/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */















.dnd-section > .row-fluid {
  max-width: 1220px;
}

.dnd-section {
  padding-bottom: 60px;
  padding-top: 60px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1220px;
}




body {
  color: #808080;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
}


a {
  color: rgba(147, 84, 255, 1.0);
}

a:hover {
  color: rgba(218, 255, 1, 1.0);
} 

  a:active {
    color: rgba(187, 124, 255, 1.0);
  }

h1 {
  color: #000000;
  font-family: Montserrat;
  font-size: 73px;
  font-weight: 700;
}


h2 {
  color: #000000;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
}


h3 {
  color: #000000;
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 700;
}



h4 {
  color: #000000;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
}



h5 {
  color: #000000;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
}

h6 {
  color: #000000;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 400;
}

blockquote {
  border-left: 10px solid #F8FAFC;;
}

@media (max-width: 991px){
  h2 {
    font-size: 22.354694485842025px;    
  }
  h3{
    font-size: 17.00000089473689px;        
  }
}

@media (max-width: 767px){
  h2 {
    font-size: 19.149017655394278px;   
  }
}








form,
.submitted-message {
  font-family: Montserrat;
  background-color: rgba(#null, 0.0);
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(0, 0, 0, 1.0);
  border-radius: 34px;
  border-width: 3px;
  color: rgba(0, 0, 0, 1.0);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(147, 84, 255, 1.0);
  border-color: rgba(147, 84, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(40, 40, 40, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

.hs-form label {
  color: rgba(0, 0, 0, 1.0);
}

.hs-form legend {
  color: rgba(0, 0, 0, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(#null, 0.0);
  border-color: rgba(221, 221, 221, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(221, 221, 221, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #808080;
}

.hs-richtext {
  font-size: 15;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Montserrat;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(128, 128, 128, 1.0);
  color: rgba(128, 128, 128, 1.0);
}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(128, 128, 128, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(128, 128, 128, 1.0);
}





.header-inner-group {
  background-color: rgba(#null, 0.0);
}

.header__container {
  max-width: 1406.0000044px;
}

body .custom-menu-primary a,
body .custom-menu-primary .hs-menu-wrapper > ul > li > a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a{
  color: rgba(218, 255, 1, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
body .custom-menu-primary a.active-branch,
.custom-menu-primary .navigation-primary>ul>li>a.menu-link.active-item,
.language-switcher ul li a.active-item{
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
body .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
body .custom-menu-primary .submenu.level-1 > li.active-branch>a,
.custom-menu-primary .navigation-primary>ul>li>a.menu-link.active-item{
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
body .custom-menu-primary .hs-menu-wrapper > ul > li > a:focus,
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul li a,
body .custom-menu-primary .submenu.level-2 > li > a,
.language-switcher ul li a{
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul li ul.hs-menu-children-wrapper,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link,
.language-switcher ul li a{
  background-color: rgba(218, 255, 1, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(218, 255, 1, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 0.7000000000000001);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a,
body .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
body .header .phone-number,
body .header .phone-number a{
  color: rgba(255, 255, 255, 1.0);
}
body .header .phone-number a:focus,
body .header .phone-number a:hover{
  color: rgba(218, 255, 1, 1.0);
}
body .cm-request-quotation-group .popup-btn{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
  border-color:rgba(255, 255, 255, 1.0);
}
body .cm-request-quotation-group .popup-btn:hover{
  background-color: rgba(147, 84, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color:rgba(147, 84, 255, 1.0);
}


.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Montserrat;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(#null, 0.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 1.0);
  }
}





footer.footer.lp-footer {
  background-color: rgba(16, 17, 36, 1.0) !important;
}
body .footer.lp-footer a,
body .footer.lp-footer .hs-menu-wrapper ul li a{
  color: rgba(255, 255, 255, 1.0);
}
body .footer.lp-footer a:hover,
body .footer.lp-footer .hs-menu-wrapper ul li a:hover{
  color: rgba(0, 173, 237, 1.0);
}
footer.footer {
  background-color: rgba(248, 249, 249, 1.0);
}
body .footer a,
body .footer .hs-menu-wrapper ul li a{
  color: rgba(0, 0, 0, 1.0);
}
body .footer a:hover,
body .footer .hs-menu-wrapper ul li a:hover{
  color: rgba(147, 84, 255, 1.0);
}
body .footer .footer__main p{
  color: rgba(0, 0, 0, 1.0);
}
.footer__container {
  max-width: 1220px;
}





.content-wrapper {
  max-width: 1220px;
}

.blog-post__date {
  border-color: #808080;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}










body .icon svg {
  fill: #494A52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494A52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494A52;
}

body .social-links__icon {
  background-color: #494A52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__descripxion {
  background-color: #F8FAFC;
}

.page-center {
  max-width: 1220px;
  margin: 0 auto;
}






.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}