:root {
  --ts24-ink: #071527;
  --ts24-navy: #0b2442;
  --ts24-blue: #1776df;
  --ts24-teal: #10bfa6;
  --ts24-amber: #f2a92f;
  --ts24-green: #35b779;
  --ts24-soft: #f5f9fc;
  --ts24-sky: #eef8ff;
  --ts24-line: #d9e7f2;
  --ts24-muted: #617489;
  --ts24-text: #24364b;
  --ts24-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "PT Sans", Arial, sans-serif;
  color: var(--ts24-text);
  background: var(--ts24-white);
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {
  opacity: 1;
  transform: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

a {
  color: var(--ts24-blue);
}

a:hover,
a:active,
a:focus {
  color: var(--ts24-teal);
}

.btn,
.hero-kicker,
.pricing-plan,
.testimony-slide span,
#fh5co-header .navbar-brand,
#fh5co-header #navbar li a {
  letter-spacing: 0 !important;
}

#fh5co-header .navbar-default {
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  box-shadow: 0 10px 34px rgba(7, 21, 39, 0.08);
}

#fh5co-header .navbar-brand {
  color: var(--ts24-ink);
  font-weight: 700;
  text-transform: none;
}

#fh5co-header .navbar-brand span {
  color: var(--ts24-teal);
}

#fh5co-header #navbar li a {
  color: rgba(7, 21, 39, 0.7);
  font-weight: 700;
}

#fh5co-header #navbar li.active a,
#fh5co-header.navbar-fixed-top #navbar li.active a {
  color: var(--ts24-blue) !important;
}

#fh5co-header #navbar li.active a span:before,
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  background-color: var(--ts24-teal);
}

#fh5co-header #navbar li.call-to-action a {
  border-color: var(--ts24-teal);
}

#fh5co-header #navbar li.call-to-action a span {
  background: var(--ts24-teal);
  border-color: var(--ts24-teal);
  color: #fff;
}

#fh5co-header.navbar-fixed-top .navbar-brand,
#fh5co-header.navbar-fixed-top #navbar li a {
  color: var(--ts24-ink) !important;
}

#fh5co-home,
#fh5co-home .text-wrap {
  min-height: 700px;
  height: 700px;
}

#fh5co-home {
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
}

#fh5co-home .gradient {
  background: linear-gradient(90deg, rgba(5, 14, 28, 0.96) 0%, rgba(5, 14, 28, 0.82) 38%, rgba(5, 14, 28, 0.34) 70%, rgba(5, 14, 28, 0.1) 100%);
}

#fh5co-home .text-inner {
  text-align: left;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-left: 4px solid var(--ts24-amber);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#fh5co-home .text-inner h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: none;
}

#fh5co-home .text-inner h2 {
  max-width: 670px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 21px;
  line-height: 1.55;
}

#fh5co-home .text-inner .call-to-action a {
  width: auto;
  min-width: 160px;
  margin: 0 12px 12px 0;
  padding: 14px 24px;
  border-radius: 999px !important;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.call-to-action a.demo,
.sign-up,
.btn-select-plan,
.btn-send-message {
  background: var(--ts24-blue) !important;
  border-color: var(--ts24-blue) !important;
  color: #fff !important;
}

.call-to-action a.download {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff !important;
}

#fh5co-home .text-inner .call-to-action a.demo {
  background: var(--ts24-blue) !important;
  border-color: var(--ts24-blue) !important;
}

#fh5co-home .text-inner .call-to-action a.download {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.78) !important;
}

.call-to-action a.demo:hover,
.call-to-action a.download:hover,
.sign-up:hover,
.btn-select-plan:hover,
.btn-learn:hover,
.btn-send-message:hover {
  background: var(--ts24-ink) !important;
  border-color: var(--ts24-ink) !important;
  color: #fff !important;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 790px;
  margin-top: 22px;
}

.hero-proof-grid div {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-proof-grid strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 17px;
}

.hero-proof-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
}

#fh5co-services,
#fh5co-testimony,
#fh5co-explore,
#fh5co-faq,
#fh5co-team,
#fh5co-trusted,
#fh5co-footer {
  padding: 82px 0;
}

.section-heading {
  padding-bottom: 38px;
}

.section-heading h2 {
  color: var(--ts24-ink);
  font-weight: 700;
}

.section-heading h3,
.subtext h3 {
  color: var(--ts24-muted);
  line-height: 1.55;
}

.section-heading h2:after,
.section-heading h3:after {
  background: var(--ts24-teal);
}

.feature-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.fh5co-explore {
  padding-bottom: 70px;
}

.fh5co-explore-bg-color {
  padding: 80px 0;
  background: var(--ts24-soft);
}

.mt {
  margin: 20px 0;
}

.mt h3,
.mt h4,
.fh5co-post h3,
.box-faq h3,
.section-title {
  color: var(--ts24-ink);
  font-weight: 700;
}

.mt h3 {
  font-size: 28px;
  line-height: 1.2;
}

.mt p {
  color: var(--ts24-muted);
}

.mt .list-nav {
  margin-top: 28px;
}

.mt .list-nav li {
  margin-bottom: 13px;
  color: var(--ts24-text);
}

