/* SVG CLARITY FIX */
img[src$=".svg"] {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: 0.2s !important;
}

a:hover {
  transition: 0.2s !important;
}

.btn, .btn:hover {
  transition: 0.2s;
}

.btn {
  padding: 10px 20px 7px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .btn {
    padding: 13px 30px 10px;
    font-size: 16px;
  }
}
h2 {
  font-family: Museosansrounded-700, sans-serif;
}

body p {
  color: #333;
}

strong {
  font-weight: 500;
}

/*primary button mobile width fix*/
.primary_button {
  width: auto;
}

.hide-mobile {
  display: none;
}

@media (min-width: 600px) {
  .hide-mobile {
    display: revert;
  }
}
.managed-wordpress_page section.lownav_top {
  background-image: url("/assets/img/managed-wordpress/mwp-hero.webp");
  background-position: center top;
  padding-bottom: 12rem;
}
@media (min-width: 992px) {
  .managed-wordpress_page section.lownav_top {
    height: 750px !important;
  }
}

.agency_page section.lownav_top {
  background-image: url("/assets/img/managed-wordpress/mwp-agency-hero.webp");
  background-position: center top;
  padding-bottom: 15rem;
}
@media (min-width: 992px) {
  .agency_page section.lownav_top {
    height: 750px !important;
  }
}

section.lownav_top {
  background-image: url("/assets/img/managed-wordpress/mwp-hero.webp");
  background-position: center top;
  min-height: 630px;
}
@media (min-width: 768px) {
  section.lownav_top {
    height: 768px !important;
  }
}
@media (min-width: 992px) {
  section.lownav_top {
    height: 750px !important;
  }
}
@media (min-width: 992px) {
  section.lownav_top {
    height: 700px !important;
  }
}
@media (min-width: 1920px) {
  section.lownav_top {
    height: 700px !important;
  }
}

