/*.proplay-compare-table-wrap{width:100%;overflow-x:auto}
.proplay-compare-table{width:100%;border-collapse:collapse}
.proplay-compare-table thead{background-color:#f5f5f5}
.proplay-compare-table th,.proplay-compare-table td{padding:12px 16px;text-align:left;border:1px solid #e0e0e0}
.proplay-compare-table th{font-weight:600;color:#333}
.proplay-compare-table tbody tr:nth-child(odd){background-color:#fafafa}
*/



/* sticky */

@media (min-width: 992px) {
	.site-wrap:has(.proplay-compare-table),
	.site-wrapper:has(.proplay-compare-table) {
		overflow: unset;
	}
}
/* end sticky */


.proplay-compare-table-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}
.proplay-compare-table-wrap .o-t-row {
	display: flex;
	flex-direction: row;
}
@media (min-width: 992px) {
	.proplay-compare-table-wrap {
		margin-top: 36px;
	}
	.proplay-compare-table-wrap .o-t-row > .o-t-cell {
		width: calc((100% - 220px) / 3 + 1px);
	}
	.proplay-compare-table-wrap .o-t-row > .o-t-cell:first-child  {
		width: 221px;
	}
}

.proplay-compare-table-wrap .sticky-head {
	background: #1463A5;
	border-radius: 20px 20px 0 0;
	position: sticky;
    top: 14px;
}
.proplay-compare-table-wrap .sticky-head .o-t-cell{
	padding: 16px 20px;
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 22px */
}

