/* @import url('http://example.com/example_style.css'); */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

@font-face {
  font-family: 'Proxima Nova Rg';
  font-display: swap;
  src: url("https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Font/ProximaNovaNew/ProximaNova-Regular.eot");
  src: url("https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Font/ProximaNovaNew/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
       url("https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Font/ProximaNovaNew/ProximaNova-Regular.woff2") format("woff2"),
       url("https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Font/ProximaNovaNew/ProximaNova-Regular.woff") format("woff"),
       url("https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Font/ProximaNovaNew/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  }

@font-face {
  font-family: 'Proxima Nova Bold';
  font-display: swap;
  src: url("https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Font/ProximaNovaNew/ProximaNova-Bold.eot");
  src: url("https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Font/ProximaNovaNew/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
       url("https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Font/ProximaNovaNew/ProximaNova-Bold.woff2") format("woff2"),
       url("https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Font/ProximaNovaNew/ProximaNova-Bold.woff") format("woff"),
       url("https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Font/ProximaNovaNew/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html, body {overflow-x: hidden; }

.clr {float:none;clear:both;}
.alignleft {float:left;margin-right: 20px;margin-bottom: 20px;}
.alignright {float:right;margin-left: 20px;margin-bottom: 20px;}
.aligncenter {float:none;display:block;margin:auto;margin-bottom: 20px;}
.fitrow {margin-left:0 !important;margin-right:0 !important;}
.pad0 {padding-left:0 !important;padding-right:0 !important;}
.pad1 {padding-left:10px !important;padding-right:10px !important;}
.pad15 {padding-left:15px !important;padding-right:15px !important;}
.pad2 {padding-left:20px !important;padding-right:20px !important;}
.pad3 {padding-left:30px !important;padding-right:30px !important;}
.padtop0{padding-top:0px !important;}
.padtop1{padding-top:10px !important;}
.padtop2{padding-top:20px !important;}
.padtop3 {padding-top:30px !important;}
.padtop4 {padding-top:40px !important;}
.padtop5 {padding-top:50px !important;}
.padbottom0{padding-bottom:0px !important;}
.padbottom1{padding-bottom:10px !important;}
.padbottom2{padding-bottom:20px !important;}
.padbottom3{padding-bottom:30px !important;}
.padbottom4{padding-bottom:40px !important;}
.padbottom5{padding-bottom:50px !important;}
.bottom0 {margin-bottom:0px!important; position:relative; z-index:1000;}
.bottom1 {margin-bottom:10px!important;}
.bottom2 {margin-bottom:20px!important;}
.bottom3 {margin-bottom:30px!important;}
.bottom4 {margin-bottom:40px!important;}
.bottom5 {margin-bottom:50px!important;}
.bottom6 {margin-bottom:60px!important;}
.top0 {margin-top:0px!important;}
.top1 {margin-top:10px!important;}
.top2 {margin-top:20px!important;}
.top3 {margin-top:0px!important;}
.top4 {margin-top:40px!important;}
.top5 {margin-top:50px!important;}
.text-left {text-align:left!important;}
.text-center {text-align:center!important;}
.text-right {text-align:right!important;}
.font-size-20 {font-size:20px!important;}
.btn-inline .ctabtn,
.btn-inline a {margin:10px!important;}

.divider {
   position:relative;
   margin: 0px 10px;
}

.nav-language ul li {
  list-style: none;
  padding-left: 20px;
  float: left;
}
.nav-language ul li a {
  color: #000000;
}
.nav-language ul li:nth-child(2) {
  background: url(https://summit.cardano.org/hubfs/flag-japan.svg) no-repeat left center;
}
.nav-language ul li:nth-child(1) {
  background: url(https://summit.cardano.org/hubfs/flag-usa.svg) no-repeat left center;
  margin-right: 20px;
}

.containerwrap .row-fluid [class*="span"] {min-height:0px!important;}

a, .btn, input[type="submit"], button {
	-webkit-transition-property: all;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: all;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease;
	-o-transition-property: all;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease;
	-ms-transition-property: all;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease;
}


.btn, input[type="submit"], button {
	  border-radius: 30px;
    padding: 12px 30px;
    font-family: 'Noto Sans', Helvetica , Arial ,sans-serif!important;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 2px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #133ff0 inset;
}

.btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus {
    box-shadow: 2px 1000px 1px #ffffff inset;
    color: #133ff0;  
}

.body-container-wrapper .body-container { padding-left:0; padding-right:0;}

.container {
    width: 100% !important;
    max-width: 100%!important;
    margin: auto!important;
    float: none!important; 
  padding-left:6% !important;
}

.footer-container {
    max-width: 100%!important;
    margin: auto!important;
    
    float: none!important; 
  background-color: #133ff0;
}

.containerwrap {
    position:relative;
    padding: 60px 0px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.social-share {
    padding: 0!important;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0px;
    
    width: 225px;
    max-width: 100%;
    margin-top:8px;
    margin-left: -7px;
    position: relative;
    z-index: 1000;
}

label {font-weight:normal !important;}

.social-share li a img {
  width: 35px;
  transition: all 0.2s ease-in-out 0s;
}

.social-share li a:hover img,
.social-share li a:focus img {opacity:.9;}

.CatalystLPTemplate2023V1 { 
  overflow-x: hidden;
  position:relative;
}

.CatalystLPTemplate2023V1 { 
  overflow-x: hidden; 
  position:relative; 
  background-color:#E5F2FD;
  background-image: url(https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Catalyst-hubspot-background_04.jpg);
  background-position: 100% 0% !important;
  background-repeat: no-repeat;
 
 
}


#LPFooterDarkV1, #LPDarkSection1ContentLeft {
  z-index:999;
}

.CatalystLPTemplate2023V1 h1,
.CatalystLPTemplate2023V1 h2,
.CatalystLPTemplate2023V1 h3,
.CatalystLPTemplate2023V1 h4,
.CatalystLPTemplate2023V1 h5,
.CatalystLPTemplate2023V1 h6 {
    font-family: 'Poppins', Helvetica , Arial ,sans-serif!important;
    margin-top: 0px;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    margin: 0 0 2.6rem;
    line-height: 125%;
    color: #000;
    word-break: break-word;
}

.CatalystLPTemplate2023V1 h1 {font-size: 80px;letter-spacing: 0.02em;}
.CatalystLPTemplate2023V1 h2,
.CatalystLPTemplate2023V1 .section-title {font-size:36px;}
.CatalystLPTemplate2023V1 h3 {font-size:26px;}
.CatalystLPTemplate2023V1 h4 {font-size:24px;}
.CatalystLPTemplate2023V1 h5 {font-size:22px;}
.CatalystLPTemplate2023V1 h6 {font-size:20px;}

.CatalystLPTemplate2023V1 ul li,
.CatalystLPTemplate2023V1 ol li,
.CatalystLPTemplate2023V1 p {
    font-size: 16px;
    line-height: 1.38;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Noto Sans', Helvetica , Arial ,sans-serif!important;
    color: #000;
}

.CatalystLPTemplate2023V1 ul,
.CatalystLPTemplate2023V1 ol,
.CatalystLPTemplate2023V1 p {margin-bottom: 25px;}

.CatalystLPTemplate2023V1 a {color:#000;}

.CatalystLPTemplate2023V1 .header-container-wrapper {position: relative;}
.CatalystLPTemplate2023V1 .header-container-wrapper .container-fluid {padding:0;}

.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .form-title {font-size: 25px;}

.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field {margin-bottom: 40px;}

.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field > label {
    display: block;
    margin-bottom: 0.6rem;
    color: #000;
    font-size: 1.6rem;
   
    line-height: 1.6;
    font-family: 'Noto Sans', Helvetica , Arial ,sans-serif!important;
}

.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field > label .hs-form-required {color: red;margin-left: 3px;}


.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field select,
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="search"],
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="email"],
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="url"],
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="text"],
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="tel"],
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="password"],
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field textarea {
    display: flex;
    height: 64px;
    -webkit-box-align: center;
    align-items: center;
    border-image: initial;
    font-family: 'Noto Sans',Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    font-weight: 400 !important;
    margin-top: 15px;
    margin-bottom: 15px !important;
    outline: none !important;
    padding: 15px 20px;
    width: 100% !important;
    max-width: 100% !important;
    border: 0.1rem solid #96A0B6;
    background-color: #fff;
    color: #000;
    border-radius: 16px;
}
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field select option {color:#000;}
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field textarea {height:80px;margin-top: 20px;}

.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="search"]:focus,
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="email"]:focus,
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="url"]:focus,
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="text"]:focus,
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="tel"]:focus,
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="password"]:focus,
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field select:focus {outline-color: #000;border: 0.1rem solid rgb(255, 255, 255);border-radius:5px;}

.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-error-msgs {padding: 0;list-style: none;}
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-error-msgs li {
    color: red;
    font-size: 12px;
    margin-top: 10px;
}
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-error-msgs li label {font-weight: 400px!important;}

.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul.inputs-list,
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-fieldtype-radio ul.inputs-list,
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul.inputs-list {
    padding: 0 !important;
    margin: 0 0 10px!important;
    list-style: none;
}




/* Custom Input */
ul.inputs-list li.hs-form-booleancheckbox,
ul.inputs-list li.hs-form-checkbox {
  margin: 16px 0;
}
ul.inputs-list li.hs-form-booleancheckbox label,
ul.inputs-list li.hs-form-checkbox label {
  position: relative;
}
ul.inputs-list li.hs-form-booleancheckbox label span,
ul.inputs-list li.hs-form-checkbox label span {
display: inline-block;
  margin-left: 40px; /* Width of the new radio select and any additional spacing on the left */
  margin-right: 40px; /* Additional spacing on the right */
}
/* Hide real checkbox */
ul.inputs-list li.hs-form-booleancheckbox label input,
ul.inputs-list li.hs-form-checkbox label input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
/* Add pseudo checkbox */
ul.inputs-list li.hs-form-booleancheckbox label span::before,
ul.inputs-list li.hs-form-checkbox label span::before {
  border: 2px solid;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
  background-color: #eee;
  border: solid 1px #133ff0;
  border-radius: 4px;
}
/* Style new checked item */
ul.inputs-list li.hs-form-booleancheckbox label span::after,
ul.inputs-list li.hs-form-checkbox label span::after {
  content: "";
  border: 1px solid;
  border-left: 0;
  border-top: 0;
  height: 14px;
  width: 14px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  color: #133ff0;
  background-color: #133ff0;
  border-radius: 4px;
  transition: opacity 0.2s ease-in-out;
}
/* Show when checked */
ul.inputs-list li.hs-form-booleancheckbox label input:checked + span::after,
ul.inputs-list li.hs-form-checkbox label input:checked + span::after {
    opacity: 1;
}
/* Style when focused */
ul.inputs-list li.hs-form-checkbox label input:focus + span::after {
    outline: 3px solid transparent; /* For Windows high contrast mode. */
}

label.hs-form-checkbox-display,
label.hs-form-booleancheckbox-display {
    font-weight:normal;
}





.CatalystLPTemplate2023V1 multi .hs-fieldtype-booleancheckbox ul.inputs-list label span {margin-left: 0px;}

.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .submitted-message {
    color: #000;
    font-size: 16px;
    font-family: 'Noto Sans', Helvetica , Arial ,sans-serif!important;
    font-weight: 400!important;
}

.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul.inputs-list label span .hs-form-required,
.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul.inputs-list label.hs-error-msg {color: red;}

.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-submit input[type="submit"] {margin-top: 30px!important;}

.CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .cookie-reset-container {color: #fff;}

.CatalystLPTemplate2023V1 code {
    padding: 0;
    color: transparent;
    font-size: inherit;
    background: none;
    border-radius: 0px;
}

#LPHeaderDarkV1 {
   position:relative;
   
   padding-bottom:100px;
}

#LPHeaderDarkV1 .header-logo {
   z-index: 2;
   position: relative;
}


