/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-50px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(50px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,80px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.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}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@keyframes fadeUpLeft{0%{opacity:0;width:70%;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}.fadeUpLeft{animation-name:fadeUpLeft}@media (prefers-reduced-motion),(print){.animated{animation:unset!important;transition:none!important}}:root{--color-primary:#0049ae;--color-black:#111;--color-black-dark:#191919;--color-white:#fff;--color-gray:#666;--bg-overlay:#d9d9d9;--shadow-btn:0px 94px 94px 0px rgba(0,0,0,.05);--transition:0.4s;--fs-24:24px;--fs-22:22px;--fs-20:20px;--fs-18:18px;--fs-16:16px;--fw-regular:400;--fw-medium:500;--fw-semi-bold:600;--fw-bold:700;--lh-b1:1.08;--lh-b2:1.62;--lh-b3:1.19;--h1:128px;--h2:52px;--h3:32px;--h4:24px;--h5:20px;--h6:16px}html{margin:0;padding:0;overflow:hidden;overflow-y:auto;scroll-behavior:smooth}body{font-size:18px;line-height:var(--lh-b2);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--font-primary);color:var(--color-black);font-weight:var(--fw-regular);background-color:var(--color-white);overflow:hidden}ul{margin:0;padding:0}address,blockquote,h1,h2,h3,h4,h5,h6,hr,menu,ol,p,pre,table{margin:0 0 20px}h1,h2,h3,h4,h5,h6{word-break:break-word;font-family:var(--font-primary);color:var(--color-black);font-weight:700}h1{font-size:var(--h1);line-height:var(--lh-b1)}h2{font-size:var(--h2);line-height:var(--lh-b3)}h3{font-size:var(--h3);line-height:1.31}h4{font-size:var(--h4);line-height:1.08}h5{font-size:var(--h5);line-height:1.24}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}@media only screen and (min-width:1200px)and (max-width:1399px){h1{font-size:111px}h3{font-size:27.63px}}@media only screen and (min-width:992px)and (max-width:1199px){h1{font-size:93px}h3{font-size:23.27px}}@media only screen and (min-width:768px)and (max-width:991px){h1{font-size:69.81px}h3{font-size:17.45px}}@media only screen and (max-width:767px){h1{font-size:52px}h3{font-size:17.45px}}@media only screen and (max-width:575px){h1{font-size:47px}}.w_content{width:max-content!important}.end--10{right:-10px}@media only screen and (max-width:575px){.mobile_padding{padding-left:10px!important;padding-right:10px!important}}.pt_320{padding-top:320px}@media only screen and (min-width:1200px)and (max-width:1399px){.pt_320{padding-top:276.36px}}@media only screen and (min-width:992px)and (max-width:1199px){.pt_320{padding-top:232.72px}}@media only screen and (min-width:768px)and (max-width:991px){.pt_320{padding-top:174.54px}}@media only screen and (max-width:767px){.pt_320{padding-top:130.9px}}.pt_150{padding-top:150px}@media only screen and (min-width:1200px)and (max-width:1399px){.pt_150{padding-top:129.54px}}@media only screen and (min-width:992px)and (max-width:1199px){.pt_150{padding-top:109px}}@media only screen and (max-width:991px){.pt_150{padding-top:70px}}.py_140{padding:140px 0}@media only screen and (min-width:1200px)and (max-width:1399px){.py_140{padding:120.9px 0}}@media only screen and (min-width:992px)and (max-width:1199px){.py_140{padding:101.81px 0}}@media only screen and (max-width:991px){.py_140{padding:70px 0}}.pt_140{padding-top:140px}@media only screen and (min-width:1200px)and (max-width:1399px){.pt_140{padding-top:120.9px}}@media only screen and (min-width:992px)and (max-width:1199px){.pt_140{padding-top:101.81px}}@media only screen and (max-width:991px){.pt_140{padding-top:70px}}.pt_120{padding-top:120px}@media only screen and (min-width:1200px)and (max-width:1399px){.pt_120{padding-top:105.23px}}@media only screen and (min-width:992px)and (max-width:1199px){.pt_120{padding-top:88.61px}}@media only screen and (min-width:768px)and (max-width:991px){.pt_120{padding-top:66.46px}}@media only screen and (max-width:767px){.pt_120{padding-top:49.84px}}.pt_100{padding-top:100px}@media only screen and (min-width:1200px)and (max-width:1399px){.pt_100{padding-top:86.36px}}@media only screen and (min-width:992px)and (max-width:1199px){.pt_100{padding-top:72.72px}}@media only screen and (min-width:768px)and (max-width:991px){.pt_100{padding-top:54.54px}}@media only screen and (max-width:767px){.pt_100{padding-top:40.9px}}.pt_80{padding-top:80px}@media only screen and (min-width:1200px)and (max-width:1399px){.pt_80{padding-top:66.36px}}@media only screen and (min-width:992px)and (max-width:1199px){.pt_80{padding-top:52.72px}}@media only screen and (min-width:768px)and (max-width:991px){.pt_80{padding-top:44.54px}}@media only screen and (max-width:767px){.pt_80{padding-top:30.9px}}.pb_80{padding-bottom:80px}@media only screen and (min-width:1200px)and (max-width:1399px){.pb_80{padding-bottom:66.36px}}@media only screen and (min-width:992px)and (max-width:1199px){.pb_80{padding-bottom:52.72px}}@media only screen and (min-width:768px)and (max-width:991px){.pb_80{padding-bottom:44.54px}}@media only screen and (max-width:767px){.pb_80{padding-bottom:30.9px}}.pb_100{padding-bottom:100px}@media only screen and (min-width:1200px)and (max-width:1399px){.pb_100{padding-bottom:86.36px}}@media only screen and (min-width:992px)and (max-width:1199px){.pb_100{padding-bottom:72.72px}}@media only screen and (min-width:768px)and (max-width:991px){.pb_100{padding-bottom:54.54px}}@media only screen and (max-width:767px){.pb_100{padding-bottom:40.9px}}.pt_50{padding-top:50px}@media only screen and (min-width:1200px)and (max-width:1399px){.pt_50{padding-top:50px}}@media only screen and (min-width:992px)and (max-width:1199px){.pt_50{padding-top:50px}}@media only screen and (min-width:768px)and (max-width:991px){.pt_50{padding-top:50px}}@media only screen and (max-width:767px){.pt_50{padding-top:50px}}.pb_140{padding-bottom:140px}@media only screen and (min-width:1200px)and (max-width:1399px){.pb_140{padding-bottom:120.9px}}@media only screen and (min-width:992px)and (max-width:1199px){.pb_140{padding-bottom:101.81px}}@media only screen and (max-width:991px){.pb_140{padding-bottom:60px}}.pb_150{padding-bottom:150px}@media only screen and (min-width:1200px)and (max-width:1399px){.pb_150{padding-bottom:129.54px}}@media only screen and (min-width:992px)and (max-width:1199px){.pb_150{padding-bottom:109px}}@media only screen and (max-width:991px){.pb_150{padding-bottom:70px}}.pb_74{padding-bottom:74px}@media only screen and (min-width:1200px)and (max-width:1399px){.pb_74{padding-bottom:74px}}@media only screen and (min-width:992px)and (max-width:1199px){.pb_74{padding-bottom:74px}}@media only screen and (min-width:768px)and (max-width:991px){.pb_74{padding-bottom:74px}}@media only screen and (max-width:767px){.pb_74{padding-bottom:74px}}.mt_150{margin-top:150px}@media only screen and (min-width:1200px)and (max-width:1399px){.mt_150{margin-top:129.54px}}@media only screen and (min-width:992px)and (max-width:1199px){.mt_150{margin-top:109px}}@media only screen and (max-width:991px){.mt_150{margin-top:70px}}.mt_140{margin-top:140px}@media only screen and (min-width:1200px)and (max-width:1399px){.mt_140{margin-top:120.9px}}@media only screen and (min-width:992px)and (max-width:1199px){.mt_140{margin-top:101.81px}}@media only screen and (min-width:768px)and (max-width:991px){.mt_140{margin-top:76.36px}}@media only screen and (max-width:767px){.mt_140{margin-top:52.27px}}.mt_100{margin-top:100px}@media only screen and (min-width:1200px)and (max-width:1399px){.mt_100{margin-top:86.36px}}@media only screen and (min-width:992px)and (max-width:1199px){.mt_100{margin-top:72.72px}}@media only screen and (max-width:991px){.mt_100{margin-top:50px}}.-mb_100{margin-bottom:-100px}@media only screen and (min-width:1200px)and (max-width:1399px){.-mb_100{margin-bottom:-86.36px}}@media only screen and (min-width:992px)and (max-width:1199px){.-mb_100{margin-bottom:-72.72px}}@media only screen and (max-width:991px){.-mb_100{margin-bottom:-50px}}.mt_80{margin-top:80px}@media only screen and (min-width:1200px)and (max-width:1399px){.mt_80{margin-top:69px}}@media only screen and (min-width:992px)and (max-width:1199px){.mt_80{margin-top:58.18px}}@media only screen and (min-width:768px)and (max-width:991px){.mt_80{margin-top:43.63px}}@media only screen and (max-width:767px){.mt_80{margin-top:32.72px}}.mt_20{margin-top:20px}.mb_17{margin-bottom:17px}.mb_34{margin-bottom:34px}.mb_40{margin-bottom:40px}.mb_50{margin-bottom:50px}.mt__120{margin-top:-120px}@media only screen and (max-width:991px){.mt__120{margin-top:-45px}}*{box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,nav,section,summary{display:block}audio,canvas,video{display:inline-block}[hidden]{display:none}a,a:active,a:focus,a:hover{text-decoration:none;outline:none}a:focus{outline:none}b,strong{font-weight:700}nav ol,nav ul{list-style:none;list-style-image:none}li>ol,li>ul{margin:0}ol,ul{list-style:none}ol ul{margin-bottom:0}img{-ms-interpolation-mode:bicubic;border:0;vertical-align:middle;max-width:100%;height:auto}figure,form{margin:0}button,input,select,textarea{font-size:100%;margin:0;max-width:100%;vertical-align:baseline;border:none;outline:none;background-color:transparent}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{padding:0}input[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;padding-right:2px;width:270px}input[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}caption,td,th{font-weight:400}th{font-weight:500;text-transform:uppercase}.wp-block-calendar tfoot td,td{border:1px solid var(--color-border);padding:7px 10px}del{color:#333}table a,table a:link,table a:visited{text-decoration:underline}blockquote,q{-webkit-hyphens:none;hyphens:none;quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}blockquote{font-size:var(--font-size-b1);font-style:italic;font-weight:var(--p-light);margin:24px 40px}blockquote blockquote{margin-right:0}blockquote cite,blockquote small{font-size:var(--font-size-b3);font-weight:400}blockquote b,blockquote strong{font-weight:700}form.single_form input[type=email],form.single_form input[type=text]{padding:20px 70px 20px 29px;width:100%;border:1px solid hsla(0,0%,100%,.2);border-radius:100px;color:#fff;transition:var(--transition)}form.single_form input[type=email]::placeholder,form.single_form input[type=text]::placeholder{color:hsla(0,0%,100%,.6);font-family:var(--font-secondary);line-height:var(--lh-b2)}form.single_form input[type=email]:active,form.single_form input[type=email]:focus,form.single_form input[type=text]:active,form.single_form input[type=text]:focus{border-color:var(--color-primary);background-color:transparent}@media only screen and (min-width:992px)and (max-width:1199px){form.single_form input[type=email],form.single_form input[type=text]{padding:15px 70px 15px 20px}}@media only screen and (min-width:768px)and (max-width:991px){form.single_form input[type=email],form.single_form input[type=text]{padding:15px 70px 15px 20px}}@media only screen and (max-width:767px){form.single_form input[type=email],form.single_form input[type=text]{padding:15px 70px 15px 20px}}@media only screen and (max-width:575px){form.single_form input[type=email],form.single_form input[type=text]{font-size:14px}}form.single_form.header_search_form{background-color:#fff;border-radius:4px;box-shadow:0 1px 30px hsla(0,0%,7%,.1)}form.single_form.header_search_form input[type=text]{width:320px;color:var(--color-black);padding-right:12px;padding-left:18px;background-color:transparent;border:none}form.single_form.header_search_form input[type=text]::placeholder{color:var(--color-black)}@media only screen and (max-width:479px){form.single_form.header_search_form input[type=text]{width:232px}}form.single_form.header_search_form button[type=submit]{margin-right:4px;background-color:transparent;border:0;transform:translateY(0)}form.single_form button[type=submit]{top:50%;right:7px;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;border:1px solid transparent;background-color:var(--color-black);padding:15px;transition:var(--transition)}form.single_form button[type=submit]:hover{border-color:var(--color-primary)}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){form.single_form button[type=submit]{width:45px;height:45px;right:5px}}.section_subtitle{font-family:var(--font-secondary);line-height:var(--lh-b2);position:relative;padding-left:20px;margin-bottom:10px;font-size:18px;display:inline-block}.section_subtitle:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;flex-shrink:0;background-color:var(--color-primary)}.section_subtitle.white{color:var(--color-white)}.section_title{text-transform:capitalize;margin-bottom:47px}.section_title.white{color:var(--color-white)}@media only screen and (min-width:1200px)and (max-width:1399px){.section_title{font-size:45px}}@media only screen and (min-width:992px)and (max-width:1199px){.section_title{font-size:38px}}@media only screen and (max-width:991px){.section_title{margin-bottom:30px}}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.section_title{font-size:28px}}@media only screen and (max-width:575px){.section_title{font-size:24px}}.section_title-medium{font-size:82px;line-height:1.12}@media only screen and (min-width:1200px)and (max-width:1399px){.section_title-medium{font-size:70.81px}}@media only screen and (min-width:992px)and (max-width:1199px){.section_title-medium{font-size:59.63px}}@media only screen and (max-width:991px){.section_title-medium{font-size:30px}}@media only screen and (max-width:767px){.section_title-medium{font-size:24.54px}}.section_title-large{font-size:150px;line-height:.93;letter-spacing:-4.8px;text-transform:capitalize;margin-bottom:25px}.section_title-large span{letter-spacing:normal;padding-left:30%;white-space:nowrap}@media only screen and (min-width:1200px)and (max-width:1399px){.section_title-large{font-size:129.54px}}@media only screen and (min-width:992px)and (max-width:1199px){.section_title-large{font-size:109.09px}}@media only screen and (min-width:768px)and (max-width:991px){.section_title-large{font-size:81.81px}}@media only screen and (max-width:767px){.section_title-large{position:relative!important;width:100%!important;font-size:28px;letter-spacing:normal}.section_title-large span{padding-left:0}}.section_description{font-family:var(--font-secondary);font-size:var(--fs-24);line-height:1.41}@media only screen and (min-width:1200px)and (max-width:1399px){.section_description{font-size:var(--fs-22)}}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.section_description{font-size:var(--fs-20)}}@media only screen and (max-width:767px){.section_description{font-size:var(--fs-18)}}@media only screen and (max-width:575px){.section_description{font-size:var(--fs-16)}}.vm_para{font-family:var(--font-secondary);color:var(--color-gray);line-height:var(--lh-b2)}.vm_para.fs_20{font-size:var(--fs-20)}.bg_gray{background-color:hsla(0,0%,7%,.05)}.bg_black{background-color:var(--color-black)}.bg_white{background-color:#fff}.-z_1{z-index:-1}.slider_pagination{left:50%!important;bottom:4%!important;transform:translateX(-50%);z-index:100}.slider_pagination_bottom{position:relative!important;justify-content:center;margin-top:50px}@media only screen and (max-width:991px){.slider_pagination_bottom{margin-top:30px}}.slider_pagination__item{display:flex;width:max-content!important;bottom:0!important;z-index:10}.slider_pagination__item .swiper-pagination-bullet{background:var(--color-white);margin:0 12px!important;opacity:1;width:5px;height:5px}.slider_pagination__item .swiper-pagination-bullet-active{background:var(--color-primary)}.slider_pagination__item-black .swiper-pagination-bullet{background:var(--color-black)}.slider_pagination__item-black .swiper-pagination-bullet-active{background:var(--color-primary)}.slider_pagination__item.swiper-pagination-lock{display:none!important}.slider_pagination button.slide_btn{width:50px;height:15px;transition:var(--transition);z-index:10}.slider_pagination button.slide_btn:after{display:block;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.slider_pagination button.slide_btn_prev{border-top-left-radius:50px}.slider_pagination button.slide_btn_prev-black:after{content:url(/_next/static/media/arrow_left_black-long.2ceab22b.svg)}.slider_pagination button.slide_btn_next{border-bottom-right-radius:50px}.slider_pagination button.slide_btn_next:after{content:url(/_next/static/media/arrow_right_white-long.7069624b.svg)}.slider_pagination button.slide_btn_next-black:after{content:url(/_next/static/media/arrow_right_black-long.f04a75f7.svg)}.slider_pagination button.slide_btn:hover{background-color:var(--color-primary)}.circle_badge{width:200px;height:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.circle_badge .spin_text{transform-origin:center;animation:spin 20s linear infinite}.circle_badge .spin_text text{text-transform:uppercase;letter-spacing:5.5px}.circle_badge .center_logo{width:20%}.circle_badge .circle-image{position:absolute;left:0;top:0;z-index:-1}.scroll_animate{animation:slide_her 35s linear infinite}.border_radius_10{border-radius:10px}@media only screen and (min-width:992px){.container_lg_fluid{max-width:1820px;width:100%;margin-left:0}}.backto_top{position:fixed;bottom:3vw;right:3vw;background-color:var(--color-primary);line-height:0;transform:translateY(30px);-webkit-transform:translateY(30px);transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;visibility:hidden;opacity:0;z-index:11;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:5px}.backto_top.show{transform:translateY(0);opacity:1;visibility:visible}.backto_top svg{width:16px;height:16px;line-height:normal;stroke:var(--color-white)}@keyframes slide_her{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slideDown{0%{transform:translateY(-80%)}to{transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}.top_image_bounce{animation:top-image-bounce 3s ease-in-out infinite}.left_image_bounce{animation:left-image-bounce 3s ease-in-out infinite}.right_image_bounce{animation:right-image-bounce 3s ease-in-out infinite}.spin_image{animation:img-spain 3s ease-in-out infinite}@keyframes top-image-bounce{0%{transform:translateY(-8px)}50%{transform:translateY(12px)}to{transform:translateY(-8px)}}@keyframes left-image-bounce{0%{transform:translateX(-5px)}50%{transform:translateX(10px)}to{transform:translateX(-5px)}}@keyframes img-spain{to{transform:rotate(1turn);transform-origin:50%}}@keyframes ripple-white3{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.1),0 0 0 10px hsla(0,0%,100%,.1),0 0 0 20px hsla(0,0%,100%,.1)}to{box-shadow:0 0 0 10px hsla(0,0%,100%,.1),0 0 0 20px hsla(0,0%,100%,.1),0 0 0 100px hsla(0,0%,100%,0)}}.vm_grid{display:grid;grid-gap:1.28vw;gap:1.28vw}.vm_grid.style_01{grid-template:1fr 1fr 1fr 1fr 1fr 1fr/1fr 1fr 1fr}.vm_grid.style_01 .grid_item{position:relative}.vm_grid.style_01 .grid_item-1,.vm_grid.style_01 .grid_item-4,.vm_grid.style_01 .grid_item-6{grid-column:1/2}.vm_grid.style_01 .grid_item-3,.vm_grid.style_01 .grid_item-5,.vm_grid.style_01 .grid_item-8{grid-column:3/4}.vm_grid.style_01 .grid_item-2{grid-row:1/4;grid-column:2/3}.vm_grid.style_01 .grid_item-7{grid-row:4/7;grid-column:2/3}.vm_grid.style_01 .grid_item-1,.vm_grid.style_01 .grid_item-3{grid-row:1/3}.vm_grid.style_01 .grid_item-4,.vm_grid.style_01 .grid_item-5{grid-row:3/5}.vm_grid.style_01 .grid_item-6,.vm_grid.style_01 .grid_item-8{grid-row:5/7}.vm_grid.style_02 .grid_item{position:relative}.vm_grid.style_02 .grid_item-1,.vm_grid.style_02 .grid_item-2,.vm_grid.style_02 .grid_item-3{grid-row:1/2}.vm_grid.style_02 .grid_item-4,.vm_grid.style_02 .grid_item-5{grid-row:2/3}.vm_grid.style_02 .grid_item-7,.vm_grid.style_02 .grid_item-8,.vm_grid.style_02 .grid_item-9{grid-row:3/4}.vm_grid.style_02 .grid_item-1,.vm_grid.style_02 .grid_item-4,.vm_grid.style_02 .grid_item-7{grid-column:1/2}.vm_grid.style_02 .grid_item-2,.vm_grid.style_02 .grid_item-5,.vm_grid.style_02 .grid_item-8{grid-column:2/3}.vm_grid.style_02 .grid_item-,.vm_grid.style_02 .grid_item-3,.vm_grid.style_02 .grid_item-6{grid-column:3/4}.header{position:absolute!important;width:100%;z-index:999;top:0;transition:var(--transition)}.header:not(.header_white) .header__main img.logo_white{display:block!important}.header:not(.multiple_header) .header__top{display:none}.header.multiple_header{position:relative;background-color:var(--color-white)}.header.multiple_header .header__top{display:block!important;padding-top:16px;padding-bottom:64px}@media only screen and (max-width:991px){.header.multiple_header .header__top{padding-bottom:54px}}.header.multiple_header .header__top .inner{max-width:85.5%}.header.multiple_header .header__top .call{font-weight:var(--fw-regular);font-size:var(--fs-16)}.header.multiple_header .header__top .call img{width:16px;height:16px;filter:brightness(0)}.header.multiple_header .header__top .call__number{color:var(--color-black)}.header.multiple_header .header__top .top_link{color:var(--color-black);font-family:var(--font-secondary);line-height:1.62;text-decoration:none}.header.multiple_header .header__top .top_link:hover{color:var(--color-primary)}.header.multiple_header .header__main{width:95%;position:absolute!important;bottom:-50px;left:50%;transform:translateX(-50%);border-radius:10px;padding:10px 76px}@media only screen and (max-width:1800px){.header.multiple_header .header__main{padding:10px 0}}@media only screen and (max-width:1400px){.header.multiple_header .header__main{padding:0;bottom:-40px}}.header.multiple_header .header__main .header_search_box.show_box{top:112%}@media only screen and (max-width:1401px){.header.multiple_header .header__main .header_search_box.show_box{top:100%}}.header__main{max-width:calc(95% - 4px);position:relative;z-index:2}@media only screen and (max-width:1800px){.header__main{max-width:100%}}.header__logo{margin-left:24px}.header__logo .logo{width:100%;height:100%}.header .call{font-size:var(--fs-18);font-weight:var(--fw-bold)}.header .call__me{color:var(--color-primary)}.header .call__number{color:var(--color-white)}.header__right .menu,.header__right .search{display:flex;align-items:center;justify-content:center}.header__right .menu img,.header__right .search img{width:24px;height:24px}.header__right .search{padding:31px 24px}.header__right .menu{border-left:1px solid hsla(0,0%,100%,.05);padding:28px 24px}.header__right .header_search_box{top:60%;visibility:hidden;opacity:0;transition:all .3s}.header__right .header_search_box.show_box{top:100%;visibility:visible;opacity:1}@media only screen and (min-width:992px)and (max-width:1199px){.header__right .header_search_box.show_box{top:103%}}@media only screen and (max-width:991px){.header__right .header_search_box.show_box{top:100%}}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.header__right .header_search_box{right:-80%!important}}.header.header_white{background-color:var(--color-white)!important}.header.header_white .header__main{background-color:var(--color-white)}.header.header_white .header__main img.logo_black{display:block!important}.header.header_white .header__main .call__number,.header.header_white .mainmenu__nav .nav-pills .nav-item .nav-link{color:var(--color-black)}.header.header_white .mainmenu__nav .nav-pills .nav-item .nav-link.active,.header.header_white .mainmenu__nav .nav-pills .nav-item .nav-link:hover{color:var(--color-primary)}.header.header_white .header_search_btn{border-color:var(--color-black)}.header.header_white .header_search_btn:after,.header.header_white .header_search_btn:before{background-color:var(--color-black)}.header.header_white .menu_btn{filter:brightness(0)}.header.fixed_top{position:fixed!important;top:0;right:0;left:0;z-index:999;animation:slideDown .4s linear}.header.fixed_top.multiple_header{background-color:transparent}.header.fixed_top.multiple_header .header__top{visibility:hidden;background-color:transparent;padding:0}.header.fixed_top.multiple_header .header__main{padding:0;bottom:-60px}.header.fixed_top.header_white{box-shadow:4px -2px 25px hsla(0,0%,7%,.161)}.mainmenu__nav .nav-pills .nav-item.active{color:var(--color-primary);background:none}.mainmenu__nav .nav-pills .nav-item+.nav-item{margin-left:45px}.mainmenu__nav .nav-pills .nav-item .nav-link{color:var(--color-black);font-weight:var(--fw-bold);padding:0;position:relative;line-height:80px}.mainmenu__nav .nav-pills .nav-item .nav-link.active,.mainmenu__nav .nav-pills .nav-item .nav-link:hover{color:var(--color-primary);background:none}.mainmenu__nav .nav-pills .nav-item .nav-link.active:after{position:absolute;top:53%;right:-12px;transform:translateY(-50%);content:"";width:4px;height:4px;border-radius:50%;background-color:var(--color-primary)}.primary-menu .menu_item_has_children{position:relative}.primary-menu .menu_item_has_children .sub_menu{position:absolute;text-align:left;min-width:240px;margin:0;padding:0;list-style:none;left:0;top:100%;box-shadow:0 0 15px 0 rgba(0,0,0,.05);background-color:#fff;z-index:9;visibility:hidden;opacity:0;transition:all .3s ease-in;transform:scaleY(.5);transform-origin:top center}.primary-menu .menu_item_has_children .sub_menu li+li{border-top:1px solid hsla(28,32%,60%,.16)}.primary-menu .menu_item_has_children .sub_menu li a{padding:11px 22px;display:block;color:var(--color-black);font-size:15px;position:relative;transition:.4s;font-weight:500;text-decoration:none}.primary-menu .menu_item_has_children .sub_menu li a:after{content:"";position:absolute;left:18px;top:50%;transform:translateY(-50%);height:2px;width:0;background:var(--color-primary);visibility:hidden;opacity:0;transition:.4s}.primary-menu .menu_item_has_children .sub_menu li a.current,.primary-menu .menu_item_has_children .sub_menu li a:hover{padding-left:33px;color:var(--color-primary)}.primary-menu .menu_item_has_children .sub_menu li a.current:after,.primary-menu .menu_item_has_children .sub_menu li a:hover:after{visibility:visible;opacity:1;width:10px}.primary-menu .menu_item_has_children:hover .sub_menu{transform:scaleY(1);visibility:visible;opacity:1}.popup_mobile_menu{z-index:9999}.popup_mobile_menu,.popup_mobile_menu .c-backdrop{position:fixed;width:100%;height:100%;top:0;bottom:0;left:0;right:0;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);visibility:hidden;opacity:0;transition:opacity .5s ease-out}.popup_mobile_menu .c-backdrop{background-color:rgba(0,0,0,.75)}.popup_mobile_menu .menu{padding:25px 40px;width:425px;z-index:1200;position:fixed;top:0;right:-150px;background:#191b1e;height:100vh;display:flex;flex-direction:column;transition:all .5s ease-out}@media only screen and (max-width:767px){.popup_mobile_menu .menu{width:375px}}@media only screen and (max-width:575px){.popup_mobile_menu .menu{width:310px}}@media only screen and (max-width:991px){.popup_mobile_menu .menu{padding:25px 30px}}.popup_mobile_menu .menu__top{padding-bottom:20px}@media only screen and (min-width:1699px){.popup_mobile_menu .menu__top .menu_header{margin-bottom:40px}}.popup_mobile_menu .menu__top .menu_header .close_button{width:30px;height:30px;border:1px solid #676767}.popup_mobile_menu .menu__top .menu_header .close_button .close{padding:0;opacity:1;width:max-content;position:relative;color:var(--color-white)}.popup_mobile_menu .menu__top p.menu_discription{font-family:var(--font-secondary);font-size:var(--fs-18);margin-top:20px;color:var(--color-white)}@media only screen and (max-width:991px){.popup_mobile_menu .menu__top p{display:none}}.popup_mobile_menu .menu__content{display:flex;flex-direction:column}.popup_mobile_menu .menu__content .menu_list{padding:70px 0}.popup_mobile_menu .menu__content .menu_list__item{display:block}.popup_mobile_menu .menu__content .menu_list__link{font-family:var(--font-secondary);font-weight:var(--fw-medium);color:var(--color-white);position:relative;text-transform:capitalize;margin:0;display:inline;transition:var(--transition)}.popup_mobile_menu .menu__content .menu_list__link.active,.popup_mobile_menu .menu__content .menu_list__link:hover{color:var(--color-primary)}.popup_mobile_menu .menu__content .menu_list__link.active{border-bottom:1px solid var(--color-primary)}@media only screen and (max-width:479px){.popup_mobile_menu .menu__content .menu_list{padding:30px 0}}.popup_mobile_menu .menu__content .address{padding:70px 0;border-top:1px solid hsla(28,32%,60%,.16);border-bottom:1px solid hsla(28,32%,60%,.16)}.popup_mobile_menu .menu__content .address li{display:flex;align-items:center;gap:12px}.popup_mobile_menu .menu__content .address li div:first-child{border:1px solid #676767;line-height:0;padding:11.5px}.popup_mobile_menu .menu__content .address li:not(:last-child){margin-bottom:16px}.popup_mobile_menu .menu__content .address li svg{fill:var(--color-white);stroke:var(--color-black);stroke-width:2;line-height:0;width:20px;height:20px}.popup_mobile_menu .menu__content .address li a{color:var(--color-white)}.popup_mobile_menu .menu .social_share{padding-top:35px}@media only screen and (max-width:991px){.popup_mobile_menu .menu .social_share{padding-top:25px}}.popup_mobile_menu .menu .social_share__title{font-size:var(--fs-18);text-transform:uppercase;letter-spacing:2px;font-weight:500;color:var(--color-white);display:inline-block;margin-bottom:20px}.popup_mobile_menu .menu .social_share__list li:not(:last-child){margin-right:10px}.popup_mobile_menu .menu .social_share__list_link{border:1px solid #8d8c8c;padding:10px 13px;color:#cfcfcf;transition:.4s}.popup_mobile_menu .menu .social_share__list_link svg{width:20px}.popup_mobile_menu .menu .social_share__list_link:hover{background-color:var(--color-primary);border:1px solid var(--color-primary)}.popup_mobile_menu.show_menu,.popup_mobile_menu.show_menu .c-backdrop{visibility:visible;opacity:1}.popup_mobile_menu.show_menu .menu{opacity:1;right:0;overflow-y:auto}.mobile_menu_nav ul.menu_list li{border-bottom:1px solid hsla(28,32%,60%,.16)}.mobile_menu_nav ul.menu_list li a{border-bottom:0!important;padding:11px 0;display:block!important}.mobile_menu_nav .mobile_menu_item_has_children>a{position:relative}.mobile_menu_nav .mobile_menu_item_has_children>a:after{content:"+";position:absolute;right:0;top:6px;font-weight:700;font-size:20px}.mobile_menu_nav .mobile_menu_item_has_children .sub_menu{text-align:left;min-width:240px;margin:0;padding:0;list-style:none;left:0;top:100%;z-index:9;transition:all .4s ease-in;border-top:1px solid hsla(28,32%,60%,.16);overflow-y:scroll;visibility:hidden;opacity:0;height:0}.mobile_menu_nav .mobile_menu_item_has_children .sub_menu li+li{border-top:1px solid hsla(28,32%,60%,.16)}.mobile_menu_nav .mobile_menu_item_has_children .sub_menu li a{display:block;color:#fff;font-size:15px;position:relative;transition:.4s;font-weight:500;padding-left:18px;padding-right:18px}.mobile_menu_nav .mobile_menu_item_has_children .sub_menu li a:after{content:"";position:absolute;left:18px;top:50%;transform:translateY(-50%);height:2px;width:0;background:var(--color-primary);visibility:hidden;opacity:0;transition:.4s}.mobile_menu_nav .mobile_menu_item_has_children .sub_menu li a:hover{padding-left:33px}.mobile_menu_nav .mobile_menu_item_has_children .sub_menu li a:hover:after{visibility:visible;opacity:1;width:10px}.mobile_menu_nav .mobile_menu_item_has_children .sub_menu li a.current{padding-left:33px;color:var(--color-primary)}.mobile_menu_nav .mobile_menu_item_has_children .sub_menu li a.current:after{visibility:visible;opacity:1;width:10px}.mobile_menu_nav .mobile_menu_item_has_children.is_toggle>a{color:var(--color-primary)}.mobile_menu_nav .mobile_menu_item_has_children.is_toggle .sub_menu.open{visibility:visible;opacity:1;height:auto}.breadcrumb_wrap{position:relative;z-index:0;background-image:url(/assets/images/breadcrumb/1.webp);background-repeat:no-repeat;background-size:cover;background-position:50%;background-color:var(--color-gray);margin-top:80px}.breadcrumb_wrap .breadcrumb_content{padding:163px 0}@media only screen and (max-width:767px){.breadcrumb_wrap .breadcrumb_content{padding:100px 0}}.breadcrumb_wrap .page_title{font-size:128px;color:#fff;text-transform:capitalize;margin-bottom:20px;-ms-word-wrap:break-word;word-wrap:break-word}@media only screen and (min-width:992px)and (max-width:1199px){.breadcrumb_wrap .page_title{font-size:75px}}@media only screen and (min-width:768px)and (max-width:991px){.breadcrumb_wrap .page_title{font-size:45px}}@media only screen and (max-width:767px){.breadcrumb_wrap .page_title{font-size:40px}}.breadcrumb_wrap p{display:inline-block;padding:5px 20px;background-color:var(--color-primary);font-size:14px;line-height:20px;max-width:600px;color:#585858;margin-bottom:20px}.breadcrumb_wrap .page_list_border{padding:10px 25px;display:inline-block;border:1px solid #fff;position:relative}.breadcrumb_wrap .page_list_border span{height:10px;width:10px;border-radius:50%;border:1px solid #fff;background:var(--color-black);display:inline-block;position:absolute}.breadcrumb_wrap .page_list_border .page_list_dot_1{left:-5px;top:-5px}.breadcrumb_wrap .page_list_border .page_list_dot_2{right:-5px;top:-5px}.breadcrumb_wrap .page_list_border .page_list_dot_3{left:-5px;bottom:-5px}.breadcrumb_wrap .page_list_border .page_list_dot_4{right:-5px;bottom:-5px}@media only screen and (max-width:767px){.breadcrumb_wrap .page_list_border{padding:7px 15px}}.breadcrumb_wrap .page_list{display:inline-block}.breadcrumb_wrap .page_list li{font-family:var(--font-secondary);display:inline-block;position:relative;padding-left:17px;padding-right:5px;font-size:18px;color:#8b8b8b}.breadcrumb_wrap .page_list li a{color:#fff}.breadcrumb_wrap .page_list li:first-child{padding-left:23px}.breadcrumb_wrap .page_list li:first-child a{color:#fff}.breadcrumb_wrap .page_list li:first-child:before{content:"";height:10px;width:10px;display:inline-block;background-color:var(--color-primary);border-radius:50%;top:10px}.breadcrumb_wrap .page_list li:before{content:"/";position:absolute;left:2px;top:-1px}a.vm_btn,button.vm_btn{text-decoration:none;font-weight:var(--fw-bold);text-transform:uppercase;position:relative;transition:var(--transition);font-family:var(--font-secondary)}a.vm_btn span,button.vm_btn span{position:relative;z-index:3}a.vm_btn span img,button.vm_btn span img{transition:var(--transition)}a.vm_btn:before,button.vm_btn:before{content:"";display:block;position:absolute;top:0;left:0;width:5px;height:25px;transition:var(--transition)}@media only screen and (max-width:767px){a.vm_btn,button.vm_btn{font-size:14px}}@media only screen and (max-width:575px){a.vm_btn,button.vm_btn{font-size:12px}}a.fill_btn,button.fill_btn{color:var(--color-white)}a.fill_btn:hover,button.fill_btn:hover{transform:translateY(-5px)}a.fill_btn:hover:before,button.fill_btn:hover:before{width:100%;height:100%}a.btn_black,button.btn_black{background:var(--color-black)}a.btn_black:before,button.btn_black:before{background-color:var(--color-primary)}a.btn_black.opacity,button.btn_black.opacity{background:hsla(0,0%,100%,.05)}a.btn_black.translate_none,button.btn_black.translate_none{margin-right:30px}a.btn_black.translate_none:hover,button.btn_black.translate_none:hover{transform:translateY(0)}a.btn_red,button.btn_red{background:var(--color-primary)}a.btn_red:before,button.btn_red:before{background-color:var(--color-white)}a.btn_red:hover,button.btn_red:hover{color:var(--color-black)}a.btn_red:hover span img,button.btn_red:hover span img{filter:brightness(0)}a.btn_27_59,button.btn_27_59{padding:27px 59px}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){a.btn_27_59,button.btn_27_59{padding:20px 43px}}@media only screen and (max-width:767px){a.btn_27_59,button.btn_27_59{padding:20px 43px}}a.btn_22_50,button.btn_22_50{padding:22px 50px}@media only screen and (min-width:1200px)and (max-width:1399px){a.btn_22_50,button.btn_22_50{padding:20px 46px}}@media only screen and (min-width:992px)and (max-width:1199px){a.btn_22_50,button.btn_22_50{padding:18px 43px}}@media only screen and (min-width:768px)and (max-width:991px){a.btn_22_50,button.btn_22_50{padding:16px 30px}}@media only screen and (max-width:767px){a.btn_22_50,button.btn_22_50{padding:16px 20px}}a.btn_22_32,button.btn_22_32{padding:22px 32px}@media only screen and (min-width:1200px)and (max-width:1399px){a.btn_22_32,button.btn_22_32{padding:20px 28px}}@media only screen and (min-width:992px)and (max-width:1199px){a.btn_22_32,button.btn_22_32{padding:18px 25px}}@media only screen and (min-width:768px)and (max-width:991px){a.btn_22_32,button.btn_22_32{padding:16px}}@media only screen and (max-width:767px){a.btn_22_32,button.btn_22_32{padding:16px}}a.btn_17_32,button.btn_17_32{padding:17px 32px}@media only screen and (max-width:767px){a.btn_17_32,button.btn_17_32{padding:10px 25px}}a.btn_12_27,button.btn_12_27{padding:12px 27px}a.btn_12_39,button.btn_12_39{padding:12px 39px}a.btn_trans,button.btn_trans{background-color:transparent;color:var(--color-black);border:1px solid var(--color-black);margin-top:35px}a.btn_trans:before,button.btn_trans:before{top:-1px;left:-1px;background-color:var(--color-primary)}a.btn_trans:hover,button.btn_trans:hover{color:var(--color-white);border:1px solid transparent}a.btn_trans:hover:before,button.btn_trans:hover:before{width:100%;height:100%}a.btn_trans:hover span img,button.btn_trans:hover span img{filter:invert(1)}a.btn_price:after,button.btn_price:after{content:"";display:block;position:absolute;top:0;left:0;width:0;height:100%;background:var(--color-black);z-index:-1;transition:var(--transition)}a.btn_price:hover,button.btn_price:hover{color:var(--color-white);border-color:var(--color-black)}a.btn_price:hover span img,button.btn_price:hover span img{filter:invert(1)}a.btn_price:hover:before,button.btn_price:hover:before{width:5px;height:25px}a.btn_price:hover:after,button.btn_price:hover:after{width:100%}a.tab_btn,button.tab_btn{color:var(--color-black);font-size:var(--fs-20);font-weight:var(--fw-medium);text-transform:capitalize;border:none!important;border-radius:0!important;outline:none;margin:0!important;padding:20px 26px;background-color:var(--color-white);box-shadow:var(--shadow-btn)}a.tab_btn.active,a.tab_btn:hover,button.tab_btn.active,button.tab_btn:hover{color:var(--color-white)!important;background-color:var(--color-primary)!important}a.tab_btn.active:before,button.tab_btn.active:before{background-color:var(--color-white)}@media only screen and (min-width:768px)and (max-width:991px){a.tab_btn,button.tab_btn{padding:13.84px 18px;font-size:var(--fs-18)}}@media only screen and (max-width:767px){a.tab_btn,button.tab_btn{padding:10px 16px;font-size:14px}}.header_search_btn{width:18px;height:18px;border:2.5px solid #fff;border-radius:50%;position:relative;transition:var(--transition)}.header_search_btn:after,.header_search_btn:before{content:"";display:block;position:absolute;width:65%;height:2px;background-color:#fff;transform-origin:center;transition:var(--transition)}.header_search_btn:before{top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);visibility:hidden;opacity:0}.header_search_btn:after{top:120%;left:120%;transform:translate(-50%,-50%) rotate(45deg)}.header_search_btn.close{border-radius:0}.header_search_btn.close.header_search_btn:before{visibility:visible;opacity:1}.header_search_btn.close.header_search_btn:after{top:50%;left:50%}.hero{height:100vh;padding-top:80px}.hero .slide{height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:1;overflow:hidden}.hero .slide:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:var(--color-black);z-index:-1}.hero .slide .slide_wrapper{height:100%;z-index:5}.hero .slide .slide_wrapper .content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:10%;padding-right:5%;height:100%;width:100%;text-align:center}.hero .slide .slide_wrapper .content .title{color:var(--color-white);margin-bottom:12px;font-size:64px}@media only screen and (min-width:1200px)and (max-width:1399px){.hero .slide .slide_wrapper .content .title{font-size:54px}}@media only screen and (min-width:992px)and (max-width:1199px){.hero .slide .slide_wrapper .content .title{font-size:48px}}@media only screen and (min-width:768px)and (max-width:991px){.hero .slide .slide_wrapper .content .title{font-size:42px}}@media only screen and (max-width:767px){.hero .slide .slide_wrapper .content .title{font-size:36px}}@media only screen and (max-width:575px){.hero .slide .slide_wrapper .content .title{font-size:32px}}.hero .slide .slide_wrapper .content .subtitle{font-family:var(--font-secondary);color:var(--color-white);margin-bottom:50px;font-size:24px}@media only screen and (min-width:1200px)and (max-width:1399px){.hero .slide .slide_wrapper .content .subtitle{font-size:22px}}@media only screen and (min-width:992px)and (max-width:1199px){.hero .slide .slide_wrapper .content .subtitle{font-size:20px}}@media only screen and (min-width:768px)and (max-width:991px){.hero .slide .slide_wrapper .content .subtitle{font-size:18px}}@media only screen and (max-width:767px){.hero .slide .slide_wrapper .content .subtitle{font-size:16px;margin-bottom:30px}}.hero.hero_01 .slide:before{width:100%;opacity:.9;filter:blur(262px)}.hero.hero_01 .slide .slide_wrapper{background-color:#111}.hero.hero_01 .slide .slide_wrapper .content{background-color:#111;width:100%;height:100%}.hero.hero_01 .slide .slide_wrapper .content .subtitle{font-size:32px;font-weight:var(--fw-medium);line-height:1.19}@media only screen and (min-width:1200px)and (max-width:1399px){.hero.hero_01 .slide .slide_wrapper .content .subtitle{font-size:35px}}@media only screen and (min-width:992px)and (max-width:1199px){.hero.hero_01 .slide .slide_wrapper .content .subtitle{font-size:28px}}@media only screen and (min-width:768px)and (max-width:991px){.hero.hero_01 .slide .slide_wrapper .content .subtitle{font-size:18px}}@media only screen and (max-width:767px){.hero.hero_01 .slide .slide_wrapper .content .subtitle{font-size:16px}}.hero.hero_01 .slide .slide_wrapper .content .vm_btn{padding:27px 45px;border:1px solid hsla(0,0%,60%,.839);background:rgba(0,0,0,.2)}.hero.hero_01 .slide__01{background-image:url(/assets/images/background/background.jpg)}.hero.hero_01 .slide__02{background-image:url(/assets/images/hero/background/slider-02.webp)}.hero.hero_01 .slide__03{background-image:url(/assets/images/hero/background/slider-03.webp)}.hero.hero_02{padding-top:105px}.hero.hero_02 .slide:before{opacity:.6;filter:blur(195px)}.hero.hero_02 .slide .slide_wrapper .content .subtitle{font-size:24px;font-weight:var(--fw-regular);line-height:1.416;padding:0 20%}@media only screen and (min-width:1200px)and (max-width:1399px){.hero.hero_02 .slide .slide_wrapper .content .subtitle{font-size:22px}}@media only screen and (min-width:992px)and (max-width:1199px){.hero.hero_02 .slide .slide_wrapper .content .subtitle{font-size:20px;padding:0 16%}}@media only screen and (min-width:768px)and (max-width:991px){.hero.hero_02 .slide .slide_wrapper .content .subtitle{font-size:18px;padding:0 8%}}@media only screen and (max-width:767px){.hero.hero_02 .slide .slide_wrapper .content .subtitle{font-size:18px;padding:0}}.hero.hero_02 .slide__01{background-image:url(/assets/images/hero/background/slider-01.webp)}.hero.hero_02 .slide__02{background-image:url(/assets/images/hero/background/slider-02.webp)}.hero.hero_02 .slide__03{background-image:url(/assets/images/hero/background/slider-03.webp)}.hero.hero_03 .slide:before{background-color:var(--color-white);filter:blur(190px)}.hero.hero_03 .slide .slide_wrapper .content{position:relative;z-index:1;padding-top:160px}@media only screen and (min-width:1400px)and (max-width:1599px){.hero.hero_03 .slide .slide_wrapper .content{padding-top:94px;padding-left:120px}}@media only screen and (max-width:991px){.hero.hero_03 .slide .slide_wrapper .content{padding-top:90px}}@media only screen and (max-width:767px){.hero.hero_03 .slide .slide_wrapper .content{padding-bottom:100px}}.hero.hero_03 .slide .slide_wrapper .content .title{font-size:82px;text-transform:capitalize;background-color:#111;color:var(--color-white);padding:35px 95px 95px 48px;--webkit-clip-path:polygon(0% 0%,90% 0,100% 33%,77% 100%,0 84%);-webkit-clip-path:polygon(0 0,90% 0,100% 33%,77% 100%,0 84%);clip-path:polygon(0 0,90% 0,100% 33%,77% 100%,0 84%);max-width:40vw;line-height:94px;border-radius:10px}.hero.hero_03 .slide .slide_wrapper .content .title span{font-size:24px;text-transform:capitalize}@media only screen and (min-width:1200px)and (max-width:1399px){.hero.hero_03 .slide .slide_wrapper .content .title{max-width:60vw}}@media only screen and (min-width:1400px)and (max-width:1599px){.hero.hero_03 .slide .slide_wrapper .content .title{max-width:45vw;font-size:60px;line-height:1.2;padding:24px 77px 60px 30px}}@media only screen and (min-width:992px)and (max-width:1199px){.hero.hero_03 .slide .slide_wrapper .content .title{width:100%;max-width:100%;font-size:50px;line-height:1.2;padding:24px 77px 60px 30px}}@media only screen and (max-width:991px){.hero.hero_03 .slide .slide_wrapper .content .title{width:100%;max-width:100%;font-size:50px;line-height:1.2;padding:24px 77px 60px 30px}}@media only screen and (max-width:767px){.hero.hero_03 .slide .slide_wrapper .content .title{padding:20px;clippath:none;font-size:35px}.hero.hero_03 .slide .slide_wrapper .content .title span{font-size:16px}}.hero.hero_03 .slide .slide_wrapper .content .subtitle{font-size:24px;font-weight:var(--fw-regular);line-height:1.416;color:hsla(0,0%,7%,.6)}@media only screen and (min-width:1200px)and (max-width:1399px){.hero.hero_03 .slide .slide_wrapper .content .subtitle{font-size:22px}}@media only screen and (min-width:992px)and (max-width:1199px){.hero.hero_03 .slide .slide_wrapper .content .subtitle{font-size:20px;padding:0}}@media only screen and (min-width:768px)and (max-width:991px){.hero.hero_03 .slide .slide_wrapper .content .subtitle{font-size:18px;padding:0 8%}}@media only screen and (max-width:767px){.hero.hero_03 .slide .slide_wrapper .content .subtitle{font-size:18px;padding:10px 0 0;color:#111}.hero.hero_03 .slide .slide_wrapper .content .subtitle br{display:none}}.hero.hero_03 .slide .slide_wrapper .content .vm_btn{margin-top:50px}@media only screen and (max-width:767px){.hero.hero_03 .slide .slide_wrapper .content .vm_btn{margin-top:30px}}.hero.hero_03 .slide .slide_wrapper .rating img{background-color:var(--color-white);border-radius:50%}.hero.hero_03 .slide .slide_wrapper .rating>div p span{color:var(--color-black)}@media only screen and (max-width:767px){.hero.hero_03 .slide .slide_wrapper .rating>div p{color:#111}}.hero.hero_03 .slide .slide_wrapper .rating>div p:first-child{font-size:20px;font-weight:500;line-height:1.3;text-transform:capitalize}.hero.hero_03 .slide .slide_wrapper .hero_img_inner{bottom:0;right:-17%}@media only screen and (min-width:1400px)and (max-width:1599px){.hero.hero_03 .slide .slide_wrapper .hero_img_inner{bottom:-160px}}@media only screen and (min-width:992px)and (max-width:1199px){.hero.hero_03 .slide .slide_wrapper .hero_img_inner img{width:300px}}@media only screen and (max-width:991px){.hero.hero_03 .slide .slide_wrapper .hero_img_inner img{width:170px}}@media only screen and (max-width:767px){.hero.hero_03 .slide .slide_wrapper .hero_img_inner img{display:none}}.hero.hero_03 .slide__01{background-image:url(/assets/images/hero/background/slider-04.webp)}@media only screen and (max-width:767px){.hero.hero_03{height:auto}}.hero.hero_03 .slider_pagination{left:0!important;bottom:50%!important;transform:translateX(-50%);z-index:100;transform:rotate(-90deg)}@media only screen and (min-width:992px)and (max-width:1199px){.hero.hero_03 .slider_pagination{left:30px!important;bottom:30px!important;z-index:100;transform:rotate(0)}.hero.hero_03 .slider_pagination .swiper-pagination-bullet-active{background:#fff}}@media only screen and (max-width:991px){.hero.hero_03 .slider_pagination{left:30px!important;bottom:30px!important;z-index:100;transform:rotate(0)}.hero.hero_03 .slider_pagination .swiper-pagination-bullet-active{background:#fff}}.hero.hero_01 .top_left_01{width:calc(30vw - 13px)}.hero.hero_01 .top_left_02{width:calc(35vw + 4px)}.hero.hero_01 .top_left_03{width:calc(50vw - 5px)}.hero.hero_01 .round_top{width:calc(22vw - 3px);right:9%;fill:#e82b4b;mix-blend-mode:multiply}.hero.hero_01 .right_right{width:calc(8vw - 10px)}.hero.hero_01 .bottom_right_gray{width:calc(30vw - 13px);opacity:.7;mix-blend-mode:screen;fill:#111}.hero.hero_01 .bottom_right_red{width:calc(16vw + 5px);fill:#111;opacity:.7;mix-blend-mode:screen}.hero.hero_01 .arrow_hero{width:calc(18vw - 3px);right:29.5%;bottom:10%}.hero.hero_01 .bottom_left{width:calc(44vw + 1px)}.hero.hero_01 .bottom_left_01{width:calc(36vw - 105px);filter:brightness(1.2)}.hero.hero_02 .cloud_shape{width:27vw}.hero.hero_02 .hm2_bottom_left{width:25vw}.hero.hero_02 .hm2_circle{max-width:40vw;width:574px;max-height:40vw;height:574px;border-radius:50%;background-color:var(--color-black);mix-blend-mode:soft-light;top:60%}.hero.hero_02 .hm2_wave{top:56%;left:0;right:0;transform:translateY(-49%)}.hero.hero_03 .hm3_top_left{width:30vw}.hero.hero_03 .hm3_top_right{width:25vw}.hero.hero_03 .hm3_bottom_right{width:11vw}.hero.hero_03 .hm3_bottom_left_1{width:7vw}.hero.hero_03 .hm3_bottom_left_2{width:12vw;transition:.4s}.hero .slide.swiper-slide-active .vm-animate-1{animation:fadeInLeft 1.5s .3s both}.hero .slide.swiper-slide-active .vm-animate-2{animation:fadeInLeft 1.5s .7s both}.hero .slide.swiper-slide-active .vm-animate-3{animation:fadeInLeft 1.5s 1s both}.hero .slide.swiper-slide-active .vm-animate-4{animation:fadeInLeft 1.5s 1.3s both}.hero .slide.swiper-slide-active .vm-animate-5{animation:fadeInLeft 1.5s 1.5s both}.hero .slide.swiper-slide-active .vm-animate-6{animation:fadeInUp 1.5s .3s both}.hero .slide.swiper-slide-active .vm-animate-7{animation:fadeInUp 1.5s .7s both}.hero .slide.swiper-slide-active .vm-animate-8{animation:fadeInUp 1.5s 1s both}.hero .slide.swiper-slide-active .vm-animate-9{animation:fadeInUp 1.5s 1.3s both}.hero .slide.swiper-slide-active .vm-animate-10{animation:fadeInUp 1.5s 1.5s both}.hero.hero_01 .slide.swiper-slide-active .top_left_02{animation:fadeInLeft 1.5s .7s both}.hero.hero_01 .slide.swiper-slide-active .bottom_left_01{animation:fadeInLeft 1.5s 1s both}.hero.hero_01 .slide.swiper-slide-active .bottom_left{animation:fadeInLeft 1.5s 1.7s both}.hero.hero_01 .slide.swiper-slide-active .round_top{animation:fadeInRight 1.5s 1.7s both}.hero.hero_01 .bottom_right_red{width:calc(6vw + 5px);transition:3s}.hero.hero_01 .slide.swiper-slide-active .bottom_right_red{width:calc(16vw + 5px)}.hero_1_pagination{position:relative;margin-top:-60px}.hero.hero_02 .slide.swiper-slide-active .hm2_bottom_left{animation:fadeInDown 1.5s 1.3s both}.hero.hero_02 .slide.swiper-slide-active .bottom_left_01{animation:fadeInLeft 1.5s 1.3s both}.hero.hero_02 .slide.swiper-slide-active .hm2_circle{animation:zoomIn 1.5s 1.3s both}.hero.hero_02 .slide.swiper-slide-active .cloud_shape{animation:fadeInRight 1.5s 1.3s both}.hero.hero_03 .slide.swiper-slide-active .hm3_bottom_left_2{animation:fadeInLeft 1.5s 1s both}.hero.hero_03 .slide.swiper-slide-active .hm3_bottom_left_1{animation:fadeInLeft 1.5s 1.4s both}.hero.hero_03 .slide.swiper-slide-active .hm3_top_left{animation:fadeInDown 1.5s 1.4s both}.hero.hero_03 .slide.swiper-slide-active .hm3_top_right{animation:fadeInRight 1.5s 1.7s both}.partners__list{max-height:100px;flex-wrap:nowrap;animation:slide_her 35s linear infinite}.partners__list li{flex-shrink:0;padding:0 50px}.vm_service{padding:10px;height:100%}.vm_service .number{color:var(--color-primary)}.vm_service .content .title{color:var(--color-black);font-size:var(--fs-24);font-weight:var(--font-medium);line-height:var(--lh-b1);text-transform:capitalize;margin-bottom:18px;transition:var(--transition)}.vm_service .content .title a svg{position:absolute;top:50%;right:-25px;transform:translateY(10px);transition:var(--transition);color:var(--color-primary);visibility:hidden;opacity:0}@media only screen and (min-width:992px)and (max-width:1199px){.vm_service .content .title{font-size:23px}}@media only screen and (max-width:575px){.vm_service .content .title{font-size:var(--fs-20);margin-top:0}}.vm_service .content .list{list-style:disc;list-style-position:inside;margin:0}.vm_service .content .list .list_item{color:var(--color-black);font-family:var(--font-secondary);line-height:var(--lh-b2)}@media only screen and (max-width:575px){.vm_service .content{margin-left:25px}}.vm_service:hover .content .title{color:var(--color-primary)}.vm_service:hover .content .title a svg{transform:translateY(-35%);visibility:visible;opacity:1}@media only screen and (max-width:575px){.vm_service{display:flex;align-items:flex-start;width:100%;margin-bottom:15px}}.services_two{border-radius:10px;box-shadow:0 94px 94px 0 rgba(0,0,0,.05)}.services_two .vm_service{width:300px;display:block;margin:auto}.services_two .vm_service .content .title{margin-top:16px;margin-bottom:18px}.vm_service_three{position:relative}.vm_service_three .thumb{overflow:hidden}.vm_service_three .thumb img{transform:scale(1);transition:.4s;filter:saturate(0)}@media only screen and (max-width:575px){.vm_service_three .thumb img{width:100%}}.vm_service_three .content{position:absolute;left:0;bottom:0;padding:30px;z-index:2}.vm_service_three .content .cat{background-color:var(--color-black);padding:5px 30px;display:inline-block;color:#fff}@media only screen and (max-width:767px){.vm_service_three .content .cat{padding:5px 20px;font-size:14px}}.vm_service_three .content h5{background-color:#fff;padding:10px 30px;color:var(--color-black);transition:.4s}.vm_service_three .content h5:hover{background-color:var(--color-primary)}@media only screen and (max-width:767px){.vm_service_three .content h5{padding:10px 20px;font-size:16px}.vm_service_three .content{padding:20px}}.vm_service_three:hover .thumb img{filter:saturate(100%);transform:scale(1.1)}.vm_service_three:hover .content h5{background-color:var(--color-primary);color:#fff}.service_details_page h2{font-size:128px;font-weight:500;line-height:1}@media (max-width:1199px){.service_details_page h2{font-size:80px}}@media (max-width:991px){.service_details_page h2{font-size:28px}}.service_details_page .video_popup{padding-left:308px}.service_details_page .video_popup img.top_l{width:22vw;top:-17%;z-index:-1}.service_details_page .video_popup img.bottom_r{width:22vw}@media (min-width:2000px){.service_details_page .video_popup{padding-left:25%}}@media (max-width:1500px){.service_details_page .video_popup{padding-left:75px}}@media (max-width:1199px){.service_details_page .video_popup{padding-left:0}}.categories__list li,.link_widget__list li{margin:0 3.8vw}@media only screen and (max-width:767px){.categories__list li,.link_widget__list li{margin:0 29px}}.categories a.link,.categories_item,.link_widget a.link,.link_widget_item{color:var(--color-black);-webkit-text-stroke:1px #000;-webkit-text-fill-color:#fff;word-break:keep-all;white-space:-moz-pre-space;line-height:normal;cursor:default;transition:all .4s ease;position:relative;font-size:8vw;font-weight:700}.categories a.link:before,.categories_item:before,.link_widget a.link:before,.link_widget_item:before{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);left:-3.8vw;width:1.6vw;height:1.6vw;border-radius:100%;background-color:var(--color-black)}@media only screen and (max-width:767px){.categories a.link:before,.categories_item:before,.link_widget a.link:before,.link_widget_item:before{width:12px;height:12px;left:-35px}}.categories a.link:after,.categories_item:after,.link_widget a.link:after,.link_widget_item:after{content:"";width:11.5vw;height:11.5vw;display:flex;align-items:center;justify-content:center;position:absolute;top:51%;transform:translateY(-50%) scale(0);transform-origin:center;right:-11vw;z-index:1;background-image:url(/_next/static/media/arrow_black.a562ab1c.svg);background-position:50%;background-size:contain;background-repeat:no-repeat;visibility:hidden;opacity:0;transition:all .3s ease}@media only screen and (max-width:767px){.categories a.link:after,.categories_item:after,.link_widget a.link:after,.link_widget_item:after{width:88px;height:88px}}@media only screen and (max-width:575px){.categories a.link:after,.categories_item:after,.link_widget a.link:after,.link_widget_item:after{right:-73px}}.categories a.link:hover,.categories_item:hover,.link_widget a.link:hover,.link_widget_item:hover{color:var(--color-black);-webkit-text-stroke:none;-webkit-text-fill-color:var(--color-black)}.categories a.link:hover:after,.categories_item:hover:after,.link_widget a.link:hover:after,.link_widget_item:hover:after{visibility:visible;opacity:1;transform:translateY(-50%) scale(1)}@media only screen and (max-width:767px){.categories a.link,.categories_item,.link_widget a.link,.link_widget_item{font-size:69px}}.categories a.link,.link_widget a.link{-webkit-text-stroke:none;-webkit-text-fill-color:var(--color-black);font-weight:700;cursor:pointer}.categories a.link:after,.link_widget a.link:after{top:50%;left:50%;transform:translate(-50%,-50%) scale(0)}.categories a.link:hover:after,.link_widget a.link:hover:after{right:unset;transform:translate(-50%,-50%) scale(1)}@media only screen and (max-width:575px){.categories a.link,.link_widget a.link{font-size:10vw}}.link_widget{overflow:visible}.color_black{color:var(--color-black)}.box_hadow{box-shadow:0 94px 94px 0 rgba(0,0,0,.05)}.border_right_1{border-right:1px solid #e8e8e8}.fw-400{font-weight:400}.color_gray{color:var(--color-gray)}.about_us .img_container{position:relative}.about_us .img_container .mask_img_icon--gray{max-width:50%;left:0;top:50%;transform:translateY(-50%)}.about_us .img_container .mask_img_icon--red{max-width:50%;right:0;top:50%;transform:translateY(-50%)}@media only screen and (min-width:768px)and (max-width:991px){.about_us .img_container{max-width:79%}}@media only screen and (max-width:479px){.about_us .content .section_title{margin:10px 0}}.about_us .content .counter{position:relative}.about_us .content .counter:after{content:"";position:absolute;top:0;left:0;width:30px;height:30px;border-radius:50%;background-color:var(--color-primary);z-index:-1}@media only screen and (max-width:479px){.about_us .content .counter:after{width:20px;height:20px}}.about_us .content .counter__count{font-size:64px;line-height:.7}@media only screen and (max-width:479px){.about_us .content .counter__count{font-size:42px}}.about_us .content .counter__text{font-size:var(--fs-20);line-height:1.3}@media only screen and (max-width:479px){.about_us .content .counter__text{font-size:var(--fs-18)}}.about_us>div img.btm_right,.about_us>div img.top_left{width:23vw;z-index:-1}.about_us>div img.dot{z-index:-1}.about_us .circle_badge_inner{z-index:1;top:50%}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.about_us .about_us_img{position:relative!important;top:0!important}}.img_about .circle_badge{position:absolute!important;left:-50px;top:230px}.img_about .circle_badge svg{z-index:3;position:relative}.img_about .circle_badge img.circle-image{z-index:0}@media only screen and (max-width:991px){.img_about .circle_badge{display:none}}.portfolio_category{border-bottom:1px solid #e8e8e8;padding-bottom:30px;margin-bottom:25px}.portfolio_category a{display:inline-block;height:32px;line-height:33px;background-color:#e8e8e8;padding:0 18px;border-radius:30px;color:var(--color-black);transition:.4s;margin-right:4px}.portfolio_category a:hover{background-color:var(--color-primary);color:#fff}.portfolio_list{margin:0;padding:0}.portfolio_list li{margin-bottom:10px}.portfolio_list li span{color:var(--color-black);width:200px;display:inline-block}@media only screen and (max-width:575px){.portfolio_details_page h2{font-size:24px}.portfolio_details_page .portfolio_list li span{width:150px}}.why_choose_us__body{margin-top:-33px}.why_choose_us__body .tabs{border-bottom:none}.why_choose_us__body .tabs__item{box-shadow:0 1px 2px hsla(0,0%,7%,.2)}.why_choose_us__body .tabs__item:not(:last-child){margin-right:20px}@media only screen and (max-width:767px){.why_choose_us__body .tabs__item:not(:last-child){margin-right:0}.why_choose_us__body .tabs{gap:10px}}.why_choose_us__body #why_choose_us_tabContent .flow_chart{height:100%}.why_choose_us__body #why_choose_us_tabContent .anychart-credits{display:none}.why_choose_us__body #why_choose_us_tabContent a.vm_btn:hover img{filter:invert(1)}@media only screen and (min-width:768px)and (max-width:991px){.why_choose_us__body{margin-top:-26px}}@media only screen and (max-width:767px){.why_choose_us__body{margin-top:-20px}}.grid_item:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border:10px solid transparent;transition:var(--transition);z-index:1}@media only screen and (min-width:768px)and (max-width:991px){.grid_item:before{border-width:7px}}@media only screen and (max-width:767px){.grid_item:before{border-width:5px}}@media only screen and (max-width:575px){.grid_item:before{border-width:4px}}@media only screen and (max-width:479px){.grid_item:before{border-width:2px}}.grid_item .portfolio_link{top:40%;left:40%;background-color:var(--color-primary);padding:34px;visibility:hidden;opacity:0;z-index:2}.grid_item .portfolio_link,.grid_item .portfolio_link:before{position:absolute;transform:translate(-50%,-50%);border-radius:50%;transition:var(--transition)}.grid_item .portfolio_link:before{content:"";display:block;top:50%;left:50%;width:0;height:0;background:linear-gradient(to top left,var(--color-black) 0,var(--color-black) 100%);z-index:-1}.grid_item .portfolio_link:hover:before{width:102%;height:102%}@media only screen and (min-width:1200px)and (max-width:1399px){.grid_item .portfolio_link{padding:29.36px}.grid_item .portfolio_link img{width:28px;height:28px}}@media only screen and (min-width:992px)and (max-width:1199px){.grid_item .portfolio_link{padding:24.72px}.grid_item .portfolio_link img{width:24px;height:24px}}@media only screen and (min-width:768px)and (max-width:991px){.grid_item .portfolio_link{padding:18.54px}.grid_item .portfolio_link img{width:18px;height:18px}}@media only screen and (max-width:767px){.grid_item .portfolio_link{padding:13.9px}.grid_item .portfolio_link img{width:14px;height:14px}}@media only screen and (max-width:575px){.grid_item .portfolio_link{padding:12.36px}.grid_item .portfolio_link img{width:10px;height:10px}}@media only screen and (max-width:479px){.grid_item .portfolio_link{padding:8.24px}.grid_item .portfolio_link img{width:6px;height:6px}}.grid_item .portfolio_img{filter:saturate(0);transition:var(--transition)}.grid_item:hover .portfolio_link{top:50%;left:50%;visibility:visible;opacity:1}.grid_item:hover .portfolio_img{filter:saturate(100%)}.grid_item:hover:before{width:90%;height:90%;border-color:var(--color-white)}.instagram .instagram_slider .img_wrap{position:relative}.instagram .instagram_slider .img_wrap img{filter:saturate(0);transition:var(--transition)}.instagram .instagram_slider .img_wrap a{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--color-primary);padding:10%;border-radius:50%;transition:var(--transition);visibility:hidden;opacity:0}.instagram .instagram_slider .img_wrap:hover img{filter:saturate(100%)}.instagram .instagram_slider .img_wrap:hover a{visibility:visible;opacity:1}.portfolio_filter_area>*{padding:0 .64vw;margin-bottom:1.28vw}.filter_btns button{font-size:var(--fs-20);font-weight:var(--fw-medium);color:var(--color-black);border:1px solid hsla(0,0%,7%,.1);background:var(--color-white);box-shadow:0 94px 94px 0 rgba(0,0,0,.05);border-radius:0;transition:var(--transition);position:relative;flex-shrink:0;flex-wrap:wrap}@media only screen and (min-width:768px)and (max-width:991px){.filter_btns button{font-size:18px;padding:12px 25px}}@media only screen and (max-width:767px){.filter_btns button{font-size:16px;padding:12px 25px;width:50%}}@media only screen and (max-width:479px){.filter_btns button{width:100%}}.filter_btns button.active,.filter_btns button:hover{color:var(--color-white);background-color:var(--color-primary);border-color:var(--color-primary);transition:var(--transition)}.filter_btns button.active:before{content:"";position:absolute;top:-1px;left:-1px;width:5px;height:25px;background-color:var(--color-black)}@media only screen and (max-width:767px){.filter_btns{flex-direction:column}}.portfolio_details_page{margin-top:80px}@media (min-width:2000px){.portfolio-max-1920{max-width:1920px;margin:0 auto}}.team__wrapper{max-width:1820px;width:92%}.vm_team__thumb{overflow:hidden}.vm_team__thumb a img{filter:saturate(100%);transition:var(--transition);transform:scale(1.1)}@media only screen and (max-width:575px),only screen and (min-width:768px)and (max-width:991px){.vm_team__thumb a img{width:100%}}.vm_team__thumb .social_list{top:-15px;left:-15px;visibility:hidden;opacity:0;transition:var(--transition)}.vm_team__thumb .social_list__item{background-color:var(--color-white);transition:var(--transition)}.vm_team__thumb .social_list__item:hover{background-color:var(--color-primary)}.vm_team__thumb .social_list__link{line-height:0;padding:17px;color:var(--color-black);display:inline-block;transition:var(--transition)}.vm_team__thumb .social_list__link svg{width:16px;height:16px}.vm_team__thumb .social_list__link:hover{color:var(--color-white)}@media only screen and (min-width:1200px)and (max-width:1399px){.vm_team__thumb .social_list__link{padding:15px}}@media only screen and (min-width:768px)and (max-width:991px){.vm_team__thumb .social_list__link{padding:12px}}@media only screen and (max-width:575px){.vm_team__thumb .social_list__link{padding:10px}}.vm_team__thumb:hover .social_list{top:10px;left:10px;visibility:visible;opacity:1}.vm_team__thumb:hover a img{filter:saturate(100%);transform:scale(1)}.vm_team__content{padding-top:26px}.vm_team__content .name{font-size:var(--fs-24);font-weight:var(--fw-bold);line-height:var(--lh-b1);text-transform:capitalize}@media only screen and (max-width:575px){.vm_team__content .name{font-size:20px}}.vm_testimonial{background-repeat:no-repeat;background-size:100% 100%;padding:0 46px 50px 48px;position:relative;box-sizing:border-box}.vm_testimonial__header{margin-bottom:14px}.vm_testimonial__header .rating{order:0}@media only screen and (max-width:479px){.vm_testimonial__header .rating{order:1}.vm_testimonial__header .rating ul{justify-content:center}.vm_testimonial__header{flex-direction:column;align-items:center!important}}.vm_testimonial__img_inner{width:100px;height:100px;border-radius:50%;overflow:hidden;object-fit:cover;order:1}.vm_testimonial__img_inner img{transform:scale(1.1);transition:var(--transition)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:768px)and (max-width:991px){.vm_testimonial__img_inner{width:86.36px;height:86.36px}}@media only screen and (max-width:767px),only screen and (min-width:992px)and (max-width:1199px){.vm_testimonial__img_inner{width:72.72px;height:72.72px}}@media only screen and (max-width:479px){.vm_testimonial__img_inner{order:0}}.vm_testimonial__text{font-size:24px;line-height:1.41;text-transform:capitalize;margin-bottom:30px;padding-top:6px}@media only screen and (max-width:767px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:768px)and (max-width:991px){.vm_testimonial__text{font-size:20px}}@media only screen and (min-width:992px)and (max-width:1199px){.vm_testimonial__text{margin-bottom:18px}}@media only screen and (max-width:575px),only screen and (min-width:992px)and (max-width:1199px){.vm_testimonial__text{font-size:16px}}@media only screen and (max-width:479px){.vm_testimonial{text-align:center;padding:20px 10px}.vm_testimonial h4{font-size:20px}}.vm_testimonial .vm_testimonial__img_inner{border:1px solid rgba(0,0,0,.099);border-radius:100%}.vm_testimonial:hover .vm_testimonial__img_inner img{filter:saturate(100%);transform:scale(1)}@media only screen and (min-width:768px)and (max-width:991px){.what_we_do-02 .img_container{max-width:79%;margin:auto}}.what_we_do .container_lg_fluid .content{padding-right:12%;padding-left:14%}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:1400px)and (max-width:1599px){.what_we_do .container_lg_fluid .content{padding-right:5%;padding-left:10%}}@media only screen and (min-width:992px)and (max-width:1199px){.what_we_do .container_lg_fluid .content{padding-right:8%;padding-left:10%}}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.what_we_do .container_lg_fluid .content{padding-right:0;padding-left:0}}.what_we_do .content .section_title{margin-bottom:8px}@media only screen and (min-width:1200px)and (max-width:1399px){.what_we_do .content .section_title{margin-bottom:5px}}@media only screen and (min-width:992px)and (max-width:1199px){.what_we_do .content .section_title{margin-bottom:5px}}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.what_we_do .content .section_title{margin-bottom:5px}}@media only screen and (min-width:768px)and (max-width:991px){.what_we_do .content .section_description{font-size:18px}}.what_we_do .content .do_list:before{content:"";position:absolute;top:0;left:19.5px;width:2px;height:82%;background:linear-gradient(180deg,#111,#fff);z-index:-1}@media only screen and (min-width:1200px)and (max-width:1399px){.what_we_do .content .do_list:before{height:76%}}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.what_we_do .content .do_list:before{height:76%}}.what_we_do .content .do_list__item:not(:last-child){margin-bottom:33px}@media only screen and (min-width:1200px)and (max-width:1399px){.what_we_do .content .do_list__item:not(:last-child){margin-bottom:20px}}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.what_we_do .content .do_list__item:not(:last-child){margin-bottom:10px}}.what_we_do .content .do_list__item .marker{background-image:url(/_next/static/media/shape_bg.0eaae100.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;color:var(--color-white);font-weight:var(--fw-bold);line-height:1;padding:12px;margin-right:36px}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.what_we_do .content .do_list__item .marker{margin-right:10px}}@media only screen and (min-width:1200px)and (max-width:1399px){.what_we_do .content .do_list__item h4{margin-bottom:5px}}@media only screen and (min-width:992px)and (max-width:1199px){.what_we_do .content .do_list__item h4{margin-bottom:5px}.what_we_do .content .do_list__item .vm_para{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.what_we_do .content .do_list__item h4{font-size:21px;margin-bottom:5px}.what_we_do .content .do_list__item .vm_para{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.vm_blog__thumbnail{height:auto;overflow:hidden}.vm_blog__thumbnail img{filter:saturate(100%);object-fit:cover;transform:scale(1.1);transition:var(--transition)}.vm_blog__content .title{line-height:1.41;padding-top:22px;transition:var(--transition)}.vm_blog__content .title svg{transform:translateY(10px);color:var(--color-primary);transition:var(--transition);visibility:"hidden";opacity:0}@media only screen and (min-width:1200px)and (max-width:1399px){.vm_blog__content .title{font-size:21px}}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.vm_blog__content .title{font-size:17px;padding-top:18px}}@media only screen and (max-width:575px){.vm_blog__content .title{padding-top:0}}.vm_blog__content .divider{width:100%;height:1px;background:var(--color-black);margin:20px 0;opacity:.1;transition:var(--transition)}@media only screen and (min-width:1200px)and (max-width:1399px){.vm_blog__content .divider{margin:18px 0}}@media only screen and (min-width:992px)and (max-width:1199px){.vm_blog__content .divider{margin:15px 0}}@media only screen and (min-width:768px)and (max-width:991px){.vm_blog__content .divider{margin:15px 0}}@media only screen and (max-width:767px){.vm_blog__content .divider{margin:15px 0}}.vm_blog__content .date{width:60px;height:60px;margin-right:50px;background-image:url(/_next/static/media/shape_bg.0eaae100.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;color:var(--color-white);font-weight:var(--fw-bold);line-height:1}@media only screen and (min-width:1200px)and (max-width:1399px){.vm_blog__content .date{width:52px;height:52px}}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.vm_blog__content .date{width:44px;height:44px;font-size:12px}}@media only screen and (max-width:767px){.vm_blog__content .date{margin-right:25px}}@media only screen and (min-width:992px)and (max-width:1199px){.vm_blog__content .vm_p{font-size:var(--fs-18)}}@media only screen and (min-width:768px)and (max-width:991px){.vm_blog__content .vm_p{font-size:var(--fs-18)}}@media only screen and (max-width:767px){.vm_blog__content .vm_p{font-size:var(--fs-18)}}@media only screen and (max-width:575px){.vm_blog__content{display:flex;flex-direction:column;justify-content:space-between;border:1px solid hsla(0,0%,7%,.1);padding:10px}}.vm_blog:hover .vm_blog__thumbnail img{object-fit:cover;filter:saturate(100%);transform:scale(1)}.vm_blog:hover .vm_blog__content .title{color:var(--color-primary)}.vm_blog:hover .vm_blog__content .title svg{visibility:"visible";opacity:1;transform:translateY(-5px)}.vm_blog:hover .divider{opacity:1}@media only screen and (max-width:575px){.vm_blog{display:flex}}@media only screen and (max-width:479px){.vm_blog{margin:auto;display:flex;flex-direction:column}}.cta__wrapper{background-image:url(/_next/static/media/banner_bg.56611aee.webp);background-position:0 0;background-size:cover;background-repeat:no-repeat;height:400px}@media only screen and (min-width:1200px)and (max-width:1399px){.cta__wrapper{height:345px}}@media only screen and (min-width:992px)and (max-width:1199px){.cta__wrapper{height:290px}}@media only screen and (min-width:768px)and (max-width:991px){.cta__wrapper{height:218px}}@media only screen and (max-width:767px){.cta__wrapper{height:163px;background-position:100% 0}}.cta__wrapper .content{transform:translateY(-50%)}.cta__wrapper .content .cta_title{font-weight:var(--fw-regular);padding-right:30%;margin-top:0;margin-bottom:40px}@media only screen and (min-width:1200px)and (max-width:1399px){.cta__wrapper .content .cta_title{margin-bottom:34px}}@media only screen and (min-width:992px)and (max-width:1199px){.cta__wrapper .content .cta_title{margin-bottom:29px}}@media only screen and (min-width:768px)and (max-width:991px){.cta__wrapper .content .cta_title{margin-bottom:18px}}@media only screen and (max-width:767px){.cta__wrapper .content .cta_title{margin-bottom:18px;padding-right:0}}@media only screen and (max-width:575px){.cta__wrapper .content .cta_title{font-size:25px}}@media only screen and (max-width:767px){.cta__wrapper .content{text-align:center;transform:translate(-50%,-50%)}}@media only screen and (max-width:575px){.cta__wrapper .content{width:90%}}.cta__wrapper .digital{color:var(--color-white);font-size:218px;font-weight:900;line-height:1}@media only screen and (min-width:1200px)and (max-width:1399px){.cta__wrapper .digital{font-size:188px}}@media only screen and (min-width:992px)and (max-width:1199px){.cta__wrapper .digital{font-size:158px}}@media only screen and (min-width:768px)and (max-width:991px){.cta__wrapper .digital{font-size:119px;margin-bottom:20px}}@media only screen and (max-width:767px){.cta__wrapper .digital{font-size:89px}}@media only screen and (max-width:575px){.cta__wrapper .digital{font-size:70px}}@media only screen and (max-width:479px){.cta__wrapper .digital{font-size:52px}}.vm_price{padding:50px 85px;border-radius:25px;background-repeat:no-repeat;background-size:100% 100%}.vm_price__title{color:var(--color-black-dark);font-weight:var(--fw-medium);line-height:.82;text-transform:capitalize;margin-bottom:28px}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.vm_price__title{font-size:30px;margin-bottom:25px}}@media only screen and (max-width:479px){.vm_price__title{font-size:25px;margin-bottom:20px}}.vm_price__type{display:inline-block;border-radius:100px;border:1px solid hsla(0,0%,7%,.1);background:var(--color-white);color:var(--color-gray);font-family:var(--font-secondary);line-height:1.62;padding:5px 50px;margin-bottom:40px}@media only screen and (min-width:992px)and (max-width:1199px){.vm_price__type{padding:5px 40px;margin-bottom:30px}}@media only screen and (max-width:479px){.vm_price__type{font-size:15px;padding:1px 20px;margin-bottom:25px}}.vm_price__price{color:var(--color-black-dark);font-weight:var(--fw-medium);line-height:.5}.vm_price__price sub{font-size:16px;color:var(--color-gray);vertical-align:middle;left:-10px}@media only screen and (min-width:992px)and (max-width:1199px){.vm_price__price{font-size:40px}}@media only screen and (max-width:479px){.vm_price__price{font-size:30px}.vm_price__price sub{font-size:14px}}.vm_price__package{margin:40px 0}.vm_price__package li{padding-left:20px}.vm_price__package li p{color:var(--color-gray);line-height:2.25;margin-bottom:0;text-align:left;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (min-width:992px)and (max-width:1199px){.vm_price__package li p{line-height:2}}@media only screen and (max-width:479px){.vm_price__package li p{font-size:15px;line-height:1.62}}.vm_price__package li:before{content:url(/_next/static/media/marker_check.3c53bdee.svg);display:block;width:10px;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media only screen and (min-width:992px)and (max-width:1199px){.vm_price__package{margin:30px 0}}@media only screen and (max-width:479px){.vm_price__package{margin:10% 0}}@media only screen and (min-width:1200px)and (max-width:1399px){.vm_price{padding:40px 55px}}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.vm_price{padding:40px}}@media only screen and (max-width:479px){.vm_price{padding:40px 30px}}.contact_page_map iframe{width:100%;border:0!important;height:600px;filter:grayscale(100%) invert(92%) contrast(83%)}@media only screen and (max-width:575px){.contact_page_map iframe{height:350px}}.our_info{align-items:center;justify-content:space-between;margin-top:-50px;background-color:transparent;gap:24px}.our_info .contact__inner{width:33.33%}@media only screen and (max-width:767px){.our_info .contact__inner{width:100%}.our_info .contact__inner:not(:last-child){border-bottom:1px solid hsla(0,0%,7%,.1)}}.contact__inner{padding:50px 50px 44px;background:var(--color-white);box-shadow:0 91px 94px 0 rgba(0,0,0,.03)}.contact__inner .vm_para{font-family:var(--font-primary)}@media only screen and (min-width:1200px)and (max-width:1399px){.contact__inner{padding:40px}}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.contact__inner{padding:20px}}.contact_title{margin-bottom:7px}.contact_info{font-size:20px;font-weight:var(--fw-medium);line-height:1.3;margin-bottom:1px}@media only screen and (min-width:992px)and (max-width:1199px){.contact_info{font-size:16px}}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.contact_info{font-size:14px}}.vm_form label{color:var(--color-black);font-weight:var(--fw-bold);display:block;margin-bottom:22px}.vm_form label input,.vm_form label textarea{width:100%;color:var(--color-gray);font-family:var(--font-secondary);border-bottom:1px solid hsla(0,0%,7%,.1);padding:5px 0 10px}.vm_form label input::placeholder,.vm_form label textarea::placeholder{color:inherit;font-family:inherit;font-size:16px;line-height:1.62}.vm_form p.vm_para{padding-left:10px;margin-bottom:40px}.vm_form p.vm_para:before{content:"*";position:absolute;top:0;left:0;color:var(--color-primary)}.video_thumbnail img.video_bg{aspect-ratio:1/.468;object-fit:cover}.video_thumbnail:after,.video_thumbnail:before{position:absolute;top:0;right:0;bottom:0;left:0}.video_thumbnail:after{content:url(/_next/static/media/line.529042bb.svg)}.video_thumbnail:before{content:"";background-color:hsla(0,0%,7%,.6);filter:blur(195px)}.video_thumbnail .video_play_button{max-width:150px;max-height:150px;width:calc(11vw - 5.97px);height:calc(11vw - 5.97px);background:#fff;cursor:pointer;z-index:1}.video_thumbnail .video_play_button span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-left:27px solid var(--color-primary);border-top:17px solid transparent;border-bottom:17px solid transparent}@media only screen and (min-width:992px)and (max-width:1199px){.video_thumbnail .video_play_button span{border-left-width:20px;border-top-width:13px;border-bottom-width:13px}}@media only screen and (min-width:768px)and (max-width:991px){.video_thumbnail .video_play_button span{border-left-width:13px;border-top-width:9px;border-bottom-width:9px}}@media only screen and (max-width:767px){.video_thumbnail .video_play_button span{border-left-width:10px;border-top-width:7px;border-bottom-width:7px}}@media only screen and (max-width:479px){.video_thumbnail .video_play_button span{border-left-width:5px;border-top-width:4px;border-bottom-width:4px}}.video_fade.mfp-bg{opacity:0;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;background-color:var(--color-black)}.video_fade.mfp-bg.mfp-ready{opacity:.9}.video_fade.mfp-bg.mfp-removing{opacity:0}.video_fade.mfp-wrap .mfp-content{opacity:0;transition:all .3s ease-out;max-width:300px}.video_fade.mfp-wrap.mfp-ready .mfp-content{opacity:1;max-width:900px}@media only screen and (max-width:991px){.video_fade.mfp-wrap.mfp-ready .mfp-content{max-width:90%}}.video_fade.mfp-wrap.mfp-removing .mfp-content{opacity:0;max-width:300px}.about_service .section_title-large{width:120%}@media only screen and (min-width:1200px)and (max-width:1399px){.about_service .section_title-large{width:130%}}@media only screen and (max-width:767px){.about_service .section_title-large{margin-bottom:20px}}.about_service .circle_badge{width:calc(31% + 8px)}.about_service .circle_badge .center_logo{width:20%}.about_service .service_bg{margin-top:15%;aspect-ratio:1/1.21}@media only screen and (max-width:767px){.about_service .service_bg{margin-top:0}}.about_service .vm_para{margin-top:66%;padding-right:15%}@media only screen and (max-width:767px){.about_service .vm_para{margin-top:0;padding-right:0}}.about_service img.arrow_black{margin-top:18%;max-width:33%}.service_skill .circle_badge{width:calc(37% + 6px)}.service_skill .circle_badge .center_logo{width:20%}@media only screen and (max-width:767px){.service_skill .circle_badge{position:absolute;right:0}}.service_skill img.digital_skill{position:absolute;bottom:0;right:18%;max-width:752px}@media only screen and (max-width:767px){.service_skill img.digital_skill{position:relative;max-width:100%;right:0}}.service_skill .progress_bar{width:90%}.service_skill .progress_bar__item{position:relative;height:5px;width:100%;background-color:hsla(0,0%,7%,.1)}.service_skill .progress_bar__item:not(:last-child){margin-bottom:80px}.service_skill .progress_bar__item div+div{padding-top:18px}.service_skill .progress_bar__progress{position:absolute;left:0;top:0;bottom:0;width:50%;height:100%;margin:0;background-color:#111;transition:width .1s linear}.service_skill .progress_bar__label,.service_skill .progress_bar__value{color:var(--color-black);line-height:1.62;text-transform:capitalize;margin-bottom:0}.service_skill .progress_bar__label{font-weight:700}.service_skill .progress_bar__value{text-align:right}.our_faq .img_container{width:83.33%}.our_faq .img_container img{aspect-ratio:1/1.48}@media only screen and (min-width:992px)and (max-width:1199px){.our_faq .img_container{width:89.33%}}@media only screen and (max-width:575px){.our_faq .img_container{width:100%}}.faq_accordion__item:not(:last-child){margin-bottom:30px;border-bottom:1px solid hsla(0,0%,7%,.1)}@media only screen and (min-width:992px)and (max-width:1199px){.faq_accordion__item:not(:last-child){margin-bottom:25px}}@media only screen and (max-width:767px){.faq_accordion__item:not(:last-child){margin-bottom:20px}}.faq_accordion__header{padding-bottom:20px}@media only screen and (min-width:992px)and (max-width:1199px){.faq_accordion__header{padding-bottom:25px}}@media only screen and (max-width:767px){.faq_accordion__header{padding-bottom:20px}}.faq_accordion__button{color:var(--color-black);font-size:20px;font-weight:inherit;line-height:1.3;text-transform:capitalize;display:flex;align-items:center;gap:20px}.faq_accordion__button:before{content:url(/_next/static/media/arrow_right_black.7e4af279.svg);width:40px;height:40px;border-radius:50%;background-color:hsla(0,0%,7%,.05);display:flex;align-items:center;justify-content:center;line-height:0;transition-property:background-color,transform;transition-duration:var(--transition)}@media only screen and (max-width:575px){.faq_accordion__button:before{width:30px;height:30px}}.faq_accordion__button:not(.collapsed):before{content:url(/_next/static/media/arrow_right_white.697c8f54.svg);background-color:var(--color-black);transform:rotate(90deg);transform-origin:center}@media only screen and (min-width:992px)and (max-width:1199px){.faq_accordion__button{font-size:18px}}@media only screen and (max-width:575px){.faq_accordion__button{font-size:17px}}aside .widget{border:1px solid #ededed;padding:30px;border-radius:5px;margin-bottom:30px}@media only screen and (max-width:360px){aside .widget{padding:25px 20px}}aside .widget_headline{font-size:24px;line-height:1;text-transform:capitalize;position:relative;z-index:0;margin-bottom:28px}@media only screen and (max-width:991px){aside{margin-top:100px}}.widget_search .post_inside_wrapper,.widget_search .search_form{position:relative}.widget_search .search_form .form_group{margin-bottom:0}.widget_search .search_form .form_group .form_control{height:55px;color:var(--color-black);padding:0 57px 0 25px;background:#f3f3f3;border-radius:40px;border:0;width:100%}.widget_search .search_form .submit_btn{position:absolute;height:55px;width:55px;right:0;top:0;transition:.3s ease-in;border:none;background-color:var(--color-black);cursor:pointer;color:#fff;border-radius:50%}.widget_search .search_form .submit_btn svg{margin-top:-3px;margin-right:-2px}.widget_search .search_form .submit_btn:hover{background:var(--color-primary)}.widget_category ul{padding:0;margin:0}.widget_category ul li{list-style:none}.widget_category ul li+li{margin-top:10px}.widget_category ul li a{color:var(--color-black);padding:12px 25px;background:#f3f3f3;border-radius:40px;width:100%;display:block;transition:.4s}.widget_category ul li a span{float:right;margin:-1px -10px}.widget_category ul li a:hover{background:var(--color-black);color:#fff}.widget_social ul{padding:0;margin:0}.widget_social ul li{list-style:none;display:inline-block}.widget_social ul li+li{margin-left:10px}@media only screen and (max-width:575px),only screen and (min-width:992px)and (max-width:1199px){.widget_social ul li+li{margin-left:4px}}.widget_social ul li a{color:#666;height:50px;width:50px;line-height:50px;font-size:14px;background:#f3f3f3;border-radius:50%;display:inline-block;transition:.4s;text-align:center}.widget_social ul li a svg{width:17px}.widget_social ul li a:hover{background:var(--color-black);color:#fff}.widget_call_to_action{border:0!important;position:relative}.widget_call_to_action .content{position:absolute;left:0;bottom:30px;width:100%;padding:30px}.blog_pagination{display:block;width:100%}.blog_pagination ul{margin:0;padding:0;list-style:none}.blog_pagination ul li{display:inline-block;margin-right:7px}.blog_pagination ul li:last-child{margin-right:0}.blog_pagination ul li a,.blog_pagination ul li span{display:block;height:50px;width:50px;border:1px solid #e2e2e2;line-height:50px;text-align:center;font-weight:600;transition:.3s ease-in;color:#666;border-radius:50%}.blog_pagination ul li a:hover,.blog_pagination ul li span.current{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.blog_pagination ul li .next,.blog_pagination ul li .prev{line-height:44px}.blog_pagination ul li .next svg,.blog_pagination ul li .prev svg{width:20px}.single_list_inner{margin:0;padding:0}.single_list_inner li+li{margin-top:12px}.single_list_inner li i,.single_list_inner li svg{margin-right:10px}.blog_details_tags a{color:var(--color-gray);margin-right:3px}.blog_details_tags a:hover{color:var(--color-primary)}.comment_list{margin:0;padding:0}.comment_list li .media{border-bottom:1px solid hsla(0,0%,7%,.1);margin-bottom:25px;padding-bottom:25px}.comment_list li .media .media-left img{border-radius:50%}.comment_list li .media .media-body{position:relative}.comment_list li .media .media-body .reply{display:inline-block;background:hsla(0,0%,7%,.05);padding:2px 16px;border-radius:30px;color:var(--color-black);position:absolute;right:0;top:-3px;transition:.4s}.comment_list li .media .media-body .reply:hover{color:var(--color-white);background:var(--color-black)}@media only screen and (max-width:575px){.comment_list li .media .media-body .reply{position:relative;right:auto;top:auto;margin-top:16px}}.comment_list li ul li .media:last-child{border-bottom:unset}@media only screen and (max-width:575px){.vm_form h3{font-size:24px}}.footer__top{padding-top:86px;padding-bottom:68px}.footer__top .title{color:var(--color-white);font-size:var(--fs-20);font-weight:var(--fw-bold);line-height:1.3;text-transform:capitalize}.footer__top .title.contact{font-family:var(--font-secondary);text-transform:lowercase}@media only screen and (min-width:992px)and (max-width:1199px){.footer__top .title.contact{font-size:var(--fs-16)}.footer__top .title{font-size:var(--fs-18)}}@media only screen and (min-width:768px)and (max-width:991px){.footer__top .title{font-size:var(--fs-18)}}@media only screen and (max-width:767px){.footer__top .title{font-size:var(--fs-16);margin-bottom:10px}}.footer__top .widget_title{font-size:20px;margin-bottom:17px}.footer__top .footer_logo{width:305px;height:305px;position:relative}.footer__top .footer_logo .main-logo-img{position:absolute;left:77px;top:47px}@media only screen and (min-width:1699px){.footer__top .footer_logo .main-logo-img{left:90px}}@media only screen and (max-width:991px){.footer__top .footer_logo .main-logo-img{position:absolute;left:45px;top:23px}}@media only screen and (min-width:1200px)and (max-width:1399px){.footer__top .footer_logo{width:263px;height:263px}}@media only screen and (min-width:992px)and (max-width:1199px){.footer__top .footer_logo{width:220px;height:220px}}@media only screen and (min-width:768px)and (max-width:991px){.footer__top .footer_logo{width:165px;height:165px}}@media only screen and (max-width:767px){.footer__top .footer_logo{width:123px;height:123px}}@media only screen and (min-width:992px)and (max-width:1199px){.footer__top{padding-top:62px;padding-bottom:49px}}@media only screen and (min-width:768px)and (max-width:991px){.footer__top{padding-top:47px;padding-bottom:37px}}@media only screen and (max-width:767px){.footer__top{padding-top:47px;padding-bottom:37px}.footer__top .row{row-gap:20px}}.footer .footer_l{color:var(--color-white);opacity:.7;transition:var(--transition)}.footer .footer_l.f_l:hover{opacity:1}.footer .footer_l .brand_link{color:var(--color-primary);font-weight:var(--fw-bold)}@media only screen and (max-width:767px){.footer .footer_l{margin-bottom:5px}}.footer__end{background-color:#000;padding:45px 0}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.footer__end .row{row-gap:20px}}.footer__end .title{color:var(--color-white);background-image:url(/assets/images/icons/footer_arrow_icon.svg);background-repeat:no-repeat;padding:30px 20% 30px 0;background-size:contain}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.footer__end .title{font-size:26px;padding-right:0}}@media only screen and (max-width:767px){.footer__end .title{font-size:26px;padding-right:0}}@media only screen and (min-width:992px)and (max-width:1199px){.footer__end{padding:32px 0}}@media only screen and (min-width:768px)and (max-width:991px){.footer__end{padding:32px 0}}@media only screen and (max-width:767px){.footer__end{padding:32px 0}}