@import "https://fonts.googleapis.com/css2?family=Rokkitt&display=swap";

body {
    height: 100%;
    width: 100%;
    overflow-x: hidden
}

button:focus {
    outline: 0;
    box-shadow: none !important
}

.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: .5em 0;
    position: fixed;
    z-index: 1000;
    transition: all .3s;
    background-color: #00568f !important;
    width: 100% !important
}

.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 .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 .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 {
    cursor: pointer;
    border: 2px solid;
    border-radius: 20px;
    background: 0 0;
    padding: 8px 32px
}

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

.header-container .btn-demo {
    border-color: hsla(0, 0%, 100%, 0.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 .btn-demo {
    border-color: hsla(0, 0%, 100%, 0.8) !important;
    font-weight: 900;
    font-size: 15px;
    background: 0 0 !important;
    color: #fff !important;
    transition: all .3s ease-in-out
}

.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, 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%, 0.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,
.hamburguer .sidebarMenuInner a[target="_blank"] {
    text-transform: uppercase;
    font-weight: 700
}

.hamburguer .sidebarMenuInner a.btn-cta {
    margin-right: 20px;
    margin-left: 20px;
    width: auto !important;
    display: block;
    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 .img-hero {
    max-width: 80%;
    height: auto;
    float: right
}

.hero .hero-content h3 {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 1rem 0
}

.hero .hero-content p {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 25px;
    font-style: italic;
    line-height: 29px;
    font-weight: 400;
    padding: 0;
    margin-bottom: .8em
}

.small-title-head {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px
}

.small-title-head b {
    font-weight: 700
}

.hero .hero-content h1 {
    line-height: 32px;
    font-size: 22px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin: 0
}

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

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

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

@media (max-width: 768px) {
    .hero .hero-content {
        padding-top: 0
    }

    .small-title-head {
        text-align: center
    }

    .hero-content button {
        margin-left: 30%
    }

    .hero .hero-content h2 {
        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
    }
}

@media (max-width: 420px) {
    .hero .hero-content h2 {
        padding-right: 0 !important;
        font-size: 35px
    }

    .hero-content button {
        display: inline-block;
        text-align: center;
        justify-content: center !important;
        min-width: auto !important;
        width: 100%;
        margin-left: 0
    }
}

.hero-content button {
    cursor: pointer;
    text-decoration: none;
    background: #00ced3;
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 700;
    box-shadow: 0 5px 4.5px .5px rgba(0, 0, 0, 0.1);
    transition: all .6s;
    font-size: 20px;
    font-family: Roboto, sans-serif
}

.hero-content button a {
    text-decoration: none;
    text-decoration-line: none;
    color: #fff !important
}

.hero-content button a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff !important
}

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

.hero-content button {
    font-family: Roboto, sans-serif
}

.hero-content button i,
.hero-content button img {
    margin-left: 12px
}

.hero-content button img {
    height: 20px
}

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

.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, 0.1);
    transition: all .6s
}

@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-prueba-emblue {
    width: 80%;
    margin: auto
}

.new-btn-cta-hero {
    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, 0.1);
    transition: all .6s;
    font-family: Asap, sans-serif;
    margin-top: 4em !important;
    position: relative
}

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

.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"
}

@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-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .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-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.delay-500ms {
    animation-delay: .2s
}

.animated.delay-1s {
    animation-delay: 1s
}

.animated.delay-2s {
    animation-delay: 2s
}

.animated.delay-3s {
    animation-delay: 3s
}

.animated.delay-4s {
    animation-delay: 4s
}

.animated.delay-5s {
    animation-delay: 5s
}

@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 30px !important;
        line-height: normal !important
    }
}

.title-boxes {
    color: #FC7E00;
    font-family: Asap, sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2em
}

.container-boxes {
    background-color: #fff;
    margin-bottom: 2rem
}

.boxes {
    padding-left: 5%;
    padding-right: 5%
}

.boxes h3 {
    font-family: Asap, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #2c4d84
}

