@charset "UTF-8";
:root {
  --color-base-red: #E80E19;
  --color-base-green: #09AB58;
  --color-base-blue: #006DEB;
  --color-base-yellow: #FFCA14;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-black-900: #1a1a1a;
  --color-black-800: #222222;
  --color-black-700: #333333;
  --color-black-600: #4d4d4d;
}

.page-wrapper--base {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.page-wrapper--base *,
.page-wrapper--base *::before,
.page-wrapper--base *::after {
  box-sizing: border-box;
}
.page-wrapper--base .font-xs {
  font-size: 12px;
  line-height: 1.4;
}
.page-wrapper--base .font-sm {
  font-size: 14px;
  line-height: 1.4;
}
.page-wrapper--base .font-md {
  font-size: 16px;
  line-height: 1.5;
}
.page-wrapper--base .font-base {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 0;
}
.page-wrapper--base .font-lg {
  font-size: 18px;
  line-height: 1.5;
}
.page-wrapper--base .font-xl {
  font-size: 20px;
  line-height: 1.5;
}
.page-wrapper--base .font-2xl {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.15px;
}
.page-wrapper--base {
  /* Headings */
}
.page-wrapper--base .font-h6,
.page-wrapper--base h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 12px;
}
.page-wrapper--base .font-h5,
.page-wrapper--base h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 12px;
}
.page-wrapper--base .font-h4,
.page-wrapper--base h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.25px;
  margin-top: 0;
  margin-bottom: 12px;
}
.page-wrapper--base .font-h3,
.page-wrapper--base h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 12px;
}
.page-wrapper--base .font-h2,
.page-wrapper--base h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.25px;
  margin-top: 0;
  margin-bottom: 12px;
}
.page-wrapper--base .font-h1,
.page-wrapper--base h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 12px;
}
.page-wrapper--base {
  /* Display */
}
.page-wrapper--base .font-display-xl {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2.5px;
}
.page-wrapper--base .font-display-2xl {
  font-size: 84px;
  font-weight: 600;
  line-height: 1.05;
}
.page-wrapper--base .font-display-3xl {
  font-size: 96px;
  font-weight: 600;
  line-height: 1.05;
}
.page-wrapper--base .fw-regular {
  font-weight: 300;
}
.page-wrapper--base .fw-medium {
  font-weight: 400;
}
.page-wrapper--base .fw-semibold {
  font-weight: 500;
}
.page-wrapper--base .fw-bold {
  font-weight: 600;
}
.page-wrapper--base p,
.page-wrapper--base .font-p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 16px;
}
.page-wrapper--base ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .page-wrapper--base .font-display-xl,
  .page-wrapper--base h1 {
    font-size: calc(3rem + 3vw);
  }
  .page-wrapper--base h2 {
    font-size: calc(2rem + 2vw);
  }
}
.page-wrapper--base .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  padding-top: 0;
  padding-bottom: 0;
}
.page-wrapper--base .row > * {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 100%;
}
.page-wrapper--base .row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.page-wrapper--base .row.g-0 > * {
  padding-left: 0;
  padding-right: 0;
}
.page-wrapper--base .col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.page-wrapper--base .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.page-wrapper--base .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}
.page-wrapper--base .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}
.page-wrapper--base .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.page-wrapper--base .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.page-wrapper--base .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}
.page-wrapper--base .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.page-wrapper--base .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}
.page-wrapper--base .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}
.page-wrapper--base .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.page-wrapper--base .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}
.page-wrapper--base .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}
.page-wrapper--base .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .page-wrapper--base .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .page-wrapper--base .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .page-wrapper--base .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .page-wrapper--base .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .page-wrapper--base .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .page-wrapper--base .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .page-wrapper--base .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .page-wrapper--base .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .page-wrapper--base .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .page-wrapper--base .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .page-wrapper--base .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .page-wrapper--base .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page-wrapper--base .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .page-wrapper--base .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .page-wrapper--base .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .page-wrapper--base .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .page-wrapper--base .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .page-wrapper--base .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .page-wrapper--base .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .page-wrapper--base .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .page-wrapper--base .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .page-wrapper--base .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .page-wrapper--base .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .page-wrapper--base .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .page-wrapper--base .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .page-wrapper--base .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .page-wrapper--base .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .page-wrapper--base .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .page-wrapper--base .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .page-wrapper--base .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .page-wrapper--base .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .page-wrapper--base .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .page-wrapper--base .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .page-wrapper--base .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .page-wrapper--base .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .page-wrapper--base .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .page-wrapper--base .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .page-wrapper--base .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .page-wrapper--base .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .page-wrapper--base .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-wrapper--base .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .page-wrapper--base .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .page-wrapper--base .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .page-wrapper--base .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .page-wrapper--base .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .page-wrapper--base .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .page-wrapper--base .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .page-wrapper--base .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .page-wrapper--base .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .page-wrapper--base .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .page-wrapper--base .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .page-wrapper--base .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .page-wrapper--base .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .page-wrapper--base .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
.page-wrapper--base .container--xl {
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.page-wrapper--base .w-100 {
  width: 100%;
}
.page-wrapper--base .p-0 {
  padding: 0;
}
.page-wrapper--base .pt-0 {
  padding-top: 0;
}
.page-wrapper--base .pb-0 {
  padding-bottom: 0;
}
.page-wrapper--base .pl-0 {
  padding-left: 0;
}
.page-wrapper--base .pr-0 {
  padding-right: 0;
}
.page-wrapper--base .px-0 {
  padding-left: 0;
  padding-right: 0;
}
.page-wrapper--base .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.page-wrapper--base .pt-40 {
  padding-top: 40px;
}
.page-wrapper--base .pb-40 {
  padding-bottom: 40px;
}
.page-wrapper--base .py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-wrapper--base .py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-wrapper--base .py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-wrapper--base .py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-wrapper--base .py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.page-wrapper--base .m-0 {
  margin: 0;
}
.page-wrapper--base .mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.page-wrapper--base .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-wrapper--base .mt-0 {
  margin-top: 0;
}
.page-wrapper--base .mb-0 {
  margin-bottom: 0;
}
.page-wrapper--base .ml-0 {
  margin-left: 0;
}
.page-wrapper--base .mr-0 {
  margin-right: 0;
}
.page-wrapper--base .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.page-wrapper--base .ml-auto {
  margin-left: auto;
}
.page-wrapper--base .mr-auto {
  margin-right: auto;
}
.page-wrapper--base .m-auto {
  margin: auto;
}
.page-wrapper--base {
  /* 1. General Margin Classes */
}
.page-wrapper--base .m-1 {
  margin: 0.25rem;
}
.page-wrapper--base .m-2 {
  margin: 0.5rem;
}
.page-wrapper--base .m-3 {
  margin: 0.75rem;
}
.page-wrapper--base .m-4 {
  margin: 1rem;
}
.page-wrapper--base .m-5 {
  margin: 1.25rem;
}
.page-wrapper--base .m-6 {
  margin: 1.5rem;
}
.page-wrapper--base .m-8 {
  margin: 2rem;
}
.page-wrapper--base .m-10 {
  margin: 2.5rem;
}
.page-wrapper--base .m-12 {
  margin: 3rem;
}
.page-wrapper--base .m-16 {
  margin: 4rem;
}
.page-wrapper--base .m-20 {
  margin: 5rem;
}
.page-wrapper--base .m-24 {
  margin: 6rem;
}
.page-wrapper--base .m-32 {
  margin: 8rem;
}
.page-wrapper--base {
  /* 2. Margin for Individual Sides */
  /* Margin Top */
}
.page-wrapper--base .mt-0 {
  margin-top: 0;
}
.page-wrapper--base .mt-1 {
  margin-top: 0.25rem;
}
.page-wrapper--base .mt-2 {
  margin-top: 0.5rem;
}
.page-wrapper--base .mt-3 {
  margin-top: 0.75rem;
}
.page-wrapper--base .mt-4 {
  margin-top: 1rem;
}
.page-wrapper--base .mt-5 {
  margin-top: 1.25rem;
}
.page-wrapper--base .mt-6 {
  margin-top: 1.5rem;
}
.page-wrapper--base {
  /* Margin Right */
}
.page-wrapper--base .mr-0 {
  margin-right: 0;
}
.page-wrapper--base .mr-1 {
  margin-right: 0.25rem;
}
.page-wrapper--base .mr-2 {
  margin-right: 0.5rem;
}
.page-wrapper--base .mr-3 {
  margin-right: 0.75rem;
}
.page-wrapper--base .mr-4 {
  margin-right: 1rem;
}
.page-wrapper--base .mr-5 {
  margin-right: 1.25rem;
}
.page-wrapper--base .mr-6 {
  margin-right: 1.5rem;
}
.page-wrapper--base {
  /* Margin Bottom */
}
.page-wrapper--base .mb-0 {
  margin-bottom: 0;
}
.page-wrapper--base .mb-1 {
  margin-bottom: 0.25rem;
}
.page-wrapper--base .mb-2 {
  margin-bottom: 0.5rem;
}
.page-wrapper--base .mb-3 {
  margin-bottom: 0.75rem;
}
.page-wrapper--base .mb-4 {
  margin-bottom: 1rem;
}
.page-wrapper--base .mb-5 {
  margin-bottom: 1.25rem;
}
.page-wrapper--base .mb-6 {
  margin-bottom: 1.5rem;
}
.page-wrapper--base {
  /* Margin Left */
}
.page-wrapper--base .ml-0 {
  margin-left: 0;
}
.page-wrapper--base .ml-1 {
  margin-left: 0.25rem;
}
.page-wrapper--base .ml-2 {
  margin-left: 0.5rem;
}
.page-wrapper--base .ml-3 {
  margin-left: 0.75rem;
}
.page-wrapper--base .ml-4 {
  margin-left: 1rem;
}
.page-wrapper--base .ml-5 {
  margin-left: 1.25rem;
}
.page-wrapper--base .ml-6 {
  margin-left: 1.5rem;
}
.page-wrapper--base {
  /* 3. Horizontal and Vertical Margin */
  /* Horizontal Margin (left + right) */
}
.page-wrapper--base .mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.page-wrapper--base .mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.page-wrapper--base .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.page-wrapper--base .mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.page-wrapper--base .mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.page-wrapper--base .mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.page-wrapper--base .mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.page-wrapper--base {
  /* Vertical Margin (top + bottom) */
}
.page-wrapper--base .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-wrapper--base .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.page-wrapper--base .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.page-wrapper--base .my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.page-wrapper--base .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page-wrapper--base .my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.page-wrapper--base .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.page-wrapper--base .mt-40,
.page-wrapper--base .my-40 {
  margin-top: 40px;
}
.page-wrapper--base .mb-40,
.page-wrapper--base .my-40 {
  margin-bottom: 40px;
}
.page-wrapper--base .mb-60 {
  margin-bottom: 60px;
}
.page-wrapper--base .flex {
  display: flex;
}
.page-wrapper--base .inline-flex {
  display: inline-flex;
}
.page-wrapper--base .flex-row {
  flex-direction: row;
}
.page-wrapper--base .flex-col {
  flex-direction: column;
}
.page-wrapper--base .flex-wrap {
  flex-wrap: wrap;
}
.page-wrapper--base .flex-nowrap {
  flex-wrap: nowrap;
}
.page-wrapper--base .justify-start {
  justify-content: flex-start;
}
.page-wrapper--base .justify-center {
  justify-content: center;
}
.page-wrapper--base .justify-end {
  justify-content: flex-end;
}
.page-wrapper--base .justify-between {
  justify-content: space-between;
}
.page-wrapper--base .justify-around {
  justify-content: space-around;
}
.page-wrapper--base .justify-evenly {
  justify-content: space-evenly;
}
.page-wrapper--base .items-start {
  align-items: flex-start;
}
.page-wrapper--base .items-center {
  align-items: center;
}
.page-wrapper--base .items-end {
  align-items: flex-end;
}
.page-wrapper--base .items-baseline {
  align-items: baseline;
}
.page-wrapper--base .items-stretch {
  align-items: stretch;
}
.page-wrapper--base .content-start {
  align-content: flex-start;
}
.page-wrapper--base .content-center {
  align-content: center;
}
.page-wrapper--base .content-end {
  align-content: flex-end;
}
.page-wrapper--base .content-between {
  align-content: space-between;
}
.page-wrapper--base .content-around {
  align-content: space-around;
}
.page-wrapper--base .content-stretch {
  align-content: stretch;
}
.page-wrapper--base .flex-grow-0 {
  flex-grow: 0;
}
.page-wrapper--base .flex-grow {
  flex-grow: 1;
}
.page-wrapper--base .flex-shrink-0 {
  flex-shrink: 0;
}
.page-wrapper--base .flex-shrink {
  flex-shrink: 1;
}
.page-wrapper--base .flex-auto {
  flex: 1 1 auto;
}
.page-wrapper--base .flex-initial {
  flex: 0 1 auto;
}
.page-wrapper--base .flex-none {
  flex: none;
}
.page-wrapper--base .gap-0 {
  gap: 0;
}
.page-wrapper--base .gap-2 {
  gap: 2px;
}
.page-wrapper--base .gap-4 {
  gap: 4px;
}
.page-wrapper--base .gap-8 {
  gap: 8px;
}
.page-wrapper--base .gap-12 {
  gap: 12px;
}
.page-wrapper--base .gap-16 {
  gap: 16px;
}
.page-wrapper--base .relative {
  position: relative;
}
.page-wrapper--base .absolute {
  position: absolute;
}
.page-wrapper--base {
  /* Base display utilities */
}
.page-wrapper--base .block {
  display: block;
}
.page-wrapper--base .inline {
  display: inline;
}
.page-wrapper--base .inline-block {
  display: inline-block;
}
.page-wrapper--base .flex {
  display: flex;
}
.page-wrapper--base .inline-flex {
  display: inline-flex;
}
.page-wrapper--base .grid {
  display: grid;
}
.page-wrapper--base .inline-grid {
  display: inline-grid;
}
.page-wrapper--base .hidden {
  display: none;
}
.page-wrapper--base .table {
  display: table;
}
.page-wrapper--base .table-row {
  display: table-row;
}
.page-wrapper--base .table-cell {
  display: table-cell;
}
.page-wrapper--base .contents {
  display: contents;
}
.page-wrapper--base .list-item {
  display: list-item;
}
.page-wrapper--base {
  /* Responsive helpers */
  /* Small screens (min-width: 640px) */
}
@media (min-width: 640px) {
  .page-wrapper--base .sm\:block {
    display: block;
  }
  .page-wrapper--base .sm\:inline {
    display: inline;
  }
  .page-wrapper--base .sm\:inline-block {
    display: inline-block;
  }
  .page-wrapper--base .sm\:flex {
    display: flex;
  }
  .page-wrapper--base .sm\:inline-flex {
    display: inline-flex;
  }
  .page-wrapper--base .sm\:grid {
    display: grid;
  }
  .page-wrapper--base .sm\:inline-grid {
    display: inline-grid;
  }
  .page-wrapper--base .sm\:hidden {
    display: none;
  }
  .page-wrapper--base .sm\:table {
    display: table;
  }
  .page-wrapper--base .sm\:table-row {
    display: table-row;
  }
  .page-wrapper--base .sm\:table-cell {
    display: table-cell;
  }
  .page-wrapper--base .sm\:contents {
    display: contents;
  }
  .page-wrapper--base .sm\:list-item {
    display: list-item;
  }
}
.page-wrapper--base {
  /* Medium screens (min-width: 768px) */
}
@media (min-width: 768px) {
  .page-wrapper--base .md\:block {
    display: block;
  }
  .page-wrapper--base .md\:inline {
    display: inline;
  }
  .page-wrapper--base .md\:inline-block {
    display: inline-block;
  }
  .page-wrapper--base .md\:flex {
    display: flex;
  }
  .page-wrapper--base .md\:inline-flex {
    display: inline-flex;
  }
  .page-wrapper--base .md\:grid {
    display: grid;
  }
  .page-wrapper--base .md\:inline-grid {
    display: inline-grid;
  }
  .page-wrapper--base .md\:hidden {
    display: none;
  }
  .page-wrapper--base .md\:table {
    display: table;
  }
  .page-wrapper--base .md\:table-row {
    display: table-row;
  }
  .page-wrapper--base .md\:table-cell {
    display: table-cell;
  }
  .page-wrapper--base .md\:contents {
    display: contents;
  }
  .page-wrapper--base .md\:list-item {
    display: list-item;
  }
}
.page-wrapper--base {
  /* Large screens (min-width: 1024px) */
}
@media (min-width: 1024px) {
  .page-wrapper--base .lg\:block {
    display: block;
  }
  .page-wrapper--base .lg\:inline {
    display: inline;
  }
  .page-wrapper--base .lg\:inline-block {
    display: inline-block;
  }
  .page-wrapper--base .lg\:flex {
    display: flex;
  }
  .page-wrapper--base .lg\:inline-flex {
    display: inline-flex;
  }
  .page-wrapper--base .lg\:grid {
    display: grid;
  }
  .page-wrapper--base .lg\:inline-grid {
    display: inline-grid;
  }
  .page-wrapper--base .lg\:hidden {
    display: none;
  }
  .page-wrapper--base .lg\:table {
    display: table;
  }
  .page-wrapper--base .lg\:table-row {
    display: table-row;
  }
  .page-wrapper--base .lg\:table-cell {
    display: table-cell;
  }
  .page-wrapper--base .lg\:contents {
    display: contents;
  }
  .page-wrapper--base .lg\:list-item {
    display: list-item;
  }
}
.page-wrapper--base {
  /* Extra large screens (min-width: 1280px) */
}
@media (min-width: 1280px) {
  .page-wrapper--base .xl\:block {
    display: block;
  }
  .page-wrapper--base .xl\:inline {
    display: inline;
  }
  .page-wrapper--base .xl\:inline-block {
    display: inline-block;
  }
  .page-wrapper--base .xl\:flex {
    display: flex;
  }
  .page-wrapper--base .xl\:inline-flex {
    display: inline-flex;
  }
  .page-wrapper--base .xl\:grid {
    display: grid;
  }
  .page-wrapper--base .xl\:inline-grid {
    display: inline-grid;
  }
  .page-wrapper--base .xl\:hidden {
    display: none;
  }
  .page-wrapper--base .xl\:table {
    display: table;
  }
  .page-wrapper--base .xl\:table-row {
    display: table-row;
  }
  .page-wrapper--base .xl\:table-cell {
    display: table-cell;
  }
  .page-wrapper--base .xl\:contents {
    display: contents;
  }
  .page-wrapper--base .xl\:list-item {
    display: list-item;
  }
}
.page-wrapper--base .text-center {
  text-align: center;
}
.page-wrapper--base .text-white {
  color: var(--color-white);
}
.page-wrapper--base .text-black {
  color: var(--color-black);
}
.page-wrapper--base .text-right {
  text-align: right;
}
.page-wrapper--base .text-left {
  text-align: left;
}
.page-wrapper--base .tracking-tighter {
  letter-spacing: -0.8px;
}
.page-wrapper--base .tracking-tight {
  letter-spacing: -0.4px;
}
.page-wrapper--base .tracking-normal {
  letter-spacing: 0;
}
.page-wrapper--base .tracking-wide {
  letter-spacing: 0.4px;
}
.page-wrapper--base .tracking-wider {
  letter-spacing: 0.8px;
}
.page-wrapper--base .tracking-widest {
  letter-spacing: 1.6px;
}
.page-wrapper--base .bg-gradient-yellow-light {
  background: linear-gradient(180deg, #FFF0BC 0%, rgba(255, 248, 224, 0.76) 100%);
}
.page-wrapper--base .bg-white {
  background: var(--color-white);
}
.page-wrapper--base .bg-black {
  background: #000000;
}
.page-wrapper--base .bg-black-900 {
  background-color: var(--color-black-900);
}
.page-wrapper--base .bg-black-800 {
  background-color: var(--color-black-800);
}
.page-wrapper--base .bg-black-700 {
  background-color: var(--color-black-700);
}
.page-wrapper--base .bg-black-600 {
  background-color: var(--color-black-600);
}
.page-wrapper--base .rounded-none {
  border-radius: 0;
}
.page-wrapper--base .rounded-sm {
  border-radius: 0.125rem;
}
.page-wrapper--base .rounded {
  border-radius: 0.25rem;
}
.page-wrapper--base .rounded-md {
  border-radius: 0.375rem;
}
.page-wrapper--base .rounded-lg {
  border-radius: 0.5rem;
}
.page-wrapper--base .rounded-xl {
  border-radius: 0.75rem;
}
.page-wrapper--base .rounded-2xl {
  border-radius: 1rem;
}
.page-wrapper--base .rounded-3xl {
  border-radius: 1.5rem;
}
.page-wrapper--base .rounded-full {
  border-radius: 9999px;
}
.page-wrapper--base .table-responsive {
  overflow-x: auto;
}
.page-wrapper--base .button-icon--right {
  padding-right: 16px;
}

.video_player_wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.video_player_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 13, 20, 0.84);
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in;
  z-index: 99999;
  overflow-y: auto;
  opacity: 0;
  display: none;
}
.video_player_wrapper.active {
  display: block;
  opacity: 1;
}

