







/* 1a. Containers */






/* 1b. Colors */








/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */











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

.dnd-section {
  padding: 80px 20px;
}

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

.perfect-grid {
	display: grid;
	grid-template-columns: [full-start] 1fr repeat(11, [col-start] calc((1190px - 11*20px) / 12) [col-end gap-start] 20px) [col-start] calc((1190px - 11*20px) / 12) [col-end] 1fr [full-end];
}

@media (min-width: 1920px) {
	.content-wrapper {
		max-width: 1440px;
	}
	
	.dnd-section > .row-fluid {
	  	max-width: 1440px;
	}

	.perfect-grid {
		display: grid;
		grid-template-columns: [full-start] 1fr repeat(11, [col-start] calc((1440px - 11*20px) / 12) [col-end gap-start] 20px) [col-start] calc((1440px - 11*20px) / 12) [col-end] 1fr [full-end];
	}
}

@media (max-width: 1320px) {
	.perfect-grid {
		display: grid;
		grid-template-columns: [full-start] 20px repeat(11, [col-start] minmax(0, 1fr) [col-end gap-start] 20px) [col-start] minmax(0, 1fr) [col-end] 20px [full-end];
	}
}





html {
  font-size: {units=px, value=24};
}

body {
  
  color: #686868;
}

/* Paragraphs */

p {
  ;
}

/* Anchors */

a {
  color: #58B7E7;
}

a:hover,
a:focus {
  color: #308fbf;
}

a:active {
  color: #80dfff;
}

/* Headings */

h1, .fs-h1 {
  
  color: #686868;
  font-size: {units=px, value=50};
}

h2, .fs-h2 {
  
  color: #686868;
  font-size: {units=px, value=38};
}

h3, .fs-h3 {
  
  color: #686868;
  font-size: {units=px, value=30};
}

h4, .fs-h4 {
  
  color: #686868;
  font-size: {units=px, value=24};
}

h5, .fs-h5 {
  
  color: #686868;
  font-size: {units=px, value=16};
}

h6, .fs-h6 {
  
  color: #686868;
  font-size: {units=px, value=14};
}

/* Blockquote */

blockquote {
  border-left-color: #686868;
}





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

  
  
    
  


  rgba(88, 183, 231, 1)

;
  border: 1px solid #58B7E7;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 15px 53px;
}

.button.btn-light {
	background-color: #9CD4F0;
	border: 1px solid #9CD4F0;
}

.button.btn-white {
	border: 1px solid var(--color-white);
	color: var(--color-primary);
	background-color: var(--color-white);
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(48, 143, 191, 0.0);
  border-color: #58B7E7;
  color: #58B7E7;
}

button:active,
.button:active {
  background-color: rgba(128, 223, 255, 0.0);
  border-color: #58B7E7;
  color: #58B7E7;
}

.button.btn-white:hover, .button.btn-white:focus, .button.btn-white:active {
	border: 1px solid var(--color-white);
	color: var(--color-white);
	background-color: var(--color-primary);
}





form,
.submitted-message {
  {font=Lato, font_set=GOOGLE, styles={font-family=Lato, font-style=normal, font-weight=normal, text-decoration=none}, size={units=px, value=24}, size_unit=null, color=#686868, variant=null, fallback=null, style=font-family: Lato; font-style: normal; font-weight: normal; text-decoration: none, css=color: #686868;font-size: 24px;font-family: Lato;};
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(88, 183, 231, 1)

;
  color: #686868;
}

/* Form label */

form label {
  color: #686868;
}

/* Form help text */

form legend {
  color: #686868;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
textarea {
  border-color: #58B7E7;
  color: #686868;
}

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: #58B7E7;
}

/* Form placeholder text */

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

/* Date picker */

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

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

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

/* Submit button */

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

  
  
    
  


  rgba(88, 183, 231, 1)

;
  border: 1px solid #58B7E7;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(48, 143, 191, 0.0);
  border-color: #58B7E7;
  color: #58B7E7;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(128, 223, 255, 0.0);
  border-color: #80dfff;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #686868;
}

th,
td {
  border-color: #686868;
  color: #686868;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(88, 183, 231, 1)

;
  border-bottom-color: #686868;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #686868;
}

tbody + tbody {
  border-top-color: #686868;
}





.header {
  background-color: 

  
  
    
  


  rgba(65, 64, 66, 1)

;
}

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

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: #404040;
}

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

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #58B7E7;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(65, 64, 66, 1)

;
  border-color: #494A52;
}

body .triangle.level-2 {
  border-color: #494A52;
}

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 .triangle-container.level-2.hover .triangle {
  background-color: 

  
  
    
  


  rgba(65, 64, 66, 1)

;
}

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

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

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

  
  
    
  


  rgba(65, 64, 66, 1)

;
  }

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





.footer-nav-wrapper {
	background-color: 

  
  
    
  


  rgba(237, 237, 237, 1)

;
}

.footer-nav h1,
.footer-nav h2,
.footer-nav h3,
.footer-nav h4,
.footer-nav h5,
.footer-nav h6
.footer-nav p,
.footer-nav a,
.footer-nav div,
.footer-nav span {
  	color: #686868;
}

.footer-contact-wrapper {
  	background-color: 

  
  
    
  


  rgba(104, 104, 104, 1)

;
}

.footer-contact h1,
.footer-contact h2,
.footer-contact h3,
.footer-contact h4,
.footer-contact h5,
.footer-contact h6
.footer-contact p,
.footer-contact a,
.footer-contact div,
.footer-contact span {
  	color: #ffffff;
}





.blog-post {
	max-width: 1190px;
}

@media (min-width: 1920px) {
	.blog-post {
		max-width: 1440px;
	}
}

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

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

.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: #404040;
}

.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: #909090;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #58B7E7;
}

.blog-pagination__link {
  color: #686868;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #58B7E7;
}

.blog-post__title {
  font-weight: 700; text-decoration: none; font-family: Merriweather; font-style: normal;
  color: #686868;
  font-size: {units=px, value=38};
}

.blog-post__author {
  background-color: #686868;
}

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

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

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











body .icon svg {
  fill: #58B7E7;
}

body .tns-nav button.tns-nav-active {
  background-color: #58B7E7;
}

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

body .team-member__description {
  background-color: #686868;
}

.project-page-embed-player .hs-video-widget {
	position: relative;
}

.project-page-embed-player .hs-video-widget::after {
	position: absolute;
	content: "see the process";
	color: #fff;
	text-align: center;
	top: 70%;
	left: 50%;
	width: 225px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	transform: translateX(-50%);
}





:root {
	--color-primary: #58B7E7;
	--color-primarylight: #9CD4F0;
	--color-secondary: #686868;
	--color-white: #ffffff;
	--color-grey100: #ededed;
	--color-grey500: #414042;
}