html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
  box-sizing: border-box;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button {
	border: none;
	outline: 0;
	outline-offset: 0;
	margin: 0;
	padding: 0;
}

button {
	background: transparent;
	cursor: pointer;
}

button:disabled {
	cursor: not-allowed;
}

a {
	text-decoration: none;
}

img {
	object-fit: cover;
}
.pt-0 {
  padding-top: 0!important;
}
.pt-122 {
  padding-top: 122px;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.justify-center {
  justify-content: center!important;
}
.justify-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.wh-100 {
  width: 100%;
  height: 100%
}
.pt-120 {
  padding-top: 120px!important;
}
.pt-110 {
  padding-top: 110px!important;
}
.pb-120 {
  padding-bottom: 120rem;
}
.cursor-pointer {
  cursor: pointer;
}
.px-210 {
  padding-left: 210rem;
  padding-right: 210rem;
}
.px-main {
  padding-left: 230rem!important;
  padding-right: 230rem
}
.py-140 {
  padding-top: 140rem!important;
  padding-bottom: 140rem
}
.px-195 {
  padding-left: 195rem;
  padding-right: 195rem;
}
.py-90 {
  padding-top: 90rem!important;
  padding-bottom: 90rem
}
.py-50 {
  padding-top: 50rem!important;
  padding-bottom: 50rem
}
.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 30px!important;
}
.mt-40 {
  margin-top: 40px;;
}
.my-30 {
  margin-top: 30px!important;
  margin-bottom: 30px!important;
}
.mt-60 {
  margin-top: 60px!important;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px!important;
}
.overflow-hidden {
  overflow: hidden;
}
.h-40 {
  height: 40px!important;
}
.h-30 {
  height: 30px!important;
}
.h-60 {
  height: 60px!important;
}
.h-80 {
  height: 80rem!important;
}



