@font-face {
  font-family: "Visby";
  src: url("../fonts/visby/webfont/VisbyCF-Bold.eot?#iefix") format("eot"), url("../fonts/visby/webfont/VisbyCF-Bold.woff") format("woff"), url("../fonts/visby/webfont/VisbyCF-Bold.woff2") format("woff2"), url("../fonts/visby/OTF/VisbyCF-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/webfont/Inter-Bold.woff") format("woff"), url("../fonts/inter/webfont/Inter-Bold.woff2") format("woff2"), url("../fonts/inter/OTF/Inter-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Visby";
  src: url("../fonts/visby/webfont/VisbyCF-ExtraBold.eot?#iefix") format("eot"), url("../fonts/visby/webfont/VisbyCF-ExtraBold.woff") format("woff"), url("../fonts/visby/webfont/VisbyCF-ExtraBold.woff2") format("woff2"), url("../fonts/visby/OTF/VisbyCF-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/webfont/Inter-SemiBold.woff") format("woff"), url("../fonts/inter/webfont/Inter-SemiBold.woff2") format("woff2"), url("../fonts/inter/OTF/Inter-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/webfont/Inter-Light.woff") format("woff"), url("../fonts/inter/webfont/Inter-Light.woff2") format("woff2"), url("../fonts/inter/OTF/Inter-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/webfont/Inter-Regular.woff") format("woff"), url("../fonts/inter/webfont/Inter-Regular.woff2") format("woff2"), url("../fonts/inter/OTF/Inter-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: #6D8EA4;
  font-size: 1rem;
  font-family: "Inter";
  font-weight: 300;
}

h1 {
  color: #061131;
  font-family: "Visby";
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 20px;
}

h2 {
  color: #061131;
  font-family: "Visby";
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.main-wrapper {
  padding: 20px 0px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.property-row {
  padding-bottom: 0.5em;
}

.property {
  padding-left: 0.5em;
}

.property-value {
  font-weight: bold;
}

.use-case-test {
  text-align: justify;
}

.container {
  max-width: 1200px;
}

.site-logo {
  max-width: 141px;
}
.site-logo img {
  max-width: 100%;
}

.header a {
  color: #6D8EA4;
  font-size: 16px;
  line-height: 17px;
}

.header-right-menu a {
  padding: 12px 20px;
  border-radius: 10px;
  background-color: rgba(0, 189, 112, 0.1);
  display: inline-block;
  color: #00BD70;
  font-size: 12px;
  font-weight: 700;
}
.header-right-menu a .icon {
  margin-left: 15px;
}

.spotscale-btn {
  height: 60px;
  width: 270px;
  border-radius: 10px;
  background: linear-gradient(180deg, #09D984 0%, #00BD70 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 189, 112, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #ffffff;
}
.spotscale-btn:hover {
  color: #ffffff;
}

.content {
  margin-top: 50px;
}

.feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
}
.feature-list li:last-child {
  margin-bottom: 0px;
}
.feature-list li .icon {
  display: flex;
  margin-right: 16px;
}
.feature-list li .icon svg {
  color: #061131 !important;
  width: 20px;
  height: 20px;
}
.feature-list li span {
  display: contents;
  font-weight: 600;
  color: #061131;
}

.case-description {
  margin-top: 40px;
  padding: 30px;
  border-radius: 20px;
  background-color: rgba(109, 142, 164, 0.05);
}
.case-description h3 {
  color: #6D8EA4;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 10px;
}

.read-btn {
  color: #00BD70;
  font-weight: 600;
}
.read-btn:hover {
  color: #00BD70;
}

.ctm-16 {
  margin-top: 80px;
}

.ctm-10 {
  margin-top: 80px;
}

.image-section {
  position: relative;
}
.image-section a {
  position: absolute;
  width: 190px;
  height: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  left: calc(50% - 95px);
  border-radius: 30px;
  bottom: 60px;
  font-weight: 700;
  line-height: 20px;
  color: #061131;
}
.image-section a:hover {
  color: #061131;
}
.image-section a img {
  margin-right: 20px;
}

.sub-heading {
  color: #FFB300;
  margin-bottom: 20px;
  position: relative;
}
.sub-heading .bg {
  height: 20px;
  width: 200px;
  background-color: rgba(255, 179, 0, 0.1);
}
.sub-heading p {
  position: absolute;
  top: -10px;
  left: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
}

.nav {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  position: fixed;
  left: 15px;
  top: 80px;
  background-color: #ffffff;
  height: auto;
  z-index: 1;
  display: none;
}

.nav-item.active a {
  color: #061131;
}

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 20px 15px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  display: block;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.mobile-menu_opened {
  height: 100%;
  overflow: hidden;
}

.morecontent span {
  display: none;
}

.image-section {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .hidden-md {
    display: none;
  }

  h2 br {
    display: none;
  }
}
@media (min-width: 992px) {
  .feature-list li {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .feature-list li .icon {
    margin-right: 20px;
  }
  .feature-list li .icon svg {
    width: 24px;
    height: 24px;
  }

  .image-section {
    position: relative;
  }
  .image-section a {
    width: 210px;
    height: 60px;
    left: calc(50% - 105px);
    bottom: 100px;
  }
  .image-section a img {
    width: auto;
  }

  .image-section {
    margin-bottom: 0px;
  }

  .ctm-16 {
    margin-top: 160px;
  }

  .ctm-10 {
    margin-top: 100px;
  }

  h1 {
    font-size: 70px;
    line-height: 80px;
  }

  h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .content {
    margin-top: 90px;
  }

  .hidden-lg {
    display: none !important;
  }

  .nav {
    display: flex;
    flex-direction: row;
    justify-content: unset;
    width: auto;
    position: unset;
    left: unset;
    top: unset;
    background-color: unset;
    height: auto;
    z-index: unset;
  }

  .header a {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
