@charset "UTF-8";
.page-template-page-dedicated-instant > header {
  background: #1b1716;
}
.page-template-page-dedicated-instant .header-hero_single {
  display: none;
}

.instant-hero-v2 {
  position: relative;
  background: #f6f3f2;
  padding: 0;
}

.instant-hero-v2__stage {
  position: relative;
  min-height: 416px;
  overflow: hidden;
  background: #1b1716;
}

.instant-hero-v2__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.instant-hero-v2__vector {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: auto;
  right: 0;
  top: 0;
}

.instant-hero-v2__glow {
  position: absolute;
  border-radius: 50%;
  background: #f05243;
  opacity: 0.9;
  filter: blur(175px);
  pointer-events: none;
}
.instant-hero-v2__glow--right {
  width: 254px;
  height: 254px;
  right: -40px;
  bottom: -80px;
}
.instant-hero-v2__glow--left {
  width: 197px;
  height: 197px;
  left: -90px;
  bottom: 120px;
}

.instant-hero-v2__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 820px;
  margin: 0 auto;
  padding: 155px 24px 64px;
  text-align: center;
}

.instant-hero-v2__title {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
  font-weight: 700;
}

.instant-hero-v2__title-white {
  color: #ffffff;
}

.instant-hero-v2__title-accent {
  color: #f05243;
}

.instant-hero-v2__subtitle {
  margin: 0;
  max-width: 707px;
  color: rgba(243, 234, 231, 0.6);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.instant-hero-v2__locations {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
}

.instant-hero-v2__location {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 210px;
  padding: 10px 12px;
  border: 2px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.instant-hero-v2__location.is-active {
  border-color: #f05243;
  background: rgba(240, 82, 67, 0.1);
  color: #f05243;
  font-weight: 700;
}

.instant-hero-v2__flag {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.instant-hero-v2__cards-wrap {
  margin-top: -32px;
  position: relative;
  z-index: 3;
  padding-bottom: 48px;
}

.instant-cards__container {
  max-width: 1200px;
}

.instant-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.instant-cards-slider {
  width: 100%;
}

.instant-cards--slider {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.instant-cards--slider .instant-cards__slide {
  min-width: 0;
}

.instant-cards-slider__dots {
  display: none;
}

.instant-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.instant-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.instant-card__title {
  margin: 0;
  color: #1b1716;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.instant-card__info {
  display: inline-flex;
  color: rgba(27, 23, 22, 0.35);
  flex-shrink: 0;
}

.instant-card__divider {
  height: 1px;
  background: rgba(243, 234, 231, 0.6);
}

.instant-card__specs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.instant-card__spec-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.instant-card__spec {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.instant-card__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.instant-card__icon--muted {
  opacity: 0.35;
}

.instant-card__spec-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.instant-card__spec-value {
  color: #1b1716;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  word-break: break-word;
}
.instant-card__spec-value--muted {
  opacity: 0.5;
}

.instant-card__spec-label {
  color: #1b1716;
  font-size: 16px;
  line-height: 1.3;
  opacity: 0.4;
}
.instant-card__spec-label--muted {
  opacity: 0.4;
}

.instant-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.instant-card__price-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.instant-card__price-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.instant-card__price {
  color: #f05243;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.instant-card__price--muted {
  color: #f05243;
  opacity: 0.7;
}

.instant-card__old-price {
  color: rgba(33, 26, 24, 0.5);
  font-size: 15px;
  text-decoration: line-through;
}

.instant-card__period {
  color: rgba(33, 26, 24, 0.5);
  font-size: 14px;
}

.instant-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 100px;
  background: rgba(240, 82, 67, 0.2);
  color: #f05243;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.instant-card__cta--disabled {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}

.instant-card--soon .instant-card__title {
  color: #1b1716;
}

@keyframes instantSkeletonShimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.instant-card--skeleton {
  pointer-events: none;
  opacity: 1;
}

.instant-card__skeleton-icon {
  display: block;
  background-color: rgba(27, 23, 22, 0.08);
  background-image: linear-gradient(90deg, rgba(27, 23, 22, 0.08) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(27, 23, 22, 0.08) 100%);
  background-size: 200% 100%;
  animation: instantSkeletonShimmer 1.4s ease-in-out infinite;
  border-radius: 6px;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
}

.instant-card__skeleton-line {
  display: block;
  background-color: rgba(27, 23, 22, 0.08);
  background-image: linear-gradient(90deg, rgba(27, 23, 22, 0.08) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(27, 23, 22, 0.08) 100%);
  background-size: 200% 100%;
  animation: instantSkeletonShimmer 1.4s ease-in-out infinite;
  border-radius: 6px;
}
.instant-card__skeleton-line--value {
  width: 72%;
  height: 16px;
}
.instant-card__skeleton-line--label {
  width: 48%;
  height: 14px;
}
.instant-card__skeleton-line--price {
  width: 56px;
  height: 20px;
}
.instant-card__skeleton-line--period {
  width: 72px;
  height: 14px;
}

.instant-preconfigured {
  padding: 24px 0 64px;
  background: #f6f3f2;
}

.instant-preconfigured__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.instant-preconfigured__title {
  margin: 0;
  color: #1b1716;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.instant-preconfigured__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 1200px;
}

.instant-preconfigured__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.instant-preconfigured__card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.instant-preconfigured__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.instant-preconfigured__card-title {
  margin: 0;
  color: #1b1716;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.instant-preconfigured__card-text {
  margin: 0;
  color: rgba(33, 26, 24, 0.5);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.instant-preconfigured__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.instant-preconfigured__shards {
  position: absolute;
  right: -127px;
  bottom: -10px;
  width: 181px;
  height: 180px;
  transform: scaleX(-1);
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.instant-ready-explainer {
  padding: 86px 0;
  background: #f6f3f2;
  overflow: hidden;
}

.instant-ready-explainer__inner {
  display: flex;
  align-items: center;
  gap: 48px;
}

.instant-ready-explainer__content-wrap {
  flex: 1;
  min-width: 0;
}

.instant-ready-explainer__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.instant-ready-explainer__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.instant-ready-explainer__title-dark {
  display: block;
  color: #1b1716;
}

.instant-ready-explainer__title-accent {
  display: block;
  color: #f05243;
}

.instant-ready-explainer__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.53;
}
.instant-ready-explainer__text p {
  margin: 0;
}

.instant-ready-explainer__callout {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(100%, 455px);
  margin-right: calc(50% - 50vw);
  padding: 32px 152px 32px 32px;
  border-radius: 20px 0 0 20px;
  background: #f05243;
  box-shadow: 4px 0 32px rgba(59, 29, 27, 0.25);
  color: #ffffff;
  overflow: hidden;
}

.instant-ready-explainer__callout-pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  mix-blend-mode: screen;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.instant-ready-explainer__callout-icon-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
  border-radius: 8px;
  background: #ffffff;
}

.instant-ready-explainer__callout-icon {
  width: 32px;
  height: 32px;
}

.instant-ready-explainer__callout-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 271px;
}

.instant-ready-explainer__callout-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.instant-ready-explainer__callout-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.instant-vs-vps {
  padding: 86px 0;
  background: #ffffff;
}

.instant-vs-vps__inner {
  display: flex;
  align-items: center;
  gap: 64px;
}

.instant-vs-vps__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.instant-vs-vps__title {
  margin: 0;
  max-width: 474px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
}

.instant-vs-vps__title-part {
  color: #1b1716;
}
.instant-vs-vps__title-part--accent {
  color: #f05243;
}

.instant-vs-vps__title-br {
  display: none;
}

.instant-vs-vps__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.instant-vs-vps__text p {
  margin: 0;
}

.instant-vs-vps__compare {
  display: flex;
  flex-shrink: 0;
  width: min(100%, 589px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.instant-vs-vps__column {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.instant-vs-vps__column--dedicated {
  flex: 0 0 50%;
  border-radius: 20px;
  border: 1px solid rgba(240, 82, 67, 0.75);
  background: rgba(240, 82, 67, 0.05);
  box-shadow: 4px 0 32px rgba(55, 31, 29, 0.15);
}

.instant-vs-vps__column-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 24px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

.instant-vs-vps__column--dedicated .instant-vs-vps__column-head {
  border-radius: 20px 20px 0 0;
  background: #f05243;
  box-shadow: 4px 0 32px rgba(59, 29, 27, 0.25);
  color: #ffffff;
  font-weight: 700;
}

.instant-vs-vps__column--vps .instant-vs-vps__column-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #1b1716;
  font-weight: 500;
  opacity: 0.5;
}

.instant-vs-vps__column-row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 20px 24px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

.instant-vs-vps__column--dedicated .instant-vs-vps__column-row {
  border-bottom: 1px solid rgba(240, 82, 67, 0.1);
  color: #f05243;
  font-weight: 400;
}
.instant-vs-vps__column--dedicated .instant-vs-vps__column-row:last-child {
  border-bottom: 0;
}

.instant-vs-vps__column--vps .instant-vs-vps__column-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #000000;
  font-weight: 300;
}
.instant-vs-vps__column--vps .instant-vs-vps__column-row:last-child {
  border-bottom: 0;
}

.instant-setup-intro {
  padding: 86px 0;
  background: #f6f3f2;
}

.instant-setup-intro__inner {
  display: flex;
  align-items: center;
  gap: 61px;
}

.instant-setup-intro__illustration {
  flex-shrink: 0;
  width: 300px;
  height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}

.instant-setup-intro__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  min-width: 0;
}

.instant-setup-intro__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.instant-setup-intro__title {
  margin: 0;
  max-width: 655px;
  color: #1b1716;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.instant-setup-intro__title-dark {
  color: #1b1716;
}

.instant-setup-intro__title-accent {
  color: #f05243;
}

.instant-setup-intro__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #1b1716;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  opacity: 0.8;
}
.instant-setup-intro__text p {
  margin: 0;
}

.instant-setup-intro__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  border-radius: 100px;
  background: #f05243;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.instant-setup-intro__cta:hover {
  background: #e04a3c;
  color: #ffffff;
}

.instant-auto-deployment {
  padding: 64px 0;
  background: #ffffff;
}

.instant-auto-deployment__inner {
  display: flex;
  align-items: center;
  gap: 48px;
}

.instant-auto-deployment__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.instant-auto-deployment__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.08;
}

.instant-auto-deployment__title-dark {
  display: block;
  color: #1b1716;
}

.instant-auto-deployment__title-accent {
  display: block;
  color: #f05243;
}

.instant-auto-deployment__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.instant-auto-deployment__text p {
  margin: 0;
}

.instant-auto-deployment__steps {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.instant-auto-deployment__step {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 432px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

.instant-auto-deployment__step-badge {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 4px;
  border-radius: 12px;
  background: rgba(240, 82, 67, 0.1);
  color: #f05243;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.instant-auto-deployment__step-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.instant-auto-deployment__step-title {
  margin: 0;
  color: #1b1716;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.instant-auto-deployment__step-text {
  margin: 0;
  color: #1b1716;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  opacity: 0.75;
}

.instant-auto-deployment__connector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.instant-auto-deployment__connector-line {
  display: block;
  width: 1px;
  height: 24px;
  background: linear-gradient(to bottom, #f05243 0, #f05243 10px, transparent 10px, transparent 14px, #f05243 14px, #f05243 24px);
}

.instant-unmanaged {
  position: relative;
  padding: 86px 0;
  background: #f6f3f2;
  overflow: visible;
}

.instant-unmanaged__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.instant-unmanaged__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 1064px;
  text-align: center;
}

.instant-unmanaged__title {
  margin: 0;
  max-width: 1008px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.08;
}

.instant-unmanaged__title-dark {
  display: block;
  color: #1b1716;
}

.instant-unmanaged__title-accent {
  display: block;
  color: #f05243;
}

.instant-unmanaged__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.instant-unmanaged__text p {
  margin: 0;
}

.instant-unmanaged__cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 1200px;
}

.instant-unmanaged__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px 20px;
  border-radius: 20px;
  background: #ffffff;
}

.instant-unmanaged__card-icon {
  display: block;
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.instant-unmanaged__card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  text-align: center;
}

.instant-unmanaged__card-title {
  margin: 0;
  color: #1b1716;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.instant-unmanaged__card-text {
  margin: 0;
  color: #1b1716;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  opacity: 0.8;
}

.instant-unmanaged__stones {
  position: absolute;
  right: -72px;
  bottom: -48px;
  z-index: 1;
  pointer-events: none;
}

.instant-unmanaged__stones-img {
  display: block;
  width: 280px;
  height: auto;
}

.instant-infrastructure {
  padding: 64px 0;
  background: #ffffff;
}

.instant-infrastructure__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
}

