html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Mulish', sans-serif; */
    font-family: proxima-nova, sans-serif;
    ;
    /* font-family: 'Playfair Display', serif; */
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #525a76;
    /* color: #4c4c51; */
    background-color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 0.4em;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

b,
strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #007AFF;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    color: #007AFF;
}

img {
    max-width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    /* color: #007AFF; */
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
    line-height: 1.8;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
    line-height: 32px !important;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    color: #182027
}

.sub-heading {
    font-size: 1rem;
    color: #6D767F
}

.display-landing {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

.display-1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
}

.display-2 {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
}

.display-3 {
    font-size: 2.1875rem;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
}

.display-4 {
    font-size: 1.6275rem;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
}

.lead {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: .0625rem solid rgba(0, 0, 0, .1);
}

ul {
    list-style-type: none;
}

ul {
    padding-left: 0px !important;
}

.text-primary {
    color: #007AFF;
    text-shadow: 10px 10px 30px rgba(47, 120, 255, .3);
    /* box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08); */
}

.text-secondary {
    color: rgb(57, 181, 74) !important;
    text-shadow: 10px 10px 30px rgba(57, 181, 74, .3);
}

.text-warning {
    color: rgb(255, 100, 0) !important;
    text-shadow: 10px 10px 30px rgba(255, 100, 0, .3);
}

.text-black {
    color: #182027;
    /* text-shadow: 10px 10px 30px rgba(24,32,39,.3) */
}

.text-green {
    color: #2f805a !important;
}

.text-white {
    color: #fff;
}

.text-red {
    color: #c02434!important;
}