.video_player_container {
  width: 100%;
  max-width: 75%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 40px 0;
}

.video_player_close_btn {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.video_player_close_btn:before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transform: rotate(45deg);
}
.video_player_close_btn:after {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.video_player {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin: 12px auto 0;
}
.video_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.button--outline-dark {
  display: inline-block;
  border-radius: 4px;
  width: auto;
  cursor: pointer;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2223;
  vertical-align: middle;
  font-family: inherit;
  color: var(--color-black);
  background: transparent;
  border: 1px solid var(--color-black);
  user-select: none;
  text-align: center;
}
.button--outline-dark:hover {
  text-decoration: none;
  opacity: 0.9;
  transition: all 0.3s ease;
}
.button--outline-dark:hover {
  display: inline-block;
  border-radius: 4px;
  width: auto;
  cursor: pointer;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2223;
  vertical-align: middle;
  font-family: inherit;
  color: var(--color-white);
  background: var(--color-black);
  border: 1px solid var(--color-black);
  user-select: none;
  text-align: center;
}
.button--outline-dark:hover:hover {
  text-decoration: none;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.button--primary {
  display: inline-block;
  border-radius: 4px;
  width: auto;
  cursor: pointer;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2223;
  vertical-align: middle;
  font-family: inherit;
  color: var(--color-white);
  background: var(--color-base-red);
  border: 1px solid var(--color-base-red);
  user-select: none;
  text-align: center;
}
.button--primary:hover {
  text-decoration: none;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.button--dark {
  display: inline-block;
  border-radius: 4px;
  width: auto;
  cursor: pointer;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2223;
  vertical-align: middle;
  font-family: inherit;
  color: var(--color-white);
  background: var(--color-black);
  border: 1px solid var(--color-black);
  user-select: none;
  text-align: center;
}
.button--dark:hover {
  text-decoration: none;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.form-group {
  margin-bottom: 12px;
}

textarea {
  resize: vertical;
}

.form-item {
  margin-bottom: 16px;
}

.form-control {
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  padding: 10px 12px;
  font-family: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-control:focus, .form-control:focus-within {
  outline: unset;
  box-shadow: 0 0 1.5px -0.25px var(--color-base-blue);
  border: 1px solid var(--color-base-blue);
}
.form-control.is-invalid:not(select.form-control) {
  border-color: #FF1E1E;
  padding-right: calc(1.5em + 0.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-color: var(--color-white);
}

.was-validated .form-control:invalid {
  border-color: red;
}

.form-error {
  margin-top: 4px;
  font-size: 14px;
  color: #FF1E1E;
  display: none;
}

textarea.form-control {
  height: auto;
  padding: 12px;
}

.form-group select,
.opm-form-select {
  --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-image: var(--form-bg-img), var(--form-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.form-group select.is-invalid,
.opm-form-select.is-invalid {
  --form-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  border-color: #FF1E1E !important;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.sdwan-widget * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.sdwan-widget {
  font-family: "ZohoPuvi", sans-serif;
  max-width: 620px;
  max-height: 500px;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  scrollbar-width: auto;
}
.sdwan-widget::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.sdwan-widget::-webkit-scrollbar-track, .sdwan-widget *::-webkit-scrollbar-track {
  background: #f1f5f9;
}
.sdwan-widget::-webkit-scrollbar-thumb, .sdwan-widget *::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 8px;
  border: 2px solid #f1f5f9;
}
.sdwan-widget--hide-scrollbar, .sdwan-widget--hide-scrollbar * {
  scrollbar-width: none;
}
.sdwan-widget--hide-scrollbar::-webkit-scrollbar, .sdwan-widget--hide-scrollbar *::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.sdwan-widget__nav {
  display: flex;
  border-bottom: 1px solid #e5e9ef;
  background: #fafbfc;
  overflow-x: auto;
  flex-shrink: 0;
  border-radius: 8px 8px 0 0;
  scrollbar-width: none;
}
.sdwan-widget__nav-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  cursor: pointer;
  border-right: 1px solid #e5e9ef;
  position: relative;
  transition: background 0.2s, border-color 0.2s;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
@media (max-width: 991.98px) {
  .sdwan-widget__nav-tab {
    flex: 0 0 auto;
  }
}
.sdwan-widget__nav-tab:last-child {
  border-right: none;
}
.sdwan-widget__nav-tab:hover {
  background: #f0f5f3;
}
.sdwan-widget__nav-tab--active {
  background: #fff;
  border-bottom-color: #00aa50;
}
.sdwan-widget__nav-tab--active .sdwan-widget__nav-icon svg {
  color: #00aa50;
}
.sdwan-widget__nav-tab--active .sdwan-widget__nav-count,
.sdwan-widget__nav-tab--active .sdwan-widget__nav-label {
  color: #1e293b;
}
.sdwan-widget__nav-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sdwan-widget__nav-icon svg {
  width: 28px;
  height: 28px;
}
.sdwan-widget__nav-label {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.15;
}
.sdwan-widget__nav-sub {
  size: 14px;
  color: #64748b;
  white-space: nowrap;
  font-weight: 300;
  line-height: 1.5;
}
.sdwan-widget__nav-count {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  font-variant-numeric: tabular-nums;
}
.sdwan-widget__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px 10px 16px;
  border-bottom: 1px solid #eef1f5;
  flex-shrink: 0;
  background: #fff;
}
.sdwan-widget__title {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}
.sdwan-widget__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.sdwan-widget__actions-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #00aa50;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: "ZohoPuvi", sans-serif;
  white-space: nowrap;
}
.sdwan-widget__actions-arrow {
  font-size: 10px;
  margin-left: 2px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 6px;
}
.sdwan-widget__icon-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  cursor: pointer;
  font-size: 14px;
  transition: color 0.2s;
}
.sdwan-widget__icon-btn svg {
  opacity: 0.5;
  transition: opacity 0.2s;
}
.sdwan-widget__icon-btn:hover svg {
  opacity: 1;
}
.sdwan-widget__dropdown {
  position: absolute;
  top: 32px;
  right: 50%;
  background: #fff;
  border: 1px solid #e5e9ef;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  min-width: 180px;
  z-index: 10;
  padding: 4px 0;
  display: none;
}
.sdwan-widget__dropdown--open {
  display: block;
}
.sdwan-widget__dropdown-item {
  padding: 4px 16px;
  font-size: 12px;
  color: #334155;
  cursor: pointer;
  white-space: nowrap;
}
.sdwan-widget__dropdown-item:hover {
  background: #f8fafc;
}
.sdwan-widget__table-wrap {
  overflow: auto;
  flex: 1;
  min-height: 0;
  scrollbar-width: auto;
}
.sdwan-widget__table-wrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.sdwan-widget__table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  font-size: 12.5px;
  white-space: nowrap;
}
.sdwan-widget__table thead {
  background: #fafbfc;
  border-bottom: 1px solid #e5e9ef;
  position: sticky;
  top: 0;
  z-index: 2;
}
.sdwan-widget__table th {
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
  color: #64748b;
  font-size: 11.5px;
  white-space: nowrap;
}
.sdwan-widget__table td {
  padding: 9px 12px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  vertical-align: middle;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.sdwan-widget__table tbody tr:last-child td {
  border-bottom: none;
}
.sdwan-widget__table tbody tr:hover td {
  background: #f8fafc;
}
.sdwan-widget__help-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #aaa;
  font-size: 9px;
  text-align: center;
  line-height: 12px;
  color: #888;
  margin-left: 3px;
  cursor: help;
  vertical-align: middle;
}
.sdwan-widget__checkbox input[type=checkbox] {
  width: 14px;
  height: 14px;
  accent-color: #00aa50;
  cursor: pointer;
}
.sdwan-widget__endpoint {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sdwan-widget__status-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #00aa50;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sdwan-widget__status-dot svg {
  width: 10px;
  height: 10px;
  fill: #fff;
}
.sdwan-widget__endpoint-ips {
  font-size: 11px;
  color: #334155;
  line-height: 1.35;
  display: flex;
}
.sdwan-widget__endpoint-ip {
  margin-right: 4px;
}
.sdwan-widget__endpoint-link {
  color: #64748b;
  font-size: 10.5px;
  display: flex;
  align-items: center;
}
.sdwan-widget__health--good {
  color: #1e293b;
}
.sdwan-widget__state--up {
  color: #334155;
}
.sdwan-widget__toggle {
  width: 34px;
  height: 18px;
  background: #00aa50;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.sdwan-widget__toggle::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  top: 2px;
  right: 2px;
  transition: 0.2s;
}
.sdwan-widget__row-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.sdwan-widget__row-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  cursor: pointer;
  transition: color 0.2s;
}
.sdwan-widget__row-icon:hover {
  color: #1e293b;
}
.sdwan-widget__row-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.sdwan-widget__row-icon svg[fill=none] {
  fill: none;
}
.sdwan-widget__row-icon svg.icon-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sdwan-widget__panel {
  display: none;
}
.sdwan-widget__panel--active {
  display: block;
}
.sdwan-widget__device-bar {
  display: flex;
  align-items: center;
  padding: 10px 16px 9px;
  border-bottom: 1px solid #f1f5f9;
  flex-shrink: 0;
  background: #fff;
}
.sdwan-widget__device-name {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}
.sdwan-widget__device-meta {
  font-size: 11px;
  color: #64748b;
  line-height: 1.5;
}
.sdwan-widget__page-nav {
  display: flex;
  justify-content: center;
  gap: 36px;
  padding: 0 16px;
  border-bottom: 1px solid #e5e9ef;
  background: #fff;
  flex-shrink: 0;
}
.sdwan-widget__page-tab {
  padding: 10px 2px;
  font-size: 13.5px;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.2s, border-color 0.2s;
}
.sdwan-widget__page-tab:hover {
  color: #1e293b;
}
.sdwan-widget__page-tab--active {
  color: #1e293b;
  font-weight: 600;
  border-bottom-color: #00aa50;
}
.sdwan-widget__subtabs {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e5e9ef;
  background: #fafbfc;
  flex-shrink: 0;
  overflow-x: auto;
  scrollbar-width: auto;
}
.sdwan-widget__subtabs::-webkit-scrollbar {
  height: 8px;
}
.sdwan-widget__subtab {
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s, background 0.15s;
}
.sdwan-widget__subtab:hover {
  color: #1e293b;
  background: #f0f5f3;
}
.sdwan-widget__subtab--active {
  color: #1e293b;
  border-bottom-color: #00aa50;
  background: #fff;
}
.sdwan-widget__subtab-count span {
  color: #c0531a;
}
.sdwan-widget__subtabs-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  flex-shrink: 0;
}
.sdwan-widget__threshold-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #64748b;
  font-size: 12px;
}
.sdwan-widget__threshold-badge svg {
  color: #94a3b8;
  stroke: #94a3b8;
  flex-shrink: 0;
}
.sdwan-widget__poll-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #334155;
}
.sdwan-widget__poll-status--active .sdwan-widget__poll-dot {
  background: #00aa50;
}
.sdwan-widget__poll-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #94a3b8;
  flex-shrink: 0;
}
.sdwan-widget__table--monitors {
  min-width: 720px;
}
.sdwan-widget__footer {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-top: 1px solid #e5e9ef;
  background: #fafbfc;
  flex-shrink: 0;
}
.sdwan-widget__footer-search {
  display: flex;
  align-items: center;
  color: #94a3b8;
  cursor: pointer;
  padding: 2px 4px;
}
.sdwan-widget__pagination {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  color: #334155;
  margin: 0 auto;
}
.sdwan-widget__pg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  cursor: pointer;
  color: #64748b;
  font-size: 11px;
  transition: background 0.15s, color 0.15s;
  border: none;
  background: none;
  font-family: "ZohoPuvi", sans-serif;
}
.sdwan-widget__pg-btn:hover {
  background: #f1f5f9;
  color: #1e293b;
}
.sdwan-widget__pg-text {
  font-size: 12px;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 4px;
}
.sdwan-widget__pg-input {
  width: 32px;
  height: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  font-family: "ZohoPuvi", sans-serif;
  color: #334155;
  background: #fff;
  padding: 0 2px;
}
.sdwan-widget__per-page {
  height: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 12px;
  font-family: "ZohoPuvi", sans-serif;
  color: #334155;
  background: #fff;
  padding: 0 4px;
  cursor: pointer;
}
.sdwan-widget__footer-info {
  font-size: 12px;
  color: #64748b;
  white-space: nowrap;
  margin-left: 6px;
}

