@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0;
     font-family: "Inter", sans-serif;
    color: #000;
    background: #ffffff;
    overflow-x: hidden;
}

input,
textarea,
button {
      font-family: "Inter", sans-serif;
    outline: none;
}

button,
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

.btn-primary {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FBFBFB;
    width: 210px;
    height: 50px;
    background: #61CE70;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
    border: 2px solid #61ce70;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
    padding: 0;
}

input,
select {
    outline: none;
}

a {
    text-decoration: none;
    color: #1b2642;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.transition {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.list-none {
    margin: 0;
    padding: 0;
    list-style: none;
}

fieldset {
    border: none;
    padding: 0;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

img {
    padding: 0;
    margin: 0;
}

.container{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px;
}   


/* main css */

.header-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 20px;
}

.header-flex {
    padding: 22px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header#header {position: absolute;width: 100%;top: 0;right: 0;z-index: 9;}

.header-pages ul {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-pages li a {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background: rgba(185, 185, 185, 0.06);
    backdrop-filter: blur(7px);
    margin: 6px 30px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
}

.header-pages li:last-child a {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    margin: 0px;
    padding: 6px 30px;
}

section.home-banner {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.home-banner-content h5 {
    color: #2563EB;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 4px;
}

.home-banner-content h1 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 86px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
}

.home-banner-content h1 span {
    background: var(--safd, linear-gradient(90deg, #004DF5 0%, #6CABFD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-style: italic;
}

.home-banner-content p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    max-width: 620px;
    margin: auto;
    opacity: 0.5;
    padding-bottom: 20px;
}

a.btn-1 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    max-width: max-content;
    padding: 12px 80px;
    background: #2563EB;
    border: 1px solid transparent;
}

.home-banner-content a {
    margin: auto;
}
.banner-bottom {
    padding: 10px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
    max-width: max-content;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.6;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 70px;
}
.footer-schedule {padding: 80px 0px;background: #000;}

.schedule-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.schedule-sub1 h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 630px;
}

.schedule-sub1 h2 span {
    background: var(--safd, linear-gradient(90deg, #004DF5 0%, #6CABFD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-weight: 600;
}

.schedule-sub2 p {
    color: #A4A4A4;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    max-width: 460px;
    padding-bottom: 20px;
}

a.btn-1.white1 {
    background: #fff;
    color: #000;
}

.footer-main {
    background: #0B0F1A;
    padding: 50px 0px 35px 0px;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.footer-pages a {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    opacity: 0.4;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}

.footer-pages h4 {color: #FFF;font-family: Inter;font-size: 12px;font-style: normal;font-weight: 400;line-height: normal;text-transform: uppercase;padding-bottom: 20px;}

.footer-logo {
    width: 40%;
}

.footer-pages-flex {
    display: flex;
    gap: 100px;
}

.footer-bottom {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.3;
}

.schedule-sub2 {
    max-width: 450px;
}
.engines-flex {
    display: flex;
    justify-content: space-between;
}

.engines-sub1 {
    width: 48%;
}

.engines-sub2 {
    width: 42%;
}

section.home-engines {
    padding: 80px 0px;
}

.engines-sub1 h2 {
    color: #000;
    font-family: Inter;
    font-size: 65px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 90%;
    padding-bottom: 22px;
}

.engines-sub1 p {
    color: #626262;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    padding-bottom: 20px;
}

.engines-sub1 h2 span {
    background: var(--safd, linear-gradient(90deg, #004DF5 0%, #6CABFD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

.engines-tab1 {
    padding: 15px 30px;
    width: 100%;
    border: 1px solid #F3F4F6;
    background: #F9FAFB;
    margin-bottom: 16px;
    transition: 0.4s;
}

.engines-tab1 h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 15.4px */
    text-transform: uppercase;
    padding-bottom: 6px;
}

.engines-tab1 h4 {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 30.8px */
    text-transform: capitalize;
}

.engines-text2 p {
    color: #626262;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}

.engines-text2 p span {
    font-weight: 700;
}
section.home-play {
    padding: 80px 0px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.play-header h4 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 23px;
}

.play-header h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 590px;
}

.play-header h2 span {
    background: var(--safd, linear-gradient(90deg, #004DF5 0%, #6CABFD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

.play-tabs {
    display: flex;
    justify-content: space-between;
}

.play-header {
    padding-bottom: 50px;
}

.play-sub1 {
    width: 25%;
    padding: 30px 25px;
    border: 1px solid #222839;
    background: rgba(18, 24, 41, 0.30);
    backdrop-filter: blur(22px);
    transition: 0.4s;
	overflow: hidden;
}

.play-sub1 h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 30.8px */
    padding: 48px 0px 20px 0px;
}

.play-sub1 p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    opacity: 0.6;
    padding-bottom: 40px;
}

.play-sub1 a {
    color: #2563EB;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}
section.home-system {
    padding: 50px 0px;
}

.system-content {
    text-align: center;
    margin-bottom: 40px;
}

.system-content h5 {
    color: #2563EB;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.system-content h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 800px;
    margin: auto;
    padding-bottom: 10px;
}

.system-content p {
    color: #626262;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    max-width: 650px;
    margin: auto;
}

.system-tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.system-tab1 {
    padding: 30px 30px 30px 70px;
    width: 32%;
    border: 1px solid #E9E9E9;
    background: #FFF;
    position: relative;
}

.system-tab-contnet h4 {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
    margin-bottom: 10px;
}

.system-tab-contnet p {
    color: #626262;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

.system-num {
    color: #2563EB;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    border: 1px solid #E9E9E9;
    background: #FFF;
}

.system-btn {
    display: flex;
    justify-content: center;
}

.system-content h2 span {
    background: linear-gradient(90deg, #004DF5 0%, #6CABFD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-style: italic;
}
section.best-work {
    padding: 100px 0px 60px 0px;
    background: radial-gradient(57.57% 57.57% at 50% 50.1%, rgba(46, 109, 237, 50%) 0%, #2E6DED 100%);
}

.work-header {
    text-align: center;
}

.work-header h5 {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.work-header h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 600px;
    margin: auto;
    padding-bottom: 40px;
}

.work-flex {
    display: flex;
    justify-content: center;
    max-width: 920px;
    margin: auto;
    border: 1px solid #222839;
    background: #0B0F1A;
}

.work-sub1 {
    padding: 30px 25px;
    width: 50%;
}

.work-sub2 {
    padding: 30px 25px;
    width: 50%;
    border: 1px solid #222839;
}

.work-sub1 h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.work-sub1 ul li {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.work-sub1 li span {
    display: block;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    aspect-ratio: 1/1;
    background: #2563EB;
}

.work-sub2 h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.work-sub2 p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    opacity: 0.5;
}
section.site-banner {
    padding: 220px 0px 150px 0px;
    background: radial-gradient(57.23% 76.97% at 50% 50%, #14244E 0%, #0C1325 100%);
    margin-bottom: 80px;
}

.site-banner-content h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 4px;
}

.site-banner-content h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 66px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.site-banner-content h2 span {
    background: var(--safd, linear-gradient(90deg, #004DF5 0%, #6CABFD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

.site-banner-content p {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    max-width: 700px;
    opacity: 0.5;
} 
.md-b-80 {
    margin-bottom: 80px;
}
.engines-grid {
    display: flex;
    justify-content: space-between;
}

.blue-line {
    margin-bottom: 20px;
    width: 62px;
    height: 3px;
    background: linear-gradient(90deg, rgba(21, 56, 133, 0.00) 0%, #2563EB 100%);
}

.engines-left {
    width: 47%;
}

.engines-right {
    width: 47%;
}

blockquote {
    border-left: 3px solid #2563EB;
    background: #FAFAFA;
    display: flex;
    padding: 20px 10px 20px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    margin: 0px;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

.engines-left p {
    color: #626262;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin-bottom: 40px;
    max-width: 98%;
}

.engines-right h2 {
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 44.8px */
    text-transform: capitalize;
    margin-bottom: 12px;
}

.engines-right p {
    color: #626262;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin-bottom: 20px;
}

.engines-right a {
    color: #2563EB;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 30.8px */
    text-transform: uppercase;
}

section.about-owners {
    padding: 80px 0px;
    background: radial-gradient(117.38% 108.51% at 77.15% 27.39%, #14244E 0%, #0C1325 100%);
}

.owners-header h5 {
    color: #2563EB;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.owners-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.owner-card {
    max-width: 380px;
    padding: 30px 22px;
    border: 1px solid #222839;
    background: rgba(18, 24, 41, 0.30);
    backdrop-filter: blur(22px);
}

.owner-img img {
    display: block;
    margin-bottom: 20px;
}

.owner-card h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 30.8px */
    margin-bottom: 10px;
}

.owner-card h6 {
    color: #2563EB;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.owner-card p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    opacity: 0.6;
}

.mission-content {
    text-align: center;
}

.mission-content h5 {
    color: #2563EB;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mission-content h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 670px;
    margin: auto;
    margin-bottom: 30px;
}

.mission-content h2 span {
    color: #2563EB;
    font-style: italic;
}

.mission-content p {
    color: #626262;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    max-width: 750px;
    margin: auto;
    padding-bottom: 40px;
}

.mission-content a {
    color: #2563EB;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 30.8px */
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

section.about-approach {
    padding: 100px 0px;
    background: radial-gradient(57.57% 57.57% at 50% 50.1%, rgba(46, 109, 237, 50%) 0%, #2E6DED 100%);
}

.approach-flex {
    display: flex;
    justify-content: space-between;
}

.approach-content {
    width: 48%;
}

.approach-list-box {
    padding: 30px 20px;
    width: 42%;
    background: rgba(18, 24, 41, 0.30);
    backdrop-filter: blur(22px);
    height: 100%;
}

.approach-content h5 {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.approach-content h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 44.8px */
    text-transform: capitalize;
    max-width: 90%;
    margin-bottom: 20px;
	text-transform: none;
}

.approach-content p {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}

.approach-list-box li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
}

.approach-list-box p {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}

.execution-header h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.execution-header h2 {
    color: #000;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 36px;
}

.execution-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.execution-box {
    padding: 20px;
    width: 32%;
    border: 1px solid #E9E9E9;
    background: #FFF;
    transition: 0.4s;
}

.execution-footer p {
    color: #626262;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin-top: 60px;
}

.execution-footer p a {
    color: #2563EB;
    font-weight: 700;
    text-transform: uppercase;
}

.execution-box h4 {
    margin-top: 14px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
}

section.about-discipline {padding: 60px 0px;background: radial-gradient(57.57% 57.57% at 50% 50.1%, rgba(11, 15, 26, 80%) 0%, #0B0F1A 100%);}

.discipline-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
}

.discipline-img {
    width: 38%;
}

.discipline-content {
    width: 680px;
}

.discipline-stats-grid {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.discipline-content h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

.discipline-content p {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    opacity: 0.5;
    max-width: 460px;
}

.stat-item {
    padding: 20px;
    width: 50%;
    border: 1px solid #272A34;
    background: rgba(18, 24, 41, 0.30);
    backdrop-filter: blur(22px);
}

.stat-item h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.stat-item p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    opacity: 1;
} 

.discipline-quote p {
    color: #D1D5DB;
    font-family: Inter;
    font-size: 34px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 47.6px */
}
.banner-bottom1 {
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #28304B;
    background: rgba(18, 24, 41, 0.30);
    backdrop-filter: blur(22px);
    max-width: max-content;
}

.banner-bottom1 h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.banner-bottom1 p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
.pay-hero-header h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.pay-hero-header h2 {
    color: #000;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 35px;
}

.pay-hero-flex {
    display: flex;
    justify-content: space-between;
}

.pay-property-card {width: 48.5%;padding: 30px;border: 1px solid #F3F4F6;background: #F9FAFB;}

.property-icon {
    margin-bottom: 25px;
}

.pay-property-card h3 {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 30.8px */
    text-transform: capitalize;
    padding-bottom: 6px;
}

.pay-property-card h6 {
    color: #2563EB;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 15.4px */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pay-property-card ul li {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pay-property-card p {
    color: #626262;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    max-width: 420px;
    margin-top: 20px;
}

section.pay-generation {
    padding: 100px 0px;
    background: radial-gradient(57.57% 57.57% at 50% 50.1%, rgba(11, 15, 26, 80%) 0%, #0B0F1A 100%);
}

.gen-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gen-content {
    width: 50%;
}

.gen-quote-box {
    padding: 60px 45px;
    width: 42%;
    background: radial-gradient(90.73% 66.21% at 50% 51.9%, rgba(46, 109, 237, 0.00) 0%, #2E6DED 100%);
}

.gen-content h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 490px;
    margin-bottom: 30px;
}

.gen-content p {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    opacity: 0.5;
    padding-bottom: 40px;
}

.gen-tags {
    display: flex;
    gap: 6px;
}

.gen-tags span {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 16.8px */
    text-transform: uppercase;
    padding: 6px 8px;
    border: 1px solid #222839;
    background: rgba(18, 24, 41, 0.30);
    backdrop-filter: blur(22px);
}

.gen-quote-box p {
    color: #FFF;
    font-family: Inter;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 39.2px */
}

.ringba-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ringba-content {
    width: 42%;
}

.ringba-stats-grid {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ringba-content h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.ringba-content h2 {
    color: #000;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 30px;
}

.ringba-content p {
    color: #626262;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    padding-bottom: 30px;
}

.ringba-content a {
    color: #2563EB;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 30.8px */
    text-transform: uppercase;
}

.r-stat {
    padding: 20px;
    width: 49%;
    border: 1px solid #F3F4F6;
    background: #F9FAFB;
    margin-bottom: 12px;
}

.r-stat h6 {
    color: #2563EB;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.r-stat p {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

section.pay-scalable {
    padding: 80px 0px;
    background: radial-gradient(57.57% 57.57% at 50% 50.1%, rgba(11, 15, 26, 80%) 0%, #0B0F1A 100%);
}

.scalable-content {
    text-align: center;
}

.scalable-content h5 {
    color: #2563EB;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.scalable-content h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 73px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 40px;
}

.scalable-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 50%;
    margin: auto;
    padding-bottom: 40px;
}

.scalable-tags span {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 16.8px */
    text-transform: uppercase;
    display: flex;
    padding: 16px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #222839;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(22px);
}

.scalable-content p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    opacity: 0.5;
    max-width: 630px;
    margin: auto;
}
.banner-bottom2-list ul {
    display: flex;
    gap: 6px;
}

.banner-bottom2-list li {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 16.8px */
    text-transform: uppercase;
    padding: 6px 10px;
    border: 1px solid #28304B;
    background: rgba(18, 24, 41, 0.30);
    backdrop-filter: blur(22px);
}

.banner-bottom2-list {
    margin-top: 30px;
}

.banner-bottom2-list p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    margin-top: 30px;
}

.banner-bottom2-list p span {
    background: var(--safd, linear-gradient(90deg, #004DF5 0%, #6CABFD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.landscape-content h5 {
    color: #2563EB;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.landscape-content h2 {
    color: #000;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 622px;
    margin-bottom: 30px;
}

.landscape-content p {
    max-width: 520px;
    color: #626262;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}

.landscape-quote-box h4 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.landscape-quote-box {
    border-left: 3px solid #2563EB;
    background: #FAFAFA;
    display: flex;
    padding: 20px 10px 20px 25px;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    margin-top: 40px;
    flex-direction: column;
    align-items: start;
}

.landscape-flex {
    display: flex;
    justify-content: space-between;
}

.landscape-item {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    gap: 20px;
    border: 1px solid #F3F4F6;
    background: #F9FAFB;
}

.landscape-item p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
}

.landscape-item span {
    color: #2563EB;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 36.4px */
    text-transform: uppercase;
}

section.legal-process {
    padding: 50px 0px;
    background: radial-gradient(57.57% 57.57% at 50% 50.1%, rgba(11, 15, 26, 80%) 0%, #0B0F1A 100%);
}

.process-header {
    text-align: center;
}

.process-header h5 {
    color: #2563EB;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.process-header h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 60px;
}

.process-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.process-card {
    padding: 35px 25px;
    width: 32%;
    border: 1px solid #222839;
    background: rgba(18, 24, 41, 0.30);
    backdrop-filter: blur(22px);
    margin-bottom: 20px;
}

.process-card:nth-child(4) {
    width: 49%;
}

.process-card:nth-child(5) {
    width: 49%;
}

.process-card h6 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.process-card h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 36.4px */
    text-transform: uppercase;
    padding-bottom: 40px;
    max-width: 72%;
}

.card-detail p {
    color: #B1B1B1;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.card-detail {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-detail p strong {
    color: #FFF;
    font-weight: 700;
}

.process-buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
}
a.btn-1.btn-white {
    color: #000;
    background: #FFF;
    padding: 12px 40px;
}

.pricing-flex {display: flex;justify-content: space-between;}

.pricing-content {
    width: 44%;
}

.pricing-card {
    padding: 15px 28px;
    width: 51%;
    border: 1px solid #F3F4F6;
    background: #F9FAFB;
}

.pricing-content h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.pricing-content h2 {
    color: #000;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 100%;
    padding-bottom: 30px;
}

.pricing-content p {
    color: #626262;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}

ul.pricing-list {display: flex;flex-wrap: wrap;justify-content: space-between;}

ul.pricing-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
    margin-bottom: 12px;
}

ul.pricing-list li span {
    color: #2563EB;
}

p.pricing-note {
    color: #626262;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    padding-bottom: 20px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

span.badge {
    display: block;
    padding: 24px;
    background: linear-gradient(81deg, #2664EB 0%, #5BA0F8 65.64%);
    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card-header h4 {
    color: #000;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 36.4px */
    text-transform: uppercase;
}

.card-body p {
    color: #626262;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    padding-bottom: 20px;
}

.features-grid ul {
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.features-grid li {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    width: 48%;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-body strong {
    color: #626262;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

section.the-team {
    padding: 48px 0px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: rgb(31 12 9);
}

.team-header {
    text-align: center;
}

.team-header h5 {
    color: #2563EB;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.team-header h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 300px;
}

.team-flex {
    padding: 30px 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #222839;
    background: rgba(18, 24, 41, 0.30);
    backdrop-filter: blur(22px);
}

.team-box {
    width: 48%;
}

.team-box p {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin-bottom: 20px;
}

.strategy-bar {
    padding: 22px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: radial-gradient(90.73% 66.21% at 50% 51.9%, rgba(46, 109, 237, 80%) 0%, #2E6DED 100%);
}

.strategy-bar p {
    width: 70%;
}

.strategy-bar p {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

.team-box strong {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}

.testimonial-header {
    text-align: center;
}

.testimonial-header h5 {
    color: #2563EB;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.testimonial-grid {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.testimonial-item {
    width: 32%;
}

.testimonial-item p {
    color: #626262;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    padding-bottom: 22px;
}

.testimonial-item h6 {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    text-transform: uppercase;
}
section.site-banner.app-sec .banner-bottom1 {
    max-width: 570px;
}
.hero-flex {display: flex;justify-content: space-between;align-items: center;margin-bottom: 50px;}

.hero-content {
    width: 42%;
}

.hero-quote-blue {
    width: 42%;
}

.hero-quote-blue {
    padding: 60px 45px;
    color: #FFF;
    font-family: Inter;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 39.2px */
    background: radial-gradient(90.73% 66.21% at 50% 51.9%, rgba(46, 109, 237, 80%) 0%, #2E6DED 100%);
}

.hero-content h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.hero-content h2 {
    color: #000;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
    max-width: 90%;
}

.hero-content p {
    color: #626262;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}

.kpi-grid {
    display: flex;
    justify-content: space-between;
}

.kpi-item {
    padding: 25px;
    width: 19%;
    border: 1px solid #F3F4F6;
    background: #F9FAFB;
    text-align: center;
}

.kpi-item span {
    color: #A3A3A3;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding-bottom: 14px;
    display: block;
}

.kpi-item h4 {
    color: #2563EB;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 14px;
}

.kpi-item p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.inventory-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inventory-left {
    width: 48%;
}

.inventory-right {
    width: 48%;
}

.inventory-left h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 40px;
}

section.mobile-inventory {
    padding: 80px 0px;
    background: radial-gradient(57.57% 57.57% at 50% 50.1%, rgba(11, 15, 26, 80%) 0%, #0B0F1A 100%);
}

.channel-box h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 36.4px */
    text-transform: uppercase;
}

.channel-box p {
    color: #B1B1B1;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin-bottom: 30px;
}

.developer-box {
    padding: 30px;
    border: 1px solid #2563EB;
    background: rgba(37, 99, 235, 0.10);
    backdrop-filter: blur(22px);
}

.developer-box h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 36.4px */
    text-transform: uppercase;
    padding-bottom: 10px;
}

.developer-box p {
    color: #B1B1B1;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}

.inventory-right h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.inventory-right p {
    color: #B1B1B1;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    padding-bottom: 30px;
}

.capabilities-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 0px;
}

.capabilities-tags span {
    width: 49%;
    padding: 15px;
    border: 1px solid #222839;
    background: rgba(18, 24, 41, 0.30);
    backdrop-filter: blur(22px);
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 16.8px */
    text-transform: uppercase;
}

p.small-note {
    color: #B1B1B1;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    display: block;
    margin-top: 30px;
}

.opt-grid {
    display: flex;
    justify-content: space-between;
}

.opt-left h2 {
    color: #000;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

.opt-left p {
    color: #626262;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    padding-bottom: 30px;
}

.opt-left {
    width: 42%;
}

.opt-right {
    padding: 30px;
    width: 51%;
    border: 1px solid #F3F4F6;
    background: #F9FAFB;
}

ul.opt-list li strong {
    display: block;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}

ul.opt-list li {
    color: #626262;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    margin-bottom: 20px;
}

.attribution-card h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.attribution-card p {
    color: #626262;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    padding-bottom: 30px;
}

.mmp-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 50px;
    margin-bottom: 20px;
}

ul.check-list li {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

section.mobile-why-discipline {
    padding: 80px 0px;
    background: radial-gradient(57.57% 57.57% at 50% 50.1%, rgba(11, 15, 26, 80%) 0%, #0B0F1A 100%);
}

.why-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-content {
    width: 50%;
}

.why-content h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.why-content p {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    opacity: 0.5;
    padding-bottom: 20px;
}

ul.why-checks li {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

ul.why-checks li span {
    color: #2563EB;
}

ul.check-list li span {
    color: #2563EB;
}

.why-message-box {
    width: 41%;
    padding: 40px;
    border: 11px solid var(--safd, #004DF5);
    text-align: center;
}

.why-message-box p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 33px */
    text-transform: uppercase;
    padding-bottom: 30px;
}

.why-message-box h3 {
    text-align: center;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 55px */
    text-transform: uppercase;
    background: var(--safd, linear-gradient(90deg, #004DF5 0%, #6CABFD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.site-banner.ppc-banner p {
    max-width: 972px;
}
.landscape-logos {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.landscape-quote-box p {
    max-width: 100%;
    font-style: italic;
     /* 28px */
}

.landscape-content {
    width: 51%;
}

.landscape-list {
    padding-top: 35px;
}
ul.pricing-list li:nth-child(2) , ul.pricing-list li:nth-child(4) {
    width: 55%;
}

.pricing-content h4 {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    padding: 20px 0px 12px 0px;
}

.pricing-quote {
    padding: 15px 20px;
    border: 1px solid #F3F4F6;
    background: #F9FAFB;
}

.pricing-quote h6 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}

.pricing-quote p {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
.card-body h5 {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    padding-bottom: 15px;
}
.banner-bottom2 p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    max-width: 570px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px solid;
    border-image: linear-gradient(
    90deg,
    rgba(21, 56, 133, 0.00) 0%,
    #2563EB 42.79%,
    rgba(37, 99, 235, 0.00) 100%
  ) 1;
}

.disx-hero-flex {
    display: flex;
    justify-content: space-between;
}

.disx-content {
    width: 48%;
}

.disx-benefits-list {
    width: 41%;
}

.disx-content h2 {
    color: #000;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 90%;
    padding-bottom: 23px;
}

.disx-content h2 span {
    background: var(--safd, linear-gradient(90deg, #004DF5 0%, #6CABFD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.disx-content p {
    color: #626262;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    padding-bottom: 23px;
}

.benefit-item {
    padding: 15px 30px;
    border: 1px solid #F3F4F6;
    background: #F9FAFB;
    margin-bottom: 16px;
}

.benefit-item span {
    display: block;
    color: #2563EB;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 15.4px */
    text-transform: uppercase;
    padding-bottom: 6px;
}

.benefit-item p {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 30.8px */
    text-transform: capitalize;
}

section.disx-infrastructure {
    padding: 80px 0px;
    background: radial-gradient(57.57% 57.57% at 50% 50.1%, rgba(11, 15, 26, 80%) 0%, #0B0F1A 100%);
}

.infra-header h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 14px;
}

.infra-header h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 14px;
}

.infra-header p {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    opacity: 0.5;
    padding-bottom: 50px;
}

.infra-grid {
    display: flex;
    justify-content: space-between;
}

.infra-card {
    width: 24%;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border: 1px solid #222839;
    background: rgba(18, 24, 41, 0.30);
    backdrop-filter: blur(22px);
}

.infra-card h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 30.8px */
}

.infra-card p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    opacity: 0.6;
}

.protection-header {
    text-align: center;
}

.protection-header h5 {
    color: #2563EB;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.protection-header h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}

.protection-header p {
    color: #626262;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    max-width: 840px;
    margin: auto;
    padding-bottom: 20px;
}

.protection-logos {
    display: flex;
    justify-content: space-between;
    max-width: 990px;
    margin: auto;
}

section.disx-demand {
    padding: 80px 0px;
    background: radial-gradient(57.57% 57.57% at 50% 50.1%, rgba(11, 15, 26, 80%) 0%, #0B0F1A 100%);
}

.demand-flex {
    display: flex;
    justify-content: space-between;
}

.demand-content {
    width: 51%;
}

.demand-quote-blue {
    padding: 40px;
    width: 41%;
    background: radial-gradient(90.73% 66.21% at 50% 51.9%, rgba(46, 109, 237, 80%) 0%, #2E6DED 100%);
}

.demand-content h5 {
    color: #2563EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 23px;
}

.demand-content h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 30px;
}

.demand-content p {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    opacity: 0.5;
    padding-bottom: 30px;
}

ul.demand-list li {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.demand-quote-blue h5 {
    color: #FFF;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 36.4px */
    text-transform: uppercase;
    padding-bottom: 30px;
}

.demand-quote-blue p {
    color: #FFF;
    font-family: Inter;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 39.2px */
}
span.list-dot {
    display: block;
    width: 5px;
    height: 5px;
    background: #2563EB;
}
h4.allow-headline {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    padding-bottom: 20px;
}
h4.leverage-1 {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    padding-bottom: 10px;
}
ul.opt-list li {
    display: flex;
    align-items: start;
    gap: 8px;
}

ul.opt-list span {
    margin-top: 7px;
}

.features-grid {
    display: flex;
}
.gen-content h2 span {
    background: var(--safd, linear-gradient(90deg, #004DF5 0%, #6CABFD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}
.owner-card a {
    color: #FFF;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
    border-bottom: 1px solid transparent;
    max-width: max-content;
}

.discipline-content h2 span {
    background: var(--safd, linear-gradient(90deg, #004DF5 0%, #6CABFD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}
.features-grid-m2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.features-grid-m2 li {
    width: 45%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

.features-grid-m2 {
    max-width: 520px;
    padding-top: 40px;
}
.approach-list-box li img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(48%) hue-rotate(229deg) brightness(119%) contrast(100%);
}
a.btn-1:hover {
    color: #2563EB;
    background: transparent;
    border-color: #2563EB;
}

.header-pages li:last-child a:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.engines-tab1:hover {
    border-color: #2563EB;
}

.play-sub1:hover {
    border-color: #2563EB;
}

.system-tab1:hover {
    border-color: #2563EB;
}

.system-tab1:hover .system-num {
    border-color: #2563EB;
}

.header-pages li a:hover {
    border-color: #fff;
}

.footer-pages a:hover {
    border-color: #fff;
    opacity: 1;
}
.owner-card a:hover {
    border-color: #fff;
}

.mission-content a:hover {
    border-color: #2563EB;
}

.execution-box:hover {
    border-color: #2563EB;
}
.r-stat:hover {
    border-color: #2563EB;
}
a.btn-1.btn-white:hover {
    border-color: #fff !important;
    color: #fff;
}
body.error404 header#header {
    background: #000;
}









@media (max-width: 1401px) {
.home-banner-content h1{
    font-size: 72px;

 }
 section.site-banner {
    padding: 140px 0px 100px 0px;
 }

 


}



@media (max-width: 1201px) {
.header-pages ul {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #000;
        flex-direction: column;
        align-items: center;
        padding: 100px;
        transform: translateX(-100%);
        transition: 0.6s;
    }

    .header-pages ul a {
        font-size: 20px !important;
    }

    .hamburger {
        display: flex;
        width: 28px;
        cursor: pointer;
        flex-direction: column;
        gap: 5px;
        position: relative;
        z-index: 99;
    }

    .hamburger span {
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 3px;
        transition: 0.3s;
        display: block;
    }

    /* Animation to cross icon */
    .hamburger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .header-pages ul.active-menu {
        transform: translateX(0px);
    }
    .engines-sub1 h2 {
    font-size: 55px;
    max-width: 100%;
    padding-bottom: 22px;
}
.system-content h2 {
    font-size: 62px;
    max-width: 700px;
}
.schedule-sub1 h2 {
    font-size: 45px;
}
.site-banner-content h2 {
    font-size: 56px;
}
.approach-content h2 {
    font-size: 30px;
    max-width: 100%;
    margin-bottom: 20px;
}
.execution-box {
    padding: 20px;
    width: 31%;
}
.discipline-img img {
    width: 100%;
}
.discipline-content {
    width: 50%;
}
.discipline-img {
    width: 45%;
}
.discipline-content h2 {
    font-size: 38px;
}
.discipline-quote p {
    font-size: 32px;
}
.gen-tags {
    flex-wrap: wrap;
    gap: 10px;
}
.ringba-content h2 {
    font-size: 35px;
}
.ringba-content a {
    font-size: 18px;
}
.scalable-content h2 {
    font-size: 62px;
}
.landscape-content h2 {
    font-size: 35px;
    max-width: 100%;
}
.landscape-list {
    width: 45%;
}
.landscape-item p {
    font-size: 14px;
}
.process-card h4 {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 30px;
    max-width: 100%;
}
.pricing-content h2 {
    font-size: 35px;
}
ul.pricing-list li {
    width: 100%;
}

ul.pricing-list li:nth-child(2), ul.pricing-list li:nth-child(4) {
    width: 100%;
}
.card-header h4 {
    font-size: 22px;
}
.hero-content h2 {
    font-size: 35px;
    margin-bottom: 20px;
    max-width: 100%;
}
.kpi-item h4 {
    font-size: 32px;
}
.opt-left h2 {
    font-size: 35px;
    margin-bottom: 20px;
}
.why-message-box p {
    font-size: 26px;
}
.why-message-box h3 {
    font-size: 40px;
}
a.btn-1 {
    padding: 12px 40px;
}
.disx-content h2 {
    font-size: 35px;
    max-width: 100%;
}
.benefit-item p {
    font-size: 18px;
}
.infra-header h2 {
    font-size: 35px;
}
.protection-header h2 {
    font-size: 35px;
}
.demand-quote-blue p {
    font-size: 22px;
}




}




@media (max-width: 901px) {
    .home-banner-content h1 {
        font-size: 62px;
    }
    .engines-flex {
    flex-wrap: wrap;
    gap: 40px;
}

.engines-sub1 {
    width: 100%;
}

.engines-sub2 {
    width: 100%;
}
    .engines-sub1 h2 {
        font-size: 45px;
    }
    .engines-text2 p {
    font-size: 14px;
    }
    .play-tabs {
    flex-wrap: wrap;
    gap: 20px;
}

.play-sub1 {
    width: 48%;
}
.system-content h2 {
        font-size: 52px;
        max-width: 90%;
        margin: auto;
    }
    .system-tabs {
    flex-wrap: wrap;
    gap: 20px;
}

.system-tab1 {
    width: 100%;
}
.work-header h2 {
    font-size: 35px;
    padding-bottom: 20px;
}
.schedule-sub1 h2 {
        font-size: 35px;
    }
    .schedule-sub2 p {
    font-size: 16px;
    }
    .engines-grid {
    flex-wrap: wrap;
    gap: 30px;
}

.engines-left {
    width: 100%;
}

.engines-right {
    width: 100%;
}
.owner-card {
    max-width: 49%;
}
.owners-flex {
    justify-content: space-between;
    gap: 0px;
}
.mission-content h2 {
    font-size: 35px;
}
.approach-flex {
    flex-wrap: wrap;
    gap: 30px;
}
.approach-content {
    width: 100%;
}
.approach-list-box {
    padding: 30px 20px;
    width: max-content;
}
.execution-box h4 {
    font-size: 14px;
}
.discipline-content h2 {
        font-size: 32px;
    }
.stat-item {
    padding: 10px;
}
.discipline-quote p {
        font-size: 24px;
    }
.site-banner-content h2 {
        font-size: 46px;
    }
    .pay-hero-header h2 {
    font-size: 36px;
    }
    .gen-flex {
    flex-wrap: wrap;
    gap: 30px;
}

.gen-content {
    width: 100%;
}

.gen-quote-box {
    width: 100%;
    padding: 30px;
}
.gen-flex {
    flex-wrap: wrap;
    gap: 30px;
}

.gen-content {
    width: 100%;
}

.gen-quote-box {
    width: 100%;
    padding: 30px;
}

.ringba-flex {
    flex-wrap: wrap;
    gap: 30px;
}
.ringba-content {
    width: 100%;
}
.ringba-stats-grid {
    width: 100%;
}
.scalable-content h2 {
        font-size: 52px;
    }
    .scalable-tags {
    max-width: 80%;
    }
    .scalable-content h2 {
        font-size: 42px;
        padding-bottom: 20px;
    }
    section.site-banner.ppc-banner p {
    max-width: 100%;
    font-size: 18px;
}
.landscape-flex {
    flex-wrap: wrap;
    gap: 30px;
}

.landscape-content {
    width: 100%;
}

.landscape-list {
    width: 100%;
}
.landscape-content h2 {
        font-size: 35px;
        max-width: 90%;
    }
    .landscape-content p {
    max-width: 100%;
    }
    .process-grid {
    gap: 30px;
}
.process-card {
    padding: 25px 15px;
    width: 100% !important;
}
.pricing-flex {
    flex-wrap: wrap;
    gap: 30px;
}
.pricing-content {
    width: 100%;
}
.pricing-card {
    padding: 15px 18px;
    width: 100%;
}
.team-box p {
    font-size: 14px;
}
.strategy-bar {
    padding: 12px 20px;
}
.strategy-bar p {
    font-size: 16px;
}
.testimonial-item p {
    font-size: 14px;
}
.team-header h2 {
    font-size: 35px;
}
.hero-flex {
    flex-wrap: wrap;
    gap: 30px;
}
.hero-content {
    width: 100%;
}
.hero-quote-blue {
    width: 100%;
    padding: 30px;
}
.kpi-item {
    padding: 15px;
}
.kpi-item h4 {
        font-size: 26px;
    }
    .inventory-grid {
    flex-wrap: wrap;
    gap: 20px;
}
.inventory-left {
    width: 100%;
}
.inventory-right {
    width: 100%;
}
.opt-grid {
    flex-wrap: wrap;
    gap: 30px;
}
.opt-left {
    width: 100%;
}
.opt-right {
    width: 100%;
}
.why-flex {
    flex-wrap: wrap;
    gap: 30px;
}
.why-content {
    width: 100%;
}
.why-message-box {
    width: 70%;
}
.disx-content h2 {
        font-size: 28px;
        max-width: 100%;
    }
    .disx-content p {
    font-size: 16px;
    }
    .infra-grid {
    flex-wrap: wrap;
    gap: 20px;
}

.infra-card {
    width: 48%;
}
.protection-logos {
    max-width: 100%;
    flex-wrap: wrap;
    gap: 40px 200px;
}
.demand-flex {
    flex-wrap: wrap;
    gap: 20px;
}

.demand-content {
    width: 100%;
}

.demand-quote-blue {
    width: 100%;
}




}





@media (max-width: 601px) {
.container{
    padding: 0px 10px;
}
.header-container {
    padding: 0px 10px;
}
.home-banner-content h5 {
    font-size: 11px;
}
.home-banner-content h1 {
        font-size: 34px;
    }
    .home-banner-content p {
    font-size: 16px;
    }
    section.home-banner {
    height: 90vh;
    }
    section.home-engines {
    padding: 60px 0px;
}
.engines-sub1 h2 {
        font-size: 32px;
        padding-bottom: 15px;
    }
    .engines-sub1 p {
    font-size: 14px;
    }
    .engines-tab1 {
    padding: 10px 20px;
    }
    .engines-tab1 h4 {
    font-size: 18px;
    }
    section.home-play {
    padding: 60px 0px;
    }
    .play-header h2 {
    font-size: 32px;
    max-width: 100%;
}
    .play-sub1 {
        width: 100%;
         padding: 20px;
    }
    .system-content h5 {
    font-size: 12px;
    }
        .system-content h2 {
        font-size: 32px;
        max-width: 100%;
        }
        .system-content p {
    font-size: 16px;
        }
        section.best-work {
    padding: 60px 0px 50px 0px;
        }
        .work-header h2 {
        font-size: 28px;
        padding-bottom: 20px;
    }
    .work-flex {
    flex-wrap: wrap;
    gap: 20px;
}
.work-sub1 {
    padding: 20px;
    width: 100%;
}
.work-sub2 {
    padding: 20px;
    width: 100%;
}
.schedule-flex {
    flex-wrap: wrap;
    gap: 20px;
}
    .schedule-sub1 h2 {
        font-size: 28px;
    }
    .footer-schedule {
    padding: 60px 0px;
    }
      .footer-flex {
        flex-wrap: wrap;
        gap: 30px;
        padding-bottom: 30px;
    }

.footer-logo {
    width: 100%;
}
.footer-pages-flex {
    display: flex;
    gap: 50px;
    padding-bottom: 50px;
}
.footer-bottom {
    font-size: 9px;
}
.header-pages ul {
        padding: 50px 10px
}
.header-pages ul a {
        font-size: 16px !important;
    }
.site-banner-content h5 {
    font-size: 12px;
}
.site-banner-content p {
    font-size: 16px;
}
.engines-left p {
    font-size: 14px;
    margin-bottom: 30px;
    max-width: 100%;
}
blockquote {
    padding: 15px 10px 15px 15px;
    font-size: 16px;
    line-height: 140%;
}
section.site-banner {
        padding: 120px 0px 80px 0px;
        margin-bottom: 60px;
    }
.engines-right h2 {
    font-size: 26px;
}
.engines-right p {
    font-size: 16px;
}
.engines-right a {
    font-size: 18px;
}
.owners-flex {
    flex-wrap: wrap;
    gap: 20px;
}
.owner-card {
        max-width: 100%;
    }
    .owner-card img {
    width: 100%;
}
.owner-card h3 {
    font-size: 20px;
}
.owners-header h5 {
    margin-bottom: 30px;
}
section.about-owners {
    padding: 60px 0px;
}
.md-b-80 {
    margin-bottom: 60px;
}
.mission-content h2 {
        font-size: 22px;
    }
    .mission-content p {
    font-size: 16px;
    max-width: 100%;
    padding-bottom: 20px;
}
.mission-content a {
    font-size: 18px;
}
section.about-approach {
    padding: 60px 0px;
}
.approach-content h2 {
        font-size: 24px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .approach-content p {
    font-size: 16px;
    }
        .approach-list-box {
        padding: 20px 10px;
        }
        .approach-list-box li {
    font-size: 15px;
        }
        .execution-header h2 {
    font-size: 30px;
    margin-bottom: 26px;
}
    .execution-box {
        padding: 15px;
        width: 48%;
    }
    .execution-box h4 {
        font-size: 12px;
    }
    .execution-grid {
    gap: 10px;
}
.execution-footer p {
    font-size: 14px;
}
.execution-footer p {
    font-size: 14px;
    margin-top: 40px;
}
.discipline-flex {
    flex-wrap: wrap;
    gap: 20px;
}
.discipline-img {
    width: 100%;
}
.discipline-content {
        width: 100%;
    }
    .discipline-content h2 {
        font-size: 28px;
    }
    .discipline-content p {
    font-size: 18px;
    }
    .discipline-quote p {
        font-size: 16px;
    }
        .pay-hero-header h2{
        font-size: 26px;
    }
    .pay-hero-flex {
    flex-wrap: wrap;
    gap: 20px;
}
.pay-property-card {
    width: 100%;
}
section.pay-generation {
    padding: 60px 0px;
}
.gen-content h2 {
    font-size: 35px;
}
.gen-content p {
    font-size: 18px;
}
.gen-tags span {
    width: 48%;
}
.gen-quote-box {
        width: 100%;
        padding: 20px;
    }
    .gen-quote-box p {
    font-size: 20px;
    }
    .ringba-content h5 {
    font-size: 12px;
    letter-spacing: 2px;
    }
    .ringba-content h2 {
        font-size: 28px;
        padding-bottom: 10px;
    }
    .ringba-content p {
    font-size: 16px;
    }
    .ringba-content a {
        font-size: 14px;
    }
    .r-stat {
    padding: 10px;
    width: 100%;
    }
        .scalable-content h2 {
        font-size: 28px;
        padding-bottom: 20px;
    }
    .scalable-content p {
    font-size: 18px;
    }
    section.site-banner.ppc-banner p {
        max-width: 100%;
        font-size: 14px;
    }
        .site-banner-content h2 {
        font-size: 25px;
    }
    .banner-bottom2-list ul {
    flex-wrap: wrap;
    }
        .landscape-content h2 {
        font-size: 22px;
        max-width: 100%;
    }
    .landscape-content p {
        max-width: 100%;
        font-size: 16px;
    }
    .process-header h2 {
    font-size: 35px;
    padding-bottom: 20px;
}
    .process-card h4 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .process-buttons {
    flex-wrap: wrap;
}
    .pricing-content h2 {
        font-size: 25px;
        padding-bottom: 20px;
    }
    .card-header {
    flex-wrap: wrap;
    gap: 20px;
}
.features-grid ul {
    width: 100%;
}
.features-grid {
    display: flex;
    flex-wrap: wrap;
}
.card-body p {
    font-size: 14px;
}
.team-header h2 {
        font-size: 28px;
    }
    .team-flex {
    flex-wrap: wrap;
    gap: 20px;
}
.team-box {
    width: 100%;
}
.team-flex {
    padding: 20px 20px;
}
.strategy-bar {
    flex-wrap: wrap;
    gap: 20px;
}
.strategy-bar p {
    width: 100%;
    font-size: 14px;
}
.testimonial-grid {
    flex-wrap: wrap;
    gap: 20px;
}
.testimonial-item {
    width: 100%;
}
.testimonial-header h5 {
    margin-bottom: 20px;
}
span.badge {
    display: block;
    padding: 20px 10px;
}
.landscape-item span {
    font-size: 22px;
}
    .hero-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .hero-content p {
    font-size: 16px;
    }
    .hero-quote-blue {
    font-size: 20px;
    }
    .kpi-grid {
    flex-wrap: wrap;
    gap: 20px 0px;
}
.kpi-item {
        padding: 15px;
        width: 48%;
    }
    .channel-box h4 {
    font-size: 20px;
    }
    .developer-box h4 {
    font-size: 20px;
    }
    .developer-box {
    padding: 20px;
    }
    .developer-box h4 {
    font-size: 17px;
    }
    .developer-box p {
    font-size: 16px;
    }
    .capabilities-tags {
    flex-wrap: wrap;
    gap: 10px;
}
.capabilities-tags span {
    width: 100%;
}
.opt-left h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .opt-left p {
    font-size: 16px;
    }
    .opt-right {
    padding: 20px;
    }
    ul.check-list li {
    font-size: 14px;
    }
    .why-content p {
    font-size: 18px;
    }
    ul.why-checks li {
    font-size: 14px;
    }
    .why-message-box {
        width: 100%;
        padding: 20px;
    }
        .why-message-box p {
        font-size: 22px;
    }
        .why-message-box h3 {
        font-size: 30px;
    }
    .disx-hero-flex {
    flex-wrap: wrap;
    gap: 20px;
}
.disx-content {
    width: 100%;
}
.disx-benefits-list {
    width: 100%;
}
    .infra-header h2 {
        font-size: 28px;
    }
        .infra-card {
        width: 100%;
    }
    .protection-header h2 {
        font-size: 26px;
    }
    .protection-header p {
    font-size: 16px;
    }
    section.disx-demand {
    padding: 60px 0px;
    }
    .demand-content h2 {
    font-size: 35px;
    }
    .demand-content p {
    font-size: 16px;
    }
    .demand-quote-blue {
    padding: 20px;
    }
    .demand-quote-blue h5 {
    font-size: 22px;
    }
    .demand-quote-blue p {
        font-size: 18px;
    }
    






}