.instant-infrastructure__media {
  display: block;
  flex-shrink: 0;
  width: 560px;
  height: 379px;
  border-radius: 19px;
  -o-object-fit: cover;
     object-fit: cover;
}

.instant-infrastructure__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  min-width: 0;
}

.instant-infrastructure__title {
  margin: 0;
  align-self: stretch;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.instant-infrastructure__title-dark {
  color: #1b1716;
}

.instant-infrastructure__title-accent {
  color: #f05243;
}

.instant-infrastructure__text {
  margin: 0;
  align-self: stretch;
  color: #1b1716;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  opacity: 0.8;
}

.instant-infrastructure-details {
  padding: 64px 0;
  background: #f6f3f2;
}

.instant-infrastructure-details__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.instant-infrastructure-details__title {
  margin: 0;
  color: #1b1716;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
}

.instant-infrastructure-details__grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.instant-infrastructure-details__row {
  display: grid;
  grid-template-columns: 392px 1fr 1fr;
  gap: 12px;
  width: 100%;
}

.instant-infrastructure-details__row--two {
  grid-template-columns: 1fr 1fr;
}

.instant-infrastructure-details__card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 32px;
  border-radius: 12px;
  background: #ffffff;
}

.instant-infrastructure-details__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.instant-infrastructure-details__card-title {
  margin: 0;
  color: #1b1716;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.instant-infrastructure-details__card-text {
  margin: 0;
  color: #1b1716;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  opacity: 0.8;
}

.instant-infrastructure-details__icon-wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 12px;
  background: rgba(240, 82, 67, 0.1);
}

