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




















html { position: relative; min-height: 100%; }
body { font-family: 'Montserrat', sans-serif; line-height:1.4; font-size: 18px; color: #374A5B; }

.main { padding: 0; }
.dnd-module { width: 100%; }

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

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; }
.pt80 { padding-top: 80px; }
.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; }
.pb80 { padding-bottom: 80px; }
.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; }
.mt80 { margin-top: 80px; }
.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; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }

.rel { position: relative; }
.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; }

.form-title { padding:0 10px; margin: 0 0 15px 0; }
form label { font-size: 14px; font-weight: 400; color: #374A5B; 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: #374A5B; background: #fff; font-weight: 400; border: 1px solid #979797; padding: 0 10px; height: 40px; box-sizing: border-box !important; 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
; }
form textarea { font-size: 14px !important; max-width: none !important; width: 100% !important; color: #374A5B !important; background: #fff; font-weight: 400; border: 1px solid #979797 !important; padding: 15px !important; box-sizing: border-box !important; 
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
; }
form .hs-fieldtype-file legend {font-size: 14px !important;}
form input[type="file"] {font-size: 13px; border-radius: 0px !important;}

form input[type="submit"] { width:100%;background: #081017 !important; color: #fff; outline: none; border: none !important; text-shadow: none !important; font-size: 16px !important; white-space: initial; padding: 18px 48px; line-height: 1.2; min-height:40px; 
-webkit-border-radius: 10px !important;
-moz-border-radius: 10px !important;
border-radius: 10px !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: #00A6E2 !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: 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 { white-space: normal; padding: 18px 48px; line-height: 1.2 !important; font-size:15px; color: #00A6E2; 
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
; }
.btn:hover { color: #00A6E2 }
.btn:focus, .btn.focus {color: #00A6E2 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
; }
.btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.4; }
.btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.2; }

