.carousel > input[type=radio]:nth-child(5):checked ~ .carousel__next > label:nth-child(1), .carousel > input[type=radio]:nth-child(5):checked ~ .carousel__prev > label:nth-child(4), .carousel > input[type=radio]:nth-child(4):checked ~ .carousel__next > label:nth-child(5), .carousel > input[type=radio]:nth-child(4):checked ~ .carousel__prev > label:nth-child(3), .carousel > input[type=radio]:nth-child(3):checked ~ .carousel__next > label:nth-child(4), .carousel > input[type=radio]:nth-child(3):checked ~ .carousel__prev > label:nth-child(2), .carousel > input[type=radio]:nth-child(2):checked ~ .carousel__next > label:nth-child(3), .carousel > input[type=radio]:nth-child(2):checked ~ .carousel__prev > label:nth-child(1), .carousel > input[type=radio]:nth-child(1):checked ~ .carousel__next > label:nth-child(2), .carousel > input[type=radio]:nth-child(1):checked ~ .carousel__prev > label:nth-child(5) {
	opacity: 1 !important;
	z-index: 3;
  }
  
  *,
  *:before,
  *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  }

  
  .TOP_Slider {
	width: 100%;
	margin: 0 auto;
  }
  
  .carousel {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius:0 0 150px 0;
  }

  .carousel > input[type=radio] {
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
  }
  .carousel > input[type=radio]:checked ~ .carousel__items .carousel__item,
  .carousel > input[type=radio]:checked ~ .carousel__prev > label,
  .carousel > input[type=radio]:checked ~ .carousel__next > label {
	opacity: 0;
  }
  .carousel > input[type=radio]:nth-child(1):checked ~ .carousel__items .carousel__item:nth-child(1) {
	opacity: 1;
  }
  .carousel > input[type=radio]:nth-child(1):checked ~ .carousel__nav > label:nth-child(1) {
	background: #015CA2;
	cursor: default;
	pointer-events: none;
  }
  .carousel > input[type=radio]:nth-child(2):checked ~ .carousel__items .carousel__item:nth-child(2) {
	opacity: 1;
  }
  .carousel > input[type=radio]:nth-child(2):checked ~ .carousel__nav > label:nth-child(2) {
	background: #004098;
	cursor: default;
	pointer-events: none;
  }
  .carousel > input[type=radio]:nth-child(3):checked ~ .carousel__items .carousel__item:nth-child(3) {
	opacity: 1;
  }
  .carousel > input[type=radio]:nth-child(3):checked ~ .carousel__nav > label:nth-child(3) {
	background: #015CA2;
	cursor: default;
	pointer-events: none;
  }

  .carousel__items {
	margin: 0;
	padding: 50% 0 0 0;
	list-style-type: none;
	width: 100%;
	position: relative;
  }
  .carousel__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: opacity 2s;
	-webkit-transition: opacity 2s;
	
  }
  .carousel__item img {
	width: 100%;
	height: auto;
	vertical-align: middle;
  }
  .carousel__items h1 {
	width: 75%;
	font-size: 3.0rem;
	letter-spacing: .1rem;
	font-weight: 700;
	text-shadow:  10px 10px 10px rgba(0,0,0,0.5);
	color: #FFF;
	position: absolute;
	top: 30%;
	left: 0;
	z-index: 99;
  }
  .carousel__items h1 span {
	font-size: 4.0rem;
	margin-right: 0.5rem;
  } 
  .carousel__items h2 {
	display: block;
	width: 200px;
	position: absolute;
	top: 45%;
	right: 15%;
	z-index: 99;
  }
  .carousel__items h2 a {
	display: block;
	width:  100%;
	text-align: center;
	background-color: #004098;
	color: #FFF;
	font-weight: 400;
	padding: 1rem 2rem;
	border-radius: 6px;
	opacity: 1;
  }
  .carousel__items h2 a i {
	margin-left: 0.5rem;
  }
  .carousel__items h2 a:hover {
	opacity: 1;
	transition: .3s all;
  }
  .carousel__items h2 a:hover i {
	margin-left: 2rem;
	transition: .3s all;
  }


  #fade-in {
	animation: fade-in 3s;
	animation-fill-mode: forwards;
  }
  @keyframes fade-in {
	from {
	  opacity: 0;
	  transform: translateX(0);
	}
	to {
	  opacity: 1;
	  transform: translateX(10%);
	}
  }
  .carousel__nav {
	position: absolute;
	bottom: 1%;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 3;
  }
  .carousel__nav > label {
	background-color: #666;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 5px;
	width: 50px;
	height: 5px;
  }

  @media (max-width: 1000px){
	.carousel {
		width: 100%;
		position: relative;
		overflow: hidden;
		border-radius:0 50px 0 50px;
	  }
	.carousel__items {
		padding: 90% 0 0 0;
	  }
	.carousel__item img {
		height: 100%;
		object-fit: cover;
	} 
	.carousel__nav {
		bottom: 1%;
	}
	.carousel__items h1 {
		font-size: 3rem;
		line-height: 1.5;
		top: 30%;
		left: 0;
	  }
	  .carousel__items h1 span {
		font-size: 3.5rem;
	  }
	  .carousel__items h2 {
		position: absolute;
		top: 65%;
		left: 55%;
	  }
}


@media (max-width: 760px){
	
	.carousel__items h1 {
		width: 80%;
		font-size: 2.0rem;
		top: 15%;
		left: 1%;
		z-index: 99;
	  }
	  .carousel__items h1 span {
		font-size: 2.5rem;
	  }
	  .carousel__items h2 {
		width: 180px;
		position: absolute;
		top: 68%;
		left: 40%;
	  }
	  .carousel__items h2 a {
		padding: 0.5rem;
	  }

}