html {
  scroll-behavior: smooth; }

.speed-test-container .speed-test-hero {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse; }
  .speed-test-container .speed-test-hero .space {
    flex: 1; }
  .speed-test-container .speed-test-hero .left {
    flex: 4;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 16px; }
    .speed-test-container .speed-test-hero .left .squarespace-icon {
      margin: 0;
      height: 128px;
      padding: 0;
      margin-bottom: -56px;
      margin-right: -36px;
      margin-left: -32px;
      display: inline-block; }
    .speed-test-container .speed-test-hero .left h1 {
      font-size: 42pt;
      color: black;
      margin-bottom: 0; }
    .speed-test-container .speed-test-hero .left p {
      max-width: 600px;
      font-size: 14pt;
      text-align: left; }
      .speed-test-container .speed-test-hero .left p.brought-by {
        font-size: 12pt;
        color: gray; }
        .speed-test-container .speed-test-hero .left p.brought-by a, .speed-test-container .speed-test-hero .left p.brought-by a:visited {
          color: gray; }
  .speed-test-container .speed-test-hero .right {
    flex: 3; }
    .speed-test-container .speed-test-hero .right img {
      width: 100%;
      object-fit: cover;
      min-width: 360px; }

.speed-test-container .speed-test-collect-url {
  margin-top: 48px;
  width: 100%; }

.speed-test-container label {
  display: block;
  font-weight: 700;
  letter-spacing: 0.2px; }

.speed-test-container input[type=text], .speed-test-container input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 11pt;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 12px;
  background: transparent;
  transition: all 0.2s ease;
  max-width: 420px;
  display: block;
  width: 100%; }
  .speed-test-container input[type=text]:focus, .speed-test-container input[type=email]:focus {
    border-color: #009688;
    outline: none;
    transform: scale(1.025); }

.speed-test-container button {
  padding: 16px 40px;
  background: #009688;
  color: white;
  border-radius: 8px;
  font-size: 12pt;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 16px;
  border: none;
  outline: none;
  transition: all 0.1s ease;
  letter-spacing: 0.2px; }
  .speed-test-container button:hover, .speed-test-container button:focus {
    cursor: pointer;
    outline: none;
    transform: scale(1.025); }

