body {
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Graphik-Medium-Web";
    src: url("./font/Graphik-Medium-Web.woff") format('woff');
}

@font-face {
    font-family: "Graphik-Regular-Web";
    src: url("./font/Graphik-Regular-Web.woff") format('woff');
}

@font-face {
    font-family: "Graphik-Semibold-Web";
    src: url("./font/Graphik-Semibold-Web.woff") format('woff');
}

@media screen and (max-width: 1045px) {
    .list {
        display: none;
    }
}

.header {
    margin: auto;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1104px;
    /*position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    */
}

.main {
    padding-top: 12px;
    padding-right: 40px;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
}

.logo {
    padding: 12px 20px 12px 20px;
}

.span {
    font-size: 13px;
}

.item {
    transition-duration: 0.15s;
    cursor: pointer;
    margin-left: -5px;
    padding-right: 30.5px;
    color: rgb(56 65 81);
}

.item:hover {
    color: rgb(180 167 122/1);
}

.item1:hover {
    color: rgb(180 167 122/1);
}

.item1 {
    padding: 12px 20px 12px 0px;
    margin-left: -9px;
    cursor: pointer;
    color: rgb(56 65 81);
    margin-right: 30px;
}

.top_left {
    display: flex;
    font-family: Graphik-Regular-Web, sans-serif;
}

.items {
    text-transform: uppercase;
    list-style: none;
    display: flex;
}

.top_right {
    padding: 0px 10px 12px 20px;
    display: flex;
    font-family: Graphik-Regular-Web, sans-serif;
}

.login {
    border: none;
    font-size: 15px;
    background-color: transparent;
    letter-spacing: 0.5px;
    font-weight: 500;
    cursor: pointer;
}
.login a {
 text-decoration:none;
 color: #1e76c0;
 font-weight: bold;
 font-family: Graphik-Regular-Web, sans-serif;

}


.start_button {
    border-width: 1px;
    border-radius: 0.5rem;
    cursor: pointer;
    margin-left: 12px;
    padding: 18px 15px 18px 15px;
    background-color: rgb(239 68 68/1);
    border-color: transparent;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
}

.title {
    margin-top: 50px;
    text-align: center;
}

.content-flex {
    max-width: 1024px;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 96px;
    margin-bottom: 96px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, .25);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.company {
    margin-top: 96px;
    margin-bottom: 96px;
    padding-right: 112px;
    padding-left: 112px;
}

.fag {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 96px;
    margin-bottom: 96px;
}

.content-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.content-title>h2 {
    font-size: 3.5rem;
    width: 100%;
    color: rgb(31 31 31);
    font-family: Graphik-Semibold-Web, sans-serif;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}

.desc>span {
    font-size: 1.25rem;
    font-family: Graphik-Regular-Web, sans-serif;
}

.change {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
}

.coin {
    display: flex;
    justify-content: space-between;
    border-color: transparent;
    font-size: 0.875rem;
    padding-left: 10px;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 1.25rem;
    background-color: #fff;
    cursor: default;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
}

.coin>img {
    margin-left: 25px;
    align-items: center;
    height: 20px;
    background-color: #fff;
    opacity: 0.4;
}

.change>span {
    font-family: Graphik-Regular-Web, sans-serif;
    font-size: 1.25rem;
    color: #1e76c0;
    margin-right: 10px;

}

.card {
    border-top: 4px solid rgb(22 163 74);
    border-right: 1px solid #e5e7eb;
    padding: 32px 16px;
    width: 50%;
}

.content1 {
    display: flex;
}

.list {
    margin-top: 1px;
    margin-left: 1px;
}

