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

@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;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;}
.text-white {color:#fff!important;}
.text-blue {color:#476dea!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: 6px;
    padding: 15px 30px 13px;
    font-family: 'Proxima Nova Bold', Helvetica , Arial ,sans-serif!important;
    font-weight: 700;
    line-height: 22px;
    font-size: 20px;
    color: #fff;
    border: none;
    background: #2353fe;
    letter-spacing: 0.3px;
    box-shadow: 0px 10px 13px rgb(60 200 255 / 30%);
    width: 300px;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

.btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus {
    transform: scale(1.05);
}

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

.container {
    width: 1270px!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;
}

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

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

.EssCardanoLPDarkTemplate2022V1 { 
  overflow-x: hidden; 
  position:relative; 
  background-color:#0b122c;
  background-image: url();
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.EssCardanoLPDarkTemplate2022V1 h1 {font-size: 68px;line-height: 100%;}
.EssCardanoLPDarkTemplate2022V1 h2,
.EssCardanoLPDarkTemplate2022V1 .section-title {font-size:52px;line-height: 110%;}
.EssCardanoLPDarkTemplate2022V1 h3 {font-size:26px;}
.EssCardanoLPDarkTemplate2022V1 h4 {font-size:24px;}
.EssCardanoLPDarkTemplate2022V1 h5 {font-size:22px;}
.EssCardanoLPDarkTemplate2022V1 h6 {font-size:20px;}

.EssCardanoLPDarkTemplate2022V1 ul li,
.EssCardanoLPDarkTemplate2022V1 ol li,
.EssCardanoLPDarkTemplate2022V1 p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Chivo', Helvetica , Arial ,sans-serif!important;
    color: #fff;
}

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

.EssCardanoLPDarkTemplate2022V1 a:not(.btn) {color:#ff5453;}

.EssCardanoLPDarkTemplate2022V1 img,
.EssCardanoLPDarkTemplate2022V1 iframe {max-width:100%;}

.EssCardanoLPDarkTemplate2022V1 strong {
     font-family: 'Chivo', Helvetica , Arial ,sans-serif!important;
     font-weight: 700!important;
}

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

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

.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form {
    position: relative;
    background-color: rgb(35 83 254 / 60%);
    display: inline-block;
    padding: 30px 35px 35px;
    width: 100%;
    max-width: 100%;
}
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form.transparent {
    background-color:transparent;
    padding:0;
}
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .form-title {font-size: 25px;}
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .desc,
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-richtext p {color:#c8c8c8!important;}
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-richtext p a {color:#fff!important;}
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field {margin-bottom: 15margin-bottom: 10px!important;px;}
.EssCardanoLPDarkTemplate2022V1 .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: 'Chivo', Helvetica , Arial ,sans-serif!important;
}
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form.hide-label .hs-form-field > label {display: none!important;}

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

.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field select,
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="search"],
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="email"],
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="url"],
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="text"],
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="tel"],
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field input[type="password"],
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field textarea {
    display: flex;
    height: 55px;
    -webkit-box-align: center;
    align-items: center;
    border-image: initial;
    font-family: 'Chivo',Helvetica,Arial,sans-serif !important;
    font-size: 18px;
    font-weight: 400 !important;
    margin-top: 15px;
    margin-bottom: 5px !important;
    padding: 15px 20px;
    width: 100% !important;
    max-width: 100% !important;
    border: 0.1rem solid #FFF;
    background-color: #FFF;
    color: #000;
    border-radius: 7px;
}
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field select option {color:#000;}
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-form-field textarea {height:80px;margin-top: 20px;}

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

.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form ::placeholder {color: #000000!important;}
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form :-ms-input-placeholder {color: #000000!important;}
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form ::-ms-input-placeholder {color: #000000!important;}

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

.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul.inputs-list,
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-radio ul.inputs-list,
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul.inputs-list {
    padding: 0 !important;
    margin: 0 0 10px!important;
    list-style: none;
}
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul.inputs-list label,
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-radio ul.inputs-list label,
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul.inputs-list label {
    color: #c8c8c8;
    font-weight: normal;
    position: relative;
    padding-left: 35px;
    margin-bottom: 7px;
}
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul.inputs-list .hs-input,
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-radio ul.inputs-list .hs-input,
.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul.inputs-list .hs-input {
    position: absolute;
    height: 12px;
    margin: 0!important;
    left: 4px;
    top: 8px;
    transform: scale(1.8);
}

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

.EssCardanoLPDarkTemplate2022V1 .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;
}

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

.EssCardanoLPDarkTemplate2022V1 .hs_cos_wrapper_type_form .hs-submit input[type="submit"] {
  margin-top: 10px!important;
  background-color: #0b122c;
  padding: 22px 30px 20px;
  font-size: 22px;
  text-transform: uppercase;
  width: 100%;
}

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

#LPHeaderDarkV1 {
   position:relative;
   padding: 50px 0 30px;
}


#LPDarkSection1 {
   position:relative;
   padding: 35px 0 125px;
   min-height:800px;
}

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

#LPFooterDarkV1 {position:relative;}

#LPFooterDarkV1 .footer-col-1 {
    position:relative;
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 35px 0px;
}

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

#LPFooterDarkV1 p {font-size:16px;}

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

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

#LPFooterDarkV1 ul li,
#LPFooterDarkV1 ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    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: 500px;
    height: 626px;
    top: auto;
    bottom: -90px;
    right: -128px;
    z-index: 10;
  }
  
}


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


@media only screen and (min-width: 768px) {
  
  
}

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


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

#hs_cos_wrapper_module_1653680559323107 {text-align:center !important;}