.boxes button {
    display: block;
    width: 90%;
    padding: 5px;
    border: 2px solid #fff;
    margin-bottom: 5%;
    margin-left: 2%;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    align-content: center;
    height: 300px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.boxes button a {
    text-decoration: none !important;
    color: #2c4d84
}

.boxes button:hover {
    -webkit-box-shadow: 10px 10px 18px -11px rgba(44, 77, 134, 1);
    -moz-box-shadow: 10px 10px 18px -11px rgba(44, 77, 134, 1);
    box-shadow: 10px 10px 18px -11px rgba(44, 77, 134, 1)
}

@media screen and (min-width: 800px) {
    .boxes {
        display: flex;
        justify-content: center
    }
}

.boxes button img {
    max-width: 150px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em
}

body {
    height: 100%;
    width: 100%;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Asap, sans-serif
}

p {
    font-family: Roboto, sans-serif
}

.hero-content {
    display: grid;
    grid-template-columns: 10fr 9fr;
    place-items: center;
    margin: 0 auto;
    max-width: 1250px;
    height: 100%;
    text-align: left;
    padding-top: 80px
}

.hero .hero-content h1 {
    color: #FC7E00;
    line-height: 28px;
    font-size: 24px;
    font-family: Asap, sans-serif;
    font-weight: 400;
    margin: 0
}

.hero .hero-content h2 {
    color: #024c86;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    margin: .5em 0 .8em;
    letter-spacing: -.03em
}

.hero .hero-content h3 {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 1rem 0
}

.hero .hero-content p,
.aboutDivider .content p,
.emSugo p,
.emFeatures p,
.serviceSect p {
    color: #7A7A7A;
    font-family: Asap, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 127%;
    font-weight: 400;
    max-width: 505px;
    padding: 0;
    margin: 0 1em 2em 0
}

.heroDivider {
    width: 100%;
    margin-top: -1%;
    user-select: none
}

.small-title-head {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px
}

.small-title-head b {
    font-weight: 700
}

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

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

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

@media (max-width: 768px) {
    .hero .hero-content {
        padding-top: 0;
        padding-top: 5vh
    }

    .small-title-head {
        text-align: center
    }

    .hero-content button {
        margin: 0
    }

    .hero .hero-content h2 {
        text-align: center !important
    }
}

@media (max-width: 420px) {
    .hero .hero-content h2 {
        padding-right: 0 !important;
        font-size: 8.4vw
    }

    .hero-content button {
        display: inline-block;
        text-align: center;
        justify-content: center !important;
        min-width: auto !important;
        width: 100%;
        margin-left: 0
    }
}

.hero-content button {
    cursor: pointer;
    text-decoration: none;
    background: #FC7E00;
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 400;
    box-shadow: 0 5px 4.5px .5px rgba(0, 0, 0, 0.1);
    transition: all .6s;
    font-size: 20px;
    font-family: Roboto, sans-serif
}

.hero-content button a {
    text-decoration: none;
    text-decoration-line: none;
    color: #fff !important
}

.hero-content button a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff !important
}

@media (max-width: 420px) {
    .hero-content button {
        display: inline-block;
        text-align: center;
        width: 100%;
        min-width: auto !important;
        font-size: 4.78vw
    }
}

.hero-content button {
    font-family: Roboto, sans-serif
}

.hero-content button img {
    margin-left: 12px;
    height: 20px
}

@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
    }
}

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.delay-500ms {
    animation-delay: .2s
}

.animated.delay-1s {
    animation-delay: 1s
}

.animated.delay-2s {
    animation-delay: 2s
}

.animated.delay-3s {
    animation-delay: 3s
}

.animated.delay-4s {
    animation-delay: 4s
}

.animated.delay-5s {
    animation-delay: 5s
}

@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 5.7vw !important;
        line-height: normal !important
    }
}

.aboutDivider {
    margin-top: 10vh;
    background: linear-gradient(180deg, #F8F4F4 0%, rgba(226, 226, 226, 0) 100%)
}

.aboutDivider h1 {
    margin: 0 0 2em;
    text-align: center;
    font-family: Asap, sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    color: #014982
}

.aboutDivider .content {
    z-index: 1;
    display: grid;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 0 10vh;
    justify-items: center
}

.aboutDivider .content ul,
.results ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: start
}

.aboutDivider .content li {
    display: grid;
    grid-template-rows: 5fr 6fr
}

