







/* 1a. Containers */




/* 1b. Colors */












































































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */








/* 1h. Site footer */








.wrapper-footer-page,
.dnd-section,
.content-wrapper--vertical-spacing{
  padding-bottom: 16.0px;
  padding-top: 16.0px;
}

@media (min-width: 576px){
  .wrapper-footer-page,
  .dnd-section,
  .content-wrapper--vertical-spacing{
    padding-bottom: 35.0px;
    padding-top: 35.0px;
  }
}

@media (min-width: 768px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 749.9999999976001px;

  }
  .dnd-section,
  .wrapper-footer-page,
  .content-wrapper--vertical-spacing{
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 992px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 969.9999999895999px;
  }
}


@media (min-width: 1200px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1169.999999992px;

  }
}

@media (min-width: 1400px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1359.999999992px;
  }
}

@media (min-width: 1560px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1520px;
  }
}





body {
  font-size: 14px;
  color: #172041;
  font-weight: 400;
  font-family: Poppins, Arial,Microsoft Yahei,sans-serif;
}


/* Anchors */

a {
  color: 

  
  
    
  


  rgba(66, 141, 252, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(4, 98, 238, 1.0)

;
}

/* Headings */

h1 {
  font-family: Poppins, Arial, Microsoft Yahei,sans-serif;
  font-size: 54px;
  color: #172041;
  font-weight: 600;
}

h2 {
  font-family: Poppins, Arial, Microsoft Yahei,sans-serif;
  font-size: 40px;
  color: #403d3a;
  font-weight: 300;
}

h3 {
  font-family: Poppins, Arial, Microsoft Yahei,sans-serif;
  font-size: 32px;
  color: #403d3a;
  font-weight: 500;
}

h4 {
  font-family: Poppins, Arial, Microsoft Yahei,sans-serif;
  font-size: 24px;
  color: #403d3a;
  font-weight: 500;
}

h5 {
  font-family: Poppins, Arial, Microsoft Yahei,sans-serif;
  font-size: 17px;
  color: #172041;
  font-weight: 500;
}

h6 {
  font-family: Poppins, Arial, Microsoft Yahei,sans-serif;
  font-size: 16px;
  color: #172041;
  font-weight: 500;
}

@media (max-width: 767px){
  h1{
    font-size: 42px;
  }
  h2{
    font-size: 36px;
  }
  h3{
    font-size: 30px;
  }
  h4{
    font-size: 24px;
  }
  h5{
    font-size: 18px;
  }
}

/* Blockquote */

blockquote {
  border-left-color: ;
}

@media (max-width: 767.98px){
  h2 {
    font-size: 26.0px;
  }
  h3 {
    font-size: 22.0px;
  }
  h4{
    font-size: 19.99992px;
  }
}





button,
.button,
.hs-button{
  background-color: 

  
  
    
  


  rgba(167, 32, 36, 0.0)

;
  border: 3px solid #a72024;
  border-radius: 0px;
  color: #a72024;
  padding: 6px 12px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus{
  background-color: rgba(127, 0, 0, 0.0);
  border-color: #7f0000;
  color: #a72024;
}

button:active,
.button:active,
.hs-button:active{
  background-color: rgba(207, 72, 76, 0.0);
  border-color: #cf484c;
  color: #a72024;
}





form,
.submitted-message {
  font-size: 14px;
  color: #172041;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(64, 61, 58, 1.0);
}

/* Form label */

form label {
  color: rgba(64, 61, 58, 1.0);
}

/* Form help text */

form legend {
  color: rgba(64, 61, 58, 1.0);
}


form input[type=text],
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-color: rgba(206, 212, 218, 1.0);
  border-radius: 4px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(22, 146, 236, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #172041;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #172041;
}

/* Submit button */

form input[type=submit]{
  background-color: 

  
  
    
  


  rgba(167, 32, 36, 0.0)

;
  border: 3px solid #a72024;
  border-radius: 0px;
  color: #a72024;
  padding: 6px 12px;
}


form input[type=submit]:focus{
  background-color: rgba(127, 0, 0, 0.0);
  border-color: #7f0000;
  color: #a72024;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(207, 72, 76, 0.0);
  border-color: #cf484c;
  color: #a72024;
}


/* Submit button */
button,
.button,
.hs-button,
.button--primary {
  background-color: rgba(167, 32, 36, 0.0);
  border-color: rgba(167, 32, 36, 1.0);
  border-radius: 0px;
  border-width: 3px;
  color: rgba(167, 32, 36, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}
button:hover, .button:hover,
.hs-button:hover,
.button--primary:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(167, 32, 36, 1.0);
  border-color: rgba(167, 32, 36, 1.0);
}




table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}



.press-header header.header:not(.fix-header){
  background-color: rgba(255, 255, 255, 0.0) ;
}

.header .nav-wrap .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}