.instant-infrastructure-details__icon {
  display: block;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

@media (max-width: 992px) {
  .instant-cards,
  .instant-cards--slider {
    grid-template-columns: 1fr;
  }
  .instant-preconfigured {
    overflow-x: clip;
    overflow-y: hidden;
    padding-bottom: 80px;
  }
  .instant-preconfigured__container {
    padding-inline: 20px;
  }
  .instant-preconfigured__row {
    grid-template-columns: 1fr;
  }
  .instant-preconfigured__panel {
    overflow: visible;
  }
  .instant-preconfigured__shards {
    right: -35px;
    bottom: -76px;
  }
  .instant-ready-explainer__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .instant-ready-explainer__callout {
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding: 32px 24px;
    border-radius: 20px;
  }
  .instant-ready-explainer__callout-body {
    max-width: none;
  }
  .instant-vs-vps__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
  }
  .instant-vs-vps__title {
    max-width: none;
  }
  .instant-vs-vps__compare {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .instant-setup-intro__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
  }
  .instant-setup-intro__illustration {
    align-self: center;
  }
  .instant-setup-intro__title {
    max-width: none;
  }
  .instant-auto-deployment__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .instant-auto-deployment__steps {
    width: 100%;
    max-width: 432px;
    margin: 0 auto;
  }
  .instant-unmanaged__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .instant-unmanaged__stones {
    display: none;
  }
  .instant-infrastructure__card {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .instant-infrastructure__media {
    width: 100%;
    height: auto;
    aspect-ratio: 560/379;
  }
  .instant-infrastructure-details__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .instant-infrastructure-details__row:first-child .instant-infrastructure-details__card:first-child {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .instant-hero-v2__stage {
    min-height: auto;
    padding-bottom: 32px;
  }
  .instant-hero-v2__vector {
    width: 60%;
    right: -30%;
    opacity: 0.3;
  }
  .instant-hero-v2__glow--left {
    width: 280px;
    height: 273px;
    left: -83px;
    bottom: 0;
    opacity: 0.1;
    filter: blur(80px);
  }
  .instant-hero-v2__glow--right {
    width: 180px;
    height: 180px;
    right: -60px;
    bottom: -40px;
    opacity: 0.15;
    filter: blur(100px);
  }
  .instant-hero-v2__content {
    padding: 120px 20px 12px;
    gap: 12px;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  .instant-hero-v2__title {
    font-size: 28px;
  }
  .instant-hero-v2__title-accent {
    display: block;
  }
  .instant-hero-v2__subtitle {
    max-width: none;
    font-size: 14px;
    line-height: 1.3;
  }
  .instant-hero-v2__locations {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: none;
    margin-top: 20px;
    box-sizing: border-box;
  }
  .instant-hero-v2__location {
    flex: 1;
    min-width: 0;
    width: auto;
    gap: 8px;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    box-sizing: border-box;
  }
  .instant-hero-v2__location span {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .instant-hero-v2__location.is-active {
    padding: 10px 12px;
    font-weight: 700;
  }
  .instant-hero-v2__flag {
    width: 20px;
    height: 20px;
  }
  .instant-hero-v2__cards-wrap {
    margin-top: -32px;
    padding-bottom: 32px;
    overflow-x: clip;
  }
  .instant-hero-v2__cards-wrap .instant-cards__container.container {
    width: 100%;
    max-width: 100%;
    padding-inline: 0;
  }
  .instant-cards {
    gap: 12px;
  }
  .instant-cards:not(.instant-cards--slider) {
    padding-inline: 20px;
    box-sizing: border-box;
  }
  .instant-cards:not(.instant-cards--slider) .instant-card--skeleton {
    display: none;
  }
  .instant-cards--slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    gap: 0;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .instant-cards--slider::-webkit-scrollbar {
    display: none;
  }
  .instant-cards--slider .instant-cards__slide {
    flex: 0 0 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    padding-inline: 20px;
    box-sizing: border-box;
  }
  .instant-cards-slider__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding-inline: 20px;
  }
  .instant-cards-slider__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(27, 23, 22, 0.2);
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
  }
  .instant-cards-slider__dot.is-active {
    width: 20px;
    border-radius: 4px;
    background: #f05243;
  }
  .instant-card__footer {
    flex-direction: column;
    align-items: stretch;
  }
  .instant-card__cta {
    width: 100%;
    min-height: 44px;
  }
  .instant-ready-explainer,
  .instant-vs-vps,
  .instant-setup-intro,
  .instant-auto-deployment,
  .instant-unmanaged,
  .instant-infrastructure,
  .instant-infrastructure-details {
    padding-block: 40px;
  }
  .instant-preconfigured {
    padding: 24px 0 80px;
  }
  .instant-preconfigured + .instant-ready-explainer {
    padding-top: 0;
  }
  .instant-ready-explainer__inner {
    gap: 48px;
    padding-inline: 20px;
  }
  .instant-ready-explainer__content-wrap.container {
    width: 100%;
    max-width: none;
    padding-inline: 0;
  }
  .instant-ready-explainer__content {
    gap: 16px;
  }
  .instant-ready-explainer__title {
    font-size: 20px;
    line-height: 1.2;
  }
  .instant-ready-explainer__title-dark,
  .instant-ready-explainer__title-accent {
    display: inline;
  }
  .instant-ready-explainer__text {
    gap: 12px;
    font-size: 14px;
    line-height: 1.53;
  }
  .instant-ready-explainer__callout {
    gap: 20px;
    padding: 24px;
    border-radius: 16px;
  }
  .instant-ready-explainer__callout-icon {
    width: 24px;
    height: 24px;
  }
  .instant-ready-explainer__callout-body {
    width: 100%;
    height: auto;
  }
  .instant-vs-vps__inner.container {
    width: 100%;
    max-width: none;
    padding-inline: 20px;
  }
  .instant-vs-vps__inner {
    gap: 48px;
  }
  .instant-vs-vps__content {
    gap: 16px;
  }
  .instant-vs-vps__title {
    font-size: 20px;
    line-height: 1.05;
    text-align: left;
  }
  .instant-vs-vps__title-br {
    display: inline;
  }
  .instant-vs-vps__text {
    gap: 12px;
    font-size: 14px;
    line-height: 1.53;
  }
  .instant-vs-vps__compare {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .instant-vs-vps__column-head {
    padding: 20px;
    font-size: 16px;
  }
  .instant-vs-vps__column-row {
    padding: 20px;
    font-size: 14px;
    min-height: 56px;
  }
  .instant-vs-vps__column--vps .instant-vs-vps__column-row {
    justify-content: flex-start;
    text-align: left;
  }
  .instant-setup-intro__inner.container {
    width: 100%;
    max-width: none;
    padding-inline: 20px;
  }
  .instant-setup-intro__inner {
    gap: 32px;
  }
  .instant-setup-intro__illustration {
    width: min(100%, 240px);
    height: auto;
    aspect-ratio: 300/320;
    align-self: center;
  }
  .instant-setup-intro__content {
    gap: 24px;
    align-items: stretch;
    width: 100%;
  }
  .instant-setup-intro__copy {
    gap: 16px;
  }
  .instant-setup-intro__title {
    max-width: none;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
  }
  .instant-setup-intro__title-dark,
  .instant-setup-intro__title-accent {
    display: inline;
  }
  .instant-setup-intro__text {
    gap: 12px;
    font-size: 14px;
    line-height: 1.53;
  }
  .instant-setup-intro__cta {
    width: 100%;
    min-height: 44px;
    padding: 14px 24px;
  }
  .instant-auto-deployment__inner.container {
    width: 100%;
    max-width: none;
    padding-inline: 20px;
  }
  .instant-auto-deployment__inner {
    gap: 48px;
  }
  .instant-auto-deployment__content {
    gap: 16px;
  }
  .instant-auto-deployment__title {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
  }
  .instant-auto-deployment__title-dark,
  .instant-auto-deployment__title-accent {
    display: inline;
  }
  .instant-auto-deployment__text {
    gap: 12px;
    font-size: 14px;
    line-height: 1.53;
  }
  .instant-auto-deployment__steps {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .instant-auto-deployment__step {
    max-width: none;
    padding: 20px;
    gap: 12px;
    border-radius: 16px;
  }
  .instant-auto-deployment__step-badge {
    width: 36px;
    height: 36px;
    font-size: 16px;
    border-radius: 10px;
  }
  .instant-auto-deployment__step-body {
    gap: 4px;
  }
  .instant-auto-deployment__step-title {
    font-size: 16px;
  }
  .instant-auto-deployment__step-text {
    font-size: 14px;
    line-height: 1.53;
  }
  .instant-auto-deployment__connector {
    height: 20px;
  }
  .instant-auto-deployment__connector-line {
    height: 20px;
  }
  .instant-unmanaged__inner.container {
    width: 100%;
    max-width: none;
    padding-inline: 20px;
  }
  .instant-unmanaged__inner {
    gap: 30px;
  }
  .instant-unmanaged__intro {
    gap: 10px;
    max-width: none;
  }
  .instant-unmanaged__title {
    font-size: 20px;
    line-height: 1.08;
  }
  .instant-unmanaged__text {
    gap: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  .instant-unmanaged__cards {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: none;
  }
  .instant-unmanaged__card {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 24px 20px;
  }
  .instant-unmanaged__card-icon {
    width: 105px;
    height: 82px;
    max-width: 105px;
    flex-shrink: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .instant-unmanaged__card-body {
    gap: 8px;
    text-align: left;
    align-items: flex-start;
  }
  .instant-unmanaged__card-title {
    font-size: 16px;
  }
  .instant-unmanaged__card-text {
    font-size: 14px;
    line-height: 1.3;
  }
  .page-template-page-dedicated-instant .compare-faq {
    padding-block: 40px;
  }
  .instant-infrastructure {
    padding-block: 40px;
    background: #f6f3f2;
  }
  .instant-infrastructure__outer.container {
    width: 100%;
    max-width: none;
    padding-inline: 16px;
  }
  .instant-infrastructure__card {
    padding: 24px;
    border-radius: 20px;
    background: #ffffff;
  }
  .instant-infrastructure__media {
    width: 100%;
    height: 188px;
    aspect-ratio: unset;
    border-radius: 20px;
  }
  .instant-infrastructure__title {
    font-size: 20px;
  }
  .instant-infrastructure__text {
    font-size: 14px;
  }
  .instant-infrastructure-details__inner.container {
    width: 100%;
    max-width: none;
    padding-inline: 20px;
  }
  .instant-infrastructure-details__inner {
    gap: 24px;
    align-items: stretch;
  }
  .instant-infrastructure-details__title {
    font-size: 20px;
    align-self: stretch;
  }
  .instant-infrastructure-details__grid {
    gap: 12px;
  }
  .instant-infrastructure-details__row,
  .instant-infrastructure-details__row--two {
    grid-template-columns: 1fr;
  }
  .instant-infrastructure-details__row:first-child .instant-infrastructure-details__card:first-child {
    grid-column: auto;
  }
  .instant-infrastructure-details__card {
    padding: 20px 24px;
    gap: 16px;
  }
  .instant-infrastructure-details__card-title {
    font-size: 16px;
    font-weight: 700;
  }
  .instant-infrastructure-details__card-text {
    font-size: 14px;
    line-height: 1.3;
  }
  .instant-infrastructure-details__icon-wrap {
    padding: 16px;
  }
}
.page-template-page-dedicated-instant .compare-faq {
  --compare-card-radius: 20px;
  --compare-inner-radius: 10px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: max(16px, env(safe-area-inset-left, 0px));
  padding-right: max(16px, env(safe-area-inset-right, 0px));
}
.page-template-page-dedicated-instant .compare-faq__item {
  border-radius: var(--compare-inner-radius);
}
.page-template-page-dedicated-instant .related {
  padding: 64px 0;
  background: #f6f3f2;
}
.page-template-page-dedicated-instant .related__container {
  max-width: 1200px;
}
.page-template-page-dedicated-instant .related__title {
  margin-bottom: 20px;
}
.page-template-page-dedicated-instant .related-post .post {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.page-template-page-dedicated-instant .related-post .post__list--related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  min-width: 0;
}
@media (max-width: 1024px) {
  .page-template-page-dedicated-instant .related-post .post__list--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .page-template-page-dedicated-instant .related-post .post__list--related {
    grid-template-columns: 1fr;
  }
}
.page-template-page-dedicated-instant .related-post .post__item {
  min-width: 0;
}

.compare-faq {
  --compare-card-radius: 20px;
  --compare-inner-radius: 12px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 40px max(16px, (100vw - 1200px) / 2) 64px;
  margin-bottom: 0;
  background: #f6f3f2;
  box-sizing: border-box;
}

.compare-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 488px) minmax(0, 1fr);
  gap: 20px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .compare-faq__grid {
    grid-template-columns: 1fr;
  }
}

.compare-faq__sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.compare-faq__sidebar-card {
  background: #fff;
  border-radius: var(--compare-card-radius);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.compare-faq__sidebar-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.compare-faq__sidebar-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.compare-faq__sidebar-title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.compare-faq__sidebar-title-accent {
  display: block;
  color: #f05243;
}

.compare-faq__sidebar-title-main {
  display: block;
  color: #211a18;
}

.compare-faq__sidebar-divider {
  height: 1px;
  background: #d9d9d9;
  border: 0;
}

.compare-faq__sidebar-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #211a18;
}

.compare-faq__sidebar-box {
  background: #f6f3f2;
  border-radius: var(--compare-inner-radius);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
}

.compare-faq__sidebar-box-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #1b1716;
}

.compare-faq__sidebar-cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 35px;
  border-radius: 100px;
  background: #f05243;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}
.compare-faq__sidebar-cta:hover, .compare-faq__sidebar-cta:focus-visible {
  background: rgb(237.7389162562, 55.9221674877, 38.6610837438);
  color: #fff;
  text-decoration: none;
}
.compare-faq__sidebar-cta img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.compare-faq__sidebar-kb {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
}

.compare-faq__sidebar-kb-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #211a18;
}

.compare-faq__sidebar-kb-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #f05243;
  text-decoration: none;
}
.compare-faq__sidebar-kb-link:hover, .compare-faq__sidebar-kb-link:focus-visible {
  color: rgb(236.9852216749, 47.2295566502, 29.2147783251);
  text-decoration: none;
}
.compare-faq__sidebar-kb-link img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.compare-faq__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.compare-faq__title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #1b1716;
}

