/* =============================
   1. RESET STYLES 
================================ */

/* line 5, ../sass/modules/_reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 15, ../sass/modules/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* =============================
   2. GLOBAL STYLES
================================ */

/* line 19, ../sass/modules/_reset.scss */
body {
  line-height: 1;
}

/* line 23, ../sass/modules/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 27, ../sass/modules/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 32, ../sass/modules/_reset.scss */
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

/* line 39, ../sass/modules/_reset.scss */
q:before,
q:after {
  content: "";
  content: none;
}

/* line 45, ../sass/modules/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 3, ../sass/modules/_content.scss */
body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  color: #091521;
  font-size: 15px;
}
body.white {
  background-image: none;
}

/* line 10, ../sass/modules/_content.scss */
a {
  color: #7b7bff;
  text-decoration: none !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  color: #2b792f;
}

/* line 16, ../sass/modules/_content.scss */
a:hover {
  text-decoration: none !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 22, ../sass/modules/_content.scss */
button {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 26, ../sass/modules/_content.scss */
b,
strong {
  font-weight: bold !important;
}

/* line 30, ../sass/modules/_content.scss */
div,
button,
input,
textarea,
select {
  outline: none !important;
}

/* line 34, ../sass/modules/_content.scss */
ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 40, ../sass/modules/_content.scss */
.no-padding {
  padding: 0px !important;
}

/* line 44, ../sass/modules/_content.scss */
.no-weight {
  font-weight: 400 !important;
}

/* line 48, ../sass/modules/_content.scss */
.bg-gray {
  background: #f1f1f1;
}

/* line 52, ../sass/modules/_content.scss */
.bg-gray2 {
  background: #ebebeb;
}

.bg-gray3 {
  background: #ebf2f8;
}

/* line 56, ../sass/modules/_content.scss */
p {
  color: #142536;
  font-size: 14px;
  line-height: 24px;
}

/* line 63, ../sass/modules/_content.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0c1622;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}

/* line 69, ../sass/modules/_content.scss */
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 78, ../sass/modules/_content.scss */
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
a,
button {
  outline: none !important;
  text-decoration: none !important;
}
.error {
  color: tomato !important;
  font-size: 11px;
  line-height: 16px;
}
.success {
  color: rgb(60, 159, 87) !important;
}
