section {
	float:left;
	width:100%;
}

#section-top {
	background-position: center;
	background-size: cover;
}

#section-top h1  {
	color:#fff;
}


section h2 {
	font-size: 32px;
	margin:0 0 30px;
	text-align: center; 
	font-weight: bold;
}

section h3  {
	font-size: 21px;
	font-weight: normal;
}

#section-top .wrapper {
	position: relative;
	min-height: calc(75% - 150px);
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 20px;
}


#section-top .head {
	text-align:center;
}

#section-top .head h2 {
	color: #ffffffe3;
	width: auto;
	padding: 2px 6px;
	display: inline;
	line-height: 1.2;
	font-size: 21px;
	font-weight: normal;
	float: none;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}


#section-compare-list {
	padding: 50px 0;
}

#section-compare-list > .wrapper {
	max-width: 600px;
}

#section-compare-list table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

#section-compare-list table thead {
	display:none;
}

#section-compare-list table tbody tr {
	display: block;
	margin-bottom: 25px;
	border-radius:5px;
	box-shadow: 0 5px 20px 0px #00000021;
	border-top: 1px solid #00000012;
	padding: 10px;
}
  
	#section-compare-list table th,
	#section-compare-list table td {
	padding: 10px 0px;
	line-height: 1.2;
	font-size: 17px;
	}
  
	#section-compare-list table th {
	font-size: 13px;
	letter-spacing: normal;
	text-transform: uppercase;
	white-space:nowrap;
	padding-top: 13px;
	}

	#section-compare-list table td {
		border-bottom: 1px solid #00000012;
		display: block;
		text-align: right;
	}
	  
	#section-compare-list table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		font-size: 13px;
		text-transform: uppercase;
	}
  
	#section-compare-list table td:last-child {
		  border-bottom: 0;
	}

	#section-compare-list td.creditor {
		text-align:center;
		font-size:13px;
		padding: 10px 0 0;
	}

	#section-compare-list td.creditor > a {
		font-size:22px;
		line-height:48px;
	}

	#section-compare-list td.creditor > a.logo {
		line-height:1;
	}

	#section-compare-list td.creditor img {
		width: fit-content;
		max-width: 270px;
		height: 100%;
		max-height: 70px;
	}

	#section-compare-list td.credit-types {
		line-height: 22px;
	}

	#section-compare-list td.credit-types span {
		margin: 0 2px;
		padding: 2px 3px;
		display: inline-block;
		line-height: 1;
		font-size: 13px;
		border-radius: 3px;
		background: #b2c2ff40;
	}

	#section-compare-list .rating {
		display: inline-block;
		width: 125px;
		height: 25px;
		margin: 0 auto;
		background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ddd' d='m20.934 12.13-3.114 2.992.735 4.221a1.824 1.824 0 0 1-.726 1.792 1.872 1.872 0 0 1-1.973.152L12 19.29l-3.856 2a1.869 1.869 0 0 1-1.973-.152 1.824 1.824 0 0 1-.726-1.792l.735-4.221-3.114-2.995a1.82 1.82 0 0 1-.477-1.881A1.845 1.845 0 0 1 4.1 8.986l4.309-.617 1.926-3.845a1.871 1.871 0 0 1 3.336 0l1.926 3.845 4.309.617a1.845 1.845 0 0 1 1.508 1.263 1.82 1.82 0 0 1-.48 1.881Z'/%3E%3C/svg%3E");
	}
	
	#section-compare-list .rating > span {
		float:left;
		width:100%;
		height:100%;
		background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f4db4b' d='m20.934 12.13-3.114 2.992.735 4.221a1.824 1.824 0 0 1-.726 1.792 1.872 1.872 0 0 1-1.973.152L12 19.29l-3.856 2a1.869 1.869 0 0 1-1.973-.152 1.824 1.824 0 0 1-.726-1.792l.735-4.221-3.114-2.995a1.82 1.82 0 0 1-.477-1.881A1.845 1.845 0 0 1 4.1 8.986l4.309-.617 1.926-3.845a1.871 1.871 0 0 1 3.336 0l1.926 3.845 4.309.617a1.845 1.845 0 0 1 1.508 1.263 1.82 1.82 0 0 1-.48 1.881Z'/%3E%3C/svg%3E");
	}

	#submit-rating-box .rating.input > span {
		width:20%;
		opacity:0;
		cursor: pointer;
		transition:all 0.3s ease;
	}

	#submit-rating-box:not([data-rating="0"]) .rating.input > span	{
		opacity:1;
	}
	#submit-rating-box .rating.input:has(span:hover) > span {
		opacity:1 !important;
	} 

	#submit-rating-box[data-rating="1"] .rating.input > span[data-rating="1"] ~ span,
	#submit-rating-box[data-rating="2"] .rating.input > span[data-rating="2"] ~ span,
	#submit-rating-box[data-rating="3"] .rating.input > span[data-rating="3"] ~ span,
	#submit-rating-box[data-rating="4"] .rating.input > span[data-rating="4"] ~ span,
	#submit-rating-box[data-rating="5"] .rating.input > span[data-rating="5"] ~ span {
		opacity:0;
	}
	#submit-rating-box .rating.input > span:hover ~ span {
		opacity:0 !important;
	}

	#section-compare-list .info {
		font-size: 12px;
		color: #555;
	}
	
	
	#section-compare-list .action {
		width: 300px;
		max-width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	
	#section-compare-list td.action > div {
		display:flex;
		justify-content: space-around;
		align-items:center;
	}
	
	#section-compare-list .action .btn {
		font-size: 20px;
		padding: 11px 0;
		margin: 0;
		display: inline-block;
		font-weight: normal;
		box-sizing: border-box;
	}
	
	#section-compare-list .action .btn.vote {
		width: 90px;
		font-size: 15px;
		padding: 8px 0;
	}
	
	#section-compare-list .action .btn.vote:not(:hover) {
		border: 1px solid #0000002b;
		color: #333;
		background: #ffffffa3;
	}
	
	#section-compare-list .action .btn.apply {
		width: 150px;
		margin-right: 5px;
	}

	#section-compare-list #submit-rating-box > .wrapper {
		width: auto;
		min-width: 300px;
		padding:30px 50px;
		text-align: center;
	}

