@font-face {
  font-family: CalendasPlus;
  src: url("CalendasPlus.20985911.otf") format("opentype");
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Lato, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: CalendasPlus, sans-serif;
}

a, a:hover {
  color: #0472ff;
}

#navbar-top {
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  position: absolute;
}

#navbar-top a {
  font-weight: 700;
}

#navbar-top .navbar-item.is-active, .navbar-burger {
  color: #0472ff;
}

.slider-navigation-container {
  text-align-last: justify;
  margin: 20px 0;
}

.slider-navigation-container button, .slider-navigation-container button:link, .slider-navigation-container button:hover, .slider-navigation-container button:visited, .slider-navigation-container button:active {
  border-color: #0472ff;
  color: #0472ff !important;
}

.fancy-radio-wrapper {
  justify-content: space-evenly;
  align-items: center;
  display: inline-flex;
}

.fancy-radio-wrapper .option {
  height: 100%;
  width: 100%;
  cursor: pointer;
  background: #fff;
  border: 1px solid #717a8a;
  border-radius: 3px;
  justify-content: space-evenly;
  align-items: center;
  margin-right: 5px;
  padding: 4px 10px;
  transition: all .3s;
  display: flex;
}

.fancy-radio-wrapper .option .dot {
  height: 20px;
  width: 20px;
  position: relative;
}

.fancy-radio-wrapper .option .dot:before {
  content: "✓";
  color: #fff;
  width: 20px;
  height: 20px;
  opacity: 0;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  transition: all .3s;
  position: absolute;
  top: -5px;
  left: 0;
  transform: scale(1.25);
}

.fancy-radio-wrapper input[type="radio"] {
  display: none;
}

.fancy-radio-wrapper #option-1:checked:checked ~ .option-1, .fancy-radio-wrapper #option-2:checked:checked ~ .option-2 {
  background: #0472ff;
  border-color: #0472ff;
}

.fancy-radio-wrapper #option-1:checked:checked ~ .option-1 .dot:before, .fancy-radio-wrapper #option-2:checked:checked ~ .option-2 .dot:before {
  opacity: 1;
  transform: scale(1);
}

.fancy-radio-wrapper .option span {
  font-size: .8em;
}

.fancy-radio-wrapper #option-1:checked:checked ~ .option-1 span, .fancy-radio-wrapper #option-2:checked:checked ~ .option-2 span {
  color: #fff;
}

.button-find-out, .button-find-out:hover {
  text-transform: uppercase;
  color: #fff;
  background: #0472ff;
  border-color: #0472ff;
}

.button-find-out:disabled, .button-find-out[disabled] {
  background: #717a8a;
  border-color: #717a8a;
}

.other-profile {
  min-height: 73px;
  color: #000;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
}

.other-profile-professionals {
  background-image: url("bg-profile-professionals.fd55cf4b.png");
  background-position-y: 30%;
}

.other-profile-professionals-male {
  background-image: url("bg-profile-professionals-male.af6d1f4e.png") !important;
}

.other-profile-sandwiched {
  background-image: url("bg-profile-sandwiched.54cbef19.png");
  background-position-y: center;
}

.other-profile-sandwiched-male {
  background-image: url("bg-profile-sandwiched-male.f807b563.png") !important;
}

.other-profile-retirees {
  background-image: url("bg-profile-retirees.d3a3e527.png");
  background-position-y: center;
}

.other-profile-retirees-male {
  background-image: url("bg-profile-retirees-male.36735f75.png") !important;
}

.other-profile-hustler {
  background-image: url("bg-profile-hustler.4f76592e.png");
  background-position-y: center;
}

.other-profile-hustler-male {
  background-image: url("bg-profile-hustler-male.3c2cc6bd.png") !important;
}

#scroll-top {
  text-align: center;
  cursor: pointer;
  color: #0472ff;
  z-index: 100;
  border-radius: 50%;
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.button-to-top {
  color: #0472ff;
  border-color: #0472ff;
  font-size: .8em;
  font-weight: 600;
}

.button-to-top:hover {
  color: #0472ff;
  border-color: #0472ff;
}

.chart-container {
  width: 100%;
  margin: 20px 0 !important;
  padding: 0 !important;
}

.chart-doughnut {
  max-width: 100%;
}

.link-list li {
  padding: 4px 0;
}

.link-list li a {
  text-decoration: underline !important;
}

.profile-charts {
  z-index: 10;
  background: #fff;
  border-radius: 25px;
  margin-top: -75px;
  padding: 25px;
  position: relative;
}

#key-takeaway object {
  max-height: 330px;
}