#LPDarkSection1 {
   position:relative;

   padding: 55px 0 125px;
  min-height:120vh;
}

#LPDarkSection1:before {
    display:none;
    content: "";
    background-image: url(https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Lace/lace-lp-dark-accent-4.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 626px;
    height: 625px;
    position:absolute;
    bottom: 290px;
    right: 0px;
}

#LPDarkSection1 .LPDarkSection1ContentTop,
#LPDarkSection1 .LPDarkSection1ContentLeft,
#LPDarkSection1 .LPDarkSection1ContentRight,
#LPDarkSection1 .LPDarkSection1ContentBottom {
    position: relative;
    z-index: 1000;
}

#LPFooterDarkV1 .cols {margin:0!important; background-color: #133ff0;}
  #LPFooterDarkV1 .footer-col-1 {max-width: 14%;}
  #LPFooterDarkV1 .footer-col-2 {width: 20%;padding-left:16px;}
  #LPFooterDarkV1 .footer-col-3 {width: 53%;padding-right:40px;}


#mpc-footer-row {
    background-color: #133ff0;
}

p.top3 {
 padding-left: 10%; 
}

#LPFooterDarkV1 {
    position:absolute;
    color: rgb(115, 115, 115);
    padding: 100px 0px 10px;
    background-color:#153ff0;
  bottom:0;
  padding-left:6% !important;
}

