<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.WallTonDPtitle {
	font-size: 26px;
	font-family: "Nunito","Helvetica Neue",sans-serif;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 10px;
	color: #4c689c;
}
.add-button-css {
	width: auto;
    background-color: #f2f4f8;
    line-height: 40px;
    position: relative;
    font-size: 17px;
    margin: 10px 80px 10px 60px;
    cursor: pointer;
}

@media (max-width:768px) {
	.add-button-css {
		margin-left:20px;
	}
}

@media (max-width:450px) {
	.add-button-css {
		margin: 10px 40px 10px 20px;
	}
}

@media (max-width: 320px) {
	.add-button-css {
		margin-left:0px;
	}
}

@media (max-width: 320px) {
	.add-button-css {
		margin-left:0px;
	}
}

@media (max-width: 280px) {
	.add-button-css {
		margin-left:0px;
		font-size: 13px;
	}
}

@media (max-height: 450px) {
	.add-button-css {
		margin: 10px 40px 10px 20px;
	}
}

.add-button-css:after {
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f2f4f8;
    position: absolute;
    right: -20px;
}

.add-button-css a {
	color:#4c689c;
}

.add-button-css a:hover {
	color:#4c689c;
}

.add-button-css:hover {
	background-color: #ccd4e3;
}

.add-button-css:hover:after {
	content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ccd4e3;
    position: absolute;
    right: -20px;
}

#print-download {
	width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(195 202 222 / 90%);
    top: 0;
    z-index: 999;
}

.popup-button {
	background-color: #fff;
    box-shadow: 10px 10px rgba(0,40,115,0.33);
    width: 800px;
    height: 304px;
    position: fixed;
    color: #4c689c;
    top: 27%;
    left: 20%;
}

@media (max-width:1024px) {
	.popup-button {
		left: 13%;
	}
}

@media (max-width:768px) {
	.popup-button {
		width: 732px;
		left: 2%;
	}
}

@media (max-width:450px) {
	.popup-button {
		width: 340px;
		height:450px;
		top:20%;
		left: 10%;
	}
}

@media (max-width:414px) {
	.popup-button {
		width: 340px;
		height:450px;
		top:20%;
		left: 8%;
	}
}

@media (max-width: 375px) {
	.popup-button {
		width: 340px;
		height:450px;
		top:20%;
		left: 4%;
	}
}

@media (max-width: 320px) {
	.popup-button {
		width: 280px;
		height:450px;
		top:13%;
		left: 4%;
	}
}

@media (max-height: 450px) {
	.popup-button {
		width: 560px;
		height:300px;
		left: 2%;
	}
}

.button-close {
	padding: 5px 10px 0 0;
	float: right;
	color: #8093b9;
    font-weight: 500;
	cursor:pointer;
}

.banner-popup {
	margin: 20px 36px 10px 36px;
}

@media (max-width:768px) {
	.banner-popup {
		margin: 20px 2px 10px 2px;
	}
	.banner-popup h2{
		margin-left:34px;
	}
}

@media (max-width:450px) {
	.banner-popup {
		margin: 20px 2px 10px 2px;
	}
	.banner-popup h2{
		margin-left:15px;
	}
}

@media (max-width:414px) {
	.banner-popup {
		margin: 20px 2px 10px 2px;
	}
	.banner-popup h2{
		margin-left:15px;
	}
}

@media (max-width: 375px) {
	.banner-popup {
		margin: 20px 2px 10px 2px;
	}
	.banner-popup h2{
		margin-left:15px;
	}
}

@media (max-width: 320px) {
	.banner-popup {
		margin: 20px 15px 10px 15px;
	}
	.banner-popup h2{
		margin-left:0px;
	}
}

@media (max-height: 450px) {
	.banner-popup {
		margin: 20px 2px 10px 2px;
	}
	.banner-popup h2{
		margin-left:10px;
	}
}

