







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */



























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





html {
  font-size: 17px;
}

.secondary_font { font-family:Roboto; }
.font_w_700 { font-weight:700; }
body {
  font-weight: 400; font-family: 'Ivy Presto';
  color: #313130;
  font-size: 17px;
}
a.menu__link {
  color: #fff !important;
  font-weight: 700;
}

/* Paragraphs */

p {
  font-weight: 400; font-family: 'Ivy Presto';
}

/* Anchors */

a {
  font-weight: 400; font-family: 'Ivy Presto'; text-decoration: underline;
  color: #0270E0;
}

a:hover,
a:focus {
  Roboto;
  color: #0048b8;
}

a:active {
  font-weight: 400; font-family: 'Ivy Presto'; text-decoration: underline;
  font-family:Roboto;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 400; font-family: 'Ivy Presto'; text-decoration: none;
  color: #FFFFFF;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 400; font-family: 'Ivy Presto'; text-decoration: none;
  color: #fefefe;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 400; font-family: 'Ivy Presto'; text-decoration: none;
  color: #fefefe;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 400; font-family: 'Ivy Presto'; text-decoration: none;
  color: #313130;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 400; font-family: 'Ivy Presto'; text-decoration: none;
  color: #313130;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 400; font-family: 'Ivy Presto'; text-decoration: none;
  color: #313130;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

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





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #313130;

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

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

  
  
    
  


  rgba(49, 49, 48, 1.0)

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

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(89, 89, 88, 1.0);
  border-color: #595958;
}





form,
.submitted-message {
  font-weight: 400; font-family: 'Ivy Presto';
  border: 1px none #F8FAFC;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #F8FAFC;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Playfair Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #313130;
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}


/* Labels */

form label {
  color: #313130;
}

/* Help text */

form legend {
  color: #313130;
}

/* Inputs */

form input[type=text],
form input[type=search],
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: #313130;
  border-radius: 3px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #313130;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #313130;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: 'Ivy Presto';
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(49, 49, 48, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

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

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}
.header__column {
  display: flex;
}
.header__logo--main {
  padding: 12px 0 !important;
}
form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(89, 89, 88, 1.0);
  border-color: #595958;
}
.menu__item:hover span , .menu__item:hover {
  color: #fff !important;
}

.menu__item span, .menu__item {
  cursor: pointer;
}




/* Table */

table {
  border: 1px solid #313130;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #313130;

  padding: 18px;

  color: #313130;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(49, 49, 48, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #313130;
}





.header {
  background-color: 

  
  
    
  


  rgba(160, 181, 205, 1.0)

; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1000;
  height: max-content; 
}

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

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

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

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(160, 181, 205, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(160, 181, 205, 1.0)

;
  }
}

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

  
  
    
  


  rgba(160, 181, 205, 1.0)

;
}

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

.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(160, 181, 205, 1.0)

;
}

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

  
  
    
  


  rgba(160, 181, 205, 1.0)

;
}
html {
  scroll-behavior: smooth;
}
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Ivy Presto;
}

.header__language-switcher-label-current:after {
  border-top-color: #FFFFFF;
}
.bigger_text { 
  font-size: 100px;
  line-height: 1.1;
}

div#hs_cos_wrapper_widget_1761549250655 {
  width: 100%;
}
div#hs_cos_wrapper_widget_1761549250655 img {
  width: 100%;
  display: block;
}
@media(max-width:1200px){
  div#hs_cos_wrapper_widget_1761549250655 img {
    height: 100%;
  }

}
@media(max-width: 767px) {
  .header--toggle.header__search--toggle { display: none; }
  .header__container { display: flex !important; flex-direction: row !important; padding-top: 0 !important;}
  .header__container .header__logo { margin: 0; padding-left: 20px !important;}
  .header--toggle.header__navigation--toggle { margin: 0 !important; }
  .header--toggle.header__navigation--toggle { filter: brightness(5); }
  .bigger_text {
    font-size: 60px;
    line-height: 60px;
  }
  div#hs_cos_wrapper_widget_1761549250655 img {
    height: 100%;
  } 

  .header__navigation {
    background-color: 

  
  
    
  


  rgba(160, 181, 205, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #FFFFFF;
  }
  .header__column {position: static !important;}
  span.menu__link { color: #313130; }
  .header--toggle.header__navigation--toggle.hide {
    display: none;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

body {
  overflow-x: hidden;
}

/* 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: #313130;
}





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

/* Blog post */

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

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

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

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

/* 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: 400; font-family: 'Ivy Presto'; text-decoration: none;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #0270E0;
}

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

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 400; font-family: 'Ivy Presto'; text-decoration: none;
  color: #FFFFFF;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 400; font-family: 'Ivy Presto'; text-decoration: none;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #fefefe;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #d6d6d6;
}

.hs-blog-post-listing__post-title-link:active {
  color: #ffffff;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #313130;
}

/* Blog pagination */

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

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

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

.hs-pagination__link-icon svg {
  fill: #313130;
}

/* Pricing card */

.card__price {
  font-weight: 400; font-family: 'Ivy Presto'; text-decoration: none;
  color: #fefefe;
  font-size: 30px;
}

.card__body svg {
  fill: #313130;
}

/* Social follow */

.social-links__icon {
  background-color: #313130;
}

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

.social-links__icon:active {
  background-color: #595958;
  font-weight: 400; font-family: 'Ivy Presto'; text-decoration: none;
  color: #fefefe;
  font-size: 30px;
}


.hs-responsive-embed-wrapper.hs-responsive-embed.ress { width: 100% !important; max-width: 100% !important; min-width: 100% !important; }