.header .nav-wrap .hs-menu-wrapper>ul>li>a:hover{
  background-image: linear-gradient(270deg, 

  
  
    
  


  rgba(119, 82, 249, 1.0)

 0%, 

  
  
    
  


  rgba(66, 141, 252, 1.0)

 100%);
}

.header .nav-wrap .hs-menu-wrapper>ul ul{
  background-color: rgba(23, 33, 63, 1.0) ;
}

.header .nav-wrap .hs-menu-wrapper>ul ul>li>a{
  color: rgba(255, 255, 255, 1.0) ;
}
.header .nav-wrap .hs-menu-wrapper>ul ul>li>a:hover{
  background-image: linear-gradient(270deg, 

  
  
    
  


  rgba(119, 82, 249, 1.0)

 0%, 

  
  
    
  


  rgba(66, 141, 252, 1.0)

 100%);
}

.header .nav-wrap .hs-menu-wrapper>ul>li.active>a{
  background-image: linear-gradient(270deg, 

  
  
    
  


  rgba(119, 82, 249, 1.0)

 0%, 

  
  
    
  


  rgba(66, 141, 252, 1.0)

 100%);
}

.header .navbar-drive a {
  color: rgba(12, 227, 129, 1.0) ;
}

.header .navbar-drive a:hover {
  color: rgba(12, 227, 129, 1.0) ;
}








.header .navbar-get-app form .actions .hs-button {
  background-image: linear-gradient(270deg, 

  
  
    
  


  rgba(#null, 1)

 2.82%, 

  
  
    
  


  rgba(#null, 1)

 100.85%);
  color: 

  
  
    
  


  rgba(#null, 1)


}

.header .navbar-get-app form .actions .hs-button:hover {
  background-image: linear-gradient(270deg, 

  
  
    
  


  rgba(#null, 1)

 2.82%, 

  
  
    
  


  rgba(#null, 1)

 100.85%);
}













footer.footer{
  background-color: rgba(23, 32, 65, 1.0);
}
.social_follow h2,
.footer .subscribe-box .form-title,
.footer .right-section .app-download-list p{
  color: rgba(226, 238, 255, 1.0);
}
.footer .bottom .footer_copyright_links .hs-menu-wrapper>ul>li>a {
  color: rgba(255, 255, 255, 0.7000000000000001);
}
.footer .bottom .footer_copyright_links .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(217, 217, 217, 0.7000000000000001);
}

.footer .right-section .footer-nav-box .hs-menu-wrapper>ul>li a{
  color: rgba(226, 238, 255, 1.0);
}
.footer .right-section .footer-nav-box .hs-menu-wrapper>ul>li a:hover{
  color: rgba(66, 141, 252, 1.0);
}
.footer .bottom{
  color: rgba(255, 255, 255, 0.7000000000000001);
}











.card__price {
  font-family: Poppins, Arial, Microsoft Yahei,sans-serif
    font-size: 32px;
  color: #403d3a;
  font-weight: 500
}