@charset "UTF-8";
/* line 5, app/assets/stylesheets/home.scss */
body {
  font-family: "Crimson Pro", serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fef9f1;
  color: #212333;
}

/* line 14, app/assets/stylesheets/home.scss */
h1 {
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 0;
}

@media screen and (max-width: 992px) {
  /* line 14, app/assets/stylesheets/home.scss */
  h1 {
    margin-top: 50px;
    font-size: 42px;
  }
}

/* line 25, app/assets/stylesheets/home.scss */
h2 {
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 0;
}

@media screen and (max-width: 992px) {
  /* line 25, app/assets/stylesheets/home.scss */
  h2 {
    font-size: 28px;
  }
}

/* line 35, app/assets/stylesheets/home.scss */
h3 {
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  /* line 35, app/assets/stylesheets/home.scss */
  h3 {
    font-size: 32px;
  }
}

/* line 48, app/assets/stylesheets/home.scss */
h4 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0;
}

@media screen and (max-width: 992px) {
  /* line 48, app/assets/stylesheets/home.scss */
  h4 {
    font-size: 26px;
  }
}

/* line 58, app/assets/stylesheets/home.scss */
h5 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 36px;
}

/* line 65, app/assets/stylesheets/home.scss */
p,
li {
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  letter-spacing: 0;
}

@media screen and (max-width: 992px) {
  /* line 65, app/assets/stylesheets/home.scss */
  p,
li {
    font-size: 18px;
  }
}

/* line 76, app/assets/stylesheets/home.scss */
a:not(.btn) {
  color: #212333;
  font-weight: 600;
  text-decoration: none;
}

/* line 81, app/assets/stylesheets/home.scss */
a:not(.btn):hover {
  color: #212333;
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  /* line 87, app/assets/stylesheets/home.scss */
  .title {
    width: 75%;
  }
}

/* line 93, app/assets/stylesheets/home.scss */
.subtitle {
  font-size: 26px;
}

@media screen and (max-width: 992px) {
  /* line 93, app/assets/stylesheets/home.scss */
  .subtitle {
    font-size: 21px;
  }
}

/* line 101, app/assets/stylesheets/home.scss */
.text-right {
  text-align: right;
}

/* line 105, app/assets/stylesheets/home.scss */
.text-bold {
  font-weight: 700;
}

/* line 109, app/assets/stylesheets/home.scss */
.blockquote-footer {
  font-size: 24px;
}

/* line 113, app/assets/stylesheets/home.scss */
.alert {
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
}

/* line 117, app/assets/stylesheets/home.scss */
.alert .alert-center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 992px) {
  /* line 117, app/assets/stylesheets/home.scss */
  .alert .alert-center {
    flex-direction: column;
  }
}

/* line 130, app/assets/stylesheets/home.scss */
.btn-primary {
  background-color: #49bcab !important;
  border: 2px solid #49bcab !important;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  padding: 15px 26px !important;
  border-radius: 10px;
  box-shadow: none !important;
  word-wrap: none;
}

/* line 143, app/assets/stylesheets/home.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #2b7469 !important;
  border-color: #2b7469 !important;
}

@media screen and (max-width: 992px) {
  /* line 130, app/assets/stylesheets/home.scss */
  .btn-primary {
    width: 100%;
    font-size: 18px;
    padding: 10px 26px !important;
  }
}

/* line 156, app/assets/stylesheets/home.scss */
.btn-primary.outline {
  background-color: transparent !important;
  border: 2px solid #49bcab !important;
  color: #49bcab;
}

/* line 161, app/assets/stylesheets/home.scss */
.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active {
  background-color: #2b7469 !important;
  border-color: #2b7469 !important;
  color: #fff;
}

/* line 170, app/assets/stylesheets/home.scss */
.btn-primary.btn-sm {
  font-size: 16px;
  padding: 8px 14px !important;
}

@media screen and (max-width: 992px) {
  /* line 170, app/assets/stylesheets/home.scss */
  .btn-primary.btn-sm {
    font-size: 14px;
  }
}

