/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@font-face {
  font-family: "Inter UI";
  src: url("https://kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/599575/assets/interuiregular.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "Inter UI";
  src: url("https://kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/599575/assets/interuibold.ttf");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "Inter UI";
  src: url("https://kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/599575/assets/interuisemibold.ttf");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "Inter UI";
  src: url("https://kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/599575/assets/interuiblack.ttf");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "Tiempos Headline";
  src: url("https://kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/599575/assets/tiemposheadlinebold.ttf");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "Tiempos Headline";
  src: url("https://kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/599575/assets/tiemposheadlineregular.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
.container--default {
  max-width: 100%; }

body,
p,
ul,
ol,
a {
  font-family: "Inter UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter UI", sans-serif;
  margin: 0; }

h1,
h2 {
  font-family: "Tiempos Headline", sans-serif;
  margin: 0; }

h1 {
  font-size: 3.75rem;
  line-height: 1;
  color: #fff;
  margin: 0; }

h2 {
  font-size: 2.5rem !important;
  line-height: 1.1;
  color: #000; }

h3 {
  font-size: 2.25rem;
  font-weight: 600; }

h4 {
  font-size: 2rem;
  font-weight: 500; }

h5 {
  font-size: 1.875rem;
  font-weight: 300; }

h6 {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 500;
  padding-bottom: 10px; }

p {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0; }

a {
  text-decoration: none; }

img,
.img-fluid {
  margin: 0; }

/*Header*/
.header {
  padding: 12px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

.header-overlay {
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  -webkit-transition: all 0.25s ease-in-out 0.25s !important;
  -o-transition: all 0.25s ease-in-out 0.25s !important;
  transition: all 0.25s ease-in-out 0.25s !important; }

.header.header-overlay .user__dropdown {
  top: 46px !important; }

.header--light .header-ham span,
.header--light .header-ham span:hover {
  background-color: #3594F9; }

.header .header-ham span:nth-child(2) {
  top: 6px; }

.header .header-ham span:nth-child(3) {
  top: 12px; }

.header .header-ham {
  width: 22px;
  height: 17px; }

.header .header-ham.open span:nth-child(3) {
  top: 15px; }

.header .header-ham span {
  height: 2px; }

.hero-background {
  margin-top: 60px; }

.header .user__dropdown {
  top: 48px !important; }

.header .user__dropdown {
  padding: 15px;
  text-align: center;
  border-radius: 4px; }

.header.header--left .header-menu a {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400; }

.header.header--left .header-menu a:hover {
  color: #1165F6; }

.header .logo--image {
  width: 140px; }

.header .user__avatar {
  height: 30px;
  max-height: 30px;
  margin: 0; }

.footer {
  padding: 1.25rem 0; }

.footer__menu-item,
.footer__powered-by a {
  line-height: 1.3;
  display: inline-block;
  margin-left: 20px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none; }

.footer__copyright {
  line-height: 1.5;
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-bottom: 0; }

/*Button*/
.btn-cta {
  position: relative;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  font-family: "Inter UI", sans-serif;
  padding: 16px 7.8125rem 16px 1.25rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.875rem; }

.btn-cta:after {
  background-image: url(icon-right-black.png);
  position: absolute;
  content: '';
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100%; }

.btn:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  background-color: #f6e92e !important;
  -webkit-transition: all 0.25s ease-in-out 0s !important;
  -o-transition: all 0.25s ease-in-out 0s !important;
  transition: all 0.25s ease-in-out 0s !important;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

/*Section*/
.section--hero {
  padding: 15rem 0; }

.section--hero .btn__spacing p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.542;
  padding-top: 15px;
  letter-spacing: -0.02em; }

#section-1494867300050 .section--hero .col-md-6 {
  width: 100%;
  max-width: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.section--feature {
  padding: 4.375rem 0; }

.section--feature .heading {
  margin-bottom: 0; }

#section-1553169189837 .section--feature .col-md-8 {
  max-width: 515px;
  width: 100%;
  margin: 0 auto; }

#section-1553169189837 .section--feature {
  padding-bottom: 6rem; }

.section--feature .col-md-4 img {
  margin: 0;
  border-radius: 6px; }

.section--feature h4 {
  font-size: 1.25rem;
  color: #0f1844;
  font-weight: 700;
  line-height: 1.6;
  margin: 1.5625rem 0 6px 0;
  letter-spacing: -0.02em; }

#section-1553169189837 .section--feature .col-md-4 {
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  margin-top: 2.5rem; }

#section-1553169189837 .row:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.section--feature .col-md-4 p {
  font-size: 16px;
  color: #535b62;
  line-height: 1.6;
  text-align: center;
  max-width: 340px;
  margin: 0 auto; }

#section-1553169189837 .section--feature .row img {
  width: 100%;
  max-width: 298px; }

.section--feature .heading__subtitle {
  padding-top: 1.5625rem; }

.section--feature .block--1553169189837_1 p {
  max-width: 315px; }

.section--custom_content {
  padding: 6.875rem 0; }

#section-1553231882967 .section--medium .heading {
  margin-bottom: 0; }