.aboutDivider .content li div {
    border-right: 1px solid #E6E6E6;
    padding-left: 2.5%;
    padding-right: 2.5%
}

.aboutDivider .content li:last-child div {
    border-right: 0
}

.aboutDivider .content ul li img {
    margin: 0 auto;
    display: block;
    max-width: 30%
}

.aboutDivider .content ul li h4 {
    text-align: center;
    font-family: Asap, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FC7E00;
    margin: 1em 0 0
}

.aboutDivider .content span p {
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    margin: auto;
    max-width: 68%
}

.aboutDivider .content p {
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    margin: 0 2.5em
}

.aboutDivider .content h4 {
    font-family: Asap, sans-serif;
    font-size: 21px;
    color: #024C88;
    margin: 1.8em auto 2.5em;
    text-align: center
}

.ypf-video {
    display: grid;
    place-items: center
}

.mobile-video {
    display: none
}

.emFeatures::before {
    display: block;
    background-image: url(../../images/success-cases/sugo/mobi-illus1.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    content: '';
    width: 17vw;
    justify-self: start;
    height: 12vw;
    background-size: 100%;
    left: 0;
    margin-top: -13%
}

@media (max-width:700px) {
    .emFeatures::before {
        width: 55vw;
        height: 20.6vw;
        margin-top: -23%
    }
}

.emSugo {
    display: grid;
    place-items: center;
    margin-bottom: 8.8em
}

.emSugo p {
    font-size: 18px;
    line-height: 133%;
    max-width: 600px;
    font-family: Asap, sans-serif;
    text-align: center;
    margin: 1em 0
}

.emSugo h4 {
    font-family: Asap, sans-serif;
    font-size: 20px;
    letter-spacing: -.01em;
    color: #024C88;
    margin: 2.5em 0 1.5em;
    text-align: center
}

.emSugo ul {
    grid-template-columns: 3fr 4fr
}

.emSugo ul li {
    text-align: center;
    font-size: 25px;
    font-family: Roboto, sans-serif;
    color: #E6E6E6
}

.emSugo ul span {
    display: block;
    font-size: 55px;
    line-height: 90%;
    font-weight: 700;
    color: #fff
}

.emSugo ul li {
    padding: 0 1em
}

.emSugo ul li:first-child {
    border-right: 2px solid #E8E7E7
}

.emSugo .results .block {
    background: #FF5739;
    width: 100%;
    max-width: 580px;
    border-radius: 30px;
    padding: 2em 0;
    color: #fff
}

.aboutSuccess header {
    margin: 0 auto;
    text-align: center;
    font-family: Asap, sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 130%;
    color: #ff005b;
    max-width: 370px;
    margin-bottom: 1.5em
}

.aboutSuccess p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #525252
}

.onSiteBttn {
    background: #ff005b;
    border-radius: 35px;
    font-family: Asap;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    padding: .5em 1.5em;
    border: 0;
    justify-self: center;
    margin: 1.5em 0 2em
}

.onSiteBttn a {
    color: #fff;
    text-decoration: none
}

.tryemBlue {
    display: grid;
    justify-items: center;
    padding: 7.5em 0 0
}

.tryemBlue button {
    background: #FC7E00;
    margin: 0
}

.tryemBlue p {
    text-align: center;
    font-family: Asap, sans-serif;
    font-size: 28px;
    line-height: 160%;
    color: #515151
}

.tryemBlue::after {
    display: block;
    content: '';
    width: 70%;
    height: 2px;
    margin: 6em 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05)
}

.tryemBlue span {
    font-family: Asap, sans-serif;
    font-weight: 400;
    color: #009fe2;
    text-align: center;
    font-size: 18px;
    margin: 0
}

.aboutSuccess h3 {
    font-family: Asap, sans-serif;
    font-size: 38px;
    line-height: 120%;
    color: #024C88;
    text-align: center;
    margin: 1.6em auto .7em;
    font-weight: 700
}

.aboutSuccess p {
    color: #7A7A7A;
    font-family: Asap, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 127%;
    font-weight: 400;
    padding: 0;
    margin: auto;
    text-align: center
}

.aboutSuccess h3 span {
    font-family: Barlow;
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 28px
}

