@charset "utf-8";

/* reset */

html, body {
	position: relative;
	width: 100%;
	height: 100%;
	word-break: keep-all;
	word-wrap: break-word;
	-webkit-tap-highlight-color : transparent;
	scroll-behavior: smooth;
}
html {

}
body {
	overflow-x: hidden;
}

*:focus {
	outline-offset: 0;
}
::-moz-selection {

}


body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	font-family: inherit;
	letter-spacing: inherit;
}
pre {
	font-family: inherit;
}
input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {

}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img,
fieldset {
	border: 0
}
fieldset {
	min-width: 100%;
}
img {
	max-width: 100%;
	vertical-align: top;
}
ul,
ol {
	list-style: none;
}
em,
address,
i {
	font-style: normal;
}
a,
button {
	transition: 0.4s ease-in-out;
}
a,
a:hover,
a:active,
a:focus {
	color: inherit;
	text-decoration: none;
}
a:visited {

}
button,
input[type="submit"],
input[type="button"] {
	overflow: visible;
	margin: 0;
	background-color: transparent;
	border: none;
	-webkit-appearance: button;
	cursor: pointer;
	font: inherit;
	color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	resize: none;
}

label {
	cursor: pointer;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="file"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="search"],
textarea {
	-webkit-box-shadow: none;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-tap-highlight-color: transparent;
}
input[type="number"] {
	-moz-appearance: textfield;
	margin: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type='text']::-ms-clear {
	display: none;
}

caption {
	position: static !important;
	margin: 0 !important;
}

table {
	table-layout: fixed;
	max-width: none;
	width: 100%;
	min-width: 100%;
	border-collapse: collapse;
}

[role="button"] {
	cursor: pointer;
}

.img img {
	min-width: 100%;
	max-width: 100%;
}
.img.bg-img {
	background-size: cover;
}

.blind,
hr,
.sr-only,
legend,
caption {
	
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}

.al {
	text-align: left !important;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.underline {
	@include underline();
}
.break-all {
	word-break: break-all;
}

