







/* 1a. Containers */






/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */







  









/* 1h. Website footer */








.header-wrapper {
  max-width: 2500px;
}
.footer .footer-wrapper, .footer__container {
  max-width: 1240px;
}
.footer--copyright--social-links {
  max-width: 1240px;
}

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

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

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





html {
  font-size: 16px;
}

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

/* Paragraphs */

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

/* Anchors */

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

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

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

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: 'Big Shoulders', sans-serif; font-style: normal;
  color: #404040;
  font-size: 55px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: 'Big Shoulders', sans-serif; font-style: normal;
  color: #404040;
  font-size: 40px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: 'Big Shoulders', sans-serif; font-style: normal;
  color: #404040;
  font-size: 40px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: 'Big Shoulders', sans-serif; font-style: normal;
  color: #404040;
  font-size: 20px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: 'Big Shoulders', sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: 'Big Shoulders', sans-serif; font-style: normal;
  color: #404040;
  font-size: 14px;
  text-transform: none;
}

@media (max-width: 767px) {
   h1,
  .h1 {
    font-size: calc(55px - 1.25vh);
    
  }

   h2,
  .h2 {
    font-size: calc(40px - 1vh);
    
  }

   h3,
  .h3 {
    font-size: calc(40px - 0.075vh);
    
  }

   h4,
  .h4 {
    font-size: calc(20px - 0.05vh);
    
  }

   h5,
  .h5 {
    font-size: calc(16px - 0.025vh);
    
  }

   h6,
  .h6 {
    font-size: calc(14px - 0.015vh);
  }

  body, span, span p, span a, p, a {
    font-size: calc(16px - 0.015vh);
  }

}

/* Blockquote */

blockquote {
  border-left-color: #99999A;
}





button,
.button,
.hs-blog-post-listing__post-button {
  border: 0px solid ;

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

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

  
  
    
  


  rgba(#, 0.0)

;
  border-radius: 0px;
  color: #f2f2f2;
  font-size: 16px;
  text-transform: none;
}

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

  
  
    
  


  rgba(242, 242, 242, 1.0)

;
  background-color: 

  
  
    
  


  rgba(#, 0.0)

;
  border-radius: 0px;
}

button:active,
.button:active,
.hs-blog-post-listing__post-button:active {
  font-family: 'Big Shoulders', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(#, 0.0);
  border-color: ;
}





form,
.submitted-message {
  font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  border: 1px none #ffffff;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Big Shoulders'; font-style: normal; font-weight: 700; 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: 40px;
  color: #404040;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: #404040;
}

/* Help text */

form legend {
  color: #404040;
}

/* 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: #404040;
  border-radius: 3px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #404040;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #FF8300;
;
  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;
  color: #f2f2f2;
  font-size: 16px;
  background-color: 

  
  
    
  


  rgba(255, 131, 0, 1.0)

;
  border-radius: 0px;
  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: #f2f2f2;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(#, 0.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #404040;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  color: #404040;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(255, 131, 0, 1.0)

;
  color: #f2f2f2;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #404040;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #f2f2f2;
  

  font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;  
  font-size: 18px;
  text-transform: uppercase;
}

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

.menu .menu__link:hover,
.menu .menu__link:focus,
a .menu__link:hover,
a .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: #cacaca;
  

  font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;  
  font-size: 18px;
  text-transform: uppercase;
}

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

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

@media (min-width: 1049px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 0px none rgba(255, 131, 0, 0%);

    background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.3)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 0px none rgba(255, 131, 0, 0%);

    background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.3)

;
  }
}

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

  
  
    
  


  rgba(0, 0, 0, 0.3)

;
}

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

.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(255, 255, 255, 0.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: {font=Montserrat, font_set=GOOGLE, styles={font-weight=500, text-decoration=none, font-family=Montserrat, sans-serif, font-style=normal}, size=16, size_unit=px, color=#404040, variant=500, fallback=sans-serif, style=font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal, css=color: #404040;font-size: 16px;font-weight: 500; font-family: Montserrat, sans-serif;};
}

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

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #f2f2f2;
  }
}
.banner-content__text > *, 
.banner-content__text h1, 
.banner-content__text h2, 
.banner-content__text h3 {
  color: 

  
  
    
  


  rgba(242, 242, 242, 1)

;  
}

.header--text h1,  
.header--text h2,  
.header--text h3 {
  color: 

  
  
    
  


  rgba(0, 63, 114, 1)

;
}
  
.header--text h4,  
.header--text h5,  
.header--text h6 {
  color: 

  
  
    
  


  rgba(58, 58, 58, 1)

;
}






footer, .footer {
  
    background-image: url('https://6962659.fs1.hubspotusercontent-eu1.net/hubfs/6962659/Lataamo-footer_action_2025.webp');
background-size: cover;
background-position: left top;

  
}

/* Footer content */

.footer,
.footer .contact-info > a,
.footer .contact-info p,
.footer .contact-info p a,
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img,
.footer-copyright p,
.footer-copyright * {
  color: #f2f2f2;
}


/* navigation footer */
.footer--navigation,
.footer--navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color:#f2f2f2;  
  font-size: 18px;
  text-transform: none;
}
.footer--navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover,
.footer--navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:focus,
.footer--navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:active,
.footer-copyright *> a:hover,
.footer-copyright *> a:active,
.footer-copyright *> a:focus,
.contact-info a:hover,
.contact-info a:focus,
.contact-info a:active,
.hs-language-switcher__item.active a,
.hs-language-switcher__item.active a:hover,
.hs-language-switcher__item.active a:focus,
.hs-language-switcher__item.active a:active {
  color: #cacaca;
}






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

/* Blog post */

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

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

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

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

/* 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: 700; text-decoration: none; font-family: 'Big Shoulders', sans-serif; font-style: normal;
  text-transform: none;
}

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

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

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

/* 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: 700; text-decoration: none; font-family: 'Big Shoulders', sans-serif; font-style: normal;
  color: #404040;
}





/* 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: 700; text-decoration: none; font-family: 'Big Shoulders', sans-serif; font-style: normal;
  text-transform: none;
}

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

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

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


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

/* Blog pagination */

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

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

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

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

/* Pricing card */

__price {
  font-weight: 700; text-decoration: none; font-family: 'Big Shoulders', sans-serif; font-style: normal;
  color: #404040;
  font-size: 40px;
}

__body svg {
  fill: #FF8300;
}

/* Social follow */

/* .social-links__icon {
  background-color: #FF8300;
}

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

.social-links__icon:active {
  background-color: #ffab28;
  font-weight: 700; text-decoration: none; font-family: 'Big Shoulders', sans-serif; font-style: normal;
  color: #404040;
  font-size: 40px;
} */