







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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





* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 26px;
}

body {
  font-family: Gellix-Medium; font-style: normal; font-weight: normal; text-decoration: none;
  color: serif;
  background-color: #F7F2EA;
}

/* Paragraphs */

p {
  font-family: Gellix-Medium; font-style: normal; font-weight: normal; text-decoration: none;
  line-height: 33px;
}

/* Anchors */
a.single-dropdown-item: hover {
  text-decoration: none !important;
  color: #AFE6E3 !important;
}

a:active {
  color: #28c8f4;
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: Gellix, serif; font-style: normal;
  font-size: 66px;
  line-height: 73px;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Gellix, serif; font-style: normal;
  font-size: 46px;
  line-height: 53px;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Gellix-Medium, serif; font-style: normal;
  font-size: 46px;
  line-height: 53px;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: Gellix, serif; font-style: normal;
  font-size: 33px;
  line-height: 40px;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: Gellix-Medium, serif; font-style: normal;
  font-size: 33px;
  line-height: 40px;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: Gellix, serif; font-style: normal;
  font-size: 22px;
  line-height: 29px;
}

/* Blockquote */

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

@media only screen and (max-width: 599px) {
  h1 {
    font-size: 60px;
    line-height: 66px;
  }
  h2{
    font-size: 46px;
    line-height: 53px;
  }
  h3 {
    font-size: 46px;
    line-height: 53px;
  }
  h4 {
    font-size: 33px;
    line-height: 40px;
  }
  h5 {
    font-size: 33px;
    line-height: 40px;
  }
  h6 {
    font-size: 22px;
    line-height: 29px;
  }
  p {
    font-size: 21px;
    line-height: 28px;
  }
  caption {
    font-size: 18px;
    line-height: 24px;
  }

  .codedH1 {
    font-size: 73px;
    line-height: 80px;
  }
}





button,
.button {
  background-color: #00A0CC;
  border: 0px solid #00A0CC;
  color: #FFFFFF;
  padding: 15px 53px;
  font-family: "Gellix", sans-serif;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #AFE6E3;
  color: #FFFFFF;
}


button:active,
.button:active {
  background-color: #AFE6E3;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-family: Gellix-Medium; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(0, 160, 204, 1)

;
  color: #AFE6E3;
}

/* Form label */

form label {
  color: #00A0CC;
}

/* Form help text */

form legend {
  color: #00A0CC;
}

/* 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: #00A0CC;
  color: serif;
}

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

/* Form placeholder text */

::-webkit-input-placeholder {
  color: serif;
}

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

/* Date picker */

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

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

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

/* Submit button */

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

  
  
    
  


  rgba(0, 160, 204, 1.0)

;
  border: 0px solid #00A0CC;
  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(0, 120, 164, 1.0);
  border-color: #0078a4;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 200, 244, 1.0);
  border-color: #28c8f4;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #00A0CC;
}

th,
td {
  border-color: #00A0CC;
  color: #00A0CC;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 160, 204, 1)

;
  border-bottom-color: #00A0CC;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #00A0CC;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 8px solid #00A0CC;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-diretion: row;
  padding: 8px 0; 
  position: fixed;
  height: 80px;
  z-index: 9999999;
  width: 100%;
}

.header__logo {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.navigation-primary {
}

.hs_cos_wrapper_site_logo {
}


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

body .navigation-primary ,
body .navigation-primary ,
.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: #00A0CC;
}

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

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #00A0CC;
}

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

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #00A0CC;
}

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: Gellix-Medium, ;
}

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

.codedH1 {
  font-size: 93px;
  line-height: 100px;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

/* Footer Content */

.footer * {
  color: #00A0CC;
}





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

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

.blog-post__date {
  border-color: serif;
}

.blog-post__tag-link {
  color: serif;
}

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

.blog-post__tag-link:active {
  color: serif;
}

.blog-pagination__link {
  color: serif;
}

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

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

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

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











.card__price {
  font-weight: 700; text-decoration: none; font-family: Gellix-Medium, serif; font-style: normal;
  color: #00A0CC;
  font-size: 46px;
}