* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Nunito Sans";
}
h1,
h2 {
  color: #2e2e2f;
  font-weight: 900;
  letter-spacing: 0.5px;
}
p,
strong {
  color: #2E2E2F !important;
}
small {
  color: #797f83;
}
.lead-small {
  font-size: 0.75rem;
  text-transform: uppercase;
}
p a,
p a:hover {
  font-weight: 700;
  color: #0ca2fe;
  text-decoration: none;
}
.bg-secondary {
  background-color: #5f6f85 !important;
}
.bg-light {
  background-color: #e8f1ff !important;
}
.bg-dark {
  background-color: #465364 !important;
}
.btn {
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-lg {
  height: 3.75rem;
}
@media (max-width: 991px) {
  .btn-lg {
    width: 100%;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .btn-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .btn {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.btn-primary {
  background-color: #0ca2fe;
  border-color: #0ca2fe;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #0c96eb;
  border-color: #0c96eb;
}
.btn-subtext {
  padding-top: 0.5rem;
}
.badge {
  padding: 0.5em 0.75em;
}
.green {
  color: #58cb7d !important;
}
@media (max-width: 991px) {
  .navbar-nav .btn,
  footer .btn {
    width: 100%;
  }
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 1);
}
.navbar-nav .sign-in {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar-nav .sign-in {
    margin-left: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 992px) {
  .navbar-nav .btn {
    margin-left: 1rem;
    margin-top: 0.25rem;
  }
}
@media (max-width: 991px) {
  .navbar-nav .btn {
    margin: 0.75rem 0rem;
  }
  .navbar-nav .sign-in {
    margin: 0.5rem 0rem;
  }
}
.dropdown a.dropdown-toggle {
  position: relative;
  color: #fff;
}
@media (min-width: 992px) {
  .dropdown a.dropdown-toggle {
    margin-left: 1rem;
  }
}
.dropdown a.dropdown-toggle:after {
  display: none;
}
.dropdown a.dropdown-toggle .icon-dropdown {
  margin-top: -0.25rem;
  margin-left: 0.25rem;
}
.dropdown .dropdown-menu {
  position: relative;
  top: 60%;
  left: auto !important;
  right: 0rem !important;
  margin: 1.5rem 0 0;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
  min-width: 15rem;
  padding: 0;
}
.dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -0.75rem;
  right: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #ffffff transparent;
}
.dropdown .dropdown-menu li {
  position: relative;
  padding: 0;
  font-weight: bold;
}
.dropdown .dropdown-menu li:last-child:after {
  display: none;
}
.dropdown .dropdown-menu a {
  display: block;
  padding: 0.5rem 0rem;
  color: #2e2e2f;
}
.dropdown .dropdown-menu a:hover {
  color: #0ca2fe;
  text-decoration: none;
}
.dropdown .dropdown-menu li.active a {
  color: #0ca2fe;
}
.language-switcher-mobile div {
  margin-right: 1rem;
}
.language-switcher-mobile a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.language-switcher-mobile .active a {
  font-weight: bold;
}
.active-flag {
  border-color: white;
  border-style: solid;
  border-width: 2px;
}
section:last-child {
  padding-bottom: 2rem;
}
.jumbotron {
  position: relative;
  overflow: hidden;
  margin-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .jumbotron {
    height: 640px;
  }
}
@media (max-width: 991px) {
  .jumbotron h1 {
    font-size: 1.75rem;
  }
}
.jumbotron-imac {
  position: absolute;
}
@media (min-width: 1200px) {
  .jumbotron-imac {
    top: -6rem;
    right: -4rem;
  }
}
@media (max-width: 1199px) {
  .jumbotron-imac {
    display: none;
  }
}
@media (min-width: 992px) {
  .jumbotron-iphone {
    width: 270px;
  }
}
.our-partners {
  padding: 2rem 0;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .our-partners .lead-small {
    display: flex !important;
    justify-content: center;
    padding-bottom: 2rem;
  }
}
.features h2 {
  margin-top: 0.5rem;
}
.features h2 span {
  color: #0ca2fe;
}
.features .img-fluid {
  position: relative;
}
.features img.icon {
  position: absolute;
  top: 6rem;
}
.features .left img.icon {
  right: 0;
}
.features .right img.icon {
  left: 0;
}
@media (max-width: 991px) {
  .features .left .container,
  .features .right .container {
    padding-right: 0;
    padding-left: 0;
  }
  .features .right img.icon {
    left: 1rem;
  }
  .features .left img.icon {
    right: 1rem;
  }
}
@media (min-width: 992px) {
  .headline {
    min-height: 24rem;
  }
}
.title-block {
  padding-top: 4rem;
  padding-bottom: 2rem;
  text-align: center;
}
.title-block h1 {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .title-block {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
@media (max-width: 991px) {
  .title-block {
    padding-top: 1.25rem;
    padding-bottom: 0rem;
    text-align: left;
  }
  .title-block h1 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  .negative-margin {
    margin-top: 1rem !important;
  }
}
.card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 12px rgba(48, 48, 48, 0.12);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.card.header-bg-light {
  position: relative;
  margin-bottom: 2rem;
}
.card.header-bg-light:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background-color: #e8f1ff !important;
  border-top-left-radius: 9px;
  -moz-border-top-left-radius: 9px;
  -webkit-border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  -moz-border-top-right-radius: 9px;
  -webkit-border-top-right-radius: 9px;
}
.card-body {
  position: relative;
  padding: 1.5rem;
}
.card-body h5 {
  margin-bottom: 0;
  font-weight: 700;
}
.card-body .img-circle {
  margin-bottom: 1.25rem;
  width: 7rem;
}
.card-body .img-citation {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 5;
}
@media (max-width: 991px) {
  .card-body {
    padding: 0.75rem;
  }
  .card-body .img-citation {
    position: absolute;
    top: 2rem;
    width: 5rem;
  }
}
.card-body p.lead {
  margin-top: 3rem;
}
.price-tag {
  font-size: 2rem;
  font-weight: 400;
}
.cta-block {
  padding: 2rem 0;
  background-color: #58cb7d;
}
.cta-block h5 {
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
}
.btn-block {
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .btn-block {
    padding: 1rem 0 2.5rem 0;
  }
}
.img-check {
  margin-right: 0.25rem;
}
.footer {
  padding: 2rem 0;
  background-color: #465364;
}
.footer .row:first-child {
  padding-bottom: 1.5rem;
}
.footer .footer-link {
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.75) !important;
  transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.footer .footer-link.active {
  color: rgba(255, 255, 255, 1) !important;
}
.footer .footer-link:hover,
.footer .footer-link:active,
.footer .footer-link:focus {
  color: rgba(255, 255, 255, 1) !important;
}
.footer small {
  color: #e8f1ff !important;
}
@media (min-width: 992px) {
  .footer .footer-link {
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .footer .footer-link {
    padding: 0 0.5rem;
  }
  .btn {
    margin-top: 1.5rem;
  }
}
#mc_embed_signup .button {
  width: 96% !important;
  height: 3.75rem !important;
  border-radius: 4px !important;
  background-color: #58cb7d !important;
  border-color: #58cb7d !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
}
@media (min-width: 992px) {
  #mc_embed_signup .button {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
#mc_embed_signup .button:hover,
#mc_embed_signup .button:focus,
#mc_embed_signup .button:active {
  background-color: #56c179 !important;
  border-color: #56c179 !important;
}
#mc_embed_signup input {
  background: #f5f5f5 !important;
  border: 1px solid #9c9ea0 !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
#mc_embed_signup .mc-field-group label {
  margin-bottom: 2px !important;
  color: #2e2e2f !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.4rem !important;
}
@media (max-width: 991px) {
  .cc-revoke,
  .cc-window {
    width: 100% !important;
    max-width: 100% !important;
  }
}