.sdwan-widget-wrap {
  position: relative;
  max-width: 660px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(240, 249, 255, 0.6) 0%, rgba(248, 250, 252, 0.4) 50%, rgba(240, 253, 244, 0.5) 100%);
  transition: background 0.4s ease;
}
.sdwan-widget-wrap:hover {
  background: linear-gradient(145deg, rgba(240, 249, 255, 0.8) 0%, rgba(248, 250, 252, 0.6) 50%, rgba(240, 253, 244, 0.7) 100%);
}
.sdwan-widget-wrap > .sdwan-widget {
  position: relative;
  z-index: 1;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.sdwan-widget-wrap:hover > .sdwan-widget {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
}
.sdwan-widget-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(4, 159, 217, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.sdwan-widget-wrap:hover::before {
  opacity: 1;
}
.sdwan-widget-wrap::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 64px;
  height: 64px;
  background-image: radial-gradient(circle, rgba(4, 159, 217, 0.12) 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  border-radius: 8px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.sdwan-widget-wrap:hover::after {
  opacity: 1;
}

.sdwan-widget-page {
  font-family: "ZohoPuvi", sans-serif;
  background: #f0f2f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 30px 10px;
  margin: 0;
}

.ne-sites__expand-btn {
  padding: 2px 3px;
  color: #94a3b8;
  font-size: 9px;
}

.dials-monitor-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 620px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(240, 249, 255, 0.6) 0%, rgba(248, 250, 252, 0.4) 50%, rgba(240, 253, 244, 0.5) 100%);
  transition: background 0.4s ease;
}
.dials-monitor-wrap:hover {
  background: linear-gradient(145deg, rgba(240, 249, 255, 0.8) 0%, rgba(248, 250, 252, 0.6) 50%, rgba(240, 253, 244, 0.7) 100%);
}
.dials-monitor-wrap > .dials-widget,
.dials-monitor-wrap > .monitor-widget {
  position: relative;
  z-index: 1;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.dials-monitor-wrap:hover > .dials-widget, .dials-monitor-wrap:hover > .monitor-widget {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
}
.dials-monitor-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(4, 159, 217, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.dials-monitor-wrap:hover::before {
  opacity: 1;
}
.dials-monitor-wrap::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 64px;
  height: 64px;
  background-image: radial-gradient(circle, rgba(4, 159, 217, 0.12) 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  border-radius: 8px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.dials-monitor-wrap:hover::after {
  opacity: 1;
}

.dials-widget {
  font-family: "ZohoPuvi", sans-serif;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.dials-widget__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-bottom: 1px solid #e5e9ef;
  background: #fafbfc;
}
.dials-widget__title {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
}
.dials-widget__header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dials-widget__hbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #e5e9ef;
  border-radius: 6px;
  background: #fff;
  color: #64748b;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.dials-widget__hbtn:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #334155;
}
.dials-widget__body {
  display: flex;
  align-items: stretch;
  padding: 20px 16px 24px;
  gap: 0;
}
.dials-widget__sep {
  width: 1px;
  background: #e5e9ef;
  margin: 0 24px;
  flex-shrink: 0;
}
.dials-widget__dial {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.dials-widget__dial-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.dials-widget__dial-name {
  font-size: 11.5px;
  color: #334155;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dials-widget__dial-icon {
  flex-shrink: 0;
  color: #94a3b8;
  display: flex;
  align-items: center;
}
.dials-widget__gauge-wrap {
  width: 100%;
  max-width: 180px;
}
.dials-widget__gauge-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.dials-widget__dial-value {
  font-size: 28px;
  font-weight: 400;
  color: #1e293b;
  letter-spacing: -0.5px;
  text-align: center;
}
.dials-widget__dial-unit {
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
}

.monitor-widget {
  font-family: "ZohoPuvi", sans-serif;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.monitor-widget__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-bottom: 1px solid #e5e9ef;
  background: #fafbfc;
  gap: 12px;
  flex-wrap: wrap;
}
.monitor-widget__device-name {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
}
.monitor-widget__device-meta {
  font-size: 11px;
  color: #64748b;
  line-height: 1.45;
}
.monitor-widget__topbar-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.monitor-widget__ctrl-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  font-size: 11.5px;
  font-family: "ZohoPuvi", sans-serif;
  color: #334155;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, border-color 0.15s;
}
.monitor-widget__ctrl-btn:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}
.monitor-widget__ctrl-btn--primary {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
  font-weight: 500;
}
.monitor-widget__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
}
.monitor-widget__close-btn:hover {
  background: #fee2e2;
  color: #ef4444;
}
.monitor-widget__breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 11.5px;
  flex-wrap: wrap;
}
.monitor-widget__breadcrumb-link {
  color: #3b82f6;
  cursor: pointer;
}
.monitor-widget__breadcrumb-link:hover {
  text-decoration: underline;
}
.monitor-widget__breadcrumb-sep {
  color: #94a3b8;
}
.monitor-widget__breadcrumb-current {
  color: #334155;
  font-weight: 500;
}
.monitor-widget__error-logs {
  margin-left: auto;
  font-size: 11.5px;
  color: #3b82f6;
  cursor: pointer;
}
.monitor-widget__error-logs:hover {
  text-decoration: underline;
}
.monitor-widget__toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 8px 16px;
  border-bottom: 1px solid #f1f5f9;
}
.monitor-widget__series-tabs {
  display: flex;
  gap: 2px;
  margin-right: auto;
}
.monitor-widget__series-tab {
  padding: 4px 10px;
  font-size: 11.5px;
  font-family: "ZohoPuvi", sans-serif;
  background: none;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s;
}
.monitor-widget__series-tab--active {
  background: #f1f5f9;
  border-color: #e2e8f0;
  color: #1e293b;
  font-weight: 500;
}
.monitor-widget__series-tab:hover:not(.monitor-widget__series-tab--active) {
  background: #f8fafc;
  color: #334155;
}
.monitor-widget__chart-type-btns {
  display: flex;
  gap: 2px;
}
.monitor-widget__type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: none;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #94a3b8;
  cursor: pointer;
  transition: all 0.15s;
}
.monitor-widget__type-btn--active {
  background: #f1f5f9;
  border-color: #e2e8f0;
  color: #334155;
}
.monitor-widget__type-btn:hover:not(.monitor-widget__type-btn--active) {
  background: #f8fafc;
  color: #64748b;
}
.monitor-widget__chart-area {
  padding: 10px 16px 4px;
  position: relative;
}
.monitor-widget__chart-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.monitor-widget__x-axis {
  display: flex;
  justify-content: space-between;
  padding: 2px 42px 0;
  font-size: 9px;
  color: #94a3b8;
}
.monitor-widget__x-label {
  text-align: center;
  font-size: 10px;
  color: #94a3b8;
}
.monitor-widget__summary {
  padding: 12px 16px 16px;
  border-top: 1px solid #f1f5f9;
}
.monitor-widget__summary-head {
  font-size: 12px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.monitor-widget__summary-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  font-size: 9px;
  color: #64748b;
  cursor: default;
}
.monitor-widget__summary-table-wrap {
  overflow: auto;
  flex: 1;
  min-height: 0;
  scrollbar-width: auto;
}
.monitor-widget__summary-table-wrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.monitor-widget__summary-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11.5px;
}
.monitor-widget__summary-table th {
  text-align: left;
  padding: 6px 10px;
  color: #64748b;
  font-weight: 500;
  background: #f8fafc;
  border-bottom: 1px solid #e5e9ef;
  white-space: nowrap;
}
.monitor-widget__summary-table th span {
  font-weight: 400;
  font-size: 10.5px;
}
.monitor-widget__summary-table td {
  padding: 7px 10px;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
}
.monitor-widget__summary-table td:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1e293b;
}
.monitor-widget__summary-table tr:last-child td {
  border-bottom: none;
}
.monitor-widget__legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #3b82f6;
  border-radius: 2px;
  flex-shrink: 0;
}

