/* Isolation layer: keeps Flatsome's global component styles out of OftaVox. */
body.oftavox-landing-page {
  margin: 0 !important;
  background: #fbfaf6 !important;
  color: #0c2b40 !important;
}

.oftavox-site,
.oftavox-site * {
  box-sizing: border-box;
}

.oftavox-site {
  width: 100%;
  overflow: hidden;
  background: #fbfaf6;
  color: #0c2b40;
  font-family: Arial, Helvetica, sans-serif !important;
}

.oftavox-site .site-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.oftavox-site .site-header nav {
  display: flex !important;
  align-items: center !important;
  column-gap: 30px !important;
  margin: 0 !important;
}

.oftavox-site .site-header nav > a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 42px;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.oftavox-site .site-header nav > .nav-cta {
  padding: 0 21px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #3bb5a4 !important;
  color: #071c2e !important;
}

.oftavox-site h1,
.oftavox-site h2,
.oftavox-site h3,
.oftavox-site p,
.oftavox-site blockquote {
  font-family: Arial, Helvetica, sans-serif !important;
  text-transform: none !important;
}

.oftavox-site h1 {
  margin: 24px 0 25px !important;
  max-width: 650px !important;
  color: #0c2b40 !important;
  font-size: clamp(48px, 5.1vw, 78px) !important;
  font-weight: 700 !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
}

.oftavox-site h1 em {
  color: #3bb5a4 !important;
  font-style: normal !important;
}

.oftavox-site h2 {
  margin: 0 !important;
  max-width: 860px !important;
  color: #0c2b40 !important;
  font-size: clamp(38px, 4.1vw, 62px) !important;
  font-weight: 700 !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em !important;
}

.oftavox-site h2 span { color: #3bb5a4 !important; }
.oftavox-site h3 { color: inherit !important; text-transform: none !important; letter-spacing: 0 !important; }
.oftavox-site p { margin-top: 0; }

.oftavox-site .trust h2 {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.oftavox-site .button,
.oftavox-site a.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 26px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #3bb5a4 !important;
  color: #071c2e !important;
  box-shadow: 0 14px 35px rgba(59,181,164,.26) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.oftavox-site .specialty,
.oftavox-site .benefits,
.oftavox-site .pilot {
  color: #ffffff !important;
}

.oftavox-site .specialty h2,
.oftavox-site .benefits h2,
.oftavox-site .pilot h2 {
  color: #ffffff !important;
}

.oftavox-site .pilot {
  display: grid !important;
  place-items: center !important;
}

.oftavox-site .pilot-content {
  margin: 0 auto !important;
  text-align: center !important;
}

.oftavox-site footer {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
}

.oftavox-site footer img {
  display: block !important;
  width: 136px !important;
  margin: 0 !important;
}

.oftavox-site footer p { margin: 0 !important; }
.oftavox-site footer > span { justify-self: end !important; }

@media (max-width: 820px) {
  .oftavox-site .site-header nav > a:not(.nav-cta) { display: none !important; }
  .oftavox-site .site-header nav > .nav-cta { padding: 0 15px !important; font-size: 12px !important; }
  .oftavox-site h1 { font-size: clamp(48px, 14vw, 66px) !important; }
  .oftavox-site h2 { font-size: 40px !important; }
  .oftavox-site .trust h2 { font-size: 36px !important; }
  .oftavox-site footer { grid-template-columns: 1fr !important; justify-items: center !important; text-align: center !important; }
  .oftavox-site footer > span { justify-self: center !important; }
}

@media (max-width: 430px) {
  .oftavox-site h1 { font-size: 48px !important; }
}
