.section_big_circle .section_description {
	margin-bottom: 0;
}
.section_big_circle .container {
	display: flex;
	flex-direction: column;
	align-items: end;
	position: relative;
	z-index: 10;
}

.big_circle_content {
	border-radius: 50%;
	aspect-ratio: 1;
	max-width: 712px;
	width: 57%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 5%;
	position: relative;
	z-index: 20;
}

.big_circle_content .big_circle_inner {
	max-width: 528px;
}

.big_circle_content .big_circle_inner .section_title {
	letter-spacing: -3%;
}

.circles_static svg path:not(.notcircle) {
	mix-blend-mode: multiply;
}
/* Bubble Animation Styles */
.circles_animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.circles_animation svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Animate individual circles */
.circle-bubble {
	animation: float-bubble linear infinite;
	transform-origin: center;
	mix-blend-mode: multiply;
	opacity: 0;
}

/* Different animation delays for each circle - 120 total */
.circle-bubble:nth-child(1) { animation-duration: 8s; animation-delay: 0s; }
.circle-bubble:nth-child(2) { animation-duration: 10s; animation-delay: 0.5s; }
.circle-bubble:nth-child(3) { animation-duration: 12s; animation-delay: 1s; }
.circle-bubble:nth-child(4) { animation-duration: 14s; animation-delay: 1.5s; }
.circle-bubble:nth-child(5) { animation-duration: 11s; animation-delay: 0.2s; }
.circle-bubble:nth-child(6) { animation-duration: 13s; animation-delay: 2s; }
.circle-bubble:nth-child(7) { animation-duration: 15s; animation-delay: 0.7s; }
.circle-bubble:nth-child(8) { animation-duration: 9s; animation-delay: 1.2s; }
.circle-bubble:nth-child(9) { animation-duration: 12s; animation-delay: 1.8s; }
.circle-bubble:nth-child(10) { animation-duration: 10s; animation-delay: 0.3s; }
.circle-bubble:nth-child(11) { animation-duration: 13s; animation-delay: 2.3s; }
.circle-bubble:nth-child(12) { animation-duration: 11s; animation-delay: 0.8s; }
.circle-bubble:nth-child(13) { animation-duration: 14s; animation-delay: 1.5s; }
.circle-bubble:nth-child(14) { animation-duration: 12s; animation-delay: 2.2s; }
.circle-bubble:nth-child(15) { animation-duration: 15s; animation-delay: 0.5s; }
.circle-bubble:nth-child(16) { animation-duration: 10s; animation-delay: 2.7s; }
.circle-bubble:nth-child(17) { animation-duration: 13s; animation-delay: 0.9s; }
.circle-bubble:nth-child(18) { animation-duration: 11s; animation-delay: 1.4s; }
.circle-bubble:nth-child(19) { animation-duration: 16s; animation-delay: 2s; }
.circle-bubble:nth-child(20) { animation-duration: 12s; animation-delay: 0.4s; }
.circle-bubble:nth-child(21) { animation-duration: 14s; animation-delay: 1.1s; }
.circle-bubble:nth-child(22) { animation-duration: 11s; animation-delay: 2.3s; }
.circle-bubble:nth-child(23) { animation-duration: 13s; animation-delay: 0.7s; }
.circle-bubble:nth-child(24) { animation-duration: 15s; animation-delay: 1.9s; }
.circle-bubble:nth-child(25) { animation-duration: 10s; animation-delay: 2.4s; }
.circle-bubble:nth-child(26) { animation-duration: 12s; animation-delay: 0.2s; }
.circle-bubble:nth-child(27) { animation-duration: 11s; animation-delay: 1.6s; }
.circle-bubble:nth-child(28) { animation-duration: 14s; animation-delay: 2.8s; }
.circle-bubble:nth-child(29) { animation-duration: 13s; animation-delay: 0.5s; }
.circle-bubble:nth-child(30) { animation-duration: 12s; animation-delay: 1.7s; }
.circle-bubble:nth-child(31) { animation-duration: 15s; animation-delay: 2.1s; }
.circle-bubble:nth-child(32) { animation-duration: 10s; animation-delay: 0.9s; }
.circle-bubble:nth-child(33) { animation-duration: 13s; animation-delay: 1.4s; }
.circle-bubble:nth-child(34) { animation-duration: 11s; animation-delay: 2.6s; }
.circle-bubble:nth-child(35) { animation-duration: 14s; animation-delay: 0.8s; }
.circle-bubble:nth-child(36) { animation-duration: 16s; animation-delay: 1.2s; }
.circle-bubble:nth-child(37) { animation-duration: 12s; animation-delay: 2.2s; }
.circle-bubble:nth-child(38) { animation-duration: 13s; animation-delay: 0.3s; }
.circle-bubble:nth-child(39) { animation-duration: 11s; animation-delay: 1.9s; }
.circle-bubble:nth-child(40) { animation-duration: 15s; animation-delay: 2.5s; }
.circle-bubble:nth-child(41) { animation-duration: 10s; animation-delay: 0.6s; }
.circle-bubble:nth-child(42) { animation-duration: 14s; animation-delay: 1.8s; }
.circle-bubble:nth-child(43) { animation-duration: 12s; animation-delay: 2.3s; }
.circle-bubble:nth-child(44) { animation-duration: 13s; animation-delay: 0.4s; }
.circle-bubble:nth-child(45) { animation-duration: 15s; animation-delay: 1.5s; }
.circle-bubble:nth-child(46) { animation-duration: 11s; animation-delay: 2.7s; }
.circle-bubble:nth-child(47) { animation-duration: 13s; animation-delay: 0.7s; }
.circle-bubble:nth-child(48) { animation-duration: 14s; animation-delay: 1.1s; }
.circle-bubble:nth-child(49) { animation-duration: 12s; animation-delay: 2.0s; }
.circle-bubble:nth-child(50) { animation-duration: 15s; animation-delay: 0.9s; }
.circle-bubble:nth-child(51) { animation-duration: 10s; animation-delay: 2.4s; }
.circle-bubble:nth-child(52) { animation-duration: 13s; animation-delay: 0.2s; }
.circle-bubble:nth-child(53) { animation-duration: 11s; animation-delay: 1.3s; }
.circle-bubble:nth-child(54) { animation-duration: 14s; animation-delay: 2.8s; }
.circle-bubble:nth-child(55) { animation-duration: 12s; animation-delay: 0.5s; }
.circle-bubble:nth-child(56) { animation-duration: 15s; animation-delay: 1.7s; }
.circle-bubble:nth-child(57) { animation-duration: 13s; animation-delay: 2.2s; }
.circle-bubble:nth-child(58) { animation-duration: 11s; animation-delay: 0.8s; }
.circle-bubble:nth-child(59) { animation-duration: 14s; animation-delay: 1.9s; }
.circle-bubble:nth-child(60) { animation-duration: 12s; animation-delay: 2.6s; }
.circle-bubble:nth-child(61) { animation-duration: 10s; animation-delay: 0.3s; }
.circle-bubble:nth-child(62) { animation-duration: 13s; animation-delay: 1.8s; }
.circle-bubble:nth-child(63) { animation-duration: 15s; animation-delay: 2.4s; }
.circle-bubble:nth-child(64) { animation-duration: 11s; animation-delay: 0.6s; }
.circle-bubble:nth-child(65) { animation-duration: 14s; animation-delay: 1.5s; }
.circle-bubble:nth-child(66) { animation-duration: 12s; animation-delay: 2.1s; }
.circle-bubble:nth-child(67) { animation-duration: 13s; animation-delay: 0.9s; }
.circle-bubble:nth-child(68) { animation-duration: 15s; animation-delay: 1.4s; }
.circle-bubble:nth-child(69) { animation-duration: 10s; animation-delay: 2.7s; }
.circle-bubble:nth-child(70) { animation-duration: 11s; animation-delay: 0.2s; }
.circle-bubble:nth-child(71) { animation-duration: 14s; animation-delay: 1.6s; }
.circle-bubble:nth-child(72) { animation-duration: 12s; animation-delay: 2.3s; }
.circle-bubble:nth-child(73) { animation-duration: 13s; animation-delay: 0.7s; }
.circle-bubble:nth-child(74) { animation-duration: 15s; animation-delay: 1.8s; }
.circle-bubble:nth-child(75) { animation-duration: 10s; animation-delay: 2.5s; }
.circle-bubble:nth-child(76) { animation-duration: 11s; animation-delay: 0.4s; }
.circle-bubble:nth-child(77) { animation-duration: 14s; animation-delay: 1.9s; }
.circle-bubble:nth-child(78) { animation-duration: 12s; animation-delay: 2.2s; }
.circle-bubble:nth-child(79) { animation-duration: 13s; animation-delay: 0.3s; }
.circle-bubble:nth-child(80) { animation-duration: 15s; animation-delay: 1.1s; }
.circle-bubble:nth-child(81) { animation-duration: 10s; animation-delay: 2.6s; }
.circle-bubble:nth-child(82) { animation-duration: 11s; animation-delay: 0.8s; }
.circle-bubble:nth-child(83) { animation-duration: 14s; animation-delay: 1.7s; }
.circle-bubble:nth-child(84) { animation-duration: 12s; animation-delay: 2.4s; }
.circle-bubble:nth-child(85) { animation-duration: 13s; animation-delay: 0.5s; }
.circle-bubble:nth-child(86) { animation-duration: 15s; animation-delay: 1.2s; }
.circle-bubble:nth-child(87) { animation-duration: 10s; animation-delay: 2.7s; }
.circle-bubble:nth-child(88) { animation-duration: 11s; animation-delay: 0.6s; }
.circle-bubble:nth-child(89) { animation-duration: 14s; animation-delay: 1.8s; }
.circle-bubble:nth-child(90) { animation-duration: 12s; animation-delay: 2.3s; }
.circle-bubble:nth-child(91) { animation-duration: 13s; animation-delay: 0.2s; }
.circle-bubble:nth-child(92) { animation-duration: 15s; animation-delay: 1.4s; }
.circle-bubble:nth-child(93) { animation-duration: 10s; animation-delay: 2.5s; }
.circle-bubble:nth-child(94) { animation-duration: 11s; animation-delay: 0.9s; }
.circle-bubble:nth-child(95) { animation-duration: 14s; animation-delay: 1.6s; }
.circle-bubble:nth-child(96) { animation-duration: 12s; animation-delay: 2.1s; }
.circle-bubble:nth-child(97) { animation-duration: 13s; animation-delay: 0.7s; }
.circle-bubble:nth-child(98) { animation-duration: 15s; animation-delay: 1.9s; }
.circle-bubble:nth-child(99) { animation-duration: 10s; animation-delay: 2.4s; }
.circle-bubble:nth-child(100) { animation-duration: 11s; animation-delay: 0.3s; }
.circle-bubble:nth-child(101) { animation-duration: 14s; animation-delay: 1.7s; }
.circle-bubble:nth-child(102) { animation-duration: 12s; animation-delay: 2.6s; }
.circle-bubble:nth-child(103) { animation-duration: 13s; animation-delay: 0.4s; }
.circle-bubble:nth-child(104) { animation-duration: 15s; animation-delay: 1.5s; }
.circle-bubble:nth-child(105) { animation-duration: 10s; animation-delay: 2.8s; }
.circle-bubble:nth-child(106) { animation-duration: 11s; animation-delay: 0.8s; }
.circle-bubble:nth-child(107) { animation-duration: 14s; animation-delay: 1.2s; }
.circle-bubble:nth-child(108) { animation-duration: 12s; animation-delay: 2.2s; }
.circle-bubble:nth-child(109) { animation-duration: 13s; animation-delay: 0.6s; }
.circle-bubble:nth-child(110) { animation-duration: 15s; animation-delay: 1.8s; }
.circle-bubble:nth-child(111) { animation-duration: 10s; animation-delay: 2.3s; }
.circle-bubble:nth-child(112) { animation-duration: 11s; animation-delay: 0.5s; }
.circle-bubble:nth-child(113) { animation-duration: 14s; animation-delay: 1.9s; }
.circle-bubble:nth-child(114) { animation-duration: 12s; animation-delay: 2.5s; }
.circle-bubble:nth-child(115) { animation-duration: 13s; animation-delay: 0.2s; }
.circle-bubble:nth-child(116) { animation-duration: 15s; animation-delay: 1.1s; }
.circle-bubble:nth-child(117) { animation-duration: 10s; animation-delay: 2.7s; }
.circle-bubble:nth-child(118) { animation-duration: 11s; animation-delay: 0.7s; }
.circle-bubble:nth-child(119) { animation-duration: 14s; animation-delay: 1.4s; }
.circle-bubble:nth-child(120) { animation-duration: 12s; animation-delay: 2.4s; }
.circle-bubble:nth-child(121) { animation-duration: 13s; animation-delay: 0.3s; }
.circle-bubble:nth-child(122) { animation-duration: 15s; animation-delay: 1.7s; }
.circle-bubble:nth-child(123) { animation-duration: 10s; animation-delay: 2.6s; }
.circle-bubble:nth-child(124) { animation-duration: 11s; animation-delay: 0.4s; }
.circle-bubble:nth-child(125) { animation-duration: 14s; animation-delay: 1.5s; }
.circle-bubble:nth-child(126) { animation-duration: 12s; animation-delay: 2.8s; }
.circle-bubble:nth-child(127) { animation-duration: 13s; animation-delay: 0.8s; }
.circle-bubble:nth-child(128) { animation-duration: 14s; animation-delay: 1.2s; }
.circle-bubble:nth-child(129) { animation-duration: 15s; animation-delay: 2.2s; }
.circle-bubble:nth-child(130) { animation-duration: 10s; animation-delay: 0.6s; }

