








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */










  
  
  
  



  
  
  
  



  
  
  
  



  
  
  
  



  
  
  
  



  
  
  
  





  
  
  
  









/* 1d. Buttons */









/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */






/* Back To Top */







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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

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





html {
  font-size: 18px;
}

body {
  color: #000000;
  font-family: arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.625;
}

/* Paragraphs */

p {
  font: inherit;
  /*font-weight:300;*/
}

/* Anchors */
a {
  color: 

  
  
    
  


  rgba(46, 227, 160, 1.0)

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

  
  
    
  


  rgba(52, 66, 99, 1.0)

;
}



/* Headings */
h1,.h1 {
  color: #002237;
  font-family: arial, helvetica, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}
h2,.h2 {
  color: #002237;
  font-family: arial, helvetica, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.25;
}
h3,.h3 {
  color: #002237;
  font-family: arial, helvetica, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
}
h4,.h4 {
  color: #344263;
  font-family: arial, helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
h5,.h5 {
  color: #111;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
h6,.h6 {
  color: #344263;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(46, 227, 160, 1.0)

;
  border: 2px solid #2EE3A0;
  border-radius: 0px;
  color: #FFFFFF;
  text-transform: ;
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(46, 227, 160, 1.0);
  color: rgba(46, 227, 160, 1.0);
}

button:active,
.button:active {
  background-color: rgba(86, 255, 200, 1.0);
  border-color: #56ffc8;
  color: #FFFFFF;
}





form,
.submitted-message {
  color: #000000;
  font-family: arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.625;
}

/* Form title */

.form-title {
  color: #0089E4;
}

/* Labels */

form label {
  color: #008AE4;
}

/* Help text */

form legend {
  color: #008AE4;
}

/* 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: 1px solid #EEEEEE;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #0089E4;
  border-radius: 0px;
}

/* Form placeholder text */

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

::-moz-placeholder {
  color: #CECECE;
}

:-ms-input-placeholder {
  color: #CECECE;
}

::placeholder {
  color: #CECECE;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #CECECE;
}

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

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

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

/* Submit button */

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

  
  
    
  


  rgba(46, 227, 160, 1.0)

;
  border: 2px solid #2EE3A0;
  border-radius: 0px;
  color: #FFFFFF;
  text-transform: ;
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(46, 227, 160, 1.0);
  border-color: #06bb78;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(46, 227, 160, 1.0);
  border-color: #06bb78;
  color: #FFFFFF;
}





/* Table */

table {
  border: 1px solid #008AE4;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #008AE4;

  padding: 16px;

  color: #008AE4;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 138, 228, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #008AE4;
}





.header {
  background-color: 

  
  
    
  


  rgba(225, 236, 252, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #008AE4;
  font-family: arial, helvetica, sans-serif;
}

.menu__child-toggle-icon {
  border-top-color: #008AE4;
}

.menu .menu__link:hover,
.menu .menu__link: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: #0062bc;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #0062bc;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #28b2ff;
}

.menu__child-toggle-icon:active {
  border-top-color: #28b2ff;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #008AE4;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #008AE4;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #008AE4;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #008AE4;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #008AE4;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(225, 236, 252, 1.0)

;
}

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

  
  
    
  


  rgba(225, 236, 252, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(225, 236, 252, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #008AE4;
  }
  h1,
.h1 {
  font-size: 40px;
  line-height: 50px;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 46px;
}

h3,
.h3 {
  font-size: 26px;
  line-height: 36px;
}

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





.footer {
  background-color: 

  
  
    
  


  rgba(0, 138, 228, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #008AE4;
}


/* Back To Top */


  body #backTop:hover {
    opacity: 0.75;
    background: ;
    background-color: ;
  }






/*.blog-post,*/
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

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

.blog-post__tag-link {
  color: #000000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #000000;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font:arial, helvetica, sans-serif;
  text-transform: ;
}

.blog-related-posts__title-link {
  color: #002237;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #002237;
}

.blog-related-posts__title-link:active {
  color: #002237;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

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

  
  
    
  


  rgba(46, 227, 160, 1.0)

;
}

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

  
  
    
  


  rgba(46, 227, 160, 1.0)

;
}

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

  
  
    
  


  rgba(46, 227, 160, 1.0)

;
}





.hs-search-results__title {
  font:arial, helvetica, sans-serif;
  color: #002237;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font:arial, helvetica, sans-serif;
  text-transform: ;
}

.blog-index__post-title-link {
  color: #002237;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #002237;
}

.blog-index__post-title-link:active {
  color: #002237;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #000000;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #000000;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000000;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #000000;
}

.pagination__link-icon svg {
  fill: #000000;
}

/* Pricing card */

.card__price {
  arial, helvetica, sans-serif;
  color: #002237;
  font-size: 35;
}

.card__body svg {
  fill: #008AE4;
}

/* Social follow */

.social-links__icon {
  background-color: #008AE4;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #0062bc;
}

.social-links__icon:active {
  background-color: #28b2ff;
  arial, helvetica, sans-serif;
  color: #002237;
  font-size: 35;
}