html {
  scroll-behavior: smooth;
}

/* Remove clearfix (it broke column-gap) */
.row:before, .row:after {
  display: none;
  content: " ";
}

/*center button text */
.btn {
  text-align: center;
  padding: 1.3rem 3rem 1rem;
  font-size: 14px;
}
@media (min-width: 768px) {
  .btn {
    font-size: 16px;
  }
}

/*hide below 768*/
@media (max-width: 768px) {
  .hidden-mob {
    display: none;
  }
}
/* Page Hero*/
.lownav_top {
  background-image: url("/assets/img/vps/vps-hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.lownav_top.vps-linux {
  background-image: url("/assets/img/heros/vps-linux-hero.jpg");
  background-size: 120%;
  background-position: 0px center;
  padding-bottom: 14rem;
}
.lownav_top.vps-windows {
  background-image: url("/assets/img/heros/vps-windows-hero.jpg");
  background-size: 120%;
  background-position: 0px top;
  padding-bottom: 14rem;
}

section h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  section h2 {
    font-size: 3rem;
  }
}
.hero_box_container {
  width: 100%;
}

@media (min-width: 768px) {
  .hero_box_container {
    width: 60%;
    margin-bottom: 0;
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .hero_box_container {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .hero {
    padding-bottom: 5.4rem;
    padding-top: 1.2rem;
  }
}
@media (min-width: 992px) {
  .hero {
    padding-top: 6.2rem;
  }
}
@media (min-width: 1200px) {
  .hero {
    padding-top: 2rem;
    padding-bottom: 5.4rem;
    min-height: 460px;
  }
}
.hero_box h2 {
  font-size: 2rem;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .hero_box h2.copy {
    line-height: 29px;
  }
}
.hero_box h1 {
  font-weight: normal;
  font-family: "MuseoSansRounded-700", sans-serif;
}
.hero_box h2 {
  font-weight: normal;
  font-family: "MuseoSansRounded-500", sans-serif;
}
.hero_box p {
  text-align: left;
  margin-bottom: 1rem;
  color: #3b3b3b;
}
.hero_box .btn {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1.3rem 3rem 1rem;
  font-size: 16px;
}

@media (min-width: 992px) {
  .hero_box .copy {
    font-size: 2.2rem;
    margin-top: 0.5rem;
  }
}
/* Begin why choose Heart Internet */
.why-choose-heart-internet h3 {
  font-family: "MuseoSansRounded-700", sans-serif;
  font-size: 1.75rem;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
@media (min-width: 768px) {
  .why-choose-heart-internet h3 {
    font-size: 2rem;
  }
}
.why-choose-heart-internet img {
  position: relative;
  max-height: 50px;
  width: auto;
  padding-right: 0px !important;
  margin-bottom: 15px;
}
.why-choose-heart-internet .row {
  margin-bottom: 40px;
  display: flex;
}
.why-choose-heart-internet .row:last-child {
  margin-bottom: 0px;
}
.why-choose-heart-internet .flex {
  flex-wrap: wrap;
  gap: 10px;
}
.why-choose-heart-internet .flex .col {
  width: 48%;
}
.why-choose-heart-internet .flex .col .icon {
  height: 85px;
}
.why-choose-heart-internet .flex .col .icon img {
  display: block;
  margin: 0 auto;
  zoom: 0.75;
}
.why-choose-heart-internet .flex .col h2:last-child {
  padding-bottom: 1rem;
  font-family: "MuseoSansRounded-500", Arial, Helvetica, sans-serif;
}
.why-choose-heart-internet .flex .col p {
  font-size: 14px;
  text-align: center;
}
.why-choose-heart-internet p:last-child {
  margin-bottom: 15px !important;
}
.why-choose-heart-internet .col-md-3,
.why-choose-heart-internet .col-md-9 {
  padding-left: 0px;
  padding-right: 0px;
}
.why-choose-heart-internet .two_column {
  padding-left: 0px;
  padding-right: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .why-choose-heart-internet img {
    position: relative;
    right: -20px;
    max-height: 70px;
    padding-right: 0px !important;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .why-choose-heart-internet img {
    right: -40px;
  }
}
@media (min-width: 768px) {
  .why-choose-heart-internet .flex {
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .why-choose-heart-internet .flex .col .icon {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .why-choose-heart-internet .flex .col .icon img {
    zoom: 0.9;
  }
}
@media (min-width: 768px) {
  .why-choose-heart-internet .flex .col {
    width: 30%;
  }
  .why-choose-heart-internet .flex .col p {
    font-size: 16px;
  }
}
/*Remove padding from col elemtents */
@media (min-width: 600px) {
  .why-choose-heart-internet .two_column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* END WHY CHOOSE HEART INTERNET */
/* HERO STUFF */
.comp_chart.packages {
  margin-top: -120px;
}

.gradient-underline {
  width: 100%;
  max-width: 200px;
  position: relative;
  margin-bottom: 40px;
  display: block;
  height: 7px;
  border-radius: 10px;
  background: #1a355d;
  background: linear-gradient(to right, #1a355d 0%, #63b770 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a355d", endColorstr="#63b770", GradientType=1);
  text-align: center;
  margin: 5px auto 30px;
}

/*Why choose Heart Section*/
.why-choose-heart-internet .row {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .why-choose-heart-internet .row {
    margin-bottom: 40px;
  }
}
/* End why choose heart secion */
/*Feature rows*/
.feature_rows .text h3 {
  font-size: 2rem;
  font-family: "MuseoSansRounded-700", Arial, Helvetica, sans-serif;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .feature_rows .text h3 {
    font-size: 2.6rem;
    padding-bottom: 0px;
  }
}

/*end feature rows*/
/* Choose your VPS operating system */
.choose_os .flex {
  flex-direction: column;
  gap: 20px;
}
.choose_os .col {
  position: relative;
  background: white;
  padding: 1.5rem;
  border: 0px solid #d8d8d8;
  box-shadow: inset 0px 0px 0px 1px hsl(0, 0%, 85%);
}
.choose_os img {
  max-height: 30px;
  float: right;
}
.choose_os h3 {
  font-family: "MuseoSansRounded-500", sans-serif;
  margin-top: 0px;
  font-size: 20px;
}
.choose_os .gradient-line {
  position: relative;
  border-radius: 10px;
  height: 5px;
  margin-bottom: 15px;
}
.choose_os .hexagon-list {
  margin-block-start: 0px;
  padding-inline-start: 10px;
  line-height: 34px;
  margin-bottom: 20px;
}
.choose_os li {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .choose_os .flex {
    flex-direction: row;
    gap: 25px;
    margin: 0 auto;
  }
  .choose_os .col {
    padding: 3rem;
    width: 49%;
  }
  .choose_os img {
    max-height: 78px;
    float: none;
    margin-bottom: 15px;
  }
  .choose_os h3 {
    margin-top: 0px;
    font-size: 24px;
  }
}
/*End choose your VPS operating system*/
/* Begin customer reviews section */
.customer_reviews .flex {
  flex-direction: column;
}
@media (min-width: 768px) {
  .customer_reviews .flex {
    flex-direction: row;
    gap: 15px;
  }
}
.customer_reviews .col {
  position: relative;
  background: white;
  padding: 1.5rem;
  border: 0px solid #d8d8d8;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .customer_reviews .col {
    width: 32%;
    margin-bottom: 0px;
    padding: 2.5rem;
  }
}
.customer_reviews img.trustpilot-logo {
  max-height: 22px;
}
.customer_reviews h3 {
  font-family: "MuseoSansRounded-700", sans-serif;
  font-size: 20px;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .customer_reviews h3 {
    font-size: 22px;
    margin-top: 5px;
  }
}
.customer_reviews p {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .customer_reviews p {
    font-size: 1.6rem;
  }
}
.customer_reviews p:last-child {
  margin-bottom: 0.5rem;
}
.customer_reviews .gradient-line {
  position: relative;
  border-radius: 10px;
  height: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.customer_reviews.gradient_background h2,
.customer_reviews.gradient_background p {
  color: white;
}
.customer_reviews .stars {
  max-height: 21px;
  display: block;
  margin-top: -8px;
  margin-bottom: 8px;
  max-width: 60%;
}
.customer_reviews.gradient_background .col p {
  color: #333;
}

@media (min-width: 768px) {
  .customer_reviews .stars {
    max-height: 35px;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
    max-width: 150px;
  }
}
h4 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  h4 {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}

.gradient_background .gradient-underline::after {
  width: calc(100% - 2px);
  background: #fff;
  background: linear-gradient(to right, #fff 0%, #fff 100%);
}

.customer_reviews .gradient-underline {
  margin: 5px auto 25px;
}
.customer_reviews .trustpilot-widget {
  position: relative;
  margin-bottom: 30px;
}

/* End customer reviews section */
/* Begin Blog section */
#blog-posts.flex {
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 768px) {
  #blog-posts.flex {
    flex-direction: row;
  }
}
#blog-posts.flex .col {
  background: white;
  box-shadow: inset 0px 0px 0px 1px hsl(0, 0%, 85%);
  width: 100%;
  flex-direction: column;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  #blog-posts.flex .col {
    width: 33%;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: row;
    max-width: 1000px;
    margin: 0 auto;
  }
}
#blog-posts.flex .col img {
  max-width: 100%;
  height: auto;
}
#blog-posts.flex .col h3 {
  font-family: "museosansrounded-500", sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
#blog-posts.flex .col h3 + p {
  font-size: 1.6rem;
}
#blog-posts.flex .col .primary_button {
  margin-top: 0px;
  padding: 0.7rem 1.5rem 0.5rem;
  font-size: 1.5rem;
  background: #193250;
  transition: 0.2s;
  color: white;
}
#blog-posts.flex .col .primary_button:hover {
  background: #4e9758;
}

/* End Blog section */
/* BEGIN PRODUCT DETAILS */
#product-details h4 {
  font-family: "MuseoSansRounded-700", sans-serif;
}