#section-1553231882967 .section--custom_content .container {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12), 0px 7px 15px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12), 0px 7px 15px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  max-width: 571px;
  margin: 0 auto;
  padding: 3.125rem 5rem; }

.section--custom_content .heading__title {
  padding-bottom: 15px; }

.section--custom_content .block--1553231882967_0 {
  padding: 0; }

.section--text_img {
  padding: 10.875rem 0; }

#section-1494867323962 .section--text_img .col-md-5 {
  width: 43%; }

#section-1494867323962 .section--text_img .offset-md-1 {
  margin-left: 0;
  width: 57%; }

.section--text_img .btn__spacing h4 {
  font-family: "Tiempos Headline", sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 700; }

.section--text_img .btn__spacing p {
  padding-top: 1.5625rem; }

.section--text_img .btn__spacing p > strong {
  background-image: url(icon-bg.yellow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top 2px;
  padding-bottom: 6px;
  font-weight: 400; }

.section--heading {
  padding: 8.125rem 0; }

.section--heading .col-md-8 {
  width: 100%;
  max-Width: 450px;
  margin: 0 auto;
  padding: 0 15px; }

.section--heading .section--heading__title {
  color: #fff;
  background-image: url(icon-vision-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-bottom: 10px; }

.section--heading .section--heading__subtitle {
  color: #fff;
  padding-top: 1.875rem;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.0625; }

#section-1553173564436 .section--feature .col-md-8 {
  max-width: 540px;
  width: 100%;
  margin: 0 auto; }

#section-1553173564436 .section--feature .heading__subtitle {
  padding-top: 1.25rem; }

#section-1553173564436 .section--feature .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#section-1553173564436 .section--feature .col-md-3 {
  width: 33.333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#section-1553173564436 .section--feature .col-md-3 .img-fluid {
  display: none; }

#section-1553173564436 .section--feature .block--1553173564436_0,
#section-1553173564436 .section--feature .block--1553173564436_1,
#section-1553173564436 .section--feature .block--1553173564436_2,
#section-1553173564436 .section--feature .block--1553173716318,
#section-1553173564436 .section--feature .block--1553173768341,
#section-1553173564436 .section--feature .block--1553173830522 {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12), 0px 7px 15px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12), 0px 7px 15px 0px rgba(0, 0, 0, 0.07);
  max-width: 350px;
  width: 100%;
  display: inline-block;
  padding: 3.125rem 1.25rem;
  margin-top: 1.875rem; }

#section-1553173564436 .section--feature .col-md-3 h4 {
  margin: 0;
  font-family: "Tiempos Headline", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  color: #0f1844; }

#section-1553173564436 .section--feature .col-md-3 p {
  color: #0f1844;
  font-weight: 500;
  padding-top: 10px; }

#section-1553170654472 .heading .col-md-8 {
  width: 100%;
  max-width: 710px;
  margin: 0 auto; }

#section-1553170654472 .section--feature .heading__subtitle {
  padding-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.6; }

#section-1553170654472 .section--feature .col-md-3 .img-fluid {
  max-width: 255px;
  margin: 2.8125rem auto 0 auto;
  border-radius: 5px;
  width: 100%; }

#section-1553170654472 .section--feature h4 {
  margin-top: 10px;
  margin-bottom: 0; }

#section-1553170654472 .section--feature p {
  font-size: 16px;
  line-height: 1.2;
  color: #535b62; }

#section-1553170654472 .section--feature .heading {
  margin-bottom: 0; }

#section-1553170654472 {
  border-bottom: 1px solid #d8d9d9;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15); }

.section--text {
  padding: 4.6875rem 0; }

#section-1553172017968 .heading {
  margin-bottom: 0; }

#section-1553172017968 .heading__title {
  padding-bottom: 2.5rem; }

.section--text ul,
.section--text li {
  padding: 0;
  margin: 0; }

#section-1553172017968 .section--text ul {
  max-width: 616px;
  margin: 0 auto;
  width: 100%; }

#section-1553172017968 .section--text li {
  list-style: none;
  padding-bottom: 3.125rem;
  background-image: url(list-icon.png);
  background-repeat: no-repeat;
  background-size: 34px;
  padding-left: 3.75rem;
  position: relative; }

#section-1553172017968 .section--text li:after {
  content: '';
  position: absolute;
  width: 2px;
  top: 38px;
  left: 16px;
  bottom: 5px;
  background-color: #f1f1f1; }

#section-1553172017968 .section--text li:last-child:after {
  display: none; }

#section-1553172017968 .section--text li > h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f1844;
  letter-spacing: 0;
  padding-bottom: 12px; }

#section-1553172017968 .section--text li > p {
  font-size: 16px;
  color: #535b62; }

@media (max-width: 1199px) {
  html {
    font-size: 100%; } }
