/*--------------------------------Normalize CSS-----------------------------*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

form {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

fieldset {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    font-family: 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
}

*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0
}

hr {
    border-top-width: 1px
}

textarea {
    resize: vertical
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block
}

img {
    max-width: 100%;
    height: auto;
}


/*---------------------------------------------------------------------------------------*/


/*--------------------------------------Direction----------------------------------------*/

.dir-rtl {
    direction: rtl
}

.dir-ltr {
    direction: ltr
}

/*---------------------------------------------------------------------------------------*/


/*--------------------------------------Container----------------------------------------*/

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:425px) {
    .container {
        max-width: 425px
    }
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}


/*---------------------------------------------------------------------------------------*/


/*--------------------------------TEXT BOX EFFECTS Values-----------------------------*/

*,
 :after,
 :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}

i {
    line-height: 1;
}

::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}

:after,
 :before {
    --tw-content: ""
}


/*------------------------------------------------------------------------------*/


/*-----------------------------------Background Color------------------------------------*/

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-white-95 {
    background-color: rgba(255, 255, 255, .95)
}

.bg-gray {
    background-color: #F7F8FA;
}

.bg-gray-f6 {
    --bg-opacity: 1;
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, var(--bg-opacity))
}

.bg-gray-ef {
    --bg-opacity: 1;
    background-color: #efefef;
    background-color: rgba(239, 239, 239, var(--bg-opacity))
}

.bg-gray-e2 {
    --bg-opacity: 1;
    background-color: #e2e2e2;
    background-color: rgba(226, 226, 226, var(--bg-opacity))
}

.bg-black-02 {
    background-color: rgba(0, 0, 0, .02)
}

.bg-black-04 {
    background-color: #F5F5F5;
}

.bg-black-06 {
    background-color: rgba(0, 0, 0, .06)
}

.bg-black-10 {
    background-color: rgba(0, 0, 0, .1)
}

.bg-black-50 {
    background-color: rgba(0, 0, 0, .5)
}

.bg-blue-100 {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity))
}

.bg-blue-600 {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity))
}

.bg-blue-800 {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity))
}

.bg-red-100 {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity))
}

.bg-red-600 {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity))
}

.bg-red-800 {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity))
}

.bg-green-100 {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity))
}

.bg-green-600 {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity))
}

.bg-green-800 {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity))
}

.bg-yellow-100 {
    --bg-opacity: 1;
    background-color: ivory;
    background-color: rgba(255, 255, 240, var(--bg-opacity))
}

.bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f5f2cb;
    background-color: rgba(245, 242, 203, var(--bg-opacity))
}

.bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity))
}


.bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity))
}

.bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity))
}

.bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity))
}

.hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-cover {
    background-size: cover
}


/*---------------------------------------------------------------------------------------*/


/*---------------------------------------Border Style------------------------------------*/

.border-none {
    border-style: none
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-4 {
    border-width: 4px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-t {
    border-top-width: 1px
}

.border-t-0 {
    border-top-width: 0
}

.border-r {
    border-right-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-l {
    border-left-width: 1px;
}

.border-t-1 {
    border-top-width: 1px;
}

.border-l-1 {
    border-left-width: 1px;
}

.border-r-1 {
    border-right-width: 1px
}

.border-r-2 {
    border-right-width: 2px
}

.hover\:border-red-600:hover {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
    transition-property: border-color;
}

.hover\:border-dashed:hover {
    border-style: dashed;
}


/*---------------------------------------------------------------------------------------*/


/*---------------------------------------Border Color------------------------------------*/

.border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
}

.border-gray {
    border-color: #EAECF8;
}

.border-gray-eb {
    --border-opacity: 1;
    border-color: #ebebeb;
    border-color: rgba(235, 235, 235, var(--border-opacity))
}

.border-gray-e8 {
    --border-opacity: 1;
    border-color: #e8e8e8;
    border-color: rgba(232, 232, 232, var(--border-opacity))
}

.border-gray-e2 {
    --border-opacity: 1;
    border-color: #e2e2e2;
    border-color: rgba(226, 226, 226, var(--border-opacity))
}

.border-gray-97 {
    border-color: rgba(151, 151, 151, .13)
}

.border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity))
}

.border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity))
}

.border-green-200 {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity))
}

.border-green-300 {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity))
}

.border-green-800 {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity))
}

.border-red-200 {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity))
}

.border-red-300 {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity))
}

.border-red-800 {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity))
}

.border-blue-800 {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity))
}