.tunnel-wrap {
  position: relative;
  max-width: 620px;
  width: 100%;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(240, 249, 255, 0.6) 0%, rgba(248, 250, 252, 0.4) 50%, rgba(240, 253, 244, 0.5) 100%);
  transition: background 0.4s ease;
}
.tunnel-wrap:hover {
  background: linear-gradient(145deg, rgba(240, 249, 255, 0.8) 0%, rgba(248, 250, 252, 0.6) 50%, rgba(240, 253, 244, 0.7) 100%);
}
.tunnel-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(4, 159, 217, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.tunnel-wrap:hover::before {
  opacity: 1;
}
.tunnel-wrap::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 64px;
  height: 64px;
  background-image: radial-gradient(circle, rgba(4, 159, 217, 0.12) 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  border-radius: 8px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.tunnel-wrap:hover::after {
  opacity: 1;
}
.tunnel-wrap__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.tunnel-wrap__grid--2col {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 16px;
}

.tunnel-card {
  font-family: "ZohoPuvi", sans-serif;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.tunnel-wrap:hover .tunnel-card {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
}
.tunnel-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid #e5e9ef;
}
.tunnel-card__title {
  font-size: 12.5px;
  font-weight: 600;
  color: #1e293b;
}
.tunnel-card__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tunnel-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  cursor: pointer;
  transition: color 0.15s;
}
.tunnel-card__icon:hover {
  color: #334155;
}
.tunnel-card__chart {
  padding: 12px 10px 8px;
}
.tunnel-card__chart--avail {
  padding: 16px 10px 20px;
}
.tunnel-card__svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.tunnel-card__y-label {
  font-size: 10px;
  fill: #94a3b8;
  text-anchor: end;
  dominant-baseline: middle;
  font-variant-numeric: tabular-nums;
  font-family: "ZohoPuvi", sans-serif;
}
.tunnel-card__axis-title {
  font-size: 11px;
  fill: #64748b;
  font-weight: 400;
  font-family: "ZohoPuvi", sans-serif;
  text-anchor: middle;
  opacity: 0;
}
.tunnel-card__grid-line {
  stroke: #e5e9ef;
  stroke-width: 0.8;
}
.tunnel-card__area {
  fill: rgba(96, 165, 250, 0.12);
}
.tunnel-card__line {
  fill: none;
  stroke: #3b82f6;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.tunnel-card__dot {
  fill: #3b82f6;
  stroke: #fff;
  stroke-width: 1.5;
}
.tunnel-card__x-labels {
  display: flex;
  justify-content: space-between;
  padding: 4px 10px 0 40px;
  font-size: 9px;
  color: #94a3b8;
}
.tunnel-card__x-title {
  text-align: center;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0.1px;
  color: #64748b;
  margin-top: 6px;
  padding-bottom: 2px;
}
.tunnel-card__avail-line {
  stroke: #3b82f6;
  stroke-width: 2;
}
.tunnel-card__avail-dot {
  fill: #3b82f6;
  stroke: #fff;
  stroke-width: 1.5;
}
.tunnel-card__avail-bar {
  stroke: #3b82f6;
  stroke-width: 5;
}

.availability-wrap {
  position: relative;
  width: 100%;
  max-width: 620px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(240, 249, 255, 0.6) 0%, rgba(248, 250, 252, 0.4) 50%, rgba(240, 253, 244, 0.5) 100%);
  transition: background 0.4s ease;
}
.availability-wrap:hover {
  background: linear-gradient(145deg, rgba(240, 249, 255, 0.8) 0%, rgba(248, 250, 252, 0.6) 50%, rgba(240, 253, 244, 0.7) 100%);
}
.availability-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(4, 159, 217, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.availability-wrap:hover::before {
  opacity: 1;
}
.availability-wrap::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 64px;
  height: 64px;
  background-image: radial-gradient(circle, rgba(4, 159, 217, 0.12) 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  border-radius: 8px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.availability-wrap:hover::after {
  opacity: 1;
}

.availability-card {
  position: relative;
  z-index: 1;
  font-family: "ZohoPuvi", sans-serif;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 20px rgba(0, 0, 0, 0.04);
  padding: 12px 14px 16px;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.availability-wrap:hover .availability-card {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
}
.availability-card__head {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #1e293b;
  line-height: 1.1;
  margin: 4px 0 16px;
}
.availability-card__head span {
  font-size: 0.86em;
  color: #64748b;
  font-weight: 400;
}
.availability-card__timeline {
  padding: 0 4px;
}
.availability-card__hours {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  gap: 2px;
  margin-bottom: 8px;
}
.availability-card__hours span {
  text-align: center;
  font-size: 9px;
  color: #bfc7cf;
  font-weight: 500;
  line-height: 1;
}
.availability-card__bar {
  height: 18px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  background: #c9cdd3;
  margin-bottom: 10px;
}
.availability-card__seg {
  display: block;
  height: 100%;
}
.availability-card__seg--up {
  width: 41%;
  background: #69c87e;
}
.availability-card__seg--down {
  width: 15%;
  background: #ef7373;
}
.availability-card__seg--maint {
  width: 44%;
  background: #c5c8ce;
}
.availability-card__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  margin-bottom: 14px;
}
.availability-card__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #8f98a3;
  line-height: 1.1;
}
.availability-card__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.availability-card__dot--up {
  background: #69c87e;
}
.availability-card__dot--maint {
  background: #a7acb4;
}
.availability-card__dot--dep {
  background: #f0c93b;
}
.availability-card__dot--hold {
  background: #e4bcc5;
}
.availability-card__dot--down {
  background: #ef7373;
}
.availability-card__dot--not {
  background: #5ca7e7;
}
.availability-card__stats {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  align-items: end;
  gap: 8px;
  padding: 0 4px 2px;
}
.availability-card__availability {
  gap: 2px;
}
.availability-card__gauge-wrap {
  width: 100%;
  max-width: 230px;
}
.availability-card__gauge {
  width: 100%;
  height: auto;
  display: block;
}
.availability-card__metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.availability-card__metric-icon {
  color: #1f2530;
  opacity: 0.8;
  margin-bottom: 6px;
}
.availability-card__metric-icon svg {
  width: 16px;
  height: 16px;
}
.availability-card__metric-main {
  font-size: 46px;
  font-weight: 400;
  color: #1f2530;
  line-height: 0.95;
  letter-spacing: -0.8px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.availability-card__metric-value {
  font-size: 28px;
  font-weight: 400;
  color: #1f2530;
  line-height: 1;
  letter-spacing: -0.4px;
  margin-top: 2px;
  margin-bottom: 8px;
}
.availability-card__metric-value span {
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
}
.availability-card__metric-unit {
  font-size: 16px;
  line-height: 1;
  color: #1f2530;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
}
.availability-card__metric-label {
  font-size: 14px;
  color: #1f2530;
  font-weight: 300;
  line-height: 1.1;
}

.sysup-wrap {
  position: relative;
  width: 100%;
  max-width: 620px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(240, 249, 255, 0.6) 0%, rgba(248, 250, 252, 0.4) 50%, rgba(240, 253, 244, 0.5) 100%);
  transition: background 0.4s ease;
}
.sysup-wrap:hover {
  background: linear-gradient(145deg, rgba(240, 249, 255, 0.8) 0%, rgba(248, 250, 252, 0.6) 50%, rgba(240, 253, 244, 0.7) 100%);
}

.sysup-card {
  position: relative;
  z-index: 1;
  font-family: "ZohoPuvi", sans-serif;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 20px rgba(0, 0, 0, 0.04);
  padding: 12px;
  max-height: 380px;
  overflow: auto;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.sysup-wrap:hover .sysup-card {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
}
.sysup-card__crumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  padding: 2px 2px 8px;
}
.sysup-card__crumb-link {
  color: #2994ef;
  font-weight: 500;
}
.sysup-card__crumb-sep {
  color: #98a3b1;
}
.sysup-card__crumb-current {
  color: #1f2a37;
  font-weight: 600;
}
.sysup-card__chart-block {
  border: 1px solid #e5e9ef;
  border-radius: 6px;
  background: #fff;
  padding: 0 12px 0;
}
.sysup-card__chart-area {
  padding: 2px 4px 0;
}
.sysup-card__svg {
  width: 100%;
  height: auto;
  max-height: 195px;
  display: block;
}
.sysup-card__svg text {
  font-family: "ZohoPuvi", sans-serif;
}
.sysup-card__grid {
  stroke: #dbe2ea;
  stroke-width: 1;
  stroke-dasharray: 6 6;
}
.sysup-card__ylabel {
  font-size: 13px;
  fill: #5f6c7b;
  text-anchor: end;
}
.sysup-card__axis-title {
  font-size: 20px;
  fill: #2f3a48;
  text-anchor: middle;
}
.sysup-card__p95 {
  stroke: #3da0ef;
  stroke-width: 1.5;
}
.sysup-card__p95-label {
  font-size: 20px;
  fill: #376a9e;
}
.sysup-card__area {
  fill: rgba(169, 204, 236, 0.45);
}
.sysup-card__line {
  fill: none;
  stroke: #6ab1ef;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sysup-card__dot {
  fill: #2994ef;
}
.sysup-card__summary {
  margin-top: 10px;
  border: 1px solid #e5e9ef;
  border-radius: 6px;
  padding: 8px 10px 10px;
}
.sysup-card__table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
}
.sysup-card__table {
  min-width: 640px;
}

