/*
 Theme Name: Cwicly Child Starter
 Theme URI: https://cwicly.com/
 Template: cwicly
*/

/* Start Main Menu Styles */
.section-grinhead, .grin-dkhead{
    z-index: 99999;
}

/*Ad popup styles*/
.discovery-pop-up-exit-btn {
    position: absolute;
    padding: 10px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .5s ease-in-out;
}

.horizontal-ad .discovery-pop-up-exit-btn {
    top: -35px;
    right: 10px;
}

.rect-ad .discovery-pop-up-exit-btn,
.square-ad .discovery-pop-up-exit-btn {
    top: 12px;
    right: 12px;
    z-index: 99999;
}

.discovery-pop-up-exit-btn .line1, .discovery-pop-up-exit-btn .line2 {
    transition: transform .5s ease-in-out;
    position: absolute;
}

.discovery-pop-up-exit-btn .line1 {
    transition-duration: 0.4s;
    transform: rotate(45deg);
}
.discovery-pop-up-exit-btn .line2 {
    transition-duration: 0.6s;
    transform: rotate(-45deg);
}
.discovery-pop-up-exit-btn .line1.rotated {
    transform: rotate(135deg);
}
.discovery-pop-up-exit-btn .line2.rotated {
    transform: rotate(225deg);
}


/*End Ad popup styles*/


/* Start Vertical Sub Menu Styles */

/* Style the top-level menu items horizontally */
.menu-custom-mega-menu-2023-container .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-custom-mega-menu-2023-container .menu a span.new-dot, .cc-mdl .cc-menu .new-dot{
    width: 5.5px;
    height: 5.5px;
    background: #f95717;
    position: absolute;
    border-radius: 50%;
    top: -4px;
    right: -5px;
}
@keyframes shimmer {
    0%{
        background-position: -1000px 0;
    }
    100% {
        background-position: calc(1000px + 100%) 0;
    }
}