/* Float animation keyframes */
@keyframes float-bubble {
	0% {
		opacity: 0;
		transform: translateY(0px) translateX(0px) scale(0.3);
	}
	10% {
		opacity: 0.3;
		transform: translateY(-100px) translateX(5px) scale(0.6);
	}
	20% {
		opacity: 0.4;
		transform: translateY(-200px) translateX(-5px) scale(0.7);
	}
	30% {
		opacity: 0.6;
		transform: translateY(-300px) translateX(3px) scale(0.9);
	}
	40% {
		opacity: 0.4;
		transform: translateY(-400px) translateX(20px) scale(1);
	}
	50% {
		opacity: 0.3;
		transform: translateY(-500px) translateX(-30px) scale(1.2);
	}
	90% {
		opacity: 0.1;
		transform: translateY(-800px) translateX(-10px) scale(0.5);
	}
	100% {
		opacity: 0;
		transform: translateY(-1200px) translateX(-50px) scale(0.2);
	}
}

.static-bubble{
	animation: bounce-bubble linear infinite;
	transform-origin: center;
	mix-blend-mode: multiply;
}
.static-bubble:nth-child(1) { animation-duration: 8s; animation-delay: 0s; }
.static-bubble:nth-child(2) { animation-duration: 10s; animation-delay: 0.5s; }
.static-bubble:nth-child(3) { animation-duration: 12s; animation-delay: 1s; }
.static-bubble:nth-child(4) { animation-duration: 14s; animation-delay: 1.5s; }
.static-bubble:nth-child(5) { animation-duration: 11s; animation-delay: 0.2s; }
.static-bubble:nth-child(6) { animation-duration: 13s; animation-delay: 2s; }
.static-bubble:nth-child(7) { animation-duration: 15s; animation-delay: 0.7s; }
.static-bubble:nth-child(8) { animation-duration: 9s; animation-delay: 1.2s; }
.static-bubble:nth-child(9) { animation-duration: 12s; animation-delay: 1.8s; }
.static-bubble:nth-child(10) { animation-duration: 10s; animation-delay: 0.3s; }
.static-bubble:nth-child(11) { animation-duration: 13s; animation-delay: 2.3s; }
.static-bubble:nth-child(12) { animation-duration: 11s; animation-delay: 0.8s; }
.static-bubble:nth-child(13) { animation-duration: 14s; animation-delay: 1.5s; }
.static-bubble:nth-child(14) { animation-duration: 12s; animation-delay: 2.2s; }
.static-bubble:nth-child(15) { animation-duration: 15s; animation-delay: 0.5s; }
.static-bubble:nth-child(16) { animation-duration: 10s; animation-delay: 2.7s; }
.static-bubble:nth-child(17) { animation-duration: 13s; animation-delay: 0.9s; }
.static-bubble:nth-child(18) { animation-duration: 11s; animation-delay: 1.4s; }
.static-bubble:nth-child(19) { animation-duration: 16s; animation-delay: 2s; }
.static-bubble:nth-child(20) { animation-duration: 12s; animation-delay: 0.4s; }
.static-bubble:nth-child(21) { animation-duration: 14s; animation-delay: 1.1s; }
.static-bubble:nth-child(22) { animation-duration: 11s; animation-delay: 2.3s; }
.static-bubble:nth-child(23) { animation-duration: 13s; animation-delay: 0.7s; }
.static-bubble:nth-child(24) { animation-duration: 15s; animation-delay: 1.9s; }
.static-bubble:nth-child(25) { animation-duration: 10s; animation-delay: 2.4s; }
.static-bubble:nth-child(26) { animation-duration: 12s; animation-delay: 0.2s; }
.static-bubble:nth-child(27) { animation-duration: 11s; animation-delay: 1.6s; }
.static-bubble:nth-child(28) { animation-duration: 14s; animation-delay: 2.8s; }
.static-bubble:nth-child(29) { animation-duration: 13s; animation-delay: 0.5s; }
.static-bubble:nth-child(30) { animation-duration: 12s; animation-delay: 1.7s; }
.static-bubble:nth-child(31) { animation-duration: 15s; animation-delay: 2.1s; }
.static-bubble:nth-child(32) { animation-duration: 10s; animation-delay: 0.9s; }
.static-bubble:nth-child(33) { animation-duration: 13s; animation-delay: 1.4s; }
.static-bubble:nth-child(34) { animation-duration: 11s; animation-delay: 2.6s; }
.static-bubble:nth-child(35) { animation-duration: 14s; animation-delay: 0.8s; }
.static-bubble:nth-child(36) { animation-duration: 16s; animation-delay: 1.2s; }
.static-bubble:nth-child(37) { animation-duration: 12s; animation-delay: 2.2s; }
.static-bubble:nth-child(38) { animation-duration: 13s; animation-delay: 0.3s; }
.static-bubble:nth-child(39) { animation-duration: 11s; animation-delay: 1.9s; }
.static-bubble:nth-child(40) { animation-duration: 15s; animation-delay: 2.5s; }
.static-bubble:nth-child(41) { animation-duration: 10s; animation-delay: 0.6s; }
.static-bubble:nth-child(42) { animation-duration: 14s; animation-delay: 1.8s; }
.static-bubble:nth-child(43) { animation-duration: 12s; animation-delay: 2.3s; }
.static-bubble:nth-child(44) { animation-duration: 13s; animation-delay: 0.4s; }
.static-bubble:nth-child(45) { animation-duration: 15s; animation-delay: 1.5s; }
.static-bubble:nth-child(46) { animation-duration: 11s; animation-delay: 2.7s; }
.static-bubble:nth-child(47) { animation-duration: 13s; animation-delay: 0.7s; }
.static-bubble:nth-child(48) { animation-duration: 14s; animation-delay: 1.1s; }
.static-bubble:nth-child(49) { animation-duration: 12s; animation-delay: 2.0s; }
.static-bubble:nth-child(50) { animation-duration: 15s; animation-delay: 0.9s; }
.static-bubble:nth-child(51) { animation-duration: 10s; animation-delay: 2.4s; }
.static-bubble:nth-child(52) { animation-duration: 13s; animation-delay: 0.2s; }
.static-bubble:nth-child(53) { animation-duration: 11s; animation-delay: 1.3s; }
.static-bubble:nth-child(54) { animation-duration: 14s; animation-delay: 2.8s; }
.static-bubble:nth-child(55) { animation-duration: 12s; animation-delay: 0.5s; }
.static-bubble:nth-child(56) { animation-duration: 15s; animation-delay: 1.7s; }
.static-bubble:nth-child(57) { animation-duration: 13s; animation-delay: 2.2s; }
.static-bubble:nth-child(58) { animation-duration: 11s; animation-delay: 0.8s; }
.static-bubble:nth-child(59) { animation-duration: 14s; animation-delay: 1.9s; }
.static-bubble:nth-child(60) { animation-duration: 12s; animation-delay: 2.6s; }
.static-bubble:nth-child(61) { animation-duration: 10s; animation-delay: 0.3s; }
.static-bubble:nth-child(62) { animation-duration: 13s; animation-delay: 1.8s; }
.static-bubble:nth-child(63) { animation-duration: 15s; animation-delay: 2.4s; }
.static-bubble:nth-child(64) { animation-duration: 11s; animation-delay: 0.6s; }
.static-bubble:nth-child(65) { animation-duration: 14s; animation-delay: 1.5s; }
.static-bubble:nth-child(66) { animation-duration: 12s; animation-delay: 2.1s; }
.static-bubble:nth-child(67) { animation-duration: 13s; animation-delay: 0.9s; }
.static-bubble:nth-child(68) { animation-duration: 15s; animation-delay: 1.4s; }
.static-bubble:nth-child(69) { animation-duration: 10s; animation-delay: 2.7s; }
.static-bubble:nth-child(70) { animation-duration: 11s; animation-delay: 0.2s; }
.static-bubble:nth-child(71) { animation-duration: 14s; animation-delay: 1.6s; }
.static-bubble:nth-child(72) { animation-duration: 12s; animation-delay: 2.3s; }
.static-bubble:nth-child(73) { animation-duration: 13s; animation-delay: 0.7s; }
.static-bubble:nth-child(74) { animation-duration: 15s; animation-delay: 1.8s; }
.static-bubble:nth-child(75) { animation-duration: 10s; animation-delay: 2.5s; }
.static-bubble:nth-child(76) { animation-duration: 11s; animation-delay: 0.4s; }
.static-bubble:nth-child(77) { animation-duration: 14s; animation-delay: 1.9s; }
.static-bubble:nth-child(78) { animation-duration: 12s; animation-delay: 2.2s; }
.static-bubble:nth-child(79) { animation-duration: 13s; animation-delay: 0.3s; }
.static-bubble:nth-child(80) { animation-duration: 15s; animation-delay: 1.1s; }
.static-bubble:nth-child(81) { animation-duration: 10s; animation-delay: 2.6s; }
.static-bubble:nth-child(82) { animation-duration: 11s; animation-delay: 0.8s; }
.static-bubble:nth-child(83) { animation-duration: 14s; animation-delay: 1.7s; }
.static-bubble:nth-child(84) { animation-duration: 12s; animation-delay: 2.4s; }
.static-bubble:nth-child(85) { animation-duration: 13s; animation-delay: 0.5s; }
.static-bubble:nth-child(86) { animation-duration: 15s; animation-delay: 1.2s; }
.static-bubble:nth-child(87) { animation-duration: 10s; animation-delay: 2.7s; }
.static-bubble:nth-child(88) { animation-duration: 11s; animation-delay: 0.6s; }
.static-bubble:nth-child(89) { animation-duration: 14s; animation-delay: 1.8s; }
.static-bubble:nth-child(90) { animation-duration: 12s; animation-delay: 2.3s; }
.static-bubble:nth-child(91) { animation-duration: 13s; animation-delay: 0.2s; }
.static-bubble:nth-child(92) { animation-duration: 15s; animation-delay: 1.4s; }
.static-bubble:nth-child(93) { animation-duration: 10s; animation-delay: 2.5s; }
.static-bubble:nth-child(94) { animation-duration: 11s; animation-delay: 0.9s; }
.static-bubble:nth-child(95) { animation-duration: 14s; animation-delay: 1.6s; }
.static-bubble:nth-child(96) { animation-duration: 12s; animation-delay: 2.1s; }
.static-bubble:nth-child(97) { animation-duration: 13s; animation-delay: 0.7s; }
.static-bubble:nth-child(98) { animation-duration: 15s; animation-delay: 1.9s; }
.static-bubble:nth-child(99) { animation-duration: 10s; animation-delay: 2.4s; }
.static-bubble:nth-child(100) { animation-duration: 11s; animation-delay: 0.3s; }
.static-bubble:nth-child(101) { animation-duration: 14s; animation-delay: 1.7s; }
.static-bubble:nth-child(102) { animation-duration: 12s; animation-delay: 2.6s; }
.static-bubble:nth-child(103) { animation-duration: 13s; animation-delay: 0.4s; }
.static-bubble:nth-child(104) { animation-duration: 15s; animation-delay: 1.5s; }
.static-bubble:nth-child(105) { animation-duration: 10s; animation-delay: 2.8s; }
.static-bubble:nth-child(106) { animation-duration: 11s; animation-delay: 0.8s; }
.static-bubble:nth-child(107) { animation-duration: 14s; animation-delay: 1.2s; }
.static-bubble:nth-child(108) { animation-duration: 12s; animation-delay: 2.2s; }
.static-bubble:nth-child(109) { animation-duration: 13s; animation-delay: 0.6s; }
.static-bubble:nth-child(110) { animation-duration: 15s; animation-delay: 1.8s; }
.static-bubble:nth-child(111) { animation-duration: 10s; animation-delay: 2.3s; }
.static-bubble:nth-child(112) { animation-duration: 11s; animation-delay: 0.5s; }
.static-bubble:nth-child(113) { animation-duration: 14s; animation-delay: 1.9s; }
.static-bubble:nth-child(114) { animation-duration: 12s; animation-delay: 2.5s; }
.static-bubble:nth-child(115) { animation-duration: 13s; animation-delay: 0.2s; }
.static-bubble:nth-child(116) { animation-duration: 15s; animation-delay: 1.1s; }
.static-bubble:nth-child(117) { animation-duration: 10s; animation-delay: 2.7s; }
.static-bubble:nth-child(118) { animation-duration: 11s; animation-delay: 0.7s; }
.static-bubble:nth-child(119) { animation-duration: 14s; animation-delay: 1.4s; }
.static-bubble:nth-child(120) { animation-duration: 12s; animation-delay: 2.4s; }
.static-bubble:nth-child(121) { animation-duration: 13s; animation-delay: 0.3s; }
.static-bubble:nth-child(122) { animation-duration: 15s; animation-delay: 1.7s; }
.static-bubble:nth-child(123) { animation-duration: 10s; animation-delay: 2.6s; }
.static-bubble:nth-child(124) { animation-duration: 11s; animation-delay: 0.4s; }
.static-bubble:nth-child(125) { animation-duration: 14s; animation-delay: 1.5s; }
.static-bubble:nth-child(126) { animation-duration: 12s; animation-delay: 2.8s; }
.static-bubble:nth-child(127) { animation-duration: 13s; animation-delay: 0.8s; }
.static-bubble:nth-child(128) { animation-duration: 14s; animation-delay: 1.2s; }
.static-bubble:nth-child(129) { animation-duration: 15s; animation-delay: 2.2s; }
.static-bubble:nth-child(130) { animation-duration: 10s; animation-delay: 0.6s; }

