:root {
  --page-bg: #050403;
  --focus: #e6c489;
  --desktop-ratio: 1672 / 941;
  --mobile-ratio: 941 / 1672;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--page-bg);
}

body {
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  place-items: center;
  background: var(--page-bg);
}

.site-shell {
  position: relative;
  width: min(100vw, calc(100dvh * 1.7779));
  max-width: 1672px;
  aspect-ratio: var(--desktop-ratio);
  overflow: hidden;
}

.site-shell picture,
.site-art {
  display: block;
  width: 100%;
  height: 100%;
}

.site-art {
  object-fit: contain;
  user-select: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.hotspots,
.hotspots a,
.contact-form,
.translation-form,
.ron-form,
.mobile-notary-form,
.contact-form input,
.contact-form textarea,
.contact-form button,
.translation-form input,
.translation-form textarea,
.translation-form button,
.ron-form input,
.ron-form textarea,
.ron-form button,
.mobile-notary-form input,
.mobile-notary-form textarea,
.mobile-notary-form button {
  position: absolute;
  z-index: 2;
}

.hotspots a {
  border-radius: 999px;
  color: transparent;
  pointer-events: auto;
  text-decoration: none;
}

.hotspots {
  pointer-events: none;
}

.top-nav,
.footer-actions,
.service-actions,
.notary-actions,
.social-links,
.about-profile-link,
.about-videos,
.thank-actions,
.translation-thank-actions,
.ron-nav,
.ron-thank-nav,
.ron-thank-actions,
.ron-thank-language,
.mobile-notary-thank-actions,
.mobile-notary-thank-language {
  inset: 0;
}

.hotspots a:focus-visible,
.contact-form :focus-visible,
.translation-form :focus-visible,
.ron-form :focus-visible,
.mobile-notary-form :focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 4px;
}

.top-nav a {
  top: 2.5%;
  width: 5.6%;
  height: 4.7%;
}

.nav-home {
  left: 21.7%;
}

.nav-services {
  left: 28.1%;
}

.nav-about {
  left: 35.7%;
}

.nav-contact {
  left: 43%;
}

.language-switch {
  inset: 0;
}

.lang-pt {
  top: 2.2%;
  right: 8.7%;
  width: 4.4%;
  height: 4.5%;
}

.lang-en {
  top: 2.2%;
  right: 3.3%;
  width: 4.8%;
  height: 4.5%;
}

.about-page .site-shell {
  --desktop-ratio: 5225 / 2941;
  --mobile-ratio: 5225 / 2941;
}

.about-page .top-nav a {
  top: 1.4%;
  width: 8%;
  height: 5.2%;
}

.about-page .nav-home {
  left: 29.7%;
}

.about-page .nav-services {
  left: 41.3%;
}

.about-page .nav-about {
  left: 52.7%;
}

.about-page .nav-contact {
  left: 62.9%;
  width: 9%;
}

.about-page .lang-pt {
  top: 1.5%;
  right: 7.2%;
  width: 4%;
  height: 4.8%;
}

.about-page .lang-en {
  top: 1.5%;
  right: 2.5%;
  width: 4.2%;
  height: 4.8%;
}

.about-video-grocery {
  left: 57%;
  top: 63.2%;
  width: 12%;
  height: 19.4%;
  border-radius: 8px;
}

.about-video-nicky {
  left: 70.2%;
  top: 63.2%;
  width: 12%;
  height: 19.4%;
  border-radius: 8px;
}

.about-video-translation {
  left: 83.2%;
  top: 63.2%;
  width: 12%;
  height: 19.4%;
  border-radius: 8px;
}

.about-photo-link {
  left: 3.7%;
  top: 55.2%;
  width: 24.3%;
  height: 29.8%;
  border-radius: 8px;
}

.message-link {
  left: 12.2%;
  bottom: 4.1%;
  width: 21.7%;
  height: 8.8%;
}

.email-link {
  left: 44%;
  bottom: 3.8%;
  width: 25.4%;
  height: 9.8%;
}

.whatsapp-link {
  right: 12%;
  bottom: 3.6%;
  width: 7.8%;
  height: 11.4%;
}

