/* @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');

/***********************************************/
/* 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;}
.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:30px!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: #ffffff;
}
.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: 16px;
    padding: 12px 30px;
    font-family: 'Proxima Nova Bold', Helvetica , Arial ,sans-serif!important;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #FF92E1, #FDC300 );
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #0f0f0f inset;
}

.btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus {
    box-shadow: none;
    color: white;
}

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

.container {
    width: 1470px!important;
    max-width: 100%!important;
    margin: auto!important;
    float: none!important; 
}

.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;
    justify-content: space-between;
    width: 130px;
    max-width: 100%;
    margin-top:8px;
    margin-left: -7px;
    position: relative;
    z-index:1000;
}

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

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

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

.LaceLPDarkTemplate2022V1:before {
    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: 815px;
    height: 1000px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

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

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

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

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

.LaceLPDarkTemplate2022V1 a {color:#fff;}

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

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

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

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

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


.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field select,
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="search"],
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="email"],
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="url"],
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="text"],
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="tel"],
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="password"],
.LaceLPDarkTemplate2022V1 .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 #0F0F0F;
    background-color: #1B1B1B;
    color: #fff;
    border-radius: 16px;
}
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field select option {color:#fff;}
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field textarea {height:80px;margin-top: 20px;}

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

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

.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul.inputs-list,
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-radio ul.inputs-list,
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul.inputs-list {
    padding: 0 !important;
    margin: 0 0 10px!important;
    list-style: none;
}
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul.inputs-list label,
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-radio ul.inputs-list label,
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul.inputs-list label {
    color: #ffffff;
    font-weight: normal;
    position: relative;
    padding-left: 25px;
}
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul.inputs-list .hs-input,
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-radio ul.inputs-list .hs-input,
.LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul.inputs-list .hs-input {
    position: absolute;
    height: 12px;
    margin: 0!important;
    left: 0;
    top: 8px;
}

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

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

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

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

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

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

#LPHeaderDarkV1 {
   position:relative;
   background-color:#0F0F0F;
   padding: 80px 0 30px;
}

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


#LPDarkSection1 {
   position:relative;
   background-color: #0f0f0f;
   padding: 55px 0 125px;
}

#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;
}

.LPDarkSection1ContentTop {
padding-right:600px !important;
}
#LPFooterDarkV1 {
    position:relative;
    background-color: #0F0F0F;
    color: rgb(255, 255, 255);
    padding: 70px 0px 70px; 
}

#LPFooterDarkV1:before {
    display:none;
    content: "";
    background-image: url(https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Lace/lp-dark-accent-1.svg);
    background-repeat: no-repeat;
    width: 100vw;
    height: 190px;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#LPFooterDarkV1:after {
    display:none;
    content: "";
    background-image: url(https://8848114.fs1.hubspotusercontent-na1.net/hubfs/8848114/Lace/lp-dark-accent-2.svg);
    background-repeat: no-repeat;
    width: 100vw;
    height: 1070px;
    position:absolute;
    top: -1000px;
    left: 0;
    right: 0;
    margin: auto;
}

#LPFooterDarkV1 h5 {
    line-height: 30px;
    color: #F2F2F2!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: #F2F2F2!important;}

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

#LPFooterDarkV1 ul {
    padding: 0;
    list-style: none;
}

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

#LPFooterDarkV1 ul li a {text-decoration:none!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 (max-width: 1575px) {
  
  .container { width: 90% !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: 160px 0px 30px;}
  .LaceLPDarkTemplate2022V1: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: 30.209%;}
  #LPFooterDarkV1 .footer-col-2 {width: 49%;}
  #LPFooterDarkV1 .footer-col-3 {width: 20.791%;}
  
}

@media only screen and (max-width: 767px) {
  .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; }
  .LaceLPDarkTemplate2022V1 h1 {font-size: 53px!important;}
  .LaceLPDarkTemplate2022V1 h1 span {font-size: 50px!important;}
  .LaceLPDarkTemplate2022V1 h1 i {font-size: 26px!important;}
  .LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form {
    background-color: rgb(0 0 0 / 50%);
    display: block;
    padding: 20px;
    border-radius: 20px;
  }
  .LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field select,
  .LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="search"],
  .LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="email"],
  .LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="url"],
  .LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="text"],
  .LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="tel"],
  .LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="password"],
  .LaceLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field textarea {border: 0.1rem solid #fcb0a3;}
  #LPDarkSection1 {padding: 30px 0 50px;}
  .LPDarkSection1ContentTop {
padding-right:20px !important;
}
  #hs_cos_wrapper_widget_1687360966687 {
padding-right:20px !important;
}
}


@media only screen and (max-width: 580px) {
  
  
}

@media only screen and (max-width: 420px) {
 
  #languageCountry { margin-top: 15px; }
  
}

@media only screen and (max-width: 399px) {
  
  #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;
  }
  
}