@import url(reset.min.css);
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap");

/* font-family: 'Manrope', sans-serif; */

* {
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
body {
    -webkit-text-size-adjust: none;
    color: #fff;
    height: 100%;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    line-height: 1.3;
    min-height: 100%;
    background: #393146;
}
a {
    outline: 0;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
strong {
    font-weight: 700;
}
.pointer-none * {
    pointer-events: none !important;
}
.lv7ghbaq31f-layout {
    min-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.lv7ghbaq31f-bg-start {
    background: url(../images/bg-lv7ghbaq31f.jpg) no-repeat center top/cover;
}

.lv7ghbaq31f-bg-start::after {
    content: '';
    background: rgb(60 48 70 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* btn */
.lv7ghbaq31f-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Manrope", sans-serif;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border: 0;
    width: 100%;
    padding: 5px;
    outline: none;
    cursor: pointer;
    max-width: 335px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    background: linear-gradient(90deg, #ffaf51 0%, #f40c22 100%);
    transition: all 0.3s linear;
    line-height: 1.15;
}
.lv7ghbaq31f-btn--outline {
    position: relative;
}
.lv7ghbaq31f-btn--outline::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 30px;
    z-index: 0;
    background: #393146;
}
.lv7ghbaq31f-btn--white {
    color: #393146;
}
.lv7ghbaq31f-btn--white::after {
    background-color: #fff;
}
.lv7ghbaq31f-btn--outline span {
    position: relative;
    z-index: 1;
}
.lv7ghbaq31f-btn--transparent {
    background: transparent;
}
.lv7ghbaq31f-link {
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(90deg, #ffad50 0%, #f40d22 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    text-align: center;
    padding: 7px 0 30px;
}
.lv7ghbaq31f-btn-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.lv7ghbaq31f-btn-wrap .lv7ghbaq31f-btn {
    margin: 0;
    max-width: 47% !important;
}
.lv7ghbaq31f-btn-wrap--border {
    border-radius: 25px;
    border: 1px solid #706386;
    padding: 4px 5px;
}
.lv7ghbaq31f-btn-wrap--border .lv7ghbaq31f-btn {
    height: 42px;
    font-size: 16px;
    max-width: 50%;
}

.lv7ghbaq31f-btn-another {
    background: #19b16e;
}

/* header */
.lv7ghbaq31f-header {
    position: relative;
    padding: 19px 0px;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.lv7ghbaq31f-header__logo {
    max-width: 205px;
}
.lv7ghbaq31f-btn-back {
    display: block;
    cursor: pointer;
    width: 35px;
    height: 35px;
    z-index: 1;
    border: none;
    outline: 0;
    background: url(../images/icons/icon-arrow-lv7ghbaq31f.svg) no-repeat center/contain;
    padding: 0;
    position: absolute;
    left: 21px;
    top: 24px;
}
.lv7ghbaq31f-btn-account {
    display: none;
    cursor: pointer;
    width: 35px;
    height: 35px;
    z-index: 1;
    border: none;
    outline: 0;
    background: url(../images/icons/icon-profile-lv7ghbaq31f.svg) no-repeat center/contain;
    padding: 0;
    position: absolute;
    right: 21px;
    top: 24px;
}

/* content */
.lv7ghbaq31f-content {
    position: relative;
    margin: 0 auto;
    flex: 1 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100%;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}
.lv7ghbaq31f-content--justify-end {
    justify-content: flex-end;
    padding-bottom: 50px;
}
.lv7ghbaq31f-content--justify-start {
    justify-content: start;
    padding-top: 20px;
}
.lv7ghbaq31f-content--big {
    padding: 0;
    max-width: 100%;
}
.lv7ghbaq31f-main-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.lv7ghbaq31f-main-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.lv7ghbaq31f-text {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
}
.lv7ghbaq31f-subtext {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}


.lv7ghbaq31f-main-pic {
    max-width: 309px;
    margin: 0 auto 41px;
}
.lv7ghbaq31f-mb {
    margin-bottom: 20px;
}
.lv7ghbaq31f-mb-big {
    margin-bottom: 40px;
}


/* tips bg */
.lv7ghbaq31f-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center top;
}
.lv7ghbaq31f-bg__item {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center top;
    transition: opacity 0.3s linear;
    margin: 0 auto;
}
.lv7ghbaq31f-bg__item.active {
    opacity: 1;
}
.lv7ghbaq31f-bg::after {
    content: "";
    position: fixed;
    z-index: 2;
    top: 20%;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.9;
    background: linear-gradient(180deg, rgba(57, 49, 70, 0) 0%, #393146 45%);
}
.lv7ghbaq31f-bg::before {
    content: "";
    position: fixed;
    z-index: 1;
    top: 70%;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.9;
    background: linear-gradient(180deg, rgba(57, 49, 70, 0) 0%, #393146 30%);
}

/* profiles */
.lv7ghbaq31f-profiles {
    position: relative;
    margin: 0 -20px;
    padding-top: 30px;
    width: calc(100% + 40px);
    max-width: 600px;
    overflow: hidden;
}
.lv7ghbaq31f-profiles__item {
    opacity: 0 !important;
    position: relative;
}
.lv7ghbaq31f-profiles__item::after {
    content: "";
    position: absolute;
    left: calc(50% - 132px);
    top: 14px;
    width: 19px;
    height: 19px;
    background: #80ff00;
    border-radius: 100%;
    z-index: 1;
}
.lv7ghbaq31f-profiles__item::before {
    content: url(../images/icons/icon-heart-lv7ghbaq31f.svg);
    position: absolute;
    right: calc(50% - 132px);
    top: 10px;
    z-index: 1;
}
.lv7ghbaq31f-profiles__item.swiper-slide-active {
    opacity: 1 !important;
}
.lv7ghbaq31f-profiles__pic {
    border-radius: 25px;
    margin: 0 auto;
    max-width: 294px;
}
.lv7ghbaq31f-profiles-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(-76px / 2);
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}
.lv7ghbaq31f-profiles-btn {
    width: 57px;
    height: 57px;
    background: #242129;
    border-radius: 100%;
    margin: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lv7ghbaq31f-profiles-btn--big {
    width: 76px;
    height: 76px;
    background: linear-gradient(104deg, #ffaf51 0%, #f40c22 100%);
}

.lv7ghbaq31f-profiles-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 238px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

.lv7ghbaq31f-profiles-arrows .swiper-button-prev,
.lv7ghbaq31f-profiles-arrows .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 8px;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #242129;
}
.lv7ghbaq31f-profiles-arrows img {
    width: 30px;
}
.lv7ghbaq31f-profiles-arrows .swiper-button-prev img {
    transform: rotate(180deg);
}


/* tips */
.lv7ghbaq31f-tips {
    margin: auto auto 0;
    padding-bottom: 30px;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
}
.lv7ghbaq31f-tips__item {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    min-height: 170px;
    padding: 0 20px;
    opacity: 0 !important;
}
.lv7ghbaq31f-tips__item.swiper-slide-active {
    opacity: 1 !important;
}
.lv7ghbaq31f-tips__title {
    font-weight: 700;
    letter-spacing: -0.4px;
}
.lv7ghbaq31f-tips-btns {
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}
.lv7ghbaq31f-tips-btns .lv7ghbaq31f-btn--outline {
    transform: scale(-1, 1);
}

/* spinner */
.lv7ghbaq31f-lds-roller {
    display: none;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 60px auto;
}
.lv7ghbaq31f-lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lv7ghbaq31f-lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f40c22;
    margin: -4px 0 0 -4px;
}
.lv7ghbaq31f-lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lv7ghbaq31f-lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lv7ghbaq31f-lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lv7ghbaq31f-lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lv7ghbaq31f-lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lv7ghbaq31f-lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lv7ghbaq31f-lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lv7ghbaq31f-lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lv7ghbaq31f-lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lv7ghbaq31f-lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lv7ghbaq31f-lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lv7ghbaq31f-lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lv7ghbaq31f-lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lv7ghbaq31f-lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lv7ghbaq31f-lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lv7ghbaq31f-lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ionRangeSlider */
.irs--round .irs-line {
    height: 2px;
    border-radius: 3px;
    background: #706386;
}
.irs--round .irs-bar {
    border-radius: 3px;
    background: #fff;
    height: 2px;
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover,
.irs--round .irs-handle {
    height: 20px;
    width: 20px;
    background: linear-gradient(90deg, #ffaf51 0%, #f40c22 100%);
    border: none;
    box-shadow: none;
    top: -9px;
}
.irs-from,
.irs-to,
.irs-single {
    display: none !important;
}
.irs--round .irs-min,
.irs--round .irs-max {
    background: transparent;
    font-size: 13px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    visibility: visible !important;
    padding-top: 15px;
}
.irs--round .irs-bar,
.irs--round .irs-line {
    top: 0;
}
.irs--round {
    margin-top: 12px;
    height: 30px;
}

/* form */
.lv7ghbaq31f-form {
    padding-top: 20px;
    width: 100%;
}
.lv7ghbaq31f-form__gender {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border-radius: 25px;
    border: 1px solid #706386;
    padding: 4px 5px;
}
.lv7ghbaq31f-form__row {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}
.lv7ghbaq31f-form__row--pb0 {
    padding-bottom: 0;
}
.lv7ghbaq31f-form__row--btn {
    padding-top: 12px;
}
.lv7ghbaq31f-form__control {
    display: block;
    width: 100%;
    font-family: "Manrope", sans-serif;
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    height: 50px;
    padding: 5px 25px;
    outline: 0;
    background: transparent;
    border-radius: 25px;
    border: 1px solid #706386;
}
.lv7ghbaq31f-form__label {
    font-size: 13px;
    padding-left: 25px;
    padding-bottom: 3px;
    display: block;
    width: 100%;
    text-align: left;
}
textarea.lv7ghbaq31f-form__control {
    resize: none;
    height: 138px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.lv7ghbaq31f-form__control--chat {
    padding-right: 55px;
}
.lv7ghbaq31f-form__send {
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/icons/icon-send-lv7ghbaq31f.svg),
        linear-gradient(90deg, #ffaf51 0%, #f40c22 100%);
    background-position: center;
    width: 44px;
    height: 44px;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
}
.lv7ghbaq31f-form--pt0 {
    padding-top: 0;
}
label.error {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #ff3737;
    position: absolute;
    bottom: 1px;
    left: 20px;
}
.lv7ghbaq31f-form__control.error {
    border-color: #ff3737;
}
/* gender */
.lv7ghbaq31f-gender {
    width: 50%;
}
.lv7ghbaq31f-gender__control {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    visibility: hidden;
}
.lv7ghbaq31f-gender__label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    position: relative;
    cursor: pointer;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
}
.lv7ghbaq31f-gender__control:checked + .lv7ghbaq31f-gender__label {
    background: linear-gradient(90deg, #ffaf51 0%, #f40c22 100%);
}
/* checkbox */
.lv7ghbaq31f-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    visibility: hidden;
}
.lv7ghbaq31f-checkbox-control {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #393146;
    border-radius: 4px;
}
.lv7ghbaq31f-checkbox-control::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg width="9" height="7" viewBox="0 0 9 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.88471 0.206803C7.02558 0.0726919 7.21303 -0.00145012 7.40753 2.14954e-05C7.60202 0.00149312 7.78833 0.0784635 7.92716 0.214691C8.06598 0.350918 8.14645 0.535747 8.15159 0.730177C8.15673 0.924607 8.08614 1.11343 7.95471 1.2568L3.96471 6.2468C3.8961 6.3207 3.81329 6.38001 3.72124 6.42117C3.62919 6.46233 3.52978 6.48451 3.42896 6.48638C3.32814 6.48825 3.22798 6.46976 3.13447 6.43204C3.04095 6.39431 2.95601 6.33811 2.88471 6.2668L0.238708 3.6208C0.165022 3.55214 0.105919 3.46934 0.0649275 3.37734C0.0239355 3.28534 0.0018935 3.18603 0.00011672 3.08533C-0.00166006 2.98462 0.0168648 2.88459 0.0545858 2.79121C0.0923068 2.69782 0.148451 2.61298 0.21967 2.54176C0.290889 2.47055 0.375723 2.4144 0.469111 2.37668C0.562499 2.33896 0.662528 2.32043 0.763231 2.32221C0.863934 2.32399 0.963247 2.34603 1.05525 2.38702C1.14725 2.42801 1.23005 2.48712 1.29871 2.5608L3.39271 4.6538L6.86571 0.228803C6.87196 0.221104 6.87864 0.213759 6.88571 0.206803H6.88471Z" fill="white"/></svg>');
}
.lv7ghbaq31f-checkbox-control::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(90deg, #ffaf51 0%, #f40c22 100%);
    border-radius: 4px;
}
.lv7ghbaq31f-checkbox-label {
    font-size: 13px;
    padding-left: 30px;
    cursor: pointer;
    display: block;
    line-height: 1.4;
}
.lv7ghbaq31f-checkbox:checked ~ .lv7ghbaq31f-checkbox-control::after {
    opacity: 1;
}
.lv7ghbaq31f-checkbox.error ~ .lv7ghbaq31f-checkbox-control::before,
.lv7ghbaq31f-checkbox.error ~ .lv7ghbaq31f-checkbox-control {
    background: #ff3737;
}
#agree-error {
    display: none !important;
}

/* select2 */
.select2-container {
    display: block;
}
.select2 {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background: transparent;
    border-radius: 25px !important;
    border: 1px solid #706386;
    height: 50px;
    padding: 5px 25px;
    display: flex;
    align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.select2-dropdown {
    border-radius: 25px !important;
    background: #393146;
    border: 1px solid #706386;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    overflow: hidden;
}
.select2-results__option {
    padding: 15px 25px;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #393146;
    background: #fff;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    transition: 0.3s linear;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 20px;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    transform: rotate(495deg);
}
.select-light .select2-container .select2-selection--single .select2-selection__rendered {
    color: #393146;
}
.select-light
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b,
.select-light .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #393146;
}
.select-light .select2-dropdown {
    color: #393146;
    background: #fff;
}
.select-light .select2-container--default .select2-results__option[aria-selected="true"],
.select-light .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #706386;
    color: #fff;
}

/* footer */
.lv7ghbaq31f-footer {
    position: relative;
    flex-shrink: 0;
    text-align: center;
    padding: 20px 0 0;
    z-index: 1;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
}
.lv7ghbaq31f-footer .lv7ghbaq31f-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.lv7ghbaq31f-footer .lv7ghbaq31f-menu li {
    display: block;
    margin: 0 10px 15px;
}

/* modal */
.modal-backdrop {
    z-index: 11 !important;
    background: rgba(0, 0, 0, 0.7);
}
.lv7ghbaq31f-modal .modal-content {
    margin: 120px auto 30px;
    padding: 32px 15px 25px;
    color: #393146;
    border-radius: 25px;
    border: none;
    background: #fff;
    box-shadow: drop-shadow(0px 4px 16px rgba(11, 18, 41, 0.51));
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    max-width: calc(100% - 20px);
    position: relative;
}
.lv7ghbaq31f-modal b {
    font-weight: 600;
}
.lv7ghbaq31f-modal-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
}
.lv7ghbaq31f-modal-close::before,
.lv7ghbaq31f-modal-close::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #393146;
    top: 50%;
    left: 0;
}
.lv7ghbaq31f-modal-close::before {
    transform: rotate(45deg);
}
.lv7ghbaq31f-modal-close::after {
    transform: rotate(-45deg);
}
.lv7ghbaq31f-color {
    color: #ff004f;
    margin-bottom: 15px;
}
.lv7ghbaq31f-modal .lv7ghbaq31f-btn-wrap {
    padding-top: 0 !important;
}
.lv7ghbaq31f-modal .lv7ghbaq31f-btn {
    width: 100%;
    max-width: 275px;
    margin: 20px auto 0;
    text-decoration: none;
}
.lv7ghbaq31f-modal p a {
    text-decoration: underline;
    display: inline-block;
    color: #ff9213;
}
.modal .lv7ghbaq31f-form__control {
    color: #393146;
}
.modal label.error {
    bottom: -21px;
}

/* legal pages */
.lv7ghbaq31f-legal-page-content {
    font-size: 18px;
    line-height: 1.55;
}
.lv7ghbaq31f-legal-page-content h1 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}
.lv7ghbaq31f-legal-page-content h2 {
    font-size: 22px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px;
}
.lv7ghbaq31f-legal-page-content p {
    padding-bottom: 15px;
}
.lv7ghbaq31f-legal-page-content ul {
    padding-inline-start: 1em;
}
.lv7ghbaq31f-legal-page-content ul li {
    padding-bottom: 10px;
    list-style-type: disc;
}
.lv7ghbaq31f-legal-page-content p a {
    color: #f40c22;
}

/* animation */
.anim-slide-in-bottom {
    -webkit-animation: slide-in-bottom 0.8s 0.2s both;
    animation: slide-in-bottom 0.8s 0.2s both;
}
.anim-delay {
    animation-delay: 0.5s;
}
@-webkit-keyframes slide-in-bottom {
    0% {
        transform: translateY(8px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-bottom {
    0% {
        transform: translateY(8px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.lv7ghbaq31f-hidden {
    display: none;
}