.table-monitor-wrap {
  position: relative;
  width: 100%;
  max-width: 620px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(240, 249, 255, 0.6) 0%, rgba(248, 250, 252, 0.4) 50%, rgba(240, 253, 244, 0.5) 100%);
  transition: background 0.4s ease;
}
.table-monitor-wrap:hover {
  background: linear-gradient(145deg, rgba(240, 249, 255, 0.8) 0%, rgba(248, 250, 252, 0.6) 50%, rgba(240, 253, 244, 0.7) 100%);
}
.table-monitor-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(4, 159, 217, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.table-monitor-wrap:hover::before {
  opacity: 1;
}
.table-monitor-wrap::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 64px;
  height: 64px;
  background-image: radial-gradient(circle, rgba(4, 159, 217, 0.12) 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  border-radius: 8px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.table-monitor-wrap:hover::after {
  opacity: 1;
}

.table-monitor-card {
  position: relative;
  z-index: 1;
  max-height: 400px;
  overflow: hidden;
  font-family: "ZohoPuvi", sans-serif;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 20px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  scrollbar-width: auto;
}
.table-monitor-card::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.table-monitor-card::-webkit-scrollbar-track, .table-monitor-card *::-webkit-scrollbar-track {
  background: #f1f5f9;
}
.table-monitor-card::-webkit-scrollbar-thumb, .table-monitor-card *::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 8px;
  border: 2px solid #f1f5f9;
}
.table-monitor-card--hide-scrollbar, .table-monitor-card--hide-scrollbar * {
  scrollbar-width: none;
}
.table-monitor-card--hide-scrollbar::-webkit-scrollbar, .table-monitor-card--hide-scrollbar *::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.table-monitor-wrap:hover .table-monitor-card {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
}
.table-monitor-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 10px 10px 14px;
  border-bottom: 1px solid #eef1f5;
  flex-shrink: 0;
  background: #fff;
}
.table-monitor-card__title {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  white-space: nowrap;
}
.table-monitor-card__tools-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  min-width: 0;
}
.table-monitor-card__discover {
  font-size: 12px;
  text-decoration: underline;
  white-space: nowrap;
  font-weight: 400;
  color: #64748b;
  line-height: 1;
}
.table-monitor-card__action-btn {
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 6px;
  background: #44c27a;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  height: 28px;
}
.table-monitor-card__action-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.table-monitor-card__action-btn span:first-child {
  padding: 0 10px;
}
.table-monitor-card__action-arrow {
  width: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 9px;
}
.table-monitor-card__icon-btn {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}
.table-monitor-card__icon-btn svg {
  opacity: 0.65;
  transition: opacity 0.2s;
}
.table-monitor-card__icon-btn:hover svg {
  opacity: 1;
}
.table-monitor-card__table-wrap {
  overflow: auto;
  flex: 1;
  min-height: 0;
  scrollbar-width: auto;
}
.table-monitor-card__table-wrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.table-monitor-card__table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  font-size: 12.5px;
  white-space: nowrap;
}
.table-monitor-card__table thead {
  background: #fafbfc;
  border-bottom: 1px solid #e5e9ef;
  position: sticky;
  top: 0;
  z-index: 2;
}
.table-monitor-card__table th {
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
  color: #2f343a;
  font-size: 12px;
  white-space: nowrap;
}
.table-monitor-card__table td {
  padding: 9px 12px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  vertical-align: middle;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-size: 12px;
}
.table-monitor-card__table tbody tr:last-child td {
  border-bottom: none;
}
.table-monitor-card__table tbody tr:hover td {
  background: #f8fafc;
}
.table-monitor-card--neighbours .table-monitor-card__table {
  min-width: 1020px;
}
.table-monitor-card__checkbox-col {
  width: 34px;
  min-width: 34px;
  max-width: 34px;
  padding-right: 6px !important;
}
.table-monitor-card__checkbox-col input[type=checkbox] {
  width: 14px;
  height: 14px;
  accent-color: #00aa50;
  cursor: pointer;
}
.table-monitor-card__route-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #808080;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
}
.table-monitor-card__route-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: #fff;
  left: 4px;
  top: 7px;
  transform: rotate(-45deg);
  border-radius: 2px;
}
.table-monitor-card__sort {
  display: inline-block;
  font-size: 9px;
  line-height: 1;
  color: #7b8794;
  margin-left: 3px;
  vertical-align: middle;
}

