







/* 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: 50px 20px;
}


@media(min-width: 1025px) {
  .dnd-section > .row-fluid,
  .page-center {
    max-width: 80vw;
    }
    .content-wrapper {
      max-width: 80vw;
      overflow-y:hidden;
  }
}




html {
  font-size: 20px;
}

body {
  font-size: 20px;
  color: #69716f;
  font-family: SF Pro Display;
  font-weight: 400;
}

/* Paragraphs */

p {
  font-size: 20px;
  color: #69716f;
  font-weight: 400;
}

/* Anchors */

a {
  color: #262a3e;
}

a:hover,
a:focus,
a:active {
  color: #262a3e;
}

/* Headings */

h1 {
  font-family: TRY Vesterbro;
  font-size: min(60px,max(42px,calc(2.3vw + 32.8px)));
  font-weight: 800;
  color: rgba(2, 55, 61, 1.0);
}

h2 {
  font-family: TRY Vesterbro;
  font-size: min(44px,max(28px,calc(1.6vw + 20.9px)));
  font-weight: 700;
  color: rgba(38, 42, 62, 1.0);
}

h3 {
  font-family: SF Pro Display;
  font-size: 24px;
  color: #262a3e;
  font-weight: 600;
}

h4 {
  font-family: SF Pro Display;
  font-size: 22px;
  color: #262a3e;
  font-weight: 600;
}

h5 {
  font-family: SF Pro Display;
  font-size: 20px;
  color: #262a3e;
  font-weight: 600;
}

h6 {
  font-family: SF Pro Display;
  font-size: 18px;
  color: #262a3e;
  font-weight: 600;
}

em {
  font-style: normal;
  color: #117664;
}

/* Blockquote */

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





button,
.button {
  background-color: rgba(17, 118, 100, 1.0);
  border: 1px solid #fff;
  border-radius: 6px;
  color: rgba(255, 255, 255, 1.0);
  padding: 10px 20px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(17, 118, 100, 1.0);
  border-color: #fff;
  color: rgba(255, 255, 255, 1.0);
}

button:active,
.button:active {
  background-color: rgba(17, 118, 100, 1.0);
  border-color: #fff;
  color: #FFFFFF;
}





form:not(.not-hs),
.submitted-message {
  font-size: 20px;
  color: #69716f;
  font-weight: 
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.8)

;
  color: #262a3e;
}

/* Form label */

form:not(.not-hs) label {
  color: rgba(38, 42, 62, 1.0);
}

/* Form help text */

form:not(.not-hs) legend {
  color: rgba(38, 42, 62, 1.0);
}

/* Form inputs */

form:not(.not-hs) input[type=text],
form:not(.not-hs) input[type=email],
form:not(.not-hs) input[type=password],
form:not(.not-hs) input[type=tel],
form:not(.not-hs) input[type=number],
form:not(.not-hs) input[type=file],
form:not(.not-hs) select,
form:not(.not-hs) textarea {
  border-color: #eee;
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 0.7000000000000001);
}

