/* === /en/styles/terms-v3.css === */
.fixed-style {
    padding: 0 !important;
    background-color: #00568f !important
}

.fixed-style .btn-demo {
    background-color: #e86746 !important;
    border-color: #e86746 !important
}

.fixed-style .btn-demo:hover {
    background-color: #df441c !important;
    border-color: #df441c !important
}

.fixed-style .logo img {
    height: 40px !important
}

.fixed-style .container {
    padding-top: 10px;
    padding-bottom: 10px
}

.header-container {
    padding: 1.2em 0 0;
    position: fixed;
    z-index: 1000;
    transition: all .3s
}

.header-container a:hover {
    text-decoration: none
}

@media (max-width:768px) {
    .header-container {
        padding: 0 !important;
        background-color: #00568f !important
    }

    .header-container .btn-demo {
        background-color: #e86746 !important;
        border-color: #e86746 !important
    }

    .header-container .btn-demo:hover {
        background-color: #df441c !important;
        border-color: #df441c !important
    }

    .header-container .logo img {
        height: 25px !important;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .header-container .container {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.header-container .header {
    font-family: Roboto, sans-serif;
    padding: 16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1199px) {
    .header-container .header {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (max-width:768px) {
    .header-container .header {
        padding: 4px 0
    }
}

.header-container .separator {
    margin-top: 12px;
    margin-bottom: 12px;
    height: 1px;
    background-color: hsla(0, 0%, 88%, .6);
    padding-right: 15px;
    margin-right: 1rem
}

@media (min-width:1295px) {
    .header-container .separator {
        margin-left: -5vw
    }
}

@media (max-width:768px) {
    .header-container .separator {
        display: none
    }
}

.header-container .nav {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-container .nav .nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-container .semi-bold {
    font-weight: 600
}

.header-container .pr-7 {
    padding-right: 4em
}

.header-container .nav-link {
    font-weight: 300;
    color: #74b0d4;
    padding-right: 2px !important;
    transition: all .3s ease-in-out
}

.header-container .nav-link:hover {
    color: #fff;
    font-weight: 700
}

.header-container .nav-link:after {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.header-container .logo {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.header-container .logo img {
    transition: all .3s;
    height: 40px
}

@media (min-width:1295px) {
    .header-container .logo {
        margin-left: -5vw
    }
}

.header-container .btn-demo,
.header-container .btn-rounded {
    cursor: pointer;
    border: 2px solid;
    border-radius: 20px;
    background: transparent;
    padding: 8px 32px
}

.header-container .uppercase {
    text-transform: uppercase
}

.header-container .btn-demo {
    border-color: hsla(0, 0%, 100%, .8);
    font-weight: 900;
    font-size: 15px;
    color: #fff !important;
    transition: all .3s ease-in-out
}

.header-container .btn-demo:hover {
    color: #fff;
    border-color: #e86746;
    background-color: #e86746
}

.header-container .btn-login {
    color: #fff !important;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: -.15px
}

.header-container .btn-login img {
    height: 20px
}

.header-container .btn-login:hover {
    color: #ccc !important
}

.header-container .white-text {
    color: #fff
}

.fixed-style .sidebarIconToggle {
    width: 22px !important
}

.fixed-style .spinner {
    height: 3px !important
}

.fixed-style .diagonal.part-2,
.fixed-style .horizontal {
    margin-top: 3px !important
}

.fixed-style input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    margin-top: -9px !important
}

.hamburguer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 10002
}

.hamburguer #sidebarMenu {
    position: absolute;
    z-index: 10000;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, .1);
    transform: translateX(-100vw);
    transition: transform .1s ease-in-out
}

@media (max-width:768px) {
    .hamburguer .sidebarIconToggle {
        height: 33px !important;
        width: 20px !important;
        margin-right: 0 !important
    }

    .hamburguer .spinner {
        height: 3px !important
    }

    .hamburguer .diagonal.part-2,
    .hamburguer .horizontal {
        margin-top: 3px !important
    }

    .hamburguer input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
        margin-top: -9px !important
    }
}

.hamburguer .sidebarMenuInner {
    height: 100%;
    width: 75vw;
    background: #fff;
    z-index: 10001;
    box-shadow: 0 4px 5px 0 #ababab;
    margin: 0;
    padding: 0;
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.hamburguer .sidebarMenuInner .logo {
    padding: 14px;
    border-bottom: 1px inset
}

.hamburguer .sidebarMenuInner li {
    list-style: none;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5
}

.hamburguer .sidebarMenuInner li:focus {
    outline-color: #6a6a6a
}

.hamburguer .sidebarMenuInner li span {
    display: block;
    font-size: 14px
}

.hamburguer .sidebarMenuInner a {
    color: #00568f;
    cursor: pointer;
    text-decoration: none
}

.hamburguer .sidebarMenuInner a.btn-cta {
    margin-right: 20px;
    margin-left: 20px;
    background: #fff !important;
    color: #00558f !important;
    border-color: #00558f !important;
    width: auto !important;
    display: block;
    border-radius: 8px !important;
    text-align: center;
    box-shadow: none !important
}

.hamburguer input[type=checkbox]:checked ~ #sidebarMenu {
    transform: translateX(0)
}

.hamburguer input[type=checkbox] {
    transition: all .3s;
    box-sizing: border-box;
    display: none
}

.hamburguer .sidebarIconToggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-right: 18px;
    z-index: 99;
    height: 100%;
    width: 28px;
    margin-bottom: 0
}

.hamburguer .spinner {
    transition: all .3s;
    box-sizing: border-box;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #fff
}

.hamburguer .horizontal {
    margin-top: 6px
}

.hamburguer .diagonal.part-1,
.hamburguer .diagonal.part-2,
.hamburguer .horizontal {
    transition: all .3s;
    box-sizing: border-box;
    position: relative;
    float: left
}

.hamburguer .diagonal.part-2 {
    margin-top: 6px
}

.hamburguer input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all .3s;
    box-sizing: border-box;
    opacity: 0
}

.hamburguer input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all .3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px
}

