@font-face {
    font-family: 'Proxima Nova Light';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova semibold';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'Proxima Nova';
}
/* Reset Css */
img{
    max-width:100%;
}
a,
a:hover,
a:focus{
    text-decoration:none;
}
ul,
ol{
    list-style-type:none;
    padding:0;
    margin: 0;
}
.theme-cta {
    font-size: 26px;
    line-height: 22px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 50px;
    background-color: #F47727;
    display: inline-block;
    padding: 17px 30px;
    position: relative;
}
.theme-cta:hover{
    color: #fff;
    background-color: #F47727;
}
.title-wrapper{
    text-align: center;
    padding-bottom: 20px;
}
.title-wrapper h2 {
    color: #000000;
    font-size: 36px;
    line-height: 42px;
}

.font18{
    font-size:18px;
    line-height:24px;
}
.font22{
    font-size:22px;
    line-height:28px;
    font-weight: 700;
    font-family: 'Proxima Nova Bold';
}
h1 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Proxima Nova Bold';
    font-weight: 700;
}
h1 span{
color:#F47727;
}
h2{
    font-size:36px;
    line-height:43px;
    font-weight:700;
    font-family: 'Proxima Nova Bold';
    color:#000000;
}
h3{
    font-size:34px;
    line-height:42px;
    font-weight:400;
}
h4{
    font-size:30px;
    line-height:40px;
}
h5{
    font-size:24px;
    line-height:30px;
    font-weight:400;
}
h6{
    font-size:20px;
    line-height:26px;
}
.para,
p{
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight:400;
    font-family: 'Proxima Nova';
}
.sml-logo-clk {
    width: 56px;
    height: 38px;
    border: 0;
    margin-top: 0px;
    background-color: #E9721F;
    transform: translateX(-50%) translateY(50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    flex-grow: 0;
}
.sml-logo-wrap {
    border-radius: 10px;
    position: relative;
    padding: 35px 34px 46px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #00000014;
}
/* Banner */
.banner{
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/theme-bg-new 1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 0px 77px;
    position: relative;
}
.banner-logo {
    padding-bottom: 77px;
}
.banner .main-content h1 {
    margin: 30px auto 25px;
}
.banner .main-content ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.banner .main-content ul li {
    display: flex;
    align-items: center;
    padding: 0px 22px 0 0px;
}
.banner .main-content ul li:last-child{
    padding: 0px;
}
.banner .main-content ul li p {
    margin-bottom: 0;
    padding-inline-start: 10px;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 6px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.64px;
}
.banner .row:last-child{
    align-items: center;
}
        .banner-content .logo img {
        width: 100%;
        }
        .banner {
            background-color: #051c2a;
        }
/* Banner Strip css */
.banner-strip {
    background: linear-gradient(90deg, #B5E3FF 0%, #9AD9FF 100%);
    padding: 10px 0px;
    overflow: hidden;
}   
.banner-strip-inn p, .banner-strip-inn p a{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
	font-style:italic;
}
.marquee {
    width: 1000%;
    overflow: hidden;
    height: 25px;
  }
.marquee p {
    display: inline-block;
    padding: 0px 10px;
  }
/* Sec 1 */
.offers-slide ul li{
    border-radius: 10px;
    box-shadow: 0px 4px 25px 0px #00000014;
    background-color: #ffffff;
    padding: 15px;
    margin-top: 20px;
    transition: all 0.5s ease;
    user-select: none;
    border: 1px solid #E2E2E2
}
.offers-slide ul li .arrow-cta {
    background: #3EC3DA;
    width: 32px;
    height: 27px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
}
.offer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F47727;
    border-radius: 58px;
}
.offer-btn a {
    color: #ffffff;
    display: block;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}
.offers-slide ul {
    padding-bottom: 20px;
}
.points ul li span {
    margin-top: 5px;
}
.points h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 10px;
}
.offers-slide ul li .arrow-cta:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    height: 8px;
    translate: -50% -50%;
    transform: rotate(-135deg);
}
.offers-slide ul li .offer-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.offers-slide ul li .offer-slide .offer-name span:first-of-type {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #F47727;
}
.offers-slide ul li .offer-slide .offer-name {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    text-align: left;
    justify-content: flex-start;
    flex-direction: column;
}
.offers-slide ul li:hover, .offers-slide ul li.active-slide {
    background: linear-gradient(90.01deg, #49B6F7 0.01%, #2997DA 99.99%);
}
.offers-slide ul li:hover h6, .offers-slide ul li.active-slide h6{
    color:#ffffff;
}
.offers-slide ul li:hover .offer-slide .offer-name span:first-of-type, 
.offers-slide ul li.active-slide .offer-slide .offer-name span:first-of-type {
  color: #fff;
}
.offers-slide ul li:hover .arrow-cta, .offers-slide ul li.active-slide .arrow-cta{
    background-color:#ffffff;
}
.offers-slide ul li:hover .arrow-cta:before, .offers-slide ul li.active-slide .arrow-cta:before{
    border-color: #000
}
.offers{
    position:relative;
    z-index:0;
    background-color: #fff;
}
.offers-content h2 {
    font-size: 36px;
    line-height: 42px;
}
.offers:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.offers-content ul li p{
    margin-bottom: 5px;
}
.offers-content {
    padding: 64px 0 64px;
}
.points ul li {
    display: flex;
    gap: 20px;
    padding-right: 36px;
}
.points ul li p.font18 {
    margin-bottom: 5px;
    font-weight: bold;
}
.sec_1 .points {
    padding-top: 25px !important;
}
.points ul li p {
    color: #ffffff;
}
.points ul li + li {
    margin-top: 20px;
}
.offers-slide {
    padding: 75px 0px 90px 30px;
}
.offers:before{
    background-color: #180435;
}
.offers-content p {
    color: #ffffff;
    margin-bottom: 0;
    padding-top: 10px;
}
/* Section 2 Css */
.sec-2 {
    background-color: #fff;
    position: relative;
    background-image: url('https://pages.grazitti.com/rs/690-NGB-767/images/Partner-BG-Image.png');
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 50px 0px 75px;
}
.sec-2 h2 {
    color: #041A27;
    font-size: 36px;
    line-height: 43px;
}
.swiper2 img {
    width: 100%;
    max-width: 270px;
	height:207px;
}
.swiper2 .swiper-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sec-2 .row{
    align-items: center;
}
/* Sectio 12 css */
.sec-12 {
    background-color: #B7E6EA;
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/ms-cc-lp-ms-partner-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0px;
}
.sec-12 .row{
    align-items: center;
}
.sec12-lft h2{
    margin-bottom: 0;
}
.sec12-lft h6 {
    font-size: 28px;
    color: #000;
    line-height: 34px;
    font-weight: 300;
    font-family: 'Proxima Nova Light';
    margin-bottom: 0;
}
.sec12-ryt img {
    width: 250px;
}
/* Section 7 css */
.sec-7{
    background: #fff;
    padding: 64px 0px 30px;
	position:relative;
}
.capabilities-sc {
    justify-content: center;
    gap: 25px;
    max-width: 1170px;
    margin: 0 auto;
}
.capabilities-sc .swiper .box-inn {
    width: 32%;
}
.sec-7 h2 {
    margin-bottom: 35px;
    color: #041A4D;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
}
.offers-slide h2 {
    font-size: 36px;
    line-height: 42px;
    color: #000;
    font-weight: 700;
}
.capabilities-sc h6 {
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    font-weight: 700;
    font-family: 'Proxima Nova Bold';
    background: #0092DA;
    border-radius: 50px;
    display: inline-block;
    padding: 3px 18px;
}
.capabilities-sc h3 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    margin: 15px 0px 20px;
}
.capabilities-sc p{
    margin-bottom: 0;
}
.capabilities-sc a {
    color: #F47727;
    font-weight: 600;
	text-decoration:underline;
	padding-right:6px;
}
.cs-feature {
    width: 100%;
    height: 240px;
}
.key-image {
    padding: 15px 0;
}
.capabilities-sc .card-body {
    border: 1px solid #EBEBEB;
    border-radius: 0 0 8px 8px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.sec_9 {
    background-color: #fff;
    padding-bottom: 15px;
}
.sec_4{
    padding:40px 0 0;
}
.mktoForm button.mktoButton[disabled] {background-position: 90% center !important;}
/* Sec 4 */
.sec4 {
    padding: 64px 0 40px;
    background: #ffffff;
}
.sec2-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.sec2-tabs .nav-tabs {
    width:290px;
    border: 0;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sec2-tabs .nav-tabs li.nav-item {
    width: 100%;
    margin: 12px 0;
    user-select: none;
}
.sec4-acco .accordion-item {
    background-color: transparent;
    border: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #BABCC0;
   padding: 25px 0px 28px;
    border-radius: 0;
}
.sec4-acco .accordion-item:last-child{
    border-bottom: 0;
}
.sec4-acco .accordion-item:last-child{
    padding: 25px 0px 0px;
}
.sec4-acco .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: unset;
    padding: 0;
}
.sec4-acco .accordion-body {
    padding: 0;
    max-width: 90%;
}
.sec3-collaps-inn {
    width: 90%;
    margin: 0 0 0 auto;
}
.acc-flx-strt {
    align-items: center !important;
}
.sec3-collaps-inn h4 {
    color: #000000;
    font-weight: 700;
    font-family: 'Proxima Nova Bold';
    margin-bottom: 0;
}
.sec4-acco .accordion-button {
    background-color: transparent;
}
.sec4-acco .accordion-button:focus {
        border-color: unset;
        box-shadow: unset;
    }
.sec4-acco .accordion-item h3 {
        margin-bottom: 0;
        cursor: pointer;
}   
.sec4-acco .accordion-item p {
    color: #2B2B2B;
    margin: 10px 0 15px;
}
.sec4-acco .accordion-item p:last-child{
    margin-bottom: 0px;
}
.acc-flx-strt h3::after {
    background-image: url('https://pages.grazitti.com/rs/690-NGB-767/images/arrow-black-martech.png');
    transform: rotate(-45deg);
    top: 35px !important;
}
.gift-cta:hover{
    color: #fff !important;
}
.sec4 .sec4-acco {
    margin-top: 15px;
}
.sec4-acco h3::after {
    content: '';
    position: absolute;
    top: 78px;
    right: 0;
    background-image: url('https://pages.grazitti.com/rs/690-NGB-767/images/arrow-black-martech.png') !important;
    width: 30px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}
.sec2-tabs .nav-link {
    border-radius: 10px;
    color:#000000 !important;
    border-color: transparent;
    border:0;
    box-shadow: 0px 4px 20px #0000000F;
    background-color:#ffffff !important;
    font-size:22px;
    line-height:28px;
    font-weight:500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}
.sec2-tabs .nav-link.active,
.sec2-tabs .nav-link:hover{
    color: #ffffff !important;
    background-color:#E9721F !important;
}
.sec2-tabs .nav-link.active > span:last-child {
    background: -webkit-linear-gradient(rgb(210 150 109 / 8%), rgba(255, 255, 255, 56%), rgb(235 166 118 / 50%), rgb(242 157 98 / 22%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec2-tabs .nav-link:hover > span:last-child {
    background: -webkit-linear-gradient(rgb(210 150 109 / 8%), rgba(255, 255, 255, 56%), rgb(235 166 118 / 50%), rgb(242 157 98 / 22%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec2-tabs .nav-link.active .tab-pic img {
    filter: invert(1);
    max-width: 34px;
}
.sec2-tabs .nav-link:hover .tab-pic img {
    filter: invert(1);
}
.sec2-tabs .tab-content {
    width:80%;
    padding:50px 30px 50px 100px;
    background: #F8F8F8;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.tab-content h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
}
.tab-content .btn {
    margin-top: 15px;
}
.sec2-tabs .nav-link .tabs-count{
    background: -webkit-linear-gradient(rgba(233, 114, 31, 50%), rgba(233, 114, 31, 22%), rgba(233, 114, 31, 8%), rgba(255, 255, 255, 56%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    line-height: 52px;
    font-weight: bold;
}
.sec2-tabs .nav-link.active .tabs-count{
    background:-webkit-linear-gradient(rgb(210 150 109 / 8%), rgba(255, 255, 255, 56%), rgb(235 166 118 / 50%), rgb(242 157 98 / 22%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec2-tabs .nav-link > span:first-of-type {
    display: flex;
    align-items: center;
    gap: 12px;
}
.sec2-tabs .tab-content h4 {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    color: #000000;
}
.check-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.check-list ul li {
    position: relative;
    padding-left: 25px;
    flex: 0 0 48%;
    margin-top: 8px;
}
.check-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top:5px;
    background-image: url('https://pages.grazitti.com/rs/690-NGB-767/images/ts-new-tick-icon.png');
    background-size: 15px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
}
.check-list ul li span {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;

}
.tab-content p:not(:first-of-type){
    margin-top: 25px;
}
.points ul li > span:first-of-type img {
    max-width: 42px;
    width: 42px;
    height: auto;
}
.points ul li:last-child img {
    width: 32px !important;
    max-width: 32px !important;
    height: auto !important;
    margin-right: 10px;
}
.tab-pic img {
    max-width: 25px;
}
.right-cta {
    max-width: max-content;
    background: #F47727;
    padding: 10px 67px;
	text-align:center;
    border-radius: 70px;
}
.right-cta a {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    border-radius: 70px;
    line-height: 30px;
	font-weight:700;
}
section.sec-4 {
    background-image: url('https://pages.grazitti.com/rs/690-NGB-767/images/roadmap-BG-image.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 40px;
}
.sec4wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec-5 h3 {
    color: #F47727;
    font-size: 22px;
    line-height: 30px;
	margin:0;
	font-weight:700;
}
.sec-5 h2 {
    color: #fff;
    padding: 10px 0;
    font-size: 36px;
    line-height: 42px;
}
.list-points {
    padding-top: 20px;
}
.list-points li {
    color: #ffffff;
    position: relative;
	text-align:left;
    padding-left: 20px;
}
.list-points li:before {
    content: url('https://pages.grazitti.com/rs/690-NGB-767/images/right-arrow-martech.png');
    position: absolute;
    left: 0;
}
.image-content {
    text-align: center;
    padding-top: 10px;
}
.image-content p {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.sec-5 {
    background: #180435;
    position: relative;
    padding: 60px 0;
}
.key-image img {
    width: 100%;
    max-width: 600px;
}
.presenter {
    text-align: center;
}
.presenter img {
    width: 100%;
    max-width: 236px;
}
.lets-connect {
    border-radius: 28px;
    background-color: #180435;
    padding: 40px 70px 40px;
	box-shadow: 0px 4px 61px 0px #13499A40;
}
.thank-you-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
#mktoForm_7038 .mktoFormRow> :nth-of-type(3) {
    margin-left: 24px;
}
#mktoForm_7038 label {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500 !important;
}
.lets-connect h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}
.sec-10{padding:60px 0;}
.swiper1 .swiper-wrapper {
    display: flex;
    z-index: 999999999;
    gap: 20px;
    position: relative;
}
.swiper1 .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-size: calc(1.3rem + 0.375vw);
}
.swiper1 .swiper-button-prev {
    height: 50px;
    width: 50px;
    left: -60px !important;
    z-index: 999999999;
    background-image: url(' https://pages.grazitti.com/rs/690-NGB-767/images/left-icon-vector.png ');
    background-repeat: no-repeat;
}
.swiper1 .swiper-button-next {
    background-image: url(' https://pages.grazitti.com/rs/690-NGB-767/images/right-icon-vector.png ');
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    right: -70px !important;
}
.swiper2 .swiper-button-prev-1 {
    height: 50px;
    width: 50px;
    left: -60px !important;
    z-index: 999999999;
    background-image: url(' https://pages.grazitti.com/rs/690-NGB-767/images/left-icon-vector.png ');
    background-repeat: no-repeat;
	display:none;
}
.swiper2 .swiper-button-next-1 {
    background-image: url(' https://pages.grazitti.com/rs/690-NGB-767/images/right-icon-vector.png ');
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    right: -70px !important;
	display:none;
}
.swiper1 {
    overflow: visible !important;
}
svg.swiper-navigation-icon {
    display: none;
}
.swiper-button-next:after, .swiper-button-prev:after{display:none;}
/* New style */
.paralax-blocks {
    padding-block: 4px 40px;
    overflow-x: clip;
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.paralax-blocks::-webkit-scrollbar {
    display: none;
}
.paralax-blocks:hover .col {
    filter: grayscale(1) brightness(0.7);
    transition: filter 1s ease;
}
.paralax-blocks .col {
    text-decoration: none;
    background-size: cover;
    min-width: 160px;
    aspect-ratio: 240 / 397;
    font-size: 24px;
    line-height: 30px;
    color:#ffffff !important;
}
.paralax-blocks .col:hover {
    z-index: 1;
    filter: grayscale(0);
    transform: scale(1.025);
    transition: transform .25s ease, filter 1s ease;
    box-shadow: 0px 10px 15px 1px rgba(0,0,0,0.5);
}
.partners-slider {
    position: relative;
}
.partners-slider .slick-list {
    overflow: hidden;
}
.partners-slider .sml-logo-clk {
    width: 56px;
    height: 38px;
    border: 0;
    margin-top: 0px;
    background-color: #F9AD1C;
    transform: translateX(-50%) translateY(50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners-slider .slick-slide .p-image {
    min-height: 50px;
}
.partners-slider .sml-logo-wrap {
    height: initial !important;
    border-radius: 10px;
    position: relative;
    padding: 25px 50px 30px 25px;
    border: 1px solid #FFFFFF4D;
    background: transparent;
    width: 49% !important;
    margin-bottom: 7px;
    overflow: hidden;
    min-height: 159px;
}
.partners-slider-inn {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.partners-slider .sml-logo-wrap::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/ms-cc-lp-embrace-after.png');
    background-size: cover;
    width: 483px;
    height: 125px;
}
.sml-logo-wrap:hover {
    background: linear-gradient(120.85deg, #0B4D74 22.97%, #1380C1 75.65%);
}
.sml-logo-wrap:hover .embrace-icon1 {
    display: none;
}
.sml-logo-wrap:hover .embrace-icon1-1{
    display: block !important;
    border-radius: 50%;
}
.embrace-inn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}
.embrace-inn .embrace-inn-lft {
    width: 12%;
}
.embrace-inn .embtace-inn-ryt {
    width: 85%;
}
.embtace-inn-ryt p {
    color: #fff;
    margin-bottom: 0;
}
.sec5-lft-content ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 22px 22px;
}
.sec5-lft-content ul li .sec5-cta h6 {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.sec-5 {
    background: #180435;
    position: relative;
}
.sec-5 .row{
    align-items: center;
}
.partners-slider .slick-arrow {
    z-index: 1;
    border: 0;
    cursor: pointer;
    background: transparent;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    transform: translate(24%, -50%);
    left: 100%;
}
.partners-slider .prev-arrow {
    left: initial;
    right: 100%;
    transform:translate(-24%, -50%) rotate(180deg);
}
.partners-slider .slick-track {
    padding: 0;
    display: flex !important;
}
.embrace-icon1-1 {
    display: none !important;
}
.embtace-inn-ryt h6 {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 800;
    font-family: 'Proxima Nova Bold';
}
footer {
    padding: 18px 0;
    background-color: #1B1B1B;
}
.social ul {
    padding: 0;
    margin: 0;
    margin-left: auto;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.social ul li a {
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 6px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.copy-test {
    margin: 0;
    color: #FFFFFF;
    font-size:14px;
    line-height:21px;
    font-weight:300;
    font-family: 'Proxima Nova Light';
}
.sec_10 {
    background-color: #fff;
    padding: 20px 0px 50px;
}
.sec_10 h2 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 42px;
	font-weight:700;
}
.venue-details {
    margin-top: 8px;
}
.venue-details .cta {
    margin-top: 25px;
}
.venue-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    justify-content: center;
}
.venue-details ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}
.venue-details ul li img {
    height:22px;
}
.cta-blockk {
    gap: 4vw;
    display: flex;
    max-width: 1180px;
    padding: 26px 65px;
    background-size: 100% 100%;
    justify-content: space-between;
    margin: 0 auto;
}
.sec_5 .cta-blockk {
    align-items:center;
}
.cta-connect {
    padding: 12px;
    min-width: 198px;
    min-height: 46px;
    border-radius: 3px;
    background-color: #FD8A3B;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-decoration: none;
    transition: all 0.25s ease;
    font-size: 18px;
    line-height: 22px;
    font-weight:400;
}
.cta-connect img {
    width: 20px;
    height: 20px;
}
.cta-connect:hover {
    color: #FFFFFF;
    background-color: #471263;
}
.cta-blockk-text * + *:last-child {
    margin-bottom: 0;
}
.offers-slide ul li h6 {
    font-family: 'Proxima Nova';
    font-weight:600;
    margin-bottom: 0px;
    color:#000;
}
.offers-slide ul li h6 strong {
    font-family: 'Proxima Nova Bold';
    font-weight: 700;
    margin-bottom: 0px;
}
.tabs-cta .cta-connect {
    font-size: 18px;
    line-height:22px;
    font-weight: 400;
}
.sec_5 .cta-blockk h3 {
    margin-bottom: 5px;
    color:#000000;
    font-weight: 500;
}
.sec_5 .cta-blockk h3 b {
    font-size: 42px;
    line-height:48px;
    font-family: 'Proxima Nova Bold';
    font-weight:bold;
    color:#000000;
}
.letsMeet-popup {
    padding: 10px 10px;
}
.modal .modal-body {
    padding-block: 20px 40px;
    padding-inline: 22px;
}
/* .letsMeet-popup.show,
.offers-popup.show{
    display: flex !important;
    align-items: center !important;
} */
.btn-close:focus {
    box-shadow: unset !important;
}
.partners-slider .sml-logo-clk img {
    max-width: 14px;
}
.sec5-cnt {
    background-color:#0092DA;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    min-height: 180px;
}
.item5 .sec5-cnt {
    background-color:#F47727;
}
.item7 .sec5-cnt {
    background: #180435;
}
.sec5-cnt h3 {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin-bottom:0;
}
.sec5-cnt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}
.section-5 .item1 { grid-area: a; }
.section-5 .item2 { grid-area: b; }
.section-5 .item3 { grid-area: c; }
.section-5 .item4 { grid-area: d; }
.section-5 .item5 { grid-area: e; }
.section-5 .item6 { grid-area: f; }
.section-5 .item7 { grid-area: g; }
.section-5 .item8 { grid-area: h; }

.section-5 .grid-container {
display: grid;
grid-template-areas:
    'a c c c c d f f g'
    'b c c c c e f f h';
gap: 15px 15px;
}

.sec5-img img{
    width: 100%;
}
.sec5-img, .sec5-img img{
    height: 100%;
    text-align: center;
}
.sec5-cnt, .sec5-img img{
    min-height: auto !important;
}
.section-5 .item1 {
    grid-area: a;
}
/* Gift sc css */
.gift-sec img {
    background: linear-gradient(199.35deg, #1483C6 -6.54%, #52BEFF 87%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -55px;
}
.gift-cta {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    background: #F47727;
    padding: 10px 22px;
    font-family: 'Proxima Nova Bold';
    border-radius: 10px 10px 0px 0px;
    transform: rotate(270deg);
    margin-right: -38px;
}
.gift-sec{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
section.gift-sc {
    position: fixed;
    top: 72%;
    right: -30px;
	z-index:999999;
}
/* Form Css */
form.mktoForm {
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
}

.mktoForm .mktoOffset,
.mktoForm .mktoGutter,
.mktoForm .mktoClear{
    display:none !important;
}
.mktoForm .mktoRequiredField .mktoAsterix {
    display: block;
    padding-left: 0 !important;
    color:red !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol{
    width:100% !important;
}

.mktoForm label{
    margin-bottom:8px;
    display:block;
    font-weight:500 !important;
    width:auto !important;
    font-size:16px;
    padding:0 !important;
    font-family: "Roboto", sans-serif !important;
    color: #141011;
}

.mktoForm input[type=url], 
.mktoForm input[type=text], 
.mktoForm input[type=date], 
.mktoForm input[type=tel], 
.mktoForm input[type=email], 
.mktoForm input[type=number], 
.mktoForm textarea.mktoField, 
.mktoForm select.mktoField{
    background-color:#f5f8fa !important;
    border:1px solid #cbd6e2 !important;
    color:#33475b !important;
    min-height:44px !important;
    width:100% !important;
    box-shadow:none !important;
    font-size:16px !important;
    font-weight:400 !important;
    line-height:22px !important;
    padding:6px 13px !important;
    box-sizing: border-box !important;
    border-radius: 3px !important;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.mktoForm input[type=url]:focus-visible, 
.mktoForm input[type=text]:focus-visible, 
.mktoForm input[type=date]:focus-visible, 
.mktoForm input[type=tel]:focus-visible, 
.mktoForm input[type=email]:focus-visible, 
.mktoForm input[type=number]:focus-visible, 
.mktoForm textarea.mktoField:focus-visible, 
.mktoForm select.mktoField:focus-visible{
    outline-color:#52a8eccc !important;
}
.mktoForm .mktoError {
    left: 0 !important;
    right: auto !important;
    font-size:13px !important;
}

.mktoForm .mktoFormRow {
    display:flex !important;
    flex-wrap:wrap !important;
}

.mktoForm .mktoFormCol{
    margin-bottom: 0 !important;
    min-height: 0 !important;
}

.mktoForm .mktoFormCol{
    margin-bottom:24px !important;
    flex:1;
}
.mktoForm .mktoFieldWrap .mktoHtmlText{
    width:100% !important;
}
.mktoForm .mktoFieldWrap .mktoHtmlText a{
    text-decoration:none !important;
}
.mktoForm .mktoFormRow> :nth-of-type(2){
    margin-left:24px !important;
}
body form.mktoForm select.mktoField {
    cursor: pointer;
    background: #f5f8fa url(https://lp.tufin.com/rs/769-ICF-145/images/down-angle.png)no-repeat !important;
    appearance: none;
    background-size: 14px !important;
    background-position: right 14px center !important;
    padding-right: 38px !important;
}
form.mktoForm .mktoFormRow .mktoPlaceholder {
    margin-left:0 !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoRadioList, 
.mktoForm .mktoCheckboxList{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

form.mktoForm .mktoFieldWrap .mktoCheckboxList label a {
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    color:#ed0a0a !important;
}

.mktoButtonWrap {
    margin: 0 !important;
}

.mktoButtonRow {
    display: block !important;
    width: 100% !important;
}

.custom_checkbox .mktoFieldWrap {
    display: flex;
    flex-direction: row-reverse;
}

.custom_checkbox .mktoFieldWrap label {
    width: 100% !important;
}

.custom_checkbox .mktoFieldWrap .mktoCheckboxList {
    width: 24px !important;
    margin-top: 3px !important;
}

.mktoForm .mktoCheckboxList + .mktoError {
    top: 15px !important;
    left: -6px !important;
}

.mktoForm .mktoLabel a {
    padding:0 !important;
    margin:0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 100px #e8f0fe inset !important;
}
 /* Form Css */
 form.mktoForm {
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
 }
 
 .mktoForm .mktoOffset,
 .mktoForm .mktoGutter,
 .mktoForm .mktoClear{
    display:none !important;
 }
 .mktoForm .mktoRequiredField .mktoAsterix {
    display: block;
    padding-left: 0 !important;
    color:red !important;
 }
 
 .mktoForm .mktoFieldWrap,
 .mktoForm .mktoFormCol{
    width:100% !important;
 }
 
 .mktoForm label{
    margin-bottom:8px;
    display:block;
    font-weight:400 !important;
    width:auto !important;
    font-size:14px;
    line-height: 22px;
    padding:0 !important;
    font-family: 'Proxima Nova' !important;
    color:#000000  !important;
 }
 
 .mktoForm input[type=url], 
 .mktoForm input[type=text], 
 .mktoForm input[type=date], 
 .mktoForm input[type=tel], 
 .mktoForm input[type=email], 
 .mktoForm input[type=number], 
 .mktoForm textarea.mktoField, 
 .mktoForm select.mktoField{
    background-color:#F8F8F8 !important;
    border:1px solid #EEEEEE !important;
    color:#000000 !important;
    min-height:44px !important;
    width:100% !important;
    box-shadow:none !important;
    font-size:16px !important;
    font-weight:400 !important;
    line-height:22px !important;
    padding:6px 13px !important;
    box-sizing: border-box !important;
    border-radius:5px !important;
    font-family: 'Proxima Nova' !important;
    outline:none !important;
    box-shadow:none !important;
 }
 .mktoForm input[type=url]:focus-visible, 
 .mktoForm input[type=text]:focus-visible, 
 .mktoForm input[type=date]:focus-visible, 
 .mktoForm input[type=tel]:focus-visible, 
 .mktoForm input[type=email]:focus-visible, 
 .mktoForm input[type=number]:focus-visible, 
 .mktoForm textarea.mktoField:focus-visible, 
 .mktoForm select.mktoField:focus-visible{
    outline-color:#52a8eccc !important;
 }
 .mktoForm .mktoError {
    left: 0 !important;
    right: auto !important;
    font-size:13px !important;
    top: 97%;
 }
 
 .mktoForm .mktoFormRow {
    display:flex !important;
    flex-wrap:wrap !important;
 }
 
 .mktoForm .mktoFormCol{
    margin-bottom: 0 !important;
    min-height: 0 !important;
 }
 
 .mktoForm .mktoFormCol{
    margin-bottom:16px !important;
    flex:1;
 }
#mktoForm_7038 .mktoFormCol{
    margin-bottom:0px !important;
    flex:1;
 }
 #mktoForm_7038 .mktoCheckboxList + .mktoError {
    top: 22px !important;
    left: -6px !important;
}
#mktoForm_7038 .mktoButtonRow {
    margin-top: 30px !important;
}
#mktoForm_7038 .mktoFormRow {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 3px;
}
#mktoForm_7038 .mktoLogicalField.mktoCheckboxList {
    padding-bottom: 5px !important;
}
 .mktoForm .mktoFieldWrap .mktoHtmlText{
    width:100% !important;
 }
 .mktoForm .mktoFieldWrap .mktoHtmlText a{
    text-decoration:none !important;
 }
 .mktoForm .mktoFormRow> :nth-of-type(2){
    margin-left:24px !important;
 }
 body form.mktoForm select.mktoField {
    cursor: pointer;
    background:#F8F8F8 url(https://pages.grazitti.com/rs/690-NGB-767/images/tsia-form-arrow.svg)no-repeat !important;
    appearance: none;
    background-size: 14px !important;
    background-position: right 14px center !important;
    padding-right: 38px !important;
    color:#717171 !important;
 }
 form.mktoForm .mktoFormRow .mktoPlaceholder {
   margin-left:0 !important;
 }
   ::placeholder {
       color:#717171 !important;
   }
   #mktoForm_7038 .mktoLogicalField.mktoCheckboxList {
    margin-top: 10px !important;
}
 .mktoForm .mktoFieldWrap,
 .mktoForm .mktoRadioList, 
 .mktoForm .mktoCheckboxList{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
 }
 
 form.mktoForm .mktoFieldWrap .mktoCheckboxList label a {
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    color: #FF7E15 !important;
 }
 
 .mktoButtonWrap {
    margin: 0 !important;
 }
 
 .mktoButtonRow {
    display: block !important;
    width: 100% !important;
 }
 
 .mktoForm button.mktoButton {
    cursor: pointer;
    margin: 0;
    background-color: #F47727 !important;
    border-radius: 50px !important;
    border: unset !important;
    width: auto !important;
    display: inline-block;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    padding: 10px 40px !important;
    font-family: 'Proxima Nova' !important;
    position: relative;
    background: #F47727 !important;
    z-index: 1;
    overflow: hidden;
 }
 .mktoForm .mktoButtonWrap .mktoButton:hover{
    color: #fff !important;
}
 .letsConnect-popup .mktoForm button.mktoButton {
    padding: 12px 64px 12px 31px !important;
 }
 .mktoButtonRow .mktoButtonWrap {
    display: block !important;
    text-align: center !important;
 }
 
 .modal .modal-header {
    border-bottom:0 !important;
 }
 .modal .modal-header {
    padding-top: 40px;
    display: block;
    padding-bottom: 0;
 }
 button.btn-close {
    position: absolute;
    right: -6px;
    top: -5px;
    background: no-repeat;
    background-color: #3EC3DA;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-close:hover {
    color: #fff;
    opacity: 1;
}
 .custom_checkbox .mktoFieldWrap {
    display: flex;
    flex-direction: row-reverse;
 }
 
 .custom_checkbox .mktoFieldWrap label {
    width: 100% !important;
 }
 
 .custom_checkbox .mktoFieldWrap .mktoCheckboxList {
    width: 24px !important;
    margin-top: 3px !important;
 }
 
 .mktoForm .mktoCheckboxList + .mktoError {
    top: 11px !important;
    left: -6px !important;
 }
 
 .mktoForm .mktoLabel a {
    padding:0 !important;
    margin:0 !important;
 }
 
 body form.mktoForm input:-webkit-autofill,
 body form.mktoForm input:-webkit-autofill:hover,
 body form.mktoForm input:-webkit-autofill:focus,
 body form.mktoForm input:-webkit-autofill:active {
   -webkit-box-shadow: 0 0 0 100px #f8f8f8 inset !important;
 }
 .mktoForm .mktoRequiredField .mktoAsterix{
    display:none !important;
 }
 .mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
       margin-top:-1px !important;
   }
 video::-webkit-media-controls {
display: none;
}

/* Form Css end */
.banner-content .logo img{
    max-width:395px;
}
.tab-content p a {
    color: #FD8A3B;
    font-weight: 500;
}
.partners-slider .slick-arrow img {
    filter: grayscale(1);
    max-width: unset;
}
.partners-slider .slick-arrow:hover img{
    filter: grayscale(0);
}
.partners-slider .slick-arrow {
    left: auto;
    right: 0;
    display: none !important;
}
.partners-slider .slick-dots {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
}
.partners-slider .slick-dots li{
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background: #127FC070;
}
.sec6-hd-img {
    text-align: center;
}
.partners-slider .slick-dots .slick-active{
    background: #127FC0;

}
.partners-slider .slick-dots li button{
    display: none;
}
.partners-slider .prev-arrow {
    right: auto;
    left: 0;
}
.theme-cta img {
    max-width: 20px;
    margin-left: 3px;
}
.sec_6 {
    padding: 10px 0 60px;
    background: linear-gradient(213.97deg, #041A28 20.13%, #072E45 88.39%, #0E5E8E 147.26%);
    box-shadow: 0px 4px 61px 0px #13499A40;
}

.modal-header h4 {
    font-size: 22px !important;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    text-align: center;
    padding: 0 10px;
}
.mktoForm .mktoError .mktoErrorMsg {
    padding: 0.4em 0.6em !important;
}
.offers-popup .mktoFieldDescriptor.mktoFormCol.hidden12 {
    display: none !important;
}
 #offerform_thankYou img {
    max-width: 175px;
    margin: 0 auto 20px;
    display: block;
}
.form-title-thank {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fd8a3b;
    margin-bottom: 10px;
    text-align: center;
}
 #gift_form_thankYouMessage p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
}
.main {
    position: relative;
	height:100vh;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none !important;
}
.sec4 .title-wrapper {
    padding-bottom: 0px;
}

/*-----------Media Queary Start----------*/
@media(max-width:1500px){
    .section-5 .container{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}
@media screen and (min-width:1440px){
    .sec2-tabs .nav-tabs {
        width: 320px;
    }
}
@media screen and (min-width:1199px){
    .capabilities-sc .swiper .box-inn {
    width: 32% !important;
}
}
@media (max-width: 1399px) {
    .sec2-ryt-inn {
        padding: 15px 35px 12px 25px;
    }
    .sec2-ryt {
        padding: 0 15px 0px 30px;
    }
    .sec-2::after {
        bottom: 22px;
        width: 100px;
        height: 100px;
    }
    .points ul li {
        padding-right: 15px;
    }
    .sec4 .title-wrapper {
        padding-bottom: 10px;
    }
    .sec3-collaps-inn h4 {
        font-size: 30px;
        line-height: 40px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec2-left {
        left: 0px;
    }
    h1 {
        font-size: 50px;
        line-height: 56px;
    }
    .banner .main-content ul li p {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}
    .banner .main-content ul li {
        padding: 0px 15px 0 0px;
    }
    .sec5-lft-content ul {
        gap: 15px 13px;
    }
    .sec5-lft-content {
        padding: 40px 20px 50px 0px;
    }
    .sec5-lft-content h2 {
        max-width: 75%;
    }
    .sec12-lft h6 {
        font-size: 25px;
        line-height: 31px;
    }
    .partners-slider .sml-logo-wrap {
        min-height: 181px;
    }
    .capabilities-sc {
        gap: 20px;
        max-width: 100%;
    }
    }
@media screen and (max-width:1280px){
  
    .banner video {
        width: initial;
        height: 100%;
    }
}
@media screen and (max-width:1199px){ 
    
    section.gift-sc {
        top: 65%;
    }
	br.hidebr{display:none;}
    .banner-logo {
        padding-bottom: 50px;
    }
    .acc-flx-strt h3::after {
        top: 25px !important;
    }
    h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .custom-slick-btns .casestudy-prev-arrow, .custom-slick-btns .brochure-prev-arrow, .custom-slick-btns .datasheet-prev-arrow  {
        top: 44% !important;
    }
    .section-5 .grid-container {
        grid-template-areas:
        'a c c c c c d f f f g'
        'b c c c c c e f f f h';
    }
    .sec4-acco .accordion-item h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 600;
    }
    .sec4-acco .accordion-body {
        max-width: 85%;
    }
    .banner .main-content ul {
        flex-wrap: wrap;
    }
    .sec5-rty-content {
        padding: 40px 0px 25px 40px;
    }
    .sec3-collaps-inn h4 {
        font-size: 22px;
        line-height: 28px;
    }
    .partners-slider .sml-logo-wrap {
        width: 48.50% !important;
        padding: 25px 15px 30px 15px;
    }
    .sec3-collaps-inn {
        width: 88%;
    }
    .sec5-lft-content h2 {
        max-width: 90%;
    }
    .sec-5 .row {
        align-items: flex-start;
    }
    .sec5-lft-content ul li {
        width: 30%;
    }
    .partners-slider .slick-slide img{
        max-width: 100%;
    }
    .partners-slider .slick-slide {
        margin: 0 15px;
        padding: 25px 15px 20px;
    }
    .partners-slider .slick-slide p {
        font-size: 14px;
        line-height: 20px;
    }
    h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .points ul li {
        gap: 15px;
        padding-right: 0px;
    }
    .offers-content ul li p:last-child{
        margin-bottom: 0px;
    }
    .font22 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
    }
    .banner .main-content ul li:last-child{
        padding: 0px 0px 0px 0px;
    }
    .sec2-tabs .nav-tabs {
        width: 260px;
    }
    .item3 .sec5-img img{
        object-fit: cover;
        object-position: left;
    }
    .item6 .sec5-img  img{
        object-fit: cover;
        object-position: center;
    }
}
@media (max-width: 1080px) {
    h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .sec2-tabs .nav-tabs {
        width: 260px;
    }
    .sec_5 .cta-blockk h3 b{
        font-size:32px;
        line-height:40px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px)
{
	.swiper1 .swiper-button-next {
    right: -60px !important;
	    background-size: 50%;
}
.swiper1 .swiper-button-prev {
    left: -38px !important;
	    background-size: 50%;
}
}
@media (max-width: 991px) {
    .banner {
        background: none;
        background-color: #051c2a;
        padding: 35px 0px 40px;
    }
	.venue-details ul {
    gap: 10px;
    justify-content: center;
    flex-direction: column;
	align-items:center;
}
    .banner .theme-cta:first-child {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .banner .main-content ul li span {
        width: 25px;
        text-align: center;
    }
    .partners-slider .slick-arrow {
        right: 20px;
    }
    .partners-slider .prev-arrow {
        left: 18px;
    }
    .sec5-lft-content ul {
        justify-content: space-between;
        max-width: 85%;
        margin: 0 auto;
    }
    .sec5-lft-content ul {
        gap: 25px 15px;
    }
    .sec_1 .row .col-md-6, .sec_1 .row .col-md-6{
        width: 100%;
    }
    .sec3-collaps-inn {
        width: 85%;
    }
    .sec2-left {
        width: 75%;
        margin: 30px auto 0;
    }
    .sec2-ryt {
        padding: 0;
    }
    .sec-2 {
        padding: 35px 0px 50px;
    }
    .sec-2 .row {
        flex-direction: column-reverse;
    }
    .sec-2::after {
        display: none;
    }
    .sec-2 .row .col-md-5, .sec-2 .row .col-md-7{
        width: 100%;
    }
    .banner-logo {
        padding-bottom: 50px;
    } 
    .banner-img img {
        width: 100%;
    }
    .paralax-blocks .col {
        width:16vw;
        flex: 1 0 auto;
        min-width: initial;
        max-width: initial;
    }
    
    .venue-details ul li {
        font-size: 18px;
        line-height: 24px;
    }
    h1 {
        font-size: 36px;
        line-height: 43px;
    }
    .banner .main-content ul li {
        justify-content: center;
    }
    .sec-2 .col-md-6{
        width: 100%;
        text-align: center;
    }
    .banner .main-content {
        margin-top: 0;
    }
    /* .banner .row:last-child .col-md-7, .banner .row:last-child .col-md-5{
        width: 100%;
        text-align: center;
    } */
    .offers:before{
        display:none;
    }
    .offers {
        padding-top: 40px;
    }
    .offers-content{
        background: linear-gradient(213.97deg, #041A28 20.13%, #072E45 88.39%, #0E5E8E 147.26%);
        padding: 35px;
    }
    .sec2-tabs {
        flex-direction: column;
    }
    .sec2-tabs .nav-tabs {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0%);
    }
    .sec2-tabs .tab-content {
        width: 100%;
        padding:30px 22px;
        margin-top: 20px;
    }
    .section-5 .grid-container {
        grid-template-areas:
            'a b'
            'c e'
            'd g'
            'g h';
    }
    .case-study .carousel {
        max-width: 296px;
        margin: 0 auto;
    }
    .carousel-item .col{
        flex: 1 0 100%;
    }
    .sec4-acco .accordion-item h3 {
        text-wrap: nowrap;
    }
    .sec-5 .row .col-md-6, .sec-5 .row .col-md-6{
        width: 100%;
        text-align: center;
    }
    .sec-5 .row .col-md-6:last-child{
       position: relative;
    }
    .sec-5::after {
        display: none;
    }
    .sec-5 .row .col-md-6:last-child::after {
        content: "";
        position: absolute;
        background: url(https://pages.grazitti.com/rs/690-NGB-767/images/ms-cc-lp-meetup-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        right: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .sec-5 {
        padding-bottom: 45px;
    }
    .partners-slider .slick-slide {
        margin: 0 0px;
        padding: 0px 0px 10px;
    }
    .partners-slider .sml-logo-wrap {
        min-height: 254px;
        width: 49% !important;
    }
    .embrace-inn {
        flex-direction: column;
    }
    .embrace-inn .embrace-inn-lft {
        width: 100%;
    }
    .embrace-inn .embtace-inn-ryt {
        width: 100%;
    }
    .capabilities-sc {
        gap: 10px;
    }
    .capabilities-sc .card-body {
        padding: 20px 15px;
    }
    .partners-slider .slick-dots {
        padding-top: 0px;
    }
    .partners-slider-inn {
        gap: 12px;
    }
    .sec_6 {
        padding: 45px 0 45px;
    }
    .sec_6 .col-md-6{
        width: 100%;
        text-align: center;
    }
    .sec5-lft-content {
        padding: 35px 0px 40px 0px;
    }
    .sec5-rty-content {
        padding: 45px 0px 40px 0px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .sec5-rty-content h2 {
        margin: 0px 0px 20px;
        text-align: left;
    }
    .sec5-cta-inn {
        text-align: left;
    }
    .sec5-inn-lft {
        width: 25%;
    }
    .sec5-inn-ryt {
        width: 75%;
    }
    .partners-slider .slick-slide img {
        max-width: 55%;
    }
    .sec-7 {
        padding: 40px 0px 15px;
    }
    .mktoForm .mktoCheckboxList + .mktoError {
        top: 14px !important;
    }
}
@media (max-width: 820px) {
    .cta-blockk {
        gap: 2vw;
        padding:26px 15px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .cta-blockk-text {
        text-align: center;
    }
}
@media(min-width:767px){
    .offers-popup .modal-dialog{
        top: 50%;
        transform: translate(0, -50%) !important;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    section.gift-sc {
        top: 60%;
    }
	.sec-2 {
    background-size: cover !important;
    background-position: right !important;
}
section.sec-4 {
    padding: 40px 0 40px !important;
}
	.offers-content h2, .offers-slide h2, .sec-2 h2, .sec_3 h2, .sec-5 h2, .sec-7 h2, .sec_10 h2 {
    font-size: 26px;
    line-height: 32px;
}
	.sec4wrapper {
    flex-direction: column;
    gap: 12px;
}
	#mktoForm_7038 .mktoFormCol {
    margin-bottom: 16px !important;
	}
	.lets-connect {
    padding: 40px 15px 50px !important;
}
	.swiper1 {
    overflow: hidden !important;
}
.capabilities-sc .card-body {
    min-height: max-content !important;
}
	.swiper2 {
		text-align: center;
	}
	br.hidebr{display:none;}
	.sec4wrapper {
		flex-direction: column;
		gap: 20px;
	}
    .gift-sec img {
        width: 50px;
        height: 50px;
    }
    .offers-popup .modal-dialog {
        width: 90% !important;
        padding: 10px 0px !important;
    }
    button.btn-close {
        right: -3px;
        top: -3px;
        font-size: 12px;
        width: 12px;
        height: 12px;
    }
    .banner {
        background-position: left;
        padding: 25px 0px 35px;
    }
    .banner-logo {
        text-align: center;
    }
    .banner .main-content {
        text-align: center;
    }
    .banner .main-content ul {
        justify-content: center;
    }
    .banner .cta-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .sec5-lft-content ul {
        gap: 20px 15px;
    }
    .custom-slick-btns .casestudy-prev-arrow, .custom-slick-btns .brochure-prev-arrow, .custom-slick-btns .datasheet-prev-arrow {
        top: 45% !important;
    }
    .partners-slider .sml-logo-wrap {
        min-height: auto;
        width: 4100% !important;
    }
    .capabilities-sc .box-inn {
        width: 100% !important;
    }
    .capabilities-sc {
    gap: 20px;
    flex-wrap: wrap;
    display: block !important;
}
    .sec_6 h2{
        margin-bottom: 20px;
    }
    .sec4-acco .accordion-item {
        flex-direction: column;
        padding: 20px 0px 22px;
        align-items: flex-start;
    }
    .sec6-hd-img {
        display: none;
    }
    .sec5-rty-content h2 {
        padding-right: 0px;
    }
    .sec4-acco .accordion-body {
        max-width: 100%;
        margin-top: 15px;
    }
    .sec4-acco h3::after {
        background-size: 20px;
		top:62px;
    }
    .venue-details ul li {
        justify-content: center;
    }
    .copy-test br {
        display: none;
    }
    .banner .main-content h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .banner .main-content ul {
        margin-bottom: 0px;
    }
    .theme-cta {
        font-size: 16px;
    }
    .offers-slide ul li .offer-slide .offer-name span:first-of-type {
        font-size: 16px;
    }
    .sec_3 h2{
        text-align: center;
    }
    .sec_3 .title-wrapper {
        padding-bottom: 5px;
    }
    .sec4-acco .accordion-item h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .sec3-collaps-inn h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .sec4-acco .accordion-item h3 {
        width: 50px;
    }
    .sec4 {
        padding: 40px 0 45px;
    }
    h6 {
        font-size: 18px;
        line-height: 24px;
    }
    h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .sec12-lft h6 {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
    .sec12-ryt {
        text-align: center;
        margin-top: 20px;
    }
    .sec3-collaps-inn {
        width: 100%;
        margin-top: 15px;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
    }
    form.mktoForm .mktoFormRow .mktoFormCol {
        flex:0 0 100% !important;
        max-width:100% !important;
     }
     .mktoForm .mktoFormRow .mktoFormCol + .mktoFormCol {
        margin-left:0 !important;
     }
    .copy-test {
        margin-bottom: 10px;
        line-height: 1.25;
        text-align: center;
    }
    .social ul {
        justify-content: center;
    }    
    .paralax-blocks .col {
        width: 33.33%;
    }
    .paralax-blocks{
        flex-wrap: wrap;
    }
    .check-list ul li {
        flex: 0 0 100%;
    }
    form.mktoForm .mktoFormRow .mktoFormCol {
        flex:0 0 100% !important;
        max-width:100% !important;
    }
    .mktoForm .mktoFormRow .mktoFormCol + .mktoFormCol {
        margin-left:0 !important;
    }
    .paralax-blocks .col {
        font-size: 16px;
        line-height: 22px;
    }
    .section-5 .grid-container {
        grid-template-areas:
        'a b'
        'c f'
        'e d'
        'g h';
        gap: 10px 10px;
        max-width: 700px;
    }
    .banner-img {
        text-align: center;
        padding-top: 25px;
    }
    .banner-img img {
        width: 60%;
        margin-top: 0;
    }
    .calendly-overlay .calendly-popup .calendly-popup-content {
        padding: 0 15px;
    }
    .sec2-ryt p {
        text-align: center;
    }
    .sec2-ryt-inn h5 {
        text-align: center;
    }
    .sec2-ryt-inn {
        padding: 15px 20px 12px 20px;
    }
    .sec5-lft-content h2 {
        max-width: 100%;
    }
}
@media screen and (max-width:575px){
		.swiper2 .swiper-wrapper {
    gap: 0px;
}
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-xs-12,.col-lg-12{
        padding: 0 20px;
    }
    .sec_10 h2 br{
        display: none;
    }
    section.gift-sc {
        top: 75%;
    }
    .sec_6 h2 br{
       display: none;
    }
    .modal-header h4 {
        font-size: 22px !important;
    }
    section.gift-sc {
        right: -33px;
    }
    .modal.show .modal-dialog {
        transform: none;
        max-width: 95%;
        margin: 15px auto 0;
    }
    .sec5-lft-content ul {
        max-width: 100%;
        justify-content: center;
    }
    .sec5-rty-content {
        flex-direction: column;
        gap: 20px;
        padding: 30px 0px 25px 0px
    }
    .offers {
        padding-top: 35px;
    }
    .font22 {
        font-size: 18px;
        line-height: 24px;
    }
    .para, p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec5-inn-lft {
        width: 100%;
        text-align: left;
    }
    .sec5-inn-ryt {
        width: 100%;
    }
    .banner-logo img {
        max-width: 80%;
    }
    .offers-slide ul li .offer-slide,
    .offers-slide ul li .offer-slide .offer-name{
        gap: 10px;
    }
    .banner .main-content ul li {
        padding: 0px 15px 15px 0px;
    }
    .offers-content {
        padding: 30px 20px;
    }
    .sec5-rty-content h2 {
        padding-right: 20px;
    }
    h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .partners-slider {
        padding: 0 5px;
    }
    .offers-slide {
        text-align: center;
		padding-left:0;
    }
    .sec_5 .cta-blockk h3 b{
        font-size:28px;
        line-height:36px;
    }
    .points ul li {
        flex-direction: column;
		margin-top:25px;
    }
    .case-study .nav .nav-item {
        flex: 0 0 100% !important;
        margin: 8px 4px;
    }
    .case-study .nav-pills .nav-link {
        width: 100% !important;
        max-width: 90%;
    } 
    .sec_10 {
        padding: 36px 0px 40px;
    }
    .main-content img {
        max-width: 70%;
    }
    .cta-connect {
        padding: 10px;
        min-width: 190px;
    }
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .paralax-blocks .col {
        width: 44vw;
    }
    .paralax-blocks .col {
        width: 44vw;
    }
    .copy-test {
        font-size: 14px;
        line-height: 1.35;
    }
    .venue-details ul {
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
    .venue-details ul li {
        font-size: 14px;
    }
    .venue-details ul li img {
        height: 20px;
    }
    .sec_6 {
        padding: 35px 0 40px;
    }
    .custom-slick-btns button.slick-arrow {
        width: 25px;
        height: 25px;
    }
    .custom-slick-btns button.slick-arrow img {
        max-width: unset;
        width: 25px;
        height: 25px;
    }
    .custom-slick-btns .casestudy-next-arrow, .custom-slick-btns .brochure-next-arrow, .custom-slick-btns .datasheet-next-arrow{
        right: 6px;
    }
    .case-study .casestudy-slider, .case-study .datasheet-slider, .case-study .brochure-slider {
        margin: 0px 20px;
    }
    .custom-slick-btns .casestudy-prev-arrow, .custom-slick-btns .brochure-prev-arrow, .custom-slick-btns .datasheet-prev-arrow {
        left: 0px;
        top: 47% !important;

    }
}  
@media (min-width: 575px) {
    .case-study .slick-list {
        margin: 0 -27px;
    }
    .case-study .slick-slide {
        margin: 0 15px;
    }
}
@media screen and (max-width:480px){
    .mktoForm, .mktoForm * {
        padding: 0 !important;
    }
    .sec5-lft-content ul li .sec5-cta h6 {
        font-size: 16px;
    }
    .partners-slider .slick-arrow {
        right: 25px;
    }
    .custom-slick-btns .casestudy-prev-arrow, .custom-slick-btns .brochure-prev-arrow, .custom-slick-btns .datasheet-prev-arrow  {
        left: 0px;
    }
    .partners-slider .prev-arrow {
        left: 25px;
    }
    .offers-slide ul li h6 {
        font-size: 15px;
        line-height: 20px;
    }
    .banner-logo {
        padding-bottom: 30px;
    }
    .main-content img {
        max-width: 90%;
    }
    .banner .main-content h1 {
        font-size: 23px;
        line-height: 27px;
    }
    .banner .main-content ul li p {
        font-size: 14px;
        line-height: 20px;
    }
    .banner-img img {
        width: 75%;
    }
    h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .sec5-lft-content ul li {
        width: 47%;
    }
    .venue-details ul {
        flex-wrap: wrap;
        gap: 15px;
    }
}