.compare-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 100%;
}

.compare-faq__item {
  background: #fff;
  border-radius: var(--compare-card-radius);
  padding: 20px;
  box-sizing: border-box;
}

.compare-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #1b1716;
  text-align: left;
  cursor: pointer;
}

.compare-faq__question-text {
  flex: 1;
  min-width: 0;
}

.compare-faq__chevron {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}

.compare-faq__item.is-open .compare-faq__chevron {
  transform: rotate(180deg);
}

.compare-faq__answer {
  display: none;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #1b1716;
}
.compare-faq__answer p {
  margin: 0 0 0.75rem;
  font-size: 14px;
}
.compare-faq__answer p:last-child {
  margin-bottom: 0;
}

.compare-faq__item.is-open .compare-faq__answer {
  display: block;
}

@media (max-width: 991px) {
  .compare-faq {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 32px var(--compare-mobile-gutter, 20px);
  }
  .compare-faq__grid {
    gap: 32px;
  }
  .compare-faq__sidebar {
    gap: 20px;
  }
  .compare-faq__sidebar-card {
    padding: 24px 20px 20px;
    gap: 20px;
  }
  .compare-faq__sidebar-intro {
    gap: 12px;
  }
  .compare-faq__sidebar-head {
    gap: 12px;
  }
  .compare-faq__sidebar-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .compare-faq__sidebar-text {
    font-size: 14px;
    line-height: normal;
  }
  .compare-faq__sidebar-box {
    padding: 16px;
    gap: 16px;
  }
  .compare-faq__sidebar-box-title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
  }
  .compare-faq__sidebar-cta {
    font-size: 14px;
    padding: 12px 35px;
  }
  .compare-faq__sidebar-cta img {
    width: 20px;
    height: 20px;
  }
  .compare-faq__sidebar-kb {
    gap: 5px;
  }
  .compare-faq__sidebar-kb-title {
    font-size: 16px;
    line-height: normal;
  }
  .compare-faq__sidebar-kb-link {
    font-size: 14px;
    gap: 5px;
  }
  .compare-faq__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
  }
  .compare-faq__list {
    gap: 10px;
  }
  .compare-faq__item {
    padding: 16px 20px;
  }
  .compare-faq__question {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    gap: 16px;
  }
}
.post__item {
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 16px;
  height: 100%;
  border: 1px solid rgba(45, 55, 72, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .post__item {
    padding: 12px;
    border-radius: 14px;
  }
}
.post__image {
  position: relative;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}
.post__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}
.post__image a {
  display: block;
}
.post__image .post__views-overlay {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.95);
  font-family: monospace;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  background: rgba(32, 36, 44, 0.48);
  box-shadow: 0 2px 10px rgba(15, 18, 24, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.post__image .post__views-overlay .post__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.post__image .post__views-overlay .post__meta-icon {
  flex-shrink: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.92;
}
.post__image .post__views-overlay .post__meta-icon--views {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.92)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
}
.post__image .post__views-overlay .post__meta-icon--reading {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.92)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
}
.post__image .post__views-overlay .post__meta-separator {
  flex-shrink: 0;
  align-self: center;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.35);
}
.post__image .post__views-overlay .post__views-count {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
  line-height: normal;
}
.post__image .post__views-overlay .post__views-daily {
  color: #4ade80;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
.post__image .post__views-overlay .post__reading-time {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
  white-space: nowrap;
  line-height: normal;
}
.post__image .post__views-overlay .post__meta-separator {
  display: none;
}
.post__image .post__views-overlay.post__promo-status-overlay {
  left: 12px;
  right: auto;
}
.post__image .post__views-overlay.post__promo-status-overlay .post__meta-separator {
  display: block;
}
.post__image .post__views-overlay.post__promo-status-overlay .promo-card__status {
  font-weight: 600;
  line-height: normal;
}
.post__image .post__views-overlay.post__promo-status-overlay .promo-card__expires {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
  line-height: normal;
  white-space: nowrap;
}
.post__image .post__views-overlay.post__promo-status-overlay .promo-card__usage-count {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
  line-height: normal;
}
.post__image .post__views-overlay.post__promo-status-overlay .post__meta-icon--promo-usage {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.92)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='9' cy='7' r='4'%3E%3C/circle%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'%3E%3C/path%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'%3E%3C/path%3E%3C/svg%3E");
}
.post__image .post__views-overlay.post__promo-status-overlay.post__promo-status-overlay--expired .promo-card__status {
  color: #f05243;
}
.post__image .post__views-overlay.post__promo-status-overlay.post__promo-status-overlay--active .promo-card__status {
  color: #4ade80;
}
.post__image .post__views-overlay.post__promo-status-overlay .post__meta-icon--promo-status {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.92)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
}
.post__image .post__views-overlay.post__promo-status-overlay .post__meta-icon--promo-calendar {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.92)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .post__image .post__views-overlay.post__promo-status-overlay {
    left: 8px;
  }
}
@media (max-width: 768px) {
  .post__image .post__views-overlay {
    top: 8px;
    right: 8px;
  }
}
.post__image > .post__data {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
@media (max-width: 768px) {
  .post__image > .post__data {
    top: 8px;
    left: 8px;
  }
}
@media (max-width: 768px) {
  .post__image {
    margin-bottom: 12px;
    border-radius: 10px;
  }
}
.post__data-container {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 12px;
  width: 100%;
}
@media (max-width: 768px) {
  .post__data-container {
    gap: 6px;
    margin-bottom: 10px;
  }
}
.post__data {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 15px;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  font-weight: 300;
  background-color: #f05243;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.post__data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.27) 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .post__data {
    height: 37px;
  }
}
.post__data::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.9;
  order: -1;
}
.post__data span {
  color: white;
  margin: 0;
  line-height: normal;
  font-size: 13px;
  font-weight: 300;
  cursor: default;
  position: relative;
  z-index: 1;
}
.post__data-categories {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.post__data-categories .js-category-link + .js-category-link,
.post__data-categories .category-link + .category-link {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(100, 116, 139, 0.35);
}
.post__data-categories a,
.post__data-categories .js-category-link,
.post__data-categories .category-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
  color: #64748b;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s ease;
}
.post__data-categories a::before, .post__data-categories a::after,
.post__data-categories .js-category-link::before,
.post__data-categories .js-category-link::after,
.post__data-categories .category-link::before,
.post__data-categories .category-link::after {
  display: none !important;
}
.post__data-categories a:hover,
.post__data-categories .js-category-link:hover,
.post__data-categories .category-link:hover {
  color: #f05243;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.post__data-categories a:active,
.post__data-categories .js-category-link:active,
.post__data-categories .category-link:active {
  opacity: 0.85;
}
.post__data-categories a,
.post__data-categories .js-category-link,
.post__data-categories .category-link {
  flex-shrink: 0;
  white-space: nowrap;
}
.post__data-categories a .category-text,
.post__data-categories .js-category-link .category-text,
.post__data-categories .category-link .category-text {
  display: inline;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
  color: inherit;
}
@media (max-width: 480px) {
  .post__data-container {
    gap: 8px;
  }
  .post__data::after {
    width: 12px;
    height: 12px;
  }
  .post__data span {
    font-size: 11px;
  }
  .post__data-categories a, .post__data-categories .js-category-link, .post__data-categories .category-link {
    font-size: 12px !important;
  }
}
.post__info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post__info > div:not(.post__data-container):not(.post__actions) {
  margin-bottom: 8px;
}
.post__info > div:not(.post__data-container):not(.post__actions) > a, .post__info > a:first-of-type {
  font-size: 24px;
  color: #1a202c;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  text-decoration: none;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .post__info > div:not(.post__data-container):not(.post__actions) > a, .post__info > a:first-of-type {
    min-height: auto;
  }
}
.post__info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  color: #4a5568;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 12px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .post__info p {
    font-size: 14px;
    -webkit-line-clamp: 3;
    margin-bottom: 0px;
    min-height: 40px;
  }
}
.post__info .post__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  width: 100%;
  border-top: 1px solid rgba(26, 32, 44, 0.08);
}
@media (max-width: 480px) {
  .post__info .post__actions {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.post__info .post__actions .post__actions-group {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
}
.post__info .post__actions .post__data {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
  font-weight: 400;
}
.post__info .post__actions .post__data::before {
  display: none;
}
.post__info .post__actions .post__data::after {
  width: 15px;
  height: 15px;
  opacity: 0.75;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
}
.post__info .post__actions .post__data span {
  color: #64748b;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.post__info .post__actions .post__votes {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.post__info .post__actions .post__votes .post__vote {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  border: 0;
  background: none;
  border-radius: 6px;
  color: #94a3b8;
  cursor: pointer;
  line-height: 1;
  transition: color background-color transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.post__info .post__actions .post__votes .post__vote svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}
.post__info .post__actions .post__votes .post__vote .post__vote-count {
  font-size: 12px;
  font-weight: 400;
  color: inherit;
  min-width: 0.75em;
}
.post__info .post__actions .post__votes .post__vote:hover {
  background: rgba(240, 82, 67, 0.06);
}
.post__info .post__actions .post__votes .post__vote:focus-visible {
  outline: 2px solid rgba(240, 82, 67, 0.35);
  outline-offset: 2px;
}
.post__info .post__actions .post__votes .post__vote.is-active.post__vote--like {
  color: #f05243;
}
.post__info .post__actions .post__votes .post__vote.is-active.post__vote--dislike {
  color: #475569;
}
.post__info .post__actions .post__votes .post__vote.is-loading {
  opacity: 0.55;
  pointer-events: none;
}
.post__info .post__actions .read__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  margin-right: auto;
  padding: 6px 10px 6px 0;
  border-radius: 8px;
  color: #f05243;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: none !important;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  transition: color background-color transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.post__info .post__actions .read__more::before {
  display: none !important;
}
.post__info .post__actions .read__more::after {
  content: "→" !important;
  background: none !important;
  margin-left: 2px;
  font-size: 15px;
  line-height: 1;
  transition: transform 0.22s ease;
}
.post__info .post__actions .read__more:hover {
  color: #d94538;
}
.post__info .post__actions .read__more:hover::after {
  transform: translateX(3px);
}
.post__info .post__actions .read__more:active {
  transform: scale(0.98);
}
.post__info .post__actions .read__more:focus-visible {
  outline: 2px solid rgba(240, 82, 67, 0.35);
  outline-offset: 2px;
}
.post__info .post__actions .share__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 8px;
  color: #94a3b8;
  cursor: pointer;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: color background-color transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.post__info .post__actions .share__btn .share-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: opacity 0.2s ease;
}
.post__info .post__actions .share__btn .check-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: none;
}
.post__info .post__actions .share__btn:hover {
  color: #f05243;
  background: rgba(240, 82, 67, 0.06);
  transform: scale(1.05);
}
.post__info .post__actions .share__btn:active {
  transform: scale(0.96);
}
.post__info .post__actions .share__btn:focus-visible {
  outline: 2px solid rgba(240, 82, 67, 0.35);
  outline-offset: 2px;
}
.post__info .post__actions .share__btn.copied {
  color: #16a34a;
  background: rgba(22, 163, 74, 0.08);
}
.post__info .post__actions .share__btn.copied .share-icon {
  display: none;
}
.post__info .post__actions .share__btn.copied .check-icon {
  display: block;
}