#section-compare-list #submit-rating-box .rating {
	margin: 20px 0 0;
	scale: 1.5;
}

#section-compare-list #submit-rating-box .btn.submit {
	opacity:0;
	font-size: 17px;
	max-height: 0;
	padding: 0;
	margin: 0;
	transition:all 0.2s ease;
}
#section-compare-list #submit-rating-box .btn.submit.show {
	opacity:1;
	max-height: 100px;
	padding: 15px 0;
	margin-top: 20px;
}
  

section#latest-blog-articles {
    width: 100%;
    float:left;
    padding: 0 0 30px;
    background: #fff;
}

#latest-blog-articles h2 {
	margin-bottom: 30px;
}

section#latest-blog-articles ul {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: stretch;
    box-sizing: border-box;
    width: 100%;
}

#latest-blog-articles ul > li {
    float: left;
    max-width: 800px;
    flex-basis: 450px;
    flex-grow: 1;
    margin: 0px 15px 30px;
    background: #fff;
    box-shadow: 0 5px 20px 0px #00000021;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: stretch;
    cursor: pointer;
    filter: brightness(1);
    transition: all 0.2s ease;
}

#latest-blog-articles ul > li:hover {
    filter: brightness(0.95);
    box-shadow: 0 5px 30px 0px #00000046;
}

#latest-blog-articles ul > li .thumb {
    width: 100%;
    height: 44vw;
    background-position: center;
    background-size: cover;
}

#latest-blog-articles ul > li .text {
    padding: 15px clamp(15px, 3%, 25px);
    box-sizing: border-box;
}

#latest-blog-articles ul > li .text a {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #1d1d1b;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.25;
}

