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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
/* @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    */
/*****************************************/

















/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/











/* 1a. Containers */



/* 1b. Colors */





/* 1c. Typography */













/* 1d. Buttons */

/* 1e. Forms */

























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

.dnd-section {
  padding: px 20px;
  display: flex;
  justify-content: center;
}

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


@media only screen and (max-width:1280px) {
  .container {padding: 0 15px;}
}




html {
  font-size: ;
}

body {
  font-family: ;
  font-size: ;
  color: ;
  line-height: 26px;
}

/* Paragraphs */

p {
  font-size: ;
  color: 
  
  
    
  
  rgba(#null, 1)
;
}

/* Anchors */

a {
  color: ;
}

a:hover,
a:focus {
  color: ;
  text-decoration: none;
}

a:focus {
  color: ;
  text-decoration: none;
}

a:active {
  color: ;
  text-decoration: none;
}

/* Headings */
h1,.h1 {

  ;
  color: ;
  font-size: ;  
  letter-spacing: px;
  text-transform: ;
}

h2,.h2 {
  ;
  color: ;
  font-size: ;  
  letter-spacing: px;
  text-transform: ;
}

h3,.h3 {
  ;
  color: ;
  font-size: ;  
  letter-spacing: px;
  text-transform: ;
}

h4,.h4 {
  ;
  color: ;
  font-size: ;  
  letter-spacing: px;
  text-transform: ;
}

h5,.h5 {
  ;
  color: ;
  font-size: ;  
  letter-spacing: px;
  text-transform: ;
}

h6,.h6 {
  ;
  color: ;
  font-size: ;  
  letter-spacing: px;
  text-transform: ;
}

.overline {
  color: ;
  margin-bottom: 18px;
}


h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  margin-bottom: 22px;
}

/*  Heading tag Responsive CSS */
@media only screen and (max-width:1024px) {
  h1,.h1 {
    font-size: 52px;
  }

  h2,.h2 {
    font-size: 42px;
  }

  h3,.h3 {
    font-size: 32px;
  }
}

@media only screen and (max-width:767px) {
  h3,.h3, h4,.h4, h5,.h5, h6,.h6 {
    margin: 0 0 15px;
  }
  h1,.h1 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px;

  }

  h2,.h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  h3,.h3 {
    font-size: 28px;
  }

  h4,.h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width:479px) {
  h1,.h1 {
    font-size: 36px;
    line-height: 42px;
  }
}


/* Blockquote */

blockquote {
  border-left-color: 
  
  
    
  
  rgba(#null, 1)
;
}






button,
.button {
  background-color: ;
  border: px  ;
  border-radius: ;
  color: ;
}

button:hover,
button:focus,
.button:hover,
.button:focus { 
  color: ;
}

button:active,
.button:active { 
  color: ;
}

.btn {
  color: ;
  background-color: ;
}

.large_btn { 
  background-color: ;
}

.btn.bordered_btn
{
  color: ;
  border:px  ;
  padding: 12px 30px;
}

.large_btn.bordered_btn {
  padding: 15px 30px;
}

.small_btn.bordered_btn {
  padding: 6px 28px;
  border: 1px solid ;
}

.btn.bordered_btn:hover{
  color: ;
  background-color: ;
  border-color: ;
  -webkit-filter: contrast(2);
  filter: contrast(2);
  box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
}

.btn.bordered_btn:active {
  text-decoration:none;
  background-color: ;
  border-color: ;
  -webkit-filter: contrast(2);
  filter: contrast(2);
  box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);

}

.btn.filled_btn:hover {
  color: #fff;
  background-color: ;
}

.filled_btn {
  color: #fff;
}

.filled_btn:active,
.filled_btn:focus {
  color: #fff;
}


.cta_button.cta-text-small:hover {
  background-color: transparent !important;
  text-decoration: none !important;
  color:  !important;
}

.cta_button.cta-text-medium:hover {
  background-color: transparent !important;
  text-decoration: none !important;
  color:  !important;
}

.cta_button.cta-text-large:hover {
  background-color: transparent  !important;
  text-decoration: none !important;
  color:  !important;
}