.post__item--row-tall-title .post__info > div:not(.post__data-container):not(.post__actions) {
  min-height: 62px;
}
@media (max-width: 768px) {
  .post__item--row-tall-title .post__info > div:not(.post__data-container):not(.post__actions) {
    min-height: auto;
  }
}

.post__data-categories {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  gap: 0;
}
.post__data-categories .category-icon {
  display: none;
}
.post__data-categories .js-category-link + .js-category-link,
.post__data-categories .category-link + .category-link {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(100, 116, 139, 0.35);
}
.post__data-categories .categories-wrapper {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.post__data-categories .categories-wrapper::-webkit-scrollbar {
  display: none;
}
.post__data-categories a,
.post__data-categories .js-category-link,
.post__data-categories .category-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
  color: #64748b;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s ease;
}
.post__data-categories a::before, .post__data-categories a::after,
.post__data-categories .js-category-link::before,
.post__data-categories .js-category-link::after,
.post__data-categories .category-link::before,
.post__data-categories .category-link::after {
  display: none !important;
}
.post__data-categories a:hover,
.post__data-categories .js-category-link:hover,
.post__data-categories .category-link:hover {
  color: #f05243;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.post__data-categories a:active,
.post__data-categories .js-category-link:active,
.post__data-categories .category-link:active {
  opacity: 0.85;
}
.post__data-categories a,
.post__data-categories .js-category-link,
.post__data-categories .category-link {
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
  max-width: 200px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  overflow: hidden;
}
@media (max-width: 768px) {
  .post__data-categories a,
  .post__data-categories .js-category-link,
  .post__data-categories .category-link {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  .post__data-categories a,
  .post__data-categories .js-category-link,
  .post__data-categories .category-link {
    max-width: 120px;
  }
}
.post__data-categories a .category-text,
.post__data-categories .js-category-link .category-text,
.post__data-categories .category-link .category-text {
  display: inline;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
  color: inherit;
}

.post__image .post__data-categories span,
.post__image .post__data-categories .js-category-link {
  color: #475569;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.95), 0 1px 2px rgba(255, 255, 255, 0.8);
}
.post__image .post__data-categories .js-category-link + .js-category-link,
.post__image .post__data-categories .category-link + .category-link {
  border-left-color: rgba(71, 85, 105, 0.35);
}

.related {
  padding: 20px 0;
}
.related__container {
  padding: 0;
}
.related__title {
  margin: 0 0 16px 0;
  text-align: center;
}
.related__title-text {
  font-size: 36px;
  font-weight: 600;
  color: #1b1716;
}
.related .post__list--related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  min-width: 0;
}
@media (max-width: 1024px) {
  .related .post__list--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .related .post__list--related {
    grid-template-columns: 1fr;
  }
}
.related .post__item {
  min-width: 0;
}

.related-post .post__list--related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  min-width: 0;
}
@media (max-width: 1024px) {
  .related-post .post__list--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .related-post .post__list--related {
    grid-template-columns: 1fr;
  }
}
.related-post .post__item {
  min-width: 0;
}

