@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";@import"https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css";:root{--color-background-forex-terms: #6974bf;--color-background-header: #EDF0F9;--color-background-gray: #949CA3;--color-background-lightgray: #F8F9FA;--color-button-gray: #F3F6FA;--color-blue: #576EC2;--color-blue-gray: #DADFF1;--color-dark-light-blue: #31C9B7;--color-dark-sian: #004871;--color-gray: #ECEFF8;--color-gray-blue: #93C3D2;--color-gray-hover: #BDC2C6;--color-green: #42879d;--color-light-blue: #D2F4F0;--color-light-pink: #D49BCC;--color-light-red: #F76476;--color-lightgreen: #5aa2ba;--color-limegreen: #2CB4A4;--color-link: #445EBB;--color-navy: #2B3264;--color-pink: #b654a7;--color-primary: #1C2142;--color-purple: #4d469e;--color-red: #F64A5F;--color-secondary: #6C757D;--color-yellow: #FCCC42;--color-header-gray: #707070}body{color:var(--color-primary);font-family:inter,serif;letter-spacing:-.03em;overflow-x:hidden}main{overflow-x:hidden;position:relative}h1{font-size:56px;font-weight:700;line-height:64px}h2{font-size:40px;font-weight:700;letter-spacing:-.03em;line-height:48px}h3{font-size:32px;font-weight:700;letter-spacing:-.03em;line-height:40px}h4{font-size:24px;font-weight:700;letter-spacing:-.03em;line-height:32px}h5{font-weight:700}a{cursor:pointer}img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.text-green{color:var(--color-green)}.link-blue{color:var(--color-blue)}.link-blue:hover{text-decoration:underline}.red-button{background-color:var(--color-red);border-radius:2px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;padding:10px 15px;transition:.3s}.red-button:hover{background-color:#ff6a7d}.gray-button{background-color:var(--color-gray);border-radius:2px;color:var(--color-primary);cursor:pointer;display:block;font-size:16px;font-weight:700;padding:10px 15px;transition:.3s}.gray-blue-button{background-color:var(--color-blue-gray);border-radius:2px;color:var(--color-primary);cursor:pointer;display:inline-block;font-size:16px;font-weight:700;padding:10px 15px;transition:.3s}.gray-button:hover{background-color:#bdc2c6}.light-blue-button{background-color:var(--color-light-blue);border-radius:2px;color:var(--color-primary);cursor:pointer;display:inline-block;font-size:16px;font-weight:700;padding:10px 15px;transition:.3s}.light-blue-button:hover{background-color:var(--color-dark-light-blue)}.card{align-items:center;background:#fff;border-radius:8px;box-shadow:0 0 50px #00446940;display:flex;padding:48px}.two-col-cards{display:flex;gap:2rem;justify-content:space-between;margin:2rem 0}.two-col-card{align-items:center;background:#fff;border-radius:8px;box-shadow:0 0 50px #00446940;display:flex;max-width:544px;padding:36px 40px}.two-col-card img{margin-right:2rem}.two-col-card p{color:var(--color-secondary)}.three-col-cards{display:flex;gap:2rem}.three-col-card{align-items:center;background-color:#fff;border-radius:6px;box-shadow:0 0 50px #00446940;color:var(--color-secondary);padding:40px 40px 24px}.three-col-card div{align-items:center;display:flex;margin-bottom:1rem}.three-col-card div img{margin-right:1rem}.green-tag{background-color:var(--color-green);color:#fff;display:inline-block;letter-spacing:-.01em;line-height:28px;padding:0 10px}.lightgreen-tag{background-color:var(--color-lightgreen);color:#fff;display:inline-block;letter-spacing:-.01em;line-height:28px;padding:0 10px}.purple-tag{background-color:var(--color-purple);color:#fff;display:inline-block;letter-spacing:-.01em;line-height:28px;padding:0 10px}.pink-tag{background-color:var(--color-pink);color:#fff;display:inline-block;letter-spacing:-.01em;line-height:28px;padding:0 10px}@media screen and (max-width: 991px){h1{font-size:32px;line-height:40px}h3{font-size:24px}.three-col-cards{flex-wrap:wrap;gap:1rem}.three-col-card{width:calc(50% - 1rem)}.two-col-card{display:block}.two-col-card img{margin-bottom:1rem}@media screen and (max-width: 567px){.two-col-cards,.three-col-cards{flex-direction:column;padding:0}.three-col-card{width:100%}}}.faq{position:relative;margin:6rem auto}.faq h2{font-size:40px;margin-bottom:3rem}.faq label{cursor:pointer;display:block;font-weight:700;padding:1.3rem 1rem;position:relative}.faq label :hover{opacity:.7}.faq label p{width:90%}.faq :before{content:"-";rotate:deg(45);opacity:0;position:absolute;right:calc(2rem + 1px);transition:all .5s;top:34%}.faq label:after{content:"+";font-weight:400;rotate:deg(45);right:2rem;position:absolute;top:34%;transition:all .5s}.faq input{display:none}.faq input:checked~label:before{opacity:1}.faq input:checked~label:after{opacity:0}.faq input:checked~.faq-answer{visibility:visible;height:200px;opacity:1;padding:0 1rem 1rem}.faq .containers{background:#f3f6fa80;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:8px;padding:100px 3rem}.faq .containers:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background:#f3f6fa80;border:1px solid rgba(243,246,250,.8);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:-5;border-radius:10px}.faq-content{border-top:1px solid #DADFF1}.faq-content:nth-last-child(2){border-bottom:1px solid #DADFF1}.faq-answer{color:var(--color-secondary);height:0;opacity:0;overflow:hidden;visibility:hidden;transition:all .5s;padding-left:1rem}.faq-link{position:relative}.faq-link a{color:var(--color-limegreen);display:block;font-size:20px;font-weight:700;margin:1rem 2rem}.faq a:before{content:"";position:absolute;display:block;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%201H5C2.79086%201%201%202.79086%201%205V11C1%2013.2091%202.79086%2015%205%2015H11C13.2091%2015%2015%2013.2091%2015%2011V8'%20stroke='%2327A192'/%3e%3cpath%20d='M8.5%207.5L15%201M15%201V6M15%201H10'%20stroke='%2327A192'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center top/cover;left:1rem;height:16px;width:16px;opacity:1;top:50%;transform:translate(-50%,-50%)}.faq-link a{font-size:16px}@media screen and (max-width: 767px){.faq h2{font-size:24px;margin-bottom:2rem}.faq .containers{padding:1rem}.faq label{padding:1.3rem 0}.faq label p{padding-right:1.5rem}.faq label:after{right:1rem}.faq label:before{right:calc(1rem + 1px)}}main{overflow-y:hidden}.containers{margin:0 auto;max-width:1150px}.section1{position:relative}.section1:before{background-image:url(/_astro/hero_decor_before_violet.B9KEbAaW.avif);background-repeat:no-repeat;background-size:auto 100%;content:"";height:1000px;left:0;position:absolute;top:0;width:800px;z-index:-5}.section1:after{background-image:url(/_astro/hero_image_after_violet.CVTUkGQr.avif);background-repeat:no-repeat;background-size:cover;content:"";height:750px;max-width:900px;position:absolute;right:0;top:-7rem;width:65%;z-index:-5}.section1 .containers{display:flex;gap:2rem}.section1 .left{width:60%}.section1 .right:after{display:none}.section1 .wrapper{padding:4rem 0 10rem}.section1 p{color:var(--color-secondary);font-size:20px}h1{margin-bottom:2rem}.section2{position:relative}.section2:before{background:#f8f9fc;content:"";height:707px;left:-791px;position:absolute;top:576px;transform:rotate(-60deg);width:3100px;z-index:-8}.section2 .data-footer{background-color:var(--color-blue-gray);border-radius:0 0 8px 8px;font-weight:700;padding:1rem}.section2 .data-header{background-color:var(--color-blue);border-radius:8px 8px 0 0;color:#fff;display:flex;font-size:16px;gap:1rem;padding:1rem}.section2 .logo{display:inline-block;height:30px;margin-right:.5rem;margin-top:1rem;width:30px}.section2 .sp-data{display:none}.section2 .sp-data h4{color:var(--color-primary);font-size:24px;line-height:1.3rem;margin-top:1rem}.section2 .sp-header{display:flex;flex-direction:column;margin-bottom:1rem;text-align:center}.section2 .sp-header img{margin:0 auto}.section2 .sp-header p{color:var(--color-secondary);font-size:12px;margin-top:.5rem}.section2 a:hover{text-decoration:underline}.section2 tbody{background-color:var(--color-gray);text-align:left;vertical-align:top}.section2 tbody tr .row{display:flex;gap:2rem}.section2 tbody tr .row div{display:flex;flex-direction:column;gap:1rem}.section2 tbody tr .row p,.section2 tbody tr .row div{width:100%}.section2 tr{border-bottom:1px solid var(--color-blue-gray)}.section2 tr:nth-child(n+3) td:last-of-type{color:var(--color-blue);font-size:12px;font-weight:700;width:14%}.section2 tr:nth-child(n+3) td:nth-child(n+2){color:var(--color-secondary);font-size:12px;width:33%}.section2 tr th,.section2 tr td{border-right:1px solid var(--color-blue-gray);padding:1.5rem}.section2 tr th:last-of-type,.section2 tr td:last-of-type{border:none}.section2 h3{margin-bottom:2rem}.section2 h4{color:#fff;font-size:16px}.sp-data .border-gray{border-bottom:1px solid var(--color-blue-gray)}.sp-data .swiper-actions{background-color:var(--color-gray);display:flex;font-weight:700;justify-content:space-between;margin-bottom:1rem;padding:0 3rem;width:100%}.sp-data .swiper-slide{background-color:#fff;border:1px solid var(--color-blue-gray);border-radius:8px}.sp-data .swiper-slide a{color:var(--color-link);display:block;font-size:12px;font-weight:700;padding:1rem}.sp-data .swiper-slide h4{font-size:14px;margin-top:0;padding:1rem 1rem 1.5rem}.sp-data .swiper-slide h5{background-color:var(--color-gray);font-size:16px;padding:.2rem 0;text-align:center}.sp-data .swiper-slide h6{font-size:16px;padding:1rem 1rem .6rem}.sp-data .swiper-slide p{color:var(--color-secondary);font-size:12px;height:65px;margin:0 1rem;padding:0 0 1rem}.swiper-button-next,.swiper-button-prev{color:var(--color-primary);height:24px;margin:0;position:static}.swiper-button-next:after,.swiper-button-prev:after,.swiper-rtl .swiper-button-prev:after{display:none}.swiper-slide div{display:flex}.section3{margin-top:4rem}.section4{padding-bottom:9rem}.section4 .card{color:var(--color-primary);font-size:24px;font-weight:700;gap:3rem}.section4 .card a{color:var(--color-link)}.section4 .three-col-card{color:var(--color-primary);display:flex;font-weight:700;gap:2rem;width:calc(33% - 1rem)}.section4 .three-col-card a{color:var(--color-link)}.section4 .three-col-cards{margin-bottom:4rem}.section4 a:hover{text-decoration:underline}.section4 h3{margin-bottom:2rem}@media screen and (max-width: 991px){.containers{padding:0 1rem}.section1 .left{width:70%}.section2 .pc-data{display:none}.section2 .sp-data{display:block}}@media screen and (max-width: 767px){.section1 .right{display:none}.section1:after{display:none}.section4 .card{font-size:16px;gap:1rem;padding:2rem}.section4 .card img{width:100px}.section4 .three-col-cards{flex-direction:column}.section4 .three-col-card{padding:1.5rem;width:100%}}@media screen and (max-width: 567px){.section1 .left{width:90%}.sp-data .swiper-slide p{height:80px}.section4 .card{flex-direction:column}}