.speed-test-container .more-details-container {
  display: flex;
  flex-wrap: wrap-reverse;
  background: #f6f6f6; }
  .speed-test-container .more-details-container .space {
    flex: 1; }
  .speed-test-container .more-details-container .speed-test-more-details {
    flex: 6;
    padding: 96px 8px; }
    .speed-test-container .more-details-container .speed-test-more-details p {
      max-width: 560px; }
    .speed-test-container .more-details-container .speed-test-more-details input {
      margin-bottom: 24px;
      background: white; }

.speed-test-container .speed-test-submitted {
  margin: 196px 8px;
  text-align: center;
  font-size: 14pt; }
  .speed-test-container .speed-test-submitted img {
    height: 220px; }

.speed-test-container .speed-test-explainer {
  margin: 128px auto;
  max-width: 600px;
  padding: 8px; }
  .speed-test-container .speed-test-explainer h2 {
    font-size: 24pt;
    text-align: center; }
  .speed-test-container .speed-test-explainer img {
    height: 160px;
    float: right;
    margin: 16px;
    display: block; }
  .speed-test-container .speed-test-explainer .explain-section {
    margin-bottom: 128px; }

.speed-test-container .report-card {
  max-width: 960px;
  margin: 48px auto;
  border: 1px solid #f1f1f1; }
  .speed-test-container .report-card .rc-header {
    display: flex;
    align-items: center;
    padding: 16px;
    margin-top: 24px;
    margin-bottom: 24px; }
    .speed-test-container .report-card .rc-header #siteUrl {
      text-decoration: underline;
      color: #009688; }
    .speed-test-container .report-card .rc-header img {
      flex: 0;
      object-fit: cover;
      width: 196px; }
    .speed-test-container .report-card .rc-header h3 {
      font-size: 32pt;
      margin: 36px;
      text-align: center; }
  .speed-test-container .report-card .rc-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-bottom: 96px; }
    .speed-test-container .report-card .rc-row.rc-big-row {
      padding-top: 48px;
      padding-bottom: 48px;
      background: #f6f6f6; }
      .speed-test-container .report-card .rc-row.rc-big-row .rc-entry .value {
        font-size: 48pt; }
    .speed-test-container .report-card .rc-row .rc-entry {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      border-right: 1px solid gainsboro;
      box-sizing: border-box; }
      .speed-test-container .report-card .rc-row .rc-entry:last-child {
        border-right: none; }
      .speed-test-container .report-card .rc-row .rc-entry .label {
        font-size: 10pt;
        font-weight: 600;
        letter-spacing: 0.2px;
        color: #a2a2a2;
        text-transform: uppercase;
        margin: 0;
        padding: 0; }
      .speed-test-container .report-card .rc-row .rc-entry .value {
        margin: 0;
        padding: 0;
        font-size: 32pt;
        font-weight: 700;
        letter-spacing: 0.5px; }
      .speed-test-container .report-card .rc-row .rc-entry .grade {
        text-align: center;
        line-height: 48px;
        width: 48px;
        height: 48px;
        border-radius: 24px;
        background: gray;
        color: white;
        font-weight: 700;
        box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
        margin: 0; }
        .speed-test-container .report-card .rc-row .rc-entry .grade.grade-A {
          background: #00c25e; }
        .speed-test-container .report-card .rc-row .rc-entry .grade.grade-B {
          background: #64c200; }
        .speed-test-container .report-card .rc-row .rc-entry .grade.grade-C {
          background: #c2bf00; }
        .speed-test-container .report-card .rc-row .rc-entry .grade.grade-D {
          background: #c25e00; }
        .speed-test-container .report-card .rc-row .rc-entry .grade.grade-E {
          background: #c21d00; }

.speed-test-container .rc-opportunities-heading {
  font-size: 32pt;
  margin-top: 196px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .speed-test-container .rc-opportunities-heading img {
    height: 64px; }
  .speed-test-container .rc-opportunities-heading span {
    padding-top: 16px;
    margin-left: 12px; }

.speed-test-container .rc-opportunities {
  padding: 64px 16px 16px 16px;
  border-top: 8px solid gainsboro;
  background: #f1f1f1; }
  .speed-test-container .rc-opportunities ol {
    list-style-type: none; }
    .speed-test-container .rc-opportunities ol li {
      margin-left: 16px;
      padding-bottom: 64px;
      margin-bottom: 64px;
      border-bottom: 1px solid gainsboro; }
      .speed-test-container .rc-opportunities ol li:last-child {
        border-bottom: none; }
    .speed-test-container .rc-opportunities ol p {
      margin: 0;
      padding: 0;
      max-width: 500px; }
    .speed-test-container .rc-opportunities ol .title {
      font-weight: 700;
      font-size: 18pt; }
    .speed-test-container .rc-opportunities ol .value {
      font-weight: 600;
      font-size: 9pt;
      padding: 8px 12px;
      display: inline-block;
      color: white;
      background: #00c25e;
      text-transform: uppercase;
      letter-spacing: 0.5;
      margin-top: 16px; }

@media (max-width: 860px) {
  .speed-test-container .speed-test-hero .space, .speed-test-container .more-details-container .space {
    flex: 0; }
  .speed-test-container .speed-test-explainer img {
    float: none;
    margin: 16px auto; }
  .speed-test-container .report-card .rc-header {
    flex-wrap: wrap; }
    .speed-test-container .report-card .rc-header img {
      margin: 24px auto; }
    .speed-test-container .report-card .rc-header h3 {
      font-size: 18pt;
      margin: auto; }
  .speed-test-container .report-card .rc-row {
    flex-wrap: wrap; }
  .speed-test-container .report-card .rc-row .rc-entry {
    min-width: 200px;
    margin-bottom: 48px; } }

.peachs-inline-spinner {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  margin: 0px 8px;
  text-indent: -9999em;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f1f1f1;
  background: -moz-linear-gradient(left, #f1f1f1 10%, rgba(246, 246, 246, 0) 42%);
  background: -webkit-linear-gradient(left, #f1f1f1 10%, rgba(246, 246, 246, 0) 42%);
  background: -o-linear-gradient(left, #f1f1f1 10%, rgba(246, 246, 246, 0) 42%);
  background: -ms-linear-gradient(left, #f1f1f1 10%, rgba(246, 246, 246, 0) 42%);
  background: linear-gradient(to right, #f1f1f1 10%, rgba(246, 246, 246, 0) 42%);
  position: relative;
  -webkit-animation: load3 1s infinite linear;
  animation: load3 1s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.peachs-inline-spinner:before {
  width: 50%;
  height: 50%;
  background: #3e3e3e;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.peachs-inline-spinner:after {
  background: #f1f1f1;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.related-products-container .hero-image-container img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: center; }

.related-products-container h1 {
  font-size: 28pt;
  text-align: center;
  max-width: 760px;
  margin: 48px auto 48px auto;
  padding: 0 8px; }

.related-products-container p.tagline {
  text-align: center;
  max-width: 720px;
  font-size: 18pt;
  margin: 48px auto;
  padding: 0 8px; }

.related-products-container h2 {
  max-width: 860px;
  text-align: center;
  font-size: 32pt;
  letter-spacing: 1px;
  margin: 160px auto 24px auto;
  padding: 0 8px; }

.related-products-container p {
  font-size: 13pt;
  max-width: 520px;
  margin: 12px auto;
  padding: 0 8px; }

.related-products-container a, .related-products-container a:visited {
  color: #3F51B5; }

.related-products-container .ss-button-alt {
  margin-top: 32px;
  display: inline-block;
  color: white; }
  .related-products-container .ss-button-alt:visited {
    color: white; }

.related-products-container .related-x-up {
  display: flex;
  flex-wrap: wrap;
  max-width: 860px;
  margin: 64px auto 16px auto; }
  .related-products-container .related-x-up.is-this-you {
    margin-top: 160px;
    align-items: center; }
    @media (max-width: 860px) {
      .related-products-container .related-x-up.is-this-you {
        flex-direction: column; } }
    .related-products-container .related-x-up.is-this-you .item h2 {
      margin-top: 0; }
    .related-products-container .related-x-up.is-this-you .item:first-child {
      max-width: 300px; }
    .related-products-container .related-x-up.is-this-you .item img {
      width: 100%;
      height: auto; }
  .related-products-container .related-x-up.related-pricing .item {
    border-radius: 8px;
    padding: 32px 16px;
    margin: 32px;
    border: 1px solid gainsboro; }
    .related-products-container .related-x-up.related-pricing .item small {
      color: gray; }
  .related-products-container .related-x-up .item {
    flex: 1;
    min-width: 160px;
    text-align: center;
    box-sizing: border-box;
    padding: 32px; }
    .related-products-container .related-x-up .item img {
      height: 80px; }

.related-products-container .money-on-the-table-pre {
  margin-top: 160px;
  padding: 32px 8px;
  background-color: #c1f0eb;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23189588' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.related-products-container .money-on-the-table h2 {
  margin-top: 96px; }

.related-products-container .screenshot {
  width: 100%;
  max-width: 960px;
  margin: 48px auto; }

.related-products-container .related-products-form {
  background: #f1f1f1;
  padding: 96px 8px 96px 8px;
  box-sizing: border-box;
  margin-top: 120px; }

.related-products-container .related-products-form-content {
  max-width: 520px;
  margin: 0 auto; }
  .related-products-container .related-products-form-content h2 {
    margin-top: 0; }
  .related-products-container .related-products-form-content label {
    display: block;
    font-weight: 700;
    letter-spacing: 0.2px; }
  .related-products-container .related-products-form-content input[type=text], .related-products-container .related-products-form-content input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 32px;
    font-size: 11pt;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 12px;
    background: white;
    transition: all 0.2s ease;
    max-width: 420px;
    display: block;
    width: 100%; }
    .related-products-container .related-products-form-content input[type=text]:focus, .related-products-container .related-products-form-content input[type=email]:focus {
      border-color: gray;
      outline: none;
      transform: scale(1.025); }

#order-notifications-live-demo {
  position: fixed;
  bottom: 16px;
  left: 16px;
  width: 320px;
  max-width: 90%;
  border-radius: 8px;
  background: white;
  transition: all 0.1s ease;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  opacity: 0;
  animation: peachs-slide-away 10s 5s ease forwards infinite; }
  #order-notifications-live-demo:hover {
    transform: scale(1.025);
    cursor: pointer; }
  #order-notifications-live-demo p {
    margin: 0;
    line-height: 1.3; }
  #order-notifications-live-demo .top-bar {
    border-radius: 8px 8px 0 0;
    background: #03a87c;
    padding: 4px 8px 0 8px;
    box-shadow: inset 0px -4px 4px -4px rgba(0, 0, 0, 0.2); }
    #order-notifications-live-demo .top-bar p {
      margin: 0;
      color: white;
      font-weight: bold;
      padding: 8px;
      font-size: 11pt;
      text-align: center; }
    #order-notifications-live-demo .top-bar i {
      color: white;
      margin-right: 4px;
      font-size: 12pt; }
  #order-notifications-live-demo .bottom-bar {
    display: flex;
    align-items: center;
    padding: 24px 16px;
    margin: 0; }
    #order-notifications-live-demo .bottom-bar .right {
      margin-left: 16px; }
    #order-notifications-live-demo .bottom-bar .title {
      font-weight: bold; }
    #order-notifications-live-demo .bottom-bar .subtitle {
      color: gray;
      font-size: 11pt; }

.pricing-calculator h1 {
  font-size: 32pt; }

.pricing-calculator .pricing-calculator-info {
  max-width: 960px;
  padding: 8px;
  margin: 48px auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse; }
  .pricing-calculator .pricing-calculator-info .left {
    flex: 2;
    padding: 16px;
    max-width: 500px; }
  .pricing-calculator .pricing-calculator-info .right {
    flex: 1;
    padding: 16px;
    max-width: 320px;
    min-width: 240px; }
    .pricing-calculator .pricing-calculator-info .right img {
      width: 100%; }

.pricing-calculator #pricing-calculator-tool {
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin: 36px auto;
  line-height: 3;
  font-size: 18pt;
  padding: 36px 48px 36px 36px;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 8px; }
  .pricing-calculator #pricing-calculator-tool .field {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .pricing-calculator #pricing-calculator-tool .field-label {
    font-weight: bold; }
  .pricing-calculator #pricing-calculator-tool .percent-symbol {
    margin-left: 8px;
    margin-right: -30px; }
  .pricing-calculator #pricing-calculator-tool .dollar-symbol {
    margin-right: 8px; }
  .pricing-calculator #pricing-calculator-tool input[type=text], .pricing-calculator #pricing-calculator-tool input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: right;
    font-size: 18pt;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 12px;
    background: transparent;
    transition: all 0.2s ease; }
    .pricing-calculator #pricing-calculator-tool input[type=text]:focus, .pricing-calculator #pricing-calculator-tool input[type=email]:focus {
      border-color: #009688;
      outline: none;
      transform: scale(1.025); }
  .pricing-calculator #pricing-calculator-tool .referral-rate-info {
    text-align: right;
    font-size: 11pt;
    color: #a2a2a2; }
  .pricing-calculator #pricing-calculator-tool #referred-sales {
    font-size: 28pt;
    font-weight: bold;
    color: #009688; }
  .pricing-calculator #pricing-calculator-tool .value-annotation {
    margin-top: 0;
    text-align: right;
    font-size: 11pt;
    color: #a2a2a2;
    margin-bottom: 36px;
    line-height: 1.3; }
  .pricing-calculator #pricing-calculator-tool .referral-rate-container {
    display: flex;
    align-items: center; }
  .pricing-calculator #pricing-calculator-tool .separator-line {
    margin: 48px 15%;
    height: 1px;
    background: #e4e4e4;
    width: 70%; }

@keyframes peachs-slide-up {
  0% {
    opacity: 0;
    transform: translateY(120px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes peachs-slide-away {
  0% {
    opacity: 0;
    transform: translateY(120px); }
  5% {
    opacity: 1;
    transform: translateY(0); }
  55% {
    opacity: 1;
    transform: translateY(0); }
  60% {
    opacity: 0;
    transform: translateY(120px); }
  100% {
    opacity: 0;
    transform: translateY(120px); } }