.mt .list-nav li i,
.box-services i {
  color: var(--ts24-teal);
}

.media-panel {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--ts24-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 21, 39, 0.08);
}

.media-panel-light {
  background: #fdfefe;
}

.media-panel img {
  width: 100%;
  border-radius: 6px;
}

.panel-caption {
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 4px solid var(--ts24-amber);
  color: var(--ts24-muted);
  font-size: 15px;
  line-height: 1.45;
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.mini-metrics div,
.feature-point {
  border: 1px solid var(--ts24-line);
  border-radius: 8px;
  background: #fff;
}

.mini-metrics div {
  padding: 16px;
}

.mini-metrics strong {
  display: block;
  color: var(--ts24-blue);
  font-size: 24px;
  line-height: 1;
}

.mini-metrics span {
  display: block;
  margin-top: 8px;
  color: var(--ts24-muted);
  font-size: 14px;
  line-height: 1.35;
}

.feature-stack {
  display: grid;
  gap: 16px;
}

.feature-point {
  padding: 18px 18px 8px;
}

.feature-point h4 {
  margin-bottom: 12px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
}

.service-grid > [class*="col-"] {
  display: flex;
}

.fh5co-services .box-services {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 308px;
  margin-bottom: 30px;
  padding: 28px;
  border: 1px solid var(--ts24-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(7, 21, 39, 0.06);
}

.fh5co-services .box-services i {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #e8f7f4;
  font-size: 28px;
}

.fh5co-services .fh5co-post {
  padding-left: 0;
}

.fh5co-services .fh5co-post h3 {
  min-height: 48px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.2;
}

.fh5co-services .fh5co-post p {
  color: var(--ts24-muted);
}

.service-points,
.plan-features {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.service-points li,
.plan-features li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  color: var(--ts24-text);
  font-size: 15px;
  line-height: 1.4;
}

.service-points li:before,
.plan-features li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ts24-teal);
}

.service-pill {
  display: inline-block;
  margin: 6px;
  padding: 8px 14px;
  border: 1px solid #cbe9f7;
  border-radius: 999px;
  background: #eaf7ff;
  color: #0c4d78;
  font-size: 15px;
  font-weight: 700;
}

.fh5co-services .call-to-action {
  margin-top: 24px;
}

.fh5co-services .call-to-action .btn-learn {
  padding: 12px 30px;
  border-radius: 999px;
  background: var(--ts24-teal);
  color: #fff;
  font-weight: 700;
}

#fh5co-testimony {
  background: #fff;
}

.testimony-slide figure img {
  border: 4px solid #eaf4fb;
}

.testimony-slide blockquote p {
  color: #27384b;
  font-size: 20px;
  line-height: 1.55;
}

.testimony-slide span {
  color: var(--ts24-muted);
}

.getting-started {
  padding: 56px 0 44px;
  background: var(--ts24-ink);
}

.getting-started h3,
.getting-started p {
  color: #fff;
}

.getting-started p {
  color: rgba(255, 255, 255, 0.78);
}

.getting-started .call-to-action a.sign-up {
  border-radius: 999px !important;
  font-weight: 700;
}

.fh5co-pricing {
  background: var(--ts24-soft);
}

.fh5co-pricing .pricing {
  display: flex;
  float: none;
  flex-wrap: wrap;
  width: 100%;
}

.fh5co-pricing .pricing > [class*="col-"] {
  display: flex;
}

.fh5co-pricing .price-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 430px;
  padding: 28px;
  border: 1px solid var(--ts24-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(7, 21, 39, 0.07);
}

.fh5co-pricing .price-box.popular {
  border-color: var(--ts24-blue);
  box-shadow: 0 18px 44px rgba(23, 118, 223, 0.16);
  transform: translateY(-8px);
}

.fh5co-pricing .pricing-plan {
  margin: 0 0 14px;
  color: var(--ts24-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.fh5co-pricing .pricing-plan.pricing-plan-offer {
  margin-bottom: 14px;
}

.fh5co-pricing .pricing-plan span {
  display: inline-block;
  margin: 8px 0 0;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--ts24-amber);
  color: var(--ts24-ink);
  font-size: 12px;
}

.fh5co-pricing .price {
  margin-bottom: 18px;
  color: var(--ts24-blue);
  font-size: 34px;
  line-height: 1;
}

.fh5co-pricing .price small {
  color: var(--ts24-blue);
  font-size: 14px;
  font-weight: 700;
}

.fh5co-pricing .price-box p {
  color: var(--ts24-muted);
}

.plan-features {
  flex: 1;
  text-align: left;
}

.fh5co-pricing .price-box .btn-select-plan {
  align-self: center;
  margin-top: auto;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  text-transform: none;
}

#fh5co-team {
  background: #fff;
}

#fh5co-team .row:last-child {
  display: flex;
  flex-wrap: wrap;
}

#fh5co-team .row:last-child > [class*="col-"] {
  display: flex;
}

#fh5co-team .team-box {
  width: 100%;
  min-height: 302px;
  padding: 30px;
  border: 1px solid var(--ts24-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(7, 21, 39, 0.06);
}

