body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0
}

.magic-button {
    background-color: #fff;
    margin-bottom: 16px;
    height: 28px;
    padding: 0 12px 0 8px;
    border-radius: 14px
}

.magic-button .magic-pen-icon {
    width: 16px;
    margin-right: 4px
}

.magic-button.gray {
    background-color: #f4f6f7
}

.container {
    max-width: 1250px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .container {
        max-width: 960px
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 720px
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 540px
    }
}

@media only screen and (max-width: 575px) {
    .container {
        max-width: initial
    }
}

.text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #22242a
}

.text.align-center {
    text-align: center
}

.text.color-primary {
    color: #04f
}

.text.color-white {
    color: #fff
}

.text.secondary {
    color: #707a8a
}

.text.bold {
    font-weight: 700
}

.text.semibold {
    font-weight: 600
}

.text.d2 {
    font-size: 72px;
    line-height: 108px
}

.text.d4 {
    font-size: 44px;
    line-height: 64px
}

.text.h3 {
    font-size: 32px;
    line-height: 40px
}

.text.h5 {
    font-size: 24px;
    line-height: 32px
}

.text.h6 {
    font-size: 20px;
    line-height: 28px
}

.text.l1 {
    font-size: 18px;
    line-height: 26px
}

.text.l3 {
    font-size: 14px;
    line-height: 20px
}

@media only screen and (max-width: 991px) {
    .text {
        font-size: 14px;
        line-height: 20px
    }
    .text.d2 {
        font-size: 32px;
        line-height: 40px
    }
    .text.d4,
    .text.h3 {
        font-size: 24px;
        line-height: 32px
    }
    .text.h5 {
        font-size: 14px;
        line-height: 20px
    }
    .text.h6,
    .text.l3 {
        font-size: 12px;
        line-height: 16px
    }
}

.header {
    height: 68px;
    align-items: center;
    display: flex
}

.header .pamo-logo {
    width: 100px
}

.header .menu .menu-item {
    margin-right: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: opacity .2s;
    text-decoration: none
}

.header .menu .menu-item:hover {
    opacity: .7
}

.header .menu .menu-item:last-child {
    margin-right: 0
}

.header .menu .menu-item .menu-item-indicator {
    margin-top: 4px;
    height: 3px;
    width: 30px
}

.header .menu .menu-item.active .menu-item-indicator {
    background-color: #04f
}

.header .menu-button {
    display: none;
    margin-left: 14px;
    cursor: pointer
}

.header .close-button {
    width: 17px;
    cursor: pointer;
    margin-left: 14px;
    display: none
}

.header .mobile-menu {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    padding: 24px;
    background-color: #fff;
    z-index: 2;
    border-bottom: 1px solid #707A8A;
    display: none;
    flex-direction: column;
    align-items: center
}

.header .mobile-menu .menu-item {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: opacity .2s;
    text-decoration: none;
    margin-bottom: 20px
}

.header .mobile-menu .menu-item:last-child {
    margin-bottom: 0
}

.header .mobile-menu .menu-item:hover {
    opacity: .7
}

.header .mobile-menu .menu-item .menu-item-indicator {
    margin-top: 4px;
    height: 3px;
    width: 30px
}

.header .mobile-menu .menu-item.active .menu-item-indicator {
    background-color: #04f
}

@media only screen and (max-width: 991px) {
    .header {
        height: 56px;
        border-bottom: 1px solid #EAEBED
    }
    .header .pamo-logo {
        width: 78px
    }
    .header .menu {
        display: none
    }
    .header .menu-button {
        display: flex
    }
    .header.show-mobile-menu .menu-button {
        display: none
    }
    .header.show-mobile-menu .close-button,
    .header.show-mobile-menu .mobile-menu {
        display: flex
    }
}

.footer {
    padding: 48px 0
}

.footer .menu {
    margin-bottom: 24px
}

.footer .menu .menu-item {
    margin-right: 40px;
    text-decoration: none;
    cursor: pointer
}

.footer .menu .menu-item:last-child {
    margin-right: 0
}

.footer .tokens-box {
    margin-bottom: 24px
}

.footer .tokens-box .token-item {
    margin-right: 40px
}

.footer .tokens-box .token-item:last-child {
    margin-right: 0
}

.footer .tokens-box .token-item .token-circle-outer {
    width: 20px;
    height: 20px;
    border: 1px solid #00D2FF;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px
}

