.top-copy {
    background: -webkit-linear-gradient(0deg, #be22ff 20%, #ff279c 50%, #ff981f 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.menu-logo {
    font-size: 21px;
}

.menu-colom {
    color: #fff;
    font-size: 12px;
}

.fs-32p {
    font-size: 32px;
}

.fw-600 {
    font-weight: 600;
}

.m-l-24p {
    margin-left: 24px;
}

.m-l-0 {
    margin-left: 0;
}

.m-r-0 {
    margin-right: 0;
}

.m-r-10p {
    margin-right: 10px;
}

.m-t-5rem {
    margin-top: 5rem;
}

.m-t-10rem {
    margin-top: 10rem;
}

.m-t-15rem {
    margin-top: 15rem;
}

.m-b-5rem {
    margin-bottom: 5rem;
}

.m-b-10rem {
    margin-bottom: 10rem;
}

.p-b-5rem {
    padding-bottom: 5rem;
}

.p-b-10rem {
    padding-bottom: 10rem;
}

.h-50p {
    height: 50px;
}

.h-100p {
    height: 100px;
}

.h-456p {
    height: 456px;
}

.w-30 {
    width: 30%;
}

.text-color-gradation {
    background: -webkit-linear-gradient(0deg, #be22ff 20%, #ff279c 50%, #ff981f 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fill-color-red {
    fill: red;
}

.fc-29-29-31 {
    color: rgb(29, 29, 31);
}

.fc-138-138-142 {
    color: rgb(138, 138, 142)
}

.fc-white {
    color: #fff;
}

.a-style {
    text-decoration: none;
}

.menu-footer:hover {
    background: -webkit-linear-gradient(0deg, #be22ff 20%, #ff279c 50%, #ff981f 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.company-table-th {
    vertical-align: baseline;
    padding-right: 20px;
}

.bg-c-000 {
    background-color: #000;
}

.bg-c-FFF {
    background-color: #FFF;
}

a:hover {
    color: red;
}

.contact-input-t {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.boder-b-1 {
    border-bottom: 1px solid #000;
}

.boder-b-2 {
    border-bottom: 2px solid #000;
}

.boder-1-0 {
    border: 1px solid #000;
}

.boder-r-8 {
    border-radius: 8px;
}

textarea {
    resize: none
}

.input-c:hover {
    background-color: red;
    border: none;
}

.input-c:hover span {
    color: #fff;
}


.input-c input[type="checkbox"] {
    visibility: hidden;
}

.input-c input[type="checkbox"]+span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.input-c input[type="checkbox"]:checked+span::after {
    width: 20px;
    height: 10px;
    border: 3px solid #002D49;
    content: '';
    position: absolute;
    transform: rotate(-45deg) translateY(-50%);
    left: 8px;
    top: calc(50% - 4px);
    border-top: none;
    border-right: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.input-c input[type="checkbox"]+span::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #F0F0F0;
    margin-right: 2rem;
    flex: 0 0 28px;
}

.input-s {
    position: relative;
}

.input-s input[type="submit"] {
    border: none;
    background-color: red;
    color: #FFF;
    font-weight: 600;
}

.input-s::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 15%;
    bottom: 5px;
}

table {

    & th {
        & p {
            margin-bottom: 3rem;
        }
    }

    & p {
        margin-bottom: 2rem;
    }
}
