*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
a { outline: none; text-decoration: none; color: inherit; }
img, video, a { vertical-align: bottom; }
p { margin: 0; }

.highlight { color: #E35728; }
.bold { font-weight: 700; }
.delete { text-decoration: line-through; }
.terms a{ text-decoration: underline; color: #FFFFFF; opacity: .7; }
.terms a:hover{ opacity: 1; }
.mb { display: none; }
.g-hover { transition: all 0.5s; transform: translateY(0px); }
.g-hover:hover { transform: translateY(-20px); }
.error { color: #a71e00; font-size: var(--fs-14); display: none; }
.br-pc { display: none; }
.br-mb { display: none; }
.br-mb-768 { display: none; }

.vantage-prestige-btn { display: inline-block; border-radius: 50px; padding: 16px 36px; background: rgba(255, 255, 255, .2); font-weight: 500; font-size: 18px; line-height: 130%; color: #FFFFFF; position: relative; overflow: hidden; white-space: nowrap; }
.vantage-prestige-btn span { z-index: 1; position: relative; }
.vantage-prestige-btn::before { content: ""; display: inline-block; background-color: #4c4c4c; width: 319px; height: 319px; border-radius: 50%; position: absolute; top: 100%; left: 0; transform: translate(-100%, 0%); transition: all .5s; }
.vantage-prestige-btn:hover::before { top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #4c4c4c; }

.vantage-prestige-banner,
.vantage-prestige-rewards,
.vantage-prestige-video,
.vantage-prestige-trust,
.vantage-prestige-why,
.vantage-prestige-responsibility { background-color: #000; }

.vantage-prestige-banner { padding-top: 376px; padding-bottom: 376px; color: #FFFFFF; position: relative; background-position: center; background-repeat: no-repeat; background-size: cover; }
.vantage-prestige-banner::after { content: ""; display: block; width: 100%; height: 100%; background: #00000099; position: absolute; top: 0; left: 0; z-index: 0; }
.vantage-prestige-banner .inner { position: relative; z-index: 1; }
.vantage-prestige-banner .container { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; }
.vantage-prestige-banner .layout { text-align: center; }
.vantage-prestige-banner .layout .title { font-weight: 600; font-size: 48px; line-height: 121%; margin-bottom: 12px; }
.vantage-prestige-banner .layout .desc { font-weight: 500; font-size: 20px; line-height: 130%; opacity: 0.7; margin-bottom: 24px; }
.vantage-prestige-banner .layout .vantage-prestige-btn { margin-bottom: 16px; }
.vantage-prestige-banner .layout .vantage-prestige-btn::before { background-color: #000; }
.vantage-prestige-banner .layout .vantage-prestige-btn:hover::before { background-color: rgb(213, 62, 20); }
.vantage-prestige-banner .layout .terms { font-weight: 400; font-size: 14px; line-height: 140%; }

.vantage-prestige-rewards { padding-top: 96px; padding-bottom: 96px; background: radial-gradient(31.16% 65.67% at 50% -12.74%, #7A6D4A 0%, #000000 100%); color: #FFFFFF; overflow: hidden; }
.vantage-prestige-rewards .container { width: 100%; max-width: 1240px; margin-left: auto; margin-right: auto; }
.vantage-prestige-rewards .layout { text-align: center; }
.vantage-prestige-rewards .layout .title { font-weight: 600; font-size: 48px; line-height: 120%; margin-bottom: 72px; text-align: center; }
.vantage-prestige-rewards .layout .highest-award { margin-bottom: 32px; }
.vantage-prestige-rewards .layout .highest-award .box { display: flex; justify-content: space-between; padding: 36px 40px 44px; background: rgba(255, 255, 255, .1); border-radius: 24px; gap: 99px; position: relative; z-index: 1; }
.vantage-prestige-rewards .layout .highest-award .box::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(158.32deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.12) 75%, #FFFFFF 100%); border-radius: 24px; padding: 1px; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: -1; }
.vantage-prestige-rewards .layout .highest-award .highest-left { text-align: left; width: 100%; max-width: 326px; }
.vantage-prestige-rewards .layout .highest-award .highest-left i { display: inline-block; font-style: normal; padding-top: 4px; padding-right: 12px; padding-bottom: 4px; padding-left: 12px; border-radius: 20px; font-weight: 400; font-size: 18px; line-height: 150%; background: #E461264D; margin-bottom: 16px; }
.vantage-prestige-rewards .layout .highest-award .highest-left h3 { background: linear-gradient(90deg, #E35728 39.02%, #7D3016 72.09%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: 600; font-size: 48px; line-height: 120%; margin-bottom: 12px; }
.vantage-prestige-rewards .layout .highest-award .highest-left p { font-weight: 500; font-size: 28px; line-height: 130%; }
.vantage-prestige-rewards .layout .other-reward-list.pc { display: grid; grid-template-columns: repeat(4, 1fr); row-gap: 32px; column-gap: 16px; margin-bottom: 32px; }
.vantage-prestige-rewards .layout .other-reward-list.pc .reward-item { display: flex; flex-direction: column; justify-content: space-between; }
.vantage-prestige-rewards .layout .reward-item { background: #FFFFFF1A; border-radius: 24px; position: relative; z-index: 1; overflow: hidden; }
.vantage-prestige-rewards .layout .reward-item::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(158.32deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.12) 75%, #FFFFFF 100%); border-radius: 24px; padding: 1px; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: -1; }
.vantage-prestige-rewards .layout .reward-item .box { padding: 32px 24px 0; }
.vantage-prestige-rewards .layout .reward-tag { display: inline-block; padding-top: 4px; padding-right: 12px; padding-bottom: 4px; padding-left: 12px; border-radius: 20px; background: #E461264D; margin-bottom: 16px; font-weight: 400; font-size: 18px; line-height: 150%; }
.vantage-prestige-rewards .layout .reward-title { font-weight: 600; font-size: 28px; line-height: 120%; background: linear-gradient(90deg, #E35728 39.02%, #7D3016 72.09%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 8px; }
.vantage-prestige-rewards .layout .reward-desc { font-weight: 500; font-size: 16px; line-height: 130%; opacity: 0.8; margin-bottom: 24px; min-height: 63px; }
.vantage-prestige-rewards .layout .reward-image { width: 100%; height: auto; }
.vantage-prestige-rewards .layout .no-rewards { color: #999; text-align: center; padding: 40px 0; }
.vantage-prestige-rewards .layout .other-reward-list.mb { margin-bottom: 24px; }
.vantage-prestige-rewards .layout .other-reward-list.mb .reward-swiper-container { overflow: visible; }
.vantage-prestige-rewards .layout .other-reward-list.mb .reward-swiper-container .swiper-wrapper { display: flex; align-items: flex-start; }
.vantage-prestige-rewards .layout .other-reward-list.mb .swiper-slide,
.vantage-prestige-rewards .layout .other-reward-list.mb .reward-item { height: 100%; }
.vantage-prestige-rewards .layout .other-reward-list.mb .reward-item { display: flex; flex-direction: column; justify-content: space-between; background-color: #FFFFFF26; padding: 0; overflow: hidden; border-radius: 8px; }
.vantage-prestige-rewards .layout .other-reward-list.mb .reward-item::before { border-radius: 8px; }
.vantage-prestige-rewards .layout .other-reward-list.mb .reward-item .box { min-height: 113px; margin-bottom: 8px; padding: 16px 16px 0; }
.vantage-prestige-rewards .layout .other-reward-list.mb .reward-tag { padding-top: 4px; padding-right: 12px; padding-bottom: 4px; padding-left: 12px; border-radius: 20px; font-weight: 400; font-size: 12px; line-height: 140%; margin-bottom: 8px; }
.vantage-prestige-rewards .layout .other-reward-list.mb .reward-title { font-weight: 600; font-size: 20px; line-height: 120%; margin-bottom: 8px; }
.vantage-prestige-rewards .layout .other-reward-list.mb .reward-desc { font-weight: 500; font-size: 12px; line-height: 130%; margin-bottom: 0;  min-height: 48px; }

.vantage-prestige-video { padding-top: 96px; padding-bottom: 96px; }
.vantage-prestige-video .container { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; }
.vantage-prestige-video .layout { text-align: center; }
.vantage-prestige-video .layout .media-box { margin-bottom: 52px; position: relative; overflow: hidden; width: 100%; aspect-ratio: 16/9; }
.vantage-prestige-video .layout .media-box .video-box{ width: 100%; height: 100%; z-index: 9; }

.vantage-prestige-trust { padding-top: 56px; padding-bottom: 86px; background-position: center; background-repeat: no-repeat; background-size: cover; }
.vantage-prestige-trust .container { width: 100%; max-width: 1240px; margin-left: auto; margin-right: auto; }
.vantage-prestige-trust .layout { display: flex; gap: 56px; }
.vantage-prestige-trust .layout-left { flex: 1; color: #fff; text-align: center; padding-top: 40px; }
.vantage-prestige-trust .layout-left .title { font-weight: 600; font-size: 48px; line-height: 120%; margin-bottom: 16px; }
.vantage-prestige-trust .layout-left .desc { font-weight: 500; font-size: 20px; line-height: 130%; opacity: 0.8; }
.vantage-prestige-trust .layout-left .media-img.mb img { width: 100%; object-fit: cover; }
.vantage-prestige-trust .layout-right { width: 100%; max-width: 530px; flex-shrink: 0; background-color: #fff; padding-top: 32px; padding-right: 72px; padding-bottom: 48px; padding-left: 72px; border-radius: 8px; }
.vantage-prestige-trust .layout-right .vantage-logo { width: 72px; height: 72px; border-radius: 50%; margin-left: auto; margin-right: auto; margin-bottom: 16px; box-shadow: 0px 3.6px 3.6px 0px #00000040; display: flex; justify-content: center; align-items: center; }
.vantage-prestige-trust .layout-right .vantage-logo img { width: 45px; height: 45px; object-fit: cover; }
.vantage-prestige-trust .layout-right .open-live-account h1 { margin-bottom: 24px; }
.vantage-prestige-trust .layout-right .open-live-account .form-body #new-live { margin-bottom: 0; }
.vantage-prestige-trust .layout-right .open-live-account .form-body .form-element { margin-bottom: 8px; }
.vantage-prestige-trust .layout-right #grecaptcha_box { display: none !important; }

.vantage-prestige-why { padding-top: 96px; padding-bottom: 96px; color: #fff; }
.vantage-prestige-why  .container { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; }
.vantage-prestige-why .why-trade-section { text-align: center; }
.vantage-prestige-why .why-trade-header { margin-bottom: 56px; text-align: center; }
.vantage-prestige-why .why-trade-title { font-weight: 600; font-size: 48px; line-height: 120%; }
.vantage-prestige-why .why-trade-list { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(auto, 1fr); gap: 24px; margin-bottom: 56px; }
.vantage-prestige-why .why-trade-item { background: linear-gradient(127deg, rgba(211, 188, 136, 0.2) 0%, rgba(1, 1, 1, 0) 66%); border-radius: 8px; padding: 4px 16px 12px; text-align: center; }
.vantage-prestige-why .why-trade-item-img img { width: 100px; }
.vantage-prestige-why .why-trade-item-title { font-weight: 600; font-size: 18px; line-height: 120%; margin-bottom: 8px; }
.vantage-prestige-why .why-trade-item-desc { opacity: 0.8; font-weight: 400; font-size: 14px; line-height: 140%; min-height: 100px; }
.vantage-prestige-why .why-trade-empty { text-align: center; padding: 60px 20px; color: #999; font-size: 16px; }
.vantage-prestige-why .why-trade-section .vantage-prestige-btn { font-weight: 600; font-size: 18px; line-height: 120%; text-transform: uppercase; }

.vantage-prestige-responsibility { padding-top: 96px; padding-bottom: 96px; color: #fff; }
.vantage-prestige-responsibility .container { width: 100%; max-width: 1240px; margin-left: auto; margin-right: auto; }
.vantage-prestige-responsibility .layout { padding: 48px 154px; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%); backdrop-filter: blur(16px); text-align: center; position: relative; z-index: 0; }
.vantage-prestige-responsibility .layout::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); padding: 2px; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: -1; }
.vantage-prestige-responsibility .layout .responsibility-title { font-weight: 600; font-size: 48px; line-height: 120%; margin-bottom: 4px; background: linear-gradient(90deg, #7D3016 16.28%, #E35728 50.06%, #7D3016 83.83%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.vantage-prestige-responsibility .layout .responsibility-desc { font-weight: 400; font-size: 18px; line-height: 150%; }

@media (min-width: 1919px) {
    .br-pc { display: block !important; }
}
@media (max-width: 1400px) {
    .vantage-prestige-banner { padding-top: 318px; padding-bottom: 358px;}
    .vantage-prestige-banner .layout .title { font-size: 45px; }

    .vantage-prestige-rewards { padding-top: 85px; padding-bottom: 85px; }
    .vantage-prestige-rewards .layout .title { font-size: 43px; margin-bottom: 64px; }
    .vantage-prestige-rewards .layout .highest-award .box { gap: 81px; }
    .vantage-prestige-rewards .layout .highest-award .highest-left h3 { font-size: 43px; }
    .vantage-prestige-rewards .layout .highest-award .highest-left p { font-size: 26px; }

    .vantage-prestige-video { padding-top: 85px; padding-bottom: 85px; }
    .vantage-prestige-video .layout .media-box { margin-bottom: 47px; }

    .vantage-prestige-trust { padding-top: 51px; padding-bottom: 75px; }
    .vantage-prestige-trust .layout-left .title { font-size: 45px; }

    .vantage-prestige-why { padding-top: 85px; padding-bottom: 85px; }
    .vantage-prestige-why .why-trade-header { margin-bottom: 51px; }
    .vantage-prestige-why .why-trade-title { font-size: 43px; }

    .vantage-prestige-responsibility { padding-top: 85px; padding-bottom: 85px; }
    .vantage-prestige-responsibility .layout .responsibility-title { font-size: 43px; }
}
@media (max-width: 1200px) {
    .vantage-prestige-banner { padding-top: 261px; padding-bottom: 341px;}
    .vantage-prestige-banner .layout .title { font-size: 41px; }

    .vantage-prestige-rewards { padding-top: 75px; padding-bottom: 75px; }
    .vantage-prestige-rewards .layout .title { font-size: 38px; margin-bottom: 56px; }
    .vantage-prestige-rewards .layout .highest-award .box { gap: 63px; align-items: flex-end; }
    .vantage-prestige-rewards .layout .highest-award .highest-left h3 { font-size: 39px; }
    .vantage-prestige-rewards .layout .highest-award .highest-left p { font-size: 23px; }

    .vantage-prestige-video { padding-top: 75px; padding-bottom: 75px; }
    .vantage-prestige-video .layout .media-box { margin-bottom: 43px; }

    .vantage-prestige-trust { padding-top: 46px; padding-bottom: 64px; }
    .vantage-prestige-trust .layout-left .title { font-size: 41px; }

    .vantage-prestige-why { padding-top: 75px; padding-bottom: 75px; }
    .vantage-prestige-why .why-trade-header { margin-bottom: 45px; }
    .vantage-prestige-why .why-trade-title { font-size: 39px; }

    .vantage-prestige-responsibility { padding-top: 75px; padding-bottom: 75px; }
    .vantage-prestige-responsibility .layout .responsibility-title { font-size: 39px; }
}
@media (max-width: 1024px) {
    .vantage-prestige-banner { padding-top: 203px; padding-bottom: 324px;}
    .vantage-prestige-banner .layout .title { font-size: 38px; }

    .vantage-prestige-rewards { padding-top: 64px; padding-bottom: 64px; }
    .vantage-prestige-rewards .layout .title { font-size: 33px; margin-bottom: 48px; }
    .vantage-prestige-rewards .layout .highest-award .box { gap: 44px; }
    .vantage-prestige-rewards .layout .highest-award .highest-left h3 { font-size: 34px; }
    .vantage-prestige-rewards .layout .highest-award .highest-left p { font-size: 21px; }

    .vantage-prestige-video { padding-top: 64px; padding-bottom: 64px; }
    .vantage-prestige-video .layout .media-box { margin-bottom: 38px; }

    .vantage-prestige-trust { padding-top: 42px; padding-bottom: 54px; }
    .vantage-prestige-trust .layout-left .title { font-size: 38px; }

    .vantage-prestige-why { padding-top: 64px; padding-bottom: 64px; }
    .vantage-prestige-why .why-trade-header { margin-bottom: 40px; }
    .vantage-prestige-why .why-trade-title { font-size: 34px; }

    .vantage-prestige-responsibility { padding-top: 64px; padding-bottom: 64px; }
    .vantage-prestige-responsibility .layout .responsibility-title { font-size: 34px; }
}

@media (max-width: 920px) {
    .vantage-prestige-banner { padding-top: 146px; padding-bottom: 307px;}
    .vantage-prestige-banner .layout .title { font-size: 35px; }

    .vantage-prestige-rewards { padding-top: 53px; padding-bottom: 53px; }
    .vantage-prestige-rewards .layout .title { font-size: 29px; margin-bottom: 40px; }
    .vantage-prestige-rewards .layout .highest-award .box { gap: 26px; }
    .vantage-prestige-rewards .layout .highest-award .highest-left h3 { font-size: 29px; }
    .vantage-prestige-rewards .layout .highest-award .highest-left p { font-size: 19px; }
    .vantage-prestige-rewards .layout .other-reward-list.pc { grid-template-columns: repeat(3, 1fr); }

    .vantage-prestige-video { padding-top: 53px; padding-bottom: 53px; }
    .vantage-prestige-video .layout .media-box { margin-bottom: 33px; }

    .vantage-prestige-trust { padding-top: 37px; padding-bottom: 43px; }
    .vantage-prestige-trust .layout-left .title { font-size: 35px; }
    .vantage-prestige-trust .layout-right { max-width: 370px; padding-left: 32px; padding-right: 32px; }

    .vantage-prestige-why { padding-top: 53px; padding-bottom: 53px; }
    .vantage-prestige-why .why-trade-header { margin-bottom: 35px; }
    .vantage-prestige-why .why-trade-title { font-size: 29px; }
    .vantage-prestige-why .why-trade-list { grid-template-columns: repeat(2, 1fr); }

    .vantage-prestige-responsibility { padding-top: 53px; padding-bottom: 53px; }
    .vantage-prestige-responsibility .layout .responsibility-title { font-size: 29px; }
    .vantage-prestige-responsibility .layout .responsibility-desc { font-size: 16px; }
}

@media (max-width: 768px) {
    .pc { display: none !important; }
    .mb { display: block !important; }
    .br-mb-768 { display: inline-block !important; }

    .vantage-prestige-banner { padding-top: 89px; padding-bottom: 290px;}
    .vantage-prestige-banner .layout .title { font-size: 31px; }

    .vantage-prestige-rewards { padding-top: 43px; padding-bottom: 43px; }
    .vantage-prestige-rewards .layout .title { font-size: 24px; margin-bottom: 32px; }
    .vantage-prestige-rewards .layout .highest-award .box { border-radius: 8px; flex-direction: column; align-items: center; gap: 8px; background-color: #FFFFFF26; }
    .vantage-prestige-rewards .layout .highest-award .box::before { border-radius: 8px; }
    .vantage-prestige-rewards .layout .highest-award .highest-left { max-width: 100%; text-align: center; }
    .vantage-prestige-rewards .layout .highest-award .highest-left h3 { font-size: 25px; }
    .vantage-prestige-rewards .layout .highest-award .highest-left p { font-size: 16px; }
    .vantage-prestige-video { padding-top: 43px; padding-bottom: 43px; }
    .vantage-prestige-video .layout .media-box { margin-bottom: 29px; }

    .vantage-prestige-trust { background-image: none !important; padding: 0; }
    .vantage-prestige-trust .inner { padding: 0; }
    .vantage-prestige-trust .layout { flex-direction: column; gap: 0; align-items: center; }
    .vantage-prestige-trust .layout-left { background-image: url(/wp-content/themes/vantage/images/vantage-prestige-trust-banner-bgimg-mb.webp?v=1); background-position: center; background-repeat: no-repeat; background-size: cover; padding-top: 32px; }
    .vantage-prestige-trust .layout-left .box { padding-left: 40px; padding-right: 40px; margin-bottom: 19px; }
    .vantage-prestige-trust .layout-left .title { font-size: 31px; }
    .vantage-prestige-trust .layout-left .desc { font-size: 18px; }
    .vantage-prestige-trust .layout-right { border-radius: 0; padding-top: 32px; padding-left: 20px; padding-right: 20px; padding-bottom: 48px; width: 100%; max-width: 100%; }
    .vantage-prestige-trust .layout-right .open-live-account-continue { max-width: 422px; margin-left: auto; margin-right: auto; }

    .vantage-prestige-why { padding-top: 43px; padding-bottom: 43px; }
    .vantage-prestige-why .why-trade-header { margin-bottom: 29px; }
    .vantage-prestige-why .why-trade-title { font-size: 25px; }

    .vantage-prestige-responsibility { padding-top: 43px; padding-bottom: 43px; }
    .vantage-prestige-responsibility .layout .responsibility-title { font-size: 25px; }
    .vantage-prestige-responsibility .layout { padding: 16px; }
}

@media (max-width: 510px) {
    .br-mb { display: inline-block !important; }

    .vantage-prestige-btn { padding: 12px 24px; font-weight: 600; font-size: 14px; line-height: 120%; text-transform: uppercase; }

    .vantage-prestige-banner { padding-top: 32px; padding-bottom: 273px; }
    .vantage-prestige-banner .layout .title { font-weight: 600; font-size: 28px; line-height: 122%; margin-bottom: 8px; }
    .vantage-prestige-banner .layout .desc { font-weight: 500; font-size: 16px; line-height: 130%; }
    .vantage-prestige-banner .layout .terms { font-weight: 400; font-size: 14px; line-height: 140%; }
    .vantage-prestige-banner .layout .vantage-prestige-btn { font-weight: 600; font-size: 18px; line-height: 120%; text-transform: uppercase; }

    .vantage-prestige-rewards { padding-top: 32px; padding-bottom: 32px; background: #000000; }
    .vantage-prestige-rewards .layout .title { font-weight: 600; font-size: 20px; line-height: 120%; margin-bottom: 24px; }
    .vantage-prestige-rewards .layout .highest-award { margin-bottom: 16px; }
    .vantage-prestige-rewards .layout .highest-award.g-hover:hover { transform: translateY(0); }
    .vantage-prestige-rewards .layout .highest-award .box { padding: 16px 19px; border-radius: 8px; }
    .vantage-prestige-rewards .layout .highest-award .box::before { border-radius: 8px; }
    .vantage-prestige-rewards .layout .highest-award .highest-left { text-align: center; }
    .vantage-prestige-rewards .layout .highest-award .highest-left i { padding-top: 4px; padding-right: 12px; padding-bottom: 4px; padding-left: 12px; border-radius: 20px; margin-bottom: 8px; font-weight: 400; font-size: 12px; line-height: 140%; }
    .vantage-prestige-rewards .layout .highest-award .highest-left h3 { font-weight: 600; font-size: 20px; line-height: 120%; margin-bottom: 8px; }
    .vantage-prestige-rewards .layout .highest-award .highest-left p { font-weight: 400; font-size: 14px; line-height: 145%; }
    
    .vantage-prestige-video { padding-top: 32px; padding-bottom: 32px; }
    .vantage-prestige-video .layout .media-box { margin-bottom: 24px; }

    .vantage-prestige-trust .layout-left .title { font-weight: 600; font-size: 28px; line-height: 120%; margin-bottom: 16px; }
    .vantage-prestige-trust .layout-left .desc { font-weight: 400; font-size: 16px; line-height: 150%; }
    .vantage-prestige-trust .layout-left .box { padding-left: 20px; padding-right: 20px; }
    .vantage-prestige-trust .layout-right .vantage-logo { width: 56px; height: 56px; margin-bottom: 12px; }
    .vantage-prestige-trust .layout-right .vantage-logo img { width: 35px; height: 35px; }

    .vantage-prestige-why { padding-top: 32px; padding-bottom: 32px; }
    .vantage-prestige-why .why-trade-header { margin-bottom: 24px; }
    .vantage-prestige-why .why-trade-title { font-weight: 600; font-size: 20px; line-height: 120%; }
    .vantage-prestige-why .why-trade-list { gap: 12px; margin-bottom: 24px; }
    .vantage-prestige-why .why-trade-item { padding: 0 12px 12px; background: linear-gradient(118deg, rgba(211, 188, 136, 0.2) 0%, rgba(1, 1, 1, 0) 82%); }
    .vantage-prestige-why .why-trade-item-img img { width: 80px; }
    .vantage-prestige-why .why-trade-item-title { font-weight: 600; font-size: 14px; line-height: 120%; margin-bottom: 4px; }
    .vantage-prestige-why .why-trade-item-desc { font-weight: 400; font-size: 12px; line-height: 140%; min-height: 102px; }
    .vantage-prestige-why .why-trade-section .vantage-prestige-btn { font-weight: 600; font-size: 14px; line-height: 120%; text-transform: uppercase; }

    .vantage-prestige-responsibility { padding-top: 32px; padding-bottom: 32px; }
    .vantage-prestige-responsibility .layout .responsibility-title { font-weight: 600; font-size: 20px; line-height: 120%; margin-bottom: 8px; }
    .vantage-prestige-responsibility .layout .responsibility-desc { font-weight: 400; font-size: 14px; line-height: 143%; opacity: 0.8; }
}

@media (max-width: 370px) {
    .br-mb { display: none !important; }
}
/* ! vantagemarektsea|2026-03-19 12:13:42 ! */