.footer .tokens-box .token-item .token-circle-outer .token-circle-inner {
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #04f;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer .tokens-box .token-item .token-circle-outer .token-circle-inner p {
    color: #fff;
    font-weight: 700;
    font-size: 8px;
    margin-top: 1px
}

@media only screen and (max-width: 991px) {
    .footer {
        padding: 0 0 24px
    }
    .footer .menu .menu-item {
        margin-right: 40px
    }
    .footer .menu .menu-item:last-child {
        margin-right: 0
    }
    .footer .tokens-box {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 8px
    }
    .footer .tokens-box .token-item {
        margin: 0 8px 16px
    }
    .footer .tokens-box .token-item:last-child {
        margin-right: 0
    }
    .footer .tokens-box .token-item .token-circle-outer {
        width: 20px;
        height: 20px;
        border: 1px solid #00D2FF;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 8px
    }
    .footer .tokens-box .token-item .token-circle-outer .token-circle-inner {
        width: 18px;
        height: 18px;
        border-radius: 10px;
        background-color: #04f;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .footer .tokens-box .token-item .token-circle-outer .token-circle-inner p {
        color: #fff;
        font-weight: 700;
        font-size: 8px;
        margin-top: 1px
    }
}

.button {
    height: 36px;
    background-color: #e8f7ff;
    border-radius: 8px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: opacity .2s
}

.button:hover {
    opacity: .7
}

.button.primary {
    background-color: #04f
}

.button.large {
    height: 58px;
    padding: 0 72px
}

@media only screen and (max-width: 991px) {
    .button {
        height: 32px;
        padding: 0 12px
    }
    .button.large {
        height: 44px;
        padding: 0 18px
    }
}

.box {
    display: flex
}

.box.row {
    flex-direction: row
}

.box.column {
    flex-direction: column
}

.box.flex-1 {
    flex: 1
}

.box.justify-center {
    justify-content: center
}

.box.justify-start {
    justify-content: flex-start
}

.box.justify-end {
    justify-content: flex-end
}

.box.justify-space-between {
    justify-content: space-between
}

.box.align-center {
    align-items: center
}

.box.align-start {
    align-items: flex-start
}

.box.align-end {
    align-items: flex-end
}

.home-page .section-1 {
    position: relative;
    margin-bottom: 140px
}

.home-page .section-1 .decor-1 {
    position: absolute;
    left: 0;
    width: 338px;
    top: 80px
}

.home-page .section-1 .decor-2 {
    position: absolute;
    width: 338px;
    right: 0;
    top: 80px
}

.home-page .section-1 .content {
    padding-top: 192px;
    z-index: 1;
    position: relative;
    max-width: 790px
}

.home-page .section-1 .content .main-text {
    margin-bottom: 16px
}

.home-page .section-1 .content .main-text span {
    color: #04f
}

.home-page .section-1 .content .sub-text {
    color: #707a8a
}

.home-page .section-2 {
    margin-bottom: 120px
}

.home-page .section-2 .sub-text {
    color: #707a8a;
    margin-bottom: 40px
}

.home-page .section-2 .partners-logo {
    margin-right: 40px;
    width: 220px
}

.home-page .section-2 .partners-logo:last-child {
    margin-right: 0
}

.home-page .section-3 {
    margin-bottom: 120px
}

.home-page .section-3 .content-box {
    background-color: #eafeff;
    border-radius: 24px;
    padding: 40px 20px 40px 80px
}

.home-page .section-3 .content-box .right-box {
    flex: 1;
    margin-right: 40px
}

.home-page .section-3 .content-box .right-box .title {
    margin-bottom: 24px
}

.home-page .section-3 .content-box .right-box .title span {
    color: #04f
}

.home-page .section-3 .content-box .right-box .subtitle-wrapper {
    max-width: 700px
}

.home-page .section-3 .content-box .decor {
    width: 640px
}

.home-page .section-4 {
    margin-bottom: 152px
}

.home-page .section-4 .top-box {
    margin-bottom: 112px
}

.home-page .section-4 .top-box .title {
    margin-bottom: 16px
}

.home-page .section-4 .top-box .title span {
    color: #04f
}

.home-page .section-4 .top-box .subtitle-wrapper {
    max-width: 900px
}

.home-page .section-4 .bottom-box .token-circle-outer {
    width: 82px;
    height: 82px;
    border: 6px solid #00D2FF;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px
}