.border-black-02 {
    border-color: rgba(0, 0, 0, .02)
}

.border-black-06 {
    border-color: rgba(0, 0, 0, .06)
}

.border-black-08 {
    border-color: rgba(0, 0, 0, .08)
}

.border-black-12 {
    border-color: rgba(0, 0, 0, .12)
}

.border-black-20 {
    border-color: rgba(0, 0, 0, .2)
}

.border-black-38 {
    border-color: rgba(0, 0, 0, .38)
}

.border-black-60 {
    border-color: rgba(0, 0, 0, .6)
}

.border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity))
}

.border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity))
}


/*------------------------------------------------------------------------------------*/


/*-----------------------------------Border Radius------------------------------------*/

.rounded {
    border-radius: .25rem
}

.rounded-none {
    border-radius: 0
}

.rounded-full {
    border-radius: 9999px
}

.rounded-sm {
    border-radius: .125rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.rounded-r-xl {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem
}

.rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.rounded-t-xl {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

.rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.rounded-b-xl {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem
}

.rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
}

.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
}


/*------------------------------------------------------------------------------------*/


/*-----------------------------------------Display------------------------------------*/

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.inline-flex {
    display: inline-flex
}

.flex {
    display: flex
}

.table {
    display: table
}

.table-caption {
    display: table-caption
}

.table-cell {
    display: table-cell
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.hidden {
    display: none
}

.invisible {
    visibility: hidden
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-1 {
    flex: 1 1 0%
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.justify-end {
    justify-content: flex-end
}

.content-between {
    align-content: space-between
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Fonts & Text Style----------------------------------*/

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-5xl {
    font-size: 3rem
}

.text-6xl {
    font-size: 4rem
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------height----------------------------------*/

.h-1 {
    height: .25rem
}

.h-2 {
    height: .5rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-24 {
    height: 6rem
}

.h-32 {
    height: 8rem
}

.h-56 {
    height: 14rem
}

.h-64 {
    height: 16rem
}

.h-70 {
    height: 18.75rem
}

.h-1\/2 {
    height: 50%
}

.h-auto {
    height: auto
}

.h-3\/4 {
    height: 75%
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}


/*---------------------------------Text Color-----------------------------------------*/

.text-transparent {
    color: transparent
}

.text-black {
    color: #000;
}

.text-black-38 {
    color: rgba(0, 0, 0, .38)
}

.text-black-60 {
    color: rgba(0, 0, 0, .6)
}

.text-black-87 {
    color: rgba(0, 0, 0, .87)
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity))
}

.text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity))
}

.text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity))
}

.text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity))
}

.text-green-700 {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity))
}

.text-green-800 {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity))
}

.text-blue-700 {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity))
}

.text-blue-800 {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity))
}

.text-gray-75 {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117, 117, 117, var(--text-opacity))
}

.text-gray-66 {
    --text-opacity: 1;
    color: #666;
    color: rgba(102, 102, 102, var(--text-opacity))
}

.text-gray-5d {
    --text-opacity: 1;
    color: #5d5d5d;
    color: rgba(93, 93, 93, var(--text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity))
}

.text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity))
}

.text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity))
}

.text-red-700 {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity))
}

.text-red-800 {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity))
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Line Height----------------------------------------*/

.leading-loose {
    line-height: 2
}