.image {
    width: 227px;
    /*height: 189px;*/
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.questions {
    width: 75%;
    margin-right: 2rem;
    font-family: Graphik-Regular-Web, sans-serif;
    color: rgb(31 41 55);
}
.logo_img { width: 200px; }
@media screen and (max-width: 768px) {
    .content1 {
        display: block;
    }

    .questions {
        width: 100%;
    }

    .top_right {
        /*display: none;*/
    }
    .logo_img { width: 120px; }
    .login { font-size: 12px; }
    .content-flex {
        max-width: 93%;
    }

    .content2 {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #e5e7eb;
    }

    .card {
        width: 91%;
        margin-left: auto;
        margin-right: auto;
        border-left: 1px solid #e5e7eb;
    }

    .desclist>ul {
        margin-left: auto;
        width: 100%;
        margin-right: auto;
    }
    
    .footer_end {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .logo {
        padding-left: 0px;
        padding-top: 8px;
    }

    .top_right {
        padding-top: 5px;
    }

    .start_button {
        margin-top: 3px;
        padding: 16px 12px;
    }
}

.desclist>ul {
    list-style: none;
    padding: 0;
    width: 91.6666667%;
}

.free {
    font-size: 1.875rem;
    text-align: center;
    margin-top: 12px;
    font-family: Graphik-Medium-Web, sans-serif;
    color: rgb(31 41 55);
}

.free_desc {
    text-align: center;
    font-family: Graphik-Regular-Web, sans-serif;
    margin-top: 8px;
}

.price {
    margin-top: 5px;
    font-family: Graphik-Regular-Web, sans-serif;
    text-align: center;
}

.free_button {
    display: flex;
    justify-content: center;
    border: 0 solid #e5e7eb;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 12px 5px;
    border-radius: 8px;
    border-width: 1px;
    width: 117px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(255 255 255);
    background-color: rgb(220 38 38);
    font-family: Graphik-Regular-Web, sans-serif;
}

.companylist {
    display: none;
    margin-top: 24px;
    margin-bottom: 16px;
}

.t_title {
    padding-top: 8px;
    padding-bottom: 8px;
    color: rgb(32 32 32);
    font-weight: 600;
    font-family: Graphik-Regular-Web,sans-serif;
    font-size: 1.125rem;
}

.p_table1 {
    border: 1px solid rgb(209 213 219);
    border-left-width: 0;
    border-right-width: 0;
    border-collapse: collapse;
    width: 100%;
}

.tr > td {
    width: 25%;
    border: 1px solid rgb(209 213 219);
    border-left: none;
    font-family: Graphik-Regular-Web,sans-serif;
    font-size: 1rem;
    color: rgb(55 65 81);
    text-align: center;
    padding: 1px 0;
}

.rotate {
    transform: rotate(45deg);
}

.rotate1 {
    transform: rotate(180deg);
}

.tr > td:last-child {
    border-right: none;
}

.tr > td:first-child {
    text-align: left;
}

.hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top-width: 1px;
    border-color: #e5e7eb;
    height: 0;
}

.flex>img {
    display: flex;
    text-align: center;
}

.flex>span {
    margin-left: 8px;
    color: rgb(55 65 81);
}

.flex {
    display: flex;
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: Graphik-Regular-Web, sans-serif;
}

.color1 {
    border-top: 4px solid rgb(202 138 4);
}

.color2 {
    border-top: 4px solid rgb(220 38 38);
}

.company_button {
    display: flex;
    justify-content: center;
    font-family: Graphik-Semibold-Web, sans-serif;
}

.company_button>img {
    margin-left: 5px;
}

.content2 {
    padding: 10px;
    border-top: 2px solid #e5e7eb;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.company_button>span {
    font-size: 1.25rem;
    font-weight: 700;
    margin-right: 5px;
}

.company_button>span:hover {
    color: rgb(220 38 38);
    cursor: pointer;
}

.company_icons>img {
    max-width: 488px;
    max-height: 150px;
}

.c_main {
    text-align: center;
}

.company_title>span {
    font-size: 2.75rem;
    font-weight: 700;
    font-family: Graphik-Semibold-Web, sans-serif;
    color: rgb(31 41 55);
}

@media  screen and (max-width: 768px) {
    .content-title>h2 {
        font-size: 40px
    }
    .company_title>span {
        font-size: 30px;
    }
    .company {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.company_desc,
.company_icons {
    margin-top: 32px;
}

.company_desc>span {
    font-size: 1.3125rem;
    font-family: Graphik-Regular-Web, sans-serif;
}

.fag {
    max-width: 64rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 96px;
    margin-top: 96px;
}

.q_title {
    margin: 1.25rem;
    font-size: 1.875rem;
    font-weight: 700;
    font-family: Graphik-Semibold-Web, sans-serif;
    color: rgb(31 41 55);
}

.q_desc {
    margin-left: 1.25rem;
    margin-top: 1.25rem;
    margin-right: 20px;
    margin-bottom: 45px;
}

.q_desc:last-child {
    margin-bottom: 22.5px;
}

.q_desc1 {
    display: flex;
    justify-content: space-between;
}

.q_desc2 {
    display: none;
    margin-top: 30px;
}

.q_desc1>span {
    font-size: 20px;
    font-weight: 600;
}

.q_desc1>span:hover {
    color: rgb(220 38 38);
}

.background {
    width: 100%;
    height: 250px;
    background-color: rgb(48 45 40);
}

.footer_end {
    display: flex;
    justify-content: center;
    color: rgb(255 255 255);
    background-color: rgb(43 40 35);
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer_end>span {
    font-family: Graphik-Regular-Web, sans-serif;
    color: rgb(175 171 163);
}

.footer_end>a {
    font-family: Graphik-Regular-Web, sans-serif;
}

optgroup { font-size:1.25rem; }
select { font-size:1.25rem; }