.content h3 span {
    color: #ff5739;
    font-family: Asap, sans-serif;
    font-size: 38px;
    line-height: 120%;
    text-align: center;
    margin: 1.6em auto;
    font-weight: 700
}

.pointsWrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
    margin: 0 auto;
    z-index: 0
}

.pointsWrapper .icon {
    display: block;
    padding-bottom: .5em;
    height: 55px
}

.pointsWrapper div {
    display: grid;
    padding: 2em 1.5em;
    border-radius: 16px;
    background: #FDECEC;
    position: relative;
    grid-auto-rows: min-content;
    row-gap: .5em;
    z-index: 5
}

.pointsWrapper .stepN {
    color: #024C88;
    font-family: Asap, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 60%
}

.pointsWrapper .stepN::after {
    content: '.';
    display: block;
    line-height: 90%
}

.pointsWrapper p {
    color: #ED4242;
    font-size: 16px;
    line-height: 125%;
    font-family: Asap, sans-serif
}

.pointsWrapper .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #07269a;
    top: 9px;
    left: 8px;
    z-index: 10;
    background: 0 0
}

.pointsWrapper h4 {
    font-family: Asap, sans-serif;
    font-weight: 700;
    color: #024c86;
    font-size: 20px;
    line-height: 135%;
    margin: 0;
    text-align: left
}

.pointsWrapper span {
    font-family: Asap, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #009fe2;
    margin: 0
}

.pointsWrapper strong {
    padding: 0 0 10vh
}

.emTools {
    padding: 0 0 10vh;
    display: grid;
    place-items: center
}

.emTools .brands {
    margin: 3em 0 5em;
    width: 100%;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5
}

.emTools .brands ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    place-items: center;
    margin: 0 auto;
    padding: 1.5em;
    column-gap: 1em;
    max-width: 800px
}

.aboutCordial ul {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
    column-gap: 3em;
    row-gap: 2em;
    padding: 0
}

.aboutCordial h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #024c86;
    margin: 0 0 1em
}

.aboutCordial p {
    font-family: Asap, sans-serif;
    color: #939191;
    font-size: 16px;
    line-height: 175%
}

.aboutCordial .highlight {
    color: #007FA3
}

.emTools span {
    font-size: 18px;
    line-height: 120%;
    color: #009fe2;
    display: block;
    padding-bottom: .5em
}

.emTools h4 {
    font-family: Asap, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #999
}

.emTools img {
    margin: 0 auto
}

.testimonial {
    background: #024C88;
    padding: 5.5em 0
}

.testimonial h4 {
    font-family: Asap, sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    color: #fff;
    max-width: 240px;
    text-align: center;
    margin: 0 auto 1.5em
}

.testimonial .container {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1100px;
    margin: 0 auto
}

.testimonial .quote {
    font-family: Asap, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 31px;
    line-height: 130%;
    text-align: left;
    color: #fff
}

.quote .author {
    display: inline-block;
    font-style: normal;
    font-size: 20px;
    line-height: 225%;
    margin: 2.5em 0 0;
    border-top: 1px solid #fff
}

.emFeatures {
    margin: 12em auto 11.5em;
    max-width: 1050px
}

.emFeatures section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    column-gap: 5em;
    margin: 0 0 3.5em
}

.emFeatures .hideM {
    max-width: 100%
}

.emFeatures h2,
.serviceSect h2,
.tryemBlue h2 {
    font-family: Asap, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 112%;
    color: #024c88;
    text-align: left;
    max-width: 85%
}

.emFeatures h2 span {
    color: #FC7E00
}

.emFeatures h2::after {
    display: block;
    content: '';
    margin: 1em 0;
    width: 2em;
    height: 2px;
    background: #D5D4D4
}

.emFeatures p {
    font-size: 20px;
    line-height: 140%;
    margin: 0
}

.emFeatures li p {
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    margin: 0
}

.emFeatures li p strong {
    color: #00CED3
}

.emFeatures ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    column-gap: 1.5em
}

.emFeatures li {
    display: grid;
    place-items: flex-start;
    height: 100%;
    border: 1.5px solid #11B3C6;
    border-radius: 10px
}

.emFeatures li img {
    margin: 0 auto;
    width: 15vw
}

.emFeatures li p {
    font-family: Asap, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 122%;
    color: #999;
    padding: 1.5em 1em
}