.related__list.row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1200px) {
  .related__list.row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .related__list.row {
    grid-template-columns: 1fr;
  }
}

.related__item-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.related__image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.related__image-el,
.related__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.related__info {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.related__item-title {
  font-size: 20px;
  font-weight: 600;
  color: #1b1716;
  line-height: 1.3;
}

.related__excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #3a3432;
}

@media (max-width: 768px) {
  .related__list.row .related__item {
    padding: 0 1rem 0;
  }
}
@media (max-width: 768px) {
  .page-template-page-dedicated-instant .compare-faq {
    --compare-mobile-gutter: 20px;
  }
  .page-template-page-dedicated-instant .compare-faq__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .page-template-page-dedicated-instant .compare-faq__main {
    order: 1;
  }
  .page-template-page-dedicated-instant .compare-faq__sidebar {
    order: 2;
    gap: 20px;
  }
  .page-template-page-dedicated-instant .compare-faq__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
  }
  .page-template-page-dedicated-instant .compare-faq__list {
    gap: 10px;
  }
  .page-template-page-dedicated-instant .compare-faq__question {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }
  .page-template-page-dedicated-instant .compare-faq__chevron {
    width: 24px;
    height: 24px;
  }
  .page-template-page-dedicated-instant .compare-faq__sidebar-card {
    padding: 30px 20px;
    gap: 20px;
  }
  .page-template-page-dedicated-instant .compare-faq__sidebar-intro {
    gap: 12px;
  }
  .page-template-page-dedicated-instant .compare-faq__sidebar-head {
    gap: 12px;
  }
  .page-template-page-dedicated-instant .compare-faq__sidebar-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
  }
  .page-template-page-dedicated-instant .compare-faq__sidebar-text {
    font-size: 16px;
    line-height: normal;
  }
  .page-template-page-dedicated-instant .compare-faq__sidebar-box {
    padding: 20px;
    gap: 20px;
  }
  .page-template-page-dedicated-instant .compare-faq__sidebar-box-title {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
  }
  .page-template-page-dedicated-instant .compare-faq__sidebar-cta {
    font-size: 16px;
    font-weight: 700;
    min-height: 44px;
    padding: 12px 35px;
  }
  .page-template-page-dedicated-instant .compare-faq__sidebar-cta img {
    width: 24px;
    height: 24px;
  }
  .page-template-page-dedicated-instant .compare-faq__sidebar-kb {
    gap: 5px;
  }
  .page-template-page-dedicated-instant .compare-faq__sidebar-kb-title {
    font-size: 20px;
    line-height: normal;
  }
  .page-template-page-dedicated-instant .compare-faq__sidebar-kb-link {
    font-size: 16px;
    gap: 5px;
  }
}

.instant-bottom-cta {
  background: #201b19;
  color: #fff;
  padding: 48px 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.instant-bottom-cta__glow {
  position: absolute;
  border-radius: 50%;
  background: #f05243;
  pointer-events: none;
  opacity: 1;
  filter: blur(200px);
}
.instant-bottom-cta__glow--1 {
  width: 254px;
  height: 254px;
  right: -113px;
  bottom: -169px;
}
.instant-bottom-cta__glow--2 {
  width: 254px;
  height: 254px;
  left: -113px;
  top: -149px;
}

.instant-bottom-cta__pattern {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: none;
  height: auto;
  opacity: 1;
  pointer-events: none;
  transform: translateX(-50%);
}

.instant-bottom-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1191px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  box-sizing: border-box;
}

.instant-bottom-cta__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.instant-bottom-cta__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  max-width: none;
}

.instant-bottom-cta__title-line {
  display: block;
}

.instant-bottom-cta__subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #f05243;
}

