*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
a{
	color: #000;
	text-decoration: none;
}
img{
    max-width: 100%;
    display:block;
}
body{
font-family: Inter, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #000;
background: #fff;
margin: 0;
overflow-x: hidden;
}
.lpd-ba-2-container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.lpd-ba-2-hidden-desktop{
	display: none;
}

.lpd-ba-2-ba{
	padding: 120px 0;
}
.lpd-ba-2-ba-heading{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.lpd-ba-2-ba-heading-title-col{
	width: 60%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lpd-ba-2-ba-heading-title-col h2{
	font-size: 52px;
	line-height: 130%;
	font-weight: 700;
}
.lpd-ba-2-ba-heading-title-col p{
	max-width: 511px;
}
.lpd-ba-2-ba-btn-primary{
	display: inline-flex;
	padding: 18px 80px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #0055B7;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
}
.lpd-ba-2-ba-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin: 60px 0 0;
}
.lpd-ba-2-img-col{
	width: 48%;
}

  .comparison {
            position: relative;
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
            overflow: hidden;
            border-radius: 12px;
        }

        .comparison__before,
        .comparison__after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .comparison__container {
            position: relative;
            width: 100%;
        }

        .comparison__wrapper {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .comparison__before img,
        .comparison__after img {
            display: block;
            width: 100%;
            height: auto;
        }

        .comparison__after {
            position: relative;
            z-index: 0;
        }

        .comparison__before {
            z-index: 1;
            clip-path: polygon(0 0, var(--clip, 50%) 0, var(--clip, 50%) 100%, 0 100%);
        }

        .comparison__handle-container {
            position: absolute;
            top: 0;
            bottom: 0;
            left: var(--clip, 50%);
            width: 4px;
            background: white;
            transform: translateX(-50%);
            z-index: 3;
            pointer-events: none;
        }

        .comparison__handle {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 44px;
            height: 44px;
            background: white;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .comparison__handle-icon {
            width: 18px;
            height: 18px;
            background: url('../img/handle-icon.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .comparison__slider {
            position: absolute;
            inset: 0;
            z-index: 2;
            opacity: 0;
            cursor: ew-resize;
            width: 100%;
            height: 100%;
        }

        .comparison__label {
            position: absolute;
            top: 1rem;
            padding: 0.5rem 1rem;
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border-radius: 4px;
            font-family: system-ui, sans-serif;
            font-size: 0.875rem;
            pointer-events: none;
            z-index: 1;
        }

        .comparison__label--before {
            left: 1rem;
        }

        .comparison__label--after {
            right: 1rem;
        }

        .comparison__range {
            position: absolute;
            bottom: 1rem;
            left: 50%;
            transform: translateX(-50%);
            width: calc(100% - 2rem);
            z-index: 2;
        }

        .comparison__range::-webkit-slider-thumb {
            -webkit-appearance: none;
            height: 16px;
            width: 16px;
            border-radius: 50%;
            background: white;
            cursor: pointer;
            margin-top: -6px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

        .comparison__range::-webkit-slider-runnable-track {
            width: 100%;
            height: 4px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 2px;
        }

        .comparison__range::-moz-range-thumb {
            height: 16px;
            width: 16px;
            border-radius: 50%;
            background: white;
            cursor: pointer;
            border: none;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

        .comparison__range::-moz-range-track {
            width: 100%;
            height: 4px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 2px;
        }

.lpd-ba-2-ba-ct-col{
	width: 42%;
}
.lpd-ba-2-ba-list{
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.lpd-ba-3-ba-list-info{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.lpd-ba-2-ba-list-item{
	display: flex;
	align-items: flex-start;
	gap: 25px;
	padding: 0 0 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.lpd-ba-2-ba-list-item.last{
	border-bottom: 0;
	padding: 0;
}
.lpd-ba-2-ba-list-icon{
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.lpd-ba-2-ba-list-info h3{
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}


@media (max-width: 1280px){

}

@media (max-width: 992px){
.lpd-ba-2-hidden-desktop{
	display: block;
}
.lpd-ba-2-hidden-mobile{
	display: none;
}
.lpd-ba-2-ba-row{
	flex-direction: column;
	gap: 40px;
}
.lpd-ba-2-ba-heading{
	flex-direction: column;
	text-align: center;
}
.lpd-ba-2-ba-heading-title-col{
	width: 100%;
}
.lpd-ba-2-ba-heading-title-col p{
	margin: 0 auto;
}
.lpd-ba-2-ba-action{
	width: 100%;
}
.lpd-ba-2-ba-btn-primary{
	display: flex;
}
.lpd-ba-2-ba-action{
	margin: 30px 0 0;
}
.lpd-ba-2-img-col,
.lpd-ba-2-ba-ct-col{
	width: 100%;
}
}

@media (max-width: 768px){
}

@media (max-width: 479px){
.lpd-ba-2-ba{
	padding: 50px 0;
}
.lpd-ba-2-ba-heading-title-col h2{
	font-size: 32px;
}
.lpd-ba-2-ba-row{
	margin: 40px 0 0;
}
}