@import "partners.less";@keyframes fadeInAnimation{0%{opacity:0}100%{opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(720deg)}}@keyframes scale{0%{transform:scale(0)}100%{transform:scale(1)}}.container_back{margin-top:50px;padding:0 172px}.container_back .back{font-size:15px;font-weight:400;text-transform:uppercase}.container_back .back span{padding:5px;margin-right:1rem;background-color:#1a508c;color:#fff;border-radius:5px;transition:0.5s ease-in-out}.container_back .back:hover span{background-color:}@media screen and (max-width:1150px){.container_back{padding:0 3rem}}@media screen and (max-width:768px){.container_back{padding:0 1.5rem}}.bg_image_fix{position:relative;width:100%;height:700px;background-size:cover;background-position:center;background-repeat:no-repeat}.bg_image_fix .container_text{position:absolute;left:50%;top:50%;padding:60px 40px;background:#ffffffe0;border-radius:15px;transform:translate(-50%,-50%)}.bg_image_fix .container_text h2{margin-bottom:25px}.bg_image_fix .container_text h2,
.bg_image_fix .container_text p{text-align:center}@media screen and (max-width:500px){.bg_image_fix{height:200px;background-size:contain;background-attachment:initial}}.button{position:relative;display:flex;align-items:center;column-gap:10px;width:fit-content;padding:15px 30px;color:#fff;background-color:#ffc70b;font-size:14px;font-weight:500;transition:ease-in-out 0.3s;text-transform:uppercase;overflow:hidden}.button::before{content:"";position:absolute;display:block;top:0;left:0;bottom:0;width:100%;background-color:#1a508c;transform:translateX(-102%);transition:all 0.8s}.button span{color:#fff;z-index:998}.button.white{background-color:#fff}.button.white span{color:#000}.button.white::before{content:"";position:absolute;display:block;top:0;left:0;bottom:0;width:100%;background-color:#ffc70b;transform:translateX(-102%);transition:all 0.8s}.button:hover::before{transform:translateX(0);transition:all 0.22s}.caroussel{position:relative}.caroussel h2{text-align:center}.caroussel .slick{width:100%;padding-left:13vw;padding-right:13vw;margin:0 auto}.caroussel .slick .container_slick{width:482px;height:25vw;background-size:contain;background-position:center;background-repeat:no-repeat}.caroussel .arrow-next,
.caroussel .arrow-prev{position:absolute;top:50%;padding:20px;color:#fff;background-color:#1a508c;border-radius:10px;font-size:22px;transition:0.5s ease-in-out;cursor:pointer;z-index:999}.caroussel .arrow-next:hover,
.caroussel .arrow-prev:hover{background-color:}.caroussel .arrow-prev{left:10%}.caroussel .arrow-next{right:10%}@media screen and (max-width:1294px){.caroussel .slick .container_slick{width:27vw;height:35vh}.caroussel .arrow-prev{left:5%}.caroussel .arrow-next{right:5%}}@media screen and (max-width:1024px){.caroussel .slick .container_slick{width:474px;height:40vh}.caroussel .arrow-next, .caroussel .arrow-prev{padding:15px;font-size:16px}}@media screen and (max-width:1024px){.caroussel .arrow-next, .caroussel .arrow-prev{padding:10px;font-size:14px}}.red{background-color:#1a508c}p,
ul,
li{color:#888}h1{color:#1a508c}.suptitle,
.subtitle{color:#1a508c}h1,
h2,
h3,
input[type="text"],
input[type="submit"],
textarea,
label{font-family:"Poppins", sans-serif}p,
ul,
li,
a{font-family:"Roboto", sans-serif}h1{font-size:48px}@media screen and (max-width:1024px){h1{font-size:44px}}@media screen and (max-width:500px){h1{font-size:32px}}h2{font-size:40px;color:#1a508c}@media screen and (max-width:768px){h2{font-size:28px}}h3{font-size:30px;color:#1a508c}@media screen and (max-width:768px){h3{font-size:24px}}ul,
li,
p{font-size:20px;font-weight:300}@media screen and (max-width:1550px){ul, li, p{font-size:16px}}input[type="text"],
textarea{font-size:18px}.button{font-size:14px}.subtitle,
.suptitle{color:#000;font-size:22px;font-weight:bold}footer{display:flex;align-items:flex-end;justify-content:space-between;align-items:center;column-gap:16px;padding:20px 5rem}footer a{display:flex;align-items:center;color:#000;transition:0.5s ease-in-out}footer a img{width:125px}footer a:hover{color:#1a508c}footer img{max-width:150px;max-height:100px}@media screen and (max-width:769px){footer{flex-direction:column;justify-content:center}}@media screen and (max-width:500px){footer a{flex-direction:column;text-align:center}}.form{display:flex;justify-content:space-between;padding-top:0}.form .title{width:50%;padding-right:1rem}.form .title .container{position:sticky;top:215px}.form .title .container h2{font-weight:600}.form form{width:50%}.form form .input_container{margin-top:50px}.form form .input_container:first-child{margin-top:0}.form form input[type="text"],
.form form textarea{position:relative;display:block;width:100%;padding:10px 20px;margin-top:10px;border-radius:12px;background:#fff;color:#acacac;caret-color:#1a508c;line-height:normal;border:none;outline:none;box-shadow:0 0 0 2px var(--c5,#ececec);transition:box-shadow 0.4s cubic-bezier(.68,.16,.39,.98);font-family:"Poppins", sans-serif}.form form label{color:#1a508c}.form form input[type="text"]:focus,
.form form textarea:focus{transition:box-shadow 0.25s;box-shadow:0 0 0 2px #1a508c}.form form input[type="text"]::placeholder{color:#acacac;font-weight:300}.form form textarea{height:128px;resize:none}.form form .buttons{display:flex;align-items:center;column-gap:2rem;margin-top:40px}.form form .buttons input[type="submit"]{border:none;cursor:pointer;transition:ease-in-out 0.5s}.form form .buttons input[type="submit"]:hover{background-color:#1a508c}.form form .buttons a{display:flex;column-gap:1rem;align-items:center;text-transform:uppercase;font-size:14px}.form form .buttons a .icon{padding:5px 8px;color:#fff;background-color:#1a508c;border-radius:3px;transition:0.5s ease-in-out}.form form .buttons a span{color:#1a508c}.form form .buttons a:hover .icon{background-color:#1a508c}.form form label{text-transform:uppercase;font-size:14px}.form form label span{color:#d7d7d7}.form form .select_custom{margin-top:50px}.form form .select_wrapper{display:block;position:relative;padding:18px;font-size:10px;color:#acacac;background-color:#fff;box-shadow:0 0 0 2px var(--c5,#ececec);border-radius:10px;box-sizing:border-box}.form form .select_wrapper:focus-within:before{background-color:#ffc70b}.form form .select_wrapper p{margin:0;font-size:10px;color:#acacac}.form form .select_wrapper .service{color:#acacac;font-weight:300;font-family:"Poppins", sans-serif}.form form .select_wrapper span{color:#fff;font-size:18px}.form form .select_wrapper ul{display:none;position:absolute;top:100%;left:6px;background:#FFF;z-index:1;list-style:none;width:calc(100% - 7px);margin:0;padding:0}.form form .select_wrapper ul li{padding:15px;cursor:pointer;color:#000;font-size:14px;transition:ease-in-out 0.5s}.form form .select_wrapper ul li:hover{background-color:#1a508c}.form form .select_wrapper .arrow{position:absolute;top:30%;right:25px;font-size:12px;padding:6px;background-color:#1a508c;transition:ease-in-out 0.3s}.form form .select_wrapper.opened:before{background-color:#ffc70b}.form form .select_wrapper.opened .arrow{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-o-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);background-color:#ffc70b}@media screen and (max-width:1396px){.form form input[type="text"]::placeholder{font-size:15px}}@media screen and (max-width:768px){.form{flex-direction:column}.form .title{width:100%}.form .title .container{position:inherit}.form .title .container h2{padding-bottom:40px}.form form{width:100%}.form form .buttons .text{display:none}}.get_up{position:fixed;display:none;bottom:0;right:2vw;width:4rem;padding-top:0.6rem;background-color:#000;border-radius:12px 12px 0 0;text-align:center;cursor:pointer;z-index:9999;transition:background 0.4s cubic-bezier(.68,.16,.39,.98), color 0.4s cubic-bezier(.68,.16,.39,.98), transform 0.4s cubic-bezier(.68,.16,.39,.98), visibility 0s}.get_up span{color:#fff;font-size:2vw}.get_up:hover{background-color:#1a508c}.navigation{position:fixed;display:flex;justify-content:space-between;align-items:center;width:100%;background-color:#fff;box-shadow:0 12px 12px #00000033;transition:ease-in-out 0.5s;z-index:9999}.navigation .logo{z-index:9999}.navigation .logo img{max-height:100px;max-width:180px}.navigation .container_nav{display:flex;justify-content:space-between;width:100%;padding:1rem 2rem}.navigation .container_nav nav{display:flex;align-items:center;column-gap:3rem}.navigation .container_nav nav a,
.navigation .container_nav nav p{color:#000;font-size:16px;font-weight:bold;transition:ease-in-out 0.5s}.navigation .container_nav nav a:hover,
.navigation .container_nav nav p:hover{color:#1a508c}.navigation .container_nav nav .button{padding:10px 25px;text-transform:none;font-size:20px;font-weight:bold}.navigation .mobile{display:none;padding:1rem 2rem;background-color:#fff;border-top:1px solid #888;font-weight:bold}@media screen and (max-width:1150px){.navigation nav{column-gap:2rem}}@media screen and (max-width:769px){.navigation .container_nav{padding:1rem 2rem}.navigation .container_nav .logo img{width:70%}.navigation .container_nav nav .button{font-size:16px}.navigation .mobile{width:100%;padding:1rem 2rem;text-align:center}.navigation .mobile a{color:#000}}@media screen and (max-width:550px){.navigation{flex-direction:column}.navigation .container_nav{display:flex;justify-content:space-between;column-gap:8px}.navigation .container_nav .logo{width:35%}.navigation .container_nav nav .hide_nav{display:none}.navigation .container_nav nav .button{font-size:14px}.navigation .mobile{display:block}}.hero_inner{display:flex;align-items:center;width:100%;height:70vh;min-height:420px;padding-top:220px;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed}.hero_inner .container_title_text{width:70%;max-width:970px;padding:7.25vh 10vw 7.25vh 8vw;background:#ffffffe0;border-radius:0 24px 24px 0}.hero_inner .container_title_text h1{padding-bottom:30px;font-weight:600}.hero_inner .container_title_text p{font-size:19px}.hero_inner .container_title_text .subtitle{font-size:16px}@media screen and (max-width:1400px){.hero_inner .container_title_text p{font-size:16px}}@media screen and (max-width:768px){.hero_inner .container_title_text{width:85%}.hero_inner .container_title_text p{font-size:15px}}@media screen and (max-width:475px){.hero_inner{height:100vh}.hero_inner .container_title_text{width:90%}.hero_inner .container_title_text h1{font-size:30px}}.list.padding{padding-top:80px}.list h2{margin-bottom:2rem;font-weight:600}.list ul{padding-left:20px}.list ul li a{text-decoration:underline;font-weight:500;transition:0.5s ease-in-out}.list ul li a:hover{color:#1a508c}.list p{padding-top:40px}.list .button{margin-top:80px}.load{position:fixed;display:flex;justify-content:center;align-items:center;top:0;bottom:0;width:100%;height:100%;background-color:#fff;text-align:center;z-index:9999}.load .loading{animation:scale 0.3s linear}.load .loading::before{content:"";display:block;width:100px;height:100px;border:solid 10px #1a508c;border-top-color:#000;border-radius:48%;margin:10px;animation:spin 2s linear infinite}.load p{font-weight:500}html{line-height:1.15;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{margin:0;overflow-x:hidden}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,
strong{font-weight:bolder}code,
kbd,
samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,
sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,
input,
optgroup,
select,
textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,
input{overflow:visible}button,
select{text-transform:none}button,
[type="button"],
[type="reset"],
[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],
[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}h1,
h2,
h3,
p{margin:0}ul{margin:0;padding:0}p,
li{line-height:1.8}a{text-decoration:none}.padding{padding:100px 5rem}@media screen and (max-width:1550px){.padding{padding:100px 3rem}}@media screen and (max-width:768px){.padding{padding:80px 1.5rem}}.quote{padding-left:0}.quote.animation .container_quote{animation:extrem_right ease 2s;animation-fill-mode:forwards}.quote .container_quote{max-width:1640px;padding:80px 80px 80px 180px;background-color:#1a508c;border-radius:0 20px 20px 0}.quote .container_quote span{color:#fff}.quote .container_quote span{padding:20px;background-color:#1a508c;border-radius:20px}.quote .container_quote h2{margin:30px 0 40px 0;color:#fff}.quote .container_quote span{font-size:30px}.quote .container_quote .subtitle{color:#fff}@media screen and (max-width:768px){.quote .container_quote{padding:80px}}@media screen and (max-width:500px){.quote .container_quote{padding:40px}}*{scrollbar-width:thin;scrollbar-color:var(--c2,#1a508c) rgba(255,255,255,0)}.row{margin-right:-15px;margin-left:-15px}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*="col-"]{padding-right:0;padding-left:0}.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after{display:table;content:" "}.clearfix:after,
.container:after,
.container-fluid:after,
.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}.text_image{display:flex;column-gap:8rem}.text_image.reverse{flex-direction:row-reverse}.text_image.reverse .image{border-radius:0 20px 20px 0}.text_image .text{display:flex;flex-direction:column;justify-content:center;max-width:645px;padding:20px 0}.text_image .text h2{padding-bottom:20px;color:#1a508c}.text_image .text p{padding-top:1rem}.text_image .text p:last-child{padding-top:0}.text_image .text .button{margin-top:30px}.text_image .text ul li{display:flex;align-items:flex-start;column-gap:1rem;list-style:none}.text_image .text ul li::before{content:'';position:relative;top:15px;display:block;padding:3px;background-color:#1a508c;border-radius:5rem}.text_image img{border-radius:40px 0 40px 0;width:calc(42.5vw);max-width:100%;max-height:60vh;object-fit:cover}@media screen and (max-width:1024px){.text_image{flex-direction:column-reverse}.text_image.reverse{flex-direction:column-reverse}.text_image .text{max-width:100%}.text_image img{width:100%;height:488px}}@media screen and (max-width:500px){.text_image img{height:305px}}.text_list .container_text_list{padding-top:80px}.text_list .container_text_list:first-child{padding-top:0}.text_list .container_text_list h2{padding-bottom:36px;color:#1a508c}.text_list .container_text_list .bold{font-weight:600}.text_list .container_text_list .blue{font-weight:500;color:#1a508c}.text_list .container_text_list p{padding-top:30px}.text_list .container_text_list p:first-child{padding-top:0}.text_list .container_text_list ul{display:flex;flex-wrap:wrap;column-gap:2rem;row-gap:2rem;margin-top:45px;list-style:none}.text_list .container_text_list ul li{position:relative;width:30%;padding:5px 0 5px 20px;font-weight:600;color:#888}.text_list .container_text_list ul li::before{content:"";display:block;position:absolute;left:0;top:18px;background-color:#1a508c;width:6px;height:6px;border-radius:50%}.text_list .container_text_list ul li a{color:#888;transition:0.5s ease-in-out}.text_list .container_text_list ul li a:hover{color:#1a508c}@media screen and (max-width:1550px){.text_list .container_text_list p, .text_list .container_text_list ul, .text_list .container_text_list li{font-size:16px}.text_list .container_text_list ul li{width:45%}}@media screen and (max-width:768px){.text_list .container_text_list ul li{width:100%}}@media screen and (max-width:500px){.text_list .container_text_list{padding-top:40px}.text_list .container_text_list ul{margin-top:45px;row-gap:1rem}}.text h2{padding-bottom:20px}.text p{padding-top:1rem}#home .hero{position:relative;width:100%;height:100vh;background-size:cover;background-repeat:no-repeat;background-position:center}#home .hero .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1a508c;opacity:0.5}#home .hero .container_title_hero{position:absolute;top:50%;transform:translateY(-40%);padding:0 5rem}#home .hero .container_title_hero .button{text-transform:uppercase}#home .hero .container_title_hero .button span{font-size:18px;font-weight:bold}#home .hero .container_title_hero h1{padding-bottom:30px;text-transform:uppercase;font-weight:600}#home .hero .container_title_hero h2{font-size:30px}#home .hero .container_title_hero p{max-width:750px;padding-bottom:40px;font-weight:400;font-size:19px}#home .hero .container_title_hero h1,
#home .hero .container_title_hero h2,
#home .hero .container_title_hero p{color:#fff}#home .hero .container_title_hero .container_buttons{display:flex;column-gap:16px;margin-top:16px}@media screen and (max-width:600px){#home .hero .container_title_hero{padding:0 32px}#home .hero .container_title_hero h2{font-size:20px}#home .hero .container_title_hero p{font-size:16px}#home .hero .container_title_hero .container_buttons{flex-direction:column;row-gap:16px}}#home .section_categories{position:relative;background-color:;z-index:2}#home .section_categories h2,
#home .section_categories p{text-align:center}#home .section_categories p{margin-top:16px;margin-bottom:40px}#home .section_categories .wrapper_categories{display:flex;justify-content:space-between;column-gap:20px;width:100%}#home .section_categories .wrapper_categories .container_category{display:flex;flex-direction:column;width:33%}#home .section_categories .wrapper_categories .container_category .bg_image{width:100%;height:455px;background-repeat:no-repeat;background-size:cover;background-position:center}#home .section_categories .wrapper_categories .container_category h3{margin-top:30px;text-align:center}#home .section_categories .wrapper_categories .container_category p{margin-top:24px}#home .section_categories .wrapper_categories .container_category ul{display:flex;flex-direction:column;justify-content:center;margin-top:24px;text-align:center;flex:1}#home .section_categories .wrapper_categories .container_category ul li{list-style:none}#home .section_categories.animation .wrapper_categories .container_category:first-child{animation:up_one linear 0.4s 200ms;animation-fill-mode:forwards}#home .section_categories.animation .wrapper_categories .container_category:nth-child(2){animation:up_one linear 0.4s 400ms;animation-fill-mode:forwards}#home .section_categories.animation .wrapper_categories .container_category:nth-child(3){animation:up_one linear 0.4s 600ms;animation-fill-mode:forwards}@media screen and (max-width:1550px){#home .section_categories .wrapper_categories .container_category .bg_image{height:300px}}@media screen and (max-width:1024px){#home .section_categories .wrapper_categories{flex-direction:column;row-gap:46px}#home .section_categories .wrapper_categories .container_category{width:100%}#home .section_categories .wrapper_categories .container_category .bg_image{height:450px}}@media screen and (max-width:500px){#home .section_categories .wrapper_categories .container_category .bg_image{height:360px}}#home .container_title{display:flex;align-items:center;justify-content:center;column-gap:16px}#home .container_title .lign{display:block;width:70px;height:2px;background-color:#888}#home .container_title h2{padding-bottom:0}#home .text{background-color:#f1f1f1;text-align:center}#home .services h2{text-align:center}#home .services .container_services{display:flex;flex-wrap:wrap;justify-content:center;column-gap:24px;row-gap:24px;margin-top:32px}#home .services .container_services .service{width:48%;padding:40px 24px;text-align:center;box-shadow:1px 3px 10px #0000006b}#home .services .container_services .service img{width:145px}@media screen and (max-width:650px){#home .services .container_services .service{width:100%}}#home .form{background-color:#f1f1f1}#home .form .container_title{justify-content:flex-start}#home .form .title .container{margin-bottom:25px}#home .form .title .container a{display:inline-block;color:#000;transition:0.5s ease-in-out;margin-top:15px}#home .form .title .container a span{color:#000;transition:0.5s ease-in-out}#home .form .title .container a:hover{color:#1a508c}#home .form .title .container a:hover span{color:#1a508c}#home .form .title .container p{max-width:700px;margin-top:15px;font-size:16px}#home .form .title .container h2{max-width:700px}#home .form .select_custom{margin-top:50px}#home .form label{display:block;padding-bottom:10px}#home .form .select_wrapper{display:block;position:relative;padding:18px;font-size:10px;color:#acacac;background-color:#fff;box-shadow:0 0 0 2px var(--c5,#ececec);border-radius:10px;box-sizing:border-box}#home .form .select_wrapper:focus-within:before{background-color:#ffc70b}#home .form .select_wrapper p{margin:0;font-size:10px;color:#acacac}#home .form .select_wrapper .service{color:#acacac;font-weight:300;font-family:"Poppins", sans-serif}#home .form .select_wrapper span{color:#fff;font-size:18px}#home .form .select_wrapper ul{display:none;position:absolute;top:100%;left:6px;background:#FFF;z-index:1;list-style:none;width:calc(100% - 7px);margin:0;padding:0}#home .form .select_wrapper ul li{padding:15px;cursor:pointer;color:#000;font-size:14px;transition:ease-in-out 0.5s}#home .form .select_wrapper ul li:hover{background-color:#1a508c}#home .form .select_wrapper .arrow{position:absolute;top:30%;right:25px;font-size:12px;padding:6px;background-color:#1a508c;transition:ease-in-out 0.3s}#home .form .select_wrapper.opened:before{background-color:#ffc70b}#home .form .select_wrapper.opened .arrow{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-o-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);background-color:#ffc70b}@media screen and (max-width:500px){#home .form h2, #home .form p{text-align:center}}#home .error{padding:20px;background-color:#ca0000;color:#fff}#home .success{padding:20px;background-color:#4aa300;color:#fff}