/* line 179, app/assets/stylesheets/home.scss */
.btn-primary.btn-support {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  position: fixed;
  right: 20px;
  bottom: 24px;
  border-radius: 100px;
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  /* line 179, app/assets/stylesheets/home.scss */
  .btn-primary.btn-support {
    width: auto;
  }
}

/* line 194, app/assets/stylesheets/home.scss */
.btn-cta {
  background-color: #4c98e6 !important;
  border: 2px solid #4c98e6 !important;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  padding: 15px 26px !important;
  border-radius: 10px;
  box-shadow: none !important;
  word-wrap: none;
}

/* line 207, app/assets/stylesheets/home.scss */
.btn-cta:hover, .btn-cta:focus, .btn-cta:active {
  background-color: #1965b3 !important;
  border-color: #1965b3 !important;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  /* line 194, app/assets/stylesheets/home.scss */
  .btn-cta {
    width: 100%;
  }
}

/* line 219, app/assets/stylesheets/home.scss */
.btn-cta.outline {
  background-color: transparent !important;
  border: 2px solid #4c98e6 !important;
  color: #4c98e6;
}

/* line 224, app/assets/stylesheets/home.scss */
.btn-cta.outline:hover, .btn-cta.outline:focus, .btn-cta.outline:active {
  background-color: #1965b3 !important;
  border-color: #1965b3 !important;
  color: #fff;
}

/* line 233, app/assets/stylesheets/home.scss */
.btn-cta.btn-lg {
  font-size: 32px;
  padding: 18px 32px !important;
}

@media screen and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/home.scss */
  .btn-cta.btn-lg {
    font-size: 28px;
  }
}

/* line 243, app/assets/stylesheets/home.scss */
.btn-link {
  font-weight: 700;
  font-size: 24px;
  color: #212333;
  text-decoration: none;
}

/* line 251, app/assets/stylesheets/home.scss */
.btn-link:focus, .btn-link:hover, .btn-link:active {
  color: #1e4f48 !important;
}

@media screen and (max-width: 992px) {
  /* line 258, app/assets/stylesheets/home.scss */
  .logo {
    width: 120px;
  }
}

/* line 264, app/assets/stylesheets/home.scss */
.well {
  background-color: #fcefd9;
  border: 4px solid #fbe5c1;
  border-radius: 15px;
  padding: 15px;
}

/* line 272, app/assets/stylesheets/home.scss */
.well-lg {
  padding: 30px 0;
  border-radius: 1.5rem;
  border: 1px solid #e7eaf3;
  box-shadow: 0 0 35px rgba(140, 152, 163, 0.125);
  background-color: #ffffff;
}

/* line 280, app/assets/stylesheets/home.scss */
.group {
  background-color: #ffffff;
  border-radius: 0.3125rem;
  box-shadow: rgba(50, 50, 50, 0.2) 0px 1px 4px;
  margin-bottom: 2rem;
}

/* line 286, app/assets/stylesheets/home.scss */
.group .group-body {
  padding: 1rem 1.5rem;
  flex: 1 1 auto;
  min-height: 1px;
}

/* line 292, app/assets/stylesheets/home.scss */
.group .title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 0px;
}

/* line 299, app/assets/stylesheets/home.scss */
.group .subtitle {
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: 0;
}

/* line 306, app/assets/stylesheets/home.scss */
.nav {
  padding: 40px 50px;
}

