html,
body {
  overflow-x: hidden;
}

.container, .container-fluid {
  position: relative;
  z-index: 1;
}

section {
  position: relative;
  width: 100%;
  padding: 5rem 0;
}

body {
  font-family: "Jost", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: #194ae8;
  text-decoration: none;
}
a:hover {
  color: #133bbb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  /* font-family: "Jost", Helvetica, sans-serif; */
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover,
.h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover {
  color: #194ae8;
}
h1.text-white > a, h2.text-white > a, h3.text-white > a, h4.text-white > a, h5.text-white > a, h6.text-white > a,
.h1.text-white > a, .h2.text-white > a, .h3.text-white > a, .h4.text-white > a, .h5.text-white > a, .h6.text-white > a {
  color: #fff;
}

h1, .h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
}

h3, .h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45;
}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.display-1 {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.99px) {
  h1, .h1 {
    font-size: 1.875rem;
  }

  h2, .h2 {
    font-size: 1.625rem;
  }

  h3, .h3 {
    font-size: 1.5rem;
  }

  h4, .h4 {
    font-size: 1.375rem;
  }

  .display-1 {
    font-size: 3.125rem;
  }

  .display-2 {
    font-size: 2.5rem;
  }

  .display-3 {
    font-size: 2.25rem;
  }

  .display-4 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1.125rem;
  }
}

.body-overflow-measure {
  position: relative;
  height: 200vh;
}

.website-dmt {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.website-dmt-inner {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.website-dmt .website-dmt-item {
  display: none;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fff;
  transition: opacity 0.4s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -webkit-user-select: none;
          user-select: none;
}
.website-dmt .website-dmt-item .website-dmt-item-inner {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.2, 1) 0.1s, opacity 0.4s cubic-bezier(0.5, 0, 0.2, 1) 0.1s;
}
.website-dmt .website-dmt-item.active {
  display: block;
  z-index: 20;
  -webkit-user-select: auto;
          user-select: auto;
}
.website-dmt .website-dmt-item.has-overlay .overlay {
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.2, 1) 0s;
}
.website-dmt .website-dmt-item.has-overlay:not(.show):not(.show-prev) .overlay {
  transform: scale(1.35);
}

body > div.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s ease;
  overflow: hidden;
  pointer-events: none;
}

body:not(.loaded) > div.loader {
  opacity: 1;
}

body:not(.loaded) {
  overflow: hidden;
}

body.loaded > div.loader {
  animation: hideLoader 0.5s linear 0.5s forwards;
}

.bg-image-holder img {
  display: none !important;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-user-select: none;
          user-select: none;
  border-radius: inherit;
}
.overlay.overlay-global {
  position: fixed;
}
.overlay .overlay-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.site-footer {
  position: relative;
  z-index: 50;
}