@charset "UTF-8";
.wrapper{
	padding-top:0;
}

.breadcrumb{
	margin-bottom:64px;
}
.breadcrumb,
.breadcrumb a{
 color:#111;

}

.hero {
  margin-bottom: 48px;
}



@media screen and (max-width: 768px) {
.hero-title-sub {
color: #BD9573;
}

}

.document-main{
	padding-bottom:200px;
}
@media screen and (max-width: 768px) {
.document-main{
	padding-bottom:80px;
}
}
.document-inner {
  margin: auto;
  width: min(1000px, calc(100% - 40px));
  box-sizing: border-box;
	
}
.hero-inner {
  max-width: 96%;
  margin: 0 auto;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  color: #fff;
}

@media screen and (max-width: 768px) {
	.page-document .hero-inner {
	  padding-top: 100px;
	}
}

.document-inner {
  margin: auto;
  width: min(1000px, calc(100% - 40px));
  box-sizing: border-box;
}
.hero-title {
 	color:#111111;
}
.document-cards {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .document-cards {
    flex-direction: column;
    gap: 24px;
  }
}
.document-card {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  border-radius: 8px;
  color: #fff;
}

.document-card:hover {

	opacity:0.5;
}
@media (max-width: 768px) {
  .document-card {
    width: 100%;
		  padding: 30px 20px;
  }
}
.document-card-red {
  background: #C30D18;
}

.document-card-blue {
  background: #0D3EA8;
}

.document-card-heading {
  position: relative;
  padding-left: 16px;
  margin-bottom: 32px;
  font-size: 2.4rem;
}
.document-card-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  bottom: 0.3em;
  width: 3px;
  background: #fff;
}
@media (max-width: 768px) {
  .document-card-heading {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
}


.document-card-block {
	display:flex;
	gap:20px;
	margin-bottom:32px;
}
@media (max-width: 768px) {
	.document-card-block {
		display:block;
		margin-bottom:0;
	}
}

.document-card-image {
	max-width:200px;
}

@media (max-width: 768px) {
	.document-card-image {
		max-width:100%;
		margin-bottom:20px;
	}


}

.document-card-image img {
  width: 100%;
  display: block;
}
.document-card-tag {
  align-self: flex-start;
  padding: 8px 16px;
  background: #fff;
  border-radius: 9999px;
  color: #000;
  margin-bottom: 20px;
}
.document-card-title {
  margin-bottom: 16px;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .document-card-title {
    font-size: 2rem;
  }
}
.document-card-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 24px;
}


.document-download-btn{
	display: flex;
  border: 1px solid #ccc;
	position: relative;
  overflow: hidden;
	z-index: 2;
	border-radius:999px;
	background:#fff;
	color:#C30D18;
	justify-content:center;
	line-height:1;
	align-items:center;
	width:340px;

  margin: 0 auto;
	font-size:1.8rem;
	height:53px;
	align-items:center;
	font-weight:500;
}
.document-card-blue .document-download-btn{
	color:#0D3EA8;
}
.document-download-btn{
    flex: none;
    height:53px;
}
@media screen and (max-width: 768px) {
	.document-download-btn{
		width:100%;
	}
}