.menu-custom-mega-menu-2023-container .menu a div.new-notification, .cc-mdl .cc-menu .new-notification{
    background: #f95717;
    color: white;
    padding: 3px 5px;
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    transform: translateY(-1.5px);
    position: relative;
    display: inline-block;

    /* Added the below lines for the shimmer effect */
    background: linear-gradient(125deg, #f95717 40%, rgba(255,255,255,.6) 50%, #f95717 52%);
    background-size: 700% 100%;
    animation: shimmer 20s linear infinite;
}
.cc-mdl .cc-menu .new-notification{
    margin-left: 8px;
}
.menu-custom-mega-menu-2023-container .menu a div.new-notification span.new-exclamation, .cc-mdl .cc-menu .new-notification span.new-exclamation{
    width: 1.5px;
    height: 5px;
    background: #f95717;
    position: absolute;
    border-radius: 1px;
    transform: rotate(45deg);
}
/* Define the animation */
@keyframes blink {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.menu-custom-mega-menu-2023-container .menu a div.new-notification span.new-exclamation.ne1, .cc-mdl .cc-menu .new-notification span.new-exclamation.ne1{
    top: -6.9px;
    transform: rotate(22deg);
    right: 1px;
    animation: blink .5s linear infinite;
}
.menu-custom-mega-menu-2023-container .menu a div.new-notification span.new-exclamation.ne2, .cc-mdl .cc-menu .new-notification span.new-exclamation.ne2 {
    top: -5.2px;
    transform: rotate(35deg);
    right: -2px;
    animation: blink .5s linear infinite;
}
.menu-custom-mega-menu-2023-container .menu a div.new-notification span.new-exclamation.ne3, .cc-mdl .cc-menu .new-notification span.new-exclamation.ne3 {
    top: -2.9px;
    transform: rotate(45deg);
    right: -4.2px;
    animation: blink .5s linear infinite;
}
.menu-custom-mega-menu-2023-container .menu a{
    font-family: 'Roobert' !important;
    font-weight: 500;
    font-size: 15px;
}
.menu-custom-mega-menu-2023-container .menu a[href="#"]{
    cursor: default;
}
.menu-custom-mega-menu-2023-container .menu > li{
    margin: 0;
    padding: 23px 12px;
}
.menu-custom-mega-menu-2023-container .menu > li a{
    transition-duration: .3s;
    position: relative;
}
.menu-custom-mega-menu-2023-container .menu > li:hover > a{
    color: #696EFF;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu > li{
    border-bottom: .5px solid #b2b2b2;
    border-left: 0px black;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu > li:hover{
    border-left: 5px solid #696eff;
}

.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu > li:last-child,
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu > li:nth-last-child(2) {
    border-bottom: 0px;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu > li a{
    position: relative;
    width: 100%;
    display: block;
    padding: 16px 28px;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical > .sub-menu > li a{
    transition-duration: 0s;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu > li:hover > a{
    color: #696eff;
}

.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu > li a img{
    width: 18px;
    height: auto;
    margin-right: 6px;
    vertical-align: sub;
}
.menu-custom-mega-menu-2023-container .menu .sub-menu li a img.blue-bg{
    background-color: #272746;
}
.menu-custom-mega-menu-2023-container .menu li.menu-vertical:not(.sub-menu-has-sub-menu){
    position: relative;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu > li a{
    position: relative;
    width: 100%;
    display: block;
    padding: 20.25px 28px;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu > li:first-of-type{
    border-radius: 8px 0 0 0;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu li.sub-menu-title a{
    font-weight: 300;
    color: #5f6989;
    text-transform: uppercase;
    text-decoration: none !important;
    border-bottom: 0 !important;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu li.sub-menu-title a:hover{
    color: #696EFF;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu li.sub-menu-title a[href="#"]{
    pointer-events: none;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu li.sub-menu-title a[href="#"]:hover{
    color: #5f6989;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li.sub-menu-title a::after{
    display: none;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical.menu-item-29424 > .sub-menu li a{
    padding: 21px 28px;
}

/* Style the sub-menu items vertically */
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0;
    width: 300px;
    border-radius: 8px 0px 0px 8px;
    top: 70px;
    right: 0;
    transition-duration: .3s;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical.sub-menu-has-sub-menu > .sub-menu{
    left: 50%;
    right: unset;
    transform: translateX(calc(-50% - 335px));
}

.menu-custom-mega-menu-2023-container .menu .menu-vertical.no-children-vertical-menu .sub-menu{
    transform: translateX(45%);
    border-radius: 8px 8px 8px 8px;
}


/* Show the first sub-menu items on hover */
.menu-custom-mega-menu-2023-container .menu > li.menu-vertical > a.hovering + .sub-menu{
    display: block;
}
  
  /* Style the sub-menu of sub-menu items */
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    background-color: #f8f8fe;
    box-shadow: 9px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li{
    border-bottom: 0;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li a{
    padding: 8px 35px 8px 45px;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu > li:hover{
    border-left: 0;
}

/* Show the sub-menu of sub-menu items only when hovering over the first sub-menu */
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu > li a.hovering + .sub-menu,  .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu > li.pseudo-hover .sub-menu{
    display: flex;
}

/* Add the arrow to the right of the text for each li element in the first sub-menu */
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu > li.has-children > a::after, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu > li > a::after{
    content: "";
    background-image: url(/wp-content/uploads/2023/02/chevron-right-purple.svg);
    background-repeat: no-repeat;
    background-size: 20px 19px;
    width: 19px;
    height: 20px;
    transition-duration: .3s;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 50%;
    filter: brightness(0%) contrast(104%);
    transform: translateY(-50%)
    
    
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu > li.has-children:hover > a::after, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu > li:hover > a::after{
    filter: unset;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu > li > a::after{
    transition-duration: .3s;
    position: relative;
    right: -3px;
    top: 11.5px;
    filter: brightness(0%) contrast(104%);
    background-size: 16px;
    width: 16px;
    height: 16px;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu > li:hover > a::after{
    right: -6px;
}

/*Who we help styles*/
.menu-custom-mega-menu-2023-container .menu .menu-vertical.who-we-help-menu > .sub-menu > li{
    padding: 20.25px 28px;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical.who-we-help-menu > .sub-menu > li > a{
    padding: 0;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical.who-we-help-menu > .sub-menu > li > a[href="#"]{
    cursor: default;
}
/*End Who we help styles*/

/*Customers Styles*/
.menu-custom-mega-menu-2023-container .menu .menu-vertical.customers-menu .sub-menu li.sub-menu-title a{
    pointer-events: unset;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical.customers-menu .sub-menu li.sub-menu-title a:hover{
    color: #696eff;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical.customers-menu .sub-menu .sub-menu > li:not(:last-child) > a{
    width: unset;
    display: inline-block;
    padding: 12px 0;
    margin: 0px 45px 0 45px;
    line-height: .8;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical.customers-menu > .sub-menu > li{
    padding: 28.2px 28px;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical.customers-menu > .sub-menu > li a{
    padding: 0;
}
.menu-custom-mega-menu-2023-container .menu .has-banner.customers-menu .sub-menu li.menu-banner{
    background: linear-gradient(90.35deg, #2B1F38 50.07%, #696EFF 96.54%);
}
/*End Customers Styles*/

/*How It Works Clone Styles*/
.menu-custom-mega-menu-2023-container .menu .menu-vertical.how-it-works-menu > .sub-menu > li.has-children > a{
    padding: 0;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical.how-it-works-menu > .sub-menu > li.has-children{
    padding: 28.2px 28px;
}
/*End How It Works Clone Styles*/


.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child{
    height: 100%;
    top: 0;
    width: 370px;
    position: absolute;
    right: -370px;
    border-radius: 0 8px 8px 0;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child.menu-item-29521{
    width: 370px;
}
/* End Vertical Sub Menu Styles */

/* Start Grid Sub Menu Styles */
.menu-custom-mega-menu-2023-container .menu .menu-grid .sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 30px 30px 20px;
    border-radius: 8px 0 0 8px;
    top: 70px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    left: 50%;
    width: 70%;
    transform: translatex(calc(-50% - 185px));
}
.menu-custom-mega-menu-2023-container .menu .menu-grid > a.hovering + .sub-menu{
    display: grid;
}
.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu{
    border-radius: 8px 0 0 0;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child{
    grid-column: 4 / 5;
    grid-row: 1 / -1;
    width: 370px;
    height: calc(100% + 50px);
    position: absolute;
    top: -30px;
    right: -370px;
    border-radius: 0 8px 8px 0;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child a, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child a, .menu-custom-mega-menu-2023-container .menu .resources-menu.menu-grid.menu-grid .sub-menu li:last-child a{
    height: 100%;
    padding: 0;
    position: relative;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child a img.menu-item-bg, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child a img.menu-item-bg, .menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child a video.menu-item-bg, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child a video.menu-item-bg{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-right: 0;
    border-radius: 0 8px 0 0;
    box-shadow: 9px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 9;
    transition-duration: .3s;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child a video.menu-item-bg, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child a video.menu-item-bg{
    object-position: -37px center;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.event-menu .sub-menu li:last-child.ondemand-video a video.menu-item-bg{
    object-position: center center;
}

.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li:last-child a img.menu-item-bg{
    border-radius: 0 8px 0 0;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child a div.image-overlay, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu li:last-child a div.image-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0 8px 8px 0;
    z-index: 10;
    transition-duration: .3s;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child:hover a div.image-overlay, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child:hover a div.image-overlay{
    background-color: rgba(0,0,0,.5);
}

.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child a div.image-overlay-gradient, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu li:last-child a div.image-overlay-gradient{
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child:hover a div.image-overlay-gradient, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child:hover a div.image-overlay-gradient{
     background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}

.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li:last-child a div.image-overlay{
    border-radius: 0 8px 0 0;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child a img.menu-item-play-btn, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child a img.menu-item-play-btn{
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 14%;
    height: auto;
    object-fit: contain;
    transition-duration: .3s;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child a .menu-item-btn-text, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child a .menu-item-btn-text{
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    color: white;
    background: #272746;
    padding: 10px;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 20px 0;
    transition-duration: .3s;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child:hover a .menu-item-btn-text, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child:hover a .menu-item-btn-text{
    border-radius: 20px 20px 20px 20px;
    background-color: #fff;
    color: #272746;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child a .menu-item-btn-text.center-btn, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child a .menu-item-btn-text.center-btn{
    transform: translate(-50%, 0%);
}

.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child a .menu-item-btn-text.menu-item-video-btn, .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child a .menu-item-btn-text.menu-item-video-btn{
    top: 62%;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 620px;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li:last-child{
    grid-row: 1 / -1;
    grid-column: 3 / 4;
    width: 370px;
    height: calc(100% + 50px);
    position: absolute;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid .sub-menu li a{
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    transition-duration: .3s;
    display: flex;
    flex-wrap: wrap;
}
.menu-custom-mega-menu-2023-container .menu .resources-menu.menu-grid .sub-menu li a{
    padding: 10px 15px;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid .sub-menu li{
    background-color: #fff;
    transition-duration: .3s;
    border-radius: 8px;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid .sub-menu li:hover{
    background-color: #f8f8fe;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid .sub-menu li:hover a{
    color: #696eff;
}

.menu-custom-mega-menu-2023-container .menu .menu-grid .sub-menu li a span.menu-item-title{
    width: 85%;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid .sub-menu li a span.menu-item-description{
    font-size: 12px;
    margin-top: 6px;
    margin-left: 12.5%;
    width: 100%;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid .sub-menu > li a img{
    width: 22px;
    height: fit-content;
    margin-right: 6px;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li a span.menu-item-title{
    width: 87%;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu li a span.menu-item-description{
    margin-left: 7.5%;
}
@media screen and (max-width: 1135px) {
    .menu-custom-mega-menu-2023-container .menu .menu-grid .sub-menu > li a img{
        width: 9%;
    }
}

/*Resource Styles*/
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3.resources-menu .sub-menu > li a img.menu-item-bg, .menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3.company-menu .sub-menu > li a img.menu-item-bg{
    width: 100%;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3.resources-menu .sub-menu > li a img.menu-item-play-btn, .menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3.company-menu .sub-menu > li a img.menu-item-play-btn{
    width: 14%;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3.resources-menu .sub-menu li a span.menu-item-description, .menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3.company-menu .sub-menu li a span.menu-item-description{
    margin-left: 10.4%;
    font-size: 13px;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3.resources-menu .sub-menu li a span.menu-item-description .grin-purple::after{
    content: "";
    transition-duration: .3s;
    background-image: url(/wp-content/uploads/2023/02/chevron-right-purple.svg);
    background-size: 17px 17px;
    width: 17px;
    height: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    transition-duration: .3s;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3.resources-menu .sub-menu li a:hover span.menu-item-description .grin-purple::after{
    transform: translateX(3px);
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3.menu-grid.menu-grid-2-3.company-menu .sub-menu{
    grid-template-rows: repeat(2, 1fr);
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3.resources-menu .sub-menu li a span.menu-item-description .grin-purple{
    display: none;
}
/* End Resource Styles*/

/*Tools Clone Styles*/
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-3-3 .sub-menu li:last-child.menu-banner{
    width: 100%;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-3-3 .sub-menu li a{
    padding: 11.5px 15px;
}
.menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-3-3 .sub-menu{
    transform: translateX(-50%);
    border-radius: 8px 8px 0 0;
    width: 900px;
}
/*End Tools Clone Styles*/

/*Menu Banner Styles*/
.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li.menu-banner{
    position: absolute;
    bottom: -60px;
    width: calc(100% + 370px);
    height: 60px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90.35deg, #2B1F38 50.07%, #696EFF 96.54%);
    color: white;
    z-index: 13;
    box-shadow: 9px 8px 16px 0px rgba(0,0,0,.2);
    padding: 0;
}
.menu-custom-mega-menu-2023-container .menu .has-banner.resources-clone .sub-menu li.menu-banner{
    background: linear-gradient(90.91deg, #696EFF 56.68%, #4147FC 93.78%);
}
.menu-custom-mega-menu-2023-container .menu .has-banner.resources-clone-two .sub-menu li.menu-banner{
    background: linear-gradient(90.35deg, #2B1F38 50.07%, #696EFF 96.54%);
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical.has-banner .sub-menu li.menu-banner{
    width: calc(200% + 370px);
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical.has-banner .sub-menu li.menu-banner .menu-banner-inner > a{
    display: flex;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical.has-banner .sub-menu > li.menu-banner a{
    width: unset;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical.has-banner .sub-menu > li.menu-banner:hover{
    border-left: 0px;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical.has-banner .sub-menu .sub-menu li:last-child a img.menu-item-bg{
    border-radius: 0 8px 0 0;
}
.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li.menu-banner:hover a{
    color: white;
}
.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li.menu-banner > a{
    display: none;
}
.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li.menu-banner .menu-banner-inner{
    height: 100%;
    display: flex;
    padding: 0 30px;
}
.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li.menu-banner .menu-banner-inner > a{
    pointer-events: none;
    width: 50%;
    padding: 0;
}
.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li.menu-banner .menu-banner-inner .banner-right-side{
    width: 50%;
    display:flex;
    align-items: center;
    justify-content: right;
}
.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li.menu-banner .menu-banner-inner .banner-right-side .right-text{
    font-size: 14px;
}
.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li.menu-banner .menu-banner-inner .banner-right-side a:first-of-type{
    pointer-events: none;
}
.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li.menu-banner .menu-banner-inner .banner-left-side{
    display: flex;
    align-items: center;
}
.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li.menu-banner .menu-banner-inner .banner-left-side img{
    width: 17px;
    margin-right: 15px;
    object-fit: contain;
}
.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li.menu-banner .menu-banner-inner .banner-left-side .left-text{
    font-size: 14px;
    font-weight: 500;
}
.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li.menu-banner .menu-banner-inner .banner-right-side .banner-link{
    font-size: 14px;
    padding: 8px 10px;
    border: solid 1px white;
    background: transparent;
    color:#fff;
    border-radius: 8px;
    font-weight: 500;
}
.menu-custom-mega-menu-2023-container .menu .has-banner .sub-menu li.menu-banner .menu-banner-inner .banner-right-side .banner-link:hover{
    color:#272746;
    background: #fff;
}
/* End Grid Sub Menu Styles */

/* Start Menu Slider*/
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child.custom-slider-menu-item{
    box-shadow: 9px 8px 16px 0px rgba(0,0,0,.2);
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu li:last-child.custom-slider-menu-item a:not([href]), .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu li.webinar-menu-with-slider ul.sub-menu > li.webinar-menu-slider > a {
    display: none;
}
.menu-slider-bg{
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 0 8px 0 0;
    position: relative;
    z-index: 99;
    padding: 0 5px 0 15px;
}
.menu-slider-bg .menu-slider-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-slider-bg .menu-slider-container .menu-review-slide{
    background: white;
    border-radius: 8px;
    width: 95%;
    padding: 15px;
}
.menu-slider-bg .star-container{
    width: 100%;
    display: flex;
}
.menu-slider-bg .star-container img{
    height: auto;
    object-fit: contain;
}
.menu-slider-bg .star-container img.logo-img{
    width: 10%;
}
.menu-slider-bg .star-container img.star-img{
    width: 40%;
}
.menu-slider-bg .review-tagline{
    font-size: 17px;
    font-weight: 600;
    margin: 15px 0;
}
.menu-slider-bg .reviewer-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}
.menu-slider-bg .reviewer-container .reviewer-img{
    width: 15%;
    object-fit: contain;
    height: auto;
    margin-right: 10px;
}
.menu-slider-bg .reviewer-container .reviewer-name{
    font-weight: 600;
}
.menu-slider-bg .reviewer-container .reviewer-title{
    font-size: 14px;
}
.menu-slider-bg .more-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .menu-slider-bg .more-container a{
    width: 55%;
    font-size: 14px;
    margin-right: 10px;
    color: #696eff;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .menu-slider-bg .more-container a:after{
    content: "";
    background-image: url(/wp-content/uploads/2023/04/PurpleArrowWithTail.webp);
    width: 15px;
    height: 16px;
    background-size: 15px auto;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 6px;
    z-index: 9;
    transition-duration: .3s;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .menu-slider-bg .more-container a:hover:after{
    left: 9px;
}
.menu-slider-bg .more-container img.more-img{
    width: 30%;
    object-fit: contain;
    height: auto;
}

.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .webinar-menu-with-slider .sub-menu{
    justify-content: flex-end;
    padding-bottom: 30px;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu .webinar-menu-slider .webinar-menu-slide a, .webinar-menu-slider .webinar-menu-slide a.sub-menu-title{
    padding: 12px 50px 12px 45px;
    font-size: 15px;
    transition-duration: .3s;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu .webinar-menu-slider .webinar-menu-slide a:hover{
    color:#696EFF;
}
.webinar-menu-slider .webinar-menu-slide a.sub-menu-title{
    color: #5f6989;
    font-weight: 400;
}
.webinar-menu-slider .webinar-menu-slide a.sub-menu-title:hover{
    color: #696eff;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu .webinar-menu-slider .webinar-menu-slide a.sub-menu-title:after{
    display: none;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu .webinar-menu-slider .webinar-menu-slide a:after{
    content: "";
    background-image: url(/wp-content/uploads/2023/02/chevron-right-purple.svg);
    background-repeat: no-repeat;
    display: inline-block;
    transform: translateY(-50%);
    transition-duration: .3s;
    position: relative;
    right: -3px;
    top: 11.5px;
    filter: brightness(0%) contrast(104%);
    background-size: 16px;
    width: 16px;
    height: 16px;
}
.menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu .sub-menu .webinar-menu-slider .webinar-menu-slide a:hover:after{
    right: -6px;
    filter: unset;
}
.menu-slider-bg .slick-prev, .menu-slider-bg .slick-next,  .webinar-menu-slider-bg .slick-prev, .webinar-menu-slider-bg .slick-next{
  font-size: 0;
  line-height: 0;
}
.menu-slider-bg .slick-prev:before, .menu-slider-bg .slick-next:before, .webinar-menu-slider-bg .slick-prev:before, .webinar-menu-slider-bg .slick-next:before  {
    content: "";
    background-image: url(/wp-content/uploads/2023/04/PurpleArrowWithTail.webp);
    width: 15px;
    height: 16px;
    background-size: 15px auto;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    z-index: 9;
    filter: brightness(0%);
    transition-duration: .3s;
}
.menu-slider-bg .slick-prev:hover:before, .menu-slider-bg .slick-next:hover:before, .webinar-menu-slider-bg .slick-prev:hover:before, .webinar-menu-slider-bg .slick-next:hover:before  {
    filter:brightness(100%);
}
.menu-slider-bg .slick-prev:before {
  transform: rotate(180deg);
  right: 190px;
  bottom: 13px;
}
.menu-slider-bg .slick-next:before {
    right: 160px;
    bottom: 10px;
}
.webinar-menu-slider-bg .slick-prev:before{
    transform: rotate(180deg);
    right: 55px;
    bottom: -10px;
}
.webinar-menu-slider-bg .slick-next:before{
    right: 30px;
    bottom: -13px;
}
/* End Menu Slider*/

/*Wide desktop menu styles*/
@media screen and (min-width: 1100px){
    .menu-custom-mega-menu-2023-container .menu .menu-vertical .sub-menu {
        width: 350px;
    }
    .menu-custom-mega-menu-2023-container .menu .menu-vertical.sub-menu-has-sub-menu > .sub-menu{
        transform: translateX(calc(-50% - 360px));
    }
    .menu-custom-mega-menu-2023-container .menu .menu-grid.menu-grid-2-3 .sub-menu {
        width: 700px;
    }
}
/* End Wide desktop menu styles*/

/* Start Mobile Menu Styles */
@media screen and (min-width: 993px){
    header .section-grinhead-wrapper{
        padding: 0px 15px;
    }
}
/* End Mobile Menu Styles */

/* End Main Menu Styles */

/* iframe youtube videos */
.video-iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.video-iframe-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

/*Hide pixel image*/
img[src*="https://t.kmtx.io/ts"] {
    position: absolute;
    height: 0;
  }

/* fix blog lists margin */
.blog-list{
    margin-left: 35px;
}
.kb-table-of-content-nav .blog-list{
    margin-left: 0;
}

/*Hide placeholder event in mobile menu*/
.cc-menu .menu-id-28493{
    display: none;
}

/* Gated Link Popup and Custom Popup*/

.gated-link-popup, .custom-popup{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
}
.gated-link-popup.open, .custom-popup.open{
    display: flex;
}
.gated-link-inner, .custom-popup-inner{
    background-color: white;
    border-radius: 12px;
    padding: 30px;
    width: 50vw;
    position: relative;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    max-width: 700px;
}

.gated-link-popup-exit, .custom-popup-exit{
    position: absolute;
    top:0;
    right: 0;
    padding: 10px;
    font-weight: 900;
    font-size: 20px;
    cursor: pointer;
}

.seealso{
    border: 1px solid #e9e9f5;
    border-radius: 5px;
    padding: 15px 25px;
    margin-top: 15px;
    font-weight: 600;
    display: inline-block;
}
.seealso.white{
    background-color: white;
}
.seealso a{
    color: #696eff;
}
.seealso p{
    margin:0 !important;
    font-family: 'Roobert';
    font-size: 18px;
    font-weight: 400;
}
.seealso p:before{
    content:url('/wp-content/uploads/2022/07/seealso-grin.webp');
    position: relative;
    bottom: -5px;
    left: -7px;
}
.seealso span.gated-link-button{
    font-family: 'SourceSerifPro' !important;
    color: #696EFF;
    cursor: pointer;
    transition-duration: .25s;
}

.custom-popup-button{
    color: #696EFF;
    cursor: pointer;
    transition-duration: .25s;
}

span.gated-link-button:hover, .custom-popup-button:hover{
    color:#2c2c51;
}

.popup-halves{
    display: flex;
}

.popup-halves .popup-left{
    width: 65%;
}
.popup-halves .popup-right{
    width: 35%;
}

.popup-halves h2{
    line-height: 1.2;
    margin-bottom: 15px;
}

.custom-popup .popup-inner-warning h2{
    font-size: 1.2em;
    text-align: center;
}
.custom-popup .popup-inner-warning p{
    text-align: center;
}

.grin-purple{
    color: #696EFF;
    transition-duration: .3s;
}
.grin-purple:hover{
    color: #4e54ff;
}

figure.wp-block-image{
    margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
    .gated-link-inner, .custom-popup-inner{
        width: 91vw;
    }
    .popup-halves{
        flex-direction: column-reverse;
    }
    .popup-halves .half{
        width: 100%;
    }
    .popup-halves .popup-right{
        width:50%;
        margin: auto;
    }
    .popup-halves h2, .popup-halves p{
        text-align: center;
    }
}

/* End Gated Link Popup and custom popup*/
.see-grin-container{
    display: flex;
    margin: 20px 0;
    justify-content: center;
    align-items: center;
}

a.see-grin{
    background: #696eff;
    color: white;
    padding: 20px;
    border-radius: 30px;
    transition-duration: .3s;
    display: inline-block;
}
a.see-grin:hover{
    background: #4e54ff;
}

/* Marketo Form Styles*/
.mktoForm {
    width: 100% !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    grid-gap: 10px 0px;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input {
    padding: 14px;
    font-size: 14px;
    background-color: white;
    font-weight: 100;
    color:#333;
    border: 1px solid #DAE2E7;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap select {
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 100;
    color: 	#333;
    border-color: #DAE2E7;
    height: 49px;
    background-color: white;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background: url(//res.cloudinary.com/spiralyze/image/upload/v1633072250/Grin/Grin%20Demo%20SPZ%20Best%20Practices%202001/arrowdown.svg) no-repeat center right 5px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer;
}

.mktoForm .mktoFormRow.Compliance_Explicit_Opt_In__c_Row .mktoCheckboxList{
    width: unset !important;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap select {
    width: 100% !important;
    font-family: "Roobert", sans-serif;
    border: 1px solid #DAE2E7 !important;
    box-shadow: none;
    background-color: white !important;
} 

.mktoForm .mktoFormRow.floatingLabelRow .mktoFormCol .mktoFieldWrap label{
    display: none;
}

.mktoForm .mktoFormRow.floatingLabelRow .mktoFormCol .mktoFieldWrap .floatingLabel{
    font-family: "Roobert", sans-serif;
    position: absolute;
    top: 14px;
    left: 10px;
    font-weight: 100;
    color: #54606C;
    background-color: white;
    padding: 0 4px;
    font-size: 13px;
    transition-duration: .3s;
    pointer-events: none;
}

.mktoForm .mktoFormRow.floatingLabelRow .mktoFormCol .mktoFieldWrap .mktoField:focus ~ .floatingLabel, .mktoForm .mktoFormRow.floatingLabelRow .mktoFormCol .mktoFieldWrap input.mktoField:not(:placeholder-shown) ~ .floatingLabel, .mktoForm .mktoFormRow.floatingLabelRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoValid ~ .floatingLabel{
    top:-7px;
    font-size: 12px;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.error input, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.error select{
    box-shadow: 0 0 2px 2px #f84402;
}

form.mktoForm .mktoError {
    position: relative;
    right: 0 !important;
    color: #fff;
    bottom: 0 !important;
}
form.mktoForm .mktoError .mktoErrorArrowWrap {
    position: relative;
    width: 0;
    height: 0;
}
form.mktoForm .mktoError .mktoErrorMsg {
    margin: 0;
    max-width: 100%;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    text-shadow: none;
    font-family: 'Roobert';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #E11A03;
}

.mktoForm.content-form .mktoFormRow, .mktoForm.content-form .mktoButtonRow, .podcast-subscribe-form .mktoButtonRow{
    grid-column: span 2 / auto;
}

.mktoForm.content-form .mktoButtonRow, .mktoForm.mktoForm.news-subscribe-form .mktoButtonRow{
    margin-top: 15px;
}

.mktoForm.content-form .mktoFormRow .mktoFormCol .mktoFieldWrap input{
    color:black;
    border: 1px solid #DAE2E7;
    box-shadow: none;
    font-weight: 400;
}

.mktoForm.podcast-subscribe-form .mktoButtonRow{
    margin-top: 10px;
}
.mktoForm.podcast-subscribe-form .mktoButtonRow{
    grid-column: span 1;
}

.mktoForm.podcast-subscribe-form .mktoButtonRow .mktoButtonWrap{
    width: 100% !important;
}

.mktoForm .mktoFormRow.GooglePolicy_Row{
    display: none;
}
a.google-policy{
    color: #4c84ff;
}
.mktoForm .google-recaptcha-policy{
    text-align: center;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #54606C;
    max-width: 367px;
    width: 100%;
    margin: 0 auto;
}
.mktoForm.news-subscribe-form .google-recaptcha-policy{
color: white;
}

.mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix{
    display: none;
}

.mktoForm .mktoButtonRow{
grid-column: span 2 / auto;
display: flex;
justify-content: center;
} 

.mktoForm .mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important;
    width: 49% !important;
    display: inline-block;
}

.mktoForm.interactive-content-form{
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 10px;
    margin-top: 40px;
}
.mktoForm.interactive-content-form .mktoButtonRow{
    grid-column: 4;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform: translateY(-9px);
}
.mktoForm.interactive-content-form .mktoButtonRow .mktoButtonWrap{
    width: 88% !important;
}
.mktoForm.interactive-content-form .mktoButtonRow .mktoButtonWrap button.mktoButton{
    padding: 16px;
    transform: translateY(4px);
}

.mktoForm.news-subscribe-form{
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}

.mktoForm.news-subscribe-form .mktoButtonRow .mktoButtonWrap, .mktoForm.content-form .mktoButtonRow .mktoButtonWrap{
    width: 100% !important;
}

.mktoForm.news-subscribe-form .mktoFormRow .mktoFieldWrap label{
    color: white;
}

.mktoForm .mktoHtmlText{
    width: unset !important;
}

.mktoForm.long-form .No_of_Employees__c_account_Row{
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row:4;
}

.mktoForm .mktoFormRow.Compliance_Explicit_Opt_In__c_Row{
    grid-column-start: 1;
    grid-column-end: span 2;
}

.mktoForm .mktoFormRow.Compliance_Explicit_Opt_In__c_Row .mktoFormCol .mktoFieldWrap input{
    width: unset !important;
}

.mktoForm .mktoFormRow.Compliance_Explicit_Opt_In__c_Row .mktoFormCol .mktoFieldWrap label{
    display: block !important;
    line-height: 1.1;
    font-weight: 100;
    font-size: 12px;
    line-height: 1.2;
}

.mktoForm .mktoFormRow.Compliance_Explicit_Opt_In__c_Row .mktoFormCol .mktoFieldWrap label a{
    color:#696EFF;
    transition: .3s;
}
.mktoForm .mktoFormRow.Compliance_Explicit_Opt_In__c_Row .mktoFormCol .mktoFieldWrap label a:hover{
    color:#3b43f5;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type="checkbox"]{
    cursor: pointer;
}

.mktoForm.mktoForm.interactive-content-form .mktoFormRow.Compliance_Explicit_Opt_In__c_Row{
    grid-row: 2;
}

.mktoForm p.privacy-information{
    color: gray;
    font-size: 13px;
    font-weight: 500;
}

.mktoForm p.privacy-information a{
    color: blue;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 500;
}

.mktoForm p.required-information{
    color: red;
    font-size: 11px;
}

.mktoForm .mktoFormRow .mktoFormCol > .mktoFieldWrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
    width: 100% !important;
    color: white !important;
    background: #696EFF !important;
    -webkit-transition: .25s;
    transition: .25s;
    font-family: "Roobert", sans-serif;
    border: none;
    padding: 10px;
    font-size: 15px;
    border-radius: 25px;
}

.mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:hover {
background-color: #3b43f5 !important;
border: none;
}

.mktoForm .mktoFormRow .mktoFormCol {
width: 100%;
height: 100%;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoOffset, .mktoForm .mktoFormRow .mktoFormCol .mktoClear {
display: none;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap {
width: 100%;
padding: 0px;
}

.mktoForm .mktoRadioList{
width: unset !important;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList{
    display: flex;
}

.mktoForm.short-form .mktoFormRow{
grid-column: span 2;
}

.mktoForm.progressive-profiling-form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList, .mktoForm[data-formid="1006"] .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList{
    transform: translateY(-70%);
}

.mktoForm.progressive-profiling-form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label, .mktoForm[data-formid="1006"] .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label{
padding-left: 0;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList input{
    width: unset !important;
    cursor: pointer;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label{
    margin: 0 20px 0 -4px;
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    padding-left: 14px;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoGutter, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap label{
    width: unset !important;
    font-family: "Roobert", sans-serif;
    cursor: default;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 100;
} 

.mktoForm .mktoFormRow .mktoFormCol > .mktoFieldWrap .mktoGutter{
display: none;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input{
    cursor: text;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap select {
    cursor: pointer;
}

.mktoForm.viplist .mktoFormRow .mktoFormCol .mktoFieldWrap select{
    appearance: auto;
    background: transparent;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::placeholder, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input::placeholder {
    color: 	#C0C0C0;
    opacity: 0;
}

.mktoFormWhiteBg{
    padding: 15px;
    border-radius: 10px 10px 10px 10px;
    background-color: white;
}

.mktoForm input[name="honeypot"],.mktoForm label#Lblhoneypot{
    display: none;
}

/*MKTO form radio styles*/
.mktoForm input[type=radio]{
/* Hide original inputs */
    visibility: hidden;
    position: absolute;
}
.mktoForm input[type=radio] + label:after{
    height:12px;
    width:12px;
    margin-right: 4px;
    content: " ";
    display:inline-block;
    vertical-align: baseline;
    border: 1px solid #333;
}
.mktoForm input[type=radio]:checked + label:after{
background:#696EFF; 
}
.mktoForm input[type="radio"] + label::before{
    display: none;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */
.mktoForm input[type=radio] + label:after{
border-radius:50%;
}


/*Slider Styles for mktoForm*/
.mktoForm.hidden-form{
    display: none;
}
.progressive-slider-form .mktoForm .mktoFormRow{
    clear:unset;
}

section.cc-modaler h1{
    text-align: center;
}
section.cc-modaler{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .mktoForm.interactive-content-form{
        display: block;
    }
    .mktoForm.interactive-content-form .mktoButtonRow{
        grid-column: unset;
        grid-row: unset;
        display: flex;
    }
    .mktoForm.interactive-content-form .mktoButtonRow .mktoButtonWrap{
        width: 100% !important;
    }
    .mktoForm.interactive-content-form .mktoButtonRow .mktoButtonWrap button.mktoButton{
        transform: translateY(0px);
    }
}

@media screen and (max-width: 992px){
    ._fixed_bottom_banner .banner-form-col{
        width: 100% !important;
        padding-bottom: 10px;
    }
}
/*End Bottom banner form style*/

@media screen and (max-width: 650px) {
    .mktoForm {
        display: flex;
        flex-direction: column;
    }
    .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
        font-size: 18px;
    }
    .mktoForm .mktoButtonRow{
        text-align: center;
    }
    .mktoForm .mktoFormRow .mktoFormCol {
        margin: 0;
    }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap {
        width: 100%;
        padding: 0;
    }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input {
        padding: 15px 10px;
    }
    .mktoForm .mktoFormRow .mktoFormCol > .mktoFieldWrap{
        min-height: unset;
    }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap select {
        height: 48px;
    }
    .mktoForm.long-form .FirstName_Row{
        order:1;
    }
    .mktoForm.long-form .LastName_Row{
        order:2;
    }
    .mktoForm.long-form .Email_Row{
        order:3;
    }
    .mktoForm.long-form .Phone_Row{
        order:4;
    }
    .mktoForm.long-form .No_of_Influencers__c_Row{
        order:5;
    }
    .mktoForm.long-form .E_Commerce_Platform__c_Row {
        order:6;
    }
    .mktoForm.long-form .No_of_Employees__c_account_Row{
        order:7;
    }
    .mktoForm.long-form .Prospect_Type__c_Row{
        order:8;
    }
    .mktoForm.long-form .Compliance_Explicit_Opt_In__c_Row{
        order:9;
    }
    .mktoForm.long-form .mktoButtonRow{
        order:10;
    }
    .mktoForm .mktoFormRow.floatingLabelRow .mktoFormCol .mktoFieldWrap label{
        top: 3.5vw;
    }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList {
        flex-direction: column;
    }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label{
        margin-bottom: 5px;
    }
    .mktoForm .mktoFormRow.Compliance_Explicit_Opt_In__c_Row .mktoFormCol .mktoFieldWrap input{
        padding: 8px;
        margin-right: 5px;
    }
    section.cc-modaler{
        padding: 50px 20px;
    }
}
@media screen and (max-width: 480px) {
    form.mktoForm input[type="url"], form.mktoForm input[type="text"], form.mktoForm input[type="date"], form.mktoForm input[type="tel"], form.mktoForm input[type="email"], form.mktoForm input[type="number"], form.mktoForm textarea.mktoField, form.mktoForm select.mktoField {
        width: unset;
        height: 48px;
        line-height: unset;
        font-size: unset;
      }
}

/*End Marketo Form Styles*/