.osano-cm-widget{
  display:none;
}

.c-home-entry{
  position:relative;
  z-index:3;
  padding-bottom:80px;
}

@media (min-width:768px) and (max-width:1024px){
  .c-home-entry{
    padding-bottom:0;
  }
}

@media (min-width:1025px){
  .c-home-entry{
    padding-bottom:80px;
  }
}

.c-home-entry:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:80px;
  background:linear-gradient(0deg, #858cff, #b383ff);
}

@media (min-width:768px){
  .c-home-entry:before{
    bottom:16%;
  }
}

@media (min-width:1025px){
  .c-home-entry:before{
    bottom:0;
  }
}

.c-home-entry:after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:80px;
  background:50% 0 no-repeat;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' fill='none' viewBox='0 0 375 80'%3E%3Cpath fill='%23858cff' fill-rule='evenodd' d='M0 2.031V0h375v2.031s-67.007 39.485-187.5 39.485S0 80 0 80V2.031z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

@media (min-width:768px){
  .c-home-entry:after{
    bottom:16%;
    height:100px;
    margin-bottom:-100px;
  }
}

@media (min-width:1025px){
  .c-home-entry:after{
    display:none;
  }
}

@media (max-width:1024px){
  .c-home-entry .header__top{
    background-color:#e7daff;
    background-image:linear-gradient(0deg, #e7daff, #e7daff);
  }
}

@media (min-width:1025px){
  .c-home-entry .header:not(.is-scrolled):not(.is-static) .header__top{
    background:#b890fe;
  }
}

.c-home-entry .header.is-scrolled .header__logo,.c-home-entry .header.is-static .header__logo{
  color:#7d7e80;
}

@media (max-width:1024px){
  .c-home-entry .header.is-scrolled .header__logo,.c-home-entry .header.is-static .header__logo,.c-home-entry .header__logo{
    color:#3b3a3a;
  }
}

.c-home-entry .header.is-scrolled .nav-mobile__menu-toggle,.c-home-entry .header.is-static .nav-mobile__menu-toggle,.c-home-entry .nav-mobile__menu-toggle{
  color:#fff;
}
