
#content .entry-category{
	display: none;
}
#content .entry-title{
	text-align: center;
}
#content .entry-divider{
	display: none;
}
#content p {
    color: #000;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 20px;
    text-align: justify;
}

.content-intro{
	background: #025899;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 27px;
}
#content .content-intro p{
	color: #fff;
}
.content-intro p strong{
	color: #ff0;
}

#content .hightlight-border {
    padding: 15px 8px;
    border: 2px dashed #0077b5;
    word-wrap: break-word;
    text-align: center;
    font-weight: 700;
    color: #025899;
    margin-bottom: 27px;
    font-size: 1.125rem;
    font-weight: bold;
}
#content table{
	width: 100%;
	border-collapse: collapse;
    margin-bottom: 20px;
}
#content table th {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    padding: 12px 10px;
    background: #025899;
    color: #fff;
}
#content table td {
    font-size: 18px;
    line-height: 27px;
    padding: 13px 10px;
    text-align: center;
    min-height: 75px;
}
#content table th, table td {
    border: 1px solid #025899;
}
#content table td:first-child {
    text-align: left;
}
#content blockquote {
    background: linear-gradient(90deg, #e4f4ff 0%, rgb(255 255 255 / .5) 104.5%);
    border-radius: 15px;
    padding: 13px 0 13px 20px;
    border-left: 10px solid #025899;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 33px;
}
.form-reserve {
    background: #025899;
    border: 1px solid #025899;
    border-radius: 20px 20px;
    overflow: hidden;
}
.form-reserve .f-title {
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    line-height: 33px;
    padding: 12px 0px 7px;
}

.form-reserve .f-title strong{
    display: block;
    background: linear-gradient(90deg, #dfaa23 0%, #fbf08d 47.92%, #dfaa23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 2px;
}
.form-reserve .form-inner {
	background: #fff;
    padding: 34px 63px 25px;
}
#content ul {
    list-style-type: disc;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    padding-left: 1.5em;
    margin-bottom: 20px;
    padding-left: 1.5em;
}
#content li {
    margin-bottom: 10px;
}
#content table .caption {
    font-size: 20px;
    padding: 10px;
    color: #025899;
    font-weight: 700;
    background: linear-gradient(90deg, #dfaa23 0%, #fbf08d 47.92%, #dfaa23 100%);
}
#content table .caption p{
	margin-bottom: 0;
}
#content table th p{
	color: #fff;
}
#content table td strong {
    font-weight: 700;
    color: #025899;
}
#content table .price.is-old {
    color: #717171;
    text-decoration: line-through;
    font-weight: 400;
}
#content table td p{
	text-align: center;
}

.wpcf7-checkbox{
	display: flex;
	flex-wrap: wrap;
}