form:not(.not-hs) input[type=text]:focus,
form:not(.not-hs) input[type=email]:focus,
form:not(.not-hs) input[type=password]:focus,
form:not(.not-hs) input[type=tel]:focus,
form:not(.not-hs) input[type=number]:focus,
form:not(.not-hs) input[type=file]:focus,
form:not(.not-hs) select:focus,
form:not(.not-hs) textarea:focus {
  border-color: #eee;
  color: rgba(0, 0, 0, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #69716f;
}

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

/* Date picker */

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

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

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

/* Submit button */

form:not(.not-hs) input[type=submit],
form:not(.not-hs) .hs-button {
  background-color: rgba(17, 118, 100, 1.0);
  border: 1px solid #fff;
  border-radius: 6px;
  color: rgba(255, 255, 255, 1.0);
  padding: 10px 20px;
}

form:not(.not-hs) input[type=submit]:hover,
form:not(.not-hs) input[type=submit]:focus,
form:not(.not-hs) .hs-button:hover,
form:not(.not-hs) .hs-button:focus {
  background-color: rgba(17, 118, 100, 1.0);
  border-color: #fff;
  color: rgba(255, 255, 255, 1.0);
}

form:not(.not-hs) input[type=submit]:active,
form:not(.not-hs) .hs-button:active {
  background-color: rgba(17, 118, 100, 1.0);
  border-color: #fff;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: rgba(73, 74, 82, 1.0);
}

th,
td {
  border-color: #494A52;
  color: rgba(105, 113, 111, 1.0);
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom-color: #494A52;
  color: rgba(105, 113, 111, 1.0);
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: rgba(105, 113, 111, 1.0);

}





header.header {
  background-color: rgba(255, 255, 255, 1.0);
}

.header .header__navigation ul.submenu.level-1 > li {
  background-color: rgba(255, 255, 255, 1.0);
}

.header .header__navigation ul.submenu.level-1 > li:hover {
  background-color: rgba(255, 255, 255, 1.0);
}


body .header__navigation .submenu.level-1 > li > a {
  color: rgba(2, 55, 61, 1.0);
}

body .header__navigation .submenu.level-1 > li > a:hover {
  color: rgba(2, 55, 61, 1.0);
}

body .header__navigation .navigation-primary > ul ul {
   background-color: rgba(255, 255, 255, 1.0);
}

body .header__navigation  ul.submenu.level-1 > li > a.active-item  {
      color: rgba(2, 55, 61, 1.0);
}

body .header__navigation ul.submenu.level-2 > li > a.active-item {
      color: rgba(2, 55, 61, 1.0);
}

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,
body .submenu.level-2 .menu-item .menu-link,
.header__language-switcher .lang_list_class li,
body .submenu.level-2 > li a {
  color: rgba(2, 55, 61, 1.0);
}

body .submenu.level-2 .menu-item .menu-link,
body .submenu.level-2 .menu-item .menu-link,
.header__language-switcher .lang_list_class li,
body .submenu.level-2 > li,
body .submenu.level-2 > li{
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1.0);
}

.header .header-sign-btn a {
  color: rgba(2, 55, 61, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.header .header-sign-btn a:hover {
  color: rgba(2, 55, 61, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.header .header-started-btn a {
  color: rgba(17, 118, 100, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.header .header-started-btn a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(17, 118, 100, 1.0);
}

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

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:hover,
.header__language-switcher .lang_list_class li:hover a,
body .submenu.level-2 > li:hover a{
  color: rgba(2, 55, 61, 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: SF Pro Display;
}

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

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

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






.footer {
   background-color: rgba(3, 52, 63, 1.0);
}

/* Footer Content */

.footer h3 {
  color: rgba(255, 255, 255, 1.0);
}

.footer * {
  color: rgba(255, 255, 255, 0.5);
}

.footer .footer-links a {
  color: rgba(255, 255, 255, 0.5);
}

.footer .footer-links a:hover {
  color: rgba(255, 255, 255, 0.5);
}





/* Blog Header */

.blog-header {
	background-color: rgba(248, 250, 252, 0.0);
}

/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
	color: #69716f;
}

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

.blog-post__title {
	color: #02373d;
	font-family:;
	font-size: 60px;
	font-weight: ;
}

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

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

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

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

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



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

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



.blog__subscription-block, .blog-related-posts {
	background-color: rgb(238, 240, 242);
}

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

.blog-post {
	box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__meta a {
	color: #69716f;
}

.blog-post__meta a:hover {
  color: #262a3e;
}

.blog-post__links-container {
	border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
	color: #69716f;
}

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

.comment.depth-0,
.blog-comments form:not(.not-hs) {
	border-top: 2px solid rgb(228, 230, 232) !important;
}

.comment.depth-1 {
	border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
	border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
	background-color: rgb(238, 240, 242);
}











.card__price {
  font-family: 
  font-size: 24px;
  color: #262a3e;
  font-weight: 
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  color: blue;
}






.dark-text {
  color: #494A52;
}

.check-marker {
  margin: 0;
  margin-bottom: 30px;
}
.check-marker li::marker {
  color: #117664;
}

.banner-section {
overflow-x: hidden;
}

@media(max-width: 767px) {
  .dnd-column {
    padding-bottom: 40px
  }
}