.btn-primary { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.btn-primary:hover { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.btn-outline-primary { color: #00A6E2; border-color: #00A6E2; }
.btn-outline-primary:hover { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #00A6E2; 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: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.badge-primary { color: #fff; background-color: #00A6E2; }
a.badge-primary:hover, a.badge-primary:focus { color: #fff; background-color: #00A6E2; }
a.badge-primary:focus, a.badge-primary.focus { outline: 0; }

.btn-secondary { color: #374A5B; background-color: #fff474; border-color: #fff474; }
.btn-secondary:hover { color: #374A5B; background-color: #fff474; border-color: #fff474; }
.btn-secondary:focus, .btn-secondary.focus { color: #fff; background-color: #fff474; border-color: #fff474; }
.btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #fff474; border-color: #fff474; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #374A5B; background-color: #fff474; border-color: #fff474; }
.btn-outline-secondary { color: #fff474; border-color: #fff474; }
.btn-outline-secondary:hover { color: #fff; background-color: #fff474; border-color: #fff474; }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #fff474; 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: #374A5B; background-color: #fff474; border-color: #fff474; }
.badge-secondary { color: #fff; background-color: #fff474; }
a.badge-secondary:hover, a.badge-secondary:focus { color: #374A5B; background-color: #fff474; }
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: #00A6E2; border: 1px solid #00A6E2; }
.btn-light:hover { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.btn-light:focus, .btn-light.focus { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.btn-light.disabled, .btn-light:disabled { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.btn-outline-light { color: #00A6E2; border: 1px solid #00A6E2; }
.btn-outline-light:hover { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.btn-outline-light.disabled, .btn-outline-light:disabled { color: #00A6E2; 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: #00A6E2; border-color: #00A6E2; }
.badge-light { color: #fff; background-color: #fff; color: #00A6E2; border: 1px solid #00A6E2; }
a.badge-light:hover, a.badge-light:focus { color: #fff; background-color: #00A6E2; }
a.badge-light:focus, a.badge-light.focus { outline: 0; }

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

.alert-primary { color: #ffffff; background-color: #00A6E2; border-color: #00A6E2; }
.alert-primary hr { border-top-color: #00A6E2; }
.alert-primary .alert-link { color: #ffffff; }

.alert-secondary { color: #374A5B; background-color: #fff474; border-color: #fff474; }
.alert-secondary hr { border-top-color: #fff474; }
.alert-secondary .alert-link { color: #374A5B; }

.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: #00A6E2; background-color: #ffffff; border-color: #00A6E2; }
.alert-light hr { border-top-color: #00A6E2; }
.alert-light .alert-link { color: #00A6E2; }

a[id*='cta_button'] { border-color:#00A6E2 !important; background: #00A6E2 !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: #00A6E2 !important; border-color: #00A6E2 !important; color: #ffffff !important; }
a[id*='cta_button'] p { color:#fff !important; }
body a.cta_button.cimg { overflow: hidden; border: none !important; 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: 50px; font-weight: 500;  line-height: 55pt; }
h2,.h2 { font-size: 35px; font-weight: 500;  line-height: 40pt; }
h3,.h3 { font-size: 25px; font-weight: 500;  line-height: 30pt; }
h4,.h4 { font-size: 17px; font-weight: 500;  line-height: 23pt; }
h5,.h5 { font-size: 12px; font-weight: 500;  line-height: 17pt; }
h6,.h6 { font-size: 9px; font-weight: 500;  line-height: 14pt; }

.modal .modal-header .close { opacity: 1; margin: 0; }
.modal .modal-header .close span { display: block; line-height: 1; font-size: 40px; font-weight: 300; position: absolute; right: 15px; top: 4px; }

.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%); }

/* 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);
-o-transform: translate3d(0, 0, 0);
-ms-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%);
-moz-transform: translate(0, -50%);
-o-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: #00A6E2; }
.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 #00A6E2; 
-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: #00A6E2; }

@-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); }
}

.load-spin-wrapper { text-align: center; width: 100%; }
.load-spin-wrapper .fa-spinner { font-size: 40px; color: #00A6E2; }
.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;
}

.chilipiper-popup-loading::after {
	display: block;
	margin-top: 100px !important;
	margin-left: -170px;
	color: #fff;
	width: 600px !important;
	content: "Thank you, we're matching you to the right person";
	font-family: Montserrat;
}

/* 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: #00A6E2; }

.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: #00A6E2; }
.contPillar a { color: #00A6E2; }

.socials .fab { text-decoration: none; margin: 0 5px; color: #00A6E2; }

.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 { height: auto; width: 100px; }
.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-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: #00A6E2; 
-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-toggle:hover { background: none; }
.navPr .navbar-toggle:hover .icon-bar { background: #00A6E2; }
.navPr .navbar-toggle:focus { background: none; }
.navPr .navbar-toggle:focus .icon-bar { background: #00A6E2; }
.navPr .menuPr ul { margin: 0; padding: 0; list-style: none; }
.navPr .menuPr ul li.hs-menu-item>a { color: #00A6E2; display: block; padding: 8px 0; text-decoration: none; }
.navPr .menuPr ul li.active-branch>a { color: #fff474; }
.navPr .menuPr ul li.hs-item-has-children:before { content: "\f078"; font-family: 'Font Awesome 5 Pro'; font-weight: 400; font-size: 12px; position: absolute; right: 15px; top: 16px; }


/*Nav*/
.navbar .btn{padding:4px 24px}
.text-white .btn-ebook {  color: #fff;}
.btn-ebook {  color: #00A6E2; font-style: normal;font-weight: 700;font-size: 14px;line-height: 16px;letter-spacing: 2.17315px;text-transform: uppercase;color: #374A5B;}
.btn-ebook:hover { color: #fff;color: #374A5B;}
.btn-ebook:focus, .btn-light.focus { color: #fff;  border-color: #00A6E2; }
.btn-ebook.disabled, .btn-light:disabled { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.btn-ebook:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.btn-outline-ebook { color: #00A6E2; border: 1px solid #00A6E2; }
.btn-outline-ebook:hover { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.btn-outline-ebook.disabled, .btn-outline-ebook:disabled { color: #00A6E2; background-color: transparent; }
.btn-outline-ebook:not(:disabled):not(.disabled):active, .btn-outline-ebook:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #fff; background-color: #00A6E2; border-color: #00A6E2; }
.badge-ebook { color: #fff; background-color: #fff; color: #00A6E2; border: 1px solid #00A6E2; }
a.badge-ebook:hover, a.badge-ebook:focus { color: #fff; background-color: #00A6E2; }
a.badge-ebook:focus, a.badge-ebook.focus { outline: 0; }


/*Hero Banner*/
.bannerSt .form-banner .cont{background: #FFFFFF;padding:30px;box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);border-radius: 10px;}
/*.bannerSt .form-banner form .hs-form-field>label {    display: none;}*/
.bannerSt .form-banner form .hs-input {   border-radius:10px}
.bannerSt .form-banner form .hs-submit input[type=submit] {   padding: 18px 48px;background: #081017;border-radius: 10px;}
.bannerSt .content .cont p{font-weight: 400;font-size: 17px;line-height: 145%;}
.bannerSt .z12{z-index:12}

/*Logos*/
.logos .side{font-weight: 700;font-size: 14px;line-height: 17px;letter-spacing: 2.17315px;text-transform: uppercase;color: #374A5B;}
.logos .logo { width: 150px; min-width: 150px; }

/*FAQ*/
.faq .content .cont ul {    list-style: none;}
.faq .content .cont ul li {    margin-bottom: 15px;}
.faq .content .cont ul li:before {    content: "\f00c";    font-family: "Font Awesome 5 Pro";    font-weight: 600;    display: block;    position: absolute;    left: 10px;    color: #2FCBF1;}
.faq .accordion .card { border: none; background: none; }
.faq .accordion>.card>.card-header { margin: 0; }
.faq .accordion .card-header { background: none; padding: 0; border-bottom: none }
.faq .accordion .card-body { background: none; padding: 10px 0; border-bottom: 0.5px solid #B0B1B2; }
.faq .accordion .card-header .btn {  padding-left: 0px; position: relative; font-size: 18px;border-bottom: 0.5px solid #B0B1B2;border-radius:0; }
.faq .accordion .card-header .btn:before {  font-weight: 500; content: "\f078"; 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%);
; }
.faq .accordion .card-header .btn.active:before { content: "\f077"; }
.faq .accordion .card-header .btn.active { border-bottom: 0; }
.faq .accordion .card-body { padding: 20px 0; }

/*Benefits*/
.benefits{padding:25px}
.benefits .img {    height: 50px;    max-height: 80px;    margin: 0 auto 20px auto;    background-size: contain;}

.advantage{padding:0 75px;}
.advantage .img {    height: 50px;    max-height: 80px;    margin: 0 auto 20px auto;    background-size: contain;}

/*Speakers*/
.speakers .presentador .info p.name{font-weight: 700;font-size: 18px;line-height: 25px;color: #4F677A;margin-bottom:0px}
.speakers .presentador .info p.cargo{font-weight: 400;font-size: 18px;line-height: 30px;color: #4F677A;margin-bottom:10px}
.speakers .presentador .info p.info{font-weight: 400;font-size: 16px;line-height: 25px;color: #4F677A;}

/*Webinars*/

.webinars .img { height: 190px;  margin: 0 auto 20px auto;  }
.webinars .modtitle h2{font-weight: 700;font-size: 32px;line-height: 53px;text-align: center;color: #00A6E2;}
.webinars .ctaBTN .btn{padding:4px 24px;}
.webinars .descarga .date{font-weight: 400;font-size: 12.702px;line-height: 140%;color: #374A5B;}
.webinars .descarga .title{font-weight: 500;font-size: 19.0529px;line-height: 113%;color: #00A6E2;}
.webinars .descarga p{font-weight: 400;font-size: 16.9359px;line-height: 140%;color: #374A5B;}
.webinars{border-bottom: 1px solid #DCE1E4;}

/*Rounde Banner*/
.roundB{border-radius:10px}

/*Testimonials*/
.testimonials{background: #7EC16A;border-radius: 10px;}
.testimonials .quote{background: url(https://23346030.fs1.hubspotusercontent-na1.net/hubfs/23346030/landing%20pages%20img/quote.png);background-repeat: no-repeat;   height:50px; position: absolute;    top: 10%;    width: 75px;    background-size: contain;    left: 10%;}
.testimonials .swiper .person .img {    height: 60px;    max-height: 80px;    margin: 0 auto 20px auto;    background-size: contain;}
.testimonials .swp-btn {       background: white;      border-radius: 100%;    padding: 20px;}
.testimonials .swp-btn:after{font-size:16px;  color:#4F677A;}
.testimonials h2.title{font-weight: 700;font-size: 21px;line-height: 113%;color: #FFFFFF;}
.testimonials p.names{font-weight: 700;font-size: 16px;line-height: 20px;letter-spacing: 2.17315px;text-transform: uppercase;color: #FFFFFF;}

/*Content Module*/
.infoCont .form-banner .cont{background: #FFFFFF;padding:30px;box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);border-radius: 10px;}
.infoCont .form-banner form .hs-form-field>label {    display: none;}
.infoCont .form-banner form .hs-input {   border-radius:10px}
.infoCont .form-banner form .hs-submit input[type=submit] {   padding: 18px 48px;background: #081017;border-radius: 10px;}
.infoCont .content .cont ul {    list-style: none;}
.infoCont .content .cont ul li {    margin-bottom: 15px;}
.infoCont .content .cont ul li:before {    content: "\f058";    font-family: "Font Awesome 5 Pro";    font-weight: 600;    display: block;    position: absolute;    left: 10px;        color: #4F677A;}

/*Fixed FOrm*/
.stForm{position:fixed;z-index:1;}
.stForm .form-banner .cont{background: #FFFFFF;padding:30px;box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);border-radius: 10px;}
.stForm .form-banner form .hs-form-field>label {    display: none;}
.stForm .form-banner form .hs-input {   border-radius:10px}
.stForm .form-banner form .hs-submit input[type=submit] {   padding: 18px 48px;background: #081017;border-radius: 10px;}

/*Case Study*/
.caseStudy{background: #FFFFFF;box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);border-radius: 10px;}
.caseStudy .cs{font-weight: 700;font-size: 14px;line-height: 17px;letter-spacing: 2.17315px;text-transform: uppercase;color: #374A5B;  margin-bottom:0px;}
.caseStudy .mt-45{margin-top:-45px;}
.caseStudy .row.align-items-center{padding:25px}
.caseStudy .btn-arrow{    padding: 0;}
.caseStudy .btn-arrow span.arrow {    padding-left: 15px;}
.caseStudy .btn-arrow span.arrow:after {    content: "\f178";    font-family: 'Font Awesome 5 Pro';    font-size: 14px;    -webkit-transition: all .2s ease;    -moz-transition: all .2s ease;    -o-transition: all .2s ease;    -ms-transition: all .2s ease;    transition: all .2s ease;}
.caseStudy .btn-arrow:hover span.arrow:after {padding:5px}

footer { position: absolute; left: 0; bottom:0; width: 100%; }
footer .brand { width: 120px; display: inline-block; }
footer .menu ul { margin: 0; padding: 0; }
footer .menu ul li { display: inline-block; }

/*Footer*/
.footer{background:url("https://23346030.fs1.hubspotusercontent-na1.net/hubfs/23346030/landing%20pages%20img/footer.png");background-size:cover;}
.footer .menu a{font-weight: 500;font-size: 14px;line-height: 23px;color: #FFFFFF;}
.footer .copy p{font-weight: 500;font-size: 14px;line-height: 23px;color: #FFFFFF;opacity: 0.5;}

@media (max-width: 767px) {

  .navPr .menuPr ul li.hs-menu-item>a { font-size: 18px; padding: 12px 10px; }
  .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 ul { padding-right: 0; padding-left: 10px; }
  .navPr .menuPr ul li.hs-menu-depth-1.active>a { background: #00A6E2; color: #fff; padding-top: 25px; }
  .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-2>a { color: #00A6E2; }
  .navPr .cta { padding: 15px 10px; }

  .logos .logo { width: 120px; min-width: 120px; }

} /* End 767px */

@media (min-width: 768px) {

  /* This is for the blog */
  .snippet { padding: 50px; }

  .navPr .menuPr ul { font-size: 0; padding-top: 8px; }
  .navPr .menuPr ul li.hs-item-has-children>a { pointer-events: none; }
  .navPr .menuPr ul li.hs-menu-depth-1 { display: inline-block; vertical-align: middle; position: relative; }
  .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%; 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 8px; display: table-cell; vertical-align: middle; height: 40px; }
  .navPr .menuPr ul li.hs-menu-depth-1:hover>a { color: #00A6E2; }
  .navPr .menuPr ul li.hs-menu-depth-1.active>a { color: #00A6E2; }
  .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: 0; top: 18px; font-size: 6px; }
  .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: #00A6E2; }
  .navPr .menuPr ul li.hs-menu-depth-3>a { color: #000; font-size: 12px; padding: 10px 12px; }
  .navPr .menuPr ul li.hs-menu-depth-3.active>a { background: #00A6E2; color: #fff; }
  .navPr .menuPr ul li.hs-menu-depth-3:hover>a { color: #00A6E2; }
  .navPr .menuPr { display: inline-block; vertical-align: middle; }
  .navPr .cta { display: inline-block; vertical-align: middle; }
  .navPr .cta a { font-size: 14px; }

  .bannerSt .position-md-fixed {   position:fixed  }
  .bannerSt .r10{top:157px}

} /* End 768px */

@media (min-width: 992px) {

h1,.h1 { font-size: 50px; font-weight: 500;  line-height: 55pt; }
h2,.h2 { font-size: 35px; font-weight: 500;  line-height: 40pt; }
h3,.h3 { font-size: 25px; font-weight: 500;  line-height: 30pt; }
h4,.h4 { font-size: 17px; font-weight: 500;  line-height: 23pt; }
h5,.h5 { font-size: 12px; font-weight: 500;  line-height: 17pt; }
h6,.h6 { font-size: 9px; font-weight: 500;  line-height: 14pt; }

  .caseStudy .row.align-items-center{padding:75px}

  /* 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; }
}

@media (min-width: 1200px) {
} /* 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; }

} /* End 1600px */

.arbinger-global-container {
	max-width: 1440px;
	padding: 80px;
	margin-left: auto;
	margin-right: auto;
}