.instant-bottom-cta__btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  border-radius: 100px;
  background: #f05243;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.instant-bottom-cta__btn:hover, .instant-bottom-cta__btn:focus-visible {
  background: rgb(237.7389162562, 55.9221674877, 38.6610837438);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .instant-bottom-cta {
    padding: 48px 16px;
  }
  .instant-bottom-cta__inner {
    gap: 40px;
  }
  .instant-bottom-cta__copy {
    gap: 20px;
  }
  .instant-bottom-cta__title {
    font-size: 30px;
  }
  .instant-bottom-cta__subtitle {
    font-size: 20px;
  }
  .instant-bottom-cta__glow--1 {
    right: -113px;
    bottom: -169px;
  }
  .instant-bottom-cta__glow--2 {
    left: -216px;
    top: -149px;
  }
  .instant-bottom-cta__pattern {
    width: auto;
    height: 100%;
    top: 0;
    bottom: 0;
  }
}
.alexhost-vps-hub-landing > header,
.alexhost-vps-sub-landing > header,
.alexhost-vpn-landing > header {
  background: #1b1716;
}
.alexhost-vps-hub-landing .header-hero_single,
.alexhost-vps-sub-landing .header-hero_single,
.alexhost-vpn-landing .header-hero_single {
  display: none;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .instant-hero-v2__stage,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .instant-hero-v2__stage,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .instant-hero-v2__stage,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .instant-hero-v2__stage,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .instant-hero-v2__stage,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .instant-hero-v2__stage,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .instant-hero-v2__stage,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .instant-hero-v2__stage,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .instant-hero-v2__stage {
  min-height: 360px;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .instant-hero-v2__content,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .instant-hero-v2__content,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .instant-hero-v2__content,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .instant-hero-v2__content,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .instant-hero-v2__content,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .instant-hero-v2__content,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .instant-hero-v2__content,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .instant-hero-v2__content,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .instant-hero-v2__content {
  max-width: min(1200px, 100%);
  width: 100%;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .instant-hero-v2__subtitle--vps-hub,
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .instant-hero-v2__subtitle--vpn-hub,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .instant-hero-v2__subtitle--vps-hub,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .instant-hero-v2__subtitle--vpn-hub,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .instant-hero-v2__subtitle--vps-hub,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .instant-hero-v2__subtitle--vpn-hub,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .instant-hero-v2__subtitle--vps-hub,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .instant-hero-v2__subtitle--vpn-hub,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .instant-hero-v2__subtitle--vps-hub,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .instant-hero-v2__subtitle--vpn-hub,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .instant-hero-v2__subtitle--vps-hub,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .instant-hero-v2__subtitle--vpn-hub,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .instant-hero-v2__subtitle--vps-hub,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .instant-hero-v2__subtitle--vpn-hub,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .instant-hero-v2__subtitle--vps-hub,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .instant-hero-v2__subtitle--vpn-hub,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .instant-hero-v2__subtitle--vps-hub,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .instant-hero-v2__subtitle--vpn-hub {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 100%;
  text-wrap: balance;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .instant-hero-v2__subtitle--vps-sub,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .instant-hero-v2__subtitle--vps-sub,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .instant-hero-v2__subtitle--vps-sub,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .instant-hero-v2__subtitle--vps-sub,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .instant-hero-v2__subtitle--vps-sub,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .instant-hero-v2__subtitle--vps-sub,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .instant-hero-v2__subtitle--vps-sub,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .instant-hero-v2__subtitle--vps-sub,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .instant-hero-v2__subtitle--vps-sub {
  max-width: min(720px, 100%);
  margin: 0 auto;
  text-wrap: balance;
  color: rgba(255, 255, 255, 0.72);
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .instant-hero-v2__subtitle-line,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .instant-hero-v2__subtitle-line,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .instant-hero-v2__subtitle-line,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .instant-hero-v2__subtitle-line,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .instant-hero-v2__subtitle-line,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .instant-hero-v2__subtitle-line,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .instant-hero-v2__subtitle-line,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .instant-hero-v2__subtitle-line,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .instant-hero-v2__subtitle-line {
  display: block;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding: 0 24px;
  box-sizing: border-box;
  align-self: stretch;
  overflow: hidden;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features__viewport,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features__viewport,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features__viewport,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features__viewport,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features__viewport,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features__viewport,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features__viewport,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features__viewport,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features__viewport {
  overflow: hidden;
  width: 100%;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features__track,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features__track,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features__track,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features__track,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features__track,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features__track,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features__track,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features__track,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 4px;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features__track.is-marquee,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features__track.is-marquee,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features__track.is-marquee,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features__track.is-marquee,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features__track.is-marquee,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features__track.is-marquee,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features__track.is-marquee,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features__track.is-marquee,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features__track.is-marquee {
  display: block;
  gap: 0;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features__track.is-marquee.is-paused .cp-features__track-inner,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features__track.is-marquee.is-paused .cp-features__track-inner,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features__track.is-marquee.is-paused .cp-features__track-inner,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features__track.is-marquee.is-paused .cp-features__track-inner,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features__track.is-marquee.is-paused .cp-features__track-inner,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features__track.is-marquee.is-paused .cp-features__track-inner,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features__track.is-marquee.is-paused .cp-features__track-inner,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features__track.is-marquee.is-paused .cp-features__track-inner,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features__track.is-marquee.is-paused .cp-features__track-inner {
  animation-play-state: paused;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features__track-inner,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features__track-inner,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features__track-inner,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features__track-inner,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features__track-inner,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features__track-inner,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features__track-inner,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features__track-inner,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features__track-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features__group,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features__group,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features__group,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features__group,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features__group,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features__group,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features__group,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features__group,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features__group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-feature,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-feature,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-feature,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-feature,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-feature,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-feature,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-feature,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-feature,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-feature {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  min-width: -moz-max-content;
  min-width: max-content;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px 18px;
  overflow: hidden;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-feature__icon,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-feature__icon,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-feature__icon,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-feature__icon,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-feature__icon,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-feature__icon,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-feature__icon,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-feature__icon,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-feature__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: block;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-feature__text,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-feature__text,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-feature__text,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-feature__text,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-feature__text,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-feature__text,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-feature__text,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-feature__text,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-feature__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  white-space: nowrap;
  text-align: left;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-feature__title,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-feature__title,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-feature__title,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-feature__title,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-feature__title,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-feature__title,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-feature__title,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-feature__title,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-feature__title {
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-feature__sub,
.alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-feature__sub,
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-feature__sub,
.alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-feature__sub,
.alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-feature__sub,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-feature__sub,
.alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-feature__sub,
.alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-feature__sub,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-feature__sub {
  color: rgba(243, 234, 231, 0.6);
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features,
  .alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features,
  .alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features,
  .alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features,
  .alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features,
  .alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features,
  .alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features {
    position: relative;
    z-index: 4;
    margin: 0 -20px 0;
    padding: 0 0 0 20px;
    max-width: none;
    width: auto;
    overflow: hidden;
  }
  .alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features__viewport,
  .alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features__viewport,
  .alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features__viewport,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features__viewport,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features__viewport,
  .alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features__viewport,
  .alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features__viewport,
  .alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features__viewport,
  .alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features__viewport {
    overflow: hidden;
    width: 100%;
  }
  .alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features__track,
  .alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features__track,
  .alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features__track,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features__track,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features__track,
  .alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features__track,
  .alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features__track,
  .alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features__track,
  .alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features__track {
    overflow: hidden;
    touch-action: pan-y;
  }
  .alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features__track.is-marquee .cp-features__track-inner,
  .alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features__track.is-marquee .cp-features__track-inner,
  .alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features__track.is-marquee .cp-features__track-inner,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features__track.is-marquee .cp-features__track-inner,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features__track.is-marquee .cp-features__track-inner,
  .alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features__track.is-marquee .cp-features__track-inner,
  .alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features__track.is-marquee .cp-features__track-inner,
  .alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features__track.is-marquee .cp-features__track-inner,
  .alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features__track.is-marquee .cp-features__track-inner {
    animation: cp-features-marquee var(--cp-features-marquee-duration, 30s) linear infinite;
    will-change: transform;
  }
  .alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features__group,
  .alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features__group,
  .alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features__group,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features__group,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features__group,
  .alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features__group,
  .alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features__group,
  .alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features__group,
  .alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features__group {
    flex-shrink: 0;
    gap: 8px;
    width: auto;
  }
  .alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-feature,
  .alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-feature,
  .alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-feature,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-feature,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-feature,
  .alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-feature,
  .alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-feature,
  .alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-feature,
  .alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-feature {
    flex: 0 0 auto;
    gap: 10px;
    padding: 8px 12px;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-feature__icon,
  .alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-feature__icon,
  .alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-feature__icon,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-feature__icon,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-feature__icon,
  .alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-feature__icon,
  .alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-feature__icon,
  .alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-feature__icon,
  .alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-feature__icon {
    width: 24px;
    height: 24px;
  }
  .alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-feature__title,
  .alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-feature__title,
  .alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-feature__title,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-feature__title,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-feature__title,
  .alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-feature__title,
  .alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-feature__title,
  .alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-feature__title,
  .alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-feature__title {
    font-size: 14px;
  }
  .alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-feature__sub,
  .alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-feature__sub,
  .alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-feature__sub,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-feature__sub,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-feature__sub,
  .alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-feature__sub,
  .alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-feature__sub,
  .alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-feature__sub,
  .alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-feature__sub {
    font-size: 12px;
  }
}
@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features__track-inner,
  .alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features__track-inner,
  .alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features__track-inner,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features__track-inner,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features__track-inner,
  .alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features__track-inner,
  .alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features__track-inner,
  .alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features__track-inner,
  .alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features__track-inner {
    animation: none !important;
    will-change: auto;
  }
  .alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features__viewport,
  .alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features__viewport,
  .alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features__viewport,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features__viewport,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features__viewport,
  .alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features__viewport,
  .alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features__viewport,
  .alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features__viewport,
  .alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features__viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .alexhost-vps-hub-landing .instant-hero-v2--vps-hub .cp-features__viewport::-webkit-scrollbar,
  .alexhost-vps-hub-landing .instant-hero-v2--vps-sub .cp-features__viewport::-webkit-scrollbar,
  .alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-features__viewport::-webkit-scrollbar,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-hub .cp-features__viewport::-webkit-scrollbar,
  .alexhost-vps-sub-landing .instant-hero-v2--vps-sub .cp-features__viewport::-webkit-scrollbar,
  .alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-features__viewport::-webkit-scrollbar,
  .alexhost-vpn-landing .instant-hero-v2--vps-hub .cp-features__viewport::-webkit-scrollbar,
  .alexhost-vpn-landing .instant-hero-v2--vps-sub .cp-features__viewport::-webkit-scrollbar,
  .alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-features__viewport::-webkit-scrollbar {
    display: none;
  }
}
.alexhost-vps-hub-landing .instant-hero-v2--vpn-hub .cp-feature__icon,
.alexhost-vps-sub-landing .instant-hero-v2--vpn-hub .cp-feature__icon,
.alexhost-vpn-landing .instant-hero-v2--vpn-hub .cp-feature__icon {
  filter: brightness(0) invert(1) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}
.alexhost-vps-hub-landing .instant-hero-v2__breadcrumbs,
.alexhost-vps-sub-landing .instant-hero-v2__breadcrumbs,
.alexhost-vpn-landing .instant-hero-v2__breadcrumbs {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
.alexhost-vps-hub-landing .instant-hero-v2__breadcrumbs .cp-breadcrumbs,
.alexhost-vps-sub-landing .instant-hero-v2__breadcrumbs .cp-breadcrumbs,
.alexhost-vpn-landing .instant-hero-v2__breadcrumbs .cp-breadcrumbs {
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  --bc-text: rgba(255, 255, 255, 0.72);
  --bc-text-hover: #fff;
  --bc-arrow-filter: brightness(0) invert(1);
  --bc-arrow-opacity: 0.72;
}
.alexhost-vps-hub-landing .instant-hero-v2__breadcrumbs .cp-breadcrumbs > span > span,
.alexhost-vps-sub-landing .instant-hero-v2__breadcrumbs .cp-breadcrumbs > span > span,
.alexhost-vpn-landing .instant-hero-v2__breadcrumbs .cp-breadcrumbs > span > span {
  font-size: 16px;
}
.alexhost-vps-hub-landing .instant-hero-v2__breadcrumbs .cp-breadcrumbs .breadcrumb_last,
.alexhost-vps-hub-landing .instant-hero-v2__breadcrumbs .cp-breadcrumbs span.current,
.alexhost-vps-sub-landing .instant-hero-v2__breadcrumbs .cp-breadcrumbs .breadcrumb_last,
.alexhost-vps-sub-landing .instant-hero-v2__breadcrumbs .cp-breadcrumbs span.current,
.alexhost-vpn-landing .instant-hero-v2__breadcrumbs .cp-breadcrumbs .breadcrumb_last,
.alexhost-vpn-landing .instant-hero-v2__breadcrumbs .cp-breadcrumbs span.current {
  color: rgba(255, 255, 255, 0.88);
}
.alexhost-vps-hub-landing .compare-faq,
.alexhost-vps-sub-landing .compare-faq,
.alexhost-vpn-landing .compare-faq {
  --compare-card-radius: 20px;
  --compare-inner-radius: 10px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: max(16px, env(safe-area-inset-left, 0px));
  padding-right: max(16px, env(safe-area-inset-right, 0px));
}
@media (max-width: 991px) {
  .alexhost-vps-hub-landing .compare-faq,
  .alexhost-vps-sub-landing .compare-faq,
  .alexhost-vpn-landing .compare-faq {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.alexhost-vps-hub-landing .compare-faq__item,
.alexhost-vps-sub-landing .compare-faq__item,
.alexhost-vpn-landing .compare-faq__item {
  border-radius: var(--compare-inner-radius);
}
.alexhost-vps-hub-landing .configurator.configurator--vps-page,
.alexhost-vps-sub-landing .configurator.configurator--vps-page,
.alexhost-vpn-landing .configurator.configurator--vps-page {
  margin-top: 0;
}

.alexhost-vps-ryzen-landing .instant-hero-v2 .cp-feature__icon {
  filter: brightness(0) saturate(100%) invert(51%) sepia(49%) saturate(1000%) hue-rotate(339deg) brightness(102%) contrast(101%);
}
.alexhost-vps-ryzen-landing .instant-hero-v2__title-ryzen-accent {
  color: #ff8c42;
  font-weight: 700;
}
.alexhost-vps-ryzen-landing .navbar_contrast .navbar-top__item--accent {
  background: #ff8c42;
}
.alexhost-vps-ryzen-landing .navbar_contrast .navbar-top__item--accent:hover {
  background: #f7941d;
  color: #fff;
}
.alexhost-vps-ryzen-landing .instant-hero-v2__glow {
  background: #ff8c42;
}
.alexhost-vps-ryzen-landing .instant-hero-v2__glow--right, .alexhost-vps-ryzen-landing .instant-hero-v2__glow--left {
  background: #ff8c42;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .alexhost-vps-ryzen-landing .instant-hero-v2__glow--left {
    background: #ff8c42;
    opacity: 0.45;
  }
  .alexhost-vps-ryzen-landing .instant-hero-v2__glow--right {
    background: #ff8c42;
    opacity: 0.5;
  }
}

.alexhost-vps-telegram-landing .instant-hero-v2__vector {
  filter: brightness(0) saturate(100%) invert(56%) sepia(79%) saturate(1200%) hue-rotate(169deg) brightness(98%) contrast(101%);
  opacity: 0.55;
}
.alexhost-vps-telegram-landing .instant-hero-v2__telegram-star {
  filter: brightness(0) saturate(100%) invert(56%) sepia(79%) saturate(1200%) hue-rotate(169deg) brightness(98%) contrast(101%);
}
.alexhost-vps-telegram-landing .instant-hero-v2__title-telegram-accent {
  color: #24a1de;
  font-weight: 700;
}
.alexhost-vps-telegram-landing .navbar_contrast .navbar-top__item--accent {
  background: #24a1de;
}
.alexhost-vps-telegram-landing .navbar_contrast .navbar-top__item--accent:hover {
  background: #1e96c8;
  color: #fff;
}
.alexhost-vps-telegram-landing .instant-hero-v2__glow {
  background: #24a1de;
}
.alexhost-vps-telegram-landing .instant-hero-v2__glow--right, .alexhost-vps-telegram-landing .instant-hero-v2__glow--left {
  background: #24a1de;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .alexhost-vps-telegram-landing .instant-hero-v2__vector {
    opacity: 0.35;
  }
  .alexhost-vps-telegram-landing .instant-hero-v2__glow--left {
    background: #24a1de;
    opacity: 0.45;
  }
  .alexhost-vps-telegram-landing .instant-hero-v2__glow--right {
    background: #24a1de;
    opacity: 0.5;
  }
}

.instant-hero-v2__telegram-stars {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.instant-hero-v2__telegram-star {
  position: absolute;
  width: var(--star-size, 24px);
  height: auto;
  opacity: var(--star-opacity, 0.4);
  animation-duration: var(--star-duration, 4s);
  animation-delay: var(--star-delay, 0s);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  will-change: transform;
}
.instant-hero-v2__telegram-star--variant-1 {
  animation-name: telegramHeroStarFloatUp;
}
.instant-hero-v2__telegram-star--variant-2 {
  animation-name: telegramHeroStarFloatDown;
}
.instant-hero-v2__telegram-star--variant-3 {
  animation-name: telegramHeroStarFloatTilt;
}

@media (prefers-reduced-motion: reduce) {
  .instant-hero-v2__telegram-star {
    animation: none;
  }
}
@media (max-width: 768px) {
  .instant-hero-v2__telegram-star--10, .instant-hero-v2__telegram-star--11, .instant-hero-v2__telegram-star--12, .instant-hero-v2__telegram-star--13, .instant-hero-v2__telegram-star--14 {
    display: none;
  }
  .instant-hero-v2__telegram-star:not(.instant-hero-v2__telegram-star--10):not(.instant-hero-v2__telegram-star--11):not(.instant-hero-v2__telegram-star--12):not(.instant-hero-v2__telegram-star--13):not(.instant-hero-v2__telegram-star--14) {
    opacity: calc(var(--star-opacity, 0.4) * 0.85);
  }
}
@keyframes telegramHeroStarFloatUp {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(6deg);
  }
}
@keyframes telegramHeroStarFloatDown {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(6px) rotate(-5deg);
  }
}
@keyframes telegramHeroStarFloatTilt {
  0%, 100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-5px) rotate(8deg);
  }
}
@keyframes cp-features-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=instant-main.css.map */