html, body {
    background-color: #000000;
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.header-menu0 {
    background-color: #000000;
    margin-top: -50px;
    position: fixed;
    z-index: 9970;
    text-align: center;
    width: 100vw;
}
    
.header-menu {
    height: 30px;
    max-width: 1050px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.head-logo {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    top: 0;
    background-color: #ffffff;
    z-index: 9992;
    overflow: hidden;
    width: 200px; 
    height: 200px;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.8);
	-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.8);
	box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.8);
    transition: all 0.5s ease-in-out;
}

.add {
    width: 80px;
    height: 80px;
}

.logo-container {
    position: absolute;
    margin-top: 50px;
    margin-left: 20px;
    width: auto;
    height: auto;
    z-index: 9999;
    transition: all 0.5s ease-in-out;
}
 
.logo {
    padding: 0;
    margin: 0;
}
    
.head-btn {
    margin-top: 10px;
}
    
.head-btn a {
    background: #0e56d0;
    padding: 5px 30px 5px 30px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
    
.head-btn a:hover {
    background: #ffffff;
    color: #0e56d0;
}

.progress-container {
  width: 100%;
  height: 4px;
  background-color: #000000;
}

.progress-bar {
  height: 4px;
  background: #ffffff;
  width: 0%;
}

.header-container0 {
    background-color: #ffffff;
}

.header-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.main-title {
    position: relative;
    float: left;
    margin-left: 35%;
    z-index: 955;
    text-align: left;
    padding-top: 50px;
    font-size: 35px;
    font-weight: bold;
    background: -webkit-radial-gradient(#0e56d0, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-title span {
    font-size: 45px;
}

.subt1 {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px #000000 dotted;
    font-size: 14px;
}
    
.subt2 {
    margin-top: 10px;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
}

#t1 { 
    -webkit-text-fill-color: #ff0000;
}

.header {
    height: 300px;
}

.header-container0 {
    margin: 50px 0 0 0;
    padding: 0;
}

/* **************************************************************** */

.content-box {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 10px 0;
    text-align: left;
}

.content-section-language {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
} 

.language-box {
    font-size: 13px;
}

.language-box span {
    border: 1px #444 solid;
    color: #000000;
    background-color: #ffffff;
    padding: 5px 10px 5px 10px;
    margin: 0 0 5px 0;
    font-size: 11px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
}

.link01 {
    border: 1px #333 solid;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    margin: 0 0 5px 0;
    font-size: 11px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
}

.link01:hover {
    border: 1px #ffffff solid;
    background: #0e56d0;
    color: #ffffff;
}

.link02 {
    border: 1px #ffffff solid;
    color: #ffffff;
    padding: 10px 50px 10px 50px;
    margin: 30px 0 50px 0;
    font-size: 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.link02:hover {
    background: #ffffff;
    color: #0e56d0;
}

.link03 {
    border: 1px #444 solid;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    margin: 0 0 5px 0;
    font-size: 11px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.link03:hover {
    background: #0e56d0;
    color: #ffffff;
}

.link04 {
    border: 1px #444 solid;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    margin: 20px 10px 5px 10px;
    font-size: 11px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    float: left;
}

.link04:hover {
    background: #0e56d0;
    color: #ffffff;
}

.content-section-start {
    width: 100%;
    background: #0E56D0;
    background: linear-gradient(180deg, rgba(14, 86, 208, 1) 0%, rgba(11, 52, 122, 1) 100%);
    color: #ffffff;
    overflow: auto;
    padding: 30px 0 0 0;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
    border-bottom: 5px #000000 solid;
    line-height: 35px;
} 

.quote {
    font-style: italic;
    margin: 30px 0 20px 5%;
    width: 70vw;
    font-weight: bold;
}

.content-section-howworks {
    width: 100%;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(227, 237, 255, 1) 100%);
    color: #000000;
    overflow: auto;
    padding: 30px 0 0 0;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
    border-bottom: 5px #000000 solid;
    line-height: 35px;
}

.content-section-ai {
    width: 100%;
    background: #FFFFFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
    color: #000000;
    overflow: auto;
    padding: 50px 0 0 0;
} 

.content-section-who {
    width: 100%;
    background: #0E56D0;
    background: linear-gradient(180deg, rgba(14, 86, 208, 1) 0%, rgba(11, 52, 122, 1) 100%);
    color: #ffffff;
    overflow: auto;
    padding: 30px 0 0 0;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
    line-height: 35px;
} 

.content-section-international {
    padding: 30px 0 0 0;
    width: 100%;
    background-color: #120a2d;
    background: #120A2D;
    background: linear-gradient(157deg, rgba(18, 10, 45, 1) 30%, rgba(88, 78, 120, 1) 100%);
    color: #ffffff;
    overflow: auto;
    line-height: 35px;
}

.content-section-safe {
    width: 100%;
    min-height: 400px;
    background-color: #4f0000;
    background: #4F0000;
    background: linear-gradient(157deg, rgba(79, 0, 0, 1) 30%, rgba(227, 61, 61, 1) 100%);
    color: #ffff00;
    overflow: auto;
    padding: 30px 0 0 0;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
    display: flex;
    flex-direction: column;
    line-height: 35px;
} 

.div_top {
    background-color: #ffffff;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: auto;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    padding: 40px 40px 10px 40px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.content-section-free {
    width: 100%;
    min-height: 300px;
    background-color: #ffffff;
    color: #000000;
    padding: 30px 0 0 0;
    overflow: auto;
    text-align: center;
    line-height: 35px;
} 

.content-section-qr {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    overflow: auto;
    padding: 50px 0 0 0;  
} 

.content-section-try {
    width: 100%;
    background: #0E56D0;
    background: linear-gradient(180deg, rgba(14, 86, 208, 1) 0%, rgba(11, 52, 122, 1) 100%);
    color: #ffffff;
    overflow: auto;
    padding: 50px 0 0 0;   
}

.content-section-footer {
    width: 100%;
    min-height: 300px;
    background: #000000;
    color: #ffffff;
    overflow: auto;
    border-top: 6px #0e56d0 solid;
} 

.content-section-footer p {
    margin: 100px 0 80px 0;
    text-align: center;
}

.content-section-footer-box {
    overflow: auto;
    width: 100%;
}

.content-section-footer-box-left {
    float: left;
    width: 50%;
}

.content-section-footer-box-left ul li {
    list-style: none;
}

.content-section-footer-box-right {
    float: right;
    width: 50%;
}

.h_title_01 {
    display:inline;
    background-color: #000000;
    color:#ffffff;
}

.h_title_02 {
    display:inline;
    background-color: #0e56d0;
    color:#ffffff;
}

.h_title_03 {
    display:inline;
    background-color: #000000;
    color:#ffffff;
}

.h_title_04 {
    display:inline;
    background-color: #ffffff;
    color: #120a2d;
}

.h_title_05 {
    display:inline;
    background-color: #ffff00;
    color: #4f0000;
}

.h_title_06 {
    display:inline;
    background-color: #000000;
    color: #ffffff;
}

.frame_text {
    width: calc(100% - 250px);
    font-size: 40px;
    font-weight: bold;
    float: right;
    margin-top: 50px;
}

.frame_text div {
    font-weight: normal;
    margin-top: 20px;
}

.frame {
    float: left;
    width: 190px;
    height: 390px;
    perspective: 390px;
    margin-bottom: 50px;
}

.shape {
    width: 100%;
    height: 390px;
    transform: rotateX(0deg);
    background: url(phone_anim.png);
    background-repeat: no-repeat;
}

.free-container {
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: center;
    text-align: left;
}

.free-container-box {
    background-color: #ffffff;
    padding: 20px;
    color: #000000;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 50vw;
    display: flex;
    flex-direction: column;
}

.free-container-box-title {
    font-size: 30px;
    font-weight: bold;
}

.free-container-box-value {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: auto;
    background-color: black;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff;
    padding: 20px;
}

.qr-box {
    display: block;
    overflow: auto;
    width: 100%;
}

.qr-box-left {
    float: left;
    width: 50%;
    text-align: center;
}

.qr-box-right {
    float: right;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    padding-top: 100px;
    width: 50%;
}

@media only screen and (max-width: 1100px) {    
    .content-box {
        max-width: 1060px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 20px 10px 20px;
        text-align: left;
    }

    .subt1 {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px #000000 dotted;
        font-size: 12px;
    }

    .subt2 {
        margin-top: 5px;
        font-size: 10px;
        font-weight: normal;
        font-style: italic;
    }
    
    .frame_text {
        font-size: 30px;
    }

    .frame_text div {
        margin-top: 15px;
    }
}


    
@media only screen and (min-width: 2700px) {    
    .header-menu {
        max-width: 300px;
    }
}
    
@media only screen and (min-width: 901px) {    
    .language-box {
        font-size: 13px;
        column-count: 6;
    }
}

@media only screen and (max-width: 900px) {    
    .language-box {
        font-size: 11px;
        column-count: auto;
    }
    
    .language-box span {
        float: left;
        margin: 0 5px 5px 0;
    }
    
    .link01 {
        float: left;
        margin: 0 5px 5px 0;
    }
    
    .main-title {
        margin-left: 40%;
        padding-right: 10px;
        font-size: 29px;
    }
    
    .head-logo {
        width: 140px;
        height: 140px;
    }
}

@media only screen and (max-width: 800px) {
    .main-title {
        margin-left: 40%;
        padding-right: 10px;
        font-size: 20px;
    }

    .subt1 {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px #000000 dotted;
        font-size: 12px;
    }

    .subt2 {
        margin-top: 5px;
        font-size: 10px;
        font-weight: normal;
        font-style: italic;
    }
    
    .slanted-edge{
        width: calc(70vw);
    }

    .slanted-edge2{
        width: calc(70vw + 10px);
    }
    
    .frame_text {
        float: none;
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 0 40px 0;
        padding-top: 40px;
    }
    
    .frame {
        float: none;
        display: block;
        text-align: center;
        width: 190px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .free-container {
        width: 100%;
        display: block;
        text-align: left;
    }

    .free-container-box {
        background-color: #ffffff;
        padding: 20px;
        color: #000000;
        -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
        box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: calc(80% - 20px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    
    .free-container-box-title {
        font-size: 22px;
    }
    
    .free-container-box-value {
        font-size: 17px;
    }
    
    .qr-box-left {
        float: none;
        width: 100%;
        text-align: center;
    }

    .qr-box-right {
        float: none;
        font-size: 40px;
        text-align: center;
        font-weight: bold;
        padding-top: 20px;
        padding-bottom: 30px;
        width: 100%;
    }

    .content-section-footer-box-left {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .content-section-footer-box-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .link04 {
        border: 1px #444 solid;
        color: #ffffff;
        padding: 5px 10px 5px 10px;
        margin: 20px 10px 5px 10px;
        font-size: 11px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        float: none;
    }
    
    .head-logo {
        width: 110px;
        height: 110px;
    }
}

@media only screen and (max-width: 449px) {
    .main-title {
        margin-left: 35%;
        padding-right: 10px;
        font-size: 11px;
    }

    .slanted-edge{
        width: calc(87vw);
    }

    .slanted-edge2{
        width: calc(87vw + 10px);
    }
    
    .head-logo {
        width: 80px;
        height: 80px;
    }
}