@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");

* {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
}

a {
  text-decoration: none;
}

.header-row-0-background-color > .row-fluid {
  margin: 0 !important;
}

.v2-components-header {
  width: 100vw !important;
}

@media screen and (min-width: 751px) {
  a:hover {
    text-decoration: none;
  }

  .header-content-menu-item:hover {
    margin-bottom: -3px;
    transition: margin-bottom 0s;
    border-bottom: 3px solid #03A9F4;
  }

  .v2-components-header{
    width: 100%;
    height: 6.11vw;
    z-index: 999;
    transition: all 0.3s;
    position: relative;
  }
  .v2-components-header-fixed{
    width: 100vw;
    height: 6.11vw;
    z-index: 999;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    animation: headerShow 0.3s ease-out;
    animation-fill-mode: forwards;
  }
  .v2-components-header-content{
    height: 6.11vw;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 2.22vw rgba(0, 101, 147, 0.08);
    backdrop-filter: blur(2.33vw);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    color: #12141D;
  }
  .v2-components-header-content-opacity{
    height: 6.11vw;
    width: 100%;
    box-shadow: 0px 4px 2.22vw rgba(0, 101, 147, 0.08);
    backdrop-filter: blur(1.33vw);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    color: #fff;
  }
  .header-content{
    width: 70.625vw;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-content-log{
    width: 12.08vw;
    height: 2.5vw;
    background: url("https://ascending-devops.s3.amazonaws.com/ascending-js/logo-3x.png") no-repeat center center;
    background-size: 100% 100%;
    margin-top: -1vw;
    cursor: pointer;
  }
  .header-mobile-menu-button{
    display: none;
  }
  .header-content-log-opacity{
    width: 12.08vw;
    height: 2.5vw;
    background: url("../../img/logo-opacity.png") no-repeat center center;
    background-size: 100% 100%;
    margin-top: -1vw;
    cursor: pointer;
  }
  .header-content-menu{
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
  }
  .header-content-menu-item{
    height: 100%;
    width: auto;
    margin-left: 4.17vw;
    display: flex;
    align-items: center;
    font-size: 1.11vw;
    font-weight: bold;
    cursor: pointer;
  }
  .header-content-menu-item:hover{
    color: #03A9F4;
  }
  .header-content-menu-item-primary{
    height: 100%;
    width: auto;
    margin-left: 4.17vw;
    display: flex;
    align-items: center;
    font-size: 1.11vw;
    font-weight: bold;
    cursor: pointer;
    color: #03A9F4;
    border-bottom: 3px solid #03A9F4;
    box-sizing: border-box;
  }
  .header-content-concat-us{
    width: 8.06vw;
    height: 2.78vw;
    background: #03A9F4;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.11vw;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
  }
  .slider-dialog{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 8;
  }
  .v2-components-header-slider{
    width: 80.625vw;
    height: 26.81vw;
    position: absolute;
    background: #F0F5F8;
    left: 50%;
    top: -28vw;
    transform: translateX(-50%);
    z-index: 9;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    padding-left: 21.39vw;
  }
  .slider-left{
    position: absolute;
    height: 100%;
    width: 21.39vw;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: hidden;
  }
  .slider-left-bg{
    width: 16.74vw;
    height: 10.76vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8;
  }
  .slider-left-bg img{
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .slider-left-content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: transparent;
    box-sizing: border-box;
    padding-left: 7.5vw;
    padding-right: 2.36vw;
    text-align: left;
  }
  .slider-left-content-title{
    font-weight: 500;
    font-size: 1.11vw;
    line-height: 1.5;
    color: #000000;
    margin-top: 2.92vw;
    margin-bottom: 0.83vw;
  }
  .slider-left-content-desc{
    font-weight: 400;
    font-size: 0.83vw;
    line-height: 1.67;
    color: #3D485D;
  }

  .header-slider-close-button{
    height: 0.84vw;
    width: 0.84vw;
    background: url("./img/close-icon.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 1.67vw;
    top: 1.67vw;
    z-index: 999;
    cursor: pointer;
  }
  .slider-right{
    height: 90%;
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: auto;
    padding-left: 4.1vw;
    overflow: hidden;
  }
  .slider-sub-menu{
    width: 13.9vw;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    padding: 2vw 0;
    margin-right: 3.33vw;
  }
  .slider-sub-menu div {
    transition: none !important;
    display: grid;
  }
  .menu-title{
    font-size: 1.11vw;
    font-weight: bold;
    color: #03A9F4;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding-bottom: 1vw;
  }
  .menu-item{
    font-size: 0.9vw;
    line-height: 1.85;
    color: #000000;
    text-align: left;
    cursor: pointer;
    margin-top: 1.11vw;
  }
  .menu-item:hover{
    color: #03A9F4;
  }
  .menu-item-sub{
    font-size: 1.11vw;
    font-weight: bold;
    color: #03A9F4;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding-bottom: 1vw;
    margin-top: 1.5vw;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .menu-item-sub img{
    width: 0.42vw;
    height: 0.76vw;
    user-select: none;
    margin-left: 1.11vw;
  }


  .mobile-slider{
    display: none;
  }

  .show-slider{
    animation: showSlider 400ms ease-out;
    animation-fill-mode: forwards;
  }
  .hide-slider{
    animation: hideSlider 400ms ease-out;
    animation-fill-mode: forwards;
  }

}

@media screen and (max-width: 750px) {
   code {
     word-break: break-word;
  }
  
  .v2-components-header{
    width: 100%;
    height: 14.36vw;
    position: relative;
    z-index: 999;
  }
  .v2-components-header-fixed{
    width: 100vw;
    height: 14.36vw;
    z-index: 999;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    animation: headerShowMobile 0.3s ease-out;
    animation-fill-mode: forwards;
  }
  .v2-components-header-content{
    height: 14.36vw;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 2.22vw rgba(0, 101, 147, 0.08);
    backdrop-filter: blur(2.33vw);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    color: #12141D;
  }
  .v2-components-header-content-opacity{
    height: 14.36vw;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 2.22vw rgba(0, 101, 147, 0.08);
    backdrop-filter: blur(2.33vw);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    color: #12141D;

    /*height: 14.36vw;*/
    /*width: 100%;*/
    /*box-shadow: 0px 4px 2.22vw rgba(0, 101, 147, 0.08);*/
    /*backdrop-filter: blur(1.33vw);*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 999;*/
    /*color: #fff;*/
  }
  .v2-components-header-slider {
    display: none;
  }
  .header-content{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 4.1vw;
  }
  .header-content-log{
    width: 29.74vw;
    height: 6.15vw;
    background: url("https://ascending-devops.s3.amazonaws.com/ascending-js/logo-3x.png") no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-top: -2vw;
  }
  .header-content-log-opacity{
    width: 29.74vw;
    height: 6.15vw;
    background: url("../../img/logo-3x.png") no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-top: -2vw;
    /*width: 29.74vw;*/
    /*height: 6.15vw;*/
    /*background: url("../../img/logo-opacity.png") no-repeat center center;*/
    /*background-size: 100% 100%;*/
    /*cursor: pointer;*/
    /*margin-top: -2vw;*/
  }
  .header-content-menu{
    display: none;
  }
  .header-content-concat-us{
    display: none;
  }
  .header-mobile-menu-button{
    width: 6.15vw;
    height: 6.15vw;
    background: url("https://ascending-devops.s3.amazonaws.com/ascending-js/img/dashicons_menu-alt.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .header-mobile-menu-button-opacity{
    width: 6.15vw;
    height: 6.15vw;
    background: url("https://ascending-devops.s3.amazonaws.com/ascending-js/img/dashicons_menu-alt.png") no-repeat center center;
    background-size: 100% 100%;

    /*width: 6.15vw;*/
    /*height: 6.15vw;*/
    /*background: url("./img/dashicons_menu-alt-opacity.png") no-repeat center center;*/
    /*background-size: 100% 100%;*/
  }
  .v2-components-header-slider{
    display: none;
  }
  .mobile-slider{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    background: #fff;
  }
  .mobile-slider-content{
    width: 100%;
    box-sizing: border-box;
    padding-top: 14.36vw;
  }
  .mobile-slider-menu-title{
    height: 16.67vw;
    font-size: 4.62vw;
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    padding: 0 6.15vw;
  }

  .mobile-slider-menu-title p {
    line-height: 170%;
    margin: 0;
    margin-left: auto;
    font-size: 5vw;
    user-select:none;
  }

  .mobile-slider-menu-title .mobile-selected {
    transform: rotate(270deg);
  }

  .mobile-slider-menu-title .mobile-deselected {
    transform: rotate(90deg);
  }
  
  .mobile-slider-menu-title-text{
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    opacity: .5;
    border-bottom: 2px solid #ddd;
  }
  .mobile-slider-menu-children{
    width: 100%;
    height: auto;
    overflow: hidden;
    top: 16.67vw;
    left: 0;
    /* position: relative; */
  }
  .mobile-slider-menu-children::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -3;
    top: 0;
    left: 0;
    background: #F0F5F8;
  }

  .closed {
    max-height: 0;
    overflow: hidden;
  }

  .open {
    max-height: 100vh;
  }

  .menu-children-sub-title{
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 4.1vw;
    padding: 0 6.15vw;
    color: #000000;
    margin: 3vw 0;
    z-index: 4;
  }
  .menu-children-sub-title a {
    color: #000;
  }
  .menu-children-sub-title a:hover {
    color: #000;
    text-decoration: none;
  }
  .menu-children-sub-title div {
    display: grid;
  }
  .menu-children-link-title{
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 3.59vw;
    color: rgba(0, 0, 0, 0.65);
    box-sizing: border-box;
    color: #000000;
    margin-top: 4.1vw;
    position: relative;
    z-index: 9;
  }
  .children-open{
    max-height: 150vh;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
  }
  .menu-children-sub-bg{
    position: absolute;
    height: auto;
    width: 50%;
    bottom: 0;
    transform: scaleX(-1);
    user-select: none;
    z-index: -1;
  }
  .children-hide{
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: all .75s;
  }
}

@keyframes showSlider {
  0%{
    top: -26.81vw;
  }
  100%{
    top: 6.11vw;
  }
}

@keyframes hideSlider {
  0%{
    top: 6.11vw;
  }
  100%{
    top: -26.81vw;
  }
}

@keyframes headerShow {
  0% {
    top: -6.11vw;
  }
  100% {
    top: 0;
  }
}

@keyframes headerShowMobile {
  0% {
    top: -14.36vw;
  }
  100% {
    top: 0;
  }
}
