:root {
  --ghost-white: #f6f8fc;
  --alice-blue: #d2e8ff;
  --dodger-blue: #44a0ff;
  --yellow: #ffd644;
  --black: #070707;
  --steel-blue: #0085c6;
  --midnight-blue: #182634;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 0;
}

.navbar {
  text-align: left;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.dropdown-list-2 {
  background-color: #f4f7fa;
}

.dropdown-list-2.w--open {
  margin-top: -32px;
  margin-left: 212px;
}

.brand {
  margin-right: 40px;
}

.nav-link {
  color: #7a7a7a;
  letter-spacing: -1.1px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1;
  text-decoration: none;
  transition: all .275s;
}

.nav-link:hover {
  color: #0085c6;
}

.dropdown-link {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  transition: all .25s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #0085c6;
}

.cart-link {
  justify-content: flex-end;
}

.image {
  width: 60px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.container.small {
  max-width: 60%;
}

.container.smd {
  max-width: 1200px;
}

.icon-2 {
  color: #0085c6;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  display: flex;
}

.dropdown-toggle-2 {
  justify-content: space-between;
  align-items: center;
  padding: 7px 0 7px 20px;
  display: flex;
}

.dropdown-toggle-2:hover {
  color: #fff;
}

.dropdown-toggle {
  color: #7a7a7a;
  letter-spacing: -1.1px;
  line-height: 1;
}

.dropdown-toggle:hover {
  color: #0085c6;
}

.dropdown-list.w--open {
  background-color: #f4f7fa;
}

.dropdown-2 {
  min-width: 210px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
  display: block;
}

.dropdown-2:hover {
  color: #fff;
  background-color: #0085c6;
}

.icon-5 {
  margin-right: 0;
}

.dropdown-link-2 {
  transition: all .275s;
}

.dropdown-link-2:hover {
  color: var(--ghost-white);
  background-color: #0085c6;
}

.nav-container {
  max-width: 1200px;
}

.dropdown {
  transition: all .275s;
}

.dropdown:hover {
  color: #0085c6;
}

.nav-wrapper {
  color: #7a7a7a;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-section {
  background-color: var(--ghost-white);
  margin-top: -100px;
  padding-top: 100px;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav {
  float: left;
  width: 500px;
  margin-top: -40px;
  display: flex;
  position: relative;
}

.slide-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.body {
  color: #070707;
  background-color: #f4f7fa;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.slide-detail-block {
  max-width: 500px;
}

.alert-block {
  background-color: var(--alice-blue);
  border-radius: 90px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.alert-block.pricing {
  background-color: #ffdc7b;
  border-radius: 0;
  margin-top: 35px;
  margin-right: 3px;
  position: absolute;
  inset: -1% 2% auto auto;
}

.alert-block.pricing.green {
  background-color: #c0392bb5;
  flex: 0 auto;
  margin-top: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.alert-block.vps-pricing {
  background-color: #ffdc7b;
  border-radius: 0;
  padding: 7px 30px;
  font-size: 14px;
  position: absolute;
  inset: -10px auto auto -10px;
}

.alert-block.vps-pricing._2 {
  background-color: var(--dodger-blue);
  padding-right: 28px;
  top: 0;
  left: 0;
}

.alert-block.vps-pricing._2.s {
  background-color: var(--yellow);
}

.alert-block.vps-pricing._2.f {
  border-radius: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  top: -43px;
  left: 33px;
}

.alert-block.vps-pricing._3 {
  background-color: var(--dodger-blue);
  top: 0;
  left: 0%;
}

.heading-1 {
  color: var(--dodger-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.heading-1.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.heading-1.mb-20 {
  text-align: center;
  margin-bottom: 20px;
}

.heading-1.center.black {
  color: var(--black);
  text-align: center;
  font-size: 25px;
}

.heading-1.mn {
  width: 410px;
}

.sub-heading {
  padding-top: 10px;
}

.button-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: stretch;
  margin-top: 35px;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 40px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
  display: block;
}

.button:hover {
  background-color: var(--black);
  color: #fff;
}

.button.dark {
  float: none;
  background-color: var(--black);
  color: var(--ghost-white);
  align-self: center;
  width: 200px;
  min-width: 100px;
  padding-left: 40px;
  display: inline-block;
  position: static;
}

.button.dark:hover {
  color: var(--black);
  background-color: #0000;
}

.button.dark.small {
  font-size: 14px;
  font-weight: 700;
}

.button.small {
  justify-content: center;
  min-width: 0;
}

.slide-image-block {
  max-width: 48%;
}

.slide-image-block.kubern {
  max-width: 39%;
}

.domain-search-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3 {
  margin-top: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-wrapper {
  text-align: center;
  width: 950px;
}

.search-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.search-form {
  align-items: stretch;
  display: flex;
}

.search-input {
  border: 2px solid var(--black);
  border-radius: 100px;
  min-height: 76px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-submit {
  background-color: var(--black);
  background-image: url('../images/search.svg');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 26px;
  max-height: 56px;
  margin-top: 10px;
  margin-left: -213px;
  padding-left: 80px;
  padding-right: 60px;
  font-weight: 600;
}

.paragraph-grey {
  color: #999;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-wrap {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.pricing-block {
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 40px 40px;
  display: flex;
  position: relative;
}

.price {
  color: var(--dodger-blue);
  margin-top: 24px;
  font-size: 38px;
  font-weight: 600;
  display: inline-block;
}

.old-price {
  color: #a9a9a9;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
  display: inline-block;
}

.price-features-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.price-features-text {
  width: 100%;
}

.pricing-features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.cloud-services-section {
  background-color: var(--ghost-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.cloud-services-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.cloud-service-block {
  color: #fff;
  text-align: center;
  background-color: #182634;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  box-shadow: 1px 1px 11px #0003;
}

.cloud-service-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
}

.cloud-service-button {
  text-align: left;
  background-color: #0085c6;
  border: 2px solid #0085c6;
  border-radius: 32px;
  margin-top: 40px;
  padding: 14px 40px;
  transition: all .25s;
}

.cloud-service-button:hover {
  background-color: #0000;
}

.cloud-service-icon {
  height: 90px;
  margin-bottom: 40px;
}

.cloud-service-icon.das {
  height: 150px;
  margin-top: -21px;
  margin-bottom: 4px;
}

.cloud-service-desc {
  font-size: 16px;
}

.web-services-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.web-services-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 80px;
  display: grid;
}

.web-services-wrapper._2 {
  grid-template-columns: 1fr 1fr;
  max-width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.web-services-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 240px;
  display: flex;
}

.web-services-icon-wrap {
  background-color: #d2e8ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.web-services-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.web-services-paragraph {
  margin-bottom: 20px;
  font-weight: 500;
}

.benefits-section {
  padding-top: 140px;
  padding-bottom: 100px;
}

.benefits-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.list {
  color: var(--dodger-blue);
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 800;
}

.list-item {
  color: var(--black);
  margin-bottom: 15px;
  list-style-type: disc;
}

.benefits-text {
  color: var(--black);
  margin-left: 10px;
  font-weight: 600;
}

.contact-section {
  color: #fff;
  background-image: url('../images/Mask-Group-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -5px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-title {
  color: var(--alice-blue);
  margin-top: 40px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.div-block-3 {
  margin-bottom: 40px;
}

.contact-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.contact-image {
  width: 400px;
}

.footer-social-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  color: #fff;
  background-color: #384859;
  padding-top: 70px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.container-2 {
  padding-left: 0;
}

.div-block-2 {
  background-color: #2b3a4a;
  margin-top: 75px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.footer-link {
  color: #fff;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 13px;
  text-decoration: none;
}

.footer-link:hover {
  color: #ededed;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-copyright-center {
  letter-spacing: .5px;
  font-size: 12px;
  line-height: 10px;
}

.footer-social-link {
  background-color: #9b9fa4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: flex;
}

.footer-brand {
  width: 80px;
  margin-bottom: 20px;
}

.icon-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.partners {
  background-color: #5d6771;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.vps {
  color: var(--ghost-white);
  background-image: url('../images/VPS-Background-6.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 82px;
  padding-bottom: 83px;
  position: relative;
}

.section._1 {
  margin-top: 60px;
  margin-bottom: 0;
}

.section._2 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mask {
  width: 100px;
  overflow: visible;
}

.image-3 {
  height: 100px;
}

.slide-nav-2 {
  display: none;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.slider-2 {
  background-color: #0000;
  flex: 1;
  height: auto;
  overflow: hidden;
}

.div-block-4 {
  padding-top: 0;
}

.text-block-2 {
  color: #fff;
}

.image-4 {
  text-align: left;
  border-radius: 0;
  width: auto;
  min-width: auto;
  max-width: 70%;
  height: auto;
  min-height: auto;
  max-height: 100%;
  margin-top: 0;
  margin-left: 1px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
}

.section-2 {
  background-color: var(--ghost-white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.cart-block {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.columns {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 92px;
}

.paragraph-4 {
  color: #554e4e;
  text-align: center;
  font-size: 25px;
  text-decoration: none;
}

.delete, .text-span {
  text-decoration: line-through;
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-header-heading-wrapper {
  margin-bottom: 20px;
}

.a-header-content {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.a-detail-small {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.5;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  line-height: 1.8;
}

.sub-heading-block {
  margin-bottom: 29px;
  position: absolute;
  inset: auto 0% 0%;
}

.a-header-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-5 {
  z-index: 1;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-image: linear-gradient(225deg, #123c66 57%, #0085c6);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  padding: 40px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-5 {
  z-index: -1;
}

.tabs-standard {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu-button {
  background-color: #182634;
  border-radius: 36px;
  flex-direction: row;
  justify-content: space-around;
  width: 50%;
  margin-bottom: 24px;
  padding: 7px;
  display: flex;
}

.tabs-menu-button.vps {
  width: 20%;
}

.tab-button-line {
  color: var(--ghost-white);
  text-align: center;
  letter-spacing: -.01em;
  background-color: #0000;
  width: 100%;
  padding: 12px 44px;
  font-weight: 500;
}

.tab-button-line.w--current {
  background-color: var(--steel-blue);
  color: var(--ghost-white);
  border-radius: 24px;
  width: 100%;
  font-weight: 700;
}

.tab-button-line.vps.w--current {
  width: 100%;
}

.tab-pane {
  padding-top: 24px;
  padding-bottom: 24px;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.table-title {
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.buy-button {
  background-color: #182634;
  border: 2px solid #182634;
  border-radius: 2px;
  flex: none;
  margin-left: -24px;
  padding: 10px 32px;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
}

.buy-button:hover {
  color: #182634;
  background-color: #0000;
}

.vps-detail {
  font-size: 18px;
}

.vps-detail.bold {
  color: #111b25;
  font-size: 20px;
  font-weight: 700;
}

.grid-cell {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-cell.titles {
  justify-content: flex-start;
}

.table-lable-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #111b25;
  background-color: #a8c5e2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.7fr 1fr .7fr 1fr 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 46px 20px;
  font-size: 24px;
  font-weight: 800;
  display: grid;
}

.coin-name-wrapper {
  align-items: center;
  display: flex;
}

.table-wrapper {
  width: 100%;
}

.table-row-grey {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--ghost-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .75fr 1.5fr 1.5fr 1fr 1fr;
  align-items: center;
  padding: 40px;
  position: relative;
}

.table-row-grey._1 {
  background-color: #e2eaf2;
}

.table-row-grey.headers {
  background-color: var(--midnight-blue);
  color: #fff;
  grid-template-columns: 1fr .5fr .5fr .75fr 1.5fr 1.5fr 1fr 1fr;
  font-size: 20px;
  font-weight: 800;
}

.table-row-grey.headers.vps, .table-row-grey.vps {
  grid-template-columns: 1fr .5fr .5fr .75fr 1.5fr 1.5fr 1fr;
}

.grid-cell-2 {
  text-align: center;
}

.div-block-6 {
  margin-left: -26px;
}

.paragraph-5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.button-2 {
  color: #182634;
  text-align: center;
  background-color: #fff;
  border: 2px solid #070707;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  padding: 16px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #070707;
}

.button-2._2 {
  background-color: var(--dodger-blue);
  padding-left: 40px;
  padding-right: 40px;
}

.button-2._2.lks {
  border-color: var(--black);
  color: #fff;
}

.button-2._2.lks:hover {
  background-color: #000;
}

.a-header-content-2 {
  max-width: 470px;
}

.a-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3;
}

.div-block-7 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.div-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 32px 60px;
  font-size: 26px;
  font-weight: 800;
  display: flex;
}

.free-domain-included {
  background-color: #0000;
  border-radius: 90px;
  padding: 10px 20px 10px 0;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.section-copy {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-copy.uh-copy {
  color: #fff;
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/Mask-Group-8.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-ph {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-ph.uh-ph {
  color: #fff;
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/VPS-Background-7.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-us-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-us-wrapper.mb-140 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.div-block-9 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.jumbo-heading {
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
}

.contact-links-grid {
  grid-column-gap: 140px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-link-icon-block {
  background-color: var(--alice-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.contact-link-block {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.2;
}

.map-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-10 {
  grid-column-gap: 16px;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.image-6 {
  width: 100%;
}

.contact-section-copy {
  color: #fff;
  background-image: url('../images/Mask-Group-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -5px;
  padding-top: 0;
  padding-bottom: 27px;
}

.cloud-service-button-copy {
  float: none;
  clear: none;
  text-align: left;
  background-color: #0085c6;
  border: 2px solid #0085c6;
  border-radius: 32px;
  margin-top: 40px;
  padding: 14px 40px;
  transition: all .25s;
  position: static;
  inset: auto auto 0% 41%;
}

.cloud-service-button-copy:hover {
  background-color: var(--black);
}

.price-copy {
  color: var(--ghost-white);
  margin-top: 24px;
  font-size: 38px;
  font-weight: 600;
  display: inline-block;
}

.price-copy.lks {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
}

.heading-5 {
  font-size: 16px;
}

.text-block-3 {
  padding-bottom: 10px;
}

.sub-heading-copy {
  padding-top: 10px;
}

.heading-1-copy {
  color: var(--dodger-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.heading-1-copy.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.heading-1-copy.mb-20 {
  margin-bottom: 20px;
}

.heading-1-copy.center.black {
  color: var(--black);
  text-align: center;
  font-size: 25px;
}

.heading-1-copy.mn {
  width: 410px;
}

.heading-1-copy.my-12-copy {
  margin-top: 12px;
  margin-bottom: 12px;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slider-3 {
  background-color: #fff0;
  width: 100%;
  height: auto;
}

.slide-nav-3 {
  display: flex;
}

.slide-nav-3:active {
  display: block;
}

._w-slider-dot {
  display: flex;
}

.section-copy-2 {
  background-image: linear-gradient(260deg, #0000, #fff 63%), url('../images/WhatsApp-Image-2023-11-12-at-23.07.26_c1fd1f80.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: center;
  height: 470px;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.hero-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.container-3 {
  max-width: 1200px;
  padding-left: 0;
}

.heading-6 {
  color: #030f28;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-6.mb-20 {
  color: #000;
  margin-top: 45px;
  margin-bottom: 20px;
}

.large-paragraph {
  color: #000;
  margin-bottom: 60px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
}

.button-3 {
  background-color: #030f28;
  border-radius: 100px;
  padding: 12px 23px;
}

.hero-image-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.section-copy-2-copy {
  background-image: linear-gradient(260deg, #0000, #fff 63%), url('../images/vps.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 470px;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.section-copy-2-copy.storage {
  background-image: linear-gradient(260deg, #0000, #fff 63%), url('../images/shiny-night-city.jpg');
  background-position: 0 0, 50%;
  height: 700px;
}

.section-copy-2-copy.bare-metal {
  background-image: linear-gradient(260deg, #0000, #fff 71%), url('../images/844.jpg');
  background-position: 0 0, 50%;
}

.section-copy-2-copy.vds {
  background-image: linear-gradient(260deg, #0000, #fff 63%), url('../images/1825.jpg');
  background-position: 0 0, 50% 100%;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  align-items: center;
  display: flex;
}

.columns-2 {
  align-items: stretch;
  display: flex;
}

.heading-7 {
  color: #44a0ff;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
}

.container-4 {
  max-width: 1200px;
}

.button-4 {
  color: #000;
  background-color: #fff0;
  border: 2px solid #000;
  border-radius: 20px;
  margin-right: 0;
  padding: 14px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: background-color .4s;
}

.button-4:hover {
  color: #fff;
  background-color: #000;
}

.button-4.white {
  color: #fff;
  background-color: #000;
  margin-right: 20px;
  transition: background-color .4s;
}

.button-4.white:hover {
  color: #000;
  background-color: #fff0;
}

.slider-4 {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 600px;
  display: flex;
}

.div-block-14 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.columns-3 {
  flex-flow: row;
  align-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.slide-nav-4 {
  display: flex;
}

.column-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.div-block-15 {
  background-color: #d2e8ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.column-4 {
  flex-direction: row;
  display: block;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-16 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 300px;
  display: flex;
}

.banimg {
  background-image: url('../images/ezgif-2-f0b1f98a99.png');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 32em;
}

.banimg.secimg {
  background-image: url('../images/hero-2.png');
}

.banimg.thirdimg {
  background-image: url('../images/hero-2-p-500_1.png');
}

.banimg.forth-img {
  background-image: url('../images/SS-Storage-1---Copy2.png');
  background-position: 50%;
}

.link-block {
  color: #fff;
  display: block;
}

.section-4 {
  margin-top: 100px;
  margin-bottom: 0;
}

.container-6 {
  max-width: 1400px;
}

.tab-grid-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-card {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  transition: all .2s;
  display: flex;
}

.services-card:hover {
  background-color: #ededed;
}

.service-image {
  width: 80px;
}

.heading-8 {
  letter-spacing: .5px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-8.small {
  font-size: 16px;
}

.services-text {
  flex: 1;
  margin-bottom: 40px;
  line-height: 16px;
}

.text-block-4 {
  color: var(--steel-blue);
}

.icon-6 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.container-7 {
  max-width: 1200px;
}

.image-7 {
  max-width: 60%;
}

.column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-5.img {
  align-items: flex-start;
}

.column-5.img.right {
  align-items: flex-end;
}

.columns-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.columns-4.ims {
  flex-direction: row-reverse;
  margin-top: 13px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-5 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.see-all-link-block {
  color: #030f28;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.see-all-link {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.icon-3 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.paragraph-7 {
  margin-top: 17px;
  padding-left: 20px;
  font-weight: 300;
}

.faqs {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.div-block-18 {
  background-color: #e7f3ff;
  padding: 10px;
}

.accordion-wrap {
  border: 1px solid #f2f3ff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 30px -10px #1d01501a;
}

.faq-item {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.faq-question {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.faq-question:hover {
  color: #000;
}

.p-m-wrap {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.minus {
  background-color: #000;
  border-radius: 20px;
  width: 100%;
  height: 3px;
  position: absolute;
}

.plus {
  background-color: #000;
  border-radius: 20px;
  width: 3px;
  height: 100%;
  position: absolute;
}

.faq-answer {
  text-align: left;
  border-bottom: 1px #cfcfcf;
  width: 100%;
  overflow: hidden;
}

.faq-p {
  color: #000;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.section-10 {
  background-color: #793c3c;
  height: 800px;
}

.section-10._360 {
  background-color: #793c3c00;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -353px;
  margin-bottom: 60px;
  display: flex;
}

.container-12 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.image-8 {
  margin-top: 0;
  padding: 0;
}

.intro-section {
  background-color: #f4f7fa;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.intro-container {
  text-align: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.intro-title {
  font-size: 2.5rem;
  line-height: 1.5em;
}

.termssection {
  background-image: linear-gradient(#faf9fa, #fff);
  padding: 6rem 2rem;
  position: relative;
}

.terms-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.terms-lable-head {
  background-color: #0000;
  max-width: 64ch;
  text-decoration: none;
}

.terms-groups-wrapper {
  width: 80%;
  padding: 0 1rem 1rem;
  position: static;
  left: 30%;
}

.faq-arrow {
  z-index: 0;
  filter: grayscale();
  position: relative;
}

.terms-content {
  padding: 0 2rem;
  overflow: hidden;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-19.divs {
  grid-template-columns: 1fr 1.5fr;
}

.div-block-19._3 {
  grid-template-columns: .75fr .75fr 1fr;
}

.div-block-19.sla {
  grid-template-columns: .5fr 1.85fr;
  margin-left: 60px;
}

.div-block-19.sla2 {
  grid-template-columns: 1.25fr .5fr .5fr .7fr;
}

.termscontainer {
  flex-direction: row;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.terms-menu-wrapper {
  width: 22%;
  height: 100%;
  position: sticky;
  top: 6rem;
}

.faq-answer-p {
  line-height: 1.9em;
}

.link-3 {
  color: #454dec;
}

.terms-group-row {
  width: 100%;
  padding-top: 0;
  padding-bottom: .5rem;
}

.div-block-20 {
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 20px 3px 10px 10px;
}

.div-block-21 {
  border: 1px solid #434343;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-21.head {
  background-color: #e1e1e1;
}

.div-block-21.noborder {
  border-style: none;
}

.faq-question-label {
  color: #3c3d49;
  background-color: #0000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

.terms-head-yakam {
  cursor: pointer;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  display: flex;
}

.terms-menu-items {
  color: #20202466;
  flex: none;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.terms-menu-items.w--current {
  box-shadow: none;
  color: #3c3d49;
  border-radius: 999px;
  font-weight: 700;
  transition: color .3s, font-size .3s;
}

.accordion-item {
  padding: 0;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 2rem;
  display: flex;
}

.accordion-heading {
  color: #3c3d49;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
}

.accordion-item-content {
  margin-top: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}

.image-9 {
  filter: grayscale();
}

.image-10 {
  max-width: 50%;
}

.text-block-6 {
  color: #9c9c9c;
  font-style: italic;
  text-decoration: line-through;
}

.container-large {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.padding-overflow-mobile {
  padding-left: 0;
  padding-right: 0;
}

.features-tab-wrapper {
  background-color: #fff;
  border-radius: 40px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px -10px #66607936;
}

.table-row-grey-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f8fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .75fr 1.5fr 1.5fr 1fr 1fr;
  align-items: center;
  padding: 40px;
  position: relative;
}

.table-row-grey-2.headers {
  color: #fff;
  background-color: #182634;
  grid-template-columns: 1fr .5fr .5fr .75fr 1.5fr 1.5fr 1fr 1fr;
  font-size: 20px;
  font-weight: 800;
}

.table-row-grey-2._1 {
  background-color: #e2eaf2;
}

.heading-10 {
  color: #44a0ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.heading-10.center.black {
  color: #070707;
  text-align: center;
  font-size: 25px;
}

.header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0d1317;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.25rem;
  display: flex;
}

.tabs-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.slider-tab {
  max-width: 80rem;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.alert-block-2 {
  background-color: #d2e8ff;
  border-radius: 90px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.alert-block-2.vps-pricing {
  background-color: #ffdc7b;
  border-radius: 0;
  padding: 7px 30px;
  font-size: 14px;
  position: absolute;
  inset: -10px auto auto -10px;
}

.alert-block-2.vps-pricing._2 {
  background-color: #44a0ff;
  padding-right: 28px;
  top: 0;
  left: 0;
}

.alert-block-2.vps-pricing._2.s {
  background-color: #ffd644;
}

.alert-block-2.vps-pricing._2.f {
  border-radius: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  top: -43px;
  left: 44px;
}

.alert-block-2.vps-pricing._3 {
  background-color: #44a0ff;
  top: 0;
  left: 0%;
}

.tab-button-line-2 {
  color: #f6f8fc;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #0000;
  width: 100%;
  padding: 12px 44px;
  font-weight: 500;
}

.tab-button-line-2.w--current {
  color: #f6f8fc;
  background-color: #0085c6;
  border-radius: 24px;
  width: 100%;
  font-weight: 700;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.subheader-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: stretch;
  display: flex;
}

.container-13 {
  max-width: 100%;
}

.heading-style-h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.grid-cell-3 {
  text-align: center;
}

.image-11 {
  width: 5em;
}

.round_tab-menu {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 3.5rem;
  display: flex;
}

.round-tab {
  background-color: #fff0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 10%;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0 20px;
  line-height: 20px;
  display: flex;
}

.round-tab:hover {
  background-color: #fff;
}

.round-tab.w--current {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 14px #5d6ec70a;
}

.haysam {
  font-family: Open Sans, sans-serif;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-global {
  width: 1200px;
}

.header2_image {
  aspect-ratio: auto;
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
  height: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.header2_content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.header2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-span-royalblue {
  color: #44a0ff;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.single-product {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #44a0ff;
  border: 1px solid #44a0ff;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .3s;
}

.button-5:hover {
  background-color: #0a57a5;
}

.container-large-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header2_image-wrapper {
  background-image: linear-gradient(320deg, #0215b1, #3356f9 29%, #0c33e6 52%);
  border: 0 #000;
  border-radius: 12px;
  padding: 1.5rem;
}

.header2_image-wrapper.shadow-medium {
  background-image: none;
  padding: 0;
}

.pricing_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing_number {
  font-size: 3rem;
  font-weight: 600;
}

.pricing {
  border: 1px solid #ebebeb;
  border-radius: 1.25rem;
  padding: .5rem;
}

.pricing.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.text-weight-bold {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.container-medium {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pricing_number-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #2c2c2c0d;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.pricing_list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.pricing_top-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-6.is-tertiary {
  color: #fff;
  background-color: #292929;
  border-style: solid;
}

.button-6.is-tertiary.is-full-width {
  background-color: #44a0ff;
  width: 100%;
  font-family: Open Sans, sans-serif;
  transition: background-color .375s cubic-bezier(.95, .05, .795, .035);
}

.button-6.is-tertiary.is-full-width:hover {
  background-color: var(--steel-blue);
}

.vpn-price {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}

.flex-block-2 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pricing_inner {
  background-color: #f6f6f680;
  border-radius: 13px;
  padding: 1.5rem;
}

.padding-global-2 {
  width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.is-brand {
  color: #2962ff;
  width: 3rem;
  height: 3rem;
}

.map-pin {
  filter: hue-rotate(225deg);
  background-color: #0000;
  background-image: url('../images/interface.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 50px;
  transition: all .2s;
  position: absolute;
  top: 127px;
  left: 90px;
}

.map-pin:hover {
  filter: hue-rotate(200deg);
  transform: translate(0, -3px);
}

.map-pin.sensitive-nations {
  z-index: 1;
  top: 150px;
  left: 534px;
}

.map-pin.western-europe {
  top: 58px;
  left: 403px;
}

.map-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 900px;
  max-width: 1200px;
  height: 540px;
  display: flex;
  position: relative;
}

.map-pin-tooltip {
  background-color: #fff;
  border: 2px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -45px;
  padding: 0 10px;
  display: flex;
  position: absolute;
  top: 7px;
  left: -56px;
  right: -56px;
  box-shadow: 1px 1px 10px 2px #00000040;
}

.map-section {
  justify-content: center;
  align-items: center;
  height: 75vh;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.map-image {
  filter: contrast() brightness(200%) hue-rotate(90deg);
  max-width: 992px;
  height: 560px;
  margin-top: 0;
}

.country {
  color: #c11818;
  text-align: center;
  width: 130px;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.container-14 {
  background-color: #edeff4;
  max-width: 100%;
  height: 100%;
  padding-top: 50px;
}

.flex-block-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-11 {
  max-width: 100%;
  height: 1475px;
}

.section-11.bare-metal {
  height: 2640px;
}

.heading-11 {
  text-align: center;
}

.image-12 {
  width: 150px;
}

.container-15 {
  max-width: 1200px;
}

.hero-content-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.heading-12 {
  color: #030f28;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-12.mb-20 {
  color: #000;
  margin-top: 45px;
  margin-bottom: 20px;
}

.section-copy-3 {
  background-image: linear-gradient(260deg, #0000, #fff 63%), url('../images/kubr-12.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 500px;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.large-paragraph-2 {
  color: #000;
  margin-bottom: 60px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
}

.div-block-3-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.heading-13 {
  text-align: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.section-12 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-12.about {
  padding-left: 60px;
  padding-right: 60px;
}

.image-13 {
  max-width: 26%;
}

.bold-text {
  font-size: 30px;
}

.paragraph-9, .paragraph-10, .paragraph-3 {
  text-align: center;
}

.heading-4-copy {
  color: #44a0ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.heading-4-copy.mb-20-copy {
  color: #585858;
  text-align: center;
  margin-bottom: 20px;
}

.feature-label {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.feature-label.head {
  font-size: 15px;
  font-weight: 300;
}

.price-card_1 {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.flex-block-4 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.price-wrap_top {
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  display: flex;
}

.grid_2-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  min-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.button-7 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-7:hover {
  box-shadow: none;
  background-color: #000;
}

.button-7.in-form {
  background-color: #383838;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition: background-color .525s;
  display: flex;
}

.button-7.in-form:hover {
  background-color: #202020;
}

.spacer_xl {
  width: 100%;
  height: 25px;
}

.feature-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-7 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.icon-7.dark {
  color: #000;
  width: 25px;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.1;
}

.baremetal-page {
  margin-top: 100px;
  margin-bottom: 100px;
}

.image-14 {
  max-width: 144px;
  margin-top: 28px;
}

@media screen and (min-width: 1280px) {
  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .alert-block.vps-pricing._2 {
    top: 0;
  }

  .alert-block.vps-pricing._2.s {
    background-color: var(--yellow);
  }

  .alert-block.vps-pricing._2.f {
    display: none;
    left: 38px;
  }

  .alert-block.vps-pricing._3 {
    top: 0;
  }

  .search-wrapper {
    width: 900px;
  }

  .price-features-text {
    width: 200px;
  }

  .section.vpss {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .tabs-standard {
    width: 100%;
  }

  .tabs-menu-button {
    border-radius: 24px;
    width: 50%;
  }

  .tab-button-line {
    width: 100%;
  }

  .tab-button-line.w--current {
    text-align: center;
    padding-left: 44px;
    padding-right: 44px;
    text-decoration: none;
  }

  .table-title {
    text-align: center;
  }

  .table-title.head {
    text-align: left;
  }

  .buy-button {
    text-align: center;
    margin-left: 0;
  }

  .vps-detail.bold {
    font-size: 20px;
  }

  .grid-cell {
    text-align: center;
    justify-content: center;
  }

  .grid-cell.titles {
    justify-content: flex-start;
  }

  .price-vps {
    text-align: center;
  }

  .table-row-grey {
    grid-template-columns: .75fr .5fr .5fr .75fr 1fr 1fr 1fr 1fr;
  }

  .table-row-grey._1 {
    background-color: #18263426;
    grid-template-columns: .75fr .5fr .5fr .75fr 1fr 1fr 1fr 1fr;
  }

  .table-row-grey._1.vps {
    grid-template-columns: 1fr .5fr .5fr .75fr 1.5fr 1.5fr 1fr;
  }

  .table-row-grey.headers {
    grid-template-columns: .75fr .5fr .5fr .75fr 1fr 1fr 1fr 1fr;
    font-size: 20px;
  }

  .div-block-6 {
    margin-left: 0;
  }

  .sub-heading-copy, .text-span-2 {
    font-size: 22px;
  }

  .slider-3 {
    width: 100%;
  }

  .section-copy-2 {
    background-size: cover;
  }

  .container-7 {
    background-image: url('../images/3653448.png');
    background-position: 0 0;
    background-size: auto;
  }

  .image-7 {
    max-width: 60%;
  }

  .column-5 {
    justify-content: center;
    align-items: flex-start;
  }

  .column-5.img {
    align-items: flex-start;
  }

  .column-5.img.right {
    align-items: flex-end;
  }

  .columns-4.ims {
    justify-content: space-between;
    align-items: center;
  }

  .flex-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-10._360 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-top: -288px;
    margin-bottom: 0;
    display: flex;
  }

  .container-12 {
    width: 100%;
  }

  .image-8 {
    max-width: 100%;
  }

  .table-row-grey-2 {
    grid-template-columns: .75fr .5fr .5fr .75fr 1fr 1fr 1fr 1fr;
  }

  .table-row-grey-2.headers {
    grid-template-columns: .75fr .5fr .5fr .75fr 1fr 1fr 1fr 1fr;
    font-size: 20px;
  }

  .table-row-grey-2._1 {
    background-color: #18263426;
    grid-template-columns: .75fr .5fr .5fr .75fr 1fr 1fr 1fr 1fr;
  }

  .alert-block-2.vps-pricing._2 {
    top: 0;
  }

  .alert-block-2.vps-pricing._2.s {
    background-color: #ffd644;
  }

  .alert-block-2.vps-pricing._3 {
    top: 0;
  }

  .tab-button-line-2 {
    width: 100%;
  }

  .tab-button-line-2.w--current {
    text-align: center;
    padding-left: 44px;
    padding-right: 44px;
    text-decoration: none;
  }

  .container-14, .div-block-22 {
    background-color: #edeff4;
  }

  .heading-11 {
    text-align: center;
  }

  .section-copy-3 {
    background-image: linear-gradient(260deg, #0000, #fff 63%), url('../images/kubr-14.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 550px;
  }
}

@media screen and (min-width: 1440px) {
  .container.smd {
    max-width: 1200px;
  }

  .search-wrapper {
    width: 900px;
  }

  .section-copy-2 {
    background-image: linear-gradient(260deg, #0000, #fff 60%), url('../images/WhatsApp-Image-2023-11-12-at-23.07.26_c1fd1f80.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .div-block-12 {
    align-items: center;
  }

  .column {
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container-4 {
    max-width: 1200px;
  }

  .column-5.img {
    align-items: flex-start;
  }

  .column-5.img.right {
    align-items: flex-end;
  }

  .hero-wrapper {
    padding-bottom: 0;
  }

  .section-copy-3 {
    background-image: linear-gradient(260deg, #0000, #fff 60%), url('../images/kubr-14.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    height: 600px;
    padding-top: 0;
  }

  .div-block-3-copy {
    margin-bottom: 25px;
  }

  .heading-4-copy.mb-20-copy {
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .container.smd {
    max-width: 1400px;
  }

  .slide {
    height: 100%;
  }

  .search-wrapper {
    width: 900px;
  }

  .cloud-services-section {
    border: 1px #000;
  }

  .tabs-menu-button {
    border-radius: 35px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .table-row-grey.headers {
    background-color: var(--midnight-blue);
    color: #fff;
    font-size: 24px;
    font-weight: 800;
  }

  .about-us-wrapper.mb-140 {
    margin-bottom: 40px;
  }

  .slider-3 {
    width: 104%;
  }

  .img {
    flex: none;
    width: 80%;
    display: block;
  }

  .section-copy-2 {
    background-image: linear-gradient(260deg, #0000, #fff 63%), url('../images/WhatsApp-Image-2023-11-12-at-23.07.26_c1fd1f80.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .columns-2 {
    justify-content: center;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .div-block-13 {
    width: 560px;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-4, .container-7 {
    max-width: 1400px;
  }

  .image-7 {
    max-width: 40%;
  }

  .column-5 {
    display: block;
  }

  .column-5.img {
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

  .column-5.img.right {
    align-items: flex-end;
  }

  .columns-4 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section-10._360 {
    margin-top: -450px;
    display: flex;
  }

  .container-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .html-embed {
    margin-left: 0;
  }

  .table-row-grey-2.headers {
    color: #fff;
    background-color: #182634;
    font-size: 24px;
    font-weight: 800;
  }

  .alert-block-2.vps-pricing._2.f {
    top: -50px;
  }

  .container-15 {
    max-width: 1200px;
  }

  .section-copy-3 {
    background-image: linear-gradient(260deg, #0000, #fff 63%), url('../images/kubr-12.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 670px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-3-copy {
    margin-bottom: 3px;
  }

  .image-13 {
    text-align: center;
    object-fit: fill;
    position: static;
  }

  .heading-4-copy.mb-20-copy {
    padding-top: 36px;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-list-2.w--open {
    margin-top: 0;
    margin-left: 0;
    padding-left: 30px;
    position: relative;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-link {
    color: #7a7a7a;
    background-color: #c8c8c8;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #0085c6;
  }

  .cart-link {
    display: none;
  }

  .nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .container, .container.small, .container.smd {
    max-width: 90%;
  }

  .dropdown-toggle-2 {
    color: #7a7a7a;
  }

  .dropdown-list.w--open {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .dropdown-2 {
    background-color: #c8c8c8;
    min-width: 0;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-wrapper {
    justify-content: space-between;
  }

  .hero-section {
    padding-top: 140px;
  }

  .slide-nav {
    display: none;
  }

  .slide-content {
    flex-direction: column;
    align-items: stretch;
  }

  .alert-block.pricing {
    margin-top: 20px;
    margin-right: 20px;
  }

  .heading-1 {
    font-size: 38px;
  }

  .button.dark {
    min-width: 0;
  }

  .slide-image-block {
    align-self: center;
    max-width: 60%;
  }

  .pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .pricing-block {
    padding: 40px 20px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .price {
    margin-top: 10px;
    font-size: 34px;
  }

  .pricing-features-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 32px;
    display: flex;
  }

  .cloud-services-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cloud-service-block {
    padding: 40px 15px;
  }

  .cloud-service-button {
    margin-top: 32px;
  }

  .cloud-service-icon {
    height: 70px;
    margin-bottom: 20px;
  }

  .web-services-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .web-services-block {
    justify-content: space-between;
  }

  .benefits-wrapper, .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-2 {
    width: 90%;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .a-header-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .div-block-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu-button {
    width: auto;
  }

  .vps-detail.bold {
    font-size: 20px;
  }

  .table-lable-grid {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
  }

  .table-wrapper {
    overflow: auto;
  }

  .table-row-grey {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .table {
    min-width: 980px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .div-block-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .jumbo-heading {
    font-size: 50px;
  }

  .contact-links-grid {
    grid-column-gap: 80px;
  }

  .cloud-service-button-copy {
    margin-top: 32px;
  }

  .price-copy {
    margin-top: 10px;
    font-size: 34px;
  }

  .heading-1-copy {
    font-size: 38px;
  }

  .slider-3 {
    width: 100%;
  }

  .container-3 {
    width: 90%;
  }

  .terms-menu {
    z-index: 9999999;
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: auto;
  }

  .terms-groups-wrapper {
    width: 100%;
  }

  .faq-arrow {
    z-index: 0;
    position: relative;
  }

  .terms-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .termscontainer {
    flex-direction: column;
  }

  .terms-menu-wrapper {
    z-index: 9999;
    background-color: #fff;
    border-radius: .5rem;
    width: 100%;
    top: 1rem;
    box-shadow: 0 25px 50px -12px #00000026;
  }

  .terms-group-row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .terms-head-yakam {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .terms-itemss-wrapper {
    z-index: 8888;
    position: static;
  }

  .terms-menu-items.w--current {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .padding-overflow-mobile {
    overflow: visible;
  }

  .table-row-grey-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heading-10 {
    font-size: 38px;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_home-function {
    min-height: 32rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header2_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .map-pin {
    width: 35px;
    height: 50px;
    top: 166px;
    left: 134px;
  }

  .map-pin.sensitive-nations {
    top: 182px;
    left: 404px;
  }

  .map-pin.western-europe {
    z-index: 0;
    top: 147px;
    left: 326px;
  }

  .map-wrapper-2 {
    min-width: 768px;
    max-width: 0;
  }

  .map-pin-tooltip.north-america {
    display: none;
  }

  .map-image {
    min-width: 85%;
    max-width: 0;
    height: auto;
  }

  .container-15 {
    max-width: 100%;
    padding-left: 42px;
    padding-right: 42px;
  }

  .heading-13 {
    font-size: 30px;
  }

  .heading-4-copy {
    font-size: 38px;
  }

  .price-card_1 {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-link {
    color: #7a7a7a;
  }

  .dropdown-list.w--open {
    background-color: #c8c8c8;
  }

  .hero-section {
    padding-top: 140px;
  }

  .heading-1 {
    font-size: 34px;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button {
    font-size: 16px;
  }

  .domain-search-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .search-wrapper {
    width: 100%;
  }

  .search-block {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .search-input {
    min-height: 60px;
  }

  .search-submit {
    max-height: 46px;
    margin-top: 8px;
    margin-left: -209px;
  }

  .pricing-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading-2 {
    font-size: 26px;
  }

  .price {
    font-size: 24px;
  }

  .old-price {
    font-size: 13px;
  }

  .cloud-services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cloud-services-wrapper {
    flex-direction: column;
    display: flex;
  }

  .cloud-service-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .web-services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .web-services-wrapper {
    flex-direction: column;
    display: flex;
  }

  .web-services-block {
    max-width: none;
  }

  .benefits-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .benefits-wrapper {
    flex-direction: column;
    display: flex;
  }

  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-logo-block {
    align-self: stretch;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-brand {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section.about {
    padding-top: 20px;
  }

  .div-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px 40px;
    font-size: 21px;
  }

  .tab-button-line {
    width: auto;
  }

  .button-2 {
    font-size: 16px;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .about-us-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .about-us-wrapper.mb-140 {
    flex-direction: column;
    display: flex;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .jumbo-heading {
    max-width: none;
    font-size: 36px;
  }

  .contact-links-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .map-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .price-copy {
    font-size: 24px;
  }

  .heading-1-copy {
    font-size: 34px;
  }

  .slider-3 {
    width: 100%;
  }

  .hero-wrapper-copy {
    display: block;
  }

  .slider-4 {
    height: 870px;
  }

  .columns-3 {
    flex-direction: column;
  }

  .div-block-15 {
    width: 40%;
  }

  .tab-grid-copy-copy {
    display: block;
  }

  .intro-section {
    height: 200px;
  }

  .intro-title {
    font-size: 2rem;
    line-height: 1.5em;
  }

  .termssection {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .terms-content {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-answer-p {
    font-size: .875rem;
  }

  .terms-group-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-question-label {
    font-size: 1rem;
  }

  .terms-head-yakam {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .terms-menu-items {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .terms-menu-items.w--current {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .padding-overflow-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-10 {
    font-size: 34px;
  }

  .slider-tab {
    margin-top: 20px;
  }

  .tab-button-line-2 {
    width: auto;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_home-function {
    min-height: 24rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .round_tab-menu {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: row;
    justify-content: flex-start;
  }

  .round-tab {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header2_component {
    grid-row-gap: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing_grid {
    grid-template-columns: 1fr;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .map-pin {
    width: 25px;
    height: 40px;
    top: 198px;
    left: 40px;
  }

  .map-pin.sensitive-nations {
    top: 218px;
    left: 259px;
  }

  .map-pin.western-europe {
    top: 186px;
    left: 191px;
  }

  .map-wrapper-2 {
    min-width: 480px;
    max-width: 767px;
  }

  .map-image {
    min-width: 100%;
  }

  .container-15 {
    max-width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero-wrapper {
    display: block;
  }

  .heading-13 {
    font-size: 26px;
  }

  .section-12.about {
    padding-top: 20px;
  }

  .heading-4-copy {
    font-size: 34px;
  }

  .price-card_1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid_2-4 {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-list-2.w--open {
    background-color: #fff;
    padding-left: 0;
  }

  .nav-link {
    background-color: #fff;
    min-width: 100%;
  }

  .dropdown-link {
    background-color: #fff;
  }

  .nav-menu {
    color: #fff;
    background-color: #fff;
    flex-flow: column;
  }

  .container.dasd {
    display: flex;
  }

  .container.ds {
    max-width: 100%;
  }

  .dropdown-toggle-2 {
    min-width: 100%;
  }

  .dropdown-toggle-2:hover {
    color: #4a4a4a;
  }

  .dropdown-toggle-2.w--open:hover {
    color: #464646;
  }

  .dropdown-toggle {
    display: flex;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    min-width: 0%;
  }

  .dropdown-2 {
    background-color: #fff;
    min-width: 100%;
  }

  .dropdown-2:hover {
    background-color: #fff;
  }

  .dropdown-link-2 {
    padding-left: 40px;
  }

  .dropdown {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
  }

  .body {
    font-size: 16px;
  }

  .alert-block.pricing.green {
    margin-top: 20px;
  }

  .alert-block.vps-pricing {
    margin-top: 2px;
    padding: 7px 10px;
  }

  .alert-block.vps-pricing._2.f {
    display: none;
  }

  .heading-1, .heading-1.mb-20 {
    font-size: 20px;
  }

  .sub-heading {
    font-size: 17px;
    font-weight: 500;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .button {
    flex-direction: row;
    justify-content: center;
  }

  .button.dark {
    font-size: 14px;
  }

  .slide-image-block {
    max-width: 100%;
  }

  .heading-3 {
    font-size: 18px;
  }

  .search-wrapper {
    width: auto;
  }

  .search-form {
    flex-direction: column;
  }

  .search-input {
    border-radius: 10px;
    min-height: 50px;
    margin-bottom: 10px;
  }

  .search-submit {
    border-radius: 10px;
    max-height: 60px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph-grey {
    font-size: 14px;
  }

  .pricing-grid {
    flex-direction: column;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-block {
    width: 300px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .price {
    font-size: 18px;
  }

  .price-features-text {
    font-size: 12px;
  }

  .cloud-services-wrapper {
    margin-top: 60px;
  }

  .cloud-service-title {
    font-size: 20px;
  }

  .cloud-service-icon.das {
    height: 130px;
  }

  .cloud-service-desc {
    font-size: 14px;
  }

  .web-services-wrapper {
    margin-top: 60px;
  }

  .web-services-title {
    font-size: 18px;
  }

  .web-services-paragraph {
    font-size: 14px;
  }

  .list-item {
    margin-bottom: 10px;
  }

  .benefits-text {
    font-size: 18px;
  }

  .contact-title {
    font-size: 20px;
  }

  .div-block-2 {
    margin-top: 45px;
  }

  .div-block {
    display: block;
  }

  .section.partners {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .section._1 {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.about {
    padding-top: 0;
  }

  .section.contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mask {
    width: 100%;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .a-header-button-wrapper, .a-header-grid {
    flex-direction: column;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .image-5 {
    max-width: 130%;
  }

  .tabs-standard {
    justify-content: flex-start;
    align-items: stretch;
  }

  .tabs-standard.vds {
    justify-content: flex-start;
    align-items: center;
  }

  .tabs-menu-button {
    flex-direction: row;
    width: auto;
    display: flex;
  }

  .tabs-menu-button.vps {
    justify-content: center;
    align-items: stretch;
    width: 140px;
    position: static;
  }

  .tabs-menu-button.vds {
    flex-flow: row;
    justify-content: space-between;
    width: 82%;
  }

  .tab-button-line {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-content {
    object-fit: fill;
    overflow: hidden;
  }

  .table-title {
    text-align: left;
    font-size: 16px;
  }

  .vps-detail {
    font-size: 16px;
  }

  .grid-cell {
    justify-content: flex-start;
  }

  .table-lable-grid {
    grid-column-gap: 14px;
  }

  .price-vps {
    text-align: left;
    font-size: 18px;
  }

  .table-row-grey {
    grid-column-gap: 14px;
    padding: 24px;
  }

  .table {
    padding-bottom: 20px;
  }

  .jumbo-heading {
    font-size: 32px;
  }

  .contact-link-icon-block {
    width: 50px;
    height: 50px;
  }

  .contact-link-icon {
    width: 26px;
  }

  .contact-link-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .cloud-service-button-copy {
    left: 23%;
  }

  .sub-heading-copy {
    font-size: 17px;
    font-weight: 500;
  }

  .heading-1-copy {
    font-size: 30px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .slider-3 {
    width: 100%;
  }

  .slide-nav-3 {
    justify-content: center;
    align-items: center;
  }

  .div-block-11 {
    width: 300px;
  }

  .img {
    max-width: 100%;
    display: block;
  }

  .section-copy-2 {
    background-image: linear-gradient(#fff 26%, #fff0), url('../images/WhatsApp-Image-2023-11-12-at-23.07.26_c1fd1f80_1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    align-items: flex-start;
    height: 571px;
    padding-top: 0;
  }

  .hero-content-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .heading-6.mb-20 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .large-paragraph {
    margin-bottom: 0;
  }

  .hero-image-wrap {
    display: none;
  }

  .section-copy-2-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#fff 52%, #fff0), url('../images/kubr-18.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: stretch;
    height: 571px;
    padding-top: 0;
    display: flex;
  }

  .section-copy-2-copy.storage {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    height: 500px;
  }

  .section-copy-2-copy.bare-metal {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-copy-2-copy.vds {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 30px;
  }

  .button-4 {
    text-align: center;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button-4.white {
    text-align: center;
    width: 50%;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .slider-4 {
    height: 680px;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-3 {
    flex-direction: column;
  }

  .div-block-15 {
    width: 30%;
  }

  .column-4 {
    padding: 30px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-16 {
    padding-top: 26px;
  }

  .banimg {
    background-position: 50%;
    height: 20em;
  }

  .services-text {
    font-size: 12px;
  }

  .column-5.img {
    align-items: center;
    display: flex;
  }

  .column-5.img.right {
    align-items: center;
    margin-bottom: 27px;
    display: flex;
  }

  .columns-4, .columns-4.ims {
    flex-direction: column-reverse;
  }

  .flex-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9 {
    font-size: 16px;
    line-height: 20px;
  }

  .faq-answer {
    object-fit: fill;
  }

  .section-10._360 {
    height: 240px;
    margin-top: 82px;
    display: block;
  }

  .html-embed {
    height: 200px;
  }

  .text-block-5 {
    font-size: 9px;
  }

  .intro-title {
    font-size: 1.5rem;
  }

  .termssection {
    padding-top: 0;
  }

  .div-block-19 {
    overflow: auto;
  }

  .div-block-19._3 {
    overflow: scroll;
  }

  .terms-group-row {
    padding-top: 0;
    padding-bottom: .5rem;
  }

  .accordion-item-trigger {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .accordion-item-content {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-overflow-mobile {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-row-grey-2 {
    grid-column-gap: 14px;
    padding: 24px;
  }

  .heading-10 {
    font-size: 20px;
  }

  .header-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .alert-block-2.vps-pricing {
    margin-top: 2px;
    padding: 7px 10px;
  }

  .alert-block-2.vps-pricing._2.f {
    display: none;
    left: -22px;
  }

  .tab-button-line-2 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-button-line-2.w--current {
    width: 40%;
    font-weight: 400;
  }

  .subheader-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .image-11 {
    width: 100%;
  }

  .round_tab-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    height: auto;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .round-tab {
    text-align: center;
    border-radius: 16px;
    flex: 0 auto;
    width: 40%;
    padding: 18px;
    font-size: .9rem;
  }

  .padding-global {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header2_image {
    aspect-ratio: auto;
  }

  .header2_component {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .single-product {
    width: 100%;
  }

  .pricing.grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .vpn-price {
    width: 100%;
    margin-bottom: 0;
  }

  .padding-global-2 {
    width: 100%;
  }

  .map-pin {
    width: 20px;
    height: 35px;
    top: 211px;
    left: 33px;
  }

  .map-pin.sensitive-nations {
    top: 230px;
    left: 173px;
  }

  .map-pin.western-europe {
    top: 209px;
    left: 121px;
  }

  .map-wrapper-2 {
    min-width: 320px;
    max-width: 479px;
  }

  .map-pin-tooltip {
    padding-left: 5px;
    padding-right: 5px;
    left: -50px;
    right: -50px;
  }

  .map-pin-tooltip.north-america {
    display: none;
  }

  .map-section {
    height: 50vh;
  }

  .map-image {
    min-width: 320px;
    max-width: 320px;
  }

  .country {
    padding-right: 18px;
    font-size: 12px;
  }

  .container-14 {
    padding-top: 20px;
  }

  .section-11 {
    height: 2500px;
  }

  .section-11.bare-metal {
    height: 3500px;
  }

  .heading-11 {
    font-size: 20px;
  }

  .container-15 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-copy-3 {
    background-image: linear-gradient(#fff 26%, #fff0), url('../images/WhatsApp-Image-2023-11-12-at-23.07.26_c1fd1f80_1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    align-items: flex-start;
    height: 571px;
    padding-top: 0;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .section-12.about {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-13 {
    max-width: 100%;
  }

  .bold-text-2, .bold-text {
    font-size: 20px;
  }

  .paragraph-9, .paragraph-10, .paragraph-3 {
    font-size: 12px;
  }

  .heading-4-copy {
    font-size: 30px;
  }

  .flex-block-4 {
    flex-direction: column;
  }

  .grid_2-4 {
    text-align: left;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-7.in-form {
    width: 100%;
  }

  .h2 {
    font-size: 30px;
  }

  .image-14 {
    max-width: 206px;
  }
}

#w-node-_44cd53d6-2176-e25a-0dcc-da9d38c7b70a-7211330c, #w-node-_2ea062ef-fde5-19df-2a84-75383c415d53-7211330c, #w-node-_781b23eb-c687-ae57-7102-b1e98b27862d-7211330c, #w-node-_2cafc377-f72f-aa66-4512-25b3f0306ffe-7211330c, #w-node-_2cafc377-f72f-aa66-4512-25b3f0307001-7211330c, #w-node-_1aa00567-026b-a1d0-a1a2-44d38c9606ac-8c960699, #w-node-_1aa00567-026b-a1d0-a1a2-44d38c9606b9-8c960699, #w-node-_1aa00567-026b-a1d0-a1a2-44d38c9606c6-8c960699, #w-node-dc2779b7-ace6-3e86-4c0a-d8494a8bbede-4a8bbedb, #w-node-dc2779b7-ace6-3e86-4c0a-d8494a8bbedf-4a8bbedb, #w-node-f2880a78-f7d5-ee01-338d-d1c9a2e6137f-a2e61377, #w-node-f2880a78-f7d5-ee01-338d-d1c9a2e613a9-a2e61377, #w-node-f2880a78-f7d5-ee01-338d-d1c9a2e613ce-a2e61377, #w-node-f2880a78-f7d5-ee01-338d-d1c9a2e613f6-a2e61377, #w-node-ea36bd79-7189-1a59-1961-0570ec70c1fa-ec70c1f7, #w-node-ea36bd79-7189-1a59-1961-0570ec70c1fd-ec70c1f7, #w-node-_9038191e-704e-bff2-408b-d187234d710d-234d7109, #w-node-f7140308-5ba1-6546-802c-50a36091ede6-234d7109, #w-node-_56a4a56f-b905-8d99-3d53-9333ccfed265-b2e6666b, #w-node-_68259c08-ca7f-2675-0254-1ad1350e71c4-b2e6666b, #w-node-_92f0511f-054d-6c50-9f16-d435ff0c8c94-b2e6666b, #w-node-_974d7a16-f392-2d69-d977-50ebf4a86a83-b2e6666b, #w-node-a0204583-0dd9-26c9-e2bf-be52d3c21307-b2e6666b, #w-node-_11488294-4205-9b83-8215-a78155852a09-b2e6666b, #w-node-_189cec20-218d-5edb-b05a-d0008e7cc60e-b2e6666b, #w-node-fad5c3bf-d818-c8da-0d08-b3c84494705b-b2e6666b, #w-node-cb3778fa-df9c-7b9a-0ed4-ccc8a37196d4-b2e6666b, #w-node-_8f48a924-0fd7-af25-a3f9-86aefb0dad71-b2e6666b, #w-node-_0be285f1-7946-128d-b2b9-baab8567d398-b2e6666b, #w-node-_5df3f35a-88cf-265e-6d01-ad279513d57c-b2e6666b, #w-node-cb3778fa-df9c-7b9a-0ed4-ccc8a37196d9-b2e6666b, #w-node-_710aa2e3-ba90-059c-aafe-a398f28451c9-b2e6666b, #w-node-_241a6445-3a15-acfb-ffa8-797bbd0a32f0-b2e6666b, #w-node-_5d645dc0-b293-2531-1b65-4056dcf26bfd-b2e6666b, #w-node-c7ab6ded-4300-4af9-e40e-c808ade34e3b-b2e6666b, #w-node-d40158cb-94b8-f1e0-b310-e1d110f99ae0-b2e6666b, #w-node-_1d063d0c-f79b-e3ee-e28e-349454ed5b0f-b2e6666b, #w-node-_8a83bba6-c0bd-8798-4655-2700d3b92c11-b2e6666b, #w-node-_06e30814-8064-b99d-52dd-03cf5e12c696-b2e6666b, #w-node-_33192e4f-cad2-877b-8d0e-63db4e875609-b2e6666b, #w-node-cd9ef2ac-4352-544b-7a6d-5b2820778a92-b2e6666b, #w-node-_44453ecf-75aa-f614-2655-d57f909fae90-b2e6666b, #w-node-_1c1757f0-8e5a-9ce0-cd2c-7d140e4f0b1b-b2e6666b, #w-node-_450093cc-4712-039f-9e71-526bdde0e14e-b2e6666b, #w-node-fa8ed23c-b349-d6ac-6a7f-b160e586853b-b2e6666b, #w-node-b85c82db-a1ee-5043-f53a-098b88274cfd-b2e6666b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff0d80db-a5d0-e171-03aa-b21c1ddd075f-b2e6666b, #w-node-ff0d80db-a5d0-e171-03aa-b21c1ddd0764-b2e6666b, #w-node-ff0d80db-a5d0-e171-03aa-b21c1ddd0768-b2e6666b, #w-node-ff0d80db-a5d0-e171-03aa-b21c1ddd076c-b2e6666b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d70fac3-c45c-f6bc-10ad-de99adecacea-03b816be, #w-node-_2505dae4-dc7b-5865-9175-7b69d5290cf5-03b816be, #w-node-ea54dd25-7555-244e-a166-948e0fc5429f-03b816be, #w-node-_28e7a30f-79c9-f60f-5272-2cc0f2fd0bb6-03b816be, #w-node-d69dac29-97e5-3749-7fee-ce33f6448295-03b816be, #w-node-_151f0c37-87e1-8474-51a6-7e5a7fb0e111-03b816be, #w-node-_7d70fac3-c45c-f6bc-10ad-de99adecacea-5a7b8a83, #w-node-_2505dae4-dc7b-5865-9175-7b69d5290cf5-5a7b8a83, #w-node-ea54dd25-7555-244e-a166-948e0fc5429f-5a7b8a83, #w-node-_28e7a30f-79c9-f60f-5272-2cc0f2fd0bb6-5a7b8a83, #w-node-d69dac29-97e5-3749-7fee-ce33f6448295-5a7b8a83, #w-node-_151f0c37-87e1-8474-51a6-7e5a7fb0e111-5a7b8a83, #w-node-_7d70fac3-c45c-f6bc-10ad-de99adecacea-31a0b6c8, #w-node-_2505dae4-dc7b-5865-9175-7b69d5290cf5-31a0b6c8, #w-node-ea54dd25-7555-244e-a166-948e0fc5429f-31a0b6c8, #w-node-_323b4924-066b-3feb-e6ff-e026dc7795be-31a0b6c8, #w-node-_9412ef3f-be15-9fe9-51bd-2ff6e7255d58-31a0b6c8, #w-node-_54628d50-c9d7-7c2a-963c-dabd053c7bcd-31a0b6c8, #w-node-dc22c002-6dbc-5143-62b7-f8d8d1c911ac-b032d0a9, #w-node-_6514c23f-eafe-f0c6-dfab-f6f4e7ee6b6d-b032d0a9, #w-node-a4cc6a8e-99a6-07e5-f8c2-8c09b818186e-b032d0a9, #w-node-_39ca834c-b537-bcc0-0ea2-f0ba52078b94-b032d0a9, #w-node-_53c08516-080f-b8a4-ca82-d7ef64a76b25-b032d0a9, #w-node-_621b2da9-84b3-89bf-27f7-9ee94dcca399-b032d0a9, #w-node-_355ad680-68c8-2da5-4033-7e3ee1328f59-b032d0a9, #w-node-cddb5588-1996-2469-6b60-2522bd6cadb8-b032d0a9, #w-node-_7d70fac3-c45c-f6bc-10ad-de99adecacea-ea1939f0, #w-node-_2505dae4-dc7b-5865-9175-7b69d5290cf5-ea1939f0, #w-node-ea54dd25-7555-244e-a166-948e0fc5429f-ea1939f0, #w-node-_28e7a30f-79c9-f60f-5272-2cc0f2fd0bb6-ea1939f0, #w-node-d69dac29-97e5-3749-7fee-ce33f6448295-ea1939f0, #w-node-_151f0c37-87e1-8474-51a6-7e5a7fb0e111-ea1939f0, #w-node-_80fa3240-59c2-9260-46ae-f1ccf6041444-fc8e12f3, #w-node-d1053325-5b69-73d0-2c40-5f7e0248483f-0248483c, #w-node-d1053325-5b69-73d0-2c40-5f7e0248484a-0248483c, #w-node-d1053325-5b69-73d0-2c40-5f7e02484855-0248483c, #w-node-d1053325-5b69-73d0-2c40-5f7e02484860-0248483c, #w-node-d1053325-5b69-73d0-2c40-5f7e0248486b-0248483c, #w-node-d1053325-5b69-73d0-2c40-5f7e02484876-0248483c, #w-node-_2742f443-dc31-696c-d72e-45b8fb7032c7-7ca07133, #w-node-decf1574-bb94-3f32-1f82-a26fbc26f911-a7fc0234, #w-node-_6a8774b6-95d4-5165-92fb-4b15eab9b401-85936a46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a789a6d-66a5-35dc-75ab-5ab729ece727-14c0ca00 {
  place-self: center;
}

#w-node-_3a789a6d-66a5-35dc-75ab-5ab729ece734-14c0ca00 {
  place-self: center end;
}

#w-node-ceed177d-fd68-4f0d-b3be-4e375552386a-14c0ca00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ceed177d-fd68-4f0d-b3be-4e375552386b-14c0ca00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ceed177d-fd68-4f0d-b3be-4e3755523889-14c0ca00 {
  justify-self: end;
}

#w-node-c71fa4a7-f74b-10fe-7d1d-e76442125ca2-87c4f88e {
  place-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-d1053325-5b69-73d0-2c40-5f7e0248486b-0248483c, #w-node-c67ab709-6772-5749-68dd-179aeb34662d-671c62a8, #w-node-ce723605-f9ae-6f6b-ae66-1224d8139ff6-d0c911da, #w-node-_60b0edcc-3eaf-1906-4aef-a3310b23d172-d0c911da, #w-node-_2cbbbccd-caf0-33ec-8b88-eae58ce46576-d0c911da, #w-node-_59d92869-034a-5422-89bf-da1c293e030e-d0c911da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-f2880a78-f7d5-ee01-338d-d1c9a2e6137f-a2e61377 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a789a6d-66a5-35dc-75ab-5ab729ece734-14c0ca00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-ceed177d-fd68-4f0d-b3be-4e3755523889-14c0ca00 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype'), url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}