







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.dnd-section,
.content-wrapper--vertical-spacing {
	padding: 75px 0;
}

.content-wrapper,
.dnd-section > .row-fluid,
.page-center,
.header_container,
.footer_container {
	max-width: 1140px;
}

@media(max-width: 1200px){
	.content-wrapper,
	.dnd-section > .row-fluid,
	.page-center,
	.header_container,
	.footer_container {
		max-width: 960px;
	}
}

@media(max-width: 992px){
	.content-wrapper,
	.dnd-section > .row-fluid,
	.page-center,
	.header_container,
	.footer_container {
		max-width: 720px;
	}
}

@media(max-width: 768px){
	.content-wrapper,
	.dnd-section > .row-fluid,
	.page-center,
	.header_container,
	.footer_container {
		max-width: 100%;
	}
}







body {
	font-size: 1rem;
	color: #464650;
	font-weight: 300;
	font-family: Poppins, sans-serif;
}

/* Paragraphs */

p {
	font-size: 1rem;
	color: #464650;
	font-weight: 300;
}

/* Anchors */

a {
	color: #008cbe;
}

a:hover,
a:focus,
a:active {
	color: #008cbe;
}

/* Headings */

h1 {
	font-family: Poppins, sans-serif;
	font-size: 50px;
	color: #181D45;
	font-weight: 600;
	line-height: 1.2;
}

h2 {
	font-family: Poppins, sans-serif;
	font-size: 36px;
	color: #181D45;
	font-weight: 600;
	line-height: 1.2;
}

h3 {
	font-family: Poppins, sans-serif;
	font-size: 28px;
	color: #181D45;
	font-weight: 600;
	line-height: 1.2;
}

h4 {
	font-family: Poppins, sans-serif;
	font-size: 21px;
	color: #181D45;
	font-weight: 600;
	line-height: 1.2;
}

h5 {
	font-family: Poppins, sans-serif;
	font-size: 20px;
	color: #181D45;
	font-weight: 600;
	line-height: 1.2;
}

h6 {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	color: #181D45;
	font-weight: 600;
	line-height: 1.2;
}

/* Blockquote */

blockquote {
	border-left-color: #181D45;
}





button,
.button {
	border: 1px solid #00C3D7;
	border-radius: 8px;
	padding: 5px 30px;
	border-color: rgba(0, 195, 215, 1.0);
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(0, 195, 215, 1.0);
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	border-color: rgba(0, 230, 240, 1.0);
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(0, 230, 240, 1.0);
}

button:active,
.button:active {
	border-color: rgba(0, 230, 240, 1.0);
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(0, 230, 240, 1.0);
}





.submitted-message {
	font-size: 1rem;
	color: #464650;
	font-weight: 300
}

/* Form title */

.form-title {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(24, 29, 69, 1.0);
}

/* Form label */

form label {
	color: rgba(70, 70, 80, 1.0);
}

/* Form help text */

form legend {
	color: rgba(70, 70, 80, 1.0);
}


/* Form inputs */

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(255, 255, 255, 0.0);
	color: rgba(70, 70, 80, 0.0);
}

form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover {
	border-color: rgba(192, 23, 119, 1.0);
}

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(192, 23, 119, 1.0);
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
	border: 1px solid #00C3D7;
	border-radius: 8px;
	padding: 5px 30px;
	border-color: rgba(0, 195, 215, 1.0);
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(0, 195, 215, 1.0);
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
	border-color: rgba(0, 230, 240, 1.0);
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(0, 230, 240, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
	border-color: rgba(0, 230, 240, 1.0);
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(0, 230, 240, 1.0);
}





table {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	border-color: #000000;
}

th,
td {
	border-color: #000000;
	color: #181D45;
}

thead th,
thead td {
	background-color: 

  
  
    
  


  rgba(24, 29, 69, 1.0)

;
	border-bottom-color: #000000;
	color: #ffffff;
}

tfoot td {
	background-color: 

  
  
    
  


  rgba(24, 29, 69, 1.0)

;
	color: #ffffff;
}





