.o24-form-and-numbers.blue--version,
.o24-form-and-numbers.blue--version form label, 
.o24-form-and-numbers.blue--version form legend,
.o24-form-and-numbers.blue--version form select,
.o24-form-and-numbers.blue--version h2 {
	color: var(--blue-opyn, #003B5C);
}

.o24-form-and-numbers.blue--version form .hs-button,form input[type=submit] {
    color: var(--blue-opyn, #003B5C) !important;
}

.o24-form-and-numbers.black--version,
.o24-form-and-numbers.black--version form label, 
.o24-form-and-numbers.black--version form legend,
.o24-form-and-numbers.black--version form select,
.o24-form-and-numbers.black--version h2 {
	color: var(--black-primary, #35302F);
}

.o24-form-and-numbers.black--version form .hs-button,form input[type=submit] {
    color: var(--black-primary, #35302F) !important;
}


.o24-form-and-numbers {
	max-width: 1440px;
	margin: auto;
	padding: 112px 16px;
	position: relative;
}

.wrapper-sticky-desktop {
	position: sticky;
	top: 90px;
	padding-right: 20px;
}

.o24-form-and-numbers--right-col {
	background-color: #F6F7F9;
}

.o24-form-and-numbers--right-col::after {
    content: "";
    background: #F6F7F9;
    width: 3000px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 40px
}

.right-col-content {
	padding-top: 56px;
	padding-left: 32px;
	padding-bottom: 56px;
	padding-right: 16px;
}

.o24-form-and-numbers--texture-background {
	position: absolute;
	transform: rotate(12deg);
	left: -780px;
}

.right-col-content .upper-col {
	margin-bottom: 40px;
}

.numbers-title {
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.84px;
	text-transform: uppercase;
	padding-top: 60px;
}

.number {
    padding-bottom: 56px;
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 80px;
    max-width: 400px;
}

.number:not(:last-child) {
    border-bottom: 1px solid #E7E4E4;
}

.number--icon {
	height: 32px;
	width: 32px;
	border-radius: 0px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.number--icon img {
	max-width: 90%;
	max-height: 90%;
}

.number--number {
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}

.number--number .big-number {
	font-size: 90px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}

.number .number--text {
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}


@media (min-width: 768px) and (max-width: 991px) {
	.right-col-content {
		padding-right: 0 !important;
	}
}

@media (max-width: 767px) {
	.number {
		padding-left: 0;
		padding-right: 0;
	}
	
	.number--number .big-number {
	font-size: 70px;
}

.number--number {
	font-size: 32px;
}
}


@media (max-width: 991px) {
	
	.wrapper-sticky-desktop {
		padding-right: 0;
	}
	
	.o24-form-and-numbers--left-col {
	  background color: #ffffff;	
	}
	
	.o24-form-and-numbers {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	
	.right-col-content {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.o24-form-and-numbers--texture-background {
		display: none;
	}
	
	.number {
    max-width: unset;
  }
}
