@import url("https://cdn.materialdesignicons.com/3.4.93/css/materialdesignicons.min.css");

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; outline: 0 none; -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  background: #F8F9FA;
  color: #3C4858;
  margin: 0;
  padding: 0;
}

a, a:visited { color: #008CDD; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
b { font-weight: 600; }
h1, h2, h3, h4, h5, h6, p { padding: 0; margin: 0 0 20px; line-height: inherit; }
img { max-width: 100%; height: auto; display: block; }
.clear { clear: both; }
.container { position: relative; width: calc(100% - 70px); max-width: 1100px; margin: 0 auto; }
.middle-tc { display: table-cell; vertical-align: middle; }
.ts { text-shadow: 0 0 250px rgba(75,89,102,0.8), 0 0 10px rgba(75,89,102,0.3); }

/* ---- Header ---- */
.header {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 2000px;
  transform: translateX(-50%);
  color: white;
  z-index: 100;
  font-size: 0;
  padding: 40px 0;
}
.header .logo {
  position: relative;
  display: inline-block;
  height: 40px;
  color: inherit;
  text-decoration: none;
}
.header .logo img {
  position: relative;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 15px;
  display: inline;
}
.header .logo .name {
  float: right;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: inherit;
  display: none;
}
.header .nav {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  color: inherit;
}
.header .nav a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  margin-left: 50px;
}
.header .nav a:first-child { margin-left: 0; }
.header .nav a:hover { text-decoration: underline; }
.header .nav-toggle { display: none; position: absolute; font-size: 28px; line-height: 42px; top: 0; right: 0; cursor: pointer; }

/* ---- Hero ---- */
.section {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  background: white;
  max-width: 2000px;
  margin: 0 auto;
}
.section:nth-child(even) { background-color: #F8F9FA; }

.section h2 {
  font-size: 38px;
  line-height: 1.3;
  margin: 0 0 30px;
  max-width: 820px;
  font-weight: 600;
}
.section h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  max-width: 700px;
  opacity: 0.8;
  margin: 0 0 30px;
}

.hero {
  display: table;
  position: relative;
  width: 100%;
  height: 680px;
  text-align: center;
  color: white;
  padding: 70px 0 0;
  max-height: 680px;
  min-height: 600px;
  z-index: 1;
  background: white;
  max-width: 2000px;
  margin: 0 auto;
  overflow: hidden;
}
.hero h1 {
  font-size: 70px;
  max-width: 900px;
  padding: 0 15px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 auto;
  font-weight: 700;
}
.hero p { display: none; }
.hero .hero-actions {
  width: calc(100% - 50px);
  max-width: 850px;
  margin: 45px auto -15px;
  padding: 15px;
}
.hero-cta {
  background: white;
  color: rgba(60,72,88,0.85);
  padding: 0 35px;
  display: inline-block;
  border-radius: 5px;
  line-height: 50px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  cursor: pointer;
}
.hero-cta:hover { text-decoration: none; opacity: 0.95; }

/* Hero video background */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-size: cover;
  background-position: center center;
  pointer-events: none;
}
.hero-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(75,89,102,0.4);
  z-index: 1;
}
.hero-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* ---- Features ---- */
.features { text-align: center; }
.features h2, .features h3 { margin-left: auto; margin-right: auto; }
.features ul {
  list-style: none;
  font-size: 0;
  margin: 60px -50px -60px 0;
  padding: 0;
}
.features li {
  display: inline-block;
  width: calc(100% / 3);
  font-size: 17px;
  padding: 0 50px 50px 0;
  vertical-align: top;
}
.features .icon {
  position: relative;
  display: inline-block;
  width: 64px;
  line-height: 64px;
  text-align: center;
  margin: 0 0 20px;
  border-radius: 100%;
  color: #6C63FF;
  background: rgba(108,99,255,0.3);
}
.features .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: rgba(255,255,255,0.75);
}
.features .mdi {
  display: block;
  font-size: 30px;
  opacity: 0.8;
}
.features h4 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 15px;
  font-weight: 600;
  opacity: 0.9;
}
.features p { opacity: 1; margin: 0 0 20px; }