a {
  color: var(--color-base-blue);
}

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

#scroll,
#VideosAndLogos {
  display: none;
}

.unorder-list {
  list-style-type: disc;
  padding-left: 20px;
}

.icon-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}
.icon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDkuOTk1NzFDMjAgOS45ODcxMyAyMCA5Ljk3NDI2IDIwIDkuOTY1NjhDMjAgOS44OTcwNCAyMCA5LjgyODQgMTkuOTk1NyA5Ljc2NDA1QzE5Ljk5NTcgOS43MjU0NCAxOS45OTE0IDkuNjg2ODMgMTkuOTkxNCA5LjY0MzkzQzE5Ljk5MTQgOS42MDUzMiAxOS45ODcxIDkuNTY2NzEgMTkuOTg3MSA5LjUyODFDMTkuOTgyOCA5LjQ4MDkxIDE5Ljk4MjggOS40MzM3MiAxOS45Nzg1IDkuMzg2NTNDMTkuOTc4NSA5LjM1NjUgMTkuOTc0MiA5LjMyNjQ3IDE5Ljk3NDIgOS4yOTY0NEMxOS45NyA5LjI0NDk2IDE5Ljk2NTcgOS4xOTM0OCAxOS45NjE0IDkuMTQyQzE5Ljk2MTQgOS4xMjA1NSAxOS45NTcxIDkuMDk0ODEgMTkuOTU3MSA5LjA3MzM2QzE5Ljk1MjggOS4wMTc1OSAxOS45NDQyIDguOTYxODIgMTkuOTM5OSA4LjkwMTc2QzE5LjkzOTkgOC44ODg4OSAxOS45MzU2IDguODcxNzMgMTkuOTM1NiA4Ljg1ODg2QzE5LjM2OTEgMy44NzM4NyAxNS4xMzczIDAgMTAgMEM0Ljg2MjY2IDAgMC42MzA5MDEgMy44NzM4NyAwLjA2NDM3NzcgOC44NjMxNUMwLjA2NDM3NzcgOC44NzYwMiAwLjA2MDA4NTggOC44OTMxOCAwLjA2MDA4NTggOC45MDYwNUMwLjA1NTc5NCA4Ljk2MTgyIDAuMDQ3MjEwMyA5LjAxNzU5IDAuMDQyOTE4NSA5LjA3NzY1QzAuMDM4NjI2NiA5LjA5OTEgMC4wMzg2MjY2IDkuMTI0ODQgMC4wMzg2MjY2IDkuMTQ2MjlDMC4wMzQzMzQ3IDkuMTk3NzcgMC4wMzAwNDI5IDkuMjQ5MjUgMC4wMjU3NTExIDkuMzAwNzNDMC4wMjU3NTExIDkuMzMwNzYgMC4wMjE0NTkyIDkuMzYwNzkgMC4wMjE0NTkyIDkuMzkwODJDMC4wMTcxNjc0IDkuNDM4MDEgMC4wMTcxNjczIDkuNDg1MiAwLjAxMjg3NTUgOS41MzIzOUMwLjAxMjg3NTUgOS41NzEgMC4wMDg1ODM3MiA5LjYwOTYxIDAuMDA4NTgzNzIgOS42NDgyMkMwLjAwODU4MzcyIDkuNjg2ODMgMC4wMDQyOTE4NiA5LjcyNTQ0IDAuMDA0MjkxODYgOS43NjgzNEMwLjAwNDI5MTg2IDkuODM2OTggMCA5LjkwNTYyIDAgOS45Njk5N0MwIDkuOTc4NTUgMCA5Ljk5MTQyIDAgMTBDMCAxMCAwIDEwIDAgMTAuMDA0M0MwIDEwLjAwODYgMCAxMC4wMDQzIDAgMTAuMDA4NkMwIDEwLjAxNzIgMCAxMC4wMyAwIDEwLjAzODZDMCAxMC4xMDcyIDEuNjMwODFlLTA4IDEwLjE3NTkgMC4wMDQyOTE4NiAxMC4yNDAyQzAuMDA0MjkxODYgMTAuMjc4OSAwLjAwODU4MzcyIDEwLjMxNzUgMC4wMDg1ODM3MiAxMC4zNjA0QzAuMDA4NTgzNzIgMTAuMzk5IDAuMDEyODc1NSAxMC40Mzc2IDAuMDEyODc1NSAxMC40NzYyQzAuMDE3MTY3MyAxMC41MjM0IDAuMDE3MTY3NCAxMC41NzA2IDAuMDIxNDU5MiAxMC42MTc4QzAuMDIxNDU5MiAxMC42NDc4IDAuMDI1NzUxMSAxMC42Nzc4IDAuMDI1NzUxMSAxMC43MDc5QzAuMDMwMDQyOSAxMC43NTkzIDAuMDM0MzM0NyAxMC44MTA4IDAuMDM4NjI2NiAxMC44NjIzQzAuMDM4NjI2NiAxMC44ODM3IDAuMDQyOTE4NSAxMC45MDk1IDAuMDQyOTE4NSAxMC45MzA5QzAuMDQ3MjEwMyAxMC45ODY3IDAuMDU1Nzk0IDExLjA0MjUgMC4wNjAwODU4IDExLjEwMjVDMC4wNjAwODU4IDExLjExNTQgMC4wNjQzNzc3IDExLjEzMjYgMC4wNjQzNzc3IDExLjE0NTRDMC42MzA5MDEgMTYuMTI2MSA0Ljg2MjY2IDIwIDEwIDIwQzE1LjEzNzMgMjAgMTkuMzY5MSAxNi4xMjYxIDE5LjkzNTYgMTEuMTQxMUMxOS45MzU2IDExLjEyODMgMTkuOTM5OSAxMS4xMTExIDE5LjkzOTkgMTEuMDk4MkMxOS45NDQyIDExLjA0MjUgMTkuOTUyOCAxMC45ODY3IDE5Ljk1NzEgMTAuOTI2NkMxOS45NjE0IDEwLjkwNTIgMTkuOTYxNCAxMC44Nzk1IDE5Ljk2MTQgMTAuODU4QzE5Ljk2NTcgMTAuODA2NSAxOS45NyAxMC43NTUgMTkuOTc0MiAxMC43MDM2QzE5Ljk3NDIgMTAuNjczNSAxOS45Nzg1IDEwLjY0MzUgMTkuOTc4NSAxMC42MTM1QzE5Ljk4MjggMTAuNTY2MyAxOS45ODI4IDEwLjUxOTEgMTkuOTg3MSAxMC40NzE5QzE5Ljk4NzEgMTAuNDMzMyAxOS45OTE0IDEwLjM5NDcgMTkuOTkxNCAxMC4zNTYxQzE5Ljk5MTQgMTAuMzE3NSAxOS45OTU3IDEwLjI3ODggMTkuOTk1NyAxMC4yMzU5QzE5Ljk5NTcgMTAuMTY3MyAyMCAxMC4wOTg3IDIwIDEwLjAzNDNDMjAgMTAuMDI1NyAyMCAxMC4wMTI5IDIwIDEwLjAwNDNDMjAgMTAgMjAgMTAgMjAgOS45OTU3MUMyMCAxMCAyMCAxMCAyMCA5Ljk5NTcxWiIgZmlsbD0iIzJCQjY3MyIvPgo8cGF0aCBkPSJNMTQuMjg1NiA3LjVMOC42MzgyNSAxMi44NTcxTDYuMDcxMjkgMTAuNDIyMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

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

.heading-menu {
  display: none;
}

.monitoring-devices-section .row,
.why-choose-section .row {
  gap: 24px 0;
}

.why-choose-section img {
  max-width: 420px;
  width: 100%;
  height: auto;
  margin: auto;
}

.highlight-section img {
  width: 100%;
  height: auto;
}
.highlight-section .row {
  align-items: center;
}
.highlight-section .row:nth-child(2) img {
  max-width: 420px;
}
.highlight-section .row:nth-child(3) img,
.highlight-section .row:nth-child(4) img {
  max-width: 360px;
}

.banner-section .icon-list li {
  padding-left: 24px;
}
.banner-section .icon-list li::before {
  background-size: 16px;
  width: 16px;
  height: 16px;
  top: 4.5px;
}

.banner-img-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  position: relative;
  max-width: 520px;
  margin: auto;
}
.banner-img-wrapper img {
  display: none;
}
.banner-img-wrapper .banner-widget {
  opacity: 0;
  animation: bannerRiseIn 0.7s ease-out forwards;
}
.banner-img-wrapper .banner-widget--topology {
  animation-delay: 0.05s;
}
.banner-img-wrapper .banner-widget--dial:nth-child(3) {
  animation-delay: 0.15s;
}
.banner-img-wrapper .banner-widget--dial:nth-child(4) {
  animation-delay: 0.25s;
}
.banner-img-wrapper .banner-widget--jitter {
  animation-delay: 0.35s;
}
.banner-img-wrapper .banner-img-wrapper__image-overlay {
  opacity: 0;
  animation: bannerFadeIn 0.7s ease-out 0.1s forwards;
}
.banner-img-wrapper__status {
  grid-column: 1/-1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #e5e9ef;
  background: #f8fafc;
  color: #334155;
  font-size: 13px;
  font-weight: 500;
  width: fit-content;
}
.banner-img-wrapper__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--color-base-green);
  display: inline-flex;
  flex: 0 0 auto;
}