@media screen and (max-width: 992px) {
  /* line 306, app/assets/stylesheets/home.scss */
  .nav {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 992px) {
  /* line 313, app/assets/stylesheets/home.scss */
  .nav .btn-group-login {
    margin-top: 0px;
  }
}

/* line 322, app/assets/stylesheets/home.scss */
.hero {
  position: relative;
  padding: 75px 0 150px;
}

@media screen and (max-width: 992px) {
  /* line 322, app/assets/stylesheets/home.scss */
  .hero {
    padding: 50px 0;
  }
}

/* line 331, app/assets/stylesheets/home.scss */
.overview {
  position: relative;
  padding: 50px 0 25px;
}

/* line 336, app/assets/stylesheets/home.scss */
.locations,
.screenshots {
  position: relative;
  padding: 50px 0 100px;
}

/* line 342, app/assets/stylesheets/home.scss */
.grid-overview {
  padding-bottom: 100px;
}

/* line 346, app/assets/stylesheets/home.scss */
.ease,
.sales,
.cta,
.testimonials,
.features {
  position: relative;
  padding: 50px 0 100px;
}

/* line 355, app/assets/stylesheets/home.scss */
.cost,
.about {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 992px) {
  /* line 355, app/assets/stylesheets/home.scss */
  .cost,
.about {
    padding: 30px 0;
  }
}

/* line 364, app/assets/stylesheets/home.scss */
.cost .paragraph,
.about .paragraph {
  position: relative;
  padding: 50px 15px;
}

@media screen and (max-width: 992px) {
  /* line 364, app/assets/stylesheets/home.scss */
  .cost .paragraph,
.about .paragraph {
    text-align: center;
    padding: 30px 15px;
  }
}

/* line 374, app/assets/stylesheets/home.scss */
.cost .interested,
.about .interested {
  margin-top: 50px;
}

/* line 380, app/assets/stylesheets/home.scss */
.cost .cost-title {
  font-family: "Crimson Pro", serif;
  font-size: 4rem;
  line-height: 4.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 380, app/assets/stylesheets/home.scss */
  .cost .cost-title {
    font-size: 3rem;
    line-height: 3.2rem;
    text-align: center;
  }
}

/* line 394, app/assets/stylesheets/home.scss */
.cost .cost-subtitle {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 394, app/assets/stylesheets/home.scss */
  .cost .cost-subtitle {
    font-size: 1rem;
    text-align: center;
  }
}

/* line 410, app/assets/stylesheets/home.scss */
.signup {
  margin-top: 10px;
}

/* line 414, app/assets/stylesheets/home.scss */
.footer {
  margin-bottom: 75px;
}

/* line 417, app/assets/stylesheets/home.scss */
.footer p {
  font-size: 20px;
}

/* line 422, app/assets/stylesheets/home.scss */
#mc_embed_signup_scroll {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  /* line 422, app/assets/stylesheets/home.scss */
  #mc_embed_signup_scroll {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 992px) {
  /* line 431, app/assets/stylesheets/home.scss */
  #mc_embed_signup_scroll .mc-field-group {
    width: 100%;
  }
}