/* END PRODUCT DETAILS */
/* Begin FAQ */
.faq .accordion-menu {
  position: relative;
  max-width: 960px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 20px 20px;
}
.faq h3 {
  font-size: 18px;
  line-height: 34px;
  font-family: "MuseoSansRounded-700", sans-serif;
  display: block;
  margin: 0;
  cursor: pointer;
  color: #3b3b3b;
}
.faq p {
  color: #3b3b3b;
  font-size: 1.75rem;
  line-height: 26px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 10px;
  z-index: 2;
}
.faq ul {
  list-style: none;
  perspective: 900;
  padding: 0 20px 10px;
  margin: 0;
}
.faq ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
.faq ul li:nth-child(1) {
  border: none;
}
.faq ul li:last-of-type {
  padding-bottom: 0;
}
.faq ul li .arrow {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.faq ul li .arrow:before, .faq ul li .arrow:after {
  content: "";
  position: absolute;
  background-color: #3b3b3b;
  width: 3px;
  height: 9px;
}
.faq ul li .arrow:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.faq ul li .arrow:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.faq ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.faq ul li input[type=checkbox]:checked ~ .arrow:before {
  transform: translate(2px, 0) rotate(45deg);
}
.faq ul li input[type=checkbox]:checked ~ .arrow:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.faq .transition, .faq p, .faq ul li .arrow:before, .faq ul li .arrow:after {
  transition: all 0.25s ease-in-out;
}
.faq .flipIn, .faq h1, .faq ul li {
  animation: flipdown 0.5s ease both;
}
.faq .no-select, .faq h3 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.faq ul {
  display: flex;
  list-style: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
  margin: 0 auto;
  max-width: 960px;
  flex-direction: column;
}
@media (min-width: 600px) {
  .faq ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.faq ul li {
  width: 100%;
  padding: 10px;
}
@media (min-width: 600px) {
  .faq ul li {
    padding: 15px;
  }
}
.faq ul h3 {
  font-family: "MuseoSansRounded-700", Arial, Helvetica, sans-serif !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1200px) {
  .faq ul h3 {
    font-size: 1.9rem;
  }
}
.faq ul p:last-child {
  margin-bottom: 0rem !important;
}

/* END FAQ *//*# sourceMappingURL=2025-styling.css.map */