@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  color: red;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: underline;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #24292e;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

.wr {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1430px;
  padding: 0 30px;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 700px) {
  .wr {
    padding: 0 15px;
  }
}
.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}
.section--noPadding {
  padding: 0 !important;
}
.section__title {
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
  text-align: center;
}
.section__subtitle {
  font-size: 1.5em;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
.section--hero {
  background-position: 50%;
  background-size: cover;
}
.section--footer {
  margin: 0;
  overflow: visible;
  padding: 15px 0;
  z-index: 101;
}
.section .dark {
  --color-1: #212529;
  --color-2: #343a40;
  --color-1-inv: #f8f9fa;
  --color-2-inv: #f1f3f5;
}
.section .dark, .section .theme--dark, .section .section.dark .color-2, .section .theme--dark .color-2 {
  color: #343a40;
}
.section .dark .color-1, .section .theme--dark .color-1 {
  color: #212529;
}
.section .dark .color-2, .section .theme--light .color-2 {
  color: #343a40;
}
.section--rh6xkubje224jq7l a:not(.btn), .section--rh6xkubje224jq7l .link {
  color: #000000;
  --link-hover-bg: rgba(0, 0, 0, 0.05);
  --link-hover: #000000;
}
.section--rh6xkubje224jq7l {
  --color-link: #000000;
}
.section--cta .wr {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.section--center .wr {
  flex-direction: column;
}
.section--center .cta__titles {
  margin-bottom: 20px;
}
.section--hero .ft {
  min-height: 700px;
}

.sectionBox {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.sectionBox .wr {
  margin: 0 !important;
  padding: 0 !important;
}

.iconWrapper {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  position: relative;
}

.iconWrapper .backdrop {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%);
}

.iconWrapper .icon {
  margin: 0 !important;
}

.iconWrapper.circle .icon, .iconWrapper.rounded .icon {
  background-size: 60%;
}

.icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.inlineFormWrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 5px;
}

.inlineFormWrapper.left, .inlineFormWrapper.right {
  align-items: start;
}

@media only screen and (max-width: 750px) {
  .inlineFormWrapper.left, .inlineFormWrapper.right {
    align-items: center;
  }
}
.inlineForm {
  display: block;
  position: relative;
}

.inlineFormContent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -5px;
  width: 400px;
}

.inlineForm__input {
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: var(--btn-radius);
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.1em;
  height: 40px;
  min-width: 0;
  outline: none;
  padding: 0 12px;
  position: relative;
  width: 260px;
  z-index: 2;
}

@media only screen and (max-width: 750px) {
  .inlineForm__input {
    width: 220px;
  }
  .inlineFormContent {
    width: 357px;
  }
}
.inlineForm .btn {
  display: block;
  height: 40px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  position: relative;
  white-space: nowrap;
}

.pdx {
  align-items: center;
  box-sizing: border-box;
  display: flex;
}

.pdxItem {
  position: relative;
  z-index: 4;
}

.pdxItem--img-solid > img, .pdxItem--img-solid > video, .pdxItem--img-transparent > img, .pdxItem--img-transparent > video, .pdxItem--video > video {
  display: block;
  max-height: 500px;
  max-width: 100%;
}

.ctas {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.ctas .btn {
  margin: 5px;
}

.header {
  display: flex;
  left: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
}

.header--fixed {
  background: #fff;
  position: fixed;
}

.header > .wr {
  align-items: center;
  display: flex;
  height: 50px;
  padding: 10px 30px;
}

#headerNav {
  display: flex;
  flex-grow: 1;
}

#headerNav .btn {
  display: flex;
  font-size: 15px;
  white-space: nowrap;
}

.header__logo {
  color: inherit !important;
  font-size: 22pt;
  line-height: 50px;
  padding: 0;
  white-space: nowrap;
  display: flex;
}

#headerNav .spacer {
  flex-grow: 1;
}

.header__navCtas {
  align-items: center;
  display: flex;
  margin-left: 20px;
  gap: 5px;
}

#headerMenuButton {
  cursor: pointer;
  display: none;
  height: 40px;
  margin-top: 3px;
  position: relative;
  text-indent: -99999px;
  width: 40px;
  z-index: 999999;
}

.header--withDrawer.header--drawerOpen .headerMenu {
  display: block;
  z-index: 99999;
}