.hamburguer input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all .3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -14px
}

.hero {
    background-image: url(../../images/emblue-background-1.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 300px;
}



.hero .hero-content {
    padding-top: 150px;
    
}

.hero .hero-content h1 {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align:;
}

.hero .hero-content h1 span.semi-bold {
    font-weight: 600 !important
}

.hero .hero-content p {
    line-height: 32px;
    font-size: 22px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: hsla(0, 0%, 98%, .7)
}

@media (max-width:992px) {
    .hero {
        height: 300px;
    }
    .hero .hero-content {
        width: 100%
    }

    .hero .hero-content h1 {
        font-size: 30px;
        line-height: normal
    }

    .hero .hero-content p {
        font-size: 15px;
        line-height: normal
    }

    .hero .hero-content .my-5 {
        margin-top: 1.5rem !important
    }
    
    .pterms-intro {
    padding-left: 0em !important;
    padding-right: 0em !important;
    }
}

@media (max-width:768px) {
    .hero {
        height: 250px;
    }
    .hero .hero-content {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .hero .hero-content h1 {
       text-align: center !important;
       font-size: 30px;
    }
    .hero .hero-content p {
       text-align: center !important;
    }
    .hero .hero-content .row {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .hero .hero-content .row div {
        margin-top: 1em
    }

    .hero .hero-content img {
        max-width: 70%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        display: none !important;
    }
}
                                                                                                /*ACÁ EMPIEZA CASOS DE ÉXITO*/
.happy-clients-wrapper {
    background: linear-gradient(180deg, #fff 80%, #f6f6f6)
}

.happy-clients-wrapper .title {
    color: #00558f;
    font-size: 40px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight:400;
}

.happy-clients-wrapper .happy-client h3 {
    color: #02426c;
    font-family: Asap, sans-serif !important;
    font-weight: 600;
    line-height: normal
}

.pterms {
    font-weight: 300;
    font-family: Roboto, sans-serif !important;
    font-size: 20px;
    color: #878787
}
.pterms-intro {
    font-weight: 300;
    font-family: Roboto, sans-serif !important;
    font-size: 20px;
    color: #878787;
    text-align: center;
    padding-left: 7em;
    padding-right: 7em;
}
.pterms b {
    font-weight: 600;
    color: #4d8bce;
}

@media (max-width:768px) {
    .happy-clients-wrapper {
        padding-left: 1em;
        padding-right: 1em;
    }
    .happy-clients-wrapper .happy-client .video-container {
        margin-bottom: 1rem
    }
    
    .pterms-intro {
        padding-left: 1em;
        padding-right: 1em;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: transparent;
    cursor: pointer
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    visibility: hidden
}

.video-container:before {
    content: "\f04b";
    font-family: Font Awesome\ 5 Free;
    font-size: 34px;
    margin-top: 7px;
    margin-left: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    visibility: visible;
    transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transition: transform .2s, opacity .2s;
    -moz-transition: transform .2s, opacity .2s;
    -webkit-transition: transform .2s, opacity .2s
}

.video-container:hover:before {
    color: #fff;
    transform: translate3d(-50%, -50%, 0) scale(.8);
    -moz-transform: translate3d(-50%, -50%, 0) scale(.8);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.8)
}

.video-container:after {
    content: "";
    position: absolute;
    margin-top: 6px;
    height: 90px;
    width: 90px;
    border: none;
    border-radius: 100px;
    background-color: hsla(0, 0%, 100%, .2);
    cursor: pointer;
    top: 50%;
    left: 50%;
    visibility: visible;
    transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transition: background-color .2s, transform .2s, opacity 1.2s;
    -moz-transition: background-color .2s, transform .2s, opacity .2s;
    -webkit-transition: background-color .2s, transform .2s, opacity 1.2s
}

.video-container:hover:after {
    transform: translate3d(-50%, -50%, 0) scale(.9);
    -moz-transform: translate3d(-50%, -50%, 0) scale(.9);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.9)
}

.video-container.reveal:after,
.video-container.reveal:before {
    opacity: 0;
    visibility: hidden;
    transition: visibility .4s, opacity .4s;
    -moz-transition: visibility .4s, opacity .4s;
    -webkit-transition: visibility .4s, opacity .4s
}

.video-container:before {
    font-weight: 900
}

.video-container:after {
    background-color: rgba(32, 36, 45, .7)
}

.video-container:hover:after {
    background-color: #00c9cb !important
}


                                                                                                /*ACÁ TERMINA CASOS DE ÉXITO*/

.omni-wrapper {
    text-align: center;
    margin-top: 42px;
    font-family: Asap, sans-serif;
    letter-spacing: 2px;
    font-size: 40px;
    line-height: 1em
}

@media (max-width:768px) {
    .omni-wrapper {
        font-size: 30px;
        letter-spacing: normal
    }
}

.omni-wrapper .title {
    color: #00558f;
    font-weight: 700;
    margin-bottom: 6px
}

.omni-wrapper .content {
    color: #878787
}
/*
.we-work-wrapper h5 {
    color: #00558f !important;
    font-family: Asap, sans-serif;
    font-size: 30px;
    letter-spacing: 3px
}

@media (max-width:768px) {
    .we-work-wrapper h5 {
        font-size: 25px;
        letter-spacing: normal
    }
}

.we-work-wrapper p {
    color: rgba(51, 51, 51, .8);
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: normal
}

.we-work-wrapper img {
    height: 85px
}

.we-work-wrapper .work_number {
    font-size: 80px;
    position: absolute;
    left: 0;
    top: 55%;
    right: 0;
    color: rgba(116, 175, 211, .15);
    margin-top: 12px;
    transform: translateY(-50%)
}

.we-work-wrapper .work_border_left {
    border-left: 4px solid #e6f2ff
}
*/
.we-work-wrapper p {
    color: #878787;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: normal
}

.we-work-wrapper img {
    height: auto !important
}

.we-work-wrapper div.work_box {
    min-height: 330px
}

.we-work-wrapper div.work_border_left:after {
    height: 30%
}

.we-work-wrapper .see-more {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    color: #00b5f7;
    margin-top: 20px;
    display: block;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

.we-work-wrapper .see-more:hover {
    text-decoration: none !important;
    color: #5ed4ff
}

.we-work-wrapper .see-more i {
    font-size: 20px;
    margin-left: 4px
}
@media (max-width:992px) {
    .we-work-wrapper .work_border_left {
        border: none
    }
}

.we-work-wrapper div.work_border_left:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 15px;
    height: 50%;
    width: 4px
}

.section-closure {
    height: 118px;
    background-image: linear-gradient(180deg, #fff, #f2faff);
    mix-blend-mode: multiply
}

.aboutus-wrapper {
    text-align: center;
    padding-top: 80px;
    font-family: Asap, sans-serif;
    letter-spacing: 2px;
    font-size: 40px;
    line-height: 1em
}

@media (max-width:768px) {
    .aboutus-wrapper {
        font-size: 30px;
        letter-spacing: normal
    }
}

.aboutus-wrapper .title {
    color: #878787
}

.aboutus-wrapper .highlight {
    font-weight: 700
}

.aboutus-feat {
    text-align: left
}

@media (max-width:768px) {
    .aboutus-feat {
        margin-top: 26px
    }
}

.aboutus-feat p.small-title {
    font-family: Roboto, sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #e86746;
    font-size: 18px
}

@media (max-width:768px) {
    .aboutus-feat p.small-title {
        font-size: 12px
    }
}

.aboutus-feat h2 {
    font-family: Asap, sans-serif;
    color: #00558f;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal
}

@media (max-width:768px) {
    .aboutus-feat h2 {
        font-size: 28px
    }
}

.aboutus-feat p {
    font-family: Roboto, sans-serif;
    color: #878787;
    font-weight: 300;
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal
}

@media (max-width:768px) {
    .aboutus-feat p {
        font-size: 15px
    }
}

.aboutus-feat .btn-more-info {
    border-radius: 28px;
    border: 3px solid #69adae;
    background: #fff;
    color: #69adae;
    padding: 12px 36px;
    min-width: 255px;
    display: inline-block;
    text-align: center;
    margin-bottom: 16px;
    transition: all .3s ease-in-out;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal
}

.aboutus-feat .btn-more-info img {
    height: 20px;
    margin-left: 6px
}

@media (max-width:768px) {
    .aboutus-feat .btn-more-info {
        display: block;
        width: 100%
    }
}

.aboutus-feat .btn-more-info:hover {
    text-decoration: none;
    border-color: #478383;
    color: #478383
}

.illustration {
    padding: 26px;
    background-color: #00558f;
    min-height: 380px
}

@media (max-width:768px) {
    .illustration {
        margin-top: 26px;
        min-height: 260px
    }
}

.divider-face-up {
    margin-top: 50px;
    margin-bottom: 60px;
    background-image: url(../../images/curva-top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 91px
}

@media (max-width:768px) {
    .divider-face-up {
        margin: 20px 0;
        background-size: contain;
        height: 30px
    }
}

.divider-face-down {
    margin-top: 50px;
    margin-bottom: 100px;
    background-image: url(../../images/curva-bottom.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 91px
}

@media (max-width:768px) {
    .divider-face-down {
        margin: 20px 0;
        background-size: contain;
        height: 30px
    }
}

.margin-top-stats {
    margin-top: 8em
}

.margin-top-stats img {
    width: 100%
}

@media (min-width:1295px) {
    .margin-top-stats img {
        margin-bottom: -5px
    }
}

@media (max-width:1294px) {
    .margin-top-stats img {
        margin-bottom: -10px
    }
}

@media (max-width:992px) {
    .margin-top-stats img {
        margin-bottom: -15px
    }
}

@media (max-width:420px) {
    .margin-top-stats img {
        margin-bottom: -20px
    }
}

.stats-wrapper {
    text-align: center;
    min-height: 400px;
    padding: 4rem 4rem 7rem;
    background: linear-gradient(180deg, #0d88cb, #00406e);
    color: #fff
}

@media (max-width:768px) {
    .stats-wrapper {
        padding: 2em
    }
}

.stats-wrapper .title {
    font-family: Asap, sans-serif;
    font-size: 40px;
    letter-spacing: 2px
}

@media (max-width:768px) {
    .stats-wrapper .title {
        font-size: 30px;
        letter-spacing: normal
    }
}

.stats-wrapper .number {
    font-family: Asap, sans-serif;
    font-size: 50px;
    letter-spacing: 2.5px;
    font-weight: 700;
    margin: 0
}

@media (max-width:768px) {
    .stats-wrapper .number {
        font-size: 35px
    }
}

.stats-wrapper .text {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 20px
}

@media (max-width:768px) {
    .stats-wrapper .text {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .stats-wrapper .stat {
        margin-top: 2em
    }

    .stats-wrapper .stat:first-child {
        margin-top: 0 !important
    }
}

.stats-wrapper i {
    color: #05c9e3
}

.stats-wrapper div.border_left:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    margin-top: 40px;
    left: -2px;
    height: 50%;
    width: 1px;
    opacity: .3
}

@media (max-width:768px) {
    .stats-wrapper div.border_left:after {
        display: none
    }
}

.trust-wrapper {
    margin-top: 62px;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.trust-wrapper .carousel-control-icon {
    color: #e86746;
    font-size: 36px
}

.trust-wrapper .carousel-control-next,
.trust-wrapper .carousel-control-prev {
    opacity: 1 !important;
    transition: all .3s ease-in-out
}

.trust-wrapper .title {
    font-family: Asap, sans-serif !important;
    color: #878787;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 36px
}

@media (max-width:768px) {
    .trust-wrapper .title {
        font-size: 30px;
        letter-spacing: normal
    }
}

.trust-wrapper #carouselExampleControls-xs .carousel-item div div {
    min-height: 120px
}

.trust-wrapper img {
    margin: 12px
}

.testimonials-wrapper {
    margin-top: 80px;
    padding: 36px 0;
    font-family: Asap, sans-serif;
    background: #d9eaf3
}

.testimonials-wrapper .title {
    color: #00558f;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: center;
    margin: 1.2em 0
}

@media (max-width:768px) {
    .testimonials-wrapper .title {
        font-size: 30px;
        letter-spacing: normal
    }
}

.testimonials-wrapper .pagination-wrapper {
    transition: all .6s ease 0s
}

.testimonials-wrapper .testimonial-card {
    background-color: #fff;
    border-radius: 42.7px;
    box-shadow: 0 3px 2.9px .2px rgba(0, 0, 0, .05);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 3em 4em;
    max-width: 605px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:768px) {
    .testimonials-wrapper .testimonial-card {
        max-width: 90vw;
        padding: 1em 2em
    }
}

.testimonials-wrapper .testimonial-card .text {
    font-family: Asap, sans-serif;
    line-height: 1.24;
    letter-spacing: .2px;
    font-weight: 400;
    font-size: 20px;
    color: #00568f;
    margin-top: 1.2em;
    font-style: italic
}

@media (max-width:768px) {
    .testimonials-wrapper .testimonial-card .text {
        font-size: 15px
    }
}

.testimonials-wrapper .testimonial-card .author {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    margin: .2em 0
}

.testimonials-wrapper .testimonial-card .author p.name {
    margin-bottom: 0;
    color: #e86746
}

.testimonials-wrapper .testimonial-card .author p.rol {
    font-weight: 300
}

.testimonials-wrapper .slide-wrapper {
    transition-duration: .3s;
    transition-timing-function: ease-in;
    transition-delay: 0s
}

.testimonials-wrapper #slider-nav {
    text-align: center;
    margin: 3em 0 1em
}

.testimonials-wrapper #slider-nav i {
    transition: .3s ease-in
}

.testimonials-wrapper #slider-nav .pointer {
    cursor: pointer
}

.testimonials-wrapper #slider-nav .tns-nav-active {
    background-color: #00558f !important
}

.testimonials-wrapper #slider-nav .w-1 {
    width: 1rem
}

.testimonials-wrapper #slider-nav .mx-1 {
    margin-left: .1rem !important;
    margin-right: .1rem !important
}

.testimonials-wrapper #slider-nav .h-1 {
    height: 1rem
}