#latest-blog-articles ul > li .text p {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    color:#555;
}

#section-creditor-data > .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	font-size: 13px;
	line-height: 1;
}

#section-creditor-data ul {
	margin:5px;
	width: 100%;
	max-width: 550px;
	flex-basis: 275px;
	flex-grow: 1;
}

#section-creditor-data ul > li {
	padding: 5px;
}

#section-creditor-data ul > li:first-child {
	font-weight:bold;
	font-size:15px;
	padding-left: 0;
}

#section-creditor-data ul > li:last-child {
	font-size:12px;
}


#section-youtube-video  {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

#section-youtube-video iframe  {
    width: 100%;
    height: 260px;
}

.popup {
	display:none;
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #62626285;
	backdrop-filter: blur(3px);
	}

 .popup.show {
    display: flex;
 }

.popup > .wrapper {
    padding: 35px 4%;
    margin: 0 20px;
    max-width: 900px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    position:relative;
    animation-name: fadeIn;
    animation-duration: 0.5s;
 }
 @keyframes fadeIn {
	from {opacity:0;}
	to {opacity:1;}
  }

.popup .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23000' viewBox='4 4 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.227 4.227a.774.774 0 0 1 1.095 0L12 10.905l6.678-6.678a.774.774 0 1 1 1.095 1.095L13.095 12l6.678 6.678a.774.774 0 1 1-1.095 1.095L12 13.095l-6.678 6.678a.774.774 0 1 1-1.095-1.095L10.905 12 4.227 5.322a.774.774 0 0 1 0-1.095Z' /%3E%3C/svg%3E") center/18px no-repeat;
    transition: .2s;
    cursor: pointer;
    z-index: 10;
    transform: rotate(0)
}

.popup .close:hover {
    background-size: 25px;
    transform: rotate(90deg)
}


@media screen and (min-width: 600px) {

    #latest-blog-articles ul > li {
        flex-wrap: nowrap;
    }
    
    #latest-blog-articles ul > li .thumb {
        width: 240px;
        min-width: 240px;
        height: auto;
    }
    #latest-blog-articles ul > li .text p {
        margin-top: 7px;
    }

	#section-youtube-video iframe {
        width: 450px;
    }   

	section h2
	{
		font-size: 44px;
	}

	section h3 {
		font-size: 24px;
	}

	#section-top .head h2 {
		font-size: 24px;
	}
	
}


@media screen and (min-width: 900px) {

	#section-top .wrapper {
		padding: 70px 140px;
	}

    #section-youtube-video iframe {
		width: 650px;
		height: 390px;
    }    
}


@media screen and (min-width: 1200px) {

	#section-compare-list td.creditor {
		padding: 10px 0;
	}

	#section-compare-list td.creditor > a {
		font-size: 13px;
		line-height: 1.5;
	}

	#section-compare-list > .wrapper {
		max-width: 1200px;
	}

	#section-compare-list table {
		box-shadow: 0 5px 20px 0px #00000021;
		border-radius: 5px;
	}
	#section-compare-list table thead {
		display: table-header-group;
	}

	#section-compare-list table tbody tr {
		display: table-row;
		margin: 0;
		border-radius:0;
		box-shadow: none;
	}

	#section-compare-list table tbody tr:hover {
		background: #142b820a;
	}

	#section-compare-list table td {
		border:none;
		display: table-cell;
		text-align: center;
	}
	  
	#section-compare-list table td::before {
		display:none;
	}

	#section-compare-list .creditor {
		width: 190px;
	}
	
	#section-compare-list td.creditor img {
		width: fit-content;
		max-width: 155px;
		height: 100%;
		max-height: 50px;
		transition: all 0.2s ease;
		transform: scale(1);
	}

	#section-compare-list td.creditor img:hover {
		transform: scale(1.1);
	}


	#section-compare-list .credit-types {
		width:250px;
	}

	#section-compare-list td.credit-types {
		padding: 4px 0;
	}

}
