@keyframes iconMovement{0%{transform:translateY(0)}50%{transform:translateY(10px)}100%{transform:translateY(0)}}section.hero-section{position:relative}section.hero-section .inner{height:100%;background:url("https://res.cloudinary.com/dif1dzuvi/image/upload/v1661341403/cvmaker/bgherofinal_gkhft9.webp") no-repeat;background-size:cover;background-position-y:-11px;position:relative;display:flex;flex-flow:row}section.hero-section .inner .description{width:100%;height:100%;display:flex;flex-flow:column;justify-content:center}@media(max-width: 425px){section.hero-section .inner .description{padding-left:1.5vw}}section.hero-section .inner .description .title{color:#333;font-family:"PoppinsM";text-transform:uppercase;font-size:16px;line-height:40px;letter-spacing:6px;background-color:#d9d9d9;display:inline;width:fit-content;padding-inline-start:15px;padding-inline-end:40px}@media(max-width: 1440px){section.hero-section .inner .description .title{font-size:16px;letter-spacing:6px}}@media(max-width: 1024px){section.hero-section .inner .description .title{letter-spacing:2px}}@media(max-width: 768px){section.hero-section .inner .description .title{padding-inline-start:1vw;padding-inline-end:1vw}}@media(max-width: 425px){section.hero-section .inner .description .title{font-size:14px;letter-spacing:0}}section.hero-section .inner .description .big{margin:3vh 0}section.hero-section .inner .description .big h1{color:#333;font-family:"RalewayEB";font-size:2.5vw;line-height:115%;text-transform:uppercase}@media(max-width: 1200px){section.hero-section .inner .description .big h1{font-size:4.125vw}}@media(max-width: 1024px){section.hero-section .inner .description .big h1{font-size:4.5vw}}@media(max-width: 768px){section.hero-section .inner .description .big h1{font-size:6.125vw}}@media(max-width: 500px){section.hero-section .inner .description .big h1{font-size:5.125vw}}section.hero-section .inner .description .des{font-size:16px;font-family:"RalewayM";color:#333}section.hero-section .inner .description .btn-wrap{margin-block-start:8.5vh}section.hero-section .inner .description .btn-wrap .btn:not(:first-child){margin-inline-start:1vw}@media(max-width: 500px){section.hero-section .inner .description .btn-wrap .btn:not(:first-child){margin-inline-start:0vw;margin-block-start:3vh}}@media(max-width: 500px){section.hero-section .inner .description .btn-wrap{display:flex;flex-flow:column;justify-content:center}}section.hero-section .inner .visual{display:flex;align-items:center;justify-content:center;flex-basis:50%}section.hero-section .inner .visual img{width:100%;max-width:100%;height:auto}@media(max-width: 1500px){section.hero-section .inner .visual{flex-basis:40%}}@media(max-width: 768px){section.hero-section .inner .visual{display:none}}section.hero-section .inner .scroll-visual{position:absolute;bottom:28px;right:50%;left:50%}section.hero-section .inner .scroll-visual .icon{display:block;font-size:38px;-webkit-animation:iconMovement 2s infinite ease-in-out;animation:iconMovement 2s infinite ease-in-out}section.hero-section::before{content:"";background:url(https://res.cloudinary.com/dif1dzuvi/image/upload/v1656693224/cvmaker/hero-ribbon_znhzsz.webp);background-repeat:no-repeat;background-size:contain;background-position-y:10px;height:188px;width:100%;right:-20px;position:absolute;z-index:99;display:none}@media(max-width: 1400px){section.hero-section::before{height:160px}}@media(max-width: 1024px){section.hero-section::before{height:140px}}@media(max-width: 768px){section.hero-section::before{height:100px}}@media(max-width: 768px){section.hero-section{height:100%}section.hero-section .inner{margin:118px 0}section.hero-section .scroll-visual{display:none}}section.feature-section{padding-bottom:10vh}section.feature-section .inner{display:flex;flex-flow:row;justify-content:space-between;transition:all .3s;flex-wrap:wrap;margin:-10px}section.feature-section .inner .item{flex:1;margin:10px;display:flex;flex-flow:column;align-items:center;justify-content:center;padding:30px 15px;box-shadow:0px 0px 40px rgba(42,85,186,.2);border-radius:16px;position:relative}section.feature-section .inner .item .avatar{width:5vw;height:auto;max-width:100%;transition:all .3s}section.feature-section .inner .item .heading{font-family:"PoppinsB";font-size:18px;color:#000;text-align:center;margin:3vh 0}section.feature-section .inner .item .description{text-align:center;font-family:"PoppinsR";font-size:16px;color:#656565}@media(max-width: 1440px){section.feature-section .inner .item .heading{font-size:18px}section.feature-section .inner .item .description{font-size:14px}}@media(max-width: 768px){section.feature-section .inner .item{flex:0 1 40.083vw}}@media(max-width: 600px){section.feature-section .inner .item{flex:auto}}section.feature-section .inner .item:hover .avatar{transform:scale(1.1)}section.feature-section .inner .item::after{content:"";position:absolute;display:block;height:17px;width:100%;bottom:0;background:rgba(0,0,0,0) linear-gradient(180deg, #000000 0%, #545454 100%) 0% 0% no-repeat padding-box;border-bottom-right-radius:16px;border-bottom-left-radius:16px;transform:scaleX(0);transition:transform .5s cubic-bezier(0.19, 1, 0.22, 1)}section.feature-section .inner .item:focus:after,section.feature-section .inner .item:hover:after{transform:scaleX(1)}section.cv-section{background-color:#f1fff6;padding:10vh 0}section.cv-section .inner{display:flex;flex-flow:row;transition:all .3s}section.cv-section .inner>div{flex:1;display:flex;flex-flow:column;justify-content:center;align-items:flex-start}section.cv-section .inner .description .content{margin:5vh 0;padding-inline-end:6vw}section.cv-section .inner .description .content p{font-family:"RalewayM";color:#656565;font-size:16px;line-height:30px;margin-block-start:3vh}@media(max-width: 500px){section.cv-section .inner .description .btn{width:100%}}section.cv-section .inner .visual img{max-width:100%;width:100%;height:auto}@media(max-width: 1024px){section.cv-section .inner{flex-flow:column-reverse}section.cv-section .inner .description .content{padding-inline-end:0vw}}section.commitment{padding:3.2vh 0;background-color:#000;background:url("https://res.cloudinary.com/dif1dzuvi/image/upload/v1656018408/cvmaker/Group_100_liaum6.webp") no-repeat;background-size:cover}section.commitment .inner{display:flex;flex-flow:column;align-items:center;justify-content:center;text-align:center}section.commitment .inner .heading-1{margin:3vh 0}section.commitment .inner p{font-family:"RalewayM";font-size:20px;line-height:30px}@media(max-width: 768px){section.commitment .inner p{font-size:16px}section.commitment .inner p br{display:none !important}}section.commitment .inner .avatar{height:100px;width:100px}section.commitment .inner .avatar img{max-width:100%;height:auto}section.commitment .inner .btn-wrap{margin-top:5vh}section.commitment .inner .btn-wrap .btn{margin-inline-start:2.5vw}@media(max-width: 500px){section.commitment .inner .btn-wrap .btn{margin-inline-start:0vw;width:100%;margin-block-start:3vh}}section.form-section{padding:8.5vh 0;background:url("https://res.cloudinary.com/dif1dzuvi/image/upload/v1656068080/cvmaker/Shapes_ciaqob.webp") no-repeat;background-size:cover}section.form-section .inner{display:flex;flex-flow:row}@media(max-width: 768px){section.form-section .inner{flex-flow:column}}section.form-section .inner>div{flex:1}section.form-section .inner .content{display:flex;flex-flow:column;justify-content:center}section.form-section .inner .content .text{padding-inline-end:3.6vw}section.form-section .inner .content .text p,section.form-section .inner .content .text h3{font-family:"RalewayR";font-size:16px;line-height:30px;margin-block-start:3.5vh}section.form-section .inner .form-wrap{display:flex;align-items:center;justify-content:center}section.form-section .inner .form-wrap img{border-radius:11px;max-width:100%;height:auto}@media(max-width: 768px){section.form-section .inner .form-wrap{margin-top:25px}}section.countries{background-color:rgba(0,115,47,.1019607843);padding:10vh 0}section.countries .inner .content{text-align:center;display:flex;flex-flow:column;align-items:center}section.countries .inner .content p{font-family:"RalewayM";color:#333;font-size:16px;line-height:30px}@media(max-width: 1024px){section.countries .inner .content p br{display:none !important}}section.countries .inner .content .ruler-red{margin:3vh 0}section.countries .inner .visual{display:flex;flex-flow:row;align-items:center;justify-content:center;flex-wrap:wrap;margin-block-start:8vh}section.countries .inner .visual .item{padding:8px}section.countries .inner .visual .item .inner{height:200px;width:200px;display:flex;align-items:center;justify-content:center;border:10px solid #fff;box-shadow:0px 0px 20px rgba(0,115,47,.2);padding:16px;border-radius:100%;transition:all .3s}@media(max-width: 1440px){section.countries .inner .visual .item .inner{width:160px;height:160px}}@media(max-width: 1400px){section.countries .inner .visual .item .inner{width:130px;height:130px}}@media(max-width: 325px){section.countries .inner .visual .item .inner{padding:3px;width:75px;height:75px}}section.countries .inner .visual .item .inner img{width:100%;max-width:100%;height:auto;transition:all .3s}section.countries .inner .visual .item .inner:hover img{transform:scale(0.9)}section.prices{padding:10vh 0}section.prices .inner{display:flex;flex-flow:row;transition:all .3s}section.prices .inner>div{flex:1}section.prices .inner .content .text{padding-inline-end:5.8vw}section.prices .inner .content .text p{font-family:"RalewayM";font-size:16px;line-height:30px;color:#656565;margin-block-start:3vh}@media(max-width: 1024px){section.prices .inner .content .text{padding-inline-end:0}}section.prices .inner .content .btn{margin-block-start:5vh}section.prices .inner .visual{display:flex;align-items:center;justify-content:center}section.prices .inner .visual .visual-inner{display:flex;flex-wrap:wrap;margin:-10px}section.prices .inner .visual .visual-inner .item{flex:1 1 45%;margin:20px;margin-top:85px;border-radius:10px;padding:40px 25px;padding-top:100px;position:relative;border:1px solid rgba(112,112,112,.1019607843);transition:all .3s}section.prices .inner .visual .visual-inner .item h3{font-family:"PoppinsB";font-size:18px;color:#000}section.prices .inner .visual .visual-inner .item p{color:#656565;font-family:"PoppinsR";font-size:14px;line-height:24px;margin-top:1.5vh}section.prices .inner .visual .visual-inner .item:before{content:"";width:100px;height:100px;display:flex;background-color:rgba(0,115,47,.1019607843);align-items:center;justify-content:center;position:absolute;top:-50px;border-radius:20px}section.prices .inner .visual .visual-inner .item.discount{box-shadow:10px 10px 30px rgba(0,115,47,.2)}section.prices .inner .visual .visual-inner .item.discount:before{background:url(https://res.cloudinary.com/dif1dzuvi/image/upload/v1656164830/icons/ic-discount_dvfxkk.webp) no-repeat center,linear-gradient(139deg, #00732f 0%, #003a18 100%);box-shadow:10px 10px 30px rgba(0,115,47,.3019607843)}section.prices .inner .visual .visual-inner .item.simple{box-shadow:10px 10px 30px rgba(0,0,0,.2)}section.prices .inner .visual .visual-inner .item.simple:before{background:url(https://res.cloudinary.com/dif1dzuvi/image/upload/v1656164830/icons/ic-simple_yt6gyx.webp) no-repeat center,linear-gradient(320deg, #000000 0%, #545454 100%);box-shadow:10px 10px 30px rgba(0,0,0,.3019607843)}section.prices .inner .visual .visual-inner .item.writer{box-shadow:10px 10px 30px rgba(255,0,0,.2)}section.prices .inner .visual .visual-inner .item.writer:before{background:url(https://res.cloudinary.com/dif1dzuvi/image/upload/v1656164830/icons/ic-writer_eopzkb.png) no-repeat center,linear-gradient(138deg, #ff0000 0%, #800000 100%);box-shadow:10px 10px 30px rgba(255,0,0,.3019607843)}section.prices .inner .visual .visual-inner .item.relation{box-shadow:10px 10px 30px rgba(101,101,101,.2)}section.prices .inner .visual .visual-inner .item.relation:before{background:url(https://res.cloudinary.com/dif1dzuvi/image/upload/v1656164830/icons/ic-relation_azbczg.png) no-repeat center,linear-gradient(136deg, #ffffff 0%, #000000 100%);box-shadow:10px 10px 30px rgba(126,126,126,.3019607843)}@media(max-width: 1440px){section.prices .inner .visual .visual-inner .item{margin:8px;margin-top:85px}}@media(max-width: 1024px){section.prices .inner .visual .visual-inner .item{margin:20px;margin-top:85px}}@media(max-width: 1024px){section.prices .inner{flex-flow:column}}section.pickbest{padding:6.3vh 0;background-color:#000;background:url("https://res.cloudinary.com/dif1dzuvi/image/upload/v1656193511/cvmaker/bg-2_nl7uef.webp") no-repeat;background-size:cover}section.pickbest .inner{display:flex;flex-flow:column;align-items:center;justify-content:center;text-align:center}section.pickbest .inner .heading-1{margin:3vh 0}section.pickbest .inner p{font-family:"RalewayM";font-size:20px;line-height:30px}@media(max-width: 768px){section.pickbest .inner p{font-size:16px}section.pickbest .inner p br{display:none !important}}section.pickbest .inner .avatar{height:100px;width:100px}section.pickbest .inner .avatar img{max-width:100%;height:auto}section.pickbest .inner .btn-wrap{margin-top:5vh}section.pickbest .inner .btn-wrap .btn{margin-inline-start:2.5vw}@media(max-width: 500px){section.pickbest .inner .btn-wrap .btn{margin-inline-start:0vw;width:100%;margin-block-start:3vh}}section.packages{padding:10vh 0}section.packages .inner .heading{display:flex;flex-direction:column;align-items:center}section.packages .inner .heading p{font-family:"RalewayM";font-size:16px;line-height:30px;color:#333;margin:3.5vh 0}@media(max-width: 1440px){section.packages .inner .heading p{font-size:14px}}section.packages .inner .card-wrap{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:-10px}section.packages .inner .card-wrap .card{flex:1 1 auto;border:1px solid #d2d2d2;border-radius:10px;margin:10px;box-shadow:0px 0px 20px rgba(0,0,0,.2);max-width:400px;overflow:hidden;max-width:350px}section.packages .inner .card-wrap .card .header{background:rgba(0,0,0,0) linear-gradient(180deg, #00732f 0%, #02461d 100%) 0% 0% no-repeat padding-box;color:#fff;font-family:"PoppinsB";font-size:18px;text-align:center;padding:15px 15px}section.packages .inner .card-wrap .card .body{padding:50px 0}section.packages .inner .card-wrap .card .body .title{text-align:center;text-transform:uppercase;font-family:"RalewayEB";font-size:32px;margin-bottom:25px}section.packages .inner .card-wrap .card .body .price-before{text-align:center;color:#656565;font-size:14px;font-family:"PoppinsR"}section.packages .inner .card-wrap .card .body .price-current{margin:0 15px;margin-top:15px;text-align:center;font-size:28px;font-family:"PoppinsB";color:#fff;background-color:#656565;border-radius:50px;padding:15px 0;transition:all .3s}section.packages .inner .card-wrap .card .body .price-current:hover{background-color:#003a18}section.packages .inner .card-wrap .card .footer{background-color:#000;text-align:center;padding:15px 15px}section.packages .inner .card-wrap .card .footer a{color:#fff}@media(max-width: 850px){section.packages .inner .card-wrap .card{flex:35%}}@media(max-width: 500px){section.packages .inner .card-wrap .card{flex:100%}}section.custom-package{padding:6.3vh 0;background-color:#f1f1f1}section.custom-package .inner{display:flex;flex-flow:column;align-items:center;justify-content:center;text-align:center}section.custom-package .inner .heading-1{margin:3vh 0}section.custom-package .inner p{font-family:"RalewayM";font-size:40px;line-height:50px;margin:5vh 0}@media(max-width: 768px){section.custom-package .inner p{font-size:30px}section.custom-package .inner p br{display:none !important}}section.custom-package .inner .btn-wrap .btn{margin-inline-start:2.5vw;border-color:#000;color:#000}@media(max-width: 500px){section.custom-package .inner .btn-wrap .btn{margin-inline-start:0vw;width:100%;margin-block-start:3vh}}section.custom-package .inner .btn-wrap .btn:hover{color:#fff;background:rgba(0,0,0,0) linear-gradient(180deg, #00732f 0%, #02461d 100%) 0% 0% no-repeat padding-box;border-color:rgba(0,0,0,0)}@media(max-width: 1024px){section.subscription{background:#fff}}section.subscription .inner{display:flex;flex-direction:row}section.subscription .inner>div{flex:1}section.subscription .inner .content{padding:10vh 0}section.subscription .inner .content .text{padding-inline-end:5vw}section.subscription .inner .content .text p{font-family:"RalewayM";font-size:16px;line-height:30px;color:#333;margin-block-start:3vh}section.subscription .inner .content .form-wrap{display:flex;flex-direction:row;box-shadow:10px 10px 30px rgba(0,0,0,.1);border-radius:10px;margin-block-start:8vh;margin-right:-200px}@media(max-width: 1024px){section.subscription .inner .content .form-wrap{margin-right:0px}}@media(max-width: 425px){section.subscription .inner .content .form-wrap{flex-direction:column}}section.subscription .inner .content .form-wrap input,section.subscription .inner .content .form-wrap button{height:70px;margin:0;border:0}@media(max-width: 425px){section.subscription .inner .content .form-wrap input,section.subscription .inner .content .form-wrap button{border-radius:10px !important}}section.subscription .inner .content .form-wrap input{border-top-right-radius:0;border-bottom-right-radius:0;flex:1}@media(max-width: 425px){section.subscription .inner .content .form-wrap input{flex:auto;margin-block-end:3vh}}section.subscription .inner .content .form-wrap button{border-top-left-radius:0;border-bottom-left-radius:0;color:#fff;background-color:red;text-transform:uppercase;font-size:18px;position:relative;width:200px}section.subscription .inner .visual{margin-right:-10vw;display:flex;align-items:stretch}section.subscription .inner .visual img{max-width:100%;height:auto}@media(max-width: 1024px){section.subscription .inner .visual{display:none}}section.feedback .inner .head{display:flex;flex-direction:column;align-items:center}section.feedback .inner .head p{font-family:"RalewayM";font-size:16px;line-height:30px;color:#333;margin-top:3vh}section.feedback .inner .slider-wrap{display:flex;align-items:center;justify-content:center}section.feedback .inner .slider-wrap .item-wrapper .item{padding:0 3vw;padding-bottom:2vh;margin:0 150px;margin-block-start:150px;display:flex;flex-direction:column;align-items:center;position:relative;background-color:#fff;border-radius:20px;border:1px solid #ececec;box-shadow:0 20px 30px rgba(0,0,0,.1)}@media(max-width: 1024px){section.feedback .inner .slider-wrap .item-wrapper .item{margin:0 85px;margin-block-start:150px}}@media(max-width: 768px){section.feedback .inner .slider-wrap .item-wrapper .item{margin:0;margin-top:150px}}section.feedback .inner .slider-wrap .item-wrapper .item .avatar{height:158px;width:158px;margin-top:-79px;background:rgba(0,115,47,.1);border-radius:100%;box-shadow:0px 5px 10px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center}section.feedback .inner .slider-wrap .item-wrapper .item .avatar img{width:100%;max-width:100%;height:auto}section.feedback .inner .slider-wrap .item-wrapper .item .fb-text{font-family:"RalewayM";font-size:18px;line-height:32px;color:#333;font-style:italic;text-align:center;position:relative;padding:2.5vw;margin-block-start:2vh}section.feedback .inner .slider-wrap .item-wrapper .item .fb-text:before{content:'"';position:absolute;left:-90px;top:0;font-family:"kscript";font-size:300px}section.feedback .inner .slider-wrap .item-wrapper .item .fb-text:after{content:'"';position:absolute;right:70px;bottom:0;font-family:"kscript";font-size:300px}section.feedback .inner .slider-wrap .item-wrapper .item .author{margin-top:5vh;text-align:center}section.feedback .inner .slider-wrap .item-wrapper .item .author .title{text-transform:uppercase;font-family:"RalewayR";font-size:20px;line-height:32px;color:#000}section.feedback .inner .slider-wrap .item-wrapper .item .author .designation{text-transform:capitalize;font-family:"RalewayR";font-size:14px;line-height:30px;color:#656565}section.achievements .inner .content-wrap{width:100%;display:flex;flex-direction:row;background:linear-gradient(180deg, #000000 0%, #545454 100%);padding-block-start:10vh;padding-block-end:10vh}@media(max-width: 600px){section.achievements .inner .content-wrap{flex-direction:column}}section.achievements .inner .content-wrap .left,section.achievements .inner .content-wrap .right{flex:1;padding-inline-end:7vw}@media(max-width: 768px){section.achievements .inner .content-wrap .left,section.achievements .inner .content-wrap .right{padding-inline-end:3.5vw}}section.achievements .inner .content-wrap .left .item,section.achievements .inner .content-wrap .right .item{padding-block-start:8vh}section.achievements .inner .content-wrap .left .item .heading,section.achievements .inner .content-wrap .right .item .heading{font-family:"RalewayB";color:#fff;font-size:32px;line-height:37px}@media(max-width: 1440px){section.achievements .inner .content-wrap .left .item .heading,section.achievements .inner .content-wrap .right .item .heading{font-size:28px;line-height:34px}}section.achievements .inner .content-wrap .left .item p,section.achievements .inner .content-wrap .right .item p{font-family:"RalewayM";color:#fff;font-size:16px;line-height:32px;margin-top:2.5vh}@media(max-width: 1440px){section.achievements .inner .content-wrap .left .item p,section.achievements .inner .content-wrap .right .item p{font-size:14px;line-height:28px}}section.achievements .inner .counter-wrap{background-color:#333;padding:5vh 0}section.achievements .inner .counter-wrap .grid-container{display:flex;flex-direction:row;flex-wrap:wrap}section.achievements .inner .counter-wrap .grid-container .item{flex:1 1 auto;text-align:center}section.achievements .inner .counter-wrap .grid-container .item .number h2{font-family:"RalewayR";color:#fff;font-size:80px;font-weight:lighter}@media(max-width: 1440px){section.achievements .inner .counter-wrap .grid-container .item .number h2{font-size:65px}}@media(max-width: 1024px){section.achievements .inner .counter-wrap .grid-container .item .number h2{font-size:50px}}section.achievements .inner .counter-wrap .grid-container .item .title p{font-family:"RalewayR";color:#fff;font-size:20px;line-height:24px;letter-spacing:5px;text-transform:uppercase}@media(max-width: 1440px){section.achievements .inner .counter-wrap .grid-container .item .title p{font-size:18px}}@media(max-width: 1024px){section.achievements .inner .counter-wrap .grid-container .item .title p{font-size:16px}}section.resume{padding:7vh 0}section.resume .inner .head{display:flex;flex-flow:column;align-items:center}section.resume .inner .head p{font-family:"RalewayM";font-size:16px;line-height:30px;color:#333;margin-block-start:2.5vh}section.resume .inner .slider-wrap{margin-block-start:5vh}section.resume .inner .slider-wrap .item-wrapper{display:flex;align-items:center;justify-content:center;padding:0 200px}section.resume .inner .slider-wrap .item-wrapper .owl-item{display:flex;align-items:center;justify-content:center}section.resume .inner .slider-wrap .item-wrapper .item{display:flex;flex-direction:row;max-width:300px;align-items:center;justify-content:center}section.affordable{padding:6.3vh 0;background-color:#000;background:url("https://res.cloudinary.com/dif1dzuvi/image/upload/v1656508794/cvmaker/bg-2-red_ohbcgt.webp") no-repeat;background-size:cover}section.affordable .inner{display:flex;flex-flow:column;align-items:center;justify-content:center;text-align:center}section.affordable .inner .heading-1{margin:3vh 0}section.affordable .inner p{font-family:"RalewayM";font-size:20px;line-height:30px}@media(max-width: 768px){section.affordable .inner p{font-size:16px}section.affordable .inner p br{display:none !important}}section.affordable .inner .avatar{height:100px;width:100px}section.affordable .inner .avatar img{max-width:100%;height:auto}section.affordable .inner .btn-wrap{margin-top:5vh}section.affordable .inner .btn-wrap .btn{margin-inline-start:2.5vw}@media(max-width: 500px){section.affordable .inner .btn-wrap .btn{margin-inline-start:0vw;width:100%;margin-block-start:3vh}}section.backend-process{padding:10vh 0}section.backend-process .inner .head{display:flex;flex-flow:column;align-items:center}section.backend-process .inner .head p{font-family:"RalewayM";font-size:16px;line-height:30px;color:#333;margin-block-start:2.5vh}section.backend-process .inner .visual-wrap{margin-block-start:6.5vh}section.backend-process .inner .visual-wrap .wrap-inner{display:flex;flex-direction:row;position:relative}section.backend-process .inner .visual-wrap .wrap-inner::before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:url(13aa5fcc6545d1c75b0b.svg) no-repeat;background-position:top center;background-size:contain}@media(max-width: 1024px){section.backend-process .inner .visual-wrap .wrap-inner::before{display:none}}section.backend-process .inner .visual-wrap .wrap-inner .item{display:flex;flex-direction:column;align-items:center;transition:all .3s;position:relative;padding-block-end:20vh}section.backend-process .inner .visual-wrap .wrap-inner .item .item-vs{width:300px;height:300px;border-radius:100%;border:1px solid #707070;padding:36px;box-shadow:0px 0px 50px rgba(59,59,59,.1098039216);transition:all .3s}@media(max-width: 1440px){section.backend-process .inner .visual-wrap .wrap-inner .item .item-vs{width:250px;height:250px}}section.backend-process .inner .visual-wrap .wrap-inner .item .item-vs .vs-inner{width:100%;height:100%;background:linear-gradient(0deg, #000000 0%, #545454 100%);border-radius:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px}section.backend-process .inner .visual-wrap .wrap-inner .item .item-vs .vs-inner img{max-width:100%;height:auto;transition:all .3s}section.backend-process .inner .visual-wrap .wrap-inner .item .item-vs:hover img{transform:scale(1.1)}section.backend-process .inner .visual-wrap .wrap-inner .item .content{text-align:center;margin-block-start:7vh;padding:0 3vw}section.backend-process .inner .visual-wrap .wrap-inner .item .content h4{text-transform:uppercase;font-family:"RalewayB";font-size:24px}section.backend-process .inner .visual-wrap .wrap-inner .item .content p{margin-block-start:2vh;font-family:"RalewayR";font-size:16px;line-height:24px;color:#333}@media(max-width: 1440px){section.backend-process .inner .visual-wrap .wrap-inner .item .content{padding:0 3.7vw}section.backend-process .inner .visual-wrap .wrap-inner .item .content h4{font-size:22px}}@media(max-width: 1300px){section.backend-process .inner .visual-wrap .wrap-inner .item .content{padding:0 1vw}}@media(max-width: 1024px){section.backend-process .inner .visual-wrap .wrap-inner .item .content{padding:0 1.4vw}section.backend-process .inner .visual-wrap .wrap-inner .item .content p{font-size:14px;line-height:22px}}section.backend-process .inner .visual-wrap .wrap-inner .item .counter-wrap{position:absolute;bottom:0;z-index:1;display:flex;flex-direction:row;justify-content:center;width:100%}section.backend-process .inner .visual-wrap .wrap-inner .item .counter-wrap .counter-item{width:115px;height:115px;border:2px dashed #707070;border-radius:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff}section.backend-process .inner .visual-wrap .wrap-inner .item .counter-wrap .counter-item h5{font-family:"RalewayM";font-size:60px}@media(min-width: 1025px){section.backend-process .inner .visual-wrap .wrap-inner .item .counter-wrap .counter-item:not(.last):after{content:"";width:100%;height:1px;border-top:2px dashed #707070;position:absolute;right:0;left:50%;z-index:-1}}@media(max-width: 1024px){section.backend-process .inner .visual-wrap .wrap-inner .item .counter-wrap .counter-item:not(.last,.second):after{content:"";width:100%;height:1px;border-top:2px dashed #707070;position:absolute;right:0;left:50%;z-index:-1}}@media(max-width: 600px){section.backend-process .inner .visual-wrap .wrap-inner .item .counter-wrap .counter-item:after{content:"";width:0 !important}}@media(max-width: 1024px){section.backend-process .inner .visual-wrap .wrap-inner{flex-wrap:wrap;justify-content:center}section.backend-process .inner .visual-wrap .wrap-inner .item{flex:0 1 50%;margin-block-start:3vh}}@media(max-width: 600px){section.backend-process .inner .visual-wrap .wrap-inner{flex-direction:column}section.backend-process .inner .visual-wrap .wrap-inner .item{padding-block-end:0;margin-block-start:6vh;padding-block-start:15vh}section.backend-process .inner .visual-wrap .wrap-inner .item .counter-wrap{top:0}}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0 !important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(7f01b07148f205f6e825.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
