@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400|Noto+Sans:400,500|Roboto:400,700,900|Montserrat:400,600,800|Open+Sans:400,600|Roboto+Slab:300');
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css');*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
@import url('/assets/pts2019/css/animate.min.css');
* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Roboto";
	-webkit-tap-highlight-color: transparent;
}
html:focus-within {
	scroll-behavior: smooth;
}
div,li,ul, input, button, textarea, table,form {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	outline: none;
}
/*a:focus { color: inherit !important; }*/
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
input:focus,
textarea:focus {
	outline: none;
}
p {
	font-family: "Open Sans";
	font-size: 14px;
	font-family: "Noto Sans";
	font-size: 1rem;
	line-height: 1.7rem;
}
i {
	font: inherit;
	font-style: italic;
}
h1 {
	font: 700 2.5rem/2.7rem Domine;
	margin-bottom: 1rem;
}
strong, b {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold !important;
}
abbr {
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
}
.mainbox {
	max-width: 1150px;
	max-width: 1300px;
	margin: 0 auto;
}
.flexy {
	display: -webkit-box;
 	display: -ms-flexbox;
  	display: flex;
}
.flexyrow {
	display: -webkit-box;
 	display: -ms-flexbox;
  	display: flex;
  	flex-wrap: wrap;
}
.jc-start {
	justify-content: flex-start;
}
.jc-center {
	justify-content: center;
}
.jc-wide {
	justify-content: space-around;
}
.jc-between {
	justify-content: space-between;
}
.jc-end {
	justify-content: flex-end;
}
.al-start {
	align-items: flex-start;
}
.al-center {
	align-items: center;
}
.al-bottom {
	align-items: flex-end;
}
.wrap {
	flex-wrap: wrap;
}
.nowrap {
	flex-wrap: nowrap;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.resetflex {
	flex: 1 100%;
}
.w100 {
	width: 100%;
}
.w90 {
	width: 90%;
}
.w80 {
	width: 80%;
}
.w75 {
	width: 75%;
}
.w70 {
	width: 70%;
}
.w65 {
	width: 65%;
}
.w60 {
	width: 60%;
}
.w50 {
	width: 50%;
}
.w45 {
	width: 45%;
}
.w40 {
	width: 40%;
}
.w35 {
	width: 35%;
}
.w33 {
	width: 33%;
}
.w30 {
	width: 30%;
}
.w25 {
	width: 25%;
}
.w20 {
	width: 20%;
}
strong {
	font-size: inherit;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.nodisplay {
	display: none !important;
}
.display {
	display: block !important;
}
.col2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}
@media screen and (max-width: 540px) {
	* {
		font-size: 16px;
	}
	div.mainbox {
		padding: 1rem 1.5rem !important;
	}
	div.mainbox,
	div.childbox {
		width: 100% !important;
	}
	div.boxrow {
		margin: 0.5rem 0;
	}
	div.boxinput {
		border-radius: 0;
	}
	div.numrow>div {
		flex: 1;
	}
	.wm25 {
		width: 25% !important;
	}
	.wm30 {
		width: 30% !important;
	}
	.wm40 {
		width: 40% !important;
	}
	.wm50 {
		width: 50% !important;
	}
	.wm100 {
		width: 100% !important;
	}
	.mwrap {
		flex-wrap: wrap;
	}
}