.leading-5 {
    line-height: 1.25rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-7 {
    line-height: 1.75rem
}

.leading-8 {
    line-height: 2rem
}

.leading-10 {
    line-height: 2.5rem
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Order----------------------------------------*/

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-first {
    order: -9999
}

.order-last {
    order: 9999
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------List Style-----------------------------------------*/

.list-disc {
    list-style-type: disc
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Margin---------------------------------------------*/

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.-m-1 {
    margin: -.25rem
}

.m-1 {
    margin: .25rem
}

.m-2 {
    margin: .5rem
}

.m-3 {
    margin: .75rem
}

.m-4 {
    margin: 1rem
}

.m-8 {
    margin: 2rem
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.mx-7 {
    margin-left: 1.7rem;
    margin-right: 1.7rem
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.ml-0 {
    margin-left: 0
}

.mr-1 {
    margin-right: .25rem
}

.mt-1 {
    margin-top: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.ml-1 {
    margin-left: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: .75rem
}

.mt-3 {
    margin-top: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mr-12 {
    margin-right: 3rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.ml-6 {
    margin-left: 1.5rem
}

.ml-10 {
    margin-left: 2.5rem
}

.ml-16 {
    margin-left: 4rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mt-16 {
    margin-top: 4rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-64 {
    margin-bottom: 16rem
}

.mt-32 {
    margin-top: 8rem
}

.mb-auto {
    margin-bottom: auto
}

.ml-auto {
    margin-left: auto
}

.-mt-2\/5 {
    margin-top: -.6rem
}

.-mt-3 {
    margin-top: -.75rem
}

.-mt-4 {
    margin-top: -1rem
}

.-mt-5 {
    margin-top: -1.25rem
}

.-mt-6 {
    margin-top: -1.5rem
}

.-mt-12 {
    margin-top: -3rem
}


.first\:mr-0:first-child {
    margin-right: 0
}

.last\:mb-0:last-child {
    margin-bottom: 0
}


/*------------------------------------------------------------------------------------*/


/*-----------------------------Screen Max Width---------------------------------------*/

.max-w-screen-xs {
    max-width: 425px
}

.max-w-screen-sm {
    max-width: 640px
}

.max-w-screen-md {
    max-width: 768px
}

.max-w-screen-lg {
    max-width: 1024px
}

.max-w-screen-xl {
    max-width: 1280px
}

.max-w-screen-2xl {
    max-width: 1536px
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Max Width------------------------------------------*/

.max-w-xs {
    max-width: 20rem
}

.max-w-sm {
    max-width: 24rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-lg {
    max-width: 32rem
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Opacity--------------------------------------------*/

.opacity-0 {
    opacity: 0
}

.opacity-50 {
    opacity: .5
}

.opacity-75 {
    opacity: .75
}

.opacity-90 {
    opacity: .90
}

.opacity-100 {
    opacity: 1
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Outline--------------------------------------------*/

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Overflow-------------------------------------------*/

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Padding--------------------------------------------*/

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-10 {
    padding: 2.5rem
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.pr-0 {
    padding-right: 0
}

.pr-1 {
    padding-right: .25rem
}

.pr-2 {
    padding-right: .5rem
}

.pr-3 {
    padding-right: .75rem
}


.pr-4 {
    padding-right: 1rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pr-10 {
    padding-right: 2.5rem
}

.pl-0 {
    padding-left: 0
}

.pl-1 {
    padding-left: .25rem
}

.pl-2 {
    padding-left: .5rem
}

.pl-3 {
    padding-left: .75rem
}

.pl-4 {
    padding-left: 1rem
}

.pl-8 {
    padding-left: 2rem
}

.pl-10 {
    padding-left: 2.5rem
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: .25rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-8 {
    padding-top: 2rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-14 {
    padding-top: 3.5rem
}

.pt-16 {
    padding-top: 4rem
}

.pt-18 {
    padding-top: 4.8rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-32 {
    padding-top: 8rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pb-16 {
    padding-bottom: 4rem
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Position-------------------------------------------*/

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.top-0 {
    top: 0
}

.top-3 {
    top: 0.46rem
}

.inset-y-0 {
    bottom: 0;
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.left-2 {
    left: 2px
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Shadow---------------------------------------------*/

.shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05)
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
}

.shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
}

.shadow-none {
    box-shadow: none
}


.shadow-black-1-2 {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.shadow-black-0-3 {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1)
}

.shadow-black-1-4 {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .16)
}

.shadow-black--1-11 {
    box-shadow: 0 -1px 11px 0 rgba(0, 0, 0, .11)
}

.shadow-blue-0-4 {
    box-shadow: 0 0 4px 0 rgba(10, 90, 189, .4)
}

.hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

/*------------------------------------------------------------------------------------*/


/*---------------------------------Text Align & Style---------------------------------*/

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.align-middle {
    vertical-align: middle
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.line-through {
    text-decoration: line-through
}

.visible {
    visibility: visible
}

.whitespace-no-wrap {
    white-space: nowrap
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Width---------------------------------------------*/

.w-1 {
    width: .25rem
}

.w-2 {
    width: .5rem
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem
}

.w-16 {
    width: 4rem
}

.w-24 {
    width: 6rem
}

.w-32 {
    width: 8rem
}

.w-40 {
    width: 10rem
}

.w-48 {
    width: 12rem
}

.w-56 {
    width: 14rem
}

.w-64 {
    width: 16rem
}

.w-72 {
    width: 18rem
}

.w-74 {
    width: 20rem
}

.w-110 {
    width: 27rem
}

.w-auto {
    width: auto
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-1\/4 {
    width: 25%
}

.w-1\/5 {
    width: 20%
}

.w-1\/6 {
    width: 16.666667%
}

.w-2\/3 {
    width: 66.666667%
}

.w-3\/4 {
    width: 75%
}

.w-6\/12 {
    width: 50%
}

.w-11\/12 {
    width: 91.666667%
}

.w-full {
    width: 100%
}

.w-v-full {
    width: 100vw
}

.w-inherit {
    width: inherit
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Z inderx-------------------------------------------*/

.-z-10 {
    z-index: -10
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.z-60 {
    z-index: 60
}

.z-70 {
    z-index: 70
}

.z-90 {
    z-index: 90
}

.z-100 {
    z-index: 100
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Grid & Gap-----------------------------------------*/

.gap-1 {
    grid-gap: .25rem;
    gap: .25rem
}

.gap-2 {
    grid-gap: .5rem;
    gap: .5rem
}

.gap-3 {
    grid-gap: .75rem;
    gap: .75rem
}

.gap-4 {
    grid-gap: 1rem;
    gap: 1rem
}

.gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem
}

.gap-8 {
    grid-gap: 2rem;
    gap: 2rem
}

.gap-16 {
    grid-gap: 4rem;
    gap: 4rem
}

.gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.grid-flow-row {
    grid-auto-flow: row
}

.grid-flow-col {
    grid-auto-flow: column
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-4 {
    grid-column: span 4/span 4
}

.col-span-5 {
    grid-column: span 5/span 5
}

.col-span-6 {
    grid-column: span 6/span 6
}

.row-span-1 {
    grid-row: span 1/span 1
}

.row-span-2 {
    grid-row: span 2/span 2
}

.grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
}

.grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
}

.col-end-5 {
    grid-column-end: 5
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Cursor---------------------------------------------*/

.cursor-pointer {
    cursor: pointer
}


/*------------------------------------------------------------------------------------*/

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


/*---------------------Transition & Transform & Keyframes-----------------------------*/

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform 
}

.transition-transform {
    transition-property: transform
}

.transition-opacity {
    transition-property: opacity
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.rotate-180,
.translate-y-full {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-180 {
    --tw-rotate: 180deg
}

.centered {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) scale(1)
}


/*Textbox placeholder effect*/

.duration-300 {
    transition-duration: .3s
}

.-translate-y-6 {
    --tw-translate-y: -1.5rem
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
}

.origin-\[100\] {
    transform-origin: 100%;
}

.scale-75 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
    --transform-rotate: 90deg
}

.-rotate-90 {
    --transform-rotate: -90deg
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.peer:placeholder-shown~.peer-placeholder-shown\:top-1\/2 {
    top: 50%
}

.peer:placeholder-shown~.peer-placeholder-shown\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.peer:placeholder-shown~.peer-placeholder-shown\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.peer:not(:placeholder-shown)~label {
    padding-left: 0rem;
    padding-right: 0rem;
    top: .25rem
}

.peer:focus~.peer-focus\:left-0 {
    left: 0
}

.peer:focus~.peer-focus\:top-2 {
    top: .5rem
}

.peer:focus~.peer-focus\:top-1 {
    top: .25rem
}

.peer:focus~.peer-focus\:-translate-y-6 {
    --tw-translate-y: -1.5rem
}

.peer:focus~.peer-focus\:-translate-y-4,
.peer:focus~.peer-focus\:-translate-y-6 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.peer:focus~.peer-focus\:-translate-y-4 {
    --tw-translate-y: -1rem
}

.peer:focus~.peer-focus\:-translate-y-3 {
    --tw-translate-y: -0.75rem
}

.peer:focus~.peer-focus\:-translate-y-3,
.peer:focus~.peer-focus\:scale-75 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.peer:focus~.peer-focus\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
}

.peer:focus~.peer-focus\:p-0 {
    padding: 0rem
}

.peer:focus~.peer-focus\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.peer:focus~.peer-focus\:font-medium {
    font-weight: 500
}

.peer:focus~.peer-focus\:text-color {
    --tw-text-opacity: 1;
    color: #2c5282
}

.peer:focus~.peer-focus\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.peer:focus~.peer-focus\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.peer:focus~.peer-focus\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 202 254/var(--tw-ring-opacity))
}

.peer:focus~.peer-focus\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 180 180/var(--tw-ring-opacity))
}

.peer:focus~.peer-focus\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(132 225 188/var(--tw-ring-opacity))
}

.peer:focus~.peer-focus\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(202 191 253/var(--tw-ring-opacity))
}

.peer:focus~.peer-focus\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 202 21/var(--tw-ring-opacity))
}

.peer:focus~.peer-focus\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(126 220 226/var(--tw-ring-opacity))
}

.peer:focus~.peer-focus\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 186 140/var(--tw-ring-opacity))
}

.focus\:outline-none:focus {
    outline: 0
}

.focus\:border-color:focus {
    --tw-border-opacity: 1;
    border-color: #2c5282
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ping {
    100%,
    75% {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {
    100%,
    75% {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}


/*------------------------------------------------------------------------------------*/


/*---------------------------------Upload Files Css--------------------------------------*/

.pointer-events-none {
    pointer-events: none
}

.fill-current {
    fill: currentColor
}

.border-dashed {
    border-style: dashed
}

.border-solid {
    border-style: solid
}

.border-gray-400 {
    border-color: #cbd5e0
}

.bg-gray-200 {
    background-color: #edf2f7
}
.bg-no-repeat {
    background-repeat: no-repeat
}

.hover\:bg-gray-300:hover {
    background-color: #e2e8f0
}

.focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
}

.pb-3 {
    padding-bottom: .75rem
}

.bg-gray-100 {
    background-color: #f7fafc
}

.bg-fixed {
    background-attachment: fixed
}

.break-words {
    overflow-wrap: break-word
}

.hover\:text-white:hover {
    color: #fff
}

/*------------------------------------------------------------------------------------*/


/*---------------------------------Media Queries--------------------------------------*/

@media (min-width:425px) {
    .xs\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
    @media (min-width:425px) {
        .xs\:container {
            max-width: 425px
        }
    }
    @media (min-width:640px) {
        .xs\:container {
            max-width: 640px
        }
    }
    @media (min-width:768px) {
        .xs\:container {
            max-width: 768px
        }
    }
    @media (min-width:1024px) {
        .xs\:container {
            max-width: 1024px
        }
    }
    @media (min-width:1280px) {
        .xs\:container {
            max-width: 1280px
        }
    }
    .xs\:block {
        display: block
    }
    .xs\:flex-row {
        flex-direction: row
    }
    .xs\:items-center {
        align-items: center
    }
    .xs\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:640px) {
    .sm\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
    @media (min-width:425px) {
        .sm\:container {
            max-width: 425px
        }
    }
    @media (min-width:640px) {
        .sm\:container {
            max-width: 640px
        }
    }
    @media (min-width:768px) {
        .sm\:container {
            max-width: 768px
        }
    }
    @media (min-width:1024px) {
        .sm\:container {
            max-width: 1024px
        }
    }
    @media (min-width:1280px) {
        .sm\:container {
            max-width: 1280px
        }
    }
    .sm\:border-none {
        border-style: none
    }
    .sm\:block {
        display: block
    }
    .sm\:hidden {
        display: none
    }
    .sm\:flex-row {
        flex-direction: row
    }
    .sm\:mx-1 {
        margin-left: .25rem;
        margin-right: .25rem
    }
    .sm\:ml-2 {
        margin-left: .5rem
    }
    .sm\:p-0 {
        padding: 0
    }
    .sm\:p-4 {
        padding: 1rem
    }
    .sm\:mb-2 {
        margin-bottom: .5rem
    }
    .sm\:w-full {
        width: 100%
    }
    .sm\:w-1\/2 {
        width: 50%
    }
    .sm\:w-1\/3 {
        width: 33.333333%
    }
    .sm\:text-lg {
        font-size: 1.125rem
    }
}

@media (max-width:768px) {
    body {
        margin: 0px!important;
    }
    .off-lbl-archive {
        right: 3px;
        top: 3px;
    }
    .category {
        min-height: 158px
    }
    .about-img {
        width: 100%
    }
    .modal:not(.custom) {
        width: 100%;
        height: 100%;
    }
    .switch {
        position: absolute;
        left: 18px;
    }
    .post {
        height: auto
    }
    #desc h1 {
        font-weight: bold;
        font-size: 22px;
        line-height: 42px;
    }
    #desc h2 {
        font-weight: bold;
        font-size: 20px;
        line-height: 42px;
    }
    #desc h3 {
        font-weight: bold;
        font-size: 18px;
        line-height: 36px;
    }
    #desc h4 {
        font-weight: bold;
        font-size: 16px;
        line-height: 30px;
    }
    #desc h5 {
        font-weight: bold;
        font-size: 14px;
        line-height: 30px;
    }
    #desc h6 {
        font-weight: bold;
        font-size: 12px;
        line-height: 20px;
    }
}

@media (min-width:768px) {
    @media (min-width: 425px) {
        .md\:container {
            max-width: 425px
        }
    }
    @media (min-width:640px) {
        .md\:container {
            max-width: 640px
        }
    }
    @media (min-width:768px) {
        .md\:container {
            max-width: 768px
        }
    }
    @media (min-width:1024px) {
        .md\:container {
            max-width: 1024px
        }
    }
    @media (min-width:1280px) {
        .md\:container {
            max-width: 1280px
        }
    }
    .md\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
    .md\:order-1 {
        order: 1
    }
    .md\:order-2 {
        order: 2
    }
    .md\:order-3 {
        order: 3
    }
    .md\:order-4 {
        order: 4
    }
    .md\:order-5 {
        order: 5
    }
    .md\:order-last {
        order: 9999
    }
    .md\:bg-white {
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity))
    }
    .md\:bg-gray-ec {
        --bg-opacity: 1;
        background-color: #ececec;
        background-color: rgba(236, 236, 236, var(--bg-opacity))
    }
    .md\:bg-gray {
        background-color: #F7F8FA;
    }
    .md\:bg-gray-f6 {
        --bg-opacity: 1;
        background-color: #f6f6f6;
        background-color: rgba(246, 246, 246, var(--bg-opacity))
    }
    .md\:bg-d-blue-400 {
        --bg-opacity: 1;
        background-color: #d9e5f5;
        background-color: rgba(217, 229, 245, var(--bg-opacity))
    }
    .md\:rounded {
        border-radius: .25rem
    }
    .md\:rounded-t {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .md\:rounded-t-xl {
        border-top-left-radius: .75rem;
        border-top-right-radius: .75rem
    }
    .md\:rounded-lg {
        border-radius: .5rem
    }
    .md\:rounded-xl {
        border-radius: .75rem
    }
    .md\:rounded-b-xl {
        border-bottom-right-radius: .75rem;
        border-bottom-left-radius: .75rem
    }
    .md\:border-none {
        border-style: none
    }
    .md\:border-l {
        border-left-width: 1px
    }
    .md\:border-t-0 {
        border-top-width: 0
    }
    .md\:border-r-0 {
        border-right-width: 0
    }
    .md\:border-b {
        border-bottom-width: 1px
    }
    .md\:border-b-0 {
        border-bottom-width: 0
    }
    .md\:block {
        display: block
    }
    .md\:flex {
        display: flex
    }
    .md\:flex-1 {
        flex: 1 1 0%
    }
    .md\:hidden {
        display: none
    }
    .md\:h-auto {
        height: auto
    }
    .md\:h-16 {
        height: 4rem
    }
    .md\:h-32 {
        height: 8rem
    }
    .md\:h-48 {
        height: 12rem
    }
    .md\:h-56 {
        height: 14rem
    }
    .md\:h-full {
        height: 100%
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:flex-col {
        flex-direction: column
    }
    .md\:items-start {
        align-items: flex-start
    }
    .md\:items-center {
        align-items: center
    }
    .md\:justify-end {
        justify-content: flex-end
    }
    .md\:justify-start {
        justify-content: flex-start
    }
    .md\:justify-between {
        justify-content: space-between
    }
    .md\:justify-center {
        justify-content: center
    }
    .md\:m-0 {
        margin: 0
    }
    .md\:m-2 {
        margin: .5rem
    }
    .md\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }
    .md\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .md\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
    .md\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }
    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }
    .md\:mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }
    .md\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }
    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }
    .md\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem
    }
    .md\:mt-0 {
        margin-top: 0
    }
    .md\:mb-0 {
        margin-bottom: 0
    }
    .md\:mb-2 {
        margin-bottom: .5rem
    }
    .md\:mb-4 {
        margin-bottom: 1rem
    }
    .md\:mb-8 {
        margin-bottom: 2rem
    }
    .md\:pr-0 {
        padding-right: 0
    }
    .md\:pb-2 {
        padding-bottom: .5rem
    }
    .md\:pb-3 {
        padding-bottom: .75rem
    }
    .md\:pb-4 {
        padding-bottom: 1rem
    }
    .md\:pb-64 {
        padding-bottom: 16rem
    }
    .md\:mr-0 {
        margin-right: 0
    }
    .md\:mr-3 {
        margin-right: .75rem
    }
    .md\:mt-2 {
        margin-top: .5rem
    }
    .md\:mt-4 {
        margin-top: 1rem
    }
    .md\:mt-6 {
        margin-top: 1.5rem
    }
    .md\:ml-0 {
        margin-left: 0
    }
    .md\:ml-2 {
        margin-left: .5rem
    }
    .md\:ml-4 {
        margin-left: 1rem
    }
    .md\:ml-8 {
        margin-left: 2rem
    }
    .md\:ml-3 {
        margin-left: .75rem
    }
    .md\:ml-16 {
        margin-left: 4rem
    }
    .md\:mr-6 {
        margin-right: 1.5rem
    }
    .md\:mr-8 {
        margin-right: 2rem
    }
    .md\:mt-8 {
        margin-top: 2rem
    }
    .md\:mt-10 {
        margin-top: 2.5rem
    }
    .md\:mt-12 {
        margin-top: 3rem
    }
    .md\:mr-16 {
        margin-right: 4rem
    }
    .md\:p-2 {
        padding: .5rem
    }
    .md\:p-6 {
        padding: 1.5rem
    }
    .md\:p-4 {
        padding: 1rem
    }
    .md\:p-8 {
        padding: 2rem
    }
    .md\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .md\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }
    .md\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }
    .md\:gap-2 {
        grid-gap: .5rem;
        gap: .5rem
    }
    .md\:gap-6 {
        grid-gap: 1.5rem;
        gap: 1.5rem
    }
    .md\:gap-8 {
        grid-gap: 2rem;
        gap: 2rem
    }
    .md\:gap-16 {
        grid-gap: 4rem;
        gap: 4rem
    }
    .md\:shadow-none {
        box-shadow: none
    }
    .md\:shadow-black-0-3 {
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1)
    }
    .md\:text-right {
        text-align: right
    }
    .md\:text-left {
        text-align: left
    }
    .md\:text-xs {
        font-size: .75rem
    }
    .md\:text-sm {
        font-size: .875rem
    }
    .md\:text-base {
        font-size: 1rem
    }
    .md\:text-lg {
        font-size: 1.125rem
    }
    .md\:text-2xl {
        font-size: 1.5rem
    }
    .md\:text-2xl {
        font-size: 1.5rem
    }
    .md\:text-4xl {
        font-size: 2.25rem
    }
    .md\:leading-7 {
        line-height: 1.75rem
    }
    .md\:w-auto {
        width: auto
    }
    .md\:w-32 {
        width: 8rem
    }
    .md\:w-40 {
        width: 10rem
    }
    .md\:w-48 {
        width: 12rem
    }
    .md\:w-56 {
        width: 14rem
    }
    .md\:w-64 {
        width: 16rem
    }
    .md\:w-72 {
        width: 18rem
    }
    .md\:w-100 {
        width: 25rem
    }
    .md\:w-110 {
        width: 27rem
    }
    .md\:w-auto {
        width: auto
    }
    .md\:w-1\/2 {
        width: 50%
    }
    .md\:w-1\/3 {
        width: 33.333333%
    }
    .md\:w-2\/3 {
        width: 66.666667%
    }
    .md\:w-1\/4 {
        width: 25%
    }
    .md\:w-3\/4 {
        width: 75%
    }
    .md\:grid {
        display: grid
    }
    .md\:grid-flow-col {
        grid-auto-flow: column
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .md\:col-span-1 {
        grid-column: span 1/span 1
    }
    .md\:col-span-2 {
        grid-column: span 2/span 2
    }
    .md\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr))
    }
    .md\:ml-6 {
        margin-left: 1.5rem
    }
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .md\:mb-10 {
        margin-bottom: 2.5rem
    }
    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .md\:p-0 {
        padding: 0
    }
    .md\:p-12 {
        padding: 3rem
    }
    .md\:pt-0 {
        padding-top: 0
    }
    .md\:pt-2 {
        padding-top: .5rem
    }
    .md\:pt-4 {
        padding-top: 1rem
    }
    .md\:pt-8 {
        padding-top: 2rem
    }
    .md\:pt-10 {
        padding-top: 2.5rem
    }
    .md\:pt-32 {
        padding-top: 8rem
    }
    .md\:pb-12 {
        padding-bottom: 3rem
    }
}