/* ---- Contact Section ---- */
.contact { overflow: hidden; }
.contact .contact-info {
  display: inline-block;
  width: calc(100% + 30px);
  min-height: 200px;
  max-width: 380px;
  margin: 0 0 0 -15px;
}
.contact .contact-block {
  display: block;
  color: inherit;
  position: relative;
  padding: 10px 15px 10px 50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact .contact-block:hover {
  background: rgba(0,0,0,0.01);
  padding-right: 35px;
  text-decoration: none;
}
.contact .contact-block span { text-decoration: none !important; }
.contact .contact-block span.mdi {
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: inherit;
  line-height: 20px;
  width: 20px;
  opacity: 0.8;
}
.contact .contact-block span.text {
  display: block;
  color: #008CDD;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.contact .contact-block span.text.strong {
  color: inherit;
  font-weight: 600;
  margin: 0 0 -1px;
}
.contact .contact-block span.text.weak {
  color: inherit;
  opacity: 0.6;
}
.contact .map {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.contact .map iframe {
  border: 0 none;
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
}

/* ---- Footer ---- */
.footer {
  padding: 15px 0 !important;
  text-align: center;
  font-size: 0;
  overflow: visible;
  min-height: 84px;
  z-index: 1;
}
.footer .container { width: auto; display: inline-block; }
.footer a.social-icon {
  color: rgba(132,146,166,0.6);
  display: none;
  width: 54px;
  line-height: 54px;
  font-size: 24px;
  transition: color 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.footer a.social-icon.active { display: inline-block; }
.footer a.social-icon:hover { color: #8492A6; text-decoration: none; }
.footer a.social-icon .mdi { opacity: 1; }

/* ---- Forms (Contact page) ---- */
.contact-form form {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: -30px 0 0 0;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  -webkit-appearance: none;
  appearance: none;
  border: 0 none;
  outline: 0 none;
  font-size: 16px;
  font-family: inherit;
  line-height: 20px;
  letter-spacing: 0.2px;
  padding: 15px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.025);
  resize: none;
  border-radius: 3px;
}
.contact-form input[type=submit] {
  box-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.025), 0 -2px 0 rgba(0,0,0,0.1) inset;
  background: #227EF7;
  color: white;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 17px;
  margin: 0;
  padding: 0;
  line-height: 50px;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.contact-form input[type=submit]:hover { opacity: 1; }
.contact-form input[type=submit]:disabled { opacity: 0.5; cursor: not-allowed; }

/* ---- Inner Pages ---- */
.inner-page .section:nth-child(odd) { background: transparent; }
.inner-page .section:nth-child(even) { background: white; }
.inner-page .inner-page-intro {
  padding: 150px 0 100px;
  text-align: center;
  color: white;
}
.inner-page .inner-page-intro h2 {
  font-size: 50px;
  margin-left: auto;
  margin-right: auto;
}
.inner-page .inner-page-intro .hero-cta { margin-top: 25px; }

/* ---- Responsive: Tablet ---- */
@media screen and (max-width: 1300px) {
  .header { padding: 30px 10px; left: 0; transform: none; }
  .section { padding: 70px 0; }
  .features ul { margin-bottom: -70px; }
  .hero { padding-top: 90px; max-height: 770px; }
}

/* ---- Responsive: Mobile ---- */
@media screen and (max-width: 1023px) {
  body { font-size: 16px; }
  .header { padding: 25px 0; }
  .header .logo .name { font-size: 26px; }
  .header .nav {
    opacity: 0;
    pointer-events: none;
    z-index: 100;
  }
  .header .nav-toggle { display: block; }
  .header .nav-toggle.nav-close { display: none; }
  .header .nav a {
    float: none;
    margin: 0;
    padding: 20px 5px;
    line-height: 1.5;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }

  body.nav-active { overflow: hidden; }
  body.nav-active .ts { text-shadow: 0 0 0 transparent; }
  body.nav-active .header {
    position: fixed;
    background: white;
    color: #3C4858;
    width: 100%;
    height: 100%;
    left: 0;
    transform: none;
    overflow: auto;
    z-index: 1000;
  }
  body.nav-active .header .logo img { display: none !important; }
  body.nav-active .header .logo .name { display: block !important; }
  body.nav-active .nav {
    opacity: 1;
    pointer-events: all;
    position: relative;
    margin-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.05);
  }
  body.nav-active .nav-toggle.nav-open { display: none; }
  body.nav-active .nav-toggle.nav-close { display: block; }

  .section { padding: 40px 0; }
  .section h2 { font-size: 24px !important; margin: 0 auto 20px; }
  .section h3 { font-size: 18px !important; max-width: 600px; }
  .hero { padding: 150px 0 80px; }
  .hero h1 { font-size: 50px; max-width: 650px; }
  .hero .hero-actions { padding: 15px; margin: 15px auto -15px; }
  .hero-cta { font-size: 14px; line-height: 40px; padding: 0 25px; }
  .features ul { margin: 40px 0 -40px; }
  .features li {
    width: 100% !important;
    font-size: 16px;
    max-width: 340px;
    padding: 0 0 40px;
    display: block;
    margin: 0 auto;
  }
  .contact .contact-info {
    min-height: initial;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    display: block;
  }
  .contact .map {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    height: 40vh;
    max-height: 300px;
    margin: -40px 0 30px;
  }
  .contact .contact-form form { margin: 25px auto 0; }
  .inner-page .inner-page-intro { padding: 110px 0 50px; }
  .inner-page .inner-page-intro h2 { font-size: 26px !important; }
}

@media screen and (max-width: 600px) {
  .container { width: calc(100% - 30px); }
  .hero { min-height: 500px; }
  .hero h1 { font-size: 30px; max-width: 550px; }
  .inner-page .inner-page-intro { padding-top: 110px; padding-bottom: 50px; }
}