.text-voilet {
    color: #7f44b0
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .25rem;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.btn-primary {
    color: #fff;
    background-image: linear-gradient(-179deg, #5690FF 0, #387DFF 97%);
    box-shadow: 0 3px 16px 0 rgba(56, 125, 255, .5);
}

.btn-primary:hover {
    color: #fff !important;
    background-image: linear-gradient(-179deg, #01d378 0, #00C06C 97%);
    border-color: #00C06C;
    box-shadow: 0 3px 16px rgba(59, 251, 101, .5);
    text-decoration: none !important;
}

.btn-secondary {
    color: #387DFF !important;
    background-color: #fff;
    border: 1px solid #387DFF !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-secondary:hover {
    color: #182027 !important;
    border: 1px solid #182027 !important;
    background-color: #fff;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(244, 245, 247, .5);
}

.btn-success {
    color: #fff;
    border-color: #00C06C;
    background-color: #00C06C;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-success:hover {
    color: #fff;
    border-color: #00C06C;
    background-color: #00C06C;
}

.btn-warning {
    color: #fff;
    border-color: #FF9600;
    background-color: #FF9600;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-warning:hover {
    color: #fff;
    border-color: #FF9600;
    background-color: #FF9600;
}

.btn-danger {
    color: #c02434 !important;
    border-color: #c02434;
    background-color: transparent;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-danger:hover {
    color: #fff !important;
    border-color: #c02434;
    background-color: #c02434;
}

.primary-link {
    color: #00C06C;
    text-decoration: underline;
    text-underline-position: under;
}

.primary-link:hover {
    color: #00C06C;
    text-decoration: none;
}

.pt-15 {
    padding-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-50 {
    padding-right: 50px;
}

.icon {
    width: 60px !important;
}

.align-center {
    text-align: center;
}

.floating {
    -webkit-animation: floating 3s ease infinite;
    animation: floating 3s ease infinite;
    will-change: transform;
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.blue {
    /* background: linear-gradient( -35deg, rgb(144,42,252) 0%, rgb(52,152,246) 100%); */
    background: linear-gradient( 140deg, #00c6ff 0%, #0072ff 100%);
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.green {
    background: linear-gradient( 140deg, rgb(104, 229, 123) 0%, rgb(5, 181, 136) 100%);
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.quote .fa {
    font-size: 50px;
    color: #000;
}

.back_banner {
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: bottom;
    background-size: cover;
}

.curvy_banner {
    background-image: url(../images/resources/onboarding-cover.svg);
    background-color: white;
}

.curvy_banner-onboarding-automation-cover {
    background-image: url(../images/resources/onboarding-automation-cover.svg);
    background-color: white;
}

.curvy_banner_onboarding_workforce {
    background-image: url(../images/resources/onboarding-workforce.svg);
    background-color: white;
}

.curvy_banner_magic_forms {
    background-image: url(../images/resources/magic-forms.svg);
    background-color: white;
}

.checkmark .fa {
    margin: 4px 16px 4px 0px;
    border-radius: 50%;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    color: #ff68bd;
    box-shadow: rgb(143 174 227 / 29%) 0px 4px 8px 0px;
}

.checkmark .zhead-flex .fa {
    color: #2cbf64 !important;
}

.checkmark ul li {
    padding-bottom: 12px;
}

.mockups .screen-one {
    width: 800px;
}

.mockups .screen-two {
    width: 300px;
}

.text-swipe {
    overflow: hidden;
    position: relative;
    float: right;
    text-align: left;
    height: 80px;
    padding-top: 10px;
    margin-top: -10px;
    right: 50px;
}

.text-swipe li {
    padding: 0 10px;
    height: 45px;
    margin-bottom: 45px;
    display: block;
}

.flip2 {
    animation: flip2 4s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip3 {
    animation: flip3 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip4 {
    animation: flip4 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

@keyframes flip2 {
    0% {
        margin-top: -180px;
    }
    5% {
        margin-top: -90px;
    }
    50% {
        margin-top: -90px;
    }
    55% {
        margin-top: 0px;
    }
    99.99% {
        margin-top: 0px;
    }
    100% {
        margin-top: -270px;
    }
}

@keyframes flip3 {
    0% {
        margin-top: -270px;
    }
    5% {
        margin-top: -180px;
    }
    33% {
        margin-top: -180px;
    }
    38% {
        margin-top: -90px;
    }
    66% {
        margin-top: -90px;
    }
    71% {
        margin-top: 0px;
    }
    99.99% {
        margin-top: 0px;
    }
    100% {
        margin-top: -270px;
    }
}

@keyframes flip4 {
    0% {
        margin-top: -360px;
    }
    5% {
        margin-top: -270px;
    }
    25% {
        margin-top: -270px;
    }
    30% {
        margin-top: -180px;
    }
    50% {
        margin-top: -180px;
    }
    55% {
        margin-top: -90px;
    }
    75% {
        margin-top: -90px;
    }
    80% {
        margin-top: 0px;
    }
    99.99% {
        margin-top: 0px;
    }
    100% {
        margin-top: -270px;
    }
}


/* Navbar  */

.navbar-brand img {
    width: 200px;
}

.fixed-top {
    background: #fff;
    box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
}

.navbar-nav .nav-item a {
    color: #6D767F!important;
    font-weight: 400;
}

.navbar-nav .nav-item a.active {
    color: #FF9600 !important;
    text-decoration: underline;
    text-underline-position: under;
}

.navbar-nav .nav-item li {
    border-bottom: 1px solid #f5f5f5;
    padding: 7px 0px;
}

.navbar-nav .nav-item li:last-child {
    border-bottom: none;
}

.navbar-nav .nav-item .dropdown-item:focus,
.navbar-nav .nav-item .dropdown-item:hover {
    background-color: #fff !important;
    color: #182027 !important;
}

.nav-link {
    padding: 20px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        border-radius: 0;
        border: none;
        border: 1px solid #f5f5f5;
        background: #ffffff;
        box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media all and (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar .has-megamenu {
        position: static!important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
    }
    .navbar .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}


/* Mega  */

.header-global .nav {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
}

.header-global .nav li {
    padding-right: 10px;
    color: #CCD1E1;
    padding-left: 10px;
    cursor: pointer;
    border-right: 0.5px solid #6d767f;
}

.header-global .nav li:last-child {
    border-right: none;
}

.header-global .nav li a {
    color: #CCD1E1;
}

.header-global .social-handles .fa {
    font-size: 18px;
}

.mega-top {
    background: linear-gradient( 91.73deg, #FFF9EF -2.13%, #FFF9FB 102.32%);
}

.fixed-top {
    background: #fff;
    box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
}

.navbar-nav .nav-item a {
    /* color: #CCD1E1!important; */
    /* font-weight: 600; */
}

.navbar-nav .nav-item a.active {
    color: #e27861 !important;
}

.nav-link {
    padding: 8px 20px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.navbar .navbar-brand .brand {
    width: 200px;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .nav-link {
        color: #000;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .dropdown-large {
        /* min-width: 700px !important; */
        min-width: 370px !important;
    }
}

.pl-50 {
    padding-left: 50px;
}

.list-unstyled li {
    padding: 8px 8px;
    border-bottom: 1px solid #e3e3e3;
}

.list-unstyled li:last-child {
    border-bottom: none;
}

.mr-30 {
    margin-right: 30px;
}

.nav-item .fa {
    font-size: 20px;
    padding-left: 5px;
}

.zust-sign-pricing .nav-tabs {
    border-bottom: none !important;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.zust-sign-pricing .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #007aff;
    border-color: none !important
}

.zust-sign-pricing .nav-link {
    padding: 10px 50px;
    border-radius: 0px;
    border: 1px solid #e3e3e3;
}

.zust-sign-pricing .nav a {
    color: #182027;
}

.zust-sign-pricing .pricing-wrap {
    /* border: 1px dashed #ccd1e1; */
}

.dashed-right {
    border-right: 1px dashed #ccd1e1;
}

.zust-sign-pricing .lead {
    /* color: #525a76 !important; */
}

.zust-sign-pricing .pointers {
    padding-left: 10px;
    padding-right: 10px;
}

.zust-sign-pricing .pointers p {
    position: relative;
    line-height: 1.5;
    padding-left: 20px;
    font-size: 15px;
    margin: 0 0 15px;
}

.zust-sign-pricing .pointers p:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    height: 10px;
    width: 12px;
    text-indent: initial;
    background: url(../images/shape/tick.png) left top no-repeat;
    background-size: cover;
}

.zust-sign-pricing .pointers span {
    cursor: pointer;
    position: relative;
}

.zust-sign-pricing .price {
    font-size: 36px;
    font-weight: 800;
}

.zust-sign-pricing .currency {
    position: relative;
    top: -12px;
    font-size: 24px;
}

.zust-sign-pricing .currency-subscript {
    position: relative;
    /* top: -20px; */
    font-size: 28px;
}

.bordered {
    border: 1px dashed #ccd1e1;
}

.addons-box {
    background: #daedff;
    padding: 30px 10px 0px 10px;
}

.zust-sign-pricing .col-lg-4,
.col-lg-6 {
    /* padding: 0px  !important; */
}

.zust-sign-pricing .most-popular-plan {
    background: #fffde6;
    border: 1px dashed #ffa52b;
    box-shadow: 0px 0px 12px 0px rgb(80 80 80 / 25%);
    margin-top: -20px;
}

.doc-gen .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 50px;
    font-size: 21px;
    padding: 13px 30px !important;
    font-weight: 700;
}

.doc-gen .nav-pills .nav-link.msa.active {
    background-color: rgba(0, 123, 255, 0.1) !important;
    color: #007bff !important;
}

.doc-gen .nav-pills .nav-link.nda.active {
    color: rgb(57, 181, 74) !important;
    background-color: rgba(57, 181, 74, 0.1);
}

.doc-gen .nav-pills .nav-link.sow.active {
    background-color: rgb(255, 100, 0, 0.1) !important;
    color: rgb(255, 100, 0) !important;
}

.doc-gen .nav-pills .nav-link.rc.active {
    color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.1);
}

.doc-gen .nav-pills .nav-link.offer-letter.active {
    background-color: rgb(54, 49, 140, 0.1) !important;
    color: rgb(54, 49, 140) !important;
}

.doc-gen .nav-pills a {
    color: inherit;
    font-size: 21px;
    padding: 13px 30px !important;
}

.header-icon {
    float: left;
    margin-right: 0.8rem;
    margin-top: 8px;
}

.header-lead {
    font-size: 13px;
    color: #a0adba;
    margin-bottom: 0px;
}

.zustsign .zust {
    /* width: 400px !important;
    margin: 0 auto; */
}

.zustonboard .zust {
    /* width: 400px !important;
    margin: 0 auto; */
}


/* h4 {
    margin:0px;
} */

.zust-sign-onboard .zustsign {
    background: #f8f5ff;
}

.zust-sign-onboard img {
    /* width: 60%;
    margin: 0 auto; */
}

.zust-sign-onboard .zustonboard {
    background: #f5fff7;
}

.zcircle-tick {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #2cbf64;
    top: 3px;
    left: 0;
    margin: auto;
    border-radius: 100%;
}

ul.zhead-flex {
    display: flex;
    /* width: 90%; */
    /* max-width: 500px; */
    margin: 30px auto 45px;
    justify-content: space-between;
}

ul.zhead-flex li {
    position: relative;
    text-align: left;
    padding-left: 25px;
}

.zust-product-pricing {
    background: #a9ffdb;
    background: -moz-linear-gradient(top, #a9ffdb 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #a9ffdb 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #a9ffdb 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a9ffdb', endColorstr='#ffffff', GradientType=0);
}

.our-core-feature .feature-block-wrapper .card {
    cursor: pointer;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.our-core-feature .feature-block-wrapper .card.staffing {
    background-image: url(../images/shape/staffing-bg-hover.svg);
}

.our-core-feature .feature-block-wrapper .card.staffing:hover {
    background-image: url(../images/shape/staffing-bg.svg);
}

.our-core-feature .feature-block-wrapper .card.enterprises {
    background-image: url(../images/shape/enterprises-bg-hover.svg);
}

.our-core-feature .feature-block-wrapper .card.enterprises:hover {
    background-image: url(../images/shape/enterprises-bg.svg);
}

.our-core-feature .feature-block-wrapper .card.individuals {
    background-image: url(../images/shape/individuals-bg-hover.svg);
}

.our-core-feature .feature-block-wrapper .card.individuals:hover {
    background-image: url(../images/shape/individuals-bg.svg);
}


/* .landing-hero::before {
    display: block;
    position: absolute;
    bottom: 208px;
    left: 30%;
    z-index: -1;
    width: 300vw;
    height: 300vw;
    content: "";
    background-color: #edefff;
    border-radius: 150vw;
    transform: translateX(-51%);
    padding-top: 300px;
}

.landing-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    padding-bottom: 50px;
}

@media (min-width: 1024px) {
    .landing-hero:before {
        bottom: 96px;
    }
}

@media (min-width: 768px) {
    .landing-hero {
        overflow: hidden;
        min-height: 550px;
    }
} */

.zustsign-landing-usp {}

.zustsign-landing-usp .usp-card {
    /* border: 1px solid #000; */
    border-radius: 10px;
    text-align: center;
    padding-bottom: 5px;
    background-color: #fff;
}

.zustsign-landing-usp .usp-card h2 {
    font-family: proxima-nova, sans-serif !important;
}

.usp-card img {
    width: 100px;
    margin: 0 auto;
}

.footer-secs h1 {
    font-size: 42px;
    line-height: 70px;
    padding: 15px 0 35px;
}

.font-play {
    font-family: 'Playfair Display', serif;
}

.wordCarousel .text-primary {
    text-shadow: none !important
}

.wordCarousel .text-secondary {
    text-shadow: none !important
}

.img-card {
    padding: 10px;
    background: #fff5f6;
    border-radius: 5px;
}

.font-fm {
    font-family: proxima-nova, sans-serif !important;
}

.section-tree-with-article .section h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
    padding: 0;
    text-transform: none;
    color: #182027;
}

.section-tree-with-article ul,
ol {
    font-size: 18px;
    line-height: 28px;
}

.section-page .section,
.section-tree-with-article .section {
    list-style: none;
    padding-bottom: 2rem!important;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 2rem!important;
}

.w-70 {
    width: 70%;
    margin: 0 auto;
}