/* 







/* 1a. Containers */




/* 1b. Colors */







/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





html {
  font-size: 15px;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #424242;
  font-size: 15px;
}

/* Paragraphs */

p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

body a {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #4b95c9;
}

body ul {
  list-style-type: disc;
  padding-left: 20px;
}

body ol {
  list-style-type: decimal;
  padding-left: 20px;
}

footer ul {
  list-style-type: none;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #236da1;
  text-decoration: underline;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #73bdf1;
  text-decoration: underline;
}

/* Headings */

body h1,
body .h1 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  color: #064c7f;
  font-size: 34px;
  text-transform: none;
}

body h2,
body .h2 {
  font-weight: 600; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  color: #000000;
  font-size: 30px;
  text-transform: none;
}

body h3,
body .h3 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  color: #064c7f;
  font-size: 26px;
  text-transform: none;
}

body h4,
body .h4 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  color: #064c7f;
  font-size: 20px;
  text-transform: none;
}

body h5,
body .h5 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  color: #000000;
  font-size: 18px;
  text-transform: none;
}

body h6,
body .h6 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  color: #064c7f;
  font-size: 15px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #4472c4;
}





button,
.button {
  border: 1px solid #064c7f;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(6, 76, 127, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 15px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(0, 36, 87, 1.0);
  border-color: #002457;
}

button:active,
.button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(46, 116, 167, 1.0);
  border-color: #2e74a7;
}





form,
.submitted-message {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #4472c4;
}

/* Labels */

form label {
  color: #064c7f;
}

/* Help text */

form legend {
  color: #064c7f;
}

/* 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: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #064c7f;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #064c7f;
}

::-moz-placeholder {
  color: #064c7f;
}

:-ms-input-placeholder {
  color: #064c7f;
}

::placeholder {
  color: #064c7f;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #064c7f;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(6, 76, 127, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 15px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 36, 87, 1.0);
  border-color: #002457;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(46, 116, 167, 1.0);
  border-color: #2e74a7;
}





/* Table */

table {
  border: 1px solid #064c7f;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #064c7f;

  padding: 18px;

  color: #064c7f;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(6, 76, 127, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #064c7f;
}





header {
  transition: all .4s ease;
  position: fixed;
  padding-bottom: 4px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}

header.scrolled, header.scrolled--fixed {
  background-color: #fff;
}

header .upper {
  position: absolute;
  width: 100%;
  padding: 0 30px;
}

header .lower {
  margin-top: 15px;
  padding-left: 60px;
}

.hidden-desktop {
  display: none;
}

.menu-icon {
  width: 34px;
  display: none;
  float: right;
  margin-top: 27px;
  cursor: pointer;
}

header .upper .nav {
  float: right;
  margin-top: 15px;
}
header .upper .nav li {
  margin-right: 14px;
  position: relative;
}
header .nav li {
  display: inline-block;
}

header ul, header li {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .upper .nav li a {
  color: #2ac0ef;
  font-size: 13px;
  font-weight: 700;
  transition: all .4s ease;
}

header .lower .nav li a:hover {
  color: #2ac0ef;
}

header.scrolled .lower .nav li a:hover, header.scrolled--fixed .lower .nav li a:hover {
  color: #0e406c;
  text-decoration: underline;
}

header .upper .nav li a:hover {
  color: #fff;
}

header .upper .nav li {
  margin-right: 14px;
  position: relative;
}

header .nav .search-form-wrapper {
  display: none;
}

header .upper .nav li:last-child {
  margin-right: 0;
}
header .upper {
  position: absolute;
  width: 100%;
  padding: 0 30px;
}
header .lower {
  margin-top: 15px;
  padding-left: 60px;
}
header .lower .nav {
  text-align: center;
}
header .lower .nav li {
  vertical-align: middle;
  margin-right: 25px;
  position: relative;
}
header .lower .nav li ul {
  box-shadow: 0 25px 25px 0 rgb(0 0 0 / 27%);
  z-index: 3;
  display: none;
  position: absolute;
  padding-top: 12px;
  left: 0;
  top: 100%;
  text-align: left;
}
header .lower .nav li ul li {
  display: block;
  width: 100%;
}

header .lower .nav li a {
  color: #fff;
  font-size: 14.5px;
  font-weight: 600;
  transition: all .4s ease;
}

header .lower .nav li.logo .blue img {
  width: auto;
}

header .logo .blue {
  display: none;
}

.fixed-help-form {
  transition: all .4s ease;
  font-family: 'Roboto', sans-serif;
  padding: 20px;
  width: 355px;
  height: auto;
  position: fixed;
  top: 50%;
  right: -700px;
  z-index: 9999;
  background-color: #0e3b61;
  border: solid 5px #fb592f;
  border-radius: 4px;
  transform: translatey(-50%);
}

.fixed-help-form.opened {
  right: 618px;
}

@media screen and (max-width:650px)  {
  .fixed-help-form.opened {
    right: 0px;
  }
}

.fixed-help-form .tel {
  color: #fff;
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 18px;
}

.fixed-help-form .tel span {
  color: #fb592f;
  font-size: 23px;
  font-weight: 700;
}

.fixed-help-form p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 18px;
}