.testimonials-wrapper #slider-nav .inline-block {
    display: inline-block
}

.testimonials-wrapper #slider-nav .bg-slate-40 {
    background-color: transparent;
    border: 2.7px solid #00558f
}

.testimonials-wrapper #slider-nav .bg-slate-40:focus,
.testimonials-wrapper #slider-nav .bg-slate-40:hover {
    background-color: #0082dc
}

.testimonials-wrapper #slider-nav .br-circle {
    border-radius: 100%
}

.tns-item {
    opacity: .6
}

.btn-cta {
    cursor: pointer;
    border: 2px solid;
    background: #e86746 !important;
    border-color: #e86746 !important;
    color: #fff !important;
    padding: 12px 32px !important;
    border-radius: 30px !important;
    font-weight: 700;
    box-shadow: 0 5px 4.5px .5px rgba(0, 0, 0, .1);
    transition: all .6s
}

.btn-cta.loading {
    min-width: 100px !important;
    width: 0 !important
}

@media (max-width:420px) {
    .btn-cta {
        display: inline-block;
        text-align: center;
        width: 100%;
        min-width: auto !important
    }
}

.btn-cta span {
    font-family: Roboto, sans-serif;
    font-weight: 700 !important
}

.btn-cta i,
.btn-cta img {
    margin-left: 12px
}

