@charset "UTF-8";
:root {
  --mc-blue: #172e59;
  --mc-green: #08c3a8;
  --mc-blue-secondary: #4badef;
  --mc-yellow: #f4b941;
  --mc-red: #e9676c;
  --mc-blue-active: #263c65;
  --mc-shade-darkest: #363f54;
  --mc-shade-dark: #617082;
  --mc-shade-base: #92a0b4;
  --mc-shade-light: #dadee6;
  --mc-shade-lightest: #f0f4f7;
  --navy-50: #f2f7ff;
  --navy-100: #e0edfe;
  --navy-200: #b6d4fd;
  --navy-300: #78acfa;
  --navy-400: #488bf0;
  --navy-500: #3575db;
  --navy-600: #2d62bd;
  --navy-700: #224f9c;
  --navy-800: #1c3d7a;
  --navy-900: #172e59;
  --teal-50: #effcf9;
  --teal-100: #d7f7f1;
  --teal-200: #b4ede4;
  --teal-300: #82e0d1;
  --teal-400: #46d4be;
  --teal-500: #13c2a8;
  --teal-600: #FFB311;
  --teal-700: #118577;
  --teal-800: #13695f;
  --teal-900: #14524b;
  --mc-transition-ease: background-color 0.5s ease;
}
.image-enhancer {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.columns {
  margin-bottom: 0 !important;
}
.column {
  padding-bottom: 0 !important;
}
.button.is-primary.is-outlined.is-inverted.is-edged {
  color: var(--mc-green) !important;
  border-radius: 3px !important;
  padding: 0 35px !important;
  font-weight: 500 !important;
  border-color: var(--mc-green) !important;
  -webkit-transition: var(--mc-transition-ease);
  -moz-transition: var(--mc-transition-ease);
  -o-transition: var(--mc-transition-ease);
  transition: var(--mc-transition-ease);
}
.button.is-blue.is-outlined.is-inverted.is-edged {
  color: var(--mc-blue) !important;
  border-radius: 3px !important;
  padding: 0 35px !important;
  font-weight: 500 !important;
  border-color: var(--mc-blue) !important;
  -webkit-transition: var(--mc-transition-ease);
  -moz-transition: var(--mc-transition-ease);
  -o-transition: var(--mc-transition-ease);
  transition: var(--mc-transition-ease);
}
.button.is-primary.is-outlined.is-inverted.is-edged:hover {
  background-color: var(--mc-green) !important;
  color: #fff !important;
}
.button.is-blue.is-outlined.is-inverted.is-edged:hover {
  background-color: var(--mc-blue) !important;
  color: #fff !important;
}
.text-blue {
  color: var(--mc-blue) !important;
}
.breadcrumb li a {
  color: var(--mc-blue) !important;
}
.breadcrumb li.is-active a {
  font-weight: 700;
}
.breadcrumb li a.first {
  padding-left: 0 !important;
}
.section-grey {
  background-color: #f8f8f8;
}
.button.primary-green {
  background-color: var(--mc-green);
  display: inline-block;
  border: none;
  border-radius: 3px;
  padding-left: 80px;
  padding-right: 80px;
  color: #fff;
  -webkit-transition: var(--mc-transition-ease);
  -moz-transition: var(--mc-transition-ease);
  -o-transition: var(--mc-transition-ease);
  transition: var(--mc-transition-ease);
}
.button.primary-green:hover {
  background-color: #00b99c;
}
@media screen and (max-width: 768px) {
  .button.primary-green {
    padding-left: 50px;
    padding-right: 50px;
    display: block;
    margin: 0 auto;
  }
}
.hero.is-blue {
  color: #fff;
  background-color: var(--mc-blue);
}
form p {
  margin-top: 12px;
}
.field-services label {
  display: inline;
}
.field-services label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
  font-size: 10pt;
}
.field-services label:not(:empty) {
  padding-left: 0.75em;
}
.field-services label:after,
.field-services label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.field-services label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}
.field-services input {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.field-services input[type="checkbox"]:checked + label:before {
  background: #276cda;
  border: none;
}
.field-services input[type="checkbox"]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.footer {
  background-color: var(--mc-green);
  color: #fff;
}
.footer a {
  color: #fff;
}
#messages {
  height: inherit !important;
  max-height: calc(100vh - 100px);
}
.chat {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chat li {
  display: inline-block;
  clear: both;
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
  max-width: 85%;
  word-break: break-word;
}
.receiver {
  background: #f5f6fa;
  float: left;
}
.sender {
  float: right;
  background: var(--mc-green);
  color: #fff;
}
#messages {
  height: 100% !important;
  max-height: calc(100vh - 74px);
}
.chat .message {
  padding: 10px 25px;
  border-radius: 30px;
  margin-bottom: 10px;
  width: fit-content;
  word-break: break-word;
}
.receiver,
.sender {
  background: 0 0;
  color: #4a4a4a;
}
.receiver .message {
  background: #f5f6fa;
}
.sender .message {
  background: #1be0c3;
  color: #000;
  box-shadow: 0 7px 15px -5px rgb(0 0 0 / 10%), 0 4px 5px -5px rgb(0 0 0 / 5%);
}
.receiver .message {
  float: left;
}
.sender .message {
  float: left;
}
@media only screen and (max-width: 768px) {
  .messages {
    box-sizing: border-box;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
aside.menu {
  height: calc(90% - 35px);
  overflow-y: auto;
}
.gray-wrap {
  background-color: #e4ebf0;
  margin-top: 3rem;
}
#content {
  background-size: contain;
  background-repeat: no-repeat;
}
.megabar {
  background-color: var(--mc-blue);
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: 700;
}
.main-hero {
  text-align: center;
  padding: 5rem 10px;
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
}
.main-hero h3 {
  font-size: 1.4rem;
  margin-bottom: 2em;
}
.flexing {
  text-align: center;
  margin-top: 1rem;
}
.flexing img {
  padding: 0 10px;
  max-width: 820px;
  width: 100%;
  margin: 2rem auto 0 auto;
}
section .subtext {
  max-width: 620px;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.1em;
}
.cta-testimonial {
  margin-top: 1rem;
  font-size: 13px;
  font-style: italic;
}
.cta-testimonial a {
  color: #1c1c1c;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
}
.cta-testimonial img {
  border-radius: 50%;
  width: 90%;
  max-width: 80px;
}
.testimonial-author {
  font-weight: 700;
  color: #000;
}
.align-left {
  text-align: left;
}
.end-cta {
  padding: 2rem;
  display: block;
}
.end-cta a {
  margin: 0 10px;
}
section h1.title.is-3,
section h3 {
  font-weight: 700;
  color: #000;
  font-size: 2.2rem;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #content {
    background-position-x: left;
    background-size: 150%;
  }
  #typed-headline {
    display: block;
  }
  #egle {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  .end-cta a {
    margin: 10px auto;
  }
}
#sessions {
  margin-top: 3rem;
  padding-top: 7rem;
}
.box {
  box-shadow: none;
  border: 2px solid #d0dce6;
  border-radius: 5px;
}
a.box:focus,
a.box:hover {
  border-color: #bdc1c9;
  transition: all 150ms;
  box-shadow: none;
}
.tooltip:hover::before {
  font-size: 0.9rem !important;
  padding: 12px !important;
  background: #e2e8f0 !important;
  opacity: 1 !important;
  border-radius: 6px !important;
  color: #475569 !important;
  max-width: 12rem !important;
  min-width: 12rem !important;
  width: 12rem !important;
}
.tooltip:focus:not(.is-loading)::after,
.tooltip:hover:not(.is-loading)::after {
  border-color: #e2e8f0 transparent transparent transparent !important;
}
a {
  color: #FFB311;
}
.menu-list {
  width: 90%;
  margin: auto;
}
.menu-list li {
  margin-bottom: 10px;
}
.menu-list a.is-active,
.menu-list a:hover {
  background: rgba(255, 255, 255, 0.73);
  color: #4a4a4a;
  font-weight: 500;
}
.menu-list {
  margin: auto;
}
.menu-list li {
  margin-bottom: 10px;
  color: var(--mc-blue);
  font-weight: 500;
  padding: 2px 8px;
}
.menu-list a {
  padding: 12px;
  display: block;
  border-left: 3px solid transparent;
}
.menu-list a.is-active,
.menu-list a:hover {
  background: #f8f8f8;
  color: var(--mc-blue);
  border-left: 3px solid var(--mc-green);
}
#level {
  border-radius: 100%;
  border: 4px solid var(--mc-blue);
  font-weight: 700;
  color: var(--mc-blue);
  padding: 5px;
  width: 42px;
  text-align: center;
}
.v3 input[type="date"],
.v3 input[type="email"],
.v3 input[type="number"],
.v3 input[type="password"],
.v3 input[type="tags"],
.v3 input[type="text"],
.v3 input[type="url"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 41px;
  padding: 5px 15px;
  border-radius: 5px;
  outline: 0;
  border: 2px solid #e7edf3;
  background: #f8f9fb;
  color: #000;
  font-size: 17px;
}
.v3 input::placeholder {
  color: #c1cad4;
  font-style: italic;
}
.v3 input[type="textarea"],
.v3 select,
.v3 textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 5px 15px;
  outline: 0;
  background: #f8f9fb;
  color: #000;
  font-size: 17px;
  border-radius: 5px !important;
  border: 2px solid #e7edf3 !important;
}
.v3 textarea {
  padding: 10px 15px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.v3 label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: 700;
  color: #868686;
  margin-bottom: 5px;
}
h2 {
  font-size: 1.5em;
  margin-bottom: 0.5714em;
  color: var(--mc-blue);
}
.star-rating-display {
  font-size: 1.1em;
  unicode-bidi: bidi-override;
  color: #bdc1c8;
  display: inline-block;
  position: relative;
  margin-top: 0;
}
.rating-display {
  margin-bottom: 3px;
  font-size: 0.8em;
  vertical-align: text-top;
}
.bold {
  font-weight: 700;
}
#card-content {
  color: var(--mc-blue);
}
.has-text-blue {
  color: var(--mc-blue);
}
.white {
  color: #fff !important;
}
.inv-primary-green {
  display: inline-block;
  background-color: #d5fbf4;
  color: #318273 !important;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 5px;
  transition: 0.3s;
  border: 0;
  cursor: pointer;
}
.inv-primary-green.small {
  padding: 8px 12px;
}
.inv-primary-green:hover {
  background-color: #9de6d9;
}
#featured-img {
  margin-top: 5%;
}
@media only screen and (max-width: 767px) {
  .mobile-filter {
    display: none;
  }
  .mobile-filter.open {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hero.is-primary .nav-menu {
    background-color: #f8f8f8;
  }
}
.modal-card {
  border-radius: 10px;
}
.modal-background {
  position: fixed;
}
.modal-card-head {
  border-bottom: 0;
  font-weight: 700;
  background-color: #fff !important;
  padding: 30px;
  padding-bottom: 10px;
}
.modal-card-body {
  padding: 30px;
  padding-top: 10px;
}
.modal-card-foot {
  border-top: 0;
}
.modal-card-title {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .modal-card-title {
    max-width: 85%;
  }
}
.delete {
  height: 40px;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  width: 40px;
  background-color: rgb(249 250 251);
  transition: background-color 0.2s;
}
.delete:hover {
  background-color: rgb(229 231 235);
}
.delete:after,
.delete:before {
  background-color: rgb(156 163 175);
}
.delete:before {
  height: 1px;
}
.delete:after {
  width: 1px;
}
.ugc p:not(:empty):not(.blog) {
  margin-top: 1rem;
}
.read-more-button {
  margin-left: 1em;
  display: inline;
  color: var(--navy-900);
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}
.delete {
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: 0;
  position: relative;
  width: 20px;
}
.delete:after,
.delete:before {
  background-color: #fff;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
body,
html {
  font-family: Inter, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.image.is-192x192 {
  width: 192px;
  height: 192px;
}
.image.is-round img {
  margin: 5px;
  background: #fff;
  border-radius: 50%;
}
.section.main {
  background-color: #f9f7f7;
}
.content figure.image {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
}
.nav-toggle {
  height: 4rem !important;
}
.icon.password,
.icon.user {
  margin: 5px 10px 0 0;
}
.avatar img {
  border-radius: 100px;
  padding: 5px;
  border: 1px solid #dbdbdb;
}
.login {
  padding-top: 20px;
}
.login button {
  border-radius: 40px;
  font-weight: 700;
}
.hero.is-dark .section {
  background-color: transparent;
}
#login-form input {
  border-radius: 40px;
  font-size: 18px;
  padding-left: 15px;
  color: #95a5a6;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.285em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-right: 0.75em;
  position: relative;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
  margin-top: 3px;
}
#login-form label {
  font-weight: 700;
  margin-top: 8px;
}
.container-status {
  padding-top: 50px;
  max-width: 968px;
}
#basic {
  background-color: #f5f7fa;
}
.star-rating-display:after,
.star-rating-display:before {
  content: "\2605 \2605 \2605 \2605 \2605";
  display: block;
  white-space: nowrap;
}
.star-rating-display:before {
  color: var(--mc-yellow);
  position: absolute;
  z-index: 1;
  left: 0;
  overflow: hidden;
}
.star-rating-display-teal:before {
  color: var(--teal-600);
}
.star-rating-display:after {
  z-index: 0;
  margin-right: 5px;
}
.star-rating-display[data-rating="1"]:before {
  width: 20%;
}
.star-rating-display[data-rating="2"]:before {
  width: 40%;
}
.star-rating-display[data-rating="3"]:before {
  width: 60%;
}
.star-rating-display[data-rating="4"]:before {
  width: 80%;
}
.star-rating-display[data-rating="5"]:before {
  width: 100%;
}
.star-rating.editable {
  width: 220px;
}
.star-rating svg {
  height: 30px;
  fill: rgb(229 231 235);
  cursor: pointer;
}
.star-rating .star-rating-stars .star-rating-star {
  float: left;
  width: 35px;
}
.star-rating-star.hovered svg,
.star-rating-star.selected svg {
  fill: var(--mc-green);
}
.star-rating.small {
  font-size: 16px;
  line-height: 1;
}
.star-rating.large {
  font-size: 20px;
}
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
.card .content {
  font-size: 14px;
}
.dashboard-bases,
.dashboard-bases body {
  height: 100%;
}
.management-bases,
.management-bases body {
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  .hero.is-primary .nav-toggle span {
    background-color: #000 !important;
  }
}
.level object {
  width: 120px;
  height: 120px;
  margin-right: 40px;
  margin-left: 40px;
  pointer-events: none;
}
.level object svg {
  fill: var(--mc-blue);
}
.input[disabled],
.textarea[disabled] {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #7a7a7a;
  cursor: not-allowed;
}
.resp-sharing-button__icon,
.resp-sharing-button__link {
  display: inline-block;
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin-right: 1em;
}
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: inherit;
}
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}
.resp-sharing-button__icon--solid {
  fill: #fff;
  stroke: none;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
}
.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
}
.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
}
.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.resp-sharing-button--facebook:active,
.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
  border-color: #2d4373;
  color: #fff;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--twitter:active,
.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
  border-color: #2795e9;
  color: #fff;
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.resp-sharing-button--linkedin:active,
.resp-sharing-button--linkedin:hover {
  background-color: #046293;
  border-color: #046293;
  color: #fff;
}