.ata-link {
  right: 3.2%;
  bottom: 3.6%;
  width: 7.6%;
  height: 11.4%;
}

.contact-page .site-shell {
  --mobile-ratio: 914 / 1720;
}

.thank-you-page .site-shell {
  --mobile-ratio: 853 / 1844;
}

.translation-thank-page .site-shell {
  --mobile-ratio: 941 / 1672;
}

.ron-thank-page .site-shell {
  --mobile-ratio: 941 / 1672;
}

.mobile-notary-thank-page .site-shell {
  --desktop-ratio: 1672 / 941;
  --mobile-ratio: 941 / 1672;
}

.notary-page .site-shell,
.ron-page .site-shell,
.mobile-notary-page .site-shell {
  --mobile-ratio: 1672 / 941;
}

.contact-form,
.translation-form,
.ron-form,
.mobile-notary-form {
  inset: 0;
}

.contact-form input,
.contact-form textarea,
.translation-form input,
.translation-form textarea,
.ron-form input,
.ron-form textarea,
.mobile-notary-form input,
.mobile-notary-form textarea {
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #2c1d12;
  font: 500 clamp(13px, 1.15vw, 18px) Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  caret-color: #e6c489;
}

.contact-form textarea,
.translation-form textarea,
.ron-form textarea,
.mobile-notary-form textarea {
  resize: none;
}