.site-header {
	background-color: rgba(255, 255, 255, 1.0);
}
.navigation .hs-menu-wrapper>ul>li>a,
nav.mod_changelanguage select{
	color: rgba(15, 38, 92, 1.0);
}
.navigation .hs-menu-wrapper>ul>li>a:hover{
	color: rgba(15, 38, 92, 1.0);
	background-color: rgba(255, 255, 255, 0.0);
}
.navigation .hs-menu-wrapper>ul>li.active>a,
.navigation .hs-menu-wrapper>ul>li.active-branch>a{
	color: rgba(15, 38, 92, 1.0);
	background-color: rgba(255, 255, 255, 0.0);
}
.navigation .hs-menu-wrapper>ul>li.testversion>a{
	color: rgba(255, 255, 255, 1.0);
	border-color: rgba(0, 195, 215, 1.0);
	background-color: rgba(0, 195, 215, 1.0);
}
.navigation .hs-menu-wrapper>ul>li.testversion>a:hover{
	color: rgba(255, 255, 255, 1.0);
	border-color: rgba(0, 230, 240, 1.0);
	background-color: rgba(0, 230, 240, 1.0);
}
.navigation .hs-menu-wrapper>ul>li>ul{
	background-color: rgba(255, 255, 255, 1.0);
}
.navigation .hs-menu-wrapper>ul>li ul li a{
	color: rgba(70, 70, 80, 1.0);
}
.navigation .hs-menu-wrapper>ul>li ul li a:hover{
	color: rgba(0, 195, 215, 1.0);
	background-color: rgba(255, 255, 255, 0.0);
}
.navigation .hs-menu-wrapper>ul>li ul li.active a{
	color: rgba(0, 195, 215, 1.0);
	background-color: rgba(255, 255, 255, 0.0);
}

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

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

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

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

body .submenu.level-2,
.header__language-switcher .lang_list_class {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	border-color: ;
}

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

.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,
.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: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
	border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

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





.site-footer .content {
	background-color: rgba(24, 29, 69, 1.0);
}
.footer-upper-menu .hs-menu-wrapper>ul>li>ul>li:first-child>a{
	color: rgba(0, 165, 190, 1.0);
}
.footer-upper-menu .hs-menu-wrapper>ul>li>ul>li>a{
	color: rgba(255, 255, 255, 1.0);
}
.footer-upper-menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
	color: rgba(0, 165, 190, 1.0);
}
.footer-row.footer-bottom-sec .ce_text p{
	color: rgba(255, 255, 255, 1.0);
}





/* Blog Header */

.blog-header {
	background-color: rgb(#null);
}

/* Blog Listing */

.blog-index__post-inner-card {
	box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

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

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

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

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

.blog-pagination__link {
	color: #464650;
}

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

.blog-post__title {
	color: #181D45;
	font-family:Poppins, sans-serif;
	font-size: 50px;
	font-weight: 600;
}

.blog-post__author {
	background-color: #181D45;
}

#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);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
	background-color: ;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
	color: #008cbe;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
	fill: #008cbe;
}

.blog-index__post-content--small h2 {
	font-size: 28px;
}

.blog-index__post-content a {
	color: #464650;
}

.blog-post__read-more svg {
	fill: #464650;
}

.blog-sidebar ul {
	box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
	color: #464650;
}

.blog__subscription-block, .blog-related-posts {
	background-color: rgb(#null);
}

.post-featured-image {
	max-height: px;
}

.blog-post {
	box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
	color: #464650;
}

.blog-post__meta a:hover {
	color: #008cbe;
}

.blog-post__links-container {
	border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
	color: #464650;
}

.blog-post__back-to-blog svg {
	fill: #464650;
}

.comment.depth-0,
.blog-comments form {
	border-top: 2px solid rgb(#null) !important;
}

.comment.depth-1 {
	border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
	border-color: rgb(#null);
}

.blog-recent-posts {
	background-color: rgb(#null);
}











.card__price {
	font-family: Poppins, sans-serif
		font-size: 28px;
	color: #181D45;
	font-weight: 600
}