.serviceSect {
    background: linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, #F8F4F4 100%);
    padding: 0 0 11em;
    display: grid;
    place-items: center
}

.serviceSect::before {
    display: block;
    position: absolute;
    background-image: url(../../images/success-cases/ypf/bg-aside2.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    content: '';
    width: 160px;
    height: 275px;
    right: 0;
    margin-top: -8%
}

.serviceSect div {
    max-width: 850px
}

.serviceSect div::before {
    display: block;
    position: absolute;
    background-image: url(../../images/success-cases/ypf/bg-aside1.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    content: '';
    width: 270px;
    height: 310px;
    left: 0;
    margin-top: -7%
}

.serviceSect div::after {
    display: block;
    position: absolute;
    background-image: url(../../images/success-cases/unilever/bg-aside3.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    content: '';
    width: 70px;
    height: 60px;
    right: 24%;
    margin-top: 0
}

.serviceSect img {
    margin-top: 2em
}

.serviceSect h2 {
    font-size: 45px;
    margin: 0 0 1em;
    font-weight: 700
}

.serviceSect p {
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    margin: auto;
    max-width: 70%
}

.aboutForus,
.integrations {
    padding: 10vh 0;
    display: grid;
    place-items: center
}

.swiper-button-next,
.swiper-button-prev {
    color: #999 !important
}

.swiper-button-next {
    right: 150px !important
}

.swiper-button-prev {
    left: 150px !important
}

.aboutForus {
    max-width: 1000px;
    margin: 0 auto;
    margin: 5vh auto
}

.aboutForus ul,
.integrations ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    margin: 0
}

.aboutForus ul {
    column-gap: 4em
}

.aboutForus h3 {
    font-family: Asap, sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    text-align: center;
    color: #024c88;
    max-width: 350px
}

.aboutForus li {
    font-family: Asap, sans-serif;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #122655;
    max-width: 320px
}

.aboutForus img {
    margin: 2em 0
}

.aboutForus p {
    max-width: 450px;
    margin: 0 auto;
    font-family: Asap, sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 150%;
    color: #999;
    text-align: center
}

.integrations {
    grid-template-columns: 5fr 4fr;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 75vh
}

.integrations h2 {
    font-family: Asap, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 128%;
    color: #024c86
}

.integrations p {
    font-family: Asap, sans-serif;
    font-size: 20px;
    line-height: 140%;
    color: #999;
    margin: 1.5em 3em 1.5em 0
}

.integrations ul {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 10px
}

.integrations li {
    display: grid;
    place-content: center
}

.integrations li img {
    width: 100%;
    max-width: 120px
}

.integrations .illus {
    justify-self: end
}

#audiogramVideo {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5)
}

#vidBttn {
    display: block;
    position: absolute;
    bottom: 5%;
    left: 39%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    padding: .5em;
    font-size: 40px;
    width: 80px;
    cursor: pointer;
    border-radius: 50px
}

