@charset "UTF-8";.header{max-width:1920px;margin:0 auto;background-color:#f0f0f0;padding:50px 25px;height:auto}@media (min-width: 900px){.header{padding:0 70px}}.header .header-content{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#093449;border-radius:60px}@media (min-width: 868px){.header .header-content{align-items:unset;flex-direction:row;position:relative;height:100%;overflow:hidden;width:100%;max-width:100%;background-color:unset;border-radius:unset}}@media (max-width: 990px){.header .header-content{padding-top:30px}}.header .header-content .description{flex:1;text-align:center;padding:45px 24px;max-width:550px}@media (min-width: 868px){.header .header-content .description{text-align:left;position:absolute;z-index:9;top:12%;left:3%;display:flex;flex-direction:column;min-width:unset}}@media (min-width: 1198px){.header .header-content .description{max-width:650px}}@media (min-width: 1500px){.header .header-content .description{max-width:820px}}@media (min-width: 1921px){.header .header-content .description{top:30%;max-width:1080px}}.header .header-content .description h1{font-family:Montserrat;font-weight:700;font-size:30px;line-height:30px;letter-spacing:1%;color:#fff}@media (min-width: 548px){.header .header-content .description h1{font-weight:700;font-size:40px;line-height:40px}}@media (min-width: 1200px){.header .header-content .description h1{font-size:55px;line-height:55px}}@media (min-width: 1500px){.header .header-content .description h1{font-size:70px;line-height:70px}}@media (min-width: 1700px){.header .header-content .description h1{font-size:82px;line-height:82px}}.header .header-content .description .cta-button{background-color:#f43b26;color:#fff;border:none;padding:12px 16px;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:Montserrat;font-weight:500;font-size:14px;line-height:14px;letter-spacing:0%;text-align:center;width:fit-content;margin-top:50px}.header .header-content .description .cta-button:hover{background-color:#fff;color:#f43b26}.header .header-content .description .cta-button:active{background-color:#991000;color:#fff}@media (min-width: 648px){.header .header-content .description .cta-button{padding:12px 16px;font-weight:600}}@media (min-width: 868px){.header .header-content .description .cta-button{padding:21px 26px;font-size:16px;font-weight:600;line-height:16px}}.header .header-content .image-container{width:100%;height:auto;min-width:100%}@media (max-width: 868px){.header .header-content .image-container{display:none}}.header .header-content .image-container img{position:relative;width:100%}.header .header-content .mobile-image-container{position:relative;z-index:10;flex:1;display:flex;justify-content:center}.header .header-content .mobile-image-container img{max-width:100%;display:block}@media (min-width: 868px){.header .header-content .mobile-image-container{display:none}}@media (max-width: 868px){.header .header-content .header-brutalist{width:85%;position:absolute;right:0;bottom:0%;z-index:9}}.header p{font-size:1.5rem;color:#666}.App{font-family:Arial,sans-serif;display:flex;flex-direction:column}.App .loading-spinner{background-color:#fff;height:100dvh;display:flex;justify-content:center;padding-top:300px}.nav-bar{max-width:1920px;margin:0 auto;width:100%;z-index:999;background-color:#f0f0f0}.nav-bar .header{border-bottom:1px solid #5c617f;padding:4px}.nav-bar .header .nav-header{flex-direction:column;align-items:center;display:flex;justify-content:space-between;background-color:transparent;width:100%}@media screen and (min-width: 640px){.nav-bar .header .nav-header{flex-direction:row}}.nav-bar .header .nav-header a{color:var(--white);font-size:1.4rem;font-weight:700}.nav-bar .header .nav-header .contact{display:flex;gap:30px}.nav-bar .header .nav-header .social-links{display:flex;gap:10px;align-items:center}.nav-bar .top-bar{padding:25px 20px}@media (min-width: 1500px){.nav-bar .top-bar{padding:20px 80px}}.nav-bar .top-bar nav{display:flex;justify-content:space-between;align-items:center}.nav-bar .top-bar nav .app-logo{display:flex;gap:10px;font-size:40px;font-weight:800}@media (min-width: 868px){.nav-bar .top-bar nav .app-logo{align-items:center}}.nav-bar .top-bar nav .app-logo.hidden{display:none}@media (max-width: 868px){.nav-bar .top-bar nav .app-logo img{max-width:90px;max-height:90px}}.nav-bar .top-bar nav .app-logo p{font-family:Montserrat;font-weight:600;font-size:14px;line-height:27.17px;letter-spacing:0%;text-align:center;color:#f43b26}@media (max-width: 868px){.nav-bar .top-bar nav .app-logo p{text-align:left;font-weight:600;font-size:12.03px;line-height:13.86px;letter-spacing:0%}}@media (max-width: 1000px){.nav-bar .top-bar nav .app-logo p{text-align:left;max-width:120px;font-weight:600;font-size:13.03px;line-height:15.86px;letter-spacing:0%}}.nav-bar .top-bar nav .app-logo span{font-family:Ubuntu;font-size:30px;color:#fff}.nav-bar .top-bar nav ul{background-color:#fff;padding:30px 20px;border-radius:16px}@media (min-width: 1100px){.nav-bar .top-bar nav ul{box-shadow:0 4px 16px #0003}}@media (min-width: 1200px){.nav-bar .top-bar nav ul{padding:40px}}.nav-bar .top-bar nav .hamburger-menu{margin-bottom:35px;cursor:pointer;width:48px;height:48px;background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;border:none;border-radius:5px;position:relative;z-index:1001;box-shadow:0 2px 5px #0003;transition:box-shadow .3s ease-in-out}.nav-bar .top-bar nav .hamburger-menu.display{display:flex}.nav-bar .top-bar nav .hamburger-menu:hover{box-shadow:0 4px 10px #00000026}@media (min-width: 1100px){.nav-bar .top-bar nav .hamburger-menu{display:none}}.nav-bar .top-bar nav .hamburger-menu span{display:block;width:30px;height:3px;background-color:#333;margin:2px 0;transition:.3s ease-in-out}.nav-bar .top-bar nav .hamburger-menu.open span:nth-child(1){transform:translateY(6.9px) rotate(45deg)}.nav-bar .top-bar nav .hamburger-menu.open span:nth-child(2){opacity:0}.nav-bar .top-bar nav .hamburger-menu.open span:nth-child(3){transform:translateY(-6.9px) rotate(-45deg)}.nav-bar .top-bar nav .menuMobileContainer{position:fixed;top:0;left:-100%;width:100%;height:100vh;background-color:#fff;box-shadow:2px 0 5px #0003;transition:left .4s ease-in-out;z-index:1000;padding:20px}.nav-bar .top-bar nav .menuMobileContainer.show{left:0}.nav-bar .top-bar nav .menuMobileContainer .mobile-header{display:flex;align-items:center;justify-content:center;margin-bottom:50px;margin-top:50px}.nav-bar .top-bar nav .menuMobileContainer .mobile-header .mobile-logo{display:flex;align-items:center}.nav-bar .top-bar nav .menuMobileContainer .mobile-header .mobile-logo span{margin-left:8px;font-size:20px;font-weight:700;color:#333}.nav-bar .top-bar nav .menuMobileContainer .mobile-menu{list-style:none;padding:0;text-align:center}.nav-bar .top-bar nav .menuMobileContainer .mobile-menu .menu-item,.nav-bar .top-bar nav .menuMobileContainer .mobile-menu .menu-btn{display:block;margin-bottom:15px;text-decoration:none;color:#333;font-size:18px;transition:color .3s ease;cursor:pointer}.nav-bar .top-bar nav .menuMobileContainer .mobile-menu .menu-item:hover,.nav-bar .top-bar nav .menuMobileContainer .mobile-menu .menu-btn:hover{color:#ff5a3c}.nav-bar .top-bar nav .main-menu{display:flex;gap:20px}.nav-bar .top-bar nav .main-menu.hidden{display:none}.nav-bar .top-bar nav .main-menu li{list-style:none}@media (max-width: 1100px){.nav-bar .top-bar nav .main-menu{display:none;flex-direction:column;position:absolute;top:60px;right:0;background-color:#fff;width:100%;border:1px solid #ccc}.nav-bar .top-bar nav .main-menu.mobile-menu-open{display:block}.nav-bar .top-bar nav .main-menu .menu-item,.nav-bar .top-bar nav .main-menu .menu-btn{display:block;padding:15px;text-align:center;border-bottom:1px solid #ddd}}.nav-bar .top-bar nav .main-menu a{color:#2c7da4;font-family:Montserrat;font-weight:500;font-size:14px;line-height:15px;letter-spacing:1%;text-decoration:none;position:relative;transition:color .3s ease;cursor:pointer}.nav-bar .top-bar nav .main-menu a:hover{color:#f43b26}.nav-bar .top-bar nav .main-menu a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background-color:#f43b26;transition:width .3s ease}.nav-bar .top-bar nav .main-menu a:hover:after{width:100%}@media (min-width: 1400px){.nav-bar .top-bar nav .main-menu a{font-size:18px;line-height:20px}}.nav-bar .top-bar nav .main-menu .menu-btn{background-color:var(--ltn__secondary-color);color:var(--white)!important;padding:12px 30px!important;align-self:center}.nav-bar .top-bar nav .main-menu .menu-btn:hover{background-color:var(--section-bg-1);color:var(--ltn__primary-color)!important}.nav-bar .sticky-active{animation:.3s ease-in-out 0s normal none 1 running fadeInDown;right:0;position:fixed;top:0;width:100%;z-index:999;padding-top:10px;padding-bottom:10px}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.nav-bar .fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.no-scroll{overflow:hidden;height:100vh}.hero-section{max-width:1920px;margin:0 auto;padding:45px 25px}@media (min-width: 900px){.hero-section{padding:96px 70px}}.hero-section .hero-content{display:flex;gap:20px;margin:0 auto;flex-direction:column}@media (min-width: 868px){.hero-section .hero-content{gap:54px}}@media (min-width: 1024px){.hero-section .hero-content{flex-direction:row}}.hero-section .hero-content .hero-image{position:relative;overflow:hidden;border-radius:30px}@media (min-width: 1024px){.hero-section .hero-content .hero-image{max-width:40%}}@media (max-width: 868px){.hero-section .hero-content .hero-image{display:none}}.hero-section .hero-content .hero-image img{object-fit:cover;height:631px;max-width:100%;border-radius:30px;transition:transform .3s ease}.hero-section .hero-content .hero-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(179.96deg,#ececec00 .04%,#ececec 83.65%);opacity:0;transition:opacity .3s ease;pointer-events:none}.hero-section .hero-content .hero-image:hover:after{opacity:1}.hero-section .hero-content .hero-image:hover img{transform:scale(1.05)}.hero-section .hero-content .hero-text{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:30px}@media (min-width: 868px){.hero-section .hero-content .hero-text{gap:40px}}.hero-section .hero-content .hero-text h2{font-size:1.5rem;color:#f43b26;margin-bottom:.5rem;font-family:Montserrat;font-style:italic;font-weight:600;font-size:24px;line-height:28.8px;letter-spacing:1%}.hero-section .hero-content .hero-text h1{margin-top:0;color:#093449;margin-bottom:1.5rem;font-family:Montserrat;font-weight:700;font-size:28px;line-height:28px;letter-spacing:1%;max-width:850px}@media (min-width: 868px){.hero-section .hero-content .hero-text h1{font-size:36px;line-height:36px}}@media (min-width: 1400px){.hero-section .hero-content .hero-text h1{font-size:56px;line-height:56px}}.hero-section .hero-content .hero-text p{max-width:820px;font-size:1.2rem;color:#111;line-height:1.6;font-family:Montserrat;font-weight:400;font-size:18px;line-height:20.8px;letter-spacing:1%}@media (min-width: 868px){.hero-section .hero-content .hero-text p{font-size:24px;line-height:28.8px}}.hero-section .hero-content .hero-text .cta-button{background-color:#ff4500;color:#fff;border:1px solid transparent;padding:1rem 2rem;border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative;z-index:3;width:fit-content;font-family:Montserrat;font-weight:600;font-size:16px;line-height:16px;letter-spacing:0%;text-align:center;text-transform:uppercase}.hero-section .hero-content .hero-text .cta-button:hover{background-color:transparent;color:#ff4500;border:1px solid #ff4500}.hero-section .hero-content .hero-text .cta-button:active{background-color:#991000;color:#fff}@media (max-width: 768px){.hero-section .hero-content{flex-direction:column}.hero-section .hero-content .hero-image{margin-bottom:2rem}}.back-to-top-button{position:fixed;bottom:30px;right:30px;z-index:10;display:flex;align-items:center;justify-content:center;background-color:#fff;border-color:#ff4500}.back-to-top-button .anticon{vertical-align:0}.hiring-section{max-width:1920px;margin:0 auto;padding:50px 25px}.hiring-section .upperBlock{display:flex;flex-direction:column;gap:50px}@media (min-width: 1224px){.hiring-section .upperBlock{flex-direction:row;padding:123px 154px 0 0}}.hiring-section .upperBlock .upper-description{min-height:315px;flex:1;font-family:Montserrat;color:#c7c7c7}@media (min-width: 648px){.hiring-section .upperBlock .upper-description{min-height:280px}}@media (min-width: 1224px){.hiring-section .upperBlock .upper-description{max-width:715px}}.hiring-section .upperBlock .upper-description .description{margin-bottom:45px}@media (min-width: 1224px){.hiring-section .upperBlock .upper-description .description{padding-left:55px}}.hiring-section .upperBlock .upper-description .description h2{font-weight:700;font-size:24px;line-height:36px;letter-spacing:0%;margin-bottom:20px}@media (min-width: 868px){.hiring-section .upperBlock .upper-description .description h2{font-size:36px;line-height:43.88px}}.hiring-section .upperBlock .upper-description .description p{font-weight:400;font-size:24px;line-height:29.26px;letter-spacing:0%}@media (max-width: 868px){.hiring-section .upperBlock .upper-description .description p{font-size:16px;line-height:18px}}.hiring-section .upperBlock .upper-description .description .cta-button{background-color:#f43b26;color:#fff;border:none;padding:12px 16px;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:Montserrat;font-weight:600;font-size:14px;line-height:14px;letter-spacing:0%;text-align:center;margin-top:20px}.hiring-section .upperBlock .upper-description .description .cta-button:hover{background-color:#fff;color:#f43b26}.hiring-section .upperBlock .upper-description .description .cta-button:active{background-color:#991000;color:#fff}@media (min-width: 868px){.hiring-section .upperBlock .upper-description .description .cta-button{padding:21px 26px;font-size:16px;font-weight:600;line-height:16px}}.hiring-section .upperBlock .upper-description .globe-image-container{margin-bottom:-164px}.hiring-section .upperBlock .upper-description .globe-image-container img{max-height:500px}@media (max-width: 1224px){.hiring-section .upperBlock .upper-description .globe-image-container img{display:none;margin-bottom:unset}}.hiring-section .upperBlock .right{flex:1}.hiring-section .upperBlock .right .rounded-img{width:100%}@media (max-width: 1224px){.hiring-section .upperBlock .right .rounded-img{display:none}}.hiring-section .upperBlock .right .square-img{max-width:100%}@media (min-width: 1224px){.hiring-section .upperBlock .right .square-img{display:none}}.hiring-section .upperBlock .right .lower-description{margin-top:30px;top:0;font-family:Montserrat;color:#c7c7c7}.hiring-section .upperBlock .right .lower-description h2{font-weight:400;font-size:20px;line-height:20.01px;letter-spacing:0%;margin-bottom:20px}@media (min-width: 868px){.hiring-section .upperBlock .right .lower-description h2{font-size:32px;line-height:39.01px}}.hiring-section .upperBlock .right .lower-description p{font-weight:400;font-size:24px;line-height:25px;letter-spacing:0%}@media (max-width: 868px){.hiring-section .upperBlock .right .lower-description p{font-size:16px;line-height:18px}}.our-process{max-width:1920px;margin:0 auto;position:relative}.our-process h1{font-family:Montserrat;font-weight:400;font-size:60px;line-height:60px;letter-spacing:1%;text-align:center;margin-top:50px;color:#3b3f5c}@media (min-width: 648px){.our-process h1{font-size:72px;line-height:72px;margin-top:90px}}.our-process h1 span{color:#f43b26;font-weight:600}.our-process .hiring-steps{padding:100px 25px;display:flex;gap:15px;justify-content:space-between;position:relative}@media (max-width: 868px){.our-process .hiring-steps{flex-wrap:wrap;justify-content:space-around;padding:60px 25px;gap:25px}}@media (min-width: 1124px){.our-process .hiring-steps{padding:100px 70px}}@media (min-width: 1400px){.our-process .hiring-steps{padding:100px 95px}}.our-process .hiring-steps .step{display:flex;flex-direction:column;max-width:212px;width:212px;align-items:center;text-align:center;position:relative}@media (max-width: 648px){.our-process .hiring-steps .step{width:260px;max-width:unset}}.our-process .hiring-steps .step span{width:60px;height:60px;border-radius:50%;background-color:#1b4356;display:flex;justify-content:center;align-items:center;font-family:Montserrat;font-weight:700;font-size:38px;line-height:38px;letter-spacing:1%;text-align:center;color:#fff;margin-bottom:24px;position:relative;z-index:1}@media (min-width: 1200px){.our-process .hiring-steps .step span{width:72px;height:72px;font-size:50.03px;line-height:50.03px}}.our-process .hiring-steps .step h2{color:#1b4356;font-family:Montserrat;font-weight:700;font-size:22px;line-height:22px;letter-spacing:1%;text-align:center}@media (min-width: 1200px){.our-process .hiring-steps .step h2{font-size:28px;line-height:28px}}.our-process .hiring-steps .step p{font-family:Montserrat;font-weight:400;font-size:16px;line-height:16px;letter-spacing:1%;text-align:center;margin-top:14px;color:#3b3f5c}@media (min-width: 1200px){.our-process .hiring-steps .step p{font-size:20px;line-height:20px}}.our-process .hiring-steps .dashed-line{max-width:100%;position:absolute;top:133px;left:12.6%;right:12.6%;height:2px;background:repeating-linear-gradient(to right,#1b4356 0%,#1b4356 50%,transparent 50%,transparent 100%);background-size:10px 2px;z-index:0}@media (max-width: 868px){.our-process .hiring-steps .dashed-line{display:none}}@media (min-width: 1921px){.our-process .hiring-steps .dashed-line{left:8.6%;right:8.6%}}@media (min-width: 2561px){.our-process .hiring-steps .dashed-line{left:5.8%;right:5.8%}}.our-process .image-container{position:relative;z-index:9;max-width:90%;margin-left:auto;margin-right:auto;margin-bottom:-10%;width:80%;max-width:1350px}.our-process .image-container img{width:100%}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.why-choose-us{max-width:1920px;margin:0 auto;background-color:#f43b26;padding:100px 25px 93px}.why-choose-us.no-top-margin{padding-top:50px}@media (max-width: 648px){.why-choose-us{padding-left:20px;padding-right:20px}}@media (min-width: 868px){.why-choose-us{padding-top:236px}}.why-choose-us .vector{position:absolute;right:0;top:0}@media (max-width: 978px){.why-choose-us .vector{display:none}}.why-choose-us .card-slider{max-width:280px;min-width:248px;background-color:#fff;border:.75px solid rgb(226,226,226);border-radius:21px;padding:27px;display:flex;flex-direction:column;align-items:center;height:480px}.why-choose-us .card-slider .card{height:100%;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border-radius:16px;z-index:100;position:relative}@media (min-width: 1200px){.why-choose-us .card-slider .card{gap:20px}}.why-choose-us .card-slider .card img{max-height:220px;width:100%;object-fit:cover;border-radius:16px}.why-choose-us .card-slider .card .right-side{display:flex;flex-direction:column;justify-content:space-between}@media (min-width: 1200px){.why-choose-us .card-slider .card .right-side{padding:27px}}.why-choose-us .card-slider .card .right-side h3{color:#3b3f5c;font-family:Montserrat;font-weight:700;font-size:20px;line-height:24.4px;letter-spacing:.12px}@media (min-width: 1200px){.why-choose-us .card-slider .card .right-side h3{font-size:25px;line-height:30.4px}}.why-choose-us .card-slider .card .right-side p{font-family:Open Sans;font-weight:400;font-size:16px;line-height:24.5px;letter-spacing:.12px;color:#3b3f5c;max-height:150px;overflow:hidden;margin-bottom:20px}@media (min-width: 1200px){.why-choose-us .card-slider .card .right-side p{font-size:24px;line-height:34.4px}}.why-choose-us .card-slider .card .right-side button{padding:3px 6px;background-color:#093449;font-family:Open Sans;font-weight:700;font-size:17px;line-height:20px;letter-spacing:.12px;border-radius:5px;color:#fff;transition:all .3s ease;cursor:pointer;margin-top:auto}@media (min-width: 648px){.why-choose-us .card-slider .card .right-side button{padding:13px 20px}}@media (min-width: 1200px){.why-choose-us .card-slider .card .right-side button{font-size:20.93px;line-height:33.49px}}.why-choose-us .card-slider .card .right-side button:hover{background-color:#1d4e73;transform:scale(1.01)}.why-choose-us .card-slider .card-content{text-align:left;display:flex}.why-choose-us .card-slider .icon{margin-bottom:6px}.why-choose-us .card-slider .card-title{font-size:18px;font-weight:600}.why-choose-us .card-slider .card-text{font-size:15px;font-weight:400}.why-choose-us h2{font-family:Montserrat;font-weight:700;font-size:40px;line-height:45.77px;margin-bottom:25px;letter-spacing:0%;text-align:center;color:#fff}@media (min-width: 868px){.why-choose-us h2{font-size:72px;line-height:87.77px}}@media (min-width: 972px){.why-choose-us h2{text-align:left}}@media (min-width: 1370px){.why-choose-us h2{text-align:center}}.why-choose-us .cards-container{max-width:1400px;margin:55px auto 0;gap:20px}@media (min-width: 868px){.why-choose-us .cards-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}}@media (min-width: 1210px){.why-choose-us .cards-container{grid-template-columns:repeat(auto-fill,minmax(565px,1fr))}}.why-choose-us .cards-container .card{display:flex;background-color:#fff;padding:12px;border-radius:16px;z-index:9;position:relative}@media (min-width: 1200px){.why-choose-us .cards-container .card{gap:20px}}@media (max-width: 1200px){.why-choose-us .cards-container .card img{max-height:100%;height:165px;border-radius:8px}}.why-choose-us .cards-container .card .right-side{display:flex;flex-direction:column;justify-content:space-between;padding:17px}@media (min-width: 1200px){.why-choose-us .cards-container .card .right-side{padding:27px}}.why-choose-us .cards-container .card .right-side h3{color:#3b3f5c;font-family:Montserrat;font-weight:700;font-size:20px;line-height:24.4px;letter-spacing:.12px}@media (min-width: 1200px){.why-choose-us .cards-container .card .right-side h3{font-size:25px;line-height:30.4px}}.why-choose-us .cards-container .card .right-side p{font-family:Open Sans;font-weight:400;font-size:16px;line-height:24.5px;letter-spacing:.12px;color:#3b3f5c;max-height:150px;overflow:hidden}@media (min-width: 1200px){.why-choose-us .cards-container .card .right-side p{font-size:18px;line-height:24.4px}}.why-choose-us .cards-container .card .right-side button{padding:3px 6px;background-color:#093449;font-family:Open Sans;font-weight:700;font-size:17px;line-height:20px;letter-spacing:.12px;border-radius:5px;color:#fff;transition:all .3s ease;cursor:pointer}@media (min-width: 648px){.why-choose-us .cards-container .card .right-side button{padding:13px 20px}}@media (min-width: 1200px){.why-choose-us .cards-container .card .right-side button{font-size:20.93px;line-height:33.49px}}.why-choose-us .cards-container .card .right-side button:hover{background-color:#1d4e73;transform:scale(1.01)}.why-choose-us .custom-antd-modal .ant-modal-mask{background-color:#000000b3;transition:opacity .3s ease}.why-choose-us .custom-antd-modal .ant-modal-content{background-color:#fff;padding:20px;border-radius:16px;width:fit-content;max-width:900px;width:90%;position:relative;display:flex;gap:20px;transform:scale(.9);opacity:0;transition:transform .3s ease,opacity .3s ease}@media (max-width: 868px){.why-choose-us .custom-antd-modal .ant-modal-content{padding-bottom:30px}}@media (max-width: 868px){.why-choose-us .custom-antd-modal .ant-modal .ant-modal-content{padding:30px 24px}}.why-choose-us .custom-antd-modal.ant-modal-visible .ant-modal-content{transform:scale(1);opacity:1}.why-choose-us .custom-antd-modal .modal-image-container{text-align:center;margin-bottom:20px}@media (max-width: 648px){.why-choose-us .custom-antd-modal .modal-image-container img{width:100%;min-width:100%}}.why-choose-us .custom-antd-modal .modal-image-container img{height:auto;border-radius:8px}.why-choose-us .custom-antd-modal .modal-text{color:#3b3f5c;font-family:Open Sans;font-weight:400;font-size:18px;line-height:1.6}.why-choose-us .section-header{margin-bottom:3rem}.why-choose-us .section-header .subtitle{color:#000;font-size:12px;font-weight:400;line-height:11.77px;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;text-transform:uppercase;margin-bottom:0}@media (max-width: 868px){.why-choose-us .section-header .subtitle{text-align:left}}.why-choose-us .section-header .title{margin-top:0;color:#000;font-weight:600;font-size:36px;line-height:36px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none}@media (min-width: 868px){.why-choose-us .section-header .title{font-size:43.5px;line-height:42.67px;text-align:center}}.why-choose-us .section-header .title .highlighted-text{color:#fd3}.why-choose-us .cards-container .card{display:flex;background-color:#fff;padding:12px;border-radius:16px}.why-choose-us .cards-container .card .card-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.why-choose-us .cards-container .card .card-content .icon{margin-bottom:6px}.why-choose-us .cards-container .card .card-content .card-title{margin-top:0;color:#000;font-size:18px;font-weight:600;line-height:17.66px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none}.why-choose-us .cards-container .card .card-content .card-text{color:#000;font-size:15px;font-weight:400;line-height:16.5px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none}@media (max-width: 868px){.why-choose-us .cards-container .card{display:none}}.why-choose-us .slick-slider .slick-list{overflow:hidden;padding:0}.why-choose-us .slick-slider .slick-track{display:flex;padding-right:17px}.why-choose-us .slick-slider .slick-slide{display:inline-block;width:auto!important;margin-right:17px}@media (min-width: 868px){.why-choose-us .slick-slider{display:none}}.slick-dots{position:absolute;left:50%;transform:translate(-50%)}.slick-dots li{margin:0 3px;width:8px;height:8px;background-color:#fff;border-radius:120px;transition:all .3s ease}.slick-dots li button{width:100%;height:100%;padding:0;background-color:transparent;border:none}.slick-dots li button:before{display:none}.slick-dots li:hover{background-color:#999}.slick-dots li.slick-active{background-color:#fff;width:80px;height:8px}.no-scroll{overflow:hidden}.fixed-position{position:fixed}.ant-modal .ant-modal-body{display:flex;gap:20px}@media (max-width: 648px){.ant-modal .ant-modal-body{flex-direction:column}}.ant-modal .ant-modal-body .modal-image-container{text-align:center;margin-bottom:20px}.ant-modal .ant-modal-body h3{color:#3b3f5c;font-family:Montserrat;font-weight:700;font-size:24px;margin-bottom:10px}@media (max-width: 648px){.ant-modal .ant-modal-body h3{font-size:20px}}.ant-modal .ant-modal-body p{font-family:Open Sans;font-weight:400;font-size:18px;line-height:1.2;color:#3b3f5c;padding-bottom:10px}@media (max-width: 648px){.ant-modal .ant-modal-body p{font-size:15px}}.ant-modal .ant-modal-body .close-btn{position:absolute;bottom:25px;right:25px;display:block;margin:20px auto 0;padding:10px 20px;background-color:transparent;color:#f43b26;border:none;border-radius:5px;cursor:pointer}@media (max-width: 868px){.ant-modal .ant-modal-body .close-btn{bottom:0;right:3px}}.testimonials{max-width:1920px;margin:0 auto;position:relative;padding-top:60px;padding-bottom:128px;background-color:#fff;display:flex;justify-content:space-between;flex-direction:column}@media (min-width: 1084px){.testimonials{flex-direction:row}}.testimonials .left{padding-top:50px;width:100%;display:flex;flex-direction:column}.testimonials .left .section-title{padding-left:60px}.testimonials .left .section-title .blue-testimonial{margin-top:35px;display:flex;align-items:center}.testimonials .left .section-title .blue-testimonial h3{font-size:30px;color:#5d5dff}.testimonials .left .section-title .blue-testimonial img{width:45px;height:45px}.testimonials .brutalist{position:absolute;bottom:0;left:6%;transform:rotate(180deg)}@media (max-width: 1084px){.testimonials .brutalist{display:none}}.testimonials h1{font-family:Montserrat;font-weight:700;font-size:40px;line-height:42.77px;letter-spacing:0%;color:#f43b26;margin-top:auto}@media (min-width: 1200px){.testimonials h1{font-size:88px;line-height:106px}}.testimonials .cards{max-width:850px;display:flex;flex-direction:column;gap:50px;justify-content:center;padding-left:25px;padding-right:25px;margin-top:77px;position:relative;z-index:5}.testimonials .cards .single-card{flex:1;background-color:#f9f9f9;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;box-shadow:0 12px 40px #15151526;border-radius:31px;padding:42px 28px}@media (min-width: 868px){.testimonials .cards .single-card{min-width:400px;flex-direction:row-reverse}}.testimonials .cards .single-card .personal-info{position:relative;margin-top:5px;font-family:Manrope;font-weight:500;font-size:21.7px;line-height:29.64px;letter-spacing:0%;color:#1b4356}.testimonials .cards .single-card .personal-info h3{margin-top:5px}.testimonials .cards .single-card .personal-info img{position:absolute;bottom:0;right:0}.testimonials .cards .single-card .professional-info{font-family:Manrope;font-weight:400;font-size:12px;line-height:14.63px;letter-spacing:0%;color:#9e9e9e}.testimonials .cards .single-card .feedback{font-family:Manrope;font-weight:400;font-size:16.28px;line-height:27.11px;letter-spacing:0%;letter-spacing:2%;color:#1a1b1d;margin-bottom:35px}.form-app{max-width:1920px;margin:0 auto;display:flex;width:100%}@media (max-width: 1024px){.form-app{flex-direction:column;gap:30px}}.left-section{display:flex;flex:1;background-image:url(/assets/form-section-bg-iApjBkAu.png);background-size:cover;background-position:top;position:relative;color:#fff;padding:40px 20px 66px}@media (min-width: 648px){.left-section{min-height:1100px}}@media (min-width: 1024px){.left-section{padding:60px 69px 66px 51px}}@media (max-width: 968px){.left-section .logo{text-align:center}}.left-section .overlay{display:flex;flex-direction:column;justify-content:end;align-items:end;max-width:652px}.left-section .overlay h1{margin-top:100px;font-family:Montserrat;font-weight:800;font-size:42px;line-height:43px;letter-spacing:0%}@media (min-width: 548px){.left-section .overlay h1{font-weight:800;font-size:70px;line-height:70px}}.left-section .overlay p{margin-top:24px;font-family:Montserrat;font-weight:500;font-size:22px;line-height:28.73px;letter-spacing:0%}@media (min-width: 1024px){.left-section .overlay p{font-size:32px;line-height:38.73px}}.right-section{flex:1;margin:0 auto;background-color:#fff;border-radius:8px;display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:40px 39px 66px}@media (min-width: 1024px){.right-section{padding:60px 69px 66px 51px}}.right-section .title{font-family:Montserrat;font-weight:700;font-size:24.41px;line-height:29.76px;letter-spacing:0%}.right-section .form-description{font-family:Montserrat;font-weight:400;font-size:14.65px;line-height:17.85px;letter-spacing:0%}.right-section .ant-form{margin-top:60px}@media (min-width: 100px){.right-section .ant-form{max-width:450px}}.right-section .ant-form .ant-form-item-label{font-family:Montserrat;font-weight:600;font-size:13.02px;line-height:15.87px;letter-spacing:0%}.right-section .ant-form .ant-input,.right-section .ant-form .ant-select-selector{border-radius:4px}.right-section .ant-form .ant-btn-primary{width:100%;background-color:#f43b26}.right-section .ant-form .ant-btn-primary:hover{background-color:#d6321f;border-color:#d6321f}.right-section .ant-form .form-links{text-align:center;font-size:.875rem;color:#666}.right-section .ant-form .form-links a{color:#1c9c4d;text-decoration:none}.right-section .ant-form .form-links a:hover{text-decoration:underline}.footer{position:relative;background-color:#13222a;padding:32px 56px;font-family:Montserrat;display:flex;justify-content:space-between;color:#fff;min-height:100px}@media (max-width: 868px){.footer{flex-direction:column;gap:25px;padding:62px 25px}}.footer .left{flex:1;display:flex;justify-content:space-between}.footer .left li{list-style:none}.footer .left li a{font-weight:500;font-size:14px;line-height:19.6px;letter-spacing:0%;color:#fff;text-decoration:none}.footer .left ul li{cursor:pointer}.footer .right{flex:1}.footer .right .right-first{display:flex;justify-content:space-between}@media (max-width: 648px){.footer .right .right-first{flex-direction:column;gap:20px}}.footer .right .right-first .contact{display:flex;flex-direction:column}.footer .right .right-first .contact .phone{margin-top:24px;margin-bottom:40px}.footer .right .right-second{flex:1;display:flex;justify-content:space-between}@media (max-width: 868px){.footer .right .right-second{flex-direction:column}}.footer .right .right-second .logo-container{margin-top:128px;width:100%;display:flex;justify-content:space-between;align-items:center}@media (max-width: 648px){.footer .right .right-second .logo-container{margin-top:50px;margin-bottom:50px}}.footer .right .right-second .logo-container .btn-container{text-decoration:none;color:#fff}.footer .right .right-second .logo-container .btn-container button{background-color:#f43b26;font-family:Montserrat;font-weight:500;font-size:12px;line-height:15.6px;letter-spacing:4%;color:#fff;padding:12px 32px;border-radius:4px;border:none;cursor:pointer;bottom:0}.footer span{font-weight:500;font-size:10px;line-height:14px;letter-spacing:4%;opacity:.7}.footer h4,.footer h3{font-weight:500;font-size:14px;line-height:19.6px;letter-spacing:0%}.footer p{font-family:Montserrat;font-weight:500;font-size:14px;line-height:19.6px;letter-spacing:0%}.footer .copyright{position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.section{scroll-margin-top:156px;width:100%}.terms{max-width:1250px;margin:0 auto;padding:20px;line-height:1.6;font-family:Roboto,sans-serif}@media (min-width: 868px){.terms{padding:40px}}.terms h1{font-size:2rem;margin-bottom:20px}.terms h2{font-size:1.5rem;margin-top:30px;margin-bottom:10px}.terms p{margin-bottom:15px}.terms ul{margin-bottom:15px;padding-left:20px}.terms ul li{margin-bottom:10px}.terms a{color:#007bff;text-decoration:none}.terms a:hover{text-decoration:underline}.privacy-policy{font-family:Roboto,sans-serif;max-width:1250px;margin:0 auto;padding:20px;line-height:1.6}@media (min-width: 868px){.privacy-policy{padding:40px}}.privacy-policy h1{font-size:2rem;margin-bottom:20px}.privacy-policy h2{font-size:1.5rem;margin-top:30px;margin-bottom:10px}.privacy-policy p{margin-bottom:15px}.privacy-policy a{color:#007bff;text-decoration:none}.privacy-policy a:hover{text-decoration:underline}.commonly-hired-positions{background-color:#fff;padding:48px 24px}@media (min-width: 768px){.commonly-hired-positions{padding:48px 64px;max-width:1800px;margin:0 auto}}@media (min-width: 992px){.commonly-hired-positions{padding:48px 128px}}.commonly-hired-positions .header-section{max-width:900px;margin:0 auto 50px}@media (min-width: 1000px){.commonly-hired-positions .header-section{text-align:center}}.commonly-hired-positions .header-section .main-title{font-family:Montserrat!important;font-size:2.5rem;line-height:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:24px}@media (min-width: 1000px){.commonly-hired-positions .header-section .main-title{font-size:3.5rem;line-height:3.5rem}}.commonly-hired-positions .header-section .description{font-size:1rem;line-height:1.1rem;color:#4a5568;line-height:1.6}@media (min-width: 1000px){.commonly-hired-positions .header-section .description{font-size:1.5rem;line-height:1.5rem}}.commonly-hired-positions .position-section{margin-bottom:32px}.commonly-hired-positions .position-section .position-content{display:flex;flex-direction:column;gap:54px}@media (min-width: 768px){.commonly-hired-positions .position-section .position-content{flex-direction:row;align-items:center}.commonly-hired-positions .position-section .position-content.reverse{flex-direction:row-reverse}}.commonly-hired-positions .position-section .position-content .position-image{flex:1}.commonly-hired-positions .position-section .position-content .position-image img{width:100%;height:auto;max-height:850px;border-radius:8px;object-fit:cover;object-position:top}.commonly-hired-positions .position-section .position-content .position-details{flex:1}.commonly-hired-positions .position-section .position-content .position-details .position-title{font-family:Montserrat!important;font-size:1.9rem;font-weight:700;margin-bottom:30px;color:#1a1a1a}.commonly-hired-positions .position-section .position-content .position-details .position-title .company-name{display:block;font-size:1rem;font-weight:500;color:#4a5568;margin-top:4px}.commonly-hired-positions .position-section .position-content .position-details .position-list{padding-left:20px;color:#000c;line-height:1.6}.commonly-hired-positions .position-section .position-content .position-details .position-list li{margin-bottom:8px}.commonly-hired-positions .divider{height:1px;background-color:#e2e8f0;margin:32px 0}.commonly-hired-positions .cta-section{text-align:center;margin-top:64px}.commonly-hired-positions .cta-section .cta-button{height:55px;background-color:#ff4500;color:#fff;border:1px solid transparent;padding:1rem 2rem;border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative;z-index:3;width:fit-content;font-family:Montserrat;font-weight:600;font-size:16px;line-height:16px;letter-spacing:0%;text-align:center;text-transform:uppercase}.commonly-hired-positions .cta-section .cta-button:hover{background-color:transparent;color:#ff4500;border:1px solid #ff4500}.commonly-hired-positions .cta-section .cta-button:active{background-color:#991000;color:#fff}.commonly-hired-positions .cta-section .ant-btn{white-space:wrap}.commonly-hired-positions li{font-size:18px;line-height:20px}@media (min-width: 1400px){.commonly-hired-positions li{font-size:24px;line-height:28px}}:root{--ltn__primary-color: #000000;--ltn__primary-color-2: #041113;--ltn__primary-color-3: #133236;--ltn__secondary-color: #ff5a3c;--ltn__secondary-color-2: #cb3421;--ltn__secondary-color-3: #fb412a;--ltn__heading-color: #071c1f;--ltn__paragraph-color: #5c727d;--ltn__heading-font: "Poppins", sans-serif;--ltn__body-font: "Nunito Sans", sans-serif;--ltn__color-1: #8cb2b2;--ltn__color-2: #acd2d8;--ltn__color-3: #a3bcc0;--ltn__color-4: #84a2a6;--ltn__color-5: #5c727d;--ltn__color-6: #f5dfdc;--gradient-color-1: linear-gradient( 90deg, rgba(242, 139, 194, 1) 0%, rgba(216, 177, 242, 1) 50% );--gradient-color-2: linear-gradient( to top, rgba(7, 28, 31, 0) 0%, rgba(7, 28, 31, 1) 90% );--gradient-color-3: linear-gradient( to bottom, rgba(7, 28, 31, 0) 0%, rgba(7, 28, 31, 1) 90% );--gradient-color-4: linear-gradient( to top, rgba(242, 246, 247, 0) 0%, rgba(242, 246, 247, 1) 90% );--gradient-color-5: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 70% );--section-bg-1: #f2f6f7;--section-bg-2: #171b2a;--section-bg-5: #fff2f0;--section-bg-6: #0b2c3d;--section-bg-7: #282b38;--border-color-1: #e5eaee;--border-color-2: #1e2021;--border-color-3: #5c617f;--border-color-4: #eb6954;--border-color-5: #bc3928;--border-color-6: #103034;--border-color-7: #d1dae0;--border-color-8: #f6f6f6;--border-color-9: #e4ecf2;--border-color-10: #ebeeee;--border-color-11: #ededed;--border-color-12: #e1e6ff;--border-color-13: #f1f8ff;--ltn__box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, .1);--ltn__box-shadow-2: 0 0 4px rgba(0, 0, 0, .1);--ltn__box-shadow-3: 0 1px 6px 0 rgba(32, 33, 36, .28);--ltn__box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, .1);--ltn__box-shadow-5: 0 8px 16px 0 rgba(93, 93, 93, .1);--ltn__box-shadow-6: 0 0 25px 2px rgba(93, 93, 93, .2);--ltn__box-shadow-7: 0 0 10px 0px rgba(93, 93, 93, .2);--black: #000000;--black-2: #22355b;--white: #fff;--white-2: #f2f6f7;--white-3: #e8edee;--white-4: #e6ecf0;--white-5: #f0f4f7;--white-6: #f1f1f1;--white-7: #f7f7f7;--white-8: #fafafa;--white-9: #f2f7fa;--white-10: #ededed;--red: #ff0000;--red-2: #f34f3f;--red-3: #db483b;--silver: #c0c0c0;--gray: #808080;--maroon: #800000;--yellow: #ffff00;--olive: #808000;--lime: #00ff00;--green: #77c720;--green-2: #008000;--aqua: #00ffff;--teal: #008080;--blue: #0000ff;--navy: #000080;--fuchsia: #b13bff;--purple: #800080;--pink: #ffc0cb;--nude: #ebc8b2;--orange: #ffa500;--ratings: #ffb800;--facebook: #365493;--twitter: #3cf;--linkedin: #0077b5;--pinterest: #c8232c;--dribbble: #ea4c89;--behance: #131418;--google-plus: #dd4b39;--instagram: #e4405f;--vk: #3b5998;--wechat: #7bb32e;--youtube: #cb2027;--email: #f89a1e}*{-webkit-box-sizing:border-box;margin:0;padding:0;box-sizing:border-box;outline:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.how-it-works{padding:4rem 2rem;background-color:#f9f9f9}@media (min-width: 768px){.how-it-works{padding:4rem 3rem}}.how-it-works .mobile-title h2{text-align:center;font-size:2rem;margin-bottom:4rem;color:#222}@media (min-width: 1400px){.how-it-works .mobile-title h2{font-size:3.5rem}}.how-it-works__container{max-width:1920px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}@media (min-width: 900px){.how-it-works__container{gap:0;height:640px;flex-direction:row;align-items:stretch}}.how-it-works__image{height:100%;flex:1;display:flex;justify-content:center;align-items:flex-start}.how-it-works__image img{object-fit:cover;object-position:top;max-height:100%}@media (max-width: 868px){.how-it-works__image img{max-height:350px;width:350px;max-width:100%;border-radius:1rem;box-shadow:0 10px 20px #0000001a}}@media (min-width: 868px){.how-it-works__image img{width:100%;height:100%;max-width:520px;border-radius:1rem;box-shadow:0 10px 20px #0000001a}}.how-it-works__content{font-family:Montserrat;flex:1;display:flex;flex-direction:column;justify-content:space-between}@media (min-width: 900px){.how-it-works__content{padding:0 3rem}}.how-it-works__content h2{text-align:center;font-size:2rem;margin-bottom:1rem;color:#222}@media (min-width: 1400px){.how-it-works__content h2{font-size:3rem}}@media (max-width: 900px){.how-it-works__content h2{display:none}}.how-it-works__content h3{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1.75rem;color:#525151e6}@media (min-width: 1400px){.how-it-works__content h3{margin-top:8.5rem}}.how-it-works__content p{font-weight:400;font-size:1.1rem;line-height:1.1;color:#555}@media (min-width: 1000px){.how-it-works__content p{font-size:1.3rem;line-height:1.2}}.how-it-works__content ul{list-style-type:circle;display:flex;flex-direction:column;align-items:center}.how-it-works__content ul li{font-weight:400;font-size:1.3rem;line-height:1.2;margin-bottom:.75rem;color:#333}.how-it-works__content ul li strong{color:#ff4500;font-size:1.5rem}.how-it-works__content .how-it-works__feature{background-color:#fff;padding:1rem 1.5rem;border-radius:.75rem;box-shadow:0 4px 12px #00000014;margin-top:1rem;transition:transform .2s ease}.how-it-works__content .how-it-works__feature li{margin:0;list-style:none}.how-it-works__content .how-it-works__feature .advice{margin-top:1.2rem}.how-it-works__content .how-it-works__feature:hover{transform:translateY(-4px)}.link-to-title{text-align:center;background-color:#f5f6f6}.link-to-title .icon{font-size:1.5rem;color:#0056b3;margin-right:6px}@media (min-width: 900px){.link-to-title .icon{font-size:2rem}}.link-to-title h2{margin:3rem 0;font-size:1.5rem;font-weight:700;color:#222}@media (min-width: 768px){.link-to-title h2{font-size:2.5rem}}.link-to-title h2 a{color:#0056b3;text-decoration:none;position:relative;transition:color .4s ease}.link-to-title h2 a:after{content:"";display:block;width:0;height:3px;background:#0056b3;transition:width .4s;position:absolute;bottom:-5px;left:0}.link-to-title h2 a:hover{color:#003e80}.link-to-title h2 a:hover:after{width:100%}*{margin:0;padding:0;box-sizing:border-box}
