.sys-switch {
  font-size: 14px;
}
@media (min-width: 1600px) {
  .sys-switch {
    font-size: 16px;
  }
}
.sys-switch a {
  color: #8D96A4;
}
.sys-switch a.active {
  color: #081A2D;
}

.dev-mobile .btn {
  min-width: 224px;
}

.sec-1 {
  padding: 40px 0;
  background: linear-gradient(180deg, #EDF5FF 14.88%, #51A1FF 169.81%);
  position: relative;
}
@media (min-width: 992px) {
  .sec-1 {
    padding: 42px 0;
    background: linear-gradient(84.15deg, #EDF5FF 52.41%, #51A1FF 100%);
  }
}
@media (min-width: 1600px) {
  .sec-1 {
    padding: 71px 0 41px;
  }
}
.sec-1::after {
  content: "";
  width: 100%;
  aspect-ratio: 390/383;
  background: url("https://images.pdnob.com/images2026/landing-page-team/bg-mask-mb.webp") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .sec-1::after {
    width: auto;
    height: 100%;
    aspect-ratio: 1366/554;
    background: url("https://images.pdnob.com/images2026/landing-page-team/bg-mask-md.webp") no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1600px) {
  .sec-1::after {
    aspect-ratio: 1640/680;
    background: url("https://images.pdnob.com/images2026/landing-page-team/bg-mask.webp") no-repeat;
    background-size: cover;
  }
}
.sec-1 .lft {
  position: relative;
  z-index: 1;
  max-width: 580px;
}
@media (min-width: 1600px) {
  .sec-1 .lft {
    max-width: 661px;
  }
}
.sec-1 .lft .h1-title {
  font-size: 32px;
}
@media (min-width: 992px) {
  .sec-1 .lft .h1-title {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .sec-1 .lft .h1-title {
    font-size: 48px;
  }
}
.sec-1 .lft .tip {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 64px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(45, 101, 255, 0.12) 0%, rgba(187, 92, 242, 0.12) 60%, rgba(253, 106, 15, 0.12) 100%);
}
@media (min-width: 992px) {
  .sec-1 .lft .tip {
    margin: 0;
  }
}
.sec-1 .lft .tip span {
  background: linear-gradient(90deg, #2D65FF 0%, #BB5CF2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 12px;
}
@media (min-width: 992px) {
  .sec-1 .lft .tip span {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .sec-1 .lft .tip span {
    font-size: 16px;
  }
}
.sec-1 .lft .desc {
  color: #616C7D;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  max-width: 520px;
}
@media (min-width: 1600px) {
  .sec-1 .lft .desc {
    font-size: 18px;
    max-width: 640px;
  }
}
.sec-1 .lft .features .cell {
  padding: 8px 16px;
  border-radius: 64px;
  border: 1.2px solid rgba(45, 101, 255, 0.4);
  min-width: 225px;
}
@media (min-width: 992px) {
  .sec-1 .lft .features .cell {
    padding: 6px 8px;
    border-radius: 52px;
    min-width: unset;
  }
}
@media (min-width: 1600px) {
  .sec-1 .lft .features .cell {
    padding: 8px 16px;
    border-radius: 64px;
  }
}
.sec-1 .lft .features .cell svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
@media (min-width: 1600px) {
  .sec-1 .lft .features .cell svg {
    width: 20px;
    height: 20px;
  }
}
.sec-1 .lft .apple {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.sec-1 .lft .apple .tooltip-popup {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 1000;
  width: 137px;
  height: -moz-fit-content;
  height: fit-content;
  overflow: inherit;
}
.sec-1 .lft .apple .tooltip-popup img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
}
.sec-1 .lft .apple .tooltip-popup span {
  color: #081A2D;
}
.sec-1 .lft .apple .tooltip-popup::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}
@media (min-width: 1200px) {
  .sec-1 .lft .apple .tooltip-popup {
    width: 144px;
  }
}
@media (min-width: 992px) {
  .sec-1 .lft .apple:hover .tooltip-popup {
    display: block;
  }
}
.sec-1 .lft [data-toggle=popup-video] {
  font-size: 16px;
}
@media (min-width: 992px) {
  .sec-1 .lft [data-toggle=popup-video] {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .sec-1 .lft [data-toggle=popup-video] {
    font-size: 16px;
  }
}
.sec-1 .lft .btn-group .btn {
  height: 56px;
  min-width: 224px;
}
@media (min-width: 992px) {
  .sec-1 .lft .btn-group .btn {
    min-width: unset;
  }
}
@media (min-width: 1600px) {
  .sec-1 .lft .btn-group .btn {
    height: 64px;
  }
}
.sec-1 .rgt {
  position: relative;
  z-index: 1;
  width: 106%;
}
@media (min-width: 992px) {
  .sec-1 .rgt {
    width: 100%;
    max-width: 659px;
    margin-right: -48px;
  }
}
@media (min-width: 1600px) {
  .sec-1 .rgt {
    max-width: 849px;
    margin-right: -113px;
    margin-top: -20px;
  }
}

.sec-2 {
  background: linear-gradient(90deg, #E1EEFF -1.8%, #C1DEFF 101.82%);
  padding: 26px 0;
  color: #559DF4;
}
.sec-2 .trusted {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  max-width: 312px;
}
.sec-2 .line {
  width: 1px;
  height: 52px;
  background: #559DF4;
}
.sec-2 .item .num {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
}
.sec-2 .item .desc {
  font-size: 14px;
  line-height: 1.5;
}

.sec-3 {
  padding: 64px 0;
}
@media (min-width: 992px) {
  .sec-3 {
    padding: 64px 0 120px;
  }
}
@media (min-width: 1600px) {
  .sec-3 {
    padding: 80px 0 140px;
  }
}
.sec-3 .swiper-nav .swiper-wrapper {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-bottom: 1px solid rgba(141, 150, 164, 0.3019607843);
}
.sec-3 .swiper-nav .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #616C7D;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-bottom: -1px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .sec-3 .swiper-nav .swiper-slide {
    padding: 12px 0;
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .sec-3 .swiper-nav .swiper-slide {
    font-size: 18px;
  }
}
.sec-3 .swiper-nav .swiper-slide:last-child {
  margin-right: 0 !important;
}
.sec-3 .swiper-nav .swiper-slide.swiper-slide-thumb-active {
  font-weight: 600;
  color: #2D65FF;
  border-bottom: 2px solid #2D65FF;
}
.sec-3 .swiper-nav .swiper-slide svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .sec-3 .swiper-nav .swiper-slide svg {
    width: 24px;
    height: 24px;
  }
}
.sec-3 .swiper-cont .content {
  background: white;
}
.sec-3 .swiper-cont .content .h3-title {
  font-size: 20px;
}
@media (min-width: 992px) {
  .sec-3 .swiper-cont .content .h3-title {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .sec-3 .swiper-cont .content .h3-title {
    font-size: 32px;
  }
}
.sec-3 .swiper-cont .content .lft {
  max-width: 576px;
}
@media (min-width: 1600px) {
  .sec-3 .swiper-cont .content .lft {
    max-width: 645px;
  }
}
@media (min-width: 1600px) {
  .sec-3 .swiper-cont .content .lft .desc {
    max-width: 612px;
  }
}
.sec-3 .swiper-cont .content .lft ul li {
  padding-left: 28px;
  position: relative;
}
@media (min-width: 1600px) {
  .sec-3 .swiper-cont .content .lft ul li {
    padding-left: 32px;
  }
}
.sec-3 .swiper-cont .content .lft ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><circle cx="12" cy="12" r="9.3" stroke="%232d65ff" stroke-width="1.4"/><path stroke="%232d65ff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8.242 11.741 2.551 2.552a1 1 0 0 0 1.415 0l4.723-4.724"/></svg>') no-repeat;
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 0;
}
.sec-3 .swiper-cont .content .lft ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 1600px) {
  .sec-3 .swiper-cont .content .lft ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .sec-3 .swiper-cont .content .rgt {
    max-width: 566px;
  }
}
@media (min-width: 1600px) {
  .sec-3 .swiper-cont .content .rgt {
    max-width: 709px;
  }
}

.sec-4 {
  background: linear-gradient(180deg, rgba(45, 101, 255, 0.06) -9.52%, rgba(45, 101, 255, 0.06) 122.62%);
  padding: 32px 0;
}
@media (min-width: 992px) {
  .sec-4 {
    padding: 40px 0;
  }
}
@media (min-width: 1600px) {
  .sec-4 {
    padding: 56px 0;
  }
}
.sec-4 .cell-list .cell {
  width: 100%;
  background: white;
  border-radius: 16px;
  border: 1px solid rgba(141, 150, 164, 0.3019607843);
  padding: 20px;
}
@media (min-width: 992px) {
  .sec-4 .cell-list .cell {
    width: calc(33.3333333333% - 13.3333333333px);
    padding: 24px;
  }
}
@media (min-width: 1600px) {
  .sec-4 .cell-list .cell {
    width: calc(33.3333333333% - 16px);
  }
}
.sec-4 .cell-list .cell .cell-icon {
  max-width: 48px;
}
@media (min-width: 1600px) {
  .sec-4 .cell-list .cell .cell-icon {
    max-width: 56px;
  }
}
.sec-4 .cell-list .cell .cell-content .h3-title {
  font-size: 16px;
}
@media (min-width: 992px) {
  .sec-4 .cell-list .cell .cell-content .h3-title {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .sec-4 .cell-list .cell .cell-content .h3-title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .sec-5 .h2-title {
    max-width: 797px;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .sec-5 .h2-title {
    max-width: 996px;
  }
}
.sec-5 .security-list .security-box {
  width: 100%;
  background: rgba(45, 101, 255, 0.0784313725);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (min-width: 992px) {
  .sec-5 .security-list .security-box {
    width: calc(33.3333333333% - 16px);
    padding: 24px;
  }
}
.sec-5 .security-list .security-box .icon-box {
  max-width: 56px;
}
@media (min-width: 1600px) {
  .sec-5 .security-list .security-box .icon-box {
    max-width: 64px;
  }
}
.sec-5 .security-list .security-box .h3-title {
  font-size: 20px;
}
@media (min-width: 1600px) {
  .sec-5 .security-list .security-box .h3-title {
    font-size: 24px;
  }
}
.sec-5 .security-list .security-box .text-tip {
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(45, 101, 255, 0.1019607843);
  padding: 6px 12px;
  border-radius: 32px;
  color: #2D65FF;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .sec-5 .security-list .security-box .text-tip {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 1600px) {
  .sec-5 .security-list .security-box .text-tip {
    font-size: 14px;
  }
}
.sec-5 .security-list .security-box p {
  flex: 1;
}
.sec-5 .security-list .security-box .security-note {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 12px;
}
@media (min-width: 992px) {
  .sec-5 .security-list .security-box .security-note {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 1600px) {
  .sec-5 .security-list .security-box .security-note {
    font-size: 16px;
  }
}
.sec-5 .security-list .security-box .security-note span {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #2D65FF;
  flex-shrink: 0;
}
@media (min-width: 1600px) {
  .sec-5 .security-list .security-box .security-note span {
    font-size: 24px;
  }
}
.sec-5 .ads-content {
  background: linear-gradient(90deg, #2D65FF 0%, #76DDFF 148.46%);
  border-radius: 16px;
  padding: 32px 0 53px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sec-5 .ads-content {
    padding: 32px 56px;
  }
}
@media (min-width: 1600px) {
  .sec-5 .ads-content {
    padding: 44px 64px;
  }
}
.sec-5 .ads-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://images.pdnob.com/images2026/landing-page-team/sec5-mask-mb.webp") no-repeat;
  background-size: 100% auto;
}
@media (min-width: 992px) {
  .sec-5 .ads-content::before {
    background: url("https://images.pdnob.com/images2026/landing-page-team/sec5-mask.webp") no-repeat;
    background-size: auto 100%;
  }
}
.sec-5 .ads-content .lft {
  position: relative;
  z-index: 1;
}
.sec-5 .ads-content .lft .icon {
  max-width: 48px;
}
@media (min-width: 992px) {
  .sec-5 .ads-content .lft .icon {
    max-width: 56px;
  }
}
@media (min-width: 1600px) {
  .sec-5 .ads-content .lft .icon {
    max-width: 64px;
  }
}
.sec-5 .ads-content .lft .text-content .title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 1600px) {
  .sec-5 .ads-content .lft .text-content .title {
    font-size: 24px;
  }
}
.sec-5 .ads-content .rgt {
  position: relative;
  z-index: 1;
}
.sec-5 .ads-content .rgt .label {
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  border-radius: 24px;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .sec-5 .ads-content .rgt .label {
    font-size: 14px;
    padding: 10px 24px;
  }
}
@media (min-width: 1600px) {
  .sec-5 .ads-content .rgt .label {
    font-size: 16px;
  }
}
.sec-5 .ads-content .rgt .label::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, #FFFFFF -70.45%, #B7DEFF 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.sec-6 {
  background: linear-gradient(180deg, rgba(120, 156, 255, 0.06) 0%, rgba(45, 101, 255, 0.06) 105.28%);
  padding: 32px 0;
}
@media (min-width: 992px) {
  .sec-6 {
    padding: 40px 0;
  }
}
@media (min-width: 1600px) {
  .sec-6 {
    padding: 56px 0;
  }
}
.sec-6 .sec6Nav .swiper-wrapper {
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid rgba(141, 150, 164, 0.3019607843);
}
@media (min-width: 992px) {
  .sec-6 .sec6Nav .swiper-wrapper {
    width: 100%;
  }
}
.sec-6 .sec6Nav .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 0;
  font-size: 18px;
  line-height: 1.5;
  color: #616C7D;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .sec-6 .sec6Nav .swiper-slide {
    font-size: 16px;
    padding: 12px 0;
  }
}
@media (min-width: 1600px) {
  .sec-6 .sec6Nav .swiper-slide {
    font-size: 18px;
  }
}
.sec-6 .sec6Nav .swiper-slide.swiper-slide-thumb-active {
  font-weight: 600;
  color: #2D65FF;
  border-bottom-color: #2D65FF;
}
.sec-6 .sec6Cont .content .title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 992px) {
  .sec-6 .sec6Cont .content .title {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .sec-6 .sec6Cont .content .title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .sec-6 .sec6Cont .content .lft {
    max-width: 576px;
  }
}
@media (min-width: 1600px) {
  .sec-6 .sec6Cont .content .lft {
    max-width: 645px;
  }
}
.sec-6 .sec6Cont .content .lft ul li {
  padding-left: 28px;
  position: relative;
  line-height: 1.5;
}
@media (min-width: 1600px) {
  .sec-6 .sec6Cont .content .lft ul li {
    padding-left: 32px;
  }
}
.sec-6 .sec6Cont .content .lft ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><circle cx="12" cy="12" r="9.3" stroke="%232d65ff" stroke-width="1.4"/><path stroke="%232d65ff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8.242 11.741 2.551 2.552a1 1 0 0 0 1.415 0l4.723-4.724"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1600px) {
  .sec-6 .sec6Cont .content .lft ul li::before {
    width: 24px;
    height: 24px;
  }
}
.sec-6 .sec6Cont .content .lft ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .sec-6 .sec6Cont .content .lft ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .sec-6 .sec6Cont .content .lft ul li:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .sec-6 .sec6Cont .content .rgt {
    max-width: 566px;
  }
}
@media (min-width: 1600px) {
  .sec-6 .sec6Cont .content .rgt {
    max-width: 709px;
  }
}
.sec-6 .btn-group .btn {
  height: 56px;
  min-width: 224px;
}
@media (min-width: 992px) {
  .sec-6 .btn-group .btn {
    height: 64px;
    min-width: unset;
  }
}

.get-started-section {
  padding: 48px 0;
  background: url("https://images.pdnob.com/images2026/home/btm-mb-bg.png") no-repeat;
  background-size: cover;
}
.get-started-section .pdnob-logo {
  width: 96px;
  height: 96px;
}
.get-started-section .get-started-title {
  width: -moz-max-content;
  width: max-content;
}
.get-started-section .description-text {
  max-width: 892px;
}
.get-started-section .sys-switch {
  font-size: 18px;
}
@media (min-width: 1600px) {
  .get-started-section {
    padding: 80px 0;
    background: url("https://images.pdnob.com/images2026/home/btm-bg.png") no-repeat;
    background-size: cover;
  }
  .get-started-section .pdnob-logo {
    width: 128px;
    height: 128px;
  }
}

.cost-compare-section .cost-compare-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(141, 150, 164, 0.3019607843);
  padding: 24px 12px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cost-compare-section .cost-compare-card {
    padding: 32px;
  }
}
.cost-compare-section .cost-compare-header .user-counter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cost-compare-section .cost-compare-header .user-counter .user-counter-label {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.cost-compare-section .cost-compare-header .user-counter .user-counter-input {
  width: 204px;
  height: 44px;
  padding: 0 16px;
  border: 1.6px solid #616C7D;
  border-radius: 8px;
  font-size: 16px;
  color: #081A2D;
  background: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.cost-compare-section .cost-compare-header .user-counter .user-counter-input::-moz-placeholder {
  color: #9CA3AF;
}
.cost-compare-section .cost-compare-header .user-counter .user-counter-input::placeholder {
  color: #9CA3AF;
}
.cost-compare-section .cost-compare-header .user-counter .user-counter-input:focus {
  border-color: #2D65FF;
}
.cost-compare-section .cost-compare-header .user-counter .user-counter-input::-webkit-outer-spin-button, .cost-compare-section .cost-compare-header .user-counter .user-counter-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cost-compare-section .cost-compare-header .user-counter .user-counter-input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.cost-compare-section .cost-compare-header .saved-amount {
  font-size: 14px;
  color: #616C7D;
  font-weight: 600;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-header .saved-amount {
    font-size: 18px;
  }
}
.cost-compare-section .cost-compare-header .saved-amount .saved-value {
  font-size: 32px;
  background: linear-gradient(90deg, #2D65FF 0%, #BB5CF2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-header .saved-amount .saved-value {
    font-size: 40px;
  }
}
.cost-compare-section .cost-compare-header .saved-amount .saved-currency {
  background: linear-gradient(90deg, #2D65FF 0%, #BB5CF2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 32px;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-header .saved-amount .saved-currency {
    font-size: 40px;
  }
}
.cost-compare-section .cost-compare-table {
  border-collapse: separate;
  border: 1px solid #EBEDF5;
  border-radius: 16px;
  border-spacing: 0;
}
.cost-compare-section .cost-compare-table thead th {
  padding: 8px 10px;
  border-bottom: 1px solid #EBEDF5;
  font-weight: 500;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th {
    padding: 36px 32px;
  }
}
.cost-compare-section .cost-compare-table thead th.col-label {
  text-align: center;
  width: 29.5%;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th.col-label {
    width: 312px;
    font-size: 20px;
    text-align: left;
  }
}
.cost-compare-section .cost-compare-table thead th.col-pdnob {
  text-align: center;
  width: 35.97%;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th.col-pdnob {
    width: 434px;
  }
}
.cost-compare-section .cost-compare-table thead th.col-pdnob .plan-brand .plan-type {
  background: linear-gradient(90deg, #2D65FF 0%, #BB5CF2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th.col-pdnob .plan-brand .plan-type {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cost-compare-section .cost-compare-table thead th.col-adobe {
  text-align: center;
  width: 34.53%;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th.col-adobe {
    width: 390px;
  }
}
.cost-compare-section .cost-compare-table thead th:nth-child(2) {
  background: #F1F4FF;
}
.cost-compare-section .cost-compare-table thead th:not(:last-child) {
  border-right: 1px solid #EBEDF5;
}
.cost-compare-section .cost-compare-table thead th .plan-brand img {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th .plan-brand img {
    width: 48px;
    height: 48px;
  }
}
.cost-compare-section .cost-compare-table thead th .plan-brand .plan-name {
  font-size: 12px;
  color: #0F1021;
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th .plan-brand .plan-name {
    font-size: 18px;
  }
}
.cost-compare-section .cost-compare-table thead th .plan-brand .plan-type {
  font-size: 12px;
  color: #626D74;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table thead th .plan-brand .plan-type {
    font-size: 13px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cost-compare-section .cost-compare-table tbody td {
  padding: 30px 8px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 992px) {
  .cost-compare-section .cost-compare-table tbody td {
    font-size: 18px;
    padding: 26px 24px;
  }
}
.cost-compare-section .cost-compare-table tbody td:nth-child(2) {
  background: #F1F4FF;
}
.cost-compare-section .cost-compare-table tbody td:not(:last-child) {
  border-right: 1px solid #EBEDF5;
}
.cost-compare-section .cost-compare-table tbody td:not(:first-child) {
  text-align: center;
}
.cost-compare-section .cost-compare-table tr:not(:last-child) td {
  border-bottom: 1px solid #EBEDF5;
}

.customSolutionForm-main {
  width: 356px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -19.12%, #FFFFFF 69.24%), linear-gradient(90deg, rgba(45, 101, 255, 0.2) 0%, rgba(118, 221, 255, 0.2) 136.64%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border-radius: 24px;
}

.customSolutionForm-main .form-control,
.customSolutionForm-main .form-select {
  background-color: transparent;
}

.customSolutionForm-main [type=submit] {
  min-width: 278px;
  font-size: 18px;
}

@media (min-width: 992px) {
  .customSolutionForm-main {
    width: 760px;
  }
}
#customSolutionForm {
  position: relative;
}

.form-alert-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 90%;
  max-width: 400px;
  text-align: center;
  pointer-events: none;
  /* Let clicks pass through if it's hidden */
}

.form-alert-container .alert {
  pointer-events: auto;
  /* Re-enable clicks for the alert itself */
  margin-bottom: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 12px;
  border: none;
}

.alert-success {
  background-color: #e6f7ef;
  color: #1a8754;
}

.alert-danger {
  background-color: #fdeaea;
  color: #dc3545;
}

.form-check-input:checked {
  background-color: transparent;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: #2D65FF;
  border-color: #2D65FF;
}/*# sourceMappingURL=landing-team-page.css.map */