.emSugo .results::before {
    display: block;
    background-image: url(../../images/success-cases/sugo/mobi-illus1.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    content: '';
    position: absolute;
    left: 0;
    margin-top: 2%;
    width: 219px;
    justify-self: start;
    height: 141px;
    background-size: 100%
}

@media (min-width: 300px) and (max-width: 750px) {
    .hero {
        background-position: bottom;
        display: grid;
        min-height: 75vh
    }

    .hero-content {
        grid-template-columns: 1fr;
        padding: 0 5vw 15vw;
        justify-items: center;
        row-gap: 4em
    }

    .aboutDivider {
        margin: 0
    }

    .aboutDivider .content,
    .integrations {
        max-width: 80vw;
        padding: 5vh 0;
        row-gap: 1em
    }

    .pointsWrapper .adaptGrid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1em;
        row-gap: 1em
    }

    .aboutSuccess h3 {
        font-size: 8.4vw;
        line-height: 120%;
        margin: .5em 0 1em;
        text-align: center
    }

    .adaptGrid {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 2em
    }

    .emTools .adaptGrid {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 2em
    }

    .emTools ul {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1em
    }

    .emTools li {
        place-items: center;
        grid-template-rows: 6fr max-content
    }

    .emTools span,
    .testimonial h4 {
        font-size: 4vw;
        margin: 0 2em
    }

    .testimonial h4 {
        margin: 0 auto 1em
    }

    .emTools h4,
    .aboutDivider .content p {
        font-size: 3.5vw;
        margin: .5em 0
    }

    .aboutDivider .content p {
        margin: 0 auto;
        max-width: 45vw
    }

    .aboutDivider .content ul li img {
        max-height: 16.9vw;
        width: 100%
    }

    .emSugo img {
        width: 65.7vw
    }

    .aboutForus h3 {
        max-width: 70vw
    }

    .tryemBlue {
        padding: 6vh 0
    }

    .onSiteBttn a {
        font-size: 4vw
    }

    .testimonial .quote {
        font-size: 4.1vw;
        max-width: 78.5vw;
        text-align: center;
        padding: 0
    }

    .testimonial {
        padding: 3.8em 5vh;
        min-height: auto
    }

    .quote .author {
        display: table;
        margin-left: auto;
        margin-right: auto
    }

    .pointsWrapper .icon {
        width: 100%;
        max-width: 100%
    }

    .aboutSuccess .adaptGrid {
        grid-template-columns: 1fr;
        column-gap: 1em;
        row-gap: 2em
    }

    .pointsWrapper h4,
    .pointsWrapper span {
        font-size: 3.2vw;
        line-height: 130%;
        text-align: center;
        margin: 0 1em
    }

    .pointsWrapper .icon {
        max-width: 10vw;
        height: auto;
        margin: 0 auto
    }

    .pointsWrapper div {
        padding: 2em 1em;
        row-gap: 0
    }

    .aboutCordial p {
        font-size: 4vw;
        line-height: 130%
    }

    .aboutForus h3 {
        font-size: 5vw;
        margin: 0 auto 1em
    }

    .swiper-button-next {
        right: .3em !important;
        left: auto
    }

    .swiper-button-prev {
        right: auto;
        left: .3em !important
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 1.5em !important
    }

    .aboutForus,
    .integrations {
        padding: 5vh 0
    }

    .aboutForus h3 {
        margin: 0
    }

    .aboutForus img {
        width: 30vw;
        margin: 2vh 0
    }

    .aboutDivider .content ul li h4,
    .emSugo p,
    .emFeatures li p,
    .serviceSect p {
        font-size: 3.8vw
    }

    .emSugo ul span,
    .emFeatures h2,
    .serviceSect h2 {
        font-size: 8.4vw
    }

    .serviceSect h2 {
        max-width: 80vw;
        text-align: center
    }

    .emFeatures p {
        font-size: 4.3vw;
        margin: 0 auto 1em;
        max-width: 78vw
    }

    .serviceSect p {
        margin: 0 auto;
        max-width: 78vw
    }

    .emFeatures h2 {
        text-align: center;
        margin: 0 auto 1em
    }

    .emSugo ul li,
    .quote .author {
        font-size: 4.8vw
    }

    .emFeatures li p {
        max-width: 57vw;
        padding: 1em 2em
    }

    .quote .author {
        margin: 1.5em auto 0
    }

    .emSugo h4 {
        font-size: 4.8vw;
        margin: 4em auto 1.5em
    }

    .emSugo p,
    .emSugo h4 {
        max-width: 78.9vw
    }

    .aboutForus .adaptGrid {
        grid-template-columns: 1fr !important
    }

    .aboutForus li,
    .integrations p,
    .pointsWrapper p {
        font-size: 4.348vw;
        line-height: 130%;
        margin: 0
    }

    .aboutForus {
        margin-bottom: 5vh
    }

    .integrations {
        text-align: center;
        padding: 8vh 0
    }

    .integrations h2 {
        font-size: 5vw;
        max-width: 70vw;
        margin: 0 auto
    }

    .integrations p {
        margin: 1em auto
    }

    .integrations .adaptGrid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1em
    }

    .illus {
        grid-row: 2;
        margin: 0 auto
    }

    .tryemBlue h2 {
        font-size: 6vw;
        line-height: 130%;
        max-width: 85vw;
        text-align: center
    }

    .tryemBlue p {
        font-size: 4vw;
        line-height: 130%;
        max-width: 85vw
    }

    .tryemBlue span {
        font-size: 3.5vw;
        max-width: 50vw;
        line-height: 120%
    }

    .hero .hero-content p {
        font-size: 3.8vw;
        margin: 0 1.5em 1.5em;
        text-align: center;
        line-height: 150%
    }

    .iFrameCont {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 100%
    }

    .iFrameCont iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%
    }

    .testimonial .container {
        grid-template-columns: 1fr;
        padding: 0;
        row-gap: 2em;
        overflow-x: hidden
    }

    .hero-content button {
        max-width: 65vw;
        margin: 0 auto;
        display: block;
        font-size: 4.348vw
    }

    .emTools .brands ul {
        grid-template-columns: repeat(2, 1fr)
    }

    .aboutCordial .adaptGrid {
        width: 80%;
        margin: 0 auto
    }

    .emFeatures {
        width: 90%
    }

    .pointsWrapper .stepN {
        font-size: 8vw;
        margin-bottom: .5em
    }

    .pointsWrapper .stepN::after {
        display: none;
        height: 0;
        padding: 0
    }

    .cordialLogo {
        width: 50vw
    }

    .brandLogo {
        width: 28vw
    }

    .hero .hero-content img {
        max-width: 100vw;
        width: 82vw
    }

    .aboutDivider .content ul,
    .emFeatures ul {
        grid-template-columns: 1fr;
        row-gap: 2em
    }

    .aboutDivider .content li,
    .emFeatures section,
    .serviceSect div {
        display: block
    }

    .aboutDivider .content li div {
        border: 0;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 10%
    }

    .aboutDivider .content li:last-child div {
        border-bottom: 0
    }

    .aboutDivider .content ul li h4 {
        margin: .6em 0
    }

    .emFeatures {
        text-align: center
    }

    .hideM,
    .emFeatures h2::after,
    .serviceSect::before,
    .serviceSect div::before,
    .tryemBlue::after,
    .emSugo .results::before {
        display: none
    }

    .aboutDivider .content {
        padding-bottom: 0
    }

    .emSugo::before {
        display: block;
        background-image: url(../../images/success-cases/sugo/mobi-illus1.svg);
        background-repeat: no-repeat;
        background-position: bottom;
        content: '';
        width: 50.6vw;
        justify-self: start;
        height: 34vw;
        background-size: 100%
    }

    .emSugo ul li {
        padding: 0
    }

    .emSugo .results .block {
        width: 80vw
    }

    .emSugo {
        margin-bottom: 5.5em
    }

    .emFeatures {
        margin: 9em auto 5.3em
    }

    .emFeatures li:last-child::after {
        display: block;
        position: absolute;
        background-image: url(../../images/success-cases/sugo/mobi-illus2.svg);
        background-repeat: no-repeat;
        background-position: right top;
        content: '';
        left: 0;
        width: 29.5vw;
        justify-self: start;
        height: 56.6vw;
        margin-top: -8.5%;
        background-size: 100%
    }

    .serviceSect::before {
        display: block;
        position: relative;
        background-image: url(../../images/success-cases/sugo/bg-aside2.svg);
        background-repeat: no-repeat;
        background-position: bottom;
        content: '';
        width: 16.9vw;
        justify-self: start;
        height: 12.8vw;
        margin: 0 auto 3.6em;
        background-size: 100%
    }

    .emFeatures li {
        height: 40vw
    }

    .serviceSect::after {
        display: block;
        position: relative;
        background-image: url(../../images/success-cases/sugo/mobi-illus3.svg);
        background-repeat: no-repeat;
        background-position: bottom;
        content: '';
        width: 43.2vw;
        justify-self: start;
        height: 31.5vw;
        margin: 3em auto 0;
        background-size: 100% 100%
    }

    .mobile-video {
        display: block;
        width: 100vw;
        height: 78.9vw
    }

    .desktop-video {
        display: none
    }

    .serviceSect div::after {
        display: none
    }
}

video,
#vidBttn {
    display: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) and (min-width: 768px) and (max-width: 1800px) {
    body {
        zoom: .85
    }

    .fijo {
        zoom: normal !important;
    }

    video,
    #vidBttn {
        display: block
    }

    #audioIframe {
        display: none
    }
}