/* ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

b, strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

h1, h2, h3, hr, figure, p, pre {
  margin: 0;
}

html {
  font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  line-height: 1.5;
}

*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}

img {
  border-style: solid;
}

a {
  color: inherit;
  text-decoration: inherit;
}

img, svg, video, canvas, iframe, embed {
  display: block;
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

.sp-inline-block {
  display: inline-block;
}

.sp-justify-between {
  justify-content: space-between;
}

.sp-h-full {
  height: 100%;
}

.sp-m-auto {
  margin: auto;
}

.sp-antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sp-w-full {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
}

#sp-page {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  background-color: transparent !important;
  background-image: none !important;
}

.sp-el-section {
  padding: 10px;
}

.sp-el-row {
  max-width: 1000px;
  padding: 0;
}

.sp-el-col {
  padding: 10px;
}

.sp-el-block {
  padding: 10px;
}

.sp-content-4 {
  align-items: center;
  justify-content: center;
}

img {
  display: inline-block;
}

.spBgcover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  min-height: 100%;
}

@media (max-width:640px) {
  .sp-socialsharing-wrapper, .sp-nav, .sp-button-wrapper, .sp-image-wrapper {
    text-align: center !important;
    justify-content: center !important;
  }
}

@media (max-width:640px) {
  .sp-el-section, .sp-el-row, .sp-el-col, .sp-el-block, .sp-optin-wrapper, .sp-testimonials-wrapper, .sp-testimonial-wrapper {
    padding: 8px !important;
  }
}

@media (max-width:640px) {
  .sp-w-full {
    width: 100% !important;
  }
}

.sp-el-section, .sp-el-col, .sp-el-row {
  position: relative;
}

@media (min-width:640px) {
  .sm\:sp-flex {
    display: flex;
  }
}