@media (min-width:1024px) {
    .lg\:border-b {
        border-bottom-width: 1px
    }
    .lg\:border-r {
        border-right-width: 1px
    }
    .lg\:border-l {
        border-left-width: 1px
    }
    .lg\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
    @media (min-width:425px) {
        .lg\:container {
            max-width: 425px
        }
    }
    @media (min-width:640px) {
        .lg\:container {
            max-width: 640px
        }
    }
    @media (min-width:768px) {
        .lg\:container {
            max-width: 768px
        }
    }
    @media (min-width:1024px) {
        .lg\:box-product-title {
            height: 52px;
            overflow: hidden;
        }
        .lg\:container {
            max-width: 1024px
        }
        .lg\:pt-fixer {
            padding-top: 133px;
        }
    }
    @media (min-width:1280px) {
        .lg\:box-product-title {
            height: auto;
            overflow: hidden;
        }
        .lg\:container {
            max-width: 1280px
        }
    }
    .lg\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }
    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }
    .lg\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }
    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
    .lg\:pb-0 {
        padding-bottom: 0
    }
    .lg\:w-1\/3 {
        width: 33.333333%
    }
    .lg\:w-2\/3 {
        width: 66.666667%
    }
    .lg\:w-1\/4 {
        width: 25%
    }
    .lg\:w-1\/5 {
        width: 20%
    }
    .lg\:w-1\/6 {
        width: 16.666667%
    }
    .lg\:w-7\/12 {
        width: 58.333333%
    }
    .lg\:w-auto {
        width: auto
    }
    .lg\:w-72 {
        width: 18rem
    }
    .lg\:w-110 {
        width: 27rem
    }
    .lg\:block {
        display: block
    }
    .lg\:hidden {
        display: none
    }
    .lg\:flex {
        display: flex
    }
    .lg\:flex-row {
        flex-direction: row
    }
    .lg\:grid {
        display: grid
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .lg\:col-span-2 {
        grid-column: span 2/span 2
    }
    .lg\:row-span-2 {
        grid-row: span 2/span 2
    }
    .lg\:pt-10 {
        padding-top: 2.5rem
    }
    
    .lg\:text-sm {
        font-size: .875rem
    }
    .lg\:text-2xl {
        font-size: 1.5rem
    }
    .lg\:mb-0 {
        margin-bottom: 0
    }
    .lg\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    
}


