.aluminum-system {
	padding-bottom: 0;
}
.aluminum-system .title {
	margin-bottom: 20px;
}
.aluminum-system .desc {
	line-height: 130%;
	margin-bottom: 30px;
}
.aluminum-system .content__box {
    display: flex;
    justify-content: center;
	position: relative;
	margin-bottom: 30px;
}
.aluminum-system .content__img {
    display: flex;
    justify-content: center;
    position: relative;
}
.aluminum-system .content__img .image {
    width: 184px;
}
.aluminum-system .caption {
	position: absolute;
    display: inline-block;
}
.aluminum-system .caption.on {
    z-index: 10;
}
.aluminum-system .caption.on .caption__toggle {
	transform: rotate(45deg);
}
.aluminum-system .caption:nth-child(1) {
    top: 60px;
    left: 75px;
	width: 246px;
	height: 88px;	
}
.aluminum-system .caption:nth-child(2) {
    top: 222px;
    right: 98px;
    width: 246px;
    height: 111px;
}
.aluminum-system .caption:nth-child(3) {
	bottom: -3px;
    right: 112px;
    width: 236px;
    height: 130px;	
}
.aluminum-system .caption:nth-child(4) {
	top: 20px;
    right: 92px;
    width: 236px;
    height: 111px;	
}
.aluminum-system .caption:nth-child(5) {
	bottom: 50px;
    left: 110px;
    width: 234px;
    height: 130px;
}
.aluminum-system .caption:nth-child(6) {
    bottom: 10px;
    right: 118px;
    width: 228px;
    height: 130px;
}
.aluminum-system .caption__box {
	font-size: 16px;
	line-height: 120%;
}
.aluminum-system .caption.on .caption__box {
	display: block;
}
.aluminum-system .caption:nth-child(1) .caption__box,
.aluminum-system .caption:nth-child(5) .caption__box {
    padding: 15px 15px 15px 55px;	
}
.aluminum-system .caption:nth-child(2) .caption__box,
.aluminum-system .caption:nth-child(3) .caption__box,
.aluminum-system .caption:nth-child(4) .caption__box,
.aluminum-system .caption:nth-child(6) .caption__box {
    padding: 15px 55px 15px 15px;
	text-align: right;
}
.aluminum-system .caption__toggle {
	position: absolute;
	display: inline-block;
    width: 25px;
	height: 25px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12.5' cy='12.5' r='12.5' fill='%23F26422' /%3e%3cpath d='M12.5 6V19M6 12.5H12.3375H19' stroke='white' stroke-width='2.5' stroke-linecap='round' /%3e%3c/svg%3e");	
}
.aluminum-system .caption:not(.on) > .caption__toggle {
    z-index: 1;
}
.aluminum-system .caption:nth-child(1) .caption__toggle,
.aluminum-system .caption:nth-child(5) .caption__toggle {
    top: 15px;
    left: 15px;
}
.aluminum-system .caption:nth-child(2) .caption__toggle,
.aluminum-system .caption:nth-child(4) .caption__toggle,
.aluminum-system .caption:nth-child(6) .caption__toggle {
    top: 15px;
    right: 15px;
}
.aluminum-system .caption:nth-child(3) .caption__toggle {
    bottom: 15px;
    right: 15px;
}
.aluminum-system .caption__title {
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.aluminum-system .caption__text {
	line-height: 120%;	
}
@media (max-width: 767px) {
	.aluminum-system .caption__box {
		background: #fff;		
		border-radius: 6px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
		display: none;
	}
	.aluminum-system .caption__title .display {
		display: none;
	}	
}
@media (min-width: 768px) {
	.aluminum-system .title .display {
		display: block;
	}	
	.aluminum-system .desc {
		font-size: 18px;
		line-height: 122%;
		margin-bottom: 28px;
	}
	.aluminum-system .content__box {
		margin-bottom: 40px;
	}	
	.aluminum-system .content__img {
		width: 100%;
		padding: 41px 0;
	}
	.aluminum-system .content__img .image {
		width: 141px;
	}
	.aluminum-system .caption {
		width: 226px!important;
		height: auto!important;
	}	
	.aluminum-system .caption:nth-child(1) {
		top: 11px;
		left: 0;
	}
	.aluminum-system .caption:nth-child(2) {
		top: 134px;
		left: 0;
	}
	.aluminum-system .caption:nth-child(3) {
		bottom: 11px;
		left: 0;
		right: unset;
	}
	.aluminum-system .caption:nth-child(4) {
		top: 0;
		left: unset;
		right: 0;
	}
	.aluminum-system .caption:nth-child(5) {
		bottom: unset;
		top: 123px;
		left: unset;
		right: 0;
	}
	.aluminum-system .caption:nth-child(6) {
		bottom: 0;
		right: 0;
	}	
	.aluminum-system .caption__toggle {
		display: none;
	}
	.aluminum-system .caption .caption__box {
		padding: 0 !important;
		position: relative;
	}	
	.aluminum-system .caption:nth-child(1) .caption__box,
	.aluminum-system .caption:nth-child(2) .caption__box,
	.aluminum-system .caption:nth-child(3) .caption__box {
		text-align: right;
	}
	.aluminum-system .caption:nth-child(4) .caption__box,
	.aluminum-system .caption:nth-child(5) .caption__box,
	.aluminum-system .caption:nth-child(6) .caption__box {
		text-align: left;
	}
	.aluminum-system .caption__box.before:before,
	.aluminum-system .caption__box.after:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 7px;
	}	
	.aluminum-system .caption:nth-child(1) .caption__box:after {
		width: 77px;
		height: 100px;
		right: -87px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='77' height='100' viewBox='0 0 77 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.001302 2.66797C0.001302 4.14073 1.19521 5.33464 2.66797 5.33464C4.14073 5.33464 5.33464 4.14073 5.33464 2.66797C5.33464 1.19521 4.14073 0.001302 2.66797 0.001302C1.19521 0.001302 0.001302 1.19521 0.001302 2.66797ZM2.66797 2.66797L2.66785 3.16797C2.61395 3.16796 2.59168 3.15628 2.6392 3.17018C2.67203 3.17979 2.72245 3.1969 2.793 3.22398C2.93324 3.2778 3.12907 3.36171 3.37967 3.47772C3.87951 3.70911 4.57696 4.05874 5.44564 4.52631C7.18203 5.46095 9.59036 6.86027 12.4509 8.7128C18.1722 12.4181 25.6933 17.9304 33.2602 25.1547C48.4006 39.6097 63.6784 60.8729 65.1687 88.1952L65.668 88.168L66.1672 88.1407C64.6575 60.463 49.1854 38.9764 33.9507 24.4315C26.3301 17.1558 18.7575 11.6057 12.9944 7.87344C10.1128 6.0072 7.68125 4.59399 5.9196 3.64577C5.03925 3.17191 4.32312 2.81252 3.79977 2.57025C3.53878 2.44942 3.3206 2.35534 3.1513 2.29037C3.06708 2.25805 2.98885 2.23056 2.92 2.21042C2.86584 2.19457 2.76886 2.16799 2.66809 2.16797L2.66797 2.66797Z' fill='%23F26422'/%3e%3ccircle opacity='0.3' cx='66.168' cy='88.668' r='10.5' fill='%23F26422'/%3e%3cellipse cx='66.1708' cy='88.6669' rx='4.62' ry='4.62' fill='%23F26422'/%3e%3c/svg%3e ");
	}
	.aluminum-system .caption:nth-child(2) .caption__box:after {
		width: 147px;
		height: 113px;
		right: -157px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='147' height='113' viewBox='0 0 147 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.001302 2.66481C0.001302 4.13757 1.19521 5.33147 2.66797 5.33147C4.14073 5.33147 5.33464 4.13757 5.33464 2.66481C5.33464 1.19205 4.14073 -0.00185966 2.66797 -0.00185966C1.19521 -0.00185966 0.001302 1.19205 0.001302 2.66481ZM2.66797 2.66481L3.02069 3.01919C2.92272 3.1167 2.81679 3.13623 2.81328 3.13702C2.79034 3.14215 2.78054 3.14153 2.79382 3.14097C2.81845 3.13991 2.8713 3.14089 2.96105 3.14874C3.13679 3.16412 3.4003 3.20084 3.75306 3.26276C4.4555 3.38606 5.47644 3.60293 6.78455 3.9237C9.39911 4.56482 13.1431 5.61659 17.749 7.15162C26.9608 10.2216 39.6106 15.2214 53.5603 22.7271C81.4632 37.7405 114.538 62.7645 135.727 102.4L136.168 102.164L136.609 101.928C115.298 62.064 82.045 36.918 54.0341 21.8465C40.0269 14.3098 27.3232 9.28837 18.0652 6.20292C13.4362 4.66022 9.66618 3.60068 7.0227 2.95247C5.70178 2.62856 4.65768 2.40626 3.92595 2.27782C3.56161 2.21387 3.26575 2.17158 3.0482 2.15255C2.94129 2.14319 2.83902 2.13812 2.75108 2.14188C2.70808 2.14372 2.65263 2.14823 2.59482 2.16117C2.55644 2.16976 2.42642 2.19978 2.31525 2.31042L2.66797 2.66481Z' fill='%23F26422'/%3e%3ccircle opacity='0.3' cx='136.168' cy='102.164' r='10.5' fill='%23F26422'/%3e%3cellipse cx='136.171' cy='102.163' rx='4.62' ry='4.62' fill='%23F26422'/%3e%3c/svg%3e ");
	}
	.aluminum-system .caption:nth-child(3) .caption__box:after {
		width: 155px;
		height: 74px;
		right: -165px;		
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='155' height='74' viewBox='0 0 155 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.001302 5.79688C0.001302 7.26963 1.19521 8.46354 2.66797 8.46354C4.14073 8.46354 5.33464 7.26963 5.33464 5.79688C5.33464 4.32412 4.14073 3.13021 2.66797 3.13021C1.19521 3.13021 0.001302 4.32412 0.001302 5.79688ZM2.66797 5.79688L2.66784 6.29688C2.7543 6.2969 2.85348 6.2757 2.91006 6.26347C2.98629 6.24699 3.08223 6.22368 3.19407 6.19529C3.4182 6.1384 3.72729 6.05568 4.11116 5.9534C4.88167 5.7481 5.97145 5.45911 7.34916 5.12245C10.1045 4.44915 14.0127 3.58489 18.809 2.82175C28.4033 1.2952 41.5441 0.174426 56.1128 1.79282C85.2318 5.02759 120.07 19.2025 143.728 63.0313L144.168 62.7938L144.608 62.5563C120.766 18.3862 85.6042 4.06281 56.2232 0.798939C41.5418 -0.831979 28.3076 0.297844 18.6519 1.83417C13.8232 2.60247 9.88767 3.47271 7.11178 4.15103C5.72386 4.49019 4.62614 4.78129 3.85369 4.98711C3.46607 5.0904 3.16481 5.171 2.94802 5.22603C2.8394 5.25361 2.75724 5.27341 2.69877 5.28605C2.62064 5.30294 2.62852 5.29686 2.6681 5.29688L2.66797 5.79688Z' fill='%23F26422'/%3e%3ccircle opacity='0.3' cx='144.168' cy='62.7969' r='10.5' fill='%23F26422'/%3e%3cellipse cx='144.171' cy='62.7958' rx='4.62' ry='4.62' fill='%23F26422'/%3e%3c/svg%3e ");
	}
	.aluminum-system .caption:nth-child(4) .caption__box:before {
		width: 96px;
		height: 73px;
		left: -106px;		
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='96' height='73' viewBox='0 0 96 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M95.6667 2.66797C95.6667 4.14073 94.4728 5.33464 93 5.33464C91.5272 5.33464 90.3333 4.14073 90.3333 2.66797C90.3333 1.19521 91.5272 0.001302 93 0.001302C94.4728 0.001302 95.6667 1.19521 95.6667 2.66797ZM93 2.66797L93.0001 3.16797C91.5295 3.16832 35.3367 3.16579 11.4628 61.5865L11 61.3974L10.5372 61.2082C34.6633 2.17014 91.4705 2.16833 92.9999 2.16797L93 2.66797Z' fill='%23F26422'/%3e%3ccircle opacity='0.3' cx='10.5' cy='10.5' r='10.5' transform='matrix(-1 0 0 1 21 51.3984)' fill='%23F26422'/%3e%3cellipse cx='4.62' cy='4.62' rx='4.62' ry='4.62' transform='matrix(-1 0 0 1 15.1172 57.2773)' fill='%23F26422'/%3e%3c/svg%3e ");
	}
	.aluminum-system .caption:nth-child(5) .caption__box:before {
		width: 79px;
		height: 110px;
		left: -89px;		
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='79' height='110' viewBox='0 0 79 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M78.6667 2.66797C78.6667 4.14073 77.4728 5.33464 76 5.33464C74.5272 5.33464 73.3333 4.14073 73.3333 2.66797C73.3333 1.19521 74.5272 0.001302 76 0.001302C77.4728 0.001302 78.6667 1.19521 78.6667 2.66797ZM76 2.66797L76.0001 3.16797C76.0183 3.16796 75.9668 3.17096 75.7919 3.20998C75.6394 3.24401 75.4285 3.29697 75.1619 3.37083C74.6294 3.51836 73.8856 3.74618 72.9607 4.06471C71.1111 4.70162 68.5441 5.69881 65.5027 7.13623C59.4193 10.0113 51.4457 14.6439 43.5192 21.6707C27.6778 35.7139 12 59.3387 12 97.6953H11.5H11C11 59.0246 26.8222 35.1359 42.8558 20.9224C50.8668 13.8207 58.9245 9.13913 65.0754 6.23212C68.1512 4.77847 70.7522 3.76759 72.6351 3.1192C73.5763 2.79507 74.3398 2.56092 74.895 2.40713C75.1722 2.33033 75.4002 2.27279 75.5741 2.23399C75.7256 2.20017 75.888 2.168 75.9999 2.16797L76 2.66797Z' fill='%23F26422'/%3e%3ccircle opacity='0.3' cx='10.5' cy='10.5' r='10.5' transform='matrix(-1 0 0 1 21 88.1953)' fill='%23F26422'/%3e%3cellipse cx='4.62' cy='4.62' rx='4.62' ry='4.62' transform='matrix(-1 0 0 1 15.1172 94.0742)' fill='%23F26422'/%3e%3c/svg%3e ");
	}	
	.aluminum-system .caption:nth-child(6) .caption__box:before {
		width: 101px;
		height: 37px;
		top: -26px;
		left: -111px;		
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='101' height='37' viewBox='0 0 101 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100.667 33.9991C100.667 35.4719 99.4728 36.6658 98 36.6658C96.5272 36.6658 95.3333 35.4719 95.3333 33.9991C95.3333 32.5263 96.5272 31.3324 98 31.3324C99.4728 31.3324 100.667 32.5263 100.667 33.9991ZM98 33.9991L97.5875 34.2817C88.3902 20.8573 76.3513 11.1859 61.8492 6.60004C47.3475 2.01428 30.3368 2.49946 11.1709 9.46823L11 8.99833L10.8291 8.52843C30.1632 1.49854 47.4025 0.98289 62.1508 5.64658C76.8987 10.3102 89.1098 20.1385 98.4125 33.7165L98 33.9991Z' fill='%23F26422'/%3e%3ccircle opacity='0.3' cx='10.5' cy='10.5' r='10.5' transform='matrix(-1 0 0 1 21 0)' fill='%23F26422'/%3e%3cellipse cx='4.62' cy='4.62' rx='4.62' ry='4.62' transform='matrix(-1 0 0 1 15.1172 5.87891)' fill='%23F26422'/%3e%3c/svg%3e ");
	}	
	.aluminum-system .caption__title,
	.aluminum-system .caption__text {
		font-size: 18px;
		line-height: 120%;
	}
	.aluminum-system .button {
		width: 306px;
	}	
}
@media (min-width: 1200px) {
	.aluminum-system .desc {
		margin-bottom: 30px;
	}
	.aluminum-system .content__box {
		margin-bottom: 30px;
	}	
	.aluminum-system .content__img {
		width: 100%;
		padding: 0;
	}	
	.aluminum-system .content__img .image {
		width: 184px;
	}
	.aluminum-system .caption {
		width: 307px!important;
	}	
	.aluminum-system .caption:nth-child(1),
	.aluminum-system .caption:nth-child(2),
	.aluminum-system .caption:nth-child(3) {
		left: 0;
	}
	.aluminum-system .caption:nth-child(4),
	.aluminum-system .caption:nth-child(5),
	.aluminum-system .caption:nth-child(6) {
		right: 0;
	}	
	.aluminum-system .caption:nth-child(1) {
		top: 39px;
	}
	.aluminum-system .caption:nth-child(2) {
		top: 150px;	
	}
	.aluminum-system .caption:nth-child(3) {
		bottom: 38px;		
	}
	.aluminum-system .caption:nth-child(4) {
		top: 38px;		
	}
	.aluminum-system .caption:nth-child(5) {
		top: 160px;		
	}
	.aluminum-system .caption:nth-child(6) {
		bottom: 39px;		
	}	
	.aluminum-system .caption:nth-child(1) .caption__box:after {
		width: 110px;
		height: 36px;
		right: -120px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='110' height='36' viewBox='0 0 110 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.001302 2.66774C0.001302 4.1405 1.19521 5.33441 2.66797 5.33441C4.14073 5.33441 5.33464 4.1405 5.33464 2.66774C5.33464 1.19499 4.14073 0.00107801 2.66797 0.00107801C1.19521 0.00107801 0.001302 1.19499 0.001302 2.66774ZM2.66797 2.66774L2.66785 3.16774C2.74647 3.16776 2.89097 3.15417 3.05646 3.13732C3.23595 3.11905 3.47871 3.09254 3.77862 3.05973C4.37976 2.99397 5.2189 2.90194 6.26973 2.79632C8.37125 2.58509 11.3196 2.31947 14.8936 2.10206C22.043 1.66714 31.6912 1.42537 42.0684 2.19625C62.8661 3.74121 86.4137 9.34172 98.7717 25.4069L99.168 25.102L99.5643 24.7972C86.9222 8.36261 62.9698 2.74616 42.1425 1.199C31.7073 0.423814 22.0117 0.667194 14.8329 1.1039C11.2429 1.32229 8.2811 1.58911 6.16972 1.80133C5.11411 1.90743 4.27112 1.99989 3.66987 2.06566C3.36858 2.09862 3.13008 2.12466 2.95516 2.14247C2.86764 2.15138 2.79841 2.15799 2.74646 2.16232C2.68894 2.16712 2.66804 2.16774 2.66809 2.16774L2.66797 2.66774Z' fill='%23F26422'/%3e%3ccircle opacity='0.3' cx='99.168' cy='25.1016' r='10.5' fill='%23F26422'/%3e%3cellipse cx='99.1708' cy='25.1005' rx='4.62' ry='4.62' fill='%23F26422'/%3e%3c/svg%3e ");
	}
	.aluminum-system .caption:nth-child(2) .caption__box:after {
		width: 197px;
		height: 118px;
		right: -207px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='197' height='118' viewBox='0 0 197 118' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.001302 2.66839C0.001302 4.14115 1.19521 5.33505 2.66797 5.33505C4.14073 5.33505 5.33464 4.14115 5.33464 2.66839C5.33464 1.19563 4.14073 0.001719 2.66797 0.001719C1.19521 0.001719 0.001302 1.19563 0.001302 2.66839ZM2.66797 2.66839L3.02069 3.02277C2.95969 3.08349 2.89922 3.1105 2.87967 3.11885C2.85418 3.12973 2.83565 3.13449 2.83069 3.13572C2.82079 3.13819 2.8242 3.13657 2.84939 3.1338C2.89747 3.1285 2.97901 3.1238 3.10034 3.12195C3.33999 3.11829 3.69453 3.12619 4.16243 3.14902C5.09604 3.19455 6.45625 3.29824 8.20076 3.47887C11.6887 3.84001 16.7007 4.5075 22.8884 5.62749C35.2638 7.8675 52.3335 11.9161 71.3112 18.9393C109.271 32.9873 154.829 58.9224 185.75 106.053L186.168 105.779L186.586 105.505C155.507 58.1339 109.737 32.0934 71.6582 18.0014C52.6165 10.9546 35.489 6.89201 23.0665 4.64348C16.8551 3.51919 11.818 2.84806 8.30375 2.48418C6.54716 2.3023 5.16802 2.19688 4.21115 2.1502C3.73382 2.12692 3.35534 2.11794 3.08508 2.12206C2.95146 2.1241 2.83383 2.12946 2.73987 2.13981C2.69404 2.14486 2.64072 2.15246 2.58854 2.16548C2.56245 2.172 2.52639 2.18236 2.48701 2.19917C2.45357 2.21345 2.38285 2.24672 2.31525 2.314L2.66797 2.66839Z' fill='%23F26422'/%3e%3ccircle opacity='0.3' cx='186.168' cy='106.777' r='10.5' fill='%23F26422'/%3e%3cellipse cx='186.171' cy='106.776' rx='4.62' ry='4.62' fill='%23F26422'/%3e%3c/svg%3e ");
	}
	.aluminum-system .caption:nth-child(3) .caption__box:after {
		width: 207px;
		height: 106px;
		right: -217px;	
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='207' height='106' viewBox='0 0 207 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.001302 2.66729C0.001302 4.14005 1.19521 5.33396 2.66797 5.33396C4.14073 5.33396 5.33464 4.14005 5.33464 2.66729C5.33464 1.19453 4.14073 0.000627041 2.66797 0.000627041C1.19521 0.000627041 0.001302 1.19453 0.001302 2.66729ZM2.66797 2.66729L2.66784 3.16729C4.18305 3.1677 125.926 -0.789593 195.763 95.9833L196.168 95.6907L196.573 95.3981C126.41 -1.82759 4.15289 2.16769 2.6681 2.16729L2.66797 2.66729Z' fill='%23F26422'/%3e%3ccircle opacity='0.3' cx='196.168' cy='95.1914' r='10.5' fill='%23F26422'/%3e%3cellipse cx='196.171' cy='95.1903' rx='4.62' ry='4.62' fill='%23F26422'/%3e%3c/svg%3e ");
	}
	.aluminum-system .caption:nth-child(4) .caption__box:before {
		width: 131px;
		height: 42px;
		left: -141px;		
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='131' height='42' viewBox='0 0 131 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M130.667 2.66643C130.667 4.13919 129.473 5.33309 128 5.33309C126.527 5.33309 125.333 4.13919 125.333 2.66643C125.333 1.19367 126.527 -0.000239253 128 -0.000239253C129.473 -0.000239253 130.667 1.19367 130.667 2.66643ZM128 2.66643L128 3.16643C127.152 3.16663 106.528 0.673299 81.7316 2.86646C56.9405 5.05914 28.2353 11.9298 11.3704 30.5303L11 30.1945L10.6296 29.8586C27.7647 10.96 56.8095 4.06681 81.6434 1.87035C94.0771 0.77063 105.49 0.845482 113.888 1.19495C118.087 1.3697 121.534 1.61317 123.977 1.81299C125.199 1.91289 126.17 2.00187 126.859 2.0658C127.204 2.09783 127.475 2.12337 127.673 2.14096C127.772 2.14976 127.85 2.15638 127.909 2.16076C127.938 2.16295 127.961 2.16446 127.978 2.1654C127.997 2.16644 128.002 2.16643 128 2.16643L128 2.66643Z' fill='%23F26422'/%3e%3ccircle opacity='0.3' cx='10.5' cy='10.5' r='10.5' transform='matrix(-1 0 0 1 21 20.1953)' fill='%23F26422'/%3e%3cellipse cx='4.62' cy='4.62' rx='4.62' ry='4.62' transform='matrix(-1 0 0 1 15.1172 26.0742)' fill='%23F26422'/%3e%3c/svg%3e ");
	}
	.aluminum-system .caption:nth-child(5) .caption__box:before {
		width: 109px;
		height: 90px;
		left: -119px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='109' height='90' viewBox='0 0 109 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M108.167 2.66797C108.167 4.14073 106.973 5.33464 105.5 5.33464C104.027 5.33464 102.833 4.14073 102.833 2.66797C102.833 1.19521 104.027 0.001302 105.5 0.001302C106.973 0.001302 108.167 1.19521 108.167 2.66797ZM105.5 2.66797L105.5 3.16797C104.804 3.16813 86.7556 3.90944 66.2137 13.6201C45.6889 23.3227 22.6804 41.9742 11.9791 77.811L11.5 77.668L11.0209 77.5249C21.8196 41.3617 45.0611 22.5134 65.7863 12.7161C86.4944 2.92685 104.696 2.16816 105.5 2.16797L105.5 2.66797Z' fill='%23F26422'/%3e%3ccircle opacity='0.3' cx='10.5' cy='10.5' r='10.5' transform='matrix(-1 0 0 1 21 68.168)' fill='%23F26422'/%3e%3cellipse cx='4.62' cy='4.62' rx='4.62' ry='4.62' transform='matrix(-1 0 0 1 15.1172 74.0469)' fill='%23F26422'/%3e%3c/svg%3e ");
	}
	.aluminum-system .caption:nth-child(6) .caption__box:before {
		width: 135px;
		height: 29px;
		top: -16px;
		left: -145px;		
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='135' height='29' viewBox='0 0 135 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M134.667 25.4721C134.667 26.9448 133.473 28.1387 132 28.1387C130.527 28.1387 129.333 26.9448 129.333 25.4721C129.333 23.9993 130.527 22.8054 132 22.8054C133.473 22.8054 134.667 23.9993 134.667 25.4721ZM132 25.4721L131.68 25.8564C119.779 15.9526 99.2561 8.35606 76.8632 4.99138C54.4787 1.62796 30.3185 2.50762 11.1709 9.46974L11 8.99984L10.8291 8.52994C30.1815 1.4934 54.5213 0.623144 77.0118 4.00248C99.4939 7.38056 120.221 15.0194 132.32 25.0877L132 25.4721Z' fill='%23F26422'/%3e%3ccircle opacity='0.3' cx='10.5' cy='10.5' r='10.5' transform='matrix(-1 0 0 1 21 0)' fill='%23F26422'/%3e%3cellipse cx='4.62' cy='4.62' rx='4.62' ry='4.62' transform='matrix(-1 0 0 1 15.1172 5.87891)' fill='%23F26422'/%3e%3c/svg%3e ");
	}
}	