/*  1440  */
/*@media (max-width: 1920px) {*/

/*  768  */
/*@media (max-width: 1440px) {*/

/*  375  */
/*@media (max-width: 768px) { */





.frame-sticky-nav {
  height: 73px;
/*  background-color: #172c6c;  */ 
  background-color: #172c50;   
  display: flex;
  align-items: center;
  justify-content: center;
}



.frame-sticky-nav .sticky-vector {
}

.frame-sticky-nav .img-wrapper {
    position: absolute;
    right: 40px;
}


.frame-sticky-nav .sticky-frame {
  display: flex; 
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  width: 368px;
  height: 42px;
  gap: 10px;
  padding: 17px 54px;

  background-color: #ffffff;
  border: 1px solid;
  border-color: #01103e;

  position: relative;
  left: 0px; 

}

.frame-sticky-nav .sticky-frame:hover {
    background-color: #D4DBF1;
}

.frame-sticky-nav .sticky-frame:active {
    background-color: #D4DBF1;
}


.frame-sticky-nav .sticky-frame:hover .sticky-text-wrapper {
    color: #091741;
}

.frame-sticky-nav .sticky-frame:active .sticky-text-wrapper {
    color: #091741;
}

.frame-sticky-nav .sticky-text-wrapper {
  width: fit-content;
/*
  margin-left: -7.00px;
  margin-right: -7.00px;
*/
  font-family: "aktiv-grotesk";
  font-weight: 700;
  color: #172d6d;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.4px;
  line-height: 110%;
  white-space: nowrap;
}






/*  1440 */
@media (max-width: 1920px)  { 

    .frame-sticky-nav .img-wrapper {
        right: 30px;
    }
}




/*  768  */
@media (max-width: 1440px) {
    .frame-sticky-nav .img-wrapper {
        right: 25px;
    }
}


@media (max-width: 1080px) {
}


/*  375  */
@media (max-width: 768px) {

    .frame-sticky-nav .img-wrapper {
        right: 20px;
    }


    .frame-sticky-nav {
        height: 55px;
        align-items: center;
        justify-content: start;
    }


    .frame-sticky-nav .sticky-frame {
      width: 226px;
      height: 32px;
      gap: 10px;
      padding: 17px 54px;
      background-color: #ffffff;
      border: 1px solid;
      border-color: #01103e;
      position: relative;
      left: 0px; 
      margin-left: 12px;
    }

    .frame-sticky-nav .sticky-text-wrapper {
        font-size: 14px;
        letter-spacing: -0.28px;
/*        margin-left: -35.00px; */
    }
}




@media (max-width: 501px) {
    .frame-sticky-nav .img-wrapper {
        right: 12px;
    }


    .frame-sticky-nav .sticky-frame {
       left: 0px; 
       margin-left: 12px;
      
    }

}