@keyframes bannerFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bannerRiseIn {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes bannerBadgeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes bannerStatusIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .banner-img-wrapper .banner-widget,
  .banner-img-wrapper .banner-img-wrapper__image-overlay {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.banner-img-wrapper__image-overlay {
  background: linear-gradient(180deg, #FFD591 0%, #FFF9DC 100%);
  max-width: 320px;
  width: 100%;
  margin: auto;
  position: absolute;
  z-index: 0;
  height: 100%;
  border-radius: 16px;
  display: none;
}

.banner-widget {
  position: relative;
  z-index: 2;
  font-family: "ZohoPuvi", sans-serif;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  overflow: hidden;
}
.banner-widget .scroll-animate {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.banner-widget .scroll-animate.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.banner-widget .scroll-animate--section {
  transform: translate3d(0, 26px, 0);
}
@media (prefers-reduced-motion: reduce) {
  .banner-widget .scroll-animate,
  .banner-widget .scroll-animate.is-visible,
  .banner-widget .scroll-animate--section {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}
.banner-widget__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid #e5e9ef;
  font-family: "ZohoPuvi";
}
.banner-widget__title {
  font-size: 11.5px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.2;
  letter-spacing: -0.1px;
}
.banner-widget__actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.banner-widget__icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  cursor: pointer;
  transition: color 0.15s;
}
.banner-widget__icon-btn:hover {
  color: #334155;
}
.banner-widget__icon {
  display: inline-flex;
  color: #9ca3af;
}
.banner-widget__chart {
  display: block;
  width: 100%;
  height: auto;
}
.banner-widget__chart-body {
  padding: 12px 14px 10px;
}
.banner-widget__topo-svg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -5px;
}
.banner-widget__topo-body {
  padding: 10px 8px 12px;
}
.banner-widget__dial-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e9ef;
}
.banner-widget__dial-name {
  font-size: 11.5px;
  color: #1e293b;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner-widget__dial-icon {
  flex-shrink: 0;
  color: #94a3b8;
  display: flex;
  align-items: center;
}
.banner-widget--jitter {
  grid-column: auto;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.banner-widget--jitter .banner-widget__chart-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-widget--topology {
  grid-column: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.banner-widget--topology .banner-widget__topo-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-widget--dial {
  grid-column: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-widget--dial .dials-widget__gauge-wrap {
  width: 100%;
  max-width: 160px;
  padding: 0 8px;
  margin: 0 auto;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-widget--dial .dials-widget__gauge-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.banner-widget--dial .dials-widget__dial-value {
  font-size: 26px;
  font-weight: 400;
  color: #1e293b;
  letter-spacing: -0.5px;
  text-align: center;
  padding: 2px 0 12px;
}
.banner-widget--dial .dials-widget__dial-unit {
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
}
.banner-widget__gauge {
  display: block;
  width: 100%;
  height: auto;
}

.top-feature-list span {
  border-radius: 100px;
  border: 1px solid #F2EEE0;
  background: var(--color-white);
  font-size: 17px;
  padding: 8px 16px 8px 40px;
  font-weight: 400;
  display: inline-flex;
  position: relative;
}
.top-feature-list span::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDEwLjQ5NTdDMjAgMTAuNDg3MSAyMCAxMC40NzQzIDIwIDEwLjQ2NTdDMjAgMTAuMzk3IDIwIDEwLjMyODQgMTkuOTk1NyAxMC4yNjRDMTkuOTk1NyAxMC4yMjU0IDE5Ljk5MTQgMTAuMTg2OCAxOS45OTE0IDEwLjE0MzlDMTkuOTkxNCAxMC4xMDUzIDE5Ljk4NzEgMTAuMDY2NyAxOS45ODcxIDEwLjAyODFDMTkuOTgyOCA5Ljk4MDkxIDE5Ljk4MjggOS45MzM3MiAxOS45Nzg1IDkuODg2NTNDMTkuOTc4NSA5Ljg1NjUgMTkuOTc0MiA5LjgyNjQ3IDE5Ljk3NDIgOS43OTY0NEMxOS45NyA5Ljc0NDk2IDE5Ljk2NTcgOS42OTM0OCAxOS45NjE0IDkuNjQyQzE5Ljk2MTQgOS42MjA1NSAxOS45NTcxIDkuNTk0ODEgMTkuOTU3MSA5LjU3MzM2QzE5Ljk1MjggOS41MTc1OSAxOS45NDQyIDkuNDYxODIgMTkuOTM5OSA5LjQwMTc2QzE5LjkzOTkgOS4zODg4OSAxOS45MzU2IDkuMzcxNzMgMTkuOTM1NiA5LjM1ODg2QzE5LjM2OTEgNC4zNzM4NyAxNS4xMzczIDAuNSAxMCAwLjVDNC44NjI2NiAwLjUgMC42MzA5MDEgNC4zNzM4NyAwLjA2NDM3NzcgOS4zNjMxNUMwLjA2NDM3NzcgOS4zNzYwMiAwLjA2MDA4NTggOS4zOTMxOCAwLjA2MDA4NTggOS40MDYwNUMwLjA1NTc5NCA5LjQ2MTgyIDAuMDQ3MjEwMyA5LjUxNzU5IDAuMDQyOTE4NSA5LjU3NzY1QzAuMDM4NjI2NiA5LjU5OTEgMC4wMzg2MjY2IDkuNjI0ODQgMC4wMzg2MjY2IDkuNjQ2MjlDMC4wMzQzMzQ3IDkuNjk3NzcgMC4wMzAwNDI5IDkuNzQ5MjUgMC4wMjU3NTExIDkuODAwNzNDMC4wMjU3NTExIDkuODMwNzYgMC4wMjE0NTkyIDkuODYwNzkgMC4wMjE0NTkyIDkuODkwODJDMC4wMTcxNjc0IDkuOTM4MDEgMC4wMTcxNjczIDkuOTg1MiAwLjAxMjg3NTUgMTAuMDMyNEMwLjAxMjg3NTUgMTAuMDcxIDAuMDA4NTgzNzIgMTAuMTA5NiAwLjAwODU4MzcyIDEwLjE0ODJDMC4wMDg1ODM3MiAxMC4xODY4IDAuMDA0MjkxODYgMTAuMjI1NCAwLjAwNDI5MTg2IDEwLjI2ODNDMC4wMDQyOTE4NiAxMC4zMzcgMCAxMC40MDU2IDAgMTAuNDdDMCAxMC40Nzg1IDAgMTAuNDkxNCAwIDEwLjVDMCAxMC41IDAgMTAuNSAwIDEwLjUwNDNDMCAxMC41MDg2IDAgMTAuNTA0MyAwIDEwLjUwODZDMCAxMC41MTcyIDAgMTAuNTMgMCAxMC41Mzg2QzAgMTAuNjA3MiAxLjYzMDgxZS0wOCAxMC42NzU5IDAuMDA0MjkxODYgMTAuNzQwMkMwLjAwNDI5MTg2IDEwLjc3ODkgMC4wMDg1ODM3MiAxMC44MTc1IDAuMDA4NTgzNzIgMTAuODYwNEMwLjAwODU4MzcyIDEwLjg5OSAwLjAxMjg3NTUgMTAuOTM3NiAwLjAxMjg3NTUgMTAuOTc2MkMwLjAxNzE2NzMgMTEuMDIzNCAwLjAxNzE2NzQgMTEuMDcwNiAwLjAyMTQ1OTIgMTEuMTE3OEMwLjAyMTQ1OTIgMTEuMTQ3OCAwLjAyNTc1MTEgMTEuMTc3OCAwLjAyNTc1MTEgMTEuMjA3OUMwLjAzMDA0MjkgMTEuMjU5MyAwLjAzNDMzNDcgMTEuMzEwOCAwLjAzODYyNjYgMTEuMzYyM0MwLjAzODYyNjYgMTEuMzgzNyAwLjA0MjkxODUgMTEuNDA5NSAwLjA0MjkxODUgMTEuNDMwOUMwLjA0NzIxMDMgMTEuNDg2NyAwLjA1NTc5NCAxMS41NDI1IDAuMDYwMDg1OCAxMS42MDI1QzAuMDYwMDg1OCAxMS42MTU0IDAuMDY0Mzc3NyAxMS42MzI2IDAuMDY0Mzc3NyAxMS42NDU0QzAuNjMwOTAxIDE2LjYyNjEgNC44NjI2NiAyMC41IDEwIDIwLjVDMTUuMTM3MyAyMC41IDE5LjM2OTEgMTYuNjI2MSAxOS45MzU2IDExLjY0MTFDMTkuOTM1NiAxMS42MjgzIDE5LjkzOTkgMTEuNjExMSAxOS45Mzk5IDExLjU5ODJDMTkuOTQ0MiAxMS41NDI1IDE5Ljk1MjggMTEuNDg2NyAxOS45NTcxIDExLjQyNjZDMTkuOTYxNCAxMS40MDUyIDE5Ljk2MTQgMTEuMzc5NSAxOS45NjE0IDExLjM1OEMxOS45NjU3IDExLjMwNjUgMTkuOTcgMTEuMjU1IDE5Ljk3NDIgMTEuMjAzNkMxOS45NzQyIDExLjE3MzUgMTkuOTc4NSAxMS4xNDM1IDE5Ljk3ODUgMTEuMTEzNUMxOS45ODI4IDExLjA2NjMgMTkuOTgyOCAxMS4wMTkxIDE5Ljk4NzEgMTAuOTcxOUMxOS45ODcxIDEwLjkzMzMgMTkuOTkxNCAxMC44OTQ3IDE5Ljk5MTQgMTAuODU2MUMxOS45OTE0IDEwLjgxNzUgMTkuOTk1NyAxMC43Nzg4IDE5Ljk5NTcgMTAuNzM1OUMxOS45OTU3IDEwLjY2NzMgMjAgMTAuNTk4NyAyMCAxMC41MzQzQzIwIDEwLjUyNTcgMjAgMTAuNTEyOSAyMCAxMC41MDQzQzIwIDEwLjUgMjAgMTAuNSAyMCAxMC40OTU3QzIwIDEwLjUgMjAgMTAuNSAyMCAxMC40OTU3WiIgZmlsbD0iIzJCQjY3MyIvPgo8cGF0aCBkPSJNMTQuMjg1OCA4TDguNjM4NDQgMTMuMzU3MUw2LjA3MTQ3IDEwLjkyMjEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.sdWANSwiper .swiper-slide > div {
  margin: auto;
}

.clients-item-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}

.clients-item-wrapper .client-item:not(:nth-child(2)) img {
  max-height: 36px;
}

.hpe-card {
  border: 1px solid #363636;
  padding: 24px;
  border-radius: 8px;
  height: 100%;
}

.hpe-card-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}
.hpe-card-icon img {
  width: 32px;
  height: 32px;
}

.alternative-section-img img {
  max-width: 540px;
  width: 100%;
  height: auto;
}

.section__title-header {
  max-width: 900px;
  margin: auto;
}

.toggle-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  border-radius: 100px;
  background: var(--color-black);
}
.toggle-tab .tab-item {
  padding: 10px 20px;
  display: inline-flex;
  border-radius: 100px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  cursor: pointer;
  color: var(--color-white);
  user-select: none;
}
.toggle-tab .tab-item.active {
  background-color: var(--color-white);
  color: var(--color-black);
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.pills-tab-header {
  margin: 20px 0;
  padding: 14px 0;
  position: sticky;
  top: 40px;
  display: flex;
  justify-content: center;
}

.pills-tab {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 12px;
  padding: 6px;
  border-radius: 72px;
  scrollbar-width: none;
}
.pills-tab::-webkit-scrollbar {
  width: 0;
}
.pills-tab .tab-item {
  border-radius: 50px;
  padding: 12px 24px;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  user-select: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.pills-tab.pills-tab-dark .tab-item {
  border: 1px solid #5B5B5B;
  background-color: #2E2E2E;
  color: var(--color-white);
}
.pills-tab.pills-tab-dark .tab-item.active {
  background: var(--color-base-yellow);
  border-color: var(--color-base-yellow);
  color: var(--color-black);
}

.pills-tab-body {
  background: var(--color-white);
  padding: 40px;
}

.feature-section img {
  border: 1px solid #DDDDDD;
  border-radius: 6px;
}
@media screen and (max-width: 992px) {
  .feature-section .tab-content .row:nth-child(2) {
    flex-direction: column-reverse;
  }
}

.switch-form-card {
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.06);
  max-width: 960px;
  margin: auto;
}

.vertical-stepper-item {
  display: flex;
  gap: 24px;
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
}
.vertical-stepper-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eaeaea;
  left: 23px;
  top: 0;
  z-index: -1;
}
.vertical-stepper-item:last-child {
  padding-bottom: 0px;
}
.vertical-stepper-item:last-child::before {
  display: none;
}

.stepper-count {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 4px solid #eaeaea;
  font-size: 17px;
}

.video-section .video-img-wrapper {
  cursor: pointer;
}
.video-section .video-img-wrapper img {
  max-width: 540px;
  width: 100%;
  margin: auto;
  height: auto;
  border-radius: 8px;
}

.video-testimonial {
  display: flex;
  gap: 40px;
}

.video-container {
  max-width: 340px;
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.video-container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.video-container img {
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  left: 0;
  top: 0;
  object-fit: cover;
}

.btn-play-icon {
  border: 0;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 100px;
  cursor: pointer;
  background-color: #e80e19;
}
.btn-play-icon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  background-color: #e80e19;
  z-index: -1;
}
.btn-play-icon::after {
  animation: btn-pulse 2000ms ease-in-out infinite;
}
@keyframes btn-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.btn-play-icon::before {
  display: inline-block;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 14px solid #ffffff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-36%, -50%);
}

.testimonial-content {
  gap: 24px;
}
.testimonial-content h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
}

.quotation-icon {
  width: 36px;
  height: 36px;
  opacity: 0.15;
}

.customer-testimonial {
  display: flex;
}
.customer-testimonial .swiper-slide {
  background: #F6F6F6;
  padding: 40px;
  border-radius: 12px;
}
.customer-testimonial .swiper-button-next:after,
.customer-testimonial .swiper-button-prev:after {
  filter: grayscale(1);
}

.recognized-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.recognized-wrapper .recognized-item {
  border-radius: 12px;
  background: #F6F6F6;
  padding: 40px 0;
  display: grid;
  place-items: center;
}

.bg-capetrra_shortlist_2023 {
  width: 212px;
  height: 177px;
  background: url("../images/solarwinds-alternative/recognition_badge.webp") -1045px -10px;
  zoom: 0.65;
}

.bg-software_advice_recommended {
  width: 193px;
  height: 196px;
  background: url("../images/solarwinds-alternative/recognition_badge.webp") -610px -10px;
  zoom: 0.65;
}

.bg-capetrra_best_of_use_2024 {
  width: 202px;
  height: 184px;
  background: url("../images/solarwinds-alternative/recognition_badge.webp") -823px -10px;
  zoom: 0.65;
}

.bg-get_app_category_leader {
  width: 232px;
  height: 180px;
  background: url("../images/solarwinds-alternative/recognition_badge.webp") -1520px -10px;
  zoom: 0.65;
}

.bg-slashdot {
  width: 175px;
  height: 198px;
  background: url("../images/solarwinds-alternative/recognition_badge.webp") -10px -10px;
  zoom: 0.65;
}

.bg-capetrra_shortlist_2024 {
  width: 223px;
  height: 184px;
  background: url("../images/solarwinds-alternative/recognition_badge.webp") -1277px -10px;
  zoom: 0.65;
}

.bg-software_advice_front_runner {
  width: 184px;
  height: 195px;
  background: url("../images/solarwinds-alternative/recognition_badge.webp") -406px -10px;
  zoom: 0.65;
}

.bg-sourceforge {
  width: 181px;
  height: 195px;
  background: url("../images/solarwinds-alternative/recognition_badge.webp") -205px -10px;
  zoom: 0.65;
}

.bg-capterra {
  width: 191px;
  height: 43px;
  background: url("../images/solarwinds-alternative/review_platform.webp") -10px -10px;
}

.bg-app_store {
  width: 171px;
  height: 49px;
  background: url("../images/solarwinds-alternative/review_platform.webp") -10px -73px;
}

.bg-gartner {
  width: 146px;
  height: 34px;
  background: url("../images/solarwinds-alternative/review_platform.webp") -221px -64px;
}

.bg-trust_radius {
  width: 198px;
  height: 34px;
  background: url("../images/solarwinds-alternative/review_platform.webp") -221px -10px;
}

.bg-g2 {
  width: 53px;
  height: 55px;
  background: url("../images/solarwinds-alternative/review_platform.webp") -221px -118px;
}

.bg-google_play {
  width: 189px;
  height: 43px;
  background: url("../images/solarwinds-alternative/review_platform.webp") -10px -142px;
}

.rating-item {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.rating-item span:nth-child(1) {
  display: inline-block;
  zoom: 0.6;
}
.rating-item span:nth-child(2) {
  font-size: 22px;
  font-weight: 300;
}

.rating-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 6px;
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.asterisk {
  vertical-align: text-bottom;
  color: gray;
  font-weight: 300;
}

.disclaimer-card {
  padding: 24px;
  background: #f6f6f6;
  border-radius: 12px;
}

.switch-block-wrapper .feature-card {
  border: none;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0;
  margin: 0 0 32px;
  padding: 20px;
  transition: 0.2s all ease-in-out;
}

.switch-block-wrapper .feature-card:last-of-type {
  border-bottom: none !important;
}

.switch-block-wrapper .feature-card.active {
  background-color: #fff7df;
  border-radius: 8px;
}

.switch-block-wrapper .feature-card.active h3 {
  color: #1B2329 !important;
}

.switch-block-wrapper .feature-card.active p {
  color: #30373C;
}

.switch-block-wrapper .feature-card h3 {
  font-size: 24px;
  color: #1B2329 !important;
  transition: 0.2s all ease-in-out;
}

.switch-block-wrapper .feature-card p {
  color: #30373C;
  transition: 0.2s all ease-in-out;
}

.switch-block-wrapper .feature-card:last-of-type {
  margin-bottom: 390px;
}

.switch-block-sticky .switch-block-img-wrapper {
  position: sticky;
  top: 150px;
  height: 500px;
  border-radius: 20px;
  transition: 0.2s all ease-in-out;
}

.switch-block-sticky .switch-block-img-wrapper img {
  position: absolute;
  transition: 0.2s all ease-in-out;
}

.switch-block-sticky .switch-block-img-wrapper img:last-child {
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}

.switch-block-sticky .switch-block-img-wrapper img.visible {
  opacity: 1;
}

.switch-block-sticky .switch-block-img-wrapper img.hidden {
  opacity: 0;
}

.switch-block-sticky .key-features-wrap {
  position: sticky;
  top: 100px;
}

.switch-block-sticky .key-features-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  pointer-events: none;
}

.switch-block-sticky .key-features-wrap > div.visible {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.use-case-block {
  padding: 20px;
  border-radius: 8px;
  background: #f6f6f6;
  margin-bottom: 24px;
  border: 1px solid #ddd;
}

.result-block {
  padding: 20px;
  border-radius: 8px;
  background: #ecf9ed;
  margin-bottom: 24px;
  border: 1px solid #aed3b1;
}

.switch-block-img-md {
  display: none;
}

.key-features-wrap .monitor-widget__x-axis {
  margin-top: 24px;
}

.accordion-container {
  max-width: 920px;
  width: 100%;
  margin: auto;
}
.accordion-container .accordion-item {
  border-bottom: 1px solid #494949;
  cursor: pointer;
  padding: 24px 0;
}
.accordion-container .accordion-item h5 {
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 16px;
}
.accordion-container .accordion-item .accordion-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accordion-container .accordion-item .accordion-head.active .plusminus::before {
  content: "−";
}
.accordion-container .accordion-item .accordion-body {
  max-width: 96%;
}
.accordion-container .accordion-item .accordion-body p {
  margin: 8px 0 0;
}
.accordion-container .accordion-item .plusminus {
  border: 1px solid #dddddd;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--color-black);
  position: relative;
  flex: 0 0 auto;
}
.accordion-container .accordion-item .plusminus::before {
  position: absolute;
  font-size: 24px;
  font-weight: 200;
  content: "+";
  color: #dddddd;
}
.accordion-container .accordion-body {
  display: none;
}

@media screen and (max-width: 992px) {
  .switch-block-wrapper .feature-card:last-of-type {
    padding-bottom: 40px;
  }
  .key-features-wrap .tunnel-wrap,
  .key-features-wrap .sdwan-widget-wrap {
    display: none;
  }
  .tunnel-wrap,
  .sdwan-widget-wrap,
  .dials-monitor-wrap {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .switch-block-wrapper .feature-card:last-of-type {
    margin-bottom: 0px;
  }
  .banner-section img {
    margin: 60px auto 0;
    max-width: 420px;
    width: 100%;
  }
  .banner-img-wrapper {
    margin-top: 24px;
    max-width: 520px;
    padding: 12px;
  }
  .banner-widget--jitter {
    grid-column: auto;
    width: 100%;
  }
  .banner-widget--topology {
    grid-column: auto;
    width: 100%;
  }
  .banner-widget--dial {
    grid-column: auto;
    width: 100%;
  }
  .highlight-section .row:nth-child(3) {
    flex-direction: column-reverse;
  }
  .switch-block-img-md {
    display: block !important;
  }
  .switch-block-img-md img {
    display: block !important;
    max-width: 540px;
    width: 100%;
    margin: auto;
  }
  .switch-block-img-wrapper {
    display: none;
  }
  .feature-card.active {
    background: transparent !important;
  }
  .recognized-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .clients-item-wrapper {
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .tunnel-wrap__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 475px) {
  .monitor-widget__x-axis {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .banner-img-wrapper {
    padding: 12px 0;
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .banner-img-wrapper__badge, .banner-img-wrapper__status {
    position: static;
    transform: none;
    width: fit-content;
    grid-column: 1/-1;
  }
  .banner-widget {
    position: static;
    width: 100%;
  }
  .rating-wrapper {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  }
  .video-testimonial {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .video-testimonial .quotation-icon {
    margin: auto;
  }
}

/*# sourceMappingURL=sd-wan-monitoring.css.map */