.btn-cta img {
    height: 20px
}

.btn-cta:hover {
    text-decoration: none
}

.btn-cta i.arrow-right-icon:before {
    font-size: 2em;
    content: "\02192"
}

.contact-form-wrapper {
    background-image: url(../../images/form-background-home.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7em 0 5em
}

.contact-form-wrapper .title {
    font-family: Asap, sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #fff
}

@media (max-width:768px) {
    .contact-form-wrapper .title {
        font-size: 30px;
        letter-spacing: normal
    }
}

.contact-form-wrapper form#contact-form > * {
    margin-top: 1.2em
}

@media (max-width:768px) {
    .contact-form-wrapper form#contact-form > * {
        margin-top: 0
    }
}

.contact-form-wrapper form#contact-form select.form-control:not([size]):not([multiple]) {
    height: 53px !important;
    font-size: 20px
}

.contact-form-wrapper form#contact-form .form-control {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    padding: .575rem .75rem;
    color: #797979
}

@media (max-width:768px) {
    .contact-form-wrapper form#contact-form .form-control {
        margin-top: .8em
    }
}

.contact-form-wrapper .cta-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-form-wrapper .cta-wrapper .btn-cta {
    margin-top: 1.2em !important;
    min-width: 320px
}

@media (max-width:768px) {
    .contact-form-wrapper .cta-wrapper .btn-cta {
        display: block;
        margin-top: .8em !important
    }
}

