@import url("../fonts/Satoshi/css/satoshi.css");
@import url("../fonts/ClashDisplay/css/clash-display.css");
@import url("../fonts/Magnita/Magnita.css");
@import url("../fonts/bootstrap-icons-1.10.2/font.css");

.right-widget {
  justify-content: flex-end;
}

#profileBtn {
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  text-decoration: none;
}

@media (max-width: 991px) {
  .right-widget {
    width: auto;
    min-width: auto;
  }
}

@font-face {
  font-family: "MontserratTitle";
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

#cookieConsentContainer #acceptCookies.cookie-button-ok{
  color:#fff !important;
  background:linear-gradient(135deg,#1f63c7 0%,#4a3ad1 45%,#5AA8E8 100%) !important;
  background-size:140% 140% !important;
  background-position:0% 50% !important;
  box-shadow:0 10px 24px rgba(27,16,76,.24) !important;
  transition:transform .12s ease, box-shadow .15s ease, filter .15s ease, background-position .35s ease, border-color .15s ease !important;
}

#cookieConsentContainer #acceptCookies.cookie-button-ok:hover{
  color:#fff !important;
  background-position:100% 50% !important;
  filter:brightness(1.06) !important;
  box-shadow:0 14px 30px rgba(27,16,76,.36) !important;
  transform:translateY(-1px) !important;
  border-color:rgba(90,168,232,.45) !important;
}

#cookieConsentContainer #acceptCookies.cookie-button-ok:focus{
  outline:0 !important;
  background-position:100% 50% !important;
  filter:brightness(1.06) !important;
  box-shadow:0 0 0 .22rem rgba(90,168,232,.22), 0 14px 30px rgba(27,16,76,.36) !important;
}

#cookieConsentContainer #acceptCookies.cookie-button-ok:active{
  color:#fff !important;
  filter:brightness(.98) !important;
  transform:translateY(0) !important;
  box-shadow:0 8px 18px rgba(27,16,76,.26) !important;
}

#cookieConsentContainer #disableAnalytics.cookie-button{
  color:#fff !important;
  background:linear-gradient(135deg,#232524 0%,#3b3f44 55%,#5c636a 100%) !important;
  background-size:140% 140% !important;
  background-position:0% 50% !important;
  box-shadow:0 10px 22px rgba(0,0,0,.22) !important;
  transition:transform .12s ease, box-shadow .15s ease, filter .15s ease, background-position .35s ease, border-color .15s ease !important;
}

#cookieConsentContainer #disableAnalytics.cookie-button:hover{
  color:#fff !important;
  background-position:100% 50% !important;
  filter:brightness(1.05) !important;
  box-shadow:0 14px 28px rgba(0,0,0,.28) !important;
  transform:translateY(-1px) !important;
  border-color:rgba(255,255,255,.10) !important;
}

#cookieConsentContainer #disableAnalytics.cookie-button:focus{
  outline:0 !important;
  background-position:100% 50% !important;
  filter:brightness(1.05) !important;
  box-shadow:0 0 0 .22rem rgba(92,99,106,.20), 0 14px 28px rgba(0,0,0,.28) !important;
}

#cookieConsentContainer #disableAnalytics.cookie-button:active{
  color:#fff !important;
  filter:brightness(.98) !important;
  transform:translateY(0) !important;
  box-shadow:0 8px 18px rgba(0,0,0,.24) !important;
  border-color:rgba(0,0,0,.28) !important;
}

#asCookieSettings .as-btn{
  display:inline-flex;
  width:auto;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:8px;
  border:1px solid transparent;
  font-weight:500;
  cursor:pointer;
  text-decoration:none;
  user-select:none;
}

#asCookieSettings .as-btn:focus{
  outline:0;
}

#asCookieSettings .as-btn-ok{
  background:#0d6efd;
  border-color:#0d6efd;
  color:#fff;
}
#asCookieSettings .as-btn-ok:hover{
  background:#0b5ed7;
  border-color:#0a58ca;
}
#asCookieSettings .as-btn-ok:focus{
  box-shadow:0 0 0 .22rem rgba(13,110,253,.28);
}
#asCookieSettings .as-btn-ok:active{
  background:#0a58ca;
  border-color:#0a58ca;
}

#asCookieSettings .as-btn-tech{
  background:#5c636a;
  border-color:#5c636a;
  color:#fff;
}
#asCookieSettings .as-btn-tech:hover{
  background:#4f565c;
  border-color:#4a5157;
}
#asCookieSettings .as-btn-tech:focus{
  box-shadow:0 0 0 .22rem rgba(92,99,106,.22);
}
#asCookieSettings .as-btn-tech:active{
  background:#444b51;
  border-color:#444b51;
}

#asCookieSettings .as-btn-reset{
  background:#f8f9fa;
  border-color:rgba(0,0,0,.18);
  color:#212529;
}
#asCookieSettings .as-btn-reset:hover{
  background:#e9ecef;
}
#asCookieSettings .as-btn-reset:focus{
  box-shadow:0 0 0 .22rem rgba(33,37,41,.12);
}

.cookie-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  z-index:2147483646 !important;
}

.cookie-consent-container{
  position:fixed;
  right:24px;
  bottom:24px;
  left:auto;
  transform:none;
  z-index:2147483647 !important;
  max-width:420px;
}

@media (max-width: 768px){
.cookie-consent-container{
  right:12px;
  left:12px;
  bottom:12px;
  max-width:none;
}
}

.logo-x25lab {
  width: 80px;
  height: 32px;
}

.logo-x25lab-mobile {
  width: 80px;
  height: 32px;
  margin-left: 12px;
  margin-bottom: 15px;
}

::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: transparent;
}

body {
  font-family: "Satoshi";
  font-weight: normal;
  font-size: 18px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}

.custom-text {
  font-family: "Satoshi";
  font-weight: normal;
  font-size: 19px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}

.custom-title {
  font-size: 20px;
  line-height: 1.3;
}

.main-page-wrapper {
  overflow-x: hidden;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-weight: 500;
  color: #232524;
}

.h1, h1 {
  font-size: 85px;
  line-height: 1.023em;
}

.h2, h2 {
  font-size: 1.9em;
  line-height: 1.3em;
  font-weight: 600;
}

.h3, h3 {
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 600;
}

.text-dark-h3 {
  font-size: 24px;
  line-height: 1.1em;
}

.h4, h4 {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 600;
}

p {
  line-height: 1.6em;
}

.text-xl {
  font-size: 22px;
  line-height: 1.5em;
}

.text-lg {
  font-size: 20px;
  line-height: 1.4em;
}

.text-md {
  font-size: 22px;
}

@media (max-width: 768px) {
.h1, h1 {
  font-size: 38px;
  line-height: 1.1em;
}

.h2, h2 {
  font-size: 1.4em;
}

.h3, h3 {
  font-size: 1.3em;
}

.text-dark-h3 {
  font-size: 20px;
}

.h4, h4 {
  font-size: 1.1em;
}

.text-xl {
  font-size: 18px;
}

.text-lg {
  font-size: 16px;
}
}

hr {
  opacity: 0.09;
  margin: 5px 0;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.border-30 {
  border-radius: 30px;
}

.border-40 {
  border-radius: 40px;
}

.border-100 {
  border-radius: 100px;
}

.shapes {
  position: absolute;
  z-index: -1;
}

.light-bg {
  background-color: #EDF1EE;
}

.light-bg-deep {
  background-color: #EBF3EE;
}

.font-magnita {
  font-family: "Magnita";
}

.light-bg-page-wrapper {
  background: #EDF8EB;
}

.color-deep {
  color: white;
}

.color-deep-headline {
  color: #232524;
}

.box-layout {
  margin: 30px;
}

.ctn-preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctn-preloader .icon {
  animation: rotated 8s infinite linear;
}
.ctn-preloader .txt-loading {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-top: 30px;
}
.ctn-preloader .txt-loading .letters-loading {
  font-family: "ClashDisplay";
  font-weight: 500;
  letter-spacing: 8px;
  display: inline-block;
  color: rgba(12, 58, 48, 0.12);
  position: relative;
  font-size: 40px;
  line-height: 30px;
}
.ctn-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #0C3A30;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

@keyframes spinner {
to {
  transform: rotateZ(360deg);
}
}
@keyframes letters-loading {
0%, 75%, 100% {
  opacity: 0;
  transform: rotateY(-90deg);
}
25%, 50% {
  opacity: 1;
  transform: rotateY(0deg);
}
}
.scroll-top {
  width: 35px;
  height: 35px;
  line-height: 32px;
  font-weight: 900;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #232524;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: #CFFF45;
  transition: all 0.3s ease-in-out;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.tran3s {
  transition: all 0.3s ease-in-out;
}

.tran4s {
  transition: all 0.4s ease-in-out;
}

.tran5s {
  transition: all 0.5s ease-in-out;
}

.tran6s {
  transition: all 0.6s ease-in-out;
}

.btn-one {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #CFFF45;
  transition: all 0.3s ease-in-out 0s;
}
.btn-one:hover {
  background-color: #232524;
  color: #fff;
}

.btn-two {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  text-align: center;
  padding: 0 35px;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
.btn-two .icon {
  width: 1.35em;
}
.btn-two:hover {
  background: #232524;
  border-color: #232524;
}

.btn-three {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.btn-three img {
  width: 22px;
  margin-top: 3px;
}
.btn-three:hover span {
  text-decoration: underline;
}
.btn-three.border-style {
  border: 1px solid #000;
  border-radius: 40px;
  padding: 12px 25px;
  transition: all 0.3s ease-in-out 0s;
}
.btn-three.border-style:hover {
  background-color: #D0FF45;
  border-color: #D0FF45;
}
.btn-three.border-style:hover span {
  text-decoration: none;
}

.mc-link {
  color: #232524;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.16s;
  margin-left: 5px;
}
.mc-link:hover {
  color: #000;
}

.btn-five .text {
  font-weight: 500;
  font-style: italic;
  color: #232524;
  text-decoration: underline;
}
.btn-five .icon {
  width: 48px;
  height: 48px;
  background: #232524;
  color: #fff;
  font-size: 22px;
  margin-left: 12px;
}
.btn-five:hover .icon {
  background: #CFFF45;
  color: #232524;
}

.btn-six {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: #232524;
  border: 1px solid #232524;
  transition: all 0.3s ease-in-out 0s;
}
.btn-six:hover {
  background-color: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}

.btn-seven .text {
  font-weight: 500;
  color: #232524;
}
.btn-seven .icon {
  width: 40px;
  height: 40px;
  background: #1c1c1c;
  margin-left: 45px;
  position: relative;
}
.btn-seven .icon:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #232524;
  left: -30px;
  top: 50%;
}
.btn-seven:hover .text {
  text-decoration: underline;
}

.btn-eight .text {
  font-weight: 700;
  font-size: 18px;
  color: #232524;
}
.btn-eight .icon {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  font-size: 20px;
  background: #232524;
  color: #fff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.btn-eight:hover .text {
  text-decoration: underline;
}
.btn-eight:hover .icon {
  background: #CFFF45;
  color: #232524;
}

.btn-nine {
  font-size: 40px;
  width: 105px;
  height: 105px;
  color: #232524;
  border: 1px solid #232524;
}
.btn-nine:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}

.btn-ten {
  font-size: 18px;
  font-weight: 700;
  padding: 0 35px;
  min-width: 160px;
  text-align: center;
  background: #101010;
  color: #fff;
  line-height: 50px;
}
.btn-ten:hover {
  background: #232524;
}

.btn-eleven .text {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.btn-eleven .icon {
  width: 45px;
  height: 45px;
  background: #000;
  margin-left: 38px;
  position: relative;
}
.btn-eleven .icon img {
  width: 30px;
}
.btn-eleven .icon:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background: #000;
  left: -26px;
  top: 50%;
}
.btn-eleven:hover .text {
  text-decoration: underline;
}
.btn-eleven:hover .icon {
  background: #232524;
}

.btn-twelve {
  font-family: "ClashDisplay";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #232524;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twelve:hover {
  background-color: #000;
  color: #fff;
}

.btn-thirteen {
  font-family: "ClashDisplay";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  min-width: 175px;
  background-color: #202020;
  transition: all 0.3s ease-in-out 0s;
}
.btn-thirteen:hover {
  background-color: #232524;
  color: #000;
}

.btn-fourteen {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background-color: #202020;
  transition: all 0.3s ease-in-out 0s;
}
.btn-fourteen:hover {
  background-color: #232524;
  color: #000;
}

.btn-fifteen {
  line-height: 46px;
  border: 2px solid #000;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  min-width: 135px;
  padding: 0 30px;
  text-align: center;
  color: #000;
  background-color: #DFFF5E;
  transition: all 0.3s ease-in-out 0s;
}
.btn-fifteen:hover {
  background-color: #000;
  color: #fff;
}

.btn-sixteen {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  padding: 0 35px;
  line-height: 50px;
  border: 1px solid #000;
  position: relative;
  display: inline-block;
  background: #fff;
}
.btn-sixteen:before {
  position: absolute;
  content: "";
  top: -14px;
  height: 14px;
  width: calc(100% + 3px);
  left: 6px;
  transform: skewX(-45deg);
  background: #000;
  transition: all 0.3s ease-in-out 0s;
}
.btn-sixteen:after {
  position: absolute;
  content: "";
  right: -16px;
  height: calc(100% + 1px);
  width: 15px;
  top: -7px;
  transform: skewY(-45deg);
  background: #000;
  transition: all 0.3s ease-in-out 0s;
}
.btn-sixteen:hover {
  background: #DFFF5E;
}

.btn-seventeen {
  color: #000;
  font-weight: 500;
  padding: 0 30px;
  line-height: 55px;
  border-radius: 40px;
  background: #FFE86B;
}
.btn-seventeen i {
  margin-left: 8px;
}
.btn-seventeen:hover {
  background: #DFFF5E;
}

.btn-eighteen {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 0 38px;
  line-height: 52px;
  border-radius: 10px;
  background: #232524;
  text-align: center;
}
.btn-eighteen:hover {
  background: #CFFF45;
  color: #232524;
}

.btn-nineteen {
  font-size: 18px;
  color: #232524;
  font-weight: 700;
  padding: 0 30px;
  line-height: 50px;
  border: 1px solid #232524;
  border-radius: 10px;
  text-align: center;
}
.btn-nineteen:hover {
  background: #232524;
  color: #fff;
}

.btn-twenty{
  font-weight:500;
  font-size:16px;
  line-height:55px;
  padding:0 15px;
  text-align:center;
  border-radius:10px;
  color:#fff;
  min-width:175px;
  border:1px solid rgba(59,42,166,.30);
  background:linear-gradient(135deg,#0b2a5b 0%,#3b2aa6 45%,#7a2bbf 100%);
  background-size:140% 140%;
  background-position:0% 50%;
  box-shadow:0 10px 22px rgba(27,16,76,.20);
  transition:transform .12s ease, box-shadow .15s ease, filter .15s ease, background-position .35s ease, border-color .12s ease;
}

  .btn-twenty:hover,
.btn-twenty:focus{
  background-position:100% 50%;
  filter:brightness(1.06);
  box-shadow:0 14px 28px rgba(27,16,76,.30);
  transform:translateY(-1px);
  border-color:rgba(122,43,191,.45);
  color:#fff;
}

.btn-twenty:active{
  transform:translateY(0);
  filter:brightness(.98);
  box-shadow:0 8px 18px rgba(27,16,76,.24);
}

.btn-twenty:focus-visible{
  outline:3px solid rgba(122,43,191,.28);
  outline-offset:2px;
}

.btn-twenty-rounded {
  font-weight: 500;
  text-transform: normal;
  font-size: 16px;
  line-height: 55px;
  padding: 0 25px;
  text-align: center;
  border-radius: 10px;
  color: #232524;
  min-width: 175px;
  background-color: #fff;
  border: 2px solid #232524;
  transition: all 0.3s ease-in-out 0s;
}

.btn-twenty-rounded:hover {
  background-color: #fff;
  color: #232524;
  border-color: #232524;
}

.btn-twenty-center {
  display: inline-block;
  font-weight: 500;
  text-transform: none;
  font-size: 16px;
  line-height: 55px;
  padding: 0 25px;
  text-align: center;
  border-radius: 10px;
  color: white;
  min-width: 175px;
  background-color: #232524;
  transition: all 0.3s ease-in-out 0s;
  border: none;
}
.btn-twenty-center:hover {
  background-color: #232524;
  color: white;
}

.btn-twentyOne {
  font-weight: 500;
  font-size: 18px;
  line-height: 55px;
  padding: 0 38px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #FFDB1E;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twentyOne:hover {
  background-color: #000;
  color: #fff;
}

.btn-twentytwo {
  font-weight: 500;
  font-size: 18px;
  line-height: 53px;
  padding: 0 38px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twentytwo:hover {
  background-color: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}

.btn-black {
  font-weight: 500;
  font-size: 16px;
  line-height: 55px;
  padding: 0 15px;
  text-align: center;
  border-radius: 10px;
  color: white;
  min-width: 175px;
  background-color: #232524;
  transition: all 0.3s ease-in-out 0s;
}
.btn-black:hover {
  background-color: #232524;
  color: white;
}

.title-one .upper-title {
  font-weight: 500;
  margin-bottom: 14px;
  color: #46846A;
}
.title-one h2 {
  font-weight: 700;
}

.title-two .upper-title {
  font-weight: 500;
  margin-bottom: 5px;
  color: #232524;
}
.title-two h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.227em;
  color: #232524;
}
.title-two h2 span {
  color: #232524;
}
.title-two .upper-title-two {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
}

.title-three .upper-title {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #232524;
}
.title-three h2 {
  font-weight: 700;
  line-height: 1.03em;
  color: #232524;
}

.title-four h2 {
  font-family: "Magnita";
  font-size: 68px;
  line-height: 1.323em;
  color: #000;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: inherit;
}

button:focus {
  outline: none;
}

input, textarea {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

audio, video, canvas {
  max-width: 100%;
}

iframe {
  border: none !important;
}

.style-none {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.p0 {
  padding: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.theme-mb-0 {
  margin-bottom: 0;
}

.theme-pb-0 {
  padding-bottom: 0;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px !important;
}

@media (max-width: 767.98px) {
.pt-130 {
  padding-top: 100px !important;
}
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-225 {
  padding-top: 225px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-300 {
  padding-top: 300px;
}

.pt-350 {
  padding-top: 350px;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pb-350 {
  padding-bottom: 350px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-225 {
  margin-top: 225px;
}

.mt-250 {
  margin-top: 250px;
}

.mt-300 {
  margin-top: 300px;
}

.mt-350 {
  margin-top: 350px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-225 {
  margin-bottom: 225px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-300 {
  margin-bottom: 300px;
}

.mb-350 {
  margin-bottom: 350px;
}

@media (max-width: 1399px) {
.xl-p0 {
  padding: 0 !important;
}
.xl-m0 {
  margin: 0 !important;
}
.xl-pt-10 {
  padding-top: 10px !important;
}
.xl-pt-20 {
  padding-top: 20px !important;
}
.xl-pt-30 {
  padding-top: 30px !important;
}
.xl-pt-40 {
  padding-top: 40px !important;
}
.xl-pt-50 {
  padding-top: 50px !important;
}
.xl-pt-60 {
  padding-top: 60px !important;
}
.xl-pt-70 {
  padding-top: 70px !important;
}
.xl-pt-80 {
  padding-top: 80px !important;
}
.xl-pt-90 {
  padding-top: 90px !important;
}
.xl-pt-100 {
  padding-top: 100px !important;
}
.xl-pt-110 {
  padding-top: 110px !important;
}
.xl-pt-120 {
  padding-top: 120px !important;
}
.xl-pt-130 {
  padding-top: 130px !important;
}
.xl-pt-140 {
  padding-top: 140px !important;
}
.xl-pt-150 {
  padding-top: 150px !important;
}
.xl-pt-200 {
  padding-top: 200px !important;
}
.xl-pb-10 {
  padding-bottom: 10px !important;
}
.xl-pb-20 {
  padding-bottom: 20px !important;
}
.xl-pb-30 {
  padding-bottom: 30px !important;
}
.xl-pb-40 {
  padding-bottom: 40px !important;
}
.xl-pb-50 {
  padding-bottom: 50px !important;
}
.xl-pb-60 {
  padding-bottom: 60px !important;
}
.xl-pb-70 {
  padding-bottom: 70px !important;
}
.xl-pb-80 {
  padding-bottom: 80px !important;
}
.xl-pb-90 {
  padding-bottom: 90px !important;
}
.xl-pb-100 {
  padding-bottom: 100px !important;
}
.xl-pb-110 {
  padding-bottom: 110px !important;
}
.xl-pb-120 {
  padding-bottom: 120px !important;
}
.xl-pb-130 {
  padding-bottom: 130px !important;
}
.xl-pb-140 {
  padding-bottom: 140px !important;
}
.xl-pb-150 {
  padding-bottom: 150px !important;
}
.xl-pb-200 {
  padding-bottom: 200px !important;
}
.xl-mt-10 {
  margin-top: 10px !important;
}
.xl-mt-20 {
  margin-top: 20px !important;
}
.xl-mt-30 {
  margin-top: 30px !important;
}
.xl-mt-40 {
  margin-top: 40px !important;
}
.xl-mt-50 {
  margin-top: 50px !important;
}
.xl-mt-60 {
  margin-top: 60px !important;
}
.xl-mt-70 {
  margin-top: 70px !important;
}
.xl-mt-80 {
  margin-top: 80px !important;
}
.xl-mt-90 {
  margin-top: 90px !important;
}
.xl-mt-100 {
  margin-top: 100px !important;
}
.xl-mt-110 {
  margin-top: 110px !important;
}
.xl-mt-120 {
  margin-top: 120px !important;
}
.xl-mt-130 {
  margin-top: 130px !important;
}
.xl-mt-140 {
  margin-top: 140px !important;
}
.xl-mt-150 {
  margin-top: 150px !important;
}
.xl-mt-200 {
  margin-top: 200px !important;
}
.xl-mb-10 {
  margin-bottom: 10px !important;
}
.xl-mb-20 {
  margin-bottom: 20px !important;
}
.xl-mb-30 {
  margin-bottom: 30px !important;
}
.xl-mb-40 {
  margin-bottom: 40px !important;
}
.xl-mb-50 {
  margin-bottom: 50px !important;
}
.xl-mb-60 {
  margin-bottom: 60px !important;
}
.xl-mb-70 {
  margin-bottom: 70px !important;
}
.xl-mb-80 {
  margin-bottom: 80px !important;
}
.xl-mb-90 {
  margin-bottom: 90px !important;
}
.xl-mb-100 {
  margin-bottom: 100px !important;
}
.xl-mb-110 {
  margin-bottom: 110px !important;
}
.xl-mb-120 {
  margin-bottom: 120px !important;
}
.xl-mb-130 {
  margin-bottom: 130px !important;
}
.xl-mb-140 {
  margin-bottom: 140px !important;
}
.xl-mb-150 {
  margin-bottom: 150px !important;
}
.xl-mb-200 {
  margin-bottom: 200px !important;
}
}

@media (max-width: 1199px) {
.lg-p0 {
  padding: 0 !important;
}
.lg-m0 {
  margin: 0 !important;
}
.lg-pt-10 {
  padding-top: 10px !important;
}
.lg-pt-20 {
  padding-top: 20px !important;
}
.lg-pt-30 {
  padding-top: 30px !important;
}
.lg-pt-40 {
  padding-top: 40px !important;
}
.lg-pt-50 {
  padding-top: 50px !important;
}
.lg-pt-60 {
  padding-top: 60px !important;
}
.lg-pt-70 {
  padding-top: 70px !important;
}
.lg-pt-80 {
  padding-top: 80px !important;
}
.lg-pt-90 {
  padding-top: 90px !important;
}
.lg-pt-100 {
  padding-top: 100px !important;
}
.lg-pt-110 {
  padding-top: 110px !important;
}
.lg-pt-120 {
  padding-top: 120px !important;
}
.lg-pt-130 {
  padding-top: 130px !important;
}
.lg-pt-140 {
  padding-top: 140px !important;
}
.lg-pt-150 {
  padding-top: 150px !important;
}
.lg-pt-200 {
  padding-top: 200px !important;
}
.lg-pb-10 {
  padding-bottom: 10px !important;
}
.lg-pb-20 {
  padding-bottom: 20px !important;
}
.lg-pb-30 {
  padding-bottom: 30px !important;
}
.lg-pb-40 {
  padding-bottom: 40px !important;
}
.lg-pb-50 {
  padding-bottom: 50px !important;
}
.lg-pb-60 {
  padding-bottom: 60px !important;
}
.lg-pb-70 {
  padding-bottom: 70px !important;
}
.lg-pb-80 {
  padding-bottom: 80px !important;
}
.lg-pb-90 {
  padding-bottom: 90px !important;
}
.lg-pb-100 {
  padding-bottom: 100px !important;
}
.lg-pb-110 {
  padding-bottom: 110px !important;
}
.lg-pb-120 {
  padding-bottom: 120px !important;
}
.lg-pb-130 {
  padding-bottom: 130px !important;
}
.lg-pb-140 {
  padding-bottom: 140px !important;
}
.lg-pb-150 {
  padding-bottom: 150px !important;
}
.lg-pb-200 {
  padding-bottom: 200px !important;
}
.lg-mt-10 {
  margin-top: 10px !important;
}
.lg-mt-20 {
  margin-top: 20px !important;
}
.lg-mt-30 {
  margin-top: 30px !important;
}
.lg-mt-40 {
  margin-top: 40px !important;
}
.lg-mt-50 {
  margin-top: 50px !important;
}
.lg-mt-60 {
  margin-top: 60px !important;
}
.lg-mt-70 {
  margin-top: 70px !important;
}
.lg-mt-80 {
  margin-top: 80px !important;
}
.lg-mt-90 {
  margin-top: 90px !important;
}
.lg-mt-100 {
  margin-top: 100px !important;
}
.lg-mt-110 {
  margin-top: 110px !important;
}
.lg-mt-120 {
  margin-top: 120px !important;
}
.lg-mt-130 {
  margin-top: 130px !important;
}
.lg-mt-140 {
  margin-top: 140px !important;
}
.lg-mt-150 {
  margin-top: 150px !important;
}
.lg-mt-200 {
  margin-top: 200px !important;
}
.lg-mb-10 {
  margin-bottom: 10px !important;
}
.lg-mb-20 {
  margin-bottom: 20px !important;
}
.lg-mb-30 {
  margin-bottom: 30px !important;
}
.lg-mb-40 {
  margin-bottom: 40px !important;
}
.lg-mb-50 {
  margin-bottom: 50px !important;
}
.lg-mb-60 {
  margin-bottom: 60px !important;
}
.lg-mb-70 {
  margin-bottom: 70px !important;
}
.lg-mb-80 {
  margin-bottom: 80px !important;
}
.lg-mb-90 {
  margin-bottom: 90px !important;
}
.lg-mb-100 {
  margin-bottom: 100px !important;
}
.lg-mb-110 {
  margin-bottom: 110px !important;
}
.lg-mb-120 {
  margin-bottom: 120px !important;
}
.lg-mb-130 {
  margin-bottom: 130px !important;
}
.lg-mb-140 {
  margin-bottom: 140px !important;
}
.lg-mb-150 {
  margin-bottom: 150px !important;
}
.lg-mb-200 {
  margin-bottom: 200px !important;
}
}

@media (max-width: 991px) {
.md-p0 {
  padding: 0 !important;
}
.md-m0 {
  margin: 0 !important;
}
.md-pt-10 {
  padding-top: 10px !important;
}
.md-pt-20 {
  padding-top: 20px !important;
}
.md-pt-30 {
  padding-top: 30px !important;
}
.md-pt-40 {
  padding-top: 40px !important;
}
.md-pt-50 {
  padding-top: 50px !important;
}
.md-pt-60 {
  padding-top: 60px !important;
}
.md-pt-70 {
  padding-top: 70px !important;
}
.md-pt-80 {
  padding-top: 80px !important;
}
.md-pt-90 {
  padding-top: 90px !important;
}
.md-pt-100 {
  padding-top: 100px !important;
}
.md-pt-110 {
  padding-top: 110px !important;
}
.md-pt-120 {
  padding-top: 120px !important;
}
.md-pt-130 {
  padding-top: 130px !important;
}
.md-pt-140 {
  padding-top: 140px !important;
}
.md-pt-150 {
  padding-top: 150px !important;
}
.md-pt-200 {
  padding-top: 200px !important;
}
.md-pb-10 {
  padding-bottom: 10px !important;
}
.md-pb-20 {
  padding-bottom: 20px !important;
}
.md-pb-30 {
  padding-bottom: 30px !important;
}
.md-pb-40 {
  padding-bottom: 40px !important;
}
.md-pb-50 {
  padding-bottom: 50px !important;
}
.md-pb-60 {
  padding-bottom: 60px !important;
}
.md-pb-70 {
  padding-bottom: 70px !important;
}
.md-pb-80 {
  padding-bottom: 80px !important;
}
.md-pb-90 {
  padding-bottom: 90px !important;
}
.md-pb-100 {
  padding-bottom: 100px !important;
}
.md-pb-110 {
  padding-bottom: 110px !important;
}
.md-pb-120 {
  padding-bottom: 120px !important;
}
.md-pb-130 {
  padding-bottom: 130px !important;
}
.md-pb-140 {
  padding-bottom: 140px !important;
}
.md-pb-150 {
  padding-bottom: 150px !important;
}
.md-pb-200 {
  padding-bottom: 200px !important;
}
.md-mt-10 {
  margin-top: 10px !important;
}
.md-mt-20 {
  margin-top: 20px !important;
}
.md-mt-30 {
  margin-top: 30px !important;
}
.md-mt-40 {
  margin-top: 40px !important;
}
.md-mt-50 {
  margin-top: 50px !important;
}
.md-mt-60 {
  margin-top: 60px !important;
}
.md-mt-70 {
  margin-top: 70px !important;
}
.md-mt-80 {
  margin-top: 80px !important;
}
.md-mt-90 {
  margin-top: 90px !important;
}
.md-mt-100 {
  margin-top: 100px !important;
}
.md-mt-110 {
  margin-top: 110px !important;
}
.md-mt-120 {
  margin-top: 120px !important;
}
.md-mt-130 {
  margin-top: 130px !important;
}
.md-mt-140 {
  margin-top: 140px !important;
}
.md-mt-150 {
  margin-top: 150px !important;
}
.md-mt-200 {
  margin-top: 200px !important;
}
.md-mb-10 {
  margin-bottom: 10px !important;
}
.md-mb-20 {
  margin-bottom: 20px !important;
}
.md-mb-30 {
  margin-bottom: 30px !important;
}
.md-mb-40 {
  margin-bottom: 40px !important;
}
.md-mb-50 {
  margin-bottom: 50px !important;
}
.md-mb-60 {
  margin-bottom: 60px !important;
}
.md-mb-70 {
  margin-bottom: 70px !important;
}
.md-mb-80 {
  margin-bottom: 80px !important;
}
.md-mb-90 {
  margin-bottom: 90px !important;
}
.md-mb-100 {
  margin-bottom: 100px !important;
}
.md-mb-110 {
  margin-bottom: 110px !important;
}
.md-mb-120 {
  margin-bottom: 120px !important;
}
.md-mb-130 {
  margin-bottom: 130px !important;
}
.md-mb-140 {
  margin-bottom: 140px !important;
}
.md-mb-150 {
  margin-bottom: 150px !important;
}
.md-mb-200 {
  margin-bottom: 200px !important;
}
}

@media (max-width: 767px) {
.sm-p0 {
  padding: 0 !important;
}
.sm-m0 {
  margin: 0 !important;
}
.sm-pt-10 {
  padding-top: 10px !important;
}
.sm-pt-20 {
  padding-top: 20px !important;
}
.sm-pt-30 {
  padding-top: 30px !important;
}
.sm-pt-40 {
  padding-top: 40px !important;
}
.sm-pt-50 {
  padding-top: 50px !important;
}
.sm-pt-60 {
  padding-top: 60px !important;
}
.sm-pt-70 {
  padding-top: 70px !important;
}
.sm-pt-80 {
  padding-top: 80px !important;
}
.sm-pt-90 {
  padding-top: 90px !important;
}
.sm-pt-100 {
  padding-top: 100px !important;
}
.sm-pt-110 {
  padding-top: 110px !important;
}
.sm-pt-120 {
  padding-top: 120px !important;
}
.sm-pt-130 {
  padding-top: 130px !important;
}
.sm-pt-140 {
  padding-top: 140px !important;
}
.sm-pt-150 {
  padding-top: 150px !important;
}
.sm-pt-200 {
  padding-top: 200px !important;
}
.sm-pb-10 {
  padding-bottom: 10px !important;
}
.sm-pb-20 {
  padding-bottom: 20px !important;
}
.sm-pb-30 {
  padding-bottom: 30px !important;
}
.sm-pb-40 {
  padding-bottom: 40px !important;
}
.sm-pb-50 {
  padding-bottom: 50px !important;
}
.sm-pb-60 {
  padding-bottom: 60px !important;
}
.sm-pb-70 {
  padding-bottom: 70px !important;
}
.sm-pb-80 {
  padding-bottom: 80px !important;
}
.sm-pb-90 {
  padding-bottom: 90px !important;
}
.sm-pb-100 {
  padding-bottom: 100px !important;
}
.sm-pb-110 {
  padding-bottom: 110px !important;
}
.sm-pb-120 {
  padding-bottom: 120px !important;
}
.sm-pb-130 {
  padding-bottom: 130px !important;
}
.sm-pb-140 {
  padding-bottom: 140px !important;
}
.sm-pb-150 {
  padding-bottom: 150px !important;
}
.sm-pb-200 {
  padding-bottom: 200px !important;
}
.sm-mt-10 {
  margin-top: 10px !important;
}
.sm-mt-20 {
  margin-top: 20px !important;
}
.sm-mt-30 {
  margin-top: 30px !important;
}
.sm-mt-40 {
  margin-top: 40px !important;
}
.sm-mt-50 {
  margin-top: 50px !important;
}
.sm-mt-60 {
  margin-top: 60px !important;
}
.sm-mt-70 {
  margin-top: 70px !important;
}
.sm-mt-80 {
  margin-top: 80px !important;
}
.sm-mt-90 {
  margin-top: 90px !important;
}
.sm-mt-100 {
  margin-top: 100px !important;
}
.sm-mt-110 {
  margin-top: 110px !important;
}
.sm-mt-120 {
  margin-top: 120px !important;
}
.sm-mt-130 {
  margin-top: 130px !important;
}
.sm-mt-140 {
  margin-top: 140px !important;
}
.sm-mt-150 {
  margin-top: 150px !important;
}
.sm-mt-200 {
  margin-top: 200px !important;
}
.sm-mb-10 {
  margin-bottom: 10px !important;
}
.sm-mb-20 {
  margin-bottom: 20px !important;
}
.sm-mb-30 {
  margin-bottom: 30px !important;
}
.sm-mb-40 {
  margin-bottom: 40px !important;
}
.sm-mb-50 {
  margin-bottom: 50px !important;
}
.sm-mb-60 {
  margin-bottom: 60px !important;
}
.sm-mb-70 {
  margin-bottom: 70px !important;
}
.sm-mb-80 {
  margin-bottom: 80px !important;
}
.sm-mb-90 {
  margin-bottom: 90px !important;
}
.sm-mb-100 {
  margin-bottom: 100px !important;
}
.sm-mb-110 {
  margin-bottom: 110px !important;
}
.sm-mb-120 {
  margin-bottom: 120px !important;
}
.sm-mb-130 {
  margin-bottom: 130px !important;
}
.sm-mb-140 {
  margin-bottom: 140px !important;
}
.sm-mb-150 {
  margin-bottom: 150px !important;
}
.sm-mb-200 {
  margin-bottom: 200px !important;
}
}

@media (max-width: 575px) {
.xs-p0 {
  padding: 0 !important;
}
.xs-m0 {
  margin: 0 !important;
}
.xs-pt-10 {
  padding-top: 10px !important;
}
.xs-pt-20 {
  padding-top: 20px !important;
}
.xs-pt-30 {
  padding-top: 30px !important;
}
.xs-pt-40 {
  padding-top: 40px !important;
}
.xs-pt-50 {
  padding-top: 50px !important;
}
.xs-pt-60 {
  padding-top: 60px !important;
}
.xs-pt-70 {
  padding-top: 70px !important;
}
.xs-pt-80 {
  padding-top: 80px !important;
}
.xs-pt-90 {
  padding-top: 90px !important;
}
.xs-pt-100 {
  padding-top: 100px !important;
}
.xs-pt-110 {
  padding-top: 110px !important;
}
.xs-pt-120 {
  padding-top: 120px !important;
}
.xs-pt-130 {
  padding-top: 130px !important;
}
.xs-pt-140 {
  padding-top: 140px !important;
}
.xs-pt-150 {
  padding-top: 150px !important;
}
.xs-pt-200 {
  padding-top: 200px !important;
}
.xs-pb-10 {
  padding-bottom: 10px !important;
}
.xs-pb-20 {
  padding-bottom: 20px !important;
}
.xs-pb-30 {
  padding-bottom: 30px !important;
}
.xs-pb-40 {
  padding-bottom: 40px !important;
}
.xs-pb-50 {
  padding-bottom: 50px !important;
}
.xs-pb-60 {
  padding-bottom: 60px !important;
}
.xs-pb-70 {
  padding-bottom: 70px !important;
}
.xs-pb-80 {
  padding-bottom: 80px !important;
}
.xs-pb-90 {
  padding-bottom: 90px !important;
}
.xs-pb-100 {
  padding-bottom: 100px !important;
}
.xs-pb-110 {
  padding-bottom: 110px !important;
}
.xs-pb-120 {
  padding-bottom: 120px !important;
}
.xs-pb-130 {
  padding-bottom: 130px !important;
}
.xs-pb-140 {
  padding-bottom: 140px !important;
}
.xs-pb-150 {
  padding-bottom: 150px !important;
}
.xs-pb-200 {
  padding-bottom: 200px !important;
}
.xs-mt-10 {
  margin-top: 10px !important;
}
.xs-mt-20 {
  margin-top: 20px !important;
}
.xs-mt-30 {
  margin-top: 30px !important;
}
.xs-mt-40 {
  margin-top: 40px !important;
}
.xs-mt-50 {
  margin-top: 50px !important;
}
.xs-mt-60 {
  margin-top: 60px !important;
}
.xs-mt-70 {
  margin-top: 70px !important;
}
.xs-mt-80 {
  margin-top: 80px !important;
}
.xs-mt-90 {
  margin-top: 90px !important;
}
.xs-mt-100 {
  margin-top: 100px !important;
}
.xs-mt-110 {
  margin-top: 110px !important;
}
.xs-mt-120 {
  margin-top: 120px !important;
}
.xs-mt-130 {
  margin-top: 130px !important;
}
.xs-mt-140 {
  margin-top: 140px !important;
}
.xs-mt-150 {
  margin-top: 150px !important;
}
.xs-mt-200 {
  margin-top: 200px !important;
}
.xs-mb-10 {
  margin-bottom: 10px !important;
}
.xs-mb-20 {
  margin-bottom: 20px !important;
}
.xs-mb-30 {
  margin-bottom: 30px !important;
}
.xs-mb-40 {
  margin-bottom: 40px !important;
}
.xs-mb-50 {
  margin-bottom: 50px !important;
}
.xs-mb-60 {
  margin-bottom: 60px !important;
}
.xs-mb-70 {
  margin-bottom: 70px !important;
}
.xs-mb-80 {
  margin-bottom: 80px !important;
}
.xs-mb-90 {
  margin-bottom: 90px !important;
}
.xs-mb-100 {
  margin-bottom: 100px !important;
}
.xs-mb-110 {
  margin-bottom: 110px !important;
}
.xs-mb-120 {
  margin-bottom: 120px !important;
}
.xs-mb-130 {
  margin-bottom: 130px !important;
}
.xs-mb-140 {
  margin-bottom: 140px !important;
}
.xs-mb-150 {
  margin-bottom: 150px !important;
}
.xs-mb-200 {
  margin-bottom: 200px !important;
}
}

.theme-main-menu {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu.menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu.fixed {
  position: fixed;
  left: 0;
  right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.theme-main-menu .navbar-toggler {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #ffffff;
}
.theme-main-menu.menu-style-three .navbar-toggler {
  background: #000;
}
.theme-main-menu.menu-style-four .navbar-toggler {
  background: #232524;
}
.theme-main-menu.menu-style-five .navbar-toggler {
  background: #ffffff;
}
.theme-main-menu .navbar-toggler:focus {
  box-shadow: none;
}
  .theme-main-menu .navbar-toggler::before,
.theme-main-menu .navbar-toggler::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 26px;
  height: 2px;
  pointer-events: none;
  transition: transform 0.25s;
  transform-origin: 50% 50%;
  background: #232524;
}
.theme-main-menu .navbar-toggler span {
  position: absolute;
  left: 11px;
  overflow: hidden;
  width: 26px;
  height: 2px;
  margin-top: -1px;
  text-indent: 200%;
  transition: opacity 0.25s;
  background: #232524;
}
.theme-main-menu.menu-style-three .navbar-toggler:before, .theme-main-menu.menu-style-three .navbar-toggler:after, .theme-main-menu.menu-style-three .navbar-toggler span {
  background: #fff;
}
.theme-main-menu .navbar-toggler::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu .navbar-toggler::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu .navbar-toggler[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu .navbar-toggler[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu .navbar-toggler[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu .nav-item .nav-link {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 18px;
  line-height: initial;
  color: #000;
  padding: 20px 0;
  margin: 0 30px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu.white-vr .nav-item .nav-link {
  color: #181818;
}
.theme-main-menu.white-vr .nav-item:hover .nav-link {
  color: #444;
}
.theme-main-menu.white-vr.fixed {
  background: #fff;
  border: none;
}
.theme-main-menu.black-vr .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu.black-vr .nav-item:hover .nav-link {
  color: #faf8f8;
}
.theme-main-menu.black-vr.fixed {
  background: #fff;
  border: none;
}
@media (max-width: 768px) {
.theme-main-menu.white-vr,
.theme-main-menu.white-vr.fixed,
.theme-main-menu.black-vr,
.theme-main-menu.black-vr.fixed {
  border: none !important;
}
.theme-main-menu.white-vr .nav-item .nav-link,
.theme-main-menu.black-vr .nav-item .nav-link {
  color: #0c0c0c !important;
}
  .theme-main-menu.white-vr .nav-item:hover .nav-link,
.theme-main-menu.black-vr .nav-item:hover .nav-link {
  color: #0c0c0c !important;
}
}
.theme-main-menu.menu-style-one {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu.menu-style-two {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu.menu-style-two .info-row {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu.menu-style-two .gap-fix {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu.menu-style-two .greetings {
  font-size: 18px;
  color: #232524;
}
.theme-main-menu.menu-style-two .contact-info {
  margin: 0 -15px;
}
.theme-main-menu.menu-style-two .contact-info li {
  padding: 0 15px;
}
.theme-main-menu.menu-style-two .contact-info li a {
  font-size: 18px;
  color: #232524;
}
.theme-main-menu.menu-style-two .contact-info li a:hover {
  text-decoration: underline;
}
.theme-main-menu.menu-style-two .inner-content {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu.menu-style-two.fixed .info-row {
  display: none;
}
.theme-main-menu.menu-style-five {
  background: #000;
  padding: 0;
}
.theme-main-menu.menu-style-five .inner-content {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu.menu-style-six .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu.menu-style-six .nav-item:hover .nav-link {
  color: #0C3A30;
}

.navbar .dropdown-menu .dropdown-item {
  text-transform: none !important;
  line-height: 35px;
  color: #232524;
  font-size: 17px;
  background: transparent;
  position: relative;
  transition: all 0.2s ease-in-out;
  padding: 6px 16px;
  border-radius: 4px;
  z-index: 1;
}

.navbar .dropdown-menu .dropdown-item span {
  position: relative;
  z-index: 2;
}

.navbar .dropdown-menu .dropdown-item span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #232524;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: transform 0.2s ease-in-out;
}

  .navbar .dropdown-menu .dropdown-item:hover,
  .navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item.active {
  background-color: rgba(35, 37, 36, 0.05);
  color: #232524;
}

  .navbar .dropdown-menu .dropdown-item:hover span:before,
  .navbar .dropdown-menu .dropdown-item:focus span:before,
.navbar .dropdown-menu .dropdown-item.active span:before {
  transform: scale(1);
}

.theme-main-menu .navbar {
  position: static;
}

.navbar [class*=mega-dropdown] .dropdown-menu {
  padding: 0 0 15px;
  margin: 0;
  right: 0;
}

.navbar .mega-dropdown-sm .dropdown-menu {
  min-width: auto;
  width: max-content;
  left: 0;
  padding: 10px;
}

.navbar [class*=mega-dropdown] .menu-column {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column .mega-menu-title {
  font-family: "Satoshi";
  font-size: 14px;
  font-weight: 500;
  color: #232524;
  display: inline-block;
  position: relative;
  margin: 0 0 5px;
  padding-left: 15px;
}

.theme-main-menu .login-btn-one a {
  color: #000;
}
.theme-main-menu .login-btn-one a:hover {
  text-decoration: underline;
}
.theme-main-menu .login-btn-two a {
  color: #044F3B;
}
.theme-main-menu .login-btn-two a:hover {
  text-decoration: underline;
}
.theme-main-menu .signup-btn-one span {
  display: inline-block;
  font-weight: 500;
  color: #232524;
  padding: 0 30px;
  line-height: 45px;
  border: 2px solid #232524;
  border-radius: 30px;
  background: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu .signup-btn-one .icon {
  width: 49px;
  height: 49px;
  background: #232524;
  color: #fff;
  font-size: 22px;
  margin-left: -12px;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu .signup-btn-one:hover span {
  background: #232524;
  color: #fff;
}
.theme-main-menu .signup-btn-one:hover .icon {
  background: #CFFF45;
  color: #232524;
}
.theme-main-menu .signup-btn-two {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu .signup-btn-two:hover {
  background: #232524;
  color: #fff;
}
.theme-main-menu .quote-one {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu .quote-one:hover {
  background: #f6f7f5;
  color: #232524;
}

.category-menu {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu li {
  position: relative;
  padding: 0 15px;
}
.category-menu li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu li a:hover {
  color: #0C3A30;
}
.category-menu .dropdown-menu {
  padding: 0;
}
.category-menu .dropdown-menu li {
  padding: 0;
}
.category-menu .dropdown-menu li a {
  padding: 8px 15px;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
.navbar .dropdown-menu {
  font-size: 1em;
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  display: block;
  right: auto;
  left: 0;
  padding: 10px 5px;
  border: none;
  top: 100%;
  visibility: hidden;
  transform: translateY(5px);
  opacity: 0;
  min-width: 200px;
  box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
  margin: 0;
  transform-origin: 0 0;
  transition: all 0.3s ease-out;
}
.navbar .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 30px;
  top: -17px;
}
.navbar .dropdown-menu .dropdown-menu {
  left: calc(100% + 5px);
  top: 0;
  right: auto;
  min-width: 240px;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}
.navbar .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .show.dropdown-toggle::after {
  transform: rotate(180deg);
}
}

.hero-banner-one {
  background: #232524;
  z-index: 9;
}
.hero-banner-one::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-banner-one .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one .hero-slider-one .hero-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one .hero-slider-one .slick-list, .hero-banner-one .hero-slider-one .slick-track, .hero-banner-one .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one .hero-heading {
  font-weight: 700;
  color: #000;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one .more-btn {
  position: absolute;
  font-size: 40px;
  color: #fff;
  width: 105px;
  height: 105px;
  border: 2px solid #fff;
  top: 20%;
  left: 4%;
  z-index: 1;
}
.hero-banner-one .more-btn:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #232524;
}

.hero-banner-two {
  z-index: 1;
}
.hero-banner-two .hero-heading {
  font-size: 100px;
  line-height: 1em;
}
.hero-banner-two .hero-heading span {
  z-index: 1;
}
.hero-banner-two .hero-heading span img {
  position: absolute;
  width: 100%;
  bottom: -18%;
  left: 0;
  z-index: -1;
}
.hero-banner-two form {
  max-width: 588px;
  height: 70px;
  box-shadow: 0px 10px 20px rgba(8, 32, 26, 0.04);
  border-radius: 50px;
}
.hero-banner-two form input {
  font-size: 18px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  border: none;
  padding: 0 150px 0 35px;
}
.hero-banner-two form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
}
.hero-banner-two .shape_01 {
  top: 22%;
  left: 7%;
  width: 3.1%;
  min-width: 30px;
  animation: rotated 50s infinite linear;
}
.hero-banner-two .shape_02 {
  top: 40%;
  right: 7%;
  width: 1.8%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}
.hero-banner-two .shape_03 {
  top: 36%;
  left: 0;
  width: 15.57%;
}
.hero-banner-two .shape_04 {
  top: 49%;
  right: 0;
  width: 15%;
}

.hero-banner-three {
  z-index: 1;
}
.hero-banner-three .hero-heading {
  font-size: 100px;
  letter-spacing: 1px;
  line-height: 1.3em;
  color: #000;
}
.hero-banner-three .right-widget .main-count {
  font-size: 58px;
  margin: -17px 0 -4px;
}
.hero-banner-three .img-wrapper {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 33.53%;
  left: 50%;
  transform: translateX(-50%);
}
.hero-banner-three .img-wrapper .round-bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  transform: translate(-50%, -7%);
}

.hero-banner-four {
  background: url(../images/assets/bg_01.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.hero-banner-four .hero-heading {
  font-family: "ClashDisplay";
  font-size: 130px;
  font-weight: 600;
  line-height: 0.884em;
}
.hero-banner-four .hero-heading span {
  color: #232524;
  display: block;
}
.hero-banner-four .media-wrapper {
  position: absolute;
  right: 3%;
  bottom: -6%;
  width: 42.56%;
  z-index: -1;
}
.hero-banner-four .shape_01 {
  bottom: -5%;
  right: 41%;
}
.hero-banner-four .shape_02 {
  bottom: 0;
  left: 14%;
  width: 30%;
}

.hero-banner-five {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five .bg-wrapper {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five .hero-heading {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five .rating h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five .rating p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five .media-wrapper {
  position: absolute;
  background: url(../images/assets/bg_05.svg) no-repeat left top;
  background-size: cover;
  border-radius: 0 30px 30px 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 39.43%;
}
.hero-banner-five .media-wrapper .shape_01 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five .media-wrapper .shape_02 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six .hero-heading {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six .media-wrapper {
  background: url(../images/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six .media-wrapper .screen_01 {
  right: 4%;
  top: 4%;
  width: 41.1%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.hero-banner-six .media-wrapper .screen_02 {
  bottom: 9%;
  left: -28%;
  border-radius: 10px;
  width: 48.51%;
  box-shadow: -10px 30px 50px rgba(0, 0, 0, 0.07);
  z-index: 1;
  animation: jumpTwo 10s infinite linear;
}
.hero-banner-six .media-wrapper .bg-shape {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six .shape_01 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

.hero-banner-seven{padding:140px 0 70px;background:#232524;z-index:9}
@media (min-width:1440px){.hero-banner-seven{padding:160px 0 70px}}
@media (min-width:1600px){.hero-banner-seven{padding:180px 0 70px}}
@media (min-width:1920px){.hero-banner-seven{padding:200px 0 70px}}
@media (max-height:900px){.hero-banner-seven{padding-top:190px!important}}
@media (max-height:800px){.hero-banner-seven{padding-top:190px!important}}
.hero-banner-seven .row{align-items:flex-start!important}

.hero-banner-seven::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
  z-index: -1;
}
.hero-banner-seven::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  left: 0px;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
  mix-blend-mode: overlay;
  transform: rotate(-180deg);
  z-index: -1;
}
.hero-banner-seven { position: relative; min-height: 70vh; }
@media (min-width: 768px){ .hero-banner-seven { min-height: 100vh; } }

@supports (height: 1dvh){
.hero-banner-seven { min-height: 70dvh; }
@media (min-width: 768px){ .hero-banner-seven { min-height: 100dvh; } }
}

.hero-banner-seven {
  position: relative;
  min-height: 70vh;
}

@media (min-width: 768px) {
.hero-banner-seven {
  min-height: 100vh;
}
}

@supports (height: 1dvh) {
.hero-banner-seven {
  min-height: 70dvh;
}

@media (min-width: 768px) {
.hero-banner-seven {
  min-height: 100dvh;
}
}
}

.hero-banner-seven .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}

.hero-banner-seven .hero-slider-one .hero-img{
  position:absolute;
  left:0;
  right:0;
  width:100%;
  height:100%;
  background-image:
linear-gradient(135deg, #071f46 0%, #2f248c 45%, #1d12c4 100%),
var(--hero-img, none);
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.hero-banner-seven .hero-slider-one .slick-list,
.hero-banner-seven .hero-slider-one .slick-track,
.hero-banner-seven .hero-slider-one .item {
  height: 100%;
}

.hero-banner-seven .hero-heading {
  font-weight: 700;
  font-size: 110px;
  letter-spacing: -1px;
  line-height: 1em;
}
.hero-banner-seven .lead-form {
  background: #fff;
  border-radius: 30px;
  padding: 15px 35px 35px;
}
.hero-banner-seven .lead-form h3 {
  font-size: 26px;
}
.hero-banner-seven .lead-form label {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.3);
}
.hero-banner-seven .lead-form input {
  height: 50px;
  padding: 0 20px;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  font-size: 16px;
}
.hero-banner-seven .lead-form button{
  height:50px;
  border-radius:10px;
  font-size:17px;
  color:#fff;
  border:1px solid rgba(90,168,232,.32);
  background:linear-gradient(135deg,#1f63c7 0%,#4a3ad1 45%,#5AA8E8 100%);
  background-size:140% 140%;
  background-position:0% 50%;
  box-shadow:0 10px 24px rgba(27,16,76,.24);
  transition:transform .12s ease, box-shadow .15s ease, filter .15s ease, background-position .35s ease, border-color .15s ease;
}

  .hero-banner-seven .lead-form button:hover,
.hero-banner-seven .lead-form button:focus{
  color:#fff;
  background:linear-gradient(135deg,#2f7de1 0%,#4332c8 45%,#7d2bd0 100%);
  background-size:140% 140%;
  background-position:100% 50%;
  filter:brightness(1.02);
  box-shadow:0 14px 30px rgba(27,16,76,.34);
  transform:translateY(-1px);
  border-color:rgba(125,43,208,.55);
}

.hero-banner-seven .lead-form button:active{
  color:#fff;
  filter:brightness(.98);
  transform:translateY(0);
  box-shadow:0 8px 18px rgba(27,16,76,.26);
}

.hero-banner-seven .lead-form button:focus-visible{
  outline:3px solid rgba(90,168,232,.22);
  outline-offset:2px;
}

.hero-banner-eight {
  background: #144D41;
}
.hero-banner-eight:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/shape/shape_53.svg) no-repeat center;
  background-size: cover;
}
.hero-banner-eight .hero-heading {
  font-size: 110px;
  font-weight: 700;
  line-height: 1em;
}
.hero-banner-eight .media-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 43%;
}
.hero-banner-eight .media-wrapper .shape_01 {
  right: 5%;
  top: 27%;
  z-index: 0;
  max-width: 25%;
  animation: jumpTwo 5s infinite linear;
}
.hero-banner-eight .media-wrapper .shape_02 {
  left: 3%;
  bottom: 25%;
  z-index: 0;
  max-width: 35%;
  animation: jumpThree 5s infinite linear;
}

.fancy-banner-one {
  z-index: 1;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.fancy-banner-one:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #CFFF45;
  z-index: -1;
}
.fancy-banner-one h2 {
  font-size: 68px;
  font-weight: normal;
  margin: 0;
}
.fancy-banner-one h2 span {
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
}
.fancy-banner-one h3 {
  font-size: 48px;
  margin-bottom: -5px;
}
.fancy-banner-one p {
  color: rgba(25, 53, 45, 0.6);
}

.fancy-banner-three {
  background: url(../images/media/img_17.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  z-index: 1;
}
.fancy-banner-three:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #174034;
  mix-blend-mode: darken;
}
.fancy-banner-three .title-one h2 {
  font-size: 58px;
}
.fancy-banner-three .quote-btn {
  width: 200px;
  height: 200px;
  padding: 16px;
  background: #FFE86B;
}
.fancy-banner-three .quote-btn:hover {
  transform: rotate(15deg);
}
.fancy-banner-three .quote-btn.color-two {
  background: #CFFF45;
}

.fancy-banner-four {
  background: #DCEFF0;
  z-index: 1;
}
.fancy-banner-four:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/shape/shape_10.svg) no-repeat left bottom;
  background-size: cover;
}
.fancy-banner-four ul li {
  font-size: 28px;
  color: #000;
  position: relative;
  padding-left: 42px;
  margin-bottom: 13px;
}
.fancy-banner-four ul li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.fancy-banner-four .platform-button-group a {
  width: 190px;
  height: 58px;
  padding: 0 5px 0 25px;
  margin: 10px 20px 0 0;
  background: #1B1B1B;
  color: #fff;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.fancy-banner-four .platform-button-group a:hover {
  transform: translateY(-5px);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.05);
}
.fancy-banner-four .platform-button-group a .icon {
  margin-right: 14px;
}
.fancy-banner-four .platform-button-group a span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  line-height: initial;
  margin-bottom: -3px;
}
.fancy-banner-four .platform-button-group a strong {
  font-weight: 500;
  display: block;
}
.fancy-banner-four .platform-button-group a.ios-button {
  background: #fff;
  border-color: #DADADA;
}
.fancy-banner-four .platform-button-group a.ios-button span {
  color: #999999;
}
.fancy-banner-four .platform-button-group a.ios-button strong {
  color: #000;
}

.fancy-banner-five {
  background: url(../images/media/img_31.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.fancy-banner-five.no-bg {
  background: none;
}
.fancy-banner-five.no-bg:before {
  display: none;
}
.fancy-banner-five.no-bg .bg-wrapper {
  background: url(../images/media/img_33.jpg) no-repeat center;
  background-size: cover;
}
.fancy-banner-five.no-bg .bg-wrapper .video-icon {
  width: 185px;
  height: 185px;
  background: #DFFF5E;
}
.fancy-banner-five:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #113D2F;
  mix-blend-mode: hard-light;
}
.fancy-banner-five h2 {
  font-size: 100px;
  line-height: 1.1em;
}
.fancy-banner-five .video-icon {
  width: 200px;
  height: 200px;
  padding: 22px;
  background: #FFE86B;
}
.fancy-banner-five .video-icon:hover {
  transform: rotate(15deg);
}

.fancy-banner-six {
  background: url(../images/media/img_34.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.fancy-banner-six h2 {
  font-size: 85px;
  line-height: 1.117em;
}
.fancy-banner-six .video-icon {
  width: 200px;
  height: 200px;
  padding: 22px;
  background: #FFE86B;
}
.fancy-banner-six .video-icon:hover {
  transform: rotate(15deg);
}

.fancy-banner-seven .bg-wrapper {
  background: url(../images/media/img_50.jpg) no-repeat center;
  background-size: cover;
}
.fancy-banner-seven .bg-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.17%, rgba(0, 0, 0, 0.8) 101.25%);
  transform: rotate(-180deg);
  z-index: -1;
}
.fancy-banner-seven .bg-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 47.84%, rgba(0, 0, 0, 0.87) 100%);
  z-index: -1;
}
.fancy-banner-seven .bg-wrapper li {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5em;
  color: #232524;
  padding: 18px 80px 25px 68px;
  border-radius: 20px;
  background: #fff;
  margin: 12px 0;
  position: relative;
}
.fancy-banner-seven .bg-wrapper li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #232524;
  left: 27px;
  top: 27px;
  transition: all 0.2s ease-in-out 0s;
}
.fancy-banner-seven .bg-wrapper li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 21px;
  left: 31px;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
}
.fancy-banner-seven .bg-wrapper li:hover:before {
  background: #232524;
}
.fancy-banner-seven .bg-wrapper li:hover:after {
  color: rgb(233, 230, 230);
}
.fancy-banner-seven .bg-wrapper .shape_01 {
  bottom: 17%;
  left: 36%;
  max-width: 11%;
  z-index: 0;
}

.fancy-banner-eight .bg-wrapper {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight .media-wrapper {
  margin-bottom: 24px;
}
.fancy-banner-eight .media-wrapper .shape_01 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight .shape_02 {
  right: -123px;
  bottom: -5px;
}

.newsletter-banner .main-wrapper {
  padding: 50px 0 45px;
}
.newsletter-banner .main-wrapper.top-border {
  border-top: 1px solid #E2E2E2;
}
.newsletter-banner .main-wrapper.bottom-border {
  border-bottom: 1px solid #E2E2E2;
}
.newsletter-banner h2 {
  font-size: 50px;
}
.newsletter-banner form {
  max-width: 510px;
}
.newsletter-banner form input {
  width: calc(100% - 75px);
  font-size: 18px;
  padding: 0 30px;
  height: 60px;
  background: #F6F6F6;
  border: none;
  border-radius: 35px;
}
.newsletter-banner form button {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background: #101010;
}
.newsletter-banner form button:hover, .newsletter-banner form button:focus {
  background: #232524;
}
.newsletter-banner form button.color-two {
  background: #232524;
}
.newsletter-banner form button.color-two:hover, .newsletter-banner form button.color-two:focus {
  background: #000;
}
.newsletter-banner form p {
  font-size: 18px;
}
.newsletter-banner form p a:hover {
  text-decoration: underline;
}
.newsletter-banner.white-vr .main-wrapper {
  padding-top: 100px;
}
.newsletter-banner.white-vr .bottom-border {
  border-bottom: 1px dashed #37665c;
}
.newsletter-banner.white-vr form button {
  background: #232524;
  color: #232524;
}
.newsletter-banner.white-vr form p {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-banner.white-vr form p a {
  color: #232524;
}

.inner-banner-one {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
}
.inner-banner-one::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
}
.inner-banner-one::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.inner-banner-one .hero-heading {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.023em;
  z-index: 1;
  padding: 10px 10px 23px 22px;
}
.inner-banner-one .hero-heading img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-height: 100%;
}
.inner-banner-one .pager {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.inner-banner-one .pager li {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}
.inner-banner-one .pager li:last-child {
  margin: 0;
  color: #fff;
}
.inner-banner-one .pager li a {
  transition: all 0.2s ease-in-out 0s;
}
.inner-banner-one .pager li a:hover {
  color: #fff;
}
.inner-banner-one .tag {
  display: inline-block;
  line-height: 25px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.inner-banner-two {
  z-index: 1;
}
.inner-banner-two .pager {
  border-bottom: 1px solid #0A4020;
  padding-bottom: 2px;
}
.inner-banner-two .pager li {
  color: #000;
}
.inner-banner-two .pager li:nth-child(even) {
  padding: 0 5px;
}
.inner-banner-two .pager li a {
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out 0s;
}
.inner-banner-two .pager li a:hover {
  color: #000;
}
.inner-banner-two .hero-heading {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.023em;
  margin: 22px 0 40px;
}
.inner-banner-two .tag {
  display: inline-block;
  line-height: 25px;
  border: 1px solid #232524;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #232524;
  text-transform: uppercase;
}
.inner-banner-two .shape_01 {
  left: 0%;
  bottom: 10%;
  width: 18.23%;
  animation: jumpTwo 6s infinite linear;
}
.inner-banner-two .shape_02 {
  right: 2%;
  bottom: 14%;
  width: 14.52%;
  animation: jumpThree 6s infinite linear;
}
.inner-banner-two .shape_03 {
  left: 24%;
  top: 33%;
  width: 2.2%;
  animation: rotated 50s infinite linear;
}
.inner-banner-two .shape_04 {
  right: 21%;
  bottom: 30%;
  width: 1.65%;
  animation: rotated 50s infinite linear;
}

.block-feature-one {
  z-index: 1;
}
.block-feature-one:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 17%;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-one .upper-wrapper {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.block-feature-one .section-subheading {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-one .shape_01 {
  width: 2.3%;
  top: 10%;
  left: 10%;
}
.block-feature-one .shape_02 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}

.block-feature-two .wrapper {
  border-top: 1px dashed #CACACA;
  border-bottom: 1px dashed #CACACA;
}
.block-feature-two .border-line {
  border-left: 1px dashed #CACACA;
  border-right: 1px dashed #CACACA;
}
.block-feature-two .numb {
  display: inline-block;
  font-size: 90px;
  letter-spacing: -1px;
  color: #232524;
  position: relative;
}
.block-feature-two .numb::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #CFFF45;
  right: 8px;
  top: 27px;
  z-index: -1;
}

.block-feature-three {
  z-index: 1;
}
.block-feature-three:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three.no-bg:before {
  display: none;
}
.block-feature-three .section-btn {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three .block-title a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #232524;
}
.block-feature-three .block-title a:hover {
  text-decoration: underline;
}
.block-feature-three .round-btn {
  font-size: 18px;
  font-weight: 900;
  color: #232524;
  width: 38px;
  height: 38px;
  border: 1px solid #232524;
}
.block-feature-three .round-btn:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #232524;
}
.block-feature-three .block-one {
  background: url(../images/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three .block-one .tag {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three .block-one .block-title {
  background: url(../images/shape/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three .block-two {
  overflow: hidden;
}
.block-feature-three .block-two .img-wrapper {
  background: url(../images/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three .block-two .text-wrapper {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three .block-two .tag {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #232524;
  padding: 0 17px;
}
.block-feature-three .block-three {
  background: #D3FF76;
}
.block-feature-three .block-three .tag {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #232524;
  padding: 0 17px;
}
.block-feature-three .block-three .round-btn {
  background: #fff;
  border-color: #fff;
}
.block-feature-three .block-three .round-btn:hover {
  background: #232524;
  border-color: #232524;
  color: #fff;
}
.block-feature-three .block-four {
  background: url(../images/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three .block-four .block-title {
  background: url(../images/shape/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three .block-four .block-title a {
  font-size: 28px;
}
.block-feature-three .block-four .tag {
  font-size: 13px;
  letter-spacing: 1px;
  color: #232524;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three .block-four .round-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three .block-four .round-btn:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three .block-five {
  background: url(../images/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three .block-five .tag {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three .block-five .block-title {
  background: url(../images/shape/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

.block-feature-four {
  z-index: 1;
}
.block-feature-four .shape_01 {
  top: 0;
  left: 7%;
  width: 2.52%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.block-feature-four .shape_02 {
  bottom: 2%;
  right: 7%;
  width: 1.8%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}

.block-feature-five {
  z-index: 1;
}
.block-feature-five:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../images/shape/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.block-feature-five .section-btn {
  position: absolute;
  right: 0;
  top: 75px;
}
.block-feature-five .shape_01 {
  right: 6%;
  bottom: 5%;
  width: 1%;
  animation: rotated 50s infinite linear;
}

.block-feature-six {
  background: #DCEFF0;
  z-index: 1;
}
.block-feature-six:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/shape/shape_10.svg) no-repeat center;
  background-size: cover;
}
.block-feature-six.bg-two {
  background: #EBF3EE;
}
.block-feature-six.bg-two:before {
  display: none;
}
.block-feature-six .shape_01 {
  bottom: 12%;
  left: 8%;
  width: 10%;
}
.block-feature-six .shape_02 {
  bottom: 39%;
  left: 30%;
  width: 2.5%;
}

.block-feature-seven {
  z-index: 1;
}
.block-feature-seven .shape_01 {
  top: 2%;
  right: 0;
  animation: rotated 50s infinite linear;
}

.block-feature-eight {
  background: url(../images/assets/bg_02.svg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.block-feature-eight .section-btn {
  position: absolute;
  right: 0;
  top: 72px;
}
.block-feature-eight .shape_01 {
  width: 40px;
  bottom: -20px;
  left: 25%;
  animation: rotated 50s infinite linear;
}

.block-feature-nine {
  z-index: 1;
  background: #000;
  border-radius: 30px 30px 100px 100px;
}
.block-feature-nine:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 39%;
  left: 0;
  top: 0;
  background: #EDF8EB;
  border-radius: 30px 30px 0 0;
  z-index: -1;
}
.block-feature-nine:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  background: #000;
  z-index: -1;
}
.block-feature-nine .heading {
  font-size: 85px;
  line-height: 1.411em;
}
.block-feature-nine .heading span {
  color: #DFFF5E;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.block-feature-nine .heading a {
  width: 110px;
  height: 110px;
  display: inline-flex;
  align-items: center;
  background: #DFFF5E;
  border-radius: 50%;
  position: relative;
  margin-left: 100px;
  transition: all 0.2s ease-in-out 0s;
}
.block-feature-nine .heading a:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 3px;
  left: -85px;
  top: calc(50% - 3px);
  background: #fff;
}
.block-feature-nine .heading a:hover {
  background: #232524;
}
.block-feature-nine .shape_01 {
  right: 0;
  top: 5%;
  width: 4%;
}
.block-feature-nine .shape_02 {
  left: 7%;
  bottom: 0;
  width: 8.4%;
}
.block-feature-nine .shape_03 {
  right: 5%;
  bottom: 5%;
}

.block-feature-ten .shape_01 {
  top: 1%;
  right: 5%;
  width: 2%;
}
.block-feature-ten .line-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e5e5e5;
  left: 0;
  top: 50%;
}

.block-feature-eleven {
  z-index: 1;
}
.block-feature-eleven .slider-wrapper {
  width: 78vw;
}
.block-feature-eleven .slider-wrapper .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: -140px;
}
.block-feature-eleven .slider-wrapper .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #232524;
}
.block-feature-eleven .slider-wrapper .slick-dots .slick-active button {
  background: #232524;
}
.block-feature-eleven .shape_01 {
  left: 0;
  bottom: 0;
  max-width: 13.4%;
}

.block-feature-twelve {
  background: #EDF1EE;
  z-index: 1;
}
.block-feature-twelve .shape_01 {
  right: 0;
  top: 12%;
  max-width: 13.4%;
}

.block-feature-thirteen .upper-wrapper {
  border-bottom: 0px solid #E6E6E6;
}
.block-feature-thirteen .upper-wrapper .shape_01 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen .line-loop:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen .graph-panel {
  border-right: 0px solid #E6E6E6;
}
.block-feature-thirteen .graph-panel .main-count {
  font-size: 120px;
}
.block-feature-thirteen .graph-panel .chart-box {
  padding: 0 10px;
}
.block-feature-thirteen .graph-panel .chart-box .chart-inner {
  width: 120px;
  background: #0f65c8;
}

.block-feature-fourteen .section-subheading {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-fourteen .shape_01 {
  max-width: 4%;
  top: 13%;
  left: 48%;
  animation: rotated 48s infinite linear;
}

.block-feature-fifteen .shape_01 {
  max-width: 4%;
  top: 3%;
  left: 2%;
  animation: rotated 48s infinite linear;
}
.block-feature-fifteen .line-btn:before, .block-feature-fifteen .line-btn:after {
  content: "";
  position: absolute;
  width: calc(50% - 150px);
  height: 1px;
  background: #E3E3E3;
  top: 32px;
  left: 0;
}
.block-feature-fifteen .line-btn:after {
  left: auto;
  right: 0;
}

.block-feature-sixteen .media-img {
  border-radius: 30px;
}
.block-feature-sixteen .shape_01 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen .section-subheading {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen .shape_01 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

.block-feature-eighteen {
  background: url(../images/media/img_52.jpg) no-repeat left top;
  background-size: cover;
}
.block-feature-eighteen:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.44) 24.81%, rgba(0, 0, 0, 0) 94.81%);
  top: 0;
  left: 0;
  z-index: -1;
}
.block-feature-eighteen .video-icon {
  width: 170px;
  height: 170px;
  color: #000;
  padding: 20px;
  background: #FFDB1E;
}
.block-feature-eighteen .video-icon:hover {
  background: #DFFF5E;
}
.block-feature-eighteen .bg-wrapper {
  padding: 48px 60px 60px;
  border-radius: 20px;
  background: #144D41;
}
.block-feature-eighteen .bg-wrapper ul {
  position: relative;
  z-index: 1;
}
.block-feature-eighteen .bg-wrapper ul:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 96%;
  border-left: 1px dashed rgba(255, 255, 255, 0.3);
  left: 20px;
  top: 2%;
  z-index: -1;
}
.block-feature-eighteen .bg-wrapper ul li {
  position: relative;
  background: #fff;
  border-radius: 45px;
  padding: 9px 45px 9px 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #232524;
  display: inline-block;
  margin-bottom: 35px;
  margin-left: 52px;
}
.block-feature-eighteen .bg-wrapper ul li:last-child {
  margin-bottom: 0;
}
.block-feature-eighteen .bg-wrapper ul li:before {
  content: url(../images/icon/icon_111.svg);
  position: absolute;
  left: -52px;
  top: 0;
}
.block-feature-eighteen .bg-wrapper .more-btn {
  border-radius: 30px;
  padding: 5px 5px 5px 25px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #fff;
}
.block-feature-eighteen .bg-wrapper .more-btn .icon {
  width: 40px;
  height: 40px;
  background: #FFDB1E;
}
.block-feature-eighteen .bg-wrapper .more-btn:hover {
  background: #fff;
  color: #232524;
}

.text-feature-one .line-wrapper {
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
}
.text-feature-one .line-wrapper .shape_01 {
  width: 48px;
  bottom: 12%;
  left: 32%;
  animation: rotated 48s infinite linear;
}
.text-feature-one .card-style-three {
  border-left: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  padding-left: 100px;
}
.text-feature-one .card-style-three:last-child {
  border-bottom: none;
}
.text-feature-one .media-list-item {
  height: 600px;
  width: 590px;
  background: url(../images/media/img_04.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.text-feature-one .media-list-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.1%, #000000 100%);
  mix-blend-mode: overlay;
}
.text-feature-one .media-list-item li {
  display: inline-block;
  font-weight: 500;
  color: #000;
  padding: 6px 50px 6px 50px;
  border-radius: 45px;
  background: #fff;
  margin: 7px 0;
  position: relative;
}
.text-feature-one .media-list-item li:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #CFFF45;
  left: 10px;
  top: 7px;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-one .media-list-item li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 6px;
  left: 14px;
  color: #232524;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-one .media-list-item li:hover:before {
  background: #232524;
}
.text-feature-one .media-list-item li:hover:after {
  color: #fff;
}

.text-feature-two {
  background: #0C3A30;
  z-index: 1;
}
.text-feature-two .shape_01 {
  top: 16%;
  left: 3%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.text-feature-two .shape_02 {
  bottom: 5%;
  right: 2%;
  width: 1.5%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}

.text-feature-three {
  z-index: 1;
}
.text-feature-three .counter-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.text-feature-three .media-wrapper {
  background: url(../images/media/img_13.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  z-index: 1;
  max-width: 590px;
}
.text-feature-three .media-wrapper .screen_01 {
  right: -9%;
  top: 12%;
  width: 37.3%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
}
.text-feature-three .media-wrapper .screen_02 {
  left: -11%;
  bottom: -9%;
  width: 65.5%;
}
.text-feature-three .media-wrapper .screen_03 {
  left: -13%;
  bottom: -11%;
  width: 50.85%;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}
.text-feature-three .shape_01 {
  bottom: 2%;
  left: 39%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.text-feature-four {
  z-index: 1;
}
.text-feature-four .avatar {
  width: 65px;
  height: 65px;
}
.text-feature-four .name {
  font-size: 28px;
}
.text-feature-four .quote-text {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four .shape_01 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four .shape_02 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five .bg-wrapper {
  background: #FFF2AC;
}
.text-feature-five li {
  display: inline-block;
  font-weight: 500;
  color: #000;
  padding: 6px 50px 6px 50px;
  border-radius: 45px;
  background: #fff;
  margin: 7px 0;
  position: relative;
}
.text-feature-five li:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FFF2AC;
  left: 10px;
  top: 7px;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-five li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 6px;
  left: 14px;
  color: #232524;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-five li:hover:before {
  background: #232524;
}
.text-feature-five li:hover:after {
  color: #fff;
}
.text-feature-five .media-wrapper {
  background: url(../images/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five .media-wrapper .video-icon {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five .media-wrapper .video-icon:hover {
  background: #CFFF45;
}
.text-feature-five .media-wrapper .screen_01 {
  left: -9%;
  bottom: -9%;
  width: 46.3%;
  animation: jumpThree 5s infinite linear;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}

.text-feature-six {
  z-index: 1;
}
.text-feature-six .media-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six .media-wrapper .screen_01 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six .shape_01 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six .shape_02 {
  top: 1%;
  right: 39%;
}

.text-feature-seven ul li {
  font-weight: 500;
  color: #232524;
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
.text-feature-seven ul li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 1px;
  left: 0;
}

.text-feature-nine {
  background: url(../images/assets/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine .block .icon {
  height: 50px;
}
.text-feature-nine .vertical-text-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine .vertical-text-wrapper .text-list {
  padding: 0 35px;
  font-weight: 700;
  font-size: 125px;
  letter-spacing: -2px;
  height: 20%;
  width: 100%;
  border-top: 1px solid rgba(254, 255, 252, 0.17);
  display: flex;
  align-items: center;
  justify-content: end;
  color: #FFFFFF;
  mix-blend-mode: overlay;
  opacity: 0.8;
}
.text-feature-nine .vertical-text-wrapper .text-list:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine .vertical-text-wrapper .shape_01 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine .vertical-text-wrapper .shape_02 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine .shape_03 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine .shape_04 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one .section-btn {
  position: absolute;
  right: 0;
  top: 25px;
}

.team-section-two {
  background: #fff;
  border: 1px solid #000;
}
.team-section-two .section-btn {
  position: absolute;
  right: 0;
  top: 30px;
}

.team-section-five .shape_01 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team-section-three {
  z-index: 1;
}
.team-section-three:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../images/shape/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three .section-btn {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three .shape_01 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three .shape_02 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three .shape_03 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

.team-details .bg-wrapper {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.team-details .bg-wrapper .border-right {
  border-right: 1px solid #e9e9e9;
}
.team-details .bg-wrapper .member-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-details .bg-wrapper .name {
  font-size: 32px;
}
.team-details .bg-wrapper .post {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
}
.team-details .bg-wrapper h6 {
  font-size: 20px;
  padding: 42px 0 10px;
}
.team-details .bg-wrapper p {
  font-size: 18px;
}
.team-details .bg-wrapper .social-share li a {
  font-size: 20px;
  color: #232524;
  margin-right: 20px;
}
.team-details .bg-wrapper .social-share li a:hover {
  color: #232524;
}
.team-details .bg-wrapper h3 {
  font-size: 28px;
}
.team-details .bg-wrapper table {
  font-size: 18px;
}
.team-details .bg-wrapper table tr td:first-child {
  color: rgba(36, 64, 52, 0.6);
  padding: 13px 0;
}
.team-details .bg-wrapper table tr td:last-child {
  font-weight: 500;
  color: #232524;
}

.faq-section-two {
  z-index: 1;
}
.faq-section-two .section-btn {
  position: absolute;
  right: 0;
  top: 13px;
}
.faq-section-two .shape_01 {
  top: 1%;
  right: 33%;
  width: 2.1%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.faq-section-two .shape_02 {
  bottom: 3%;
  left: 5%;
  width: 2.1%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.faq-section-three .tab-content {
  background: #fff;
  border-radius: 30px;
  padding: 0px;
}
.faq-section-three .tab-content .accordion-style-one .accordion-item:last-child {
  border-bottom: none;
}
.faq-section-three .tab-content .accordion-style-one .accordion-item:first-child {
  border-top: none;
}
.faq-section-three nav .nav {
  border: none;
}
.faq-section-three nav .nav .nav-link {
  background: transparent;
  border: 0;
  border-radius: 30px;
  height: 36px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  margin: 0 2px 10px;
}
.faq-section-three nav .nav .nav-link.active {
  background: #232524;
  color: #fff;
}

.pricing-section .contact-banner {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
  padding: 48px 45px;
}
.pricing-section .contact-banner h2 {
  font-size: 42px;
  line-height: 1.238em;
  margin: 0;
}
.pricing-section .contact-banner h2 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.pricing-section .contact-banner .screen_01 {
  left: 3%;
  top: 13%;
  width: 12.4%;
}

.pricing-nav .nav {
  border: 2px solid #232524;
  border-radius: 10px;
  overflow: hidden;
}
.pricing-nav .nav .nav-link {
  width: 150px;
  height: 61px;
  font-weight: 500;
  color: #232524;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.pricing-nav .nav .nav-link.active {
  background: #232524;
  color: #fff;
}

.error-page {
  min-height: 100vh;
  z-index: 1;
}
.error-page h1 {
  font-size: 140px;
  line-height: 1em;
}
.error-page h2 {
  font-size: 85px;
  padding: 32px 0 36px;
}
.error-page .shape_01 {
  right: 1%;
  bottom: 20%;
  width: 14.52%;
}
.error-page .shape_02 {
  left: 1%;
  bottom: 30%;
  width: 18.64%;
}

.accordion-style-one .accordion-item {
  border: none;
  border-top: 1px solid #E0E0E0;
  border-radius: 0;
}
.accordion-style-one .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.55em;
  color: #232524;
  padding: 33px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.accordion-style-one .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 20px;
}
.accordion-style-one .accordion-item .accordion-button:not(.collapsed):after {
  content: "-";
  font-size: 40px;
}
.accordion-style-one .accordion-item .accordion-button:after {
  content: "+";
  font-weight: 300;
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-one .accordion-item .accordion-body {
  padding: 0 35px 20px 0;
}
.accordion-style-one .accordion-item .accordion-body p {
  margin: 0;
}
.accordion-style-one .accordion-item:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.accordion-style-two .accordion-item {
  border: none;
  background: #FFFAEB;
  border-radius: 0;
}
.accordion-style-two .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.55em;
  color: #AEA78F;
  padding: 28px 50px;
  background: transparent;
  border-radius: 40px 40px 0 0;
  box-shadow: none;
}
.accordion-style-two .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-style-two .accordion-item .accordion-button:not(.collapsed):after {
  content: "-";
  font-size: 1.5em;
  line-height: 36px;
}
.accordion-style-two .accordion-item .accordion-button:after {
  content: "+";
  font-weight: 400;
  text-align: center;
  color: #000;
  line-height: 48px;
  font-size: 32px;
  background: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
}
.accordion-style-two .accordion-item .accordion-body {
  padding: 20px 50px 55px;
}
.accordion-style-two .accordion-item .accordion-body h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  margin-bottom: 15px;
  font-weight: 700;
}
.accordion-style-two .accordion-item .accordion-body ul li {
  display: inline-block;
  color: #272727;
  font-weight: 500;
  background: #fff;
  border-radius: 45px;
  padding: 6px 16px 6px 40px;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.accordion-style-two .accordion-item .accordion-body ul li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 6px;
  left: 14px;
  color: #212121;
}
.accordion-style-two .accordion-item .accordion-body .media-wrapper {
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  max-width: 610px;
}
.accordion-style-two .accordion-item .accordion-body .media-wrapper .video-icon {
  width: 90px;
  height: 90px;
  background: #fff;
}
.accordion-style-two .accordion-item .accordion-body .media-wrapper .video-icon:hover {
  background: #CFFF45;
}
.accordion-style-two .accordion-item:nth-child(1) {
  border-radius: 40px 40px 0 0;
}
.accordion-style-two .accordion-item:nth-child(2) {
  background: #FFFAEB;
}
.accordion-style-two .accordion-item:nth-child(2) .accordion-button {
  background: #FBF4DC;
}
.accordion-style-two .accordion-item:nth-child(2) .accordion-body {
  background: #FBF4DC;
}
.accordion-style-two .accordion-item:nth-child(3) {
  background: #f9efcf;
  border-radius: 0 0 40px 40px;
}
.accordion-style-two .accordion-item:nth-child(3) .accordion-button {
  background: #F9EFCF;
  border-radius: 0 0 40px 40px;
}
.accordion-style-two .accordion-item:nth-child(3) .accordion-body {
  background: #F9EFCF;
  border-radius: 0 0 40px 40px;
}

.accordion-style-three .accordion-item {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 0;
}
.accordion-style-three .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55em;
  color: #232524;
  padding: 24px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.accordion-style-three .accordion-item .accordion-button:after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-three .accordion-item .accordion-body {
  padding: 0 35px 8px 0;
}

.accordion-style-four .accordion-item {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  margin-bottom: 30px;
}
.accordion-style-four .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.55em;
  color: #232524;
  padding: 24px 50px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}
.accordion-style-four .accordion-item .accordion-button span {
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  margin-right: 22px;
  min-width: 30px;
}
.accordion-style-four .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 15px;
  background: #144D41;
  color: #fff;
}
.accordion-style-four .accordion-item .accordion-button:after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-four .accordion-item .accordion-body {
  background: #fff;
  padding: 0 15px 20px 102px;
  background: #144D41;
}
.accordion-style-four .accordion-item .accordion-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.partner-logo-two {
  background: #000;
  border-bottom: 2px solid #000;
}
.partner-logo-two .bg-wrapper {
  background: #DFFF5E;
  border-radius: 30px;
}
.partner-logo-two .bg-wrapper .wrapper {
  max-width: 1660px;
  padding: 22px 12px;
}
.partner-logo-two .bg-wrapper .title {
  color: #000;
  font-size: 30px;
}
.partner-logo-two .bg-wrapper .logo-wrapper {
  font-weight: 700;
  color: #000;
  font-size: 30px;
  letter-spacing: -0.5px;
}
.partner-logo-two .bg-wrapper .logo-wrapper .br-name {
  margin: 0 10px;
}
.partner-logo-two .bg-wrapper .logo-wrapper .br-name img {
  width: 15px;
}

.partner-logo-one .logo {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content {
  margin: 20px auto;
  padding: 10px;
}

.user-data-form {
  background: #fff;
  margin: 0 auto;
  max-width: 620px;
  border-radius: 20px !important;
  padding: 50px 15px 40px;
}
.user-data-form h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 10px;
}
.user-data-form p a {
  color: #31795A;
}
.user-data-form p a:hover {
  text-decoration: underline;
}
.user-data-form .form-wrapper {
  max-width: 565px;
}
.user-data-form .form-wrapper .input-group-meta input {
  width: 100%;
  height: 55px;
  font-size: 16px;
  border: 1px solid rgba(37, 64, 53, 0.06);
  border-radius: 8px;
  padding: 0 52px 0 20px;
  color: #000;
  background: rgba(0, 0, 0, 0.04);
}
.user-data-form .form-wrapper .input-group-meta label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon {
  position: absolute;
  height: 55px;
  top: 30px;
  right: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
  color: rgba(0, 0, 0, 0.45);
  font-size: 17px;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon span:before {
  content: "";
  width: 2px;
  height: 26px;
  background: #000;
  position: absolute;
  top: 14px;
  left: 24px;
  transform: rotate(45deg);
  z-index: 5;
  transition: all 0.2s ease-in-out;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon span.eye-slash:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #232524;
  cursor: pointer;
  padding-left: 22px;
  transition: all 0.1s ease-in-out;
}
.user-data-form .agreement-checkbox label a {
  color: #232524;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox label:before {
  content: "";
  width: 14px;
  height: 14px;
  line-height: 11px;
  border-radius: 2px;
  border: 2px solid #B3B3B3;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  transition: all 0.1s ease-in-out;
}
.user-data-form .agreement-checkbox input[type=checkbox]:checked + label:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  background: #000;
  color: #fff;
  border-color: #000;
}
.user-data-form .agreement-checkbox a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox a:hover {
  text-decoration: underline;
  color: #232524;
}
.user-data-form .line {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn img {
  width: 20px;
}
.user-data-form .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  box-shadow: none;
  z-index: 1;
}
.user-data-form .nav {
  background: #F0F5F3;
  border-radius: 40px;
}
.user-data-form .nav .nav-item {
  width: 50%;
}
.user-data-form .nav .nav-item .nav-link {
  font-weight: 400;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 40px;
  font-size: 18px;
  color: #7e807f;
}
.user-data-form .nav .nav-item .nav-link.active {
  color: #0f0f0f;
  border-color: #0f0f0f;
}

.counter-block-one .main-count {
  font-size: 64px;
  color: #232524;
}

.counter-block-two .main-count {
  font-size: 68px;
  color: #232524;
  margin-bottom: -5px;
}

.counter-block-three .main-count {
  font-size: 70px;
  color: #232524;
  margin-bottom: -5px;
}

.counter-block-four {
  border: 1px solid #232524;
  padding: 30px 15px 20px;
  border-radius: 20px;
}
.counter-block-four .main-count {
  font-size: 90px;
  margin-bottom: -12px;
}

.pagination-one ul {
  margin: 0 -5;
}
.pagination-one ul li {
  padding: 0 5px;
  font-size: 20px;
  font-weight: 500;
  color: #232524;
}
.pagination-one ul li:not(:last-child) a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-one ul li:not(:last-child) a.active, .pagination-one ul li:not(:last-child) a:hover, .pagination-one ul li:not(:last-child) a:focus {
  background: #232524;
  color: #fff;
}

.pagination-two {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 60px 0;
}
.pagination-two .pr-dir {
  font-size: 16px;
  letter-spacing: 0.89px;
  color: #979797;
}
.pagination-two .pr-name {
  font-size: 32px;
  color: #232524;
  margin-top: 4px;
}
.pagination-two i {
  font-size: 30px;
  width: 75px;
  height: 75px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 66px;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-two a:hover i {
  background: #CFFF45;
  border-color: #CFFF45;
}
.pagination-two.border-0 i {
  border: none;
}
.pagination-two.border-0 a:hover i {
  background: #FFE86B;
}

.card-style-one .icon {
  background: #fff;
  width: 62px;
  height: 62px;
}
.card-style-one .text {
  width: calc(100% - 62px);
}
.card-style-one:hover .icon {
  background: #CFFF45;
}

.card-style-two {
  position: relative;
  padding: 50px 40px 48px;
  background: #fff;
  border: 1px solid #EBF3EE;
  border-radius: 20px;
}
.card-style-two .icon {
  height: 50px;
}
.card-style-two .icon2 {
  height: 42px;
}
.card-style-two .arrow-btn {
  opacity: 0.3;
  width: 34px;
}
.card-style-two:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.card-style-two:hover .arrow-btn {
  opacity: 1;
}

.card-style-three .icon {
  height: 38px;
}

.card-style-four .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 89, 75, 0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-four .media:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  right: -25px;
  bottom: -25px;
  background: #fff;
}
.card-style-four .round-btn {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #232524;
  opacity: 0;
}
.card-style-four .round-btn:hover {
  background: #CFFF45;
}
.card-style-four:hover .media::before, .card-style-four:hover .round-btn {
  opacity: 1;
}

.card-style-five .icon {
  height: 42px;
}
.card-style-five .main-count {
  font-size: 68px;
  color: #FFDB1E;
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 42px;
  padding-top: 25px;
}
.card-style-five p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.6em;
}

.card-style-six {
  position: relative;
  padding: 50px 40px 48px;
  background: #fff;
  border-radius: 30px;
}
.card-style-six:hover, .card-style-six.active {
  background: #EDF1EE;
}
.card-style-six:hover .arrow-btn, .card-style-six.active .arrow-btn {
  opacity: 1;
}
.card-style-six .icon {
  width: 70px;
  height: 70px;
  background: #232524;
}
.card-style-six .arrow-btn {
  opacity: 0.3;
  width: 34px;
}

.card-style-seven {
  position: relative;
  padding: 40px 30px 45px;
  background: #fff;
  border-radius: 30px;
}
.card-style-seven .icon {
  width: 70px;
  height: 70px;
  background: #FFE86B;
}
.card-style-seven p {
  font-size: 18px;
  line-height: 1.666em;
}
.card-style-seven .arrow-btn {
  opacity: 0.3;
  width: 34px;
}
.card-style-seven:hover, .card-style-seven.active {
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.04);
}
.card-style-seven:hover .arrow-btn, .card-style-seven.active .arrow-btn {
  opacity: 1;
}
.card-style-seven:hover .icon, .card-style-seven.active .icon {
  background: #CFFF45;
}

.card-style-eight {
  padding: 40px 35px 30px;
  background: #fff;
  position: relative;
}
.card-style-eight:hover {
  box-shadow: 0px 10px 20px rgba(8, 32, 26, 0.04);
}
.card-style-eight .icon {
  height: 55px;
}
.card-style-eight .icon img {
  max-height: 100%;
}

.card-style-nine {
  background: #F6F6F6;
  padding: 50px 55px 0;
}
.card-style-nine .icon {
  width: 60px;
  height: 60px;
  background: #FFE86B;
}
.card-style-nine h3 {
  font-size: 32px;
}

.card-style-ten {
  padding-bottom: 60px;
}
.card-style-ten h4 {
  color: #232524;
}
.card-style-ten .main-count {
  font-size: 80px;
  color: #232524;
  z-index: 1;
  margin-bottom: -16px;
}
.card-style-ten .main-count:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 13px;
  background: #C5FF4A;
  left: 0;
  bottom: 19%;
  z-index: -1;
}

.card-style-eleven {
  position: relative;
  padding: 45px 40px 48px;
  background: #fff;
  border-radius: 20px;
}
.card-style-eleven h4 {
  font-family: "ClashDisplay";
  color: #232524;
}
.card-style-eleven .icon {
  height: 58px;
}
.card-style-eleven .arrow-btn {
  opacity: 0.3;
  width: 34px;
}
.card-style-eleven:hover {
  background: #f3f3f3;
}
.card-style-eleven:hover .arrow-btn {
  opacity: 1;
}

.card-style-twelve h4 {
  color: #232524;
}
.card-style-twelve .icon {
  width: 55px;
  height: 55px;
  border: 1px solid #E0E0E0;
}
.card-style-twelve .arrow-btn {
  opacity: 0.3;
  width: 34px;
}
.card-style-twelve:hover .icon {
  background: #E0E0E0;
}

.card-style-thirteen {
  background: #fff;
  border-radius: 200px;
  border: 1px solid #fff;
  padding: 110px 45px 120px;
  position: relative;
  z-index: 1;
}
.card-style-thirteen:before {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  background: #000;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
}
.card-style-thirteen .icon {
  height: 75px;
}
.card-style-thirteen .icon img {
  max-height: 100%;
}
.card-style-thirteen p {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
}
.card-style-thirteen h3 {
  font-size: 30px;
  line-height: 1.266em;
  color: #000;
}
.card-style-thirteen:hover {
  background: #DFFF5E;
  border-color: #000;
}

.card-style-fourteen .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(223, 255, 94, 0.3);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-fourteen .round-btn {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0C3A30;
  color: #fff;
  opacity: 0;
}
.card-style-fourteen .round-btn:hover {
  background: #CFFF45;
  color: #232524;
}
.card-style-fourteen:hover .media::before, .card-style-fourteen:hover .round-btn {
  opacity: 1;
}
.card-style-fourteen p {
  color: #B6B6B6;
}

.card-style-fifteen {
  background: #fff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.02);
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
}
.card-style-fifteen .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 89, 75, 0.3);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-fifteen .round-btn {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0C3A30;
  color: #fff;
  opacity: 0;
}
.card-style-fifteen .round-btn:hover {
  background: #CFFF45;
  color: #232524;
}
.card-style-fifteen:hover .media::before, .card-style-fifteen:hover .round-btn {
  opacity: 1;
}
.card-style-fifteen h4 {
  font-size: 22px;
}
.card-style-fifteen p {
  color: #B6B6B6;
}

.card-style-sixteen {
  position: relative;
}
.card-style-sixteen .icon {
  width: 60px;
  height: 60px;
  background: #FFE86B;
}
.card-style-sixteen .text {
  width: calc(100% - 60px);
  padding-left: 30px;
}
.card-style-sixteen:hover .icon, .card-style-sixteen.active .icon {
  background: #CFFF45;
}
.card-style-sixteen.arrow:before, .card-style-sixteen.arrow:after {
  content: url(../images/shape/shape_30.svg);
  position: absolute;
  top: 11px;
  left: -99px;
}
.card-style-sixteen.arrow:after {
  left: auto;
  right: -99px;
}

.card-style-seventeen {
  padding: 30px 30px 40px;
  border-radius: 15px;
  border: 1px solid #E6E6E6;
}
.card-style-seventeen .icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #F6F6F6;
}
.card-style-seventeen .text {
  width: calc(100% - 70px);
  padding-left: 25px;
}
.card-style-seventeen .text .btn-three {
  color: #232524;
}
.card-style-seventeen .text .btn-three i {
  font-size: 0.8em;
}
.card-style-seventeen:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.card-style-seventeen:hover .icon {
  background: #fff;
}

.card-style-eighteen {
  padding: 5px 35px 0;
  border-radius: 20px;
  background: #232524;
  z-index: 1;
}
.card-style-eighteen:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../images/assets/bg_08.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.card-style-eighteen .icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #CFFF45;
}
.card-style-eighteen blockquote {
  font-size: 36px;
  color: #fff;
  line-height: 1.555em;
  letter-spacing: -0.5px;
  margin: 30px 0 35px;
}
.card-style-eighteen h6 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.card-style-eighteen h6 span {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
}

.card-style-nineteen {
  padding: 30px 50px 50px;
  border-radius: 20px;
  background: #fff;
}
.card-style-nineteen h2 {
  font-size: 48px;
}
.card-style-nineteen .counter-block-one .main-count {
  font-size: 58px;
  color: #232524;
}

.card-style-twenty {
  background: #fff;
  border-radius: 20px;
  padding: 35px 35px 25px;
}
.card-style-twenty .icon {
  width: 60px;
  height: 60px;
  background: #232524;
}
.card-style-twenty .text {
  width: calc(100%);
}
.card-style-twenty .text .arrow-btn {
  position: absolute;
  right: 50px;
  top: 40px;
}
.card-style-twenty:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.card-style-twentyOne .icon {
  width: 320px;
  height: 320px;
  padding: 13%;
  border: 1px solid rgba(25, 97, 100, 0.15);
}
.card-style-twentyOne .icon .numb {
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  font-size: 24px;
  color: #000;
  bottom: -23px;
  left: calc(50% - 23px);
  z-index: 1;
  background: #fff;
}

.card-style-twentyTwo {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 50px 12px 70px;
  position: relative;
}
.card-style-twentyTwo .icon {
  height: 83px;
}
.card-style-twentyTwo h4 {
  font-size: 28px;
  margin: 135px 0 20px;
  text-transform: capitalize;
}
.card-style-twentyTwo .learn-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.card-style-twentyTwo:hover {
  background: #FFDB1E;
}

.card-style-twentyThree {
  background: #144D41;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.card-style-twentyThree .name {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  border-radius: 15px;
  padding: 15px 10px 10px;
  background: #fff;
  text-align: center;
  opacity: 0;
}
.card-style-twentyThree .name h4 {
  font-size: 22px;
}
.card-style-twentyThree:hover .name {
  opacity: 1;
}
.card-style-twentyThree:hover img {
  opacity: 0.3;
}
.pricing-card-one {
  background: #fff;
  border-radius: 20px;
  padding: 45px 70px 50px;
  border: 1.5px solid #262829;
  box-shadow: 0 4px 32px rgba(25,94,163,0.04);
}
.pricing-overlay {
  display: none;
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 14px;
  z-index: 99;
  box-shadow: 0 4px 34px rgba(0,0,0,.11);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.18s;
  padding: 32px 22px 24px 22px;
  min-height: 390px;
  max-height: 999px;
}
.pricing-overlay.active {
  display: flex;
}
.overlay-content {
  width: 100%;
  max-width: 98%;
  margin: 0 auto;
  color: white;
  font-size: 1.08rem;
  padding: 0;
}
.overlay-content ul {
  margin-left: 1em;
  margin-bottom: 0.9em;
  padding-left: 0.3em;
}
.overlay-content h3 {
  margin-bottom: 10px;
}
.overlay-close {
  display: inline-block;
  margin-top: 6px;
  padding: 7px 19px;
  background: #232524;
  color: #fff;
  border-radius: 7px;
  font-weight: 500;
  font-size: 1.04rem;
  text-decoration: none;
  transition: background 0.18s;
}
.overlay-close:hover {
  background: #111;
  color: #fff;
}
.link-button-close {
  display: inline-block;
  margin-top: 6px;
  padding: 7px 19px;
  background: #232524;
  color: #fff;
  border-radius: 7px;
  font-weight: 500;
  font-size: 1.04rem;
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
}
.link-button-close:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}
.pricing-card-one h2 {
  font-size: 36px;
}
.pricing-card-one p {
  line-height: 1.5em;
  color: #878787;
  padding: 17px 0 20px;
}
.pricing-card-one p span {
  color: #000;
}
.pricing-card-one .price-banner {
  padding: 8px 10px;
  border-radius: 15px;
  background: #F4F4F4;
  margin-bottom: 30px;
}
.pricing-card-one .price-banner .price {
  font-size: 52px;
  font-weight: 500;
  color: #232524;
  line-height: initial;
}
.pricing-card-one .price-banner .price sup {
  font-size: 0.461em;
  top: -18px;
  left: 6px;
}
.pricing-card-one .price-banner strong {
  color: #232524;
  display: block;
  margin-bottom: -9px;
}
.pricing-card-one .price-banner span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.pricing-card-one ul li {
  color: #000;
  margin-top: 10px;
}
.pricing-card-one .action-btn {
  max-width: 335px;
  margin: auto auto 0;
  padding: 10px 25px;
  font-size: 18px;
  color: #8B8B8B;
}
.pricing-card-one .action-btn a {
  font-weight: 500;
  color: #232524;
}
.pricing-card-one .action-btn a i {
  display: inline-block;
  width: 20px;
  line-height: 15px;
  background: #0C3A30;
  color: #fff;
  font-size: 10px;
  border-radius: 50px;
  font-weight: 900;
  vertical-align: 3px;
  margin-left: 4px;
}
.pricing-card-one .action-btn a:hover {
  text-decoration: underline;
}

.service-details .details-meta h2 {
  font-size: 64px;
  line-height: 1.1875em;
  font-weight: 700;
  margin-bottom: 42px;
}
.service-details .details-meta p {
  margin-bottom: 35px;
}
.service-details .details-meta h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
}
.service-details .details-meta .line-wrapper {
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.service-details .details-meta .quote-wrapper {
  padding: 50px 80px 60px;
  border-radius: 30px;
  z-index: 1;
}
.service-details .details-meta .quote-wrapper .icon {
  margin-top: 7px;
}
.service-details .details-meta .quote-wrapper blockquote {
  font-size: 48px;
  line-height: 1.354em;
  font-weight: 500;
  color: #232524;
  margin-bottom: 30px;
}
.service-details .details-meta .quote-wrapper .shape_01 {
  bottom: 0;
  right: 1%;
  width: 37.2%;
}
.service-details .details-meta .list-item li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  padding-left: 45px;
  margin-bottom: 24px;
  position: relative;
}
.service-details .details-meta .list-item li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FFF2AC;
  left: 0;
  top: 3px;
}
.service-details .details-meta .list-item li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 3px;
  left: 5px;
  color: #000;
}
.service-details .service-nav-item {
  background: #EBF3EE;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 25px;
}
.service-details .service-nav-item a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  padding: 24px 0;
  line-height: 20px;
  border-bottom: 1px dashed rgba(10, 64, 32, 0.2);
  transition: all 0.3s ease-in-out 0s;
}
.service-details .service-nav-item a img {
  width: 20px;
  margin-right: 22px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out 0s;
}
.service-details .service-nav-item a.active, .service-details .service-nav-item a:hover {
  color: #0A4020;
}
.service-details .service-nav-item a.active img, .service-details .service-nav-item a:hover img {
  opacity: 1;
}
.service-details .service-nav-item li:last-child a {
  border: none;
}
.service-details .contact-banner {
  padding: 35px 3% 50px;
  background: #FFE86B;
  border-radius: 20px;
}
.service-details .contact-banner h3 {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
}
.service-details .contact-banner a {
  line-height: 36px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 30px;
}
.service-details .contact-banner a:hover {
  background: #0C3A30;
  border-color: #0C3A30;
  color: #fff;
}

#isotop-gallery-wrapper {
  margin: 0 -20px;
}
#isotop-gallery-wrapper .grid-sizer,
#isotop-gallery-wrapper .isotop-item {
  padding: 0 20px;
}
#isotop-gallery-wrapper.column-two .grid-sizer,
#isotop-gallery-wrapper.column-two .isotop-item {
  width: 50%;
}

.portfolio-one {
  background: #fff;
  border: 1px solid #000;
}
.portfolio-one .section-btn {
  position: absolute;
  right: 0;
  top: 50px;
}

.portfolio-block-one .img-holder {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one .img-holder.round-border {
  border-radius: 30px;
}
.portfolio-block-one .img-holder .expend {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 35px;
  opacity: 0;
}
.portfolio-block-one .img-holder i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 44px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-block-one .img-holder i:hover {
  background: #DFFF5E;
}
.portfolio-block-one:hover .expend {
  opacity: 1;
}
.portfolio-block-one:hover .img-meta {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one:hover .pj-title {
  text-decoration: underline;
}
.portfolio-block-one .caption {
  margin-top: 35px;
}
.portfolio-block-one .caption .tag {
  margin: 0 -3px;
}
.portfolio-block-one .caption .tag li {
  margin: 0 3px;
  font-size: 14px;
  text-transform: uppercase;
  color: #B8B8B8;
  padding: 0 14px;
  line-height: 21px;
  border: 1px solid #B8B8B8;
  border-radius: 15px;
}
.portfolio-block-one .caption .pj-title {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one .caption .arrow:hover {
  color: #0C3A30;
}

.portfolio-two {
  z-index: 1;
}
.portfolio-two .slider-wrapper {
  width: 126vw;
  transform: translateX(-13vw);
}
.portfolio-two .slider-wrapper .slick-slider {
  margin: 0 -25px;
}
.portfolio-two .slider-wrapper .slick-slider .slick-slide {
  margin: 0 25px 5px;
}
.portfolio-two .slick-arrow-one {
  margin-left: -2px;
  margin-right: -2px;
}
.portfolio-two .slick-arrow-one li {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #232524;
  text-align: center;
  line-height: 57px;
  font-size: 24px;
  margin: 0 2px;
  transition: all 0.2s ease-in-out 0s;
}
.portfolio-two .slick-arrow-one li:hover {
  background: #232524;
  color: #fff;
}

.portfolio-block-two .img-wrapper {
  border-radius: 30px;
  overflow: hidden;
}
.portfolio-block-two .caption {
  padding: 40px 0 30px;
  border-bottom: 1px solid #044F3B;
}
.portfolio-block-two .caption span {
  display: block;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.3);
}
.portfolio-block-two .caption h3 a {
  font-size: 40px;
  letter-spacing: -1px;
  color: #232524;
}
.portfolio-block-two .caption h3 a:hover {
  text-decoration: underline;
}
.portfolio-block-two .caption .round-btn {
  font-size: 30px;
  width: 70px;
  height: 70px;
  border: 1px solid #232524;
  color: #232524;
}
.portfolio-block-two .caption .round-btn:hover {
  background: #CFFF45;
}

.portfolio-three .shape_01 {
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.portfolio-block-three {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 80px 0;
}
.portfolio-block-three:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.portfolio-block-three .num {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}
.portfolio-block-three .media-img {
  width: 27%;
  padding: 0 45px 0 65px;
}
.portfolio-block-three .media-img .img {
  background: #044F3B;
  border-radius: 75px;
  overflow: hidden;
}
.portfolio-block-three .title {
  width: 40%;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 500;
  color: #232524;
}
.portfolio-block-three .arrow-btn {
  margin-left: auto;
  width: 108px;
  height: 108px;
}
.portfolio-block-three .arrow-btn:hover {
  background: #FFDB1E;
}
.portfolio-block-three .arrow-btn:hover img {
  transform: rotate(-45deg);
}
.portfolio-block-three:hover .img img {
  opacity: 0.5;
}

.project-details-one {
  z-index: 2;
}
.project-details-one .project-info {
  border-bottom: 1px solid #E4E4E4;
}
.project-details-one .project-info:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  z-index: -1;
  background: #CFFF45;
}
.project-details-one .project-info .inner-wrapper {
  max-width: 1600px;
  padding: 0 12px;
}
.project-details-one .project-info h3 {
  font-size: 48px;
  font-weight: normal;
  margin: 0;
}
.project-details-one .project-info h3 span {
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.project-details-one .project-info li {
  width: 33.333%;
  padding: 35px 3%;
  border-right: 1px dashed rgba(0, 0, 0, 0.25);
  background: #CFFF45;
  margin-bottom: -1px;
}
.project-details-one .project-info li:last-child {
  border: none;
}
.project-details-one .project-info li .icon {
  max-width: 40px;
}
.project-details-one .project-info li .text1 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
.project-details-one .project-info li span {
  color: rgba(0, 0, 0, 0.5);
}
.project-details-one .upper-title {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.project-details-one h2 {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 35px;
}
.project-details-one p {
  font-size: 24px;
  line-height: 1.83em;
  margin-bottom: 40px;
}
.project-details-one .img-gallery img {
  border-radius: 30px;
  width: 100%;
  margin-bottom: 15px;
}
.project-details-one .social-share li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-one .social-share li a {
  font-size: 20px;
  color: #232524;
  margin-left: 20px;
}

.project-details-two .bg-wrapper {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two .slider-wrapper {
  height: 100%;
}
.project-details-two .slider-wrapper .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two .slider-wrapper .carousel-control-next,
.project-details-two .slider-wrapper .carousel-control-prev {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #232524;
  opacity: 1;
  right: 0;
  bottom: 0;
  top: auto;
  transition: all 0.2s ease-in-out 0s;
}
  .project-details-two .slider-wrapper .carousel-control-next:hover,
.project-details-two .slider-wrapper .carousel-control-prev:hover {
  background: #232524;
  color: #fff;
}
.project-details-two .slider-wrapper .carousel-control-prev {
  left: auto;
  right: 45px;
}
.project-details-two .info-wrapper {
  padding: 55px 50px 85px 70px;
}
.project-details-two .info-wrapper h3 {
  font-size: 36px;
}
.project-details-two .info-wrapper .list-meta li {
  padding: 22px 0;
}
.project-details-two .info-wrapper .list-meta .icon {
  width: 40px;
}
.project-details-two .info-wrapper .list-meta .text1 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two .info-wrapper .list-meta span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two .info-wrapper .social-share li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two .info-wrapper .social-share li a {
  font-size: 20px;
  color: #232524;
  margin-left: 20px;
}

.feedback-section-one {
  border-bottom: 1px dashed #CACACA;
}
.feedback-section-one.top-border {
  border-top: 1px dashed #CACACA;
}
.feedback-section-one .title-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.feedback-section-one .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 12px;
  background: #CFFF45;
  right: 0;
  bottom: -1%;
}

.feedback-block-one blockquote {
  font-size: 32px;
  line-height: 1.531em;
  color: #000;
  margin-bottom: 40px;
}
.feedback-block-one .avatar {
  width: 60px;
  height: 60px;
}
.feedback-block-one .line {
  width: 70%;
  height: 1px;
  background: #000;
}
.feedback-block-one .count {
  width: 30%;
  text-align: right;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.3);
}

.feedback-section-two {
  z-index: 1;
}
.feedback-section-two .slider-wrapper {
  width: calc(100vw + 210px);
  transform: translateX(-105px);
}
.feedback-section-two .shape_01 {
  top: 0;
  left: 11%;
  width: 2.65%;
  min-width: 30px;
  animation: rotated 48s infinite linear;
}

.feedback-block-two {
  border: 1px solid #E1E2E2;
  border-radius: 20px;
  padding: 34px 48px 30px;
}
.feedback-block-two .avatar {
  width: 55px;
  height: 55px;
}
.feedback-block-two .name {
  color: #232524;
}
.feedback-block-two blockquote {
  color: #0E3F30;
  margin: 24px 0 43px;
}
.feedback-block-two .bottom-line {
  border-top: 1px solid #E1E2E2;
  padding-top: 24px;
}
.feedback-block-two .bottom-line .rating li {
  color: #FFCC4A;
  margin-right: 5px;
  font-size: 18px;
}

.slick-center .feedback-block-two {
  background: #232524;
  border-color: #232524;
}
.slick-center .feedback-block-two .name, .slick-center .feedback-block-two blockquote {
  color: #fff;
}
.slick-center .feedback-block-two p {
  color: rgba(255, 255, 255, 0.5);
}
.slick-center .feedback-block-two .bottom-line {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.slick-center .feedback-block-two .bottom-line .icon {
  filter: brightness(0) invert(1);
}

.feedback-section-three .slider-wrapper {
  padding-left: 100px;
}
.feedback-section-three .slider-wrapper .icon {
  left: 0;
  top: 18px;
}
.feedback-section-three .slick-dots {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three .slick-dots .slick-active button {
  background: #000;
}
.feedback-section-three .rating-box {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three .rating-box .rating {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three .shape_01 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three .shape_02 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

.feedback-block-three blockquote {
  font-size: 36px;
  line-height: 1.611em;
  color: #000;
}

.feedback-section-four .slider-arrows {
  position: absolute;
  right: 0;
  top: 80px;
  width: 125px;
  border: 1px solid #000;
  border-radius: 50px;
  overflow: hidden;
}
.feedback-section-four .slider-arrows li {
  width: 50%;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  color: #000;
  transition: all 0.2s ease-in-out 0s;
}
.feedback-section-four .slider-arrows li:hover {
  background: #000;
  color: #fff;
}
.feedback-section-four .partner-logo-one {
  border-bottom: 2px dashed #e3e3e3;
}

.feedback-block-four {
  border: 2px solid #232524;
  border-radius: 20px;
  padding: 35px 48px 35px;
}
.feedback-block-four .rating li {
  color: #FFCC4A;
  margin-right: 6px;
  font-size: 18px;
}
.feedback-block-four .icon {
  width: 30px;
}
.feedback-block-four .avatar {
  width: 55px;
  height: 55px;
}
.feedback-block-four blockquote {
  font-size: 28px;
  line-height: 1.571em;
  color: #0E3F30;
  margin: 37px 0 52px;
}
.feedback-block-four:hover {
  background: #F8FCF4;
  border-color: #F8FCF4;
}

.feedback-section-five {
  background: #DFFF5E;
  border: 1px solid #000;
  z-index: 1;
  overflow: hidden;
}
.feedback-section-five:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../images/assets/bg_06.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.feedback-section-five .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -85px;
}
.feedback-section-five .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-five .slick-dots .slick-active button {
  background: #000;
}
.feedback-section-five .shape_01 {
  bottom: 1%;
  left: 19%;
  width: 34%;
}
.feedback-section-five .shape_02 {
  bottom: 3%;
  right: 8%;
  width: 24%;
}

.feedback-block-five blockquote {
  font-weight: 700;
  font-size: 90px;
  line-height: 1.166em;
  color: #000;
  margin-bottom: 40px;
}
.feedback-block-five .name {
  font-size: 28px;
  color: #000;
}

.feedback-section-six {
  z-index: 1;
}
.feedback-section-six .icon-container {
  width: 90%;
  margin: 0 auto;
}
.feedback-section-six .icon-container:before, .feedback-section-six .icon-container:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  width: calc(50% - 65px);
  top: 50%;
  left: 0;
}
.feedback-section-six .icon-container:after {
  left: auto;
  right: 0;
}
.feedback-section-six .icon-container .icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #CFFF45;
}
.feedback-section-six .slick-dots {
  margin: 95px 0 0;
  padding: 0;
  justify-content: center;
}
.feedback-section-six .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #232524;
}
.feedback-section-six .slick-dots .slick-active button {
  background: #232524;
}
.feedback-section-six .shape_01 {
  right: 5%;
  bottom: 0;
  max-width: 16%;
}
.feedback-section-six .shape_02 {
  left: 5%;
  bottom: 0;
  max-width: 16%;
}
.feedback-section-six .shape_03 {
  left: 0;
  top: 0;
  max-width: 16%;
}

.feedback-block-six p {
  font-size: 42px;
  line-height: 1.666em;
  color: #171717;
  margin-bottom: 45px;
}
.feedback-block-six h6 {
  display: inline-block;
}
.feedback-block-six h6:before, .feedback-block-six h6:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  width: 140px;
  top: 20px;
  left: -175px;
}
.feedback-block-six h6:after {
  left: auto;
  right: -175px;
}

.feedback-section-seven .slider-arrows {
  position: absolute;
  top: 35%;
  width: 100%;
  max-width: 1600px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.feedback-section-seven .slider-arrows li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
}
.feedback-section-seven .slider-arrows li:hover {
  background-color: #D0FF45;
  border-color: #D0FF45;
}

.feedback-block-seven {
  text-align: center;
}
.feedback-block-seven blockquote {
  font-size: 48px;
  line-height: 1.3125em;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.5px;
}
.feedback-block-seven .name {
  font-size: 22px;
}

.feedback-section-eight {
  background: #144D41;
}
.feedback-section-eight:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/shape/shape_53.svg) no-repeat center;
  background-size: cover;
}
.feedback-section-eight .wrapper {
  background: #26685A;
  padding: 95px 80px;
  border-radius: 20px;
}
.feedback-section-eight .slider-arrows {
  position: absolute;
  left: -35px;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.feedback-section-eight .slider-arrows li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #144D41;
  background: #2B5F54;
  padding: 15px;
  cursor: pointer;
}

.feedback-block-eight .media-img {
  border-radius: 20px;
}
.feedback-block-eight .icon {
  width: 70px;
  height: 70px;
  background: #FFDB1E;
}
.feedback-block-eight blockquote {
  font-size: 50px;
  line-height: 1.3em;
  font-weight: 800;
  color: #fff;
  font-style: italic;
  margin: 30px 0 52px;
}
.feedback-block-eight h6 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.feedback-block-eight span {
  font-size: 22px;
  color: #fff;
}
.feedback-block-eight .rating li {
  margin-right: 6px;
}
.feedback-block-eight .rating li i {
  font-size: 18px;
  color: #FFDB1E;
}
.feedback-block-eight .rating li span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-left: 8px;
  color: #fff;
}

.blog-section-one {
  z-index: 1;
}
.blog-section-one:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 17%;
  background: #EBF3EE;
  z-index: -1;
}
.blog-section-one .section-btn {
  position: absolute;
  right: 0;
  top: 65px;
  z-index: 1;
}

.blog-meta-one {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one .post-data {
  padding: 30px 35px 25px;
}
.blog-meta-one .post-data .post-info {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one .post-data .blog-title {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one .post-data .blog-title:hover {
  text-decoration: underline;
}
.blog-meta-one .post-img {
  height: 350px;
  border-radius: 0 0 30px 30px;
  padding: 0 25px 25px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-one .post-img .round-btn {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #232524;
}
.blog-meta-one:hover .round-btn {
  background: #CFFF45;
}
.blog-meta-one.style-two {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one.style-two .post-img {
  border-radius: 0;
}
.blog-meta-one.style-two .blog-title {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

.blog-section-two {
  z-index: 1;
}
.blog-section-two .section-btn {
  position: absolute;
  right: 0;
  top: -15px;
}
.blog-section-two .shape_01 {
  bottom: 7%;
  right: 15%;
  width: 1.1%;
  animation: rotated 50s infinite linear;
}

.blog-meta-two {
  background: #fff;
}
.blog-meta-two .post-data {
  padding-top: 30px;
}
.blog-meta-two .post-data .blog-title {
  width: 100%;
}
.blog-meta-two .post-data .blog-title h4 {
  font-size: 24px;
  line-height: 1.281em;
}
.blog-meta-two .post-data .blog-title:hover h4 {
  text-decoration: underline;
}
.blog-meta-two .post-data .round-btn {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #232524;
  background: #fff;
  color: #232524;
}
.blog-meta-two .post-data .round-btn:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two .post-data .post-info {
  border-top: 1px solid #D1D1D1;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.blog-meta-two .post-img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-meta-two:not(.style-two) .post-img {
  height: 400px;
  padding: 0 0 20px 20px;
  background-size: cover;
}

.blog-meta-two .post-img .date {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #232524;
}

.blog-meta-two.style-two {
  border-radius: 0;
  overflow: hidden;
}

.blog-meta-two.style-two .post-img {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #e9edf3;
}
.blog-meta-two.style-two .post-img img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 620px;
}
.blog-meta-two.style-two .post-data {
  padding: 26px 35px;
}
.blog-meta-two.style-two .post-data .post-info {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two.style-two .post-data .round-btn {
  border: none;
}

.blog-section-three {
  z-index: 1;
}
.blog-section-three .section-btn {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four {
  z-index: 5;
}
.blog-section-four.block-feature-three:before {
  display: none;
}
.blog-section-four.block-feature-three .block-one {
  background: url(../images/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

.blog-section-five {
  background: #EDF8EB;
  border: 1px solid #000;
  z-index: 5;
}
.blog-section-five .section-btn {
  position: absolute;
  right: 0;
  top: 50px;
}
.blog-section-five .wrapper {
  border-top: 2px solid #000;
}
.blog-section-five .wrapper:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  top: 0;
  right: 50%;
}

.blog-meta-three .tag {
  line-height: 27px;
  border-radius: 20px;
  background: #000;
  font-size: 14px;
  padding: 0 16px;
  letter-spacing: 1px;
  color: #fff;
}
.blog-meta-three .blog-title {
  font-size: 50px;
  line-height: 1.16em;
  color: #000;
  margin: 37px 0 24px;
}
.blog-meta-three .round-btn {
  font-size: 25px;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  color: #232524;
}
.blog-meta-three .round-btn:hover {
  background: #000;
  color: #fff;
}

.blog-meta-four {
  border: 1px solid #DFDFDF;
  border-radius: 30px;
  padding: 75px 35px 52px;
  text-align: center;
}
.blog-meta-four .post-data {
  position: relative;
  padding: 42px 12px 28px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-meta-four .post-data .icon {
  width: 55px;
  height: 55px;
  background: #232524;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-meta-four .post-data .blog-title h4 {
  font-size: 43px;
  line-height: 1.302em;
  margin: 0;
}
.blog-meta-four .post-data .blog-title h4:hover {
  text-decoration: underline;
}
.blog-meta-four .post-info {
  font-size: 20px;
  margin: 35px 0 0;
}
.blog-meta-four .post-info span {
  color: rgba(0, 0, 0, 0.5);
}

.blog-sidebar .sidebar-title {
  font-size: 32px;
  margin-bottom: 18px;
}
.blog-sidebar .sidebar-search {
  height: 65px;
  background: #F3F3F3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.blog-sidebar .sidebar-search input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 50px 0 20px;
  font-size: 18px;
}
.blog-sidebar .sidebar-search button {
  position: absolute;
  width: 65px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #232524;
  color: #fff;
}
.blog-sidebar .sidebar-search button:hover {
  background: #CFFF45;
  color: #232524;
}
.blog-sidebar .blog-category li a {
  line-height: 40px;
  color: #232524;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar .blog-category li a span {
  color: rgba(0, 0, 0, 0.4);
}
.blog-sidebar .blog-category li a:hover {
  text-decoration: underline;
}
.blog-sidebar .blog-recent-news .recent-news {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.blog-sidebar .blog-recent-news .recent-news:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar .blog-recent-news .recent-news .post-img {
  height: 222px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-bottom: 15px;
}
.blog-sidebar .blog-recent-news .recent-news .date {
  font-size: 16px;
  color: #AAAAAA;
  margin-bottom: 5px;
}
.blog-sidebar .blog-recent-news .recent-news .blog-title h3 {
  font-size: 24px;
  line-height: 1.291em;
  max-width: 85%;
}
.blog-sidebar .blog-recent-news .recent-news .blog-title h3:hover {
  text-decoration: underline;
}
.blog-sidebar .blog-keyword ul {
  margin: 0 -4px;
}
.blog-sidebar .blog-keyword ul li {
  margin: 0 4px 10px;
}
.blog-sidebar .blog-keyword ul li a {
  line-height: 35px;
  background: #EFF6F3;
  border-radius: 30px;
  padding: 0 18px;
  font-size: 16px;
  color: #244034;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar .blog-keyword ul li a:hover {
  background: #232524;
  color: #fff;
}
.blog-sidebar .contact-banner {
  padding: 35px 3% 50px;
  background: #CFFF45;
  border-radius: 20px;
}
.blog-sidebar .contact-banner h3 {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
}
.blog-sidebar .contact-banner a {
  line-height: 36px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 30px;
}
.blog-sidebar .contact-banner a:hover {
  background: #0C3A30;
  border-color: #0C3A30;
  color: #fff;
}
.blog-details .post-details-meta p {
  line-height: 1.4em;
  margin-bottom: -1em;
  margin-top: 2em;
}
.blog-details .post-details-meta .quote-wrapper {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details .post-details-meta .quote-wrapper .wrapper {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details .post-details-meta .quote-wrapper .wrapper .icon {
  width: 55px;
  height: 55px;
  background: #232524;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details .post-details-meta .quote-wrapper .wrapper h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details .post-details-meta .quote-wrapper h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details .post-details-meta .quote-wrapper h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details .post-details-meta .img-gallery {
  margin-bottom: 50px;
}
.blog-details .post-details-meta .img-gallery img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details .post-details-meta h3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: -15px;
}
.blog-details .post-details-meta .list-item li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details .post-details-meta .list-item li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details .bottom-widget {
  padding: 10px 0 5px;
}
.blog-details .bottom-widget .tags li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details .bottom-widget .tags a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #232524;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details .bottom-widget .tags a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details .bottom-widget .share-icon li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details .bottom-widget .share-icon a {
  color: #232524;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details .grey-bg {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details .blog-inner-title {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details .blog-comment-area {
  margin: 60px 0;
}
.blog-details .blog-comment-area .comment {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details .blog-comment-area .comment:last-child {
  padding-bottom: 5px;
}
.blog-details .blog-comment-area .comment .reply-comment {
  border: none;
  padding: 40px 0 30px;
}
.blog-details .blog-comment-area .comment .user-avatar {
  width: 60px;
  height: 60px;
}
.blog-details .blog-comment-area .comment .comment-text {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details .blog-comment-area .comment .comment-text .name {
  font-size: 20px;
  color: #232524;
}
.blog-details .blog-comment-area .comment .comment-text .date {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details .blog-comment-area .comment .comment-text p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details .blog-comment-area .comment .comment-text .reply-btn {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  width: 60px;
  line-height: 25px;
  background: #232524;
  border-radius: 3px;
}
.blog-details .blog-comment-area .comment .comment-text .reply-btn:hover {
  background: #CFFF45;
  color: #232524;
}
.blog-details .blog-comment-form p a {
  color: #232524;
}
.blog-details .blog-comment-form form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details .blog-comment-form form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details .blog-comment-form form textarea {
  display: block;
  font-size: 17px;
  width: 100%;
  max-width: 100%;
  height: 145px;
  border: none;
  border-radius: 8px;
  padding: 20px 25px;
  background: #fff;
}

.map-banner {
  height: 600px;
}

.address-block-one .icon {
  width: 80px;
  height: 80px;
  background: #232524;
}
.address-block-one .title {
  font-family: "Satoshi";
  font-size: 24px;
  padding: 20px 0 5px;
}
.address-block-one p {
  line-height: 1.6em;
  color: #878787;
}
.address-block-one p .call {
  color: #232524;
}
.address-block-one p .call:hover {
  text-decoration: underline;
}
.address-block-one p .webaddress {
  color: #232524;
  text-decoration: underline;
}

.contact-us-section .bg-wrapper {
  border-radius: 40px;
  padding: 55px 55px 60px;
}

.form-style-one .input-group-meta {
  position: relative;
}
.form-style-one .input-group-meta label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
.form-style-one .input-group-meta input, .form-style-one .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 8px;
  background: #fff;
  font-size: 18px;
}
.form-style-one .input-group-meta input {
  height: 60px;
  padding: 0 20px;
}
.form-style-one .input-group-meta textarea {
  height: 165px;
  padding: 15px 20px;
}
.form-style-one .btn-four {
  font-weight: 500;
  line-height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 8px;
}

.form-style-two .input-group-meta {
  position: relative;
}
.form-style-two .input-group-meta input, .form-style-two .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  font-size: 18px;
}
.form-style-two .input-group-meta input {
  height: 55px;
  padding: 0 20px;
}
.form-style-two .input-group-meta textarea {
  max-height: 160px;
  height: 160px;
  padding: 15px 20px;
}

#contact-form .help-block {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 13px;
  line-height: 20px;
  color: #ff4d44;
}
#contact-form .help-block ul {
  margin: 0;
}

.contact-section-one .media-img {
  border-radius: 20px;
}
.contact-section-one .shape_01 {
  top: 13%;
  left: 43%;
}

.footer-one {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one .bottom-footer {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one .social-icon a {
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease-in-out 0s;
}
.footer-one .social-icon a:hover {
  background: #CFFF45;
  color: #232524;
}
.footer-one .footer-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one .footer-nav-link a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one .footer-nav-link a:hover {
  color: #fff;
}
.footer-one .footer-newsletter form {
  width: 410px;
  height: 54px;
  position: relative;
}
.footer-one .footer-newsletter form input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 80px 0 30px;
  border: none;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.1);
}
.footer-one .footer-newsletter form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one .footer-newsletter form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one .footer-newsletter form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one .footer-newsletter form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one .footer-newsletter form button {
  width: 50px;
  height: 50px;
  font-weight: 900;
  text-align: center;
  border-radius: 50%;
  background: #CFFF45;
  color: #232524;
  position: absolute;
  right: 0;
  top: 2px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one .footer-newsletter form button:hover {
  background: #fff;
}
.footer-one .copyright {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-one .bottom-nav {
  margin: 0 -12px;
}
.footer-one .bottom-nav a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-one .bottom-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-two {
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0px 135px 60px;
  font-size: 17px;
}
.footer-two.no-bg {
  background: transparent;
  padding: 0;
}
.footer-two.no-bg:before {
  display: none;
}
.footer-two.no-bg .bg-wrapper {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.footer-two.no-bg .bg-wrapper .copyright {
  left: 0;
}
.footer-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: transparent;
}
.footer-two .bg-wrapper {
  background: transparent;
  border-radius: 30px;
  z-index: 1;
  padding: 0px 50px 50px;
}
.footer-two .bg-wrapper .shape_01 {
  bottom: 12%;
  right: 33%;
  width: 2.3%;
  min-width: 28px;
}
.footer-two .bg-wrapper .shape_02 {
  bottom: 38%;
  left: 25%;
  width: 3.8%;
  min-width: 28px;
}
.footer-two .social-icon a {
  color: #232524;
  font-size: 17px;
  width: 40px;
  height: 40px;
  border: 1px solid #232524;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two .social-icon a:hover {
  background: #232524;
  border-color: #232524;
  color: #fff;
}
.footer-two .footer-title {
  font-size: 20 px;
  font-weight: 700;
  margin-bottom: 8px;
}
.footer-two .footer-nav-link a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 42px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two .footer-nav-link a:hover {
  color: #232524;
  text-decoration: underline;
}
.footer-two .copyright {
  font-size: 18px;
  color: #232524;
  position: absolute;
  left: 40px;
  bottom: 64px;
}

.footer-three {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three .round-bg {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three .round-bg.color-two {
  background: #F6FFDD;
}
.footer-three .footer-intro p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three .footer-intro p a:hover {
  color: #232524;
  text-decoration: underline;
}
.footer-three .footer-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three .footer-nav-link a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three .footer-nav-link a:hover {
  color: #232524;
  text-decoration: underline;
}
.footer-three .bottom-footer {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three .bottom-footer .copyright {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three .bottom-footer .bottom-nav {
  margin: 0 -12px;
}
.footer-three .bottom-footer .bottom-nav a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three .bottom-footer .bottom-nav a:hover {
  text-decoration: underline;
}
.footer-three .bottom-footer .social-icon {
  margin: 0 -10px;
}
.footer-three .bottom-footer .social-icon a {
  margin: 0 10px;
}
.footer-three .bottom-footer .social-icon a:hover {
  color: #232524;
}
.footer-three .shape_01 {
  top: -3%;
  left: -3%;
}
.footer-three .shape_02 {
  bottom: 8%;
  right: 33%;
  animation: rotated 48s infinite linear;
}

.footer-large-wrapper {
  z-index: 1;
}
.footer-large-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  top: -20%;
  background: url(../images/assets/bg_04.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}

.footer-four {
  padding: 75px 0 0;
}
.footer-four .footer-intro p {
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-four .footer-intro li {
  margin-top: 15px;
}
.footer-four .footer-intro li .icon {
  width: 20px;
}
.footer-four .footer-intro li a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.footer-four .footer-intro li a:hover {
  text-decoration: underline;
}
.footer-four .footer-title {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-four .footer-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #D3FF76;
}
.footer-four .footer-nav-link a {
  color: rgba(255, 255, 255, 0.75);
  line-height: 44px;
  font-weight: 300;
  transition: all 0.2s ease-in-out 0s;
}
.footer-four .footer-nav-link a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-four .bottom-footer {
  border-top: 1px dashed #37665c;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-four .bottom-footer .copyright {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.footer-four .bottom-footer .bottom-nav {
  margin: 0 -12px;
}
.footer-four .bottom-footer .bottom-nav a {
  font-size: 18px;
  margin: 0 12px;
  color: #fff;
}
.footer-four .bottom-footer .bottom-nav a:hover {
  text-decoration: underline;
}
.footer-four .bottom-footer .social-icon {
  margin: 0 -10px;
}
.footer-four .bottom-footer .social-icon a {
  margin: 0 10px;
  color: #fff;
}
.footer-four .bottom-footer .social-icon a:hover {
  color: #232524;
}

.footer-five {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../images/assets/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five .btn-group {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five .btn-group h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five .btn-group h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five .btn-group .round-btn {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five .btn-group .round-btn:hover, .footer-five .btn-group .round-btn:focus {
  background: #232524;
  color: #fff;
}
.footer-five .social-icon {
  margin: 0 -20px;
}
.footer-five .social-icon a {
  color: #fff;
  margin: 0 20px;
}
.footer-five .social-icon a:hover {
  color: #DFFF5E;
}
.footer-five .bottom-nav {
  margin: 0 -12px;
}
.footer-five .bottom-nav a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five .bottom-nav a:hover {
  text-decoration: underline;
}
.footer-five .shape_01 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five .shape_02 {
  bottom: 41%;
  left: 13%;
  width: 1.7%;
  animation: rotated 48s infinite linear;
}

@keyframes jump {
0% {
  transform: translate3d(0, 0, 0);
}
40% {
  transform: translate3d(0, 50%, 0);
}
100% {
  transform: translate3d(0, 0, 0);
}
}
@keyframes jumpTwo {
0% {
  transform: translate3d(0, 0, 0);
}
40% {
  transform: translate3d(0, 20px, 0);
}
100% {
  transform: translate3d(0, 0, 0);
}
}
@keyframes jumpThree {
0% {
  transform: translate3d(0, 0, 0);
}
40% {
  transform: translate3d(0, -20px, 0);
}
100% {
  transform: translate3d(0, 0, 0);
}
}
@keyframes jumpFour {
0% {
  transform: translate3d(0, 0, 0);
}
50% {
  transform: translate3d(0, -10px, 0);
}
100% {
  transform: translate3d(0, 0, 0);
}
}
@keyframes jumpFive {
0% {
  transform: translate3d(0, 0, 0);
}
50% {
  transform: translate3d(0, 10px, 0);
}
100% {
  transform: translate3d(0, 0, 0);
}
}
@keyframes prXOne {
0% {
  transform: translateX(0);
}
50% {
  transform: translateX(-15px);
}
100% {
  transform: translateX(0);
}
}
@keyframes prXTwo {
0% {
  transform: translateX(0);
}
50% {
  transform: translateX(15px);
}
100% {
  transform: translateX(0);
}
}
@keyframes rotated {
0% {
  transform: rotate(0);
}
100% {
  transform: rotate(360deg);
}
}
@keyframes rotatedTwo {
0% {
  transform: rotate(0);
}
100% {
  transform: rotate(-360deg);
}
}
@keyframes rotatedHalf {
0% {
  transform: rotate(0);
}
50% {
  transform: rotate(90deg);
}
100% {
  transform: rotate(0);
}
}
@keyframes rotatedHalfTwo {
0% {
  transform: rotate(0);
}
50% {
  transform: rotate(-90deg);
}
100% {
  transform: rotate(0);
}
}
@keyframes scale-right {
0% {
  transform: translateX(0%);
}
50% {
  transform: translateX(20%);
}
100% {
  transform: translateX(0%);
}
}
@keyframes fade-in {
0% {
  opacity: 0.2;
}
40% {
  opacity: 1;
}
100% {
  opacity: 0.2;
}
}
@keyframes hvr-ripple-out {
0% {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
50% {
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  opacity: 0.8;
}
100% {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  opacity: 1;
}
}
@keyframes hvr-ripple-out-two {
0% {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
100% {
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  opacity: 0;
}
}
@keyframes scale-up-one {
0% {
  transform: scale(1);
}
40% {
  transform: scale(0.5);
}
100% {
  transform: scale(1);
}
}
@keyframes scale-up-two {
0% {
  transform: scale(0.5);
}
40% {
  transform: scale(0.8);
}
100% {
  transform: scale(0.5);
}
}
@keyframes scale-up-three {
0% {
  transform: scale(1);
}
40% {
  transform: scale(2);
}
100% {
  transform: scale(1);
}
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
  transform: translateY(0);
}
40% {
  transform: translateY(-30px);
}
60% {
  transform: translateY(-15px);
}
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
0%, 50%, 100% {
  opacity: 1;
}
25%, 75% {
  opacity: 0;
}
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
0% {
  transform: scale(1);
}
50% {
  transform: scale(1.1);
}
100% {
  transform: scale(1);
}
}
.pulse {
  animation-name: pulse;
}
@keyframes shake {
0%, 100% {
  transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
  transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
  transform: translateX(10px);
}
}
.shake {
  animation-name: shake;
}
@keyframes swing {
20% {
  transform: rotate(15deg);
}
40% {
  transform: rotate(-10deg);
}
60% {
  transform: rotate(5deg);
}
80% {
  transform: rotate(-5deg);
}
100% {
  transform: rotate(0deg);
}
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
0% {
  transform: scale(1);
}
10%, 20% {
  transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
  transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
  transform: scale(1.1) rotate(-3deg);
}
100% {
  transform: scale(1) rotate(0);
}
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
0% {
  transform: translateX(0%);
}
15% {
  transform: translateX(-25%) rotate(-5deg);
}
30% {
  transform: translateX(20%) rotate(3deg);
}
45% {
  transform: translateX(-15%) rotate(-3deg);
}
60% {
  transform: translateX(10%) rotate(2deg);
}
75% {
  transform: translateX(-5%) rotate(-1deg);
}
100% {
  transform: translateX(0%);
}
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
0% {
  opacity: 0;
  transform: scale(0.3);
}
50% {
  opacity: 1;
  transform: scale(1.05);
}
70% {
  transform: scale(0.9);
}
100% {
  transform: scale(1);
}
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
0% {
  opacity: 0;
  transform: translateY(-2000px);
}
60% {
  opacity: 1;
  transform: translateY(30px);
}
80% {
  transform: translateY(-10px);
}
100% {
  transform: translateY(0);
}
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
0% {
  opacity: 0;
  transform: translateX(-2000px);
}
60% {
  opacity: 1;
  transform: translateX(30px);
}
80% {
  transform: translateX(-10px);
}
100% {
  transform: translateX(0);
}
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
0% {
  opacity: 0;
  transform: translateX(2000px);
}
60% {
  opacity: 1;
  transform: translateX(-30px);
}
80% {
  transform: translateX(10px);
}
100% {
  transform: translateX(0);
}
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
0% {
  opacity: 0;
  transform: translateY(2000px);
}
60% {
  opacity: 1;
  transform: translateY(-30px);
}
80% {
  transform: translateY(10px);
}
100% {
  transform: translateY(0);
}
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
0% {
  transform: scale(1);
}
25% {
  transform: scale(0.95);
}
50% {
  opacity: 1;
  transform: scale(1.1);
}
100% {
  opacity: 0;
  transform: scale(0.3);
}
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
0% {
  transform: translateY(0);
}
20% {
  opacity: 1;
  transform: translateY(-20px);
}
100% {
  opacity: 0;
  transform: translateY(2000px);
}
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
0% {
  transform: translateX(0);
}
20% {
  opacity: 1;
  transform: translateX(20px);
}
100% {
  opacity: 0;
  transform: translateX(-2000px);
}
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
0% {
  transform: translateX(0);
}
20% {
  opacity: 1;
  transform: translateX(-20px);
}
100% {
  opacity: 0;
  transform: translateX(2000px);
}
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
0% {
  transform: translateY(0);
}
20% {
  opacity: 1;
  transform: translateY(20px);
}
100% {
  opacity: 0;
  transform: translateY(-2000px);
}
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
0% {
  opacity: 0;
  transform: translateY(-20px);
}
100% {
  opacity: 1;
  transform: translateY(0);
}
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
0% {
  opacity: 0;
  transform: translateY(-2000px);
}
100% {
  opacity: 1;
  transform: translateY(0);
}
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
0% {
  opacity: 0;
  transform: translateX(-20px);
}
100% {
  opacity: 1;
  transform: translateX(0);
}
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
0% {
  opacity: 0;
  transform: translateX(-2000px);
}
100% {
  opacity: 1;
  transform: translateX(0);
}
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
0% {
  opacity: 0;
  transform: translateX(20px);
}
100% {
  opacity: 1;
  transform: translateX(0);
}
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
0% {
  opacity: 0;
  transform: translateX(2000px);
}
100% {
  opacity: 1;
  transform: translateX(0);
}
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
0% {
  opacity: 0;
  transform: translateY(20px);
}
100% {
  opacity: 1;
  transform: translateY(0);
}
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
0% {
  opacity: 0;
  transform: translateY(2000px);
}
100% {
  opacity: 1;
  transform: translateY(0);
}
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
0% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
0% {
  opacity: 1;
  transform: translateY(0);
}
100% {
  opacity: 0;
  transform: translateY(20px);
}
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
0% {
  opacity: 1;
  transform: translateY(0);
}
100% {
  opacity: 0;
  transform: translateY(2000px);
}
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
0% {
  opacity: 1;
  transform: translateX(0);
}
100% {
  opacity: 0;
  transform: translateX(-20px);
}
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
0% {
  opacity: 1;
  transform: translateX(0);
}
100% {
  opacity: 0;
  transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
0% {
  opacity: 1;
  transform: translateX(0);
}
100% {
  opacity: 0;
  transform: translateX(20px);
}
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
0% {
  opacity: 1;
  transform: translateX(0);
}
100% {
  opacity: 0;
  transform: translateX(2000px);
}
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
0% {
  opacity: 1;
  transform: translateY(0);
}
100% {
  opacity: 0;
  transform: translateY(-20px);
}
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
0% {
  opacity: 1;
  transform: translateY(0);
}
100% {
  opacity: 0;
  transform: translateY(-2000px);
}
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
0% {
  transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  animation-timing-function: ease-out;
}
40% {
  transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
  animation-timing-function: ease-out;
}
50% {
  transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  animation-timing-function: ease-in;
}
80% {
  transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
  animation-timing-function: ease-in;
}
100% {
  transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
  animation-timing-function: ease-in;
}
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
0% {
  transform: perspective(400px) rotateX(90deg);
  opacity: 0;
}
40% {
  transform: perspective(400px) rotateX(-10deg);
}
70% {
  transform: perspective(400px) rotateX(10deg);
}
100% {
  transform: perspective(400px) rotateX(0deg);
  opacity: 1;
}
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
0% {
  transform: perspective(400px) rotateY(90deg);
  opacity: 0;
}
40% {
  transform: perspective(400px) rotateY(-10deg);
}
70% {
  transform: perspective(400px) rotateY(10deg);
}
100% {
  transform: perspective(400px) rotateY(0deg);
  opacity: 1;
}
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
0% {
  transform: perspective(400px) rotateX(0deg);
  opacity: 1;
}
100% {
  transform: perspective(400px) rotateX(90deg);
  opacity: 0;
}
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
0% {
  transform: perspective(400px) rotateY(0deg);
  opacity: 1;
}
100% {
  transform: perspective(400px) rotateY(90deg);
  opacity: 0;
}
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
0% {
  transform: translateX(100%) skewX(-30deg);
  opacity: 0;
}
60% {
  transform: translateX(-20%) skewX(30deg);
  opacity: 1;
}
80% {
  transform: translateX(0%) skewX(-15deg);
  opacity: 1;
}
100% {
  transform: translateX(0%) skewX(0deg);
  opacity: 1;
}
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
0% {
  transform: translateX(0%) skewX(0deg);
  opacity: 1;
}
100% {
  transform: translateX(100%) skewX(-30deg);
  opacity: 0;
}
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
0% {
  transform-origin: center center;
  transform: rotate(-200deg);
  opacity: 0;
}
100% {
  transform-origin: center center;
  transform: rotate(0);
  opacity: 1;
}
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
0% {
  transform-origin: left bottom;
  transform: rotate(-90deg);
  opacity: 0;
}
100% {
  transform-origin: left bottom;
  transform: rotate(0);
  opacity: 1;
}
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
0% {
  transform-origin: right bottom;
  transform: rotate(90deg);
  opacity: 0;
}
100% {
  transform-origin: right bottom;
  transform: rotate(0);
  opacity: 1;
}
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
0% {
  transform-origin: left bottom;
  transform: rotate(90deg);
  opacity: 0;
}
100% {
  transform-origin: left bottom;
  transform: rotate(0);
  opacity: 1;
}
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
0% {
  transform-origin: right bottom;
  transform: rotate(-90deg);
  opacity: 0;
}
100% {
  transform-origin: right bottom;
  transform: rotate(0);
  opacity: 1;
}
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
0% {
  transform-origin: center center;
  transform: rotate(0);
  opacity: 1;
}
100% {
  transform-origin: center center;
  transform: rotate(200deg);
  opacity: 0;
}
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
0% {
  transform-origin: left bottom;
  transform: rotate(0);
  opacity: 1;
}
100% {
  transform-origin: left bottom;
  transform: rotate(90deg);
  opacity: 0;
}
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
0% {
  transform-origin: right bottom;
  transform: rotate(0);
  opacity: 1;
}
100% {
  transform-origin: right bottom;
  transform: rotate(-90deg);
  opacity: 0;
}
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
0% {
  transform-origin: left bottom;
  transform: rotate(0);
  opacity: 1;
}
100% {
  transform-origin: left bottom;
  transform: rotate(-90deg);
  opacity: 0;
}
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
0% {
  transform-origin: right bottom;
  transform: rotate(0);
  opacity: 1;
}
100% {
  transform-origin: right bottom;
  transform: rotate(90deg);
  opacity: 0;
}
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
0% {
  opacity: 0;
  transform: translateY(150px);
}
100% {
  transform: translateY(0);
}
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideInDown {
0% {
  opacity: 0;
  transform: translateY(-2000px);
}
100% {
  transform: translateY(0);
}
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
0% {
  opacity: 0;
  transform: translateX(-200px);
}
100% {
  transform: translateX(0);
}
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
0% {
  opacity: 0;
  transform: translateX(200px);
}
100% {
  transform: translateX(0);
}
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
0% {
  transform: translateX(0);
}
100% {
  opacity: 0;
  transform: translateX(-2000px);
}
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
0% {
  transform: translateX(0);
}
100% {
  opacity: 0;
  transform: translateX(2000px);
}
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
0% {
  transform: translateY(0);
}
100% {
  opacity: 0;
  transform: translateY(-2000px);
}
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes hinge {
0% {
  transform: rotate(0);
  transform-origin: top left;
  animation-timing-function: ease-in-out;
}
20%, 60% {
  transform: rotate(80deg);
  transform-origin: top left;
  animation-timing-function: ease-in-out;
}
40% {
  transform: rotate(60deg);
  transform-origin: top left;
  animation-timing-function: ease-in-out;
}
80% {
  transform: rotate(60deg) translateY(0);
  opacity: 1;
  transform-origin: top left;
  animation-timing-function: ease-in-out;
}
100% {
  transform: translateY(700px);
  opacity: 0;
}
}
.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
0% {
  opacity: 0;
  transform: translateX(-100%) rotate(-120deg);
}
100% {
  opacity: 1;
  transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
0% {
  opacity: 1;
  transform: translateX(0px) rotate(0deg);
}
100% {
  opacity: 0;
  transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
  animation-name: rollOut;
}
@keyframes jump {
0% {
  transform: translate3d(0, 0, 0);
}
40% {
  transform: translate3d(0, 50%, 0);
}
100% {
  transform: translate3d(0, 0, 0);
}
}
@keyframes jumpTwo {
0% {
  transform: translate3d(0, 0, 0);
}
40% {
  transform: translate3d(0, 20px, 0);
}
100% {
  transform: translate3d(0, 0, 0);
}
}
@keyframes jumpThree {
0% {
  transform: translate3d(0, 0, 0);
}
40% {
  transform: translate3d(0, -20px, 0);
}
100% {
  transform: translate3d(0, 0, 0);
}
}
@keyframes jumpFour {
0% {
  transform: translate3d(0, 0, 0);
}
50% {
  transform: translate3d(0, -10px, 0);
}
100% {
  transform: translate3d(0, 0, 0);
}
}
@keyframes jumpFive {
0% {
  transform: translate3d(0, 0, 0);
}
50% {
  transform: translate3d(0, 10px, 0);
}
100% {
  transform: translate3d(0, 0, 0);
}
}
@keyframes prXOne {
0% {
  transform: translateX(0);
}
50% {
  transform: translateX(-15px);
}
100% {
  transform: translateX(0);
}
}
@keyframes prXTwo {
0% {
  transform: translateX(0);
}
50% {
  transform: translateX(15px);
}
100% {
  transform: translateX(0);
}
}
@keyframes rotated {
0% {
  transform: rotate(0);
}
100% {
  transform: rotate(360deg);
}
}
@keyframes rotatedTwo {
0% {
  transform: rotate(0);
}
100% {
  transform: rotate(-360deg);
}
}
@keyframes rotatedHalf {
0% {
  transform: rotate(0);
}
50% {
  transform: rotate(90deg);
}
100% {
  transform: rotate(0);
}
}
@keyframes rotatedHalfTwo {
0% {
  transform: rotate(0);
}
50% {
  transform: rotate(-90deg);
}
100% {
  transform: rotate(0);
}
}
@keyframes scale-right {
0% {
  transform: translateX(0%);
}
50% {
  transform: translateX(20%);
}
100% {
  transform: translateX(0%);
}
}
@keyframes fade-in {
0% {
  opacity: 0.2;
}
40% {
  opacity: 1;
}
100% {
  opacity: 0.2;
}
}
@keyframes hvr-ripple-out {
0% {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
50% {
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  opacity: 0.8;
}
100% {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  opacity: 1;
}
}
@keyframes hvr-ripple-out-two {
0% {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
100% {
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  opacity: 0;
}
}
@keyframes scale-up-one {
0% {
  transform: scale(1);
}
40% {
  transform: scale(0.5);
}
100% {
  transform: scale(1);
}
}
@keyframes scale-up-two {
0% {
  transform: scale(0.5);
}
40% {
  transform: scale(0.8);
}
100% {
  transform: scale(0.5);
}
}
@keyframes scale-up-three {
0% {
  transform: scale(1);
}
40% {
  transform: scale(2);
}
100% {
  transform: scale(1);
}
}
.shop-filter-one .theme-select-menu {
  width: 100%;
  min-width: 145px;
  height: 45px;
  font-size: 17px;
  padding: 0 12px;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-block-one {
  overflow: hidden;
}
.product-block-one .img-holder {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one .img-holder .cart-icon {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease-in-out 0s;
}
.product-block-one .img-holder .cart-icon:hover {
  color: #232524;
  background: #CFFF45;
}
.product-block-one .img-holder .cart-button {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  line-height: 48px;
  background: #232524;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out 0s;
}
.product-block-one .img-holder .cart-button:hover {
  color: #232524;
  background: #CFFF45;
}
.product-block-one .product-title {
  font-weight: 500;
  color: #232524;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one .rating {
  margin: 0 -3px;
}
.product-block-one .rating li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one .rating li .bi-star-fill {
  color: #FFCB65;
}
.product-block-one .price {
  font-weight: 500;
  font-size: 22px;
  color: #232524;
  margin-top: 10px;
}
.product-block-one:hover .cart-button {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one:hover .product-img {
  transform: scale(0.95);
}
.product-block-one:hover .cart-icon {
  opacity: 1;
  transform: scale(1);
}
.product-block-one:hover .product-title {
  text-decoration: underline;
}

.product-details-one .product-img-tab {
  border: none;
}
.product-details-one .product-img-tab .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  background: #F6F6F6;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px !important;
}
@media (max-width: 768px) {
.product-details-one .product-img-tab .nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}
.product-details-one .product-img-tab .nav-link {
  margin: 0 !important;
}
.product-details-one .product-img-tab .nav-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}
@media (max-width: 480px) {
.product-details-one .product-img-tab .nav {
  grid-template-columns: 1fr;
}
}
.product-details-one .product-img-tab .nav-link img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
}
.product-details-one .product-img-tab .nav-link.active {
  background: #fff;
  border-color: #000;
  transform: translateY(0);
}
.product-details-one .product-img-tab-content {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one .product-img-tab-content img {
  margin: auto;
}
.product-details-one .product-info .stock-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #EAEAEA;
  border-radius: 3px;
  line-height: 25px;
  padding: 0 10px;
}
.product-details-one .product-info .product-name {
  text-transform: capitalize;
  font-size: 32px;
  margin: 5px 0 15px;
}
.product-details-one .product-info .rating li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one .product-info .rating li .bi-star-fill {
  color: #FFCB65;
}
.product-details-one .product-info .rating li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one .product-info .rating li a:hover {
  text-decoration: underline;
}
.product-details-one .product-info .price {
  font-size: 26px;
  font-weight: 700;
  color: #232524;
  padding: 25px 0 5px;
}
.product-details-one .product-info .price del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one .product-info .availability {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one .product-info .description-text {
  padding: 10px 0 15px;
}
.product-details-one .product-info .product-feature {
  margin-bottom: 20px;
}
.product-details-one .product-info .product-feature li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one .product-info .product-feature li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #232524;
}
.product-details-one .product-info .customize-order h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one .product-info .customize-order .quantity .button-group {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one .product-info .customize-order .quantity .button-group li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one .product-info .customize-order .quantity .button-group li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one .product-info .customize-order .quantity .button-group li .product-value {
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  color: #000;
  max-width: 45px;
  background: transparent;
  border: none;
  text-align: center;
  padding-left: 5px;
}
.product-details-one .product-review-tab .nav-tabs {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one .product-review-tab .nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #232524;
  letter-spacing: 1px;
  position: relative;
  margin: 0 25px 0 0;
  border: none;
  border-radius: 0;
}
.product-details-one .product-review-tab .nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: transparent;
  transition: background .3s;
}
.product-details-one .product-review-tab .nav-tabs .nav-link.active::after {
  background: #000;
}
@media (max-width: 768px) {
.product-details-one .product-review-tab .nav-tabs .nav-link {
  padding: 10px 10px 2px 10px;
  margin: 0 20px 0 0;
  font-size: 14px;
}
}  
.product-details-one .product-review-tab .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  z-index: 1;
  background: #000;
  transform: scale(0, 1);
  transition: all 0.3s ease-in-out 0s;
}
.product-details-one .product-review-tab .nav-tabs .nav-link.active:before {
  transform: scale(1);
}
.product-details-one .product-review-tab .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one .product-review-tab .tab-content h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one .product-review-tab .tab-content .product-feature li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one .product-review-tab .tab-content .product-feature li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #232524;
}
.product-details-one .product-review-tab .user-comment-area .single-comment {
  padding-bottom: 40px;
}
.product-details-one .product-review-tab .user-comment-area .single-comment:last-child {
  padding-bottom: 0;
}
.product-details-one .product-review-tab .user-comment-area .user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one .product-review-tab .user-comment-area .user-comment-data {
  padding-left: 30px;
  position: relative;
}
.product-details-one .product-review-tab .user-comment-area .user-comment-data .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one .product-review-tab .user-comment-area .user-comment-data .rating li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one .product-review-tab .user-comment-area .user-comment-data .rating li .bi-star-fill {
  color: #FFCB65;
}
.product-details-one .product-review-tab .user-comment-area .user-comment-data p {
  padding-top: 8px;
}

.cart-list-form {
  position: relative;
}
.cart-list-form .table {
  margin: 0;
  background: transparent;
}
.cart-list-form .table th {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  border-bottom: 2px solid #000;
  padding: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
  color: #232524;
  background: transparent;
}
.cart-list-form .table th:first-child {
  text-align: left;
}
.cart-list-form .table tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form .table tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form .table tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form .table tbody .product-thumbnails {
  width: 85px;
}
.cart-list-form .table tbody .product-thumbnails img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form .table tbody .product-thumbnails .product-img {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form .table tbody .product-info {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form .table tbody .product-info .product-name {
  font-weight: 700;
  font-size: 20px;
  color: #232524;
}
.cart-list-form .table tbody .product-info .serial {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form .table tbody .product-info ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form .table tbody .price {
  font-weight: 500;
  font-size: 18px;
  color: #232524;
}
.cart-list-form .table tbody .quantity li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form .table tbody .quantity li .btn {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form .table tbody .quantity li .product-value {
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1d;
  max-width: 55px;
  background: transparent;
  border: none;
  text-align: center;
  padding-left: 12px;
}
.cart-list-form .table tbody .remove-product {
  color: #000;
  font-size: 22px;
}
.cart-list-form .table tbody .remove-product:hover {
  color: #ff2759;
}
.cart-list-form .cart-footer {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form .cart-footer .coupon-form input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form .cart-footer .cart-total-section {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form .cart-footer .cart-total-section .cart-total-table tr th {
  font-size: 18px;
  font-weight: 500;
  color: rgba(29, 29, 29, 0.5);
  font-weight: normal;
  padding-right: 26px;
  padding-bottom: 16px;
}
.cart-list-form .cart-footer .cart-total-section .cart-total-table tr td {
  font-size: 18px;
  font-weight: 500;
  color: #232524;
  padding-bottom: 16px;
}

.checkout-toggle-area p {
  margin-bottom: 10px;
}
.checkout-toggle-area p button {
  font-weight: 500;
  letter-spacing: 0px;
  color: #232524;
  background: transparent;
  display: inline-block;
  text-decoration: underline;
}
.checkout-toggle-area form input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  padding: 0 30px;
  margin-bottom: 20px;
}
.checkout-toggle-area form input:focus {
  border-color: #777;
}
.checkout-toggle-area form .lost-passw {
  color: #636067;
  font-size: 0.8em;
  margin: 12px 0 35px;
}
.checkout-toggle-area form .lost-passw:hover {
  text-decoration: underline;
}
.checkout-toggle-area form button {
  line-height: 50px;
}
.checkout-toggle-area form p {
  font-size: 0.9em;
  padding-top: 15px;
}

.checkout-form .main-title {
  font-size: 28px;
  padding-bottom: 55px;
}
.checkout-form .single-input-wrapper {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: none;
  padding: 0 15px;
  border: none;
  border-radius: 8px;
  margin-bottom: 55px;
}
.checkout-form .theme-select-menu {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: none;
  padding: 0 15px;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 8px;
  margin-bottom: 55px;
}
.checkout-form .theme-select-menu option {
  font-size: 0.85em;
}
.checkout-form .checkbox-list {
  padding-bottom: 44px;
}
.checkout-form .checkbox-list li label {
  position: relative;
  font-weight: 500;
  font-size: 17px;
  line-height: 15px;
  padding-left: 28px;
  color: #232524;
  cursor: pointer;
  margin: 0 0 24px;
}
.checkout-form .checkbox-list li label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 2px;
  border: 1px solid #000;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.checkout-form .checkbox-list li input[type=checkbox] {
  display: none;
}
.checkout-form .checkbox-list li input[type=checkbox]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form .other-note-area p {
  font-weight: 500;
  font-size: 16px;
  color: #232524;
  margin-bottom: 6px;
}
.checkout-form .other-note-area textarea {
  width: 100%;
  border: none;
  padding: 15px;
  resize: none;
  height: 145px;
}
.checkout-form .order-confirm-sheet .order-review {
  background: #fff;
  padding: 50px 40px;
}
.checkout-form .order-confirm-sheet .order-review .product-review {
  width: 100%;
}
.checkout-form .order-confirm-sheet .order-review .product-review tbody {
  color: #232524;
}
.checkout-form .order-confirm-sheet .order-review .product-review tbody th {
  padding-bottom: 15px;
}
.checkout-form .order-confirm-sheet .order-review .product-review tbody th span {
  font-weight: 500;
  font-size: 18px;
}
.checkout-form .order-confirm-sheet .order-review .product-review tbody td {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
.checkout-form .order-confirm-sheet .order-review .product-review tfoot th {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.checkout-form .order-confirm-sheet .order-review .product-review tfoot td {
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.checkout-form .order-confirm-sheet .order-review .payment-list {
  padding: 30px 0 15px;
  border-bottom: 1px solid #e9e9e9;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li {
  padding: 0 0 12px 30px;
  position: relative;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li label {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 15px;
  color: #232524;
  cursor: pointer;
  margin: 0 0 13px;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  font-size: 10px;
  text-align: center;
  position: absolute;
  left: -30px;
  top: 0;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li input:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form .order-confirm-sheet .policy-text {
  font-size: 16px;
  line-height: 22px;
  color: #979797;
  padding: 25px 0 5px;
}
.checkout-form .order-confirm-sheet .agreement-checkbox label {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #232524;
  cursor: pointer;
  padding-left: 33px;
  margin-bottom: 35px;
}
.checkout-form .order-confirm-sheet .agreement-checkbox label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 14px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
.checkout-form .order-confirm-sheet .agreement-checkbox input[type=checkbox] {
  display: none;
}
.checkout-form .order-confirm-sheet .agreement-checkbox input[type=checkbox]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form .credit-card-form {
  margin-top: 12px;
  display: none;
}
.checkout-form .credit-card-form h6 {
  font-size: 15px;
  margin-bottom: 5px;
}
.checkout-form .credit-card-form input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 10px;
  border-radius: 3px;
  margin-bottom: 18px;
}
.checkout-form .credit-card-form span {
  padding: 0 5px;
  margin-bottom: 18px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@keyframes a {
0% {
  transform: rotate(0deg);
}
to {
  transform: rotate(359deg);
}
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
.fancybox-thumbs {
  width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 110px;
}
.fancybox-thumbs > ul > li {
  max-width: calc(100% - 10px);
}
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 0 -15px;
}

.slick-dots {
  list-style-type: none;
  display: flex;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  background: #E4E4E4;
  transition: all 0.3s ease-in-out;
}

.slick-dots .slick-active button {
  background: #0C3A30;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none !important;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

  .slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  margin: 0 15px;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.hero-img {
  position: relative;
}
.hero-img .hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.0) 90%);
  z-index: 1;
  border-radius: inherit;
}
.hero-img > *:not(.hero-overlay) {
  position: relative;
  z-index: 2;
}

.datepicker-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(32,41,54,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10500;
}

.datepicker-modal {
  background: #fff;
  border-radius: 15px;
  padding: 30px 28px 20px 28px;
  box-shadow: 0 8px 30px rgba(36,48,70,0.13);
  min-width: 340px;
  max-width: 96vw;
  position: relative;
}

.datepicker-modal h4 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 16px;
}

.datepicker-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}

.dp-nav {
  background: #232524;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: background 0.2s;
  line-height: 1;
  padding-bottom: 4px;
}

  .dp-nav:hover,
.dp-nav:focus {
  background: #444648;
}

#dp-month-year {
  min-width: 120px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #232524;
}

.datepicker-calendar {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 8px;
}
.datepicker-calendar th, .datepicker-calendar td {
  text-align: center;
  width: 37px;
  height: 37px;
  border-radius: 6px;
}
.datepicker-calendar th {
  font-size: 13px;
  font-weight: 600;
  color: #232524;
  padding-bottom: 3px;
}
.datepicker-calendar td {
  font-size: 15px;
  cursor: pointer;
  transition: background 0.12s;
  border: none;
  color: #0a0a0a;
  font-weight: 600;
}
.datepicker-calendar td.selected {
  background: #232524;
  color: #fff;
  font-weight: 700;
}
.datepicker-calendar td:hover:not(.disabled) {
  background: #232524;
  color: white;
}
.datepicker-calendar td.disabled {
  color: #bbb;
  cursor: default;
  background: none;
  font-weight: 500;
}
.datepicker-zeit {
  margin: 9px 0 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.datepicker-zeit select {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #b0bec5;
  padding: 3px 7px;
  background: #f7f9fa;
}
.datepicker-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
}
.datepicker-link-btn {
  background: none;
  border: none;
  color: #232524;
  font-size: 1rem;
  padding: 6px 18px 3px 18px;
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
  transition: color 0.2s;
}
  .datepicker-link-btn:hover,
.datepicker-link-btn:focus {
  color: #232524;
  text-decoration-thickness: 2px;
}
@media (max-width: 767.98px) {
.text-center-mobile {
  text-align: center !important;
}
}
@media (max-width: 768px) {
.bars-scroll-wrap { position: relative; }
.bars-mobile-scroll {
  overflow-x: auto;
  scrollbar-width: none;
}
.bars-mobile-scroll::-webkit-scrollbar { display: none; }
.bars-fakebar {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: rgba(0,0,0,0.06);
  border-radius: 3px;
  margin-top: 8px;
}
.bars-fakebar-thumb {
  height: 100%;
  width: 0;
  background: rgba(0,0,0,0.35);
  border-radius: 3px;
  transform: translateX(0);
}
.bars-mobile-scroll .chart-box {
  min-width: 180px;
  max-width: 220px;
  width: 45vw;
  margin-right: 12px;
}
.bars-mobile-scroll .chart-box:last-child { margin-right: 0; }
}
.font-regular-18 {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 18px;
  line-height: initial;
  padding: 20px 0;
  margin: 0 30px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: white;
}
.font-regular-18-black {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 18px;
  line-height: initial;
  padding: 20px 0;
  margin: 0 30px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: black;
}

.hero-heading-h1  {
  font-family: "Satoshi";
  font-weight: 600;
  font-size: 29px;
  line-height: initial;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: black; 
  margin-top: 25px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
.hero-heading-h1 {
  margin-bottom: 10px;
}
}

.hero-heading-h1-services  {
  font-family: "Satoshi";
  font-weight: 600;
  font-size: 29px;
  line-height: initial;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: black; 
  margin-top: 25px;
  margin-bottom: -15px;
}

@media (max-width: 768px) {
.hero-heading-h1-services {
  font-size: 23px;
  margin-bottom: 10px;
}
}

.hero-heading-h1-blog  {
  font-family: "Satoshi";
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.1em;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: black; 
  margin-top: 25px;
  margin-bottom: -10px;
}

@media (max-width: 768px) {
.hero-heading-h1-blog {
  font-size: 1.3em;
  line-height: 1.15em;
  margin-top: 18px;
  margin-bottom: 12px;
}
}

.hero-heading-h1-white  {
  font-family: "Satoshi";
  font-weight: 600;
  font-size: 45px;
  line-height: initial;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: white; 
}

@media (max-width: 768px) {
.hero-heading-h1-white {
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
}
}

.hero-heading-h1-black {
  font-family: "Satoshi";
  font-weight: 600;
  font-size: 38px;
  line-height: initial;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: black;
}

@media (max-width: 768px) {
  .hero-heading-h1-black {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
  }
}

.cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 999;
  display: none;
}

.cookie-consent-container {
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 100%;
  max-width: 390px;
  background-color: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  padding: 14px;
  border-radius: 10px;
  z-index: 1001;
  font-size: 14px;
  word-spacing: 0.061rem;
}

@media (max-width: 768px) {
.cookie-consent-container {
  font-size: 13px;
  bottom: 5px;
  padding: 12px;
  left: 5px;
  right: 5px;
  width: calc(100% - 10px);
  max-width: none;
}
}

.cookie-consent-container p {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.7;
  word-spacing: 0.061rem;
}

@media (max-width: 768px) {
.cookie-consent-container p {
  text-align: left;
  font-size: 14px;
}
}

.cookie-consent-container a {
  color: #ffffff; 
  text-decoration: underline; 
}

.cookie-consent-container a:hover {
  color: #ffffff; 
  text-decoration: underline; 
}

.cookie-button {
  background-color: #1A69DF;
  border: none;
  color: white;
  padding: 7px 12px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  display: block;
  width: 100%;
  text-align: center;
}

.cookie-button:hover {
  background-color: #1875ff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cookie-consent-container.show,
.cookie-overlay.show {
  display: block;
  animation: fadeIn 0.3s ease-out;
}

.avatar-circle {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 2px 10px #0002;
}

.avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lead-form h3 {
  margin-bottom: 18px;
}

.agb-list {
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.6;
}

.agb-list > li {
  margin-bottom: 18px;
}

.agb-list strong {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 3px;
}

.agb-list ol {
  padding-left: 16px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.agb-list a {
  color: #232524;
  text-decoration: underline;
  word-break: break-all;
}

@media (max-width: 600px) {
.agb-list {
  font-size: 12px;
  padding-left: 10px;
}
}

.bar-chart-grid {
  position: relative;
  min-height: 380px;
  padding-bottom: 30px;
}

.bar-chart-grid .chart-inner {
  background: #0f65c8;
  border-radius: 4px 4px 0 0;
  width: 32px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  animation: chartColorLoop 24s ease-in-out infinite alternate;
}

@keyframes chartColorLoop {
0%, 100% { background: #0a4d9a; }
50%      { background: #0f6bd9; }
}

.chart-inner {
  position: relative;
  background: var(--bs-primary, #0d6efd);
  border-radius: 6px 6px 0 0;
  transition: height .6s ease;
  overflow: visible;
}

.chart-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity .3s ease;
}

.chart-label.visible {
  opacity: 1;
}

.bar-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.bar-label.visible {
  opacity: 1;
}

.chart-title {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 768px) {
.bars-mobile-scroll {
  overflow-x: auto;
  width: 100%;
}
.bars-mobile-scroll.d-flex {
  width: max-content;
  min-width: 100%;
}
.chart-title {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.chart-box {
  min-width: 90px;
}
}

.bg-wrapper-lightblue {
  background-color: #e6f2ff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 75px;
}

.bg-wrapper-lightblue {
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 75px;
}

@media (max-width: 768px) {
.bg-wrapper-lightblue {
  background-color: #e6f2ff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-top: 12px;
  padding-bottom: 14px;
}
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 30px;
  padding: 12px 46px 12px 18px;
  font-size: 1.13rem;
  color: #232524;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 2px 12px rgba(25,94,163,0.04);
  transition: border-color .2s,box-shadow .2s;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' xmlns='http://www.w3.org/2000/svg'><polyline points='6,8 10,13 14,8' stroke='%23232524' stroke-width='2' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px 20px;
}

.select2-container--default .select2-selection--single {
  background: #f5fafd;
  border: 2px solid #d5e4f1;
  border-radius: 30px;
  height: 54px;
  padding: 0 44px 0 18px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.18rem;
  color: #232524;
  box-shadow: 0 2px 10px rgba(25,94,163,0.06);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.select2-container--default .select2-selection--single:focus {
  border-color: #82b9e6;
  outline: none;
  box-shadow: 0 0 0 2px #eaf6fb;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px;
  right: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 54px;
  color: #232524;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.select2-container--default .select2-dropdown {
  background: #fafdff;
  border: 2px solid #d5e4f1;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(25,94,163,0.09);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.07rem;
}
.select2-container--default .select2-results__option {
  padding: 10px 18px;
  color: #232524;
  font-weight: 500;
  border-radius: 10px;
  margin: 2px 8px;
  transition: background 0.15s;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaf6fb;
  color: #232524;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #d5e4f1;
  color: #18324d;
}

.package-selector {
  margin-top: 8px;
  margin-bottom: 4px;
}
.package-btn {
  border: 1.5px solid #eaf6fb;
  background: #f9fafb;
  color: #232524;
  font-weight: 600;
  border-radius: 16px;
  padding: 8px 22px;
  font-size: 1.08em;
  transition: all 0.18s;
  cursor: pointer;
  outline: none;
}
.package-btn.active, .package-btn:hover, .package-btn:focus {
  background: #eaf6fb;
  border-color: #1a7fd7;
  color: #1a7fd7;
}
.feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.feature-list-item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  margin-left: 20px;
}

.feature-list-item::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #3A8D48;
  font-size: 1.15em;
  line-height: 1.3;
}

#nav-rental .plan-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#nav-rental .plan-card .package-btn {
  margin-top: auto;
  margin-bottom: 0;
}

#nav-rental .feature-short:last-child {
  margin-bottom: 0;
}

#nav-rental .pricing-card-one,
#nav-paygo .pricing-card-one {
  display:flex;
  flex-direction:column;
  height:100%;
}

#nav-rental .pricing-card-one .text-center.mt-4,
#nav-paygo .pricing-card-one .action-btn {
  margin-top:auto !important;
  margin-bottom:0;
}

.pricing-section {
  padding: 48px 0 0 0;
}

.pricing-row {
  align-items: flex-start;
  margin-bottom: 40px;
}

.pricing-card-one,
.pricing-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 18px rgba(0,0,0,.07);
  padding: 34px 28px 28px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.model-selector {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.model-btn {
  flex: 1 1 0;
  padding: 11px 0;
  border: 1px solid #cfd8df;
  background: #f4f7fa;
  color: #444;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.07rem;
  cursor: pointer;
  transition: background .13s, border-color .13s;
}
.model-btn.active {
  background: #1c1c1c;
  color: #fff;
  border-color: #1c1c1c;
}

select.form-select {
  font-weight: 400;
  border-radius: 6px;
  text-align: center;
  padding: .375rem .75rem;
  font-size: 15px;
}

#model-summary,
#rental-details-short,
#paygo-details-short {
  font-size: 1.1rem;
  min-height: 60px;
  margin-bottom: 10px;
  text-align: center;
}

.pricing-cta,
.action-btn {
  margin-top: auto;
}

.btn-primary, .btn-outline-primary {
  --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);
  transition: background .15s, color .15s, border-color .15s, box-shadow .15s, filter .15s;
}

.btn-primary, .btn-outline-primary {
  background: linear-gradient(90deg, #1d4ed8 0%, #6d28d9 100%);
  color: #fff;
  border: none;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
  filter: saturate(1.1);
}

.btn-outline-primary {
  border: 1px solid rgba(255, 255, 255, 0.35);
}

  .btn-primary:hover,
.btn-outline-primary:hover {
  background: linear-gradient(90deg, #1e40af 0%, #2563eb 100%);
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
  filter: saturate(1.15) brightness(1.02);
}

.contact-banner {
  background: #f1f5f9;
  border-radius: 12px;
  padding: 26px 30px;
  margin-top: 32px;
}

@media (max-width: 991px) {
.pricing-row { flex-direction: column; }
.pricing-card-one,
.pricing-card,
.details-card {
  min-height: 0;
  max-height: none;
  margin-bottom: 18px;
}
}

#rental-card {
  min-width: 600px;
  max-width: 680px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
}

#paygo-card {
  min-width: 600px;
  max-width: 680px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
}

.details-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px 28px 22px 28px;
  overflow-y: auto;
  font-size: 1.07rem;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.details-card h4 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 1.17rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.details-card h4:first-child {
  margin-top: 0;
}

.details-card p {
  margin-top: 0;
  margin-bottom: 12px;
}

.details-card ul {
  margin-top: 0;
  margin-bottom: 14px;
  padding-left: 22px;
}

.details-card li {
  margin-bottom: 7px;
}

  .details-card ul:last-child,
.details-card h4:last-child {
  margin-bottom: 0;
}

.pricing-card-one.flip-card {
  perspective: 1200px;
  min-height: 480px;
  max-width: 99%;
  margin: 0 auto 30px auto;
  position: relative;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.66s cubic-bezier(.4,2.2,.2,1);
  transform-style: preserve-3d;
}
.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  min-height: 480px;
  backface-visibility: hidden;
  top: 0; left: 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 18px rgba(0,0,0,.07);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 24px 32px 24px;
  z-index: 1;
}
.flip-card-back {
  transform: rotateY(180deg);
  z-index: 2;
}
@media (max-width: 991px) {
.flip-card-front, .flip-card-back { min-height: 0; }
.pricing-card-one.flip-card { min-height: 0; }
}

.custom-tooltip {
  position: fixed;
  pointer-events: none;
  background: #232524;
  color: #fff;
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 1rem;
  white-space: nowrap;
  z-index: 9999;
  box-shadow: 0 2px 12px rgba(0,0,0,0.16);
  opacity: 0;
  transition: opacity 0.13s;
  font-family: inherit;
  line-height: 1.35;
  letter-spacing: .02em;
}
.custom-tooltip.show {
  opacity: 1;
}

.input-group-meta label {
  display: block;
  text-align: left;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 14px;
}

.form-check-label {
  cursor: pointer;
  font-size: 14px;
}

.form-check-input {
  flex-shrink: 0;
  font-size: 14px;  
}

.mc-field {
  font-size: 1.08rem;
  border-radius: 10px;
  border: 1px solid #dedede;
  background: #f8f8fa;
  padding: 0.62rem 0.8rem;
  color: #333;
  width: 100%;
  transition: border-color 0.18s;
}
.mc-field:focus {
  border-color: #6c63ff;
  background: #fff;
  outline: none;
}
.form-label {
  font-size: 1.08rem;
  margin-bottom: 0.3rem;
  font-weight: 500;
  color: #212529;
  text-align: left;
}
.mc-close-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 1.2rem 0.6rem 1.2rem;
  min-height: 1.7rem;
}
.btn-four{
  color:#fff;
  border-radius:12px;
  font-weight:600;
  padding:0.85rem 0;
  font-size:1.13rem;
  border:1px solid rgba(90,168,232,.32);
  background:linear-gradient(135deg,#2f7de1 0%,#5a4be6 45%,#b06cff 100%);
  background-size:140% 140%;
  background-position:0% 50%;
  box-shadow:0 10px 24px rgba(27,16,76,.22);
  transition:transform .12s ease, box-shadow .15s ease, filter .15s ease, background-position .35s ease, border-color .15s ease;
}

  .btn-four:hover,
.btn-four:focus{
  color:#fff;
  background:linear-gradient(135deg,#2f7de1 0%,#4332c8 45%,#7d2bd0 100%);
  background-size:140% 140%;
  background-position:100% 50%;
  filter:brightness(1.02);
  box-shadow:0 14px 30px rgba(27,16,76,.34);
  transform:translateY(-1px);
  border-color:rgba(125,43,208,.55);
}

.btn-four:active{
  color:#fff;
  filter:brightness(.98);
  transform:translateY(0);
  box-shadow:0 8px 18px rgba(27,16,76,.24);
}

.btn-four:focus-visible{
  outline:3px solid rgba(176,108,255,.22);
  outline-offset:2px;
}
.mc-link {
  color: #232524;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.15s;
  font-size: 17px;
}
.mc-link:hover {
  color: #232524;
}
.mc-pw-toggle {
  position: absolute;
  right: 1rem;
  top: 2.6rem;
  cursor: pointer;
  opacity: 0.58;
  transition: opacity 0.15s;
  z-index: 3;
}
.mc-pw-toggle:hover { opacity: 0.95; }
.mc-msg {
  min-height: 24px;
  margin-bottom: 0.3rem;
  color: #da2525;
  text-align: center;
  font-size: 0.98rem;
  font-weight: 500;
  display: none;
  text-align: start;
  margin-left: 28px;
}
.mc-pw-toggle-custom {
  position: absolute;
  right: 1.8rem;
  top: 2.6rem;
  cursor: pointer;
  opacity: 0.58;
  transition: opacity 0.15s;
  z-index: 3;
}
.mc-pw-toggle-custom:hover { opacity: 0.95; }
.modal-content { box-shadow: 0 10px 32px rgba(60,60,80,.12) !important; }
@media (max-width: 600px) {
.modal-dialog { max-width: 97vw; }
.modal-content { padding: 0.7rem !important; }
.mc-modal { padding: 1rem 0.5rem 0.7rem 0.5rem; }
}

.mc-modal .btn-close {
  position: absolute;
  right: 1.3rem;
  top: 1.2rem;
  z-index: 10;
  width: 1.7rem;
  height: 1.7rem;
  opacity: 0.82;
}

.form-check.form-switch .form-check-input {
  margin-left: 10px !important;
  margin-top: 5px;
}

.form-check.form-switch {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.form-check-input[type="checkbox"] {
  margin-top: 0;
  vertical-align: middle;
  transform: scale(1.13);
}

.modal-text, .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: #232524;
  margin-bottom: 0;
  line-height: 1.5;
  display: block;
}

.card {
  background: transparent;
  border-radius: 14px;
}
.card h5 {
  color: #232524;
  font-weight: 700;
  margin-bottom: 1.1rem;
}
.card ul li {
  color: #434343;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

.blog-facts {
  border-radius: 12px;
  padding: 2rem 1.5rem 1.2rem 1.5rem;
  margin-bottom: 1.8rem;
}
.sidebar-title {
  font-size: 1.24rem;
  font-weight: 700;
  color: #232524;
  margin-bottom: 1rem;
  text-align: left;
}
.blog-facts ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-facts li {
  font-size: 1.07rem;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
.mc-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #232524;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.mc-ki-banner {
  background: #fffefc;
  border-radius: 14px;
  box-shadow: 0 4px 22px rgba(40,40,60,0.10);
  padding: 1.4rem 1.4rem 1.5rem 1.4rem;
  border: 1.5px solid #ededed;
  text-align: center;
}
.mc-ki-img-wrap img {
  filter: drop-shadow(0 2px 10px rgba(60,60,90,.13));
}
.mc-ki-title {
  font-size: 1.13rem;
  color: #232524;
  letter-spacing: 0.02em;
}
.mc-ki-text {
  font-size: 1.03rem;
  color: #333;
}

@media (max-width: 991px) {
.blog-facts { margin-top: 2rem; }
.ms-lg-3 { margin-left: 0 !important; }
.mc-ki-banner { margin-top: 2.5rem; }
}
.btn-ki {
  display: inline-block;
  padding: 0.29rem 1.1rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(135deg, #071f46 0%, #2f248c 55%, #5a1f9a 100%);
  border: 1px solid rgba(47, 36, 140, 0.38);
  border-radius: 12px;
  transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease, background-position 0.35s ease;
  box-shadow: 0 8px 18px rgba(27, 16, 76, 0.22);
  background-size: 140% 140%;
  background-position: 0% 50%;
}

  .btn-ki:hover,
.btn-ki:focus {
  background-position: 100% 50%;
  filter: brightness(1.06);
  color: #ffffff;
  border-color: rgba(90, 31, 154, 0.55);
  box-shadow: 0 12px 26px rgba(27, 16, 76, 0.32);
  transform: translateY(-1px);
  outline: none;
}

.btn-ki:active {
  filter: brightness(0.98);
  transform: translateY(0);
  box-shadow: 0 7px 16px rgba(27, 16, 76, 0.24);
}

.btn-ki:focus-visible {
  outline: 3px solid rgba(90, 31, 154, 0.26);
  outline-offset: 2px;
}
.btn-ki-big {
  display: inline-block;
  padding: 0.7rem 1.35rem;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(135deg, #071f46 0%, #2f248c 55%, #5a1f9a 100%);
  border: 1px solid rgba(47, 36, 140, 0.38);
  border-radius: 14px;
  transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease, background-position 0.35s ease;
  box-shadow: 0 10px 22px rgba(27, 16, 76, 0.24);
  background-size: 140% 140%;
  background-position: 0% 50%;
}

  .btn-ki-big:hover,
.btn-ki-big:focus {
  background-position: 100% 50%;
  filter: brightness(1.06);
  color: #ffffff;
  border-color: rgba(90, 31, 154, 0.55);
  box-shadow: 0 14px 30px rgba(27, 16, 76, 0.34);
  transform: translateY(-1px);
  outline: none;
}

.btn-ki-big:active {
  filter: brightness(0.98);
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(27, 16, 76, 0.26);
}

.btn-ki-big:focus-visible {
  outline: 3px solid rgba(90, 31, 154, 0.26);
  outline-offset: 2px;
}
@media (max-width: 768px) {
.btn-ki-big {
  padding: 0.62rem 0.9rem;
  font-size: 1.02rem;
  letter-spacing: 0.35px;
  border-radius: 13px;
}
}
.mc-ki-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.mc-ki-list li {
  display: flex;
  align-items: flex-start;
  font-size: 1.07rem;
  margin-bottom: 0.48rem;
  color: #232524;
  font-weight: 400;
}
.mc-list-icon {
  color: #232524;
  font-size: 1.07em;
  margin-right: 0.48em;
  margin-top: 0.18em;
  min-width: 1.1em;
  flex-shrink: 0;
}

.services-dropdown {
  left: 50% !important;
  top: 115px !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  position: fixed !important;
  min-width: 440px;
  max-width: 95vw;
  z-index: 9999;
  border-radius: 18px;
}

@media (max-width: 768px) {
.services-dropdown {
  left: 0 !important;
  top: 100% !important;
  transform: none !important;
  right: 0 !important;
  position: absolute !important;
  min-width: 200px !important;
  max-width: 100vw !important;
  border-radius: 12px !important;
  z-index: 1050 !important;
}
}

.saas-dropdown {
  left: 50% !important;
  top: 115px !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  position: fixed !important;
  min-width: 340px;
  max-width: 95vw;
  z-index: 9999;
  border-radius: 18px;
}
.company-dropdown {
  left: 50% !important;
  top: 115px !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  position: fixed !important;
  min-width: 350px;
  max-width: 95vw;
  z-index: 9999;
  border-radius: 18px;
}

@media (max-width: 991px) {
.saas-dropdown,
.company-dropdown {
  left: 0 !important;
  top: 100% !important;
  transform: none !important;
  right: 0 !important;
  position: absolute !important;
  min-width: 200px !important;
  max-width: 100vw !important;
  border-radius: 12px !important;
  z-index: 1050 !important;
}
}
.footer-logos-content {
  font-weight: 600;
  color: #333;
  font-size: 1.2rem;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.footer-logos-overlap {
  margin-top: -100px;
}

@media (max-width: 991.98px) {
.footer-logos-overlap {
  margin-top: 0;
}
}

.footer-logos-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 24px 0 24px 0;
  height: 1px;
  width: 100%;
}

.footer-logo-row {
  gap: 24px;
  margin-bottom: 8px;
}

.footer-logo-row:last-child {
  margin-bottom: 0;
}

.footer-logos-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-logos-list a {
  display: inline-block;
}

.footer-logos-list img {
  width: auto;
  height: 110px;
  max-width: 100%;
  object-fit: contain;
  display: block;
  background: #fff;
  margin: 0;
  opacity: 0;
  filter: grayscale(100%);
  will-change: opacity, filter;
  backface-visibility: hidden;
}

.footer-logos-list img.visible {
  animation: fadeInSmooth 1.4s ease forwards;
  animation-delay: var(--stagger, 0s);
}

@keyframes fadeInSmooth {
0% { opacity: 0; filter: grayscale(100%); }
50% { opacity: 1; filter: grayscale(100%); }
100% { opacity: 1; filter: grayscale(0%); }
}

@media (prefers-reduced-motion: reduce) {
.footer-logos-list img { animation: none !important; transition: opacity .6s ease, filter .6s ease; }
.footer-logos-list img.visible { opacity: 1; filter: grayscale(0%); }
}
.footer-nav-link.style-none li {
  margin-bottom: 5px;
  line-height: 1.5;
}
.footer-nav-link.style-none li:last-child {
  margin-bottom: 0;
}
.footer-nav-link.style-none a {
  display: inline;
  padding: 0;
  line-height: inherit;
  font-weight: normal;
}

.details-close-btn a {
  font-weight: 500;
  background-color: #232524;
  color: #fff;
}
.details-close-btn a i {
  display: inline-block;
  width: 20px;
  line-height: 15px;
  background: #0C3A30;
  color: #fff;
  font-size: 10px;
  border-radius: 50px;
  font-weight: 900;
  vertical-align: 3px;
  margin-left: 4px;
}
.details-close-btn a:hover {
  text-decoration: underline;
}

.taskbot-explain {
  font-size: 0.8em;
  color: #656565;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 8px;
  margin-top: 36px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
}
.taskbot-explain b {
  color: #262626;
  font-weight: 600;
}

.bpmn-section {
  background-color: #fff;
}

.bpmn-section .image-block img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}

.bpmn-section .content-block {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
.bpmn-section .content-block {
  max-width: 540px;
  margin-left: 5px;
  margin-right: 5px;
}
}

@media (max-width: 991.98px) {
.bpmn-section .image-block img {
  border-radius: 12px;
  min-height: 260px;
}

.bpmn-section .content-block {
  padding-top: 2rem;
}
}

.image-bpmn {
  width: 100%;
  max-width: 800px;
}

.image-bpmn img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
.graph-panel {
  margin-top: 0 !important;
}
}

.image-bpmn {
  max-width: 800px;
  transition: transform 0.3s ease;
}

.content-block-bpmn {
  width: 100%;
  transition: max-width 0.3s ease;
}

@media (max-width: 768px) {
.image-bpmn {
  transform: none;
  margin-top: 30px;
  margin-bottom: 20px;
}

.content-block-bpmn {
  max-width: 100%;
  padding: 0 10px;
}
}

@media (min-width: 769px) and (max-width: 991px) {
.image-bpmn {
  transform: translateX(15px);
}

.content-block-bpmn {
  max-width: 520px;
  padding-right: 10px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.image-bpmn {
  transform: translateX(30px);
}

.content-block-bpmn {
  max-width: 540px;
}
}

@media (min-width: 1200px) and (max-width: 1399px) {
.image-bpmn {
  transform: translateX(50px);
}

.content-block-bpmn {
  max-width: 560px;
}
}

@media (min-width: 1400px) and (max-width: 1599px) {
.image-bpmn {
  transform: translateX(60px);
}

.content-block-bpmn {
  max-width: 580px;
}
}

@media (min-width: 1600px) and (max-width: 1799px) {
.image-bpmn {
  transform: translateX(80px);
}

.content-block-bpmn {
  max-width: 600px;
}
}

@media (min-width: 1800px) and (max-width: 1999px) {
.image-bpmn {
  transform: translateX(100px);
}

.content-block-bpmn {
  max-width: 620px;
}
}

@media (min-width: 2000px) and (max-width: 2399px) {
.image-bpmn {
  transform: translateX(120px);
}

.content-block-bpmn {
  max-width: 640px;
}
}

@media (min-width: 2400px) and (max-width: 2999px) {
.image-bpmn {
  transform: translateX(140px);
}

.content-block-bpmn {
  max-width: 660px;
}
}

@media (min-width: 3000px) {
.image-bpmn {
  transform: translateX(160px);
}

.content-block-bpmn {
  max-width: 680px;
}
}

@media (max-width: 768px) {
.title-two {
  margin-bottom: 0 !important;
}
}

@media (max-width: 768px) {
.section-subheading {
  display: none !important;
}
}

.collab-form .invalid-feedback {
  color: #4a4a4a !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  margin-top: 6px;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  opacity: 0.9;
}

.collab-form .form-control.is-invalid {
  position: relative;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23d93025" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm.002 18c-.552 0-1-.447-1-1v-2c0-.553.448-1 1-1s1 .447 1 1v2c0 .553-.448 1-1 1zm0-6c-.552 0-1-.447-1-1V7c0-.553.448-1 1-1s1 .447 1 1v4c0 .553-.448 1-1 1z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
}

.collab-form .form-check-input.is-invalid {
  outline: 2px solid #d93025 !important;
  box-shadow: none !important;
  border-color: #d93025 !important;
}

#collab-response-message {
  font-weight: 400 !important;
  font-size: 1.05rem !important;
  margin-top: 22px !important;
  margin-bottom: 0 !important;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 0;
  opacity: 0.9;
}

.collab-form button, .collab-form .btn-twenty {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
}

.collab-validation-message {
  color: #a65e00; 
  font-weight: 400;
  margin-top: 18px;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  line-height: 1.4;
  opacity: 0.9;
}

@media (max-width: 768px) {
#collab-firstname,
#collab-lastname {
  width: 100% !important;
}
.collab-form .row > .col-6.mb-3 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
}

.dropdown-headline {
  display: block;
  font-weight: 700;
  font-size: 1.03rem;
  color: #686868;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ececec;
  background: transparent;
  font-family: inherit;
}

.soft-border {
  border: 1px solid rgba(120,120,120,0.13);
  border-radius: 12px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.03);
  background: #fff;
  padding: 24px;
}

.product-card-edge {
  padding: 24px !important;
}

@media (max-width: 768px) {
.product-card-edge {
  margin-top: 25px;
  padding: 24px !important;
}
}

.soft-shadow {
  box-shadow: 0 2px 14px 0 rgba(120,130,140,0.10);
  border: 1px solid #f1f3f5;
  transition: box-shadow 0.18s;
}
.soft-shadow:hover {
  box-shadow: 0 4px 22px 0 rgba(120,130,140,0.18);
  border-color: #e2e8ef;
  background: #fcfdfe;
}

.ki-dropdown-menu {
  position: absolute !important;
  top: calc(100% + 33px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: max-content !important;
  min-width: 800px !important;
  max-width: 1600px !important;
  z-index: 2000;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.09);
  background: #fff;
  display: block;
  box-sizing: border-box;
  white-space: normal !important;
}

.ki-dropdown-columns {
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}

.ki-dropdown-col {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0 !important;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  text-align: left;
  box-sizing: border-box;
}

.ki-divider {
  border-left: 1px solid #ddd;
  align-self: stretch;
  margin: 0 14px;
}

.ki-dropdown-col > .dropdown-headline {
  display: block;
  padding-bottom: 0.5rem;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0.05em;
  font-size: 1.16em;
  color: #191919;
  margin-bottom: 9px;
  border-bottom: 1px solid #e4e4e4;
  text-align: left;
  box-sizing: border-box;
}

.ki-dropdown-col a.dropdown-item {
  font-weight: 600;
  font-size: 1.04em;
  color: #191919;
  margin-bottom: 4px;
  padding: 20px 0;
  transition: color 0.13s;
  white-space: normal;
  text-align: left;
  box-sizing: box-border;
  text-transform: none;
}

  .ki-dropdown-col a.dropdown-item:hover,
.ki-dropdown-col a.dropdown-item:focus {
  background: #e3e4e6;
  color: #121212;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.ki-dropdown-col small.text-muted {
  font-size: 0.96em;
  color: #7c7c7c !important;
  line-height: 1.36;
  font-weight: 400;
  margin-top: 1px;
  margin-bottom: 6px;
  padding: 0 !important;
  white-space: normal;
  text-align: left;
  box-sizing: border-box;
}

.ki-dropdown-col li:last-child {
  margin-bottom: 8px;
}

@media (max-width: 1100px) {
.ki-dropdown-menu {
  width: 99vw !important;
  max-width: 99vw !important;
  min-width: 0 !important;
  padding: 1.05rem 0.7rem !important;
}
.ki-dropdown-columns {
  gap: 22px;
}
.ki-divider {
  display: none !important;
}
.ki-dropdown-col {
  min-width: 180px;
  max-width: 99vw !important;
  flex: 1 1 240px;
}
}

@media (max-width: 650px) {
.ki-dropdown-menu {
  min-width: 0 !important;
  width: 99vw !important;
  max-width: 99vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  padding: 1.1rem 2vw !important;
  font-size: 0.98em;
  border-radius: 10px;
}
.ki-dropdown-columns {
  flex-direction: column;
  gap: 7px;
}
.ki-dropdown-col {
  max-width: 99vw !important;
  min-width: 0 !important;
  flex: 1 1 99vw !important;
}
.ki-dropdown-col > .dropdown-headline {
  font-size: 1.01em;
  margin-bottom: 6px;
}
.ki-dropdown-col a.dropdown-item {
  font-size: 1em;
}
}

.task-badge {
  font-size: 1.6em;
  margin-top: 11px;
}

.bpmn-gap {
  display: block;
  margin-bottom: 0.5em;
}

.card-img-top {
  height: 180px;
  object-fit: contain;
}

@media (max-width: 767.98px) {
.card-img-top {
  height: 120px;
}
}

.btn-primary {
  background: linear-gradient(135deg, #0b2a5b 0%, #3b2aa6 45%, #7a2bbf 100%);
  border: none;
  color: #fff;
  padding: 6px 22px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  width: auto !important;
  display: inline-block !important;
  box-shadow: 0 10px 24px rgba(27, 16, 76, 0.28);
  background-size: 140% 140%;
  background-position: 0% 50%;
  transition: background-position .35s ease, filter .15s ease, box-shadow .15s ease, transform .12s ease;
}

  .btn-primary:hover,
.btn-primary:focus {
  background-position: 100% 50%;
  filter: brightness(1.06);
  color: #fff;
  box-shadow: 0 14px 30px rgba(27, 16, 76, 0.36);
  transform: translateY(-1px);
  outline: none;
}

.btn-primary:active {
  filter: brightness(0.98);
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(27, 16, 76, 0.26);
}

.btn-primary:focus-visible {
  outline: 3px solid rgba(122, 43, 191, 0.35);
  outline-offset: 2px;
}

.StripeElement {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: white;
  margin-bottom: 15px;
}

.StripeElement--focus {
  border-color: #232524;
  box-shadow: 0 0 5px #232524;
}

.StripeElement--invalid {
  border-color: #dc3545;
}

.shop-cart-link {
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  text-decoration: none;
}

.cart-icon-container {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.shop-cart-link .fa-shopping-cart {
  font-size: 20px;
  color: #fff;
}

.cart-icon-container {
  position: relative;
  display: inline-block;
}

.cart-count {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: -6px !important;
  right: -7px !important;
  width: 18px !important;
  height: 18px !important;
  background: #3526ff !important;
  border-radius: 50% !important;
  font-size: 12px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  pointer-events: none !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cart-count-number {
  color: #fff !important;
  display: inline-block !important;
  width: 100% !important;
  text-align: center !important;
  transform: translate3d(1px, 1px, 1px, 1px) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin-left: 1px;
  margin-top: 1.5px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
.cart-count-number {
  color: #fff !important;
  display: inline-block !important;
  width: 100% !important;
  text-align: center !important;
  transform: translate3d(1px, 1px, 1px, 1px) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
}
}

.shop-cart-link-black {
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;               
  border-radius: 5px;
  position: relative;
}

.shop-cart-link-black .fa-shopping-cart {
  color: #222;
  font-size: 20px;
}

.cart-icon-container {
  position: relative;
  display: inline-block;
}

.cart-count-black {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: -6px !important;         
  right: -7px !important;       
  width: 18px !important;
  height: 18px !important;
  background: #3526ff !important;
  border-radius: 50% !important;
  font-size: 12px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  pointer-events: none !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  margin: 0 !important;
  color: white;
}

.cart-count-number-white {
  color: #fff !important;
  display: inline-block !important;
  width: 100% !important;
  text-align: center !important;
  transform: translate3d(1px, 1px, 1px, 1px) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin-left: 1px;
  margin-top: 1.5px;
  -webkit-font-smoothing: antialiased;
}

.sptop {
  margin-top: 50px;
}

.stripe-privacy {
  width: 95%;
}

.underline-link {
  text-decoration: underline;
}

.underline-link:hover {
  text-decoration: underline;
}

#stripe-payment-section #card-element {
  width: 50%;
  margin: 0;
}

@media (max-width: 768px) {
#stripe-payment-section #card-element {
  width: 100%;
}
}

#resetRequestMsg,
#newPasswordMsg {
  color: #101010 !important;
}

.right-widget.white a,
.right-widget.white .icon-text,
.right-widget.white .fa,
.right-widget.white .icon,
.right-widget.black a,
.right-widget.black .icon-text,
.right-widget.black .fa,
.right-widget.black .icon {
  font-size: 18px;
}
#profileBtn i.fa-user-circle {
  font-size: 20px !important;
}
.right-widget.white a,
.right-widget.black a {
  background: transparent;
  padding: 8px 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  border: none;
}
.right-widget.white a,
.right-widget.white .icon-text,
.right-widget.white .fa,
.right-widget.white .icon {
  color: #fff !important;
}
.right-widget.black a,
.right-widget.black .icon-text,
.right-widget.black .fa,
.right-widget.black .icon {
  color: #000 !important;
}
  .right-widget.white a:hover,
.right-widget.white a:focus {
  color: #fff !important;
}
  .right-widget.black a:hover,
.right-widget.black a:focus {
  color: #000 !important;
}
.right-widget.white .cart-count,
.right-widget.black .cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #eb5757;
  color: #fff;
  min-width: 18px;
  min-height: 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  font-weight: 700;
  font-size: 15px;
}
@media (max-width: 768px) {
.right-widget.white,
.right-widget.black {
  gap: 10px !important;
}

.right-widget.white a,
.right-widget.black a {
  background: transparent;
  padding: 5px !important;
  justify-content: center;
}

.right-widget.white .icon-text,
.right-widget.black .icon-text {
  display: none !important;
}

.right-widget.white .icon-text-ll,
.right-widget.black .icon-text-ll {
  visibility: visible !important;
}     
}

.form-thin-border {
  border: 1px solid #ced4da;
  border-radius: .7rem;
  padding: 2rem;
  background: #fff;
}

.mc-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.prof-menu-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 90px;
  margin-top: 50px;
}

.prof-menu-nav {
  background: transparent;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
  max-width: 240px;
  width: auto;
  flex: 0 0 auto;
  margin-right: 32px;
  display: flex;
}

.prof-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.prof-menu-item {
  width: 100%;
  margin-bottom: 0;
}

.prof-menu-link {
  display: block;
  width: 100%;
  padding: 0.45rem 0.8rem;
  color: #181818;
  background: transparent;
  font-size: 15px;
  font-family: inherit;
  font-weight: 400;
  border-radius: 0.22rem;
  letter-spacing: 0.01em;
  text-align: left;
  transition: background 0.12s, font-weight 0.12s;
  cursor: pointer;
  outline: none;
  border: none;
  text-decoration: none;
  box-shadow: none;
  border-bottom: 1px solid #ececec;
}

  .prof-menu-link:visited,
  .prof-menu-link:link,
.prof-menu-link:focus {
  color: #181818;
  text-decoration: none;
  background: transparent;
}

  .prof-menu-link:hover,
  .prof-menu-link:active,
.prof-menu-link-active,
.prof-menu-link[aria-current="page"] {
  background: #e6f4ea;
  color: #181818;
  text-decoration: none;
}

.prof-menu-icon {
  font-size: 1em;
  width: 1.3em;
  min-width: 1.3em;
  text-align: center;
  margin-right: 0.6em;
  vertical-align: middle;
  color: #979797;
}

.prof-menu-divider {
  display: none;
}

.prof-menu-collapse {
  margin-left: 0.5em;
}

.prof-menu-main {
  padding-left: 2.5rem;
  padding-top: 0;
  flex: 1 1 0%;
}

@media (max-width: 768px) {
.prof-menu-layout {
  flex-direction: column;
  margin-left: 0;
  margin-top: 30px;
}
.prof-menu-nav {
  border-right: none;
  border-bottom: 1px solid #ebebeb;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 16px;
  width: 100%;
  display: block;
}
.prof-menu-main {
  padding-left: 0;
  padding-top: 0;
}
.prof-menu-link {
  font-size: 15px;
  padding: 0.43rem 0.9rem;
}
.prof-menu-collapse {
  margin-left: 0.3em;
}
}

.prof-menu-spacing {
  margin-top: 0px;
}

.prof-menu-spacing-after {
  margin-top: 0px;
}

.progress-split {
  display: flex;
  width: 100%;
  background: #e9ecef;
  border-radius: 14px;
  overflow: hidden;
}

.progress-split {
  display: flex;
  width: 100%;
  background: #e9ecef;
  border-radius: 14px;
  overflow: hidden;
}

.split-bar {
  height: 38px;
  transition: width 0.7s cubic-bezier(.77,0,.18,1);
  white-space: nowrap;
  font-weight: 700;
}

#stundenBalken {
  background: linear-gradient(90deg, #1857e6 70%, #4c8af7 100%);
  color: #fff;
  text-align: left;
}

#preisBalken {
  width: 50px;
  background: linear-gradient(90deg, #0d6efd 70%, #b6e0fe 100%);
  color: #fff;
  min-width: 50px;
  border-radius: 14px;
  height: 38px;
  transition: width 0.7s cubic-bezier(.77,0,.18,1);
  box-shadow: 0 2px 16px 0 rgba(13,110,253,.07);
}

#priceBar {
  background: linear-gradient(90deg, #0d6efd 70%, #b6e0fe 100%);
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px 0 rgba(13,110,253,.07);
  font-weight: 700;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  padding-left: 18px;
  transition: width 0.7s cubic-bezier(.77,0,.18,1);
  white-space: nowrap;
}

.btn-shop {
  padding: 0.45em 1.6em;
  font-size: 16px;
  border-radius: 0.38em;
  border: 1px solid #bcbcbc;
  background: #fff;
  color: #222;
  font-family: inherit;
  font-weight: 400;
  box-shadow: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  min-width: 0;
  min-height: 0;
  line-height: 1.4;
  outline: none;
}

@media (max-width: 768px) {
.btn-shop {
  padding: 0.35em 0.75em;
  border-radius: 0.3em;
}
}

.btn-order {
  color: #fff;
  border: 1px solid rgba(59, 42, 166, 0.35);
  background: linear-gradient(135deg, #0b2a5b 0%, #3b2aa6 45%, #7a2bbf 100%);
  background-size: 140% 140%;
  background-position: 0% 50%;
  box-shadow: 0 10px 24px rgba(27, 16, 76, 0.22);
  transition: transform .12s ease, box-shadow .15s ease, filter .15s ease, background-position .35s ease;
}

  .btn-order:hover,
.btn-order:focus {
  background-position: 100% 50%;
  filter: brightness(1.06);
  box-shadow: 0 14px 30px rgba(27, 16, 76, 0.34);
  transform: translateY(-1px);
  color: #fff;
  outline: none;
}

.btn-order:active {
  filter: brightness(0.98);
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(27, 16, 76, 0.26);
}

.btn-order:focus-visible {
  outline: 3px solid rgba(122, 43, 191, 0.30);
  outline-offset: 2px;
}

.btn-demo {
  color: #fff;
  border: 1px solid rgba(41, 89, 199, 0.40);
  background: linear-gradient(135deg, #083a6b 0%, #2959c7 55%, #4a78f0 100%);
  background-size: 140% 140%;
  background-position: 0% 50%;
  box-shadow: 0 10px 24px rgba(8, 58, 107, 0.20);
  transition: transform .12s ease, box-shadow .15s ease, filter .15s ease, background-position .35s ease;
}

  .btn-demo:hover,
.btn-demo:focus {
  background-position: 100% 50%;
  filter: brightness(1.06);
  box-shadow: 0 14px 30px rgba(8, 58, 107, 0.30);
  transform: translateY(-1px);
  color: #fff;
  outline: none;
}

.btn-demo:active {
  filter: brightness(0.98);
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(8, 58, 107, 0.24);
}

.btn-demo:focus-visible {
  outline: 3px solid rgba(74, 120, 240, 0.28);
  outline-offset: 2px;
}

.is-invalid, .form-check-input.is-invalid {
  border-color: #e84118 !important;
  box-shadow: 0 0 0 0.15rem #e8411833 !important;
}
.invalid-feedback {
  display: none !important;
}

#demo-form .is-invalid {
  border-color: #dc3545 !important;
  box-shadow: none !important;
}

#demo-form .is-invalid ~ .invalid-feedback {
  display: none !important;
}

#contact-form .is-invalid {
  border-color: #dc3545 !important;
  box-shadow: none !important;
}
#contact-form .is-invalid ~ .invalid-feedback {
  display: none !important;
}

.prof-menu-link {
  display: flex;
  align-items: center;
}

.prof-menu-toggle {
  transition: transform .18s ease;
  font-size: .65em;
  margin-left: 8px;
  margin-top: 3.5px;
}

.prof-menu-item.open .prof-menu-toggle {
  transform: rotate(45deg);
}

#content-area {
  padding-left: 0;
  margin-left: 0;
}

.blog-grid {
  column-count: 2;
  column-gap: 24px;
}

.blog-grid > * {
  break-inside: avoid;
  margin: 0 0 24px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 991px) {
.blog-grid {
  column-count: 1;
}
}
@media (max-width: 767px) {
.blog-grid {
  grid-template-columns: 1fr;
}
}

.blog-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
  padding: 18px 18px 16px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.blog-card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 8px;
  color: #232524;
  margin-top: 20px;
}

.blog-card__meta {
  font-size: 14px;
  color: #7a7a7a;
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.blog-card__teaser {
  margin: 0 0 10px;
  color: #333;
  flex-grow: 1;
}

.blog-card__cta {
  font-weight: 600;
  color: #232524;
  text-decoration: none;
}
.blog-card__cta:hover {
  text-decoration: underline;
}

.blog-pager {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.blog-pager a {
  border: 1px solid #E0E0E0;
  border-radius: 40px;
  padding: 6px 14px;
  background: #fff;
  color: #232524;
  text-decoration: none;
}
.blog-pager a:hover {
  background: #f7f7f7;
}

.blog-card--skeleton { position: relative; overflow: hidden; }
.sk {
  height: 12px;
  background: linear-gradient(90deg, #f3f3f3, #ececec, #f3f3f3);
  border-radius: 8px;
  margin: 10px 0;
}
.sk-title { height: 20px; width: 80%; margin-top: 2px; }
.sk-meta { width: 50%; }
.sk-text { width: 100%; }
.sk-text.short { width: 70%; }

.blog-details {
  position: relative;
}

.blog-details .avatar-circle {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  margin: 12px;
  overflow: hidden;
}

.breadcrumb-mini {
  font-size: 14px;
  margin: 10px 0 14px;
  color: #536159;
}
.breadcrumb-mini a {
  color: #232524;
  text-decoration: none;
}
.breadcrumb-mini a:hover {
  text-decoration: underline;
}

.post-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  color: #7a7a7a;
  margin-top: 6px;
}

.blog-details .post-data {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  padding: 24px;
  margin-top: 18px;
}
.blog-details .post-title {
  margin: 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.25;
  color: #232524;
}
.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.blog-content h2 {
  font-size: 24px;
  line-height: 1.3;
  margin: 1.2em 0 .45em;
  color: #232524;
}
.blog-content h3 {
  font-size: 20px;
  line-height: 1.35;
  margin: 1.05em 0 .4em;
  color: #232524;
}
.blog-content p {
  margin: .6em 0;
  line-height: 1.7;
  color: rgba(0,0,0,.8);
}
.blog-content a {
  color: #232524;
  text-decoration: underline;
}
.blog-content a:hover {
  text-decoration: none;
}
.blog-content ul,
.blog-content ol {
  padding-left: 1.2em;
  margin-top: 0.85em;
  margin-bottom: 0.85em;
}
.blog-content ul li {
  margin-left: 1.2em;
}
.blog-content blockquote {
  margin: 1em 0;
  padding: .8em 1em;
  border-left: 4px solid #CFFF45;
  background: #f9f9f9;
  border-radius: 8px;
}
.blog-content pre,
.blog-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 8px;
}
.blog-content pre {
  padding: 12px;
  overflow: auto;
}
.blog-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1em 0;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}
.blog-content th,
.blog-content td {
  padding: .6em .8em;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
}
.blog-content tr:last-child td {
  border-bottom: 0;
}
.blog-sidebar {
  background: #fff;
}
.sidebar-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #232524;
}
.blog-keyword ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-keyword li a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #eee;
  border-radius: 999px;
}
.blog-card--article {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  padding: 18px 18px 16px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
.blog-details .post-title {
  font-size: 24px;
}
.blog-details .post-data {
  padding: 20px;
}
}
@media (max-width: 768px) {
.blog-details .post-img {
  min-height: 200px;
}
.blog-details .avatar-circle {
  width: 40px;
  height: 40px;
  right: 5px;
  bottom: 3px;
}
}
@media print {
.blog-details .post-img,
.blog-sidebar {
  box-shadow: none;
}
.blog-sidebar {
  border-color: #ddd;
}
}

.blog-content h2 {
  font-size: 1.6rem;
  margin-top: 1.4em;
  margin-bottom: 0.6em;
  font-weight: 600;
}

.blog-content h3 {
  font-size: 1.3rem;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.blog-content p {
  margin-bottom: 1.2em;
  line-height: 1.6;
}

.blog-content li {
  margin-bottom: 0.4em;
}

.blog-content br {
  line-height: 1em;
}

.custom-btn-black {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.custom-btn-black:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transform: scale(1.05);
}

.hashtags{display:flex;flex-wrap:wrap;gap:.25rem .5rem}
.hashtags .tag{display:inline-block;white-space:nowrap}
.hashtags .tag:link,.hashtags .tag:visited{text-decoration:none}

.mc-chatbox-text a {
  pointer-events: auto;
  text-decoration: underline;
}

@media (min-width: 768px) {
.hero-text-custom-1,
.hero-text-custom-2 {
  position: absolute;
  right: 107px;
  transform: translateY(-50%);
  text-align: right;
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  opacity: 0;
  animation: heroTextFadeIn 1.5s ease forwards;
}
.hero-text-custom-1 { top: 42%; }
.hero-text-custom-2 { top: 20%; }
}

@media (min-width: 1440px) {
.hero-text-custom-1,
.hero-text-custom-2 {
  right: 110px;
}
}

@media (min-width: 1920px) {
.hero-text-custom-1,
.hero-text-custom-2 {
  right: 200px;
}
}

@media (max-width: 767px) {
.hero-text-custom-1,
.hero-text-custom-2 {
  display: none;
}
}

@keyframes heroTextFadeIn {
0% { opacity: 0; transform: translate(5px, -50%); }
100% { opacity: 1; transform: translate(0, -50%); }
}

#nav-ki-bots .vspace > * + * { margin-top: 1.75rem; }
#nav-ki-bots .vspace p { margin: 0; }
#nav-ki-bots .vspace p strong { display: block; margin-bottom: .5rem; }

.team-card {
  text-align: left;
}

.team-photo {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.team-img {
  width: 88%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
.team-img {
  width: 100%;
}
}

.team-name {
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.team-role {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.team-role-badge {
  font-size: 0.9rem;
  font-weight: 500;
  color: #222;
  padding: 4px 12px;
  border-radius: 8px;
  background: #f5f5f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  min-height: 32px;
  box-sizing: border-box;
  white-space: nowrap;
}

.team-role-badge-secondary {
  background: #e8edf9;
  color: #1f3a93;
}

.team-contact {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.team-phone,
.team-mail {
  font-size: 0.95rem;
  color: #222;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 8px;
  background: #f5f5f7;
  line-height: 1;
  min-height: 32px;
  box-sizing: border-box;
  white-space: nowrap;
}

.team-phone i,
.team-mail i {
  margin-right: 2px;
  color: #0052cc;
  font-size: 1rem;
  line-height: 1;
}

.team-phone a,
.team-mail a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

  .team-phone a:hover,
.team-mail a:hover {
  text-decoration: underline;
}

.team-desc {
  font-size: 1.1rem;
  margin-top: 8px;
  line-height: 1.5;
}

#demoDateOverlay {
  position: fixed;
  inset: 0;
  display: none;
  background: rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2147483647 !important;
}

#demoDateOverlay .datepicker-modal,
#demoDateBox {
  position: relative;
  flex: 0 0 auto;
  z-index: 2147483647 !important;
}

.dp-day { user-select: none; }
.dp-day.is-disabled { opacity: .35; cursor: default; }
.dp-day.has-slots { cursor: pointer; position: relative; }
.dp-day.has-slots::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 6px;
  width: 6px; height: 6px; border-radius: 50%;
  background: currentColor; transform: translateX(-50%);
  opacity: .6;
}

.dp-day.is-selected {
  background: #272727 !important;
  border-radius: 6px;
  color: white;
}

#demo-slot-list.slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(86px,1fr));
  gap: 8px;
  margin-top: 12px;
  max-height: 180px;
  overflow: auto;
}

.slot-btn {
  display: inline-block;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #c9d6f3;
  border-radius: 8px;
  background: #f6f9fd;
  font-size: 14px;
  line-height: 1.2;
}
.slot-btn:hover { background: #eef3fe; }
.slot-btn.active {
  background: #dfe9ff;
  border-color: #9eb7f0;
  font-weight: 600;
}

.slot-empty {
  grid-column: 1/-1;
  text-align: center;
  color: #6b7aa1;
  padding: 10px 0;
  font-size: 14px;
}

.datepicker-calendar td:empty {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  pointer-events: none;
}
  .datepicker-calendar td:focus,
.datepicker-calendar td:active {
  outline: none !important;
  background: none !important;
}

#delete_email[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.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-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;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  background-color: #fff;
  color: #000;
}

@media (max-width: 767.98px){
  .alert{
    margin-top: 10px;
  }
}

.alert {
  --bs-alert-color: #fff;
  --bs-alert-bg: #ff9800;
  --bs-alert-border-color: #e68900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 4px 12px;
  margin-bottom: 0.5rem;
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: 1px solid var(--bs-alert-border-color);
  border-radius: 0.375rem;
  font-weight: 400;
  text-align: center;
  font-size: 17px;
}

.alert i {
  color: #fff;
  font-size: 1rem;
}

.alert-info {
  --bs-alert-bg: #ff9800;
  --bs-alert-border-color: #e68900;
  padding: 4px 12px;
}

.alert-warning {
  --bs-alert-bg: #ff9800;
  --bs-alert-border-color: #e68900;
  padding: 4px 12px;  
}

.alert-success {
  --bs-alert-bg: #4caf50;
  --bs-alert-border-color: #449d48;
  padding: 4px 12px;  
}

.alert-danger {
  --bs-alert-bg: #f44336;
  --bs-alert-border-color: #d32f2f;
  padding: 4px 12px;  
}

.bold-text {
  font-weight: bold;
}

.custom-h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
.custom-h2 {
  font-size: 1.1rem;
}
}

.blog-h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 768px) {
.blog-h2 {
  font-size: 1.15rem;
}
}

.pricing4 {
  --txt: #0a0a0a;
  --muted: #4b5563;
  --border: #e5e7eb;
  --focus: 0 0 0 2px rgba(0, 0, 0, 0.2);
  background: transparent;
  color: var(--txt);
  padding: 48px 16px;
}
.pricing4-wrap {
  width: 88%;
  max-width: none;
  margin: 0 auto;
  margin-top: -40px;
}
.pricing4-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 40px;
}
.pricing4-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.pricing4-toggle {
  display: flex;
  gap: 8px;
  background: transparent;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid var(--border);
}
.pricing4-toggle button {
  border: 0;
  background: transparent;
  color: var(--txt);
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}
.pricing4-toggle button.active {
  background: #f3f4f6;
  box-shadow: var(--focus);
}
.pricing4-save {
  font-size: 12px;
  margin-left: 6px;
  color: #6b7280;
}
.pricing4-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
.pricing4-grid {
  display: grid;
  gap: 14px;
}
.pricing4-plan {
  --cap: #e7f2ff;
  position: relative;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 280px;
}
.pricing4-cap {
  background: var(--cap);
  padding: 16px 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pricing4-caprow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.pricing4-badge {
  font-size: 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 4px 10px;
  color: var(--txt);
  background: #ffffff;
  white-space: nowrap;
}
.pricing4-price {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pricing4-price small {
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
  margin-left: 6px;
}
.pricing4-pernote {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pricing4-kuendigungsfrist,
.kuendigungsfrist {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pricing4-body {
  padding: 12px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pricing4-featgrp {
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #111827;
}
.pricing4-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pricing4-li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2937;
}
.pricing4-li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cbd5e1;
}
.pricing4-cta {
  margin-top: 8px;
  display: flex;
  gap: 8px;
}
.pricing4-btn {
  flex: 1 1 auto;
  text-align: center;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--txt);
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.pricing4-btn.primary {
  border: 2px solid var(--txt);
}
.pricing4-btn:focus {
  outline: 0;
  box-shadow: var(--focus);
}
.pricing4-btn:hover {
  background: #f9fafb;
}
.pricing4-legal {
  padding: 0 18px 18px;
  font-size: 12px;
  color: var(--muted);
}
.pricing4-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: saturate(120%) blur(8px);
  backdrop-filter: saturate(120%) blur(8px);
  z-index: 60;
}
.pricing4-modal.open {
  display: flex;
}
.pricing4-dialog {
  width: min(860px, 92vw);
  max-height: 80vh;
  overflow: auto;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: #ffffff;
  color: var(--txt);
}
.pricing4-dialog header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
}
.pricing4-dialog h3 {
  font-size: 18px;
  margin: 0;
}
.pricing4-x {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--txt);
  border-radius: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.pricing4-bodymodal {
  padding: 16px;
}
.pricing4-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.pricing4-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px;
  background: #ffffff;
}
.pricing4-card h4 {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #111827;
}
.pricing4-card ul {
  margin: 0;
  padding-left: 18px;
}
.pricing4-card li {
  margin: 4px 0;
}
@media (max-width: 767.98px) {
.pricing4-title {
  font-size: 22px;
}
.pricing4 {
  padding: 0px 16px;
}
.pricing4-grid {
  grid-auto-flow: column;
  grid-auto-columns: 88vw;
}
.pricing4-wrap {
  width: 100%;
  margin: 0;
}
.pricing4-scroll {
  margin-left: calc(13px - 16px);
  padding-left: 0;
}
}
@media (min-width: 768px) {
.pricing4-scroll {
  overflow: visible;
  padding-bottom: 0;
}
.pricing4-grid {
  grid-template-columns: repeat(4, 1fr);
}
.pricing4-plan {
  min-width: 0;
}
}
.pricing4-scroll::-webkit-scrollbar {
  height: 10px;
}
.pricing4-scroll::-webkit-scrollbar-track {
  background: #f1f5f9;
}
.pricing4-scroll::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 10px;
}
.pricing4-plan[data-plan="Basis"] { --cap: #e7f2ff; }
.pricing4-plan[data-plan="Plus"] { --cap: #e8f9f0; }
.pricing4-plan[data-plan="Pro"] { --cap: #fff6e5; }
.pricing4-plan[data-plan="Ultimate"] { --cap: #edf2f7; }

.badge.bg-success{
  background:#fff!important;
  color:#111!important;
  margin-top:5px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  vertical-align:middle!important;
  gap:8px!important;
  padding:6px 10px!important;
  border:1px solid rgba(0,0,0,.18)!important;
  border-radius:999px!important;
  font-weight:700!important;
  line-height:1!important;
  box-shadow:0 1px 0 rgba(0,0,0,.04)!important;
}

.badge.bg-success::before {
  content: "\2713";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, .18);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

#sent-queued-counter td {
  font-size: 1rem;
  text-align: left;
}

#sent-queued-counter td:first-child {
  font-weight: bold;
}

#sent-queued-counter td:last-child {
  font-weight: bold;
  text-align: right;
}

:root {
  --ai-blue: #1f5fff;
  --uc-accent: #1A4137;
  --uc-accent-2: #2E7A66;
  --uc-bg: #F7FBFA;
  --uc-panel: #FFFFFF;
  --uc-border: #E6EFEA;
  --uc-text: #14221C;
  --uc-radius: 16px;
  --uc-shadow: 0 12px 40px rgba(0,0,0,.12), 0 4px 18px rgba(0,0,0,.06);
  --plan-accent: var(--uc-accent-2);
  --bg:#FFFFFF;
  --ink:#141414;
  --muted:#6A6A6A;
  --line:#E6E6E6;
  --tag-bg:#0d1323;
  --tag-bg2:#0a1120;
  --tag-border:rgba(255,255,255,.10);
  --tag-text:#e8eefc;
  --tag-glow:rgba(37,99,235,.18);
  --accent-green-bg: #f3fbf5;
  --accent-green-border: #cfead0;
  --accent-green-text: #1f6f3b;
  --radius-lg: 0.75rem;
  --container-gap: 1rem;
}

.card-elevated {
  border: 1px solid rgba(13, 14, 13, .12);
  border-radius: 16px;
  background: #fff
}

.card-elevated:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
}

.card-plain {
  background: #fff;
  border-color: rgba(13, 14, 13, .12);
}

.card-blue-solid {
  background: linear-gradient(135deg, #0b2a5b 0%, #3b2aa6 45%, #7a2bbf 100%) !important;
  border-color: rgba(59, 42, 166, 0.45) !important;
}

.card-blue-solid .custom-title,
.card-blue-solid .custom-text,
.card-blue-solid a {
  color: #fff !important;
}

.price-badge-dark {
  display: inline-block;
  background: linear-gradient(135deg, #0b2a5b 0%, #3b2aa6 45%, #7a2bbf 100%);
  background-size: 140% 140%;
  background-position: 0% 50%;
  color: #fff;
  border-radius: 999px;
  padding: 6px 16px;
  font-weight: 700;
  letter-spacing: .4px;
  box-shadow: 0 10px 22px rgba(27, 16, 76, 0.22);
  border: 1px solid rgba(59, 42, 166, 0.35);
  transition: transform .12s ease, box-shadow .15s ease, filter .15s ease, background-position .35s ease;
}

  .price-badge-dark:hover,
.price-badge-dark:focus {
  background-position: 100% 50%;
  filter: brightness(1.06);
  box-shadow: 0 14px 28px rgba(27, 16, 76, 0.32);
  transform: translateY(-1px);
  outline: none;
}

.price-badge-dark:active {
  filter: brightness(0.98);
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(27, 16, 76, 0.24);
}

.price-badge-dark:focus-visible {
  outline: 3px solid rgba(122, 43, 191, 0.28);
  outline-offset: 2px;
}

.custom-text {
  line-height: 1.6;
}

.card-blue-solid .custom-text strong {
  font-weight: 700;
}

.services-dropdown {
  min-width: 440px;
}

.services-dropdown .d-flex {
  gap: 20px;
}

.services-dropdown .list-unstyled.mb-0 {
  min-width: 200px;
}

.services-dropdown .d-flex > div:nth-child(2) {
  border-left: 1px solid #ddd;
  height: auto;
}

.company-dropdown {
  min-width: 350px;
}

.company-dropdown .d-flex {
  gap: 24px;
}

.company-dropdown .list-unstyled.mb-0 {
  min-width: 160px;
}

.navbar .nav-link svg {
  width: 18px;
  height: 18px;
}

#kiSubmenu .text-muted,
#leistungenSubmenu .text-muted {
  font-size: 0.97em;
}

.card-style-twenty:has(#serviceTile) {
  min-height: 390px;
}

#tileHint {
  letter-spacing: 0.02em;
  font-size: 1.05rem;
}

#tileDots {
  letter-spacing: 0.2em;
}

.hero-banner-seven #datepicker {
  cursor: pointer;
}

.bars-mobile-scroll .chart-box:nth-child(1) .chart-inner {
  height: 275px;
}

.bars-mobile-scroll .chart-box:nth-child(2) .chart-inner {
  height: 315px;
}

.bars-mobile-scroll .chart-box:nth-child(3) .chart-inner {
  height: 310px;
}

.bars-mobile-scroll .chart-box:nth-child(4) .chart-inner {
  height: 290px;
}

.bars-mobile-scroll .chart-box:nth-child(5) .chart-inner {
  height: 315px;
}

.bars-mobile-scroll .chart-box:nth-child(6) .chart-inner {
  height: 310px;
}

.bars-mobile-scroll .chart-box:nth-child(7) .chart-inner {
  height: 330px;
}

.bars-mobile-scroll .chart-box:nth-child(8) .chart-inner {
  height: 320px;
}

.bars-mobile-scroll .chart-box:nth-child(9) .chart-inner {
  height: 225px;
}

#barContainer {
  height: 38px;
  border-radius: 14px;
  width: 100%;
}

#priceBar {
  background: linear-gradient(90deg, #0d6efd 70%, #b6e0fe 100%);
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px 0 rgba(13, 110, 253, 0.07);
  transition: width 0.7s cubic-bezier(0.77, 0, 0.18, 1);
  width: 100%;
  text-align: center;
}

.blog-section-two .col-12:has(#openaiChart) {
  position: relative;
  height: 400px;
}

#openaiChart {
  width: 100%;
  height: 100%;
}

#chartOverlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  visibility: hidden;
}

#chartError {
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
  z-index: 3;
}

#datepickerOverlay {
  display: none;
}

#mc-chatbox-overlay {
  display: none;
}

#mc-floating-chatbox {
  display: none;
}

#mc-bpmnbox-overlay {
  display: none;
}

#mc-floating-bpmnbox {
  display: none;
}

#bpmn-canvas-spinner {
  display: none;
}

#cookieConsentContainer {
  display: none;
}

#cookieOverlay {
  display: none !important;
  background: transparent !important;
  pointer-events: none !important;
}

#mc-disclaimer-toggle {
  display: none;
}

#mc-disclaimer-hint {
  font-size: 14px;
  color: #161616;
  display: none;
}

.h-550 {
  height: 550px !important;
}

@media (max-width: 768px) {
.h-550 {
  height: 350px !important;
}
}

.h-225 { height: 225px !important; }
.h-260 { height: 260px !important; }
.h-275 { height: 275px !important; }
.h-290 { height: 290px !important; }
.h-310 { height: 310px !important; }
.h-315 { height: 315px !important; }
.h-320 { height: 320px !important; }
.h-330 { height: 330px !important; }

.price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-badge-dark {
  font-weight: 600;
}

.min-duration {
  font-size: .8em;
  color: #666;
  margin-left: 10px;
}

@media (max-width: 767px) {
.min-duration {
  display: block;
  font-size: .75em;
  margin-left: 15px;
  margin-top: 10px;
}
}

.notice-kicker {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  border-top: 2px solid currentColor;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.5rem 0;
  margin: 0.75rem 0;
}

.notice-kicker .label {
  font-variant-caps: all-small-caps;
  letter-spacing: 0.06em;
  font-weight: 500;
  opacity: 0.75;
}

.notice-kicker span:last-child {
  font-weight: 500;
}

@media (prefers-color-scheme: dark) {
.notice-kicker {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}
}

.uc-trigger {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  letter-spacing: .2px;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  border-bottom: 0 !important;
  transition: color .18s ease, text-decoration-color .18s ease, opacity .18s ease;
}

@media (max-width: 768px) {
.uc-trigger {
  margin-top: 20px !important;
}
}

.uc-trigger .fa-solid {
  font-size: .95em;
  transform: translateY(.5px);
  opacity: .9;
  transition: transform .18s ease, opacity .18s ease, color .18s ease;
  color: var(--uc-accent);
}
.uc-trigger:hover {
  text-decoration-color: #1c1c1c;
}
.uc-trigger:hover .fa-solid {
  transform: translateX(2px);
  opacity: 1;
  color: var(--uc-accent-2);
}

.uc-trigger {
  --uc-accent: #1c1c1c;
  --uc-accent-2: #1c1c1c;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  letter-spacing: 0.2px;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  border-bottom: 0 !important;
  transition: color 0.18s ease, text-decoration-color 0.18s ease, opacity 0.18s ease;
}

.uc-trigger .fa-solid {
  font-size: 0.95em;
  transform: translateY(0.5px);
  opacity: 0.9;
  transition: transform 0.18s ease, opacity 0.18s ease, color 0.18s ease;
  color: var(--uc-accent);
}

.uc-trigger:hover {
  color: var(--uc-accent);
  text-decoration: underline;
  text-underline-offset: 0.12em;
  transition: color 0.2s ease-in-out;
}

.uc-trigger:hover .fa-solid {
  transform: translateX(2px);
  opacity: 1;
  color: var(--uc-accent-2);
}

#usecaseModal {
  --uc-accent: #103A5C;
  --uc-accent-2: #2A7FE8;
  --uc-panel: #FFFFFF;
  --uc-border: #DDE8F6;
  --uc-text: #0E1B2B;
  --uc-muted: #5E7086;
  --uc-radius: 14px;
  --uc-shadow: 0 10px 28px rgba(0, 12, 28, 0.12);
  --uc-header-h: 68px;
  --uc-margin: 10px;
}

#usecaseModal .modal-dialog {
  width: calc(100% - 20px);
  max-width: none;
  height: calc(100vh - 20px);
  margin: var(--uc-margin) auto;
  display: flex;
}

.modal-backdrop {
  opacity: 1 !important;
}

.modal-backdrop.show {
  background:
radial-gradient(1200px 600px at 0% 0%, rgba(16, 58, 92, 0.25), transparent 60%),
rgba(10, 16, 28, 0.78);
  backdrop-filter: blur(10px) saturate(1.05);
}

#usecaseModal .modal-content {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  border: 1px solid var(--uc-border);
  border-radius: calc(var(--uc-radius) + 2px);
  box-shadow: var(--uc-shadow);
  animation: ucFloatIn 0.25s ease-out;
}

#usecaseModal .modal-header {
  border: 0;
  padding: 18px 22px;
  position: sticky;
  top: 0;
  z-index: 3;
  min-height: var(--uc-header-h);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
  backdrop-filter: saturate(1.1) blur(6px);
}

#usecaseModal .modal-title {
  font-weight: 700;
  letter-spacing: 0.2px;
  color: var(--uc-text);
}

#usecaseModal .btn-close {
  filter: grayscale(1);
  opacity: 0.7;
}

#usecaseModal .btn-close:hover {
  opacity: 1;
}

#usecaseModal .modal-body {
  padding: 16px 0px 20px;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}

#usecaseModal .d-flex.gap-2 > *,
#usecaseModal .d-flex.gap-2 > *:focus {
  outline: none;
}

#usecaseModal .form-control,
#usecaseModal .form-select {
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--uc-border);
  background: linear-gradient(180deg, #fff, #f9fbff);
  box-shadow: inset 0 0 0 0.5px rgba(16, 58, 92, 0.06);
  color: var(--uc-text);
}

  #usecaseModal .form-control:focus,
#usecaseModal .form-select:focus {
  border-color: var(--uc-accent-2);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(42, 127, 232, 0.14);
}

#usecaseModal .list-group {
  overflow: auto;
  border-radius: var(--uc-radius);
  border: 1px solid var(--uc-border);
  background: var(--uc-panel);
}

#usecaseModal .list-group::-webkit-scrollbar {
  width: 10px;
}

#usecaseModal .list-group::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--uc-accent), var(--uc-accent-2));
  border-radius: 10px;
}

#usecaseModal .list-group-item {
  border: 0;
  border-bottom: 1px solid rgba(16, 58, 92, 0.08);
  padding: 14px 16px;
  transition: background 0.18s ease, transform 0.05s ease;
  background: transparent;
  cursor: default;
}

#usecaseModal .list-group-item:last-child {
  border-bottom: 0;
}

#usecaseModal .list-group-item:hover {
  background: rgba(16, 58, 92, 0.05);
  transform: translateY(-1px);
}

#usecaseModal .list-group-item.active {
  background: linear-gradient(90deg, rgba(42, 127, 232, 0.1), transparent);
}

#usecaseModal .list-group-item .fw-bold {
  font-weight: 700;
  color: var(--uc-text);
}

#usecaseModal .list-group-item .small {
  color: var(--uc-muted);
}

#usecaseModal .list-group-item:focus-visible {
  outline: 2px solid rgba(42, 127, 232, 0.35);
  outline-offset: -2px;
}

#usecaseModal .list-group-item.initial {
  background: linear-gradient(90deg, rgba(42, 127, 232, 0.06), transparent);
  border-bottom-color: rgba(16, 58, 92, 0.1);
}

#usecaseModal .list-group-item.initial .fw-bold {
  font-weight: 800;
}

#usecaseModal .badge {
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0.45em 0.7em;
  color: #ffffff;
}

#usecaseModal .btn {
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 700;
}

#usecaseModal .btn-primary {
  background: linear-gradient(90deg, #103A5C, #2A7FE8);
  border: 0;
  box-shadow: 0 6px 16px rgba(16, 58, 92, 0.2);
}

#usecaseModal .btn-primary:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

#usecaseModal .btn-outline-secondary {
  border: 1px solid var(--uc-accent-2);
  color: var(--uc-accent-2);
  background: #fff;
}

#usecaseModal .btn-outline-secondary:hover {
  background: rgba(42, 127, 232, 0.08);
}

#usecaseModal .modal-footer {
  position: sticky;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96));
  backdrop-filter: saturate(1.1) blur(6px);
  border-top: 1px solid var(--uc-border);
  padding: 16px 22px;
}

@keyframes ucFloatIn {
from {
  opacity: 0;
  transform: translateY(8px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}

#usecaseModal ::selection {
  background: rgba(42, 127, 232, 0.2);
}

@media (max-width: 991.98px) {
#usecaseModal .list-group {
  max-height: auto;
}
#usecaseModal .modal-dialog {
  width: calc(100% - 20px);
  height: calc(100vh - 20px);
  margin: 10px auto;
}
}

@media (prefers-reduced-motion: reduce) {
#usecaseModal .modal-content,
#usecaseModal .list-group-item {
  transition: none;
  animation: none;
}
}

.uc-panel {
  background: linear-gradient(180deg, #ffffff, #f6f9ff);
  border: 1px solid #DDE8F6;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(14, 27, 43, 0.08);
}

@media (max-width: 767.98px) {
.blog-section-two {
  margin-top: 0px !important;
}
}

@media (max-width: 768px) {
.usecase-link {
  margin-top: 25px !important;
  margin-left: 5px !important;
}
}

.services-skin {
  --services-bg-start: #f6f8fa;
  --services-bg-end: #eef3f7;
  --services-ink: #1c2a39;
  --services-ink-muted: #67727e;
  --services-border: rgba(0, 0, 0, .06);
  --services-border-strong: rgba(0, 0, 0, .10);
  --services-shadow: 0 6px 18px rgba(0, 0, 0, .06);
  --services-shadow-hover: 0 10px 28px rgba(0, 0, 0, .08);
  --services-radius: 16px;
  --services-tile-badge: #eef5e4;
}

.services-skin{
  --services-bg-start:#f7fbff;
  --services-bg-end:#e9f2ff;
}

.services-skin .bg-wrapper-lightblue{
  position:relative;
  overflow:hidden;
  border-radius:inherit;
  background:linear-gradient(148deg, var(--services-bg-start) 0%, var(--services-bg-end) 100%);
}

.services-skin .bg-wrapper-lightblue::before{
  content:"";
  position:absolute;
  inset:-90px;
  background:linear-gradient(148deg, var(--services-bg-start) 0%, var(--services-bg-end) 100%);
  pointer-events:none;
  z-index:0;
}

.services-skin .bg-wrapper-lightblue > *{
  position:relative;
  z-index:1;
}

.services-skin h3,
.services-skin h4 {
  letter-spacing: .2px;
  color: var(--services-ink);
}

.services-skin h3 {
  font-weight: 700;
}

.services-skin .text-lg {
  line-height: 1.4;
  color: var(--services-ink);
}

.services-skin .text-muted {
  color: var(--services-ink-muted) !important;
}

.services-skin .card-style-twenty {
  border: 1px solid var(--services-border);
  border-radius: calc(var(--services-radius) + 2px);
  box-shadow: var(--services-shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  background: #fff;
  backdrop-filter: saturate(120%);
}

.services-skin .card-style-twenty:hover {
  box-shadow: var(--services-shadow-hover);
  border-color: var(--services-border-strong);
}

.services-skin .form-label {
  font-weight: 700;
  margin-bottom: .35rem;
  color: var(--services-ink);
}

.services-skin .form-control,
.services-skin .form-select {
  border: 1px solid #d9dee3;
  border-radius: 12px;
  padding: 4px 12px;
  height: 48px;
  transition: border-color .15s ease, box-shadow .15s ease;
  color: var(--services-ink);
}

.services-skin .form-text {
  margin-top: .25rem;
  color: var(--services-ink-muted);
}

  .services-skin .form-control:focus,
.services-skin .form-select:focus {
  border-color: var(--services-accent-strong);
  box-shadow: 0 0 0 .2rem rgba(156, 207, 58, .25);
}

.services-skin .form-check-input {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: .35rem;
  border: 1px solid #adb5bd;
}

.services-skin .form-check-input:checked {
  background-color: var(--services-accent);
  border-color: var(--services-accent);
}

.services-skin .btn {
  border-radius: 12px;
  font-weight: 400;
  padding: .3rem 0.8rem;
  transition: transform .1s ease, box-shadow .15s ease, background-color .15s ease, border-color .15s ease;
}

.services-skin .btn:active {
  transform: translateY(1px);
}

.services-skin .btn-outline-primary {
  --bs-btn-color: var(--services-ink);
  --bs-btn-border-color: #1c1c1c;
  --bs-btn-hover-bg: var(--services-ink);
  --bs-btn-hover-border-color: var(--services-ink);
  --bs-btn-hover-color: #fff;
  border-width: 2px;
}

.services-skin .btn-six,
.services-skin .btn-twenty-center {
  background: var(--services-ink);
  color: #fff;
  border: 0;
}

  .services-skin .btn-six:hover,
.services-skin .btn-twenty-center:hover {
  box-shadow: 0 6px 16px rgba(28, 42, 57, .25);
}

.custom-progress{display:none}
.custom-progress.is-visible{display:block}

.services-skin .custom-progress {
  height: 44px;
  background: #f1f3f5;
  border-radius: 14px;
  overflow: hidden;
}

.services-skin .custom-progress .progress-bar {
  background: linear-gradient(90deg, var(--services-accent) 0%, #79b8ff 100%);
  color: #0e0f10;
  font-weight: 800;
  letter-spacing: .2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
  transition: width .25s ease;
}

.services-skin #priceSummary,
.services-skin #priceInfo {
  background: #ffffff;
}

.services-skin #priceSummary .fs-4 {
  font-weight: 800;
}

.services-skin #priceSummary .fs-5 {
  font-weight: 700;
}

.services-skin #priceSummary hr {
  opacity: .12;
}

.services-skin #serviceTile .tile {
  border: 1px solid var(--services-border);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.services-skin #serviceTile .tile:hover {
  transform: translateY(-2px);
  box-shadow: var(--services-shadow-hover);
  border-color: var(--services-border-strong);
}

.services-skin #serviceTile .tile .badge {
  display: inline-block;
  padding: .25rem .5rem;
  border-radius: 999px;
  font-size: .85rem;
  background: var(--services-tile-badge);
  color: #273321;
  font-weight: 700;
}

.services-skin #serviceTile .tile h5 {
  margin: 6px 0 4px 0;
  font-weight: 800;
  color: var(--services-ink);
}

.services-skin #serviceTile .tile p {
  margin: 0;
  color: var(--services-ink-muted);
}

.services-skin #tileDots {
  text-align: center;
}

.services-skin #tileDots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  border: 0;
  background: #cfd6dc;
  transition: transform .1s ease, background .15s ease;
}

.services-skin #tileDots button:hover {
  transform: scale(1.15);
}

.services-skin #tileDots button.active {
  background: var(--services-ink);
}

.services-skin #tilePagination {
  font-variant-numeric: tabular-nums;
  color: var(--services-ink-muted);
}

.services-skin .section-subheading p {
  color: var(--services-ink);
  opacity: .75;
  letter-spacing: .3px;
}

.services-skin :focus-visible {
  outline: 2px solid var(--services-accent-strong);
  outline-offset: 2px;
  border-radius: 10px;
}

@media (min-width: 992px) {
.services-skin .mt-20 {
  margin-top: 1.25rem !important;
}
.services-skin .mb-5 {
  margin-bottom: 1rem !important;
}
}

@media (max-width: 991.98px) {
.services-skin .card-style-twenty {
  margin-bottom: 1rem;
}
}

@media (max-width: 768px) {
.services-icons {
  flex-direction: column;
  gap: 0.75rem;
}
.services-icons > .d-flex {
  width: 100%;
}
}

.plan-links {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 992px) {
.plan-links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
}

.plan-link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  text-decoration: none;
}

.plan-bars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: .25rem;
  line-height: 1;
  margin-bottom: .5rem;
  width: 100%;
}

.plan-bars .bar {
  width: 14px;
  height: 8px;
  border-radius: 3px;
  background: var(--plan-accent);
  opacity: .25;
  display: inline-block;
}

  .plan-bars.count-1 .bar:nth-child(-n+1),
  .plan-bars.count-2 .bar:nth-child(-n+2),
  .plan-bars.count-3 .bar:nth-child(-n+3),
.plan-bars.count-4 .bar:nth-child(-n+4) {
  opacity: 1;
}

.plan-leaves {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: .2rem;
  line-height: 1;
  margin-bottom: .5rem;
  width: 100%;
}

.plan-leaves .fa-leaf {
  font-size: 1rem;
  color: #198754;
  opacity: .25;
}

  .plan-leaves.count-1 .fa-leaf:nth-child(-n+1),
  .plan-leaves.count-2 .fa-leaf:nth-child(-n+2),
  .plan-leaves.count-3 .fa-leaf:nth-child(-n+3),
.plan-leaves.count-4 .fa-leaf:nth-child(-n+4) {
  opacity: 1;
}

.plan-label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: .4rem;
  width: 100%;
  text-align: left;
  margin-top: .25rem;
}

.plan-label-text {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .18em;
  text-decoration-thickness: .1em;
}

.plan-link:hover .plan-label-text {
  text-underline-offset: .3em;
}

.plan-info-svg {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  opacity: .9;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: none;
  color: inherit;
  transition: transform .2s ease, opacity .2s ease, color .2s ease;
}

  .plan-link:hover .plan-info-svg,
.plan-link:focus-visible .plan-info-svg {
  color: #198754;
  transform: translateX(1px);
  background: transparent;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

.plan-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #1c1c1c;
  color: var(--plan-accent);
  font-size: .9rem;
  transition: transform .2s ease, opacity .15s;
}

  .plan-link:hover .plan-cta,
.plan-link:focus .plan-cta {
  transform: translateX(2px);
}

.appointment-link {
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  --plan-accent: var(--ai-blue, #1f5fff);
}

.appointment-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.appointment-icon i {
  line-height: 1;
}

.appointment-icon::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px dashed var(--uc-muted);
  border-radius: 999px;
  opacity: .7;
  transition: transform .15s ease, opacity .15s;
}

.appointment-icon .fa-calendar-days {
  color: var(--plan-accent);
  font-size: 1.05rem;
}

.appointment-icon .fa-clock {
  position: absolute;
  right: -2px;
  bottom: -2px;
  font-size: .6rem;
  color: var(--plan-accent);
}

  .appointment-link:hover .appointment-icon::before,
.appointment-link:focus-visible .appointment-icon::before {
  transform: scale(1.05);
  opacity: .9;
}

  .appointment-link:hover .plan-cta,
.appointment-link:focus-visible .plan-cta {
  transform: translateX(2px);
}

a.uc-trigger {
  font-size: 16px !important;
}

@media (max-width: 767.98px) {
a.uc-trigger {
  display: inline-block;
  margin-top: -5px;
  margin-left: 15px;
}
}

.career-form {
  max-width: 980px;
  margin-top: 20px;
}

.career-form .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.career-form label {
  display: block;
  font-weight: 500;
  color: #232524;
  margin-bottom: 8px;
}

.career-form input[type="text"],
.career-form input[type="email"],
.career-form input[type="url"],
.career-form input[type="number"],
.career-form input[type="file"],
.career-form input[type="tel"],
.career-form textarea,
.career-form select {
  width: 100%;
  display: block;
  font: inherit;
  color: #232524;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  padding: 12px 14px;
}

.career-form input[type="file"] {
  padding: 8px 12px;
}

.career-form input[type="file"]::file-selector-button {
  font: inherit;
  border: none;
  border-radius: 10px;
  padding: 8px 14px;
  background: #232524;
  color: #fff;
  cursor: pointer;
}

.career-form input[type="file"]::file-selector-button:hover {
  background: #3c3d3e;
}

  .career-form input:focus,
  .career-form textarea:focus,
.career-form select:focus {
  border-color: #232524;
  box-shadow: 0 0 0 3px rgba(35, 37, 36, 0.08);
  outline: 0;
}

.career-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  accent-color: #232524;
}

.career-form .mt-10 label {
  margin: 0;
}

#careerSubmit {
  min-width: 200px;
}

#careerSubmit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

#careerNotice {
  margin-top: 12px;
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid transparent;
}

#careerNotice:empty {
  display: none;
}

#careerNotice.success {
  background: #EDF8EB;
  border-color: #BFE7D4;
  color: #044F3B;
}

#careerNotice.error {
  background: #FFECEC;
  border-color: #F5B5B5;
  color: #7A0B0B;
}

@media (max-width: 991px) {
.career-form .grid {
  grid-template-columns: 1fr;
  gap: 14px;
}
}

.career-form .field-invalid label {
  color: #D93025;
}

.career-form .field-invalid input[type="text"],
.career-form .field-invalid input[type="email"],
.career-form .field-invalid input[type="url"],
.career-form .field-invalid input[type="number"],
.career-form .field-invalid input[type="file"],
.career-form .field-invalid input[type="tel"],
.career-form .field-invalid textarea,
.career-form .field-invalid select,
.career-form input.invalid,
.career-form textarea.invalid,
.career-form select.invalid {
  border-color: #D93025 !important;
}

.career-form input[type="checkbox"].invalid {
  outline: 1px solid #D93025;
  outline-offset: 2px;
}

.career-form .field-invalid input[type="file"]::file-selector-button {
  outline: 1px solid #D93025;
  outline-offset: 2px;
}

.reseller-page .res-block {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: .75rem;
  padding: 1rem;
  background: #fff;
}
.reseller-page .res-title {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #6c757d;
}
.reseller-page .res-list li {
  padding-bottom: .625rem;
  margin-bottom: .625rem;
  border-color: rgba(0,0,0,.08) !important;
  line-height: 1.55;
}
.reseller-page .res-list li:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.reseller-page .res-bullets {
  padding-left: 1rem;
  margin: 0;
}
.reseller-page .res-bullets li {
  margin: .25rem 0;
  line-height: 1.5;
}

.res-list li {
  padding-bottom: .625rem;
  margin-bottom: .625rem;
  border-color: rgba(0,0,0,.08) !important;
  line-height: 1.55;
}
.res-list li:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero-heading-h1-white .mobile-inline {
  display: block;
}

@media (max-width: 768px) {
.hero-heading-h1-white .mobile-inline {
  display: inline;
}
}

@media (max-width: 767.98px) {
.hero-banner-seven {
  align-items: flex-start !important;
  margin-top: -120px;
}
}

#adminUserModal .modal-dialog {
  max-width: 96vw;
}

@media (min-width: 1800px) {
#adminUserModal .modal-dialog {
  max-width: 1720px;
}
}

#adminUserModal .modal-body {
  padding-left: 1rem;
  padding-right: 1rem;
}

#adminUserModal .row.g-3 {
  --bs-gutter-x: 1rem;
}

#adminUserModal .table {
  width: 100%;
}

.team-classic-swiss .team-groups {
  display: flex;
  flex-direction: column;
}

.team-classic-swiss .tg {
  padding: 14px 0;
}

.team-classic-swiss .tg + .tg {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.team-classic-swiss .tg-t {
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  color: var(--muted);
}

.team-classic-swiss .tg-l {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-classic-swiss .tg-l li {
  margin: 0 0 6px 0;
  line-height: 1.68;
  color: var(--ink);
}

.team-classic-swiss .tg-l li:last-child {
  margin: 0;
}

.prefooter-line {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  max-width:1200px;
  margin:60px auto 12px auto !important;
  font-size:.9rem;
  color:rgba(0,0,0,.60);
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:nowrap
}

@media (max-width:768px){
.prefooter-line {
  padding:0 16px;
  box-sizing:border-box;
}
}

  .prefooter-line::before,
.prefooter-line::after{
  content:"";
  flex:1;
  height:1px;
  background:linear-gradient(to bottom, rgba(0,0,0,.22), rgba(0,0,0,.08) 70%, rgba(0,0,0,0))
}
.prefooter-line::before{margin-right:.75em}
.prefooter-line::after{margin-left:.75em}
.prefooter-line .brand i{
  margin-right:.1em;
  font-size:.95rem;
  opacity:.9
}
@media (prefers-color-scheme: dark){
.prefooter-line{color:rgba(255,255,255,.70)}
  .prefooter-line::before,
.prefooter-line::after{
  background:linear-gradient(to bottom, rgba(255,255,255,.38), rgba(255,255,255,.14) 70%, rgba(255,255,255,0))
}
}

.flag {
  width: 18px;
  height: 13px;
  vertical-align: -2px;
  margin-right: .35rem;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.06) inset;
}

.x25p { font-family: inherit; color: inherit; }
.x25p * { box-sizing: border-box; }
.x25p p { margin-bottom: 1rem; }
.x25p .x25p-list { padding-left: 1.1rem; margin-bottom: 1rem; }
.x25p .x25p-list li { margin-bottom: .35rem; margin-left: 15px; }
.x25p .x25p-img { max-height: 420px; object-fit: cover; }
@media (max-width: 991.98px) {
.x25p .x25p-img { max-height: 300px; }
}

.social-linkedin {
  display: inline-flex;
  align-items: center;
}

.social-linkedin .social-img {
  display: block;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.social-linkedin .social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  border-radius: 12px;
  background: #0a66c2;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
  transition: transform 0.18s ease, box-shadow 0.18s ease, text-decoration-color 0.18s ease;
}

.social-linkedin .social-link:focus-visible {
  outline: none;
  text-decoration: underline;
}

.hashtag-cloud{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.45rem .6rem;
  margin-top:.6rem;
}

.hashtag-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:2.15rem;
  padding:0 .95rem;
  color:var(--pill-text);
  font-size:.9rem;
  font-weight:600;
  line-height:1.1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  box-shadow:0 6px 18px rgba(2,6,23,.06);
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease;
}

.hashtag-pill:hover{
  border-color:rgba(255,255,255,.18);
  box-shadow:0 10px 28px rgba(2,6,23,.08);
}

.hashtag-pill:focus-visible{
  outline:0;
  box-shadow:0 0 0 3px var(--pill-focus),0 8px 18px rgba(2,6,23,.08);
  border-color:rgba(255,255,255,.22);
}

.blog-card__thumb {
  background-color: #e9edf3;
  overflow: hidden;
  border-radius: 8px;
}

.blog-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px;
}

.ue50-box{
  background:linear-gradient(135deg, #071f46 0%, #2f248c 45%, #6a22b0 100%);
  border-radius:var(--radius-lg);
  padding:1.05rem;
  border:1px solid rgba(59,42,166,.18);
  box-shadow:0 10px 22px rgba(27,16,76,.12);
  color:#fff;
}
.ue50-box a{color:#fff;text-decoration:underline}
.ue50-box a:hover{color:#fff;filter:brightness(1.06)}

.ue50-label{
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--accent-green-text);
  margin-bottom: 0.35rem;
  color: white;
}

h1.h4{
  font-weight: 600;
  letter-spacing: -0.01em;
}

.form-label{
  font-size: 0.9rem;
}

.border-secondary-subtle{
  border-color: rgba(0,0,0,0.06) !important;
}

@media (max-width: 575.98px){
.ue50-box{
  padding: 0.85rem;
}
}

.headline-strong {
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding-bottom: 2px;
}

#comment-section .mc-msg{font-size:14px}
#comment-list .mc-comment{border:1px solid #e6e6e6;border-radius:12px;padding:16px;background:#fff}
#comment-list .mc-comment strong{font-weight:600}
#comment-list .mc-comment time{font-size:12px;opacity:.7}
#comment-list .mc-comment .mc-comment-text{margin-top:6px;line-height:1.6}
#comment-form-wrap{border:1px solid #e6e6e6;border-radius:12px;background:#fafafa}

.sequential-numbering {
  counter-reset: globalerListenZaehler;
}
.numbered-list {
  list-style: none;
  padding-left: 0;
}
.numbered-list li {
  counter-increment: globalerListenZaehler;
  position: relative;
}
.numbered-list li::before {
  content: counter(globalerListenZaehler) ".) ";
  font-size: 15px;
  margin-right: 5px;
  color: var(--medium-gray);
}

.table-clean{font-size:17px;border-collapse:separate;border-spacing:0}
.table-clean thead th{position:sticky;top:0;background-color:#f8f9fa;color:#212529;border-bottom:1px solid #dee2e6;z-index:1}
.table-clean th,.table-clean td{vertical-align:top;padding:12px 16px;transition:background-color .15s ease,color .15s ease}
.table-clean tbody td{border:0}
.table-clean tbody tr+tr td{border-top:1px solid rgba(0,0,0,.06)}
.table-clean th:first-child,.table-clean td:first-child{width:32%;color:#6c757d}
.table-clean tbody tr:hover td{background-color:rgba(0,0,0,.82);color:#fff}
.table-clean tbody tr:hover td a{color:#fff}

#comment-count:not(:empty)::after {
  content: " (User Kommentare abgegeben)";
  font-size: 15px;
}

#comment-count {
  font-size: 15px;
}

.mc-comment .comment-idx {
  --size: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--size);
  min-width: var(--size);
  padding: calc(var(--size) * .08) calc(var(--size) * .28);
  border-radius: 999px;
  background: rgba(0, 0, 0, .06);
  font-weight: 600;
  margin-right: .5em;
  box-sizing: border-box;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

#rolle, 
#rolle option {
  text-align: left;
}

.footer-logos-list img {
  height: 95px;
  width: auto;
  display: block;
}  

.hero-container {
  position: relative;
  width: 100vw;
  overflow: hidden;
}

.hero-slider {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 1920 / 800;
}

@media (max-width: 768px) {
.hero-slider { margin-top: 15px; }
}

.hero-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 800ms ease-in-out;
}

.hero-slider img:first-child {
  opacity: 1;
  z-index: 1;
}

.hero-slider img.active {
  opacity: 1;
  z-index: 2;
}
.hero-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 0;
}
.hero-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #888;
  display: inline-block;
  margin-top: 15px;
}
.hero-dots span.active {
  background: #000;
}

@media (max-width: 768px) {
.hero-dots span {
  width: 7px;
  height: 7px;
  margin-top: 12px;
}
}

#cart-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable both-edges}
#cart-table{min-width:760px}
#cart-table-wrapper::-webkit-scrollbar{height:10px}
#cart-table-wrapper::-webkit-scrollbar-track{background:rgba(0,0,0,.08)}
#cart-table-wrapper::-webkit-scrollbar-thumb{background:rgba(0,0,0,.45);border-radius:8px}
#cart-table-wrapper{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.45) rgba(0,0,0,.08)}
#cart-table-scrollbar{height:4px;background:rgba(0,0,0,.08);border-radius:4px;margin-top:6px}
#cart-table-scrollbar span{display:block;height:100%;width:0;background:rgba(0,0,0,.45);border-radius:4px;transform:translateX(0)}

.block-feature-thirteen .graph-panel .bars-scroll-wrap {
  --grid-y: 40px;
  --grid-x: 100px;
  --grid-h: rgba(255, 255, 255, .12);
  --grid-v: rgba(255, 255, 255, .08);
  --axis: rgba(255, 255, 255, .28);
  position: relative;
  overflow: visible;
  isolation: isolate;
}

.block-feature-thirteen .graph-panel .bars-scroll-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
repeating-linear-gradient(to top, var(--grid-h), var(--grid-h) 1px, transparent 1px var(--grid-y)),
repeating-linear-gradient(to right, var(--grid-v), var(--grid-v) 1px, transparent 1px var(--grid-x)),
linear-gradient(to right, var(--axis) 0, var(--axis) 2px, transparent 2px, transparent 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left bottom, left bottom, left bottom;
  backface-visibility: hidden;
}

.block-feature-thirteen .graph-panel .bars-scroll-wrap .bars-mobile-scroll {
  position: relative;
  z-index: 1;
}

.block-feature-thirteen .graph-panel .chart-box {
  position: relative;
  overflow: visible;
  contain: paint;
}

.block-feature-thirteen .graph-panel .chart-box .chart-inner {
  --h: 240px;
  --r: 12px;
  --bar-init: .90;
  --bar-dur: 2.0s;
  --bar-ease: cubic-bezier(.33, .9, .30, 1);
  position: relative;
  height: var(--h);
  margin: 0 auto;
  background: linear-gradient(180deg, #1b57b3 0%, #0f3d7a 100%);
  border-radius: var(--r) var(--r) 0 0;
  box-shadow:
inset 0 10px 18px rgba(255, 255, 255, .06),
inset 0 -10px 24px rgba(7, 20, 45, .40),
0 14px 28px rgba(6, 23, 60, .22);
  transform-origin: bottom center;
  transform: translate3d(0, 0, 0) scaleY(1);
  backface-visibility: hidden;
  transform-style: flat;
  will-change: transform, opacity;
}

.block-feature-thirteen .graph-panel .chart-box .chart-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, .05) 30%, rgba(0, 0, 0, .12) 100%);
  border-radius: inherit;
  pointer-events: none;
  opacity: .95;
}

.block-feature-thirteen .graph-panel .chart-box .chart-inner::after {
  content: none !important;
  display: none !important;
  animation: none !important;
  opacity: 0 !important;
  transform: none !important;
  background: none !important;
}

.block-feature-thirteen .graph-panel .chart-box .chart-inner.init {
  transform: translate3d(0, 0, 0) scaleY(var(--bar-init));
  opacity: .99;
}

.block-feature-thirteen .graph-panel .chart-box .chart-inner.in-view {
  animation: bar-rise var(--bar-dur) var(--bar-ease) both;
}

@keyframes bar-rise {
0%   { transform: translate3d(0,0,0) scaleY(var(--bar-init)); }
60%  { transform: translate3d(0,0,0) scaleY(.96); }
100% { transform: translate3d(0,0,0) scaleY(1); }
}

.block-feature-thirteen .graph-panel .chart-box:nth-child(1) .chart-inner { background: linear-gradient(135deg, #0b2a5b 0%, #332a95 55%, #6530ad 100%); }
.block-feature-thirteen .graph-panel .chart-box:nth-child(2) .chart-inner { background: linear-gradient(135deg, #0b2a5b 0%, #2e2888 55%, #5c30a6 100%); }
.block-feature-thirteen .graph-panel .chart-box:nth-child(3) .chart-inner { background: linear-gradient(135deg, #0b2a5b 0%, #2a2680 55%, #52309e 100%); }
.block-feature-thirteen .graph-panel .chart-box:nth-child(4) .chart-inner { background: linear-gradient(135deg, #0b2a5b 0%, #26237a 55%, #4b2f96 100%); }
.block-feature-thirteen .graph-panel .chart-box:nth-child(5) .chart-inner { background: linear-gradient(135deg, #0b2a5b 0%, #332a95 55%, #5c30a6 100%); }
.block-feature-thirteen .graph-panel .chart-box:nth-child(6) .chart-inner { background: linear-gradient(135deg, #0b2a5b 0%, #2e2888 55%, #6530ad 100%); }
.block-feature-thirteen .graph-panel .chart-box:nth-child(7) .chart-inner { background: linear-gradient(135deg, #0b2a5b 0%, #2a2680 55%, #5c30a6 100%); }
.block-feature-thirteen .graph-panel .chart-box:nth-child(8) .chart-inner { background: linear-gradient(135deg, #0b2a5b 0%, #332a95 55%, #52309e 100%); }
.block-feature-thirteen .graph-panel .chart-box:nth-child(9) .chart-inner { background: linear-gradient(135deg, #0b2a5b 0%, #2e2888 55%, #4b2f96 100%); }

@media (max-width: 768px) {
.block-feature-thirteen .graph-panel .bars-scroll-wrap {
  --grid-y: 36px;
  --grid-x: 72px;
  --grid-h: rgba(255, 255, 255, .144);
  --grid-v: rgba(255, 255, 255, .096);
  --axis: rgba(255, 255, 255, .336);
}

.block-feature-thirteen .graph-panel .chart-box .chart-inner {
  --r: 10px;
  --bar-init: .78;
  box-shadow:
inset 0 8px 14px rgba(255, 255, 255, .06),
inset 0 -8px 18px rgba(7, 20, 45, .35),
0 10px 22px rgba(6, 23, 60, .18);
}

.block-feature-thirteen .graph-panel .chart-box .chart-inner.in-view {
  animation: bar-rise-strong 2.1s var(--bar-ease) both;
}

@keyframes bar-rise-strong {
0%   { transform: translate3d(0,0,0) scaleY(var(--bar-init)); }
60%  { transform: translate3d(0,0,0) scaleY(.952); }
100% { transform: translate3d(0,0,0) scaleY(1); }
}
}

@media (prefers-reduced-motion: reduce) {
.block-feature-thirteen .graph-panel .chart-box .chart-inner.in-view { animation: bar-rise .7s ease-out both; }
}

.kachel-teaser .row > .col { display: flex; }

.kachel-btn {
  --bg1: #0b0c0e;
  --bg2: #0b0c0e;
  position: relative;
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, .08);
  background: linear-gradient(180deg, var(--bg1), var(--bg2));
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, filter .12s ease, background .12s ease;
  cursor: pointer;
  overflow: hidden;
  will-change: background-position;
}

.kachel-btn::after { content: none; }
.kachel-btn:active { transform: translateY(0); }
.kachel-btn:focus-visible { outline: 3px solid rgba(255, 255, 255, .35); outline-offset: 2px; }
.kachel-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(0, 0, 0, .28); border-color: rgba(255, 255, 255, .22); }

.kachel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  margin-right: 14px;
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .04), 0 6px 16px rgba(0, 0, 0, .4);
  flex-shrink: 0;
}

.kachel-icon i {
  font-size: 1.1rem;
  color: #fff;
  transform: rotate(90deg);
  transform-origin: center;
}

.kachel-label {
  flex: 1 1 auto;
  text-align: center;
}

.kachel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  margin-left: 14px;
  line-height: 1;
  flex-shrink: 0;
  background: rgba(255, 255, 255, .02);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .04);
}

.kachel-arrow i {
  font-size: .9rem;
  color: #fff;
  opacity: .9;
  transform: translateX(0) rotate(0deg);
  transition: transform .14s ease, opacity .14s ease;
}

  .kachel-btn:hover .kachel-arrow,
.kachel-btn:focus-visible .kachel-arrow {
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .06), 0 6px 16px rgba(0, 0, 0, .38);
}

  .kachel-btn:hover .kachel-arrow i,
.kachel-btn:focus-visible .kachel-arrow i {
  transform: translateX(-2px) rotate(0deg);
}

.kachel-btn[aria-expanded="true"] .kachel-arrow i {
  transform: translateX(0) rotate(90deg);
}

  .kachel-btn:hover .kachel-icon,
.kachel-btn:focus-visible .kachel-icon {
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .06), 0 8px 20px rgba(0, 0, 0, .46);
}

@media (max-width: 575.98px) {
.kachel-btn { min-height: 88px; font-size: 1.05rem; }
}

@media (prefers-reduced-motion: reduce) {
.kachel-btn,
.kachel-arrow i,
.kachel-icon,
.kachel-icon i { transition: none; }
}

.kachel-btn.is-featured { filter: saturate(1.06) brightness(1.04); box-shadow: 0 0 0 3px rgba(255, 255, 255, .18), 0 18px 44px rgba(0, 0, 0, .32); }

.kachel-btn[data-category="services"],
.kachel-btn[data-category="legal-eu"] {
  --bg1: #0b2a5b;
  --bg2: #3b2aa6;
  border-color: rgba(59,42,166,.34);
  box-shadow: 0 10px 24px rgba(27,16,76,.22);
}

.kachel-btn[data-category="kichatbot"],
.kachel-btn[data-category="bpmn"],
.kachel-btn[data-category="taskbot"],
.kachel-btn[data-category="visibility"],
.kachel-btn[data-category="legal-aiact"],
.kachel-btn[data-category="legal-ch"] {
  --bg1: #0b2a5b;
  --bg2: #3b2aa6;
  border-color: rgba(59,42,166,.30);
  box-shadow: 0 10px 24px rgba(27,16,76,.20);
}


.kachel-btn[data-category="legal-eu"] { filter: saturate(0.99) brightness(1.01); }
.kachel-btn[data-category="legal-aiact"] { filter: saturate(0.995) brightness(1.008); }
.kachel-btn[data-category="legal-ch"] { filter: saturate(0.985) brightness(1.012); }

.kachel-btn.is-active[data-category="legal-aiact"],
.kachel-btn[aria-expanded="true"][data-category="legal-aiact"],
.kachel-btn.is-active[data-category="legal-ch"],
.kachel-btn[aria-expanded="true"][data-category="legal-ch"] {
  border-color: rgba(10,41,95,.55);
}

.kachel-btn.is-active,
.kachel-btn[aria-expanded="true"] {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, .28);
}

.kachel-btn.is-active[data-category="services"],
.kachel-btn[aria-expanded="true"][data-category="services"],
.kachel-btn.is-active[data-category="legal-eu"],
.kachel-btn[aria-expanded="true"][data-category="legal-eu"] {
  border-color: #0a295f;
}

.kachel-btn.is-active[data-category="kichatbot"],
.kachel-btn.is-active[data-category="bpmn"],
.kachel-btn.is-active[data-category="taskbot"],
.kachel-btn.is-active[data-category="visibility"],
.kachel-btn.is-active[data-category="legal-aiact"],
.kachel-btn.is-active[data-category="legal-ch"],
.kachel-btn[aria-expanded="true"][data-category="kichatbot"],
.kachel-btn[aria-expanded="true"][data-category="bpmn"],
.kachel-btn[aria-expanded="true"][data-category="taskbot"],
.kachel-btn[aria-expanded="true"][data-category="visibility"],
.kachel-btn[aria-expanded="true"][data-category="legal-aiact"],
.kachel-btn[aria-expanded="true"][data-category="legal-ch"] {
  border-color: #15181d;
}

@media (min-width: 992px) {
.kachel-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
  border-color: rgba(255,255,255,.18);
}

.kachel-btn:hover .kachel-arrow i {
  transform: translateX(-2px) rotate(0deg);
}

.kachel-btn.is-active,
.kachel-btn[aria-expanded="true"] {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.22);
}

.kachel-btn.is-active[data-category="services"],
.kachel-btn[aria-expanded="true"][data-category="services"],
.kachel-btn.is-active[data-category="legal-eu"],
.kachel-btn[aria-expanded="true"][data-category="legal-eu"] {
  border-color: #0a295f;
}

.kachel-btn.is-active[data-category="kichatbot"],
.kachel-btn.is-active[data-category="bpmn"],
.kachel-btn.is-active[data-category="taskbot"],
.kachel-btn.is-active[data-category="visibility"],
.kachel-btn.is-active[data-category="legal-aiact"],
.kachel-btn.is-active[data-category="legal-ch"],
.kachel-btn[aria-expanded="true"][data-category="kichatbot"],
.kachel-btn[aria-expanded="true"][data-category="bpmn"],
.kachel-btn[aria-expanded="true"][data-category="taskbot"],
.kachel-btn[aria-expanded="true"][data-category="visibility"],
.kachel-btn[aria-expanded="true"][data-category="legal-aiact"],
.kachel-btn[aria-expanded="true"][data-category="legal-ch"] {
  border-color: #15181d;
}

.kachel-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(0,0,0,.20);
}
}

#servicesOverlay .modal-body { max-height: 70vh; overflow: auto; }
.overlay-content { display: block; }
.ov-wrap { display: block; }
.ov-wrap > * + * { margin-top: 1.25rem; }

.ov-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 992px) { .ov-grid { grid-template-columns: 1fr 1fr; } }

.ov-head { display: flex; align-items: center; gap: .5rem; }
.ov-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 8px; background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.12)); border: 1px solid rgba(255,255,255,.35); }
.ov-icon i { font-size: 12px; line-height: 1; color: #fff; }

.ov-typography h2, .ov-typography h3, .ov-typography h4 { margin: 0 0 .25rem 0; font-weight: 700; letter-spacing: .01em; }
.ov-typography h3 { font-size: 1.35rem; }
.ov-typography h4 { font-size: 1.15rem; }
.ov-typography p { margin: 0 0 .6rem 0; font-size: 1.05rem; line-height: 1.6; }
.ov-typography .text-lg { font-size: 1.05rem; line-height: 1.6; }
.ov-typography .custom-text { font-size: 1.05rem; line-height: 1.6; }
.ov-typography .title-small { font-size: .95rem; line-height: 1.5; }
.ov-typography .price-badge-dark { font-size: 1rem; }
.ov-typography .plan-links, .ov-typography .appointment-link { margin-top: .25rem; }

.overlay-card { height: auto; }
.filter-pill { border-radius: 999px; }

.kachel-mobile-icons { display: none; }

@media (max-width: 768px) {
  .kachel-teaser .kachel-swipe-row{
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 0px;
    padding-bottom: 10px;
  }

  .kachel-teaser .kachel-swipe-row > .col{
    flex: 0 0 78%;
    max-width: 78%;
    scroll-snap-align: start;
  }

  .kachel-teaser .kachel-btn.w-100{
    width: 100% !important;
  }

  .kachel-teaser p.small.text-muted{
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.25;
    color: rgba(0,0,0,.52) !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .kachel-swipe-hint{
    text-align: center;
    font-size: 12px;
    color: rgba(0,0,0,.48);
    margin-top: 6px;
    letter-spacing: .2px;
  }

  .kachel-teaser{
    position: relative;
  }

  .kachel-teaser::before,
  .kachel-teaser::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 34px;
    pointer-events: none;
    z-index: 3;
  }

  .kachel-teaser::before{
    left: 0;
    background: linear-gradient(to right, rgba(233,243,251,1), rgba(233,243,251,0));
  }

  .kachel-teaser::after{
    right: 0;
    background: linear-gradient(to left, rgba(233,243,251,1), rgba(233,243,251,0));
  }

  .kachel-teaser .kachel-swipe-row{
    scrollbar-width: thin;
  }

  .kachel-teaser .kachel-swipe-row::-webkit-scrollbar{
    height: 6px;
  }

  .kachel-teaser .kachel-swipe-row::-webkit-scrollbar-track{
    background: rgba(0,0,0,.06);
    border-radius: 999px;
  }

  .kachel-teaser .kachel-swipe-row::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,.22);
    border-radius: 999px;
  }
}

.pulse-highlight { animation: pulseBorder .6s ease-in-out 2; }
@keyframes pulseBorder { 0%{box-shadow:0 0 0 0 rgba(25,135,84,.0)} 50%{box-shadow:0 0 0 6px rgba(25,135,84,.25)} 100%{box-shadow:0 0 0 0 rgba(25,135,84,.0)} }

.inline-panel[hidden] { height: 0; opacity: 0; overflow: hidden; }
.inline-panel { transition: height .25s ease, opacity .25s ease; }
.inline-panel.open { height: auto; opacity: 1; }

@media (max-width: 768px) {
.hero-slider { position: relative; max-width: 1920px; width: 100%; margin: 15px auto 0; overflow: hidden; }
}

@media (min-width: 769px) {
.kachel-btn {
  background-image:
linear-gradient(180deg, var(--bg1), var(--bg2)),
radial-gradient(160% 120% at -20% 120%, rgba(255,255,255,.24) 0%, rgba(255,255,255,0) 62%),
radial-gradient(160% 120% at 120% -20%, rgba(0,0,0,.28) 0%, rgba(0,0,0,0) 62%),
repeating-linear-gradient(-50deg, rgba(255,255,255,.16) 0 12px, rgba(255,255,255,0) 12px 28px);
  background-size: auto, 360% 360%, 360% 360%, 420% 420%;
  background-position: center, -40% 130%, 130% -40%, 0% 0%;
  background-blend-mode: normal, soft-light, multiply, overlay;
  animation: kWave 9s ease-in-out infinite;
  height: 54px;
  height: 58px;
}
}

@media (prefers-reduced-motion: reduce) {
.kachel-btn { animation: none !important; }
}

@keyframes kWave {
0%   { background-position: center, -40% 130%, 130% -40%, 0% 0%; }
25%  { background-position: center,   0% 120%, 100% -20%, 8% 6%; }
50%  { background-position: center,  45% 108%,  55% -8%, 16% 12%; }
75%  { background-position: center,   0% 118%, 100% -18%, 8% 6%; }
100% { background-position: center, -40% 130%, 130% -40%, 0% 0%; }
}

.kachel-teaser .row > .col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.kachel-teaser .kachel-btn {
  width: 100%;
}

.kachel-text-services,
.kachel-text-ki,
.kachel-text-visibility {
  font-size: 14px;
  line-height: 1.5;
  margin-top: .5rem;
  margin-bottom: 0;
  text-align: center;
}

.card { overflow: hidden }
.card-img-top {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (min-width: 768px) {
.card-img-top { height: 100% }
}
@media (min-width: 992px) {
.card-img-top { height: 100% }
}
.object-fit-cover { object-fit: cover }

.view{display:none}
.view.active{display:block}
.chart-slot{position:relative;min-height:260px}
.chart-slot.ratio-169{aspect-ratio:16/9;min-height:auto}
.chart-slot canvas{position:absolute;inset:0;width:100%!important;height:100%!important;display:block}
.chart-skeleton{position:absolute;inset:0;background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;animation:sk 1.2s infinite}
.chart-slot.ready .chart-skeleton{display:none}
@keyframes sk{0%{background-position:100% 0}100%{background-position:0 0}}

.format-hint{
  font-size: 13px;
  font-weight: 400;
  color: #6c757d;
}

@media (min-width: 992px) {
#profLayout.menu-collapsed aside { display: none !important; }
#profLayout.menu-collapsed main  { flex: 0 0 100%; max-width: 100%; }
}

.prof-menu-expand-btn {
  position: fixed;
  left: 12px;
  top: 90px;
  z-index: auto;
  opacity: 0.9;
  border-radius: 999px;
  padding: 6px 10px;
  backdrop-filter: blur(4px);
}
@media (max-width: 991.98px) {
.prof-menu-expand-btn { display: none !important; }
}

#profSidebarToggle *{ pointer-events:auto; }
#profSidebarFloatingToggle *{ pointer-events:auto; }

#profSidebarToggle svg,
#profSidebarToggle .icon,
#profSidebarFloatingToggle svg,
#profSidebarFloatingToggle .icon{ pointer-events:none; }

#profSidebarToggle,
#profSidebarFloatingToggle{
  pointer-events:auto;
  position:relative;
  z-index:2001;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:32px;
  min-height:32px;
  -webkit-tap-highlight-color:transparent;
}

#overlayMessage{ pointer-events:none; }
.modal-backdrop{ pointer-events:none!important; }

.link-underline-white {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.link-underline-white::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 2px;
  background: #fff;
  opacity: .95;
  transition: height .2s ease, box-shadow .2s ease, opacity .2s ease, bottom .2s ease;
}
  .link-underline-white:hover::after,
.link-underline-white:focus-visible::after {
  height: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
  opacity: 1;
} 

#profileDataForm .action-row{display:flex;gap:.5rem;align-items:flex-start;flex-wrap:wrap}
#saveBtn{vertical-align:top}
#profileDataMsg{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:.375rem;line-height:1.5;box-sizing:border-box;height:var(--btn-h,auto);transition:opacity .15s ease}
#profileDataMsg.d-none{display:inline-flex!important;opacity:0;visibility:hidden}
#profileDataMsg:not(.d-none){opacity:1;visibility:visible}

#adminUsersTable td { cursor: text }
#admin-users-view { pointer-events: auto }  

.prof-menu-toggle { transition: transform .15s ease; }
.prof-menu-link[aria-expanded="true"] .prof-menu-toggle { transform: rotate(90deg); }

.chart-item{position:relative}
.chart-handle{position:absolute;left:10px;top:10px;width:22px;height:22px;border-radius:6px;background:#f5f5f5;display:inline-flex;align-items:center;justify-content:center;cursor:grab;font-size:14px;user-select:none}
.chart-item.dragging{opacity:.6;outline:2px dashed #999}
.charts.list .chart-item{display:block;border:1px solid #e0e0e0;border-radius:10px;margin:8px 0;padding:10px 10px 10px 40px}
.charts.tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}
.charts.tiles .chart-item{border:1px solid #e0e0e0;border-radius:12px;padding:10px 10px 10px 40px}
.drag-hint{display:inline-block;margin-left:12px;font-size:13px;background:#fff3cd;color:#7a5d00;padding:4px 8px;border-radius:8px;border:1px solid #ffe69c}

#abonnements-view .table td,
#abonnements-view .table th{vertical-align:middle}
#abonnements-view .table thead th:nth-child(1){min-width:120px}
#abonnements-view .table thead th:nth-child(2){min-width:84px}
#abonnements-view .table thead th:nth-child(3){min-width:112px}
#abonnements-view .table thead th:nth-child(4){min-width:168px}
#abonnements-view .table thead th:nth-child(5){min-width:108px}
  #abonnements-view .table thead th:nth-child(6),
  #abonnements-view .table thead th:nth-child(7),
#abonnements-view .table thead th:nth-child(8){min-width:130px}
#abonnements-view .table thead th:nth-child(9){min-width:112px}
#abonnements-view .table thead th:nth-child(10){min-width:160px}
#abonnements-view .table td.text-nowrap,
#abonnements-view .table th.text-nowrap{white-space:nowrap}
#abonnements-view .nav-tabs .nav-link{white-space:nowrap}
@media (max-width:768px){
#abonnements-view .table-responsive{overflow-x:auto}
#abonnements-view .table thead th:nth-child(4){min-width:220px}
#abonnements-view .table thead th:nth-child(10){min-width:200px}
}

.abo-table th,
.abo-table td { vertical-align: middle }

  .abo-table th:nth-child(1),
.abo-table td:nth-child(1) { min-width: 120px }
  .abo-table th:nth-child(2),
.abo-table td:nth-child(2) { min-width: 92px }
  .abo-table th:nth-child(3),
.abo-table td:nth-child(3) { min-width: 120px }
  .abo-table th:nth-child(4),
.abo-table td:nth-child(4) { min-width: 180px }
  .abo-table th:nth-child(5),
.abo-table td:nth-child(5) { min-width: 120px }
  .abo-table th:nth-child(6),
.abo-table td:nth-child(6) { min-width: 120px; text-align: right; white-space: nowrap }
  .abo-table th:nth-child(7),
.abo-table td:nth-child(7) { min-width: 160px; text-align: right; white-space: nowrap }
  .abo-table th:nth-child(8),
.abo-table td:nth-child(8) { min-width: 120px; text-align: right; white-space: nowrap }
  .abo-table th:nth-child(9),
.abo-table td:nth-child(9) { min-width: 110px; white-space: nowrap }
  .abo-table th:nth-child(10),
.abo-table td:nth-child(10) { min-width: 150px; white-space: nowrap }

  #abo-tab-anbieter .abo-table th:nth-child(1),
#abo-tab-anbieter .abo-table td:nth-child(1) { min-width: 80px; text-align: right }
  #abo-tab-anbieter .abo-table th:nth-child(2),
#abo-tab-anbieter .abo-table td:nth-child(2) { min-width: 160px }
  #abo-tab-anbieter .abo-table th:nth-child(3),
#abo-tab-anbieter .abo-table td:nth-child(3) { min-width: 120px }
  #abo-tab-anbieter .abo-table th:nth-child(4),
#abo-tab-anbieter .abo-table td:nth-child(4) { min-width: 100px }
  #abo-tab-anbieter .abo-table th:nth-child(5),
#abo-tab-anbieter .abo-table td:nth-child(5) { min-width: 140px }
  #abo-tab-anbieter .abo-table th:nth-child(6),
#abo-tab-anbieter .abo-table td:nth-child(6) { min-width: 140px; white-space: nowrap }
  #abo-tab-anbieter .abo-table th:nth-child(7),
#abo-tab-anbieter .abo-table td:nth-child(7) { min-width: 150px; white-space: nowrap }

  #abo-tab-historie .abo-table th:nth-child(1),
#abo-tab-historie .abo-table td:nth-child(1) { min-width: 160px; white-space: nowrap }
  #abo-tab-historie .abo-table th:nth-child(2),
#abo-tab-historie .abo-table td:nth-child(2) { min-width: 120px }
  #abo-tab-historie .abo-table th:nth-child(3),
#abo-tab-historie .abo-table td:nth-child(3) { min-width: 110px }
  #abo-tab-historie .abo-table th:nth-child(4),
  #abo-tab-historie .abo-table td:nth-child(4),
  #abo-tab-historie .abo-table th:nth-child(5),
#abo-tab-historie .abo-table td:nth-child(5) { min-width: 110px }
  #abo-tab-historie .abo-table th:nth-child(6),
#abo-tab-historie .abo-table td:nth-child(6) { min-width: 120px; text-align: right; white-space: nowrap }
  #abo-tab-historie .abo-table th:nth-child(7),
#abo-tab-historie .abo-table td:nth-child(7) { min-width: 140px }

.abo-table .btn-sm { min-width: 124px }
.abo-table .badge,
.abo-table .pill { white-space: nowrap }

@media (max-width: 768px) {
  .abo-table th:nth-child(4),
.abo-table td:nth-child(4) { min-width: 150px }
  .abo-table th:nth-child(7),
.abo-table td:nth-child(7) { min-width: 140px }
  .abo-table th:nth-child(10),
.abo-table td:nth-child(10) { min-width: 140px }
.abo-table .btn-sm { min-width: 112px; padding-left: .5rem; padding-right: .5rem }
}

#cbColorOptionsBtn .fa-droplet {
  color: #5555e6;
}

.cb-toolbar .cb-icon-outline {
  color: #333;
  opacity: 0.85;
}

.shadow-sm {
  background:
linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,255,255,.92)),
#fbfbff;
  box-shadow:
0 18px 40px rgba(15,40,82,.12),
0 6px 16px rgba(15,40,82,.10),
0 0 0 1px rgba(129,161,193,.35);
  border-radius: .75rem;
  border: 1px solid #e9ecef;
  position: relative;
  isolation: isolate;
  transition: box-shadow .2s ease, background .2s ease;
}

.shadow-sm:hover {
  background:
linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,.93)),
#fbfbff;
  box-shadow:
0 22px 50px rgba(15,40,82,.17),
0 8px 22px rgba(15,40,82,.13),
0 0 0 1px rgba(129,161,193,.42);
}

.shadow-sm-color-switch {
  background:
linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,255,255,.92)),
#fbfbff;
  box-shadow:
0 18px 40px rgba(15,40,82,.12),
0 6px 16px rgba(15,40,82,.10),
0 0 0 1px rgba(129,161,193,.35);
  border-radius: .75rem;
  border: 1px solid #e9ecef;
  position: relative;
  isolation: isolate;
  transition: box-shadow .2s ease, background .2s ease;
}

.shadow-sm-color-switch:hover {
  background:
linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,.93)),
#fbfbff;
  box-shadow:
0 22px 50px rgba(15,40,82,.17),
0 8px 22px rgba(15,40,82,.13),
0 0 0 1px rgba(129,161,193,.42);
}

.ki-icon-active {
  visibility: hidden;
}

.tool-table a {
  text-decoration: underline;
  color: blue;
}

.card-style-twenty input.form-check-input[type="radio"],
.card-style-twenty input.form-check-input[type="checkbox"] {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  width: 1.2rem;
  height: 1.2rem;
  accent-color: #0d6efd;
}

.hero-container {
  width: 100%;
  margin-left: 0;
}

.hero-slider {
  width: 100%;
  text-align: left;
}

.hero-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.product-row {
  margin-bottom: 3rem;
}

.product-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product-pikto {
  position: relative;
  border-radius: 1rem;
  padding: 2rem;
  min-height: 220px;
  color: #ffffff;
  font-weight: 700;
  overflow: hidden;
}

.product-pikto-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "MontserratTitle", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 4.4rem;
  letter-spacing: 0.04em;
  color: #f5f5f5;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
}

.product-pikto-prompts {
  position: absolute;
  right: 14px;
  bottom: 10px;
  margin: 0;
  font-size: 1.05rem;
}

.product-pikto-charts {
  position: absolute;
  left: 14px;
  top: 10px;
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.9;
}

.product-pikto-basic {
  background:
radial-gradient(circle at 20% 0, #ffffff33 0, transparent 40%),
linear-gradient(135deg, #d16219, #f28b1a);
}

.product-pikto-plus {
  background:
radial-gradient(circle at 20% 0, #ffffff33 0, transparent 40%),
linear-gradient(135deg, #0019d4, #00e5ff);
}

.product-pikto-pro {
  background:
radial-gradient(circle at 20% 0, #ffffff33 0, transparent 40%),
linear-gradient(135deg, #0010c0, #00d4ff);
}

.product-pikto-ultimate {
  background:
radial-gradient(circle at 20% 0, #ffffff33 0, transparent 40%),
linear-gradient(135deg, #0019d4, #7030a0);
}

.product-card {
  height: 100%;
}

@media (min-width: 992px) {
.product-layout {
  flex-direction: row;
  align-items: stretch;
}

.product-pikto-title {
  font-size: 5rem;
}

.product-pikto {
  flex: 0 0 40%;
}

.product-card-wrapper {
  flex: 1;
}
}

.team-img-fixed img {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.10);
}

.theme-main-menu .navbar-nav .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  margin: 0;
}

.theme-main-menu .navbar-nav {
  gap: 18px;
}

.nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 450;
  letter-spacing: 0.55px;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  top: 1.6px;
}

@media (min-width: 992px) {
.theme-main-menu .navbar-nav,
.theme-main-menu .navbar-nav > .nav-item,
.theme-main-menu .navbar-nav > .nav-item > .nav-link {
  overflow: visible;
}

.theme-main-menu .navbar-nav > .nav-item > .nav-link {
  position: relative;
  padding-right: 22px;
}

.theme-main-menu .navbar-nav > .nav-item > .nav-link .nav-badge {
  position: absolute;
  top: -7px;
  right: 6px;
  margin: 0;
  transform: translateY(0);
}
}

@media (max-width: 1399px) and (min-width: 992px) {
.theme-main-menu .navbar-nav {
  gap: 14px;
}

.theme-main-menu .navbar-nav .nav-link {
  padding: 10px 12px;
  gap: 10px;
}

.theme-main-menu .navbar-nav > .nav-item > .nav-link {
  padding-right: 20px;
}

.nav-badge {
  height: 17px;
  padding: 0 9px;
  font-size: 9.5px;
  letter-spacing: 0.5px;
  border-radius: 8px;
  top: 1.2px;
}

.theme-main-menu .navbar-nav > .nav-item > .nav-link .nav-badge {
  top: -7px;
  right: 6px;
}
}

@media (max-width: 1199px) and (min-width: 992px) {
.theme-main-menu .navbar-nav {
  gap: 10px;
}

.theme-main-menu .navbar-nav .nav-link {
  padding: 9px 10px;
  gap: 8px;
}

.theme-main-menu .navbar-nav > .nav-item > .nav-link {
  padding-right: 18px;
}

.nav-badge {
  height: 16px;
  padding: 0 8px;
  font-size: 9px;
  letter-spacing: 0.4px;
  border-radius: 8px;
  top: 1px;
}

.theme-main-menu .navbar-nav > .nav-item > .nav-link .nav-badge {
  top: -7px;
  right: 6px;
}
}

.theme-main-menu.black-vr .nav-badge-glass {
  color: rgba(255, 255, 255, 0.92);
  background:
radial-gradient(120% 120% at 30% 20%, rgba(141, 84, 255, 0.18), rgba(141, 84, 255, 0.00) 58%),
linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow:
0 1px 0 rgba(255, 255, 255, 0.16) inset,
0 10px 22px rgba(0, 0, 0, 0.26);
}

.theme-main-menu.black-vr .nav-badge-glass-gold {
  color: rgba(255, 255, 255, 0.92);
  background:
radial-gradient(120% 120% at 30% 20%, rgba(206, 166, 65, 0.22), rgba(206, 166, 65, 0.00) 60%),
linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  box-shadow:
0 1px 0 rgba(255, 255, 255, 0.14) inset,
0 10px 22px rgba(0, 0, 0, 0.26);
}

.theme-main-menu.fixed .nav-badge-glass {
  color: rgba(17, 18, 20, 0.86);
  background:
radial-gradient(120% 120% at 30% 20%, rgba(141, 84, 255, 0.16), rgba(141, 84, 255, 0.00) 60%),
linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.56));
  box-shadow:
0 1px 0 rgba(255, 255, 255, 0.36) inset,
0 12px 26px rgba(0, 0, 0, 0.10);
}

.theme-main-menu.fixed .nav-badge-glass-gold {
  color: rgba(58, 34, 0, 0.88);
  background:
radial-gradient(120% 120% at 30% 20%, rgba(206, 166, 65, 0.18), rgba(206, 166, 65, 0.00) 60%),
linear-gradient(180deg, rgba(255, 248, 226, 0.96), rgba(255, 248, 226, 0.60));
  box-shadow:
0 1px 0 rgba(255, 255, 255, 0.34) inset,
0 12px 26px rgba(0, 0, 0, 0.10);
}

@media (max-width: 991px) {
.theme-main-menu .navbar-nav .nav-link {
  padding: 10px 12px;
  margin: 0;
  gap: 10px;
}

.nav-badge {
  height: 17px;
  padding: 0 9px;
  font-size: 9.5px;
  letter-spacing: 0.5px;
  border-radius: 8px;
}
}

@media (min-width: 992px) {
.theme-main-menu .navbar-nav > .nav-item > .nav-link {
  border-radius: 6px;
  background-image: linear-gradient(90deg, rgba(141, 84, 255, 0), rgba(141, 84, 255, 0.95), rgba(99, 102, 241, 0.85), rgba(141, 84, 255, 0));
  background-repeat: no-repeat;
  background-position: 50% calc(100% - 2px);
  background-size: 0% 2px;
  transition: background-size 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.theme-main-menu .navbar-nav > .nav-item > .nav-link::before {
  content: "";
  position: absolute;
  inset: 6px 8px;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.theme-main-menu.black-vr .navbar-nav > .nav-item > .nav-link::before {
  background:
radial-gradient(120% 120% at 30% 20%, rgba(141, 84, 255, 0.16), rgba(141, 84, 255, 0.00) 62%),
linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.theme-main-menu.fixed .navbar-nav > .nav-item > .nav-link::before {
  background:
radial-gradient(120% 120% at 30% 20%, rgba(141, 84, 255, 0.10), rgba(141, 84, 255, 0.00) 64%),
linear-gradient(180deg, rgba(17, 18, 20, 0.05), rgba(17, 18, 20, 0.02));
}

  .theme-main-menu .navbar-nav > .nav-item > .nav-link:hover,
  .theme-main-menu .navbar-nav > .nav-item > .nav-link:focus-visible,
.theme-main-menu .navbar-nav > .nav-item.show > .nav-link,
.theme-main-menu .navbar-nav > .nav-item > .nav-link.show,
.theme-main-menu .navbar-nav > .nav-item > .nav-link.active,
.theme-main-menu .navbar-nav > .nav-item.active > .nav-link {
  background-size: 100% 2px;
  text-shadow: 0 0 18px rgba(141, 84, 255, 0.16);
  transform: translateY(-1px);
}

  .theme-main-menu .navbar-nav > .nav-item > .nav-link:hover::before,
  .theme-main-menu .navbar-nav > .nav-item > .nav-link:focus-visible::before,
  .theme-main-menu .navbar-nav > .nav-item.show > .nav-link::before,
  .theme-main-menu .navbar-nav > .nav-item > .nav-link.show::before,
  .theme-main-menu .navbar-nav > .nav-item > .nav-link.active::before,
.theme-main-menu .navbar-nav > .nav-item.active > .nav-link::before {
  opacity: 1;
}
}

@media (max-width: 991px) {
:root {
  --nav-panel-w: min(320px, calc(100vw - 60px));
}

.theme-main-menu {
  position: relative;
  z-index: 9999;
}

#navbarNav.collapse,
#navbarNav.collapsing {
  display: block;
}

#navbarNav.navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--nav-panel-w);
  height: 100dvh;
  height: 100vh;
  max-height: 100dvh;
  max-height: 100vh;
  overflow-y: auto;
  background: rgba(245, 247, 246, 0.94);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-right: 1px solid rgba(17, 18, 20, 0.10);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  transform: translateX(-105%);
  transition: transform 220ms ease;
  padding: 18px 18px 22px;
  z-index: 10000;
}

#navbarNav.collapsing {
  transform: translateX(-105%);
}

#navbarNav.show {
  transform: translateX(0);
}

.main-page-wrapper:has(#navbarNav.show)::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9998;
}

  html:has(#navbarNav.show),
body:has(#navbarNav.show) {
  overflow: hidden;
  touch-action: none;
}

body:has(#navbarNav.show) .chatbot-section {
  opacity: 0;
  pointer-events: none;
}

  body:has(#navbarNav.show) .theme-main-menu .right-widget,
body:has(#navbarNav.show) .theme-main-menu .logo-x25lab {
  opacity: 0;
  pointer-events: none;
}

body:has(#navbarNav.show) .navbar-toggler {
  position: fixed !important;
  top: 29px !important;
  left: calc(var(--nav-panel-w) - 10px - 40px) !important;
  right: auto !important;
  z-index: 10002 !important;
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  background: rgba(245, 247, 246, 0.98) !important;
  border: 1px solid rgba(17, 18, 20, 0.12) !important;
  display: grid !important;
  place-items: center !important;
}

body:has(#navbarNav.show) .navbar-toggler span {
  opacity: 0 !important;
}

  body:has(#navbarNav.show) .navbar-toggler::before,
body:has(#navbarNav.show) .navbar-toggler::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 7px !important;
  width: 14px !important;
  height: 2px !important;
  margin-top: -1px !important;
  background: #000 !important;
  border-radius: 2px !important;
  transform-origin: 50% 50% !important;
}

body:has(#navbarNav.show) .navbar-toggler::before {
  transform: rotate(45deg) !important;
}

body:has(#navbarNav.show) .navbar-toggler::after {
  transform: rotate(-45deg) !important;
}

#navbarNav .navbar-nav {
  align-items: stretch;
  gap: 0;
  padding: 6px 0 0;
}

#navbarNav .navbar-nav > li {
  border-bottom: 1px solid rgba(17, 18, 20, 0.08);
}

#navbarNav .navbar-nav > li:last-child {
  border-bottom: 0;
}

#navbarNav .nav-link {
  width: 100%;
  padding: 14px 8px;
  margin: 0;
  border-radius: 12px;
  color: rgba(17, 18, 20, 0.90);
}

#navbarNav .nav-link:active {
  background: rgba(17, 18, 20, 0.04);
}

#navbarNav .nav-link.d-flex.justify-content-between > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#navbarNav .nav-link svg {
  flex: 0 0 auto;
  margin-left: 16px;
}

#navbarNav .nav-badge {
  position: relative;
  top: 0.8px;
  height: 18px;
  padding: 0 10px;
  font-size: 10px;
  letter-spacing: 0.45px;
  margin-left: 0;
  border-radius: 9px;
}

#navbarNav .nav-badge-glass {
  color: rgba(255, 255, 255, 0.92);
  background:
radial-gradient(120% 120% at 30% 20%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.00) 62%),
linear-gradient(180deg, rgba(34, 10, 72, 0.96), rgba(18, 6, 44, 0.96));
  border: 1px solid rgba(18, 6, 44, 0.30);
  box-shadow:
0 1px 0 rgba(255, 255, 255, 0.12) inset,
0 10px 22px rgba(0, 0, 0, 0.10);
}

#navbarNav .nav-badge-glass-gold {
  color: rgba(58, 34, 0, 0.88);
  background:
radial-gradient(120% 120% at 30% 20%, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.00) 62%),
linear-gradient(180deg, rgba(255, 248, 226, 0.96), rgba(255, 248, 226, 0.60));
  border: 1px solid rgba(206, 166, 65, 0.32);
  box-shadow:
0 1px 0 rgba(255, 255, 255, 0.26) inset,
0 10px 22px rgba(0, 0, 0, 0.08);
}

#navbarNav .logo-x25lab-mobile {
  padding: 6px 0 14px;
}

#navbarNav .logo-x25lab-mobile img {
  height: 28px;
  width: auto;
}
}

.job-offer-page{
  padding-bottom: 40px;
}

.job-offer-wrap{
  width: 100%;
  margin: 0 auto;
}

.job-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  overflow: hidden;
  width: 100%;
}

@media (max-width: 768px){
.job-card{
  margin-top: 10px;
}
}

.job-card__top{
  padding: 26px 26px 18px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.job-title{
  overflow: hidden;
}

.job-title__kicker{
  font-size: 14px;
  color: rgba(0,0,0,0.55);
  margin-bottom: 6px;
}

.job-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.job-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, #0b2a5b 0, #3b2aa6 45%, #7a2bbf 100%);
  background-size: 140% 140%;
  background-position: 0 50%;
  color: #fff;
  border: 1px solid rgba(59, 42, 166, .35);
  box-shadow: 0 10px 24px rgba(27, 16, 76, .22);
}

.job-badge--dark{
  background: #232524;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: none;
}

.job-badge--light{
  background: rgba(0,0,0,0.06);
  color: #232524;
  border: 1px solid rgba(0,0,0,0.10);
  box-shadow: none;
}

.job-note{
  color: rgba(0,0,0,0.72);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.job-cta{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.job-btn--slim{
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
}

.job-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, color .12s ease, border-color .12s ease, filter .12s ease, background-position .35s ease;
}

.job-btn--primary{
  background: linear-gradient(135deg, #0b2a5b 0%, #3b2aa6 45%, #7a2bbf 100%);
  background-size: 140% 140%;
  background-position: 0% 50%;
  color: #fff;
  border-color: rgba(59, 42, 166, 0.35);
  box-shadow: 0 10px 24px rgba(27, 16, 76, 0.22);
}

.job-btn--primary:hover{
  transform: translateY(-1px);
  background-position: 100% 50%;
  filter: brightness(1.06);
  box-shadow: 0 14px 30px rgba(27, 16, 76, 0.32);
  color: #fff;
}

.job-btn--primary:active{
  transform: translateY(0);
  filter: brightness(0.98);
  box-shadow: 0 8px 18px rgba(27, 16, 76, 0.24);
}

.job-btn--secondary{
  background: #fff;
  color: #232524;
  border-color: rgba(59, 42, 166, 0.35);
  box-shadow: 0 10px 22px rgba(27, 16, 76, 0.08);
}

.job-btn--secondary:hover{
  transform: translateY(-1px);
  background: linear-gradient(135deg, #0b2a5b 0%, #3b2aa6 45%, #7a2bbf 100%);
  background-size: 140% 140%;
  background-position: 100% 50%;
  border-color: rgba(122, 43, 191, 0.55);
  filter: brightness(1.04);
  box-shadow: 0 12px 26px rgba(27, 16, 76, 0.18);
  color: #fff;
}

.job-btn--secondary:active{
  transform: translateY(0);
  filter: brightness(0.98);
  box-shadow: 0 8px 18px rgba(27, 16, 76, 0.14);
}

.job-btn:focus-visible{
  outline: 3px solid rgba(122, 43, 191, 0.30);
  outline-offset: 2px;
}

.job-btn--block{
  width: 100%;
}

.job-card__meta{
  padding: 16px 26px 6px;
}

.job-meta__item{
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  padding: 12px 12px;
  overflow: hidden;
}

.job-meta dt{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.55);
  margin-bottom: 4px;
}

.job-meta dd{
  margin: 0;
  font-size: 15px;
  color: #232524;
  line-height: 1.35;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.job-card__body{
  padding: 18px 26px 28px;
}

.job-grid{
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 18px;
  align-items: start;
}

.job-main,
.job-side{
  overflow: hidden;
}

.job-section{
  padding: 14px 0 2px;
  border-bottom: 1px dashed rgba(0,0,0,0.14);
  font-size: 17px;
}

.job-section:last-child{
  border-bottom: 0;
}

.job-section h2{
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 900;
  color: #232524;
}

.job-section h3{
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 800;
  color: #232524;
}

.job-section p{
  margin: 22px 0 12px;
  line-height: 1.7;
  color: rgba(0,0,0,0.80);
  overflow-wrap: anywhere;
  font-size: 17px;
}

.job-lead{
  font-weight: 400;
  color: rgba(0,0,0,0.80);
}

.job-list{
  margin: 0 0 12px;
  padding-left: 18px;
  font-size: 17px;
}

.job-list li{
  margin: 7px 0;
  line-height: 1.6;
  color: rgba(0,0,0,0.82);
  overflow-wrap: anywhere;
}

.job-panel{
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 16px 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  overflow: hidden;
}

.job-panel--note{
  margin-top: 14px;
  background: linear-gradient(135deg, #0b2a5b 0, #3b2aa6 45%, #7a2bbf 100%);
  background-size: 140% 140%;
  background-position: 0 50%;
  color: #fff;
  border: 1px solid rgba(59, 42, 166, .25);
}

.job-panel--note p,
.job-panel--note span,
.job-panel--note strong,
.job-panel--note em,
.job-panel--note li,
.job-panel--note a{
  background: linear-gradient(180deg, #ffffff 0%, #f5f7ff 55%, #e7ecff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.job-panel--note a{
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.job-panel__title{
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f7ff 55%, #e7ecff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.job-panel__line{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  overflow: hidden;
}

.job-panel__line:last-of-type{
  border-bottom: 0;
}

.job-panel__label{
  font-size: 13px;
  color: #232524;
  font-weight: 700;
}

.job-panel__value{
  font-size: 13px;
  color: #232524;
  font-weight: 700;
  text-align: right;
  overflow-wrap: anywhere;
}

.job-panel__value a{
  color: #232524;
  text-decoration: underline;
}

.job-panel__divider{
  height: 1px;
  background: rgba(0,0,0,0.08);
  margin: 12px 0;
}

.job-panel__hint{
  margin: 0 0 12px;
  line-height: 1.6;
  color: rgba(0,0,0,0.78);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.job-profile{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 6px;
  padding: 10px 10px;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  overflow: hidden;
}

.job-profile__img{
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.10);
  background: #fff;
}

.job-profile__img img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.job-profile__text{
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.job-profile__name{
  font-weight: 900;
  color: #232524;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.job-profile__role{
  margin-top: 2px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(0,0,0,0.60);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.job-map{
  margin-top: 12px;
}

.job-map__wrap{
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.12);
  background: #f6f7f8;
}

.job-map__canvas{
  height: 320px;
  width: 100%;
  background:
linear-gradient(135deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.02) 35%, rgba(0,0,0,0.00) 100%),
radial-gradient(900px 280px at 25% 30%, rgba(0,0,0,0.05), transparent 60%),
radial-gradient(700px 240px at 75% 70%, rgba(0,0,0,0.04), transparent 60%),
repeating-linear-gradient(45deg, rgba(0,0,0,0.02) 0 10px, rgba(0,0,0,0.00) 10px 22px);
}

.job-map__placeholder{
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: url("/images/media/map-placeholder-wil.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  transform: scale(1.06);
  opacity: 0.95;
}

.job-map__placeholder::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
radial-gradient(circle at 50% 50%, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.10) 36%, rgba(255,255,255,0.28) 64%, rgba(255,255,255,0.62) 100%),
radial-gradient(circle at 50% 50%, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.03) 60%, rgba(0,0,0,0.10) 100%);
}

.job-map__placeholder::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
radial-gradient(circle at 50% 50%, rgba(207,255,69,0.18) 0%, rgba(255,255,255,0.00) 55%),
radial-gradient(circle at 50% 50%, rgba(35,37,36,0.06) 0%, rgba(255,255,255,0.00) 60%);
  opacity: 0.9;
}

.job-map__veil{
  position: absolute;
  inset: 0;
  z-index: 10;
  background: transparent;
}

.job-map__veil-center{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.job-map__veil-bottom{
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  font-size: 12px;
  line-height: 1.35;
  opacity: 0.88;
  text-align: center;
}

.job-map__veil-bottom a{
  display: inline-block;
  margin-top: 4px;
  text-decoration: underline;
}

.job-map__activate{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 800;
  background: rgba(255,255,255,0.92);
  color: #232524;
  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
  backdrop-filter: blur(6px);
}

.job-map__activate:hover{
  transform: translate(-50%, -50%) translateY(-1px);
  box-shadow: 0 14px 26px rgba(0,0,0,0.14);
}

.job-map__wrap.job-map--active .job-map__veil{
  display: none;
}

.job-map__wrap.job-map--active .job-map__placeholder{
  display: none;
}

.job-map__wrap.job-map--active .job-map__activate{
  opacity: 0.88;
  pointer-events: none;
}

.job-map__meta{
  margin-top: 10px;
  font-size: 0.95rem;
  opacity: 0.92;
  overflow-wrap: anywhere;
}

.job-map__note{
  margin-top: 10px;
  padding: 12px 12px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  background: rgba(0,0,0,0.02);
  line-height: 1.6;
  color: rgba(0,0,0,0.78);
  font-size: 14px;
}

.job-panel--certs{
  margin-top: 14px;
}

.job-certs{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  white-space: normal;
}

.job-cert{
  display: inline-flex;
  text-decoration: none;
  flex: 0 0 auto;
  max-width: 100%;
}

.job-cert__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(0,0,0,0.03);
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: rgba(0,0,0,0.72);
  white-space: normal;
  line-height: 1.15;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.job-cert:hover .job-cert__badge{
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
  transform: translateY(-1px);
  border-color: rgba(0,0,0,0.18);
}

@media (max-width: 768px){
.job-certs.job-certs--collapsed .job-cert:nth-child(n+7){
  display: none;
}
}

.job-certs__toggle{
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: rgba(0,0,0,0.68);
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.job-certs__togglewrap{
  display: flex;
  justify-content: left;
  margin-left: 5px;
}

.job-certs__toggle:hover{
  color: rgba(0,0,0,0.86);
}

.job-certs__toggle:focus-visible{
  outline: 2px solid rgba(0,0,0,0.35);
  outline-offset: 3px;
  border-radius: 10px;
}

@media (max-width: 768px){
.job-certs__toggle{
  margin-top: 12px;
}
}

@media (max-width: 991px){
  #navbarNav ul[id$="Submenu"] > li > a.nav-link{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
    white-space:normal;
  }

  #navbarNav ul[id$="Submenu"] > li > a.nav-link > small{
    display:block;
    width:100%;
    white-space:normal;
    text-align:left;
    margin-top:0;
  }  
.job-card__top{
  flex-direction: column;
}
.job-cta{
  justify-content: flex-start;
}
.job-meta{
  grid-template-columns: repeat(2, 1fr);
}
.job-grid{
  grid-template-columns: 1fr;
}
.job-offer-wrap{
  max-width: 100%;
}
}

@media (max-width: 575px){
.job-card__top,
.job-card__meta,
.job-card__body{
  padding-left: 16px;
  padding-right: 16px;
}
.job-certs{
  gap: 8px;
}
.job-cert__badge{
  min-height: 32px;
  font-size: 0.76rem;
  padding-left: 10px;
  padding-right: 10px;
}
}

.job-block__title{
  margin: 0 0 8px;
  font-size: clamp(16px, 0.9vw + 13px, 19px);
  line-height: 1.3;
  font-weight: 800;
  color: #232524;
}

.theme-main-menu.white-vr .navbar-nav .nav-link {
  color: rgba(17, 18, 20, 0.86);
}

  .theme-main-menu.white-vr .navbar-nav .nav-link:hover,
.theme-main-menu.white-vr .navbar-nav .nav-link:focus-visible {
  color: rgba(17, 18, 20, 0.96);
}

.theme-main-menu.white-vr .nav-badge-glass {
  color: rgba(17, 18, 20, 0.86);
  background:
radial-gradient(120% 120% at 30% 20%, rgba(17, 18, 20, 0.06), rgba(17, 18, 20, 0.00) 60%),
linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.58));
  border: 1px solid rgba(17, 18, 20, 0.10);
  box-shadow:
0 1px 0 rgba(255, 255, 255, 0.42) inset,
0 12px 26px rgba(0, 0, 0, 0.10);
}

.theme-main-menu.white-vr .nav-badge-glass-gold {
  color: rgba(58, 34, 0, 0.88);
  background:
radial-gradient(120% 120% at 30% 20%, rgba(17, 18, 20, 0.05), rgba(17, 18, 20, 0.00) 60%),
linear-gradient(180deg, rgba(255, 248, 226, 0.96), rgba(255, 248, 226, 0.62));
  border: 1px solid rgba(17, 18, 20, 0.12);
  box-shadow:
0 1px 0 rgba(255, 255, 255, 0.34) inset,
0 12px 26px rgba(0, 0, 0, 0.10);
}

@media (min-width: 992px) {
.theme-main-menu.white-vr .navbar-nav > .nav-item > .nav-link {
  position: relative;
  color: rgba(17, 18, 20, 0.88);
  border-radius: 6px;
  background-image: linear-gradient(90deg, rgba(17, 18, 20, 0), rgba(17, 18, 20, 0.55), rgba(17, 18, 20, 0.55), rgba(17, 18, 20, 0));
  background-repeat: no-repeat;
  background-position: 50% calc(100% - 2px);
  background-size: 0% 2px;
  transition: background-size 180ms ease, text-shadow 180ms ease, transform 180ms ease, color 180ms ease;
}

.theme-main-menu.white-vr .navbar-nav > .nav-item > .nav-link::before {
  content: "";
  position: absolute;
  inset: 6px 8px;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  background:
radial-gradient(120% 120% at 30% 20%, rgba(17, 18, 20, 0.06), rgba(17, 18, 20, 0.00) 64%),
linear-gradient(180deg, rgba(17, 18, 20, 0.04), rgba(17, 18, 20, 0.01));
}

  .theme-main-menu.white-vr .navbar-nav > .nav-item > .nav-link:hover,
  .theme-main-menu.white-vr .navbar-nav > .nav-item > .nav-link:focus-visible,
.theme-main-menu.white-vr .navbar-nav > .nav-item.show > .nav-link,
.theme-main-menu.white-vr .navbar-nav > .nav-item > .nav-link.show,
.theme-main-menu.white-vr .navbar-nav > .nav-item > .nav-link.active,
.theme-main-menu.white-vr .navbar-nav > .nav-item.active > .nav-link {
  color: rgba(17, 18, 20, 0.98);
  background-size: 100% 2px;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.10);
  transform: translateY(-1px);
}

  .theme-main-menu.white-vr .navbar-nav > .nav-item > .nav-link:hover::before,
  .theme-main-menu.white-vr .navbar-nav > .nav-item > .nav-link:focus-visible::before,
  .theme-main-menu.white-vr .navbar-nav > .nav-item.show > .nav-link::before,
  .theme-main-menu.white-vr .navbar-nav > .nav-item > .nav-link.show::before,
  .theme-main-menu.white-vr .navbar-nav > .nav-item > .nav-link.active::before,
.theme-main-menu.white-vr .navbar-nav > .nav-item.active > .nav-link::before {
  opacity: 1;
}
}

@media (max-width: 991px) {
.theme-main-menu.white-vr #navbarNav .nav-link {
  color: rgba(17, 18, 20, 0.90);
}

.theme-main-menu.white-vr #navbarNav .nav-link:active {
  background: rgba(17, 18, 20, 0.04);
}

.theme-main-menu.white-vr #navbarNav .nav-badge-glass {
  color: rgba(17, 18, 20, 0.86);
  background:
radial-gradient(120% 120% at 30% 20%, rgba(17, 18, 20, 0.06), rgba(17, 18, 20, 0.00) 60%),
linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.58));
  border: 1px solid rgba(17, 18, 20, 0.10);
  box-shadow:
0 1px 0 rgba(255, 255, 255, 0.42) inset,
0 10px 22px rgba(0, 0, 0, 0.10);
}

.theme-main-menu.white-vr #navbarNav .nav-badge-glass-gold {
  color: rgba(58, 34, 0, 0.88);
  background:
radial-gradient(120% 120% at 30% 20%, rgba(17, 18, 20, 0.05), rgba(17, 18, 20, 0.00) 60%),
linear-gradient(180deg, rgba(255, 248, 226, 0.96), rgba(255, 248, 226, 0.62));
  border: 1px solid rgba(17, 18, 20, 0.12);
  box-shadow:
0 1px 0 rgba(255, 255, 255, 0.34) inset,
0 10px 22px rgba(0, 0, 0, 0.08);
}
}

@media (min-width: 992px) {
.theme-main-menu.white-vr .nav-item.dropdown:has(.dropdown-menu .dropdown-item.active) > .nav-link.dropdown-toggle {
  color: rgba(17, 18, 20, 0.98);
  background-size: 100% 2px;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.10);
  transform: translateY(-1px);
}

.theme-main-menu.white-vr .nav-item.dropdown:has(.dropdown-menu .dropdown-item.active) > .nav-link.dropdown-toggle::before {
  opacity: 1;
}
}

.webinar-detail-media img,
.webinar-detail-img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.webinar-state {
}

.webinar-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
}

.webinar-grid > .webinar-col {
  display: flex;
  flex: 0 0 calc(50% - 12px);
}

@media (max-width: 900px) {
  .webinar-grid {
    gap: 16px;
  }

  .webinar-grid > .webinar-col {
    flex: 0 0 100%;
  }
}

.webinar-card {
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.webinar-card:focus {
  outline: 2px solid rgba(13,110,253,0.35);
  outline-offset: 2px;
}

.webinar-card:hover {
}

.webinar-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.webinar-card-title {
}

.webinar-card-meta {
}

.webinar-card-text {
}

.webinar-card-btn {
}

.webinar-banner {
}

.webinar-breadcrumb {
  gap: 10px;
}

.webinar-breadcrumb-link {
  text-decoration: none;
}

.webinar-breadcrumb-sep {
  opacity: 0.7;
}

.webinar-title {
}

.webinar-detail {
}

.webinar-detail-media {
}

.webinar-detail-text {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.webinar-detail-meta {
  margin-bottom: .5rem;
}

.webinar-detail-meta .list-inline-item {
  margin-right: .75rem;
}

.webinar-detail-meta .list-inline-item:last-child {
  margin-right: 0;
}

.webinar-detail-hero {
}

.webinar-detail-title {
  font-size: 24px;
  line-height: 1.1em;
}

.webinar-detail-meta {
}

.webinar-detail-date {
}

.webinar-detail-duration {
}

.webinar-detail-location {
}

.webinar-detail-seats {
}

.webinar-booking-card {
}

.webinar-booking-btn {
  margin-top: 10px;
}

.webinar-msg {
}

.webinar-admin-image-preview-wrap{display:flex;align-items:flex-start;min-height:120px}
.webinar-admin-image-preview{max-width:360px;width:100%;height:auto;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:#fff}

.webinar-image-preview,
.webinar-image {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  background-color: #f8f9fa;
}

.webinar-detail-image {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  background-color: #f8f9fa;
}

.webinar-admin-image-preview-wrap{
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
}

.webinar-admin-image-preview-box{
  width:auto;
  max-width:100%;
  height:180px;
  padding:8px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  background:#f8f9fa;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.webinar-admin-image-preview{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  object-position:center;
  border-radius:10px;
  display:block;
}

#adminWebinarModal{--bs-modal-margin:.5rem}
#adminWebinarModal .modal-dialog{max-width:96vw}

#adminWebinarModal .modal-content{
  max-height:calc(100vh - (var(--bs-modal-margin) * 2));
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

#adminWebinarModal .modal-body{
  padding-top:12px;
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
}

#adminWebinarModal .modal-footer{flex:0 0 auto}
#adminWebinarModal .form-label{margin-bottom:.25rem}

.webinar-detail-text{
  overflow-wrap:anywhere;
  word-break:break-word;
  white-space:normal;
}

.webinar-detail-media-wrap{
  width: 100%;
}

#detailImage{
  width: 100% !important;
  height: auto !important;
  object-fit: unset !important;
}

.webinar-detail-meta2{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  width:100%;
  flex-wrap:wrap;
}

.webinar-detail-duration,
.webinar-detail-location{
  margin:0!important;
  line-height:1.35;
}

.webinar-detail-sep{
  line-height:1;
  opacity:.7;
}

@media (max-width: 576px){
.webinar-detail-meta2{
  gap:8px;
}
}

@media (max-width: 767.98px){
.webinar-grid > .webinar-col{width:100%;flex:0 0 100%;max-width:100%}
}

.my-webinar-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.my-webinar-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.my-webinar-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #f3f4f6;
}

.my-webinar-card-body {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.my-webinar-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #111827;
}

.my-webinar-card-meta {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
}

.my-webinar-card-meta i {
  width: 16px;
  text-align: center;
  margin-right: 0.25rem;
}

.my-webinar-card-desc {
  font-size: 0.875rem;
  color: #374151;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.my-webinar-card-footer {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  border-top: 1px solid #e5e7eb;
}

.my-webinar-status-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.my-webinar-status-booked {
  background: #dcfce7;
  color: #166534;
}

.my-webinar-status-paid {
  background: #dbeafe;
  color: #1e40af;
}

.my-webinar-status-pending {
  background: #fef3c7;
  color: #92400e;
}

.my-webinar-status-cancelled {
  background: #fee2e2;
  color: #991b1b;
}

.my-webinar-status-past {
  background: #f3f4f6;
  color: #6b7280;
}

.login-history-wrap{
  display:inline-block;
  max-width:100%;
}

.login-history-table{
  width:auto;
  white-space:nowrap;
}

.login-history-col-date{
  width:160px;
}

.login-history-col-time{
  width:120px;
}

.login-history-pager{
  width:auto;
}

.rent-models .product-img-tab .nav-link {
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  border-radius: 2px !important;
  font-size: 14px !important;
  background-clip: padding-box !important;
  box-shadow: none !important;
  transition: box-shadow .15s ease, filter .15s ease, transform .15s ease !important;
}

@media (max-width: 768px) {
.rent-models .product-img-tab .nav-link {
  height: 32px !important;
  min-height: 32px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
}
}

@media (max-width: 768px) {
.rent-models .product-img-tab .nav {
  display: flex !important;
  flex-wrap: wrap !important;
}
}

@media (max-width: 480px) {
.rent-models .product-img-tab .nav {
  display: flex !important;
  flex-wrap: wrap !important;
}
}

.rent-models .product-img-tab .nav-link:hover {
  filter: brightness(1.03) !important;
}

.rent-models .product-img-tab .nav-link.active,
.rent-models .product-img-tab .nav-link:focus-visible {
  box-shadow: inset 0 0 0 2px #000 !important;
}

.rent-models .product-img-tab .nav-link.product-pikto-basic {
  background: radial-gradient(circle at 20% 0, #ffffff33 0, transparent 40%), linear-gradient(135deg, #d16219, #f28b1a) !important;
  color: #fff !important;
}

.rent-models .product-img-tab .nav-link.product-pikto-plus {
  background: radial-gradient(circle at 20% 0, #ffffff33 0, transparent 40%), linear-gradient(135deg, #0019d4, #00e5ff) !important;
  color: #fff !important;
}

.rent-models .product-img-tab .nav-link.product-pikto-pro {
  background: radial-gradient(circle at 20% 0, #ffffff33 0, transparent 40%), linear-gradient(135deg, #0010c0, #00d4ff) !important;
  color: #fff !important;
}

.rent-models .product-img-tab .nav-link.product-pikto-ultimate {
  background: radial-gradient(circle at 20% 0, #ffffff33 0, transparent 40%), linear-gradient(135deg, #0019d4, #7030a0) !important;
  color: #fff !important;
}

.BookBtnIco {
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  fill: currentColor;
  opacity: .95;
  transform: translateY(-2px);
}

.jobmatch-preview {
  position: relative;
  width: 100%;
}

.jobmatch-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}

@media (max-width: 768px) {
.jobmatch-preview {
  aspect-ratio: 4 / 5;
  height: auto;
}
}

@media (min-width: 992px) {
.jobmatch-preview {
  height: 100%;
}
}

.cvMenu { margin: 6px 0; padding: 0; }
.careerFormInfoVal .cvMenu:first-child { margin-top: 0; }
.careerFormInfoVal .cvMenu:last-child { margin-bottom: 0; }

.cvMenu > summary {
  list-style: none;
  cursor: pointer;
  border-radius: 12px;
  padding: 8px 12px 8px 18px;
  line-height: 1.2;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: var(--menuBg, rgba(0, 0, 0, 0.02));
}
.cvMenu > summary::-webkit-details-marker { display: none; }

.cvMenuTitle { display: flex; align-items: center; gap: 10px; width: 100%; }
.cvMenuTitleStatic { cursor: default; }

.cvChevron { margin-left: auto; transition: transform 150ms ease; }
.cvMenu[open] .cvChevron { transform: rotate(180deg); }

.cvMenu > summary::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  bottom: 10px;
  width: 4px;
  border-radius: 999px;
  background: var(--menuBar, rgba(0, 0, 0, 0.18));
  opacity: 0;
  transform: scaleY(0.75);
  transition: opacity 150ms ease, transform 150ms ease;
}

.cvMenu:hover > summary::before { opacity: 0.18; }

.cvMenu[open] > summary::before {
  opacity: 0.95;
  transform: scaleY(1);
}

.cvMenu > summary:hover {
  border-color: rgba(0, 0, 0, 0.14);
  background: var(--menuBgHover, rgba(0, 0, 0, 0.03));
}

.cvMenu[open] > summary {
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.cvMenu > summary:focus-visible {
  outline: 2px solid rgba(47, 111, 237, 0.35);
  outline-offset: 2px;
}

.cvMenu > summary .cvTick { display: none; }

.cvSubMenu {
  margin-left: 28px;
  padding-top: 5px;
  padding-bottom: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-left: 0;
  padding-left: 0;
}

.cvMenu[open] .cvSubMenu {
  margin-left: 18px;
  padding-left: 12px;
  padding-bottom: 9px;
  border-left: 2px solid var(--menuRail, rgba(0, 0, 0, 0.18));
}

.cvSubItem { opacity: 0.95; display: flex; align-items: center; }

.cvSubMenu .cvTick { display: none; }

.cvSubMenu .cvSubItem span {
  position: relative;
  padding-left: 12px;
  line-height: 1.25;
}

.cvSubMenu .cvSubItem span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--menuBar, rgba(0, 0, 0, 0.30));
  opacity: 0.55;
  transform: translateY(-50%);
}

.cvMenu--tone1 { --menuBg: rgba(22, 60, 120, 0.06); --menuBgHover: rgba(22, 60, 120, 0.08); --menuBar: rgba(22, 60, 120, 0.72); --menuRail: rgba(22, 60, 120, 0.22); }
.cvMenu--tone2 { --menuBg: rgba(18, 95, 60, 0.06); --menuBgHover: rgba(18, 95, 60, 0.08); --menuBar: rgba(18, 95, 60, 0.72); --menuRail: rgba(18, 95, 60, 0.22); }
.cvMenu--tone3 { --menuBg: rgba(190, 110, 20, 0.06); --menuBgHover: rgba(190, 110, 20, 0.08); --menuBar: rgba(190, 110, 20, 0.72); --menuRail: rgba(190, 110, 20, 0.22); }
.cvMenu--tone4 { --menuBg: rgba(0, 105, 200, 0.06); --menuBgHover: rgba(0, 105, 200, 0.08); --menuBar: rgba(0, 105, 200, 0.72); --menuRail: rgba(0, 105, 200, 0.22); }
.cvMenu--tone5 { --menuBg: rgba(120, 75, 35, 0.06); --menuBgHover: rgba(120, 75, 35, 0.08); --menuBar: rgba(120, 75, 35, 0.72); --menuRail: rgba(120, 75, 35, 0.22); }
.cvMenu--tone6 { --menuBg: rgba(80, 95, 110, 0.06); --menuBgHover: rgba(80, 95, 110, 0.08); --menuBar: rgba(80, 95, 110, 0.70); --menuRail: rgba(80, 95, 110, 0.22); }

.cvMenu--primary { margin: 0 0 10px 0; --menuBar: var(--cvAccent, #2f6fed); }

.cvMenu--primary .cvMenuTitleStatic {
  position: relative;
  font-weight: 750;
  border-radius: 12px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: linear-gradient(90deg, rgba(47, 111, 237, 0.14), rgba(47, 111, 237, 0.00) 70%);
  line-height: 1.2;
}

.cvMenu--primary .cvMenuTitleStatic::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  bottom: 10px;
  width: 4px;
  border-radius: 999px;
  background: var(--cvAccent, #2f6fed);
  opacity: 0.95;
}

.cvMenu--primary .cvSubMenu {
  margin-left: 18px;
  padding-left: 12px;
  padding-bottom: 9px;
  border-left: 2px solid rgba(47, 111, 237, 0.22);
}

.fitcheck-note{
  color:#6c757d;
  font-size:16px;
  margin-bottom:1rem;
}

.services-skin .tile-controls{
  gap:12px;
}

.services-skin #prevTile.btn,
.services-skin #nextTile.btn{
  width:auto;
  min-width:120px;
  border-radius:12px;
  padding:10px 16px;
  font-weight:800;
  letter-spacing:.2px;
  box-shadow:0 10px 22px rgba(0,0,0,.10);
  text-decoration:none;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease, filter .16s ease;
}

.services-skin #prevTile.btn{
  background:rgba(255,255,255,.85);
  color:rgba(15,23,42,.92);
  border:1px solid rgba(15,23,42,.14);
}

.services-skin #prevTile.btn:hover{
  background:#ffffff;
  border-color:rgba(15,23,42,.35);
  box-shadow:0 14px 30px rgba(0,0,0,.14);
  transform:translateY(-1px);
}

.services-skin #prevTile.btn:active{
  transform:translateY(0);
  box-shadow:0 10px 22px rgba(0,0,0,.10);
}

.services-skin #prevTile.btn:focus{
  outline:0;
  box-shadow:0 0 0 .22rem rgba(15,23,42,.18), 0 14px 30px rgba(0,0,0,.14);
}

.services-skin #nextTile.btn{
  background:linear-gradient(90deg, rgba(47,125,225,.95), rgba(59,42,166,.95));
  color:#ffffff;
  border:none;
}

.services-skin #nextTile.btn:hover{
  filter:brightness(1.04);
  box-shadow:0 14px 30px rgba(0,0,0,.16);
  transform:translateY(-1px);
}

.services-skin #nextTile.btn:active{
  filter:brightness(1.00);
  transform:translateY(0);
  box-shadow:0 10px 22px rgba(0,0,0,.10);
}

.services-skin #nextTile.btn:focus{
  outline:0;
  box-shadow:0 0 0 .22rem rgba(15,23,42,.18), 0 14px 30px rgba(0,0,0,.16);
}

.benefits-small{
  font-size:.95rem;
  line-height:1.35;
}

@media (max-width: 768px){
  .benefits-small{
    font-size:.95rem;
    line-height:1.35;
  }
}

.hours-limit-overlay{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.28);
  z-index:9999;
  padding:16px;
}

.hours-limit-overlay.is-open{
  display:flex;
}

.hours-limit-card{
  width:min(520px, 100%);
  background:rgba(255,255,255,.95);
  border:1px solid rgba(15,23,42,.14);
  border-radius:16px;
  box-shadow:0 18px 60px rgba(0,0,0,.22);
  padding:16px 16px 14px 16px;
  transform:translateY(6px);
  opacity:0;
  transition:opacity .18s ease, transform .18s ease;
}

.hours-limit-overlay.is-open .hours-limit-card{
  transform:translateY(0);
  opacity:1;
}

.hours-limit-title{
  font-weight:900;
  letter-spacing:.2px;
  color:rgba(15,23,42,.92);
  margin-bottom:6px;
}

.hours-limit-text{
  color:rgba(15,23,42,.78);
  line-height:1.4;
}

.card-style-twenty:has(#serviceTile){
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 62%, rgba(255,255,255,0.32) 100%),
    linear-gradient(180deg, #ffffff 0%, rgba(13,110,253,0.010) 100%) !important;
}

.card-style-twenty:has(#serviceTile){
  background:linear-gradient(180deg,#ffffff 0%, rgba(13,110,253,0.010) 100%) !important;
  border-color:rgba(13,110,253,0.026) !important;
  box-shadow:
    0 12px 30px rgba(13,110,253,0.036),
    0 0 0 1px rgba(255,255,255,0.90),
    0 0 0 2px rgba(255,255,255,0.38),
    inset 0 1px 0 rgba(255,255,255,0.98),
    inset 0 0 0 1px rgba(255,255,255,0.78) !important;
}

.card-style-twenty:has(#serviceTile)::before{
  content:"";
  position:absolute;
  inset:-140px -140px auto auto;
  width:360px;
  height:360px;
  background:radial-gradient(circle at 30% 30%, rgba(110,168,254,0.10), transparent 70%) !important;
  opacity:0.58;
  transform:rotate(12deg);
  pointer-events:none;
}

.card-style-twenty:has(#serviceTile)::after{
  content:"";
  position:absolute;
  top:22px;
  right:22px;
  width:190px;
  height:140px;
  border-radius:18px;
  background:radial-gradient(rgba(13,110,253,0.09) 1px, transparent 1px);
  background-size:16px 16px;
  opacity:0.16;
  pointer-events:none;
}

#serviceTile{
  position:relative;
  overflow:hidden;
  border-color:rgba(13,110,253,0.056) !important;
}

#serviceTile::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:3px;
  background:linear-gradient(90deg, rgba(167,211,255,0.78) 0%, rgba(110,168,254,0.62) 55%, rgba(13,110,253,0.30) 100%);
  opacity:0.68;
}

#tileDots .tile-dot{
  background:rgba(13,110,253,0.090) !important;
}

#tileDots .tile-dot.active{
  background:linear-gradient(135deg, rgba(167,211,255,0.64) 0%, rgba(110,168,254,0.56) 60%, rgba(13,110,253,0.40) 100%) !important;
}

.pricegrid-chatbots,
.pricegrid-bpmn{
background:#ffffff;
color:#0f172a;
}

.pg-wrap{
max-width:1400px;
margin:0 auto;
padding:0px 0px 40px;
}

.pg-title{
text-align:center;
font-size:44px;
font-weight:700;
margin-bottom:14px;
}

.pg-sub{
text-align:center;
font-size:18px;
color:rgba(15,23,42,.75);
margin-bottom:70px;
}

.pg-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:28px;
}

.pg-card{
background:#ffffff;
border:1px solid rgba(15,23,42,.12);
border-radius:18px;
padding:38px 32px 36px;
display:flex;
flex-direction:column;
box-shadow:0 18px 45px rgba(15,23,42,.08);
transition:box-shadow .18s ease, border-color .18s ease;
transform:none;
}

.pg-card:hover{
transform:none;
box-shadow:0 22px 55px rgba(15,23,42,.11);
border-color:rgba(79,107,255,.45);
}

.pg-highlight{
border-color:rgba(79,107,255,.55);
box-shadow:0 32px 85px rgba(79,107,255,.18);
}

.pg-head{
margin-bottom:22px;
}

.pg-tier-basic{--pg-accent-rgb:255,136,0;--pg-a1:#ff7a00;--pg-a2:#ffb100;--pg-a3:#ffcf59;}
.pg-tier-plus{--pg-accent-rgb:0,82,255;--pg-a1:#003bff;--pg-a2:#00b0ff;--pg-a3:#4fd2ff;}
.pg-tier-pro{--pg-accent-rgb:37,74,255;--pg-a1:#183dff;--pg-a2:#4f6fff;--pg-a3:#8ea2ff;}
.pg-tier-ultimate{--pg-accent-rgb:78,46,204;--pg-a1:#2b2cff;--pg-a2:#7a2cff;--pg-a3:#b07cff;}

.pg-badge{
display:inline-block;
padding:6px 14px;
border-radius:8px;
background:linear-gradient(90deg,var(--pg-a1,#4f6bff) 0%,var(--pg-a2,#8aa0ff) 60%,var(--pg-a3,#8aa0ff) 100%);
font-size:12px;
font-weight:700;
letter-spacing:.5px;
text-transform:uppercase;
margin-bottom:14px;
color:#ffffff;
}

.pg-head h3{
margin:0;
font-size:22px;
font-weight:700;
}

.pg-list{
list-style:none;
padding:0;
margin:0 0 28px;
}

.pg-list li{
padding:9px 0 9px 28px;
font-size:15px;
line-height:1.45;
border-bottom:1px dashed rgba(15,23,42,.12);
position:relative;
}

.pg-list li:last-child{
border-bottom:0;
}

.pg-list li:before{
content:"✓";
position:absolute;
left:0;
top:8px;
font-weight:800;
color:#4f6bff;
}

.pg-btn{
margin-top:auto;
display:inline-flex;
align-items:center;
justify-content:center;
height:52px;
border-radius:8px;
border:1px solid rgba(15,23,42,.25);
font-weight:700;
font-size:15px;
color:#0f172a;
text-decoration:none;
background:#ffffff;
transition:box-shadow .16s ease, background-position .28s ease, border-color .16s ease, color .16s ease;
transform:none;
filter:none;
}

.pg-btn:hover{
color:#fff;
border:1px solid rgba(90,168,232,.32);
background:linear-gradient(135deg,#1f63c7 0%,#4a3ad1 45%,#5aa8e8 100%);
background-size:140% 140%;
background-position:100% 50%;
box-shadow:0 10px 24px rgba(27,16,76,.24);
transform:none;
filter:none;
}

.pg-btn:active{
transform:none;
filter:none;
}

.pg-btn.primary{
height:50px;
border-radius:8px;
font-size:17px;
color:#fff;
border:1px solid rgba(90,168,232,.32);
background:linear-gradient(135deg,#1f63c7 0%,#4a3ad1 45%,#5aa8e8 100%);
background-size:140% 140%;
background-position:0% 50%;
box-shadow:0 10px 24px rgba(27,16,76,.24);
transition:box-shadow .16s ease, background-position .28s ease, border-color .16s ease;
transform:none;
filter:none;
}

.pg-btn.primary:hover{
background-position:100% 50%;
box-shadow:0 12px 28px rgba(27,16,76,.26);
transform:none;
filter:none;
}

.pg-btn.primary:active{
transform:none;
filter:none;
}

@media (max-width:1200px){
.pg-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media (max-width:720px){
.pg-grid{
grid-template-columns:1fr;
}
.pg-title{
font-size:32px;
}
.pg-sub{
font-size:16px;
margin-bottom:45px;
}
}

.pg-pricebox{
margin:14px 0 14px;
padding:10px 12px;
border-radius:8px;
background:linear-gradient(180deg,rgba(79,107,255,.08),rgba(79,107,255,.03));
border:1px solid rgba(79,107,255,.18);
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
min-height:0;
}

.pg-priceval{
font-size:36px;
font-weight:900;
letter-spacing:-.7px;
line-height:1;
white-space:nowrap;
background:linear-gradient(135deg,#0b0f1a 0%,#1b2433 55%,#3a4456 100%);
-webkit-background-clip:text;
background-clip:text;
color:transparent;
}

.pg-highlight .pg-priceval{
background:linear-gradient(135deg,#0a0e18 0%,#1f2a3a 55%,#596579 100%);
-webkit-background-clip:text;
background-clip:text;
color:transparent;
}

@media (max-width:720px){
.pg-priceval{font-size:34px}
}

.pg-pricelabel{
font-size:12px;
font-weight:600;
color:rgba(15,23,42,.65);
text-align:right;
line-height:1.15;
margin:0;
}

.pg-pricenote{
margin-top:5px;
font-size:12px;
color:rgba(15,23,42,.58);
line-height:1.2;
}

.pg-highlight .pg-pricebox{
background:linear-gradient(180deg,rgba(79,107,255,.12),rgba(79,107,255,.05));
border-color:rgba(79,107,255,.28);
}

.pg-highlight .pg-priceval{
background:linear-gradient(135deg,#0b0f1a 0%,#1b2433 55%,#3a4456 100%);
-webkit-background-clip:text;
background-clip:text;
color:transparent;
}

@media (max-width:720px){
.pg-priceval{font-size:26px}
.pg-pricebox{padding:9px 11px}
}

.ki-dropdown-menu.ki-dropdown-compact{
min-width:0 !important;
width:max-content !important;
max-width:calc(100vw - 24px) !important;
left:50% !important;
right:auto !important;
transform:translateX(-50%);
margin-top:10px;
}

.ki-dropdown-compact .ki-dropdown-columns{
display:block;
}

.ki-dropdown-compact .ki-divider{
width:100%;
height:1px;
margin:10px 0;
background:rgba(15,23,42,.10);
}

.mc-ki-avatar{
  width:54px;
  height:54px;
  border-radius:999px;
  object-fit:cover;
  display:inline-block;
  flex:0 0 auto;
  margin-bottom: 10px;
}

.kachel-text-legal{
  text-align:center;
}

@media (max-width: 576px){
  .kachel-teaser .kachel-btn{
    padding: 16px 18px;
    min-height: 44px;
    height: 52px;
  }
  .kachel-teaser .kachel-label{
    font-size: 15px;
    line-height: 1.2rem;
  }
  .kachel-teaser .kachel-icon{
    width: 34px;
    height: 34px;
  }
  .kachel-teaser .kachel-arrow{
    width: 34px;
    height: 34px;
  }
  .kachel-teaser .kachel-swipe-hint{
    margin-top: 8px;
  }

  .kachel-teaser::before,
  .kachel-teaser::after{
    width: 20px;
    box-shadow: none;
  }
}

.right-widget.white .icon-text-ll { color: #fff !important; }

.company-divider {
	border-top: 0.5px solid rgba(0,0,0,0.15);
	margin: 12px 0;
}

.company-link {
	color: #0b57d0;
	text-decoration: none;
}

.company-link:visited {
	color: #0b57d0;
}

.company-link:hover {
	color: #0842a0;
	text-decoration: underline;
}

.hero-banner-seven-subpage{
  position:relative;
  min-height:5vh;
  padding:70px 0 20px;
  background:transparent;
  z-index:9;
  overflow:hidden;
}

@supports (height: 1dvh){
  .hero-banner-seven-subpage{min-height:5dvh}
}

@media (min-width:768px){
  .hero-banner-seven-subpage{
    min-height:5vh;
    padding:30px 0 50px;
  }
}

@supports (height: 1dvh){
  @media (min-width:768px){
    .hero-banner-seven-subpage{min-height:5dvh}
  }
}

@media (max-width: 767.98px){
  .hero-banner-seven-subpage{
    padding:48px 0 28px;
    min-height:0;
  }
}

@supports (height: 1dvh){
  @media (max-width: 767.98px){
    .hero-banner-seven-subpage{
      min-height:0;
    }
  }
}

.hero-banner-seven-subpage::before,
.hero-banner-seven-subpage::after{
  display:none;
}

.hero-banner-seven-subpage .hero-slider-one{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:0;
}

.hero-banner-seven-subpage .hero-slider-one .slick-list,
.hero-banner-seven-subpage .hero-slider-one .slick-track,
.hero-banner-seven-subpage .hero-slider-one .item{
  height:100%;
}

.hero-banner-seven-subpage .hero-slider-one .hero-img-subpage{
  position:absolute;
  left:0;
  right:0;
  top:0;
  width:100%;
  height:100%;
  background-image:
    linear-gradient(180deg,
      rgba(0,0,0,0.55) 0%,
      rgba(0,0,0,0.18) 55%,
      rgba(255,255,255,0.04) 100%
    ),
    linear-gradient(90deg,
      #050a18 0%,
      #0b0f2c 45%,
      #14208a 100%
    ),
    var(--hero-img, none);
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

@media (max-width: 768px) {
  .hero-banner-seven-subpage .hero-slider-one .hero-img-subpage {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 85%;
    background-image:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.18) 55%,
        rgba(255, 255, 255, 0.04) 100%
      ),
      linear-gradient(
        90deg,
        #050a18 0%,
        #0b0f2c 45%,
        #14208a 100%
      ),
      var(--hero-img, none);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.service-banner{
  position:relative;
  width:100%;
  border-radius:18px;
  overflow:hidden;
  color:#fff;
  padding:22px 22px 22px;
  min-height:190px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
}

@media (min-width: 992px){
  .service-banner{
    min-height:220px;
    border-radius:22px;
    padding:28px 28px 45px;
  }
}

@media (max-width: 991.98px){
  .service-banner{
    margin-top:14px;
  }
}

.service-banner-title{
  font-family:"MontserratTitle", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight:800;
  letter-spacing:0.02em;
  line-height:1.02;
  text-align:center;
  font-size:clamp(34px, 5.2vw, 86px);
  color:#f5f5f5;
  text-shadow:0 10px 26px rgba(0,0,0,0.35);
}

.service-banner-footer{
  position:absolute;
  right:14px;
  bottom:10px;
  font-size:0.95rem;
  opacity:0.95;
  text-shadow:0 2px 10px rgba(0,0,0,0.35);
}

@media (max-width: 768px){
  .service-banner-footer{
    right:12px;
    bottom:10px;
    font-size:0.85rem;
  }
}

.service-banner--business-analysis{
  background-image:
    linear-gradient(180deg,
      rgba(0,0,0,0.52) 0%,
      rgba(0,0,0,0.16) 55%,
      rgba(255,255,255,0.03) 100%
    ),
    linear-gradient(135deg,
      #071f46 0%,
      #2f248c 45%,
      #1d12c4 100%
    );
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.service-banner--change-management{
  background-image:
    linear-gradient(180deg,
      rgba(0,0,0,0.52) 0%,
      rgba(0,0,0,0.16) 55%,
      rgba(255,255,255,0.03) 100%
    ),
    linear-gradient(135deg,
      #071f46 0%,
      #2f248c 45%,
      #1d12c4 100%
    );
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.service-banner--digitalisierung{
  background-image:
    linear-gradient(180deg,
      rgba(0,0,0,0.52) 0%,
      rgba(0,0,0,0.16) 55%,
      rgba(255,255,255,0.03) 100%
    ),
    linear-gradient(135deg,
      #071f46 0%,
      #2f248c 45%,
      #1d12c4 100%
    );
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.service-banner--ki{
  background-image:
    linear-gradient(180deg,
      rgba(0,0,0,0.52) 0%,
      rgba(0,0,0,0.16) 55%,
      rgba(255,255,255,0.03) 100%
    ),
    linear-gradient(135deg,
      #071f46 0%,
      #2f248c 45%,
      #1d12c4 100%
    );
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.service-banner--prozessoptimierung{
  background-image:
    linear-gradient(180deg,
      rgba(0,0,0,0.52) 0%,
      rgba(0,0,0,0.16) 55%,
      rgba(255,255,255,0.03) 100%
    ),
    linear-gradient(135deg,
      #071f46 0%,
      #2f248c 45%,
      #1d12c4 100%
    );
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.service-banner--projektmanagement{
  background-image:
    linear-gradient(180deg,
      rgba(0,0,0,0.52) 0%,
      rgba(0,0,0,0.16) 55%,
      rgba(255,255,255,0.03) 100%
    ),
    linear-gradient(135deg,
      #071f46 0%,
      #2f248c 45%,
      #1d12c4 100%
    );
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.service-banner--qualitaetsmanagement{
  background-image:
    linear-gradient(180deg,
      rgba(0,0,0,0.52) 0%,
      rgba(0,0,0,0.16) 55%,
      rgba(255,255,255,0.03) 100%
    ),
    linear-gradient(135deg,
      #071f46 0%,
      #2f248c 45%,
      #1d12c4 100%
    );
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.service-banner--softwareentwicklung{
  background-image:
    linear-gradient(180deg,
      rgba(0,0,0,0.52) 0%,
      rgba(0,0,0,0.16) 55%,
      rgba(255,255,255,0.03) 100%
    ),
    linear-gradient(135deg,
      #071f46 0%,
      #2f248c 45%,
      #1d12c4 100%
    );
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

@media (max-width: 768px){
  .service-banner-title{
    font-size:clamp(28px, 6.8vw, 42px);
  }

  .service-banner-footer{
    left:50%;
    right:auto;
    transform:translateX(-50%);
    text-align:center;
    bottom:15px;
    font-size:0.85rem;
    width:calc(100% - 28px);
    white-space:normal;
    line-height:1.15;
  }
}

.kachel-teaser::before,
.kachel-teaser::after{
  content:none !important;
  display:none !important;
  background:none !important;
}

.kachel-teaser .kachel-swipe-row{
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  touch-action: pan-x;
}

.kachel-teaser .kachel-swipe-row > .col{
  flex: 0 0 auto !important;
  scroll-snap-align: start;
}

@media (max-width: 768px){
  .kachel-teaser .kachel-swipe-row > .col{
    width: 78% !important;
    max-width: 78% !important;
  }
}

@media (min-width: 769px){
  .kachel-teaser .kachel-swipe-row > .col{
    width: 320px !important;
    max-width: 320px !important;
  }
}

.kachel-swipe-hint{
  display: block;
  text-align: center;
  font-size: 12px;
  color: rgba(0,0,0,.48);
  margin-top: 6px;
  letter-spacing: .2px;
}

.kachel-teaser::before,
.kachel-teaser::after{
  content:none !important;
  display:none !important;
  background:none !important;
}

.kachel-teaser .kachel-swipe-row{
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.kachel-teaser .kachel-swipe-row > .col{
  flex: 0 0 auto !important;
  width: 320px;
  max-width: 320px;
  scroll-snap-align: start;
}

@media (max-width: 768px){
  .kachel-teaser .kachel-swipe-row > .col{
    width: 78% !important;
    max-width: 78% !important;
  }
}

.kachel-teaser .kachel-swipe-row > .col > p{
  text-align: center !important;
}

@media (min-width: 768px){
  .kachel-swipe-hint.d-md-none{
    display: block !important;
  }
}

.kachel-teaser .kachel-swipe-row{
  scrollbar-width: auto;
}

.kachel-teaser .kachel-swipe-row::-webkit-scrollbar{
  height: 10px;
}

.kachel-teaser .kachel-swipe-row::-webkit-scrollbar-track{
  background: rgba(0,0,0,.06);
  border-radius: 999px;
}

.kachel-teaser .kachel-swipe-row::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.22);
  border-radius: 999px;
}

.kachel-arrow{
  width:28px;
  height:28px;
  min-width:28px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}

.kachel-arrow i{
  display:block;
  line-height:1;
  transform: translateY(-0.5px);
}

.kachel-arrow,
.kachel-arrow:hover,
.kachel-btn:hover .kachel-arrow,
.kachel-btn:focus .kachel-arrow,
.kachel-btn:active .kachel-arrow{
  background: inherit;
  box-shadow: none;
  transform: none;
  transition: none;
}

.kachel-arrow i,
.kachel-btn:hover .kachel-arrow i,
.kachel-btn:focus .kachel-arrow i,
.kachel-btn:active .kachel-arrow i{
  transform: none;
  transition: none;
}

.kachel-btn:hover .kachel-arrow,
.kachel-btn:focus .kachel-arrow,
.kachel-btn:focus-visible .kachel-arrow,
.kachel-btn:active .kachel-arrow{
  background: rgba(255, 255, 255, .02);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .04);
  transform: none;
  filter: none;
  transition: none;
  outline: none;
}

.kachel-btn:hover .kachel-arrow i,
.kachel-btn:focus .kachel-arrow i,
.kachel-btn:focus-visible .kachel-arrow i,
.kachel-btn:active .kachel-arrow i{
  transform: translateX(0) rotate(0deg);
  opacity: .9;
  transition: none;
}

.kachel-btn[aria-expanded="true"] .kachel-arrow i{
  transform: translateX(0) rotate(90deg);
}

.kachel-btn{
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px){
  .justify-content-center-mobile{
    justify-content:center !important;
  }
  .text-center-mobile{
    text-align:center !important;
  }
}

@media (max-width: 768px){
  .break-desktop{
    display:none;
  }
  .keep-together-mobile{
    white-space:nowrap;
  }
}

.hero-lead-tight{
  margin-top:-20px;
}
@media (max-width: 768px){
  .hero-lead-tight{
    margin-top:-8px;
  }
}

.ki-ss-dd-columns {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.ki-ss-dd-col {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ki-ss-dd-divider {
  width: 1px;
  background: #e5e7eb;
  flex-shrink: 0;
}

.ki-ss-dd-col li {
  margin: 0;
  padding: 0;
}

.ki-ss-dd-col .dropdown-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  min-height: 58px;
  white-space: nowrap;
}

.ki-ss-dd-col .dropdown-item strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ki-ss-dd-col .dropdown-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ki-ss-submenu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ki-ss-submenu-caret {
  width: 20px;
  height: 20px;
}

.ss-kpi-row--four {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 1199.98px) {
  .ss-kpi-row--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .ss-kpi-row--four {
    grid-template-columns: 1fr;
  }
}

.company-bank-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:8px;
}

.company-bank-col{
  padding:14px 14px 12px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  background:rgba(255,255,255,.7);
}

.company-bank-title{
  font-weight:700;
  margin:0 0 8px;
}

.company-bank-lines{
  line-height:1.55;
}

@media (max-width:768px){
  .company-bank-grid{grid-template-columns:1fr}
}

.footer-trustbar {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-trustpills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.trustpill {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(6px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.trustpill__icon {
  color: rgba(0, 0, 0, 0.55);
  display: inline-flex;
}

.trustpill__icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.trustpill__text {
  color: rgba(0, 0, 0, 0.72);
  font-size: 13.2px;
  line-height: 1;
  letter-spacing: 0.1px;
  font-weight: 600;
  white-space: nowrap;
}

.footer-bottomline {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-bottomline__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 12px;
}

.footer-bottomline__left {
  color: rgba(0, 0, 0, 0.60);
  font-size: 13.2px;
}

.footer-bottomline__right {
  color: rgba(0, 0, 0, 0.60);
  font-size: 13.2px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.footer-tool-link,
.footer-book-link,
.footer-story-link,
.footer-knowledge-link,
.footer-legal-link,
.footer-company-link {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 6px !important;
  width: 100% !important;
  line-height: 1.55 !important;
  color: rgba(0, 0, 0, 0.72) !important;
  text-decoration: none !important;
  white-space: normal !important;
}

.footer-tool-ic,
.footer-book-ic,
.footer-story-ic,
.footer-knowledge-ic,
.footer-legal-ic,
.footer-company-ic {
  flex: 0 0 16px !important;
  min-width: 16px !important;
  width: 16px !important;
  height: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  color: rgba(0, 0, 0, 0.50) !important;
  line-height: 0 !important;
  margin-top: calc((1.55em - 16px) / 2) !important;
}

.footer-tool-ic svg,
.footer-book-ic svg,
.footer-story-ic svg,
.footer-knowledge-ic svg,
.footer-legal-ic svg,
.footer-company-ic svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
}

.footer-two .footer-nav-link a,
.footer-two .footer-nav-link a:hover,
.footer-two .footer-nav-link a:focus,
.footer-two .footer-nav-link a:active {
  text-decoration: none !important;
}

.footer-two .footer-nav-link a .footer-link-txt {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  display: inline !important;
  line-height: 1.55 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  text-decoration-line: underline !important;
  text-decoration-color: transparent !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
  text-decoration-skip-ink: auto !important;
}

.footer-two .footer-nav-link a:hover .footer-link-txt,
.footer-two .footer-nav-link a:focus .footer-link-txt {
  text-decoration-color: currentColor !important;
}

.footer-two .footer-nav-link a:hover,
.footer-two .footer-nav-link a:focus {
  border-bottom: 0 !important;
  text-decoration: none !important;
}

@media (max-width: 575.98px) {
  .footer-bottomline__inner {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-bottomline__right {
    white-space: normal;
    text-align: center;
  }

  .footer-trustpills {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    padding-bottom: 8px;
  }

  .trustpill {
    flex: 0 0 auto;
  }

  .footer-trustpills::-webkit-scrollbar {
    height: 6px;
  }

  .footer-trustpills::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.06);
    border-radius: 999px;
  }

  .footer-trustpills::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 999px;
  }

  .trustpill__text {
    font-size: 13px;
  }

  .footer-wrap {
    padding-bottom: 30px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .trustpill:hover {
    border-color: rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.78);
  }
}

.x25-proofband {
  position: relative;
  margin-top: 18px;
  padding: 26px 0 10px;
}

.x25-proofband__inner {
  position: relative;
  border-radius: 22px;
  padding: 22px 18px 18px;
  background: linear-gradient(135deg, rgba(30, 120, 255, 0.12) 0%, rgba(70, 160, 255, 0.10) 45%, rgba(120, 130, 255, 0.06) 100%);
  border: 1px solid rgba(15, 35, 85, 0.10);
  box-shadow: 0 14px 34px rgba(12, 24, 55, 0.10);
  overflow: hidden;
}

.x25-proofband__inner::before {
  content: "";
  position: absolute;
  inset: -140px -140px auto -140px;
  height: 280px;
  background: radial-gradient(closest-side, rgba(55, 160, 255, 0.25), rgba(55, 160, 255, 0));
  pointer-events: none;
}

.x25-proofband__inner::after {
  content: "";
  position: absolute;
  inset: auto -140px -160px -140px;
  height: 260px;
  background: radial-gradient(closest-side, rgba(90, 120, 255, 0.14), rgba(90, 120, 255, 0));
  pointer-events: none;
}

.x25-proofband__top {
  text-align: center;
  margin-bottom: 16px;
}

.x25-proofband__eyebrow {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: rgba(12, 24, 55, 0.78);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(12, 24, 55, 0.10);
  backdrop-filter: blur(8px);
}

.x25-proofband__title {
  margin: 12px 0 6px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: rgba(10, 18, 40, 0.92);
}

.x25-proofband__sub {
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.62);
}

.x25-proofband__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.x25-kpi {
  border-radius: 16px;
  padding: 14px 14px 12px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(15, 35, 85, 0.10);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 22px rgba(12, 24, 55, 0.08);
}

.x25-kpi__value {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgba(15, 35, 85, 0.90);
}

.x25-kpi__label {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.62);
}

.x25-proofband__proofs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.x25-proof {
  border-radius: 16px;
  padding: 14px 14px 12px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(15, 35, 85, 0.08);
  backdrop-filter: blur(10px);
}

.x25-proof__title {
  font-weight: 900;
  color: rgba(15, 35, 85, 0.90);
  letter-spacing: 0.15px;
}

.x25-proof__text {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.62);
}

@media (max-width: 991.98px) {
  .x25-proofband__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .x25-proofband__proofs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .x25-proofband__inner {
    padding: 18px 14px 14px;
  }

  .x25-proofband__grid {
    grid-template-columns: 1fr;
  }
}

.x25-timeline{
  --x25GlassBg: rgba(255,255,255,.62);
  --x25GlassBgStrong: rgba(255,255,255,.76);
  --x25GlassBorder: rgba(15,23,42,.08);
  --x25GlassBorderStrong: rgba(59,130,246,.22);
  --x25Text: rgba(15,23,42,.92);
  --x25Muted: rgba(15,23,42,.62);
  --x25ShadowA: 0 16px 36px rgba(15,23,42,.09);
  --x25ShadowB: 0 6px 14px rgba(15,23,42,.06);
  --x25Inset: inset 0 1px 0 rgba(255,255,255,.78);
  position:relative;
  overflow:visible;
  background:transparent !important;
  margin-bottom:80px;
}

@media (max-width: 991px){
  .x25-timeline{
    margin-bottom:40px;
  }
}

.x25-timeline::before,
.x25-timeline::after{
  content:none !important;
  display:none !important;
}

.x25-timeline__head{
  position:relative;
  z-index:1;
  text-align:center;
}

.x25-timeline__head .mcHpSectionHeadline{
  color:var(--x25Text);
  letter-spacing:-0.02em;
}

.x25-timeline__sub{
  color:var(--x25Muted);
  margin:10px auto 0;
}

.x25-timeline__shell{
  position:relative;
  z-index:1;
  margin-top:26px;
  display:grid;
  grid-template-columns: 1.05fr 1fr;
  gap:18px;
  align-items:stretch;
  background:transparent !important;
  overflow:visible;
}

.main-page-wrapper,
main{
  overflow:visible;
}

@media (max-width: 991px){
  .x25-timeline__shell{
    grid-template-columns:1fr;
  }
}

.x25-timeline__steps{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:14px;
  position:relative;
  align-content:start;
}

@media (max-width: 991px){
  .x25-timeline__steps{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px){
  .x25-timeline__steps{
    grid-template-columns:1fr;
  }
}

.x25-tl-rail{
  position:absolute;
  inset:10px 0 10px 0;
  border-radius:18px;
  background:transparent;
  box-shadow:none;
  pointer-events:none;
}

.x25-tl-step{
  text-align:left;
  padding:16px 16px 14px;
  border-radius:18px;
  background:linear-gradient(180deg, var(--x25GlassBgStrong), var(--x25GlassBg));
  border:1px solid var(--x25GlassBorder);
  box-shadow:var(--x25Inset), var(--x25ShadowB);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color .22s ease, background .22s ease;
}

.x25-tl-step:active{
  transform: translateY(0px);
}

.x25-tl-step.is-active{
  border:2px solid rgba(59,130,246,.28) !important;
  box-shadow:none !important;
  outline:none !important;
  background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.62));
}

@media (hover:hover){
  .x25-tl-step:hover{
    border-color: rgba(15,23,42,.12);
    box-shadow:none;
    transform:none;
  }
  .x25-tl-step.is-active:hover{
    border:2px solid rgba(59,130,246,.28) !important;
    box-shadow:none !important;
  }
}

.x25-tl-step__top{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

.x25-tl-step__num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:28px;
  min-width:44px;
  padding:0 10px;
  border-radius:999px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 8px 18px rgba(15,23,42,.08);
  color: rgba(15,23,42,.78);
  font-weight:600;
  font-size:14px;
  letter-spacing:.02em;
}

.x25-tl-step__dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background: rgba(11, 42, 91, .22);
  box-shadow: 0 0 0 5px rgba(11, 42, 91, .10);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.x25-tl-step.is-active .x25-tl-step__dot{
  background: rgba(35, 99, 235, .92);
  box-shadow: 0 0 0 7px rgba(35, 99, 235, .18);
  transform: scale(1.08);
}

.x25-tl-step__title{
  color: var(--x25Text);
  font-weight:650;
  letter-spacing:-0.01em;
}

.x25-tl-step__sub{
  color: var(--x25Muted);
  margin-top:6px;
  font-size:15px;
  line-height:1.35;
}

.x25-timeline__detail{
  border-radius:18px;
  background:linear-gradient(180deg, var(--x25GlassBgStrong), var(--x25GlassBg));
  border:1px solid rgba(15,23,42,.10);
  box-shadow:var(--x25Inset), var(--x25ShadowA);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding:16px 16px 14px;
  height:100%;
  max-height:100%;
  display:flex;
  flex-direction:column;
}

.x25-timeline__detail.is-swapping{
  animation:x25Swap .28s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes x25Swap{
  from{ opacity:.78; transform: translateY(2px); }
  to{ opacity:1; transform: translateY(0); }
}

.x25-tl-detail__head{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:10px;
}

.x25-tl-detail__num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:14px;
  background: linear-gradient(135deg, #0b2a5b 0, #3b2aa6 45%, #7a2bbf 100%);
  background-size:140% 140%;
  background-position:0 50%;
  color:#fff;
  font-weight:700;
  box-shadow:0 14px 34px rgba(27, 16, 76, .28);
}

.x25-tl-detail__num:hover{
  background-position:100% 50%;
}

.x25-tl-detail__title{
  margin:0;
  color: var(--x25Text);
  letter-spacing:-0.015em;
}

.x25-tl-detail__subtitle{
  color: var(--x25Muted);
  margin-top:4px;
}

.x25-tl-detail__body{
  flex:1 1 auto;
  overflow:auto;
  padding-right:6px;
  margin-top:8px;
}

.x25-tl-detail__list{
  margin:0 0 10px 0;
  padding-left:18px;
}

.x25-tl-detail__li{
  margin:0 0 6px 0;
  line-height:1.35;
}

.x25-tl-detail__outs{
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid rgba(15,23,42,.06);
}

.x25-tl-detail__outsTitle{
  font-size:14px;
  font-weight:600;
  letter-spacing:-0.01em;
  margin:0 0 8px;
  color: rgba(15,23,42,.72);
}

.x25-tl-detail__pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.x25-tl-pill{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.50);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow:none;
  color: rgba(15,23,42,.78);
  font-size:13px;
  line-height:1.15;
}

.x25-tl-step:focus-visible{
  outline:none;
  border:2px solid rgba(59,130,246,.24);
  box-shadow:none !important;
}

@media (max-width: 991px){
  .x25-timeline__shell{
    display:block;
  }

  .x25-timeline__steps-wrap{
    position:relative;
    margin:0 -2px 14px;
    padding:0 2px;
  }

  .x25-timeline__steps{
    display:flex;
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:2px 2px 0;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: none;
  }

  .x25-timeline__steps::-webkit-scrollbar{
    height:0;
  }

  .x25-tl-rail{
    display:none;
  }

  .x25-tl-step{
    flex:0 0 260px;
    scroll-snap-align:start;
  }

  .x25-timeline__detail{
    height:auto;
    max-height:none;
  }

  .x25-tl-detail__body{
    overflow: visible;
    padding-right:0;
  }

  .x25-timeline__scrolltrack{
    position:relative;
    width:100%;
    height:6px;
    background:rgba(0,0,0,0.06);
    border-radius:3px;
    margin-top:8px;
    overflow:hidden;
    pointer-events:none;
  }

  .x25-timeline__scrollthumb{
    height:100%;
    width:0;
    background:rgba(0,0,0,0.35);
    border-radius:3px;
    transform:translateX(0);
    transition:transform .12s linear;
  }
}

@media (max-width: 520px){
  .x25-tl-step{
    flex-basis:240px;
  }
}

.x25-timeline:not(.mcHpSection){
  background: transparent !important;
}

.x25-timeline:not(.mcHpSection)::before,
.x25-timeline:not(.mcHpSection)::after{
  content: none !important;
  display: none !important;
}

.x25-timeline.mcHpSection{
  background: linear-gradient(180deg,#ffffff 0%,#f7f9ff 50%,#ffffff 100%) !important;
}

.homeSection{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#fafbff 0%,#f7f9ff 50%,#fafbff 100%);
  padding:0px;
}

.x25-retainer{
  padding:30px 0 34px;
}

.x25-retainer__head{
  text-align:center;
  margin:0 auto 22px;
}

.x25-retainer__head .mcHpSectionHeadline{
  margin:0 auto 10px;
  letter-spacing:-.01em;
}

.x25-retainer__sub{
  margin:0 auto;
  color:rgba(0,0,0,.70);
  font-size:1.06rem;
  line-height:1.6;
}

.x25-retainer__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}

.x25-retainer__card{
  height:100%;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:20px 20px 18px;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
  transition:transform .18s ease,box-shadow .18s ease;
  overflow:hidden;
}

.x25-retainer__card:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(0,0,0,.08);
}

.x25-retainer__card--grad1{
  background:linear-gradient(180deg,rgba(242,248,255,.98) 0%,rgba(255,255,255,.94) 62%,rgba(248,250,255,.98) 100%);
}

.x25-retainer__card--grad2{
  background:linear-gradient(180deg,rgba(240,255,250,.98) 0%,rgba(255,255,255,.94) 62%,rgba(246,252,250,.98) 100%);
  border-color:rgba(26,65,55,.18);
}

.x25-retainer__card--grad3{
  background:linear-gradient(180deg,rgba(250,248,255,.98) 0%,rgba(255,255,255,.94) 62%,rgba(248,250,255,.98) 100%);
}

.x25-retainer__cardhead{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.x25-retainer__title{
  margin:0;
  font-size:1.10rem;
  font-weight:900;
  line-height:1.2;
}

.x25-retainer__meta{
  margin:2px 0 0;
  font-size:.92rem;
  color:rgba(0,0,0,.55);
  white-space:nowrap;
}

.x25-retainer__price{
  margin:10px 0 12px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(0,0,0,.06);
}

.x25-retainer__big{
  font-size:1.40rem;
  font-weight:900;
  line-height:1.15;
  margin:0;
}

.x25-retainer__small{
  margin-top:4px;
  font-size:.92rem;
  color:rgba(0,0,0,.60);
}

.x25-retainer__bullets{
  margin:10px 0 0;
  padding-left:18px;
  color:rgba(0,0,0,.72);
  line-height:1.55;
}

.x25-retainer__bullets li{
  margin:7px 0;
}

.x25-retainer__calc{
  margin-top:16px;
}

.x25-retainer__calcinner{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:18px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.985) 0%,rgba(248,250,255,.93) 100%);
  box-shadow:0 10px 22px rgba(0,0,0,.06);
  align-items:stretch;
}

.x25-retainer__calcleft{
  min-width:0;
}

.x25-retainer__calcright{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.x25-retainer__calctitle{
  margin:0 0 6px;
  font-size:1.10rem;
  font-weight:900;
}

.x25-retainer__calcsub{
  margin:0 0 14px;
  color:rgba(0,0,0,.65);
  line-height:1.6;
}

.x25-retainer__gate{
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  background:rgba(255,255,255,.86);
  padding:14px;
  box-shadow:0 6px 18px rgba(0,0,0,.04);
  margin:0 0 14px;
}

.x25-retainer__gate--verified{
  border-color:rgba(26,65,55,.22);
  background:linear-gradient(180deg,rgba(26,65,55,.05) 0%,rgba(255,255,255,.86) 100%);
}

.x25-retainer__gatehead{
  margin:0 0 10px;
}

.x25-retainer__gatetitle{
  font-weight:900;
  font-size:1.02rem;
  margin:0 0 2px;
}

.x25-retainer__gatesub{
  color:rgba(0,0,0,.60);
  font-size:.92rem;
  line-height:1.45;
}

.x25-retainer__gateform{
  margin:0;
}

.x25-retainer__gategrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  align-items:end;
}

.x25-retainer__field--span2{
  grid-column:span 2;
}

.x25-retainer__label{
  display:block;
  margin:0 0 6px;
  font-weight:900;
  font-size:.92rem;
  color:rgba(0,0,0,.75);
}

.x25-retainer__hint{
  margin-top:6px;
  font-size:.88rem;
  color:rgba(0,0,0,.55);
  line-height:1.45;
}

.x25-retainer__text{
  width:100%;
  height:44px;
  padding:9px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.14);
  background:#fff;
  font-weight:700;
  outline:none;
  line-height:1.2;
}

.x25-retainer__text:focus{
  border-color:rgba(26,65,55,.45);
  box-shadow:0 0 0 4px rgba(26,65,55,.10);
}

.x25-retainer__select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  min-height: 44px;
  padding: 0 46px 0 12px;
  border: 1px solid rgba(0, 0, 0, .14);
  border-radius: 12px;
  background-color: #fff;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
  outline: 0;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-repeat: no-repeat !important;
  background-size: 14px 14px !important;
  background-position: right 14px center !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10l5 5 5-5' stroke='rgba(0,0,0,0.55)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.x25-retainer__select:focus{
  border-color:rgba(26,65,55,.45);
  box-shadow:0 0 0 4px rgba(26,65,55,.10);
}

.x25-retainer__text:disabled,
.x25-retainer__select:disabled{
  background:rgba(0,0,0,.03);
  color:rgba(0,0,0,.62);
  cursor:not-allowed;
}

.x25-retainer__gatebar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  border-top:1px solid rgba(0,0,0,.06);
  padding-top:12px;
}

.x25-retainer__gatemsg{
  color:rgba(0,0,0,.62);
  font-size:.92rem;
  line-height:1.45;
}

.x25-retainer__gatemsg--ok{
  color:#166534;
  font-weight:900;
}

.x25-retainer__gatemsg--err{
  color:#b91c1c;
  font-weight:900;
}

.x25-retainer__gatebtn{
  background: linear-gradient(135deg, #0b2a5b 0, #3b2aa6 45%, #7a2bbf 100%);
  border: 0;
  color: #fff;
  padding: 6px 22px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  width: auto !important;
  display: inline-block !important;
  box-shadow: 0 10px 24px rgba(27, 16, 76, .28);
  background-size: 140% 140%;
  background-position: 0 50%;
  transition: background-position .35s ease, filter .15s ease, box-shadow .15s ease, transform .12s ease;
}

.x25-retainer__gatebtn:disabled{
  opacity:.55;
  cursor:not-allowed;
}

.x25-retainer__formrow{
  margin:0 0 12px;
}

.x25-retainer__formrow--calc{
  margin-top:2px;
}

.x25-retainer__formgrid{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:14px;
  align-items:end;
}

.x25-retainer__stepper{
  display:flex;
  align-items:center;
  gap:10px;
}

.x25-retainer__stepbtn{
  width:44px;
  height:44px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.14);
  background:#fff;
  font-weight:900;
  font-size:1.15rem;
  line-height:1;
  color:rgba(0,0,0,.80);
  cursor:pointer;
}

.x25-retainer__stepbtn:hover{
  border-color:rgba(26,65,55,.35);
  box-shadow:0 8px 16px rgba(26,65,55,.10);
}

.x25-retainer__stepbtn:active{
  transform:translateY(1px);
}

.x25-retainer__stepbtn:disabled{
  opacity:.55;
  cursor:not-allowed;
}

.x25-retainer__inputwrap{
  position:relative;
  flex:1;
  min-width:0;
}

.x25-retainer__input{
  width:100%;
  height:44px;
  padding:9px 44px 9px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.14);
  background:#fff;
  font-weight:700;
  outline:none;
  line-height:1.2;
  font-size: 17px;
}

.x25-retainer__input:focus{
  border-color:rgba(26,65,55,.45);
  box-shadow:0 0 0 4px rgba(26,65,55,.10);
}

.x25-retainer__input:disabled{
  opacity:.55;
  cursor:not-allowed;
}

.x25-retainer__unit{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  font-weight:900;
  color:rgba(0,0,0,.55);
}

.x25-retainer__rates{
  display:grid;
  gap:10px;
  margin-top:12px;
  position:relative;
}

.x25-retainer__rate{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(255,255,255,.82);
}

.x25-retainer__ratekey{
  color:rgba(0,0,0,.65);
  font-weight:800;
}

.x25-retainer__rateval{
  font-weight:900;
  letter-spacing:.01em;
  color:rgba(0,0,0,.82);
}

.x25-retainer__rate--total{
  border-color:rgba(26,65,55,.18);
  background:linear-gradient(180deg,rgba(26,65,55,.07) 0%,rgba(255,255,255,.90) 100%);
}

.x25-retainer__rateval--strong{
  color:#1a4137;
}

.x25-retainer__ratesnote{
  margin-top:2px;
  font-size:.90rem;
  color:rgba(0,0,0,.58);
}

.x25-retainer__rates--locked .x25-retainer__rate{
  filter:blur(3px);
  opacity:.55;
  user-select:none;
  pointer-events:none;
}

.x25-retainer__infobox{
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:16px 16px 14px;
  background:rgba(255,255,255,.82);
}

.x25-retainer__painbox{
  margin:0 0 12px;
  border-bottom:1px solid rgba(0,0,0,.06);
  padding-bottom:12px;
}

.x25-retainer__painhead{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}

.x25-retainer__paintitle{
  font-weight:900;
  font-size:.98rem;
  margin:0;
}

.x25-retainer__painsub{
  color:rgba(0,0,0,.60);
  font-size:.88rem;
  line-height:1.35;
  text-align:right;
  margin:2px 0 0;
}

.x25-retainer__painlist{
  margin:0;
  padding-left:18px;
  color:rgba(0,0,0,.70);
  line-height:1.5;
}

.x25-retainer__painlist li{
  margin:6px 0;
}

.x25-retainer__howbox{
  padding-top:2px;
}

.x25-retainer__boxtitle{
  margin:0 0 10px;
  font-size:1.02rem;
  font-weight:900;
}

.x25-retainer__bullets--compact{
  margin:0;
  padding-left:18px;
}

.x25-retainer__ctaBox{
  margin-top:auto;
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(26,65,55,.06) 0%,rgba(255,255,255,.90) 100%);
  padding:14px;
}

.x25-retainer__cta{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin:0;
}

.x25-retainer__btn{
  background: linear-gradient(135deg, #0b2a5b 0, #3b2aa6 45%, #7a2bbf 100%);
  border: 0;
  color: #fff;
  padding: 6px 22px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100%;
  flex: 0 0 auto !important;
  align-self: flex-start;
  box-shadow: 0 10px 24px rgba(27, 16, 76, .28);
  background-size: 140% 140%;
  background-position: 0 50%;
  transition: background-position .35s ease, filter .15s ease, box-shadow .15s ease, transform .12s ease;
}

.x25-retainer__btn:hover{
  color:#fff;
  filter:brightness(.98);
}

.x25-retainer__foot{
  margin-top:10px;
  color:rgba(0,0,0,.60);
  font-size:.92rem;
  line-height:1.55;
}

@media (max-width:991px){
  .x25-retainer{
    padding:20px 0 25px;
  }

  .x25-retainer__grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .x25-retainer__card{
    padding:18px 18px 16px;
  }

  .x25-retainer__big{
    font-size:1.28rem;
  }

  .x25-retainer__calcinner{
    grid-template-columns:1fr;
    padding:16px;
    gap:14px;
  }

  .x25-retainer__gategrid{
    grid-template-columns:1fr;
  }

  .x25-retainer__field--span2{
    grid-column:auto;
  }

  .x25-retainer__formgrid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .x25-retainer__painhead{
    flex-direction:column;
  }

  .x25-retainer__painsub{
    text-align:left;
  }

  .x25-retainer__ctaBox{
    margin-top:8px;
  }
}

.x25-retainer__calcinner{align-items:flex-start;}
.x25-retainer__calcright{align-self:flex-start;}
.x25-retainer__ctaBox{margin-top:0;}
.x25-retainer__rate{align-items:flex-start;}
.x25-retainer__rateval{padding-top:1px;}
.x25-retainer__ratekey{display:flex;flex-direction:column;align-items:flex-start;gap:6px;line-height:1.15;}

.x25-retainer__ratekeysub,
#x25RateHourExtra,
#x25RateDayExtra,
#x25RetainerTotalExtra{
  box-sizing:border-box;
  display:inline-flex;
  align-items:center;
  gap:6px;
  height:16px;
  line-height:16px;
  padding:12px 8px;
  margin-top:-1px;
  border-radius:999px;
  border:1px solid rgba(60,64,67,.18);
  background:rgba(60,64,67,.06);
  font-size:.78em;
  font-weight:400;
  letter-spacing:.01em;
  color:rgba(60,64,67,.88);
  white-space:nowrap;
  width:max-content;
  max-width:100%;
}

.x25-retainer__ratekeysub::before,
#x25RateHourExtra::before,
#x25RateDayExtra::before,
#x25RetainerTotalExtra::before{
  content:none;
}

.x25-retainer__ratekeysub--on{
  color:#1a4137;
  border-color:rgba(34,197,94,.32);
  background:rgba(34,197,94,.10);
}

.x25-retainer__ratekeysub--on::before{
  background:#22c55e;
}

.x25-retainer__rates--locked .x25-retainer__ratekeysub,
.x25-retainer__rates--locked #x25RateHourExtra,
.x25-retainer__rates--locked #x25RateDayExtra,
.x25-retainer__rates--locked #x25RetainerTotalExtra{
  opacity:0;
}
#x25RetainerCurrency[disabled]{
  opacity:.78;
  filter:saturate(.92);
  cursor:not-allowed;
}
#x25RetainerCurrency[disabled] option{
  color:rgba(60,64,67,.88);
}

.x25-partner{
  padding:24px 0 0px;
  background:linear-gradient(180deg,#ffffff 0%,#f7f9ff 50%,#ffffff 100%);
}

.x25-partner .mcHpSectionBadge{
  margin:0 auto 12px;
}

@media (max-width:991px){
  .x25-partner{
    padding:24px 0 25px;
  }
}

.x25-partner{
  padding-top:43px;
  background:linear-gradient(180deg,#ffffff 0%,#f7f9ff 50%,#ffffff 100%);
}

#partnerschaft{
  scroll-margin-top:96px;
}

.x25-underline-link{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: rgba(255,255,255,.85);
  text-decoration-skip-ink: auto;
  transition: text-decoration-thickness .15s ease, text-underline-offset .15s ease, text-decoration-color .15s ease;
}

.x25-underline-link:hover,
.x25-underline-link:focus,
.x25-underline-link:focus-visible,
.x25-underline-link:active{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: rgba(255,255,255,1);
}

.x25-underline-link:visited{
  text-decoration-line: underline;
}

#mc-hp-chatbox .mcHpChatHeader{
  position:relative;
}

#mc-hp-chatbox #mc-hp-chart-btn,
#mc-hp-chatbox #mc-hp-fullscreen-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  min-width:34px;
  height:34px;
  line-height:1;
  border-radius:10px;
}

#mc-hp-chatbox #mc-hp-chart-btn{
  position:static !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  transform:none !important;
  margin-left:8px;
  background:transparent !important;
}

#mc-hp-chatbox #mc-hp-fullscreen-btn{
  margin-left:8px;
}

@media (max-width:420px){
  #mc-hp-chatbox #mc-hp-chart-btn{
    margin-left:6px;
  }
  #mc-hp-chatbox #mc-hp-fullscreen-btn{
    margin-left:6px;
  }
}

#mc-hp-chart-overlay .mcHpHomeChartCanvasWrap{
  background:transparent !important;
}

body.x25-partner__overlay-open {
  overflow: hidden;
}

.x25-partner__meta-row {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  flex-wrap: wrap;
}

.x25-partner__meta-item {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.x25-partner__spinner-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px 0 80px;
  background: linear-gradient(135deg, #f0f6ff 0%, #e6f1ff 50%, #dcecff 100%);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .x25-partner__spinner-wrap {
    margin-top: 60px;
    margin-bottom: 0;
  }
}

.x25-partner__spinner-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 35%);
  pointer-events: none;
}

@keyframes x25PartnerButtonBreath {
  0%, 100% {
    box-shadow:
      0 12px 28px rgba(15, 23, 42, 0.22),
      0 0 0 1px rgba(255, 255, 255, 0.12),
      inset 0 -5px 14px rgba(0, 0, 0, 0.12);
  }
  22% {
    box-shadow:
      0 14px 30px rgba(15, 23, 42, 0.24),
      0 0 0 3px rgba(255, 224, 65, 0.04),
      inset 0 -5px 14px rgba(0, 0, 0, 0.12);
  }
  48% {
    box-shadow:
      0 16px 34px rgba(15, 23, 42, 0.26),
      0 0 0 6px rgba(255, 224, 65, 0.06),
      0 0 18px rgba(255, 224, 65, 0.08),
      inset 0 -5px 14px rgba(0, 0, 0, 0.12);
  }
  74% {
    box-shadow:
      0 14px 31px rgba(15, 23, 42, 0.24),
      0 0 0 3px rgba(255, 224, 65, 0.04),
      inset 0 -5px 14px rgba(0, 0, 0, 0.12);
  }
}

@keyframes x25PartnerButtonAura {
  0%, 100% {
    transform: translate(-50%, -50%) scale(0.985);
    opacity: 0.2;
  }
  26% {
    transform: translate(-50%, -50%) scale(1.005);
    opacity: 0.24;
  }
  52% {
    transform: translate(-50%, -50%) scale(1.03);
    opacity: 0.32;
  }
  76% {
    transform: translate(-50%, -50%) scale(1.012);
    opacity: 0.24;
  }
}

@keyframes x25PartnerButtonRingPulse {
  0%, 100% {
    opacity: 0.42;
    transform: translate(-50%, -50%) scale(1);
    box-shadow:
      0 0 0 2px rgba(255, 215, 0, 0.42),
      0 0 0 10px rgba(255, 215, 0, 0.10),
      0 0 24px rgba(255, 196, 0, 0.12);
  }
  50% {
    opacity: 0.82;
    transform: translate(-50%, -50%) scale(1.055);
    box-shadow:
      0 0 0 3px rgba(255, 215, 0, 0.62),
      0 0 0 18px rgba(255, 215, 0, 0.16),
      0 0 36px rgba(255, 196, 0, 0.20);
  }
}

@keyframes x25PartnerOverlayFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.x25-partner__spinner-head {
  text-align: center;
  margin-bottom: 42px;
  position: relative;
  z-index: 1;
}

.x25-partner__spinner-layout {
  display: grid;
  grid-template-columns: 520px 440px;
  justify-content: center;
  align-items: center;
  column-gap: 72px;
  row-gap: 0;
  max-width: 1032px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.x25-partner__spinner-col {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.x25-partner__spinner-container {
  position: relative;
  width: 520px;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transform: translateX(-20px);
}

.x25-partner__spinner-rotor {
  position: absolute;
  inset: 0;
  transition: transform 4s cubic-bezier(0.17, 0.67, 0.12, 0.99);
}

.x25-partner__spinner-wheel {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    conic-gradient(
      from -30deg,
      #24b89b 0deg 60deg,
      #d9176f 60deg 120deg,
      #e24531 120deg 180deg,
      #358dca 180deg 240deg,
      #f09414 240deg 300deg,
      #9551b8 300deg 360deg
    );
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.75),
    0 18px 40px rgba(15, 23, 42, 0.16),
    inset 0 0 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.x25-partner__spinner-wheel::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.18), transparent 55%);
  pointer-events: none;
}

.x25-partner__spinner-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.x25-partner__spinner-label {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  max-width: 130px;
  transform: translate(-50%, -50%);
  font-size: 0.93rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.28;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.x25-partner__spinner-label--1 {
  transform: translate(-50%, -50%) translate(0, -155px);
}

.x25-partner__spinner-label--2 {
  transform: translate(-50%, -50%) translate(135px, -78px);
}

.x25-partner__spinner-label--3 {
  transform: translate(-50%, -50%) translate(135px, 78px);
}

.x25-partner__spinner-label--4 {
  transform: translate(-50%, -50%) translate(0, 155px);
}

.x25-partner__spinner-label--5 {
  transform: translate(-50%, -50%) translate(-135px, 78px);
}

.x25-partner__spinner-label--6 {
  transform: translate(-50%, -50%) translate(-135px, -78px);
}

.x25-partner__spinner-pointer {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #ffd700;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.28));
  z-index: 5;
}

.x25-partner__spinner-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 146px;
  height: 146px;
  transform: translate(-50%, -50%);
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: linear-gradient(135deg, #f5d800 0%, #ffe84d 56%, #ffd82b 100%);
  box-shadow:
    0 12px 28px rgba(15, 23, 42, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.12),
    inset 0 -5px 14px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  cursor: pointer;
  z-index: 6;
  isolation: auto;
  animation: x25PartnerButtonBreath 6.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    opacity 0.22s ease;
  will-change: box-shadow, transform;
}

.x25-partner__spinner-btn-aura {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.x25-partner__spinner-btn-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: x25PartnerButtonRingPulse 2.2s ease-in-out infinite;
}

.x25-partner__spinner-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  transform: translate(-50%, -50%) scale(0.985);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 231, 92, 0.24) 0%, rgba(255, 231, 92, 0.12) 46%, rgba(255, 231, 92, 0.05) 62%, rgba(255, 231, 92, 0) 78%);
  pointer-events: none;
  z-index: -1;
  animation: x25PartnerButtonAura 6.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.x25-partner__spinner-btn::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.16) 22%, rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 36%, rgba(255, 255, 255, 0) 60%);
  opacity: 0.78;
  pointer-events: none;
}

.x25-partner__spinner-btn:hover {
  transform: translate(-50%, calc(-50% - 2px));
  background: linear-gradient(135deg, #f7dd11 0%, #ffeb5b 56%, #ffd932 100%);
  box-shadow:
    0 16px 32px rgba(15, 23, 42, 0.26),
    0 0 0 5px rgba(255, 224, 65, 0.08),
    0 0 20px rgba(255, 224, 65, 0.12),
    inset 0 -5px 14px rgba(0, 0, 0, 0.12);
  animation: none;
}

.x25-partner__spinner-btn:hover::before {
  animation: none;
  opacity: 0.38;
  transform: translate(-50%, -50%) scale(1.03);
}

.x25-partner__spinner-btn:hover .x25-partner__spinner-btn-ring {
  animation-duration: 1.7s;
}

.x25-partner__spinner-btn:active {
  transform: translate(-50%, calc(-50% - 1px));
  background: linear-gradient(135deg, #efd100 0%, #ffe13e 56%, #f9d221 100%);
  box-shadow:
    0 11px 24px rgba(15, 23, 42, 0.22),
    0 0 0 3px rgba(255, 224, 65, 0.08),
    0 0 12px rgba(255, 224, 65, 0.08),
    inset 0 -5px 14px rgba(0, 0, 0, 0.12);
  animation: none;
}

.x25-partner__spinner-btn:active::before {
  animation: none;
  opacity: 0.28;
  transform: translate(-50%, -50%) scale(1.01);
}

.x25-partner__spinner-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  animation: none;
}

.x25-partner__spinner-btn:disabled::before {
  animation: none;
  opacity: 0.14;
  transform: translate(-50%, -50%) scale(1);
}

.x25-partner__spinner-btn:disabled .x25-partner__spinner-btn-ring,
.x25-partner__spinner-btn--spun .x25-partner__spinner-btn-ring,
.x25-partner__spinner-btn--spun:disabled .x25-partner__spinner-btn-ring {
  animation: none;
  opacity: 0.28;
  transform: translate(-50%, -50%) scale(1);
  box-shadow:
    0 0 0 2px rgba(255, 215, 0, 0.22),
    0 0 0 10px rgba(255, 215, 0, 0.08),
    0 0 22px rgba(255, 196, 0, 0.10);
}

.x25-partner__spinner-btn--spun,
.x25-partner__spinner-btn--spun:disabled {
  opacity: 1;
  cursor: default;
  background: linear-gradient(135deg, #2158c9 0%, #2f6df2 48%, #5ea1ff 100%);
  box-shadow:
    0 14px 32px rgba(15, 23, 42, 0.28),
    0 0 0 4px rgba(97, 153, 255, 0.14),
    0 0 18px rgba(97, 153, 255, 0.14),
    inset 0 -5px 14px rgba(0, 0, 0, 0.14);
}

.x25-partner__spinner-btn--spun::before,
.x25-partner__spinner-btn--spun:disabled::before {
  opacity: 0.2;
  animation: none;
}

.x25-partner__spinner-btn-text {
  position: relative;
  z-index: 1;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #27437a;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.32);
  max-width: 95px;
  display: inline-block;
  letter-spacing: 0.01em;
}

.x25-partner__spinner-btn--spun .x25-partner__spinner-btn-text,
.x25-partner__spinner-btn--spun:disabled .x25-partner__spinner-btn-text {
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
}

.x25-partner__form-wrapper {
  width: 100%;
  max-width: 440px;
  min-height: 420px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.x25-partner__result-badge {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  row-gap: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 12px;
  padding: 12px 18px;
  border: 1px solid #8ac8f4;
  border-radius: 10px;
  background: linear-gradient(135deg, #e6f5ff 0%, #c7e7ff 100%);
  text-align: left;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.x25-partner__result-badge.is-active {
  background: linear-gradient(135deg, #3d7cf0 0%, #2c64e3 100%);
  border-color: #2450c8;
}

.x25-partner__result-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(61, 124, 240, 0.18);
  color: #3d7cf0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  flex-shrink: 0;
}

.x25-partner__result-badge.is-active .x25-partner__result-icon {
  background: rgba(255, 255, 255, 0.26);
  color: #fff;
}

.x25-partner__result-title {
  min-width: 0;
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.28;
  color: #2f56a7;
  text-align: left;
  white-space: normal;
  word-break: break-word;
}

.x25-partner__result-badge.is-active .x25-partner__result-title {
  color: #fff;
}

.x25-partner__result-meta {
  margin: 0 auto 22px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5f6f92;
  text-align: center;
  max-width: 420px;
  min-height: 44px;
}

.x25-partner__bonus-form {
  display: block;
}

.x25-partner__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 10px;
}

.x25-partner__form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.x25-partner__form-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 4px;
}

.x25-partner__form-input {
  padding: 10px 14px;
  border: 2px solid #e5e7eb;
  border-radius: 6px;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  background: #fff;
}

.x25-partner__form-input:disabled {
  background: #f9fafb;
  color: #9ca3af;
  cursor: not-allowed;
}

.x25-partner__form-input:focus:not(:disabled) {
  outline: none;
  border-color: #3d7cf0;
  box-shadow: 0 0 0 3px rgba(61, 124, 240, 0.12);
}

.x25-partner__form-checkbox {
  margin: 12px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.x25-partner__form-checkbox input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
}

.x25-partner__form-checkbox input[type="checkbox"]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.x25-partner__form-checkbox label {
  font-size: 0.8rem;
  color: #6b7280;
  line-height: 1.5;
}

.x25-partner__form-msg {
  display: none;
  margin-bottom: 12px;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 0.875rem;
}

.x25-partner__form-msg--error {
  display: block;
  background: #fee2e2;
  border: 1px solid #fca5a5;
  color: #991b1b;
}

.x25-partner__form-msg--info {
  display: block;
  background: #dbeafe;
  border: 1px solid #93c5fd;
  color: #1e40af;
}

.x25-partner__submit-btn {
  width: 100%;
  padding: 13px 28px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #3d7cf0 0%, #2c64e3 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(61, 124, 240, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.x25-partner__submit-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(61, 124, 240, 0.34);
}

.x25-partner__submit-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.x25-partner__bonus-success {
  text-align: center;
  padding: 32px 20px;
}

.x25-partner__success-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3d7cf0 0%, #2c64e3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: #fff;
}

.x25-partner__success-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e40af;
  margin-bottom: 10px;
}

.x25-partner__success-text {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.6;
}

.x25-partner__spin-decision[hidden] {
  display: none !important;
}

.x25-partner__spin-decision {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.52);
  backdrop-filter: blur(4px);
  z-index: 2147483644;
}

.x25-partner__spin-decision.is-visible {
  animation: x25PartnerOverlayFade 0.18s ease;
}

.x25-partner__spin-decision-card {
  width: min(100%, 520px);
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 25px 70px rgba(15, 23, 42, 0.28);
}

.x25-partner__spin-decision-title {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
  color: #1f3f88;
  margin-bottom: 10px;
  text-align: center;
}

.x25-partner__spin-decision-text {
  font-size: 0.97rem;
  line-height: 1.6;
  color: #475569;
  text-align: center;
}

.x25-partner__spin-decision-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.x25-partner__spin-decision-btn {
  min-height: 48px;
  border-radius: 10px;
  font-size: 0.96rem;
  font-weight: 700;
  transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}

.x25-partner__spin-decision-btn:hover {
  transform: translateY(-1px);
}

.x25-partner__spin-decision-btn--secondary {
  background: #eef2ff;
  color: #24408f;
  border: 1px solid #c7d2fe;
}

.x25-partner__spin-decision-btn--primary {
  background: linear-gradient(135deg, #2158c9 0%, #2f6df2 48%, #5ea1ff 100%);
  color: #fff;
  box-shadow: 0 10px 22px rgba(33, 88, 201, 0.24);
}

@media (max-width: 991px) {
  .x25-partner__spinner-wrap {
    padding: 40px 24px 60px;
  }

  .x25-partner__spinner-layout {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 42px;
    max-width: 100%;
  }

  .x25-partner__spinner-container {
    width: 420px;
    height: 420px;
    transform: none;
  }

  .x25-partner__spinner-label {
    width: 112px;
    max-width: 112px;
    font-size: 0.84rem;
  }

  .x25-partner__spinner-label--1 {
    transform: translate(-50%, -50%) translate(0, -126px);
  }

  .x25-partner__spinner-label--2 {
    transform: translate(-50%, -50%) translate(110px, -63px);
  }

  .x25-partner__spinner-label--3 {
    transform: translate(-50%, -50%) translate(110px, 63px);
  }

  .x25-partner__spinner-label--4 {
    transform: translate(-50%, -50%) translate(0, 126px);
  }

  .x25-partner__spinner-label--5 {
    transform: translate(-50%, -50%) translate(-110px, 63px);
  }

  .x25-partner__spinner-label--6 {
    transform: translate(-50%, -50%) translate(-110px, -63px);
  }

  .x25-partner__spinner-btn {
    width: 128px;
    height: 128px;
  }

  .x25-partner__spinner-btn-ring {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
  }

  .x25-partner__form-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .x25-partner__spinner-wrap {
    padding: 34px 18px 28px;
    margin-top: 15px;
  }

  .x25-partner__spinner-container {
    width: 320px;
    height: 320px;
    transform: none;
  }

  .x25-partner__spinner-label {
    width: 92px;
    max-width: 92px;
    font-size: 0.72rem;
  }

  .x25-partner__spinner-label--1 {
    transform: translate(-50%, -50%) translate(0, -95px);
  }

  .x25-partner__spinner-label--2 {
    transform: translate(-50%, -50%) translate(82px, -47px);
  }

  .x25-partner__spinner-label--3 {
    transform: translate(-50%, -50%) translate(82px, 47px);
  }

  .x25-partner__spinner-label--4 {
    transform: translate(-50%, -50%) translate(0, 95px);
  }

  .x25-partner__spinner-label--5 {
    transform: translate(-50%, -50%) translate(-82px, 47px);
  }

  .x25-partner__spinner-label--6 {
    transform: translate(-50%, -50%) translate(-82px, -47px);
  }

  .x25-partner__spinner-pointer {
    top: -16px;
    border-left-width: 16px;
    border-right-width: 16px;
    border-top-width: 24px;
  }

  .x25-partner__spinner-btn {
    width: 102px;
    height: 102px;
    border-width: 6px;
  }

  .x25-partner__spinner-btn-ring {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }

  .x25-partner__spinner-btn-text {
    font-size: 0.86rem;
    max-width: 78px;
  }

  .x25-partner__form-wrapper {
    padding: 22px 18px;
  }

  .x25-partner__form-row {
    grid-template-columns: 1fr;
  }

  .x25-partner__result-badge {
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 8px;
    padding: 10px 12px;
  }

  .x25-partner__result-icon {
    width: 32px;
    height: 32px;
    font-size: 1.05rem;
    line-height: 1;
    flex: 0 0 32px;
  }

  .x25-partner__result-title {
    font-size: 0.84rem;
    line-height: 1.18;
  }

  .x25-partner__result-meta {
    font-size: 0.82rem;
    min-height: 52px;
  }

  .x25-partner__spin-decision {
    padding: 16px;
  }

  .x25-partner__spin-decision-card {
    padding: 18px;
    border-radius: 16px;
  }

  .x25-partner__spin-decision-title {
    font-size: 1.08rem;
  }

  .x25-partner__spin-decision-text {
    font-size: 0.9rem;
  }

  .x25-partner__spin-decision-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 389px) {
  .x25-partner__result-title {
    font-size: 0.76rem;
  }

  .x25-partner__result-meta {
    font-size: 0.78rem;
  }
}

#mcBlogSidebarList .mc-blog-sidecard-title,
#mcBlogSidebarList .blog-card--article h5,
#mcBlogSidebarList .blog-card--article h6 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.38;
  font-weight: 700;
  color: #132c52;
  padding: 10px;
}

.mapper-dashboard-demo-head {
  margin: 0 auto 28px;
}

.mapper-dashboard-demo-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(53,92,255,0.10);
  color: #355cff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}

.mapper-dashboard-demo-head h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
  color: #0f274f;
}

.mapper-dashboard-demo-lead {
  margin: 0;
  font-size: 18px;
  line-height: 1.72;
  color: #516b8f;
}

.mapper-dashboard-demo-card {
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17,50,99,0.08);
  box-shadow: 0 18px 48px rgba(17,42,91,0.07);
  height: 100%;
}

.mapper-dashboard-demo-visual {
  padding: 18px;
  background: linear-gradient(180deg, #f9fbff 0%, #edf3ff 100%);
  border-bottom: 1px solid rgba(17,50,99,0.06);
}

.mapper-dashboard-demo-mini {
  border-radius: 20px;
  background: #ffffff;
  padding: 16px;
  min-height: 286px;
  box-shadow: inset 0 0 0 1px rgba(17,50,99,0.05);
}

.mapper-dashboard-demo-mini--currency {
  min-height: 360px;
}

.mapper-dashboard-demo-mini-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  color: #5f7696;
}

.mapper-dashboard-demo-body {
  padding: 22px 22px 24px;
}

.mapper-dashboard-demo-body h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
  color: #12304f;
}

.mapper-dashboard-demo-body p {
  margin: 0;
  color: #5e7392;
  line-height: 1.75;
}

.mapper-dashboard-demo-status-grid {
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 6px;
}

.mapper-dashboard-demo-donut {
  position: relative;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: conic-gradient(#355cff 0 68%, #7f56d9 68% 86%, #18b8a8 86% 95%, #ef4444 95% 100%);
}

.mapper-dashboard-demo-donut::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(17,50,99,0.05);
}

.mapper-dashboard-demo-donut-center {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #12304f;
}

.mapper-dashboard-demo-donut-center strong {
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.mapper-dashboard-demo-donut-center small {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #6a809f;
}

.mapper-dashboard-demo-status-meta {
  display: grid;
  gap: 10px;
}

.mapper-dashboard-demo-status-box {
  min-height: 60px;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(248,251,255,1) 0%, rgba(239,245,255,1) 100%);
  border: 1px solid rgba(17,50,99,0.07);
}

.mapper-dashboard-demo-status-box strong {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  color: #12304f;
}

.mapper-dashboard-demo-status-box span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #5e7392;
}

.mapper-dashboard-demo-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 16px;
  font-size: 13px;
  color: #5e7392;
}

.mapper-dashboard-demo-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.mapper-dashboard-demo-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.mapper-dashboard-demo-dot--blue {
  background: #355cff;
}

.mapper-dashboard-demo-dot--violet {
  background: #7f56d9;
}

.mapper-dashboard-demo-dot--mint {
  background: #18b8a8;
}

.mapper-dashboard-demo-dot--red {
  background: #ef4444;
}

.mapper-dashboard-demo-bars {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.mapper-dashboard-demo-bar-row {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
}

.mapper-dashboard-demo-bar-row span,
.mapper-dashboard-demo-bar-row strong {
  font-size: 13px;
  font-weight: 700;
}

.mapper-dashboard-demo-bar-row span {
  color: #4d6485;
}

.mapper-dashboard-demo-bar-row strong {
  color: #12304f;
}

.mapper-dashboard-demo-bar-track,
.mapper-dashboard-demo-quality-track {
  height: 12px;
  border-radius: 999px;
  background: #e8eef9;
  overflow: hidden;
}

.mapper-dashboard-demo-bar-fill,
.mapper-dashboard-demo-quality-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.mapper-dashboard-demo-bar-fill--eur {
  width: 92%;
  background: linear-gradient(90deg, #355cff 0%, #6a76ff 100%);
}

.mapper-dashboard-demo-bar-fill--chf {
  width: 66%;
  background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
}

.mapper-dashboard-demo-bar-fill--usd {
  width: 38%;
  background: linear-gradient(90deg, #18b8a8 0%, #0f9b8c 100%);
}

.mapper-dashboard-demo-bar-fill--gbp {
  width: 28%;
  background: linear-gradient(90deg, #8b5cf6 0%, #7c3aed 100%);
}

.mapper-dashboard-demo-bar-fill--pln {
  width: 22%;
  background: linear-gradient(90deg, #ec4899 0%, #db2777 100%);
}

.mapper-dashboard-demo-bar-fill--sek {
  width: 16%;
  background: linear-gradient(90deg, #06b6d4 0%, #0891b2 100%);
}

.mapper-dashboard-demo-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.mapper-dashboard-demo-kpi-card {
  min-height: 68px;
  padding: 12px 12px 10px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(248,251,255,1) 0%, rgba(239,245,255,1) 100%);
  border: 1px solid rgba(17,50,99,0.07);
}

.mapper-dashboard-demo-kpi-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  color: #12304f;
}

.mapper-dashboard-demo-kpi-card span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #5e7392;
}

.mapper-dashboard-demo-calendar-months {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  padding-left: 42px;
  font-size: 11px;
  font-weight: 700;
  color: #7a8ea9;
}

.mapper-dashboard-demo-calendar-shell {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
}

.mapper-dashboard-demo-calendar-weekdays {
  display: grid;
  gap: 8px;
  padding-top: 2px;
}

.mapper-dashboard-demo-calendar-weekdays span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #7a8ea9;
}

.mapper-dashboard-demo-calendar-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.mapper-dashboard-demo-calendar-cell {
  min-height: 28px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #12304f;
  border: 1px solid rgba(17,50,99,0.05);
}

.mapper-dashboard-demo-calendar-cell--l1 {
  background: rgba(53,92,255,0.08);
}

.mapper-dashboard-demo-calendar-cell--l2 {
  background: rgba(53,92,255,0.16);
}

.mapper-dashboard-demo-calendar-cell--l3 {
  background: rgba(127,86,217,0.18);
}

.mapper-dashboard-demo-calendar-cell--l4 {
  background: rgba(245,158,11,0.24);
}

.mapper-dashboard-demo-calendar-note {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(53,92,255,0.06);
  color: #5e7392;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.mapper-dashboard-demo-trendchart {
  position: relative;
  height: 186px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(247,250,255,1) 0%, rgba(238,244,255,1) 100%);
  overflow: hidden;
}

.mapper-dashboard-demo-trendchart::before,
.mapper-dashboard-demo-trendchart::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 1px;
  background: rgba(17,50,99,0.08);
}

.mapper-dashboard-demo-trendchart::before {
  top: 52px;
}

.mapper-dashboard-demo-trendchart::after {
  top: 108px;
}

.mapper-dashboard-demo-trendbars {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 112px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

.mapper-dashboard-demo-trendbar {
  display: block;
  border-radius: 10px 10px 4px 4px;
  background: rgba(127,86,217,0.18);
}

.mapper-dashboard-demo-trendbar--01 {
  height: 40px;
}

.mapper-dashboard-demo-trendbar--02 {
  height: 54px;
}

.mapper-dashboard-demo-trendbar--03 {
  height: 46px;
}

.mapper-dashboard-demo-trendbar--04 {
  height: 84px;
}

.mapper-dashboard-demo-trendbar--05 {
  height: 58px;
}

.mapper-dashboard-demo-trendbar--06 {
  height: 34px;
}

.mapper-dashboard-demo-trendbar--07 {
  height: 30px;
}

.mapper-dashboard-demo-trendbar--08 {
  height: 48px;
}

.mapper-dashboard-demo-trendline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mapper-dashboard-demo-trendline polyline {
  filter: drop-shadow(0 6px 14px rgba(53,92,255,0.16));
}

.mapper-dashboard-demo-trendline circle {
  fill: #355cff;
  stroke: rgba(53,92,255,0.22);
  stroke-width: 6;
}

.mapper-dashboard-demo-axis {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #7a8ea9;
}

.mapper-dashboard-demo-radar-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
}

.mapper-dashboard-demo-radar-stage {
  position: relative;
  width: 240px;
  height: 240px;
}

.mapper-dashboard-demo-radar-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mapper-dashboard-demo-radar-svg circle {
  fill: #355cff;
}

.mapper-dashboard-demo-radar-label {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  color: #6a809f;
  line-height: 1;
  white-space: nowrap;
}

.mapper-dashboard-demo-radar-label--top {
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.mapper-dashboard-demo-radar-label--top-right {
  top: 24px;
  right: -8px;
}

.mapper-dashboard-demo-radar-label--right {
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
}

.mapper-dashboard-demo-radar-label--bottom-right {
  right: 2px;
  bottom: 12px;
}

.mapper-dashboard-demo-radar-label--bottom {
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
}

.mapper-dashboard-demo-radar-label--bottom-left {
  left: 8px;
  bottom: 12px;
}

.mapper-dashboard-demo-radar-label--left {
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

.mapper-dashboard-demo-radar-label--top-left {
  top: 24px;
  left: -14px;
}

.mapper-dashboard-demo-quality-list {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.mapper-dashboard-demo-quality-item {
  display: grid;
  gap: 8px;
}

.mapper-dashboard-demo-quality-label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: #5e7392;
}

.mapper-dashboard-demo-quality-label strong {
  color: #12304f;
}

.mapper-dashboard-demo-quality-fill--q1 {
  width: 100%;
  background: linear-gradient(90deg, #355cff 0%, #6a76ff 100%);
}

.mapper-dashboard-demo-quality-fill--q2 {
  width: 99%;
  background: linear-gradient(90deg, #355cff 0%, #7f56d9 100%);
}

.mapper-dashboard-demo-quality-fill--q3 {
  width: 97%;
  background: linear-gradient(90deg, #18b8a8 0%, #0ea5a4 100%);
}

.mapper-dashboard-demo-quality-fill--q4 {
  width: 94%;
  background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
}

.mapper-dashboard-demo-quality-fill--q5 {
  width: 92%;
  background: linear-gradient(90deg, #8b5cf6 0%, #6d28d9 100%);
}

.mapper-dashboard-demo-quality-fill--q6 {
  width: 100%;
  background: linear-gradient(90deg, #0ea5a4 0%, #14b8a6 100%);
}

.mapper-dashboard-demo-foot {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(17,50,99,0.08);
}

.mapper-dashboard-demo-foot-copy {
  max-width: 980px;
}

.mapper-dashboard-demo-foot-copy strong {
  display: block;
  margin-bottom: 6px;
  color: #12304f;
  font-size: 18px;
}

.mapper-dashboard-demo-foot-copy p {
  margin: 0;
  color: #5e7392;
  line-height: 1.7;
}

.mapper-dashboard-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
}

.mapper-dashboard-demo-actions .btn-twentyOne {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  text-decoration: none;
}

.mapper-dashboard-demo-actions .btn-twentyOne:hover {
  text-decoration: none;
}

.mapper-dashboard-demo-link {
  color: #355cff;
  font-weight: 700;
  text-decoration: none;
}

.mapper-dashboard-demo-link:hover {
  color: #1f49e0;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .mapper-dashboard-demo-status-grid {
    grid-template-columns: 124px 1fr;
  }

  .mapper-dashboard-demo-donut {
    width: 124px;
    height: 124px;
  }

  .mapper-dashboard-demo-kpi-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .mapper-dashboard-demo-teaser {
    padding: 18px 0 28px;
  }

  .mapper-dashboard-demo-shell {
    padding: 26px 18px 22px;
    border-radius: 24px;
  }

  .mapper-dashboard-demo-head {
    margin-bottom: 22px;
  }

  .mapper-dashboard-demo-mini {
    min-height: 270px;
  }

  .mapper-dashboard-demo-mini--currency {
    min-height: 360px;
  }

  .mapper-dashboard-demo-body h3 {
    font-size: 21px;
  }

  .mapper-dashboard-demo-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .mapper-dashboard-demo-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .mapper-dashboard-demo-head h2 {
    font-size: 26px;
  }

  .mapper-dashboard-demo-lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .mapper-dashboard-demo-visual {
    padding: 14px;
  }

  .mapper-dashboard-demo-mini {
    min-height: auto;
    padding: 14px;
  }

  .mapper-dashboard-demo-mini--currency {
    min-height: auto;
  }

  .mapper-dashboard-demo-body {
    padding: 18px 18px 20px;
  }

  .mapper-dashboard-demo-body h3 {
    font-size: 19px;
  }

  .mapper-dashboard-demo-status-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .mapper-dashboard-demo-status-meta {
    width: 100%;
  }

  .mapper-dashboard-demo-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .mapper-dashboard-demo-calendar-months {
    padding-left: 34px;
    font-size: 10px;
  }

  .mapper-dashboard-demo-calendar-shell {
    grid-template-columns: 24px 1fr;
    gap: 8px;
  }

  .mapper-dashboard-demo-calendar-weekdays span {
    min-height: 24px;
    font-size: 10px;
  }

  .mapper-dashboard-demo-calendar-grid {
    gap: 6px;
  }

  .mapper-dashboard-demo-calendar-cell {
    min-height: 24px;
    font-size: 10px;
    border-radius: 8px;
  }

  .mapper-dashboard-demo-trendchart {
    height: 166px;
  }

  .mapper-dashboard-demo-trendbars {
    left: 14px;
    right: 14px;
    bottom: 14px;
    gap: 8px;
  }

  .mapper-dashboard-demo-radar-shell {
    min-height: 214px;
  }

  .mapper-dashboard-demo-radar-stage {
    width: 214px;
    height: 214px;
  }

  .mapper-dashboard-demo-radar-label {
    font-size: 11px;
  }

  .mapper-dashboard-demo-radar-label--right {
    right: -16px;
  }

  .mapper-dashboard-demo-radar-label--left {
    left: -2px;
  }

  .mapper-dashboard-demo-kpi-card {
    min-height: 62px;
    padding: 10px;
  }

  .mapper-dashboard-demo-kpi-card strong {
    font-size: 16px;
  }
}

@media (max-width: 479.98px) {
  .mapper-dashboard-demo-shell {
    padding: 22px 14px 18px;
  }

  .mapper-dashboard-demo-kicker {
    min-height: 30px;
    padding: 5px 12px;
    font-size: 12px;
  }

  .mapper-dashboard-demo-kpi-grid {
    grid-template-columns: 1fr;
  }

  .mapper-dashboard-demo-radar-stage {
    width: 192px;
    height: 192px;
  }

  .mapper-dashboard-demo-radar-label--top-right {
    right: -2px;
  }

  .mapper-dashboard-demo-radar-label--top-left {
    left: -4px;
  }
}

.mapper-dashboard-demo-shell {
  position: relative;
  border-radius: 30px;
  padding: 38px 28px 30px;
  background:
    radial-gradient(circle at top left, rgba(53,92,255,0.10), transparent 34%),
    radial-gradient(circle at bottom right, rgba(127,86,217,0.10), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(17,50,99,0.08);
  box-shadow: 0 24px 70px rgba(17,42,91,0.08);
}

@media (max-width: 991.98px) {
  .mapper-dashboard-demo-teaser {
    padding: 18px 0 28px;
  }

  .mapper-dashboard-demo-shell {
    padding: 26px 18px 22px;
    border-radius: 24px;
  }

  .mapper-dashboard-demo-head {
    margin-bottom: 22px;
  }

  .mapper-dashboard-demo-mini {
    min-height: 270px;
  }

  .mapper-dashboard-demo-mini--currency {
    min-height: 360px;
  }

  .mapper-dashboard-demo-body h3 {
    font-size: 21px;
  }

  .mapper-dashboard-demo-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .mapper-dashboard-demo-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .mapper-dashboard-demo-head h2 {
    font-size: 26px;
  }

  .mapper-dashboard-demo-lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .mapper-dashboard-demo-visual {
    padding: 14px;
  }

  .mapper-dashboard-demo-mini {
    min-height: auto;
    padding: 14px;
  }

  .mapper-dashboard-demo-mini--currency {
    min-height: auto;
  }

  .mapper-dashboard-demo-body {
    padding: 18px 18px 20px;
  }

  .mapper-dashboard-demo-body h3 {
    font-size: 19px;
  }

  .mapper-dashboard-demo-status-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .mapper-dashboard-demo-status-meta {
    width: 100%;
  }

  .mapper-dashboard-demo-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .mapper-dashboard-demo-calendar-months {
    padding-left: 34px;
    font-size: 10px;
  }

  .mapper-dashboard-demo-calendar-shell {
    grid-template-columns: 24px 1fr;
    gap: 8px;
  }

  .mapper-dashboard-demo-calendar-weekdays span {
    min-height: 24px;
    font-size: 10px;
  }

  .mapper-dashboard-demo-calendar-grid {
    gap: 6px;
  }

  .mapper-dashboard-demo-calendar-cell {
    min-height: 24px;
    font-size: 10px;
    border-radius: 8px;
  }

  .mapper-dashboard-demo-trendchart {
    height: 166px;
  }

  .mapper-dashboard-demo-trendbars {
    left: 14px;
    right: 14px;
    bottom: 14px;
    gap: 8px;
  }

  .mapper-dashboard-demo-radar-shell {
    min-height: 214px;
  }

  .mapper-dashboard-demo-radar-stage {
    width: 214px;
    height: 214px;
  }

  .mapper-dashboard-demo-radar-label {
    font-size: 11px;
  }

  .mapper-dashboard-demo-radar-label--right {
    right: -16px;
  }

  .mapper-dashboard-demo-radar-label--left {
    left: -2px;
  }

  .mapper-dashboard-demo-kpi-card {
    min-height: 62px;
    padding: 10px;
  }

  .mapper-dashboard-demo-kpi-card strong {
    font-size: 16px;
  }
}

@media (max-width: 479.98px) {
  .mapper-dashboard-demo-shell {
    padding: 22px 14px 18px;
  }

  .mapper-dashboard-demo-kicker {
    min-height: 30px;
    padding: 5px 12px;
    font-size: 12px;
  }

  .mapper-dashboard-demo-kpi-grid {
    grid-template-columns: 1fr;
  }

  .mapper-dashboard-demo-radar-stage {
    width: 192px;
    height: 192px;
  }

  .mapper-dashboard-demo-radar-label--top-right {
    right: -2px;
  }

  .mapper-dashboard-demo-radar-label--top-left {
    left: -4px;
  }
}

.portal-login-split {
  align-items: flex-start;
}

.portal-login-main-col,
.portal-login-mfa-col {
  min-width: 0;
}

.portal-login-mfa-col {
  display: none;
}

.portal-login-mfa-col.is-visible {
  display: block;
}

.portal-login-mfa-panel {
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
}

.portal-login-mfa-panel .alert {
  margin-bottom: 10px;
  padding: .6rem .75rem;
  font-size: .82rem;
  line-height: 1.3;
}

.portal-login-mfa-topcopy {
  font-size: .78rem;
  line-height: 1.3;
  color: #6c757d;
  margin-bottom: 8px;
}

.portal-login-mfa-inner {
  display: block;
}

.portal-login-mfa-inner.has-qr .portal-login-mfa-qr-wrap {
  display: block;
}

.portal-login-mfa-qr-wrap {
  display: none;
}

.portal-login-mfa-qr {
  max-width: 170px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}

.portal-login-mfa-qr svg,
.portal-login-mfa-qr img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.portal-login-mfa-secret-input {
  font-family: monospace;
  letter-spacing: .04em;
}

.portal-login-mfa-actions {
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  #loginModal .modal-dialog.portal-mfa-active {
    max-width: 900px;
  }

  .portal-login-main-col.col-lg-6 {
    padding-right: 10px;
  }

  .portal-login-mfa-col {
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .portal-login-mfa-inner.has-qr {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }
}

@media (max-width: 991.98px) {
  .portal-login-mfa-panel {
    margin-top: 8px;
  }
}

.lang-switch-dropdown{
  position:relative;
}

.lang-switch-dropdown .lang-switch-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:0 !important;
  min-width:64px;
  padding:.52rem .82rem;
  line-height:1;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  color:#fff !important;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
  transition:background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.lang-switch-dropdown .lang-switch-btn:hover,
.lang-switch-dropdown .lang-switch-btn:focus,
.lang-switch-dropdown .lang-switch-btn:focus-visible,
.lang-switch-dropdown .show.lang-switch-btn,
.lang-switch-dropdown .lang-switch-btn[aria-expanded="true"]{
  background:linear-gradient(135deg, rgba(255,255,255,.28), rgba(255,255,255,.14));
  border-color:rgba(255,255,255,.3);
  color:#fff !important;
  transform:translateY(-1px);
  box-shadow:0 14px 30px rgba(0,0,0,.22);
}

.lang-switch-dropdown .lang-switch-btn::after{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  margin-left:.35rem;
  vertical-align:middle;
  border-right:2px solid currentcolor;
  border-bottom:2px solid currentcolor;
  transform:rotate(45deg) translateY(-1px);
  transition:transform .18s ease;
}

.lang-switch-dropdown .show.lang-switch-btn::after,
.lang-switch-dropdown .lang-switch-btn[aria-expanded="true"]::after{
  transform:rotate(-135deg) translateY(-1px);
}

.lang-switch-dropdown .lang-switch-icon{
  display:none !important;
}

.lang-switch-dropdown .icon-text-ll{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1;
  letter-spacing:.02em;
  color:#fff !important;
}

.lang-switch-dropdown .dropdown-menu{
  --bs-dropdown-min-width:auto;
  --bs-dropdown-padding-x:0;
  --bs-dropdown-padding-y:0;
  --bs-dropdown-spacer:0;
  --bs-dropdown-border-width:1px;
  --bs-dropdown-border-color:rgba(255,255,255,.18);
  --bs-dropdown-link-hover-bg:transparent;
  --bs-dropdown-link-active-bg:transparent;
  --bs-dropdown-link-active-color:#0f172a;
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  gap:4px !important;
  width:190px !important;
  min-width:190px !important;
  max-width:none !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:hidden !important;
  padding:8px !important;
  margin-top:.5rem !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.97) !important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 40px rgba(2,6,23,.22) !important;
  transform:translateY(6px) scale(.98) !important;
  transform-origin:top right;
  inset:auto 0 auto auto !important;
  left:auto !important;
  right:0 !important;
  top:calc(100% + 8px) !important;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.lang-switch-dropdown.show > .dropdown-menu,
.lang-switch-dropdown .dropdown-menu.show,
.lang-switch-dropdown .lang-switch-btn[aria-expanded="true"] + .dropdown-menu{
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  transform:translateY(0) scale(1) !important;
}

.lang-switch-dropdown .dropdown-menu li{
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  background:transparent !important;
}

.lang-switch-dropdown .dropdown-menu li:hover,
.lang-switch-dropdown .dropdown-menu li:focus,
.lang-switch-dropdown .dropdown-menu li:focus-within{
  background:transparent !important;
}

.lang-switch-dropdown .dropdown-item{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:.75rem !important;
  width:100% !important;
  min-width:0 !important;
  min-height:46px !important;
  margin:0 !important;
  padding:.62rem .72rem !important;
  border-radius:12px !important;
  font-size:.95rem !important;
  font-weight:600 !important;
  line-height:1.15 !important;
  color:#0f172a !important;
  background:transparent !important;
  text-decoration:none !important;
  box-shadow:none !important;
  transition:background .16s ease, color .16s ease, transform .16s ease;
}

.lang-switch-dropdown .dropdown-item:hover,
.lang-switch-dropdown .dropdown-item:focus,
.lang-switch-dropdown .dropdown-item:focus-visible,
.lang-switch-dropdown .dropdown-menu li:hover > .dropdown-item,
.lang-switch-dropdown .dropdown-menu li:focus-within > .dropdown-item{
  color:#0f172a !important;
  background:linear-gradient(135deg, rgba(59,130,246,.12), rgba(14,165,233,.07)) !important;
}

.lang-switch-dropdown .dropdown-item.active,
.lang-switch-dropdown .dropdown-item.active:hover,
.lang-switch-dropdown .dropdown-item.active:focus,
.lang-switch-dropdown .dropdown-item[aria-current="page"],
.lang-switch-dropdown .dropdown-item[aria-current="page"]:hover,
.lang-switch-dropdown .dropdown-item[aria-current="page"]:focus{
  color:#0f172a !important;
  background:linear-gradient(135deg, rgba(59,130,246,.18), rgba(14,165,233,.10)) !important;
}

.lang-switch-dropdown .dropdown-item:active{
  color:#0f172a !important;
  background:linear-gradient(135deg, rgba(59,130,246,.22), rgba(14,165,233,.14)) !important;
}

.lang-switch-dropdown .lang-option-main{
  display:flex !important;
  align-items:center !important;
  gap:.72rem !important;
  min-width:0 !important;
}

.lang-switch-dropdown .lang-option-code{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:38px !important;
  height:28px !important;
  padding:0 .5rem !important;
  border-radius:999px !important;
  background:rgba(15,23,42,.07) !important;
  color:#334155 !important;
  font-size:.78rem !important;
  font-weight:800 !important;
  letter-spacing:.04em !important;
  flex:0 0 auto !important;
}

.lang-switch-dropdown .dropdown-item.active .lang-option-code,
.lang-switch-dropdown .dropdown-item[aria-current="page"] .lang-option-code{
  background:rgba(37,99,235,.14) !important;
  color:#1d4ed8 !important;
}

.lang-switch-dropdown .lang-option-label{
  display:block !important;
  color:#0f172a !important;
  font-size:.95rem !important;
  font-weight:600 !important;
  white-space:nowrap !important;
}

.lang-switch-dropdown .lang-option-check{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:18px !important;
  height:18px !important;
  color:#2563eb !important;
  font-size:.95rem !important;
  font-weight:800 !important;
  opacity:0 !important;
  transform:scale(.85) !important;
  transition:opacity .16s ease, transform .16s ease;
  flex:0 0 auto !important;
}

.lang-switch-dropdown .dropdown-item.active .lang-option-check,
.lang-switch-dropdown .dropdown-item[aria-current="page"] .lang-option-check{
  opacity:1 !important;
  transform:scale(1) !important;
}

.right-widget.white .lang-switch-dropdown .dropdown-menu,
.right-widget.white .lang-switch-dropdown .dropdown-menu li,
.right-widget.white .lang-switch-dropdown .dropdown-menu .dropdown-item{
  color:#0f172a !important;
}

.theme-main-menu.white-vr .right-widget.white .lang-switch-btn,
.theme-main-menu.white-vr .right-widget.white .lang-switch-btn:hover,
.theme-main-menu.white-vr .right-widget.white .lang-switch-btn:focus{
  color:#fff !important;
}

.theme-main-menu.white-vr .right-widget.white .lang-switch-btn .icon-text-ll{
  color:#fff !important;
}

@media (max-width:991.98px){
  .right-widget{
    gap:.5rem !important;
  }

  .lang-switch-dropdown .lang-switch-btn{
    min-width:60px;
    padding:.42rem .72rem;
  }

  .lang-switch-dropdown .dropdown-menu{
    width:180px !important;
    min-width:180px !important;
    max-width:calc(100vw - 20px) !important;
    right:0 !important;
  }

  .lang-switch-dropdown .dropdown-item{
    min-height:44px !important;
    padding:.58rem .68rem !important;
  }

  .lang-switch-dropdown .lang-option-code{
    min-width:36px !important;
    height:26px !important;
  }
}