form {
  padding: 30px;
  background-color: 
  
  
    
  
  rgba(#null, 1)
;
  border: 2px solid 
  
  
    
  
  rgba(#null, 1)
;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);;
}

form,
.submitted-message {
  ;

}

/* Form title */

h3.form-title {
  font-size: 24px;
  background-color: 
  
  
    
  
  rgba(#null, 1)
;
  color: 
  
  
    
  
  rgba(#null, 1)
;
  padding: 30px;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);;
}

/* Form label */

form label {
  color: 
  
  
    
  
  rgba(#null, 1)
;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: ;
  padding-left: 0px;
}

/* Form help text */

form legend {
  color: ;
}

/* Form inputs */
input,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;  
  border-color: 
  
  
    
  
  rgba(#null, 1)
;
  color: 
  
  
    
  
  rgba(#null, 1)
;
  background-color: 
  
  
    
  
  rgba(#null, 1)
;
  outline:none;
  box-shadow:none !important;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; 

}

.hs-input[type="file"] {
  border-color: 
  
  
    
  
  rgba(#null, 1)
;
}

.hs-input[type="file"]:focus {
  border-color: 
  
  
    
  
  rgba(#null, 1)
;
}

form .hs-input[type="radio"],
form .hs-input[type="radio"]{
  border-color: 
  
  
    
  
  rgba(#null, 1)
;
}

.hs-fieldtype-checkbox .hs-input[type="checkbox"],
.hs-fieldtype-booleancheckbox .hs-input[type="checkbox"]{
  border-color: 
  
  
    
  
  rgba(#null, 1)
;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: 
  
  
    
  
  rgba(#null, 1)
;
  outline: 0;
  box-shadow:none;
}

form input[type="submit"]:focus, form .hs-button:focus {
  outline: 0;
}

.input:focus,
.textarea:focus,
.select select:focus,
.is-focused.input,
.is-focused.textarea,
.select select.is-focused,
.input:active,
.textarea:active,
.select select:active, 
.is-active.input,
.is-active.textarea,
.select select.is-active {
  box-shadow: none !important;
  outline:0;
}

input:active,
input[type=text]:active,
input[type=email]:active,
input[type=password]:active,
input[type=tel]:active,
input[type=number]:active,
input[type=file]:active,
select:active,
textarea:active {
  border-color: 
  
  
    
  
  rgba(#null, 1)
;
  outline: 0;
  box-shadow:none !important;
}

input:hover,
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=file]:hover,
select:hover,
textarea:hover {
  border-color: 
  
  
    
  
  rgba(#null, 1)
;
  outline: 0;
  box-shadow:none !important;
}

.hs-input[type="file"]:hover {
  border-color: 
  
  
    
  
  rgba(#null, 1)
;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: 
  
  
    
  
  rgba(#null, 1)
;
}

select {
  color: #dcdfe6;
}
option:not(:first-of-type) {
  color: ;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: 
  
  
    
  
  rgba(#null, 1)
;
}

.fn-date-picker td .pika-button:hover {
  background-color: 
  
  
    
  
  rgba(#null, 1)
 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: 
  
  
    
  
  rgba(#null, 1)
;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  min-width: 210px;
  font-size: 16px;
  padding: 17px 52px;
  border-radius: 5px;
  text-align: center;
  color: 
  
  
    
  
  rgba(#null, 1)
;
  background-color: 
  
  
    
  
  rgba(#null, 1)
;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform:uppercase;
  border:none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 
  
  
    
  
  rgba(#null, 1)
;
  border-color: 
  
  
    
  
  rgba(#null, 1)
;
  -webkit-filter: contrast(2);
  filter: contrast(2); 
  box-shadow: 0 7px 7px 0 rgba(0,0,0,0.3) !important;
  -webkit-box-shadow: 0 7px 7px 0 rgba(0,0,0,0.3) !important;

}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper {
  box-shadow: none !important;
}


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

.hs-error-msg {
  color:
  
  
    
  
  rgba(#null, 1)
;
  text-transform: capitalize;
}

.no-list.hs-error-msgs.inputs-list .hs-main-font-element{
  color:
  
  
    
  
  rgba(#null, 1)
;
}

.submitted-message {
  color: 
  
  
    
  
  rgba(#null, 1)
;
}

.hs-input.invalid.error {
  border-color: 
  
  
    
  
  rgba(#null, 1)
;
}

.hs-fieldtype-radio .input,
.hs-fieldtype-checkbox .input{
  box-shadow: none;
}

input:disabled
{
  background-color: #e6e6e6;
  cursor: no-drop;
}

.hs-form-field {
  margin-bottom: 16px;
}

.field:not(:last-child) {
  margin-bottom: 16px;
}

select {
  background-image: url("https://4057429.fs1.hubspotusercontent-na1.net/hubfs/4057429/Regal_Core_Theme/Icons/dropdown-arrow.jpg");
  background-position: 98% center;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.hs-form-radio .hs-input {
  text-transform: capitalize;
}

@media only screen and (max-width:479px) {
  form input[type="submit"], form .hs-button {
    font-size: 14px;
    padding: 17px 15px;
  }
}





body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: ;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: ;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: 
  
  
    
  
  rgba(#null, 1)
;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: ;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: ;
}

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

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: ;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}








/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a{
  color: ;
}






.blog-post__date {
  border-color: ;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: ;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: ;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: ;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: 
  
  
    
  
  rgba(#null, 1)
;
}

.blog-pagination__link {
  color: ;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: 
  
  
    
  
  rgba(#null, 1)
;
}

.blog-post__title {
  ;
  color: ;
  font-size: ;
}

.blog-post__author {
  background-color: 
  
  
    
  
  rgba(#null, 1)
;
}

#comments-listing .comment-reply-to {
  color: ;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: ;
}

#comments-listing .comment-reply-to:active {
  color: ;
}











body .icon svg {
  fill: 
  
  
    
  
  rgba(#null, 1)
;
}

body .tns-nav button.tns-nav-active {
  background-color: 
  
  
    
  
  rgba(#null, 1)
;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: 
  
  
    
  
  rgba(#null, 1)
;
}

body .team-member__description {
  background-color: 
  
  
    
  
  rgba(#null, 1)
;
}


ol li::before {
  display: none;
}

ol {
  padding-left: 18px;
}

ol li {
  padding-left: 5px;
}

/* About me CSS */

.body-container-wrapper.about-me.banner-top-space-without-topbar {
  padding-top: 70px;
}

ul li:before {
  display: none;
}

ul li {
  padding-left: 10px;
}

ul {
  padding-left: 15px;
}

ul li::marker,
ol li::marker{
  content: initial !important;
}

/* Follow me Module CSS */
.social-links .social-links__icon {
  width: initial;
  height: initial;
  margin: 0;
}

.social-links .social-links__icon:hover svg {
  fill: #fff;
}

.social-links .social-links__icon-wrapper {
  margin: 0;
}

.full-width {
  padding: 0 30px;
}

.grecaptcha-badge {
  margin: 0;
}

@media only screen and (max-width:1024px) {
  .full-width {
    padding: 0 15px;
  }
}

/*<![CDATA[*/
/* everything in this style tag will be inlined onto matching elements */
@font-face { font-family: acumin-pro; 
  src: url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 300;
  letter-spacing:2px;
  font-display: swap; 
}
@font-face { font-family: acumin-pro; 
  src: url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 700; 
  font-display: swap;
}
@font-face { font-family: acumin-pro; 
  src: url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 300;
  letter-spacing:2px;
  font-display: swap; 
}
@font-face { font-family: acumin-pro; 
  src: url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 700; 
  font-display: swap;
}
p, li, ul, ol
{font-family: acumin-pro,roboto, 'Roboto', sans-serif;
  src: url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;700&display=swap');
  font-style: normal; 
  font-weight: 300;
  margin-top:10px;
  letter-spacing:2px;
  font-size:10pt;
  text-align:center;
  line-height:1.2;}

@font-face { font-family: acumin-pro-extra-condensed;
  src: url("https://use.typekit.net/af/c4767b/00000000000000003b9acb20/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/c4767b/00000000000000003b9acb20/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/c4767b/00000000000000003b9acb20/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal; 
  font-weight: 700; 
  font-display: swap;
}



h3 {font-family: acumin-pro-extra-condensed;
  src: url("https://use.typekit.net/af/c4767b/00000000000000003b9acb20/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/c4767b/00000000000000003b9acb20/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/c4767b/00000000000000003b9acb20/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal; 
  font-weight: 700;
  text-align:center;
  letter-spacing:3.5px;
  line-height:1;
  font-size:20px;text-transform:uppercase;}