.home-page .section-4 .bottom-box .token-circle-outer .token-circle-inner {
    width: 71px;
    height: 71px;
    border-radius: 50px;
    background-color: #04f;
    display: flex;
    justify-content: center;
    align-items: center
}

.home-page .section-4 .bottom-box .token-circle-outer .token-circle-inner p {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-top: 4px
}

.home-page .section-5 {
    padding: 120px 0;
    background-color: #04f;
    margin-bottom: 120px;
    position: relative;
    overflow: hidden
}

.home-page .section-5 .decor {
    position: absolute;
    right: -60px;
    top: 0
}

.home-page .section-5 .item-sub-text {
    color: #b3e0ff
}

.home-page .section-6 {
    margin-bottom: 80px
}

.home-page .section-6 .group {
    margin-bottom: 40px
}

.home-page .section-6 .group .item {
    padding: 40px;
    border: 1px solid #EAEBED;
    border-radius: 24px;
    margin-right: 40px
}

.home-page .section-6 .group .item:last-child {
    margin-right: 0
}

.home-page .section-6 .group .item .item-image {
    width: 240px
}

.home-page .section-6 .group .item .item-sub-text {
    margin-top: 24px
}

.home-page .section-7 {
    margin-bottom: 120px
}

.home-page .section-7 .content-box-wide {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.home-page .section-7 .content-box {
    background-color: #eafeff;
    border-radius: 24px;
    padding: 14px 140px 14px 80px
}

.home-page .section-7 .content-box .right-box {
    flex: 1;
    margin-right: 80px
}

.home-page .section-7 .content-box .right-box .title {
    margin-bottom: 24px
}

.home-page .section-7 .content-box .decor {
    width: 350px
}

@media only screen and (max-width: 991px) {
    .home-page .section-1 {
        margin-bottom: 176px
    }
    .home-page .section-1 .decor-1 {
        position: absolute;
        left: 0;
        width: 90px;
        top: 24px
    }
    .home-page .section-1 .decor-2 {
        position: absolute;
        width: 100px;
        right: 0;
        top: 270px
    }
    .home-page .section-1 .content {
        padding-top: 152px
    }
    .home-page .section-2 {
        margin-bottom: 24px
    }
    .home-page .section-2 .sub-text {
        margin-bottom: 16px
    }
    .home-page .section-2 .logo-group {
        flex-wrap: wrap;
        justify-content: center
    }
    .home-page .section-2 .logo-group .partners-logo {
        margin-right: 16px;
        margin-bottom: 28px;
        width: 120px
    }
    .home-page .section-3 {
        margin-bottom: 24px
    }
    .home-page .section-3 .container {
        padding: 0
    }
    .home-page .section-3 .content-box {
        flex-direction: column-reverse;
        border-radius: 0;
        padding: 24px 16px
    }
    .home-page .section-3 .content-box .right-box {
        flex: auto;
        margin-right: 0
    }
    .home-page .section-3 .content-box .right-box .title {
        margin-bottom: 8px
    }
    .home-page .section-3 .content-box .right-box .magic-button {
        display: none
    }
    .home-page .section-3 .content-box .decor {
        width: 340px;
        margin-bottom: 12px
    }
    .home-page .section-4 {
        margin-bottom: 24px
    }
    .home-page .section-4 .top-box {
        margin-bottom: 16px
    }
    .home-page .section-4 .top-box .magic-button {
        display: none
    }
    .home-page .section-4 .top-box .title {
        margin-bottom: 8px
    }
    .home-page .section-4 .top-box .subtitle-wrapper {
        max-width: 900px
    }
    .home-page .section-4 .bottom-box .token-circle-outer {
        width: 48px;
        height: 48px;
        border: 2px solid #00D2FF;
        margin-bottom: 8px
    }
    .home-page .section-4 .bottom-box .token-circle-outer .token-circle-inner {
        width: 42px;
        height: 42px
    }
    .home-page .section-4 .bottom-box .token-circle-outer .token-circle-inner p {
        font-size: 16px;
        margin-top: 2px
    }
    .home-page .section-5 {
        padding: 24px 16px;
        margin-bottom: 24px
    }
    .home-page .section-5 .group-outer {
        flex-direction: column
    }
    .home-page .section-5 .group-outer .group {
        margin-bottom: 20px
    }
    .home-page .section-5 .group-outer .group:last-child {
        margin-bottom: 0
    }
    .home-page .section-6 {
        margin-bottom: 12px
    }
    .home-page .section-6 .group {
        margin-bottom: 12px;
        flex-direction: column
    }
    .home-page .section-6 .group .item {
        padding: 16px;
        border-radius: 12px;
        margin-right: 0;
        margin-bottom: 12px
    }
    .home-page .section-6 .group .item:last-child {
        margin-bottom: 0
    }
    .home-page .section-6 .group .item .item-image {
        width: 140px
    }
    .home-page .section-6 .group .item .item-sub-text {
        margin-top: 12px
    }
    .home-page .section-7 {
        margin-bottom: 24px
    }
    .home-page .section-7 .container {
        padding: 0
    }
    .home-page .section-7 .content-box {
        flex-direction: column-reverse;
        border-radius: 0;
        padding: 24px 16px
    }
    .home-page .section-7 .content-box .right-box {
        flex: auto;
        margin-right: 0;
        align-items: center
    }
    .home-page .section-7 .content-box .right-box .title {
        margin-bottom: 20px;
        text-align: center
    }
    .home-page .section-7 .content-box .decor {
        width: 343px;
        margin-bottom: 20px
    }
}

#join-the-waiting-list {
    text-decoration: none
}