@media (max-width: 991px) {
  html {
    font-size: 95%; }

  .header .container {
    padding-left: 15px;
    padding-right: 15px; }

  .section {
    padding: 6rem 0; }

  #section-1494867300050 .section--hero .col-md-6 {
    width: 80%; }

  #section-1494867300050 .section--hero {
    padding: 14rem 0 !important; }

  #section-1553169189837 .section--feature .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }

  #section-1494867323962 .section--text_img .col-md-5,
  #section-1494867323962 .section--text_img .offset-md-1 {
    width: 80%;
    margin: 0 auto; }

  #section-1494867323962 .section--text_img .col-md-5 {
    max-width: 500px;
    margin: 0 auto; }

  #section-1494867323962 .section--text_img .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  #section-1494867323962 .row img {
    max-width: 100%;
    margin-bottom: 2.5rem; }

  #section-1553173564436 .section--feature .col-md-3 {
    width: 40%; } }
@media (max-width: 767px) {
  html {
    font-size: 90%; }

  h2 {
    font-size: 2rem !important; }

  .btn {
    width: auto; }

  .section .container {
    padding-left: 15px;
    padding-right: 15px; }

  .header .user__dropdown {
    padding-top: 0; }

  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .header-menu {
    width: 100%; }

  .hero-background {
    margin-top: 60px; }

  .header .logo--image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1; }

  .header .header-menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2; }

  .header .logo--image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .header .header-ham {
    top: 0 !important;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    right: 0;
    margin: 0; }

  .header .header-menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
    padding-top: 1.5rem; }

  .header--light .user__dropdown a {
    text-align: center; }

  .btn-cta {
    padding: 14px 4rem 14px 14px;
    font-size: 16px; }

  .section {
    padding: 6rem 0; }

  footer .footer__powered-by {
    display: none; }

  footer .footer__text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  footer .container {
    padding-left: 15px;
    padding-right: 15px; }

  #section-1494867300050 .section--hero .col-md-6 {
    width: 100%; }

  .section--1494867323962 .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }

  #section-1494867300050 .section--hero {
    padding: 10rem 0 !important;
    background-color: rgba(0, 0, 0, 0.3); }

  #section-1553169189837 .section--feature .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 15px; }

  #section-1494867323962 .section--text_img .col-md-5,
  #section-1494867323962 .section--text_img .offset-md-1 {
    width: 100%; }

  #section-1553173564436 .section--feature .col-md-3 {
    width: 50%; }

  #section-1553172017968 .section--text ul {
    max-width: 100%; } }
@media (max-width: 580px) {
  p {
    font-size: 16px !important; }

  h2 {
    font-size: 1.5rem !important; }

  .btn-cta {
    margin-top: 1.25rem; }

  .btn-cta {
    font-size: 14px; }

  #section-1494867300050 .section--hero {
    padding: 8rem 0 !important; }

  .section {
    padding: 5rem 0; }

  .section--feature .heading__subtitle {
    padding-top: 1rem; }

  #section-1553169189837 .section--feature .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%; }

  #section-1553169189837 .section--feature h4 {
    margin-top: 15px; }

  #section-1553231882967 .section--custom_content .container {
    width: 95%;
    max-width: 100%;
    padding: 1.5625rem; }

  #section-1494867323962 .section--text_img .col-md-5 {
    max-width: 100%; }

  .section--heading .col-md-8 {
    width: 100%;
    max-Width: 100%; }

  .section--heading .section--heading__title {
    font-size: 2.5rem !important; }

  .section--heading .section--heading__subtitle {
    padding-top: 10px;
    font-size: 1.5rem !important; }

  .section--1494867323962 .container {
    padding-left: 15px;
    padding-right: 15px; }

  #section-1553173564436 .section--feature .col-md-3 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  #section-1553173564436 .section--feature .block--1553173564436_0,
  #section-1553173564436 .section--feature .block--1553173564436_1,
  #section-1553173564436 .section--feature .block--1553173564436_2,
  #section-1553173564436 .section--feature .block--1553173716318,
  #section-1553173564436 .section--feature .block--1553173768341,
  #section-1553173564436 .section--feature .block--1553173830522 {
    padding: 1.25rem;
    margin-top: 1.25rem; }

  #section-1553170654472 .section--feature .col-md-3 .img-fluid {
    max-width: 200px; }

  #section-1553172017968 .section--text li > h4 {
    padding-bottom: 8px; }

  #section-1553172017968 .section--text li {
    padding-bottom: 2.125rem;
    background-size: 28px;
    padding-left: 2.5rem; }

  #section-1553172017968 .section--text li:after {
    top: 33px;
    left: 14px; }

  .section--text_img .btn__spacing h4 {
    font-size: 1.5rem; }

  .section--text_img .btn__spacing p {
    padding-top: 1rem; }

  .social-icons {
    margin-bottom: 0; } }
@media (max-width: 479px) {
  .footer {
    padding: 1.5rem 0; }

  .footer__text-container .footer__copyright,
  .footer__text-container .footer__menu {
    width: 100%;
    font-size: 14px;
    text-align: left; }

  .footer__text-container .footer__menu {
    text-align: right; }

  .footer__menu-item,
  .footer__powered-by a {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px; }

  .footer__text-container .footer__copyright {
    margin-bottom: 15px; }

  .section {
    padding: 3rem 0; }

  #section-1553169189837 .section--feature .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 2rem; } }