.contact-form-wrapper .failure-message,
.contact-form-wrapper .success-message {
    display: none;
    margin-bottom: 0;
    padding: 1rem;
    border-radius: 6px;
    color: #fff
}

@media (max-width:768px) {

    .contact-form-wrapper .failure-message,
    .contact-form-wrapper .success-message {
        margin-top: 1em !important
    }
}

.contact-form-wrapper .success-message {
    background-color: #4caf50
}

.contact-form-wrapper .failure-message {
    background: #ff4747
}

span#loader {
    display: none
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    left: -17px;
    top: -14px
}

@media (max-width:768px) {
    .lds-ripple {
        top: -38px
    }
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
}

.lds-ripple div:nth-child(2) {
    animation-delay: -.5s
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    to {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

@media (max-width:768px) {

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-auto {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

@media (min-width:768px) and (max-width:1800px) {
    body {
        zoom: .85
    }
}

/* === /styles/terms-v2024.css === */
.fixed-style{padding:0!important;background-color:#00568f!important}.fixed-style .btn-demo{background-color:#e86746!important;border-color:#e86746!important}.fixed-style .btn-demo:hover{background-color:#df441c!important;border-color:#df441c!important}.fixed-style .logo img{height:40px!important}.fixed-style .container{padding-top:10px;padding-bottom:10px}.header-container{padding:1.2em 0 0;position:fixed;z-index:1000;transition:all .3s}.header-container a:hover{text-decoration:none}@media (max-width:768px){.header-container{padding:0!important;background-color:#00568f!important}.header-container .btn-demo{background-color:#e86746!important;border-color:#e86746!important}.header-container .btn-demo:hover{background-color:#df441c!important;border-color:#df441c!important}.header-container .logo img{height:25px!important;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.header-container .container{padding-top:10px;padding-bottom:10px}}.header-container .header{font-family:Roboto,sans-serif;padding:16px 0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1199px){.header-container .header{-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (max-width:768px){.header-container .header{padding:4px 0}}.header-container .separator{margin-top:12px;margin-bottom:12px;height:1px;background-color:hsla(0,0%,88%,.6);padding-right:15px;margin-right:1rem}@media (min-width:1295px){.header-container .separator{margin-left:-5vw}}@media (max-width:768px){.header-container .separator{display:none}}.header-container .nav{-ms-flex-pack:end;justify-content:flex-end}.header-container .nav .nav-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.header-container .semi-bold{font-weight:600}.header-container .pr-7{padding-right:4em}.header-container .nav-link{font-weight:400;color:#74b0d4;padding-right:2px!important;transition:all .3s ease-in-out}.header-container .nav-link:hover{color:#fff;font-weight:700}.header-container .nav-link:after{display:block;content:attr(title);font-weight:700;height:0;overflow:hidden;visibility:hidden}.header-container .logo{position:relative;display:-ms-flexbox;display:flex}.header-container .logo img{transition:all .3s;height:40px}@media (min-width:1295px){.header-container .logo{margin-left:-5vw}}.header-container .btn-demo,.header-container .btn-rounded{cursor:pointer;border:2px solid;border-radius:20px;background:transparent;padding:8px 32px}.header-container .uppercase{text-transform:uppercase}.header-container .btn-demo{border-color:hsla(0,0%,100%,.8);font-weight:900;font-size:15px;color:#fff!important;transition:all .3s ease-in-out}.header-container .btn-demo:hover{color:#fff;border-color:#e86746;background-color:#e86746}.header-container .btn-login{color:#fff!important;cursor:pointer;font-weight:700;letter-spacing:-.15px}.header-container .btn-login img{height:20px}.header-container .btn-login:hover{color:#ccc!important}.header-container .white-text{color:#fff}.fixed-style .sidebarIconToggle{width:22px!important}.fixed-style .spinner{height:3px!important}.fixed-style .diagonal.part-2,.fixed-style .horizontal{margin-top:3px!important}.fixed-style input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2{margin-top:-9px!important}.hero{position:relative;}.hero .hero-content h1{font-family: Montserrat,sans-serif;font-size: 40px;margin-bottom: 30px;color: #002646;font-weight: 700;}.hero .hero-content h1 span.semi-bold{font-weight:600!important}.hero .hero-content p{line-height:32px;font-size:22px;font-family:Roboto,sans-serif;font-weight:400;color:hsla(0,0%,98%,.7)}@media (max-width:992px){.hero .hero-content{width:100%}.hero .hero-content h1{font-size:30px;line-height:normal}.hero .hero-content p{font-size:15px;line-height:normal}.hero .hero-content .my-5{margin-top:1.5rem!important}.pterms-intro{padding-left:0!important;padding-right:0!important}}@media (max-width:768px){.hero .hero-content{padding-bottom:50px}.hero .hero-content h1{text-align:center!important;font-size:30px}.hero .hero-content p{text-align:center!important}.hero .hero-content .row{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.hero .hero-content .row div{margin-top:1em}.hero .hero-content img{max-width:70%;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;display:none!important}}.happy-clients-wrapper .title{font-family:'Montserrat',sans-serif;color:#002646;font-size:30px;text-align:center;padding-bottom:30px;font-weight:600}.happy-clients-wrapper .happy-client h2,.happy-clients-wrapper .happy-client h3{color:#002646;font-family:'Roboto',sans-serif!important;font-weight:600;line-height:normal;}.pterms{font-weight:400;font-family:Roboto,sans-serif!important;font-size:20px;color:#141414;padding-top: 30px;}.pterms-intro{font-weight:400;font-family:Roboto,sans-serif!important;font-size:20px;color:#141414;text-align:center;padding-left:5em;padding-right:5em}.pterms b{font-weight:600;color:#004DBC}@media (max-width:768px){.happy-clients-wrapper{padding-left:1em;padding-right:1em}.happy-clients-wrapper .happy-client .video-container{margin-bottom:1rem}.pterms-intro{padding-left:1em;padding-right:1em}}.video-container{position:relative;padding-bottom:56.2%;height:0;overflow:hidden;max-width:100%;background-color:transparent;cursor:pointer}.video-container embed,.video-container iframe,.video-container object{position:absolute;top:0;left:0;width:100%;height:100%;border:none;visibility:hidden}.video-container:before{content:"\f04b";font-family:Font Awesome 5 Free;font-size:34px;margin-top:7px;margin-left:3px;position:absolute;top:50%;left:50%;color:#fff;z-index:2;cursor:pointer;visibility:visible;transform:translate3d(-50%,-50%,0) scale(1);-moz-transform:translate3d(-50%,-50%,0);-webkit-transform:translate3d(-50%,-50%,0);transition:transform .2s,opacity .2s;-moz-transition:transform .2s,opacity .2s;-webkit-transition:transform .2s,opacity .2s}.video-container:hover:before{color:#fff;transform:translate3d(-50%,-50%,0) scale(.8);-moz-transform:translate3d(-50%,-50%,0) scale(.8);-webkit-transform:translate3d(-50%,-50%,0) scale(.8)}.video-container:after{content:"";position:absolute;margin-top:6px;height:90px;width:90px;border:none;border-radius:100px;background-color:hsla(0,0%,100%,.2);cursor:pointer;top:50%;left:50%;visibility:visible;transform:translate3d(-50%,-50%,0) scale(1);-moz-transform:translate3d(-50%,-50%,0);-webkit-transform:translate3d(-50%,-50%,0);transition:background-color .2s,transform .2s,opacity 1.2s;-moz-transition:background-color .2s,transform .2s,opacity .2s;-webkit-transition:background-color .2s,transform .2s,opacity 1.2s}.video-container:hover:after{transform:translate3d(-50%,-50%,0) scale(.9);-moz-transform:translate3d(-50%,-50%,0) scale(.9);-webkit-transform:translate3d(-50%,-50%,0) scale(.9)}.video-container.reveal:after,.video-container.reveal:before{opacity:0;visibility:hidden;transition:visibility .4s,opacity .4s;-moz-transition:visibility .4s,opacity .4s;-webkit-transition:visibility .4s,opacity .4s}.video-container:before{font-weight:900}.video-container:after{background-color:rgba(32,36,45,.7)}.video-container:hover:after{background-color:#00c9cb!important}.omni-wrapper{text-align:center;margin-top:42px;font-family:'Roboto',sans-serif;letter-spacing:2px;font-size:40px;line-height:1em}@media (max-width:768px){.omni-wrapper{font-size:30px;letter-spacing:normal}}.omni-wrapper .title{color:#002646;font-weight:700;margin-bottom:6px}.omni-wrapper .content{color:#141414}.we-work-wrapper p{color:#141414;font-family:Roboto,sans-serif;font-size:18px;font-weight:400;line-height:normal}.we-work-wrapper img{height:auto!important}.we-work-wrapper div.work_box{min-height:330px}.we-work-wrapper div.work_border_left:after{height:30%}.we-work-wrapper .see-more{font-family:Roboto,sans-serif;font-weight:900;color:#00b5f7;margin-top:20px;display:block;text-transform:uppercase;transition:all .3s ease-in-out}.we-work-wrapper .see-more:hover{text-decoration:none!important;color:#5ed4ff}.we-work-wrapper .see-more i{font-size:20px;margin-left:4px}@media (max-width:992px){.we-work-wrapper .work_border_left{border:none}}.we-work-wrapper div.work_border_left:after{content:"";background:#fff;position:absolute;top:0;left:15px;height:50%;width:4px}.section-closure{height:118px;background-image:linear-gradient(180deg,#fff,#f2faff);mix-blend-mode:multiply}.aboutus-wrapper{text-align:center;padding-top:80px;font-family:'Roboto',sans-serif;letter-spacing:2px;font-size:40px;line-height:1em}@media (max-width:768px){.aboutus-wrapper{font-size:30px;letter-spacing:normal}}.aboutus-wrapper .title{color:#141414}.aboutus-wrapper .highlight{font-weight:700}.aboutus-feat{text-align:left}@media (max-width:768px){.aboutus-feat{margin-top:26px}}.aboutus-feat p.small-title{font-family:Roboto,sans-serif;font-weight:700!important;text-transform:uppercase;color:#e86746;font-size:18px}@media (max-width:768px){.aboutus-feat p.small-title{font-size:12px}}.aboutus-feat h2{font-family:'Roboto',sans-serif;color:#002646;font-size:40px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal}@media (max-width:768px){.aboutus-feat h2{font-size:28px}}.aboutus-feat p{font-family:Roboto,sans-serif;color:#141414;font-weight:400;font-size:20px;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal}@media (max-width:768px){.aboutus-feat p{font-size:15px}}.aboutus-feat .btn-more-info{border-radius:28px;border:3px solid #69adae;background:#fff;color:#69adae;padding:12px 36px;min-width:255px;display:inline-block;text-align:center;margin-bottom:16px;transition:all .3s ease-in-out;font-size:1.1rem;font-weight:500;letter-spacing:normal;line-height:normal}.aboutus-feat .btn-more-info img{height:20px;margin-left:6px}@media (max-width:768px){.aboutus-feat .btn-more-info{display:block;width:100%}}.aboutus-feat .btn-more-info:hover{text-decoration:none;border-color:#478383;color:#478383}.illustration{padding:26px;background-color:#002646;min-height:380px}@media (max-width:768px){.illustration{margin-top:26px;min-height:260px}}.divider-face-up{margin-top:50px;margin-bottom:60px;background-image:url(../images/curva-top.jpg);background-size:cover;background-repeat:no-repeat;height:91px}@media (max-width:768px){.divider-face-up{margin:20px 0;background-size:contain;height:30px}}.divider-face-down{margin-top:50px;margin-bottom:100px;background-image:url(../images/curva-bottom.jpg);background-size:cover;background-repeat:no-repeat;height:91px}@media (max-width:768px){.divider-face-down{margin:20px 0;background-size:contain;height:30px}}.margin-top-stats{margin-top:8em}.margin-top-stats img{width:100%}@media (min-width:1295px){.margin-top-stats img{margin-bottom:-5px}}@media (max-width:1294px){.margin-top-stats img{margin-bottom:-10px}}@media (max-width:992px){.margin-top-stats img{margin-bottom:-15px}}@media (max-width:420px){.margin-top-stats img{margin-bottom:-20px}}.stats-wrapper{text-align:center;min-height:400px;padding:4rem 4rem 7rem;background:linear-gradient(180deg,#0d88cb,#00406e);color:#fff}@media (max-width:768px){.stats-wrapper{padding:2em}}.stats-wrapper .title{font-family:'Roboto',sans-serif;font-size:40px;letter-spacing:2px}@media (max-width:768px){.stats-wrapper .title{font-size:30px;letter-spacing:normal}}.stats-wrapper .number{font-family:'Roboto',sans-serif;font-size:50px;letter-spacing:2.5px;font-weight:700;margin:0}@media (max-width:768px){.stats-wrapper .number{font-size:35px}}.stats-wrapper .text{margin:0;font-family:Roboto,sans-serif;font-size:20px}@media (max-width:768px){.stats-wrapper .text{font-size:16px}}@media (max-width:768px){.stats-wrapper .stat{margin-top:2em}.stats-wrapper .stat:first-child{margin-top:0!important}}.stats-wrapper i{color:#05c9e3}.stats-wrapper div.border_left:after{content:"";background:#fff;position:absolute;top:0;margin-top:40px;left:-2px;height:50%;width:1px;opacity:.3}@media (max-width:768px){.stats-wrapper div.border_left:after{display:none}}.trust-wrapper{margin-top:62px;padding-top:3rem;padding-bottom:3rem}.trust-wrapper .carousel-control-icon{color:#e86746;font-size:36px}.trust-wrapper .carousel-control-next,.trust-wrapper .carousel-control-prev{opacity:1!important;transition:all .3s ease-in-out}.trust-wrapper .title{font-family:'Roboto',sans-serif!important;color:#141414;font-size:40px;letter-spacing:2px;text-align:center;margin-bottom:36px}@media (max-width:768px){.trust-wrapper .title{font-size:30px;letter-spacing:normal}}.trust-wrapper #carouselExampleControls-xs .carousel-item div div{min-height:120px}.trust-wrapper img{margin:12px}.testimonials-wrapper{margin-top:80px;padding:36px 0;font-family:'Roboto',sans-serif;background:#d9eaf3}.testimonials-wrapper .title{color:#002646;font-size:40px;letter-spacing:2px;text-align:center;margin:1.2em 0}@media (max-width:768px){.testimonials-wrapper .title{font-size:30px;letter-spacing:normal}}.testimonials-wrapper .pagination-wrapper{transition:all .6s ease 0}.testimonials-wrapper .testimonial-card{background-color:#fff;border-radius:42.7px;box-shadow:0 3px 2.9px .2px rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:3em 4em;max-width:605px;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:768px){.testimonials-wrapper .testimonial-card{max-width:90vw;padding:1em 2em}}.testimonials-wrapper .testimonial-card .text{font-family:'Roboto',sans-serif;line-height:1.24;letter-spacing:.2px;font-weight:400;font-size:20px;color:#00568f;margin-top:1.2em;font-style:italic}@media (max-width:768px){.testimonials-wrapper .testimonial-card .text{font-size:15px}}.testimonials-wrapper .testimonial-card .author{font-family:Roboto,sans-serif;font-size:18px;margin:.2em 0}.testimonials-wrapper .testimonial-card .author p.name{margin-bottom:0;color:#e86746}.testimonials-wrapper .testimonial-card .author p.rol{font-weight:400}.testimonials-wrapper .slide-wrapper{transition-duration:.3s;transition-timing-function:ease-in;transition-delay:0}.testimonials-wrapper #slider-nav{text-align:center;margin:3em 0 1em}.testimonials-wrapper #slider-nav i{transition:.3s ease-in}.testimonials-wrapper #slider-nav .pointer{cursor:pointer}.testimonials-wrapper #slider-nav .tns-nav-active{background-color:#002646!important}.testimonials-wrapper #slider-nav .w-1{width:1rem}.testimonials-wrapper #slider-nav .mx-1{margin-left:.1rem!important;margin-right:.1rem!important}.testimonials-wrapper #slider-nav .h-1{height:1rem}.testimonials-wrapper #slider-nav .inline-block{display:inline-block}.testimonials-wrapper #slider-nav .bg-slate-40{background-color:transparent;border:2.7px solid #002646}.testimonials-wrapper #slider-nav .bg-slate-40:focus,.testimonials-wrapper #slider-nav .bg-slate-40:hover{background-color:#0082dc}.testimonials-wrapper #slider-nav .br-circle{border-radius:100%}.tns-item{opacity:.6}.btn-cta{cursor:pointer;border:2px solid;background:#e86746!important;border-color:#e86746!important;color:#fff!important;padding:12px 32px!important;border-radius:30px!important;font-weight:700;box-shadow:0 5px 4.5px .5px rgba(0,0,0,.1);transition:all .6s}.btn-cta.loading{min-width:100px!important;width:0!important}@media (max-width:420px){.btn-cta{display:inline-block;text-align:center;width:100%;min-width:auto!important}}.btn-cta span{font-family:Roboto,sans-serif;font-weight:700!important}.btn-cta i,.btn-cta img{margin-left:12px}.btn-cta img{height:20px}.btn-cta:hover{text-decoration:none}.btn-cta i.arrow-right-icon:before{font-size:2em;content:"\02192"}.contact-form-wrapper{background-image:url(../images/form-background-home.jpg);background-position:top;background-repeat:no-repeat;background-size:cover;padding:7em 0 5em}.contact-form-wrapper .title{font-family:'Roboto',sans-serif;font-size:40px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;text-align:center;color:#fff}@media (max-width:768px){.contact-form-wrapper .title{font-size:30px;letter-spacing:normal}}.contact-form-wrapper form#contact-form>*{margin-top:1.2em}@media (max-width:768px){.contact-form-wrapper form#contact-form>*{margin-top:0}}.contact-form-wrapper form#contact-form select.form-control:not([size]):not([multiple]){height:53px!important;font-size:20px}.contact-form-wrapper form#contact-form .form-control{font-family:Roboto,sans-serif;font-size:20px;padding:.575rem .75rem;color:#797979}@media (max-width:768px){.contact-form-wrapper form#contact-form .form-control{margin-top:.8em}}.contact-form-wrapper .cta-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.contact-form-wrapper .cta-wrapper .btn-cta{margin-top:1.2em!important;min-width:320px}@media (max-width:768px){.contact-form-wrapper .cta-wrapper .btn-cta{display:block;margin-top:.8em!important}}.contact-form-wrapper .failure-message,.contact-form-wrapper .success-message{display:none;margin-bottom:0;padding:1rem;border-radius:6px;color:#fff}@media (max-width:768px){.contact-form-wrapper .failure-message,.contact-form-wrapper .success-message{margin-top:1em!important}}.contact-form-wrapper .success-message{background-color:#4caf50}.contact-form-wrapper .failure-message{background:#ff4747}span#loader{display:none}.lds-ripple{display:inline-block;position:relative;width:20px;height:20px;left:-17px;top:-14px}@media (max-width:768px){.lds-ripple{top:-38px}}.lds-ripple div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.lds-ripple div:nth-child(2){animation-delay:-.5s}@keyframes lds-ripple{0%{top:28px;left:28px;width:0;height:0;opacity:1}to{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}@media (max-width:768px){.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{padding-right:20px!important;padding-left:20px!important}}@media (min-width:768px) and (max-width:1800px){.container,nav,div.footer{zoom:.85}}.happy-clients-wrapper ul li{font-weight: 400;font-family: Roboto,sans-serif!important;font-size: 20px;color: #141414;padding-top: 15px;list-style: unset;cursor: default;}

/* === inline styles === */
body {
            background-color: #EDECE8 !important;
        }
        nav {
            top: 0px !important;
        }
        li {
            cursor: auto;
        }
        .hero {
            padding-top: 100px;
        }
