.info-bar {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #212529;
  color: #fff;
  font-weight: bold;
}
.info-bar:hover {
  color: #fff !important;
  text-decoration: none;
  background: rgb(76,85,253);
  background: linear-gradient(90deg, rgba(76,85,253,1) 0%, rgba(188,116,162,1) 100%);
  transition: 0.3s;
}
.info-bar a {
  color: #fff;
  font-weight: bold; 
  text-decoration: none;
}
.info-bar a:hover {
  color: #fff !important;
}
.header {
    padding: 20px 0px 20px 0px;
}

.header ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.09px;
    color: #131415;
/*     padding: 0px 10px; */
}
.header ul li:hover{
/*      animation: shake1 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px; */
}

/* @keyframes shake1 {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
} */
.header ul {
    padding-left: 0px;
    margin: 0;
}
.header-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.custom-menu-primary {
    padding-left: 40px;
}
.header-left ul li a {
    font-size: 16px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.09px;
    text-align: center;
    color: #131415;
   padding: 8px 15px 10px;
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
    -moz-transition: .5s linear all;
      font-family: 'Open Sauce Sans','Open Sans',sans-serif !important;
}
.header-left ul li a:hover {
  background: #f1f1f1;
/*     padding: 10px 15px 10px; */
    border-radius: 50px; 
  text-decoration:none;
  
}
.header ul li.active.active-branch a {
  background: #f1f1f1;
/*     padding: 8px 15px 10px; */
    border-radius: 50px; 
  text-decoration:none;
}
.header-cta {
 position:relative;
  z-index:999;
  text-align:center;
}
.header-cta button {
    padding: 9px 20px 11px 20px;
    border-radius: 32px;
/*     border: solid 1px rgb(19 20 21 / 30%);  */
  border: solid 1px rgb(0 0 0);
    line-height: 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    background-color: #131415;
  outline:none !important;
  cursor:pointer;
}
.header-cta button:hover{
  color: #000;
    border: 1px solid #000;
    background: transparent;
/*     animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both !important; */
/*    animation: shake 0.82s linear !important; */
/*   transform: translate3d(0, 0, 0);
  perspective: 1000px; */
}

/* @keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
} */
.close-trigger {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper img,.cta-mobile {
    display: none;
}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


{% set ulColor       = "" %} /* Set ul background color */
{% set liColor       = "" %} /* Set li background Color */
{% set aColor        = "" %} /* Set link Color */
{% set aColorHover   = "" %} /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
 
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){

  
  .custom-menu-primary .hs-menu-wrapper{
    display:none;
    
  }
  
/*  .header {
    background: #f8f8f8 !important;
} */
  /* Variables
     ========================================================================== */

  {% set menuColorMobile = "#000000" %}   /* Set Mobile Menu Background Color */
  {% set aColorMobile = "#ffffff" %}      /* Set Link Color */
  {% set aColorHoverMobile = "#000000" %} /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
 
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -30px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: none; /* Background color */    
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: ; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:;
    background-color: ; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:;
    background-color: ; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #000000 !important; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;

   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
   
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    /* link color set by global mobile-aColor variable */
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}



@media(max-width:767px){
  .header ul li.active.active-branch a {
   background: url(https://f.hubspotusercontent40.net/hubfs/4016590/Skeps/Home/right-arrow.svg) right center no-repeat;
    border: none;
}
  .header-cta {
    display: none;
}
  .custom-menu-primary.js-enabled{
    overflow: visible !important;
  }
.mobile-open .custom-menu-primary.js-enabled {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 16.5rem;
    position: fixed;
    padding-left: 2rem;
    padding-right: 2rem;
     z-index: 999;
    right: 0;  
    top: -1px;
    overflow: visible !important;
    padding-top: 1rem;
    background-image: url(https://f.hubspotusercontent40.net/hubfs/4016590/Skeps/Home/group-9-copy-2-1.png);
} 
  .mobile-open .close-trigger {
    display: block;
    position: relative;
    right: 5.42rem;
    cursor: pointer;
}
.custom-menu-primary .hs-menu-wrapper > ul li a {
    border-bottom: solid 1px rgb(151 151 151 / 20%);
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.31px;
    color: #000000;
    padding: 15px 0px !important;
    background-image: url(https://f.hubspotusercontent40.net/hubfs/4016590/Skeps/Home/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
}
  .mobile-open {
    position: relative;
}
  .mobile-open:before {
    content: "";
    opacity: 0.67;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    letter-spacing: 0;
    position: absolute;
    z-index: 99;
}
  .cta-mobile {
    text-align: center;
    padding-top: 40px;
}
  .cta-mobile button {
    padding: 10px 20px 12px 20px;
    border-radius: 32px;
    border: solid 1px rgb(19 20 21 / 30%);
    line-height: 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    background-color: #131415;
}
  .custom-menu-primary.js-enabled .hs-menu-wrapper img {
    position: absolute;
    top: -45px;
}
  .custom-menu-primary .hs-menu-wrapper img,.cta-mobile {
    display: block;
}
  .hs-item-has-children .cta-mobile {
    display: none;
}
}


@media (min-width:768px) and (max-width:991px) {
  .header-left ul li a {
      padding: 8px 10px 10px;
    font-size: 14px !important;
  }
}

/* 30 august 2021 */
/* shake animation */
  


