/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/modern-normalize@2.0.0/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  background-color: #fff;
  font-size: 14px;
}

@media (min-width: 1000px) {
  html {
    font-size: 15px;
  }
}

/* @media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
} */

body {
  margin: 0;
  background-color: #fff;
  color: #1e1e1e;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}

a {
  text-decoration: none;
}

/*# sourceMappingURL=/sm/5b7c27b6a0fd11e81f813b36dc26f6049a71a06907ce03d53d65a3bfe866b576.map */

/* LWC Begin */
.container {
  max-width: 75.6rem;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
}

/* Site Header */
.site-header-parent {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}

.site-header-logo {
  font-weight: bold;
  color: #1e1e1e;
  font-size: 1.5rem;
  margin-right: 2.8125rem;
}

.site-header-logo:hover {
  color: #0066ff;
}

.site-header-first {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  justify-content: center;
}

@media (min-width: 695px) {
  .site-header-parent {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .site-header-first {
    margin-bottom: 0rem;
    justify-content: start;
  }
}

.site-header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.site-header nav ul li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 2.8125rem;
}

.site-header-standard-link {
  color: #afafaf;
  font-size: 1rem;
}

.site-header-standard-link:hover {
  color: #8e8e8e;
}

.ml-medium {
  margin-left: 1.75rem;
}

/* Page Section */
.light-bg {
  background-color: #f6f6f6;
}

.medium-bg {
  background-color: #e9e9e9;
}

.page-section {
  padding: 64px 0;
}

.page-section h2 {
  text-align: center;
  font-size: 2.75rem;
  margin: 0;
}

.subheader {
  font-size: 1.875rem;
  text-align: center;
  margin: 0 0 3.5rem 0;
  color: #949494;
}

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

.no-bold {
  font-weight: normal;
}

/* Call outs */
.call-outs {
  column-gap: 2.625rem;
  row-gap: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
}

.call-out {
  max-width: 430px;
  margin: 0 auto;
}

@media (min-width: 753px) {
  .call-outs {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .call-out {
    max-width: 100%;
    margin: 0;
  }
}

@media (min-width: 900px) {
  .call-outs {
    column-gap: 5.625rem;
  }
}

.call-out img {
  width: 100%;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  display: block;
  margin-bottom: 1.5625rem;
}

.call-out h3 {
  font-size: 1.3125rem;
  margin: 0 0 0.65rem 0;
}

.call-out p {
  font-size: 1.0625rem;
  line-height: 1.65;
  margin: 0;
}

/* Button styles */
.btn {
  border: none;
  outline: none;
  font-size: 1.375rem;
  background-color: #0066ff;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 1.125rem 1.8125rem;
  display: inline-block;
  border-radius: 200px;
  cursor: pointer;
}

.btn:hover {
  background-color: #237bff;
}

.btn--secondary {
  background-color: #a3a3a3;
  margin-left: 1rem;
}

.btn--secondary:hover {
  background-color: #898989;
}

.btn--small {
  padding: 0.8125rem 1.5rem;
  font-size: 1rem;
}

.stars-p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
}

.stars-p img {
  width: 1.9375rem;
  height: 1.9375rem;
}

.stars-p span {
  font-size: 1.6875rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.67rem;
  position: relative;
  top: 2px;
}

.stars-small-text {
  font-size: 1.0625rem;
  color: #9f9f9f;
}

.hero-banner {
  background-color: #e5dbd3;
  padding-top: 5.375rem;
  padding-bottom: 6rem;
}

.hero-banner h1 {
  font-size: 2.1rem;
  margin: 0 0 0.45rem 0;
}

.hero-banner p {
  font-size: 1.7rem;
  margin: 0 0 2rem 0;
}

@media (min-width: 695px) {
  .hero-banner {
    background: url("images/bg-banner.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 5.375rem;
    padding-bottom: 6rem;
  }

  .hero-banner h1 {
    font-size: 3rem;
  }

  .hero-banner p {
    font-size: 2.125rem;
  }
}

.get-started-space {
  padding-top: 5.5rem;
  padding-bottom: 4rem;
}

@media (min-width: 695px) {
  .get-started-space {
    padding-top: 12.5rem;
    padding-bottom: 9.25rem;
  }
}

.h2--large {
  font-size: 3.1875rem;
}

.get-started-sub {
  color: #a6a6a6;
  font-size: 2rem;
  margin: 0.1rem 0 1.2rem 0;
}

.site-footer h6,
.site-footer label {
  font-size: 1.0625rem;
  font-weight: normal;
  margin: 0 0 1rem 0;
  color: #939393;
}

.footer-social {
  margin-bottom: 30px;
}

.footer-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 1.175rem;
  justify-content: center;
  align-items: center;
}

.footer-social li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social a {
  color: #c0c0c0;
}

.footer-social a:hover {
  color: #9e9e9e;
}

.testimonials-grid {
  max-width: 51.125rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.9375rem;
}

@media (min-width: 780px) {
  .testimonials-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 32px;
    column-gap: 3.625rem;
  }

  .testimonial-staggered {
    position: relative;
    top: 2.5rem;
  }
}

.testimonial-card {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 1.125rem 2.6875rem 1rem 2.6875rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  column-gap: 24px;
}

.testimonial-author h4 {
  font-size: 1.5rem;
  margin: 0;
}