.headerMenu__backdrop {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.headerMenu__wrapper {
  -webkit-animation: headerDrawer 0.15s ease-out;
  animation: headerDrawer 0.15s ease-out;
  background: #fff;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: 0 50px 100px -12px rgba(0, 0, 0, 0.1490196078), 0 30px 60px -30px rgba(0, 0, 0, 0.0784313725), 0 0 20px rgba(0, 0, 0, 0.1019607843);
  float: right;
  margin-bottom: 10px;
  margin-top: 50px;
  max-width: 400px;
  position: relative;
  width: 100%;
}

.headerMenu__links {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.headerMenu__links li {
  border-bottom: 1px solid rgba(148, 148, 148, 0.1294117647);
}

.drawerLink {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  line-height: normal;
  padding: 14px 22px;
  text-decoration: none;
}

.drawerButtonChildren a, .drawerLinkChildren a {
  font-size: 16px;
  justify-content: space-between;
}

.drawerButtonChildren:hover {
  background-color: #ddd;
}

.header--drawerOpen #headerMenuButton::before {
  box-shadow: inset 0 0 0 3px;
  transform: rotate(-45deg);
}

.header--drawerOpen #headerMenuButton::after {
  transform: rotate(45deg);
}

.header--drawerOpen #headerMenuButton::after {
  transform: rotate(45deg);
}

#headerMenuButton::after {
  box-shadow: inset 0 0 0 3px;
  top: 27px;
  transform-origin: bottom right;
}

.drawerButtonChildren a, .drawerLinkChildren a, .drawerPlainIconButtonChildren a, .headerLink__children a {
  align-items: center;
  display: flex;
  padding: 14px 22px;
  text-decoration: none !important;
}

.header--withDrawer .headerNav__links, .header--withDrawer .header__navCtas {
  display: none;
}
.header--withDrawer #headerMenuButton {
  display: block;
}

#headerMenuButton:after, #headerMenuButton:before {
  border-radius: 2px;
  box-shadow: inset 0 0 0 3px, 0 9px 0 0;
  content: "";
  height: 4px;
  left: 5px;
  position: absolute;
  right: 5px;
  top: 9px;
  transform-origin: top right;
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: ease-out;
  width: 27px;
}

#headerMenuButton:after {
  box-shadow: inset 0 0 0 3px;
  top: 27px;
  transform-origin: bottom right;
}

.headerNav__links {
  display: flex;
  line-height: 50px;
}

.headerNav__links > a, .headerNav__links > div {
  align-items: center;
  height: 100%;
  padding: 0 20px;
  white-space: nowrap;
}

.headerMenu {
  bottom: 0;
  display: none;
  left: 0;
  overflow: scroll;
  padding: 10px 15px;
  position: fixed;
  right: 0;
  top: 0;
}

#headerSpacer {
  display: block;
  flex-shrink: 0;
  height: 50px;
  width: 100%;
}

.logoWrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

