







/* 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: 10px 1rem;
}

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





html {
  font-size: 15px;
}

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

/* Paragraphs */

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

/* Anchors */

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

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

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

/* Headings */

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  line-height: 1.2;
}
h1, .h1 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: inherit;
  font-size: 32px;
  text-transform: none;
}

h2, .h2 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: inherit;
  font-size: 29px;
  text-transform: none;
}

h3, .h3 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: inherit;
  font-size: 26px;
  text-transform: none;
  letter-spacing: .75px;
}

h4, .h4 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: inherit;
  font-size: 22px;
  text-transform: none;
}

h5, .h5 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: inherit;
  font-size: 16px;
  text-transform: none;
}

h6, .h6 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: inherit;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.75px;
}

/* Blockquote */

/* Animations */

@keyframes pop-word {
  to {
    transform: rotateX(0);
  }
}

@keyframes show {
  to {
    opacity: 1;
  }
}

.custom-animation{
  animation: show 0.03s forwards, pop-word 2.5s forwards;
  animation-timing-function: cubic-bezier(0.14, 1.23, 0.33, 1.16);
  opacity: 0;
  transform: rotateX(120deg);
  animation-delay: 1.5s;
}






button,
.button {
  border: 2px solid #35DBFE;

  padding-top: 10px;
padding-right: 34px;
padding-bottom: 10px;
padding-left: 34px;

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

  
  
    
  


  rgba(53, 219, 254, 1.0)

;
  border-radius: 30px;
  color: #000000;
  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(13, 179, 214, 1.0);
  border-color: #0db3d6;
  color: #000000;
}

button:active,
.button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(93, 255, 255, 1.0);
  border-color: ;
}





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

/* Form title */

.form-title {
  color: #35DBFE;
}

/* Labels */

form label {
  color: #000000;
}

/* Help text */

form legend {
  color: #000000;
}

/* 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 {
  
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
  border-radius: 3px;
  height: 45px
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #000000;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 2px solid #35DBFE;

  padding-top: 10px;
padding-right: 34px;
padding-bottom: 10px;
padding-left: 34px;

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

  
  
    
  


  rgba(53, 219, 254, 1.0)

;
  border-radius: 30px;
  color: #000000;
  font-size: 14px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(13, 179, 214, 1.0);
  border-color: #0db3d6;
}

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





/* Table */

table {
  border: 1px solid #000000;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  border-color: ;
  color: #000000;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(72, 67, 155, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





.header {
  background-color: 

  
  
    
  


  rgba(53, 219, 254, 0.0)

;
}

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

.header.header--no-navigation .header__logo {
  /*margin: auto;*/
  width: 195px;
  height: 60px;
}

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

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

@media (min-width: 1201px) {
  .menu__item.menu__item--depth-1:hover > span::after,
  .menu__item.menu__item--depth-1:hover > a::after,
  .menu .menu__item--depth-1 > .menu__link--active-link:after {
    content: " ";
    border-bottom: 2px solid #56b0da;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -8px;
  }
  /* Hide the last link in the desktop menu (for mobile only) */
/*   .menu__item.menu__item--depth-1:last-of-type {
    display: none
  } */
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #4B5BE4
}

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

.header__language-switcher .lang_list_class li:hover {
  background-color: 

  
  
    
  


  rgba(53, 219, 254, 0.0)

;
}

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

  
  
    
  


  rgba(53, 219, 254, 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: #FFFFFF;
}

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

  
  
    
  


  rgba(53, 219, 254, 0.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 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: #FFFFFF;
}

/*.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}*/

.footer .widget-type-menu a,
.footer .widget-type-rich_text a {
  color: #ffffff;
}

.footer div[class*='footer-row-1'] .widget-type-menu a,
.footer div[class*='footer-row-1'] .widget-type-rich_text p,
.footer div[class*='footer-row-1'] .widget-type-rich_text a {
  font-size: 14px;
  color: #ffffff;
}

.footer .widget-type-menu a {
  line-height: 35px;
}

.footer a:hover,
.footer a:active {
  color: #4B5BE4
}

@media (max-width: 860px) {
  footer .footer-row-1-vertical-alignment > .row-fluid {
    display: block!important
  }
  .footer div[class*='footer-'] {
    width: 100%;
  }
  .footer div[class*='footer-column-3'],
  .footer div[class*='footer-column-6'] {
    width: 47%;
    display: inline-block;
  }
  .footer div[class*='footer-column-9'],
  .footer div[class*='footer-column-12'] {
    margin-left: 0;
  }
  .footer div[class*='footer-column-3'] {
    margin-right: 3%;
  }
  .footer .row-number-1 .widget-span {
    margin-bottom: 10px;
  }
  .footer .row-number-3 > .row-fluid > .widget-span {
    margin-bottom: 50px;
  }
  .footer .social-links {
    justify-content: space-between!important
  }
  .footer .social-links__link {
    margin-right: 0!important
  }
  .footer .row-number-13 .hs_cos_wrapper_type_rich_text * {
    font-size: 14px!important;
    line-height: 36px!important
  }
}
.footer form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer form .hs-form-field,
.footer form label {
  margin-bottom: 0;
}
.footer form .hs-email {
  min-width: calc(100% - 125px)
}
.footer form .hs_error_rollup {
  display: none!important
}
@media (max-width: 992px) {
  .footer .row-number-9 > .row-fluid > [class*="span"] {
    width: 100%;
    margin: 0
  }
  .footer .row-number-9 > .row-fluid > [class*="span"]:first-of-type {
    padding-bottom: 50px;
    border-bottom: 1px solid #716d6d;
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .footer .row-number-3 {
    margin-bottom: -50px;
  }
  .footer .row-number-3 > .row-fluid > [class*="span"] {
    width: 33.3333%;
    float: left;
    margin: 0 0 50px;
  }
  .footer .footer-row-2-background-color {
    height: 1px;
  }
}

@media (max-width: 767px) {
  .footer .row-number-3 {
    margin-bottom:0;
  }
  .footer .row-number-3 > .row-fluid > [class*="span"] {
    width: 50%;
    float: left;
    margin: 0;
  }
  .footer .footer-row-2-background-color {
    height: 1px;
  }

  



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

/* Blog post */

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

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

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

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

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

.blog-related-posts__title-link {
  color: inherit;
}

.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: 10px;
}

#comments-listing .comment-reply-to {
  color: #35DBFE;
}

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

#comments-listing .comment-reply-to:active {
  color: #5dffff;
}





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





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

.blog-index__post-title-link {
  color: inherit;
}

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

/* Blog pagination */

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

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

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

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

/* Pricing card */

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

.card__body svg {
  fill: #48439B;
}

/* Social follow */

.social-links__icon {
  background-color: #48439B;
}

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

.social-links__icon:active {
  background-color: #706bc3;
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: inherit;
  font-size: 26px;
}

/** WYSIWYG + Image row tablet override **/
@media (max-width: 992px) {
  .tablet-full .row-fluid {
    display: flex;
    flex-direction: column!important;
  }
  .tablet-full .row-fluid > div {
    width: 100%;
    margin: 0;
  }
  .tablet-full .row-fluid > div.order-1 {
    margin-bottom: 3rem
  }
}