/* line 436, app/assets/stylesheets/home.scss */
#mc_embed_signup_scroll .btn-primary {
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 992px) {
  /* line 436, app/assets/stylesheets/home.scss */
  #mc_embed_signup_scroll .btn-primary {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}

/* line 445, app/assets/stylesheets/home.scss */
#mc_embed_signup_scroll .form-control {
  padding: 14px 26px;
  font-size: 25px;
  border: 2px solid #49bcab;
  border-radius: 10px 0 0 10px;
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  /* line 445, app/assets/stylesheets/home.scss */
  #mc_embed_signup_scroll .form-control {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}

/* line 459, app/assets/stylesheets/home.scss */
.form-control,
.form-label,
.form-select,
.form-text,
.form-check {
  font-family: "Open Sans", sans-serif;
}

/* line 467, app/assets/stylesheets/home.scss */
.blob {
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  /* line 467, app/assets/stylesheets/home.scss */
  .blob {
    width: 40%;
  }
}

/* line 475, app/assets/stylesheets/home.scss */
.blob.one {
  right: 0;
  top: 20%;
}

/* line 480, app/assets/stylesheets/home.scss */
.blob.two {
  left: 0;
  top: -10%;
}

/* line 485, app/assets/stylesheets/home.scss */
.blob.three {
  top: -5%;
  right: 33%;
  opacity: 0.5;
}

/* line 491, app/assets/stylesheets/home.scss */
.blob.eight {
  top: 0;
  margin-left: 20%;
}

@media screen and (max-width: 992px) {
  /* line 496, app/assets/stylesheets/home.scss */
  .blob.one, .blob.two {
    width: 20%;
  }
}

/* line 503, app/assets/stylesheets/home.scss */
.blob.center {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* line 511, app/assets/stylesheets/home.scss */
.blob.left {
  top: 0;
  bottom: 0;
  left: -20%;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 519, app/assets/stylesheets/home.scss */
.blob.right {
  top: 0;
  bottom: 0;
  right: -20%;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 526, app/assets/stylesheets/home.scss */
.blob.right.right-5 {
  right: 5%;
}

/* line 531, app/assets/stylesheets/home.scss */
.blob.left, .blob.right {
  opacity: 0.5;
}

@media screen and (max-width: 992px) {
  /* line 531, app/assets/stylesheets/home.scss */
  .blob.left, .blob.right {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

/* line 546, app/assets/stylesheets/home.scss */
#carouselNav {
  background-color: rgba(236, 239, 240, 0.9);
  padding: 3px 3px;
  border-radius: 15px;
}

/* line 553, app/assets/stylesheets/home.scss */
#carouselNav .nav-link {
  color: #4c98e6;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border-radius: 12px;
  margin: 2px 2px;
}

/* line 563, app/assets/stylesheets/home.scss */
#carouselNav .nav-link.active {
  background-color: #4c98e6;
  color: #fff;
}

/* line 569, app/assets/stylesheets/home.scss */
#carouselNav .nav-link:hover:not(.active) {
  background-color: rgba(76, 152, 230, 0.12);
}

/* line 576, app/assets/stylesheets/home.scss */
.carousel .carousel-inner {
  border-radius: 15px;
}

/* line 580, app/assets/stylesheets/home.scss */
.carousel .carousel-item {
  transition: transform 0.4s ease-in-out;
}

/* line 583, app/assets/stylesheets/home.scss */
.carousel .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(44, 61, 79, 0.85);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 595, app/assets/stylesheets/home.scss */
.carousel .carousel-item .carousel-caption h5 {
  font-size: 30px;
}

/* line 599, app/assets/stylesheets/home.scss */
.carousel .carousel-item .carousel-caption p {
  font-size: 21px;
}

/* line 605, app/assets/stylesheets/home.scss */
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: auto;
}

/* line 610, app/assets/stylesheets/home.scss */
.carousel .carousel-control-next {
  right: -40px;
}

/* line 614, app/assets/stylesheets/home.scss */
.carousel .carousel-control-prev {
  left: -40px;
}

/*****************/
/***** GRID ******/
/*****************/
/* line 622, app/assets/stylesheets/home.scss */
.grid-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  /* line 629, app/assets/stylesheets/home.scss */
  .grid-container.grid-lg-one {
    grid-template-columns: 1fr !important;
  }
}

/* line 635, app/assets/stylesheets/home.scss */
.grid-container .card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 644, app/assets/stylesheets/home.scss */
.grid-container .card.tall {
  grid-row: span 2;
}

/* line 649, app/assets/stylesheets/home.scss */
.grid-container .card.wide {
  grid-column: span 2;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 2rem;
}

/* line 658, app/assets/stylesheets/home.scss */
.grid-container .card.wide .text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 665, app/assets/stylesheets/home.scss */
.grid-container .card.wide .text-content .icon {
  flex-shrink: 0;
  margin-bottom: 0.5rem;
}

/* line 672, app/assets/stylesheets/home.scss */
.grid-container .card.wide .img-container {
  width: 40%;
  flex-shrink: 0;
}

/* line 676, app/assets/stylesheets/home.scss */
.grid-container .card.wide .img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 684, app/assets/stylesheets/home.scss */
.grid-container .card.dark {
  background: #2b7469;
  color: white;
  border: none;
}

/* line 689, app/assets/stylesheets/home.scss */
.grid-container .card.dark p {
  color: #eee;
}

/* line 693, app/assets/stylesheets/home.scss */
.grid-container .card.dark .button {
  color: #ffffff;
}

/* line 696, app/assets/stylesheets/home.scss */
.grid-container .card.dark .button:hover, .grid-container .card.dark .button:focus {
  color: #ddd;
}

/* line 703, app/assets/stylesheets/home.scss */
.grid-container .card p {
  color: #666;
  line-height: 1.5;
}

/* line 708, app/assets/stylesheets/home.scss */
.grid-container .card.small {
  padding: 1.5rem;
}

/* line 711, app/assets/stylesheets/home.scss */
.grid-container .card.small h5 {
  font-size: 1.5rem;
  line-height: 1.2;
}

