/* variables */
:root {
  --color-info-100: #e5f1ff;
  --color-info-200: #99c9ff;
  --color-info-300: #4da0ff;
  --color-info-400: #0077ff;
  --color-info-500: #005fcc;
  --color-warning-100: #fef0e1;
  --color-warning-200: #fcd7b0;
  --color-warning-300: #fabf7f;
  --color-warning-400: #f8a64e;
  --color-warning-500: #f68d1d;
  --color-error-100: #fef1f3;
  --color-error-200: #ff6685;
  --color-error-300: #ff335d;
  --color-error-400: #ff0034;
  --color-error-500: #cc002a;
  --color-success-100: #eaf9ea;
  --color-success-200: #adebad;
  --color-success-300: #32cc32;
  --color-success-400: #1db954;
  --color-success-500: #0e9a3f;
  --color-primary-400: #e6072a;
  --color-secondary-400: #2b2f33;
  --color-yellow-400: #ffb000;
  --color-base-100: #f6f8f9;
  --color-base-200: #dde6ef;
  --color-text-primary: #2b2f33;
  --color-text-secondary: #838383;
  --font-primary: "Object Sans", Helvetica, Arial, sans-serif;
  --font-mono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
@media (max-width: 767px) {
  :root {
    --gap-section: 32px;
  }
}
@media (max-width: 575px) {
  :root {
    --gap-container: 16px;
    --gap-section: 32px;
  }
}
@media (min-width: 576px) {
  :root {
    --gap-container: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  :root {
    --gap-section: 64px;
  }
}
@media (min-width: 1200px) {
  :root {
    --gap-section: 96px;
  }
}
/* common */
@font-face {
  font-family: "icon";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("../font/icon.ttf?9utbdg") format("truetype"), url("../font/icon.woff?9utbdg") format("woff"), url("../font/icon.svg?9utbdg#icon") format("svg");
}
@font-face {
  font-family: "Object Sans";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("../font/object-sans-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Object Sans";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("../font/object-sans-medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Object Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../font/object-sans-bold.woff2") format("woff2");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  outline: none;
}
body {
  margin: 0;
  font-family: var(--font-primary) !important;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-secondary);
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: white;
}
main {
  display: block;
}
template {
  display: none;
}
iframe {
  border: 0;
}
hr {
  box-sizing: content-box;
  margin: 16px 0;
  border: 0;
  opacity: 0.25;
  color: inherit;
  background-color: currentColor;
}
hr:not([size]) {
  height: 1px;
}
details {
  display: block;
}
summary {
  display: list-item;
  cursor: pointer;
}
blockquote {
  margin: 16px 0;
  color: var(--color-text-primary);
}
blockquote:first-child {
  margin-top: 0;
}
@media (max-width: 575px) {
  blockquote {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  blockquote {
    font-size: 24px;
  }
}
address {
  margin: 16px 0;
  font-style: normal;
  line-height: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.2;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 16px;
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
ol,
ul {
  padding-left: 30px;
}
ol,
ul,
dl {
  margin: 16px 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
ol li,
ul li {
  margin: 5px 0;
}
nav ol,
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dt {
  font-weight: 500;
  color: var(--color-text-primary);
}
dd {
  margin-bottom: 16px;
  margin-left: 0;
}
pre,
code,
kbd,
samp {
  font-family: var(--font-mono);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin: 16px 0;
  overflow: auto;
  tab-size: 4;
  -moz-tab-size: 4;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.8em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 3px 6px;
  font-size: 0.8em;
  color: white;
  background-color: var(--color-text-primary);
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
a {
  text-decoration: none;
  transition: all 0.2s;
  color: inherit;
  background-color: transparent;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
b,
strong {
  font-weight: 500;
}
small {
  font-size: 0.8em;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}
sup {
  top: -0.25em;
  font-size: 0.8em;
}
sub {
  bottom: -0.25em;
  font-size: 0.8em;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
figure {
  margin: 16px 0;
}
img,
svg {
  vertical-align: middle;
}
img {
  border-style: none;
  max-width: 100%;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
caption {
  padding-top: 16px;
  padding-bottom: 16px;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  line-height: inherit;
}
label {
  display: inline-block;
}
progress {
  vertical-align: baseline;
}
output {
  display: inline-block;
}
input,
select,
optgroup,
textarea,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input,
button {
  overflow: visible;
}
select,
button {
  text-transform: none;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[role="button"] {
  cursor: pointer;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::file-selector-button {
  font: inherit;
}
[hidden] {
  display: none;
}
.wp-block-separator {
  border: 0;
  margin: 30px 0;
}
/* components */
.nh-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 20px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  background-color: var(--color-base-200);
}
.nh-badge--base {
  color: var(--color-text-primary);
  background-color: var(--color-base-200);
}
.nh-badge--success {
  color: white;
  background-color: var(--color-success-400);
}
.nh-badge--success-soft {
  color: var(--color-success-400);
  background-color: var(--color-success-100);
}
.nh-badge--info {
  color: white;
  background-color: var(--color-info-400);
}
.nh-badge--info-soft {
  color: var(--color-info-400);
  background-color: var(--color-info-100);
}
.nh-badge--warning {
  color: white;
  background-color: var(--color-warning-400);
}
.nh-badge--warning-soft {
  color: var(--color-warning-400);
  background-color: var(--color-warning-100);
}
.nh-badge--error {
  color: white;
  background-color: var(--color-error-400);
}
.nh-badge--error-soft {
  color: var(--color-error-400);
  background-color: var(--color-error-100);
}
.nh-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.nh-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nh-btn__text {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.nh-btn__icon {
  position: relative;
  z-index: 1;
}
.nh-btn--primary {
  color: white;
  background-color: var(--color-primary-400);
}
.nh-btn--primary:hover:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.nh-btn--primary-outline {
  color: var(--color-primary-400);
  border-color: var(--color-primary-400);
}
.nh-btn--primary-outline:hover {
  color: white;
  background-color: var(--color-primary-400);
}
.nh-btn--secondary {
  color: white;
  background-color: var(--color-secondary-400);
}
.nh-btn--secondary:hover:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.nh-btn--secondary-outline {
  color: var(--color-secondary-400);
  border-color: var(--color-secondary-400);
}
.nh-btn--secondary-outline:hover {
  color: white;
  background-color: var(--color-secondary-400);
}
.nh-btn--white {
  color: var(--color-text-primary);
  background-color: white;
}
.nh-btn--white:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.nh-card-help {
  margin-top: 32px;
  padding: 32px;
  border-radius: 16px;
  color: white;
  overflow: hidden;
  background-color: var(--color-secondary-400);
}
.nh-card-help__title {
  font-size: 28px;
  color: inherit;
}
.nh-card-help__desc {
  font-size: 14px;
  opacity: 0.7;
}
.nh-card-help__items {
  margin-top: 16px;
}
.nh-card-help__item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.nh-card-help__item__icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 32px;
  color: white;
}
.nh-card-help__item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.nh-card-help__item__content small {
  opacity: 0.7;
}
.nh-card-help__item__content span {
  font-weight: 700;
}
.nh-container {
  max-width: 1400px;
  padding-left: var(--gap-container);
  padding-right: var(--gap-container);
  margin-left: auto;
  margin-right: auto;
}
.nh-container--xs {
  max-width: 400px;
}
.nh-container--sm {
  max-width: 576px;
}
.nh-container--md {
  max-width: 768px;
}
.nh-container--lg {
  max-width: 992px;
}
.nh-container--xl {
  max-width: 1320px;
}
.nh-container--full {
  max-width: 100%;
}
.nh-icon {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nh-icon--account:before {
  content: "\e900";
}
.nh-icon--accounting:before {
  content: "\e901";
}
.nh-icon--ai:before {
  content: "\e902";
}
.nh-icon--arrow-down-1:before {
  content: "\e903";
}
.nh-icon--arrow-right-1:before {
  content: "\e904";
}
.nh-icon--arrow-right-2:before {
  content: "\e905";
}
.nh-icon--article-1:before {
  content: "\e906";
}
.nh-icon--bank:before {
  content: "\e907";
}
.nh-icon--browser:before {
  content: "\e908";
}
.nh-icon--cart:before {
  content: "\e909";
}
.nh-icon--category-1:before {
  content: "\e90a";
}
.nh-icon--certificate:before {
  content: "\e90b";
}
.nh-icon--chart:before {
  content: "\e90c";
}
.nh-icon--check:before {
  content: "\e90d";
}
.nh-icon--click:before {
  content: "\e90e";
}
.nh-icon--clock:before {
  content: "\e90f";
}
.nh-icon--close-2:before {
  content: "\e910";
}
.nh-icon--close:before {
  content: "\e911";
}
.nh-icon--cloud-server:before {
  content: "\e912";
}
.nh-icon--colocation:before {
  content: "\e913";
}
.nh-icon--comment-1:before {
  content: "\e914";
}
.nh-icon--comment:before {
  content: "\e915";
}
.nh-icon--connection:before {
  content: "\e916";
}
.nh-icon--cpanel-1:before {
  content: "\e917";
}
.nh-icon--cpanel-2:before {
  content: "\e918";
}
.nh-icon--cpu:before {
  content: "\e919";
}
.nh-icon--credit-card:before {
  content: "\e91a";
}
.nh-icon--data-center:before {
  content: "\e91b";
}
.nh-icon--domain:before {
  content: "\e91c";
}
.nh-icon--email-1:before {
  content: "\e91d";
}
.nh-icon--email-2:before {
  content: "\e91e";
}
.nh-icon--equinix:before {
  content: "\e91f";
}
.nh-icon--facebook:before {
  content: "\e920";
}
.nh-icon--globe:before {
  content: "\e921";
}
.nh-icon--hosting:before {
  content: "\e922";
}
.nh-icon--info:before {
  content: "\e923";
}
.nh-icon--instagram:before {
  content: "\e924";
}
.nh-icon--ip-address:before {
  content: "\e925";
}
.nh-icon--key:before {
  content: "\e926";
}
.nh-icon--link:before {
  content: "\e927";
}
.nh-icon--linkedin:before {
  content: "\e928";
}
.nh-icon--linux:before {
  content: "\e929";
}
.nh-icon--location:before {
  content: "\e92a";
}
.nh-icon--lock:before {
  content: "\e92b";
}
.nh-icon--menu:before {
  content: "\e92c";
}
.nh-icon--office:before {
  content: "\e92d";
}
.nh-icon--package:before {
  content: "\e92e";
}
.nh-icon--phone-1:before {
  content: "\e92f";
}
.nh-icon--plesk:before {
  content: "\e930";
}
.nh-icon--port:before {
  content: "\e931";
}
.nh-icon--power:before {
  content: "\e932";
}
.nh-icon--privacy:before {
  content: "\e933";
}
.nh-icon--ram:before {
  content: "\e934";
}
.nh-icon--reseller:before {
  content: "\e935";
}
.nh-icon--ripe:before {
  content: "\e936";
}
.nh-icon--search-1:before {
  content: "\e937";
}
.nh-icon--secure:before {
  content: "\e938";
}
.nh-icon--server:before {
  content: "\e939";
}
.nh-icon--smile:before {
  content: "\e93a";
}
.nh-icon--speed-iops:before {
  content: "\e93b";
}
.nh-icon--speed-read:before {
  content: "\e93c";
}
.nh-icon--speed-write:before {
  content: "\e93d";
}
.nh-icon--speed:before {
  content: "\e93e";
}
.nh-icon--ssl:before {
  content: "\e93f";
}
.nh-icon--stack:before {
  content: "\e940";
}
.nh-icon--support-1:before {
  content: "\e941";
}
.nh-icon--support:before {
  content: "\e942";
}
.nh-icon--sync:before {
  content: "\e943";
}
.nh-icon--tiktok:before {
  content: "\e944";
}
.nh-icon--transfer:before {
  content: "\e945";
}
.nh-icon--user-1:before {
  content: "\e946";
}
.nh-icon--user-2:before {
  content: "\e947";
}
.nh-icon--vds-server:before {
  content: "\e948";
}
.nh-icon--vps-server:before {
  content: "\e949";
}
.nh-icon--whois:before {
  content: "\e94a";
}
.nh-icon--windows:before {
  content: "\e94b";
}
.nh-icon--wordpress:before {
  content: "\e94c";
}
.nh-icon--x:before {
  content: "\e94d";
}
.nh-icon--youtube:before {
  content: "\e94e";
}
.nh-link-more {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--color-primary-400);
}
.nh-link-more__text {
  flex: 1;
}
.nh-link-more__icon {
  transition: all 0.2s;
  flex: none;
  font-size: 12px;
}
.nh-link-more:hover .nh-link-more__icon {
  transform: translateX(5px);
}
.nh-nav-main {
  display: flex;
  height: 100%;
}
.nh-nav-main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nh-nav-main__parent {
  display: flex;
}
.nh-nav-main__item {
  position: relative;
  display: flex;
  margin: 0;
}
.nh-nav-main__item:hover .nh-nav-main__link {
  color: var(--color-primary-400);
}
.nh-nav-main__item:hover .nh-nav-main__link:after {
  opacity: 1;
}
.nh-nav-main__item:hover .nh-nav-main__link__arrow {
  transform: rotate(180deg);
}
.nh-nav-main__item:hover .nh-nav-main__sub {
  display: grid;
}
.nh-nav-main__link {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  color: var(--color-text-primary);
}
.nh-nav-main__link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  opacity: 0;
  background-color: var(--color-primary-400);
}
.nh-nav-main__link__text {
  flex: 1;
}
.nh-nav-main__link__arrow {
  flex: none;
  font-size: 12px;
  transition: all 0.2s;
}
.nh-nav-main__sub {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 640px;
  border-top: 1px solid var(--color-base-200);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.nh-nav-main__sub__item {
  margin: 0;
  border-top: 1px solid var(--color-base-200);
}
.nh-nav-main__sub__item:nth-child(1) {
  border-top: 0;
}
.nh-nav-main__sub__item:nth-child(2) {
  border-top: 0;
}
.nh-nav-main__sub__item:nth-child(odd) {
  border-right: 1px solid var(--color-base-200);
}
.nh-nav-main__sub__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
}
.nh-nav-main__sub__link__icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 32px;
  border: 1px solid var(--color-base-200);
  border-radius: 16px;
  transition: all 0.2s;
  background-color: var(--color-base-100);
}
.nh-nav-main__sub__link__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.nh-nav-main__sub__link__text {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-primary);
  transition: all 0.2s;
}
.nh-nav-main__sub__link__desc {
  font-size: 12px;
  color: var(--color-text-secondary);
}
.nh-nav-main__sub__link:hover .nh-nav-main__sub__link__icon {
  background-color: white;
}
.nh-nav-main__sub__link:hover .nh-nav-main__sub__link__text {
  color: var(--color-primary-400);
}
@media (max-width: 1199px) {
  .nh-nav-mobile {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(300px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 300px;
    height: 100vh;
    z-index: 997;
    padding: 16px;
    border-left: 1px solid var(--color-base-200);
    transition: all 0.2s;
    background-color: white;
  }
  .nh-nav-mobile ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .nh-nav-mobile__user {
    flex: none;
    display: flex;
    height: 40px;
    border: 1px solid var(--color-base-200);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-primary);
    overflow: hidden;
  }
  .nh-nav-mobile__user__item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-left: 1px solid var(--color-base-200);
  }
  .nh-nav-mobile__user__close {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .nh-nav-mobile__parent {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  .nh-nav-mobile__item {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .nh-nav-mobile__link {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    color: var(--color-text-primary);
  }
  .nh-nav-mobile__link__text {
    flex: 1;
    font-weight: 500;
  }
  .nh-nav-mobile__link__arrow {
    flex: none;
    font-size: 6px;
    transition: all 0.2s;
  }
  .nh-nav-mobile__sub {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .nh-nav-mobile__sub__item {
    margin: 0;
  }
  .nh-nav-mobile__sub__link {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .nh-nav-mobile__sub__link__icon {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
  .nh-nav-mobile__sub__link__text {
    font-size: 14px;
    color: var(--color-text-primary);
  }
  .nh-nav-mobile--active {
    transform: translateX(0);
  }
}
@media (min-width: 1200px) {
  .nh-nav-mobile {
    display: none;
  }
}
.nh-nav-sidebar {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--color-base-200);
  background-color: var(--color-base-100);
}
.nh-nav-sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nh-nav-sidebar__link {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 54px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-primary);
  border-bottom: 1px solid var(--color-base-200);
}
.nh-nav-sidebar__link:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid var(--color-base-200);
  border-radius: 1000px;
  background-color: white;
}
.nh-nav-sidebar__link:hover {
  background-color: white;
}
.nh-nav-sidebar__item {
  margin: 0;
}
.nh-nav-sidebar__item:last-child .nh-nav-sidebar__link {
  border-bottom: 0;
}
.nh-overlay-global {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.nh-overlay-global--active {
  visibility: visible;
  opacity: 1;
}
/* styles */
.krumo-root {
  position: relative;
  z-index: 10000;
}
.text-success {
  color: var(--color-success-400);
}
.text-primary {
  color: var(--color-text-primary);
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  height: 32px;
  color: white;
  padding: 0 12px !important;
  background-color: var(--color-secondary-400);
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.owl-carousel .owl-dots button.owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 1000px;
  opacity: 0.5;
  background-color: var(--color-secondary-400);
}
.owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}
.nh-browser-ssl {
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 40px 55px rgba(9, 42, 93, 0.06);
  background: #fff;
}
.nh-browser-ssl__top {
  display: flex;
  align-items: flex-end;
  height: 46px;
  padding: 0 16px;
  gap: 16px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #e6e9ed;
}
.nh-browser-ssl__dots {
  display: flex;
  align-items: center;
  height: 46px;
  gap: 4px;
}
.nh-browser-ssl__dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(86, 98, 107, 0.2);
}
.nh-browser-ssl__tab {
  width: 160px;
  height: 34px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #f2f5f7;
}
.nh-browser-ssl__address {
  display: flex;
  padding: 8px 16px;
  height: 60px;
  background-color: #f2f5f7;
}
.nh-browser-ssl__url {
  flex: 1;
  display: flex;
  gap: 8px;
  padding: 4px;
  border-radius: 1000px;
  font-weight: 500;
  font-size: 14px;
  background-color: white;
}
.nh-browser-ssl__url__prefix {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 16px;
  border-radius: 1000px;
  color: var(--color-success-400);
  background-color: var(--color-success-100);
}
.nh-browser-ssl__url__address {
  display: flex;
  align-items: center;
}
.nh-browser-ssl__content {
  display: flex;
  gap: 28px;
  padding: 28px;
}
.nh-browser-ssl__content__image {
  flex: 1;
}
.nh-browser-ssl__content__image img {
  width: 100%;
}
.nh-browser-ssl__content__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nh-browser-ssl__content__text span {
  height: 8px;
  background-color: #f2f5f7;
}
.nh-browser-ssl__content__text span:nth-child(1) {
  margin-bottom: 4px;
  height: 12px;
  background-color: #e6e9ed;
}
.nh-browser-ssl__content__text span:nth-child(2) {
  width: 60%;
}
.nh-browser-ssl__content__text span:nth-child(3) {
  width: 80%;
}
.nh-browser-ssl__content__text span:nth-child(4) {
  width: 30%;
}
.nh-browser-ssl__card {
  display: flex;
  gap: 16px;
  padding: 16px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: -25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(9, 42, 93, 0.12);
  background-color: white;
}
.nh-browser-ssl__card__image {
  width: 60px;
}
.nh-browser-ssl__card__image img {
  width: 100%;
}
.nh-browser-ssl__card__text {
  flex: 1;
  font-size: 12px;
}
.nh-browser-ssl__card__text h6 {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 575px) {
  .nh-browser-ssl__card {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .nh-browser-ssl__card {
    align-items: flex-start;
  }
}
.nh-header {
  position: relative;
  z-index: 996;
}
.nh-header__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--color-base-200);
  background-color: white;
}
.nh-header__main__container {
  display: flex;
  align-items: center;
  height: 60px;
}
.nh-header__links {
  display: flex;
  align-items: center;
  gap: 16px;
  color: white;
}
.nh-header__links:hover .nh-header__links__item {
  opacity: 0.7;
}
.nh-header__links__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nh-header__links__item:hover {
  opacity: 1 !important;
}
.nh-header__user {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
}
.nh-header__user:hover .nh-header__user__item {
  opacity: 0.7;
}
.nh-header__user__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nh-header__user__item:hover {
  opacity: 1 !important;
}
.nh-header__logo {
  display: flex;
  width: 160px;
  margin-right: auto;
}
.nh-header__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .nh-header__nav {
    display: none;
  }
  .nh-header__cart {
    display: none;
  }
  .nh-header__toggle {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-base-200);
    border-radius: 8px;
    color: var(--color-text-primary);
    background-color: var(--color-base-100);
  }
}
@media (max-width: 575px) {
  .nh-header__holder {
    height: 61px;
  }
  .nh-header__top {
    display: none;
  }
}
@media (min-width: 576px) {
  .nh-header__holder {
    height: 91px;
  }
  .nh-header__top {
    font-size: 12px;
    background-color: var(--color-primary-400);
  }
  .nh-header__top__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .nh-header__nav {
    flex: none;
    align-self: stretch;
  }
  .nh-header__cart {
    flex: none;
    display: flex;
    align-items: center;
    padding-left: 16px;
    border-left: 1px solid var(--color-base-200);
    gap: 8px;
    font-weight: 500;
  }
  .nh-header__cart__text {
    font-size: 14px;
    color: var(--color-text-primary);
  }
  .nh-header__cart__count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    height: 16px;
    font-size: 10px;
    color: white;
    border-radius: 4px;
    background-color: var(--color-primary-400);
  }
  .nh-header__toggle {
    display: none;
  }
}
.nh-footer {
  color: #abacad;
  background-color: var(--color-secondary-400);
}
.nh-footer h5 {
  color: white;
}
.nh-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nh-footer li {
  margin: 0;
}
.nh-footer__main__container {
  display: flex;
}
.nh-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.nh-footer__bottom__container {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
}
.nh-footer__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}
.nh-footer__card__logo {
  display: flex;
}
.nh-footer__card__logo img {
  width: 100%;
  height: auto;
}
.nh-footer__card__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nh-footer__card__contact a:hover {
  color: white;
}
.nh-footer__card__nameservers {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nh-footer__card__social {
  display: flex;
  gap: 12px;
}
.nh-footer__card__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
.nh-footer__card__social a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.nh-footer__menu {
  flex: 1;
  display: flex;
}
.nh-footer__menu__col {
  display: flex;
  flex-direction: column;
}
.nh-footer__menu__category ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nh-footer__menu__category a {
  display: block;
  font-size: 14px;
}
.nh-footer__menu__category a:hover {
  color: white;
}
.nh-footer__copyright {
  font-size: 14px;
}
.nh-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.nh-footer__links a {
  font-size: 14px;
}
.nh-footer__links a:hover {
  color: white;
}
.nh-footer__logos {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nh-footer__logos img {
  height: 20px;
  width: auto;
}
@media (max-width: 1199px) {
  .nh-footer__bottom__container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .nh-footer__copyright {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .nh-footer__main__container {
    flex-direction: column;
  }
  .nh-footer__menu {
    order: -1;
  }
}
@media (max-width: 575px) {
  .nh-footer__main__container {
    gap: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .nh-footer__card {
    padding: 32px 16px;
  }
  .nh-footer__card__logo {
    width: 140px;
  }
  .nh-footer__card__contact {
    font-size: 14px;
  }
  .nh-footer__card__nameservers {
    font-size: 14px;
  }
  .nh-footer__menu {
    flex-direction: column;
    gap: 32px;
  }
  .nh-footer__menu__col {
    gap: 32px;
  }
}
@media (min-width: 576px) {
  .nh-footer__main__container {
    gap: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .nh-footer__card {
    padding: 32px;
  }
  .nh-footer__card__logo {
    width: 220px;
  }
  .nh-footer__menu {
    gap: 64px;
  }
  .nh-footer__menu__col {
    flex: 1;
    gap: 32px;
  }
}
@media (min-width: 992px) {
  .nh-footer__main__container {
    align-items: flex-start;
  }
  .nh-footer__card {
    flex: none;
    width: 340px;
  }
}
@media (min-width: 1200px) {
  .nh-footer__bottom__container {
    justify-content: space-between;
    align-items: center;
  }
}
.nh-heading {
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}
.nh-heading__desc {
  font-size: 18px;
}
.nh-heading--centered {
  text-align: center;
}
@media (min-width: 768px) {
  .nh-heading {
    max-width: 60%;
  }
}
.nh-breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 32px;
  font-size: 14px;
}
.nh-breadcrumb__arrow {
  font-size: 10px;
}
.nh-faq-one {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nh-faq-one__item {
  border: 1px solid var(--color-base-200);
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  background-color: white;
}
.nh-faq-one__item__header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nh-faq-one__item__arrow {
  flex: none;
  font-size: 12px;
  transition: all 0.2s;
}
.nh-faq-one__item__title {
  flex: 1;
  transition: all 0.2s;
}
.nh-faq-one__item__body {
  display: none;
  padding-top: 16px;
}
.nh-faq-one__item--active .nh-faq-one__item__arrow {
  transform: rotate(180deg);
}
.nh-faq-one__item--active .nh-faq-one__item__title {
  color: var(--color-primary-400);
}
.nh-faq-one__item--active .nh-faq-one__item__body {
  display: block;
}
.nh-steps-one {
  gap: 32px;
}
.nh-steps-one__items {
  display: flex;
  flex-direction: column;
}
.nh-steps-one__item__number {
  line-height: 1;
  font-weight: 700;
  color: var(--color-primary-400);
}
.nh-steps-one__item__title {
  margin: 0;
}
@media (max-width: 1199px) {
  .nh-steps-one {
    display: flex;
    flex-direction: column;
  }
  .nh-steps-one__image {
    aspect-ratio: 2/1;
    object-fit: cover;
  }
}
@media (max-width: 575px) {
  .nh-steps-one__image {
    border-radius: 16px;
  }
  .nh-steps-one__items {
    gap: 32px;
  }
  .nh-steps-one__item__number {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .nh-steps-one__image {
    border-radius: 32px;
  }
  .nh-steps-one__item {
    position: relative;
    padding-left: 90px;
    padding-bottom: 32px;
  }
  .nh-steps-one__item:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 26px;
    bottom: 16px;
    display: inline-block;
    width: 1px;
    background-color: var(--color-primary-400);
  }
  .nh-steps-one__item:last-child {
    padding-bottom: 0;
  }
  .nh-steps-one__item:last-child::before {
    display: none;
  }
  .nh-steps-one__item__number {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 60px;
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .nh-steps-one {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
  .nh-steps-one__image {
    aspect-ratio: 1/1;
  }
}
.nh-steps-two {
  display: grid;
  border-radius: 32px;
  background-color: var(--color-base-100);
}
.nh-steps-two__content {
  display: flex;
  flex-direction: column;
}
.nh-steps-two__title {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}
.nh-steps-two__items {
  display: flex;
  flex-direction: column;
}
.nh-steps-two__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nh-steps-two__item__title {
  margin: 0;
}
.nh-steps-two__item__desc {
  font-size: 18px;
}
.nh-steps-two__image {
  width: 100%;
}
@media (max-width: 1199px) {
  .nh-steps-two {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .nh-steps-two {
    gap: 32px;
    padding: 32px;
  }
  .nh-steps-two__content {
    gap: 32px;
  }
  .nh-steps-two__items {
    gap: 32px;
  }
}
@media (min-width: 576px) {
  .nh-steps-two {
    gap: 56px;
    padding: 56px;
  }
  .nh-steps-two__content {
    gap: 56px;
  }
  .nh-steps-two__items {
    gap: 56px;
  }
}
@media (min-width: 1200px) {
  .nh-steps-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}
.nh-features-one {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.nh-features-one__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nh-features-one__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: white;
  font-size: 24px;
  background-color: var(--color-primary-400);
}
.nh-features-one__item__title {
  margin: 0;
}
.nh-features-one__item__desc {
  margin: 0;
}
@media (max-width: 575px) {
  .nh-features-one {
    gap: 32px;
  }
}
@media (min-width: 576px) {
  .nh-features-one {
    gap: 64px;
  }
}
.nh-features-two {
  display: grid;
  gap: 32px;
}
.nh-features-two__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 32px;
  text-align: center;
  border: 1px solid var(--color-base-200);
  border-radius: 24px;
}
.nh-features-two__item__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
}
.nh-features-two__item__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nh-features-two__item__title {
  margin: 0;
}
.nh-features-two__item__desc {
  margin: 0;
}
@media (max-width: 767px) {
  .nh-features-two {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nh-features-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .nh-features-two {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.nh-features-three {
  display: flex;
  flex-direction: column;
}
.nh-features-three__item {
  display: flex;
}
@media (max-width: 1199px) {
  .nh-features-three__item {
    flex-direction: column;
  }
  .nh-features-three__item__image {
    display: flex;
    justify-content: center;
  }
  .nh-features-three__item__image img {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .nh-features-three {
    gap: 32px;
  }
  .nh-features-three__item {
    gap: 32px;
  }
}
@media (min-width: 576px) {
  .nh-features-three {
    gap: 56px;
  }
  .nh-features-three__item {
    gap: 56px;
  }
}
@media (min-width: 1200px) {
  .nh-features-three__item {
    align-items: center;
    justify-content: space-between;
  }
  .nh-features-three__item__image {
    width: 40%;
  }
  .nh-features-three__item__image img {
    width: 100%;
  }
  .nh-features-three__item__content {
    width: 60%;
  }
  .nh-features-three__item:nth-child(even) .nh-features-three__item__content {
    order: -1;
    padding-right: 56px;
  }
}
.nh-features-four {
  display: flex;
}
.nh-features-four__title {
  font-weight: 500;
}
.nh-features-four__desc {
  font-size: 18px;
}
.nh-features-four__items {
  display: grid;
}
.nh-features-four__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nh-features-four__item__icon {
  font-size: 32px;
  color: var(--color-primary-400);
}
.nh-features-four__item__title {
  font-size: 16px;
  margin: 0;
}
.nh-features-four__item__desc {
  font-size: 14px;
}
@media (max-width: 991px) {
  .nh-features-four {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .nh-features-four__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }
}
@media (min-width: 576px) {
  .nh-features-four__item {
    padding-left: 24px;
    border-left: 4px solid var(--color-primary-400);
  }
}
@media (min-width: 768px) {
  .nh-features-four__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 24px;
  }
}
@media (min-width: 992px) {
  .nh-features-four {
    align-items: flex-start;
  }
  .nh-features-four__heading {
    width: 40%;
  }
  .nh-features-four__items {
    width: 60%;
    padding-left: 56px;
  }
}
.nh-features-five {
  display: grid;
  gap: 32px;
}
.nh-features-five__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.nh-features-five__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: white;
  font-size: 24px;
  background-color: var(--color-primary-400);
}
.nh-features-five__item__title {
  margin: 0;
}
.nh-features-five__item__desc {
  margin: 0;
}
@media (max-width: 767px) {
  .nh-features-five {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nh-features-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .nh-features-five {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.nh-features-six {
  display: grid;
  gap: 32px;
}
.nh-features-six__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.nh-features-six__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: white;
  font-size: 100px;
}
.nh-features-six__item__value {
  font-size: 64px;
  font-weight: 700;
  color: white;
}
.nh-features-six__item__title {
  margin: 0;
  color: white;
}
.nh-features-six__item__desc {
  margin: 0;
}
@media (max-width: 991px) {
  .nh-features-six {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .nh-features-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.nh-features-seven {
  display: flex;
}
.nh-features-seven__image img {
  width: 100%;
  height: auto;
}
.nh-features-seven__items {
  display: grid;
  gap: 24px;
}
.nh-features-seven__item {
  display: flex;
  flex-direction: column;
}
.nh-features-seven__item__icon {
  font-size: 52px;
  color: var(--color-text-primary);
  margin-bottom: 16px;
}
.nh-features-seven__item__title {
  margin: 0;
}
@media (max-width: 1199px) {
  .nh-features-seven {
    flex-direction: column;
  }
  .nh-features-seven__image img {
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
  }
  .nh-features-seven__items {
    margin-top: 32px;
  }
}
@media (max-width: 575px) {
  .nh-features-seven__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 576px) {
  .nh-features-seven__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .nh-features-seven {
    border-radius: 32px;
    overflow: hidden;
    background-color: var(--color-base-100);
  }
  .nh-features-seven__image {
    flex: 1;
    width: 50%;
  }
  .nh-features-seven__items {
    width: 50%;
    flex: 1;
    padding: 56px;
  }
}
.nh-features-eight {
  border: 1px solid var(--color-base-200);
  border-radius: 12px;
  overflow: hidden;
  display: grid;
}
.nh-features-eight__item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  text-align: center;
}
.nh-features-eight__item__icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  margin-bottom: 8px;
}
.nh-features-eight__item__icon img {
  width: auto;
  height: 96px;
}
.nh-features-eight__item__title {
  flex: none;
  font-size: 16px;
  margin: 0;
}
.nh-features-eight__item__desc {
  flex: none;
  font-size: 14px;
  margin: 0;
}
.nh-features-eight__item__spacer {
  flex: 1;
  min-height: 0;
}
.nh-features-eight__item__price {
  flex: none;
  margin-top: 16px;
  color: var(--color-text-primary);
}
.nh-features-eight__item__price span:first-child {
  font-size: 18px;
  font-weight: 700;
}
.nh-features-eight__item__price span:last-child {
  font-size: 14px;
  font-weight: 500;
}
.nh-features-eight__item__btn {
  flex: none;
  margin-top: 4px;
}
.nh-features-eight__item:hover {
  color: white;
  background-color: var(--color-secondary-400);
}
.nh-features-eight__item:hover .nh-features-eight__item__title {
  color: white;
}
.nh-features-eight__item:hover .nh-features-eight__item__price {
  color: white;
}
.nh-features-eight__item:hover .nh-features-eight__item__btn {
  background-color: var(--color-primary-400);
}
@media (max-width: 575px) {
  .nh-features-eight {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .nh-features-eight__item:not(:last-child) {
    border-bottom: 1px solid var(--color-base-200);
  }
}
@media (min-width: 576px) {
  .nh-features-eight {
    background-image: linear-gradient(to right, var(--color-base-200) 1px, transparent 1px);
    background-position: 0 top;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .nh-features-eight {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background-size: calc(100% / 2) 100%;
  }
  .nh-features-eight__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--color-base-200);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nh-features-eight {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background-size: calc(100% / 3) 100%;
  }
  .nh-features-eight__item:nth-child(-n + 3) {
    border-bottom: 1px solid var(--color-base-200);
  }
}
@media (min-width: 1200px) {
  .nh-features-eight {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    background-size: calc(100% / 6) 100%;
  }
}
.nh-about-one__tab {
  display: flex;
  gap: 8px;
}
.nh-about-one__tab__item {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
}
.nh-about-one__tab__item--active {
  color: white;
  background-color: var(--color-secondary-400);
}
.nh-about-one__body {
  display: grid;
}
.nh-about-one__page {
  display: none;
  flex-direction: column;
  gap: 24px;
}
.nh-about-one__page--active {
  display: flex;
}
.nh-about-one__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.nh-about-one__item__icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 32px;
  color: var(--color-primary-400);
}
.nh-about-one__item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nh-about-one__item__title {
  margin: 0;
  font-size: 16px;
}
.nh-about-one__media {
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .nh-about-one__body {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: center;
  }
  .nh-about-one__image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .nh-about-one__tab {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .nh-about-one__tab {
    margin-bottom: 32px;
  }
  .nh-about-one__body {
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .nh-about-one__tab {
    justify-content: center;
  }
}
@media (min-width: 576px) {
  .nh-about-one__tab {
    margin-bottom: 64px;
  }
  .nh-about-one__body {
    gap: 64px;
  }
}
@media (min-width: 1200px) {
  .nh-about-one__body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
  .nh-about-one__media {
    position: relative;
    aspect-ratio: 4/3;
  }
  .nh-about-one__media__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.nh-blog-one {
  display: grid;
  gap: 24px;
}
.nh-blog-one__item {
  display: flex;
  flex-direction: column;
  border-width: 4px 1px 1px 1px;
  border-style: solid;
  border-color: var(--color-primary-400) var(--color-base-200) var(--color-base-200) var(--color-base-200);
  border-radius: 16px;
  font-size: 14px;
  overflow: hidden;
  background-color: white;
}
.nh-blog-one__item__image {
  position: relative;
  aspect-ratio: 2/1;
}
.nh-blog-one__item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nh-blog-one__item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
}
.nh-blog-one__item__title {
  margin: 0;
  font-size: 16px;
}
.nh-blog-one__item__footer {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--color-base-200);
}
.nh-blog-one__item__category:hover {
  color: var(--color-text-primary);
}
@media (max-width: 767px) {
  .nh-blog-one {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nh-blog-one {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .nh-blog-one {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.nh-os-one {
  display: grid;
  gap: 24px;
}
.nh-os-one__item {
  transition: all 0.2s;
  cursor: pointer;
}
.nh-os-one__item:hover {
  transform: translateY(-10px);
}
.nh-os-one__item__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid var(--color-base-200);
  border-radius: 16px;
  background-color: var(--color-base-100);
}
.nh-os-one__item__name {
  text-align: center;
}
@media (max-width: 1199px) {
  .nh-os-one__item__logo {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 767px) {
  .nh-os-one__item__logo img {
    width: 40px;
  }
}
@media (max-width: 575px) {
  .nh-os-one {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .nh-os-one {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .nh-os-one__item__logo img {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .nh-os-one {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .nh-os-one__item__logo {
    aspect-ratio: 1/1;
  }
  .nh-os-one__item__logo img {
    width: 80px;
  }
}
.nh-pricing-one__period {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.nh-pricing-one__period__items {
  display: inline-flex;
  padding: 8px;
  font-weight: 500;
  border-radius: 1000px;
  background-color: var(--color-secondary-400);
}
.nh-pricing-one__period__item {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 1000px;
  color: white;
}
.nh-pricing-one__period__item--active {
  color: var(--color-secondary-400);
  background-color: white;
}
.nh-pricing-one__items {
  display: grid;
  gap: 24px;
}
.nh-pricing-one__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 48px 32px 32px 32px;
  border-width: 8px 1px 1px 1px;
  border-style: solid;
  border-color: var(--color-base-200);
  border-radius: 8px;
}
.nh-pricing-one__item__heading {
  position: relative;
}
.nh-pricing-one__item__featured {
  position: absolute;
  top: -32px;
  left: 0;
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  color: white;
  border-radius: 1000px;
  background-color: var(--color-secondary-400);
}
.nh-pricing-one__item__title {
  font-weight: 700;
  margin-bottom: 0;
}
.nh-pricing-one__item__desc {
  font-size: 14px;
}
.nh-pricing-one__item__price {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--color-secondary-400);
}
.nh-pricing-one__item__price__row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nh-pricing-one__item__price__old {
  font-weight: 500;
  text-decoration: line-through;
}
.nh-pricing-one__item__price__new {
  line-height: 1;
  font-weight: 700;
}
.nh-pricing-one__item__price__new span {
  display: inline-block;
  font-size: 64px;
}
.nh-pricing-one__item__price__new sup {
  display: inline-block;
  font-size: 32px;
  transform: translateY(-15px);
}
.nh-pricing-one__item__price__new sub {
  display: inline-block;
  font-size: 16px;
  transform: translate(-56px, -6px);
}
.nh-pricing-one__item__features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  color: var(--color-text-primary);
}
.nh-pricing-one__item__features__item {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
}
.nh-pricing-one__item__features__item .nh-icon--info {
  cursor: pointer;
}
.nh-pricing-one__item__icons {
  display: flex;
  gap: 8px;
}
.nh-pricing-one__item__icons .nh-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-base-200);
  border-radius: 8px;
  font-size: 24px;
  color: var(--color-text-primary);
  cursor: pointer;
}
.nh-pricing-one__item__comparison {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary-400);
}
.nh-pricing-one__item--featured {
  border-color: var(--color-primary-400);
}
.nh-pricing-one__notes {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: var(--color-text-primary);
  text-align: center;
}
.nh-pricing-one__notes a {
  color: var(--color-primary-400);
}
.nh-pricing-one__notes a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .nh-pricing-one__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .nh-pricing-one__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .nh-pricing-one__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.nh-pricing-two {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nh-pricing-two span[data-value] {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  color: var(--color-text-primary);
}
.nh-pricing-two span[data-desc] {
  font-size: 14px;
}
.nh-pricing-two span[data-price_old] {
  font-size: 14px;
  text-decoration: line-through;
}
.nh-pricing-two span[data-price_new] {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.nh-pricing-two span[data-checked-true] {
  font-size: 24px;
  color: var(--color-success-400);
}
.nh-pricing-two span[data-checked-false] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--color-error-400);
  font-size: 12px;
  border: 2px solid var(--color-error-400);
  border-radius: 1000px;
}
.nh-pricing-two__heading {
  display: grid;
  gap: 8px;
  padding: 0 16px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.nh-pricing-two__heading__col {
  flex: 1;
}
.nh-pricing-two__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nh-pricing-two__item {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--color-base-200);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 51, 153, 0.04), 0 2px 2px rgba(0, 51, 153, 0.08);
  background-color: white;
}
.nh-pricing-two__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .nh-pricing-two__heading {
    display: none;
  }
  .nh-pricing-two__item {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    border-top: 8px solid var(--color-primary-400);
  }
  .nh-pricing-two__col {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .nh-pricing-two [data-col-align="left"] {
    align-items: flex-start;
    text-align: left;
  }
  .nh-pricing-two [data-col-align="center"] {
    align-items: center;
    text-align: center;
  }
  .nh-pricing-two [data-col-align="right"] {
    align-items: flex-end;
    text-align: rigth;
  }
  .nh-pricing-two span[data-title] {
    display: none;
  }
  .nh-pricing-two[data-columns="5"] .nh-pricing-two__heading {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .nh-pricing-two[data-columns="5"] .nh-pricing-two__item {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .nh-pricing-two[data-columns="6"] .nh-pricing-two__heading {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .nh-pricing-two[data-columns="6"] .nh-pricing-two__item {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .nh-pricing-two[data-columns="7"] .nh-pricing-two__heading {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .nh-pricing-two[data-columns="7"] .nh-pricing-two__item {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .nh-pricing-two[data-columns="8"] .nh-pricing-two__heading {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .nh-pricing-two[data-columns="8"] .nh-pricing-two__item {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
.nh-domain-extensions-one__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--color-base-200);
  border-radius: 6px;
  background-color: white;
}
.nh-domain-extensions-one__item__badge {
  align-self: center;
}
.nh-domain-extensions-one__item__logo {
  display: flex;
  justify-content: center;
  margin: 4px 0;
}
.nh-domain-extensions-one__item__logo img {
  width: auto !important;
  height: 30px;
}
.nh-domain-extensions-one__item__name {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-primary);
}
.nh-domain-extensions-one__item__price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.nh-domain-extensions-one__item__price__old {
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
}
.nh-domain-extensions-one__item__price__new {
  font-weight: 700;
  color: var(--color-text-primary);
}
.nh-domain-extensions-two__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 16px;
  font-size: 14px;
  border: 1px solid var(--color-base-200);
  border-radius: 6px;
  background-color: white;
}
.nh-domain-extensions-two__item__name {
  flex: none;
  text-align: center;
  padding: 2px 8px;
  font-weight: 700;
  color: var(--color-info-400);
  border-radius: 6px;
  background-color: var(--color-base-100);
}
.nh-domain-extensions-two__item__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.nh-domain-extensions-two__item__price__old {
  font-weight: 500;
  text-decoration: line-through;
}
.nh-domain-extensions-two__item__price__new {
  font-weight: 700;
  color: var(--color-text-primary);
}
.nh-contact-one {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.nh-contact-one__map {
  border-radius: 16px;
  overflow: hidden;
}
.nh-contact-one__map iframe {
  width: 100%;
  height: 400px;
}
.nh-contact-one__body {
  display: flex;
  gap: 32px;
}
.nh-contact-one__body h2 {
  font-size: 20px;
}
.nh-contact-one__info {
  flex: 1;
}
.nh-contact-one__info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nh-contact-one__info ul li {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.nh-contact-one__info ul li span:first-child {
  font-weight: 500;
  color: var(--color-text-primary);
}
.nh-contact-one__info ul li a {
  color: var(--color-text-primary);
}
.nh-contact-one__form {
  flex: 1;
}
.nh-bank-information-one__info {
  padding: 32px;
  border-radius: 8px;
  background-color: var(--color-base-100);
}
.nh-bank-information-one__info ul {
  margin: 0;
}
.nh-bank-information-one__items {
  margin-top: 32px;
  display: grid;
  gap: 32px;
}
.nh-bank-information-one__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  border: 1px solid var(--color-base-200);
  border-radius: 8px;
}
.nh-bank-information-one__item__logo {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nh-bank-information-one__item__logo img {
  width: auto;
  height: 30px;
}
.nh-bank-information-one__item__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: var(--color-text-primary);
}
.nh-bank-information-one__item__table td {
  padding: 4px 0;
}
.nh-bank-information-one__item__table td:first-child {
  white-space: nowrap;
  font-weight: 500;
  padding-right: 4px;
}
@media (max-width: 1199px) {
  .nh-bank-information-one__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .nh-bank-information-one__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.nh-section-headline-one__inner {
  background-color: var(--color-base-100);
  background-image: url("../img/pattern.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.nh-section-headline-one__content {
  display: flex;
  flex-direction: column;
}
.nh-section-headline-one__title {
  font-weight: 500;
}
.nh-section-headline-one__desc {
  font-size: 18px;
  color: var(--color-text-primary);
}
.nh-section-headline-one__btn {
  align-self: flex-start;
}
.nh-section-headline-one__features {
  display: flex;
  gap: 24px;
  margin-top: auto;
  padding-top: 32px;
}
.nh-section-headline-one__features__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nh-section-headline-one__features__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: white;
  border-radius: 8px;
  font-size: 24px;
  background-color: var(--color-primary-400);
}
.nh-section-headline-one__features__item__text {
  font-weight: 500;
  color: var(--color-text-primary);
}
.nh-section-headline-one__breadcrumb {
  color: var(--color-text-primary);
}
.nh-section-headline-one__breadcrumb a:hover {
  color: var(--color-primary-400);
}
@media (max-width: 1199px) {
  .nh-section-headline-one__container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .nh-section-headline-one__image {
    display: none;
  }
}
@media (max-width: 575px) {
  .nh-section-headline-one__features {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .nh-section-headline-one__container {
    display: flex;
    padding-top: 64px;
    padding-bottom: 32px;
  }
  .nh-section-headline-one__content {
    flex: 1;
  }
  .nh-section-headline-one__image {
    width: 40%;
    display: flex;
    align-items: flex-end;
    padding-top: 32px;
  }
  .nh-section-headline-one__image img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .nh-section-headline-one__inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.nh-section-headline-two {
  padding-top: 64px;
  padding-bottom: 32px;
  color: white;
  background-color: var(--color-primary-400);
}
.nh-section-headline-two__title {
  color: inherit;
}
.nh-section-headline-two__desc {
  font-size: 18px;
}
.nh-section-headline-two__breadcrumb {
  margin-top: 64px;
}
.nh-section-headline-domain__inner {
  background-color: var(--color-base-100);
  background-image: url("../img/pattern.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.nh-section-headline-domain__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.nh-section-headline-domain__heading {
  text-align: center;
  max-width: 600px;
}
.nh-section-headline-domain__title {
  font-weight: 700;
}
.nh-section-headline-domain__desc {
  font-size: 18px;
}
.nh-section-headline-domain__form {
  display: flex;
  width: 100%;
  max-width: 800px;
  border: 1px solid var(--color-base-200);
  border-radius: 12px;
  background-color: white;
}
.nh-section-headline-domain__form input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.nh-section-headline-domain__form button {
  flex: none;
}
.nh-section-headline-domain__links {
  display: flex;
  gap: 8px;
}
.nh-section-headline-domain__links__item {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  text-align: center;
  white-space: nowrap;
}
.nh-section-headline-domain__links__item:hover {
  color: var(--color-text-primary);
}
.nh-section-headline-domain__links__item.active {
  color: white;
  background-color: var(--color-secondary-400);
}
.nh-section-headline-domain__breadcrumb {
  color: var(--color-text-primary);
  align-self: flex-start;
}
.nh-section-headline-domain__breadcrumb a:hover {
  color: var(--color-primary-400);
}
@media (max-width: 1199px) {
  .nh-section-headline-domain__container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .nh-section-headline-domain__form {
    gap: 8px;
    padding: 8px 16px;
    font-size: 14px;
  }
  .nh-section-headline-domain__form button {
    padding: 0 8px;
  }
  .nh-section-headline-domain__links {
    align-self: stretch;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .nh-section-headline-domain__form {
    gap: 16px;
    padding: 16px;
    font-size: 16px;
  }
  .nh-section-headline-domain__form button {
    padding: 0 16px;
  }
}
@media (min-width: 1200px) {
  .nh-section-headline-domain__container {
    padding-top: 64px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .nh-section-headline-domain__inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.nh-section-page-one {
  margin-top: 64px;
  margin-bottom: 64px;
}
.nh-section-page-one__container {
  display: flex;
}
@media (max-width: 991px) {
  .nh-section-page-one__container {
    flex-direction: column;
    gap: 32px;
  }
}
@media (min-width: 992px) {
  .nh-section-page-one__container {
    align-items: flex-start;
    gap: 64px;
  }
  .nh-section-page-one__body {
    flex: 1;
  }
  .nh-section-page-one__sidebar {
    flex: none;
    width: 300px;
  }
}
.nh-section-faq-one {
  padding-top: var(--gap-section);
  padding-bottom: var(--gap-section);
  background-color: var(--color-base-100);
}
.nh-section-steps-one {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-steps-two {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-features-one {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-features-two {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-features-three {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-features-four {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-features-five {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-features-six {
  position: relative;
  padding-top: var(--gap-section);
  padding-bottom: var(--gap-section);
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
  background-color: black;
}
.nh-section-features-six:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.29;
  background-color: transparent;
  background-image: radial-gradient(at top center, #ff0101 0%, black 40%);
}
.nh-section-features-six .nh-container {
  position: relative;
  z-index: 1;
}
.nh-section-features-six .nh-heading__title {
  color: var(--color-yellow-400);
}
.nh-section-features-six .nh-heading__desc {
  color: white;
}
@media (max-width: 767px) {
  .nh-section-features-six .nh-heading__title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .nh-section-features-six .nh-heading__title {
    font-size: 52px;
  }
  .nh-section-features-six .nh-heading__desc {
    font-size: 26px;
  }
}
.nh-section-features-seven {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-features-eight {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-about-one {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-blog-one {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-blog-one__heading {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
.nh-section-blog-one__heading h2 {
  margin: 0;
}
@media (max-width: 575px) {
  .nh-section-blog-one__heading {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .nh-section-blog-one__heading {
    align-items: center;
    justify-content: space-between;
  }
}
.nh-section-banner-one {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-banner-one__inner {
  display: grid;
  border-radius: 32px;
  background-color: var(--color-base-100);
}
.nh-section-banner-one__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .nh-section-banner-one__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .nh-section-banner-one__inner {
    padding: 32px;
    gap: 32px;
  }
}
@media (min-width: 576px) {
  .nh-section-banner-one__inner {
    padding: 56px;
    gap: 56px;
  }
}
@media (min-width: 1200px) {
  .nh-section-banner-one__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}
.nh-section-banner-two {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-banner-two__inner {
  border-radius: 32px;
  background-color: var(--color-base-100);
}
.nh-section-banner-two__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .nh-section-banner-two__inner {
    padding: 32px;
  }
}
@media (min-width: 576px) {
  .nh-section-banner-two__inner {
    padding: 56px;
  }
}
.nh-section-ssl-one {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-ssl-one__inner {
  display: flex;
}
.nh-section-ssl-one__title {
  font-weight: 500;
}
.nh-section-ssl-one__info {
  display: flex;
  gap: 16px;
  padding: 16px 24px;
  color: var(--color-success-400);
  border-radius: 8px;
  background-color: var(--color-success-100);
}
.nh-section-ssl-one__info .nh-icon {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .nh-section-ssl-one__inner {
    flex-direction: column;
    gap: 64px;
  }
}
@media (max-width: 575px) {
  .nh-section-ssl-one__desc {
    font-size: 14px;
  }
  .nh-section-ssl-one__info {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .nh-section-ssl-one__desc {
    font-size: 18px;
  }
  .nh-section-ssl-one__info {
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .nh-section-ssl-one__inner {
    align-items: flex-start;
  }
  .nh-section-ssl-one__image {
    width: 40%;
  }
  .nh-section-ssl-one__content {
    width: 60%;
    padding-left: 56px;
  }
}
.nh-section-os-one {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
@media (min-width: 1200px) {
  .nh-section-os-one__inner {
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 51, 153, 0.08);
    background-color: white;
  }
}
.nh-section-domain-extensions-one {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-domain-extensions-two {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-banners {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-banners__big .owl-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.nh-section-banners__big .owl-dot {
  background-color: white !important;
}
.nh-section-banners__small {
  display: flex;
  gap: 32px;
}
.nh-section-banners__small__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  border-radius: 16px;
}
.nh-section-banners__small__item__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-primary);
}
.nh-section-banners__small__item__btn {
  align-self: flex-start;
  margin-top: 8px;
}
.nh-section-banners__small__item:nth-child(1) {
  background-color: var(--color-base-100);
}
.nh-section-banners__small__item:nth-child(2) {
  background-color: var(--color-secondary-400);
}
.nh-section-banners__small__item:nth-child(2) .nh-section-banners__small__item__title {
  color: white;
}
.nh-section-banners__small__item:nth-child(2) .nh-section-banners__small__item__desc {
  color: white;
}
@media (max-width: 1199px) {
  .nh-section-banners__container {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .nh-section-banners__big__item {
    display: block;
  }
  .nh-section-banners__big__item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .nh-section-banners__small {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .nh-section-banners__small__item {
    padding: 32px;
  }
  .nh-section-banners__small__item__image {
    display: none;
  }
}
@media (min-width: 576px) {
  .nh-section-banners__small__item {
    position: relative;
    padding: 32px 200px 32px 32px;
  }
  .nh-section-banners__small__item__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .nh-section-banners__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34%;
    gap: 32px;
    min-height: 550px;
  }
  .nh-section-banners__big {
    display: flex;
  }
  .nh-section-banners__big .owl-carousel {
    display: flex;
  }
  .nh-section-banners__big .owl-stage-outer {
    display: flex;
  }
  .nh-section-banners__big .owl-stage {
    display: flex;
  }
  .nh-section-banners__big .owl-item {
    display: flex;
  }
  .nh-section-banners__big__item {
    position: relative;
    flex: 1;
  }
  .nh-section-banners__big__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .nh-section-banners__small {
    flex-direction: column;
  }
}
.nh-section-banner-equinix {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-banner-equinix__inner {
  display: flex;
  gap: 32px;
  padding: 24px 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background-color: white;
}
.nh-section-banner-equinix__logo {
  width: 140px;
  height: auto;
}
.nh-section-banner-equinix__text {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.nh-section-banner-equinix__text span {
  color: var(--color-primary-400);
}
@media (max-width: 575px) {
  .nh-section-banner-equinix__inner {
    flex-direction: column;
    text-align: center;
  }
  .nh-section-banner-equinix__logo {
    align-self: center;
  }
}
@media (min-width: 576px) {
  .nh-section-banner-equinix__inner {
    align-items: center;
  }
}
.nh-section-pricing-one {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
.nh-section-pricing-two {
  margin-top: var(--gap-section);
  margin-bottom: var(--gap-section);
}
#section-home-extensitons-two {
  --gap-section: 32px;
}
#section-home-banners {
  --gap-section: 32px;
}
@media (min-width: 768px) {
  #section-colocation-pricing .nh-pricing-two__heading {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  #section-colocation-pricing .nh-pricing-two__item {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  #section-ip-kiralama-pricing .nh-pricing-two__heading {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  #section-ip-kiralama-pricing .nh-pricing-two__item {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
