.no-fly-zone-box {
    width: 100%;
    background-color: rgb(240,242,245);
    padding-top: 15px;
    padding-bottom: 45px;
}
.geo-section {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.left-bar {
    width: 288px;
    min-height: 100px;
    background-color: white;
    padding: 16px 0;
}
.right-content {
    width: 898px;
    min-height: 500px;
    background-color: white;
    padding: 48px 48px 32px;
}
.left-bar-item {
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    padding: 0 24px;
    font-weight: 400;
}
.selected-left-bar {
    background-color: rgb(245,245,245);
    font-weight: 600;
}
.left-bar-item:not(.selected-left-bar):hover {
    background-color: rgb(250,250,250);
}
.right-content h1 {
    font-size: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(235,235,235);
}
.right-content-item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.right-content-item.first-content-item {
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(235,235,235);
}
.right-content-item:not(.first-content-item) {
    margin-top: 30px;
}
.right-content-item h2 {
    font-size: 24px;
    padding-bottom: 12px;
}
.right-content-item-desc {
    font-size: 14px;
    color: rgb(0,0,0,0.65);
    line-height: 24px;
}
.policy-link {
    display: inline-block;
    margin-top: 16px;
    color: #0070d5;
}
.policy-link:after {
    content: "\F105";
    margin-left: 8px;
}
.region-select-box {
    margin-top: 12px;
}
.region-select {
    width: auto;
    height: 40px;
    color: rgb(0,0,0,0.6);
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid rgb(228,228,228);
    border-radius: 4px;
    margin-right:8px;
}
li.right-content-item-desc {
    list-style: disc;
}
.b4ufly {
    color: rgb(0,112,213);
    text-decoration: underline;
}

.faq-item {
    width: 100%;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid rgb(230,230,230);
}
.faq-item img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.faq-item .faq-question {
    position: relative;
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
}
.faq-item .faq-answer {
    line-height: 20px;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    margin-top: 15px;
    overflow: hidden;
    display: none;
}