/* line 716, app/assets/stylesheets/home.scss */
.grid-container .card.small p {
  font-size: 1rem;
  margin-bottom: 0;
}

/* line 721, app/assets/stylesheets/home.scss */
.grid-container .card.small .icon {
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
}

/* line 729, app/assets/stylesheets/home.scss */
.grid-container .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: rgba(180, 190, 205, 0.15);
  border-radius: 0.5rem;
  padding: 0.8rem;
}

/* line 739, app/assets/stylesheets/home.scss */
.grid-container .icon img {
  width: 100%;
}

/* line 744, app/assets/stylesheets/home.scss */
.grid-container .button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #212333;
  text-decoration: none;
  font-weight: 700;
  margin-top: auto;
  font-size: 1.4rem;
  transition: all 0.36s ease;
}

/* line 755, app/assets/stylesheets/home.scss */
.grid-container .button::after {
  content: "→";
  transition: all 0.36s ease;
  margin-top: 2px;
}

/* line 761, app/assets/stylesheets/home.scss */
.grid-container .button:hover, .grid-container .button:focus {
  opacity: 0.8;
  text-decoration: none;
}

/* line 766, app/assets/stylesheets/home.scss */
.grid-container .button:hover::after, .grid-container .button:focus::after {
  padding-left: 0.2rem;
}

/* line 772, app/assets/stylesheets/home.scss */
.grid-container .img-container {
  border-radius: 0.5rem;
  overflow: hidden;
}

/* line 776, app/assets/stylesheets/home.scss */
.grid-container .img-container img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1200px) {
  /* line 622, app/assets/stylesheets/home.scss */
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 788, app/assets/stylesheets/home.scss */
  .grid-container .card.wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  /* line 622, app/assets/stylesheets/home.scss */
  .grid-container {
    grid-template-columns: 1fr;
  }
  /* line 798, app/assets/stylesheets/home.scss */
  .grid-container .card {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
  }
  /* line 805, app/assets/stylesheets/home.scss */
  .grid-container .card.wide,
.grid-container .card.tall {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  /* line 811, app/assets/stylesheets/home.scss */
  .grid-container .card.wide {
    flex-direction: column;
  }
  /* line 814, app/assets/stylesheets/home.scss */
  .grid-container .card.wide .img-container {
    width: 100%;
    order: -1;
  }
}

/*******************/
/***** QUOTES ******/
/*******************/
/* line 825, app/assets/stylesheets/home.scss */
.nav-pills .nav-link {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: rgba(33, 35, 51, 0.2);
  margin: 10px;
  padding: 0;
  height: 5px;
}

/* line 834, app/assets/stylesheets/home.scss */
.nav-pills .nav-link.active {
  background-color: rgba(33, 35, 51, 0.2);
}

/* line 839, app/assets/stylesheets/home.scss */
.tab-pane {
  position: relative;
}

/* line 844, app/assets/stylesheets/home.scss */
.quote-text {
  font-style: italic;
  font-size: 2rem;
}

@media (max-width: 768px) {
  /* line 844, app/assets/stylesheets/home.scss */
  .quote-text {
    font-size: 1.5rem;
  }
}

/* line 853, app/assets/stylesheets/home.scss */
.quote-author {
  font-family: "Crimson Pro", serif;
  font-weight: bold;
  font-size: 1.75rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

/* line 861, app/assets/stylesheets/home.scss */
.quote-location {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  margin-top: -5px;
}

/* line 867, app/assets/stylesheets/home.scss */
.progress-bar-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 876, app/assets/stylesheets/home.scss */
.progress-bar-fill {
  height: 100%;
  width: 0;
  background-color: #212333;
  transition: width 0.1s linear;
}

/* line 883, app/assets/stylesheets/home.scss */
.nav-link.active .progress-bar-fill {
  background-color: #212333;
}

/* line 887, app/assets/stylesheets/home.scss */
.modal {
  font-family: "Open Sans", sans-serif;
}

/* line 890, app/assets/stylesheets/home.scss */
.modal h5 {
  font-size: 1.25rem;
}

/* line 894, app/assets/stylesheets/home.scss */
.modal p,
.modal li,
.modal a {
  font-size: 1rem;
}