.WallTonDP-mobile {
	width:336px;
	height:280px;
	display:none;
}

@media (max-width:1024px) {
	.WallTonDP-mobile {
		display:none;
	}
}

@media (max-width:768px) {
	.WallTonDP-mobile {
		display:none;
	}
}

@media (max-width:450px) {
	.WallTonDP-mobile{
		display:block;
	}
}

@media (max-width:414px) {
	.WallTonDP-mobile{
		display:block;
	}
}

@media (max-width: 375px) {
	.WallTonDP-mobile{
		display:block;
	}
}

@media (max-width: 320px) {
	.WallTonDP-mobile{
		display:block;
	}
}

.WallTonDP-desktop {
	width:728px;
	height:90px;
}

@media (max-width:450px) {
	.WallTonDP-desktop{
		display:none;
	}
}

@media (max-width:414px) {
	.WallTonDP-desktop{
		display:none;
	}
}

@media (max-width: 375px) {
	.WallTonDP-desktop{
		display:none;
	}
}

@media (max-width: 320px) {
	.WallTonDP-desktop{
		display:none;
	}
}

.banner-popup a{
	left:40px;
	position: relative;
	font-weight:700;
}

.print-button, .download-button {
	width: 660px;
    background-color: #f2f4f8;
    line-height: 40px;
    position: relative;
    font-size: 17px;
    margin: 3px 0 0 0;
    cursor: pointer;
}

@media (max-width:768px) {
	.print-button,
	.download-button {
		width: 560px;
		margin-left:20px;
	}
	.print-button{
		display:none;
	}
}

@media (max-width:450px) {
	.print-button,
	.download-button {
		width: 280px;
		margin-left:15px;
	}
	.print-button{
		display:none;
	}
}

@media (max-width:414px) {
	.print-button,
	.download-button {
		width: 280px;
		margin-left:15px;
	}
	.print-button{
		display:none;
	}
}

@media (max-width: 375px) {
	.print-button,
	.download-button {
		width: 280px;
		margin-left:15px;
	}
	.print-button{
		display:none;
	}
}

@media (max-width: 320px) {
	.print-button,
	.download-button {
		width: 220px;
		margin-left:0px;
	}
	.print-button{
		display:none;
	}
}

@media (max-height: 450px) {
	.print-button, .download-button {
		width: 500px;
		margin-left:15px;
	}
	.print-button{
		display:none;
	}
}

.print-button:after, .download-button:after {
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f2f4f8;
    position: absolute;
    right: -20px;
}

.print-button a {
	color:#cc3333;
}

.download-button a {
	color:#4c689c;
}

.print-button a:hover {
	color:#cc3333;
}
.download-button a:hover {
	color:#4c689c;
}

.print-button:hover {
	background-color: #f4d6d6;
}

.download-button:hover {
	background-color: #ccd4e3;
}

.print-button:hover:after {
	content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f4d6d6;
    position: absolute;
    right: -20px;
}

.download-button:hover:after {
	content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ccd4e3;
    position: absolute;
    right: -20px;
}

.icon {
	display: inline-block;
    float: left;
	width: 40px;
    height: 40px;
    text-align: left;
    position: relative;
}

.icon:after{
	content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
	position: absolute;
    right: -20px;
}

.icon-print {
	color: #cc3333;
    background-color: #f4d6d6;
}

.icon-download {
    color: #002873;
    background-color: #ccd4e3;
}

.icon-download i, .icon-print i {
	left:15px;
	position: relative;
}

.icon-print:after {
    border-left: 20px solid #f4d6d6;
}

.icon-download:after {
    border-left: 20px solid #ccd4e3;
}

#download, #print {
	display:inline-block;
}

#print img, #click-download {
	display:none;
}
/*progress bar*/
#myProgress {
  width: 100%;
  background-color: #ddd;
}

#myBar {
  width: 0%;
  height: 10px;
  font-size:9px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 10px;
  color: white;
}</pre></body></html>