.process-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
  border: 1px solid #b8e8df;
  border-radius: 8px;
  background: #e8f7f4;
  color: var(--ts24-ink);
  font-size: 20px;
  font-weight: 700;
}

#fh5co-team .team-box h3 {
  margin-bottom: 10px;
  color: var(--ts24-ink);
  font-size: 17px;
  line-height: 1.25;
  text-transform: none;
}

#fh5co-team .team-box .position {
  margin-bottom: 18px;
  color: var(--ts24-blue);
  font-size: 15px;
  font-weight: 700;
}

#fh5co-team .team-box p {
  color: var(--ts24-muted);
}

#fh5co-faq {
  background: var(--ts24-soft);
}

.box-faq {
  min-height: 190px;
  margin-bottom: 26px;
  padding: 24px;
  border: 1px solid var(--ts24-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 21, 39, 0.05);
}

.box-faq h3 {
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 1.25;
}

.box-faq p {
  margin-bottom: 0;
  color: var(--ts24-muted);
}

#fh5co-trusted {
  background: #fff;
}

.partner-logo {
  min-height: 154px;
  margin-bottom: 22px;
  padding: 20px 14px 16px;
  border: 1px solid var(--ts24-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.partner-logo img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto 13px;
  opacity: 1;
  filter: none;
}

.partner-logo span {
  display: block;
  color: var(--ts24-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

#fh5co-footer {
  background: #071527;
  color: #d8e6f3;
}

#fh5co-footer .section-title {
  color: #fff;
}

#fh5co-footer .copy-right,
#fh5co-footer a,
#fh5co-footer .contact-info li {
  color: #d8e6f3;
}

#fh5co-footer .contact-info li i {
  color: var(--ts24-teal);
}

#fh5co-footer .contact-form .form-group input,
#fh5co-footer .contact-form .form-group textarea {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #10243c;
}

#fh5co-footer #btn-submit {
  border-radius: 999px;
  background: var(--ts24-teal) !important;
  color: #fff !important;
  font-weight: 700;
}

.form-note {
  color: rgba(216, 230, 243, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

#map.fh5co-map {
  height: auto;
  background: var(--ts24-sky);
}

.contact-card-map {
  padding: 54px 20px;
  color: var(--ts24-ink);
  text-align: center;
}

.contact-card-map .map-box {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid var(--ts24-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 21, 39, 0.07);
}

.contact-card-map p {
  margin: 0 0 8px;
}

.quick-contact {
  margin-top: 24px;
}

.quick-contact a {
  display: inline-block;
  margin: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
}

.quick-contact .phone {
  background: var(--ts24-teal);
  color: #fff;
}

.quick-contact .site {
  background: var(--ts24-blue);
  color: #fff;
}

@media screen and (max-width: 1200px) {
  #fh5co-home .text-inner h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 992px) {
  .feature-row {
    display: block;
  }

  .feature-row > [class*="col-"],
  .service-grid > [class*="col-"],
  .fh5co-pricing .pricing > [class*="col-"],
  #fh5co-team .row:last-child > [class*="col-"] {
    display: block;
    width: 100%;
  }

  .media-panel {
    margin-top: 24px;
  }

  .fh5co-pricing .price-box.popular {
    transform: none;
  }

  .getting-started .call-to-action,
  .getting-started .call-to-action a.sign-up {
    float: none !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    padding-left: 15px;
    padding-right: 15px;
  }

  #fh5co-home,
  #fh5co-home .text-wrap {
    min-height: 650px;
    height: auto;
  }

  #fh5co-home .text-wrap {
    padding: 108px 0 44px;
  }

  #fh5co-home .gradient {
    background: rgba(5, 14, 28, 0.82);
  }

  #fh5co-home .text-inner h1 {
    font-size: 38px;
  }

  #fh5co-home .text-inner h2 {
    font-size: 18px;
  }

  #fh5co-home .text-inner .call-to-action {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  #fh5co-home .text-inner .call-to-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 150px;
    min-width: 0;
    margin: 0;
  }

  .mini-metrics {
    grid-template-columns: 1fr;
  }

  .hero-proof-grid {
    display: none;
  }

  #fh5co-services,
  #fh5co-testimony,
  #fh5co-explore,
  #fh5co-faq,
  #fh5co-team,
  #fh5co-trusted,
  #fh5co-footer {
    padding: 48px 0;
  }

  .fh5co-explore-bg-color {
    padding: 52px 0;
  }

  .section-heading {
    padding-bottom: 28px;
  }

  .fh5co-services .box-services,
  .fh5co-pricing .price-box,
  #fh5co-team .team-box,
  .box-faq {
    min-height: 0;
  }

  .partner-logo {
    min-height: 140px;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-home .text-inner h1 {
    font-size: 33px;
  }

  .hero-kicker {
    font-size: 12px;
  }

  .media-panel,
  .fh5co-services .box-services,
  .fh5co-pricing .price-box,
  #fh5co-team .team-box,
  .box-faq,
  .contact-card-map .map-box {
    padding: 20px;
  }

  .contact-card-map {
    padding: 38px 15px;
  }
}