@media only screen and (max-width: 900px) {
  .headerNav__links > a, .headerNav__links > div {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 700px) {
  .header__logo {
    font-size: 18pt;
  }
}
.hero__title {
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 17px;
  white-space: pre-line;
}

.hero__subtitle {
  font-size: 1.5em;
  font-weight: 500;
  margin: 0;
  max-width: 500px;
  padding: 15px 0;
}

.hero__ctaInfo {
  display: inline;
  font-size: 0.9em;
  margin-top: 10px;
  max-width: 230px;
  opacity: 0.7;
}

@media only screen and (max-width: 750px) {
  .hero__subtitle {
    margin: 0 auto;
  }
  .hero__ctaInfo {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 700px) {
  .hero__title {
    font-size: 28pt;
  }
  .hero__subtitle {
    font-size: 14pt;
  }
}
.pricing {
  margin: 0;
}

.pricing, .pricingTiers {
  display: flex;
  justify-content: center;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

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

.pricingTiers {
  flex-wrap: wrap;
}

.pricingTierWrapper {
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.137), 0 10px 30px rgba(0, 0, 0, 0.0666666667);
  display: flex;
  justify-content: center;
  margin: 0 15px 30px;
  width: 290px;
}

.pricingTierWrapper:last-child {
  margin-right: 0;
}

.pricingTier {
  flex-grow: 1;
  padding: 20px 20px 80px;
  position: relative;
}

.pricingTier__title {
  font-size: 1.8em;
  margin: 0;
  text-align: center;
}

.pricingTier__description {
  font-size: 1.1em;
  height: 50px;
  margin: 0;
  text-align: center;
}

.pricingTier__price {
  height: 50px;
  margin: 25px 0;
  text-align: center;
}

.pricingTier .price {
  font-size: 3em;
  line-height: 1;
}

.pricingTier .interval {
  padding-left: 1px;
}

.pricingTier .intervalSlash {
  margin-right: 0.2em;
}

.pricingTier__features {
  margin: 0;
  padding: 0 0 0 2px;
}

.pricingTier__features li {
  align-items: center;
  display: flex;
  font-size: 1.05em;
  margin-bottom: 12px;
}

.pricingTier__features svg {
  flex-shrink: 0;
  margin-right: 8px;
  width: 18px;
}

.pricingTier .btn {
  bottom: 15px;
  height: 40px;
  left: 15px;
  padding: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  width: calc(100% - 30px);
}

.features {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.feature {
  box-sizing: border-box;
  margin: 0 25px;
  width: 33.33%;
}

.feature:first-child {
  margin-left: 0;
}

.feature:last-child {
  margin-right: 0;
}

.feature__title {
  font-size: 1.3em;
  font-weight: 400;
  margin: 0 0 8px;
}

.feature__description {
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 3px 0 0;
  overflow: auto;
  white-space: pre-line;
}

.feature__description p {
  margin: 0;
}

.feature .icon {
  margin-bottom: 20px;
}

button {
  padding: 5px 10px;
}

@media only screen and (max-width: 760px) {
  .features {
    flex-direction: column;
  }
  .feature {
    margin: 0 0 50px;
    width: 100%;
  }
  .feature:last-child {
    margin-bottom: 0;
  }
  .feature__title {
    margin-bottom: 4px;
  }
}
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 54px;
  padding-top: 15px;
}

.footer__primary {
  margin-bottom: 0;
  margin-right: 40px;
}

.footer__social {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}

.footer__social li {
  margin-left: 20px;
}

.footer__social li:first-child {
  margin-left: 0;
}

.footer__social a {
  align-items: center;
  display: flex;
  height: 26px;
  width: 26px;
}

.footer__social svg {
  height: 26px;
}

.footer__linkGroups {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  text-align: center;
  flex: content;
}

.footer__linkGroup {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  list-style: none;
  margin: 0 30px 30px;
  min-width: 140px;
  padding: 0;
}

.footer--groupsTop .footer__linkGroup, .footer__linkGroup:first-child {
  padding-left: 0;
}

.footer__linkGroup li:first-child {
  padding-bottom: 6px;
}

.footer__linkGroup a {
  color: #1864ab;
  display: block;
  margin-bottom: 3px;
  padding: 4px 0;
}

@media only screen and (max-width: 700px) {
  .footer__linkGroups {
    margin: 0 -15px;
  }
  .footer__linkGroup {
    margin: 0 15px 30px;
  }
}
.testimonial {
  margin: 30px auto;
  max-width: 560px;
  min-width: 250px;
  position: relative;
  text-align: center;
}

.testimonial__quote:before {
  content: "“";
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 122pt;
  left: -20px;
  opacity: 0.1;
  position: absolute;
  top: 40px;
  z-index: 0;
}

.testimonial__quote {
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0 0 10px;
  position: relative;
  white-space: pre-line;
}

.testimonial__quote p {
  margin: 0;
}

.testimonials--horizontal {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: inherit;
}

.testimonials--horizontal .testimonial {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 30px 30px;
  max-width: 560px;
  position: relative;
}

.rating {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

.rating .numericRating {
  color: inherit;
  font-family: inherit;
  font-size: 1.1em;
}

.starRating {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 1.4em;
  line-height: 1;
  padding-right: 8px;
}

.starRating:before {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, var(--color) var(--percent), rgba(64, 64, 64, 0.3) var(--percent));
  -webkit-background-clip: text;
  content: "★★★★★";
  letter-spacing: 3px;
}

.cta__titles .section__title {
  margin-top: 0;
}

.cta__titles .section__subtitle {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 750px) {
  .section--cta .wr {
    flex-direction: column;
    justify-content: center;
  }
  .cta__titles {
    margin-bottom: 20px;
  }
  .cta__titles .section__subtitle, .cta__titles .section__title {
    text-align: center;
  }
}
.ft {
  --pdx-pm: 1;
  display: flex;
  min-height: 500px;
  position: relative;
  text-align: left;
  width: 100vw;
}

.ft .section__subtitle, .ft .section__title {
  text-align: left;
}

.ft__half {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  padding: 50px 0;
  width: 50%;
}

.ft--left .ft__half, .ft--right .ft__half {
  padding-bottom: calc(50px + var(--pdx-pb) * var(--pdx-pm) * 1px);
}

.ft__half .ft__wrapper {
  z-index: 4;
}

.ft__half .pdxItem {
  z-index: 3;
}

.ft--twoBg .ft__half, .ft__half.pdx {
  padding-left: 50px;
  padding-right: 50px;
}

.ft__half:last-child .ft__wrapper {
  margin-right: 30px;
}

.ft__half:last-child {
  justify-content: flex-start;
}

.ftPoint {
  display: flex;
  margin-top: 30px;
  max-width: 600px;
}

.ftPoint .icon, .ftPoint .iconWrapper {
  margin-right: 15px;
  margin-top: 4px;
}

.ftPoint .iconWrapper .icon {
  margin: 0;
}

.ftPoint__meta {
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 50px);
  text-align: left;
}

.ftPoint__title {
  font-size: 1.25em;
  margin: 0;
}

.ftPoint__description {
  font-size: 1.15em;
}

.ftPoint__description p {
  margin: 0;
}

.ftChecks {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.15em;
  margin-top: 30px;
}

.ftCheck {
  align-items: center;
  display: flex;
  margin-bottom: 18px;
  margin-right: 18px;
}

.ftCheck:last-child {
  margin-right: 0;
}

.ftCheck svg {
  flex-shrink: 0;
  margin-right: 5px;
}

.ft .ctas {
  margin-top: 25px;
}

@media only screen and (max-width: 750px) {
  .ft {
    --pdx-pm: 0.3;
    flex-direction: column;
    min-height: auto;
    text-align: center;
  }
  .ft--right {
    flex-direction: column-reverse;
  }
  .ft--right .ft__half:first-child {
    padding-top: 50px;
  }
  .ft--right .ft__half:last-child {
    padding-bottom: 50px;
  }
  .section--hero .ft {
    min-height: 0;
  }
  .ft__wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    padding: 0 30px;
  }
  .ft--twoBg .ft__half:not(.pdx), .ft__half {
    padding-left: 0;
    padding-right: 0;
  }
  .ft--twoBg .ft__half.pdx, .ft__half.pdx {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ft--center .section__subtitle, .ft--center .section__title, .hero__subtitle, .hero__title {
    text-align: center;
  }
  .ft--right > div, .ft > div {
    justify-content: center !important;
    width: 100%;
  }
  .ftChecks {
    justify-content: center;
  }
  .ctas {
    flex-flow: column;
  }
}
body {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  --title-scale: 1;
}

@media only screen and (max-width: 750px) {
  body {
    --title-scale: 0.7;
  }
}
.wr {
  max-width: 1430px;
}

.weight-text {
  font-weight: 400;
}

.weight-text-m {
  font-weight: 500;
}

.weight-title-h {
  font-weight: 700;
}

.font-title {
  font-family: "Rubik";
}

.btn {
  display: inline-flex;
  position: relative;
  background: #eee;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0.7em 0.8em;
  line-height: 1;
  color: var(--color);
  border: none;
  border-radius: 3px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.btn--large {
  font-size: 1.2em;
}

.btn svg:last-child {
  margin-left: 0.4em;
}

.btn {
  font-size: 16px;
  color: rgb(0, 0, 0);
  background: transparent;
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px, 0 1px 2px 0 rgba(0, 0, 0, 0.171);
}

.btn.primary {
  color: #fff;
  background: rgb(0, 0, 0);
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.171);
}

.btn:hover {
  background: transparent;
  border: none;
  box-shadow: inset 0 0 0 1px, 0 4px 10px 0 rgba(50, 50, 93, 0.226), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.btn.primary:hover {
  background: rgb(0, 0, 0);
  border: none;
  box-shadow: 0 4px 10px 0 rgba(50, 50, 93, 0.226), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

a, .link {
  font-weight: 500;
}

/*# sourceMappingURL=style.css.map */
