@font-face {
    font-family: BwGradual;
    src: url(../fonts/BwGradual/BwGradualRegular.otf);

}

@font-face {

    font-family: SaintMonica;
    src: url(../fonts/SaintMonica/SaintMonica.ttf);
}

@font-face {

    font-family: SaintMonica2;
    src: url(../fonts/SaintMonica/SaintMonica.ttf);
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-arrow-right:before {
    content: "f061"
}

ol {
    padding: 0
}

.fa {
    font-family: "Font Awesome 5 Free"
}

.fa {
    font-weight: 900
}

header,
nav,
section {
    display: block
}

h2,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

b {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=button],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

h2,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12,
.col-lg-4,
.col-lg-5,
.col-lg-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

.collapse:not(.show) {
    display: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}


.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.d-none {
    display: none !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width:992px) {
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.mt-4 {
    margin-top: 1.5rem
}

.py-4 {
    padding-top: 1.5rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important
}

.ml-auto {
    margin-left: auto !important
}

@media (min-width:768px) {
    .ml-md-2 {
        margin-left: .5rem !important
    }

    .ml-md-5 {
        margin-left: 4rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important
    }

    .py-md-0 {
        padding-bottom: 0 !important
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }
}

.navbar {
    padding: 8px
}

.navbar-brand img {
    width: auto;
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.navbar-toggler {
    float: right;
    border: none;
    padding: .5rem;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    z-index: 9
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
    float: left;
    position: absolute
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #09a8aa;
    transition: all .3s linear
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #09a8aa;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all .3s linear
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px
}

.nav-link {
    color: #fff !important;
    font-weight: 600;
    transition: all .2s linear;
    line-height: 15px
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block
}

.nav-item:after {
    position: absolute;
    /* bottom: -5px; */
    /* left: 0; */
    /* width: 100%; */
    height: 2px;
    /* content: ""; */
    background-color: #8167a9;
    opacity: 0;
    /* transition: all .2s linear */
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 0
}

.nav-item {
    position: relative;
    transition: all .2s linear
}

.navbar-nav {
    align-items: center
}

@media (max-width:767px) {
    #navbarSupportedContent {
        position: absolute;
        right: -15px;
        top: -32px;
        background: rgba(0, 0, 0, .89);
        padding: 45px 20px 20px;
        width: 60%;
        z-index: 6;
        height: 100vh
    }

    .nav-item:after {
        display: none
    }

    .nav-link {
        color: #0f6 !important;
        font-weight: 600;
        text-transform: uppercase;
        font-size: .9rem;
        text-align: center;
        line-height: 1.2;
        padding: 15px 0 !important
    }
}

body li {
    list-style: none;
    display: inline-block
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

ul {
    padding: 0;
    margin: 0
}

button,
button:active,
button:focus,
button:hover,
input {
    outline: 0;
    box-shadow: none
}

.container {
    max-width: 1024px
}

.fleft100 {
    float: left;
    width: 100%
}

.ph-white::-webkit-input-placeholder {
    color: #fff
}

.ph-white:-moz-placeholder {
    color: #fff
}

.ph-white::-moz-placeholder {
    color: #fff
}

.ph-white:-ms-input-placeholder {
    color: #fff
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.bt-green3 {
    background-color: #0f6;
    display: flex;
    width: 100%;
    text-align: center;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    border-bottom: 3px solid #2cd26e;
    padding: 9px
}

.ip-green {
    background: url(../images/gtopleft.png) no-repeat left top, url(../images/gbottomright.png) no-repeat right bottom, url(../images/gbottomleft.png) no-repeat left bottom, url(../images/gtopright.png) no-repeat right top
}

#topo {
    /* min-height: 540px; */
    padding: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/valoz/bg-form-home1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-image: url(../images/valoz/bg-form-home1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-home {
    float: left;
    width: 100%
}

.t-topo {
    font-size: 37px;
    font-weight: 300;
    color: #fff
}

.bx-sim-home input {
    border: none;
    padding: 1px;
    text-align: center;
    font-size: 1.5rem;
    float: left;
    width: 100%
}

.t-h5 {
    color: #fff;
    font-weight: 600
}

.banner-desktop {
    display: block
}

.banner-mobile {
    display: none
}

@media (max-width:992px) {
    .bx-sim-home button {
        padding: 15px 30px;
        font-size: 20px;
        margin-top: 1rem
    }
}

.block {
    display: none
}

@media (max-width:576px) {
    .banner-desktop {
        display: none
    }

    .mb-5 {
        margin-bottom: 0 !important
    }

    .block {
        display: block
    }

    .margin {
        margin: 1px !important
    }

    .padd {
        padding: 15px !important
    }

    .banner-mobile {
        display: block
    }

    .none {
        display: none !important
    }

    .desk {
        background: 0 0 !important;
        border-radius: 0 !important;
        padding: 0 !important
    }

    .ipmiwt {
        width: 100%
    }

    .img-fluid {
        border-radius: 5px !important;
        margin-top: 25px;
        float: right;
        min-width: 100%
    }

    .t {
        font-size: .7rem !important
    }

    .t-topo2 {
        padding-top: 5px !important
    }

    .bg {
        color: #00fa9a !important;
        text-shadow: 2px 4px 3px rgb(156 146 146 / 30%)
    }

    .pedido {
        min-width: 136px !important;
        right: 0 !important
    }

    .to-do .list .item {
        margin-bottom: 2rem !important
    }

    .fleft100 {
        right: 0 !important;
        padding-right: 5px;
        padding-left: 5px;
        top: -44px
    }

    .compr {
        width: 100% !important
    }

    .padd {
        padding-left: 16px
    }

    .navbar {
        /* padding-left: 20px !important; */
        /* padding-right: 20px !important */
    }

    .banner-desktop h2 {
        padding: 0;
        font-size: 35px !important
    }

    .bx-sim-home button {
        margin-top: 2px !important
    }

    .top {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .font {
        font-size: .7rem !important;
        float: left !important;
        display: grid
    }

    .center {
        text-align: center
    }
}

.col-md-offset-3 {
    margin-top: 0 !important
}

.t-topo2 {
    padding-top: 95px
}

section {
    display: block
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

b {
    font-weight: bolder
}

img {
    vertical-align: middle;
    border-style: none
}

h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

.desk {
    background: #ffffffd4;
    border-radius: 4px;
    padding: 1px
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-4,
.col-lg-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    img {
        page-break-inside: avoid
    }

    h2 {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

.container {
    max-width: 1024px
}

.fleft100 {
    float: left;
    width: 100%
}

.banner-desktop {
    display: block
}

.banner-mobile {
    display: none
}

@media (max-width:576px) {
    .banner-desktop {
        padding: 15px
    }

    .banner-mobile {
        display: block
    }
}

section {
    display: block
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    p {
        orphans: 3;
        widows: 3
    }

    .container {
        min-width: 992px !important
    }
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

.container {
    max-width: 1082px
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

a,
a:hover {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

p {
    margin: 0
}

*,
::after,
::before {
    box-sizing: border-box
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    box-sizing: border-box
}

a,
a:hover {
    color: inherit;
    text-decoration: none
}

@media all {
    @media print {

        *,
        :after,
        :before {
            background: 0 0 !important;
            color: #000 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            text-shadow: none !important
        }
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    :after,
    :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media all {
    ::-webkit-input-placeholder {
        color: #222
    }

    :-moz-placeholder {
        color: #222;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #222;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #222
    }
}

@media all {
    ::-webkit-input-placeholder {
        color: #222
    }

    :-moz-placeholder {
        color: #222;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #222;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #222
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #ff8700;
    background-color: transparent
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #b35f00
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row {
    margin-right: -6px;
    margin-left: -6px
}

@media (min-width:768px) {
    .row {
        margin-right: -12px;
        margin-left: -12px
    }
}

a:hover {
    text-decoration: none
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    text-decoration: none;
    color: #dbe736 !important;
    border-bottom: 2px solid #e1ff0100;
}

img {
    vertical-align: middle;
    border-style: none
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    p {
        orphans: 3;
        widows: 3
    }

    .container {
        min-width: 992px !important
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    h2 {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

.container {
    max-width: 1082px
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    h2 {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (min-width:1200px) {
    .container {
        max-width: 1190px
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    h2 {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

h2 {
    font-family: Titillium Web, sans-serif;
    font-weight: 700
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (min-width:1200px) {
    .container {
        max-width: 1190px
    }
}

h2 {
    font-size: 36px;
    font-size: 2.25rem
}

h2 {
    text-transform: uppercase
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    h2 {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

h2 {
    font-family: Titillium Web, sans-serif;
    font-weight: 700
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (min-width:1200px) {
    .container {
        max-width: 1000px !important
    }
}

h2 {
    font-size: 36px;
    font-size: 2.25rem
}

h2 {
    text-transform: uppercase
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    .container {
        min-width: 992px !important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (min-width:1200px) {
    .container {
        max-width: 1190px
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    h2 {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

h2 {
    font-family: Titillium Web, sans-serif;
    font-weight: 700
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (min-width:1200px) {
    .container {
        max-width: 1190px
    }
}

h2 {
    font-size: 36px;
    font-size: 2.25rem
}

h2 {
    text-transform: uppercase
}

*,
::after,
::before {
    box-sizing: border-box
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

@media all {
    @media print {

        *,
        :after,
        :before {
            background: 0 0 !important;
            color: #000 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            text-shadow: none !important
        }
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    :after,
    :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media all {
    ::-webkit-input-placeholder {
        color: #222
    }

    :-moz-placeholder {
        color: #222;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #222;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #222
    }
}

@media all {
    ::-webkit-input-placeholder {
        color: #222
    }

    :-moz-placeholder {
        color: #222;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #222;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #222
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row {
    margin-right: -6px;
    margin-left: -6px
}

@media (min-width:768px) {
    .row {
        margin-right: -12px;
        margin-left: -12px
    }
}

.col-12 {
    padding-right: 6px;
    padding-left: 6px
}

@media (min-width:768px) {
    .col-12 {
        padding-right: 12px;
        padding-left: 12px
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

h2 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h2 {
    font-size: 2rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    h2 {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

button,
button:active,
button:focus,
button:hover,
input {
    outline: 0;
    box-shadow: none
}

.container {
    max-width: 1082px
}

.ph-white::-webkit-input-placeholder {
    color: #fff
}

.ph-white:-moz-placeholder {
    color: #fff
}

.ph-white::-moz-placeholder {
    color: #fff
}

.ph-white:-ms-input-placeholder {
    color: #fff
}

.bt-green3 {
    background-color: #0f6;
    display: flex;
    width: 100%;
    text-align: center;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    border-bottom: 3px solid #2cd26e;
    padding: 9px
}

.bx-sim-home input {
    border: none;
    padding: 1px;
    text-align: center;
    font-size: 1.5rem;
    float: left;
    width: 100%
}

.t-h5 {
    color: #fff;
    font-weight: 600
}

.banner-mobile {
    display: none
}

@media (max-width:992px) {
    .bx-sim-home button {
        padding: 15px 30px;
        font-size: 20px;
        margin-top: 1rem
    }
}

@media (max-width:576px) {
    .banner-mobile {
        display: block
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

img {
    vertical-align: middle;
    border-style: none
}

h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    img {
        page-break-inside: avoid
    }

    h2 {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (min-width:1200px) {
    .container {
        max-width: 1190px
    }
}

img {
    max-width: 100%
}

section {
    display: block
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    img {
        page-break-inside: avoid
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

h2 {
    font-family: Titillium Web, sans-serif;
    font-weight: 700
}

@media (min-width:1200px) {
    .container {
        max-width: 1190px;
        height: 196px !important
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    p {
        orphans: 3;
        widows: 3
    }
}

.fleft100 {
    float: left;
    width: 100%;
    background: #5400a2
}

@media all {
    ::-webkit-input-placeholder {
        color: #222
    }

    :-moz-placeholder {
        color: #222;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #222;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #222
    }
}

@media all {
    ::-webkit-input-placeholder {
        color: #222
    }

    :-moz-placeholder {
        color: #222;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #222;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #222
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    p {
        orphans: 3;
        widows: 3
    }
}

/*! CSS Used from: http://127.0.0.1/MeuLimite0.0/css/style.css */
*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h2,
h5 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

h2,
h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

h5 {
    font-size: 1.25rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.mt-4 {
    margin-top: 1.5rem
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    img {
        page-break-inside: avoid
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

button,
button:active,
button:focus,
button:hover,
input {
    outline: 0;
    box-shadow: none
}

.container {
    max-width: 100%;
}

.ph-white::-webkit-input-placeholder {
    color: #fff
}

.ph-white:-moz-placeholder {
    color: #fff
}

.ph-white::-moz-placeholder {
    color: #fff
}

.ph-white:-ms-input-placeholder {
    color: #fff
}

.bt-green3 {
    background-color: #0f6;
    display: flex;
    width: 50%;
    text-align: center;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border: none;
    border-radius: 8px;
    cursor: pointer !important;
    font-weight: 600;
    border-bottom: 3px solid #2cd26e;
    padding: 9px;
    color: #103f49
}

.ip-green {
    background: url(http://127.1/MeuLimite/images/gtopleft.png) no-repeat left top, url(http://127.1/MeuLimite/images/gbottomright.png) no-repeat right bottom, url(http://127.1/MeuLimite/images/gbottomleft.png) no-repeat left bottom, url(http://127.1/MeuLimite/images/gtopright.png) no-repeat right top
}

.bx-sim-home input {
    border: none;
    padding: 1px;
    text-align: center;
    font-size: 1.5rem;
    float: left;
    width: 100%
}

.t-h5 {
    color: #fff;
    font-weight: 600
}

.banner-mobile {
    display: none
}

@media (max-width:992px) {
    .bx-sim-home button {
        padding: 15px 30px;
        font-size: 20px;
        margin-top: 1rem
    }
}

@media (max-width:576px) {
    .banner-mobile {
        display: block
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h2,
h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

img {
    vertical-align: middle;
    border-style: none
}

h2,
h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

.container {
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12,
.col-md-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

.to-do .heading p,
.to-do .list .item h3 {
    font-family: Titillium Web, sans-serif;
    font-weight: 400
}

h2 {
    font-family: Titillium Web, sans-serif;
    font-weight: 700
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (min-width:1200px) {
    .container {
        max-width: 1190px
    }
}

img {
    max-width: 100%
}

p {
    margin: 0
}

h2 {
    font-size: 36px;
    font-size: 2.25rem
}

h2 {
    text-transform: uppercase
}

.to-do {
    background-color: #22313d;
    padding: 7rem 0
}

.to-do .heading {
    text-align: center
}

.to-do .heading h2 {
    color: #fff
}

.to-do .heading p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 34px;
    color: #fff
}

.to-do .list {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.to-do .list .item {
    text-align: center
}

.to-do .list .item h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    color: #fff;
    margin: .8rem 0
}

.to-do {
    padding: 4rem 0;
    padding-top: 25px;
    padding-bottom: 25px;
    height: 100%
}

.to-do .heading h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 40px
}

.to-do .heading p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px
}

.to-do .list {
    margin-top: 0;
    margin-bottom: 5px
}

.to-do .list .item {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    max-height: 101px
}

.to-do .list .item img,
.to-do .list .item picture {
    margin: 0 auto;
    display: block;
    height: 96px
}

.to-do .list .item h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    margin: 0;
    max-width: 135px;
    text-align: left;
    align-self: center
}

@media (min-width:768px) and (max-width:991.98px) {
    .to-do {
        padding: 4rem 0
    }

    .to-do .heading h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 40px
    }

    .to-do .heading p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 26px
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

@media all {
    @media print {

        *,
        :after,
        :before {
            background: 0 0 !important;
            color: #000 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            text-shadow: none !important
        }
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    :after,
    :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media all {
    ::-webkit-input-placeholder {
        color: #222
    }

    :-moz-placeholder {
        color: #222;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #222;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #222
    }
}

@media all {
    ::-webkit-input-placeholder {
        color: #222
    }

    :-moz-placeholder {
        color: #222;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #222;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #222
    }
}

/*! CSS Used from: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css */
*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h2,
h3,
h5 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

h2,
h3,
h5 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h5 {
    font-size: 1.25rem
}

.container {
    width: 100%;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12,
.col-lg-3,
.col-lg-6,
.col-md-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.mt-4 {
    margin-top: 1.5rem
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: border-box
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    p {
        orphans: 3;
        widows: 3
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: border-box
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: border-box
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: border-box
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: border-box
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: border-box
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

@media all {
    @media print {

        *,
        :after,
        :before {
            background: 0 0 !important;
            color: #000 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            text-shadow: none !important
        }
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    :after,
    :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media all {
    ::-webkit-input-placeholder {
        color: #222
    }

    :-moz-placeholder {
        color: #222;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #222;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #222
    }
}

@media all {
    ::-webkit-input-placeholder {
        color: #222
    }

    :-moz-placeholder {
        color: #222;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #222;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #222
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: border-box
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    p {
        orphans: 3;
        widows: 3
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

p {
    margin: 0
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    p {
        orphans: 3;
        widows: 3
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

p {
    margin: 0
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    p {
        orphans: 3;
        widows: 3
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

p {
    margin: 0
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    p {
        orphans: 3;
        widows: 3
    }
}

footer {
    display: block
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    p {
        orphans: 3;
        widows: 3
    }
}

.fleft100 {
    float: left;
    width: 100%;
    background: #fff
}

footer {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 1rem 0;
    background: #0ca59d;
    margin-top: -2px
}

footer .copy {
    text-align: center;
    float: left;
    width: 100%;
    color: #fff;
    background: 0 0
}

@media all {
    ::-webkit-input-placeholder {
        color: #222
    }

    :-moz-placeholder {
        color: #222;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #222;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #222
    }
}

@media all {
    ::-webkit-input-placeholder {
        color: #222
    }

    :-moz-placeholder {
        color: #222;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #222;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #222
    }
}

footer {
    display: inline-block
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    p {
        orphans: 3;
        widows: 3
    }
}

.menuhover {
    color: #fff !important;
    text-transform: uppercase !important;
    font-family: Oswald, sans-serif !important;
    font-weight: 500 !important
}

.menuhover:hover {
    /* color: #E1FF01 !important; */
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h2,
h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

h2,
h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-4,
.col-lg-6,
.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

@media (min-width:768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.mb-0 {
    margin-bottom: 0 !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.py-1 {
    padding-top: .25rem !important
}

.py-1 {
    padding-bottom: .25rem !important;
    font-family: BwGradual!important;
    color: #ffffff !important;
    font-weight: 600;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

[class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a,
div,
h2,
h3,
img,
li,
p,
section,
span,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

section {
    display: block
}

ul {
    list-style: none
}

.btn,
a,
h2,
h3,
p {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

p:not(:last-child) {
    margin-bottom: 1.25em
}

h2,
h3 {
    margin: 0 0 1rem;
    font-weight: 500;
    line-height: 1.21;
    font-family: Rubik, sans-serif;
    color: #20282f
}

h2 {
    font-size: 2.441em
}

h3 {
    font-size: 1.953em
}

strong {
    font-weight: 600 !important;
    font-family: Montserrat, sans-serif
}

.ptb-100 {
    /* padding: 100px 0 */
}

.gray-light-bg {
    background: #f6f6f6
}

.color-secondary {
    color: #e80566
}

a {
    color: #65258a
}

a:hover {
    color: #e80566;
    text-decoration: none
}

.secondary-outline-btn,
.secondary-solid-btn {
    padding: 12px 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 13px;
    transition: all .25s ease-in-out
}

.secondary-solid-btn {
    color: #fff;
    background: #e80566;
    border: 1px solid #e80566
}

.secondary-solid-btn:hover {
    background: 0 0;
    color: #e80566;
    -webkit-box-shadow: none;
    box-shadow: none
}

.secondary-outline-btn {
    color: #e80566;
    display: inline-block;
    border: 1px solid #e80566
}

.secondary-outline-btn:hover {
    background: #e80566;
    color: #fff
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #e80566;
    overflow: hidden
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite
}

@media (min-width:320px) and (max-width:992px) {
    .ptb-100 {
        padding: 55px 0
    }
}

.about-us-img .about-single-img {
    position: relative;
    z-index: 2
}

.about-us-img .about-us-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85%;
    z-index: 1
}

@media (min-width:320px) and (max-width:575px) {
    .action-btns .btn {
        margin: 6px 0
    }
}

@media (min-width:320px) and (max-width:575px) {
    h2 {
        font-size: 1.7441em
    }

    .action-btns a.btn {
        margin-bottom: 15px
    }

    div[class*=col-]:not(:last-of-type) {
        margin-bottom: 20px !important
    }

    .row>div[class*=col-]:last-of-type {
        margin-bottom: 0
    }
}

@media (min-width:576px) and (max-width:767px) {
    .action-btns a.btn {
        margin-bottom: 15px
    }

    div[class*=col-]:not(:last-of-type) {
        margin-bottom: 20px !important
    }

    .row>div[class*=col-]:last-of-type {
        margin-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .action-btns a.btn {
        margin-bottom: 15px
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h2,
h5 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

[type=button],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

h2,
h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

h5 {
    font-size: 1.25rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    /* margin-right: auto */
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-5,
.col-lg-6,
.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.text-white {
    color: #20282f !important
}

.text-white2 {
    color: #22313d !important;
    font-family: Rubik, sans-serif;
    font-weight: 200
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    img {
        page-break-inside: avoid
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-quote-right:before {
    content: "f10e"
}

.fas {
    font-family: "Font Awesome 5 Free"
}

.fas {
    font-weight: 900
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

div,
h2,
h5,
img,
p,
section,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

section {
    display: block
}

h2,
h5,
p {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

h2,
h5 {
    margin: 0 0 1rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial
}

h2 {
    font-size: 2.441em
}

h5 {
    font-size: 1.25em
}

.ptb-100 {
    padding-bottom: 42px;
    padding-top: 42px;
}

.icon-md {
    font-size: 40px;
    line-height: 40px
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #00c496;
    overflow: hidden
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite
}

@media (min-width:320px) and (max-width:992px) {
    .ptb-100 {
        padding: 55px 0
    }
}

.custom-dot.owl-theme .owl-dots {
    position: absolute;
    left: 42%
}

.custom-dot.owl-theme .owl-dots button {
    border-radius: 100%;
    border: 1px dashed #65258a;
    margin: 0 4px
}

.custom-dot.owl-theme .owl-dots button:focus {
    outline: 0
}

.custom-dot.owl-theme .owl-dots button.owl-dot span,
.custom-dot.owl-theme .owl-dots button.owl-dot.active {
    background: #fff
}

.custom-dot.owl-theme .owl-dots button.owl-dot span:hover {
    background: #e80566
}

.custom-dot.owl-theme .owl-dots button.owl-dot.active span {
    background: #233646;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12)
}

.custom-dot.owl-theme .owl-dots .owl-dot span {
    margin: 2px
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    background: #fbfbfb;
    counter-increment: owlItem;
    border-radius: 10px
}

.client-say {
    position: relative;
    display: inline-block
}

.client-say p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    /* float: left; */
}

.author-info .media-body {
    position: relative;
    left: 120px
}

.author-img {
    border: 4px solid #22313d;
    width: 91px;
    position: absolute;
    top: 0
}

.testimonial-content-wrap {
    position: relative
}

.testimonial-content-wrap .testimonial-tb-shape {
    position: absolute
}

.testimonial-content-wrap .testimonial-tb-shape.shape-top {
    top: -60px;
    right: 20%
}

.testimonial-content-wrap .testimonial-tb-shape.shape-bottom {
    bottom: -88px;
    right: 50%
}

@media (min-width:320px) and (max-width:1199px) {

    .testimonial-content-wrap .testimonial-tb-shape.shape-bottom,
    .testimonial-content-wrap .testimonial-tb-shape.shape-top {
        display: none
    }
}

.testimonial-quote-wrap {
    padding: 30px 30px;
    z-index: 1
}

@media (min-width:320px) and (max-width:991px) {

    .author-info span,
    .testimonial-shape:before {
        display: none
    }
}

[type=button],
button {
    -webkit-appearance: button
}

@media (min-width:320px) and (max-width:575px) {
    h2 {
        font-size: 1.7441em
    }

    div[class*=col-]:not(:last-of-type) {
        margin-bottom: 20px !important
    }

    .row>div[class*=col-]:last-of-type {
        margin-bottom: 0
    }
}

@media (min-width:576px) and (max-width:767px) {
    div[class*=col-]:not(:last-of-type) {
        margin-bottom: 20px !important
    }

    .row>div[class*=col-]:last-of-type {
        margin-bottom: 0
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

strong {
    font-weight: bolder
}

img {
    vertical-align: middle;
    border-style: none
}

h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        height: 100%;
        height: 100%
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    img {
        page-break-inside: avoid
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

div,
h2,
img,
li,
p,
section,
span,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 53%;
    font: inherit;
    vertical-align: baseline
}

section {
    display: block
}

ul {
    list-style: none
}

h2,
p {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

p:not(:last-child) {
    margin-bottom: 0px;
    font-size: 1rem;
}

h2 {
    margin: 0 0 1rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial
}

h2 {
    font-size: 2.441em
}

strong {
    font-weight: 600 !important;
    font-family: Montserrat, sans-serif;
    color: #20282f
}

.pb-100 {
    padding-bottom: 100px
}

.color-secondary {
    color: #4fb0a6;
    font-size: 24px;
    font-weight: 800
}

.additional-color {
    color: #E1FF01;
    font-size: 24px;
    font-weight: 800
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #00b1a6;
    overflow: hidden
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite
}

@media (min-width:320px) and (max-width:992px) {
    .pb-100 {
        padding-bottom: 55px
    }
}

.about-us-img .about-single-img {
    position: relative;
    z-index: 2
}

.check-list-info {
    margin-top: -.5em;
    margin-bottom: -.5em
}

.check-list-info li {
    position: relative;
    padding: .5rem 0 .5rem 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
    font-family: Rubik, sans-serif;
    padding-left: 0;
    font-weight: 300
}

.check-list-info li:before {
    position: absolute;
    top: 10px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #00d689
}

/*! CSS Used from: https://digimark.themetags.com/css/responsive.css */
@media (min-width:320px) and (max-width:575px) {
    h2 {
        font-size: 1.7441em
    }

    div[class*=col-]:not(:last-of-type) {
        margin-bottom: 20px !important
    }

    .row>div[class*=col-]:last-of-type {
        margin-bottom: 0
    }
}

@media (min-width:576px) and (max-width:767px) {
    div[class*=col-]:not(:last-of-type) {
        margin-bottom: 20px !important
    }

    .row>div[class*=col-]:last-of-type {
        margin-bottom: 0
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 0px;
    float: right
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }
}

.pulse {
    animation-name: pulse
}

.pulse {
    animation: pulse 1.2s infinite
}

a:focus {
    text-decoration: none !important
}

a:focus,
a:hover {
    color: #ff7810;
    text-decoration: none !important;
}

a {
    outline: medium none !important;
    color: #ff7810
}

::-moz-selection {
    background: #ff7810;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #ff7810;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #ff7810;
    color: #fff;
    text-shadow: none
}

.btn,
a,
img,
span {
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

.video-btn-pos {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%)
}

.btn {
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1)
}

.btn {
    padding: 12px 25px;
    font-weight: 500;
    background: 0 0;
    color: #111121;
    border-radius: 5px;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 9
}

.btn:focus {
    box-shadow: none
}

.btn:hover {
    background: #ff7810;
    color: #fff;
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: rgba(255, 255, 255, .2)
}

.btn.btn-white {
    background: #fff;
    color: #111121
}

.btn.btn-white:hover {
    background: #fff;
    color: #ff5e2c
}

.radius-4 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.video-btn {
    position: relative;
    display: inline-block
}

.video-btn-pos {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    z-index: 99
}

.play-btn span {
    position: relative;
    text-transform: uppercase;
    color: #111121;
    font-weight: 500;
    padding-right: 70px;
    margin-right: 20px
}

.play-btn span:before {
    background: #ff7810;
    width: 50px;
    height: 2px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px
}

.round-animation {
    background-image: linear-gradient(120deg, #ff156a 0, #631470 100%);
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    width: 100%;
    height: 100%;
    animation: morph 10s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius
}

.round-animation:after,
.round-animation:before {
    content: '';
    width: 81%;
    height: 80%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 41% 58% 70% 30%/45% 45% 55% -4%;
    will-change: border-radius, transform, opacity;
    animation-delay: .2s;
    background-image: linear-gradient(120deg, rgba(255, 94, 44, .55) 0, rgba(255, 120, 16, .89) 100%)
}

.round-animation:before {
    animation: morph 3s linear infinite;
    opacity: .21;
    animation-duration: 1.5s
}

.round-animation img {
    position: relative;
    z-index: 99
}

@media (max-width:576px) {
    .play-btn span {
        display: none
    }

    .btn {
        padding: 10px 20px
    }
}

::-moz-selection {
    background: #ff156a;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #ff156a;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #ff156a;
    color: #fff;
    text-shadow: none
}

.btn:hover,
.play-btn span::before {
    background-color: #ff156a
}

.btn.btn-white:hover,
.btn:focus,
a,
a:focus,
a:hover {
    color: #ff156a
}

.round-animation {
    background-image: linear-gradient(120deg, #00dd80 0, #00b8a1 100%)
}

.round-animation:after,
.round-animation:before {
    background-image: linear-gradient(120deg, rgb(0 219 129) 0, rgb(16 63 73) 100%)
}

/*! CSS Used keyframes */
@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, .4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes morph {

    0%,
    100% {
        border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(.01deg)
    }

    34% {
        border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(.01deg)
    }

    50% {
        opacity: .89;
        transform: translate3d(0, 0, 0) rotateZ(.01deg)
    }

    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(.01deg)
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #1c1c1c;
    overflow: hidden
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite
}

/*! CSS Used keyframes */
@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px)
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px)
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h2,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

h2,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.15rem;
    font-weight: 300;
    font-family: Rubik, sans-serif;
    color: #9FA4AA
}

.container {
    /* width: 100%; */
    /* max-width: 100%!important; */
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1250px !important;
        height: 100% !important
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-6,
.col-lg-8,
.col-md-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

.collapse:not(.show) {
    display: none
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #dbe736;
    background-clip: border-box;
    border-radius: 1.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-5 {
    margin-bottom: 3rem
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

[class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-lock:before {
    content: "e62b"
}

.ti-widget:before {
    content: "e6cb"
}

.ti-wallet:before {
    content: "e6cd"
}

.ti-receipt:before {
    content: "e6dc"
}

.ti-gallery:before {
    content: "e71e"
}

div,
h2,
h6,
p,
section,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

section {
    display: block
}

h2,
h6,
p {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

h2 {
    margin: 0 0 1rem;
    line-height: 1.21;
    color: #20282f;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 1.953em
}

h2 {
    font-size: 1.953em
}

.ptb-100 {
    background: #E0DBC7;
}

@media (min-width:320px) and (max-width:992px) {
    .ptb-100 {
        padding: 40px 0;
        width: 100%
    }
}

.accordion-faq.accordion>.card {
    overflow: hidden;
    border: 1px solid #1c1c1c;
}

.accordion-faq.accordion .card-header {
    position: relative;
    cursor: pointer;
    background: #1c1c1c;
}

.accordion-faq.accordion .card-header:first-child {
    border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0
}

.accordion-faq.accordion .card-header {
    border-bottom: 0 solid #1c1c1c;
}

.accordion-faq.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion-faq.accordion>.card .card-header {
    margin-bottom: -1px;
    font-family: BwGradual!important;
    font-weight: 600;
    font-size: 37px;
}

.accordion-faq.accordion>.card .card-header h6 {
   color: #e1ff01;
   font-size: 16px;
   font-family: BwGradual!important;
   font-weight: 400;
   float: left;
   text-align: left;
}

.accordion-faq.accordion .card-header[aria-expanded=false]:after {
    content: "+";
    color: #ffffff;
    font-size: 27px;
}

.accordion-faq.accordion .card-header:after {
    content: "+";
    position: absolute;
    right: 1.0rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 700
}

@media (min-width:320px) and (max-width:575px) {
    h2 {
        font-size: 1.7441em
    }

    div[class*=col-]:not(:last-of-type) {
        margin-bottom: 1px !important
    }

    .row>div[class*=col-]:last-of-type {
        margin-bottom: 0
    }
}

@media (min-width:576px) and (max-width:767px) {
    div[class*=col-]:not(:last-of-type) {
        margin-bottom: 20px !important
    }

    .row>div[class*=col-]:last-of-type {
        margin-bottom: 0
    }
}

@media all {
    svg:not(:root) {
        overflow: hidden
    }

    @media print {

        *,
        :after,
        :before {
            background: 0 0 !important;
            color: #000 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            text-shadow: none !important
        }
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    :after,
    :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media all {
    svg:not(:root) {
        overflow: hidden
    }

    ::-webkit-input-placeholder {
        color: #222
    }

    :-moz-placeholder {
        color: #222;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #222;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #222
    }
}

@media all {
    svg:not(:root) {
        overflow: hidden
    }

    ::-webkit-input-placeholder {
        color: #222
    }

    :-moz-placeholder {
        color: #222;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #222;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #222
    }
}

@media all {
    .joinchat {
        --bottom: 20px;
        --sep: 20px;
        --header: 70px;
        --btn: 60px;
        --red: 37;
        --green: 211;
        --blue: 102;
        --rgb: var(--red), var(--green), var(--blue);
        --color: rgb(var(--rgb));
        --dark: rgb(calc(var(--red) - 75), calc(var(--green) - 75), calc(var(--blue) - 75));
        --hover: rgb(calc(var(--red) + 50), calc(var(--green) + 50), calc(var(--blue) + 50));
        --bg: rgba(var(--rgb), 0.04);
        --tolerance: 210;
        --bw: calc((var(--red) * 0.2126 + var(--green) * 0.7152 + var(--blue) * 0.0722 - var(--tolerance)) * -100000);
        --text: rgba(var(--bw), var(--bw), var(--bw), min(1, max(0.7, var(--bw))));
        --msg: var(--color);
        position: fixed;
        z-index: 1000;
        right: var(--sep);
        bottom: var(--bottom);
        color: var(--text);
        font: normal normal normal 16px/1.625em -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
        letter-spacing: 0;
        transform: scale3d(0, 0, 0);
        transition: transform .3s ease-in-out;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-font-smoothing: antialiased
    }

    .joinchat *,
    .joinchat :after,
    .joinchat :before {
        box-sizing: border-box
    }

    .joinchat--show {
        transform: scaleX(1);
        transition: transform .5s cubic-bezier(.18, .89, .32, 1.28)
    }

    @media (max-width:480px),
    (orientation:landscape) and (max-width:767px) {
        .joinchat {
            --bottom: 6px;
            --sep: 6px;
            --header: 55px
        }
    }

    .joinchat__button {
        display: flex;
        flex-direction: row;
        position: absolute;
        z-index: 2;
        bottom: 8px;
        right: 8px;
        height: var(--btn);
        min-width: var(--btn);
        max-width: 95vw;
        background: #25d366;
        color: inherit;
        border-radius: calc(var(--btn)/ 2);
        box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
        cursor: pointer;
        transition: background .2s linear;
        -webkit-tap-highlight-color: transparent;
        will-change: background-color, width
    }

    .joinchat__button:hover {
        background: #128c7e;
        transition: background 1.5s linear
    }

    .joinchat__button:active {
        background: #128c7e;
        transition: none
    }

    .joinchat__button__open {
        width: var(--btn);
        height: var(--btn);
        background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z'/%3E%3C/svg%3E") 50% no-repeat;
        background-size: 60%
    }

    .joinchat__button__sendtext {
        padding: 0;
        max-width: 0;
        font-weight: 600;
        line-height: var(--btn);
        white-space: nowrap;
        opacity: 0;
        overflow: hidden;
        transition: none
    }
}

.joinchat {
    --red: 37;
    --green: 211;
    --blue: 102
}

::selection {
    background: #308cfc;
    color: #fff
}

.simulado {
    display: table;
    padding: 13px;
    background-image: linear-gradient(to bottom, #00e476, #00de7f, #00d787, #00d18d, #00ca92, #00c696, #00c199, #00bd9c, #00baa0, #00b7a3, #00b3a5, #00b0a7);
    width: 100%;
    padding-bottom: 55px;
    padding-top: 55px;
    min-height: 563px;
    max-height: 100%;
    z-index: 99;
    box-shadow: 4px 8px 8px rgba(69, 51, 107, .16)
}

@media (min-width:768px) {
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

@media (min-width:992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.m-0 {
    margin: 0 !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important
}

.px-1 {
    padding-left: .25rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.my-auto {
    margin-top: auto !important
}

.my-auto {
    margin-bottom: auto !important;
    padding-left: 0
}

@media (min-width:768px) {
    .px-md-5 {
        padding-right: 3rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important
    }
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

/*! CSS Used from: https://livre.digital/livre/assets_V2/css/estiloV3B.css?index.1.3.5 */
a,
a:hover {
    color: #https://diaonline.ig.com.br/https://www.portalgo020.com.br/https://portalcontexto.com/Valor desenvolvimento: 3x R$ 600,00Mensalida/suporte: R$ 79,00Domínio: R$ 79,0000;
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

button,
button:active,
button:focus,
button:hover,
input,
select,
select:active,
select:focus,
select:hover {
    outline: 0!important;
    box-shadow: none
}

.fleft100 {
    float: right;
    max-height: 100%;
    width: 100%;
    background: #1c1c1c;
    right: -74px;
    font-family: BwGradual!important;
    position: inherit;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.ph-sms::-webkit-input-placeholder {
    font-size: 1.7rem;
    color: #f4f4f4 !important
}

.ph-sms:-moz-placeholder {
    font-size: 1.7rem;
    color: #f4f4f4 !important
}

.ph-sms::-moz-placeholder {
    font-size: 1.7rem;
    color: #f4f4f4 !important
}

.ph-sms:-ms-input-placeholder {
    font-size: 1.7rem;
    color: #f4f4f4 !important
}

.bt-green {
    background-color: #E1FF01;
    display: flex;
    height: 100%;
    width: 100%;
    text-align: center;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    border-bottom: 3px solid #dbe736;
    padding: 8px;
    color: #1c1c1c !important;
}

.bt-green img {
    margin-left: auto !important
}

.bt-green-img {
    padding: 8px 30px
}

.ip-green {
    background: url(https://livre.digital/livre/assets_V2/img/icones/gtopleft.png) no-repeat left top, url(https://livre.digital/livre/assets_V2/img/icones/gbottomright.png) no-repeat right bottom, url(https://livre.digital/livre/assets_V2/img/icones/gbottomleft.png) no-repeat left bottom, url(https://livre.digital/livre/assets_V2/img/icones/gtopright.png) no-repeat right top
}

.t-h2 {
    font-size: 31px;
    font-weight: 300;
    color: #738a90;
    font-family: Rubik, sans-serif !important
}

.pedido .bt-green {
    height: auto;
    padding: 14px 0;
    margin-top: 34px;
    float: right;
    color: #fff
}

.pedido {
    padding: 33px;
    background-color: #1c1c1c;
    border-radius: 5px;
    text-align: center;
    /* box-shadow: 4px 8px 8px rgba(69, 51, 107, .16); */
    font-family: Roboto, sans-serif;
    color: #738a90;
    min-height: 514px;
    padding-bottom: 15px;
    padding-top: 37px;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: -13px;
}

.val-green {
    font-size: 2rem;
    padding: 5px 10px;
    font-weight: 600;
    border: none;
    width: 100%;
    max-width: 250px;
    text-align: center;
    font-family: Rajdhani, sans-serif
}

.bt-atualizar {
    background-color: #738a90;
    border: none;
    color: #fff;
    border-radius: 20px;
    padding: 4px;
    font-weight: 600;
    margin-top: .1rem;
    width: 100%;
    max-width: 300px;
    font-size: 13px
}

.bt-atualizar img {
    margin-left: 10px;
    position: relative;
    top: -1px
}

.t-pedido {
    color: #3a595c;
    font-size: 35px;
    margin: .5rem 0 1.5rem;
    font-family: Rajdhani, sans-serif
}

.t-pedido-web {
    color: #3a595c;
    font-size: 25px;
    margin: .5rem 0 1.5rem;
    font-family: Rajdhani, sans-serif
}

.t-pedido-cell {
    color: #3a595c;
    font-size: 18px;
    margin: .5rem 0 1.5rem;
    font-family: Rajdhani, sans-serif
}

.parc h3 {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: Rajdhani, sans-serif
}

.parc h5 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0
}

.parc .x {
    color: #09a5ad;
    font-size: 2.1rem
}

.jrs {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #3a595c;
    font-size: 14px
}

.form fieldset {
    float: left;
    width: 100%;
    text-align: left;
    border: none;
    padding-bottom: 1px
}

.form label {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 5px 0;
    margin-bottom: 5px;
    text-align: left;
    font-family: 'BwGradual';
}

.form select {
    float: left;
    width: 100%;
    border-radius: 14px;
    border: 1px solid #3a597f;
    color: #3a597f;
    padding: 2px 12px
}

.form fieldset input,
.form fieldset select {
      border: 1px solid #E1FF01;
      border-radius: 0px;
      float: left;
      width: 100%;
      padding: 5px 4px;
      background: #1c1c1c;
      height: 34px;
      color: #fff;
}

.bt-reenviar {
    float: left;
    width: 100%;
    background-color: #00ff65;
    border-radius: 30px;
    border: none;
    font-size: 13px;
    padding: 4px 0
}

.bt-reenviar {
    background-color: #3a595c;
    color: #fff
}

.i-sms {
    color: #161718;
    float: left;
    width: 100%;
    margin: 2rem 0
}

.form fieldset input,
form fieldset input {
        border: 1px solid #E1FF01;
        border-radius: 0px;
        float: left;
        width: 100%;
        padding: 5px 4px;
        background: #1c1c1c;
        color: #fff!important;
}

.w3-animate-right {
    position: relative;
    animation: animateright .5s;
    z-index: 99999;
    transition: margin-right .4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.w3-right {
    text-align: center;
    margin: 5px;
    text-decoration: underline;
    color: #1564bf;
    font-size: 13px
}

@media all {

    *,
    ::after,
    ::before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    @media print {

        *,
        :after,
        :before {
            background: 0 0 !important;
            color: #000 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            text-shadow: none !important
        }
    }
}

@media all {
    .fadeIn {
        animation-name: fadeIn
    }
}

@media all {
    @media (max-width:767px) {
        .elementor-column {
            width: 100%
        }
    }
}

@media all {

    .elementor *,
    .elementor :after,
    .elementor :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .elementor-section {
        position: relative
    }

    .elementor-section .elementor-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative
    }

    @media (max-width:1024px) {
        .elementor-section .elementor-container {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }
    }

    .elementor-row {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    @media (max-width:1024px) {
        .elementor-row {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }
    }

    .elementor-widget-wrap {
        position: relative;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-wrap>.elementor-element {
        width: 100%
    }

    .elementor-widget {
        position: relative
    }

    .elementor-column {
        position: relative;
        min-height: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-column-wrap {
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
        padding: 0
    }

    @media (min-width:768px) {
        .elementor-column.elementor-col-100 {
            width: 100%
        }
    }

    @media (max-width:767px) {
        .elementor-column {
            width: 100%
        }
    }

    .elementor-element .elementor-widget-container {
        -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
        transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
        -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
    }

    .animated {
        -webkit-animation-duration: 1.25s;
        animation-duration: 1.25s
    }

    @media (prefers-reduced-motion:reduce) {
        .animated {
            -webkit-animation: none;
            animation: none
        }
    }
}

/*! CSS Used from: Embedded */
.elementor-8 .elementor-element.elementor-element-79cc482 {
    padding: 20px 200px 0 200px
}

.elementor-8 .elementor-element.elementor-element-0e0906e.elementor-column.elementor-element[data-element_type=column]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-8 .elementor-element.elementor-element-0e0906e.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    justify-content: center
}

.elementor-8 .elementor-element.elementor-element-0e0906e>.elementor-element-populated {
    margin: 0;
    padding: 0
}

.elementor-8 .elementor-element.elementor-element-560d4d7>.elementor-widget-container {
    margin: 0;
    padding: 0
}

@media (max-width:767px) {
    .elementor-8 .elementor-element.elementor-element-79cc482 {
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 0 0 0
    }

    .elementor-8 .elementor-element.elementor-element-0e0906e.elementor-column.elementor-element[data-element_type=column]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
        align-content: center;
        align-items: center
    }

    .elementor-8 .elementor-element.elementor-element-0e0906e.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
        justify-content: center
    }

    .elementor-8 .elementor-element.elementor-element-0e0906e>.elementor-element-populated {
        margin: 0
    }

    .elementor-8 .elementor-element.elementor-element-560d4d7>.elementor-widget-container {
        margin: 0;
        padding: 0
    }
}

.UlaZf {
    justify-content: center
}

/*! CSS Used from: Embedded */
.eapp-google-reviews-root-layout-component {
    position: relative;
    width: 100%;
    -webkit-font-smoothing: antialiased
}

.eapp-google-reviews-root-layout-component,
.eapp-google-reviews-root-layout-component * {
    box-sizing: border-box !important;
    outline: 0 !important
}

/*! CSS Used from: Embedded */
.gyGuJD {
    width: 24px;
    height: 24px;
    opacity: 1;
    transition: opacity .3s ease 0s
}

.gyGuJD svg {
    display: block;
    width: 100%;
    height: 100%
}

.jccGds {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    margin-left: 0
}

.czzXLt {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    left: 0;
    z-index: 3
}

.hUJBll {
    text-align: center;
    font-size: 18px;
    color: #111
}

.hUJBll:not(:first-child) {
    margin-top: 4px
}

.gUxrxU {
    font-size: 12px;
    line-height: 1.17;
    color: rgba(17, 17, 17, .7);
    text-align: center;
    text-decoration: underline
}

.gUxrxU:not(:first-child) {
    margin-top: 4px
}

.cKWSxf {
    position: relative;
    width: 22px;
    height: 22px
}

.cKWSxf:not(:last-of-type) {
    margin-right: 2px
}

.HCqPk {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.krjrmM path {
    fill: rgba(17, 17, 17, .2)
}

.ebpkzz {
    clip-path: inset(0 0 0 0)
}

.ebpkzz path {
    fill: #ffb400
}

.dlqGRR {
    display: flex
}

.UlaZf {
    display: flex;
    margin: 20px
}

.ipmiwt {
    position: relative;
    padding: 12px 16px;
    border-radius: 10px;
    background-color: rgb(255 255 255);
    cursor: pointer
}

.jrYjUS {
    /* display: flex; */
    /* flex-wrap: nowrap; */
    /* -webkit-box-pack: center; */
    /* justify-content: center; */
    /* -webkit-box-align: center; */
    /* align-items: center; */
}

.jrYjUS:not(:first-child),
.jrYjUS:not(:only-child) {
    margin-top: 4px;
}

.jBlOOE {
    font-size: 22px;
    line-height: 1.18;
    font-weight: 700;
    margin-right: 8px;
    user-select: none;
    color: #111
}

/*! CSS Used keyframes */
@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.jsGKHf {
    width: 30px;
    height: 28px;
    opacity: 1;
    transition: opacity .3s ease 0s
}

.jsGKHf svg {
    display: block;
    width: 100%;
    height: 100%
}

.icvzwr {
    width: initial;
    height: initial;
    opacity: 1;
    transition: opacity .3s ease 0s
}

.icvzwr svg {
    display: block;
    width: 100%;
    height: 100%
}

.hVfcwR {
    flex: 0 1 0%
}

.hVfcwR>svg {
    display: block;
    width: inherit;
    height: inherit
}

.QOMUh {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hjgZiI {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.fYzgNS {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    outline: 0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.ijEWe {
    position: fixed;
    bottom: 0;
    max-width: calc(100% - 40px);
    top: 0;
    right: 0
}

.tptjw {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px
}

.dvlMxW {
    display: flex;
    flex-wrap: wrap
}

.cKWSxf {
    position: relative;
    width: 22px;
    height: 22px
}

.cKWSxf:not(:last-of-type) {
    margin-right: 2px
}

.PWKqr {
    position: relative;
    width: 18px;
    height: 18px
}

.PWKqr:not(:last-of-type) {
    margin-right: 2px
}

.HCqPk {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.krjrmM path {
    fill: rgba(17, 17, 17, .2)
}

.ebpkzz {
    clip-path: inset(0 0 0 0)
}

.ebpkzz path {
    fill: #ffb400
}

.dlqGRR {
    display: flex;
    text-align: center;
}

.ifcLIN {
    overflow: hidden;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    backface-visibility: hidden;
    box-shadow: rgba(17, 17, 17, .1) 0 0 0 1px;
    background-size: cover
}

.cAlCsI {
    overflow: hidden;
    min-width: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(17, 17, 17, .5)
}

.kXueNX {
    position: relative;
    overflow: hidden;
    max-height: 48px
}

.ivsuja {
    position: relative;
    overflow: hidden;
    max-height: 72px
}

.fyDpGN {
    position: relative;
    overflow: hidden;
    max-height: 24px
}

.hMvyRI {
    position: relative;
    overflow: hidden;
    max-height: 96px
}

.fohCXo {
    position: relative;
    overflow: hidden;
    max-height: 120px
}

.REwpY {
    text-align: left;
    color: #111;
    word-break: break-word;
    font-size: 16px;
    line-height: 1.5em
}

.jzeIrV {
    display: inline-block;
    color: rgba(17, 17, 17, .5);
    cursor: pointer
}

.jzeIrV:focus,
.jzeIrV:hover {
    text-decoration: underline
}

.VpyHV {
    /* display: inline-flex; */
    -webkit-box-align: center;
    /* align-items: center; */
    /* outline: 0; */
    /* text-decoration: none !important; */
}

.cQxaFh {
    flex: 0 0 auto;
    min-height: 28px;
    width: 80px;
}

.eukQsm {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    color: rgba(17, 17, 17, .5);
    text-align: start;
}

.kctCrX {
    margin-left: 8px;
}

.jiSfle {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.38;
    color: #1c91ff
}

.Supplier__Container-a7c0ny-0:hover .Supplier__Name-a7c0ny-4 {
    text-decoration: underline
}

.enEynK {
    padding: 24px;
    border-radius: 10px;
    backdrop-filter: blur(15px);
    background-color: #fafafa;
    transition: background-color .1s ease 0s
}

.bjfrNg {
    flex: 0 0 auto
}

.idRCWT {
    display: inline-grid;
    /* flex: 1 1 auto; */
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    min-width: 0;
    max-width: 100%;
}

.Classic__StyledAuthorPicture-sc-19u56uy-1+.Classic__HeadingInfo-sc-19u56uy-2 {
    padding-left: 8px;
}

.bBiQVx {
    display: flex;
    color: #111
}

.bBiQVx:hover {
    text-decoration: none !important
}

.fSayeP {
    overflow: hidden;
    flex: 1 1 100%;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.38;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #111;
}

.Classic__Heading-sc-19u56uy-3:hover .Classic__AuthorName-sc-19u56uy-4 {
    text-decoration: underline
}

.cKUNZS {
    margin-right: 8px
}

.Classic__AuthorName-sc-19u56uy-4~.Classic__StyledRating-sc-19u56uy-5 {
    margin-top: 5px
}

.Classic__AuthorName-sc-19u56uy-4~.Classic__StyledPublicationDate-sc-19u56uy-6 {
    margin-top: 5px
}

.Classic__Heading-sc-19u56uy-3+.Classic__Content-sc-19u56uy-7 {
    margin-top: 8px
}

.UCZNd svg {
    max-width: 100px
}

.Classic__StyledText-sc-19u56uy-8+.Classic__StyledSupplier-sc-19u56uy-10 {
    margin-top: 12px
}

.fKDQYu {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    min-width: 180px;
    line-height: 1;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.fSyrLr {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1
}

.SeuOT {
    margin-right: 13px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.18;
    color: #111
}

.eAEiPm {
    overflow: hidden;
    min-width: 0;
    margin: 0 0 0 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    color: rgba(17, 17, 17, .5)
}

.IWwjm {
    width: 100%
}

.igWDfe {
    color: #111;
    font-size: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 36px;
    white-space: nowrap;
    width: 100%;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.dtkZNv {
    height: 36px;
    margin-right: 8px
}

.dtkZNv svg {
    width: auto
}

.eYVOYa {
    display: inline-flex;
    position: relative
}

.gTBtIi {
    padding: 9px 20px;
    border-radius: 16px;
    background-color: #1c91ff;
    font-size: 12px;
    font-weight: 7;
    line-height: 14px;
    color: #fff;
    display: inline-flex;
    text-transform: uppercase;
    user-select: none;
    cursor: pointer;
    transition: all .1s ease 0s;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    text-decoration: none !important
}

.gTBtIi:hover {
    background-color: #389fff;
    text-decoration: none !important
}

.gTBtIi:focus {
    text-decoration: none !important
}

.gTcmgo {
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 17, .2) 0 8px 16px 0;
    background-color: #fff;
    margin-top: -4px;
    transition: all .1s ease 0s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 100
}

.dWWeQC {
    padding: 16px 20px 6px
}

.dVhtUm {
    position: relative;
    z-index: 2
}

.hhrtTp {
    padding: 24px;
    background-color: #fafafa;
    border-radius: 10px;
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: background-color .1s ease 0s
}

.oGeHv {
    width: auto;
    margin-top: 20px
}

.dxSSmX {
    width: 100%
}

.fIJfle {
    height: 100%;
    overflow: auto;
    background-color: #fff
}

.fIJfle a {
    text-decoration: none
}

.dRGBhb {
    padding: 40px 24px
}

.kYEVvy {
    margin-bottom: 20px;
    z-index: 1
}

.aui a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.aui a:active,
.aui a:hover {
    outline: 0
}

.aui button {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

.aui button {
    line-height: normal
}

.aui button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.aui button {
    -webkit-appearance: button;
    cursor: pointer
}

.aui button {
    cursor: pointer
}

@media print {
    .aui * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    .aui a,
    .aui a:visited {
        text-decoration: underline
    }

    .aui a[href]:after {
        content: " ("attr(href) ")"
    }

    .aui p {
        orphans: 3;
        widows: 3
    }
}

.aui a {
    color: #0af;
    text-decoration: none
}

.aui a:focus,
.aui a:hover {
    color: #0077b3;
    text-decoration: underline
}

.aui p {
    margin: 0 0 10px
}

.aui button {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.aui button {
    font-family: GothamRounded, Arial, sans-serif
}

/*! CSS Used from: Embedded */
#onetrust-banner-sdk {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

#onetrust-banner-sdk {
    font-size: 16px
}

#onetrust-banner-sdk *,
#onetrust-banner-sdk ::after,
#onetrust-banner-sdk ::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#onetrust-banner-sdk a,
#onetrust-banner-sdk button,
#onetrust-banner-sdk div,
#onetrust-banner-sdk p {
    font-family: inherit;
    font-size: initial;
    font-weight: 400;
    -webkit-font-smoothing: auto;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 0;
    max-height: none;
    width: auto;
    min-width: 0;
    max-width: none;
    border-radius: 0;
    border: none;
    clear: none;
    float: none;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    background: 0 0;
    overflow: visible;
    vertical-align: baseline;
    visibility: visible;
    z-index: auto;
    box-shadow: none
}

#onetrust-banner-sdk .ot-sdk-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

#onetrust-banner-sdk .ot-sdk-column,
#onetrust-banner-sdk .ot-sdk-columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0;
    display: initial
}

@media (min-width:400px) {
    #onetrust-banner-sdk .ot-sdk-container {
        width: 90%;
        padding: 0
    }
}

@media (min-width:550px) {
    #onetrust-banner-sdk .ot-sdk-container {
        width: 100%
    }

    #onetrust-banner-sdk .ot-sdk-column,
    #onetrust-banner-sdk .ot-sdk-columns {
        margin-left: 4%
    }

    #onetrust-banner-sdk .ot-sdk-columns:first-child {
        margin-left: 0
    }

    #onetrust-banner-sdk .ot-sdk-one.ot-sdk-column {
        width: 4.66666666667%
    }

    #onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns {
        width: 22%
    }

    #onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns {
        width: 65.3333333333%
    }
}

#onetrust-banner-sdk p {
    margin: 0 0 1em 0;
    font-family: inherit;
    line-height: normal
}

#onetrust-banner-sdk a {
    color: #565656;
    text-decoration: underline
}

#onetrust-banner-sdk a:hover {
    color: #565656;
    text-decoration: none
}

#onetrust-banner-sdk button {
    margin-bottom: 1rem;
    font-family: inherit
}

#onetrust-banner-sdk button {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: .9em;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: .01em;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box
}

#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:hover {
    color: #333;
    border-color: #888;
    outline: 0;
    opacity: .7
}

#onetrust-banner-sdk .ot-sdk-container:after,
#onetrust-banner-sdk .ot-sdk-row:after {
    content: "";
    display: table;
    clear: both
}

#onetrust-banner-sdk .ot-sdk-row {
    margin: 0;
    max-width: none;
    display: block;
    margin: 0
}

#onetrust-banner-sdk {
    box-shadow: 0 0 18px rgba(0, 0, 0, .2)
}

#onetrust-banner-sdk.otFlat {
    position: fixed;
    z-index: 2147483645;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto
}

#onetrust-banner-sdk::-webkit-scrollbar {
    width: 11px
}

#onetrust-banner-sdk::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1
}

#onetrust-banner-sdk {
    scrollbar-arrow-color: #c1c1c1;
    scrollbar-darkshadow-color: #c1c1c1;
    scrollbar-face-color: #c1c1c1;
    scrollbar-shadow-color: #c1c1c1
}

#onetrust-banner-sdk #onetrust-policy {
    margin: 1.25em 0 .625em 2em;
    overflow: hidden
}

#onetrust-banner-sdk #onetrust-policy-text {
    clear: both;
    text-align: left;
    font-size: .88em;
    line-height: 1.4
}

#onetrust-banner-sdk #onetrust-policy-text * {
    font-size: inherit;
    line-height: inherit
}

#onetrust-banner-sdk #onetrust-policy-text a {
    font-weight: 700;
    margin-left: 5px
}

#onetrust-banner-sdk #onetrust-policy-text {
    color: #696969;
    float: left
}

#onetrust-banner-sdk #onetrust-button-group-parent {
    min-height: 1px;
    text-align: center
}

#onetrust-banner-sdk #onetrust-button-group {
    display: inline-block
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    background-color: #22313d;
    color: #fff;
    border-color: #22313d;
    margin-right: 1em;
    min-width: 125px;
    height: auto;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    padding: 12px 10px;
    line-height: 1.2;
    font-size: .813em;
    font-weight: 600
}

#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    background-color: #fff;
    border: none;
    color: #22313d;
    text-decoration: underline;
    padding-right: 0
}

#onetrust-banner-sdk #onetrust-close-btn-container {
    text-align: center
}

#onetrust-banner-sdk .banner_logo {
    display: none
}

#onetrust-banner-sdk #onetrust-policy-text {
    font-size: .813em;
    line-height: 1.5;
    margin-bottom: 0
}

@media only screen and (max-width:425px) {
    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 0
    }

    #onetrust-banner-sdk .ot-hide-small {
        display: none
    }

    #onetrust-banner-sdk #onetrust-button-group {
        display: block
    }

    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        width: 100%
    }

    #onetrust-banner-sdk #onetrust-close-btn-container-mobile {
        display: inline;
        float: none
    }
}

@media only screen and (min-width:426px)and (max-width:896px) {
    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 1em;
        margin-right: 1em
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 95%
    }

    #onetrust-banner-sdk #onetrust-button-group-parent {
        width: 100%;
        position: relative;
        margin-left: 0
    }

    #onetrust-banner-sdk .ot-hide-large {
        display: none
    }

    #onetrust-banner-sdk #onetrust-button-group button {
        display: inline-block
    }

    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 0;
        text-align: center
    }
}

@media only screen and (min-width:769px) {
    #onetrust-banner-sdk .ot-hide-large {
        display: none
    }

    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 30%
    }
}

@media only screen and (min-width:1024px) {
    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 2em
    }

    #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translateY(-50%)
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        margin: auto;
        width: 36%
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 60%
    }

    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: auto
    }

    #onetrust-banner-sdk #onetrust-close-btn-container {
        float: right
    }

    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        margin-top: 1em
    }
}

@media only screen and (min-width:1280px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 59%
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        width: 44%;
        padding-left: 2%;
        padding-right: 2%
    }

    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        left: 60%
    }
}

#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #fff
}

#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-consent-sdk #onetrust-policy-text :not(.onetrust-vendors-list-handler) {
    color: #a5abaf
}

#onetrust-consent-sdk #onetrust-accept-btn-handler {
    background-color: #0970e6;
    border-color: #0970e6;
    color: #fff
}

#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    border-color: #fff;
    background-color: #fff;
    color: #0970e6
}

#onetrust-consent-sdk #onetrust-pc-btn-handler {
    color: #6cc04a;
    border-color: #6cc04a;
    background-color: #fff
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href] {
    color: #0970e6
}

@media all {
    .mt-2 {
        margin-top: .5rem !important
    }

    .mb-3 {
        margin-bottom: 1rem !important
    }

    .mt-4 {
        margin-top: 1.5rem
    }

    .container {
        /* margin-right: auto; */
        /* margin-left: auto; */
        /* padding-left: 15px; */
        /* padding-right: 15px */
    }

    @media (min-width:768px) {
        .container {
            width: 750px
        }
    }

    @media (min-width:992px) {
        .container {
            width: 970px
        }
    }

    @media (min-width:1200px) {
        .container {
            width: 1170px
        }
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
        /* width: 100%; */
    }

    .col-md-6 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    @media (min-width:992px) {
        .col-md-6 {
            float: left
        }

        .col-md-6 {
            width: 50%
        }

        .col-md-offset-3 {
            margin-left: 25%
        }
    }

    .container:after,
    .container:before,
    .row:after,
    .row:before {
        /* content: " "; */
        display: table
    }

    .container:after,
    .row:after {
        clear: both
    }

    *,
    :after,
    :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .ui.form {
        position: relative;
        max-width: 100%
    }

    .ui.form .field {
        clear: both;
        margin: 0 0 1em
    }

    .ui.form .field:last-child,
    .ui.form .fields:last-child .field {
        margin-bottom: 0
    }

    .ui.form .fields .field {
        clear: both;
        margin: 0
    }

    .ui.form input[type=email],
    .ui.form input[type=text] {
        width: 100%;
        vertical-align: top
    }

    .ui.form input[type=email],
    .ui.form input[type=text] {
        font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
        margin: 0;
        outline: 0;
        -webkit-appearance: none;
        line-height: 1.21428571em;
        padding: .67857143em 1em;
        font-size: 1em;
        background: #fff;
        border: 1px solid rgba(34, 36, 38, .15);
        color: rgba(0, 0, 0, .87);
        border-radius: .28571429rem;
        box-shadow: 0 0 0 0 transparent inset;
        transition: color .1s ease, border-color .1s ease
    }

    .ui.form ::-webkit-input-placeholder {
        color: rgba(191, 191, 191, .87)
    }

    .ui.form :-ms-input-placeholder {
        color: rgba(191, 191, 191, .87) !important
    }

    .ui.form ::-moz-placeholder {
        color: rgba(191, 191, 191, .87)
    }

    .ui.form :focus::-webkit-input-placeholder {
        color: rgba(115, 115, 115, .87)
    }

    .ui.form :focus:-ms-input-placeholder {
        color: rgba(115, 115, 115, .87) !important
    }

    .ui.form :focus::-moz-placeholder {
        color: rgba(115, 115, 115, .87)
    }

    .ui.form input[type=email]:focus,
    .ui.form input[type=text]:focus {
        color: rgba(0, 0, 0, .95);
        border-color: #85b7d9;
        border-radius: .28571429rem;
        background: #fff;
        box-shadow: 0 0 0 0 rgba(34, 36, 38, .35) inset
    }

    .ui.form .field :disabled {
        pointer-events: none;
        opacity: .45
    }

    .ui.form .fields {
        display: flex;
        flex-direction: row;
        margin: 0 -.5em 1em
    }

    .ui.form .fields>.field {
        flex: 0 1 auto;
        padding-left: .5em;
        padding-right: .5em
    }

    .ui.form .fields>.field:first-child {
        border-left: none;
        box-shadow: none
    }

    .ui.form .two.fields>.field {
        width: 50%
    }

    @media only screen and (max-width:767px) {
        .ui.form .fields {
            flex-wrap: wrap
        }

        .ui.form:not(.unstackable) .two.fields:not(.unstackable)>.field {
            width: 100% !important;
            margin: 0 0 1em
        }
    }

    @media only screen and (max-width:767px) {
        .ui.form:not(.unstackable) .two.fields:not(.unstackable)>.field {
            width: 100% !important
        }

        .ui.form .fields {
            margin-bottom: 0
        }
    }

    @media only screen and (min-width:481px) and (max-width:768px) {
        .container {
            padding-right: 20px;
            padding-left: 20px
        }
    }

    .ui.form .two.fields {
        width: 100% !important
    }

    .ath-capture {
        position: relative
    }

    .ath-capture .return-message {
        background: #fff;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 100;
        color: #fff
    }

    .ath-capture .return-message div {
        top: 50%;
        left: 50%;
        color: #545f6c;
        text-align: center;
        transform: translate(-50%, -50%);
        line-height: 21px;
        padding-top: 30px;
        position: absolute
    }

    .ath-honeyfield {
        opacity: 0 !important;
        weight: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        max-width: .2px !important;
        position: absolute !important
    }

    .ath-cta * {
        font-family: var(--ath-font-text);
        color: #fff
    }

    .ath-cta .ui.form .fields {
        width: 100%
    }

    .ath-cta .ui.form .ui.button {
        cursor: pointer;
        font-size: 1em;
        border: 1px solid var(--ath-color-action) !important
    }

    .ath-cta h3 {
        font-size: 28px
    }

    .ath-cta h3 {
        color: #3e464f;
        font-family: var(--ath-font-header);
        margin: 15px 0 15px 0
    }

    .ath-cta p {
        color: #3e464f
    }

    @media only screen and (max-width:320px) {
        .ath-cta .two.fields:first-child .field {
            margin-bottom: 5px !important
        }
    }

    @media only screen and (max-width:480px) {
        .ath-cta .two.fields:first-child .field {
            margin-bottom: 5px !important
        }
    }

    .ath-cta.vertical.center {
        text-align: center
    }

    @media only screen and (max-width:320px) {
        .ath-cta.vertical.vertical h3 {
            font-size: 19.6px
        }
    }

    @media only screen and (max-width:480px) {
        .ath-cta.vertical.vertical h3 {
            font-size: 19.6px
        }
    }

    h3 {
        font-family: var(--ath-font-header);
        font-weight: var(--ath-font-header-weight)
    }

    .ath-font-primary {
        font-family: var(--ath-font-text) !important
    }

    .ghost {
        min-height: 20px;
        content: " "
    }

    .font-19 {
        font-size: 19px !important
    }

    @media only screen and (max-width:320px) {
        .font-19 {
            font-size: 14.25px !important
        }
    }

    @media only screen and (max-width:480px) {
        .font-19 {
            font-size: 14.25px !important
        }
    }

    @media only screen and (max-width:320px) {
        .font-16-xs {
            font-size: 16px !important
        }
    }

    @media only screen and (max-width:480px) {
        .font-16-xs {
            font-size: 16px !important
        }
    }

    .lh-35 {
        line-height: 35px !important
    }

    @media only screen and (max-width:320px) {
        .lh-35 {
            line-height: 17.5px !important
        }
    }

    @media only screen and (max-width:480px) {
        .lh-35 {
            line-height: 17.5px !important
        }
    }

    @media only screen and (max-width:320px) {
        .lh-33-xs {
            line-height: 33px !important
        }
    }

    @media only screen and (max-width:480px) {
        .lh-33-xs {
            line-height: 33px !important
        }
    }

    .ath-section {
        font-family: var(--ath-font-text);
        padding: 0 0
    }

    .ath-section.gray {
        background-color: #f0f2f4
    }

    .ath-section.push.bottom.medium {
        padding-top: 0
    }

    @media only screen and (max-width:480px) {
        .ath-section {
            padding: 30px 0
        }
    }

    @media screen and (orientation:landscape) and (max-device-width:736px) {
        .ath-home-cta.bottom {
            padding-right: 35px !important;
            padding-left: 35px !important
        }
    }

    .ath-home-cta .ath-capture input[type=text],
    .ath-home-cta .ath-captureinput[type=email] {
        background-color: #fff !important
    }

    @media only screen and (max-width:320px) {
        .ath-home-cta {
            padding: 25px 25px !important
        }
    }

    @media only screen and (max-width:480px) {
        .ath-home-cta {
            padding: 0
        }
    }

    .hover-bt:hover {
        background: #e1ff00;
        transition: color 1s;
        color: #444!important;
    }

    .font {
        font-size: 1.2rem
    }

    .t {
        font-size: .9rem
    }

    .additional-color {
        font-size: .9rem !important
    }

    .ponto {
        font-size: 60px;
        font-weight: 900;
        line-height: 0;
        border-width: 360px;
        background: #323232;
        height: 11px;
        border-radius: 360px;
        width: 11px;
        float: left;
        margin: 6px;
        margin-left: 0
    }

    .ponto1 {
        font-size: 60px;
        font-weight: 900;
        margin-left: 0;
        line-height: 0;
        border-width: 360px;
        background: #EFEFEF;
        height: 7px;
        border-radius: 360px;
        width: 7px;
        float: left;
        margin: 8px;
        margin-left: 17px;
        margin-right: 3px
    }
}

.pedido3 .row {
    display: block !important;}

/*** ALTERAÃ‡Ã•ES DIEGO ***/

h1,
h2,
h3,
h4,
h5,
p,
span,
a,
strong {
    font-family: BwGradual !important;
}

.header-home li a {
    /* color: #e1ff01 !important; */
    text-transform: uppercase !important;
    font-family: 'BwGradual'!important;
    font-weight: 600 !important;
    border: none;
}

.banner-init {
    min-height: 100vh !important;
}

.footer-strong {
    font-size: .9rem;
    color: #FFF;
}

.subtitulo-banner-inicial-area {
    display: flex;
    align-items: flex-end;
    padding: 0px;
    padding-bottom: 24px;
}

@media only screen and (max-width:480px) {
    .subtitulo-banner-inicial {
        color: #E1FF01;
        text-transform: initial !important;
        font-size: 60px !important;
        margin-top: 280px;
        margin-left: 0px;
    }

    #topo {
        background-image: url('../images/valoz/bg-form-home2.jpg');
        background-position: 0px 0px;
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 0;
    }

}

@media (min-width:481px) and (max-width:767px) {
    .subtitulo-banner-inicial {
        color: #E1FF01;
        text-transform: initial !important;
        font-size: 60px !important;
        margin-top: 370px;
        margin-left: 0px;
    }

    #topo {
        min-height: 540px;
        /*background-image: linear-gradient(to right top, #00fa9a, #00c0b8, #0082a3, #294863, #1c1c1c);*/
        background-image: url('../images/valoz/bg-form-home1.jpg');
        background-position: 0px 0px;
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 0
    }

    .form-row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .fleft100 {
        right: 0 !important;
    }
}

@media (min-width:768px) and (max-width:991px) {

    .subtitulo-banner-inicial {
        color: #E1FF01;
        text-transform: initial !important;
        font-size: 60px !important;
        margin-top: 370px;
        margin-left: 40px;
    }

    .form-row {
        margin-right: 20px !important;
        margin-left: -20px !important;
    }

    .fleft100 {
        right: 0 !important;
    }  



}


@media (min-width: 320px) and (max-width: 575px)
{
    .ipmiwt{
 text-align: center!important;
    font-size: 13px!important;
    width: 100%!important;
}

 .h1t{
       font-size: 27px!important;
       margin-top: 125px!important;
       text-align: center;
       line-height: 28px;
       margin-bottom: 12px;
}
.h1t2{
     text-align: center!important;
    display: block;text-transform: none;
       font-size: 22px!important;
}

#topo{
    /* background: #1c1c1c; */
}
.header-home{
   background: #1c1c1c00;
   padding: 13px 0px;
}

.topHeader{
    min-height: 500px;
    margin-top: 16px!important;
    margin-bottom: 40px;
}

.pedido{
        min-height: 552px;
        background: #1c1c1c !important;
}

}

.topHeader{
    min-height: 629px;
    margin-bottom: 40px;

}






@media (min-width:992px) and (max-width:1199px) {
    .subtitulo-banner-inicial {
        color: #E1FF01;
        text-transform: initial !important;
        font-size: 60px !important;
        margin-top: 370px;
        margin-left: 10px !important;
    }

    .form-area {
        margin-left: -60px !important;
    }
}

@media (min-width:1200px) and (max-width:1365px) {
    .subtitulo-banner-inicial {
      
    color: #E1FF01;
    text-transform: initial !important;
    font-size: 55px !important;
    margin-top: 334px;
    margin-left: -76px !important;

    }

    #topo {
      background-image: url(../images/valoz/bg-form-home1.jpg);
      background-repeat: no-repeat;
      background-size: cover;
    }
}

@media (min-width:1366px) and (max-width:1919px) {
    .form-area {
        margin-left: 80px !important;
    }

    .subtitulo-banner-inicial {
        color: #E1FF01;
        text-transform: initial !important;
        font-size: 60px !important;
        margin-top: 370px;
        margin-left: -100px;
    }
 
  font-family: BwGradual !important;
}
}

@media screen and (min-width:1920px) {
    .subtitulo-banner-inicial {
        color: #E1FF01;
        text-transform: initial !important;
        font-size: 120px !important;
        margin-top: 570px;
        margin-left: -410px;
    }

    #topo {
        min-height: 540px;
        

        padding: 0
    }

    .form-area {
        position: absolute;
        right: -200px;
        top: 0px;
    }
}

@media screen and (min-width:2560px) {

    .form-area {
        right: -450px;
    }

    .subtitulo-banner-inicial {
        margin-left: -700px;
    }
}




.h1t{
    color: #E1FF01;
    text-transform: initial ;
    font-size: 55px;
    margin-top: 276px;
    font-family: BwGradual !important;
   
   
}






.vantagens{width: 100%;border-radius: 18px;min-height: 265px;background: #fff;padding: 15px;margin-top: 10px;}

.vtp{
        color: #1c1c1c;
        font-family: 'BwGradual'!important;
        font-size: 16px;
        text-align: initial;
        font-weight: 500;
        line-height: 19px;
}

.vtH1{
    color: #1c1c1c;
    font-family: 'BwGradual'!important;
    text-align: left;
    font-weight: 600;
    margin-bottom: 6px!important;
}

.menuhover:hover{color: #1c1c1c!important;border-bottom: 1px solid #e1ff01;}





    @media (min-width:773px) {
.dropdown{
        display: none!important;
}
}

#result{

align-items: center!important;

}


.bg-block{
        background: #e1ff01;
    padding: 11px;
    border-radius: 5px;
    margin-bottom: 12px;
}