.container.chart {
  width: 1150px;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.chart p {
  font-size: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .chart p {
    margin-bottom: 1.25rem;
    font-size: 16px;
  }
}
.chart .col {
  position: relative;
  background: white;
  padding: 1rem;
  border: 0px solid #d8d8d8;
  box-shadow: inset 0px 0px 0px 1px hsl(0, 0%, 85%);
  width: 49%;
}

.chart .col:last-child {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .chart .col:last-child {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .chart .col {
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
  }
}
.chart .col img {
  width: 65px;
  position: relative;
  top: -74px;
  display: block;
  margin: 15px auto -75px;
}

@media (min-width: 768px) {
  .chart .col img {
    width: 80px;
    top: -78px;
    margin: 0px auto -75px;
  }
}
.chart .flex {
  gap: 5px;
  flex-wrap: wrap;
  row-gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .chart .flex {
    gap: 20px;
    flex-wrap: nowrap;
    row-gap: inherit;
  }
}
.gradient-line {
  width: 100%;
  position: absolute;
  margin-bottom: 40px;
  display: inline-block;
  height: 8px;
  border-radius: 0px;
  background: linear-gradient(to right, #1a355d 0%, #63b770 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a355d", endColorstr="#63b770", GradientType=1);
  top: -1px;
  left: 0px;
  right: 0px;
}

.comp_chart.packages {
  margin-top: -80px;
}

@media (min-width: 600px) {
  .comp_chart.packages {
    margin-top: -100px;
  }
}
.chart h4 {
  font-family: "MuseoSansRounded-500", Arial, Helvetica, sans-serif;
  font-size: 20px;
}

@media (min-width: 768px) {
  .chart h4 {
    font-size: 24px;
    padding-bottom: 0.8rem;
  }
}
.chart ul {
  padding-inline-start: 0px;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.chart ul li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .chart ul li {
    margin-bottom: 10px;
  }
}
.chart ul li a {
  font-size: 14px;
  color: #383838;
  font-family: "museosansrounded-500", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .chart ul li a {
    font-size: 16px;
  }
}
.chart ul li a:hover {
  text-decoration: none;
}

.chart .col [data-toggle=popover] {
  border-bottom: 2px dotted #ccc;
  font-family: "MuseoSansRounded-500";
  cursor: pointer;
}

.chart .col [data-toggle=popover]:hover {
  border-bottom: 1px dotted #333;
}

.price {
  color: #285e77;
  font-family: "MuseoSansRounded-500";
  font-size: 2.2rem;
  margin: 4px 0 -5px;
}

.price-sub small {
  font-size: 12px;
}

.popular-label {
  display: inline-block;
  background: #cf1855;
  width: auto;
  color: white;
  border-radius: 5px;
  font-size: 14px;
  padding: 4px 10px 3px;
  position: absolute;
  right: 5px;
  top: 24px;
}

@media (min-width: 768px) {
  .popular-label {
    right: 15px;
    top: 30px;
  }
}
.most-popular {
  padding-top: 35px;
}

@media (min-width: 768px) {
  .most-popular {
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
.most-popular img {
  top: -98px;
}

.hide-at-mobile {
  display: none;
}

@media (min-width: 768px) {
  .hide-at-mobile {
    display: inline;
  }
}
.sale-disturber {
  display: inline-block;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .sale-disturber {
    display: inline-block;
    position: absolute;
    right: 1.5rem;
    margin-bottom: 0px;
  }
}
.sale-disturber .save {
  background: rgb(38, 74, 96);
  background: linear-gradient(90deg, rgb(38, 74, 96) 0%, rgb(93, 173, 111) 100%);
  color: white;
  font-family: "museosansrounded-500", helvetica, arial;
  font-size: 18px;
  display: inline-block;
  line-height: 27px;
  padding: 2px 6px 0px;
  width: 90px;
  text-align: center;
}

.sale-disturber .save span {
  font-size: 15px;
}

.sale-disturber .code {
  color: #C61B2B;
  font-family: "museosansrounded-500", helvetica, arial;
  border: 1px dashed black;
  padding: 1px 5px;
  width: 90px;
  text-align: center;
}

.sale-disturber .code span {
  font-size: 15px;
}

.col .primary_button {
  margin-top: 20px;
  margin-bottom: 5px;
}

.col .period {
  font-family: "museosansrounded-500", sans-serif;
  padding: 3px 7px;
}

.chart h2 {
  font-family: "MuseoSansRounded-700", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: left;
}

@media (min-width: 768px) {
  .chart h2 {
    font-size: 24px;
    padding-bottom: 0.8rem;
  }
}
@media (min-width: 768px) {
  .hero_box_container {
    width: 80%;
  }
}
.hero_box .wp-ai {
  width: 60px;
  position: absolute;
  right: 13px;
  top: 15px;
}

@media (min-width: 768px) {
  .hero_box .wp-ai {
    width: 86px;
    position: absolute;
    right: 13px;
    top: 15px;
  }
}
.hero_box .wp-squared {
  margin-top: -4px;
  margin-right: 5px;
}

.hero_box .extendify {
  max-width: 100px;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .hero_box .extendify {
    max-width: 115px;
  }
}
.hero_box h1 {
  color: #176188;
  font-size: 28px;
}

@media (min-width: 768px) {
  .hero_box h1 {
    font-size: 36px;
  }
}
.hero_box .trustpilot-widget {
  margin-left: -25px;
}

.hero_box .offer-label, .col .offer-label {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: white;
  display: block;
  background: #CF1855;
  padding: 3px 18px 0px;
  border-radius: 5px;
}

.hero_box h1 span {
  color: #3b3b3b;
  font-size: 26px;
}

.hero_box h2 {
  font-size: 20px;
  color: #2b2b2b;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .hero_box h2 {
    font-size: 32px;
    color: #3b3b3b;
    margin-bottom: 7px;
  }
}
.hero_box h3 {
  font-family: "MuseoSansRounded-300", sans-serif;
  font-size: 14px;
  color: #3b3b3b;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .hero_box h3 {
    font-size: 18px;
    margin-top: 10px;
  }
}
.hero_box p {
  font-size: 16px;
}

@media (min-width: 768px) {
  .hero_box p {
    font-size: 18px;
  }
}
.hero_box .btn {
  margin-bottom: 25px;
}

.col .flex {
  align-items: flex-start;
}
.col .flex .offer-label {
  padding: 7px 3px 5px 4px;
  line-height: 16px;
  text-align: center;
}

.col span .extendify {
  display: inline-block;
  top: initial;
  width: 82px;
  margin: 0;
}

.col h2 + span {
  font-size: 12px;
  margin: 4px 0px 10px;
  display: block;
}

@media (min-width: 768px) {
  .col h2 + span {
    margin: 2px 0px 10px;
    margin: -4px 0px 15px;
  }
}
/* Free domain offer */
.free-domain-offer {
  display: flex;
  max-width: 950px;
  position: relative;
  margin: 40px auto 30px;
  border-radius: 4px;
  background: white;
  border: 2px solid #CF1855;
  font-size: 1.5rem;
  font-weight: normal;
  flex-direction: column;
}

@media (min-width: 670px) {
  .free-domain-offer {
    border-radius: 50px;
    font-size: 1.4rem;
    flex-direction: row;
  }
}
@media (min-width: 980px) {
  .free-domain-offer {
    font-size: 1.8rem;
  }
}
.free-domain-offer .text {
  text-align: center;
  padding: 10px 0px 9px 15px;
}

@media (min-width: 810px) {
  .free-domain-offer .text {
    text-align: left;
  }
}
@media (min-width: 810px) {
  .free-domain-offer .text {
    padding: 10px 0px 9px 25px;
  }
}
.free-domain-offer .toggle {
  display: block;
  background: #14443E;
  border-radius: 0px;
  padding: 3px 0;
}

@media (min-width: 670px) {
  .free-domain-offer .toggle {
    clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
    display: inline-block;
    background: #14443E;
    border-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 220px;
    margin-left: auto;
    margin-top: -2px;
    margin-bottom: -2px;
    margin-right: -3px;
  }
}
@media (min-width: 810px) {
  .free-domain-offer .toggle {
    width: 235px;
  }
}
@media (min-width: 810px) {
  .free-domain-offer .toggle {
    width: 235px;
  }
}
.free-domain-offer label {
  font-family: "MuseoSansRounded-500";
  position: absolute;
  font-size: 13px;
  background: #CF1855;
  border-radius: 4px;
  color: white;
  padding: 2px 6px 0px;
  font-weight: 500;
  left: 17px;
  top: -14px;
}

@media (min-width: 810px) {
  .free-domain-offer label {
    left: 22px;
  }
}
.free-domain-offer strong {
  font-weight: 500;
}

.central-cta {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.central-cta .btn {
  margin: 0 auto;
  display: inline-block;
}

.central-cta .btn img {
  position: relative;
  top: -1px;
  margin-left: 10px;
}

/* Video player section */
.blue_background {
  background-color: #193252;
  color: white;
}

.video-section {
  position: relative;
  background-color: #193252;
  background-position: top right;
  background-repeat: no-repeat;
}

@media (min-width: 1000px) {
  .video-section {
    background-image: url("/assets/img/managed-wordpress/blue-bg-diagonal-lines.svg");
  }
}

.video-section p {
  max-width: 940px;
  margin: 0 auto;
}

.video-section .video-placeholder {
  margin: 45px auto 50px;
  display: block;
  max-width: 100%;
}

.blue_background p, .blue_background h2, .blue_background h3 {
  color: white;
}

.blue_background .gradient-underline, .blue_background .gradient-underline::after {
  border: 0px;
  background: linear-gradient(to right, #fff 0%, #999999 100%);
}

/* WP Squared Section */
.wp-squared-section .wp-squared-logo {
  margin: 0 auto 15px;
  display: block;
}

.wp-squared-section {
  background: white;
  /*&::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: green;
    z-index: -1;
  }*/
}
@media (min-width: 600px) {
  .wp-squared-section {
    background: linear-gradient(to top, #2C5751 51%, white 49%);
  }
}
.wp-squared-section h3, .wp-squared-section p {
  color: #2b2b2b;
  text-align: center;
}
@media (min-width: 600px) {
  .wp-squared-section h3, .wp-squared-section p {
    color: white;
    text-align: left;
  }
}
.wp-squared-section h3.center, .wp-squared-section p.center {
  text-align: center;
  color: #2b2b2b;
}
.wp-squared-section p.center {
  font-size: 18px;
}

.wp-squared-section .wp-squared-placeholder {
  margin: 45px auto 50px;
  display: block;
  max-width: 100%;
}

.wp-squared-section h3 {
  font-family: Museosansrounded-700, sans-serif;
  font-size: 2.05rem;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .wp-squared-section h3 {
    margin-top: 30px;
  }
}
.wp-squared-section p {
  max-width: 1100px;
  margin: 0 auto;
}

.wp-squared-section .feature-animation {
  margin-bottom: 45px;
}

.wp-squared-section .flex {
  flex-direction: column;
}

@media (min-width: 600px) {
  .wp-squared-section .flex {
    flex-direction: row;
    gap: 24px;
  }
}
.wp-squared-section .feature-animation {
  max-width: 100%;
}

.wp-squared-section .feature-animations .col {
  flex: 1;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .wp-squared-section .feature-animations .col {
    margin-bottom: 45px;
  }
}
.wp-squared-section .feature-animations img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* Why choose Heart Internet? Section */
.why-choose-heart-internet h3 {
  text-align: center;
}

/*image fix */
.why-choose-heart-internet .flex .col .icon img {
  zoom: 1;
  right: 0px;
}

@media (min-width: 768px) {
  .why-choose-heart-internet .flex .col .icon img {
    zoom: 1;
    right: 0px;
  }
  .why-choose-heart-internet .flex .col .icon {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .why-choose-heart-internet .flex .col .icon img {
    zoom: 1;
    right: 0px;
  }
}
.why-choose-heart-internet p:last-child {
  margin-bottom: 35px !important;
}

/* Period switcher */
@media (min-width: 670px) {
  .free-domain-offer .switch-container {
    position: absolute;
    right: 10px;
    top: 3px;
    left: auto;
    margin-left: 0;
  }
}
@media (min-width: 810px) {
  .free-domain-offer .switch-container {
    right: 17px;
    left: auto;
    margin-left: 0;
  }
}
.free-domain-offer .switch-wrap .switcher-col {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #fff;
}

.free-domain-offer .switch-wrap .switcher {
  position: relative;
  cursor: pointer;
  border-radius: 40px;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.11);
  padding: 1px 0;
}

.free-domain-offer .switch-wrap .switcher.left::after {
  transform: translateX(1px);
}

.free-domain-offer .switch-wrap .switcher::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #fff;
}

.free-domain-offer .switch-wrap {
  font-weight: 300;
  width: 210px;
  padding-bottom: 2px;
  margin: 0 auto !important;
  border-radius: 3px;
  color: #fff;
  background: 0 0;
  border: 0 solid #fff;
  text-align: right;
  font-size: 12px;
  padding-top: 4px;
}

@media (min-width: 670px) {
  .free-domain-offer .switch-wrap {
    padding-top: 7px;
    margin: 0 5px !important;
  }
}
@media (min-width: 810px) {
  .free-domain-offer .switch-wrap {
    border-radius: 50px;
  }
}
.free-domain-offer .switch-wrap .switcher {
  background-color: transparent;
  border: 2px solid #fff;
  width: 40px;
  height: 24px;
  bottom: -1px;
}

.free-domain-offer .switch-wrap .switcher.right::after {
  transform: translateX(17px);
}

.free-domain-offer .switch-wrap span.title {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
}

/* Trustpilot adjustments */
.tp-widget .dark a {
  color: #2b2b2b !important;
}/*# sourceMappingURL=managed-wordpress.css.map */