/* body {
    background: #9e9e9e;
}
*/
header.n-new-header-design {
    width: 100%;
    padding: 16px 24px;
    top: 80px;
    margin: auto;
    position: fixed;
    z-index: 99;
	transition: all 0.3s linear;
}
header.n-new-header-design.fixed-header-n {
    top: 0;
    background: #fff;
    box-shadow: 0 5px 10px 0 #00000026;
    -webkit-box-shadow: 0 5px 10px 0 #00000026;
    -moz-box-shadow: 0 5px 10px 0 #00000026;
	padding: 12px 24px;
}
.n-new-nav-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1382px;
    margin: auto;
    width: 95%;
}
header img {
    max-width: 100%;
}
header svg path {
    fill: white;
    stroke: unset;
}
.n-logo-div-main {
    max-width: 156px;
}
ul.n-navigation-div {
    border-radius: 30px;
    background: rgba(13, 20, 40, 0.20);
    backdrop-filter: blur(40px);
    padding: 20.3px 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}
.fixed-header-n ul.n-navigation-div,
.whitebgpage ul.n-navigation-div {
    background: var(--Sheer-Navy, rgb(13 20 40 / .5));
}
ul.n-submenu-ul {
    display: none;
}
li.n-navigation-li p,
li.n-navigation-li>a {
    color: var(--Shufti-White, #FFF);
    font-family: "Spline Sans Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
    text-transform: uppercase;
}
.n-buttons-div {
    flex-wrap: wrap;
    max-width: 260px;
    display: flex;
    align-items: center;
}
.n-buttons-div {
    flex-wrap: wrap;
    max-width: 260px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.n-buttons-div a {
    color: var(--Shufti-White, #FFF);
    font-family: var(--graphik-m);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.n-request-demo-btn {
    position: relative;
}
a.n-request-demo-btn:after {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    right: -1px;
    z-index: 1;
    border-radius: 80px;
    border: 1px solid transparent;
    background: linear-gradient(45deg, #FAD92B, #F24348, #539FF9, #FAD92B) border-box;
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: gradient-swap 4s ease infinite;
}

@keyframes gradient-swap {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.fixed-header-n a.n-sign-in-btn,
.whitebgpage a.n-sign-in-btn {
    color: var(--Shufti-Navy, #0D1428);
}
.n-contact-us-btn {
    display: none;
}
.n-request-demo-btn {
    border-radius: 80px;
    background: var(--Shufti-Navy, #0D1428);
    padding: 21.3px 32px;
}
.n-request-demo-btn:hover {
    border-radius: 80px;
    background: var(--Navy-Hover, radial-gradient(50.04% 50% at 50% 50%, #5C6C80 0%, #0D1428 100%));
    box-shadow: 0 0 20px 0 var(--Shufti-Cool-Gray-3-and-a-half, #5C6C80);
    -webkit-box-shadow: 0 0 20px 0 var(--Shufti-Cool-Gray-3-and-a-half, #5C6C80);
    -moz-box-shadow: 0 0 20px 0 var(--Shufti-Cool-Gray-3-and-a-half, #5C6C80);
}
.n-submenu-ul,
.n-logo-div-img-dark {
    display: none;
}
header.n-new-header-design.fixed-header-n img.n-logo-div-img,
header.n-new-header-design.whitebgpage img.n-logo-div-img {
    display: none;
}
header.n-new-header-design.fixed-header-n img.n-logo-div-img.n-logo-div-img-dark,
header.n-new-header-design.whitebgpage img.n-logo-div-img.n-logo-div-img-dark {
    display: block;
}
.n-submenu-ul {
    position: absolute;
    top: 73px;
    left: 0;
    flex-wrap: wrap;
    border-radius: 24px;
    background: linear-gradient(102deg, rgba(13, 20, 40, 0.50) 41.3%, #0D1428 91.28%);
    backdrop-filter: blur(40px);
    z-index: 9;
    width: 100%;
    justify-content: space-between;
    background: url(https://shuftipro.com/wp-content/uploads/menu-bg-img-scaled.webp), linear-gradient(102deg, rgb(13 20 40 / .5) 41.3%, #0D1428 91.28%) center;
    background-size: cover;
}
.n-submenu-ul.active {
    display: flex;
}
.menu-togle-btns {
    border-radius: 24px 0 0 24px;
    background: linear-gradient(0deg, rgba(13, 20, 40, 0.60) 0%, rgba(13, 20, 40, 0.60) 100%), linear-gradient(270deg, var(--Shufti-Sky-Blue, rgba(83, 159, 249, 0.40)) 0%, var(--Shufti-Red, rgba(242, 67, 72, 0.40)) 51%, var(--Shufti-Yellow, rgba(250, 217, 43, 0.40)) 100%);
    backdrop-filter: blur(40px);
    padding: 40px 0 40px 20px;
    width: 357px;
    max-width: 26%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.menu-togle-divs {
    width: 74%;
    padding: 40px 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    display: none;
}
.menu-togle-divs-iner {
    width: 624px;
    max-width: calc(65% - 12px);
}
.menu-sidebar {
    max-width: calc(35% - 12px);
    width: 100%;
}
.menu-togle-divs.active {
    display: flex;
}
.menu-togle-btns-txt {
    padding: 12px 16px;
    border-radius: 12px 0 0 12px;
    color: var(--Shufti-White, #FFF);
    font-variant-numeric: lining-nums tabular-nums;
    font-family: 'Graphik-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border: 1px solid transparent;
    transition: all 0.2s linear;
    cursor: pointer;
    position: relative;
}
.menu-togle-btns-txt:hover,
.menu-togle-btns-txt.active {
    border-radius: 12px 0 0 12px;
    border-top: 1px solid var(--Blue-Gradient, #539FF9);
    border-bottom: 1px solid var(--Blue-Gradient, #539FF9);
    border-left: 1px solid var(--Blue-Gradient, #539FF9);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), linear-gradient(102deg, rgba(13, 20, 40, 0.50) 41.3%, #0D1428 91.28%);
    box-shadow: -3px 0 8px 0 var(--Shufti-Blue, #539FF9);
}
.menu-togle-btns-txt.active:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 14px;
    background: url(https://shuftipro.com/wp-content/uploads/arrow_forward_ios.svg) no-repeat center;
    right: 20px;
    background-size: contain;
    top: calc(50% - 7px);
}
.menu-heading-t {
    color: var(--Cool-Gray-3, #91A1B4);
    font-family: 'Graphik-Regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 8px;
    width: 100%;
}
.menu-togle-divs-inner:nth-child(2) {
    margin-right: 32px;
}
.menulinks {
    display: flex;
    padding: 15px 12px;
    gap: 12px;
    width: 100%;
    color: var(--Shufti-White, #FFF);
    font-variant-numeric: lining-nums tabular-nums;
    font-family: 'Graphik-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.3s linear;
}
.menu-togle-divs-inner .menulinks:hover {
    border-radius: 8px;
    border: 1px solid #539FF9;
    background: rgba(83, 159, 249, 0.12);
    box-shadow: 2px 2px 8px 0 rgba(83, 159, 249, 0.48);
}
.menu-togle-divs-inner .menulinks:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(https://shuftipro.com/wp-content/uploads/arrow_outward.svg) no-repeat center;
    background-size: contain;
    right: 4px;
    transition: all 0.3s linear;
    opacity: 0;
}
.menu-togle-divs-inner .menulinks:hover:after {
    opacity: 1;
}
.menu-sidebar-txt {
    color: var(--Cool-Gray-3, #91A1B4);
    font-feature-settings: 'salt' on;
    font-family: 'Graphik-Medium';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.menu-sidebar-txt {
    color: var(--Cool-Gray-3, #91A1B4);
    font-feature-settings: 'salt' on;
    font-family: 'Graphik-Medium';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
}
.menu-sidebar img {
    width: 259px;
}
.menu-sidebar a {
    text-align: center;
    display: flex;
    padding: 16.5px 20px;
    align-items: center;
    gap: 8px;
    border-radius: 80px;
    border: 1px solid var(--Shufti-Sheer-White);
    margin: 0 auto;
    margin-top: 32px;
    color: var(--Shufti-White);
    font-family: var(--graphik);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    justify-content: center;
	max-width: 260px;
    margin-left: 0;
}
.menu-sidebar a:hover {
    background: var(--Navy-Hover, radial-gradient(50.04% 50% at 50% 50%, #5C6C80 0%, #0D1428 100%));
    box-shadow: 0 0 20px 0 var(--Shufti-Cool-Gray-3-and-a-half, #5C6C80);
    -webkit-box-shadow: 0 0 20px 0 var(--Shufti-Cool-Gray-3-and-a-half, #5C6C80);
    -moz-box-shadow: 0 0 20px 0 var(--Shufti-Cool-Gray-3-and-a-half, #5C6C80);
}
.menu-togle-divs-inner {
    width: calc(50% - 16px);
    float: left;
    margin-top: 24px;
}
.menu-sidebar {
    max-width: calc(35% - 12px);
    width: 100%;
    padding: 8px 0 12px 32px;
    border-left: 1px solid var(--Shufti-Ultra-Sheer-White, rgba(255, 255, 255, 0.15));
}
.navigation-li-a.noactivehover {
    color: var(--Shufti-Ultra-Sheer-White, rgb(255 255 255 / .15));
    transition: all 0.3s linear;
}
li.n-navigation-li.noactivehover p,
li.n-navigation-li.noactivehover>a {
    color: var(--Shufti-Ultra-Sheer-White, rgb(255 255 255 / .15));
    transition: all 0.3s linear;
}
li.n-navigation-li {
    cursor: pointer;
}
.n-submenu-ul-explore .menu-sidebar-txt {
    margin-bottom: 36px;
}
.n-submenu-ul-explore .menu-sidebar a {
    padding: 0;
    border: none;
    text-align: left;
    justify-content: left;
    box-shadow: none !important;
    background: none !important;
    margin-top: 16px;
    font-weight: normal;
	color: #D7E0E9;
}
.n-submenu-ul-about .menu-togle-divs-iner {
    width: 25%;
    padding: 40px 0 40px 20px;
}
.menu-cert-iner {
    width: 26%;
    padding: 24px 24px 40px;
    border-radius: 8px;
    background: rgba(13, 20, 40, 0.85);
}
p.certification-txt-menu {
    color: var(--Shufti-Cool-Gray-3, #91A1B4);
    font-family: 'Graphik-Medium';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 24px;
}
.menu-cert-iner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
    align-items: center;
    padding: 0 18px;
}
header .certification {
    width: calc(25% - 3.5px);
    display: flex;
    align-items: center;
    flex-direction: column;
    align-self: flex-end;
	max-width:unset;
}
header .certification img {
    width: 100%;
    height: auto;
}
header .certification p.cert-para {
    color: var(--Cool-Gray-1, #F1F6FB);
    text-align: center;
    font-family: 'Graphik-Regular';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 16px;
    word-break: break-word;
}
.mewnu-ab-image {
    width: 23%;
    position: relative;
}
.mewnu-ab-image img {
    object-fit: cover;
    height: 100%;
    object-position: left;
}
.menu-awards-custom {
    width: 26%;
    padding: 24px 32px 16px 24px;
}
.menu-awards-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 36px;
    padding: 24px;
    row-gap: 20px;
}
.menu-awards-images img {
    width: calc(33.33% - 24px);
}
.mewnu-ab-image:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(https://shuftipro.com/wp-content/uploads/handshake.svg) no-repeat center;
    left: 32px;
    top: 100px;
}
.mewnu-ab-image:before {
    content: 'Become Re-selling Partner';
    color: var(--Shufti-White, #FFF);
    font-family: var(--graphik-m);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    position: absolute;
    left: 32px;
    top: 160px;
    width: calc(100% - 48px);
}
.mobile-menu-main,
.mobile-burg-cross {
    display: none;
}
@media only screen and (max-width: 1100px) {
    .n-logo-div-main {
        max-width: 120px;
    }
    ul.n-navigation-div {
        padding: 14px 20px;
        align-items: center;
    }
    li.n-navigation-li p,
    li.n-navigation-li>a {
        font-size: 14px;
    }
    .n-buttons-div a {
        font-size: 14px;
    }
    .n-request-demo-btn {
        padding: 16px;
    }
    .menulinks {
        align-items: center;
        font-size: 14px;
        padding: 12px 6px;
    }
    .menu-togle-btns-txt {
        font-size: 14px;
    }
    .menu-heading-t {
        font-size: 20px;
    }
    .menu-sidebar-txt {
        font-size: 20px;
    }
    .menu-sidebar {
        padding-left: 16px;
    }
    .menu-sidebar a {
        font-size: 14px;
    }
    .n-submenu-ul-about .menu-togle-divs-iner {
        width: 20%;
    }
    .menu-cert-iner {
        width: 30%;
        padding: 24px 14px 40px;
    }
    .menu-cert-iner-logos {
        padding: 0 10px;
    }
    .mewnu-ab-image {
        width: 25%;
    }
    .menu-awards-custom {
        width: 25%;
    }
    p.certification-txt-menu {
        font-size: 20px;
    }
    .menu-awards-images {
        padding: 16px 0;
        gap: 16px;
    }
    .menu-awards-images img {
        width: calc(33.33% - 12px);
    }
}
@media only screen and (max-width: 1023px) {
    ul.n-navigation-div {
        gap: 16px;
    }
    header.n-new-header-design {
        padding: 20px 16px;
    }
	header.n-new-header-design.fixed-header-n {
		padding: 20px 16px;
	}
    .n-logo-div-main {
        max-width: 110px;
    }
    li.n-navigation-li p,
    li.n-navigation-li>a {
        font-size: 14px;
    }
    .n-buttons-div a {
        font-size: 12px;
    }
    .menu-cert-iner-logos {
        padding: 0 16px;
    }
    .menu-awards-images {
        gap: 32px;
        row-gap: 16px;
    }
    .menu-awards-images img {
        width: calc(33.33% - 22px);
    }
    .mewnu-ab-image {
        display: none;
    }
    .n-submenu-ul-about .menu-togle-divs-iner {
        width: 25%;
    }
    .menu-cert-iner {
        width: 40%;
        padding: 24px 14px 40px;
    }
    .menu-awards-custom {
        width: 35%;
    }
    .menu-sidebar {
        display: none;
    }
    .menu-togle-divs-iner {
        width: 100%;
        max-width: 100%;
    }
    .menu-togle-divs {
        width: 70%;
    }
    .menu-togle-btns {
        width: 30%;
        max-width: unset;
    }
}
@media only screen and (max-width: 1024px) {
	header.n-new-header-design.active.fixed-header-n img.n-logo-div-img,
    header.n-new-header-design.active.whitebgpage img.n-logo-div-img {
		display: block;
	}
	header.n-new-header-design.active.fixed-header-n img.n-logo-div-img.n-logo-div-img-dark,
    header.n-new-header-design.active.whitebgpage img.n-logo-div-img.n-logo-div-img-dark {
		display: none;
	}
    .n-submenu-ul,
    ul.n-navigation-div,
    .n-buttons-div {
        display: none !important;
    }
    img.burger-menu.burger-menu-close {
        display: none;
    }
    .mobile-burg-cross img {
        cursor: pointer;
    }
	.fixed-header-n img.burger-menu:first-child,
    .whitebgpage img.burger-menu:first-child {
		filter: brightness(0);
	}
    header.n-new-header-design.active {
        background: linear-gradient(81deg, rgba(13, 20, 40, 0.50) -43.49%, #0D1428 81.26%);
        backdrop-filter: blur(40px);
        margin-top: -1px;
        min-height: calc(100vh - 80px);
        padding: 40px 24px;
		top: 0;
    }
    .main-submenu-m {
        display: none;
    }
    .mobile-menu-main.active {
        display: flex;
        margin-top: 40px;
        width: 100%;
        flex-direction: column;
    }
    p.main-menu-mob,
    a.main-menu-mob {
        border-top: 1px solid var(--Shufti-Ultra-Sheer-White, rgba(255, 255, 255, 0.15));
        padding: 24px 4px;
        position: relative;
        color: var(--Shufti-White, #FFF);
        font-family: "Spline Sans Mono";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        text-transform: uppercase;
        cursor: pointer;
        width: 100%;
        display: block;
    }
    p.main-menu-mob:after {
        content: '';
        position: absolute;
        right: 0;
        width: 8px;
        height: 12px;
        background: url(https://shuftipro.com/wp-content/uploads/arrow_forward_ios.svg) no-repeat center;
        background-size: contain;
        top: calc(50% - 6px);
    }
	p.main-menu-mob.roticon::after {
		transform: rotate(90deg);
	}
    .new-menu-btns {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;
    }
    .new-menu-btns a {
        width: calc(50% - 8px);
        text-align: center;
        border-radius: 80px;
        border: 1px solid var(--Cool-Gray-1, #F1F6FB);
        padding: 19.5px 16px;
        color: var(--Shufti-White, #FFF);
        font-family: 'Graphik-Medium';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    a.new-req-btn {
        position: relative;
        background: var(--Shufti-Navy, #0D1428);
        border: none;
    }
    a.new-req-btn:after {
        content: '';
        position: absolute;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        top: -1px;
        right: -1px;
        z-index: -92;
        border-radius: 96px;
        border: 1px solid #fff0;
        background: linear-gradient(45deg, #FAD92B, #F24348, #539FF9) border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }
    header.n-new-header-design.active img.burger-menu {
        display: none;
    }
    header.n-new-header-design.active img.burger-menu.burger-menu-close {
        display: block;
    }
    .main-submenu-m.active {
        display: flex;
        flex-wrap: wrap;
        margin-top: 8px;
        margin-bottom: 24px;
        gap: 24px;
        padding-left: 4px;
    }
    .main-submenu-iner {
        width: calc(25% - 24px);
    }
    p.main-submenu-heading {
        color: var(--Cool-Gray-1, #F1F6FB);
        font-family: 'Graphik-Medium';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        border-bottom: 1px solid transparent;
        border-image: linear-gradient(270deg, var(--Shufti-Sky-Blue, #539FF9) 0%, var(--Shufti-Red, #F24348) 51%, var(--Shufti-Yellow, #FAD92B) 100%) 1;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    a.menulinks {
        padding: 8px 0;
        gap: 8px;
        font-size: 14px;
        font-family: 'Graphik-Regular';
    }
    p.main-submenu-heading.main-submenu-heading-n {
        margin-top: 32px;
    }
    .mobile-burg-cross {
        display: block;
    }
    a.menulinks svg {
        min-width: 20px;
        height: auto;
        max-width: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .main-submenu-m.active {
        column-count: 2;
        display: block;
        column-gap: 16px;
    }
    .main-submenu-iner {
        width: 100%;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        margin-bottom: 32px;
    }
    header.n-new-header-design.active {
        padding: 40px 16px;
    }
    .main-menu-mob:nth-child(4) .main-submenu-m.active {
        column-count: 1;
    }
}


@media only screen and (max-width: 480px) {
	a.new-sign-btn {
		width: 100%;
	}
	a.new-req-btn {
		width: 100%;
	}
}

@media only screen and (width: 375px) {
	p.main-submenu-heading.main-submenu-heading-n {
        margin-top: 37px;
    }
	p.main-submenu-heading {
		width: 98%;
	}
	header.n-new-header-design.active {
        padding: 40px 12px;
    }
}

gradient-swap animation {
    background-position-x: 61.4188%;
    background-position-y: 50%;
}
.new-webinar-banner.identity-banner-new>a.big-outline-white-cta:after {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    right: -1px;
    z-index: 1;
    border-radius: 80px;
    border: 1px solid #fff0;
    background: linear-gradient(45deg, #FAD92B, #F24348, #539FF9, #FAD92B) border-box;
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: gradient-swap 4s 
ease infinite;
}
.new-webinar-banner.identity-banner-new>a.big-outline-white-cta {
    background: var(--Shufti-Navy, #0D1428);
    position: relative;
	padding: 18.3px 24px;
}
body .new-webinar-banner.identity-banner-new>a.big-outline-white-cta:hover {
    background: var(--Navy-Hover, radial-gradient(50.04% 50% at 50% 50%, #5C6C80 0%, #0D1428 100%));
    box-shadow: 0 0 20px 0 var(--Shufti-Cool-Gray-3-and-a-half, #5C6C80);
    -webkit-box-shadow: 0 0 20px 0 var(--Shufti-Cool-Gray-3-and-a-half, #5C6C80);
    -moz-box-shadow: 0 0 20px 0 var(--Shufti-Cool-Gray-3-and-a-half,#5C6C80);
    text-shadow: none;
}
body p.font18-graphik-reg span {
    font-family: var(--graphik-m);
}

body .new-webinar-banner p.font18-graphik-reg {
    font-family: var(--graphik-m);
    color: var(--Cool-Gray-1, #F1F6FB);
	font-size: 24px;
}
body .new-webinar-banner.identity-banner-new.new-webinar-banner-yellow p {
    font-size: 24px;
}
body .new-webinar-banner.identity-banner-new.new-webinar-banner-red p,
body .new-webinar-banner.identity-banner-new.new-webinar-banner-blue p {
    font-size: 24px;
}
body p.font18-graphik-reg {
	display:block;
}
@media screen and (max-width: 767px) {
	body p.font18-graphik-reg.font18-graphik-reg-desk {
		display: none;
	}
	.new-webinar-banner.identity-banner-new p.font18-graphik-reg {
        font-size: 14px;
    }
    body .identity-banner-new.new-webinar-banner-red p.font18-graphik-reg-mob,
	body .identity-banner-new.new-webinar-banner-blue p.font18-graphik-reg-mob{
        max-width: unset;
		margin: 0 auto 6px !important;
		font-size: 14px;
    }
	.new-webinar-banner.identity-banner-new.new-webinar-banner-red p.font18-graphik-reg.font18-graphik-reg-mob.font18-graphik-reg-mob-n {
		max-width: calc(100% - 160px);
	}
	body .new-webinar-banner.identity-banner-new.new-webinar-banner-red,
	body .new-webinar-banner.identity-banner-new.new-webinar-banner-blue{
        padding: 8px 16px;
    }
	.identity-banner-new.new-webinar-banner-blue p.font18-graphik-reg-mob {
        font-size: 14px;
	}
	body .new-webinar-banner.identity-banner-new.new-webinar-banner-yellow p {
		font-size: 16px;
	}
	.new-webinar-banner.identity-banner-new>a.big-outline-white-cta {
		min-width: 90px;
	}
}