/* Serface Responsive query*/
@media (min-width:768px) and (max-width:1024px) {
    body{margin-top: 0px;}
    #content-wrap{padding-top: 3.5rem;}
}

@media (min-width:1024px) and (max-width:1170px) {
    .nav-dropdown {
        margin-right: -25px;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width:1280px) {
    .xl\:border-b {
        border-bottom-width: 1px
    }
    .xl\:border-r {
        border-right-width: 1px
    }
    .xl\:border-l {
        border-left-width: 1px
    }
    .xl\:max-w-md {
        max-width: 28rem
    }
    .xl\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
    @media (min-width:425px) {
        .xl\:container {
            max-width: 425px
        }
    }
    @media (min-width:640px) {
        .xl\:container {
            max-width: 640px
        }
    }
    @media (min-width:768px) {
        .xl\:container {
            max-width: 768px
        }
    }
    @media (min-width:1024px) {
        .xl\:container {
            max-width: 1024px
        }
    }
    @media (min-width:1280px) {
        .xl\:container {
            max-width: 1280px
        }
    }
    .xl\:block {
        display: block
    }
    .xl\:flex {
        display: flex
    }
    .xl\:w-1\/2 {
        width: 50%
    }
    .xl\:w-2\/3 {
        width: 66.666667%
    }
    .xl\:w-1\/4 {
        width: 25%
    }
    .xl\:w-1\/5 {
        width: 20%
    }
    .xl\:w-1\/6 {
        width: 16.666667%
    }
    .xl\:w-72 {
        width: 18rem
    }
    .xl\:w-110 {
        width: 27rem
    }
    .xl\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }
    .xl\:ml-6 {
        margin-left: 1.5rem
    }
    .xl\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }
    .xl\:mb-6 {
        margin-bottom: 1.5rem
    }
    .xl\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .xl\:pb-10 {
        padding-bottom: 2.5rem
    }
    .xl\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .xl\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
    .xl\:pt-24 {
        padding-top: 6rem
    }
    .xl\:p-8 {
        padding: 2rem
    }
    .xl\:col-span-1 {
        grid-column: span 1/span 1
    }
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .xl\:hidden {
        display: none
    }
    .xl\:text-3xl {
        font-size: 1.875rem
    }
    .xl\:text-base {
        font-size: 1rem
    }
    .xl\:text-sm {
        font-size: .875rem
    }
    
    .xl\:rounded-xl {
        border-radius: .75rem
    }
}

@media (min-width:1536px) {
    ._2xl\:m-2 {
        margin: .5rem
    }
    ._2xl\:w-1\/6 {
        width: 16.666667%
    }
    
}

@media (min-width:1920px) {
    ._3xl\:text-4xl {
        font-size: 2.25rem
    }
}