@keyframes bounce-bubble {
	0% {
		
		transform: translateY(0px) translateX(0px) scale(1);
	}
	
	10% {
		
		transform: translateY(-10px) translateX(-40px) scale(0.9);
	}
	20% {
		
		transform: translateY(-20px) translateX(-10px) scale(0.85);
	}
	30% {
		
		transform: translateY(-30px) translateX(30px) scale(0.9);
	}
	40% {
		
		transform: translateY(-40px) translateX(-25px) scale(0.95);
	}
	
	50% {
		
		transform: translateY(-20px) translateX(10px) scale(1);
	}
	90% {
		
		transform: translateY(0px) translateX(25px) scale(1);
	}
	100% {
		
		transform: translateY(0px) translateX(0px);
	}
}

@media (max-width: 1200px) {
	.big_circle_content .big_circle_inner {
		max-width: 428px;
	}
	.big_circle_content {
		min-width: 584px;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.section_big_circle .container {
		align-items: center;
	}
	.big_circle_content {
		min-width: 360px;
	}
}

@media (max-width: 600px) {
	.big_circle_content .big_circle_inner {
		max-width: 350px;
	}
}

@media (max-width: 530px) {
	.big_circle_content .big_circle_inner {
		max-width: 240px;
	}
	.big_circle_content .big_circle_inner .section_title {
		letter-spacing: 0;
		font-size: 30px;
		margin-bottom: 20px;
	}
	.section_big_circle .section_description {
		margin-bottom: 0;
		font-size: 15px;
	}
	.section_big_circle .section_description p {
		margin-bottom: 10px;
	}
}