.header-group .header-main-container .menu-container ul>li.hs-menu-depth-1.activated>a:after{
  position: absolute;
  left: -40%;
  right: 0;
  bottom: 14px;
  content: '';
  background: url(https://f.hubspotusercontent00.net/hubfs/538402/Noggin%20Assets%202021/Button%20Arrow%20Red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 10px;
  height: 13px;
  transform: rotate(90deg);
  margin: 0 auto;
}

body .container-fluid .row-fluid .mega-menu-popout-container{
  min-height: 0;
  height: 0;
}

.header-group .child-grp {
  display:none;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto !important;
  width: auto;
  top: 133px;
  background: #fff;
  float: none;
  z-index:7;    
  transition:0.3s all ease-in;
}

.header-group .mega-menu-popout.visible .child-grp {
  display: block;
  transition:0.3s all ease-in;
}

.header-group .mega-menu-popout-container .for-1-child .right-col span{
   display:flex;
   flex-wrap:wrap;
}

.header-group .mega-menu-popout-container .for-1-child .right-col span>.hs_cos_wrapper{
  width: 49%;
  margin-right: 1.6%;
  border: 2px solid #f2f2f3;
  border-radius: 8px;
  background-color: #fff;
  padding: 10px 13px 10px;
  box-sizing: border-box;
  margin-bottom: 12px;
  transition: .3s all ease-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-group .mega-menu-popout-container .for-1-child .right-col span>.hs_cos_wrapper:hover{
   background-color: #EEF2F6;
   transition:0.3s all ease-in;
}

.header-group .mega-menu-popout-container .for-1-child .right-col span>.hs_cos_wrapper>a{
   display:flex;
   flex-wrap:wrap; 
   align-items:center;
}

.header-group .mega-menu-popout-container .for-1-child .right-col span>.hs_cos_wrapper:nth-child(2n){
  margin-right:0;
}

.header-group .mega-menu-popout-container .for-1-child .right-col span>.hs_cos_wrapper .icon img{
   max-width:39px!important;
}

.header-group .mega-menu-popout-container .for-1-child .right-col span>.hs_cos_wrapper .icon{
   width:14%;
}

.header-group .mega-menu-popout-container .for-1-child .right-col span>.hs_cos_wrapper .content{
   width: 86%;
   padding-left: 4px;
}

.header-group .mega-menu-popout-container .for-1-child .right-col span>.hs_cos_wrapper .content h5{
   font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;
  margin-bottom:0px;
}

.header-group .mega-menu-popout-container .for-1-child .right-col span>.hs_cos_wrapper .content p{
   margin-bottom:0;
}

.header-group .mega-menu-popout-container .for-1-child .content-wrapper>.row-fluid{
   display: flex;
   align-items: inherit;
}

.header-group .mega-menu-popout-container .for-1-child .left-col{
   background-color: #EEF2F6;
   position:relative;
   z-index:1;
   padding:34px 20px 26px 0;
   border-right: 2px solid #F2F2F3;
   width:39%;
}

.header-group .mega-menu-popout-container .for-1-child .left-col:before{
   position:absolute;
   left:-100%;
   top:0;
   right:0;
   bottom:0;
   content:'';
   background-color: #EEF2F6;
   width:100%;
   height:auto;
   z-index:-1;
}

.header-group .mega-menu-popout-container .for-1-child .left-col h4{
   margin-bottom:10px;
}

.header-group .mega-menu-popout-container .for-1-child .cta-cont{
   margin-top:20px;
   padding-bottom:60px;
   border-bottom: 2px solid rgb(130,130,136,10%);
   margin-bottom:25px;
}

.header-group .mega-menu-popout-container .for-1-child .left-col .arrow-cta a{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 25px;
  position:relative;
  color: #3C3B44;
  transition:0.3s all ease-in;
}

.header-group .mega-menu-popout-container .for-1-child .left-col .arrow-cta a:hover{
   color:#EA0052;
   transition:0.3s all ease-in;
}

.header-group .mega-menu-popout-container .for-1-child .left-col .arrow-cta a:after{
    position: absolute;
    right: -18px;
    top: 5.5px;
    content: '';
    background: url(https://f.hubspotusercontent00.net/hubfs/538402/Noggin%20Assets%202021/Button%20Arrow%20Red.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 7px;
    height: 10px;
}

.header-group .mega-menu-popout-container .for-1-child .right-col{
   width: 61%;
   margin-left: 0;
   background-color: #FFFFFF;
   position:relative;
   border-top: 2px solid #F2F2F3;
   border-bottom:2px solid #F2F2F3;
   z-index:1;
   padding: 18px 0px 12px 18px;
}

.header-group .mega-menu-popout-container .for-1-child .right-col:after{
   position:absolute;
   right:-100%;
   top:-2px;
   content:'';
   border-top: 2px solid #F2F2F3;
   width:100%;
   height:2px;
   z-index:-1;
}

.header-group .mega-menu-popout-container .for-1-child .right-col:before{
   position:absolute;
   right:-100%;
   bottom:-2px;
   content:'';
   border-bottom: 2px solid #F2F2F3;
   width:100%;
   height:2px;
   z-index:-1;
}

.desktop-header-group-new .mega-menu-popout-container .for-1-child .right-col:before{
   display:none;
}

.header-group .mega-menu-popout-container .for-4-child .content-wrapper>.row-fluid{
   display: flex;
   align-items: inherit;
}

.header-group .mega-menu-popout-container .for-4-child .left-col{
   background-color: #EEF2F6;
   position:relative;
   z-index:1;
   padding:30px 13px 30px 0;
   border-right: 2px solid #F2F2F3;
   width:51%;
}

.header-group .mega-menu-popout-container .for-4-child .left-col:before{
   position:absolute;
   left:-100%;
   top:0;
   right:0;
   bottom:0;
   content:'';
   background-color: #EEF2F6;
   width:100%;
   height:auto;
   z-index:-1;
}

.header-group .mega-menu-popout-container .for-4-child .left-col h4{
   margin-bottom:10px;
}

.header-group .mega-menu-popout-container .for-4-child .left-col p{
   max-width:471px;
}

.header-group .mega-menu-popout-container .for-4-child .left-col .cta-cont{
   margin-top:23px;
}

.header-group .mega-menu-popout-container .for-4-child .right-col{
   width: 49%;
   margin-left: 0;
   background-color: #FFFFFF;
   position:relative;
   border-top: 2px solid #F2F2F3;
   border-bottom:2px solid #F2F2F3;
   z-index:1;
   padding: 18px 0px 12px 18px;
}

.header-group .mega-menu-popout-container .for-4-child .right-col:after{
   position:absolute;
   right:-100%;
   top:-2px;
   content:'';
   border-top: 2px solid #F2F2F3;
   width:100%;
   height:2px;
   z-index:-1;
}

.header-group .mega-menu-popout-container .for-4-child .right-col:before{
   position:absolute;
   right:-100%;
   bottom:-2px;
   content:'';
   border-bottom: 2px solid #F2F2F3;
   width:100%;
   height:2px;
   z-index:-1;
}

.header-group .mega-menu-popout-container .for-4-child .right-col ul li{
   display:block;
   float:none;
   transition:0.3s all ease-in;
}

.header-group .mega-menu-popout-container .for-4-child .right-col ul{
   display:block;
}

.header-group .mega-menu-popout-container .for-4-child .right-col ul li a{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3c3b44;
  width: 100%;
  max-width: 266px;
  white-space: inherit;
  transition:0.3s all ease-in;
}

.header-group .mega-menu-popout-container .for-4-child .right-col ul li:hover a{
   background-color: #EEF2F6;
   border-radius: 8px;
   transition:0.3s all ease-in;
}

.header-group .mega-menu-popout-container .for-2-child .tabcontent{
   display:none;
}

.header-group .mega-menu-popout-container .for-2-child .tabcontent1{
   display:none;
}

.header-group .mega-menu-popout-container .for-2-child .tabber-text.event1{
   display:block;
}

.header-group .child-grp.for-2-child .content-wrapper>.row-fluid{
   display:block;
}

.header-group .child-grp.for-2-child{
   border-top: 2px solid #F2F2F3;
   z-index:1;
   border-bottom: 2px solid #F2F2F3;
   box-shadow:none;
}

.header-group .child-grp.for-2-child:after{
   position:absolute;
   left:0;
   right:0;
   top:77px;
   content:'';
   border-top: 2px solid #F2F2F3;
   width:100%;
   height:2px;
   z-index:-1;
}

.header-group .child-grp.for-2-child .tabber-label{
   padding:17px 0 17px;
   display:flex;
   flex-wrap:wrap;
   align-items:center;
}

.header-group .child-grp.for-2-child .tabber-label h6{
   width:14%;
   margin-bottom:0;
}

.header-group .child-grp.for-2-child .tabber-label ul{
   width:86%;
   padding-left:20px;
   margin-bottom:0;
}

.header-group .child-grp.for-2-child .tabber-label ul li{
   display:inline-block;
   list-style:none;
   margin-right:8px;
}

.header-group .child-grp.for-2-child .tabber-label ul li a{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3C3B44;
  border: 2px solid #F2F2F3;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding:8px 15px 8px;
  border-radius:8px;
  display:block;
}

.header-group .child-grp.for-2-child .tabber-label ul li a.active{
   background-color: #EEF2F6;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent .left-col ul li{
   list-style:none;
   margin-bottom:10px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent .left-col ul{
   padding:0;
   margin:0;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent .left-col{
   padding:30px 17px 30px;
   border-right:2px solid #F2F2F3;
   width: 29.623932%;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent .right-col{
  width: 69.811966%;
   margin-left: 0;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent .right-col span>.hs_cos_wrapper>.row-fluid{
   display:flex;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent .left-col ul li img{
   max-width:28px!important;
   width:28px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent .left-col ul li a{
   display:flex;
   align-items:center;
   padding: 8px 17px 8px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent .left-col ul li a{
   display:flex;
   align-items:center;
   padding: 8px 17px 8px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent .left-col ul li a.active{
   border-radius: 8px;
   background-color: #EEF2F6;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent .left-col ul li a .text-cont{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3C3B44;
  padding-left:10px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent span>.row-fluid{
   display:flex;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .left-column ul{
   padding:0;
   margin:0;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .left-column ul li{
   list-style:none;
   margin-bottom:10px;
   display:flex;
   align-items:center;
   padding: 8px 17px 8px;
   cursor:pointer;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .left-column ul li.active{
   border-radius: 8px;
   background-color: #EEF2F6;
}

.header-group.tabcontent-wrapper .tabcontent1 .left-column ul li.active{
   border-radius: 8px;
   background-color: #EEF2F6;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .left-column ul li img{
   max-width:28px!important;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .left-column ul li .icon{
    width:28px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .left-column ul li .content{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3C3B44;
  padding-left:10px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .left-column{
   padding:30px 15px 30px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column{
   margin-left:0;
   width: 59.264957%;
   background-color: #EEF2F6;
   padding:34px 20px 34px;
   position:relative;
   padding-right:0;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column:after{
   position:absolute;
   right:-100%;
   top:0;
   bottom:0;
   content:'';
   background-color: #EEF2F6;
   width:100%;
   height:auto;
   z-index:-1;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .heading-cont a{
   display:flex;
   flex-wrap:wrap;
   align-items:center;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .heading-cont .icon{
   width:8%;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .heading-cont .content{
   width:92%;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .heading-cont a img{
   max-width:36px!important;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .heading-cont a h4{
   margin-bottom:0;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .heading-cont{
   margin-bottom:20px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .heading-cont .content{
   padding-left:15px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .cta-cont{
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgb(130 130 136 / 10%);
  padding-bottom: 27px;
  margin-top: 23px;
  margin-bottom:18px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .cta-cont .cta-2{
   padding-left:30px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .cta-cont .cta-2 a.cta_button{
   background:transparent;
   padding:0;
   color: #3C3B44;
   position:relative;
   border:none;
   box-shadow:none;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .cta-cont .cta-2 a.cta_button:hover{
   color:#EA0052;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .cta-cont .cta-2 a.cta_button:after{
  position: absolute;
  right: -16px;
  top: 8.5px;
  content: '';
  background: url(https://f.hubspotusercontent00.net/hubfs/538402/Noggin%20Assets%202021/Button%20Arrow%20Red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 7px;
  height: 10px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .featured-modules h5{
   margin-bottom:13px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .featured-modules ul{
   padding-left: 20px;
   margin-bottom:0;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .featured-modules ul li{
  margin-bottom:15px;
  font-size: 16px;
  letter-spacing: -0.36px;
  line-height: 23px;
  color: #3C3B44;
  margin-bottom:10px;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .featured-modules ul li:last-child{
   margin-bottom:0;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .tabber-text.event2{
   display:none;
}

.header-group .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column .tabber-text.event1{
   display:block;
}

.header-group .mega-menu-popout-container .for-2-child .tabcontent#tab2{
   padding:30px 0 30px;
}

.header-group .mega-menu-popout-container .for-2-child .tabcontent#tab2 span{
   display:flex;
   flex-wrap:wrap;
}

.header-group .mega-menu-popout-container .for-2-child .tabcontent#tab2 span>.hs_cos_wrapper{
   width:31%;
   margin-right:3%;
}

.header-group .mega-menu-popout-container .for-2-child .tabcontent#tab2 span>.hs_cos_wrapper:nth-child(3n){
   margin-right:0;
}

.header-group .mega-menu-popout-container .for-2-child .tabcontent#tab2 span>.hs_cos_wrapper a{
  display: flex;
  align-items: center;
  padding: 8px 17px 8px;
  cursor: pointer;
  border-radius: 8px;
  transition:0.3s all ease-in;
  margin: 2px;
}

.header-group .mega-menu-popout-container .for-2-child .tabcontent#tab2 span>.hs_cos_wrapper a:hover{ 
  background-color: #EEF2F6;
  transition:0.3s all ease-in;
}

.header-group .mega-menu-popout-container .for-2-child .tabcontent#tab2 span>.hs_cos_wrapper a img{
   max-width:28px!important;
}

.header-group .mega-menu-popout-container .for-2-child .tabcontent#tab2 span>.hs_cos_wrapper .content{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3C3B44;
  padding-left:10px;
}

.header-group .mega-menu-popout-container .for-2-child .tabcontent#tab2 span>.hs_cos_wrapper .icon{
   width:28px;
}

.mobile-header-group{
   display:none;
}

.header-group .mega-menu-popout-container .for-1-child .left-col .bottom-cta-con{
   display:flex;
}

.header-group .mega-menu-popout-container .for-1-child .left-col .bottom-cta-con .library{
   padding-left:60px;
}

body.show-mega-menu{
   position:relative;
   z-index:2;
}

body.show-mega-menu:after{
   position:absolute;
   left:0;
   right:0;
   top:0;
   bottom:0;
   content:'';
   background-color: rgba(15,15,15,0.44);
   width:100%;
   height:100%;
   z-index:2;
}








/* .header-group .mega-menu-popout-container .for-3-child .tabcontent{
   display:none;
} */

.header-group .mega-menu-popout-container .for-3-child .tabcontent2{
   display:none;
}

.header-group .mega-menu-popout-container .for-3-child .tabber-texts.event1{
   display:block;
}

.header-group .child-grp.for-3-child .content-wrapper>.row-fluid{
   display:block;
}

.header-group .child-grp.for-3-child{
   border-top: 2px solid #F2F2F3;
   z-index:1;
   border-bottom: 2px solid #F2F2F3;
   box-shadow:none;
}

.header-group .child-grp.for-3-child:after{
   position:absolute;
   left:0;
   right:0;
   top:77px;
   content:'';
   border-top: 2px solid #F2F2F3;
   width:100%;
   height:2px;
   z-index:-1;
   display:none;
}

.header-group .child-grp.for-3-child .tabber-label{
   padding:17px 0 17px;
   display:flex;
   flex-wrap:wrap;
   align-items:center;
}

.header-group .child-grp.for-3-child .tabber-label h6{
   width:14%;
   margin-bottom:0;
}

.header-group .child-grp.for-3-child .tabber-label ul{
   width:86%;
   padding-left:20px;
   margin-bottom:0;
}

.header-group .child-grp.for-3-child .tabber-label ul li{
   display:inline-block;
   list-style:none;
   margin-right:8px;
}

.header-group .child-grp.for-3-child .tabber-label ul li a{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3C3B44;
  border: 2px solid #F2F2F3;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding:8px 15px 8px;
  border-radius:8px;
  display:block;
}

.header-group .child-grp.for-3-child .tabber-label ul li a.active{
   background-color: #EEF2F6;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent .left-col ul li{
   list-style:none;
   margin-bottom:10px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent .left-col ul{
   padding:0;
   margin:0;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent .left-col{
   padding:30px 17px 30px;
   border-right:2px solid #F2F2F3;
   width: 29.623932%;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent .right-col{
  width: 70.811966%;
  margin-left: 0;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent .right-col span>.hs_cos_wrapper>.row-fluid{
   display:flex;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent .left-col ul li img{
   max-width:28px!important;
   width:28px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent .left-col ul li a{
   display:flex;
   align-items:center;
   padding: 8px 17px 8px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent .left-col ul li a{
   display:flex;
   align-items:center;
   padding: 8px 17px 8px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent .left-col ul li a.active{
   border-radius: 8px;
   background-color: rgba(127,0,255,0.07);
   border: 1px solid #E2E6EA;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .left-column ul li{
  border: 2px solid transparent;
  border-radius: 8px;
  display:block;
  padding:8px 13px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .left-column ul li.active{
  border: 2px solid #F5ECFF;
  border-radius: 8px;
  display:block;
  padding:8px 13px;
  transition: 0.3s all ease-in-out;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners2 .left-column ul li{
   transition: 0.3s all ease-in-out;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners2 .left-column ul li:hover{
  border: 2px solid #E2E6EA;
  border-radius: 8px;
  background-color: rgba(127,0,255,0.07);
  transition: 0.3s all ease-in-out;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners1 .left-column ul li,
.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners3 .left-column ul li,
.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners4 .left-column ul li{
   padding:0;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners1 .left-column ul li>span,
.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners3 .left-column ul li>span,
.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners4 .left-column ul li>span{
   display:block;
   width:100%;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners1 .left-column ul li.active,
.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners3 .left-column ul li.active,
.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners4 .left-column ul li.active{
   border:none;
   padding:0;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners1 .left-column ul li a,
.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners3 .left-column ul li a,
.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners4 .left-column ul li a{
  width:100%;
  display:block;
  color: #3C3B44;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;
  padding:8px 13px;
  border: 2px solid transparent;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners1 .left-column ul li:hover a,
.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners3 .left-column ul li:hover a,
.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners4 .left-column ul li:hover a{
  border: 2px solid #F5ECFF;
  border-radius: 8px;
  display:block;
  padding:8px 13px;
  background:transparent!important;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent .left-col ul li a .text-cont{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3C3B44;
  padding-left:0px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent span>.row-fluid{
   display:flex;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .left-column ul{
   padding:0;
   margin:0;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .left-column ul li{
  list-style:none;
  margin-bottom:10px;
  display:flex;
  align-items:center;
  cursor:pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px 13px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent3 .left-column ul li.active{
   border-radius: 8px;
   background-color: #EEF2F6;
}

.header-group.tabcontent-wrapper .tabcontent2 .left-column ul li.active{
   border-radius: 8px;
   background-color: #EEF2F6;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .left-column ul li img{
   max-width:28px!important;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .left-column ul li .icon{
    width:28px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .left-column ul li .content{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3C3B44;
  padding-left:0px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .left-column{
   padding:30px 15px 30px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column{
   margin-left:0;
   width: 59.264957%;
   background-color: rgba(127,0,255,0.07);
   padding:34px 20px 34px;
   position:relative;
   padding-right:20px;
   border-left: 2px solid #F2F2F3;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2#tabinners2 .right-column{
   background:#ffffff;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column:after{
   position:absolute;
   right:-100%;
   top:0;
   bottom:0;
   content:'';
   background-color: #EEF2F6;
   width:100%;
   height:auto;
   z-index:-1;
   display:none;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .heading-cont a{
   display:flex;
   flex-wrap:wrap;
   align-items:center;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .heading-cont .icon{
   width:8%;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .heading-cont .content{
   width:92%;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .heading-cont a img{
   max-width:36px!important;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .heading-cont a h4{
   margin-bottom:0;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .heading-cont{
   margin-bottom:20px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .heading-cont .content{
   padding-left:15px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .cta-cont{
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgb(130 130 136 / 10%);
  padding-bottom: 27px;
  margin-top: 23px;
  margin-bottom:18px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .cta-cont .cta-2{
   padding-left:30px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .cta-cont .cta-2 a.cta_button{
   background:transparent;
   padding:0;
   color: #3C3B44;
   position:relative;
   border:none;
   box-shadow:none;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .cta-cont .cta-2 a.cta_button:hover{
   color:#EA0052;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .cta-cont .cta-2 a.cta_button:after{
  position: absolute;
  right: -16px;
  top: 8.5px;
  content: '';
  background: url(https://f.hubspotusercontent00.net/hubfs/538402/Noggin%20Assets%202021/Button%20Arrow%20Red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 7px;
  height: 10px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .featured-modules h5{
   margin-bottom:13px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .featured-modules ul{
   padding-left: 20px;
   margin-bottom:0;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .featured-modules ul li{
  margin-bottom:15px;
  font-size: 16px;
  letter-spacing: -0.36px;
  line-height: 23px;
  color: #3C3B44;
  margin-bottom:10px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .featured-modules ul li:last-child{
   margin-bottom:0;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .tabber-text-wraps .tabber-texts.events1{
   display:block;
}

.header-group .mega-menu-popout-container .for-3-child .tabcontent#tab2{
   padding:30px 0 30px;
}

.header-group .mega-menu-popout-container .for-3-child .tabcontent#tab2 span{
   display:flex;
   flex-wrap:wrap;
}

.header-group .mega-menu-popout-container .for-3-child .tabcontent#tab2 span>.hs_cos_wrapper{
   width:31%;
   margin-right:3%;
}

.header-group .mega-menu-popout-container .for-3-child .tabcontent#tab2 span>.hs_cos_wrapper:nth-child(3n){
   margin-right:0;
}

.header-group .mega-menu-popout-container .for-3-child .tabcontent#tab2 span>.hs_cos_wrapper a{
  display: flex;
  align-items: center;
  padding: 8px 17px 8px;
  cursor: pointer;
  border-radius: 8px;
  transition:0.3s all ease-in;
  margin: 2px;
}

.header-group .mega-menu-popout-container .for-3-child .tabcontent#tab2 span>.hs_cos_wrapper a:hover{ 
  background-color: #EEF2F6;
  transition:0.3s all ease-in;
}

.header-group .mega-menu-popout-container .for-3-child .tabcontent#tab2 span>.hs_cos_wrapper a img{
   max-width:28px!important;
}

.header-group .mega-menu-popout-container .for-3-child .tabcontent#tab2 span>.hs_cos_wrapper .content{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3C3B44;
  padding-left:10px;
}

.header-group .mega-menu-popout-container .for-3-child .tabcontent#tab2 span>.hs_cos_wrapper .icon{
   width:28px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .tabber-right-inner-group.image-content .single-content{
   display:none;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .tabber-right-inner-group.single-content .image-text-cont{
   display:none;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .tabber-right-inner-group .image-text-cont{
   display:flex;
   flex-wrap:wrap;
   margin-bottom:16px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .tabber-right-inner-group .image-text-cont {
  border: 2px solid #F2F2F3;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding:26px 14px;
  box-sizing:border-box!important;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .tabber-right-inner-group .image-text-cont .left-cont{
   width:65%;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .tabber-right-inner-group .image-text-cont .right-cont{
   width:30%;
   margin-left:5%;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .image-text-cont .tag{
  color: #81BA32;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.31px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #8DC63F;
  border-radius: 18px;
  background-color: #F8FCF4;
  display:inline-block;
  padding:4px 14px;
  margin-bottom:13px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .image-text-cont .cta-con a.cta_button{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3C3B44;
  padding:0;
  box-shadow:none;
  border:none;
  background:transparent;
  display:inline-block;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .image-text-cont .cta-con a.cta_button:after{
   display:none;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .image-text-cont .content-heading h4{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.49px;
  line-height: 29px;
  color: #3C3B44;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .image-text-cont .cta-text:after{
   top:10px;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .tabber-text.events1{
   display:block;
}

.header-group .child-grp.for-3-child .tabcontent-wrapper .tabcontent2 .right-column .single-content a{
  color: #3C3B44;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;
  padding-bottom:25px;
  display:inline-block;
}



@media(max-width:1200px){

.header-group .child-grp.for-2-child .tabber-label h6 {
    width: 17%;
}
  
.header-group .child-grp.for-2-child .tabber-label ul {
    width: 83%;
}
  
.header-group .mega-menu-popout-container .for-1-child .right-col span>.hs_cos_wrapper .content {
    padding-left: 11px;
}
}


@media(max-width:1024px){

.desktop-header-group{
   display:none;  
}
  
.mobile-header-group{
  display:block;
  float: left;
  padding: 14px 20px 20px;
  width: 100%;
  background:#ffffff;
}
  
.cd-dropdown-content li.has-children>a{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px; 
  color: #3C3B44;
}
  
.mobile-header-group .cd-dropdown-content{
   padding-top:20px;  
}
  
.mobile-header-group .cd-dropdown-content .cta-links-container{
   border-top: 2px solid rgb(130,130,136,10%);
   padding-top: 23px;
   transition: opacity 0.3s, transform 0.3s;
}
  
.mobile-header-group .cd-dropdown-content .cta-links-container .link-1 a{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px; 
  color: #3C3B44;
}
  
.mobile-header-group .cd-dropdown-content .cta-links-container .link-2 a{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3C3B44;
  padding-left:30px;
  position:relative;
  padding-left:50px;
}
  
.mobile-header-group .cd-dropdown-content .cta-links-container .link-2 a:before{
   position:absolute;
   left: 20px;
   top: 4px;
   content:'';
   background:url('https://f.hubspotusercontent00.net/hubfs/538402/Noggin%20Assets%202021/login.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:21px;
   height:21px;
}
  
.mobile-header-group .cd-dropdown-content .cta-links-container .link-3{
   padding:0 20px;   
}
  
.mobile-header-group .cd-dropdown-content .cta-links-container .link-3 a.cta_button{
  width: auto;
  max-width: 169px;
  padding: 9px 19px 12px 5px;
  height: auto;
  line-height: normal;
  box-sizing: border-box!important;  
}
  
.mobile-header-group .cd-dropdown-content.move-out .cta-links-container{
   -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
   transition: opacity 0.3s, transform 0.3s;
}
  
.mobile-header-group .cd-dropdown-content li.go-back{
   background-color: #EEF2F6;  
}
  
.mobile-header-group .cd-dropdown-content li.go-back a{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3C3B44;
  display: flex;
  align-items: center;
  width: 100%;
}
  
.mobile-header-group .cd-dropdown-content li.go-back a:after,
.mobile-header-group .cd-dropdown-content li.go-back a:before{
   top: 31px;  
}
  
.mobile-header-group .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #3C3B44;
  padding: 15px 20px 15px;
  line-height: normal;
  height: auto;
}
  
.mobile-header-group .cd-dropdown-content .cd-dropdown-gallery .inner-content{
  border-bottom: 2px solid rgb(130 130 136 / 10%);
  margin: 14px 0 20px;
  padding-bottom: 16px;
  list-style:none;
}
  
.mobile-header-group .cd-dropdown-content .cd-dropdown-gallery .content-container{
    padding:10px 20px 20px; 
}
  
.mobile-header-group .cd-dropdown-content .cd-dropdown-gallery .cta-cont a{
  height: auto;
  width: auto;
  display: inline-block;  
}
  
.mobile-header-group .cd-dropdown-content .cd-dropdown-gallery .integrations a{
  padding:0;
  position:relative;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3C3B44;
  
}
  
.mobile-header-group .cd-dropdown-content .cd-dropdown-gallery .library a{
    padding:0;
    position:relative;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 25px;
    color: #3C3B44;
    display:inline-block;
}
  
.mobile-header-group .cd-dropdown-content .cd-dropdown-gallery .integrations{
  padding: 20px 0px 0;
  position: relative;
  border-top: 2px solid rgb(130 130 136 / 10%);
  margin: 10px 20px 0px;
}
  
.mobile-header-group .cd-dropdown-content .cd-dropdown-gallery .library{
   margin: 0px 20px 0px; 
   padding: 0px 0px 0;
}
  
.mobile-header-group .cd-dropdown-content .cd-dropdown-gallery .integrations a{
   display:inline-block;
}
  
.mobile-header-group .cd-dropdown-content .cd-dropdown-gallery .integrations a:before{
  position: absolute;
  right: -18px;
  top: 7.5px;
  content: '';
  background: url(https://f.hubspotusercontent00.net/hubfs/538402/Noggin%20Assets%202021/Button%20Arrow%20Red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 7px;
  height: 10px;
}
  
.mobile-header-group .cd-dropdown-content .cd-dropdown-gallery .library a:before{
  position: absolute;
  right: -18px;
  top: 7.5px;
  content: '';
  background: url(https://f.hubspotusercontent00.net/hubfs/538402/Noggin%20Assets%202021/Button%20Arrow%20Red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 7px;
  height: 10px;
}
  
.mobile-header-group .cd-dropdown-content .cd-dropdown-resource .inner-content{
   border-bottom:none;  
}
  
.mobile-header-group .cd-dropdown-content .cd-dropdown-about .inner-content{
   border-bottom:none;  
}
  
.mobile-header-group .mobile-trigger{
   top:16px!important;  
}
  
.mobile-header-group .cd-dropdown-content .cta-links-container .link-3 a.cta_button{
   font-size: 14.4px;
   padding: 9px 20px 12px 5px;
}
  
.mobile-header-group .cd-dropdown-content .cta-links-container .link-3 a.cta_button:after{
   right: 20px;
   top: 13px;  
}

.mobile-header-group .tabber .tab-panel:not(.active) {
    display: none;
}
  
.mobile-header-group .cd-dropdown-solution ul.tabs{
   position:relative;
   z-index:2;
}
  
.mobile-header-group .cd-dropdown-solution .tabber{
   padding:22px 0px 22px;  
}
  
.mobile-header-group .cd-dropdown-solution .tabber h6{
   padding:0 20px;
}
  
.mobile-header-group .cd-dropdown-solution .tabber>ul{
   padding:0 20px;
}
  
.mobile-header-group .cd-dropdown-solution .tabber ul.tabs li{
   display:inline-block;
   padding-right:14px;
}
  
.mobile-header-group .cd-dropdown-solution .tabber ul.tabs li:last-child{
   padding-right:0;
}
  
.mobile-header-group .cd-dropdown-solution .tabber ul.tabs li a{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 25px;  
  color: #3C3B44;
  border: 2px solid #F2F2F3;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 9px 18px 9px;
  height: auto;
}
  
.mobile-header-group .cd-dropdown-solution .tabber ul.tabs li.active a{
   background-color: #EEF2F6;  
   border:none;
}
  
.mobile-header-group .cd-dropdown-solution .tab-industry li.inner-content{
   margin-bottom:80px;
   border-bottom:none;
}
  
.mobile-header-group .cd-dropdown-solution .tab-panel{
   border-top: 2px solid rgb(130,130,136,10%);
   margin-top: 30px;
}
  
.mobile-header-group .cd-dropdown-resources .tab-panel{
   border-top:none;
   margin-top:0;
}
  
.mobile-header-group .cd-dropdown-resources .tab-solution>ul>li:first-child{
   margin-top:90px!important;
}
  
.mobile-header-group .cd-dropdown-resources li.has-children:first-child {
    margin-top: 90px;
}
  
.mobile-header-group .cd-dropdown-resources .inner-child-menu li.go-back {
    margin-bottom: 40px!important;
}
  
.mobile-header-group .cd-dropdown-resources ul.inner-child-menu li a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 25px;
    color: #3C3B44;
}
  
.mobile-header-group .cd-dropdown-solution .tab-solution>ul>li:first-child{
   margin-top:210px;
}
  
.mobile-header-group .cd-dropdown-solution .tabber h6{
    transition: opacity 0.3s, transform 0.3s; 
}
  
.mobile-header-group .cd-dropdown-solution .tabber.move-out h6{
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: opacity 0.3s, transform 0.3s; 
}
  
.mobile-header-group .cd-dropdown-solution .tabber ul.tabs{
    transition: opacity 0.3s, transform 0.3s; 
}
  
.mobile-header-group .cd-dropdown-solution .tabber.move-out ul.tabs{
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: opacity 0.3s, transform 0.3s; 
}
  
.mobile-header-group .cd-dropdown-solution .tabber.move-out .tab-panel{
   border-top:none;
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu li.go-back{
   margin-bottom:20px; 
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content{
   margin-top:-20px;
   padding-bottom:100px;
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .top-row{
  background-color: #EEF2F6;
  padding: 16px 20px 30px;
  border-bottom: 2px solid rgb(130,130,136,10%);
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content img{
    position: relative;
    max-width: 36px!important;
    left: 0;
    top: 0;
    margin-top: 0;
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .bottom-row ul{
   position:relative;  
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .top-row .icon-container{
   margin-bottom: 15px; 
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .top-row .text-container h4{
   margin-bottom:9px;   
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .top-row .text-container p{
  font-size: 16px;
  letter-spacing: -0.36px;
  line-height: 23px;
  color: #6F6F75;
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .top-row .cta-cont{
   display:flex;  
   align-items:center;
   margin-top:30px;
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .top-row .cta-cont .cta-2{
   padding-left:39px;  
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .top-row .cta-cont .cta-2 a.cta_button{
  background:transparent;
  border:none;
  box-shadow:none;
  padding:0;
  font-size: 14.4px;
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: 20px;
  color: #3C3B44;
  position:relative;
  border-radius:0;
  transition:0.3s all ease-in;
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .top-row .cta-cont .cta-2 a.cta_button:after{
  position: absolute;
  right: -18px;
  top: 5.5px;
  content: '';
  background: url(https://f.hubspotusercontent00.net/hubfs/538402/Noggin%20Assets%202021/Button%20Arrow%20Red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 7px;
  height: 10px;  
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .top-row .cta-cont .cta-2 a.cta_button:hover{
   color:#EA0052;  
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .bottom-row{
   padding:29px 20px 20px;  
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .bottom-row h5{
   margin-bottom:16px; 
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .bottom-row ul li{
  color: #3C3B44;
  font-size: 16px;
  letter-spacing: -0.36px;
  line-height: 23px;
  margin-bottom:7px;
  margin-left:15px;
  position:relative;
  list-style:none;
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .bottom-row ul li:before{
   position:absolute;
   left:-15px;
   top:9px;
   content:'';
   background:#3C3B44;
   width:5px;
   height:5px;
   border-radius:50%;
}
  
.mobile-trigger.dropdown-is-active i:before {
    top: 0;
    transform: rotate(45deg);
    background: #ea0052;
    width: 27px;
    left: 0;
}
  
.mobile-trigger.dropdown-is-active i:after {
    top: 0;
    transform: rotate(-45deg);
    background: #ea0052;
    width: 27px;
    left: 0;
}
  
.mobile-trigger.dropdown-is-active i{
   background:transparent;
}
  
.mobile-header-group .cd-dropdown-solution .inner-child-menu .level4-inner-content .bottom-row ul{
   transform:none;
}
  
body.menu-open{
   overflow:hidden;  
}
  
.mobile-header-group .cd-dropdown-content li.first-go-back{
   position:relative;
   z-index:2;
}
  
.mobile-header-group .cd-dropdown-content li.go-back.test{
   -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
  
  .body-container-wrapper{
     margin-top:60px;
  }  
  
}


@media(max-width:767px){

.mobile-header-group .cd-dropdown-content li.go-back a:after,
.mobile-header-group .cd-dropdown-content li.go-back a:before {
    top: 26px;
}
  
.mobile-header-group .mobile-trigger {
    top: 15px!important;
}
}
  
 
.cd-dropdown-wrapper {
  display: inline-block;
}

.cd-dropdown-trigger {
  display: block;
}


@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 1.5rem;
  }
  .cd-dropdown-trigger.dropdown-is-active {
    background-color: #3f8654;
  }
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #47975f;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

.cd-dropdown {
  position: fixed;
  z-index: 1;
  top: 64px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left:-100%;
  transition:0.3s all ease-in;
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  left:0;
  transition:0.3s all ease-in;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    /* reset style*/
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 0px;
  padding-left:0;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #111433;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    border-color: #ebebeb;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #3f8654;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
  background-image: url("../img/nucleo-icon-1.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
  background-image: url("../img/nucleo-icon-2.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
  background-image: url("../img/nucleo-icon-3.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
  background-image: url("../img/nucleo-icon-4.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
  background-image: url("../img/nucleo-icon-5.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
  background-image: url("../img/nucleo-icon-6.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
  background-image: url("../img/nucleo-icon-7.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
  background-image: url("../img/nucleo-icon-8.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
  background-image: url("../img/nucleo-icon-9.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
  background-image: url("../img/nucleo-icon-10.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
  background-image: url("../img/nucleo-icon-11.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
  background-image: url("../img/nucleo-icon-12.svg");
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 280px;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #3f8654;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 20px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 250px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 1.3rem;
    padding-left: 0;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #3f8654;
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #3f8654;
    font-weight: bold;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 #3f8654;
    color: #3f8654;
  }
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #3f8654;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #3f8654;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
    position: absolute;
    top: 12px;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #3C3B44;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 50%;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}


.desktop-header-group-new .mega-menu-popout-container .for-1-child .content-wrapper>.row-fluid{
   flex-direction: row-reverse;
}

.desktop-header-group-new .mega-menu-popout-container .for-1-child .right-col{
   padding: 18px 18px 12px 18px;
   border-right: 2px solid #E8DDF5;
}

.desktop-header-group-new .mega-menu-popout-container .for-1-child .left-col{
   padding: 34px 20px 26px 20px;
   background-color: rgba(127,0,255,0.07);
   overflow:hidden;
}

.desktop-header-group-new .mega-menu-popout-container .for-1-child .right-col span>.hs_cos_wrapper{
   border: 1px solid #E2E6EA;
   padding: 20px 13px 20px;
}

.desktop-header-group-new .mega-menu-popout-container .for-1-child .right-col span>.hs_cos_wrapper:hover{
   background-color: rgba(127,0,255,0.07);
}

.desktop-header-group-new .mega-menu-popout-container .for-1-child .cta-cont{
   border-bottom:none;
   padding-bottom: 70px;
   position: relative;
    border-bottom: none;
}

.desktop-header-group-new .mega-menu-popout-container .for-1-child .left-col .bottom-cta-con .integrations{
   width:60%;
   position:relative;
}

.desktop-header-group-new .mega-menu-popout-container .for-1-child .left-col .bottom-cta-con .library{
   padding-left: 0;
    width: 40%;
}

.desktop-header-group-new .mega-menu-popout-container .for-1-child .left-col .bottom-cta-con .integrations:after {
    position: absolute;
    right: 35px;
    top: -20px;
    bottom: -25px;
    width: 2px;
    height: auto;
    content: '';
    background: #E8DDF5;
}

.desktop-header-group-new .child-grp{
   max-width:1244px;
}

.desktop-header-group-new .child-grp.for-1-child .content-wrapper{
   padding:0;
}

.desktop-header-group-new .mega-menu-popout-container .for-1-child .right-col:after{
   display:none;
}

.desktop-header-group-new .mega-menu-popout-container .for-1-child .left-col .bottom-cta-con{
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.desktop-header-group-new .mega-menu-popout-container .for-1-child .left-col .bottom-cta-con:before{
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  width: auto;
  height: 2px;
  background: #E8DDF5;
  content: '';
}

.desktop-header-group-new .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column:after{
   display:none;
}

.desktop-header-group-new .child-grp.for-2-child .content-wrapper{
   padding:0!important;
}

.desktop-header-group-new .child-grp.for-2-child .tabber-label{
   padding: 17px 20px 17px;
}

.desktop-header-group-new .child-grp.for-2-child .tabcontent-wrapper .tabcontent .right-col{
   width: 70.811966%;
}

.desktop-header-group-new .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column{
   padding-right:20px;
}

.desktop-header-group-new .child-grp.for-2-child .tabber-label ul li a.active{
   background-color: rgba(127,0,255,0.07);
   border: 1px solid #E2E6EA;
}

.desktop-header-group-new .child-grp.for-2-child .tabcontent-wrapper .tabcontent .left-col ul li a.active{
   background-color: rgba(127,0,255,0.07);
   border: 1px solid #E2E6EA;
}

.desktop-header-group-new .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .left-column ul li.active{
   background-color: rgba(127,0,255,0.07);
   border: 1px solid #E2E6EA;
}

.desktop-header-group-new .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .right-column{
   background-color: rgba(127,0,255,0.07);
}

.desktop-header-group-new .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .left-column{
   border-right: 2px solid #E8DDF5;
}

.desktop-header-group-new .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .left-column ul li{
   border: 2px solid transparent;
   transition:0.3s all ease-in-out;
}

.desktop-header-group-new .child-grp.for-2-child .tabcontent-wrapper .tabcontent1 .left-column ul li:hover{
   border: 2px solid #F5ECFF;
   border-radius: 8px;
}

.desktop-header-group-new .child-grp.for-2-child .tabcontent-wrapper .tabcontent .left-col ul li{
   border: 2px solid transparent;
   transition:0.3s all ease-in-out;
}

.desktop-header-group-new .child-grp.for-2-child .tabcontent-wrapper .tabcontent .left-col ul li:hover{
   border: 2px solid #F5ECFF;
   border-radius: 8px;
}

.desktop-header-group-new .mega-menu-popout-container .for-2-child .tabcontent#tab2{
   padding: 30px 20px 30px;
}

.desktop-header-group-new .mega-menu-popout-container .for-2-child .tabcontent#tab2 span>.hs_cos_wrapper a{
   border: 1px solid transparent!important;
   transition:0.3s all ease-in-out;
}

.desktop-header-group-new .mega-menu-popout-container .for-2-child .tabcontent#tab2 span>.hs_cos_wrapper a:hover{
  border: 1px solid #E2E6EA!important;
  border-radius: 8px;
  background-color: rgba(127,0,255,0.07);
  transition:0.3s all ease-in-out;
}

.desktop-header-group-new .mega-menu-popout-container .for-3-child .content-wrapper>.row-fluid{
   flex-direction:row-reverse;
}

.desktop-header-group-new .mega-menu-popout-container .for-3-child .content-wrapper{
   padding:0!important;
}

.desktop-header-group-new .mega-menu-popout-container .for-3-child .right-col{
   width:51%;
}

.desktop-header-group-new .mega-menu-popout-container .for-3-child .right-col ul li a{
   border: 1px solid transparent;
   transition:0.3s all ease-in-out;
}

.desktop-header-group-new .mega-menu-popout-container .for-3-child .right-col ul li:hover a{
  border: 1px solid #E2E6EA;
  border-radius: 8px;
  background-color: rgba(127,0,255,0.07);
  transition:0.3s all ease-in-out;
}

.desktop-header-group-new .mega-menu-popout-container .for-3-child .left-col{
   padding: 30px 17px 30px 17px;
}

.desktop-header-group-new .mega-menu-popout-container .for-4-child .content-wrapper>.row-fluid{
   flex-direction:row-reverse;
}

.desktop-header-group-new .mega-menu-popout-container .for-4-child .content-wrapper{
   padding:0!important;
}

.desktop-header-group-new .mega-menu-popout-container .for-4-child .right-col{
   width:51%;
}

.desktop-header-group-new .mega-menu-popout-container .for-4-child .right-col ul li:hover a{
   border: 1px solid #E2E6EA;
  border-radius: 8px;
  background-color: rgba(127,0,255,0.07);
  transition:0.3s all ease-in-out;
}

.desktop-header-group-new .mega-menu-popout-container .for-4-child .right-col ul li a{
   border:1px solid transparent;
   transition:0.3s all ease-in-out;
}

.desktop-header-group-new .mega-menu-popout-container .for-4-child .left-col{
   padding: 30px 20px 30px 20px;
   background-color: rgba(127,0,255,0.07);
}

.desktop-header-group-new .mega-menu-popout-container .for-4-child .left-col .social-icons ul{
   padding-left:0;
   text-align: right;
    margin-bottom: 0;
}

.desktop-header-group-new .mega-menu-popout-container .for-4-child .left-col .social-icons ul li{
   display:inline-block;
   font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 25px;
  color: #3C3B44;
  padding-right:7px;   
}

.desktop-header-group-new .mega-menu-popout-container .for-4-child .left-col .social-icons ul li a{
  border: 1px solid rgb(130,130,136,19%);
  background-color: transparent;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop-header-group-new .mega-menu-popout-container .for-4-child .left-col .social-icons ul li:first-child{
   padding-right:14px;
}

.desktop-header-group-new .mega-menu-popout-container .for-4-child .left-col .social-icons{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  border-top: 2px solid rgb(130,130,136,10%);
  padding-top: 15px;
}

.desktop-header-group-new .mega-menu-popout-container .for-4-child .left-col .cta-cont{
   margin-bottom:110px;
}