#LPFooterDarkV1 h5 {
    line-height: 30px;
    color: #737373!important;
    font-family: 'Noto Sans', Helvetica , Arial ,sans-serif!important;
    font-weight: 700;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 4px!important;
}

#LPFooterDarkV1 p {color: #737373;}
#mpc-footer-row h5 {color: #ffffff!important;}

#LPFooterDarkV1 a {
    position: relative;
    color: #737373!important;
}

.hs-form-required {
  
 margin-left:5px !important; 
}
#LPFooterDarkV1 ul {
    padding: 0;
    list-style: none;
}

#LPFooterDarkV1 ul li,
#LPFooterDarkV1 ul li a {
    font-size: 16px;
    color: #737373;
    line-height: 30px;
    font-family: 'Noto Sans', Helvetica , Arial ,sans-serif!important;
    word-wrap: break-word;
    font-weight: 400;
  text-decoration: underline !important;
}

#LPFooterDarkV1 ul li a {text-decoration:underline!important;}

.hs-form-booleancheckbox-display span a {text-decoration:underline !important;}

#LPFooterDarkV1 ul li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    transform: translateX(-50%);
    width: 100%;
    max-width: 0px;
    transition: max-width 0.2s ease-in-out 0s;
    border-bottom: 0.1rem solid rgb(175, 175, 175); 
}
#LPFooterDarkV1 ul li a:hover:after {max-width: 100%;}

