html {font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.5;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
*, ::after, ::before {box-sizing:border-box;border-width:0;border-style:solid;}
*:focus {outline:none;-webkit-tap-highlight-color:transparent;}
main{overflow:hidden}
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {margin:0;}
h1, h2, h3, h4, h5, h6 {font-size:inherit;font-weight:inherit;}
ol, ul {list-style:none;margin:0;padding:0;}
img, video {max-width:100%;height:auto;}
audio, canvas, embed, iframe, img, object, svg, video {display:block;vertical-align:middle;}
a {color:inherit;cursor:pointer;}
table {border-collapse:collapse;}

/* width */
.w-full {width:100% !important;}
.w-11\/12 {width:91.666667%;}
.w-4\/5{width:80%;}
.w-1\/2 {width:50%;}
.w-1\/4 {width:25%;}
.w-2\/5 {width:40%;}
.w-1\/3 {width:33.333333% !important;}
.w-1\/6 {width:16.666667%;}
.w-1\/12 {width:8.333333%;}
.w-auto {width:auto;}

/* display */
.flex {display:flex;}
.inline-flex {display:inline-flex;}
.flex-wrap {flex-wrap:wrap;}
.justify-start {justify-content:flex-start;}
.justify-center {justify-content:center;}
.justify-end {justify-content:flex-end;}
.justify-around {justify-content:space-around;}
.items-start{align-items:flex-start;}
.items-center {align-items:center;}
.items-end{align-items:flex-end;}
.inline-block {display:inline-block !important;}
.block {display:block;}
.inline {display:inline !important;}
.hidden {display:none !important;}

/**/
.order1{order:1;}
.order2{order:2;}
.order3{order:3;}

/* visibility */
.invisible {visibility:hidden;}

/* top / right / bottom / left */
.left-6 {left:1.5rem;}
.left-8 {left:2rem;}
.left-16 {left:4rem;}
.-left-1 {left:-.25rem;}
.-left-2 {left:-.5rem;}
.-left-28 {left:-7rem;}
.-left-44 {left:-11rem;}
.-top-4 {top:-1rem;}
.-top-14 {top:-3.5rem;}
.-top-16 {top:-4rem;}

/* position */
.relative {position:relative;}

/* padding */
.pl-6 {padding-left:1.5rem;}
.p-4 {padding:1rem;}
.pt-4 {padding-top:1rem;}
.pt-3 {padding-top:0.75rem !important;}
.pb-0{padding-bottom:0;}
.pb-4 {padding-bottom:1rem;}

/* margin */
.m-auto {margin:auto;}
.mx-auto {margin-left:auto;margin-right:auto;}
.mt-2 {margin-top:0.5rem;}
.mt-4 {margin-top:1rem !important;}
.mt-8 {margin-top:2rem;}
.mt-12 {margin-top:3rem;}
.mx-1 {margin-left:0.25rem;margin-right:0.25rem;}
.mx-2 {margin-left:0.5rem;margin-right:0.5rem;}
.mx-4 {margin-left:1rem;margin-right:1rem;}
.my-2 {margin-top:0.5rem;margin-bottom:0.5rem;}
.my-4 {margin-top:1rem;margin-bottom:1rem;}
.my-5 {margin-top:1.25rem;margin-bottom:1.25rem;}
.-mr-0 {margin-right:0px;}
.mr-1 {margin-right:0.25rem;}
.mr-2 {margin-right:0.5rem;}
.ml-0 {margin-left:0;}
.ml-1 {margin-left:.25rem;}
.ml-2 {margin-left:0.5rem;}
.ml-4 {margin-left:1rem;}
.mb-2 {margin-bottom:0.5rem;}
.mb-4 {margin-bottom:1rem;}

/* text-align */
.text-center {text-align:center;}
.text-left {text-align:left !important;}
.text-right {text-align:right;}

/* Text Decoration */
.no-underline {text-decoration-line:none;}

/* Font Size */
.text-sm {font-size:0.875rem;}
.text-xl {font-size:1.25rem !important;}
.text-2xl {	font-size:1.5rem;}
.text-3xl {font-size:1.875rem;}
.text-4xl {font-size:2.25rem;}

/* font-weight */
.font-bold {font-weight:700;}
.font-thin {font-weight:initial !important;}

/* Font Style */
.italic {font-style:italic;}

/* overflow */
.overflow-hidden {overflow:hidden;}

/* Border Radius */
.rounded-tl-2xl{border-top-left-radius:1rem;}
.rounded-tr-2xl{border-top-right-radius:1rem;}

/* Cursor */
.cursor-auto {cursor:auto;}
.cursor-pointer{cursor:pointer;}

.static{position:static;}

@media (min-width:1201px) {  
  /* width */
  .md\:w-1\/2 {width:50% !important;}  
  .md\:w-1\/3 {width:33.333333% !important;}
  .md\:w-1\/4 {width:25% !important;}
  .md\:w-4\/5 {width:80%;}
  /* margin */
  .md\:mr-4 {margin-right:1rem;}
  .md\:ml-30 {margin-left:7.5rem;}
  /* top / right / bottom / left */
  .md\:left-6 {left:1.5rem;}
  .md\:left-8 {left:2rem;}
  .md\:left-16 {left:4rem;}  
  .md\:-left-44 {left:-11rem;}
  .md\:-left-28 {left:-7rem;}  
  .md\:-top-4 {top:-1rem;}
  .md\:-top-14 {top:-3.5rem;}
  .md\:-top-16 {top:-4rem;}  
  /* display */
  .md\:block {display:block;}
  .md\:hidden {display:none;}
  /* Font Size */
  .md\:text-xl {font-size:1.25rem !important;}
}

@media (max-width:1200px) {  
  /* width */
  .sm\:w-full {width:100% !important;}
  .sm\:w-2\/5 {width:40%;}
  .sm\:w-1\/3 {width:33.333333%;}  
  /* display */
  .sm\:block {display:block;}
  .sm\:hidden {display:none !important;}
  /* top / right / bottom / left */
  .sm\:-top-4 {top:-1rem;}
  /* visibility */
  .sm\:invisible {visibility:hidden;}
  /* margin */
  .sm\:my-2 {margin-top:0.5rem;margin-bottom:0.5rem;}
  .sm\:py-1 {padding-top:0.25rem !important;padding-bottom:0.25rem !important;}
  /* Font Size */
  .sm\:text-sm {font-size:0.875rem !important;}
  .sm\:text-3xl {font-size:1.875rem !important;}
}


