.hamburger{position:relative;width:30px;height:24px;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;transition-duration:.15s;transition-timing-function:linear;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;font:inherit;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.hamburger [class*=hamburger-box]{position:absolute;display:inline-block;width:30px;height:24px;overflow:hidden}.hamburger [class*=hamburger-box] [class*=hamburger-inner]{width:30px;height:24px}.hamburger [class*=hamburger-box] [class*=hamburger-inner] .bottom,.hamburger [class*=hamburger-box] [class*=hamburger-inner] .center,.hamburger [class*=hamburger-box] [class*=hamburger-inner] .top{display:block}.hamburger [class*=hamburger-box] [class*=hamburger-inner] .top{top:0}.hamburger [class*=hamburger-box] [class*=hamburger-inner] .center{top:10px}.hamburger [class*=hamburger-box] [class*=hamburger-inner] .bottom{top:20px}.hamburger [class*=hamburger-box].mask{height:0;position:absolute;bottom:0;overflow:hidden}.hamburger [class*=hamburger-inner-mask]{position:absolute;bottom:0;height:24px}.hamburger [class*=hamburger-inner] .bottom,.hamburger [class*=hamburger-inner] .center,.hamburger [class*=hamburger-inner] .top{width:30px;height:4px;position:absolute;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.15s;transition-timing-function:ease}.hamburger [class*=hamburger-inner] .bottom .svg,.hamburger [class*=hamburger-inner] .center .svg,.hamburger [class*=hamburger-inner] .top .svg{position:absolute}.hamburger [class*=hamburger-inner]{transition-duration:.1s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger [class*=hamburger-inner] .top{transition:top .1s ease .12s,opacity .1s ease}.hamburger [class*=hamburger-inner] .bottom{transition:bottom .1s ease .12s,-webkit-transform .1s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease .12s,transform .1s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease .12s,transform .1s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s cubic-bezier(.55,.055,.675,.19)}.hamburger.active [class*=hamburger-inner] .top{top:10px;opacity:0;transition:top .1s ease,opacity .1s ease .12s}.hamburger.active [class*=hamburger-inner] .center{-webkit-transform:rotate(45deg);transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger.active [class*=hamburger-inner] .bottom{top:10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transition:top .1s ease,-webkit-transform .1s cubic-bezier(.215,.61,.355,1) .12s;transition:top .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .12s;transition:top .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform .1s cubic-bezier(.215,.61,.355,1) .12s}*{margin:0;padding:0;z-index:1;box-sizing:border-box}body,html{margin:0;font-family:Montserrat,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;--primary-color:#cd0c3f;--secondary-color:#818a8f;overflow:hidden!important}html{overflow-y:scroll!important}input[name=human]{display:none!important}.no-flick{-webkit-transform:translateZ(0);transform:translateZ(0)}.container{display:flex;flex-flow:wrap;position:relative;max-width:900px;margin-left:auto;margin-right:auto}@media screen and (max-width:900px){.container{max-width:90%}}@media screen and (min-width:1300px){.container{max-width:1100px;margin-left:auto;margin-right:auto}}#tooltip{text-align:center;color:#cd0c3e;background:#fff;position:absolute;font-weight:700;z-index:100;padding:15px;border-radius:10px}#tooltip:after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;content:"";position:absolute;left:50%;bottom:-10px;margin-left:-10px}#tooltip.top:after{border-top-color:transparent;border-bottom:10px solid #fff;top:-20px;bottom:auto}#tooltip.left:after{left:10px;margin:0}#tooltip.right:after{right:10px;left:auto;margin:0}.select{position:relative}.select label{background-color:transparent;border:2px solid #fff;border-radius:50%;cursor:pointer;width:calc(100% - 4px);height:calc(100% - 6px);left:0;position:absolute;top:0}.select label .svg{position:absolute;width:70%;height:70%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.select label .svg.small{width:30%;height:30%}.select label .svg.medium{width:50%;height:50%}.select input[type=checkbox],.select input[type=radio]{visibility:hidden;width:70px;height:70px}.select input[type=checkbox]:checked+label,.select input[type=radio]:checked+label{background-color:#fff;border-color:#fff}.select input[type=checkbox]:checked+label .svg path:not([fill=none]),.select input[type=radio]:checked+label .svg path:not([fill=none]){fill:var(--primary-color)}.select input[type=checkbox]:checked+label .svg path[stroke="#fff"],.select input[type=radio]:checked+label .svg path[stroke="#fff"]{stroke:var(--primary-color)}.select input[type=checkbox]:checked+label:after,.select input[type=radio]:checked+label:after{opacity:1}input,textarea{font:inherit!important;line-height:1;background:transparent;border:none;color:#fff;outline:none}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#fff;text-transform:uppercase}input::-moz-placeholder,textarea::-moz-placeholder{color:#fff;text-transform:uppercase}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#fff;text-transform:uppercase}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#fff;text-transform:uppercase}input::placeholder,textarea::placeholder{color:#fff;text-transform:uppercase}input.invalid,textarea.invalid{border-color:var(--primary-color)!important}textarea{resize:none}input[type=email],input[type=password],input[type=tel],input[type=text]{height:30px;border-bottom:2px solid #434343;color:hsla(0,0%,100%,.75)}input[type=email]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder{color:transparent}input[type=email]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder{color:transparent}input[type=email]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder{color:transparent}input[type=email]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder{color:transparent}input[type=email]::placeholder,input[type=password]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder{color:transparent}input[type=email],input[type=email]+label,input[type=password],input[type=password]+label,input[type=tel],input[type=tel]+label,input[type=text],input[type=text]+label{display:block;width:100%}input[type=email]+label,input[type=password]+label,input[type=tel]+label,input[type=text]+label{position:absolute;top:40%;left:0;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:-1;color:#9c9a9b;transition:opacity .25s ease-in-out,-webkit-transform .25s;transition:transform .25s,opacity .25s ease-in-out;transition:transform .25s,opacity .25s ease-in-out,-webkit-transform .25s;-webkit-transform-origin:0 0;transform-origin:0 0;font-size:.8rem}@media screen and (max-width:500px){input[type=email]+label,input[type=password]+label,input[type=tel]+label,input[type=text]+label{font-size:.7rem}}input[type=email]:focus+label,input[type=email]:not(:placeholder-shown)+label,input[type=password]:focus+label,input[type=password]:not(:placeholder-shown)+label,input[type=tel]:focus+label,input[type=tel]:not(:placeholder-shown)+label,input[type=text]:focus+label,input[type=text]:not(:placeholder-shown)+label{-webkit-transform:translate(.25em,-2em) scale(.9);transform:translate(.25em,-2em) scale(.9);opacity:.75}textarea{font:inherit;height:25vh;width:100%;padding:15px;border:2px solid #434343;border-radius:10px;font-size:.8rem!important;color:hsla(0,0%,100%,.75)}@media screen and (max-width:500px){textarea{height:20vh;font-size:.6rem!important}}textarea::-webkit-input-placeholder{color:#9c9a9b}textarea::-moz-placeholder{color:#9c9a9b}textarea:-ms-input-placeholder{color:#9c9a9b}textarea::-ms-input-placeholder{color:#9c9a9b}textarea::placeholder{color:#9c9a9b}form button[type=submit]{-webkit-transform:translate(0);transform:translate(0)}form button[type=submit].invalid{-webkit-animation-name:shake;animation-name:shake;-webkit-animation-duration:1s;animation-duration:1s}@-webkit-keyframes shake{0%{-webkit-transform:translateX(-4px);transform:translateX(-4px)}10%{-webkit-transform:translateX(4px);transform:translateX(4px)}20%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}30%{-webkit-transform:translateX(5px);transform:translateX(5px)}40%{-webkit-transform:translateX(-3px);transform:translateX(-3px)}50%{-webkit-transform:translateX(3px);transform:translateX(3px)}60%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}70%{-webkit-transform:translateX(2px);transform:translateX(2px)}80%{-webkit-transform:translateX(-1px);transform:translateX(-1px)}90%{-webkit-transform:translateX(1px);transform:translateX(1px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%{-webkit-transform:translateX(-4px);transform:translateX(-4px)}10%{-webkit-transform:translateX(4px);transform:translateX(4px)}20%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}30%{-webkit-transform:translateX(5px);transform:translateX(5px)}40%{-webkit-transform:translateX(-3px);transform:translateX(-3px)}50%{-webkit-transform:translateX(3px);transform:translateX(3px)}60%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}70%{-webkit-transform:translateX(2px);transform:translateX(2px)}80%{-webkit-transform:translateX(-1px);transform:translateX(-1px)}90%{-webkit-transform:translateX(1px);transform:translateX(1px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}a{color:inherit;text-decoration:none}[tabindex]{outline:none}@media screen and (max-width:500px){div[class*=bracket]:before{height:180px;width:44px}}.bracket:before{content:"";display:block;width:5.783vw;height:23.45vw;background:url(17af9c92b180180489894c2305f1f805.svg) no-repeat;background-size:contain}@media screen and (min-width:1500px){.bracket:before{width:3.5vw;height:14.4vw}}.bracket-black:before{content:"";display:block;width:5.783vw;height:23.45vw;background:url(9dcc2517901fc3a4e3433faeddce86c4.svg) no-repeat;background-size:contain}@media screen and (min-width:1500px){.bracket-black:before{width:3.5vw;height:14.4vw}}.closing-bracket:before{content:"";display:block;width:5.783vw;height:23.45vw;background:url(75cd9af7bdd8dd2f20999ca24751946a.svg) no-repeat;background-size:contain}@media screen and (min-width:1500px){.closing-bracket:before{width:3.5vw;height:14.4vw}}.closing-bracket-black:before{content:"";display:block;width:5.783vw;height:23.45vw;background:url(7cdda5fa9cd13dca0e6e47faf00b4b07.svg) no-repeat;background-size:contain}@media screen and (min-width:1500px){.closing-bracket-black:before{width:3.5vw;height:14.4vw}}.arrow:before{background:url(fff32859c24fb50103814f9d9084a884.svg) no-repeat;background-size:contain}.arrow:before,.next-step-arrow:before{content:"";display:block;width:100%;height:100%}.next-step-arrow:before{background:url(36d98aa26ae53a647b26c81fd970b24e.svg) no-repeat;background-size:contain}.previous-step-arrow:before{content:"";display:block;width:100%;height:100%;background:url(bada360241aec4a1bea0e8ade8b72110.svg) no-repeat;background-size:contain}.money-icon{padding:0 0 0 45px}@media screen and (max-width:500px){.money-icon{padding:0 0 0 8vw}}.money-icon:after{content:"";display:block;background:url(866743d95ada39c8d2c20c764b83c5eb.svg) no-repeat;width:128px;height:150px}@media screen and (max-width:500px){.money-icon:after{width:22vw;height:25.7708vw}}.clock-icon{padding:0 45px 0 0}@media screen and (max-width:500px){.clock-icon{padding:0 10vw 0 0}}.clock-icon:after{content:"";display:block;background:url(d14424956834f3e73587d8de04996bf1.svg) no-repeat;width:128px;height:150px}@media screen and (max-width:500px){.clock-icon:after{width:22vw;height:25.7708vw}}body{position:relative}body button{padding:.8vw;background:transparent;border:none;font-size:1rem;color:inherit;box-shadow:none;outline:none;cursor:pointer;font-family:inherit}body button.btn{border:.15vw solid #fff;border-radius:.75vw;text-transform:uppercase;font-weight:700}body nav#navbar{position:fixed;display:flex;justify-content:space-between;top:0;width:100%;height:75px;color:#fff;padding-top:env(safe-area-inset-top)}body nav#navbar>.menu-item{display:flex;align-items:center;justify-content:center;width:75px}body nav#navbar>.menu-item.bullcode-shield{margin:0 0 0 10px;padding:0}@media screen and (max-width:500px){body nav#navbar>.menu-item.bullcode-shield{margin:0}}body nav#navbar>.menu-item.bullcode-shield a{display:block;height:35px;width:24px;position:relative}body nav#navbar>.menu-item.bullcode-shield a div{position:absolute;bottom:0;width:24px;height:35px}body nav#navbar>.menu-item.bullcode-shield a div#bc-logo-0,body nav#navbar>.menu-item.bullcode-shield a div#bc-logo-1{height:0;position:absolute;bottom:0;overflow:hidden}body nav#navbar>.menu-item.bullcode-shield a div#bc-logo-0 .svg,body nav#navbar>.menu-item.bullcode-shield a div#bc-logo-1 .svg{position:absolute;bottom:0}body nav#navbar>.menu-item.bullcode-shield a div#bc-logo-0{height:100px}body nav#navbar>.menu-item.bullcode-shield .about-shield{position:absolute;width:50px;height:50px;background:orange}body nav#navbar>.menu-item .menu-box{display:none;position:absolute;width:50vw;height:100vh;right:-50vw;top:0;background:rgba(0,0,0,.95);z-index:1;transition:right .5s ease .12s}@media screen and (max-width:500px){body nav#navbar>.menu-item .menu-box{width:100vw;right:-100vw}}body nav#navbar>.menu-item .menu-box .menu-items{margin:20% 5% 20% 20%;font-size:2rem;font-weight:600;text-transform:uppercase}@media screen and (max-width:500px){body nav#navbar>.menu-item .menu-box .menu-items{margin:23.5vw 5vw 0 15vw;font-size:1.4rem}}body nav#navbar>.menu-item .menu-box .menu-items .menu-item{margin:0 0 30px}body nav#navbar>.menu-item .menu-box .menu-items .menu-item a{position:relative}body nav#navbar>.menu-item .menu-box .menu-items .menu-item a:before{content:"";display:block;position:absolute;top:50%;left:0;width:100%;height:.75em;background:var(--primary-color);z-index:-1;transition:all .25s}body nav#navbar>.menu-item .menu-box .menu-items .menu-item a:hover:before{top:0;height:1.2em}@media screen and (max-width:500px){body nav#navbar>.menu-item .menu-box .menu-items .menu-item a:hover:before{top:50%;height:.75em}}body nav#navbar>.menu-item .menu-box .menu-items .menu-item:last-of-type{margin:0}body nav#navbar .hamburger.hamburger--squeeze.js-hamburger.active{z-index:2}body nav#navbar .hamburger.hamburger--squeeze.js-hamburger.active~.menu-box{right:0;transition-delay:.05s}body .flex-1{flex:1}body .flex-2{flex:2}body .flex-3{flex:3}body .flex-4{flex:4}body .flex-5{flex:5}body .flex-6{flex:6}body section{position:relative;height:auto;min-height:100vh;z-index:-1;margin:0;background:#fff}body section #center-message{position:relative;display:flex;align-items:center;margin:0 auto;width:calc(100vw - 15%);height:100%;color:#fff;font-size:7rem;font-weight:800}@media screen and (max-width:500px){body section #center-message{font-size:2rem}}body section#home{height:100vh;background-color:var(--primary-color);background-image:url(37c462dd851e8a1f0cb43183c559452f.jpg);background-repeat:no-repeat;background-position:50%;background-size:cover}body section#home:before{content:"";display:block;position:absolute;top:0;left:0;height:100%;width:100%;z-index:0}body section#home .bullcode-white-logo{display:inline-block;background:url(938160627d722e678e8f633a32639bd8.svg) no-repeat;background-size:39.1001vw 10vw;height:10vw;width:39.1001vw;vertical-align:baseline}@media screen and (max-width:800px){body section#home .bullcode-white-logo{background-size:54.74014vw 14vw;height:14vw;width:54.74014vw}}body section#home #center-message{text-transform:uppercase}body section#home #center-message .text{position:relative;width:100%;color:#fff;font-size:10vw;font-weight:800}@media screen and (min-width:1100px){body section#home #center-message .text{font-size:7vw}}body section#home #center-message .text>span:last-of-type{border-right:.05em solid;-webkit-animation:caret 1s steps(1) infinite;animation:caret 1s steps(1) infinite}body section#about{display:flex;background:#000;color:#fff;min-height:90vh}@media screen and (max-width:700px){body section#about{height:auto}}body section#about .container{width:100%}body section#about .bracket{display:flex;position:absolute;justify-content:flex-end;top:60px;left:-8vw}@media screen and (max-width:500px){body section#about .bracket{top:8vw;left:-16vw}}@media screen and (max-width:1100px){body section#about .bracket{left:calc(-5vw + 5px)}}body section#about .text{width:30vw;margin:150px 0 100px 20px;font-size:1.65rem;text-align:justify;line-height:2.5rem}@media screen and (max-width:500px){body section#about .text{font-size:1.3rem;line-height:1.8rem}}body section#about .image{position:relative;margin:0 -50px 0 50px}@media screen and (max-width:700px){body section#about .image{display:none}}@media screen and (max-width:800px){body section#about .image{margin:0 0 0 50px}}@media screen and (max-width:500px){body section#about .image{display:none}}body section#about .image .image-box{position:absolute;height:100vh;max-height:100%;width:100%;bottom:-60px;border-radius:15px;overflow:hidden}body section#about .image .image-box .about-img{background-image:url(88761bd74bc29bfe1d7673de62be1cc1.jpg);background-repeat:no-repeat;background-size:cover;background-position:100%;height:100%;width:100%;-webkit-filter:grayscale(1);filter:grayscale(1);transition:-webkit-filter .3s ease-in-out;transition:filter .3s ease-in-out;transition:filter .3s ease-in-out,-webkit-filter .3s ease-in-out}body section#about .image .image-box .about-img:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}body section#services{display:flex;align-content:flex-start;flex-flow:row wrap;height:auto}body section#services>*,body section#services>.container>*{width:100vw}body section#services .steps{position:relative;display:flex;align-items:center;justify-content:space-between;flex-flow:row wrap;margin:15% 0 0}@media screen and (max-width:500px){body section#services .steps{margin:25% 0 0;overflow:auto}}body section#services .steps .steps-group{display:flex;justify-content:center;width:100%}body section#services .steps .step{position:relative;margin:0 20px 0 0;cursor:pointer;-webkit-filter:brightness(10) grayscale(100%);filter:brightness(10) grayscale(100%)}@media screen and (max-width:500px){body section#services .steps .step{width:115px;height:110px;margin:0 20px 20px 0}}body section#services .steps .step>.description{position:absolute;display:flex;flex-flow:row wrap;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;color:#000;opacity:.5}body section#services .steps .step>.description>span{width:100%;font-weight:800;font-size:1.8rem;line-height:2.1rem;text-transform:uppercase}@media screen and (max-width:500px){body section#services .steps .step>.description>span{font-size:1.4rem;line-height:1.6rem}}body section#services .steps .step.active{-webkit-filter:none;filter:none}body section#services .steps .step.active>.description{opacity:1}body section#services .steps .step.active>.arrow{display:block}body section#services .steps .arrow{position:absolute;display:none;bottom:-3vw;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:3.1vw;height:1.55vw}@media screen and (max-width:500px){body section#services .steps .arrow{top:130px;height:15px;width:31px}}body section#services .steps .index{font-size:8rem;font-weight:800;color:var(--primary-color)}@media screen and (max-width:500px){body section#services .steps .index{font-size:5rem}}body section#services .closing-bracket{position:absolute;right:-70px;bottom:0}@media screen and (max-width:1100px){body section#services .closing-bracket{display:none}}@media screen and (max-width:500px){body section#services .closing-bracket{top:-20vw;right:-5vw;bottom:auto;width:auto}}body section#services>.container .text{display:none;min-height:75px;margin:5.5vw 0 0;color:var(--secondary-color)}@media screen and (max-width:500px){body section#services>.container .text{margin:50px 0;font-size:1rem;text-align:justify}}body section#services>.container .text[id="01"]{display:block}body section#services .mobile-apps-img{background-image:url(572eed0df1884c8a875851176220c0cb.jpg);background-repeat:no-repeat}body section#services .web-apps-img{background-image:url(de3a11c648fb30701c72c671742a2374.jpg);background-repeat:no-repeat}body section#services .custom-software-img{background-image:url(0847aa8e01fde4f356f226f9ec683cdd.jpg);background-repeat:no-repeat}body section#services .consulting-img{background-image:url(365abba8ee95e1b8614be45a865b2df6.jpg);background-repeat:no-repeat}body section#services .services-parallax{display:flex;align-content:flex-start;flex-flow:row wrap;margin:0 0 100vh}body section#services .services-parallax .sticky-container{top:0;width:100%;transition:all .1s}body section#services .services-parallax .sticky-container>*{display:flex;width:100%;height:100vh}body section#services .services-parallax .sticky-container .left,body section#services .services-parallax .sticky-container .right{flex:1;overflow:hidden}body section#services .services-parallax .sticky-container .left .description,body section#services .services-parallax .sticky-container .right .description{display:flex;flex-flow:row wrap;align-content:center;justify-content:center;height:100%;padding:0 20%;color:var(--secondary-color);background:#fff}body section#services .services-parallax .sticky-container .left .description .title,body section#services .services-parallax .sticky-container .right .description .title{font-size:2.3rem;font-weight:600!important;text-transform:uppercase;width:85%}@media screen and (max-width:500px){body section#services .services-parallax .sticky-container .left .description .title,body section#services .services-parallax .sticky-container .right .description .title{font-size:1.5rem}}body section#services .services-parallax .sticky-container .left .description .text,body section#services .services-parallax .sticky-container .right .description .text{font-size:1.5rem;text-align:justify}@media screen and (max-width:500px){body section#services .services-parallax .sticky-container .left .description .text,body section#services .services-parallax .sticky-container .right .description .text{font-size:1.1rem}}body section#services .services-parallax .sticky-container .right{text-align:left}body section#services .services-parallax .sticky-container .right .title{margin:0 auto 40px 0}body section#services .services-parallax .sticky-container .left{text-align:right}body section#services .services-parallax .sticky-container .left .title{margin:0 0 40px auto}body section#services .services-parallax .sticky-container .mobile-apps-img{background-size:cover;height:100%;width:100%;transition:-webkit-filter .3s ease-in-out;transition:filter .3s ease-in-out;transition:filter .3s ease-in-out,-webkit-filter .3s ease-in-out;-webkit-filter:grayscale(1);filter:grayscale(1)}body section#services .services-parallax .sticky-container .mobile-apps-img:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}body section#services .services-parallax .sticky-container .web-apps-img{background-size:cover;background-position-y:-60px;height:100%;width:100%;-webkit-filter:grayscale(1);filter:grayscale(1);transition:-webkit-filter .3s ease-in-out;transition:filter .3s ease-in-out;transition:filter .3s ease-in-out,-webkit-filter .3s ease-in-out}body section#services .services-parallax .sticky-container .web-apps-img:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}body section#services .services-parallax .sticky-container .custom-software-img{background-size:cover;background-position:50%;height:100%;width:100%;-webkit-filter:grayscale(1);filter:grayscale(1);transition:-webkit-filter .3s ease-in-out;transition:filter .3s ease-in-out;transition:filter .3s ease-in-out,-webkit-filter .3s ease-in-out}body section#services .services-parallax .sticky-container .custom-software-img:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}body section#services .services-parallax .sticky-container .consulting-img{background-size:cover;background-position:50%;height:100%;width:100%;-webkit-filter:grayscale(1);filter:grayscale(1);transition:-webkit-filter .3s ease-in-out;transition:filter .3s ease-in-out;transition:filter .3s ease-in-out,-webkit-filter .3s ease-in-out}body section#services .services-parallax .sticky-container .consulting-img:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}body section#services .services-parallax .sticky-container>div{position:absolute;display:flex;will-change:transform;-webkit-transform:translateZ(0);transform:translateZ(0);transition:all .1s;-webkit-backface-visibility:hidden;backface-visibility:hidden}body section#services .services-parallax .sticky-container>div:not(.layer){display:none;position:fixed;top:0}@media screen and (max-width:500px){body section#services .services-parallax .sticky-container>div:not(.layer){font-size:1rem}}body section#services .services-parallax .sticky-container .layer{z-index:2}body section#services .interleaved-services>div{position:relative;display:block;height:50vh}body section#services .interleaved-services>div.description{height:auto}body section#services .interleaved-services .mobile-apps-img,body section#services .interleaved-services .web-apps-img{background-size:cover}body section#services .interleaved-services .consulting-img,body section#services .interleaved-services .custom-software-img{background-size:cover;background-position:50%}body section#services .interleaved-services .description{display:flex;flex-flow:row wrap;align-content:center;height:100%;padding:20% 10%;color:var(--secondary-color);background:#fff}@media screen and (max-width:500px){body section#services .interleaved-services .description{padding:20% 0}}body section#services .interleaved-services .description .title{font-size:2.3rem;font-weight:600!important;text-transform:uppercase;margin:0 0 5vh;width:85%}@media screen and (max-width:500px){body section#services .interleaved-services .description .title{font-size:1.5rem}}body section#services .interleaved-services .description .title.right{text-align:right;margin:0 0 5vh auto}body section#services .interleaved-services .description .text{font-size:1.45rem;text-align:justify}@media screen and (max-width:500px){body section#services .interleaved-services .description .text{font-size:1.1rem}}body section#cases{height:auto;background:#f0efef}body section#cases>*{width:100%}body section#cases .catchphrase{background:#000;color:#fff}body section#cases .catchphrase .phrase{width:100%;font-size:1.5rem;font-weight:300;text-align:center;padding:15vh 0 0;line-height:3.2vw}@media screen and (max-width:500px){body section#cases .catchphrase .phrase{font-size:1rem;line-height:normal;padding:10vh 0 0}}body section#cases .catchphrase .footer{margin:0 auto;padding:5vh 0 15vh;display:flex}@media screen and (max-width:500px){body section#cases .catchphrase .footer{padding:5vh 0 10vh}}body section#cases .catchphrase .footer .name{width:45vw;text-align:right;margin:0 5px 0 0;height:1.7rem;font-size:1.4rem;font-weight:500}@media screen and (max-width:500px){body section#cases .catchphrase .footer .name{font-size:1rem;width:55vw}}body section#cases .catchphrase .footer .name:after{content:"";display:block;border-bottom:2px solid #fff;margin:0 10px 0 0}body section#cases .catchphrase .footer .who-is-it{font-size:.8rem;font-style:italic;line-height:2}@media screen and (max-width:500px){body section#cases .catchphrase .footer .who-is-it{line-height:normal}}body section#cases .catchphrase.primary{background:var(--primary-color)}body section#cases .catchphrase.secondary{background:var(--secondary-color)}body section#cases .carousel-cell{max-height:70vh}body section#cases .carousel-cell img{width:100vw;-o-object-fit:cover;object-fit:cover;max-width:1800px}body section#cases .flickity-page-dots{bottom:40px}@media screen and (max-width:500px){body section#cases .flickity-page-dots{bottom:20px}}body section#cases .flickity-page-dots .dot{background:#353535;border-radius:2px;height:15px;width:15px}@media screen and (max-width:500px){body section#cases .flickity-page-dots .dot{height:10px;width:10px}}body section#howItWorks{height:auto}body section#howItWorks .intro{display:flex;padding:25px 0 0}@media screen and (max-width:500px){body section#howItWorks .intro{padding:0}}@media screen and (max-width:1300px){body section#howItWorks .intro.container{max-width:100%;height:100vh;-o-object-position:right;object-position:right;border-top-left-radius:15px;border-bottom-right-radius:15px}}@media screen and (max-width:500px){body section#howItWorks .intro.container{height:auto}}body section#howItWorks .intro.container .text-block{display:flex}@media screen and (max-width:500px){body section#howItWorks .intro.container .text-block{margin:6vw 0}}body section#howItWorks .intro.container .text-block .text{padding:0 20px 0 80px;text-align:justify;color:var(--secondary-color);font-size:1.55rem;line-height:1.65;align-self:flex-end}@media screen and (max-width:500px){body section#howItWorks .intro.container .text-block .text{font-size:1rem;padding:0!important}}@media screen and (max-width:800px){body section#howItWorks .intro.container .text-block .text{padding-left:20px}}@media screen and (max-width:500px){body section#howItWorks .intro .image{flex:none;width:100vw}}body section#howItWorks .intro .image img{-o-object-fit:cover;object-fit:cover;max-height:100%;max-width:100%;height:100vh;-o-object-position:right;object-position:right}@media screen and (max-width:500px){body section#howItWorks .intro .image img{height:50vh;width:100vw}}body section#howItWorks .intro .text-block{display:flex}body section#howItWorks .intro .text-block .text{padding:0 20px 0 80px;text-align:justify;color:var(--secondary-color);font-size:1.9rem;line-height:1.65;align-self:flex-end}@media screen and (max-width:500px){body section#howItWorks .intro .text-block .text{font-size:1rem}}body section#howItWorks .intro .closing-bracket-black{position:relative}@media screen and (max-width:800px){body section#howItWorks .intro .closing-bracket-black{position:absolute;top:0;right:5vw;width:10vw}}body section#howItWorks .intro .closing-bracket-black:before{position:absolute;top:-90px}@media screen and (max-width:500px){body section#howItWorks .intro .closing-bracket-black:before{top:-15vw}}body section#howItWorks .topic{position:relative;margin:0 35px 0 0}@media screen and (max-width:500px){body section#howItWorks .topic{margin:13vw auto}}body section#howItWorks .topic>.description{position:absolute;display:flex;flex-flow:row wrap;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#000}body section#howItWorks .topic>.description>span{width:100%;font-weight:800;font-size:1.8rem;line-height:2.4vw;text-transform:uppercase}@media screen and (max-width:500px){body section#howItWorks .topic>.description>span{font-size:1.2rem;line-height:7vw}}body section#howItWorks .text{font-size:1.4rem;line-height:1.5;text-align:justify;color:var(--secondary-color)}@media screen and (max-width:500px){body section#howItWorks .text{font-size:1rem}}body section#howItWorks .fixed-price{display:flex;align-items:center;margin:100px 0 0}@media screen and (max-width:500px){body section#howItWorks .fixed-price{flex-flow:row wrap;margin:0}}body section#howItWorks .fixed-price .topic>.description{left:0}body section#howItWorks .time{display:flex;align-items:center;margin:100px 0}@media screen and (max-width:500px){body section#howItWorks .time{flex-flow:row wrap;margin:0 0 10vw}body section#howItWorks .time .text{order:2}body section#howItWorks .time .topic{order:1}}body section#howItWorks .time .topic{margin:0 0 0 35px}@media screen and (max-width:500px){body section#howItWorks .time .topic{margin:13vw auto}}body section#howItWorks .time .topic>.description{right:0;text-align:right}body section#calculator{background:var(--primary-color);color:#fff;height:auto;min-height:calc(100vh - 55px)}body section#calculator input.invalid{border-color:inherit!important}body section#calculator input.invalid~.invalid_background{display:block;background:#ae0a34;position:absolute!important;top:0;left:0;right:0;bottom:0;width:100%;height:30px;z-index:-2;border-radius:3px}body section#calculator #calculator_form .row{display:flex;align-items:center}body section#calculator #calculator_form .row .money-icon{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}body section#calculator #calculator_form .row .money-icon:after{width:12vw;height:14.0625vw}@media screen and (max-width:500px){body section#calculator #calculator_form .row .money-icon:after{width:15vw;height:17.57813vw}}body section#calculator #calculator_form .row .results{margin:0 0 0 40px}body section#calculator #calculator_form .row .results .title{font-size:2.5vw;font-weight:700}body section#calculator #calculator_form .row .results .value{font-size:5vw;font-weight:700;margin:10px 0}@media screen and (max-width:500px){body section#calculator #calculator_form .row .results .warning{font-size:3vw}}body section#calculator .bracket-black{position:absolute;left:-10%;top:-190px}@media screen and (max-width:500px){body section#calculator .bracket-black{left:-17%;top:-20vw}body section#calculator .bracket-black:before{width:10.65vw;height:43.45vw}}body section#calculator>.container{justify-content:center}body section#calculator>.container>.title{position:relative;top:-2px;width:100%;line-height:5.1rem;text-transform:uppercase;text-align:center;font-size:10vw;font-weight:800}@media screen and (min-width:1100px){body section#calculator>.container>.title{font-size:7vw}}body section#calculator>.container>button.btn{display:flex;margin:50px auto;padding:30px 25px;border-radius:1.5vw;border:3px solid #fff;font-size:1.9rem}@media screen and (max-width:500px){body section#calculator>.container>button.btn{font-size:.8rem;padding:3.5vw 6vw;border:2px solid #fff}}body section#calculator .text{margin:125px 0 0;font-size:1.9rem;line-height:1.6;text-align:justify}@media screen and (max-width:500px){body section#calculator .text{font-size:1rem;margin:13vw 0 0}}body section#calculator .bullcode-dark-red-logo{position:absolute;bottom:0;z-index:-1}body section#calculator .bullcode-dark-red-logo:after{content:"";display:block;background:url(4a5a8610b85bbe515558afe6d3599db2.svg) no-repeat;min-width:100vw;width:100vw;height:25.625vw}body section#calculator .questions{width:100%;padding:0 0 100px}body section#calculator .questions form{width:100%}body section#calculator .questions .question,body section#calculator .questions .question .header{display:flex;flex-flow:row wrap;justify-content:center}body section#calculator .questions .question .header{align-items:center;margin:80px 0 50px;width:100%}body section#calculator .questions .question .header>*{display:flex;justify-content:center;width:100%}body section#calculator .questions .question .header .title{font-size:1.2rem;font-weight:600;text-align:center}body section#calculator .questions .question .header .description{font-size:.8rem;font-weight:100}body section#calculator .questions .question .answers{display:flex;justify-content:center;flex-flow:row wrap;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:30px}body section#calculator .questions .question .answers .answer{flex:1 0 20%;margin:10px;justify-content:space-around;border:2px solid #fff;border-radius:20px;max-width:20%;padding:20px 0;cursor:pointer}@media screen and (max-width:500px){body section#calculator .questions .question .answers .answer{flex:1 0 40%;max-width:40%}}@media screen and (min-width:800px) and (max-width:900px){body section#calculator .questions .question .answers .answer{flex:1 0 25%;max-width:25%}}@media screen and (min-width:1300px){body section#calculator .questions .question .answers .answer{flex:1 0 200px;max-width:200px}}body section#calculator .questions .question .answers .answer .custom-select{display:flex;align-items:center;justify-content:center}body section#calculator .questions .question .answers .answer .description{padding:5px 0 0;font-size:.8rem;text-align:center;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}body section#calculator .questions .question .answers.mobile .answer{display:flex;align-items:center;justify-content:flex-start;flex:1 0 100%;max-width:100%;margin:10px 0}@media screen and (min-width:800px){body section#calculator .questions .question .answers.mobile .answer{flex:1 0 calc(50% - 20px);max-width:calc(50% - 20px);margin:10px}}body section#calculator .questions .question .answers.mobile .answer .custom-select{flex:1 0 20%;max-width:20%;margin:0 0 0 20px}body section#calculator .questions .question .answers.mobile .answer .description{flex:1 0 calc(80% - 40px);max-width:calc(80% - 40px);padding:0 20px;text-align:left}body section#calculator .questions .question .answers.mobile .answer .description>span{display:flex;font-size:1.1em;font-weight:700}body section#calculator .questions .question .answers.mobile .answer .description .hint{display:flex;padding:5px 0 0}body section#calculator .questions .buttons{display:flex;align-items:center;justify-content:center}body section#calculator .questions .buttons button{position:relative;padding:0;width:50px;height:50px;border-radius:8px;border-width:1.5px}body section#calculator .questions .buttons button .next-step-arrow,body section#calculator .questions .buttons button .previous-step-arrow{width:10px;height:20px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body section#calculator .questions .buttons button.previousStep{margin:0 20px 0 0}body section#calculator .lead-info{display:flex;align-items:center;justify-content:center;flex-flow:row wrap;width:70%}@media screen and (max-width:800px){body section#calculator .lead-info{width:100%}}body section#calculator .lead-info form,body section#calculator .lead-info form>div{width:100%}body section#calculator .lead-info form>div.header{margin:0 0 40px}body section#calculator .lead-info form>div.header .title{font-size:1.2rem;font-weight:600;text-align:center}body section#calculator .lead-info form>div.header .subtitle{font-size:.8rem;font-weight:100;text-align:center}body section#calculator .lead-info form>div.fields div{position:relative;width:100%;margin:0 0 30px}body section#calculator .lead-info form>div.fields div input{border-color:#fff}body section#calculator .lead-info form>div.fields div label{color:#fff}body section#calculator .lead-info form>div.footer{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:50px 0 0}body section#calculator .lead-info form>div.footer #form_message{height:40px;font-size:.9rem}body section#calculator .lead-info form>div.footer button{max-width:200px;padding:15px 25px;font-size:.8rem}body section#calculator .lead-info form>div.footer .loading-box{display:flex;align-items:center;flex-flow:column wrap}body section#calculator .lead-info form>div.footer .loading-box svg{width:24px;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}body section#calculator .lead-info form>div.footer .loading-box svg path{fill:#fff}body section#calculator .lead-info form>div.footer .loading-box .loading{font-size:.8rem;margin:5px 0 0}body section#contact{min-height:100vh;height:auto;background:#000;color:#fff}body section#contact .leading-box{padding:15vh 0 0;height:100%;width:100%}@media screen and (max-width:500px){body section#contact .leading-box{padding:8vw 0 0}}body section#contact .leading-box .title{display:flex;font-size:4.35vw;font-weight:900;text-transform:uppercase}@media screen and (max-width:500px){body section#contact .leading-box .title{font-size:5.95vw;flex-flow:row wrap}}@media screen and (min-width:1500px){body section#contact .leading-box .title{font-size:2.6vw}}body section#contact .leading-box .title .socials{display:flex;align-items:center;margin:0 0 0 auto}body section#contact .leading-box .title .socials a{display:flex;align-items:center;justify-content:center;min-width:32px;min-height:32px}body section#contact .leading-box .title .socials i.instagram{display:block;width:2.8vw;height:2.8vw}@media screen and (max-width:500px){body section#contact .leading-box .title .socials i.instagram{width:5vw;height:5vw}}@media screen and (min-width:1500px){body section#contact .leading-box .title .socials i.instagram{width:2vw;height:2vw}}body section#contact .leading-box .title .socials i.instagram:after{content:"";position:relative;display:block;background:url(063d691a2f956578a519036b12981089.svg) no-repeat;width:100%;height:100%}body section#contact .leading-box .title .socials i.twitter{display:block;width:3.4vw;height:2.8vw;margin:0 0 0 2.4vw}@media screen and (max-width:500px){body section#contact .leading-box .title .socials i.twitter{width:6.07vw;height:5vw}}@media screen and (min-width:1500px){body section#contact .leading-box .title .socials i.twitter{width:2.4284vw;height:2vw}}body section#contact .leading-box .title .socials i.twitter:after{content:"";position:relative;display:block;background:url(8b7c85c3cf3884e89dd861dfe329ff54.svg) no-repeat;width:100%;height:100%}body section#contact .leading-box .title .socials i.whatsapp{display:block;width:2.8vw;height:2.8vw;margin:0 0 0 2.4vw}@media screen and (max-width:500px){body section#contact .leading-box .title .socials i.whatsapp{width:5vw;height:5vw}}@media screen and (min-width:1500px){body section#contact .leading-box .title .socials i.whatsapp{width:2vw;height:2vw}}body section#contact .leading-box .title .socials i.whatsapp:after{content:"";position:relative;display:block;background:url(175bfaae8a82134934d8323b56d4b79c.svg) no-repeat;width:100%;height:100%}body section#contact .leading-box .body{display:flex;align-items:center;width:100%;margin:100px 0 0}@media screen and (max-width:500px){body section#contact .leading-box .body{margin:0;flex-flow:row wrap}body section#contact .leading-box .body>div{flex:none}}@media screen and (max-width:500px){body section#contact .leading-box .body .identification{width:100%}}body section#contact .leading-box .body .identification .fields{display:flex;flex-flow:row wrap;padding:0 7vw 0 0}@media screen and (max-width:500px){body section#contact .leading-box .body .identification .fields{padding:0;margin:15px 0 0}}body section#contact .leading-box .body .identification .fields>div{position:relative;width:100%;margin:5px 0 25px}@media screen and (max-width:500px){body section#contact .leading-box .body .message{width:100%}}body section#contact .leading-box .body .message div{display:flex}body section#contact .leading-box .footer{display:flex;justify-content:flex-end;margin:50px 0 0}body section#contact .leading-box .footer #form_message{display:flex;align-items:center;margin-right:20px;font-size:.9rem}body section#contact .leading-box .footer button{padding:20px 30px;font-size:.9rem}@media screen and (max-width:500px){body section#contact .leading-box .footer button{font-size:.6rem;padding:4vw 6vw;border-width:.5vw;border-radius:1.3vw}}body section#contact .leading-box .footer .loading-box{display:flex;align-items:center;flex-flow:column wrap}body section#contact .leading-box .footer .loading-box svg{width:24px;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}body section#contact .leading-box .footer .loading-box svg path{fill:#fff}body section#contact .leading-box .footer .loading-box .loading{font-size:.8rem;margin:5px 0 0}body section#contact .container>.footer{width:100%;background:#000;color:#fff;margin:7.82vw 0;border-top:4px solid #fff}@media screen and (max-width:700px){body section#contact .container>.footer{margin:17.82vw 0 12.5vw}}body section#contact .container>.footer>div{display:flex;align-items:center}body section#contact .container>.footer .footer-menu{margin:80px 0}@media screen and (max-width:700px){body section#contact .container>.footer .footer-menu{margin:6vw 0}}body section#contact .container>.footer .footer-menu .menu-items{display:flex;flex-flow:row wrap}body section#contact .container>.footer .footer-menu .menu-items.is-mobile{width:100%}body section#contact .container>.footer .footer-menu .menu-items.is-mobile>div{flex:1}body section#contact .container>.footer .footer-menu .menu-items .menu-item{margin:0 20px 0 0}@media screen and (max-width:700px){body section#contact .container>.footer .footer-menu .menu-items .menu-item{margin:0 0 1vw;font-size:.8rem}}body section#contact .container>.footer .footer-menu .menu-items .menu-item:last-of-type{margin:0}body section#contact .container>.footer .footer-bottom-part{align-items:flex-end;justify-content:space-between}@media screen and (max-width:700px){body section#contact .container>.footer .footer-bottom-part{flex-flow:row wrap}}body section#contact .container>.footer .footer-bottom-part>div{line-height:1.7}@media screen and (max-width:700px){body section#contact .container>.footer .footer-bottom-part>div{width:100%}body section#contact .container>.footer .footer-bottom-part>div.address-box{margin:4vw 0}body section#contact .container>.footer .footer-bottom-part>div.address-box .address,body section#contact .container>.footer .footer-bottom-part>div.address-box .title{text-align:center}body section#contact .container>.footer .footer-bottom-part>div.contact-means{font-size:.8rem;margin:5vw 0 15vw}body section#contact .container>.footer .footer-bottom-part>div.contact-means .email{text-align:center}}body section#contact .container>.footer .footer-bottom-part>div>.title{font-weight:700}@media screen and (max-width:700px){body section#contact .container>.footer .footer-bottom-part>div>.title{font-size:.8rem}}body section#contact .container>.footer .footer-bottom-part>div div:not(.title){font-size:.9rem}@media screen and (max-width:700px){body section#contact .container>.footer .footer-bottom-part>div div:not(.title){font-size:.7rem}}body section#contact .container>.footer .footer-bottom-part>div .address a,body section#contact .container>.footer .footer-bottom-part>div .email,body section#contact .container>.footer .footer-bottom-part>div .phone-number{display:block}body section#contact .container>.footer .footer-bottom-part>div .phone-number{background-color:#fff;color:#000;font-weight:700;text-align:center;text-indent:-2px;border-top-left-radius:5px;border-bottom-right-radius:5px}body section#contact .container>.footer .footer-bottom-part>div .email{font-weight:500}body section#contact .container>.footer .bullcode-full-white-logo{font-size:.7rem;text-align:right;line-height:1.4!important}body section#contact .container>.footer .bullcode-full-white-logo:before{content:"";display:block;width:15vw;height:3.84375vw;margin-left:auto;background:url(53d54f7e0742e5a38a0c8ccde0d589ab.svg) no-repeat}@media screen and (max-width:700px){body section#contact .container>.footer .bullcode-full-white-logo:before{width:45vw;height:11.53125vw;margin:0 auto}}body section#contact .container>.footer .bullcode-full-white-logo span{display:block}@-webkit-keyframes caret{50%{border-color:transparent}}@keyframes caret{50%{border-color:transparent}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mobile section#cases .carousel-cell,.mobile section#cases .carousel-cell img,.mobile section#cases .flickity-enabled .flickity-viewport{height:100.1vw!important;width:100vw!important}body:not(.mobile) .stamm-carousel{background-color:#efeeee!important}body:not(.mobile) .stamm-carousel .flickity-slider{-webkit-transform:none!important;transform:none!important}body:not(.mobile) .stamm-carousel .carousel-cell{right:auto!important;left:0!important}body:not(.mobile) .seuticket-carousel .carousel-cell{left:auto!important;right:0!important}body:not(.mobile) .russi-carousel .flickity-slider{-webkit-transform:none!important;transform:none!important}body:not(.mobile) .russi-carousel .carousel-cell{left:auto!important;right:0!important}body:not(.mobile) .melanocitic-carousel .flickity-slider{-webkit-transform:none!important;transform:none!important}body:not(.mobile) .melanocitic-carousel .carousel-cell{right:auto!important;left:0!important}body:not(.mobile) .likeme-carousel .flickity-slider{-webkit-transform:none!important;transform:none!important}body:not(.mobile) .likeme-carousel .carousel-cell{right:auto!important;left:0!important}