#LPFooterDarkV1 .social-share li a:after {display:none!important;}

#IconicFeaturedTag {
    font-size: 2440%;
    line-height: 250px;
    -webkit-text-stroke: 0.5px rgb(0, 0, 0);
    color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    width: 100%;
    left: 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    top: -45px;
}

@media only screen and (min-width:1200px) {
  
  .container { width: 100%;}
  #mpc-footer-row.container width: 100%!important;{};
  #LPDarkSection1:before {width: 426px;height: 424px;bottom: 0;right: -125px;}
  
}


@media only screen and (max-width: 1199px) {
  
	.lg-hide {display: none!important;}
	.lg-display {display: block!important;}
	.text-center-1199 {text-align: center!important;}
	.bottom3-1199 {margin-bottom: 30px!important;}
	.aligncenter-1199 {float:none!important;display:block!important;margin:auto!important;margin-bottom: 30px!important;text-align: center!important;}
  #LPHeaderDarkV1 {padding: 30px 0 10px;}
  #LPFooterDarkV1 {padding: 80px 0px 30px;}
  .CatalystLPTemplate2023V1:before {width: 415px;height: 600px;right: -220px;z-index: 1;}
}


@media only screen and (min-width: 768px) {
  
  #LPFooterDarkV1 .cols {margin:0!important;}
  #LPFooterDarkV1 .footer-col-1 {width: 17%;}
  #LPFooterDarkV1 .footer-col-2 {width: 30%;}
  #LPFooterDarkV1 .footer-col-3 {width: 53%;}
  
}

