.main-header {
    padding: 80px 0;
}
.main-header .title-1 {
    font-size: 62px;
    font-family: var(--primary-font);
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    max-width: 1200px;
}
.main-header .para-1 {
    font-size: 16px;
    font-family: var(--secondary-font);
    line-height: 1.6;
    font-weight: 500;
    color: var(--text-gray);
    opacity: .8;
    max-width: 600px;
}
@media only screen and (max-width:767px) {
    .main-header {
    padding: 100px 0 60px;
}
.main-header .title-1 {
    font-size: 44px;
}
.main-header .para-1 {
    font-size: 14px;
}
}.main-header .notify {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: var(--semi-dark);
    border-radius: 50px;
    cursor: default;
}
.main-header .notify .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    width: 54px;
    min-width: 54px;
    height: 54px;
}
.main-header .notify .icon img {
    width: 16px;
}
.main-header .notify .text {
    padding: 0 25px 0 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
@media only screen and (max-width:767px) {
    .main-header .notify .icon {
    display: none;
}
.main-header .notify .text {
    padding: 15px 30px;
    font-size: 14px;
}
}.main-header .header-form {
    position: relative;
    background-color: var(--semi-dark);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 60px 40px 40px;
    text-align: center;
    border-radius: 16px;
    max-width: 440px;
}
.main-header .form-title {
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
}
.main-header .form-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.main-header .form-label:not(:last-child) {
    margin-bottom: 15px;
}
.main-header .form-label input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 54px;
    padding: 0 20px;
    background-color: #282a3f;
    border: 1px solid rgba(255, 255, 255, .1);
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    font-family: var(--primary-font);
    font-weight: 500;
    outline: none;
    transition: background-color .2s ease;
}
.main-header .form-label input:hover {
    background-color: #2f3146;
}
.main-header .form-label input::placeholder {
    color: rgba(255, 255, 255, .3);
    font-weight: 400;
}
.main-header .hr {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-header .hr::before, .main-header .hr::after {
    position: absolute;
    content: '';
    left: 0;
    height: 1px;
    width: 100px;
    background-color: rgba(255, 255, 255, .2);
    z-index: 1;
    margin-top: 1px;
}
.main-header .hr::after {
    left: unset;
    right: 0;
}
.main-header .hr span {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
    z-index: 2;
}
.main-header .form-comment {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-gray);
}
.main-header .form-comment a {
    color: var(--primary);
}
.main-header .form-comment a:hover {
    text-decoration: underline;
}
@media only screen and (max-width:767px) {
    .main-header .form-title {
    font-size: 17px;
}
}.form-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 54px;
    height: 54px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .7);
    border: 2px solid transparent;
    box-shadow: 0 22px 20px -15px rgba(150, 150, 150, .2);
    border-radius: 50%;
    z-index: 99;
}
.form-btn:hover, .form-btn:active, .form-btn:focus {
    background-color: #fff;
    box-shadow: none;
}
.form-btn img {
    width: 20px;
}
@media only screen and (max-width:1199.98px) {
    .form-btn {
    display: flex;
    z-index: 999;
}
.main-header .form-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    overflow-y: auto;
    padding: 60px 40px;
    background-color: var(--dark);
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    visibility: hidden;
    right: -500px;
    z-index: 999;
}
.main-header .form-container.open {
    right: 0;
    visibility: visible;
}
}@media only screen and (max-width:1366px) {
    .main-header .hr: :before, .main-header .hr::after {
    width: 75px;
}
}@media only screen and (max-width:767px) {
    .main-header .form-container {
    padding: 60px 15px 100px;
    width: 100%}
.main-header .header-form {
    max-width: 380px;
    width: calc(100% - 30px);
    padding: 70px 30px 30px;
    margin: 0 auto;
}
}@media only screen and (max-width:389px) {
    .main-header .form-container {
    padding: 60px 15px 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.main-header .form-container.open {
    right: 0;
}
.main-header .header-form {
    max-width: 340px;
    width: 340px;
    padding: 70px 30px 30px;
}
}.se-i {
    padding-bottom: 80px;
}
.se-i .box {
    padding: 25px 15px;
    background-color: var(--semi-dark);
    border-radius: 8px;
}
.se-i .box-icon {
    width: 32px;
}
.se-i .box-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
@media only screen and (max-width:767px) {
    .se-i .box-icon {
    width: 38px;
}
.se-i .box-title {
    font-size: 14px;
}
}.se-ii {
    padding: 60px 0;
}
.se-ii .title-1 {
    font-size: 40px;
    font-family: var(--primary-font);
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.se-ii .title-1 span {
    line-height: 1;
    display: inline-block;
}
.se-ii .para-1 {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
}
.se-ii .item {
    background-color: var(--semi-dark-2);
    padding: 20px 15px;
    border-radius: 8px;
    transition: background-color .25s ease;
}
.se-ii .item img {
    width: 50px;
    margin-bottom: 20px;
}
.se-ii .item .text {
    font-size: 14px;
    font-weight: 400;
    color: #9193a8;
}
@media only screen and (max-width:1199.98px) {
    .se-ii {
    padding: 60px 0 30px;
}
.se-ii .title-1, .se-ii .title-1 span, .se-ii .title-1 span.primary-color {
    font-size: 36px;
    line-height: 1.4;
}
.se-ii .item {
    margin-bottom: 30px;
}
}@media only screen and (max-width:767px) {
    .se-ii .title-1, .se-ii .title-1 span, .se-ii .title-1 span.primary-color {
    font-size: 26px;
    line-height: 1.2;
}
}.se-iii .plans {
    border-radius: 12px;
    overflow: hidden;
}
@media only screen and (max-width:1199.98px) {
    .se-iii .plans {
    border-radius: unset;
}
}.se-iii .plans .plan {
    position: relative;
    padding: 50px 40px 40px;
    background-color: #141526;
    height: 100%;
    z-index: 2;
}
.se-iii .plans .row>div:not(:last-of-type) .plan {
    border-right: 1px solid rgba(255, 255, 255, .05);
}
@media only screen and (max-width:1199.98px) {
    .se-iii .plans .plan {
    border-radius: 12px;
}
.se-iii .plans .row>div .plan {
    border-right: unset!important;
}
}.se-iii .plans .plan-head {
    padding-bottom: 20px;
}
.se-iii .plans .plan-name {
    font-size: 20px;
    font-family: var(--primary-font) font-weight:600;
    color: #fff;
}
.se-iii .plans .plan-para {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
    min-height: 50px;
}
.se-iii .plans .plan-price {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    margin-bottom: 20px;
}
.se-iii .plans .plan-price .price {
    font-size: 30px;
    font-family: var(--primary-font);
    font-weight: 700;
    color: #fff;
}
.se-iii .plans .plan-price .price-comment {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
}
.se-iii .plans .actions {
    padding-bottom: 10px;
}
.se-iii .plans .group {
    margin-top: 45px;
}
.se-iii .plans .group .title-4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.se-iii .plans .group .list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
}
.se-iii .plans .group .list li:not(last-of-type) {
    margin-bottom: 10px;
}
.se-iii .plans .group .list li img {
    margin-right: 10px;
    width: 16px;
}
.se-iii .se-footer .line {
    margin: 6px 12px;
}
.se-iii .se-footer .line .icon {
    min-width: 16px;
    width: 16px;
    margin-right: 10px;
}
.se-iii .se-footer .line .text {
    font-size: 14px;
    font-family: var(--secondary-font);
    font-weight: 500;
    color: var(--text-gray);
    line-height: 1;
}
.se-iv .box {
    background-color: var(--semi-dark);
    border-radius: 8px;
    padding: 35px 30px 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    transition: all .2s ease;
}
.se-iv .box:hover {
    box-shadow: 0 10px 45px 0 rgba(0, 0, 0, .2);
    background-color: var(--semi-dark-2);
}
.se-iv .box-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.se-iv .box .icon {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    overflow: hidden;
}
.se-iv .box .icon::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--primary);
    opacity: .1;
}
.se-iv .box.color-1 .icon::before {
    background-color: #26c6da;
}
.se-iv .box.color-2 .icon::before {
    background-color: #fc573b;
}
.se-iv .box.color-3 .icon::before {
    background-color: #ffd200;
}
.se-iv .box.color-4 .icon::before {
    background-color: #bd63f9;
}
.se-iv .box.color-5 .icon::before {
    background-color: #00ffb7;
}
.se-iv .box.color-6 .icon::before {
    background-color: #fe9801;
}
.se-iv .box .icon img {
    width: 34px;
}
.se-iv .box-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.se-iv .box-para {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
    line-height: 1.7;
    max-height: 70px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}