.how-it-works-page .section-1 {
    position: relative;
    margin-bottom: 192px
}

.how-it-works-page .section-1 .decor-1 {
    position: absolute;
    left: 0;
    width: 338px;
    top: 80px
}

.how-it-works-page .section-1 .decor-2 {
    position: absolute;
    width: 338px;
    right: 0;
    top: 80px
}

.how-it-works-page .section-1 .content {
    padding-top: 192px;
    z-index: 1;
    position: relative;
    max-width: 790px
}

.how-it-works-page .section-1 .content .main-text {
    margin-bottom: 16px
}

.how-it-works-page .section-1 .content .main-text span {
    color: #04f
}

.how-it-works-page .section-1 .content .sub-text {
    color: #707a8a
}

.how-it-works-page .section-2 {
    padding: 40px 0;
    background-color: #04f;
    margin-bottom: 120px;
    position: relative;
    overflow: hidden
}

.how-it-works-page .section-2 .item-sub-text {
    color: #b3e0ff
}

.how-it-works-page .section-3 {
    margin-bottom: 120px
}

.how-it-works-page .section-3 .top-box {
    margin-bottom: 80px
}

.how-it-works-page .section-3 .top-box .title {
    margin-bottom: 16px
}

.how-it-works-page .section-3 .top-box .title span {
    color: #04f
}

.how-it-works-page .section-3 .top-box .subtitle-wrapper {
    max-width: 900px
}

.how-it-works-page .section-3 .bottom-box .item .image {
    width: 540px;
    margin-right: 80px
}

.how-it-works-page .section-3 .bottom-box .item .title {
    margin-bottom: 24px
}

.how-it-works-page .section-3 .bottom-box .item .title span {
    color: #04f
}

.how-it-works-page .section-3 .bottom-box .item.reverse {
    flex-direction: row-reverse
}

.how-it-works-page .section-3 .bottom-box .item.reverse .image {
    margin-left: 80px;
    margin-right: 0
}

.how-it-works-page .section-4 {
    background-color: #04f;
    padding-top: 72px;
    margin-bottom: 120px;
    overflow: hidden
}

.how-it-works-page .section-4 .title {
    margin-bottom: 100px
}

.how-it-works-page .section-4 .image {
    width: 100%;
    margin-bottom: -10px
}

.how-it-works-page .section-5 {
    margin-bottom: 120px
}

.how-it-works-page .section-5 .top-box {
    margin-bottom: 80px
}

.how-it-works-page .section-5 .top-box .title span {
    color: #04f
}

.how-it-works-page .section-5 .bottom-box .group {
    margin-bottom: 24px
}

.how-it-works-page .section-5 .bottom-box .group .item {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #EAEBED;
    margin-right: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: opacity .2s
}

.how-it-works-page .section-5 .bottom-box .group .item:hover {
    opacity: .7
}

.how-it-works-page .section-5 .bottom-box .group .item:last-child {
    margin-right: 0
}

.how-it-works-page .section-5 .bottom-box .group .item .head {
    margin-bottom: 8px
}

.how-it-works-page .section-5 .bottom-box .group .item .head .dot {
    width: 4px;
    height: 4px;
    background-color: gray;
    border-radius: 2px;
    margin: 0 5px
}