@media only screen and (max-width: 767px) {
   h5.bottom0 {text-align:center;}
  .xs-top0 {margin-top:0px!important;}
  .xs-hide {display: none!important;}
	.xs-display {display: block!important;}
	.text-center-767 {text-align: center!important;}
	.aligncenter-767 {float:none!important;display:block!important;margin:auto!important;margin-bottom: 30px!important;text-align: center!important	;}
  .xs-bottom3 {margin-bottom:30px!important;}
   #languageCountry {     margin-top: 15px;   float: right; }
  .CatalystLPTemplate2023V1 h1 {font-size: 53px!important;}
  .CatalystLPTemplate2023V1 h1 span {font-size: 50px!important;}
  .CatalystLPTemplate2023V1 h1 i {font-size: 26px!important;}
  .CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form {
    display: block;
    padding: 20px;
    border-radius: 20px;
   
  }
   #LPDarkSection1 {min-height:150vh !important;}
  .CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field select,
  .CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="search"],
  .CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="email"],
  .CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="url"],
  .CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="text"],
  .CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="tel"],
  .CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field input[type="password"],
  .CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .hs-form-field textarea {border: 0.1rem solid #96A0B6;}
  #LPDarkSection1 {padding: 30px 0 50px;}
  #LPFooterDarkV1 .cols {margin:0!important; background-color: #133ff0;display: block !important;max-width:100% !important;}
  #LPFooterDarkV1 .footer-col-1 {width: 100% !important;}
  #LPFooterDarkV1 .footer-col-2 {width: 100% !important;}
  #LPFooterDarkV1 .footer-col-3 {width: 100% !important;font-size:14px !important;}
.footer-container-wrapper{
 background-color:#153FF0 !important;
  
}
  #LPFooterDarkV1{width:100% !important}
 
}

@media only screen and (max-width: 699px) {
 
  #languageCountry { margin-top: 15px; }
  .CatalystLPTemplate2023V1 { 
  overflow-x: hidden; 
  position:relative; 
  background-color:#153FF0;
  background-image: url(https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Catalyst/bgmobilecatalyst.png);
  background-color:#f5fbfe;
  background-repeat: no-repeat;
  background-position: 100% 0% !important;
  background-size:90% !important;
 
}
  .top3 {text-align:left !important;padding-left:0 !important;}
  
  #LPFooterDarkV1 h5 {text-align:left !important;} 
  
  


  }
  
 



@media only screen and (max-width: 699px) {
  
  #languageCountry button.btn {width: 70px;}
  #languageCountry button.btn > span:nth-child(1) {
    width: 18px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 4px;
 
  }
  
  #languageCountry button.btn > .caret {
    top: -3px;
    position: relative;
  }
  
}

@media only screen 
  and (min-device-width: 700px) 
  and (max-device-width: 1440px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  
   .CatalystLPTemplate2023V1 { 
  background-image: url(https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/catalystipadbg.png);
  background-repeat: no-repeat;
  background-position:90% 0%;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
     
   }
    
    #LPDarkSection1 {
      
      padding-left:40px !important;
    }
    
    #LPFooterDarkV1 {
    
    color: rgb(115, 115, 115);
    padding: 50px 0px 10px;
    background-color:#153ff0;
      position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
    
    .footer-container-wrapper {position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;}
    
    
  #LPFooterDarkV1 {padding: 5px 0px 20px 0px;}
    
    .CatalystLPTemplate2023V1 .hs_cos_wrapper_type_form .form-title {
    font-size: 25px;
    width: 500px;
}
}


.footer-container-wrapper{
 background-color:#153FF0 !important;
  padding-left:6% !important;
  padding-right:6% !important;
}

@media (min-width:1140px) and (min-height:1120px)
  {
  
#LPDarkSection1 {
   position:relative;

   padding: 55px 0 125px;
  min-height:83vh !important;
}

}