
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-container:after {
    clear: both;
}
.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 27px;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

html.w-mod-touch * {
    background-attachment: scroll !important;
}
.website-wrapper {
    position: relative;
}

.intro-section {
    position: relative;
    padding: 90px 18px 100px;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.9%, 0.97)), to(hsla(0, 0%, 96.9%, 0.97)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 96.9%, 0.97), hsla(0, 0%, 96.9%, 0.97));
    background-position: 0px 0px, 150% 50%;
    background-size: auto, 1060px;
    background-repeat: repeat, no-repeat;
}
.container {
    position: relative;
    max-width: 1100px;
}

.logo {
    width: 140px;
    margin-top: 0px;
}

.center-heading-block {
    max-width: 575px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    text-align: center;
}
.mw-100{
    max-width: 100%!important;
}
.nowrap{
    white-space: nowrap;
}
@media screen and (max-width: 991px){
    .w-container {
        max-width: 728px;
    }
    .intro-section {
        position: relative;
        padding: 90px 18px 100px;
        background-color: #f7f7f7;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.9%, 0.97)), to(hsla(0, 0%, 96.9%, 0.97)));
        background-image: linear-gradient(180deg, hsla(0, 0%, 96.9%, 0.97), hsla(0, 0%, 96.9%, 0.97));
        background-position: 0px 0px, 150% 50%;
        background-size: auto, 1060px;
        background-repeat: repeat, no-repeat;
    }
    .logo {
        margin-top: 0px;
        margin-left: 0px;
    }
}
@media screen and (max-width: 767px){
    .logo {
        width: 130px;
        max-width: none;
    }
}
@media screen and (max-width: 479px){
    .w-container {
        max-width: none;
    }
    .intro-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .logo {
        height: 30px;
        margin-top: 0;
        margin-left: 0;
    }
}