html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body{
    margin: 0;
    padding: 0;
	line-height: 1.5;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 28px;
}

img {
    vertical-align: middle;
    border-style: none;
}
.img-fluid {
 max-width: 100%;
height: auto;
} 
svg {
    overflow: hidden;
    vertical-align: middle;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    border-radius: 0;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
.container, .container-sm {
max-width: 540px;
}
}
@media (min-width: 768px){
.container, .container-md, .container-sm {
max-width: 720px;
}
}
@media (min-width: 992px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}
@media (min-width: 576px){
.container {
    max-width: 540px;
}
}
@media (min-width: 992px){
.container {
    max-width: 960px;
}
}
@media (min-width: 768px){
.container {
    max-width: 720px;
}
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl{
 max-width: 1140px;
}
}


.h1, h1 {
    font-size: 40px;
    color: #000;
    font-weight: bold;
}
.h2, h2 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}
h2:before {
    color: #2ebd7e;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    padding-right: 5px;
}
.h3, h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}