.colocation-sections-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.colocation-hero-section-new {
  padding-top: calc(2rem + 115px);
}

.colocation-hero-section-new1 {
  overflow: visible !important;
}

.colocation-hero-section {
  transition: opacity 0.4s ease;
  background: #1b1716;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: normal;
  justify-content: center;
}
.colocation-hero-section__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.colocation-hero-section__bg-image {
  width: 650px;
  height: 966px;
  position: absolute;
  left: 0;
  top: -73px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 965/966;
}
.colocation-hero-section__overlay {
  position: absolute;
  left: -34px;
  top: -8px;
  width: 948px;
  height: 854px;
}
.colocation-hero-section__overlay--orange {
  background: var(--ui-orange, #f05243);
  opacity: 0.8;
  mix-blend-mode: hue;
}
.colocation-hero-section__overlay--dark {
  background: var(--ui-dark, #1b1716);
  opacity: 0.5;
}
.colocation-hero-section__border {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}
.colocation-hero-section__border--left {
  left: 0;
  width: 262px;
  background: #1b1716;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-right: none;
  border-radius: 32px 0 0 32px;
  box-shadow: 20px 0 60px rgba(0, 0, 0, 0.55);
}
.colocation-hero-section__border--left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(240, 82, 67, 0.65);
}
.colocation-hero-section__border--right {
  right: -76px;
  background: rgba(27, 23, 22, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: none;
  border-radius: 0 32px 32px 0;
  box-shadow: -40px 0 120px rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  min-width: 1029px;
}
.colocation-hero-section__vector {
  opacity: 0.3;
  width: 2066.49px;
  height: 910.94px;
  position: absolute;
  overflow: visible;
}
.colocation-hero-section__vector--left {
  right: -1235.49px;
  top: -503.59px;
  transform: translate(0px, 503.59px);
}
.colocation-hero-section__vector--right {
  left: 481px;
  top: 1155.71px;
  transform: translate(-481px, -1155.71px);
}
.colocation-hero-section__server-wrapper {
  top: -15px;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
  position: relative;
  left: -80px;
}
.colocation-hero-section__support {
  position: absolute;
  left: -20px;
  overflow: visible;
  z-index: 1;
  pointer-events: none;
  top: 625px;
}
.colocation-hero-section__server-secondary {
  width: 234.56px;
  height: 125.69px;
  position: absolute;
  left: 436px;
  top: 695.5px;
  transform: translate(-35.91px, -64.89px);
  z-index: 3;
}
.colocation-hero-section__server-secondary svg {
  width: 100%;
  height: 100%;
  display: block;
}
.colocation-hero-section__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
  padding: 2rem 0;
}
.colocation-hero-section__main {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.colocation-hero-section__config {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 500px;
  position: relative;
}
.colocation-hero-section__server {
  position: relative;
  height: 100%;
}
.colocation-hero-section__header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.colocation-hero-section__title {
  color: var(--ui-white, #ffffff);
  text-align: left;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  flex: 1;
  line-height: 1.2;
  margin: 0;
}
.colocation-hero-section__flag {
  padding: 9px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 269px;
  top: 73px;
}
.colocation-hero-section__flag img {
  width: 34px;
  height: 24px;
  overflow: visible;
  aspect-ratio: 34/24;
}
.colocation-hero-section__option-group {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .colocation-hero-section__option-group {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .colocation-hero-section__option-group {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .colocation-hero-section__option-group {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .colocation-hero-section__option-group {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .colocation-hero-section__option-group {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 320px) {
  .colocation-hero-section__option-group {
    align-items: center;
    justify-content: center;
  }
}
.colocation-hero-section__option-title, .colocation-hero-section__ip-label {
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin: 0;
}
.colocation-hero-section__pills {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  corner-shape: squircle;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}
.colocation-hero-section__pill {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  padding: 8px 12px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ui-white, #ffffff);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  corner-shape: squircle;
}
@media (max-width: 1200px) {
  .colocation-hero-section__pill {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .colocation-hero-section__pill {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .colocation-hero-section__pill {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .colocation-hero-section__pill {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .colocation-hero-section__pill {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .colocation-hero-section__pill {
    font-size: 14px;
  }
}
.colocation-hero-section__pill--active {
  background: rgba(240, 82, 67, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(240, 82, 67, 0.3);
  color: var(--ui-orange, #f05243);
  box-shadow: 0 4px 20px 0 rgba(240, 82, 67, 0.25);
}
.colocation-hero-section__pill:hover:not(.colocation-hero-section__pill--active) {
  background: rgba(240, 82, 67, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(240, 82, 67, 0.3);
  color: var(--ui-orange, #f05243);
  box-shadow: 0 4px 20px 0 rgba(240, 82, 67, 0.25);
}
.colocation-hero-section__pill-icon {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.colocation-hero-section__port-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.colocation-hero-section__port-row {
  corner-shape: squircle;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 100px;
}
@media (max-width: 1200px) {
  .colocation-hero-section__port-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .colocation-hero-section__port-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .colocation-hero-section__port-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .colocation-hero-section__port-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.colocation-hero-section__traffic-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: opacity 0.3s ease;
}
@media (max-width: 1200px) {
  .colocation-hero-section__traffic-row {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .colocation-hero-section__traffic-row {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .colocation-hero-section__traffic-row {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .colocation-hero-section__traffic-row {
    width: 100%;
    justify-content: center;
  }
}
.colocation-hero-section__traffic-option {
  corner-shape: squircle;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  padding: 10px 16px;
  color: var(--ui-subtext-white, rgba(243, 234, 231, 0.6));
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.colocation-hero-section__traffic-option:hover {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.3);
  background: rgba(240, 82, 67, 0.15);
  color: var(--ui-orange, #f05243);
}
.colocation-hero-section__traffic-option--active {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.3);
  background: rgba(240, 82, 67, 0.15);
  color: var(--ui-orange, #f05243);
}
.colocation-hero-section__traffic-option--active .colocation-hero-section__radio-dot {
  background: var(--ui-orange, #f05243);
}
.colocation-hero-section__radio {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
}
.colocation-hero-section__radio-dot {
  background: var(--ui-orange, #f05243);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.colocation-hero-section__radio-ring {
  border-radius: 50%;
  border: 1px solid var(--ui-subtext-white, rgba(243, 234, 231, 0.6));
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.colocation-hero-section__ip-section {
  background: rgba(0, 0, 0, 0);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.colocation-hero-section__ip-header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  max-width: 372px;
  position: relative;
}
.colocation-hero-section__ip-value {
  color: var(--ui-orange, #f05243);
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.colocation-hero-section__ip-slider-wrapper {
  padding: 8px 0 9px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 372px;
  width: 100%;
  position: relative;
}
.colocation-hero-section__ip-values {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  margin-bottom: 4px;
}
.colocation-hero-section__ip-values span {
  color: var(--ui-subtext-white, rgba(243, 234, 231, 0.6));
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.colocation-hero-section__ip-values span:first-child {
  text-align: left;
}
.colocation-hero-section__ip-values span:last-child {
  text-align: right;
}
.colocation-hero-section__ip-value-active {
  color: var(--ui-white, #ffffff);
  text-align: center;
}
.colocation-hero-section__ip-slider {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.colocation-hero-section__ip-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: var(--ui-orange, #f05243);
  border-radius: 50%;
  cursor: pointer;
}
.colocation-hero-section__ip-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: var(--ui-orange, #f05243);
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.colocation-hero-section__ipv6-toggle {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-top: 8px;
}
.colocation-hero-section__ipv6-toggle img {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.colocation-hero-section__ipv6-toggle span {
  color: var(--ui-orange, #f05243);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.colocation-hero-section__summary {
  background: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 340px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .colocation-hero-section__summary {
    padding: 0px;
  }
}
@media (max-width: 992px) {
  .colocation-hero-section__summary {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .colocation-hero-section__summary {
    padding: 0px;
  }
}
@media (max-width: 576px) {
  .colocation-hero-section__summary {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .colocation-hero-section__summary {
    padding: 0px;
  }
}
@media (max-width: 320px) {
  .colocation-hero-section__summary {
    padding: 0px;
  }
}
.colocation-hero-section__summary-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.colocation-hero-section__summary-price {
  color: var(--orange, #f05243);
  text-align: left;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.02em;
  font-weight: 600;
  position: relative;
}
.colocation-hero-section__summary-label {
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  position: relative;
}
.colocation-hero-section__summary-divider {
  background: var(--white, #ffffff);
  opacity: 0.15;
  width: 100%;
  height: 1px;
  position: relative;
}
.colocation-hero-section__summary-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.colocation-hero-section__summary-item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  transition: opacity 0.3s ease;
}
.colocation-hero-section__summary-item-label {
  color: var(--ui-subtext-white, rgba(243, 234, 231, 0.6));
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  flex: 1;
}
.colocation-hero-section__summary-item-value {
  color: var(--ui-white, #ffffff);
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.colocation-hero-section__specifications {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 292px;
  position: relative;
}
.colocation-hero-section__spec-title {
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: 100%;
}
.colocation-hero-section__spec-list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.colocation-hero-section__spec-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.colocation-hero-section__spec-label {
  color: var(--subtext-white, rgba(243, 234, 231, 0.6));
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  width: 100%;
}
.colocation-hero-section__spec-value {
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
.colocation-hero-section__actions {
  display: flex;
  flex-direction: row;
  gap: 35px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.colocation-hero-section__btn {
  border-radius: 100px;
  padding: 16px 48px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
.colocation-hero-section__btn--primary {
  background: var(--orange, #f05243);
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.colocation-hero-section__btn--primary:hover {
  background: var(--ui-orange-hover, #d94536);
}
.colocation-hero-section__alternative {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 1200px) {
  .colocation-hero-section__alternative {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .colocation-hero-section__alternative {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.colocation-hero-section__alternative span {
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.colocation-hero-section__link {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: var(--orange, #f05243);
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  transition: color 0.3s ease;
  cursor: pointer;
}
.colocation-hero-section__link:hover {
  color: var(--ui-orange-hover, #d94536);
}
.colocation-hero-section__link img {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.colocation-hero-section__border {
  background: var(--ui-dark, #1b1716);
  border-radius: 0 32px 32px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 262px;
  height: 819px;
  position: absolute;
  left: -2px;
  top: 0;
  z-index: 1;
}
.colocation-hero-section__border-right {
  background: var(--ui-dark, #1b1716);
  border-radius: 0 32px 32px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 1000px;
  height: 819px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: rotateZ(180deg);
}

@media (max-width: 1400px) {
  .colocation-hero-section__content {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .colocation-hero-section__server-wrapper {
    display: none;
  }
  .colocation-hero-section__support {
    display: none;
  }
}
@media (max-width: 768px) {
  .colocation-hero-section__main {
    flex-direction: column;
    gap: 0;
  }
  .colocation-hero-section__config, .colocation-hero-section__summary {
    width: 100%;
    display: flex;
    gap: 20px;
  }
  .colocation-hero-section__title {
    font-size: 36px;
  }
  .colocation-hero-section__actions {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .colocation-hero-section__btn {
    width: 100%;
  }
}
.right-slot__image {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  width: 50%;
  transition: opacity 0.4s ease;
}
@media (max-width: 768px) {
  .right-slot__image {
    height: 2400px;
    width: unset;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.right-slot__image-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 50%;
  transform: scaleX(-1);
  transition: opacity 0.4s ease;
}
@media (max-width: 1200px) {
  .right-slot__image-2 {
    display: none;
  }
}
@media (max-width: 992px) {
  .right-slot__image-2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .right-slot__image-2 {
    display: none;
  }
}

.server-image {
  max-width: 600px;
  position: absolute;
  z-index: 9;
  left: -115px;
  top: 10px;
}

/**
 * =============================================================================
 * COLOCATION INQUIRY HERO SECTION
 * =============================================================================
 * Personalized inquiry form with server racks background
 * =============================================================================
 */
.colo-inquiry-hero {
  background: #1b1716;
  min-height: 820px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  padding-top: calc(2rem + 50px);
}

.colo-inquiry-hero__background {
  position: relative;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.colo-inquiry-hero__server-group {
  position: absolute;
  top: -73px;
  z-index: 0;
}
.colo-inquiry-hero__server-group--left {
  left: 0;
}
.colo-inquiry-hero__server-group--right {
  right: 0;
  transform: scaleX(-1);
}

.colo-inquiry-hero__server-image {
  width: 965px;
  height: 966px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 965/966;
  position: relative;
  display: block;
}

.colo-inquiry-hero__overlay {
  position: absolute;
  width: 948px;
  height: 854px;
  opacity: 0.8;
  mix-blend-mode: hue;
}
.colo-inquiry-hero__overlay--orange {
  background: var(--ui-orange, #f05243);
}
.colo-inquiry-hero__server-group--left .colo-inquiry-hero__overlay {
  left: 0;
  top: 0;
}
.colo-inquiry-hero__server-group--right .colo-inquiry-hero__overlay {
  left: 0;
  top: 0;
  transform: scaleX(-1);
}

.colo-inquiry-hero__glow {
  position: absolute;
  width: 476px;
  height: 476px;
  border-radius: 50%;
  background: var(--orange, #f05243);
  filter: blur(300px);
}
.colo-inquiry-hero__server-group--left .colo-inquiry-hero__glow--bottom {
  right: 1168px;
  top: 485px;
}
.colo-inquiry-hero__server-group--right .colo-inquiry-hero__glow--bottom {
  right: 0;
  top: 485px;
  transform: scaleX(-1);
}
.colo-inquiry-hero__glow--top {
  opacity: 0.98;
}
.colo-inquiry-hero__server-group--left .colo-inquiry-hero__glow--top {
  right: 1788px;
  top: -205.69px;
}
.colo-inquiry-hero__server-group--right .colo-inquiry-hero__glow--top {
  right: -825px;
  top: -205.69px;
  transform: scaleX(-1);
}

.colo-inquiry-hero__fade {
  position: absolute;
  width: 948px;
  height: 854px;
  background: linear-gradient(90deg, rgba(27, 23, 22, 0) 0%, rgb(27, 23, 22) 100%);
}
.colo-inquiry-hero__server-group--left .colo-inquiry-hero__fade {
  left: -321px;
  top: -8px;
}
.colo-inquiry-hero__server-group--right .colo-inquiry-hero__fade {
  left: 2246px;
  top: -8px;
  transform: scaleX(-1);
}

.colo-inquiry-hero__center-panel {
  position: absolute;
  left: 50%;
  top: 0;
  width: 675px;
  height: 820px;
  transform: translateX(-50%);
  background: var(--ui-dark, #1b1716);
  z-index: 1;
  box-shadow: 0px 0px 200px 0px rgba(0, 0, 0, 0.75), inset 0px -5px 10px 0px rgb(39, 37, 36);
  filter: blur(100px);
}

.colo-inquiry-hero__glow-bottom {
  position: absolute;
  right: -192px;
  top: 577px;
  width: 442px;
  height: 442px;
  border-radius: 50%;
  background: var(--orange, #f05243);
  opacity: 0.5;
  filter: blur(400px);
  z-index: 0;
}

.colo-inquiry-hero__glow-bottom-left {
  position: absolute;
  left: -192px;
  top: 577px;
  width: 442px;
  height: 442px;
  border-radius: 50%;
  background: var(--orange, #f05243);
  opacity: 0.5;
  filter: blur(400px);
  z-index: 0;
}

.colo-inquiry-hero__vector {
  position: absolute;
  opacity: 0.2;
  width: 2066.49px;
  height: 910.94px;
  right: -2173.96px;
  top: 240.02px;
  transform: translate(-2027.47px, 0px);
  overflow: visible;
  z-index: 0;
}

.colo-inquiry-hero__render {
  position: absolute;
  -o-object-fit: none;
     object-fit: none;
  z-index: 1;
}
.colo-inquiry-hero__render--left {
  left: -350px;
  top: 38px;
  height: 902px;
}
.colo-inquiry-hero__render--right {
  right: -267px;
  top: 56px;
  height: 850px;
}

.colo-inquiry-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 118px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.colo-inquiry-hero__header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.colo-inquiry-hero__title {
  color: var(--ui-white, #ffffff);
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  margin: 0;
}

.colo-inquiry-hero__flag {
  padding: 9px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.colo-inquiry-hero__flag img {
  flex-shrink: 0;
  width: 34px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 34/24;
}

.colo-inquiry-hero__form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 595px;
}

.colo-inquiry-hero__form-header {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.colo-inquiry-hero__back-link {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.colo-inquiry-hero__back-link:hover {
  opacity: 0.8;
}

.colo-inquiry-hero__back-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}

.colo-inquiry-hero__back-text {
  color: var(--ui-orange, #f05243);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.colo-inquiry-hero__form-title {
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin: 0;
}

.colo-inquiry-hero__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.colo-inquiry-hero__form-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.colo-inquiry-hero__field {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border: 1px solid rgba(155, 139, 139, 0.73);
}
.colo-inquiry-hero__field--textarea {
  align-self: stretch;
  flex-shrink: 0;
  height: 135px;
}

.colo-inquiry-hero__input,
.colo-inquiry-hero__textarea {
  background: transparent;
  border: none;
  outline: none;
  color: var(--ui-subtext-white, rgba(243, 234, 231, 0.6));
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  flex: 1;
  width: 100%;
}
.colo-inquiry-hero__input::-moz-placeholder, .colo-inquiry-hero__textarea::-moz-placeholder {
  color: var(--ui-subtext-white, rgba(243, 234, 231, 0.6));
}
.colo-inquiry-hero__input::placeholder,
.colo-inquiry-hero__textarea::placeholder {
  color: var(--ui-subtext-white, rgba(243, 234, 231, 0.6));
}

.colo-inquiry-hero__textarea {
  resize: none;
  height: 100%;
}

.colo-inquiry-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 523px;
}

.colo-inquiry-hero__order-btn {
  background: var(--orange, #f05243);
  border-radius: 100px;
  padding: 16px 48px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 262px;
  position: relative;
  border: none;
  cursor: pointer;
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.colo-inquiry-hero__order-btn:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(240, 82, 67, 0.4);
}
.colo-inquiry-hero__order-btn:active {
  transform: translateY(0);
}

.colo-inquiry-hero__specifications {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  flex-flow: wrap;
}

.colo-inquiry-hero__spec-title {
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.colo-inquiry-hero__spec-list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.colo-inquiry-hero__spec-item {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.colo-inquiry-hero__spec-label {
  color: var(--subtext-white, rgba(243, 234, 231, 0.6));
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.colo-inquiry-hero__spec-value {
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

/* Responsive */
@media (max-width: 1200px) {
  .colo-inquiry-hero__server-group--left {
    left: -200px;
  }
  .colo-inquiry-hero__server-group--right {
    right: -200px;
  }
  .colo-inquiry-hero__render--left {
    left: -50px;
    width: 500px;
    height: auto;
  }
  .colo-inquiry-hero__render--right {
    right: -50px;
    width: 500px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .colo-inquiry-hero__server-group--left {
    left: -400px;
  }
  .colo-inquiry-hero__server-group--right {
    right: -400px;
  }
  .colo-inquiry-hero__render--left {
    left: -100px;
    width: 400px;
  }
  .colo-inquiry-hero__render--right {
    right: -100px;
    width: 400px;
  }
  .colo-inquiry-hero__center-panel {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .colo-inquiry-hero {
    min-height: auto;
    padding-bottom: 40px;
  }
  .colo-inquiry-hero__content {
    padding: 80px 20px 40px;
  }
  .colo-inquiry-hero__title {
    font-size: 34px;
  }
  .colo-inquiry-hero__form-row {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }
  .colo-inquiry-hero__field--textarea {
    min-height: 22px;
  }
  .colo-inquiry-hero__form-wrapper {
    width: 100%;
  }
  .colo-inquiry-hero__actions {
    width: 100%;
  }
  .colo-inquiry-hero__render--left,
  .colo-inquiry-hero__render--right,
  .colo-inquiry-hero__server-group {
    display: none;
  }
  .colo-inquiry-hero__vector {
    top: 0;
    right: 0;
    opacity: 1;
  }
  .colo-inquiry-hero__center-panel {
    width: 100%;
  }
  .colo-inquiry-hero__glow-bottom {
    top: 0;
    right: 0;
  }
  .navbar .navbar-main__row a.logo img.logo-black,
  .navbar .navbar-main__row .logo img.logo-black {
    display: none !important;
  }
  .navbar .navbar-main__row a.logo img.logo-white,
  .navbar .navbar-main__row .logo img.logo-white {
    display: block !important;
  }
  .colocation-hero-section__title {
    text-align: center;
  }
  .colocation-hero-section__flag {
    right: 20px;
    top: 44px;
  }
}
@media (max-width: 480px) {
  .colo-inquiry-hero__content {
    padding: 60px 15px 30px;
  }
  .colo-inquiry-hero__title {
    font-size: 28px;
  }
  .colo-inquiry-hero__form-title {
    font-size: 20px;
  }
  .colo-inquiry-hero__specifications {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .colo-inquiry-hero__spec-list {
    flex-direction: column;
    gap: 12px;
  }
}
.server-shadow {
  position: absolute;
  z-index: 2;
  left: 60px;
  width: 100%;
  top: 610px;
}

.server-unit {
  position: absolute;
  width: 170px;
  z-index: 9;
  left: 139px;
  transform: rotateZ(0deg);
  filter: drop-shadow(1px 1px 4px #ef595c);
  color: #ef595c;
  display: none;
}

.server-unit-1 {
  top: 60px;
  width: 169px;
  left: 140px;
}

.server-unit-2 {
  top: 77px;
  left: 139px;
}

.server-unit-3 {
  top: 91.5px;
}

.server-unit-4 {
  top: 105.5px;
}

.server-unit-5 {
  top: 120px;
}

.server-unit-6 {
  top: 134.5px;
}

.server-unit-7 {
  top: 149px;
}

.server-unit-8 {
  top: 163px;
}

.server-unit-9 {
  top: 176.5px;
  left: 139px;
}

.server-unit-10 {
  top: 191.5px;
}

.server-unit-11 {
  top: 205.5px;
}

.server-unit-21 {
  top: 216.5px;
}

.server-unit-42 {
  top: 355.5px;
}

.server-unit.unit-active {
  display: block !important;
  opacity: 1;
  filter: drop-shadow(0 0 6px #ef595c);
}

.server-unit.unit-hiding {
  display: none !important;
}

.green-light1 {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 35%;
  background: #00ff00;
  z-index: 10;
  box-shadow: 0 0 4px #00ff00, 0 0 8px #00ff00, 0 0 12px #00ff00;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.green-light1.light-active {
  opacity: 1;
}

.green-light-1.light-active {
  animation: serverBlink1 8s ease-in-out infinite;
}

.green-light-2.light-active {
  animation: serverBlink2 6s ease-in-out infinite;
  animation-delay: 1.5s;
}

.green-light-3.light-active {
  animation: serverBlink3 10s ease-in-out infinite;
  animation-delay: 0.7s;
}

.green-light-4.light-active {
  animation: serverBlink4 7s ease-in-out infinite;
  animation-delay: 2.3s;
}

@keyframes serverBlink1 {
  0%, 5% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  8% {
    opacity: 0.2;
  }
  10% {
    opacity: 1;
  }
  15%, 45% {
    opacity: 0;
  }
  46% {
    opacity: 1;
  }
  48% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  60%, 85% {
    opacity: 0;
  }
  86% {
    opacity: 1;
  }
  90% {
    opacity: 0.4;
  }
  92% {
    opacity: 1;
  }
  95%, 100% {
    opacity: 0;
  }
}
@keyframes serverBlink2 {
  0%, 20% {
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  24% {
    opacity: 0.2;
  }
  26% {
    opacity: 1;
  }
  30%, 55% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  58% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  65%, 80% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  85% {
    opacity: 0.3;
  }
  87% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 0;
  }
}
@keyframes serverBlink3 {
  0%, 30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  33% {
    opacity: 0.2;
  }
  35% {
    opacity: 1;
  }
  37% {
    opacity: 0;
  }
  38% {
    opacity: 1;
  }
  40%, 70% {
    opacity: 0;
  }
  71% {
    opacity: 1;
  }
  75% {
    opacity: 0.4;
  }
  77% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes serverBlink4 {
  0%, 10% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  13% {
    opacity: 0.3;
  }
  15% {
    opacity: 1;
  }
  18%, 40% {
    opacity: 0;
  }
  41% {
    opacity: 1;
  }
  44% {
    opacity: 0;
  }
  46% {
    opacity: 1;
  }
  48% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  55%, 75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  80% {
    opacity: 0.4;
  }
  82% {
    opacity: 1;
  }
  85%, 100% {
    opacity: 0;
  }
}
.green-light-1 {
  z-index: 999999999;
  right: 0;
  top: 116px;
  left: 315px;
}

.green-light-2 {
  z-index: 999999999;
  right: 0;
  top: 127px;
  left: 315px;
}

.green-light-3 {
  z-index: 999999999;
  right: 0;
  top: 139px;
  left: 315px;
}

.green-light-4 {
  z-index: 999999999;
  right: 0;
  top: 150px;
  left: 315px;
}

.colocation-hero-section__unit-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  gap: 10px;
}

.colocation-hero-section__unit-controls {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 0;
  gap: 10px;
}

.colocation-hero-section__unit-btn {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 8px;
  background: rgba(239, 89, 92, 0.2);
  color: #ef595c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.colocation-hero-section__unit-btn:hover {
  background: rgba(239, 89, 92, 0.4);
  transform: scale(1.05);
}

.colocation-hero-section__unit-btn:active {
  transform: scale(0.95);
}

.colocation-hero-section__unit-display {
  display: flex;
  align-items: baseline;
  gap: 6px;
  justify-content: center;
}

.colocation-hero-section__unit-count {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.colocation-hero-section__unit-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.colocation-hero-section__rack-pills {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 100px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.colocation-hero-section__ip-values {
  justify-content: space-between !important;
  gap: 0 !important;
}

.colocation-hero-section__ip-values span {
  flex: none !important;
  text-align: center !important;
}

.colocation-hero-section__ip-values span:first-child {
  text-align: left !important;
}

.colocation-hero-section__ip-values span:last-child {
  text-align: right !important;
}

.colocation-hero-section__ip-input-wrapper {
  display: flex;
  align-items: center;
}

.colocation-hero-section__ip-input {
  width: 70px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  outline: none;
  border-radius: 100px;
  corner-shape: squircle;
  transition: border-color 0.2s ease;
  -moz-appearance: textfield;
}

.colocation-hero-section__ip-input::-webkit-outer-spin-button,
.colocation-hero-section__ip-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.colocation-hero-section__ip-input:focus {
  border-color: #ef595c;
}

.ipv6-selector {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

.ipv6-selector__header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}

.ipv6-selector__header span {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.ipv6-selector__current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 0.625rem 1rem;
  cursor: pointer;
  width: 15.5625rem;
  transition: border-color 0.2s, opacity 0.3s ease;
}

.ipv6-selector__current:hover {
  border-color: rgba(239, 89, 92, 0.5);
}

.ipv6-selector__current span {
  color: #fff;
  font-size: 1rem;
}

.ipv6-selector__dropdown {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 15.5625rem;
  background: #1b1816;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  z-index: 100;
  max-height: 300px;
  overflow-y: auto;
}

.ipv6-selector__dropdown.open {
  display: block;
}

.ipv6-option {
  padding: 0.625rem 1rem;
  cursor: pointer;
  transition: background 0.2s;
  color: #fff;
  font-size: 0.9rem;
}

.ipv6-option:first-child {
  border-radius: 12px 12px 0 0;
}

.ipv6-option:last-child {
  border-radius: 0 0 12px 12px;
}

.ipv6-option:hover {
  background: rgba(239, 89, 92, 0.2);
}

.ipv6-option.selected {
  background: rgba(239, 89, 92, 0.3);
}

.ipv6-arrow {
  transition: transform 0.2s;
  width: 12px;
  height: 12px;
}

.ipv6-selector.open .ipv6-arrow {
  transform: rotate(180deg);
}

#ipv6-current.is-visible {
  display: flex;
}

.colocation-hero-section__summary-item--ipv6 .colocation-hero-section__summary-item-label {
  display: flex;
  align-items: center;
}

.ipv6-summary-close:hover {
  opacity: 1 !important;
}

.ipv6-selector__header img[src*="close.svg"] {
  transition: transform 0.3s ease;
  transform-origin: center center;
}

.ipv6-selector.ipv6-active .ipv6-selector__header img[src*="close.svg"] {
  transform: rotate(45deg);
}

.ipv6-selector__header:hover img[src*="close.svg"] {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .colocation-hero-section__unit-selector {
    flex-direction: column;
    gap: 20px;
  }
}/*# sourceMappingURL=colocation-hero.css.map */