.fixed-help-form .close-btn {
  float: right;
  position: relative;
  top: -22px;
  right: -20px;
  background-color: #fb592f;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 0 0 0 6px;
  transition: all .4s ease;
  cursor: pointer;
  font-weight: 700;
}

.fixed-help-form .close-btn:hover {
    color: #fff;
}

.fixed-help-btn {
    position: fixed;
    top: 170px;
    right: 0;
    z-index: 9999;
    cursor: pointer;
}

@media only screen and (max-width: 1024px){
  .fixed-help-btn {
      display: none;
  }
}

.menu-icon {
  width: 34px;
  display: none;
  float: right;
  margin-top: 27px;
  cursor: pointer;
}

.menu-icon span {
  background: #fff;
  height: 6px;
  margin: 4px 0;
  display: block;
  width: 100%;
  transition: all 400ms ease;
}

header.scrolled .menu-icon span, header.scrolled--fixed .menu-icon span {
  background-color: #0e406c;
}

header.scrolled .lower .nav li a, header.scrolled--fixed .lower .nav li a {
  color: #0e406c;
}

header .mobile-logo img {
  height: 70px;
}

header .lower .nav li.logo img {
  margin-top: 25px;
}

header .lower .nav li.logo .blue img {
  width: auto;
}

header.scrolled  .logo .white, header.scrolled--fixed .logo .white {
  display: none;
}

header .logo .blue {
  display: none;
}

header.scrolled .logo .blue, header.scrolled--fixed .logo .blue {
  display: block;
}


@media only screen and (max-width: 1200px){
  .hidden-tablet {
    display: none;
  } 
  header .mobile-logo {
    float: left;
  }
  .visible-tablet {
    display: block;
  }
}


.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #064c7f;
  font-family: Montserrat;
}

.menu__child-toggle-icon {
  border-top-color: #064c7f;
}

.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: #2ac0ef;
  font-weight:600;
}

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

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

.menu__child-toggle-icon:active {
  border-top-color: #2e74a7;
}

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

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px none #064c7f;

    background-color: 

  
  
    
  


  rgba(6, 76, 127, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px none #064c7f;

    background-color: 

  
  
    
  


  rgba(6, 76, 127, 1.0)

;
  }
}

.menu__submenu .menu__link {
  color: #FFFFFF;
  background-color: 

  
  
    
  


  rgba(6, 76, 127, 1.0)

;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #2ac0ef;
  font-weight:600;
}




.header__language-switcher .lang_list_class:before {
  border-bottom-color: #064c7f;
}

.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(68, 114, 196, 0.0)

;
}

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

  
  
    
  


  rgba(68, 114, 196, 0.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: #064c7f;
}

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

  
  
    
  


  rgba(68, 114, 196, 0.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(68, 114, 196, 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: #064c7f;
}





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

/* Blog post */

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

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

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

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

/* 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-weight: 600; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  color: #064c7f;
}





/* 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-weight: 600; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  text-transform: none;
}

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

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

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

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

/* Blog pagination */

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

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

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

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

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  color: #064c7f;
  font-size: 26px;
}

.card__body svg {
  fill: #064c7f;
}

/* Social follow */

.social-links__icon {
  background-color: #064c7f;
}

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

.social-links__icon:active {
  background-color: #2e74a7;
  font-weight: 700; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  color: #064c7f;
  font-size: 26px;
} */