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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*  * {
   padding: 0;
   margin: 0;
   box-sizing: border-box;
}  */
body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 16px;
  margin: 0;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Lists */

ul,
ol {
  margin: 0;
  padding-left: 28px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

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







/* 1a. Containers */





/* 1b. Colors */




.primary_color{
  color:#ffffff;
}
/* 1c. Typography */


























/* 1d. Buttons */












/* Forms  */















































/*  Footer */











 

 




html {
  font-size: 16px;
}


body {
  font-family: Urbanist, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #a9aaab;
  font-size: 16px;
  padding:0;
  margin:0;
  background-color: #1b1d2c;
  box-sizing: border-box;
}
.container{
  width: 100%; 
  padding:0 30px;
  max-width: 1340px;
  margin: 0 auto;
  box-sizing: border-box;
}

footer {
  padding-top: 25px;
padding-right: 0px;
padding-bottom: 60px;
padding-left: 0px;

  border-top: 1px solid rgba(4, 4, 26, 15%);
border-right: 0px solid #04041A;
border-bottom: 0px solid #04041A;
border-left: 0px solid #04041A;

  background: #1A1D2C;
  box-shadow: 0px -20px 115px 0px #07072c ;
}

/* Paragraphs */

p {
  font-family: Urbanist, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Urbanist, sans-serif; font-style: normal;
  color: #ffffff;
  font-size: 16px;
  line-height:1.5;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Urbanist, sans-serif; font-style: normal;
  color: #d7d7d7;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Urbanist, sans-serif; font-style: normal;
  color: #ffffff;
}

/* heading_font */

h1 {
    color: #ffffff;
    font-family: DM Sans;
    font-size: 48px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1.3;
}

h2 {
    color: #ffffff;
    font-family: DM Sans;
    font-size: 48px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1.3;
}

h3 {
    color: #ffffff;
    font-family: DM Sans;
    font-size: 38px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1.3;
}

h4 {
    color: #ffffff;
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1.3;
}

h5 {
    color: #ffffff;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1.3;
}

h6 {
    color: #ffffff;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1.3;
}


p {
   font-family: Urbanist, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
   color: #a9aaab;
   font-size: 16px;
   line-height: 1.3;
}


/* Blockquote */

blockquote {
  border-left-color: #1b1d2c;
}




button,
.button,
.hs-button,
.hs-blog-post-listing__post-button,
.primary_cta
{
  border: 1px solid rgba(4, 4, 26, 15%);

  padding-top: 14px;
padding-right: 20px;
padding-bottom: 14px;
padding-left: 20px;

  font-family: Urbanist, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #04041A;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: none;
  display: inline-block;
  box-shadow: 0px 0px 12px 4px #0B0B47 inset;
}
.private-button {
  box-shadow: unset;
}

.primary_cta:hover,
.primary_cta:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus
{
  color: rgba(255, 255, 255, 1.0);
  background-color: #04041A;
}

.primary_cta:active,
button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active{
  font-family: Urbanist, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(44, 44, 66, 1.0);
  border-color: #2c2c42;
}
.secondary_cta
{
  border: 1px solid rgba(4, 4, 26, 15%);

  padding-top: 14px;
padding-right: 20px;
padding-bottom: 14px;
padding-left: 20px;

  font-family: Urbanist, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: {color=#04041A, opacity=100, rgba=rgba(4, 4, 26, 1), rgb=rgb(4, 4, 26), hex=#04041A, css=#04041A};
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: none;
  display: inline-block;
}

.secondary:hover,
.secondary:focus 
{
   color: rgba(255, 255, 255, 1.0);
   background-color: #04041A;
}

.secondary:active {
  font-family: Urbanist, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(44, 44, 66, 1.0);
  border-color: #2c2c42;
}




form {
  background: #04041A;
  border: 0px solid #FFFFFF;

  padding: 30px;

  border-radius: 8px;
  box-shadow: 0px 0px 12px 4px #0B0B47 unset;
}
.hs-ipe-widget-placeholder {
  background-color: #04041A;
}

/* Form title */

.form-title {
  border: 0px solid #04041A;

  padding-top: 14px;
padding-right: 20px;
padding-bottom: 14px;
padding-left: 20px;

  font-weight: 500; text-decoration: none; font-family: Urbanist, sans-serif; font-style: normal;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 24px;
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
} 


/*  error  massage */
.hs-error-msg {
  font-weight: 500; text-decoration: none; font-family: Urbanist, sans-serif; font-style: normal;
  color: #731dd8;
  font-size : 16px;
  margin-top: 0.35rem;
}

/* Labels */

form label {
  color: #ffffff;
  font-weight: 500; text-decoration: none; font-family: Urbanist, sans-serif; font-style: normal;
  font-size : 16px;
}

/* Help text */

form legend {
  color: #ffffff;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 0px solid #04041A;

  color: #333333;
  font-weight: 500; text-decoration: none; font-family: Urbanist, sans-serif; font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  height:100%;
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 15px 20px;
  outline: none;
}
.hs-richtext {
  
  color: #ffffff;
  font-weight: 500; text-decoration: none; font-family: Urbanist, sans-serif; font-style: normal;
  font-size : 16px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: rgba(91, 91, 91, 0.4);
  
}

::-moz-placeholder {
 color: rgba(91, 91, 91, 0.4);
}

:-ms-input-placeholder {
  color: rgba(91, 91, 91, 0.4);
}

::placeholder {
 color: rgba(91, 91, 91, 0.4);
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: rgba(91, 91, 91, 0.4);
}

.fn-date-picker td.is-selected .pika-button {
  background: #ffffff;
}

.fn-date-picker td .pika-button:hover {
  background-color: #ffffff !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #ffffff;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #731DD8;
;
  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;
;
  font-family: Urbanist, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
   font-size: 18px;
  background-color: rgba(255, 255, 255,0.0);
  border-radius: 10px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: ;
  color: ;
}



 @media (max-width: 900px) { 
   h1 {
    font-size: 40.0px !important;
    line-height: 1.5 !important;
     }

   h2 {
   font-size: 40.0px !important; 
    line-height: 1.5 !important;
   }
 
  h3 {
  font-size: 31.666666666666668px !important; 
    line-height: 1.5 !important;
  }

  h4 {
    font-size: 20.0px !important;
    line-height: 1.5 !important;
   }
   
}




@media (max-width:767px){
 .button,
  button {
     font-size: 12px;
     padding: 9.943px 14.205px;
  }
  h1 {
    font-size: 25px !important;
    line-height: 1.2 !important;
   }

 h2 {
   font-size: 24px !important;
    line-height: 1.2 !important;
  }

 h3 {
    font-size: 20px !important;
    line-height: 1.2 !important;

  }

 h4 {
    font-size: 18px !important;
    line-height: 1.2 !important;

  }

 h5 {
    font-size: 16px !important;
    line-height: 1.2 !important;

 }

 h6 {
    font-size: 14px !important;
    line-height: 1.2 !important;
 
   }
 p {
    font-size: px !important;
    line-height: 1.2 !important;

  }
   footer {
    padding-top: 25px;
padding-right: 0px;
padding-bottom: 16px;
padding-left: 0px;

  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.header__container {
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding: 25px 20px;
}
.header__container .hs_cos_wrapper img {
  display:block;
}
.header__row-1 {
  padding-left:30px;
}
.header__flex {
 display:flex;
 gap:30px;
 align-items:center;
}
.header__search {
  position:relative;
}
.header__search ::placeholder {
 color:#ffffff;
}

.header__search form {
  border-radius: 5px;
  border: 1px solid #FFF;
  box-shadow:unset;
  display:flex;
  background: transparent;
  padding:14px 20px;
}
.header__search .hs-search-field__bar button {
  width: 21px;
  height: 21px;
  padding:0px;
  background: transparent;
  border:0px;
  box-shadow: unset;
  position: absolute;
  right: 20px;
  top:18px;
}
.header__search .hs-search-field__bar button svg {
  height: 18px;
  fill: #ffffff;
}

.header__search .hs-search-field__bar form input[type=text] {
  color:#ffffff;
  background:transparent;
  border: 0;
  padding: 0;
  outline:none;
}

.header__search .hs-search-field__bar :placeholder {
  color:#ffffff; 
}
.Hide {
     display: block !important;
    }

/*  Language Switche  */ 

.header__switcher .globe_class {
    width: 30px;
    height: 30px;
    background-image: url(//2520118.fs1.hubspotusercontent-na1.net/hubfs/2520118/raw_assets/public/@marketplace/Growth_Natives/Luminafolio/images/language-switcher-icon.png);
}
.header__switcher:empty{
  display:none
}
.header__switcher .header__language-switcher--label-current {
  display:none;
}
.header__switcher .lang_switcher_class {
    display: block;
}

.header__switcher .lang_list_class:before {
    top: 0;
    border: none;
    border-bottom-color: #000;
}
.header__switcher .lang_list_class:after {
    top: 0px;
    left: 50%;
    border: none;
    border-bottom-color: #fff;
    margin-bottom: 0;
}
.header__switcher .lang_list_class {
  left: 0;
}
.globe_class:hover .lang_list_class {
    width: 140px;
    display: block;
}
.lang_list_class li:first-child { 
  border-top-left-radius:8px;
   border-top-right-radius:8px;
}
.lang_list_class li:last-child { 
  border-bottom-left-radius:8px;
   border-bottom-right-radius:8px;
}
.header__switcher .lang_list_class li a {
  color :#03080F;
  font-size: 14px;
}
.header__switcher .lang_list_class li a:hover {
  color : #731DD8;
}
@media (max-width: 1360px) { 
  .header__switcher .lang_list_class {
  left: -20px;
  }
}
@media (max-width: 1180px) { 
.header__search .hs-search-field__bar form input[type=text] {
  width:130px;
}
  .header__flex {
      gap:20px;
  } 
   .header__row-1 {
     padding-left: 10px;
  }
  #header .header-cta .single-col-cta .primary_cta {
       font-size:16px !important;
     }
 }

@media only screen and (max-width: 991px) {
  #header .header-cta .single-col-cta .primary_cta {
       font-size:18px !important;
     }
  .header__row-1 {
     padding-left: 0px;
  }
  .header__search .hs-search-field__bar form input[type=text] {
  width: 100%;
  }
  .header__switcher .lang_switcher_class {
   position: absolute;
    top: 25px;
    right: 70px;
  }
    .header__container {
    flex-direction:column;
    align-items: start;
    } 
  .header__flex {
    flex-direction:column;
    width:100%;
  }
  .header__cta {
    display:none;
  }
  .header__row-1 {
     display:none;
  }
}
@media only screen and (max-width: 580px) {
  .header__row-1 {
    width:100%;
  }
  .header__cta {
    width:100%;
  }
  .header__cta .single-col-cta .primary_cta {
    display:inline-block !important;
    width:100%;
    box-sizing:border-box;
    text-align:center;
  }
  
}