.proplay-compare-table-wrap .sticky-head .compare-table-proplaygrounds {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.proplay-compare-table-wrap .o-t-cell.compare-table-feature {
	background: #1E75BE;
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 22px */
	display: flex;
    align-items: center;
    justify-content: center;
}

.proplay-compare-table-wrap .sticky-head .o-t-cell {
	border: 1px solid #C9D5DF;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.proplay-compare-table-wrap .sticky-head .o-t-cell.compare-table-ask {
	border-radius: 0 20px 0 0;
}

.proplay-compare-table-wrap .sticky-head .o-t-cell.compare-table-feature { 
	border-radius: 20px 0 0 0;
	border: 1px solid #C9D5DF;
	background: #1463A5;
	margin-left: -1px;
}

.proplay-compare-table-wrap .sticky-head .o-t-cell.compare-table-proplaygrounds {
	margin-top: -14px;
	border-radius: 8px 8px 0 0;
	border: 1px solid #C9D5DF;
	background: #1E75BE;
}

.proplay-compare-table-wrap .compare-table-proplaygrounds { 
	margin-left: -1px;
}
.proplay-compare-table-wrap .compare-table-others { 
	margin-left: -1px;
}
.proplay-compare-table-wrap .compare-table-ask { 
	margin-left: -1px;
}

.proplay-compare-table-wrap .o-t-body .o-t-row {
	margin-top: -1px;
}



.proplay-compare-table-wrap .compare-table-feature {
	border: 1px solid #C9D5DF;
	margin-left: -1px;
}

.proplay-compare-table-wrap .o-t-body .compare-table-proplaygrounds {
	border: 1px solid #C9D5DF;
	background: #FFF;
	margin-left: -1px;
}

.proplay-compare-table-wrap .o-t-body .compare-table-others {
	border: 1px solid #C9D5DF;
	background: #F4F8FC;
	margin-left: -1px;
}

.proplay-compare-table-wrap .o-t-body .compare-table-ask {
	border: 1px solid #C9D5DF;
	background: #FFFBF2;
	margin-left: -1px;
}

.proplay-compare-table-wrap .o-t-body .o-t-cell {
	padding: 24px 16px;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}


.proplay-compare-table-wrap .o-t-body .o-t-row:last-child .compare-table-feature {
	border-radius: 0 0 0 20px;
}

.proplay-compare-table-wrap .o-t-body .o-t-row:last-child .compare-table-ask {
	border-radius: 0 0 20px 0;
}
.proplay-compare-table-wrap .o-t-body .o-t-cell p {
	color: #222;
	text-align: center;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
}

.proplay-compare-table-wrap h4 {
	color: #1E75BE;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 22px */
	text-transform: capitalize;
}
.proplay-compare-table-wrap h4.yes,
.proplay-compare-table-wrap h4.no,
.proplay-compare-table-wrap h4.ask {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.proplay-compare-table-wrap h4.yes {
	color: #1E75BE;
}
.proplay-compare-table-wrap h4.no {
	color: #DF3A3A;
}
.proplay-compare-table-wrap h4.ask {
	color: #1E75BE;
}
.proplay-compare-table-wrap h4.yes:before {
	content: url("data:image/svg+xml,%0A%3Csvg width='64' height='24' viewBox='0 0 64 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='64' height='24' rx='12' fill='%2389BE1E'/%3E%3Cg filter='url(%23filter0_d_1563_158)'%3E%3Cg clip-path='url(%23clip0_1563_158)'%3E%3Cpath d='M12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20ZM15.5312 10.5312L11.5312 14.5312C11.2375 14.825 10.7625 14.825 10.4719 14.5312L8.47188 12.5312C8.17813 12.2375 8.17813 11.7625 8.47188 11.4719C8.76563 11.1813 9.24062 11.1781 9.53125 11.4719L11 12.9406L14.4688 9.46875C14.7625 9.175 15.2375 9.175 15.5281 9.46875C15.8187 9.7625 15.8219 10.2375 15.5281 10.5281L15.5312 10.5312Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cg filter='url(%23filter1_d_1563_158)'%3E%3Cpath d='M28.112 18V13.424L28.704 14.992L23.776 6.8H26.528L30.304 13.088H28.72L32.512 6.8H35.056L30.128 14.992L30.704 13.424V18H28.112ZM35.9686 18V6.8H44.4326V8.88H38.5446V15.92H44.6406V18H35.9686ZM38.3526 13.328V11.312H43.7446V13.328H38.3526ZM50.383 18.192C49.487 18.192 48.6283 18.0747 47.807 17.84C46.9857 17.5947 46.3243 17.28 45.823 16.896L46.703 14.944C47.183 15.2853 47.7483 15.568 48.399 15.792C49.0603 16.0053 49.727 16.112 50.399 16.112C50.911 16.112 51.3217 16.064 51.631 15.968C51.951 15.8613 52.1857 15.7173 52.335 15.536C52.4843 15.3547 52.559 15.1467 52.559 14.912C52.559 14.6133 52.4417 14.3787 52.207 14.208C51.9723 14.0267 51.663 13.8827 51.279 13.776C50.895 13.6587 50.4683 13.552 49.999 13.456C49.5403 13.3493 49.0763 13.2213 48.607 13.072C48.1483 12.9227 47.727 12.7307 47.343 12.496C46.959 12.2613 46.6443 11.952 46.399 11.568C46.1643 11.184 46.047 10.6933 46.047 10.096C46.047 9.456 46.2177 8.87467 46.559 8.352C46.911 7.81867 47.4337 7.39733 48.127 7.088C48.831 6.768 49.711 6.608 50.767 6.608C51.471 6.608 52.1643 6.69333 52.847 6.864C53.5297 7.024 54.1323 7.26933 54.655 7.6L53.855 9.568C53.3323 9.26933 52.8097 9.05067 52.287 8.912C51.7643 8.76267 51.2523 8.688 50.751 8.688C50.2497 8.688 49.839 8.74667 49.519 8.864C49.199 8.98133 48.9697 9.136 48.831 9.328C48.6923 9.50933 48.623 9.72267 48.623 9.968C48.623 10.256 48.7403 10.4907 48.975 10.672C49.2097 10.8427 49.519 10.9813 49.903 11.088C50.287 11.1947 50.7083 11.3013 51.167 11.408C51.6363 11.5147 52.1003 11.6373 52.559 11.776C53.0283 11.9147 53.455 12.1013 53.839 12.336C54.223 12.5707 54.5323 12.88 54.767 13.264C55.0123 13.648 55.135 14.1333 55.135 14.72C55.135 15.3493 54.959 15.9253 54.607 16.448C54.255 16.9707 53.727 17.392 53.023 17.712C52.3297 18.032 51.4497 18.192 50.383 18.192Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_1563_158' x='2' y='4' width='18' height='18' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeGaussianBlur stdDeviation='0.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.0633681 0 0 0 0 0.194379 0 0 0 0 0.304167 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1563_158'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1563_158' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_1563_158' x='21.7764' y='6.60791' width='33.3584' height='13.584' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeGaussianBlur stdDeviation='0.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.0633681 0 0 0 0 0.194379 0 0 0 0 0.304167 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1563_158'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1563_158' result='shape'/%3E%3C/filter%3E%3CclipPath id='clip0_1563_158'%3E%3Crect width='16' height='16' fill='white' transform='translate(4 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.proplay-compare-table-wrap h4.no:before {
	content: url("data:image/svg+xml,%0A%3Csvg width='56' height='24' viewBox='0 0 56 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='56' height='24' rx='12' fill='%23DF3A3A'/%3E%3Cg clip-path='url(%23clip0_1563_225)'%3E%3Cg filter='url(%23filter0_d_1563_225)'%3E%3Cpath d='M12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20ZM9.46875 9.46875C9.7625 9.175 10.2375 9.175 10.5281 9.46875L11.9969 10.9375L13.4656 9.46875C13.7594 9.175 14.2344 9.175 14.525 9.46875C14.8156 9.7625 14.8187 10.2375 14.525 10.5281L13.0562 11.9969L14.525 13.4656C14.8187 13.7594 14.8187 14.2344 14.525 14.525C14.2312 14.8156 13.7562 14.8187 13.4656 14.525L11.9969 13.0562L10.5281 14.525C10.2344 14.8187 9.75938 14.8187 9.46875 14.525C9.17812 14.2312 9.175 13.7562 9.46875 13.4656L10.9375 11.9969L9.46875 10.5281C9.175 10.2344 9.175 9.75938 9.46875 9.46875Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cg filter='url(%23filter1_d_1563_225)'%3E%3Cpath d='M25.328 18V6.8H27.472L34.08 14.864H33.04V6.8H35.6V18H33.472L26.848 9.936H27.888V18H25.328ZM43.6899 18.192C42.8045 18.192 41.9832 18.048 41.2259 17.76C40.4792 17.472 39.8285 17.0667 39.2739 16.544C38.7299 16.0213 38.3032 15.408 37.9939 14.704C37.6952 14 37.5459 13.232 37.5459 12.4C37.5459 11.568 37.6952 10.8 37.9939 10.096C38.3032 9.392 38.7352 8.77867 39.2899 8.256C39.8445 7.73333 40.4952 7.328 41.2419 7.04C41.9885 6.752 42.7992 6.608 43.6739 6.608C44.5592 6.608 45.3699 6.752 46.1059 7.04C46.8525 7.328 47.4979 7.73333 48.0419 8.256C48.5965 8.77867 49.0285 9.392 49.3379 10.096C49.6472 10.7893 49.8019 11.5573 49.8019 12.4C49.8019 13.232 49.6472 14.0053 49.3379 14.72C49.0285 15.424 48.5965 16.0373 48.0419 16.56C47.4979 17.072 46.8525 17.472 46.1059 17.76C45.3699 18.048 44.5645 18.192 43.6899 18.192ZM43.6739 15.984C44.1752 15.984 44.6339 15.8987 45.0499 15.728C45.4765 15.5573 45.8499 15.312 46.1699 14.992C46.4899 14.672 46.7352 14.2933 46.9059 13.856C47.0872 13.4187 47.1779 12.9333 47.1779 12.4C47.1779 11.8667 47.0872 11.3813 46.9059 10.944C46.7352 10.5067 46.4899 10.128 46.1699 9.808C45.8605 9.488 45.4925 9.24267 45.0659 9.072C44.6392 8.90133 44.1752 8.816 43.6739 8.816C43.1725 8.816 42.7085 8.90133 42.2819 9.072C41.8659 9.24267 41.4979 9.488 41.1779 9.808C40.8579 10.128 40.6072 10.5067 40.4259 10.944C40.2552 11.3813 40.1699 11.8667 40.1699 12.4C40.1699 12.9227 40.2552 13.408 40.4259 13.856C40.6072 14.2933 40.8525 14.672 41.1619 14.992C41.4819 15.312 41.8552 15.5573 42.2819 15.728C42.7085 15.8987 43.1725 15.984 43.6739 15.984Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_1563_225' x='2' y='4' width='18' height='18' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeGaussianBlur stdDeviation='0.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.0633681 0 0 0 0 0.194379 0 0 0 0 0.304167 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1563_225'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1563_225' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_1563_225' x='23.3281' y='6.60791' width='26.4736' height='13.584' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeGaussianBlur stdDeviation='0.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.0633681 0 0 0 0 0.194379 0 0 0 0 0.304167 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1563_225'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1563_225' result='shape'/%3E%3C/filter%3E%3CclipPath id='clip0_1563_225'%3E%3Crect width='16' height='16' fill='white' transform='translate(4 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	/*content: url("data:image/svg+xml,%0A%3Csvg width='59' height='24' viewBox='0 0 59 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='59' height='24' rx='12' fill='%23DF3A3A'/%3E%3Cg clip-path='url(%23clip0_1563_165)'%3E%3Cg filter='url(%23filter0_d_1563_165)'%3E%3Cpath d='M12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20ZM9.46875 9.46875C9.7625 9.175 10.2375 9.175 10.5281 9.46875L11.9969 10.9375L13.4656 9.46875C13.7594 9.175 14.2344 9.175 14.525 9.46875C14.8156 9.7625 14.8187 10.2375 14.525 10.5281L13.0562 11.9969L14.525 13.4656C14.8187 13.7594 14.8187 14.2344 14.525 14.525C14.2312 14.8156 13.7562 14.8187 13.4656 14.525L11.9969 13.0562L10.5281 14.525C10.2344 14.8187 9.75938 14.8187 9.46875 14.525C9.17812 14.2312 9.175 13.7562 9.46875 13.4656L10.9375 11.9969L9.46875 10.5281C9.175 10.2344 9.175 9.75938 9.46875 9.46875Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cg filter='url(%23filter1_d_1563_165)'%3E%3Cpath d='M25.328 18V6.8H27.472L34.08 14.864H33.04V6.8H35.6V18H33.472L26.848 9.936H27.888V18H25.328ZM43.6899 18.192C42.8045 18.192 41.9832 18.048 41.2259 17.76C40.4792 17.472 39.8285 17.0667 39.2739 16.544C38.7299 16.0213 38.3032 15.408 37.9939 14.704C37.6952 14 37.5459 13.232 37.5459 12.4C37.5459 11.568 37.6952 10.8 37.9939 10.096C38.3032 9.392 38.7352 8.77867 39.2899 8.256C39.8445 7.73333 40.4952 7.328 41.2419 7.04C41.9885 6.752 42.7992 6.608 43.6739 6.608C44.5592 6.608 45.3699 6.752 46.1059 7.04C46.8525 7.328 47.4979 7.73333 48.0419 8.256C48.5965 8.77867 49.0285 9.392 49.3379 10.096C49.6472 10.7893 49.8019 11.5573 49.8019 12.4C49.8019 13.232 49.6472 14.0053 49.3379 14.72C49.0285 15.424 48.5965 16.0373 48.0419 16.56C47.4979 17.072 46.8525 17.472 46.1059 17.76C45.3699 18.048 44.5645 18.192 43.6899 18.192ZM43.6739 15.984C44.1752 15.984 44.6339 15.8987 45.0499 15.728C45.4765 15.5573 45.8499 15.312 46.1699 14.992C46.4899 14.672 46.7352 14.2933 46.9059 13.856C47.0872 13.4187 47.1779 12.9333 47.1779 12.4C47.1779 11.8667 47.0872 11.3813 46.9059 10.944C46.7352 10.5067 46.4899 10.128 46.1699 9.808C45.8605 9.488 45.4925 9.24267 45.0659 9.072C44.6392 8.90133 44.1752 8.816 43.6739 8.816C43.1725 8.816 42.7085 8.90133 42.2819 9.072C41.8659 9.24267 41.4979 9.488 41.1779 9.808C40.8579 10.128 40.6072 10.5067 40.4259 10.944C40.2552 11.3813 40.1699 11.8667 40.1699 12.4C40.1699 12.9227 40.2552 13.408 40.4259 13.856C40.6072 14.2933 40.8525 14.672 41.1619 14.992C41.4819 15.312 41.8552 15.5573 42.2819 15.728C42.7085 15.8987 43.1725 15.984 43.6739 15.984Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_1563_165' x='2' y='4' width='18' height='18' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeGaussianBlur stdDeviation='0.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.0633681 0 0 0 0 0.194379 0 0 0 0 0.304167 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1563_165'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1563_165' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_1563_165' x='23.3281' y='6.60791' width='26.4736' height='13.584' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeGaussianBlur stdDeviation='0.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.0633681 0 0 0 0 0.194379 0 0 0 0 0.304167 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1563_165'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1563_165' result='shape'/%3E%3C/filter%3E%3CclipPath id='clip0_1563_165'%3E%3Crect width='16' height='16' fill='white' transform='translate(4 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");*/
}
.proplay-compare-table-wrap h4.ask:before {
	content: url("data:image/svg+xml,%0A%3Csvg width='42' height='32' viewBox='0 0 42 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0403 25.2641C11.9378 25.7449 10.6543 25.241 10.1735 24.1385L9.80418 23.2918C8.94484 21.3214 9.41692 19.0178 10.9789 17.5594C12.1538 16.4624 12.4498 14.6983 11.6986 13.2696C10.876 11.7051 9.00135 10.9772 7.33812 11.5767C5.57837 12.2097 4.59315 14.1096 5.09378 15.9001C5.13851 16.0601 5.19527 16.2194 5.2625 16.3734C5.74333 17.4759 5.23936 18.7594 4.13694 19.2403C3.03452 19.7211 1.75094 19.2171 1.27011 18.1147C1.12273 17.7768 0.997921 17.4262 0.899121 17.0729C-0.212621 13.0965 1.96686 8.88184 5.86152 7.47901C9.55857 6.14677 13.7254 7.76478 15.554 11.2427C17.2158 14.4037 16.5569 18.3105 13.9516 20.7432C13.7361 20.9444 13.6739 21.2689 13.7967 21.5507L14.166 22.3974C14.6467 23.4998 14.1428 24.7833 13.0403 25.2641Z' fill='%23FED22B'/%3E%3Cpath d='M15.6314 31.2038C14.5289 31.6846 13.2454 31.1806 12.7645 30.0782L12.7573 30.0617C12.2765 28.9592 12.7805 27.6757 13.8829 27.1948C14.9854 26.714 16.2689 27.218 16.7497 28.3204L16.7569 28.3369C17.2378 29.4394 16.7338 30.7229 15.6314 31.2038Z' fill='%23FED22B'/%3E%3Cpath d='M2.66329 16.3035C2.76168 16.6569 2.88706 17.0069 3.03444 17.3449C3.37714 18.1307 4.12738 18.6128 4.92922 18.65C4.72042 18.8977 4.45346 19.1019 4.13637 19.2402C3.03461 19.7207 1.75054 19.2174 1.26963 18.1147C1.12224 17.7766 0.997844 17.4262 0.899454 17.0728C-0.213188 13.0958 1.96711 8.88146 5.86128 7.47855C6.00081 7.42841 6.14107 7.38261 6.28208 7.34131C3.24865 9.13426 1.68699 12.8106 2.66329 16.3035Z' fill='%23FFB600'/%3E%3Cpath d='M12.743 16.7894C11.1813 18.2479 10.7087 20.5522 11.5681 22.5223L11.9373 23.3688C12.2799 24.1546 13.0312 24.6362 13.833 24.6734C13.6242 24.9212 13.3573 25.1254 13.0402 25.2637C11.9374 25.7447 10.6543 25.2409 10.1734 24.1381L9.80423 23.2916C8.94496 21.3214 9.41647 19.0176 10.9792 17.5587C12.1537 16.4614 12.4493 14.6983 11.698 13.2696C10.992 11.9256 9.50971 11.199 8.05176 11.4016C8.35871 11.1503 8.71179 10.9476 9.10249 10.8069C10.7659 10.2072 12.6402 10.9349 13.4628 12.4998C14.2141 13.9286 13.9176 15.6921 12.743 16.7894Z' fill='%23FFB600'/%3E%3Cpath d='M16.4242 30.6134C16.2154 30.8611 15.9484 31.0653 15.6314 31.2036C14.5286 31.6846 13.2455 31.1808 12.7646 30.0781L12.7572 30.0611C12.2767 28.9594 12.7801 27.6753 13.8828 27.1944C14.1999 27.0561 14.5312 26.9994 14.8548 27.0149C14.3369 27.6288 14.1788 28.5072 14.5211 29.2919L14.5284 29.3089C14.8711 30.0944 15.6224 30.5762 16.4242 30.6134Z' fill='%23FFB600'/%3E%3Cpath d='M30.4148 25.0518C29.253 24.7405 28.5636 23.5463 28.8749 22.3845L29.114 21.4922C29.6704 19.4159 31.4755 17.9089 33.606 17.7423C35.2086 17.6169 36.5397 16.4221 36.843 14.8366C37.1751 13.1005 36.1631 11.3629 34.4889 10.7946C32.7183 10.1926 30.7636 11.064 30.0388 12.776C29.9741 12.929 29.9192 13.089 29.8757 13.2513C29.5644 14.4131 28.3702 15.1025 27.2084 14.7912C26.0466 14.48 25.3572 13.2858 25.6685 12.124C25.7639 11.7678 25.8848 11.4159 26.0279 11.0781C27.6375 7.27583 31.969 5.33901 35.8887 6.67003C39.61 7.93308 41.8595 11.7958 41.1211 15.6551C40.4499 19.1627 37.4994 21.8067 33.9457 22.0847C33.6517 22.1077 33.4008 22.3226 33.3212 22.6196L33.0822 23.5119C32.7708 24.6737 31.5765 25.3631 30.4148 25.0518Z' fill='%2398C333'/%3E%3Cpath d='M28.7396 31.3113C27.5779 31 26.8885 29.8058 27.1997 28.644L27.2044 28.6266C27.5157 27.4648 28.7099 26.7754 29.8717 27.0867C31.0335 27.398 31.7229 28.5922 31.4116 29.754L31.4069 29.7714C31.0956 30.9332 29.9014 31.6226 28.7396 31.3113Z' fill='%2398C333'/%3E%3Cpath d='M27.8874 11.5768C27.7439 11.9145 27.6238 12.2664 27.5283 12.6226C27.3064 13.4505 27.5925 14.2952 28.1963 14.8241C27.8786 14.8877 27.5426 14.881 27.2084 14.7914C26.0473 14.4803 25.3571 13.2864 25.6685 12.1242C25.7639 11.7681 25.8851 11.4165 26.0286 11.0788C27.6378 7.27562 31.9698 5.33953 35.8893 6.67014C36.0296 6.71791 36.1678 6.76951 36.3038 6.82513C32.8143 6.33604 29.3014 8.23712 27.8874 11.5768Z' fill='%236C8B23'/%3E%3Cpath d='M35.467 18.2407C33.3367 18.4075 31.5307 19.9147 30.9744 21.9909L30.7353 22.8829C30.5135 23.7109 30.8006 24.5559 31.4044 25.0848C31.0866 25.1484 30.7506 25.1416 30.4165 25.0521C29.2543 24.7407 28.5652 23.5469 28.8766 22.3849L29.1156 21.4928C29.6719 19.4167 31.4768 17.9092 33.6082 17.7427C35.2107 17.6169 36.5409 16.4226 36.8441 14.8371C37.1298 13.346 36.4239 11.8539 35.1575 11.1036C35.5542 11.0983 35.9566 11.16 36.3499 11.2936C38.0244 11.8616 39.0363 13.5991 38.7039 15.3355C38.4007 16.9208 37.0695 18.1148 35.467 18.2407Z' fill='%236C8B23'/%3E%3Cpath d='M29.7276 31.3438C29.4099 31.4074 29.0739 31.4007 28.7397 31.3111C27.5776 30.9997 26.8884 29.8061 27.1998 28.6439L27.2046 28.6261C27.5157 27.465 28.7097 26.7748 29.8718 27.0862C30.2059 27.1758 30.5003 27.3379 30.7437 27.5518C29.956 27.709 29.2849 28.2972 29.0633 29.1241L29.0585 29.1419C28.8367 29.97 29.1238 30.815 29.7276 31.3438Z' fill='%236C8B23'/%3E%3Cpath d='M21.9199 22.1583C20.5695 22.1583 19.4747 21.0636 19.4747 19.7132V18.676C19.4747 16.2626 20.9945 14.1038 23.2565 13.304C24.958 12.7023 26.0544 11.0197 25.9226 9.21213C25.7783 7.23286 24.1757 5.64241 22.1949 5.5127C20.0998 5.37431 18.2331 6.88739 17.9447 8.95466C17.919 9.13942 17.9059 9.32884 17.9059 9.51761C17.9059 10.868 16.8112 11.9627 15.4608 11.9627C14.1104 11.9627 13.0156 10.868 13.0156 9.51761C13.0156 9.10368 13.0445 8.68689 13.1014 8.27893C13.7421 3.68777 17.8767 0.328576 22.5144 0.632908C26.9171 0.921211 30.479 4.45666 30.7998 8.8566C31.0913 12.8556 28.6597 16.5804 24.8866 17.9145C24.5745 18.0249 24.3648 18.3309 24.3648 18.676V19.7132C24.365 21.0636 23.2703 22.1583 21.9199 22.1583Z' fill='%231E75BE'/%3E%3Cpath d='M21.9168 29.4332C20.5664 29.4332 19.4717 28.3385 19.4717 26.9881V26.9678C19.4717 25.6174 20.5664 24.5227 21.9168 24.5227C23.2672 24.5227 24.3619 25.6174 24.3619 26.9678V26.9881C24.3619 28.3385 23.2672 29.4332 21.9168 29.4332Z' fill='%231E75BE'/%3E%3Cpath d='M15.2627 8.27899C15.2053 8.68686 15.1773 9.10341 15.1773 9.51742C15.1773 10.4798 15.7329 11.3127 16.5415 11.7109C16.2154 11.8721 15.849 11.9625 15.4607 11.9625C14.1111 11.9625 13.0156 10.8681 13.0156 9.51742C13.0156 9.10341 13.0449 8.68694 13.1023 8.27899C13.7423 3.68684 17.8777 0.328306 22.515 0.632394C22.6811 0.643353 22.846 0.65922 23.0096 0.679994C19.0831 1.16369 15.8258 4.24619 15.2627 8.27899Z' fill='%231463A5'/%3E%3Cpath d='M25.4164 13.3034C23.1546 14.1033 21.6341 16.2626 21.6341 18.6759V19.7128C21.6341 20.6752 22.191 21.5082 22.9995 21.9063C22.6734 22.0675 22.307 22.1579 21.9187 22.1579C20.568 22.1579 19.4736 21.0636 19.4736 19.7128V18.6759C19.4736 16.2626 20.9929 14.1033 23.256 13.3034C24.9573 12.7012 26.0528 11.0195 25.9209 9.21202C25.7976 7.51197 24.5982 6.09892 23.0069 5.6531C23.4355 5.53222 23.8899 5.48208 24.3552 5.51267C26.3362 5.64214 27.9385 7.23226 28.0826 9.21202C28.2145 11.0195 27.1177 12.7012 25.4164 13.3034Z' fill='%231463A5'/%3E%3Cpath d='M22.9976 29.182C22.6715 29.3432 22.3051 29.4336 21.9167 29.4336C20.566 29.4336 19.4717 28.3393 19.4717 26.9885V26.9678C19.4717 25.6183 20.566 24.5227 21.9167 24.5227C22.3051 24.5227 22.6715 24.6131 22.9976 24.7743C22.1891 25.1737 21.6321 26.0066 21.6321 26.9678V26.9885C21.6322 27.9509 22.1891 28.7839 22.9976 29.182Z' fill='%231463A5'/%3E%3Cpath d='M17.3151 28.0746C17.017 27.3912 16.4707 26.8648 15.7767 26.5923C15.0827 26.3198 14.324 26.3339 13.6408 26.632C12.9575 26.93 12.431 27.4764 12.1585 28.1703C11.886 28.8643 11.9001 29.6229 12.1978 30.3056L12.2053 30.3228C12.5034 31.0062 13.0496 31.5326 13.7438 31.8051C14.0744 31.935 14.4197 31.9997 14.7646 31.9997C15.1435 31.9997 15.5219 31.9214 15.8797 31.7655C16.563 31.4674 17.0895 30.9211 17.3619 30.2271C17.6344 29.5331 17.6203 28.7746 17.3226 28.0918L17.3151 28.0746ZM16.22 29.7787C16.0673 30.1677 15.7722 30.4739 15.3893 30.6409C15.0062 30.8079 14.5809 30.8157 14.192 30.6631C13.8031 30.5104 13.4968 30.2153 13.3301 29.8329L13.3226 29.8157C13.1555 29.4327 13.1476 29.0076 13.3005 28.6186C13.4532 28.2296 13.7483 27.9234 14.1312 27.7564C14.3317 27.669 14.5438 27.6251 14.7562 27.6251C14.9495 27.6251 15.143 27.6614 15.3283 27.7342C15.7173 27.8869 16.0235 28.182 16.1903 28.5644L16.1977 28.5815C16.3648 28.9646 16.3727 29.3898 16.22 29.7787Z' fill='%23222222'/%3E%3Cpath d='M40.2256 9.14177C40.0261 8.86794 39.6424 8.80775 39.3685 9.00723C39.0947 9.20671 39.0345 9.59046 39.234 9.8642C40.4277 11.5024 40.8962 13.5711 40.5194 15.5397C39.8997 18.7772 37.1769 21.217 33.8981 21.4728C33.3469 21.5159 32.8774 21.9123 32.7292 22.4607L32.4904 23.3527C32.3821 23.7566 32.1232 24.0941 31.7613 24.3031C31.3995 24.512 30.9779 24.5674 30.5742 24.4591C30.1706 24.3511 29.8332 24.0923 29.6243 23.7304C29.4154 23.3685 29.36 22.947 29.4683 22.5431L29.7071 21.6502C30.1963 19.8251 31.7826 18.5004 33.6542 18.3539C35.5314 18.2073 37.0907 16.8086 37.446 14.9524C37.8351 12.9168 36.6485 10.8796 34.6863 10.2137C33.5805 9.8377 32.3806 9.95752 31.3797 10.4797C31.4363 9.93208 31.4471 9.37454 31.4062 8.81159C31.3661 8.2623 31.2782 7.72586 31.1478 7.20593C32.6299 6.74039 34.2236 6.75217 35.6928 7.25075C36.268 7.44598 36.8177 7.71383 37.3264 8.04679C37.43 8.11459 37.5465 8.14706 37.6618 8.14706C37.8618 8.14706 38.0579 8.04933 38.1756 7.86956C38.3612 7.58608 38.2817 7.20593 37.9983 7.02035C37.4033 6.6308 36.7602 6.31747 36.0871 6.08904C34.3684 5.50564 32.5044 5.49256 30.7726 6.03825C29.4518 2.69517 26.2835 0.265004 22.549 0.0204585C17.8492 -0.288045 13.6318 2.92524 12.6245 7.44451C10.491 6.28639 7.94998 6.07538 5.65763 6.90086C1.46199 8.41247 -0.885809 12.953 0.312383 17.2364C0.416908 17.6136 0.551285 17.9915 0.711835 18.3597C1.00995 19.0432 1.55621 19.5696 2.25018 19.842C2.94407 20.1144 3.70249 20.1003 4.38599 19.8022C5.06933 19.504 5.59572 18.9576 5.86815 18.2635C6.14059 17.5694 6.12644 16.8109 5.82848 16.1282C5.77344 16.002 5.72625 15.8694 5.68846 15.7354C5.27372 14.2514 6.09119 12.6781 7.54995 12.1534C8.92693 11.6571 10.4788 12.2595 11.1598 13.5547C11.7823 14.7394 11.5372 16.2017 10.5637 17.1108C8.81186 18.747 8.28245 21.3295 9.2464 23.5367L9.61542 24.3833C10.0728 25.4319 11.1011 26.0588 12.1787 26.0587C12.5502 26.0587 12.9278 25.9841 13.2896 25.8266C13.9728 25.5285 14.4993 24.982 14.7717 24.2879C15.0442 23.5938 15.03 22.8353 14.7322 22.1528L14.3631 21.3052C14.343 21.259 14.3526 21.2114 14.3743 21.1912C14.6294 20.9526 14.8713 20.6968 15.0931 20.431C15.3101 20.1709 15.2751 19.7841 15.0149 19.567C14.7548 19.35 14.368 19.385 14.151 19.6452C13.9615 19.8723 13.7548 20.091 13.5373 20.2943C13.1318 20.6721 13.0117 21.2753 13.2385 21.7952L13.6076 22.6431C13.7747 23.0257 13.7826 23.4506 13.6298 23.8396C13.4771 24.2287 13.182 24.535 12.7995 24.7019C12.0088 25.0462 11.0848 24.6833 10.74 23.893L10.3709 23.0461C9.61461 21.3142 10.0286 19.2893 11.4012 18.0074C12.7774 16.7221 13.1248 14.6565 12.2459 12.9838C11.2814 11.1495 9.08364 10.2963 7.13447 10.9991C5.07432 11.7401 3.92021 13.9655 4.50745 16.0669C4.56069 16.2557 4.62677 16.4412 4.70406 16.6186C4.87116 17.0013 4.87909 17.4262 4.72631 17.8152C4.57361 18.2043 4.2786 18.5106 3.89559 18.6776C3.51258 18.8447 3.08753 18.8526 2.69863 18.6999C2.30972 18.5472 2.00351 18.2522 1.83658 17.8693C1.69901 17.5538 1.58402 17.2305 1.49438 16.9072C0.468107 13.2382 2.4796 9.34984 6.07352 8.05505C8.17669 7.2977 10.5258 7.56056 12.4288 8.74968C12.4083 9.0051 12.3968 9.26167 12.3968 9.51726C12.3968 11.2037 13.7689 12.5758 15.4553 12.5758C15.4582 12.5758 15.461 12.5755 15.4639 12.5755C15.9876 14.1156 15.9863 15.7922 15.4497 17.3448C15.339 17.665 15.509 18.0142 15.8291 18.1249C15.8955 18.1478 15.9631 18.1586 16.0295 18.1586C16.2838 18.1586 16.5215 17.9993 16.6093 17.7454C17.2188 15.9819 17.236 14.0808 16.6722 12.3225C17.7547 11.8511 18.5138 10.7713 18.5138 9.51717C18.5138 9.35638 18.5249 9.19558 18.5467 9.03904C18.7911 7.28731 20.374 6.00717 22.1493 6.12437C23.8264 6.23421 25.1831 7.5806 25.3052 9.25627C25.417 10.7889 24.4882 12.2154 23.0465 12.7251C20.54 13.6113 18.8558 16.0026 18.8558 18.6755V19.7127C18.8558 21.3991 20.2278 22.7712 21.9143 22.7712C23.6007 22.7712 24.9728 21.3991 24.9728 19.7127V18.6755C24.9728 18.5911 25.0192 18.5158 25.0856 18.4923C27.9628 17.475 30.1092 15.1569 30.9906 12.3602C31.7587 11.3756 33.1016 10.9705 34.292 11.3751C35.678 11.8455 36.516 13.2843 36.2413 14.7217C35.9896 16.0363 34.8866 17.0269 33.5587 17.1306C31.1697 17.3176 29.1458 19.0062 28.5222 21.3327L28.2834 22.2255C28.0903 22.9455 28.1892 23.6978 28.562 24.3436C28.9349 24.9896 29.5371 25.4514 30.257 25.6439C30.4976 25.7085 30.7418 25.7404 30.9845 25.7404C31.4678 25.7404 31.9451 25.6136 32.375 25.3654C33.0207 24.9926 33.4825 24.3906 33.6757 23.67L33.9141 22.7791C33.9279 22.728 33.9655 22.6979 33.9937 22.6957C37.8222 22.397 41.0012 19.5492 41.7245 15.7702C42.1648 13.4694 41.6185 11.0533 40.2256 9.14177ZM24.6766 17.3358C24.1199 17.5325 23.7459 18.071 23.7459 18.6756V19.7128C23.7459 20.7228 22.9242 21.5445 21.9142 21.5445C20.9042 21.5445 20.0826 20.7228 20.0826 19.7128V18.6756C20.0826 16.5216 21.4379 14.5951 23.4554 13.8819C25.4168 13.1883 26.6807 11.2495 26.5287 9.16712C26.3624 6.88418 24.5141 5.04984 22.2298 4.90025C22.1272 4.89346 22.0253 4.89011 21.9237 4.89011C19.6366 4.89011 17.6503 6.58573 17.3317 8.8695C17.302 9.08198 17.287 9.29986 17.287 9.51726C17.287 10.5273 16.4652 11.349 15.4552 11.349C14.4452 11.349 13.6235 10.5273 13.6235 9.51726C13.6235 9.13179 13.6504 8.74354 13.7035 8.36331C14.3002 4.0881 18.1499 0.961673 22.4689 1.24466C26.5678 1.51309 29.884 4.80456 30.1826 8.90082C30.4539 12.6249 28.1899 16.0935 24.6766 17.3358Z' fill='%23222222'/%3E%3Cpath d='M30.0293 26.4935C29.3092 26.3006 28.557 26.3995 27.9113 26.7723C27.2656 27.1451 26.8038 27.747 26.6112 28.4657L26.6062 28.4846C26.2078 29.9712 27.0932 31.5047 28.5798 31.9031C28.8209 31.9677 29.063 31.9985 29.3015 31.9985C30.5337 31.9985 31.6647 31.1747 31.9987 29.9282L32.003 29.912C32.196 29.1919 32.097 28.4397 31.7243 27.794C31.3513 27.1484 30.7494 26.6865 30.0293 26.4935ZM30.8177 29.5958L30.8133 29.612C30.59 30.4453 29.7305 30.9414 28.8973 30.7182C28.064 30.4949 27.5678 29.6354 27.7907 28.8037L27.7958 28.7848C27.9039 28.3812 28.1627 28.0439 28.5247 27.8349C28.8865 27.626 29.3079 27.5705 29.7117 27.6786C30.1154 27.7868 30.4528 28.0457 30.6616 28.4075C30.8706 28.7694 30.9261 29.191 30.8177 29.5958Z' fill='%23222222'/%3E%3Cpath d='M21.9129 23.9094C20.2265 23.9094 18.8545 25.2815 18.8545 26.968V26.9882C18.8545 28.6747 20.2265 30.0468 21.9129 30.0468C23.5994 30.0468 24.9715 28.6747 24.9715 26.9882V26.968C24.9715 25.2814 23.5994 23.9094 21.9129 23.9094ZM23.7447 26.9882C23.7447 27.9982 22.9229 28.8199 21.9129 28.8199C20.903 28.8199 20.0813 27.9982 20.0813 26.9882V26.9679C20.0813 25.9579 20.903 25.1362 21.9129 25.1362C22.9229 25.1362 23.7447 25.9579 23.7447 26.9679V26.9882Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}

.proplay-compare-table-wrap .o-t-body .o-t-cell.compare-table-ask p {
	font-style: italic;
}

@media (min-width: 992px) {
	.mobile-th {
		display: none;
	}

	.proplay-compare-table-wrap .sticky-head.is-stuck .o-t-cell:not(.compare-table-proplaygrounds) {
		margin-top: -14px;
		background-color: #1463A5;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.proplay-compare-table-wrap .sticky-head.is-stuck .o-t-cell.compare-table-proplaygrounds {
		border-radius: 0;
	}
}

@media (max-width: 991.9px) {
	.sticky-head {
		display: none;
	}
	.proplay-compare-table-wrap .o-t-body .o-t-row {
		flex-direction: column;
		margin-bottom: 28px;
	}
	.proplay-compare-table-wrap .o-t-body .o-t-cell.compare-table-feature,
	.proplay-compare-table-wrap .o-t-body .o-t-row:last-child .compare-table-feature {
		border-radius: 20px 20px 0 0;
	}

	.proplay-compare-table-wrap .o-t-body .o-t-cell:not(.compare-table-feature) {
		margin-top: -1px;
	}
	.proplay-compare-table-wrap .mobile-th.mobile-th-proplay {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		border-bottom: 1px solid #C9D5DF;
		padding-bottom: 8px;
		gap: 8px;
		align-items: center

	}
	.proplay-compare-table-wrap .mobile-th:not(.mobile-th-proplay) {
		justify-content: center;
		display: flex;
		flex-direction: row;
	}
	
	.proplay-compare-table-wrap .mobile-th.mobile-th-proplay span {
		color: #222;
		text-align: center;
		font-family: Montserrat;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%; /* 22px */
		text-transform: none;

	}

	.proplay-compare-table-wrap .mobile-th span {
		color: #222;
		text-align: center;
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%; /* 15.4px */
		text-transform: uppercase;
	}
	.proplay-compare-table-wrap .compare-table-ask {
		border-radius: 0 0 20px 20px;
		border: 1px solid #C9D5DF;
		background: #FFFBF2;
	}

	.proplay-compare-table-wrap .o-t-body .o-t-row {
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
		border-radius: 20px;
	}

	.proplay-compare-table-wrap h4.yes, .proplay-compare-table-wrap h4.no, .proplay-compare-table-wrap h4.ask {
		gap: 4px;
	}

}


@media (max-width: 767.9px) { 
	.proplay-compare-table {
		margin-left: 15px;
		margin-right: 15px;
	}

}


@media (max-width: 499.9px) {  
	.proplay-compare-table-wrap .mobile-th.mobile-th-proplay {
		justify-content: center;
	}
}