.se-iv .arrow {
    margin-top: 20px;
}
.se-iv .arrow img {
    width: 24px;
    filter: contrast(0);
    transition: all .15s ease;
}
.se-iv .box:hover .arrow img {
    filter: contrast(100%);
}
.se-v .filter-nav {
    margin-bottom: 30px;
}
@media only screen and (max-width:1199.98px) {
    .se-v .filter-nav {
    display: none;
}
}.se-v .filter-nav .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-gray);
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, .05);
    padding: 14px 28px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 500;
    transition: all .2s ease;
}
.se-v .filter-nav .tab:hover {
    background-color: var(--semi-dark);
}
.se-v .filter-nav .tab.active {
    background-color: var(--primary);
    color: #fff;
}
.se-v .compare-table-container {
}
.se-v .compare-table {
    position: relative;
    width: 100%;
    border-collapse: collapse;
}
.se-v .compare-table::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 8px;
}
.se-v .custom-thead {
    background-color: var(--dark);
    position: sticky;
    top: 0;
    border: 1px solid rgba(255, 255, 255, .05);
    margin-bottom: 30px;
    z-index: 3;
}
.se-v .custom-thead .tabs {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}
.se-v .custom-thead .tabs .tab {
    padding: 15px 30px;
    color: var(--text-gray);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all .2s ease;
}
.se-v .custom-thead .tabs .tab:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, .05);
}
.se-v .custom-thead .tabs .tab.active {
    background-color: var(--semi-dark);
    color: #fff;
}
@media only screen and (min-width:1200px) {
    .se-v .custom-thead {
    display: none;
}
}.se-v .custom-thead .tab-content {
    padding: 30px;
}
.se-v .custom-thead .tab-content.content-hide {
    display: none;
}
.se-v .custom-thead .tab-content .table-title-4 {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
}
.se-v .custom-thead .tab-content .table-title-1 {
    display: block;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    font-family: var(--secondary-font);
}
.se-v .custom-thead .tab-content .table-title-1 .coin {
    position: relative;
    font-size: 24px;
    vertical-align: top;
    margin-right: 5px;
}
.se-v .custom-thead .tab-content .table-title-1 .sm-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
    font-family: var(--primary-font);
    color: var(--text-gray);
}
.se-v .compare-table thead th {
    padding: 30px 30px 40px;
}
.se-v .compare-table thead tr:first-child th:first-child {
    border-top-left-radius: 12px;
}
.se-v .compare-table thead th:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .05);
}
@media only screen and (max-width:1199.98px) {
    .se-v .compare-table thead {
    display: none;
}
}.se-v .compare-table thead th.top-left-corner {
    min-width: 470px;
    width: 470px;
    text-align: left;
    vertical-align: top;
}
.se-v .compare-table thead th.top-left-corner .table-title-head {
    display: block;
    font-size: 32px;
    color: #fff;
    opacity: .2;
    line-height: 1.2;
}
.se-v .compare-table thead th.top-left-corner .table-title-head span {
    letter-spacing: -9px;
}
.se-v .compare-table thead th.top-right-corner {
    min-width: 380px;
    width: 380px;
}
.se-v .compare-table thead th.top-right-corner .table-title-3 {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 35px;
}
.se-v .compare-table thead th.top-right-corner .table-title-4 {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
}
.se-v .compare-table thead th.top-right-corner .table-title-1 {
    display: block;
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 15px;
}
.se-v .compare-table thead th.top-right-corner .table-title-1 .coin {
    position: relative;
    font-size: 24px;
    vertical-align: top;
    top: 10px;
    margin-right: 5px;
}
.se-v .compare-table thead th.top-right-corner .table-title-1 .sm-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
    font-family: var(--primary-font);
    color: var(--text-gray);
}
.se-v .compare-table tbody tr.hovered {
    background-color: var(--semi-dark);
}
.se-v .compare-table tbody tr.hovered td {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, .08)!important;
}
.se-v .compare-table tbody tr.hovered td:last-child {
    border-right: 0!important;
}
.se-v .compare-table tbody tr.t-space {
    border: 0!important;
}
.se-v .compare-table tbody tr.t-space td {
    border: 0!important;
}
@media only screen and (min-width:1200px) {
    .se-v .compare-table tbody tr.tr-hide {
    display: none;
}
}.se-v .compare-table tbody tr:not(.hovered, .t-space):hover {
    background-color: rgba(255, 255, 255, .02);
}
.se-v .compare-table tbody tr td {
    position: relative;
    padding: 20px 30px;
    color: var(--text-gray);
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, .03);
}
.se-v .compare-table tbody tr td:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .05);
}
@media only screen and (max-width:1199.98px) {
    .se-v .compare-table tbody tr td.td-hide {
    display: none;
}
}.se-v .compare-table tbody .left-corner {
    min-width: 470px;
    width: 470px;
    text-align: right;
    font-weight: 600;
}
@media only screen and (max-width:1199.98px) {
    .se-v .compare-table tbody .left-corner {
    min-width: 60%;
    width: 60%}
}.se-v .compare-table tbody .right-corner {
    min-width: 380px;
    width: 380px;
    text-align: center;
}
@media only screen and (max-width:1199.98px) {
    .se-v .compare-table tbody .right-corner {
    min-width: 40%;
    width: 40%}
}.se-v .se-footer .line {
    margin: 6px 12px;
}
.se-v .se-footer .line .icon {
    min-width: 16px;
    width: 16px;
    margin-right: 10px;
}
.se-v .se-footer .line .text {
    font-size: 14px;
    color: var(--text-gray);
    font-weight: 400;
    line-height: 1;
}
.se-vi .box {
    background-color: var(--semi-dark);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: all .2s ease;
}
.se-vi .box .user-info {
    margin-bottom: 25px;
}
.se-vi .box .user-info .avatar {
    min-width: 54px;
    width: 54px;
    min-height: 54px;
    height: 54px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.se-vi .box .user-info .name {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.se-vi .box .user-info .job {
    font-family: var(--secondary-font);
    font-size: 13px;
    color: var(--text-gray);
}
.se-vi .box .quotes {
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    font-family: var(--third-font);
    color: var(--text-gray);
}
.se-vi .box .quotes::before {
    position: relative;
    content: '"';
    left: 0;
    top: 0;
    margin-right: 2px;
}
.se-vi .box .quotes::after {
    position: relative;
    content: '"';
    right: 0;
    top: 0;
    margin-left: 2px;
}