#object-key-takeaway-1 {
  display: block;
  position: absolute;
  top: calc(50% - 160px);
  left: calc(50% - 225px);
}

.bg-grey {
  background: #f6f8fb;
}

.button-main {
  color: #0472ff;
  background: none;
  border-color: #0472ff;
  font-weight: 500;
}

.button-title {
  color: #fff;
  background: #bbcee6;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: .75rem;
  padding: calc(.5em - 1px) 1em;
  display: inline-flex;
}

.page-title {
  color: #0472ff;
  font-weight: 500;
  font-size: 56px !important;
}

.profile-tag {
  text-transform: capitalize;
  border: 1px solid #717a8a;
  margin-right: 5px;
  background-color: #0000 !important;
}

.other-profiles {
  background: #f3faff;
  border-radius: 3px;
  padding: 15px;
  font-size: .9em;
}

.ceo-title {
  color: #717a8a;
  font-family: CalendasPlus, sans-serif;
}

.social-container {
  text-align: right;
}

.navbar-menu a:last-of-type {
  padding-right: 0;
}

.timeline {
  margin: 0 auto;
  position: relative;
}

.timeline:after {
  content: "";
  width: 2px;
  background-color: #0472ff;
  margin-left: -3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.timeline-container {
  background-color: inherit;
  margin-bottom: 40px;
  position: relative;
}

.timeline-container:after {
  content: "";
  width: 20px;
  height: 20px;
  z-index: 1;
  background-color: #0472ff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: calc(50% - 8px);
}

.timeline-container-cleanbar:before {
  content: "";
  width: 4px;
  z-index: 1;
  background-color: #fff;
  margin-left: -4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.timeline-bullet-unset:after {
  top: -40px;
  background-color: #0472ff !important;
}

.timeline-left {
  left: 0;
}

.timeline-right {
  left: 50%;
}

.timeline-center {
  background: #f6f8fb;
  padding: 3rem;
}

.timeline .timeline-center {
  z-index: 1;
}

.timeline-container.timeline-center:after {
  background-color: #0000;
}

.timeline-center h5 {
  padding: 0 245px;
}

.timeline-center-content, .column-center-content {
  background: #fff;
  border-radius: 5px;
  padding: 50px 100px;
  box-shadow: 0 0 5px #64646480;
}

.timeline-column-box {
  height: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 50px 25px;
  box-shadow: 0 0 5px #64646480;
}

.timeline-right:after {
  left: -12px;
}

.timeline-content {
  display: flex;
}

.timeline-content-left {
  width: 50%;
  padding-right: 60px;
}

.timeline-content-right {
  width: 50%;
  padding-left: 60px;
}

.slider-container {
  display: flex;
}

.slider-content-left {
  width: 20%;
  align-self: center;
}

.slider-content-right {
  width: 80%;
}

.swiper-pagination {
  position: unset;
  top: unset;
  left: unset;
  bottom: unset;
  margin-bottom: 40px;
  font-size: .8rem;
}

.swiper-pagination-bullet {
  color: #666;
  opacity: 1;
  padding: 10px 0;
  width: 100% !important;
  text-align: left !important;
  background: none !important;
  margin-bottom: 10px !important;
  display: block !important;
}

.swiper-pagination-bullet-active {
  color: #0472ff;
  font-weight: 700;
}

.table th {
  vertical-align: bottom;
}

.align-items-center {
  align-items: center;
}

.align-self-center {
  align-self: center;
}

.background-primary {
  background: #0472ff;
}

.background-darker {
  background: #717a8a;
}

.bordered-bottom {
  border-bottom: 1px solid #ccc;
}

.desktop-display {
  display: block;
}

.display-none {
  display: none;
}

.display-inline-block {
  display: inline-block;
}

.flex-one {
  flex: 1 !important;
}

.fs-075 {
  font-size: .75rem;
}

.h-180 {
  height: 180px;
}

.h-300 {
  height: 300px;
}

.h-min-330 {
  min-height: 330px;
}

.h-min-450 {
  min-height: 450px;
}

.has-text-center {
  text-align: center;
}

.is-uppercase {
  text-transform: uppercase;
}

.justify-inside {
  text-align-last: justify;
}

.line-height-1 {
  line-height: 1.75rem;
}

.m-0-auto {
  margin: 0 auto;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt--125 {
  margin-top: -125px;
}

.mobile-display {
  display: none;
}

.position-relative {
  position: relative;
}

.pr-7 {
  padding-right: 5rem;
}

.text-primary {
  color: #0472ff;
}

.valign-middle {
  vertical-align: middle;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100%;
}

.line-height-20 {
  line-height: 20px;
}

/*# sourceMappingURL=index.f3b972e4.css.map */