.contact-form button,
.translation-form button,
.ron-form button,
.mobile-notary-form button {
  border: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

.contact-form .website-field,
.translation-form .website-field,
.ron-form .website-field,
.mobile-notary-form .website-field {
  left: -100vw;
  width: 1px;
  height: 1px;
}

.field-name {
  left: 2.8%;
  top: 27.1%;
  width: 30.6%;
  height: 8%;
  padding: 2.2% 1.6% 0.5% 4.3%;
}

.field-email {
  left: 2.8%;
  top: 37.6%;
  width: 30.6%;
  height: 8%;
  padding: 2.2% 1.6% 0.5% 4.3%;
}

.field-phone {
  left: 2.8%;
  top: 48.2%;
  width: 30.6%;
  height: 8%;
  padding: 2.2% 1.6% 0.5% 4.3%;
}

.field-message {
  left: 2.8%;
  top: 58.4%;
  width: 30.6%;
  height: 20.4%;
  padding: 2.5% 1.6% 1.1% 4.3%;
}

.submit-message {
  left: 2.8%;
  top: 81.1%;
  width: 30.6%;
  height: 7.5%;
  border-radius: 8px;
}

.social-facebook {
  left: 39.2%;
  top: 32%;
  width: 5.1%;
  height: 8.8%;
}

.social-instagram {
  left: 45%;
  top: 32%;
  width: 5.1%;
  height: 8.8%;
}

.social-nextdoor {
  left: 51%;
  top: 32%;
  width: 5.1%;
  height: 8.8%;
}

.social-ata {
  left: 56.8%;
  top: 32%;
  width: 5.1%;
  height: 8.8%;
}

.social-upwork {
  left: 42.4%;
  top: 42.7%;
  width: 5.1%;
  height: 8.8%;
}

.social-blue-notary {
  left: 48.3%;
  top: 42.7%;
  width: 5.1%;
  height: 8.8%;
}

.social-google {
  left: 54.4%;
  top: 42.7%;
  width: 5.1%;
  height: 8.8%;
}

.service-notary {
  left: 7.7%;
  top: 68.4%;
  width: 26.8%;
  height: 19%;
}

.service-translation {
  left: 36.4%;
  top: 68.4%;
  width: 27.5%;
  height: 19%;
}

.service-back {
  left: 65.4%;
  top: 68.4%;
  width: 26.8%;
  height: 19%;
}

.notary-page .nav-home {
  left: 37.7%;
}

.notary-page .nav-services {
  left: 44.7%;
}

.notary-page .nav-about {
  left: 52.1%;
}

.notary-page .nav-contact {
  left: 58.7%;
}

.notary-online {
  left: 36.8%;
  top: 90.2%;
  width: 24%;
  height: 6%;
}

.notary-inperson {
  left: 62.3%;
  top: 90.2%;
  width: 25%;
  height: 6%;
}

.ron-nav a {
  top: 4.7%;
  width: 7%;
  height: 4.5%;
}

.ron-nav-home {
  left: 62.5%;
}

.ron-nav-services {
  left: 70.2%;
}

.ron-nav-about {
  left: 79.8%;
}

.ron-nav-contact {
  left: 89%;
}

.ron-thank-nav a {
  top: 3.4%;
  height: 4.8%;
}

.ron-thank-nav-home {
  left: 35.8%;
  width: 5.5%;
}

.ron-thank-nav-services {
  left: 43.5%;
  width: 7.6%;
}

.ron-thank-nav-about {
  left: 52.7%;
  width: 6.5%;
}

.ron-thank-nav-contact {
  left: 60.2%;
  width: 7%;
}

.ron-thank-lang-pt {
  left: 88.4%;
  top: 3.4%;
  width: 3.5%;
  height: 4.8%;
}

.ron-thank-lang-en {
  left: 92.6%;
  top: 3.4%;
  width: 3.5%;
  height: 4.8%;
}

.ron-thank-home {
  left: 16.1%;
  top: 89.1%;
  width: 24.3%;
  height: 6%;
}

.mobile-notary-thank-lang-en,
.mobile-notary-thank-lang-pt {
  display: none;
  top: 1.8%;
  width: 5.6%;
  height: 3.5%;
}

.mobile-notary-thank-en .mobile-notary-thank-lang-en,
.mobile-notary-thank-pt .mobile-notary-thank-lang-pt {
  left: 70.2%;
}

.mobile-notary-thank-en .mobile-notary-thank-lang-pt,
.mobile-notary-thank-pt .mobile-notary-thank-lang-en {
  left: 76.5%;
}

.mobile-notary-thank-top-home {
  display: none;
  left: 3.8%;
  top: 8.4%;
  width: 23%;
  height: 4%;
}

.mobile-notary-thank-home {
  left: 13.8%;
  top: 87.3%;
  width: 27%;
  height: 7.4%;
}

.ron-form input,
.ron-form textarea {
  color: #2c1d12;
  font-size: clamp(13px, 1vw, 17px);
}

.ron-name,
.ron-email,
.ron-phone,
.ron-date,
.ron-time,
.ron-document {
  left: 6.9%;
  width: 23%;
  height: 4.5%;
  padding: 0.7% 1%;
}

.ron-signers,
.ron-notarizations,
.ron-witnesses,
.ron-witness-count {
  left: 32.4%;
  width: 23.8%;
  height: 4.5%;
  padding: 0.7% 1%;
}

.ron-name,
.ron-signers {
  top: 34.8%;
}

.ron-email,
.ron-notarizations {
  top: 43.5%;
}

.ron-phone,
.ron-witnesses {
  top: 52.3%;
}

.ron-date,
.ron-witness-count {
  top: 61.1%;
}

.ron-time {
  top: 69.8%;
}

.ron-document {
  top: 78.7%;
}

.ron-message {
  left: 32.4%;
  top: 69.8%;
  width: 23.8%;
  height: 13.7%;
  padding: 0.8% 1%;
}

.ron-submit {
  left: 18.7%;
  top: 85.9%;
  width: 23.4%;
  height: 5%;
}

.mobile-notary-form input,
.mobile-notary-form textarea {
  color: #2c1d12;
  font-size: clamp(13px, 1vw, 17px);
}

.mobile-notary-name,
.mobile-notary-phone,
.mobile-notary-email,
.mobile-notary-address,
.mobile-notary-document {
  left: 14.5%;
  width: 36.5%;
  height: 3.1%;
  padding: 0.5% 1%;
}

.mobile-notary-name {
  top: 27.6%;
}

.mobile-notary-phone {
  top: 31.9%;
}

.mobile-notary-email {
  top: 36.3%;
}

.mobile-notary-address {
  top: 40.7%;
}

.mobile-notary-date {
  left: 14.5%;
  top: 45.1%;
  width: 17.1%;
  height: 3.1%;
  padding: 0.5% 1%;
}

.mobile-notary-time {
  left: 39.9%;
  top: 45.1%;
  width: 11%;
  height: 3.1%;
  padding: 0.5% 1%;
}

.mobile-notary-document {
  top: 49.8%;
}

.mobile-notary-message {
  left: 14.5%;
  top: 54.3%;
  width: 36.5%;
  height: 10.8%;
  padding: 0.5% 1%;
}

.mobile-notary-submit {
  left: 20.8%;
  top: 75.3%;
  width: 16.4%;
  height: 4.8%;
}

.translation-form input,
.translation-form textarea {
  color: #2c1d12;
}

.translation-name {
  left: 14.2%;
  top: 85.2%;
  width: 13.9%;
  height: 2.8%;
}

.translation-email {
  left: 14.2%;
  top: 90.2%;
  width: 13.9%;
  height: 2.8%;
}

.translation-pages {
  left: 14.2%;
  top: 94.6%;
  width: 13.9%;
  height: 2.8%;
}

.translation-phone {
  left: 40.7%;
  top: 85.2%;
  width: 14.7%;
  height: 2.8%;
}

.translation-document {
  left: 40.7%;
  top: 90.2%;
  width: 14.7%;
  height: 2.8%;
}

.translation-deadline {
  left: 40.7%;
  top: 94.6%;
  width: 14.7%;
  height: 2.8%;
}

.translation-message {
  left: 62.1%;
  top: 85.2%;
  width: 16.8%;
  height: 10.6%;
}

.translation-submit {
  left: 81.9%;
  top: 93.3%;
  width: 11.8%;
  height: 4%;
}

.translation-thank-home {
  left: 13.5%;
  top: 83.2%;
  width: 25.5%;
  height: 8%;
}

.thank-home {
  left: 4.8%;
  bottom: 3.7%;
  width: 24%;
  height: 9.1%;
}

.thank-whatsapp {
  left: 34.6%;
  bottom: 3.7%;
  width: 28%;
  height: 9.1%;
}

@media (max-width: 800px), (max-aspect-ratio: 1/1) {
  body {
    display: block;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .site-shell {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    aspect-ratio: auto;
    overflow: visible;
  }

  .site-shell picture {
    height: auto;
  }

  .site-art {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .top-nav a {
    top: 1.35%;
    width: 9.8%;
    height: 2.8%;
  }

  .nav-home {
    left: 28.6%;
  }

  .nav-services {
    left: 40.4%;
  }

  .nav-about {
    left: 52.9%;
  }

  .nav-contact {
    left: 65.1%;
  }

  .lang-pt {
    top: 1.1%;
    right: 10.6%;
    width: 5.4%;
    height: 3.2%;
  }

  .lang-en {
    top: 1.1%;
    right: 3.8%;
    width: 5.4%;
    height: 3.2%;
  }

  .about-page .top-nav a {
    top: 1.4%;
    width: 8%;
    height: 5.2%;
  }

  .about-page .nav-home {
    left: 29.7%;
  }

  .about-page .nav-services {
    left: 41.3%;
  }

  .about-page .nav-about {
    left: 52.7%;
  }

  .about-page .nav-contact {
    left: 62.9%;
    width: 9%;
  }

  .about-page .lang-pt {
    top: 1.5%;
    right: 7.2%;
    width: 4%;
    height: 4.8%;
  }

  .about-page .lang-en {
    top: 1.5%;
    right: 2.5%;
    width: 4.2%;
    height: 4.8%;
  }

  .about-page .top-nav a {
    top: 0.6%;
    width: 9%;
    height: 2.4%;
  }

  .about-page .nav-home {
    left: 34%;
  }

  .about-page .nav-services {
    left: 45.8%;
  }

  .about-page .nav-about {
    left: 57.7%;
  }

  .about-page .nav-contact {
    left: 70.3%;
    width: 9.4%;
  }

  .about-page .lang-pt {
    top: 0.6%;
    right: 11.7%;
    width: 5.4%;
    height: 2.4%;
  }

  .about-page .lang-en {
    top: 0.6%;
    right: 4.5%;
    width: 5.4%;
    height: 2.4%;
  }

  .about-photo-link {
    left: 51.5%;
    top: 35.1%;
    width: 42.5%;
    height: 25.4%;
  }

  .about-video-grocery {
    left: 6.6%;
    top: 86.4%;
    width: 26.4%;
    height: 7.1%;
  }

  .about-video-nicky {
    left: 36.1%;
    top: 86.4%;
    width: 27.4%;
    height: 7.1%;
  }

  .about-video-translation {
    left: 67.1%;
    top: 86.4%;
    width: 26.4%;
    height: 7.1%;
  }

  .message-link,
  .email-link {
    left: 6.8%;
    bottom: 1.7%;
    width: 39.2%;
    height: 10.8%;
  }

  .whatsapp-link {
    right: 26.4%;
    bottom: 2%;
    width: 17%;
    height: 10.2%;
  }

  .ata-link {
    right: 6.4%;
    bottom: 2%;
    width: 17.2%;
    height: 10.2%;
  }

  .contact-form input,
  .contact-form textarea,
  .translation-form input,
  .translation-form textarea,
  .ron-form input,
  .ron-form textarea,
  .mobile-notary-form input,
  .mobile-notary-form textarea {
    font-size: clamp(14px, 4vw, 20px);
  }

  .contact-form input,
  .contact-form textarea {
    color: #fff4dd;
  }

  .field-name {
    left: 15.6%;
    top: 45.1%;
    width: 68.9%;
    height: 3%;
    padding: 0.7% 3% 0.2% 5%;
  }

  .field-email {
    left: 15.6%;
    top: 50.2%;
    width: 68.9%;
    height: 3%;
    padding: 0.7% 3% 0.2% 5%;
  }

  .field-phone {
    left: 15.6%;
    top: 55.3%;
    width: 68.9%;
    height: 3%;
    padding: 0.7% 3% 0.2% 5%;
  }

  .field-message {
    left: 15.6%;
    top: 60.3%;
    width: 68.9%;
    height: 8.4%;
    padding: 1.2% 3% 1% 5%;
  }

  .submit-message {
    left: 15.6%;
    top: 70.1%;
    width: 68.9%;
    height: 3.8%;
  }

  .social-facebook {
    left: 8.1%;
    top: 79.2%;
    width: 9%;
    height: 4.8%;
  }

  .social-instagram {
    left: 20.6%;
    top: 79.2%;
    width: 9%;
    height: 4.8%;
  }

  .social-nextdoor {
    left: 33.2%;
    top: 79.2%;
    width: 9%;
    height: 4.8%;
  }

  .social-ata {
    left: 46%;
    top: 79.2%;
    width: 9%;
    height: 4.8%;
  }

  .social-upwork {
    left: 58.4%;
    top: 79.2%;
    width: 9%;
    height: 4.8%;
  }

  .social-blue-notary {
    left: 70.9%;
    top: 79.2%;
    width: 9%;
    height: 4.8%;
  }

  .social-google {
    left: 83.2%;
    top: 79.2%;
    width: 9%;
    height: 4.8%;
  }

  .thank-home {
    left: 12.1%;
    bottom: 7.5%;
    width: 75.5%;
    height: 4.6%;
  }

  .thank-whatsapp {
    left: 12.1%;
    bottom: 2.2%;
    width: 75.5%;
    height: 4.6%;
  }

  .service-notary {
    left: 6.2%;
    top: 44.3%;
    width: 42.1%;
    height: 18.8%;
  }

  .service-translation {
    left: 52.1%;
    top: 44.3%;
    width: 41.9%;
    height: 18.8%;
  }

  .service-back {
    left: 27.2%;
    top: 68%;
    width: 45.4%;
    height: 14.9%;
  }

  .notary-online {
    left: 5.9%;
    top: 44.8%;
    width: 42.4%;
    height: 19%;
  }

  .notary-inperson {
    left: 51.9%;
    top: 44.8%;
    width: 42.4%;
    height: 19%;
  }

  .notary-page .nav-home,
  .notary-page .nav-services,
  .notary-page .nav-about,
  .notary-page .nav-contact,
  .ron-nav a,
  .ron-thank-nav a {
    display: none;
  }

  .ron-thank-lang-pt {
    left: 67%;
    top: 1.5%;
    width: 5.5%;
    height: 3.4%;
  }

  .ron-thank-lang-en {
    left: 73%;
    top: 1.5%;
    width: 5.5%;
    height: 3.4%;
  }

  .ron-thank-en .ron-thank-home {
    left: 2.6%;
    top: 1.2%;
    width: 25.3%;
    height: 3.8%;
  }

  .ron-thank-pt .ron-thank-home {
    left: 23%;
    top: 92.6%;
    width: 53.8%;
    height: 4.6%;
  }

  .ron-name,
  .ron-email,
  .ron-phone,
  .ron-document,
  .ron-message {
    left: 9%;
    width: 81.6%;
    height: 2.7%;
    padding: 0.3% 2%;
  }

  .ron-name {
    top: 39.4%;
  }

  .ron-email {
    top: 44.6%;
  }

  .ron-phone {
    top: 49.6%;
  }

  .ron-date,
  .ron-signers,
  .ron-witnesses {
    left: 9%;
    width: 37.8%;
    height: 3%;
    padding: 0.3% 2%;
  }

  .ron-time,
  .ron-notarizations,
  .ron-witness-count {
    left: 52.7%;
    width: 37.8%;
    height: 3%;
    padding: 0.3% 2%;
  }

  .ron-date,
  .ron-time {
    top: 55.5%;
  }

  .ron-signers,
  .ron-notarizations {
    top: 62.2%;
  }

  .ron-witnesses,
  .ron-witness-count {
    top: 69.2%;
  }

  .ron-document {
    top: 75.6%;
  }

  .ron-message {
    top: 81.8%;
    height: 9%;
  }

  .ron-submit {
    left: 21.6%;
    top: 92.7%;
    width: 56.3%;
    height: 4.5%;
  }

  .mobile-notary-name,
  .mobile-notary-phone,
  .mobile-notary-email,
  .mobile-notary-address,
  .mobile-notary-document,
  .mobile-notary-message {
    left: 25.4%;
    width: 64.2%;
    height: 2.4%;
    padding: 0.2% 2%;
  }

  .mobile-notary-name {
    top: 53.3%;
  }

  .mobile-notary-phone {
    top: 56.8%;
  }

  .mobile-notary-email {
    top: 60.5%;
  }

  .mobile-notary-address {
    top: 64.1%;
  }

  .mobile-notary-date {
    left: 25.4%;
    top: 67.9%;
    width: 25.1%;
    height: 2.5%;
    padding: 0.2% 2%;
  }

  .mobile-notary-time {
    left: 69.3%;
    top: 67.9%;
    width: 20.4%;
    height: 2.5%;
    padding: 0.2% 2%;
  }

  .mobile-notary-document {
    top: 71.3%;
  }

  .mobile-notary-message {
    top: 75%;
    height: 8.3%;
  }

  .mobile-notary-submit {
    left: 22.7%;
    top: 91.6%;
    width: 53.8%;
    height: 4.6%;
  }

  .translation-name,
  .translation-email,
  .translation-pages,
  .translation-phone,
  .translation-document,
  .translation-deadline {
    left: 30.2%;
    width: 56.6%;
    height: 2.1%;
    padding: 0.2% 2%;
  }

  .translation-name {
    top: 75.9%;
  }

  .translation-phone {
    top: 79%;
  }

  .translation-email {
    top: 82%;
  }

  .translation-document {
    top: 84.9%;
  }

  .translation-pages {
    top: 87.9%;
  }

  .translation-deadline {
    top: 90.9%;
  }

  .translation-message {
    left: 30.2%;
    top: 93.8%;
    width: 56.6%;
    height: 3.8%;
    padding: 0.5% 2%;
  }

  .translation-submit {
    left: 37%;
    top: 97.8%;
    width: 24.9%;
    height: 2.1%;
  }

  .translation-thank-home {
    left: 19.5%;
    top: 89.2%;
    width: 61%;
    height: 6.1%;
  }

  .mobile-notary-thank-lang-en,
  .mobile-notary-thank-lang-pt {
    display: block;
  }

  .mobile-notary-thank-en .mobile-notary-thank-top-home {
    display: block;
  }

  .mobile-notary-thank-home {
    left: 22%;
    top: 91.1%;
    width: 56%;
    height: 5.5%;
  }
}