@media only screen and (max-width: 991px) {
    .how-it-works-page .section-1 {
        margin-bottom: 152px
    }
    .how-it-works-page .section-1 .decor-1 {
        width: 90px;
        top: 24px
    }
    .how-it-works-page .section-1 .decor-2 {
        width: 108px;
        top: 280px
    }
    .how-it-works-page .section-1 .content {
        padding-top: 152px
    }
    .how-it-works-page .section-2 {
        padding: 40px 0;
        background-color: #04f;
        margin-bottom: 24px;
        position: relative;
        overflow: hidden
    }
    .how-it-works-page .section-2 .group-outer {
        flex-direction: column
    }
    .how-it-works-page .section-2 .group-outer .group {
        margin-bottom: 24px
    }
    .how-it-works-page .section-2 .group-outer .group:last-child {
        margin-bottom: 0
    }
    .how-it-works-page .section-3,
    .how-it-works-page .section-3 .top-box {
        margin-bottom: 24px
    }
    .how-it-works-page .section-3 .top-box .title {
        margin-bottom: 8px
    }
    .how-it-works-page .section-3 .bottom-box .item {
        flex-direction: column;
        margin-bottom: 12px
    }
    .how-it-works-page .section-3 .bottom-box .item .image {
        width: 343px;
        margin-right: 0;
        margin-bottom: 12px
    }
    .how-it-works-page .section-3 .bottom-box .item .title {
        margin-bottom: 12px
    }
    .how-it-works-page .section-3 .bottom-box .item .title span {
        color: #04f
    }
    .how-it-works-page .section-3 .bottom-box .item.reverse {
        flex-direction: column
    }
    .how-it-works-page .section-3 .bottom-box .item.reverse .image {
        margin-left: 0;
        margin-right: 0
    }
    .how-it-works-page .section-4 {
        padding-top: 24px;
        margin-bottom: 24px
    }
    .how-it-works-page .section-4 .title {
        margin-bottom: 16px
    }
    .how-it-works-page .section-4 .image {
        margin-bottom: -5px
    }
    .how-it-works-page .section-5 {
        margin-bottom: 24px
    }
    .how-it-works-page .section-5 .top-box {
        margin-bottom: 12px
    }
    .how-it-works-page .section-5 .bottom-box .group {
        margin-bottom: 12px;
        flex-direction: column
    }
    .how-it-works-page .section-5 .bottom-box .group .item {
        padding: 12px;
        border-radius: 12px;
        margin-right: 0;
        margin-bottom: 12px
    }
    .how-it-works-page .section-5 .bottom-box .group .item:last-child {
        margin-bottom: 0
    }
    .how-it-works-page .section-5 .bottom-box .group .item .head {
        margin-bottom: 8px
    }
    .how-it-works-page .section-5 .bottom-box .group .item .head .dot {
        width: 4px;
        height: 4px;
        background-color: gray;
        border-radius: 2px;
        margin: 0 5px
    }
}

.term-of-service-page .section-1 {
    position: relative;
    margin-bottom: 140px
}

.term-of-service-page .section-1 .decor-1 {
    position: absolute;
    left: 0;
    width: 338px;
    top: 80px
}

.term-of-service-page .section-1 .decor-2 {
    position: absolute;
    width: 338px;
    right: 0;
    top: 80px
}

.term-of-service-page .section-1 .content {
    padding-top: 152px;
    z-index: 1;
    position: relative
}

.term-of-service-page .section-1 .content .last-revised {
    margin-bottom: 40px
}

.term-of-service-page .section-1 .content .block-group {
    flex-direction: column
}

.term-of-service-page .section-1 .content .block-group .block {
    margin-bottom: 30px
}

.term-of-service-page .section-1 .content .block-group .block:last-child {
    margin-bottom: 0
}

.term-of-service-page .section-1 .content .block-group .block .title {
    margin-bottom: 8px
}

.term-of-service-page .section-1 .content .block-group .block .big-title {
    margin-top: 50px;
    margin-bottom: 20px
}

.term-of-service-page .section-2 {
    margin-bottom: 120px
}

.term-of-service-page .section-2 .content-box {
    background-color: #eafeff;
    border-radius: 24px;
    padding: 14px 140px 14px 80px
}

.term-of-service-page .section-2 .content-box .right-box {
    flex: 1;
    margin-right: 80px
}

