







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





html {
  font-size: 17px;
}

body {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #38296C;
  font-size: 17px;
}

/* Paragraphs */

p {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

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

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

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

/* Headings */

h1,
.h1 {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #38296C;
  font-size: 53px;
  text-transform: none;
}

h2,
.h2 {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #38296C;
  font-size: 48px;
  text-transform: none;
}

h3,
.h3 {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #38296C;
  font-size: 38px;
  text-transform: none;
}

h4,
.h4 {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #38296C;
  font-size: 34px;
  text-transform: none;
}

h5,
.h5 {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 29px;
  text-transform: none;
}

h6,
.h6 {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #38296C;
  font-size: 17px;
  text-transform: none;
}

/* Blockquote */

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





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

  padding-top: 14px;
padding-right: 64px;
padding-bottom: 17px;
padding-left: 38px;

  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(21, 9, 89, 1.0)

;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 16px;
  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: 0px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 30px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(61, 49, 129, 1.0);
  border-color: #3d3181;
}





form,
.submitted-message {
  font-family: 'Source Sans Pro', sans-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;
 
  padding: 0px;
;
}

/* Form title */

.form-title {
 
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Source Sans Pro'; 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: 38px;
  color: #38296C;
  background-color: ;
}


/* Labels */

form label {
  color: #38296C;
}

/* Help text */

form legend {
  color: #38296C;
}

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

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #38296C;
}

::-moz-placeholder {
  color: #38296C;
}

:-ms-input-placeholder {
  color: #38296C;
}

::placeholder {
  color: #38296C;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #150959;
;
  padding-top: 14px;
padding-right: 64px;
padding-bottom: 17px;
padding-left: 38px;
;
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(21, 9, 89, 1.0)

;
  border-radius: 30px;
  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;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(61, 49, 129, 1.0);
  border-color: #3d3181;
}

form fieldset.form-columns-1 .hs-input {
 width: 100% !important; 
}
form fieldset {
    max-width: 100%!important;
}

fieldset.form-columns-1 input[type=checkbox] {
    width: 20px !important;
}




/* Table */

table {
  border: 1px solid #38296C;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #38296C;

  padding: 18px;

  color: #38296C;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(21, 9, 89, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #38296C;
}





.header {
  background-color: 

  
  
    
  


  rgba(183, 50, 61, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #38296C;
  font-family: Source Sans Pro;
}

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

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

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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(183, 50, 61, 1.0)

;
}

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

  
  
    
  


  rgba(183, 50, 61, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Source Sans Pro;
}

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

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

  
  
    
  


  rgba(183, 50, 61, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(183, 50, 61, 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: #38296C;
}





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

/* Blog post */

.blog-post__meta a {
  color: #38296C;
}

.blog-post__tag-link {
  color: #38296C;
}

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

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

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

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

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

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

/* Blog comments */

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

#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-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #38296C;
}





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

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

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

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


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

/* Blog pagination */

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

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

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

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

/* Pricing card */

.card__price {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #38296C;
  font-size: 38px;
}

.card__body svg {
  fill: #150959;
}

/* Social follow */

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

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

.social-links__icon:active {
  background-color: #3d3181;
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #38296C;
  font-size: 38px;
}







*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
img{
width: 100%;
height: auto;
vertical-align: bottom;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
a{
text-decoration: none;
}
h5 {
color: #150959;
font-size: 29px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: normal;
}
h6 {
color: #ffffff;
font-size: 17px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-transform: uppercase;
}
.btn a {
    background-image: url(https://25781768.fs1.hubspotusercontent-eu1.net/hubfs/25781768/BTE_theme_2023/images/home/btn-icn-svg.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 38px center;
}
h1, h2, h3, h4, h5, h6, ol, ul {
    margin: 0;
  }
/ Owl Slider /
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*  responsive */
@media only screen and (max-width: 1024px) {
h1 {
font-size: 48px;
}
h2 {
font-size: 40px;
}
h3 {
font-size: 34px;
}
h4{
font-size: 30px;
}
h5 {
font-size: 24px;
}
.btn a {

padding: 11px 42px 12px 21px;
background-position: right 18px center;
}
}
@media only screen and (max-width: 767px) {
h1 {
    font-size: 42px;
    line-height: 1.2;
}
h2 {
font-size: 36px;
line-height: 1.2;
}
h3 {
font-size: 30px;
}
h4{
font-size: 26px;
}
.btn a {
padding: 11px 32px 12px 21px;
background-position: right 11px center;
}
}
/*  responsive */