* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: zi;
    src: url('../font/FuturaPT-Medium.otf')
}

@font-face {
    font-family: zi-bold;
    src: url('../font/FuturaPT-Bold.otf')
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend {
    margin: 0;
    padding: 0;
}

body {
    background: #EEEEFF;
    overflow-y: scroll;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

em,
i {
    font-style: normal;
}

b,
strong {
    font-weight: normal;
}

img {
    border: none;
    vertical-align: middle;
}

input {
    outline: none;
}

button {
    outline: none;
}

textarea {
    resize: none;
}

div,
p {
    box-sizing: border-box;
}
.gd {
      max-height: 750rem !important;
      transition: 0.5s;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}