.term-of-service-page .section-2 .content-box .right-box .title {
    margin-bottom: 24px
}

.term-of-service-page .section-2 .content-box .decor {
    width: 350px
}

@media only screen and (max-width: 991px) {
    .term-of-service-page .section-1 {
        margin-bottom: 56px
    }
    .term-of-service-page .section-1 .decor-1 {
        position: absolute;
        left: 0;
        width: 90px;
        top: 24px
    }
    .term-of-service-page .section-1 .decor-2 {
        position: absolute;
        width: 100px;
        right: 0;
        top: 270px
    }
    .term-of-service-page .section-1 .content {
        padding-top: 152px
    }
    .term-of-service-page .section-2 {
        margin-bottom: 24px
    }
    .term-of-service-page .section-2 .container {
        padding: 0
    }
    .term-of-service-page .section-2 .content-box {
        flex-direction: column-reverse;
        border-radius: 0;
        padding: 24px 16px
    }
    .term-of-service-page .section-2 .content-box .right-box {
        flex: auto;
        margin-right: 0;
        align-items: center
    }
    .term-of-service-page .section-2 .content-box .right-box .title {
        margin-bottom: 20px;
        text-align: center
    }
    .term-of-service-page .section-2 .content-box .decor {
        width: 343px;
        margin-bottom: 20px
    }
}

.privacy-policy-page .section-1 {
    position: relative;
    margin-bottom: 140px
}

.privacy-policy-page .section-1 .decor-1 {
    position: absolute;
    left: 0;
    width: 338px;
    top: 80px
}

.privacy-policy-page .section-1 .decor-2 {
    position: absolute;
    width: 338px;
    right: 0;
    top: 80px
}

.privacy-policy-page .section-1 .content {
    padding-top: 152px;
    z-index: 1;
    position: relative
}

.privacy-policy-page .section-1 .content .last-revised {
    margin-bottom: 40px
}

.privacy-policy-page .section-1 .content .block-group {
    flex-direction: column
}

.privacy-policy-page .section-1 .content .block-group .block {
    margin-bottom: 30px
}

.privacy-policy-page .section-1 .content .block-group .block:last-child {
    margin-bottom: 0
}

.privacy-policy-page .section-1 .content .block-group .block .title {
    margin-bottom: 8px
}

.privacy-policy-page .section-1 .content .block-group .block .big-title {
    margin-top: 50px;
    margin-bottom: 20px
}

.privacy-policy-page .section-1 .content .block-group .block table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px
}

.privacy-policy-page .section-1 .content .block-group .block th,
.privacy-policy-page .section-1 .content .block-group .block td {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: top
}

.privacy-policy-page .section-1 .content .block-group .block th {
    background-color: #f2f2f2;
    text-align: left
}

.privacy-policy-page .section-2 {
    margin-bottom: 120px
}

.privacy-policy-page .section-2 .content-box {
    background-color: #eafeff;
    border-radius: 24px;
    padding: 14px 140px 14px 80px
}

.privacy-policy-page .section-2 .content-box .right-box {
    flex: 1;
    margin-right: 80px
}

.privacy-policy-page .section-2 .content-box .right-box .title {
    margin-bottom: 24px
}

.privacy-policy-page .section-2 .content-box .decor {
    width: 350px
}

@media only screen and (max-width: 991px) {
    .privacy-policy-page .section-1 {
        margin-bottom: 56px
    }
    .privacy-policy-page .section-1 .decor-1 {
        position: absolute;
        left: 0;
        width: 90px;
        top: 24px
    }
    .privacy-policy-page .section-1 .decor-2 {
        position: absolute;
        width: 100px;
        right: 0;
        top: 270px
    }
    .privacy-policy-page .section-1 .content {
        padding-top: 152px
    }
    .privacy-policy-page .section-2 {
        margin-bottom: 24px
    }
    .privacy-policy-page .section-2 .container {
        padding: 0
    }
    .privacy-policy-page .section-2 .content-box {
        flex-direction: column-reverse;
        border-radius: 0;
        padding: 24px 16px
    }
    .privacy-policy-page .section-2 .content-box .right-box {
        flex: auto;
        margin-right: 0;
        align-items: center
    }
    .privacy-policy-page .section-2 .content-box .right-box .title {
        margin-bottom: 20px;
        text-align: center
    }
    .privacy-policy-page .section-2 .content-box .decor {
        width: 343px;
        margin-bottom: 20px
    }
}