.testimonial-author h4 span {
  font-weight: normal;
  font-size: 0.9375rem;
  color: #7c7c7c;
}

.testimonial-body p {
  line-height: 1.65;
  font-size: 1.0625rem;
}

.testimonial-stars {
  margin: 4px 0 0 0;
}

.testimonial-stars img {
  width: 1.225rem;
  height: 1.225rem;
}

.testimonial-photo {
  width: 8.5625rem;
  height: 8.5625rem;
  border-radius: 1000px;
}

.site-footer .container {
  border-top: 1px solid #ececec;
  justify-content: space-between;
  padding-top: 2.1625rem;
  padding-bottom: 2.5625rem;
}

.footer-main-content nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  column-gap: 1.0625rem;
}

.footer-main-content nav li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.9375rem;
}

.footer-main-content a {
  color: #c1c1c1;
}

.footer-main-content a:hover {
  color: #9e9e9e;
}

.footer-main-content p {
  color: #c1c1c1;
  font-size: 0.9375rem;
  margin: 1rem 0 0 0;
}

.footer-main-content .flag-footer {
  opacity: 0.5;
  font-size: 2rem;
  margin: 0.65rem 0;
}

.mini-newsletter {
  order: 3;
  max-width: 360px;
  margin: 0 auto 30px auto;
}

.mini-newsletter input {
  border: none;
  outline: none;
}

.mini-newsletter form {
  margin: 0.75rem 0 0 0;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  padding: 0.4rem 0.4rem 0.4rem 0.9rem;
  display: flex;
}

.mini-newsletter input {
  flex: 1;
  font-size: 0.9375rem;
}

.mini-newsletter button {
  background-color: #959595;
  font-size: 0.9375rem;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.625rem 0.875rem;
}

.mini-newsletter button:hover {
  background-color: #7c7c7c;
  cursor: pointer;
}

@media (min-width: 860px) {
  .mini-newsletter {
    margin: 0;
    max-width: 100%;
  }

  .mini-newsletter-inner {
    float: right;
  }

  .site-footer .container {
    display: flex;
  }

  .footer-social {
    margin-bottom: 0px;
  }

  .footer-social-inner {
    float: left;
  }

  .footer-main-content,
  .mini-newsletter,
  .footer-social {
    flex: 1;
  }
}

.pricing-overlay {
  transition: all 0.3s ease-out;
  background-color: rgba(243, 243, 243, 0.95);
  position: fixed;
  inset: 0;
  backdrop-filter: blur(2.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transform: scale(1.3);
  opacity: 0;
}

.pricing-overlay--visible {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}

.pricing-overlay-inner {
  flex: 1;
  max-width: 48.75rem;
}

.pricing-overlay h3 {
  font-weight: normal;
  font-size: 3rem;
  margin: 0 0 1.8rem 0;
}

.pricing-overlay svg {
  color: #898989;
  opacity: 0.5;
  cursor: pointer;
}

.pricing-overlay svg:hover {
  opacity: 0.65;
}

.pricing-overlay h4 {
  margin: 0;
  color: #acacac;
  font-size: 1.15rem;
  font-weight: 600;
}

.pricing-overlay h2 {
  margin: 0 0 1.25rem 0;
  font-size: 2.3125rem;
}

.plans-grid {
  display: flex;
  column-gap: 1rem;
  align-items: flex-start;
}

.plan {
  padding: 2rem 0.75rem 1rem 0.75rem;
  flex: 1;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  height: auto;
}

@media (min-width: 860px) {
  .plans-grid {
    column-gap: 2.125rem;
  }

  .plan {
    padding: 2rem 2.375rem;
  }
}

.plan ul {
  margin: 0;
  padding: 0 0 0.5rem 0;
}

.plan li {
  list-style: none;
  background: url("images/price-check.svg") no-repeat;
  background-position: center left;
  background-size: 18px 18px;
  color: #9c9c9c;
  font-size: 1.25rem;
  padding: 0 0 0 1.8rem;
  margin: 0 0 1rem 0;
}

@media (min-width: 700px) {
  .plan li {
    background-size: auto;
    padding: 0 0 0 2.1875rem;
  }

  .pricing-overlay h4 {
    font-size: 1.375rem;
  }
}

.support-features {
  display: grid;
  padding: 0 0 2rem 0;
  row-gap: 2rem;
}

.support-hosting,
.support-coffee {
  opacity: .9;
  display: block;
  background-color: #777777;
  color: #FFF;
  border-radius: 1rem;
  text-align: center;
  padding: 1.9rem 1rem;
}

.support-hosting:hover,
.support-coffee:hover {
  opacity: 1;
}

.support-h4,
.support-h5,
.support-h6 {
  display: block;
}

.support-h4 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 0.5rem 0;
}

.support-h5 {
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
}

.support-h6 {
  font-size: 1.1rem;
  margin: 0 0 1.25rem 0;
}

.support-btn {
  font-size: 1.2rem;
  display: inline-block;
  background-color: #4C4C4C;
  padding: .8rem 1.8rem;
  border-radius: 200px;
  font-weight: bold;
}

.support-coffee {
  background-color: #4D4D4D;
}

.support-coffee .support-btn {
  background-color: #252525;
}

@media (min-width: 900px) {
  .support-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    padding: 0 1rem 2rem 2.5rem;
  }
}