@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');


















@font-face {
  font-family: 'Alliance';
  src: url('https://465916.fs1.hubspotusercontent-na1.net/hubfs/465916/css/fonts/alliance-plattbold-webfont.woff2') format('woff2'),
       url('https://465916.fs1.hubspotusercontent-na1.net/hubfs/465916/css/fonts/alliance-plattbold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Alliance';
  src: url('https://465916.fs1.hubspotusercontent-na1.net/hubfs/465916/css/fonts/alliance-plattsemibold-webfont.woff2') format('woff2'),
       url('https://465916.fs1.hubspotusercontent-na1.net/hubfs/465916/css/fonts/alliance-plattsemibold-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Alliance';
  src: url('https://465916.fs1.hubspotusercontent-na1.net/hubfs/465916/css/fonts/alliance-textregular-webfont.woff2') format('woff2'),
       url('https://465916.fs1.hubspotusercontent-na1.net/hubfs/465916/css/fonts/alliance-textregular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Alliance';
  src: url('https://465916.fs1.hubspotusercontent-na1.net/hubfs/465916/css/fonts/alliance-textregularitalic-webfont.woff2') format('woff2'),
       url('https://465916.fs1.hubspotusercontent-na1.net/hubfs/465916/css/fonts/alliance-textregularitalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
	font-display: swap;
}

body { font-family: 'Alliance', sans-serif; font-weight: 400; line-height:1.4; font-size: 18px; color: #353535; padding-top: 58px; background: #F9F9F9; }
.container-fluid.main { padding: 0; }

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 { line-height: 1.2; font-family: 'Alliance', sans-serif; font-weight: 700; }

a { 
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
; }
img { max-width: 100%; height:auto; }

.pt0 { padding-top: 0px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt70 { padding-top: 70px; }
.pt80 { padding-top: 80px; }
.pt90 { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pb0 { padding-bottom: 0px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pb80 { padding-bottom: 80px; }
.pb90 { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }

.mt0 { margin-top: 0px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }
.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }

.rel { position: relative; }
.z0 { z-index: 0; }
.z1 { z-index: 1; }
.z2 { z-index: 2; }
.z3 { z-index: 3; }
.z4 { z-index: 4; }
.z5 { z-index: 5; }
.z6 { z-index: 6; }
.z7 { z-index: 7; }
.z8 { z-index: 8; }
.z9 { z-index: 9; }

.sticky { position: sticky; top: 100px; }

.form-title { padding:0 10px; margin: 0 0 15px 0; }
form label { font-size: 14px; font-weight: 400; color: #353535; line-height: 1.2; }
form .hs-form-field>label {  }
form .hs-form-field.hs-fieldtype-radio>label,
form .hs-form-field.hs-fieldtype-checkbox>label {  }
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select { font-size: 14px !important; max-width: none !important; width: 100% !important; color: #353535; background: #fff; font-weight: 400; border: 1px solid #D2D3E0; padding: 0 10px; height: 40px; box-sizing: border-box !important; 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
; 
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
; }
form textarea { font-size: 14px !important; max-width: none !important; width: 100% !important; color: #353535 !important; background: #fff; font-weight: 400; border: 1px solid #D2D3E0 !important; padding: 15px !important; box-sizing: border-box !important; 
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important;
; 
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
; }
form input[type="submit"] { background: #3300ff !important; color: #ffffff; outline: none; border: none !important; text-shadow: none !important; font-size: 14px !important; white-space: initial; font-weight: 600; padding: 16px 20px; line-height: 1.4; min-height:40px; 
-webkit-border-radius: 100px !important;
-moz-border-radius: 100px !important;
border-radius: 100px !important;
 ; 
-webkit-transition: all .2s ease !important;
-moz-transition: all .2s ease !important;
-o-transition: all .2s ease !important;
-ms-transition: all .2s ease !important;
transition: all .2s ease !important;
; }
form input[type="submit"]:hover { background: #2200AC !important; }
form .hs-form-required { color: #f00; margin-left:3px; }
form .hs-form-field { margin-bottom: 15px; padding: 0 10px; position:relative; }
form .actions { padding: 20px 10px 0 10px; text-align: center; }
form ul.hs-error-msgs { margin: 0; padding: 0; list-style: none; }
form ul.hs-error-msgs li label { color: #f00; font-size: 11px; margin: 0 !important; line-height: 1.2; display: block; }
form fieldset { max-width: none !important; }
form fieldset .input { margin: 0 !important; }
.submitted-message { padding: 20px; text-align: center; font-weight: 600; }
form .inputs-list { list-style: none; padding-left: 10px; }
form .inputs-list li input { margin-right: 5px; }
form .legal-consent-container { font-size: 14px; padding: 0 10px; }
form .legal-consent-container p { font-size: 14px; }
form .legal-consent-container .hs-form-field { padding: 10px 0; }
form .legal-consent-container ul { padding: 0; }
form .legal-consent-container input[type="checkbox"] { margin-top: 2px; }

/* FORM ERROR MESSAGES */
form input.error, form select.error, form textarea.error { border-color:red !important; background: #FFEFEF; }
form .hs_error_rollup { display: none !important; }
form .hs-error-msgs label { margin: 0; display:block; font-size: 11px !important; font-weight: 400; color:red !important; }
form .hs-error-msgs li { margin: 0 !important; }
form .hs-error-msgs li:before { display:none; }
form .hs-error-msgs li:before { display:none; }


.btn { border:none; outline: none !important; white-space: normal; font-weight: 600; padding: 16px 20px; line-height: 1.4 !important; font-size:14px; color: #50e8fd; 
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
; }
.btn:hover { color: #16CAE3 }
.btn:focus, .btn.focus {color: #16CAE3 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
; }
.btn-lg, .btn-group-lg > .btn { padding: 16px 20px; font-size: 14px; line-height: 1.4; }
.btn-md, .btn-group-md > .btn { padding: 12px 16px; font-size: 14px; line-height: 1.2; }
.btn-sm, .btn-group-sm > .btn { padding: 8px 14px; font-size: 12px; line-height: 1.2; }

.btn-primary { color: #3300ff; background-color: #50e8fd; border-color: #50e8fd; }
.btn-primary:hover { color: #3300ff; background-color: #16CAE3; border-color: #16CAE3; }
.btn-primary:focus, .btn-primary.focus { color: #3300ff; background-color: #16CAE3; border-color: #16CAE3; }
.btn-primary.disabled, .btn-primary:disabled { color: #3300ff; background-color: #50e8fd; border-color: #50e8fd; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #3300ff; background-color: #16CAE3; border-color: #16CAE3; }
.btn-outline-primary { color: #50e8fd; border-color: #50e8fd; }
.btn-outline-primary:hover { color:#3300ff; background-color: #16CAE3; border-color: #16CAE3; }
.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #50e8fd; background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #3300ff; background-color: #50e8fd; border-color: #50e8fd; }
.badge-primary { color: #fff; background-color: #50e8fd; }
a.badge-primary:hover, a.badge-primary:focus { color: #3300ff; background-color: #16CAE3; }
a.badge-primary:focus, a.badge-primary.focus { outline: 0; }

.btn-secondary { color: #ffffff; background-color: #3300ff; border-color: #3300ff; }
.btn-secondary:hover { color: #ffffff; background-color: #2200AC; border-color: #2200AC; }
.btn-secondary:focus, .btn-secondary.focus { color: #fff; background-color: #2200AC; border-color: #2200AC; }
.btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #3300ff; border-color: #3300ff; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #ffffff; background-color: #2200AC; border-color: #2200AC; }
.btn-outline-secondary { color: #3300ff; border-color: #3300ff; }
.btn-outline-secondary:hover { color: #fff; background-color: #2200AC; border-color: #2200AC; }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #3300ff; background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #ffffff; background-color: #3300ff; border-color: #3300ff; }
.badge-secondary { color: #fff; background-color: #3300ff; }
a.badge-secondary:hover, a.badge-secondary:focus { color: #ffffff; background-color: #2200AC; }
a.badge-secondary:focus, a.badge-secondary.focus { outline: 0; }

.btn-warning { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-warning:hover { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-warning.disabled, .btn-warning:disabled { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-outline-warning { color: #fb5607; border-color: #fb5607; }
.btn-outline-warning:hover { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #fb5607; background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.badge-warning { color: #fff; background-color: #fb5607; }
a.badge-warning:hover, a.badge-warning:focus { color: #fff; background-color: #fb5607; }
a.badge-warning:focus, a.badge-warning.focus { outline: 0; }

.btn-light { background-color: #FFFFFF; color: #3300ff; border: 1px solid #3300ff; }
.btn-light:hover { color: #fff; background-color: #3300ff; border-color: #3300ff; }
.btn-light:focus, .btn-light.focus { color: #fff; background-color: #3300ff; border-color: #3300ff; }
.btn-light.disabled, .btn-light:disabled { color: #fff; background-color: #3300ff; border-color: #3300ff; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #fff; background-color: #2200AC; border-color: #2200AC; }
.btn-outline-light { color: #3300ff; border: 1px solid #3300ff; }
.btn-outline-light:hover { color: #fff; background-color: #3300ff; border-color: #3300ff; }
.btn-outline-light.disabled, .btn-outline-light:disabled { color: #3300ff; background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #fff; background-color: #3300ff; border-color: #3300ff; }
.badge-light { color: #fff; background-color: #fff; color: #3300ff; border: 1px solid #3300ff; }
a.badge-light:hover, a.badge-light:focus { color: #fff; background-color: #3300ff; }
a.badge-light:focus, a.badge-light.focus { outline: 0; }

.btn-primary-arrow { color: #50e8fd; padding: 0; }
.btn-primary-arrow:after { display: inline-block; vertical-align: middle; text-align: center; content: "\f061"; font-family: 'Font Awesome 5 Pro'; font-weight: 400; background: #3300ff; color: #fff; width: 30px; height: 30px; line-height: 30px; margin-left: 15px; 
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
; 
-webkit-transition: all .2s ease !important;
-moz-transition: all .2s ease !important;
-o-transition: all .2s ease !important;
-ms-transition: all .2s ease !important;
transition: all .2s ease !important;
; }
.btn-primary-arrow:hover { color: #50e8fd; }
.btn-primary-arrow:hover:after { background: #16CAE3; }

.btn-secondary-arrow { color: #3300ff; padding: 0 40px 0 0; position: relative; text-align: left;}
.btn-secondary-arrow:after { display: inline-block; vertical-align: middle; content: "\f061"; font-family: 'Font Awesome 5 Pro'; font-weight: 400; background: #3300ff; color: #fff; width: 30px; height: 30px; line-height: 30px; margin-left: 15px; position: absolute; right: 0; top: 50%; text-align: center; 
-webkit-transform: translateY(-55%);
-moz-transform: translateY(-55%);
-o-transform: translateY(-55%);
-ms-transform: translateY(-55%);
transform: translateY(-55%);
; 
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
; 
-webkit-transition: all .2s ease !important;
-moz-transition: all .2s ease !important;
-o-transition: all .2s ease !important;
-ms-transition: all .2s ease !important;
transition: all .2s ease !important;
; }
.btn-secondary-arrow:hover { color: #2200AC; }
.btn-secondary-arrow:hover:after { background: #2200AC; }

.alert { 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; }

.alert-primary { color: #ffffff; background-color: #50e8fd; border-color: #50e8fd; }
.alert-primary hr { border-top-color: #16CAE3; }
.alert-primary .alert-link { color: #ffffff; }

.alert-secondary { color: #353535; background-color: #3300ff; border-color: #3300ff; }
.alert-secondary hr { border-top-color: #2200AC; }
.alert-secondary .alert-link { color: #353535; }

.alert-warning { color: #ffffff; background-color: #fb5607; border-color: #fb5607; }
.alert-warning hr { border-top-color: #fb5607; }
.alert-warning .alert-link { color: #ffffff; }

.alert-light { color: #3300ff; background-color: #ffffff; border-color: #3300ff; }
.alert-light hr { border-top-color: #2200AC; }
.alert-light .alert-link { color: #3300ff; }




a[id*='cta_button'] { border-color:#50e8fd !important; background: #50e8fd !important; text-decoration: none; display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.2; text-align: center; vertical-align: middle; cursor: pointer; color: #fff; 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; }
a[id*='cta_button']:hover { background: #16CAE3 !important; border-color: #16CAE3 !important; color: #ffffff !important; }
a[id*='cta_button'] p { color:#fff !important; }
body a.cta_button.cimg { overflow: hidden; border: none; background: none !important; padding: 0 !important; 
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
; 
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
; }

h1,.h1 { font-size: 38px; }
h2,.h2 { font-size: 34px; }
h3,.h3 { font-size: 30px; }
h4,.h4 { font-size: 26px; }
h5,.h5 { font-size: 22px; }
h6,.h6 { font-size: 18px; }

.modal .modal-header .close { opacity: 1; margin: 0; display: block; position: absolute; right: 1px; top: 4px; }
.modal .modal-header .close span { display: block; line-height: 1; font-size: 28px; font-weight: 300; 
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
; }
.modal .modal-header .close:hover span { color: #3300ff; }

.modal .contCal iframe { position: initial !important; }
.modal .contCal .iframe_wrapper { padding: 0 !important; height: auto !important; }

.ovh { overflow: hidden; }

.bgi { color: #fff; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center; }
.bgov:before { display: block; content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 30%); }

.box { background: #FFFFFF; border-radius: 20px; }

.bgWhite { background: #ffffff; }

.bgLGray { background: #F9F9F9; }

.bgCian { background: #ABF7FF; }
.bgCian form input[type="submit"] { background: #3300ff !important; color: #50e8fd; }
.bgCian form input[type="submit"]:hover { background: #2200AC !important; }

.bgBlue { background: #3300ff; }
.bgBlue .cont * { color: #ffffff; }
.bgBlue form input[type="submit"] { color: #3300ff; background: #50e8fd !important; }
.bgBlue form input[type="submit"]:hover { background: #16CAE3 !important; }

.bgBlue .cont form input[type="text"], .bgBlue .cont form input[type="password"], .bgBlue .cont form input[type="datetime"], .bgBlue .cont form input[type="datetime-local"], .bgBlue .cont form input[type="date"], .bgBlue .cont form input[type="month"], .bgBlue .cont form input[type="time"], .bgBlue .cont form input[type="week"], .bgBlue .cont form input[type="number"], .bgBlue .cont form input[type="email"], .bgBlue .cont form input[type="url"], .bgBlue .cont form input[type="search"], .bgBlue .cont form input[type="tel"], .bgBlue .cont form input[type="color"], .bgBlue .cont form select { color: #353535; }

.bgRed { background: #FFD9D0; }
.bgViolet { background: #96A1FF; }
.bgGreen { background: #65CE9A; }

.animArrow { position: absolute; text-align: center; z-index: 0; }
.animArrow .fa { opacity: 0; position: absolute; color: #97A3FF; font-weight: 300; font-size: 14px; }
.animArrow .paths { fill: none; stroke: #97A3FF; stroke-dasharray: 2 8; stroke-width: 3; stroke-linejoin: round; }
.animArrow .mask { fill: none; stroke: white; stroke-width: 2; }

/* Slider */
.slick-slider { font-size: 0; 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: translate3d(0, 0, 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; font-size: initial; }
.slick-slide>div { font-size: initial; }
[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-dotted { padding-bottom: 60px; }


/* Arrows */
.slick-prev,
.slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; background: none; padding: 0; z-index: 1; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; border: none; outline: none; }
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { outline: none; }
.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: 'Font Awesome 5 Pro'; font-size: 20px; line-height: 1; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }
.slick-prev { left: 0; }
[dir='rtl'] .slick-prev { right: 0; left: auto; }
.slick-prev:before { content: "\f053"; }
[dir='rtl'] .slick-prev:before { content: "\f053"; }
.slick-next { right: 0; }
[dir='rtl'] .slick-next { right: auto; left: 0; }
.slick-next:before { content: "\f054"; }
[dir='rtl'] .slick-next:before { content: "\f054"; }

/* Dots */
.slick-dots { font-size: 0; display: block; width: 100%; padding: 10px 0 0 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; display: block; padding: 0; cursor: pointer; border: 0; outline: 0; 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 { background: #50e8fd; }
.slick-dots li button:before { width: 15px; height: 15px; margin: 5px; content: ''; display: block; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #fff; border: 1px solid #50e8fd; 
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
; 
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
; }
.slick-dots li.slick-active button:before { background: #50e8fd; }

/* This is for the blog */
.snippet { background: #efefef; padding: 20px; margin: 50px auto; max-width: 700px; 
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
; }
.snippet h2 { font-size: 24px; margin-top: 0; }
.snippet ul, .snippet ol { padding-left: 30px; margin: 50px 0 0 0; }
.snippet li { padding-left: 10px; }
.snippet li::marker { font-weight: 900; }

.contPost p { margin-bottom: 30px; line-height: 1.6; }
.contPost ol, .contPost ul { margin: 30px 0; }
.contPost ol li, .contPost ul li { margin-bottom: 15px; }
.contPost blockquote { margin: 30px 0; font-style: italic; border-color: #50e8fd; }

.contPillar p { margin-bottom: 30px;line-height: 1.6; }
.contPillar ol, .contPillar ul { margin: 30px 0; }
.contPillar ol li, .contPillar ul li { margin-bottom: 15px; }
.contPillar blockquote { margin: 30px 0; font-style: italic; border-color: #50e8fd; }
.contPillar a { color: #50e8fd; }

.socials .fab { text-decoration: none; margin: 0 5px; color: #3300ff; }
.socials.share .fab { width: 33px; height: 33px; background: #3300ff; color: #fff; text-align: center; line-height: 33px; margin: 5px; 
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
; }

@-ms-keyframes spin {
  from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  from { transform:rotate(0deg); }
  to { transform:rotate(360deg); }
}

@keyframes dash {
  from { stroke-dashoffset: 1000; }
  to { stroke-dashoffset: 0; }
}
@keyframes dash2 {
  from { stroke-dashoffset: 1200; }
  to { stroke-dashoffset: 0; }
}
@keyframes dash3 {
  from { stroke-dashoffset: 2000; }
  to { stroke-dashoffset: 0; }
}

@keyframes showarrow {
  0% { opacity: 0; }
  74% { opacity: 0; }
  78% { opacity: 1; }
  100% { opacity: 1; }
}
@keyframes showarrow2 {
  0% { opacity: 0; }
  60% { opacity: 0; }
  64% { opacity: 1; }
  100% { opacity: 1; }
}

.load-spin-wrapper { text-align: center; width: 100%; }
.load-spin-wrapper .fa-spinner { font-size: 40px; color: #50e8fd; }
.load-spin-wrapper.go .fa-spinner {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 3000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 3000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}



.navPr { border:none; margin: 0; min-height: 0; background: #fff; line-height: 1.2; z-index: 9; 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
.navPr .navbar-brand { float: none; display: block; height: auto; width: 100px; padding: 10px 5px 10px 5px; }
.navPr .navbar-brand>img { width: 100%; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
.navPr .navbar-brand>img.w { display:none; }
.navPr .navbar-toggler { position: absolute; right: 0; top: 11px; border:none; background: none; 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
.navPr .navbar-toggler .icon-bar { display: block; height: 4px; width: 34px; margin: 5px 0; background: #353535; 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
.navPr .navbar-toggler:hover { background: none; }
.navPr .navbar-toggler:hover .icon-bar { background: #50e8fd; }
.navPr .navbar-toggler:focus { background: none; }
.navPr .navbar-toggler:focus .icon-bar { background: #50e8fd; }
.navPr .menuPr ul { margin: 0; padding: 0; list-style: none; }
.navPr .menuPr ul li.hs-menu-item>a { color: #353535; display: block; padding: 8px 0; text-decoration: none; font-weight: 500; }
.navPr .menuPr ul li.hs-item-has-children:before { content: "\f067"; font-family: 'Font Awesome 5 Pro'; font-weight: 500; font-size: 12px; position: absolute; right: 15px; top: 16px; pointer-events: none; }
.navPr .menuPr ul li.hs-menu-depth-1:last-child>a { border: none !important; background: #50e8fd; color: #3300ff; 
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
; text-align: center; }
.navPr .menuPr ul li.hs-menu-depth-1:last-child>a:hover { background: #16CAE3; }

.navPr.blog { padding-left: 0; padding-right: 0; z-index: 8; }
.navPr.blog .blogMenu { border-top: 1px solid #CFD2D4; border-bottom: 1px solid #CFD2D4; }
.navPr.blog .blogMenu .contMb { display: flex; align-items: center; }
.navPr.blog .blogMenu .menum a { color: #707070; font-size: 14px; padding: 8px 12px 8px 0; text-decoration: none; display: block; }
.navPr.blog .blogMenu .menum a .fa { font-weight: 400; font-size: 12px; margin-left: 3px; }
.navPr.blog .blogMenu .search { color: #707070; border-left: 1px solid #CFD2D4; width: 155px; min-width: 155px; }
.navPr.blog .blogMenu .search .fa { color: #707070; display: inline-block; vertical-align: middle; padding: 15px 0 15px 15px; font-weight: 400; }
.navPr.blog .blogMenu .search input { display: inline-block; vertical-align: middle; width: 65% !important; border: none; padding-left: 5px; background: none; height: 34px; 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; }
.navPr.blog .blogMenu .cat a { color: #707070; display: block; text-decoration: none; font-size: 16px; padding: 10px; }
.navPr.blog .blogMenu .susc { border-left: 1px solid #CFD2D4; width: 41px; min-width: 41px; }
.navPr.blog .blogMenu .susc a { color: #707070; display: block; text-decoration: none; font-size: 16px; padding: 14px 10px; }
.navPr.blog .blogMenu .susc a .fa { color: #707070; font-weight: 300; padding-top: 1px; }
.navPr.blog .navbar-collapse { 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
; }
.navPr.blog .blogMenu .cat { display: none; position: absolute; left: 0; top: 100%; width: 100%; background: #fff; max-height: 400px; overflow: auto; border-top: 1px solid #CFD2D4; }
.navPr.blog .blogMenu .cat { padding: 14px 0; }
.navPr.blog .blogMenu .cat a { font-size: 18px; padding: 14px 15px; }


.navPrv2 { border:none; margin: 0; min-height: 0; background: #fff; line-height: 1.2; z-index: 9; 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
.navPrv2 .navbar-brand { float: none; display: block; height: auto; width: 100px; padding: 10px 5px 10px 5px; }
.navPrv2 .navbar-brand>img { width: 100%; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
.navPrv2 .navbar-brand>img.w { display:none; }
.navPrv2 .navbar-toggler { position: absolute; left: 0; top: 11px; border:none; background: none; 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; }
.navPrv2 .navbar-toggler .icon-bar { display: block; height: 4px; width: 34px; margin: 5px 0; background: #353535; 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
.navPrv2 .navbar-toggler:hover { background: none; }
.navPrv2 .navbar-toggler:hover .icon-bar { background: #3300ff; }
.navPrv2 .navbar-toggler:focus { background: none; }
.navPrv2 .navbar-toggler:focus .icon-bar { background: #3300ff; }
.navPrv2 .menuPr ul { margin: 0; padding: 0; list-style: none; }
.navPrv2 .menuPr ul li.hs-menu-item>a { color: #353535; display: block; padding: 8px 0; text-decoration: none; font-weight: 500; }
.navPrv2 .menuPr.right ul li.hs-menu-depth-1:last-child>a { border: none !important; background: #50e8fd; color: #3300ff; 
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
; text-align: center; }
.navPrv2 .menuPr.right ul li.hs-menu-depth-1:last-child>a:hover { background: #16CAE3; }
.navPrv2.move { transform: translateY(-60px); }
.navPrv2.move.moveDown { transform: none; }

.navSubmenu { z-index: 8; overflow: auto; box-shadow: none; background: #F1F2F6; }
.navSubmenu .container:before { display: none !important; }
.navSubmenu .menuPr ul li.hs-menu-depth-1>a { color: #525252; }


.hero .logos .h6 { color: #ffffff; font-weight: 300; font-size: 12px; margin-bottom: 15px; }
.hero .sliderLogos { padding: 0 15px; }
.hero .sliderLogos .slick-prev { left: -10px; color: #fff; }
.hero .sliderLogos .slick-next { right: -10px; color: #fff; }
.hero .imgRight .img { height: 100%; max-height: 400px; background-size: contain; margin-left: auto; margin-right: auto; max-width: 100%; }
.hero.bgBlue { padding-top: 50px; }
.hero.bgRed { padding-top: 50px; }

@keyframes showarrow {
  0% { opacity: 0; }
  74% { opacity: 0; }
  78% { opacity: 1; }
  100% { opacity: 1; }
}
.hcards .animArrow { position: absolute; width: 300px; height: 115px; text-align: center; left: 50%; top: 50%; transform: translate(-50%, 0%); }
.hcards .animArrow svg { transform: translateX(-25%); }
.hcards .animArrow .fa { top: 1px; right: -93px; color: #97A3FF; transform: rotate(20deg); animation: showarrow 3s linear forwards; }
.hcards .mask { stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: dash 3s linear forwards; }

.hcards.hero { padding-top: 50px; }
.hcards { font-family: 'Alliance'; font-weight: 400; }
.hcards .cards { transform: translateY(50px); }
.hcards .cards .itCard { padding-top: 100px; padding-bottom: 100px; border-radius: 30px 30px 0 0; }
.hcards .cards .itCard .cerrar { opacity: 0; visibility: hidden; text-decoration: none; color: #353535; font-size: 10px; font-weight: 300; position: absolute; left: 20px; top: 5px; padding: 10px 0; transition: all .0.2s ease; }
.hcards .cards .itCard .cerrar .fa { font-size: 14px; margin-right: 6px; font-weight: 400; top: 1px; position: relative; }
.hcards .cards .itCard .num { font-size: 50px; font-weight: 300; position: absolute; right: 25px; top: 40px; line-height: 1; }
.hcards .cards .itCard .name { font-weight: 700; font-size: 38px; position: absolute; left: 0; top: 40px; padding: 0 20px; transition: all 0.2s ease; }
.hcards .cards .itCard .content { padding: 0 20px; }
.hcards .cards .itCard .content h2 { font-size: 32px; padding-right: 90px; }
.hcards .cards .itCard.bgRed .num { color: #FFB6A6; }
.hcards .cards .itCard.bgViolet .num { color: #5A63FF; }
.hcards .cards .itCard.bgGreen .num { color: #00A55B; }
.hcards .cards .itCard.open .cerrar { opacity: 1; visibility: visible;  }
.hcards .cards .itCard .content .btns .btn { position: relative; padding: 16px 50px 16px 20px; margin-bottom: 10px; text-align: left; border: 1px solid #3300FF; color: #3300FF; font-size: 14px; font-weight: 600; background: rgba(255, 255, 255, 0.2); border-radius: 10px; }
.hcards .cards .itCard .content .btns .btn.wi { padding-left: 55px; margin-bottom: 10px; text-align: left; border: 1px solid #3300FF; color: #3300FF; font-size: 14px; font-weight: 600; background: rgba(255, 255, 255, 0.2); border-radius: 10px; }
.hcards .cards .itCard .content .btns .btn:after { position: absolute; right: 20px; top: 50%; margin-top: -10px; width: 20px; height: 20px; line-height: 21px; font-size: 10px; }
.hcards .cards .itCard .content .btns .btn:hover { background: rgb(255 255 255 / 50%); }
.hcards .cards .itCard .content .btns .btn:hover:after { background: #3300ff; }
.hcards .cards .itCard .content .btns .btn .icon { position: absolute; width: 20px; height: 26px; left: 20px; top: 50%; background-size: contain; margin-top: -13px; }
.hcards .cards .itCard .content .btns h6 { font-size: 18px; margin-bottom: 20px; font-weight: 400; }
.hcards .cards .itCard.bgRed .content .btns h6 { color: #D27355; }
.hcards .cards .itCard.bgViolet .content .btns h6 { color: #ffff; }
.hcards .cards .itCard.bgGreen .content .btns h6 { color: #3300FF; }

.hservice .animArrow { width: 384px; height: 363px; left: 30px; top: 90%; }
.hservice .animArrow .fa { bottom: -6px; right: -5px; transform: rotate(5deg); animation: showarrow2 3s linear forwards; }
.hservice .mask { stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: dash 3s linear forwards; }

.bannerSt .bor { border: 1px solid #353535; padding: 30px 15px; border-radius: 20px; }

.secForm .br { position: absolute; top: 0; left: 0; height: 100%; max-height: 150px; background: #f9f9f9; width: 150px }
.secForm .br.c2 { left: auto; right: 0 }
.secForm .br.c1 span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 500px 0 0 0 }
.secForm .br.c2 span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0 500px 0 0 }
.secForm.bgCian .br span { background: #50e8fd; }
.secForm.bgBlue .br span { background: #3300ff; }
.secForm.bgWhite .br span { background: #ffffff; }

.sliderLogos .item { padding: 0 20px; }
.sliderLogos .img { display: block; width: 100%; height: 70px; max-width: 250px; margin: 0 auto; background-size: contain; background-position: center; background-repeat: no-repeat; }
.sliderLogos .img img { object-fit: contain; width: 100%; height: 100% !important; margin: 0 auto; }

.servBoxes .box { padding: 30px 15px; height: 100%; }
.servBoxes .box .ico { height: 40px !important; margin-bottom: 20px; width: auto; max-width: 50px !important; }
	
.toolsSlider .title h6 { font-weight: 700; }
.toolsSlider .title h6 .pag { font-weight: 300; }
.toolsSlider .title h6 .tot { font-weight: 300; }

.toolsSlider.process .bgCian { background: #BBF5FD; }
.toolsSlider.process .title { padding-right: 15px; max-width: 1600px; }
.toolsSlider.process .title h2 { color: #F1F2F6; font-weight: 300; }
.toolsSlider.process .item .subt h6 { font-size: 12px; }
.toolsSlider.process .item .tit { position: relative; padding-left: 55px; }
.toolsSlider.process .item .tit .num { position: absolute; left: 0; top: -3px; display: inline-block; width: 40px ; height: 40px ; background: #3300ff; text-align: center; line-height: 40px; font-size: 16px; color: #fff; margin-right: 20px ; vertical-align: middle; border-radius: 50%; }

.process.v2 .item .tit .num { position: absolute; left: 0; top: -3px; display: inline-block; width: 70px; font-weight: 400; height: 46px; background: #FFD9D0; text-align: center; line-height: 50px; font-size: 28px; color: #D27355; margin-right: 20px; vertical-align: middle; border-radius: 7px; }
.process.v2 .item .tit { padding-left: 100px; }
.process.v2 .cbc:nth-child(3n-1) .item .num { background: none; }
.process.v2 .cbc:nth-child(3n-1) .item .num:before { content: ''; display: block; width: 60px; height: 60px; position: absolute; left: 50%; top: 50%; background: #FFD9D0; z-index: -1; border-radius: 10px; transform: translate(-50%, -50%) rotate(45deg); }
.process.v2 .cbc:nth-child(3n) .item .num { background: none; }
.process.v2 .cbc:nth-child(3n) .item .num:before { content: ''; display: block; width: 60px; height: 60px; position: absolute; left: 50%; top: 50%; background: #FFD9D0; z-index: -1; border-radius: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.process.v2 .cbc:last-child .animArrow.v2 { display: none; }
.process.v2 .animArrow { width: 1000px; height: 443px; right: 0; top: 0; transform: scale(.4); transform-origin: top right; }
.process.v2 .animArrow .fa { bottom: -6px; left: -2px; transform: rotate(90deg); }
.process.v2 .animArrow .mask { stroke-dasharray: 1200; stroke-dashoffset: 1200; }
.process.v2 .animArrow.go .mask { animation: dash 2s linear forwards; }
.process.v2 .animArrow.go .fa { animation: showarrow 2.6s linear forwards; }
.process.v2 .animArrow.v2 { width: 151px; height: 162px; right: 30px; top: 85%; z-index: 1; stroke-dasharray: 1000; stroke-dashoffset: 1000; }
.process.v2 .animArrow.v2 .fa { bottom: -7px; left: -6px; transform: rotate(160deg); }
.process.v2 .animArrow.v2.go .mask { animation: dash2 6s linear forwards; }
.process.v2 .animArrow.v2.go .fa { animation: showarrow2 2s linear forwards; }

.cards .cardBlock { display: inline-block; width: 100%; }
.cards .cardWrap { max-width: 600px; margin: 0 auto; position: relative; top: 0px; left: 0; width: 100%; min-height: 300px; transform-style: preserve-3d; }
.cards .item { padding: 50px 30px; background-color: #fff; position: absolute; display: block; width: 90%; min-height: 247px; transition: all .6s; border-radius: 10px; box-shadow: 0px 4px 50px rgba(4, 63, 146, 0.08); }
.cards .item.bgCian { background: #ABF7FF; }
.cards .item.bgBlue { background: #95A0FF; }
.cards .item.bgRed { background: #FFD5CD; }
.cards .item .img { width: 145px; height: 145px; margin: 0 auto 20px auto; border-radius: 50%; }
.cards .card1 .it1 { transform: translate3d(0%, 0%, 0); }
.cards .card1 .it2 { transform: translate3d(5%, 8%, -50px); opacity: 0.6; }
.cards .card1 .it3 { transform: translate3d(10%, 16%, -60px); opacity: 0.1; }
.cards .card2 .it2 { transform: translate3d(0%, 0%, 0); }
.cards .card2 .it3 { transform: translate3d(5%, 8%, -50px); opacity: 0.6; }
.cards .card2 .it1 { transform: translate3d(10%, 16%, -60px); opacity: 0.1; }
.cards .card3 .it3 { transform: translate3d(0%, 0%, 0); }
.cards .card3 .it1 { transform: translate3d(5%, 8%, -50px); opacity: 0.6; }
.cards .card3 .it2 { transform: translate3d(10%, 16%, -60px); opacity: 0.1; }
.cards .it2 .card2 .it1 { transform: translate3d(5%,8%,-50px); opacity: .6; }
.cards .item .contImg .cim { width: 100%; }
.cards .item .contImg p { font-size: 14px; }

.cards .dot { display: inline-block; width: 10px; height: 10px; margin-right: 10px; transition: all .4s ease-in-out; border-radius: 50%; background-color: #cbcbcb; }
.cards .dot.focus { background-color: red; }

.cards .arrowsWrap { text-align: center; margin-top: -20px; }
.cards .arrowsWrap .prev,
.cards .arrowsWrap .next { cursor: pointer; font-size: 14px; width: 40px; height: 40px; background: #353535; color: #fff; text-align: center; line-height: 40px; font-weight: 400; border-radius: 50%; margin: 0 7px; }
	
.awards .sliderAwards .item { padding: 0 20px; }
.awards .sliderAwards .img { overflow: hidden; height: 130px; max-width: 350px; margin: 0 auto; display: block; background-size: contain; }
.awards .sliderAwards .img img { object-fit: contain; width: 100%; height: 100% !important; }

.blogList .bgWhite { border-radius: 10px; }
.blogList .box { background: none; }
.blogList .img { height: 190px; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
.blogList .img img { object-fit: cover; width: 100%; height: 100%; }
.blogList .topics a { font-size: 12px; text-transform: uppercase; color: #353535; }
.blogList .small { font-size: 12px; color: #545454; line-height: 1.4; display: block; }

.boxesList .box { font-size: 16px; padding: 40px 30px; box-shadow: 0px 0px 60px #72727221; }
.boxesList .box .num { width: 40px; height: 40px; background: #3300ff; display: block; position: absolute; left: -15px; top: -15px; text-align: center; line-height: 40px; color: #fff; border-radius: 50%; }
.boxesList .box p { margin: 0; }
.boxesList.bgWhite .br { position: absolute; bottom: 0; left: 0; height: 100%; max-height: 150px; background: #f9f9f9; width: 150px; }
.boxesList.bgWhite .br.c2 { left: auto; right: 0; }
.boxesList.bgWhite .br.c1 span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; border-radius: 0 0 0 500px; }
.boxesList.bgWhite .br.c2 span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; border-radius: 0 0 500px 0; }

.boxesList.think .box:after { top: 100%; left: 50%; border: solid transparent; content: " "; display: block; height: 0; width: 0; position: absolute; pointer-events: none; }
.boxesList.think .box:after { border-color: rgba(136, 183, 213, 0); border-top-color: #fff; border-width: 15px; margin-left: -15px; }
.boxesList.think .item:nth-child(7n+1) .box { transform: rotate(-5.08deg); }
.boxesList.think .item:nth-child(7n+3) .box { transform: rotate(5.28deg); }
.boxesList.think .item:nth-child(7n+4) .box { transform: rotate(7.31deg); }
.boxesList.think .item:nth-child(7n+5) .box { transform: rotate(-5.31deg); }
.boxesList.think .item:nth-child(7n+6) .box { transform: rotate(1.31deg); }

.boxesList.v2 .box { padding: 50px 30px 40px 30px; height: 100%; }
.boxesList.v2 .box .num { left: 50%; top: -22px; background: #FFD9D0; font-size: 28px; padding: 0 18px; width: auto; color: #D27355; height: 46px; line-height: 50px; transform: translateX(-50%); border-radius: 7px; }
.boxesList.v2 .box:before { display: block; content: ''; border: 1px solid #97A3FF; border-right: none; width: 10px; height: calc(100% + 70px); position: absolute; left: -10px; top: 50%; border-radius: 10px 0 0 10px; }
.boxesList.v2 .item:last-child .box:before { display: none; }
.boxesList.v2 .item:nth-child(2n) .box:before { right: -10px; left: auto; border-right: 1px solid #97A3FF; border-left: 0; border-radius: 0 10px 10px 0; }
.boxesList.v2 .item:nth-child(3n-1) .box .num { background: none; }
.boxesList.v2 .item:nth-child(3n-1) .box .num:before { content: ''; display: block; width: 60px; height: 60px; position: absolute; left: 50%; top: 50%; background: #FFD9D0; z-index: -1; border-radius: 10px; transform: translate(-50%, -50%) rotate(45deg); }
.boxesList.v2 .item:nth-child(3n) .box .num { background: none; }
.boxesList.v2 .item:nth-child(3n) .box .num:before { content: ''; display: block; width: 60px; height: 60px; position: absolute; left: 50%; top: 50%; background: #FFD9D0; z-index: -1; border-radius: 50%; transform: translate(-50%, -50%) rotate(45deg); }

.pill .contPill { border-radius: 100px; padding: 50px 15px; }

.price .container { text-align: center; }
.price .cont { max-width: 800px; margin: 0 auto; }
.price .box { max-width: 400px; margin: 30px auto 0 auto; color: #353535; padding: 40px 15px; }
.price .box h6 { font-size: 16px; }
.price .box h2 { font-size: 60px; font-weight: 600; color: #3300ff; }
	
.accordion .card { border: none; background: none; }
.accordion>.card>.card-header { margin: 0; }
.accordion .card-header { background: none; padding: 10px 0; border-bottom: 1px solid #9a9a9a; }
.accordion .card-header .btn { color: #3300ff; padding-right: 40px; position: relative; font-size: 18px; }
.accordion .card-header .btn:before { color: #3300ff; font-weight: 500; content: "\f067"; display: block; font-family: 'Font Awesome 5 Pro'; position: absolute; right: 10px; top: 50%; 
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
; }
.accordion .card-header .btn.active:before { content: "\f068"; }
.accordion .card-body { padding: 40px 0; }

.bannerDownload .isotipe { position: absolute; left: 0; top: 0; width: 200px; height: 200px; }
.bannerDownload .img { overflow: hidden; width: 100%; max-width: 300px; height: 350px; margin: 0 auto; background-size: contain; }
.bannerDownload .img img { object-fit: contain; width: 100%; height: 100%; }

.team .title h2 { color: #F1F2F6; font-weight: 300; }
.team .img { width: 190px; height: 190px; margin: 0 auto 20px auto; border-radius: 50%; }
.team h6 { font-weight: 700; color: #3300ff; }
.team p { color: #A3A3A3; }

.joinUs .cont { padding: 40px 30px; background: #D2D3E0; border-radius: 65px; }
.joinUs .circle { width: 190px; height: 220px; display: inline-block; vertical-align: middle; padding: 30px 15px; }
.joinUs .circle .img { width: 100%; height: 100%; border-radius: 50%; }

.banner3col .br { position: absolute; bottom: 0; left: 0; height: 100%; max-height: 150px; background: #f9f9f9; width: 150px; }
.banner3col .br.c2 { left: auto; right: 0; }
.banner3col .br.c1 span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; border-radius: 0 0 0 500px; }
.banner3col .br.c2 span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; border-radius: 0 0 500px 0; }

.boxSlider .box { padding: 40px 15px; box-shadow: 0px 4px 50px rgba(4, 63, 146, 0.08); }
.boxSlider .bg { position: absolute; left: 0; top: 0; width: 100%; height: 50%; }
.boxSlider .sliderBoxes .slick-track { padding: 30px 0 40px 0; }
.boxSlider .sliderBoxca .slick-arrow { position: inherit; display: inline-block !important; width: 40px; height: 40px; background: #353535; color: #fff; margin-left: 10px; border-radius: 50%; transform: none; }

.nps .contCir .circle { width: 150px; height: 150px; background: #97A3FF; color: #fff; display: flex; align-items: center; justify-content: center; margin: -100px auto 0 auto; position: relative; border-radius: 50%; text-align: center; }
.nps .contCir .circle h2 { margin: 0; font-weight: 700; font-size: 48px; line-height: 1; }

.pill.pillImage .img { height: 300px; margin-bottom: 30px; background-size: contain; }

.wwus .pill { padding-top: 40px; padding-bottom: 40px; border-radius: 50px; }

.cases .box { padding: 30px 15px; height: 100%; }
.cases .box .contImg { padding-bottom: 1px; text-align: center; }
.cases .box .img { display: block; width: 100%; height: 145px; overflow: hidden; margin-bottom: 30px; margin-left:auto; margin-right: auto; 
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
; }
.cases .box .img img { object-fit: cover; width: 100%; height: 100%; }
.cases .box .boxes .bitem { border: 0.5px solid #D2D3E0; border-radius: 10px; padding: 15px; margin: 15px 3%; width: 47%; }
.cases .box .boxes .bitem h4 { font-weight: 900; color: #97A3FF; font-size: 38px; }
.cases .box .boxes .bitem p { margin: 0; font-size: 14px; }
.cases .box .boxes { display: flex; flex-wrap: wrap; }
.cases .box .boxes .bitem:nth-child(2n+1) { margin-left: 0; }
.cases .box .boxes .bitem:nth-child(2n+2) { margin-right: 0; }

.blogList .first { padding-top: 50px; }
.blogList .first .box { box-shadow: 0px 4px 50px rgba(4, 63, 146, 0.08); }
.blogList .first .box .img { display: block; height: 250px; border-radius: 20px 20px 0 0; margin: 0; }
.blogList .first .box .cont { padding: 15px 15px 30px 15px; }
.blogList .first .box .cl a { color: #353535; text-decoration: none; }
.blogList .first .box h6, .blogList .first .box .h6 { font-size: 14px; margin-bottom: 30px; color: #3300ff; letter-spacing: 1.5px; }
.blogList .popular .tags { font-size: 12px; }
.blogList .popular h5, .blogList .popular .h5 { font-size: 18px; color: #3300ff; }
.blogList .popular h6 a, .blogList .popular .h6 a { display: block; color: #353535; font-weight: 900; }
.blogList .itemList .box { background: none; }
.blogList .itemList .box .cl a { color: #353535; text-decoration: none; }
	
.blogList .itemList.download .pt50 { padding-top: 0; }
.blogList .itemList.download .pb50 { padding-bottom: 0; }
.blogList .itemList.download .bannerDownload { display: flex; align-items: center; height: 100%; padding: 30px 15px 50px 15px; border-radius: 10px; text-align: center; }
.blogList .itemList.download .isotipe { display: none; }
.blogList .itemList.download .container>.row { flex-direction: column-reverse; }
.blogList .itemList.download .container>.row>div { width: 100%; max-width: 100%; flex: 100%; margin: 0; }
.blogList .itemList.download .img { height: 220px; margin-bottom: 30px; }
.blogList .itemList.download .cont h2 { display: block; }
.blogList .itemList.download .cont * { font-size: 20px; display: none; }
.blogList .itemList.download>div { height: 100%; }
.blogList .itemList.download>div>div { height: 100%; }

.blogList .tagsList { border-top: 1px solid #97A3FF; border-bottom: 1px solid #97A3FF; }
.blogList .tagsList .btn { margin: 10px 15px; color: #353535; border-color: #353535; }
.blogList .tagsList .btn:hover { color: #fff; background-color: #353535; }

.blogList .pagination a { display: inline-block; width: 30px; height: 30px; line-height: 31px; text-align: center; color: #353535; margin: 0 5px; text-decoration: none; font-size: 16px; border-radius: 50%; }
.blogList .pagination a.fa { color: #3300FF; }
.blogList .pagination a.active { background: #3300ff; color: #fff; }

.bannerSusc { background: #F1F2F6; border-radius: 15px; }
.bannerSusc form .hs-fieldtype-radio ul.inputs-list { padding-left: 0; }
.bannerSusc form .hs-fieldtype-radio ul.inputs-list>li { display: inline-block; padding-right: 15px; }
.bannerSusc form .hs_blog_default_hubspot_blog_subscription legend { display: none !important; }
.bannerSusc.v2 { background: #97A3FF; border-radius: 100px 100px 0 0; }

#modalSuscb form .hs_blog_default_hubspot_blog_subscription legend { display: none !important; }
#modalSuscb form .hs-fieldtype-radio ul.inputs-list { padding-left: 0; }
#modalSuscb form .hs-fieldtype-radio ul.inputs-list>li { display: inline-block; padding-right: 15px; }

.author .cont { padding-top: 40px; padding-bottom: 35px; }
.author .img { display: block; width: 100px; height: 100px; margin: 0 auto 30px auto; border-radius: 50%; }
.author h6 { font-weight: 600; }
.author p { font-size: 16px; }
.author .soc { padding-top: 20px; }
.author .fab { margin: 0 10px; width: 38px; height: 38px; background: #3300ff; text-align: center; line-height: 38px; color: #ffffff; 
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
; }
.author .authInfo { max-width: 480px; }

.meeting iframe { max-height: 650px; }
.meeting .img { display: inline-block; margin-bottom: 20px; width: 110px; height: 110px; background-size: contain; border-radius: 50%; }
.meeting .animArrow { left: 0; top: 0; width: 96%; }
.meeting .animArrow svg { width: 100%; height: auto; }
.meeting .animArrow .fa { right: -1px; bottom: -7px; transform: rotate(35deg); }
.meeting .animArrow .mask { stroke-dasharray: 2000; stroke-dashoffset: 2000; }
.meeting .animArrow.go .mask { animation: dash3 2s linear forwards; }
.meeting .animArrow.go .fa { animation: showarrow 2.6s linear forwards; }

.membership h1 { font-size: 30px; text-align: center; margin-bottom: 30px; }
.membership ul.hs-error-msgs { list-style: none; padding-inline-start: 0px; margin: 0; }
.membership input#hs-login-widget-password { margin-bottom: 30px; }
.membership .ft { font-size: 14px; text-align: center; margin: 30px auto 0 auto; }
.membership a.hs-login-widget-show-password,
.membership a.hs-register-widget-show-password,
.membership a.hs-reset-widget-show-password { float: right; font-size: 12px; padding-top: 5px; }
.membership a#hs_login_reset { display: inline-block; position: relative; top: -20px; font-size: 12px; padding-left: 10px; }
.membership .hs-error-msgs>li { padding: 0 10px; }
.membership .no-list { list-style: none; padding-inline-start: 0px; margin: 0; }

.servDesc .iconNum { display: inline-block; max-width: 140px; padding: 0 10px; }
.servDesc .iconNum .tit { display: inline-block; margin-bottom: 10px; color: #97A3FF; background: #fff; font-size: 34px; line-height: 1; padding: 18px 20px 12px 20px; border-radius: 100px; }
.servDesc .iconNum .desc { font-size: 14px; color: #A3A3A3; }
.servDesc .awards { border: 0.5px solid #97A3FF; border-radius: 18px; padding: 30px; }
.servDesc .awards img { width: 100%; max-width: 235px; margin-bottom: 15px; }

.whatGet .item hr { border-color: #97A3FF; }

.boround .br { left: auto; right: 0; position: absolute; bottom: 0; left: 0; height: 100%; max-height: 150px; width: 150px; }
.boround .br.c2 { left: auto; right: 0; }
.boround .br.c1 span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0 0 0 500px; }
.boround .br.c2 span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0 0 500px 0; }

.logos.v2 .img { padding: 15px; }

.reviews .animArrow { width: 278px; height: 376px; right: 20%; top: 0; transform: scale(.8) translate(0, -50%); transform-origin: top right; }
.reviews .animArrow .fa { bottom: -9px; left: 246px; transform: rotate(120deg); }
.reviews .animArrow .mask { stroke-dasharray: 1000; stroke-dashoffset: 1000; }
.reviews .animArrow.go .mask { animation: dash 3s linear forwards; }
.reviews .animArrow .fa { animation: showarrow 2.3s linear forwards; }
.reviews .box { height: 100%; background: none; padding: 15px 15px 55px 15px; border: 1px solid #97A3FF; border-radius: 18px; }
.reviews .box .stars { display: inline-block; vertical-align: baseline; padding-right: 5px; }
.reviews .box .date { display: inline-block; vertical-align: baseline; color: #33465B; font-size: 14px; }
.reviews .box .stars .fa { display: none; color: #F4C26B; margin-right: 5px; font-size: 16px; }
.reviews .box .ts1 .s1 { display: inline-block; }
.reviews .box .ts2 .s1, .reviews .box .ts2 .s2 { display: inline-block; }
.reviews .box .ts3 .s1, .reviews .box .ts3 .s2, .reviews .box .ts3 .s3 { display: inline-block; }
.reviews .box .ts4 .s1, .reviews .box .ts4 .s2, .reviews .box .ts4 .s3, .reviews .box .ts4 .s4 { display: inline-block; }
.reviews .box .ts5 .fa { display: inline-block; }
.reviews .box h3 { font-size: 22px; }
.reviews .box h5 { font-size: 14px; }
.reviews .box p { font-size: 14px; }
.reviews .box p.small { font-size: 12px; }
.reviews .box h6 { font-size: 14px; margin: 0; position: absolute; left: 0; bottom: 25px; padding: 0 15px; width: 100%; }
.reviews .box h6 span { line-height: 1; display: inline-block; }
.reviews .box h6 .emp { font-weight: 400; font-size: 12px; padding-left: 10px; margin-left: 10px; border-left: 1px solid #d1d1d1; padding-top: 4px; }
.reviews .cmore { margin-top: -150px; background: linear-gradient(180deg, rgb(255 255 255 / 30%), #ffffff 90%); z-index: 2; position: relative; }
.reviews .contwit { overflow: hidden; transition: all 0.4s ease; height: 0; }
.reviews .endlist { display: none; }

.paired .box { padding: 20px; height: 100%; }
.paired .box p { margin: 0; font-size: 14px; font-weight: 500; }
.paired .box .icon { display: block; height: 22px; margin-bottom: 12px; background-size: contain; background-position: left center; }
.paired .item:before { display: block; content: "\f067"; font-family: 'Font Awesome 5 Pro'; font-weight: 500; font-size: 14px; color: #97A3FF; position: absolute; left: 50%; bottom: 10px; margin-left: -5px; }
.paired .item:last-child:before { display: none; }

.aboutUs .subt { color: #97A3FF; font-weight: 600; font-size: 14px; }
.aboutUs .boxes { border: 0.5px solid #97A3FF; border-radius: 18px; padding: 25px 30px; }
.aboutUs .boxes p { font-size: 14px; }
.aboutUs .arrow1 { right: -240px; bottom: 100%; transform: translateY(40%); }
.aboutUs .arrow1 .fa { left: -4px; bottom: 5px; transform: rotate(195deg); }
.aboutUs .arrow1 .mask { stroke-dasharray: 1000; stroke-dashoffset: 1000; }
.aboutUs .arrow1.go .mask { animation: dash 2s linear forwards; }
.aboutUs .arrow1.go .fa { animation: showarrow 1.5s linear forwards; }
.aboutUs .arrow2 { left: 0; top: -130px; z-index: 4; }
.aboutUs .arrow2 .fa { left: -2px; bottom: -10px; transform: rotate(85deg); }
.aboutUs .arrow2 .mask { stroke-dasharray: 1000; stroke-dashoffset: 1000; }
.aboutUs .arrow2.go .mask { animation: dash 2s linear forwards; }
.aboutUs .arrow2.go .fa { animation: showarrow 1s linear forwards; }
.aboutUs .contsl { max-width: 1280px; margin: 0 auto; }
.aboutUs .sliderTeam { padding-left: 0; padding-right: 0; }
.aboutUs .sliderTeam:before { content: ''; display: block; position: absolute; left: 0; top: 0; z-index: 3; background: linear-gradient(90deg, #FFFFFF 23.86%, rgba(255, 255, 255, 0) 88.32%); width: 130px; height: 100%; }
.aboutUs .sliderTeam:after { content: ''; display: block; position: absolute; right: 0; top: 0; z-index: 3; background: linear-gradient(270deg, #FFFFFF 23.86%, rgba(255, 255, 255, 0) 88.32%); width: 130px; height: 100%; }
.aboutUs .sliderTeam .item .img { width: 130px; height: 130px; margin: auto; border-radius: 50%; }
.aboutUs .sliderTeam .item .img.violet { background-color: #97A3FF; }
.aboutUs .sliderTeam .item .img.cian { background-color: #BBF5FD; }
.aboutUs .sliderTeam .item .img.red { background-color: #FFD9D0; }
.aboutUs .sliderTeam .item .img.gray { background-color: #D2D3E0; }

.catBoxes .box { display: block; text-decoration: none; color: #353535; border: 1px solid #3300FF; border-radius: 10px; padding: 25px 20px; margin-bottom: 40px; }
.catBoxes .box h6 { position: relative; color: #3300FF; font-size: 21px; font-weight: 500; padding-right: 40px; }
.catBoxes .box h6.wi { padding-left: 30px; }
.catBoxes .box h6 .img { position: absolute; left: 0; top: 0; width: 20px; height: 20px; background-size: contain; }
.catBoxes .box .fa { position: absolute; right: 20px; top: 20px; width: 22px; height: 22px; background: #3300FF; color: #fff; font-size: 12px; text-align: center; font-weight: 400; line-height: 22px; border-radius: 50%; }

footer { background: #353535; color: #fff; padding-top: 80px; padding-bottom: 30px; }
footer { padding: 40px 10px; }
footer a { color: #fff; }
footer a:hover { color: #50e8fd; }
footer .brand { width: 94px; display: inline-block;  margin-bottom: 35px; }
footer .menu { padding-bottom: 80px; }
footer .menu ul { padding: 0; margin: 0; list-style: none; }
footer .menu ul li a { text-decoration: none; display: block; padding: 10px 0; }
footer .menu ul li a p { margin: 10px 0 0 0; }
footer .menu .hs-item-has-children>a { font-weight: 600; margin-bottom: 15px; padding: 5px 0; }
footer .menu .hs-item-has-children>ul { padding-bottom: 40px; }
footer .copy p a { display: inline-block; margin-top: 15px; margin-bottom: 15px; }
footer .menu ul .hs-menu-depth-1:last-child>a { border: 1px solid #50e8fd; position: relative; padding: 20px 50px 20px 20px; 
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
; }
footer .menu a .fa.fa-arrow-right { font-weight: 400; background: #50e8fd; color: #353535; width: 30px; height: 30px; margin-left: 10px; text-align: center; line-height: 30px; position: absolute; right: 10px; top: 50%; 
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
; 
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
 }
footer .socials .fab { font-size: 20px; color: #fff; padding: 5px; }
footer .socials .fab:first-child { margin-left: 0; }
footer .socials .fab:hover { color: #50e8fd; }

@media (max-width: 991px){
	
  .hcards .contHero { overflow: hidden; }
  .hcards .cards { transition: all 0.4s ease; }
  .hcards .cards .itCard .content { opacity: 0; max-height: 0; overflow: hidden; transition: all 0.4s ease; }
	.hcards .cards .itCard.it2 { margin-top: -80px; }
	.hcards .cards .itCard.it3 { margin-top: -80px; padding-bottom: 20px; }
	.hcards .cards .itCard.open .name { opacity: 0; }
	.hcards .cards .itCard.open .content { opacity: 1; max-height: 500px; overflow: visible; padding-bottom: 50px; transform: translateY(-55px); }
	
}

@media (max-width: 767px) {
	
	body { margin-bottom: 0 !important; }
	
	.socials.share { padding: 0 10px; position: relative !important; top: 0 !important; left: 0 !important; width: 100% !important }
	
	.navPr { padding: 0; 
-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
-moz-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
box-shadow: 0 0 10px rgb(0 0 0 / 30%);
; }
	.navPr .container { max-width: 100%; }
	.navPr .navbar-collapse { background: #3300ff; padding: 10px 10px 25px 10px; max-height: 500px; overflow: auto; }
  .navPr .navbar-brand { width: 120px; padding: 16px 5px 16px 15px; }
	.navPr .menuPr ul li.hs-menu-item>a { font-size: 18px; padding: 12px 10px; color: #fff; }
	.navPr .menuPr ul li.hs-item-has-children>ul { display: none; }
	.navPr .menuPr ul li.hs-item-has-children>a { padding-right: 40px; }
	.navPr .menuPr ul li.hs-item-has-children:before { color: #fff; }
	.navPr .menuPr ul li.hs-item-has-children ul { padding-right: 0; padding-left: 10px; }
	.navPr .menuPr ul li.hs-menu-depth-1.active>a { color: #50e8fd; }
	.navPr .menuPr ul li.hs-menu-depth-1.hs-item-has-children { cursor: pointer; }
	.navPr .menuPr ul li.hs-item-has-children { position: relative; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2)>a { display: none; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2):before { display: none; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2)>ul { display: block; padding: 0; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2)>ul li { display: inline-block; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2)>ul li .s-d { display: none; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2)>ul li .e-d { display: none; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2)>ul li .s-m { color: #ffffff; }
  .navPr .menuPr ul li.hs-menu-depth-1:last-child { padding-top: 30px; }
	.navPr .menuPr ul li.hs-menu-depth-2>a span.subt { display: none; }
	.navPr .menuPr ul li.hs-menu-depth-2>a .icon { display: none; }
	.navPr .menuPr ul li.hs-menu-depth-1.active-branch>a { color: #50e8fd; }
	.navPr .menuPr ul li.hs-menu-depth-1.active-branch:before { color: #50e8fd; }
	.navPr .menuPr ul li.hs-menu-depth-2.active-branch>a { color: #50e8fd; }
	.navPr .cta { padding: 15px 10px; }

	.navPr.blog .blogMenu .contMb { justify-content: center; }
	.navPr.blog .blogMenu .susc a { font-size: 0; }
	.navPr.blog .blogMenu .susc a .fa { font-size: 20px; }
	.navPr.blog .blogMenu .susc { display: inline-block; vertical-align: middle; }
	.navPr.blog .blogMenu .menum { display: inline-block !important; }
	.navPr.blog .blogMenu .search { display: inline-block; vertical-align: middle; width: 45%; }
	
	.navPrv2 { padding: 0; }
	.navPrv2 .container { max-width: 100%; }
	.navPrv2 .navbar-collapse { background: #3300ff; padding: 10px 10px 25px 10px; max-height: 500px; overflow: auto; }
  .navPrv2 .navbar-brand { width: 108px; padding: 16px 5px 16px 0; }
	
	.navSubmenu { top: 60px; height: auto; padding: 0; z-index: 9; }
	.navSubmenu .menuPr ul { display: flex; overflow: auto; }
	.navSubmenu .menuPr ul li.hs-menu-depth-1>a { white-space: nowrap; padding: 15px; font-size: 14px; }
	.navSubmenu .navbar-nav { height: auto; min-height: 0; }
	.navSubmenu .menuPr ul li.hs-menu-depth-1 { border: none; }
	
	.hero .imgRight .img { min-height: 300px; margin-top: 60px; }
	
	.hservice .animArrow { width: 280px; height: 265px; }
	.hservice .animArrow svg { width: 280px; height: 265px; }
	
	.toolsSlider .container { max-width: none; }
	.toolsSlider .container .img img { max-width: 540px; width: 100%; display: block; margin: 0 auto; }
	
	.toolsSlider.process .container .img img { max-width: 350px; }
	.toolsSlider.process .bgCian { margin-bottom: 50px ; }
	
	.process.v2 .item .tit .num { width: 50px; height: 40px; line-height: 42px; font-size: 20px; }
  .process.v2 .item .tit { padding-left: 0; padding-top: 60px; }

	.bannerDownload .img { margin-top: 30px; }

	.author .authInfo { text-align: center; max-width: 400px; margin: 0 auto; }

	.blogList .first .box .img { max-height: 250px; }
	
	footer .menu .hs-item-has-children>ul { display: none; }
	footer .menu ul .hs-menu-depth-1:last-child>a { margin-top: 50px; }
  footer .menu ul li.hs-item-has-children>a { position: relative; }
  footer .menu ul li.hs-menu-depth-1.hs-item-has-children>a:before { content: "\f067"; font-family: 'Font Awesome 5 Pro'; font-weight: 500; font-size: 12px; position: absolute; right: 15px; top: 50%; pointer-events: none; 
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
; }
	
} /* End 767px */

@media (min-width: 768px) {

  html { position: relative; min-height: 100%; }
	body { padding-top: 74px; }
	
	/* This is for the blog */
	.snippet { padding: 50px; }
	
	.socials.share { position: absolute; left: 0; top: 0; padding: 0; }

	.navPr { padding-top: 10px; padding-bottom: 10px; background: none; }
	.navPr .navbar-brand { width: 125px; }
	.navPr .menuPr { display: inline-block; vertical-align: middle; padding-top: 4px; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
	.navPr .menuPr ul { font-size: 0; }
	.navPr .menuPr ul li.hs-menu-depth-1 { display: inline-block; vertical-align: middle; position: relative; padding: 10px 10px; }
	.navPr .menuPr ul li.hs-menu-depth-1 ul { padding: 0; }
	.navPr .menuPr ul li.hs-menu-depth-1>ul { visibility: hidden; opacity: 0; position: absolute; left: 50%; top: 100%; z-index: 3; background: #ffffff; 
-webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
-moz-box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; 
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
; }
	.navPr .menuPr ul li.hs-menu-depth-1>a { font-size: 12px; text-align: center; padding: 5px 2px; border-bottom: 1px solid transparent; }
	.navPr .menuPr ul li.hs-menu-depth-1:hover>a { border-bottom: 1px solid #353535; }
	.navPr .menuPr ul li.hs-menu-depth-1.active-branch>a { border-bottom: 1px solid #353535; }
	.navPr .menuPr ul li.hs-menu-depth-1.hs-item-has-children { margin-right: 10px; cursor: pointer; }
	.navPr .menuPr ul li.hs-menu-depth-1.hs-item-has-children>a { pointer-events:none; }
	.navPr .menuPr ul li.hs-menu-depth-1.hs-item-has-children:hover>ul { opacity: 1; visibility: visible; }
	.navPr .menuPr ul li.hs-menu-depth-1.hs-item-has-children:before { right: 2px; top: 17px; font-size: 9px; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2)>a { border: none !important; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2)>ul li .s-m { display: none; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2)>ul li .e-m { display: none; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2)>ul li:first-child { display: none; }
	.navPr .menuPr ul li.hs-menu-depth-1:last-child { padding-left: 20px; padding-right: 0; }
	.navPr .menuPr ul li.hs-menu-depth-1:last-child>a { color: #353535; padding: 8px 15px; }
	.navPr .menuPr ul li.hs-menu-depth-2>a { color: #000; font-size: 12px; padding: 10px 12px; }
	.navPr .menuPr ul li.hs-menu-depth-2>ul { visibility: hidden; opacity: 0; position: absolute; left: 100%; top: 0; z-index: 3; background: #ffffff; 
-webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
-moz-box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
	.navPr .menuPr ul li.hs-menu-depth-2>ul { padding: 0 5px; }
	.navPr .menuPr ul li.hs-menu-depth-2.hs-item-has-children { padding-right: 8px; }
	.navPr .menuPr ul li.hs-menu-depth-2.hs-item-has-children::before { content: "\f054"; right: 8px; top: 11px; font-size: 10px; }
	.navPr .menuPr ul li.hs-menu-depth-2.hs-item-has-children:hover>ul { opacity: 1; visibility: visible; }
	.navPr .menuPr ul li.hs-menu-depth-2:hover>a { color: #3300ff; }
	.navPr .menuPr ul li.hs-menu-depth-2.active-branch>a { color: #3300ff; }
	.navPr .menuPr ul li.hs-menu-depth-2>a span.subt { display: block; color: #A3A3A3; font-weight: 300; margin-top: 10px; }
  .navPr .menuPr ul li.hs-menu-depth-1>ul { border-radius: 18px; }
  .navPr .menuPr ul li.hs-menu-depth-1:first-child>ul { display: flex; flex-wrap: wrap; width: 415px; padding: 30px 20px 15px 20px; }
	.navPr .menuPr ul li.hs-menu-depth-1:first-child>ul>li { width: 50%; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-child(3)>ul { min-width: 250px; padding: 30px 20px 15px 20px; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-child(4)>ul { padding: 10px 10px 10px 10px; min-width: 150px; }
	.navPr .menuPr ul li.hs-menu-depth-2>a .cont { position: relative; padding: 3px 0 20px 40px; }
	.navPr .menuPr ul li.hs-menu-depth-2>a .icon { position: absolute; left: 0; top: 0; width: 30px; height: 20px; }
	.navPr .menuPr ul li.hs-menu-depth-2>a .icon img { max-width: 24px; display: block; height: 100%; margin: 0 auto; }
	
	.navPrv2 { padding-top: 10px; padding-bottom: 10px; background: #ffffff; }
	.navPrv2 .navbar-brand { width: 125px; }
	.navPrv2 .noMov .menuPr { display: inline-block; vertical-align: middle; padding-top: 4px; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
	.navPrv2 .noMov .menuPr ul { font-size: 0; }
	.navPrv2 .noMov .menuPr ul li.hs-menu-depth-1 { display: inline-block; vertical-align: middle; padding: 10px 10px; }
	.navPrv2 .noMov .menuPr ul li.hs-menu-depth-1 ul { padding: 0; }
	.navPrv2 .noMov .menuPr ul li.hs-menu-depth-1>ul { visibility: hidden; opacity: 0; position: absolute; left: 0; top: 100%; width: 100%; z-index: 3; background: #ffffff; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
	.navPrv2 .noMov .menuPr ul li.hs-menu-depth-1>a { font-size: 12px; text-align: center; padding: 5px 2px; border-bottom: 1px solid transparent; }
	.navPrv2 .noMov .menuPr ul li.hs-menu-depth-1:hover>a { border-bottom: 1px solid #4100FF; }
	.navPr .menuPr ul li.hs-menu-depth-1.active-branch>a { border-bottom: 1px solid #4100FF; }
	.navPr .menuPr ul li.hs-menu-depth-1.hs-item-has-children { margin-right: 10px; cursor: pointer; }
	.navPr .menuPr ul li.hs-menu-depth-1.hs-item-has-children>a { pointer-events:none; }
	.navPrv2 .noMov .menuPr ul li.hs-menu-depth-1.hs-item-has-children:hover>ul { opacity: 1; visibility: visible; }
	.navPr .menuPr ul li.hs-menu-depth-1.hs-item-has-children:before { right: 2px; top: 17px; font-size: 9px; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2)>a { border: none !important; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2)>ul li .s-m { display: none; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2)>ul li .e-m { display: none; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-last-child(2)>ul li:first-child { display: none; }
	.navPr .menuPr ul li.hs-menu-depth-1:last-child { padding-left: 20px; padding-right: 0; }
	.navPr .menuPr ul li.hs-menu-depth-1:last-child>a { color: #353535; padding: 8px 15px; }
	.navPr .menuPr ul li.hs-menu-depth-2>a { color: #000; font-size: 12px; padding: 10px 12px; }
	.navPr .menuPr ul li.hs-menu-depth-2>ul { visibility: hidden; opacity: 0; position: absolute; left: 100%; top: 0; z-index: 3; background: #ffffff; 
-webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
-moz-box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
	.navPr .menuPr ul li.hs-menu-depth-2>ul { padding: 0 5px; }
	.navPr .menuPr ul li.hs-menu-depth-2.hs-item-has-children { padding-right: 8px; }
	.navPr .menuPr ul li.hs-menu-depth-2.hs-item-has-children::before { content: "\f054"; right: 8px; top: 11px; font-size: 10px; }
	.navPr .menuPr ul li.hs-menu-depth-2.hs-item-has-children:hover>ul { opacity: 1; visibility: visible; }
	.navPr .menuPr ul li.hs-menu-depth-2:hover>a { color: #3300ff; }
	.navPr .menuPr ul li.hs-menu-depth-2.active-branch>a { color: #3300ff; }
	.navPr .menuPr ul li.hs-menu-depth-2>a span.subt { display: block; color: #A3A3A3; font-weight: 300; margin-top: 10px; }
  .navPr .menuPr ul li.hs-menu-depth-1>ul { border-radius: 18px; }
  .navPr .menuPr ul li.hs-menu-depth-1:first-child>ul { display: flex; flex-wrap: wrap; width: 415px; padding: 30px 20px 15px 20px; }
	.navPr .menuPr ul li.hs-menu-depth-1:first-child>ul>li { width: 50%; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-child(3)>ul { min-width: 250px; padding: 30px 20px 15px 20px; }
	.navPr .menuPr ul li.hs-menu-depth-1:nth-child(4)>ul { padding: 10px 10px 10px 10px; min-width: 150px; }
	.navPr .menuPr ul li.hs-menu-depth-2>a .cont { position: relative; padding: 3px 0 20px 40px; }
	.navPr .menuPr ul li.hs-menu-depth-2>a .icon { position: absolute; left: 0; top: 0; width: 30px; height: 20px; }
	.navPr .menuPr ul li.hs-menu-depth-2>a .icon img { max-width: 24px; display: block; height: 100%; margin: 0 auto; }
	.navPr .cta { display: inline-block; vertical-align: middle; }
	.navPr .cta a { font-size: 14px; }
  .navPr.scroll { padding-top: 3px; padding-bottom: 3px; background: #3300ff; }
	.navPr.scroll .menuPr { padding-top: 0; }
	.navPr.scroll .navbar-brand>img { display: none; }
	.navPr.scroll .navbar-brand>img.w { display: block; }
	.navPr.scroll .menuPr ul li.hs-menu-depth-1:before { color: #fff; }
	.navPr.scroll .menuPr ul li.hs-menu-depth-1>a { color: #fff; }
	.navPr.scroll .menuPr ul li.hs-menu-depth-1:hover>a { border-bottom: 1px solid #ffffff; }
	.navPr.scroll .menuPr ul li.hs-menu-depth-1.active-branch>a { border-bottom: 1px solid #ffffff; }
	.navPr.scroll .menuPr ul li.hs-menu-depth-1:last-child>a { color: #353535; }
	
	.navPrv2 .menuPr ul li.hs-item-has-children>a { position: relative; padding-right: 12px; }
  .navPrv2 .menuPr ul li.hs-item-has-children>a:before { content: "\f067"; font-family: 'Font Awesome 5 Pro'; font-weight: 500; font-size: 12px; position: absolute; right: 0; top: 0; pointer-events: none; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
  .navPrv2 .menuPr ul li.hs-item-has-children:hover>a:before { transform: rotate(45deg); }
  .navPrv2.move { transform: translateY(-61px); }
  .navPrv2.scroll { background: #ffffff; }
	
	.navSubmenu,
	.navSubmenu>.container,
	.navSubmenu .container>.row { height: auto; }
	.navSubmenu { top: 61px; }
	.navSubmenu .col-12 { padding: 0; }
	.navSubmenu .menuPr ul { font-size: 0; }
	.navSubmenu .menuPr ul li.hs-menu-depth-1 { display: inline-block; padding: 0 3px; }
	.navSubmenu .menuPr ul li.hs-menu-depth-1>a { font-size: 14px; padding: 17px 12px 15px 12px; }
	
	.navPr.blog { padding: 0; position: fixed; top: 74px; left: 0; width: 100%; background: #F9F9F9; }
	.navPr.blog .blogMenu { padding: 0; }
	.navPr.blog .blogMenu .contMb { justify-content: left; }
	.navPr.blog .blogMenu>.row { width: 100%; margin: 0; }
	.navPr.blog .blogMenu h6 { font-weight: 400; margin: 0; font-size: 14px; width: 235px; padding: 22px 0; max-height: 60px; border-right: 1px solid #CFD2D4; }
	.navPr.blog .blogMenu h6 span { color: #3300ff; }
	.navPr.blog .blogMenu .menum a { padding: 22px 12px 22px 15px; max-height: 60px; font-size: 12px; }
	.navPr.blog .blogMenu .susc {  width: 120px; padding-right: 10px; padding-left: 5px; }
	.navPr.blog .blogMenu .susc a {display: flex;padding: 22px 0px 22px 10px; font-size: 14px; max-height: 60px; font-size: 12px; }
	.navPr.blog .blogMenu .susc .fa { padding-right: 10px;}
	.navPr.blog .blogMenu .search { padding-top: 6px; padding-bottom: 6px; max-height: 60px; }
	.navPr.blog .blogMenu .search input { font-size: 12px !important; }
	.navPr.blog .blogMenu .cat { text-align: center; }
  .navPr.blog .blogMenu .cat a { display: inline-block; font-size: 16px; }
	.navPr.blog .blogMenu .cat a:hover { color: #3300ff; }
	.navPr.blog.scroll { margin-top: -18px; }
	
	.hero.bgWhite { padding-top: 150px; }
	
	.hero.bgGray { padding-top: 150px; }

	.hero.bgBlue { padding-top: 150px; overflow: hidden; }
	.hero.bgBlue .isotipo { position: absolute; right: 30px; top: 0; width: 100%; height: 100%; background-image: url(https://465916.fs1.hubspotusercontent-na1.net/hubfs/465916/crm-toolbox/img/bg-isotipo.png); background-size: contain; background-position: right center; animation: spin 5s normal linear infinite; }
	.hero.bgRed { padding-top: 150px; }
	
  .hcards.hero { padding-top: 150px; overflow: visible; }
	
	.hero.about .isotipo { position: absolute; right: 0; top: 0; width: 250px; height: 100%; background-image: url(https://465916.fs1.hubspotusercontent-na1.net/hubfs/465916/crm-toolbox/img/isotipo.png); background-size: cover; background-position: left center; }
	
	.hero.bgCian { padding-top: 150px; }

	.hservice.hero { overflow: initial; }

	.logos .sliderLogos { padding: 0 25px; }
	
  .servBoxes .box { padding: 50px 30px; }
	
	.toolsSlider:after { content: ''; display: block; width: 50%; height: 100%; position: absolute; top: 0; right: 0; background: #ABF7FF; }
	.toolsSlider .bgCian { background: none; }
	.toolsSlider .slidToolimg { width: 106%; }

	.toolsSlider.process:after { display: none; }
	.toolsSlider.process .contIt:after { content: ''; display: block; width: 50%; height: 100%; position: absolute; top: 0; right: 0; background: #BBF5FD; }
	.toolsSlider.process .bgCian { padding: 0; }
	.toolsSlider.process .title h2 { font-size: 60px; }
	.toolsSlider.process .slidToolimg { width: 106%; }
	.toolsSlider.process .slidToolimg .img { display: flex; align-items: center; }
	
	.process.v2 .contIt:after { display: none; }
	.process.v2 .contIt .cAnim { padding: 0; }
	.process.v2 .item { height: 100%; display: flex; align-items: center; }
	.process.v2 .cbc:after { content: ''; display: block; width: 50vw; height: 100%; position: absolute; top: 0; right: 50%; background: #FFD9D0; transform: translateX(100%); }
	.process.v2 .cbc:nth-child(even) { flex-direction: row-reverse!important; }
	.process.v2 .cbc:nth-child(even):after { content: ''; display: block; width: 50vw; height: 100%; position: absolute; top: 0; left: 50%; background: #FFD9D0; transform: translateX(-100%); }
	.process.v2 .cbc:nth-child(even) .animArrow.v2 { right: auto; left: 0; transform: scale(1) scaleX(-1); }
	.process.v2 .slidToolimg { width: 100% !important; height: 100%; display: flex; align-items: center; }
	.process.v2 .animArrow { transform: scale(1); top: -80px; }
	.process.v2 .animArrow.v2 { right: 0; }
	
	.boxesList .br { max-height: 250px; width: 250px; }
	.boxesList.dis .item:nth-child(2n+2) { padding-top: 50px; }
	
  .boxesList.v2 .box:before { display: none; }
	
	.team .title h2 { font-size: 60px; }
	
	.banner3col .br { max-height: 250px; width: 250px; }
	
	.bannerSt .bor { padding: 45px 90px; }

  .boxSlider .sliderBoxes { margin-left: -15px; margin-right: -15px; }
  .boxSlider .item { padding: 0 15px; }
  .boxSlider .box { padding: 40px 25px; }

  .simpleSlider .item { padding: 0; }
	
	.pill.pillImage .contPill { padding: 50px; }

	.blogList .first { padding-top: 100px; }
	.blogList .first .box { display: flex; }
	.blogList .first .box .img { width: 50%; height: auto; border-radius: 20px 0 0 20px; }
	.blogList .first .box .cont { width: 50%; padding: 50px 30px; }
	
	.bannerSusc form .hs_firstname { display: inline-block; vertical-align: middle; width: 50%; }
	.bannerSusc form .hs_email { display: inline-block; vertical-align: middle; width: 50%; }
	.bannerSusc form .actions { padding-top: 10px; }
	
	.meeting .animArrow { top: -40px; }
	
	.author .cont { display: flex; justify-content: center; }
	.author .cont p { margin: 0; }
	.author .avatar { min-width: 170px; }
	.author .fab { margin: 0 20px 0 0; }
	.author .authInfo { padding-left: 15px; padding-right: 30px; }
	.author .img { margin-bottom: 0; }
	
	.reviews .animArrow { left: 50%; transform: scale(1) translate(0, -95%); }
	
	.paired .box { padding: 25px 20px 30px 20px; margin: 0 5px; }
  .paired .item:before { left: auto; right: -6px; bottom: auto; top: calc(50% - 28px); }
	
  .aboutUs .arrow1 { transform: translateY(50%); }
  .aboutUs .sliderTeam .item .img { width: 160px; height: 160px; }

  /*footer { position: absolute; left: 0; bottom:0; width: 100%; }*/
	footer .menu { padding-bottom: 0; }
	footer .menu ul { display: flex; flex-wrap: wrap; }
	footer .menu ul .hs-menu-depth-1 { width: 50%; padding-right: 15px; }
	footer .menu ul ul { display: block !important; }
	footer .menu ul li a { font-size: 14px; padding: 6px 0; }
	footer .menu .hs-item-has-children>a { min-height: 30px; }
	footer .menu .hs-item-has-children>ul { padding-bottom: 0; }
	footer .menu .hs-menu-depth-1 { padding-bottom: 60px; }
	footer .menu ul .hs-menu-depth-1>a { pointer-events: none; }
	footer .menu ul .hs-menu-depth-1:last-child>a { pointer-events: initial; }
	footer .copy p { display: inline-block; vertical-align: middle; margin: 0; padding-right: 40px; }
	footer .copy p a { margin: 0; }
	footer .socials { display: inline-block; vertical-align: middle; }
	footer .socials { padding: 10px 0; }

} /* End 768px */

@media (min-width: 992px) {

	body { padding-top: 76px; }

  /* FORM ERROR MESSAGES */
  form .field .hs-error-msgs { opacity:0; margin: 0; position: absolute; left: 5px; width: auto; background: #FFFFFF; bottom: 83%; padding: 5px 10px !important; 
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.50);
-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.50);
box-shadow: 0 0 4px 0 rgba(0,0,0,0.50);
; 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
  form .field .hs-error-msgs:after { top: 100%; left: 20px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-top-color: #ffffff; border-width: 6px; margin-left: 0px; }
  form .field:hover .hs-error-msgs { opacity:1; }
	
	.navPr .menuPr ul li.hs-menu-depth-1 { padding: 10px 25px; }
	.navPr .menuPr ul li.hs-menu-depth-1.hs-item-has-children:before { right: 12px; }
  .navPr .menuPr ul li.hs-menu-depth-1:first-child>ul { width: 550px; }
	.navPr .menuPr ul li.hs-menu-depth-1>a { font-size: 14px; }
	.navPr .menuPr ul li.hs-menu-depth-2>a { font-size: 14px; }
	
	.navPr.blog { top: 77px; }
	.navPr.blog .blogMenu h6 { width: 280px; }
	.navPr.blog .blogMenu .menum a { padding-left: 40px; padding-right: 40px; font-size: 14px; }
	.navPr.blog .blogMenu .susc { padding-left: 40px; padding-right: 40px; width: auto; }
	.navPr.blog .blogMenu .susc a { padding-left: 0; font-size: 14px; }
	.navPr.blog .blogMenu .search { width: 210px; padding-left: 15px; }
	.navPr.blog .blogMenu .search input { font-size: 14px !important; }
	
	.navPrv2.move { transform: translateY(-69px); }
	
	.navSubmenu { top: 69px; }
	
	.wrapHero { overflow: hidden; padding-bottom: 67px; }
	.hcards .animArrow { width: 528px; top: auto; bottom: 80px; left: auto; right: 50%; transform: translateX(28vw); }
	.hcards .animArrow svg { transform: none; }
	.hcards .animArrow .fa { right: 3px; }
	.hcards.hero { min-height: 637px; }
	.hcards.hero .container { min-height: 520px; }
	.hcards.hero .container>.row { height: 100%; }
	.hcards .contHero { padding-bottom: 100px; }
	.hcards .cards { pointer-events: none; margin-top: 0 !important; position: absolute; top: 76px; width: 420px; right: 0; height: 100%; transition: all 0.5s ease; transform: translateY(10px); }
	.hcards .cards.open { width: 100%; }
	.hcards .cards .itCard { pointer-events: initial; cursor: pointer; width: 100%; height: calc(100% - 20px); padding-left: 140px; padding-bottom: 0; border-radius: 30px 0 0 30px; transition: all 0.5s ease; }
	.hcards .cards .itCard .name { top: 50%; left: 70px; transform-origin: left; transform: rotate(-90deg) translateX(-50%); transition: all 0.6s ease; }
	.hcards .cards .itCard .num { font-size: 70px; left: 30px; transition: all 0.6s ease; }
	.hcards .cards .itCard .cerrar { left: 48px; top: 15px; }
	.hcards .cards .itCard.it1 { position: absolute; transform: translateX(calc(100% - 420px)); }
	.hcards .cards .itCard.it2 { position: absolute; transform: translateX(calc(100% - 280px)); }
	.hcards .cards .itCard.it3 { position: absolute; transform: translateX(calc(100% - 140px)); }
	.hcards .cards .itCard .content { width: 430px; height: 100%; overflow: auto; }
	.hcards .cards .itCard.open { cursor: initial;  transform: translateX(0); }
	.hcards .cards .itCard.open .num { transform: translateY(50px); }
	.hcards .cards .itCard.open .name { color: #3300FF; font-size: 18px; transform: rotate(-90deg) translateY(-25px) translateX(-270px); }
	.hcards .cards.tot2 .itCard.it1 { transform: translateX(0); }
	.hcards .cards.tot2 .itCard.it2 { transform: translateX(100px); }
	.hcards .cards.tot2 .it1 .num { left: 10px; opacity: .7; }
	.hcards .cards.tot2 .it1 .name { left: 55px; opacity: 0.5; }
	.hcards .cards.tot3 .itCard.it1 { transform: translateX(0); }
	.hcards .cards.tot3 .itCard.it2 { transform: translateX(100px); }
	.hcards .cards.tot3 .itCard.it3 { transform: translateX(200px); }
	.hcards .cards.tot3 .it1 .num { left: 10px; opacity: .7; }
	.hcards .cards.tot3 .it1 .name { left: 55px; opacity: 0.5; }
	.hcards .cards.tot3 .it2 .num { left: 10px; opacity: .7; }
	.hcards .cards.tot3 .it2 .name { left: 55px; opacity: 0.5; }
	
	.secForm .br { width: 200px; max-height: 200px; }
	
	.toolsSlider .title { padding-right: 50px; }
	.toolsSlider .txSide { padding-right: 50px; }
	.toolsSlider .bgCian { padding-left: 50px; }

	.toolsSlider.process .slidToolimg { width: 102%; }
	.toolsSlider.process .slidToolimg .img { min-height: 530px; }

	.process.v2 .animArrow { transform: scale(.8); top: -120px; }
	.process.v2 .cbc:nth-child(even) .txSide { padding-right: 15px; padding-left: 50px; }
	
	.cards .item .contImg { padding-right: 30px; }
	.cards .arrowsWrap { text-align: left; padding-left: 200px; max-width: 600px; margin: -20px auto 0 auto; }
	
	.boxesList .br { max-height: 350px; width: 350px; }
	
  .boxesList.v2 .box:before { display: block; width: calc(100% + 30px); height: 35px; border-radius: 0 0 14px 14px; border: 1px solid #97A3FF; border-top: none; left: 50%; bottom: -35px; top: auto; }
	.boxesList.v2 .item:nth-child(2n) .box:before { border: 1px solid #97A3FF; border-bottom: none; left: 50%; top: -35px; border-radius: 14px 14px 0 0; }
  .boxesList.v2 .item:nth-child(4n) .box:before { display: none; }
	
	.pill .contPill { padding: 50px 200px; border-radius: 300px; }
	
	.preCalculador .contPill { padding: 50px 100px; border-radius: 200px; }
	
	.price .box h2 { font-size: 80px; }
	
	.joinUs .cont { padding: 60px 40px; }
	
	.banner3col .br { max-height: 350px; width: 350px; }
	
	.hero .joinUs .circle { width: 145px; height: 175px; }
	
	.nps .contCir .circle { width: 200px; height: 200px; margin-top: -130px; }
	.nps .contCir .circle h2 { font-size: 70px; }
	
	.pill.pillImage .contPill { padding: 0 50px; overflow: hidden; }
	.pill.pillImage .secCont { padding-top: 80px; padding-bottom: 80px; padding-right: 80px; }
	.pill.pillImage .img { height: 100%; margin: 0; background-position: center bottom; top: 50%; height: 120px; 
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
; 
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
; }
	
	.wwus .pill { padding: 0; border-radius: 300px; overflow: hidden; font-size: 14px; margin-top: -50px; z-index: 2; position: relative; width: 100%; max-width: 460px; margin-left: auto; margin-right: auto; }
	.wwus .pill.pillImage .secCont { padding-top: 40px; padding-bottom: 25px; padding-right: 40px; }
	
	.cases .box { padding: 50px 20px; }
	.cases .box .contImg { display: flex; align-items: center; text-align: left; padding-bottom: 25px; }
	.cases .box .img { margin: 0; }
	.cases .box .contImg .ci { padding-left: 30px; }
	.cases .box .boxes .bitem { margin: 2%; width: 30.33333333%; }
	.cases .box .boxes .bitem:nth-child(2n+2) { margin-right: 3%; }
	.cases .box .boxes .bitem:nth-child(2n+1) { margin-left: 2%; }
	.cases .box .boxes .bitem:nth-child(3n+1) { margin-left: 0; }
	.cases .box .boxes .bitem:nth-child(3n+3) { margin-right: 0; }
	
  .blogList .popular .item:last-child { display: none; }
	
	.bannerSusc.v2 { border-radius: 180px 180px 0 0; }
	
  .meeting iframe { max-height: 700px; }
	
	.reviews .box { padding: 25px 35px 55px 35px; }
	.reviews .box h6 { padding: 0 35px; }
	
  .catBoxes .box { padding: 25px 30px; }

	.boround .br { max-height: 200px; width: 200px; }
	
	footer .copy p { padding-right: 80px; }
	footer .menu ul .hs-menu-depth-1 { width: 25%; padding-right: 25px; }
	footer .menu ul .hs-menu-depth-1:last-child>a { padding-right: 20px; }
	footer .menu a .fa.fa-arrow-right { display: none; }
	
}

@media (min-width: 1200px) {
	
	h1,.h1 { font-size: 70px; }
	h2,.h2 { font-size: 40px; }
	h3,.h3 { font-size: 32px; }
	h4,.h4 { font-size: 26px; }
	h5,.h5 { font-size: 22px; }
	h6,.h6 { font-size: 18px; }
	
	.navPr.blog .blogMenu h6 { width: 300px; }
	.navPr.blog .blogMenu .menum a { padding-left: 60px; padding-right: 60px; }
	.navPr.blog .blogMenu .search { width: 250px; }

	.secForm .br { width: 350px; max-height: 350px; }
	
	.hero h1 { font-size: 60px; }
	.hero .joinUs .circle { width: 175px; height: 205px; }
	
	.hcards .animArrow { transform: translateX(26vw) scale(1.1); }
	.hcards .cards .itCard { padding-left: 160px; }
	.hcards .cards .itCard.it1 { transform: translateX(calc(100% - 480px)); }
	.hcards .cards .itCard.it2 { transform: translateX(calc(100% - 320px)); }
	.hcards .cards .itCard.it3 { transform: translateX(calc(100% - 160px)); }
	.hcards .cards .itCard.open { transform: translateX(0); }

  .servBoxes .box { padding: 60px 35px; }

	.toolsSlider:after { width: 43.4%; }
	.toolsSlider .title { padding-right: 100px; }
	.toolsSlider .txSide { padding-right: 100px; padding-top: 150px; padding-bottom: 180px; }
	.toolsSlider .bgCian { padding-left: 80px; padding-top: 150px; padding-bottom: 180px; }
	.toolsSlider .slidTool .item .cont { padding-right: 50px; }
	.toolsSlider .slidToolimg { width: 110%; }
	
	.toolsSlider.process .contIt:after { width: 40%; }
	.toolsSlider.process .cbc:after { width: 41.666667%; content: ''; display: block;height: 100%; position: absolute; top: 0; right: 0; background: #BBF5FD; }
	.toolsSlider.process .slidToolimg { width: 106%; }
	.toolsSlider.process .title h2 { font-size: 110px; }
	.toolsSlider.process .txSide { padding-top: 50px; padding-bottom: 80px; }
	.toolsSlider.process .slidToolimg .img { min-height: 600px; }
	
	.process.v2 .animArrow { transform: scale(1); top: -180px; }
	.process.v2 .cbc:after { right: 41%; width: 50vw; background: #FFD9D0; }
	.process.v2 .cbc:nth-child(even):after { left: 41%; }
  .process.v2 .slidToolimg .img { min-height: 730px; }
	
	.cards .cardWrap { max-width: none; }
	.cards .item { padding: 90px 50px; }
	.cards .arrowsWrap { max-width: none; padding-left: 220px; }
	
	.blogList .bgWhite { padding-left: 40px; padding-right: 40px; }
	
	.bannerDownload .isotipe { width: 20%; height: 350px; background-position: right top; background-size: contain; }
	
	.team .title h2 { font-size: 110px; }
	

	.nps .contCir .circle { width: 270px; height: 270px; }
	.nps .contCir .circle h2 { font-size: 96px; }
	
	.cases .box { padding: 50px 45px; }
	
	.blogList .first .box .img { width: 66.666667%; }
	.blogList .first .box .cont { width: 33.333333%; }
	
	.paired .box {margin: 0 15px; }
	
	.boround .br { max-height: 300px; width: 300px; }
	
	footer .menu ul .hs-menu-depth-1:last-child>a { padding-right: 50px; }
	footer .menu a .fa.fa-arrow-right { display: block; }
	
} /* End 1200px */


@media (min-width: 1600px){

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl { max-width: 1470px; }

	.row-cols-xxl-1>* { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% }
	.row-cols-xxl-2>* { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% }
	.row-cols-xxl-3>* { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% }
	.row-cols-xxl-4>* { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% }
	.row-cols-xxl-5>* { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20% }
	.row-cols-xxl-6>* { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% }
	.col-xxl-12 { width: 100% }
	.col-xxl-11 { width: 91.66666667% }
	.col-xxl-10 { width: 83.33333333% }
	.col-xxl-9 { width: 75% }
	.col-xxl-8 { width: 66.66666667% }
	.col-xxl-7 { width: 58.33333333% }
	.col-xxl-6 { width: 50% }
	.col-xxl-5 { width: 41.66666667% }
	.col-xxl-4 { width: 33.33333333% }
	.col-xxl-3 { width: 25% }
	.col-xxl-2 { width: 16.66666667% }
	.col-xxl-1 { width: 8.33333333% }
	
	.col-xxl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% }
	.col-xxl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% }
	.col-xxl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% }
	.col-xxl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% }
	.col-xxl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% }
	.col-xxl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% }
	.col-xxl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% }
	.col-xxl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% }
	.col-xxl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% }
	.col-xxl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% }
	.col-xxl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% }
	.col-xxl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% }
	
	.order-xxl-first { -ms-flex-order: -1; order: -1 }
	.order-xxl-last { -ms-flex-order: 13; order: 13 }
	.order-xxl-0 { -ms-flex-order: 0; order: 0 }
	.order-xxl-1 { -ms-flex-order: 1; order: 1 }
	.order-xxl-2 { -ms-flex-order: 2; order: 2 }
	.order-xxl-3 { -ms-flex-order: 3; order: 3 }
	.order-xxl-4 { -ms-flex-order: 4; order: 4 }
	.order-xxl-5 { -ms-flex-order: 5; order: 5 }
	.order-xxl-6 { -ms-flex-order: 6; order: 6 }
	.order-xxl-7 { -ms-flex-order: 7; order: 7 }
	.order-xxl-8 { -ms-flex-order: 8; order: 8 }
	.order-xxl-9 { -ms-flex-order: 9; order: 9 }
	.order-xxl-10 { -ms-flex-order: 10; order: 10 }
	.order-xxl-11 { -ms-flex-order: 11; order: 11 }
	.order-xxl-12 { -ms-flex-order: 12; order: 12 }
	.offset-xxl-0 { margin-left: 0 }
	.offset-xxl-1 { margin-left: 8.333333% }
	.offset-xxl-2 { margin-left: 16.666667% }
	.offset-xxl-3 { margin-left: 25% }
	.offset-xxl-4 { margin-left: 33.333333% }
	.offset-xxl-5 { margin-left: 41.666667% }
	.offset-xxl-6 { margin-left: 50% }
	.offset-xxl-7 { margin-left: 58.333333% }
	.offset-xxl-8 { margin-left: 66.666667% }
	.offset-xxl-9 { margin-left: 75% }
	.offset-xxl-10 { margin-left: 83.333333% }
	.offset-xxl-11 { margin-left: 91.666667% }
	.d-xxl-none { display:none!important }
	.d-xxl-inline { display: inline!important }
	.d-xxl-inline-block { display: inline-block!important }
	.d-xxl-block { display: block!important }
	.d-xxl-table { display: table!important }
	.d-xxl-table-row { display: table-row!important }
	.d-xxl-table-cell { display: table-cell!important }
	.d-xxl-flex { display: -ms-flexbox!important; display: flex!important }
	.d-xxl-inline-flex { display: -ms-inline-flexbox!important; display: inline-flex!important }
	.flex-xxl-row { -ms-flex-direction:row!important; flex-direction: row!important }
	.flex-xxl-column { -ms-flex-direction: column!important; flex-direction: column!important }
	.flex-xxl-row-reverse { -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important }
	.flex-xxl-column-reverse { -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important }
	.flex-xxl-wrap { -ms-flex-wrap: wrap!important; flex-wrap: wrap!important }
	.flex-xxl-nowrap { -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important }
	.flex-xxl-wrap-reverse { -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important }
	.flex-xxl-fill { -ms-flex: 1 1 auto!important; flex: 1 1 auto!important }
	.flex-xxl-grow-0 { -ms-flex-positive: 0!important; flex-grow: 0!important }
	.flex-xxl-grow-1 { -ms-flex-positive: 1!important; flex-grow: 1!important }
	.flex-xxl-shrink-0 { -ms-flex-negative: 0!important; flex-shrink: 0!important }
	.flex-xxl-shrink-1 { -ms-flex-negative: 1!important; flex-shrink: 1!important }
	.justify-content-xxl-start { -ms-flex-pack: start!important; justify-content: flex-start!important }
	.justify-content-xxl-end { -ms-flex-pack: end!important; justify-content: flex-end!important }
	.justify-content-xxl-center { -ms-flex-pack: center!important; justify-content: center!important }
	.justify-content-xxl-between { -ms-flex-pack: justify!important; justify-content: space-between!important }
	.justify-content-xxl-around { -ms-flex-pack: distribute!important; justify-content: space-around!important }
	.align-items-xxl-start { -ms-flex-align: start!important; align-items: flex-start!important }
	.align-items-xxl-end { -ms-flex-align: end!important; align-items: flex-end!important }
	.align-items-xxl-center { -ms-flex-align: center!important; align-items: center!important }
	.align-items-xxl-baseline { -ms-flex-align: baseline!important; align-items: baseline!important }
	.align-items-xxl-stretch { -ms-flex-align: stretch!important; align-items: stretch!important }
	.align-content-xxl-start { -ms-flex-line-pack: start!important; align-content: flex-start!important }
	.align-content-xxl-end { -ms-flex-line-pack: end!important; align-content: flex-end!important }
	.align-content-xxl-center { -ms-flex-line-pack: center!important; align-content: center!important }
	.align-content-xxl-between { -ms-flex-line-pack: justify!important; align-content: space-between!important }
	.align-content-xxl-around { -ms-flex-line-pack: distribute!important; align-content: space-around!important }
	.align-content-xxl-stretch { -ms-flex-line-pack: stretch!important; align-content: stretch!important }
	.align-self-xxl-auto { -ms-flex-item-align: auto!important; align-self: auto!important }
	.align-self-xxl-start { -ms-flex-item-align: start!important; align-self: flex-start!important }
	.align-self-xxl-end { -ms-flex-item-align: end!important; align-self: flex-end!important }
	.align-self-xxl-center { -ms-flex-item-align: center!important; align-self: center!important }
	.align-self-xxl-baseline { -ms-flex-item-align: baseline!important; align-self: baseline!important }
	.align-self-xxl-stretch { -ms-flex-item-align: stretch!important; align-self: stretch!important }
	.float-xxl-left { float:left!important }
	.float-xxl-right { float: right!important }
	.float-xxl-none { float: none!important }
	.m-xxl-0 { margin:0!important } .mt-xxl-0,.my-xxl-0 { margin-top: 0!important } .mr-xxl-0,.mx-xxl-0 { margin-right: 0!important } .mb-xxl-0,.my-xxl-0 { margin-bottom: 0!important } .ml-xxl-0,.mx-xxl-0 { margin-left: 0!important } .m-xxl-1 { margin: .25rem!important } .mt-xxl-1,.my-xxl-1 { margin-top: .25rem!important } .mr-xxl-1,.mx-xxl-1 { margin-right: .25rem!important } .mb-xxl-1,.my-xxl-1 { margin-bottom: .25rem!important } .ml-xxl-1,.mx-xxl-1 { margin-left: .25rem!important } .m-xxl-2 { margin: .5rem!important } .mt-xxl-2,.my-xxl-2 { margin-top: .5rem!important } .mr-xxl-2,.mx-xxl-2 { margin-right: .5rem!important } .mb-xxl-2,.my-xxl-2 { margin-bottom: .5rem!important } .ml-xxl-2,.mx-xxl-2 { margin-left: .5rem!important } .m-xxl-3 { margin: 1rem!important } .mt-xxl-3,.my-xxl-3 { margin-top: 1rem!important } .mr-xxl-3,.mx-xxl-3 { margin-right: 1rem!important } .mb-xxl-3,.my-xxl-3 { margin-bottom: 1rem!important } .ml-xxl-3,.mx-xxl-3 { margin-left: 1rem!important } .m-xxl-4 { margin: 1.5rem!important } .mt-xxl-4,.my-xxl-4 { margin-top: 1.5rem!important } .mr-xxl-4,.mx-xxl-4 { margin-right: 1.5rem!important } .mb-xxl-4,.my-xxl-4 { margin-bottom: 1.5rem!important } .ml-xxl-4,.mx-xxl-4 { margin-left: 1.5rem!important } .m-xxl-5 { margin: 3rem!important } .mt-xxl-5,.my-xxl-5 { margin-top: 3rem!important } .mr-xxl-5,.mx-xxl-5 { margin-right: 3rem!important } .mb-xxl-5,.my-xxl-5 { margin-bottom: 3rem!important } .ml-xxl-5,.mx-xxl-5 { margin-left: 3rem!important } .p-xxl-0 { padding: 0!important } .pt-xxl-0,.py-xxl-0 { padding-top: 0!important } .pr-xxl-0,.px-xxl-0 { padding-right: 0!important } .pb-xxl-0,.py-xxl-0 { padding-bottom: 0!important } .pl-xxl-0,.px-xxl-0 { padding-left: 0!important } .p-xxl-1 { padding: .25rem!important } .pt-xxl-1,.py-xxl-1 { padding-top: .25rem!important } .pr-xxl-1,.px-xxl-1 { padding-right: .25rem!important } .pb-xxl-1,.py-xxl-1 { padding-bottom: .25rem!important } .pl-xxl-1,.px-xxl-1 { padding-left: .25rem!important } .p-xxl-2 { padding: .5rem!important } .pt-xxl-2,.py-xxl-2 { padding-top: .5rem!important } .pr-xxl-2,.px-xxl-2 { padding-right: .5rem!important } .pb-xxl-2,.py-xxl-2 { padding-bottom: .5rem!important } .pl-xxl-2,.px-xxl-2 { padding-left: .5rem!important } .p-xxl-3 { padding: 1rem!important } .pt-xxl-3,.py-xxl-3 { padding-top: 1rem!important } .pr-xxl-3,.px-xxl-3 { padding-right: 1rem!important } .pb-xxl-3,.py-xxl-3 { padding-bottom: 1rem!important } .pl-xxl-3,.px-xxl-3 { padding-left: 1rem!important } .p-xxl-4 { padding: 1.5rem!important } .pt-xxl-4,.py-xxl-4 { padding-top: 1.5rem!important } .pr-xxl-4,.px-xxl-4 { padding-right: 1.5rem!important } .pb-xxl-4,.py-xxl-4 { padding-bottom: 1.5rem!important } .pl-xxl-4,.px-xxl-4 { padding-left: 1.5rem!important } .p-xxl-5 { padding: 3rem!important } .pt-xxl-5,.py-xxl-5 { padding-top: 3rem!important } .pr-xxl-5,.px-xxl-5 { padding-right: 3rem!important } .pb-xxl-5,.py-xxl-5 { padding-bottom: 3rem!important } .pl-xxl-5,.px-xxl-5 { padding-left: 3rem!important } .m-xxl-n1 { margin: -.25rem!important } .mt-xxl-n1,.my-xxl-n1 { margin-top: -.25rem!important } .mr-xxl-n1,.mx-xxl-n1 { margin-right: -.25rem!important } .mb-xxl-n1,.my-xxl-n1 { margin-bottom: -.25rem!important } .ml-xxl-n1,.mx-xxl-n1 { margin-left: -.25rem!important } .m-xxl-n2 { margin: -.5rem!important } .mt-xxl-n2,.my-xxl-n2 { margin-top: -.5rem!important } .mr-xxl-n2,.mx-xxl-n2 { margin-right: -.5rem!important } .mb-xxl-n2,.my-xxl-n2 { margin-bottom: -.5rem!important } .ml-xxl-n2,.mx-xxl-n2 { margin-left: -.5rem!important } .m-xxl-n3 { margin: -1rem!important } .mt-xxl-n3,.my-xxl-n3 { margin-top: -1rem!important } .mr-xxl-n3,.mx-xxl-n3 { margin-right: -1rem!important } .mb-xxl-n3,.my-xxl-n3 { margin-bottom: -1rem!important } .ml-xxl-n3,.mx-xxl-n3 { margin-left: -1rem!important } .m-xxl-n4 { margin: -1.5rem!important } .mt-xxl-n4,.my-xxl-n4 { margin-top: -1.5rem!important } .mr-xxl-n4,.mx-xxl-n4 { margin-right: -1.5rem!important } .mb-xxl-n4,.my-xxl-n4 { margin-bottom: -1.5rem!important } .ml-xxl-n4,.mx-xxl-n4 { margin-left: -1.5rem!important } .m-xxl-n5 { margin: -3rem!important } .mt-xxl-n5,.my-xxl-n5 { margin-top: -3rem!important } .mr-xxl-n5,.mx-xxl-n5 { margin-right: -3rem!important } .mb-xxl-n5,.my-xxl-n5 { margin-bottom: -3rem!important } .ml-xxl-n5,.mx-xxl-n5 { margin-left: -3rem!important } .m-xxl-auto { margin: auto!important } .mt-xxl-auto,.my-xxl-auto { margin-top: auto!important } .mr-xxl-auto,.mx-xxl-auto { margin-right: auto!important } .mb-xxl-auto,.my-xxl-auto { margin-bottom: auto!important } .ml-xxl-auto,.mx-xxl-auto { margin-left: auto!important }
	.text-xxl-left { text-align:left!important } .text-xxl-right { text-align: right!important } .text-xxl-center { text-align: center!important }

	.d-xxl-flex { display: -ms-flexbox!important; display: flex!important; }

	.hcards .animArrow { transform: scale(1.5) translateX(16vw); }

	.toolsSlider .txSide { padding-top: 180px; padding-bottom: 210px; }
	.toolsSlider .bgCian { padding-top: 180px; padding-bottom: 210px; }
	
	.toolsSlider .slidTool .item .cont { padding-right: 100px; }
	
	.toolsSlider.process .title h2 { font-size: 130px; }
	.toolsSlider.process .slidToolimg .img { min-height: 650px; }
	
	.boxesList .br { max-height: 450px; width: 450px; }
	
	.team .title h2 { font-size: 130px; }

	.joinUs .cont { padding: 60px; }
	.joinUs .circle { padding: 30px 30px; width: 220px; }

	.banner3col .br { max-height: 450px; width: 450px; }

	.hero .joinUs .circle { width: 220px; height: 220px; }

  .blogList .itemList.download .bannerDownload { padding: 30px 30px 50px 30px; }
	
	.bannerSusc form { padding-right: 120px; }
	.bannerSusc form .actions { text-align: right; padding: 0; }
	.bannerSusc form .actions input[type="submit"] { margin-top: -60px; margin-right: -120px; float: right; z-index: 2; position: relative; }
	
	.bannerSusc.v3 form { padding-right: 0; }
	.bannerSusc.v3 form .actions { text-align: center; padding: 10px 0 0 0; }
	.bannerSusc.v3 form .actions input[type="submit"] { margin-top: 0; margin-right: 0; float: none; z-index: 2; position: relative; }
  
	.aboutUs .contsl { max-width: 1580px; }
	
} /* End 1600px */