@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}:where(.brxe-accordion){list-style-type:none;margin:0;padding:0;width:100%}:where(.brxe-accordion) .brx-open .accordion-content-wrapper{display:block}:where(.brxe-accordion) .brx-open .icon.expanded{display:block!important}:where(.brxe-accordion) .brx-open .icon.expanded+.icon{display:none}:where(.brxe-accordion) .accordion-title-wrapper{cursor:pointer;margin-bottom:-1px;padding:15px 0;transition:var(--bricks-transition)}:where(.brxe-accordion) .accordion-title{align-items:center;display:flex}:where(.brxe-accordion) .accordion-title:empty{display:none!important}:where(.brxe-accordion) .accordion-title.icon-left{flex-direction:row-reverse}:where(.brxe-accordion) .accordion-title.icon-left .icon{margin-left:0;margin-right:10px}:where(.brxe-accordion) .accordion-title.icon-right .icon{margin-left:10px;margin-right:0}:where(.brxe-accordion) .accordion-title .title{flex:1;line-height:30px;margin:0}:where(.brxe-accordion) .accordion-title .icon{font-size:.8em;line-height:1;position:relative;top:1px;transform-origin:center}:where(.brxe-accordion) .accordion-title .icon.expanded{display:none}:where(.brxe-accordion) .accordion-subtitle{opacity:.8}:where(.brxe-accordion) .accordion-content-wrapper{animation:height .5s ease;display:none;overflow:hidden;padding:0 0 15px}:where(.brxe-accordion) .accordion-content-wrapper:empty{display:none!important}.brxe-slider-nested{width:100%}.brxe-slider-nested .splide__slide{align-items:center;display:flex;justify-content:center;position:relative}.brxe-slider-nested .splide__arrows:not(.custom) .splide__arrow--prev{transform:translateY(-50%) scaleX(-1)}.brxe-slider-nested .splide__arrows:not(.custom).splide__arrows--ttb .splide__arrow--prev{transform:translateX(-50%) scaleX(-1)}.brxe-slider-nested .splide__arrows svg{min-height:0;min-width:0}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image) a{transition:inherit}:where(.brxe-image) img{height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}.bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute!important;text-align:center;width:100%;z-index:1}:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}.brxe-code{width:100%}/* BREAKPOINT: Desktop (BASE) */ html {background-color: rgba(0, 0, 0, 0)} body {background: none}body {font-family: "Noto Sans";}.btn_gold_2,.btn_gold_2:focus,.btn_gold_2:hover {    font-family: "Josefin Sans";    font-weight: bold;    box-shadow: none;    position: relative;    color: #fff !important;    font-size: 18px;    -webkit-font-smoothing: antialiased;    padding: 20px 52px;background: linear-gradient(90deg, rgba(255, 244, 228, 0.50) 0%, rgba(183, 144, 87, 0.50) 50.91%, rgba(244, 233, 218, 0.50) 91.9%), #B79057;    display: inline-block;    white-space: nowrap;    border-radius: 8px;    overflow: hidden;  box-shadow: 0px 0px 18px 1px #FFD89F;  width:200px;  text-align:center;}/* 光圈邊框元件 */.btn_gold_2 span {    content: "";    display: block;    position: absolute;    background-color: rgba(255,255,255,0.8); /* 白色光圈 */    opacity: 0;    transition: opacity 0.3s ease;}/* 四邊光圈位置 */.btn_gold_2 span:nth-child(1) {    width: 3px; height: 100%; left: 0; bottom: 0;}.btn_gold_2 span:nth-child(2) {    height: 3px; width: 100%; left: 0; top: 0;}.btn_gold_2 span:nth-child(3) {    width: 3px; height: 100%; right: 0; top: 0;}.btn_gold_2 span:nth-child(4) {    height: 3px; width: 100%; right: 0; bottom: 0;}/* 滑鼠懸停時顯示光圈並啟用動畫 */.btn_gold_2:hover span {    opacity: 1;}.btn_gold_2:hover span:nth-child(1) { animation: move1 1500ms infinite ease; }.btn_gold_2:hover span:nth-child(2) { animation: move2 1500ms infinite ease; }.btn_gold_2:hover span:nth-child(3) { animation: move3 1500ms infinite ease; }.btn_gold_2:hover span:nth-child(4) { animation: move4 1500ms infinite ease; }/* 光圈動畫關鍵幀（沿邊緣移動） */@keyframes move1 {    0%   { height:100%; bottom:0; }    54%  { height:0;   bottom:100%; }    55%  { height:0;   bottom:0; }    100% { height:100%; bottom:0; }}@keyframes move2 {    0%   { width:0;   left:0; }    50%  { width:100%;left:0; }    100% { width:0;   left:100%; }}@keyframes move3 {    0%   { height:100%; top:0; }    54%  { height:0;   top:100%; }    55%  { height:0;   top:0; }    100% { height:100%; top:0; }}@keyframes move4 {    0%   { width:0;    right:0; }    55%  { width:100%; right:0; }    100% { width:0;    right:100%; }}footer > section {  background-color: #CCB269 !important;}/* BREAKPOINT: Desktop (BASE) */#brxe-chftpq {padding-right: 90px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-chftpq {padding-right: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-ymwlro {display: flex; flex-direction: row; column-gap: 64px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-ymwlro {justify-content: center}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-ymwlro {column-gap: 20px; row-gap: 20px}}/* BREAKPOINT: Desktop (BASE) */#brxe-owplgm {row-gap: 48px}#brxe-owplgm h1 {color: #E2BB83;font-family: "Perpetua Titling MT";font-size: 36px;font-weight: 700;line-height: 1.1; /* 100% */}#brxe-owplgm p { font-size:15px; font-family: sans-serif; color: #F5E6C8; font-weight: 400;}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-owplgm {align-items: center}}/* BREAKPOINT: Desktop (BASE) */#brxe-ghflqm {display: grid; align-items: initial; grid-template-columns: 770px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {/* CUSTOM CSS */#brxe-ghflqm {  padding:48px;  border-radius: 8px;background: rgba(0, 0, 0, 0.20);backdrop-filter: blur(22.5px);}#brxe-ghflqm {grid-template-columns: 1fr}}/* BREAKPOINT: Desktop (BASE) */#brxe-viwdow {height: 100vh; background-image: var(--wpr-bg-9729d419-1ba2-44bb-b2cf-cb2854fcb64b); background-size: cover; background-position: center left; justify-content: center; overflow: hidden}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-viwdow {background-image: var(--wpr-bg-c1942afd-a3b7-4e15-85ea-ac2beabcec2e); background-size: cover; background-position: center center; padding-right: 48px; padding-left: 48px}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-viwdow {height: 100%; padding-right: 20px; padding-left: 20px}}/* BREAKPOINT: Desktop (BASE) */#brxe-cdrnpq {color: #e2bb83; font-size: 40px}/* BREAKPOINT: Desktop (BASE) */#brxe-kyvnfh {color: #e2bb83; font-size: 40px}/* BREAKPOINT: Desktop (BASE) */#brxe-ypqxmu {row-gap: 55px; align-items: center; max-width: 1328px; width: 100%; margin-right: auto; margin-left: auto}#brxe-ypqxmu { padding:32px 10px; border-radius: 6px;background: rgba(6, 6, 6, 0.13);backdrop-filter: blur(25px);}#brxe-ypqxmu h2,#brxe-ypqxmu h3 { color: #E2BB83;font-family: Perpetua;font-size: 40px;font-style: normal;font-weight: 700; line-height:1.1;}#brxe-ypqxmu p { font-size:15px; font-family: sans-serif; color: #F5E6C8; font-weight: 400; padding:8px 0;}#brxe-ypqxmu > div { display:grid; grid-template-columns: 131px 1fr; gap:24px;}#brxe-ypqxmu > div svg { width: 132px; height: 132px;}#brxe-ypqxmu > div:first-child { align-items: center;}#brxe-ypqxmu > div:first-child svg { height:72px;}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {/* CUSTOM CSS */#brxe-ypqxmu > div {  display:grid;  grid-template-columns: 131px 1fr;  gap:16px;}#brxe-ypqxmu > div svg {  width: 107px;  height: 107px;}#brxe-ypqxmu > div:first-child {  align-items: flex-start;}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {/* CUSTOM CSS */#brxe-ypqxmu > div {  display:grid;  grid-template-columns: 80px 1fr;  gap:16px;}#brxe-ypqxmu > div svg {  width: 80px;  height: 80px;}#brxe-ypqxmu span {  display:none;}}/* BREAKPOINT: Desktop (BASE) */#brxe-ksjurm {background-image: var(--wpr-bg-837bdad8-bd31-4bca-a510-224fd743c8d9); background-size: cover; padding-top: 80px; padding-bottom: 80px; overflow: hidden}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-ksjurm {padding-top: 57px; padding-right: 32px; padding-bottom: 57px; padding-left: 32px}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {/* CUSTOM CSS */#brxe-ksjurm {  background-image:unset;  background: linear-gradient(90deg, #490005 0%, #430A17 65.38%, #310225 100%);}#brxe-ksjurm {padding-right: 20px; padding-left: 20px}}/* BREAKPOINT: Desktop (BASE) */#brxe-uiwtjr {text-align: center}/* BREAKPOINT: Desktop (BASE) */#brxe-pnkgst {align-items: center}/* BREAKPOINT: Desktop (BASE) */#brxe-aylexb {align-items: center; row-gap: 12px}/* BREAKPOINT: Desktop (BASE) */#brxe-kcquxe {padding-top: 12px; padding-right: 12px; padding-bottom: 12px; padding-left: 12px}/* BREAKPOINT: Desktop (BASE) */#brxe-ugzxmm {display: grid; align-items: initial; grid-template-columns: repeat(2,1fr)}#brxe-ugzxmm { border: 4px solid #E2BB83}#brxe-ugzxmm > div:nth-child(odd) { border-right: 1px solid #E2BB83;border-bottom: 1px solid #E2BB83;}#brxe-ugzxmm > div:nth-child(even) { border-bottom: 1px solid #E2BB83;}#brxe-ugzxmm > div > div { display:grid; grid-template-columns: 100px 1fr; align-items: center;}#brxe-ugzxmm > div > div > img { padding:12px;}#brxe-ugzxmm > div > div > p { padding:12px;}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {/* CUSTOM CSS */#brxe-ugzxmm {  border: unset;}#brxe-ugzxmm > div:nth-child(n+3) {  border-bottom: 0px solid #E2BB83;}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-ugzxmm {grid-template-columns: 1fr}/* CUSTOM CSS */#brxe-ugzxmm > div {  padding:20px 0;  border-right:0 !important;  border-bottom: 1px solid #E2BB83 !important;}}/* BREAKPOINT: Desktop (BASE) */#brxe-usswku {position: absolute; top: 36%; right: -30%; transform:  rotateZ(-10deg)}/* BREAKPOINT: Tablet portrait */@media (max-width: 991px) {#brxe-usswku {display: none}}/* BREAKPOINT: Desktop (BASE) */#brxe-fpaxiw {row-gap: 56px; align-items: center; max-width: 868px; width: 100%; margin-right: auto; margin-left: auto; position: relative}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-fpaxiw {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-rxiwgx {padding-top: 80px; padding-bottom: 80px; overflow: hidden}#brxe-rxiwgx { background: linear-gradient(90deg, #490005 0%, #430A17 65.38%, #310225 100%);}#brxe-rxiwgx h2 { color: #E2BB83;text-align: center;font-family: Perpetua;font-size: 40px;font-weight: 700;line-height: 1.1; /* 100% */}#brxe-rxiwgx h3 { color: #F5E6C8;text-align: center;font-family: "Noto Sans";font-size: 24px;font-weight: 700;}#brxe-rxiwgx p { font-size:15px; font-family: sans-serif; color: #F5E6C8; font-weight: 400; padding:8px 0;}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-rxiwgx {padding-top: 57px; padding-right: 32px; padding-bottom: 57px; padding-left: 32px}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-rxiwgx {padding-right: 20px; padding-left: 20px; background-image: var(--wpr-bg-33e8a486-cdd8-4fc7-a8ba-479892a41745); background-size: cover}}/* BREAKPOINT: Desktop (BASE) */#brxe-jrkddb {row-gap: 24px; align-items: center; max-width: 768px; width: 100%; margin-right: auto; margin-left: auto; padding-top: 12px; padding-right: 12px; padding-bottom: 12px; padding-left: 12px}#brxe-jrkddb { border-radius: 6px;background: rgba(255, 255, 255, 0.10);backdrop-filter: blur(25px);}/* BREAKPOINT: Desktop (BASE) */#brxe-trmtkg {grid-template-columns: repeat(3,1fr); grid-gap: 20px}/* BREAKPOINT: Desktop (BASE) */#brxe-yyxqdv {row-gap: 80px; padding-top: 20px; padding-right: 60px; padding-bottom: 20px; padding-left: 60px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-yyxqdv {row-gap: 5px}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-yyxqdv {padding-right: 20px; padding-left: 20px}}/* BREAKPOINT: Desktop (BASE) */#brxe-wlzfdg {grid-template-columns: repeat(3,1fr); grid-gap: 20px}/* BREAKPOINT: Desktop (BASE) */#brxe-nbilkn {row-gap: 80px; padding-top: 20px; padding-right: 60px; padding-bottom: 20px; padding-left: 60px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-nbilkn {row-gap: 5px}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-nbilkn {padding-right: 20px; padding-left: 20px}}/* BREAKPOINT: Desktop (BASE) */#brxe-whlflw {grid-template-columns: repeat(3,1fr); grid-gap: 20px}/* BREAKPOINT: Desktop (BASE) */#brxe-exmubr {row-gap: 80px; padding-top: 20px; padding-right: 60px; padding-bottom: 20px; padding-left: 60px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-exmubr {row-gap: 5px}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-exmubr {padding-right: 20px; padding-left: 20px}}/* BREAKPOINT: Desktop (BASE) */#brxe-qlqtlo {grid-template-columns: repeat(3,1fr); grid-gap: 20px}/* BREAKPOINT: Desktop (BASE) */#brxe-gikvfe {row-gap: 80px; padding-top: 20px; padding-right: 60px; padding-bottom: 20px; padding-left: 60px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-gikvfe {row-gap: 5px}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-gikvfe {padding-right: 20px; padding-left: 20px}}/* BREAKPOINT: Desktop (BASE) */#brxe-mytmiv {grid-template-columns: repeat(3,1fr); grid-gap: 20px}/* BREAKPOINT: Desktop (BASE) */#brxe-gskhnq {row-gap: 80px; padding-top: 20px; padding-right: 60px; padding-bottom: 20px; padding-left: 60px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-gskhnq {row-gap: 5px}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-gskhnq {padding-right: 20px; padding-left: 20px}}/* BREAKPOINT: Desktop (BASE) */#brxe-vvzeus {grid-template-columns: repeat(3,1fr); grid-gap: 20px}/* BREAKPOINT: Desktop (BASE) */#brxe-pjolgg {row-gap: 80px; padding-top: 20px; padding-right: 60px; padding-bottom: 20px; padding-left: 60px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-pjolgg {row-gap: 5px}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-pjolgg {padding-right: 20px; padding-left: 20px}}/* BREAKPOINT: Desktop (BASE) */#brxe-yqbctc {grid-template-columns: repeat(3,1fr); grid-gap: 20px}/* BREAKPOINT: Desktop (BASE) */#brxe-vslkhv {row-gap: 80px; padding-top: 20px; padding-right: 60px; padding-bottom: 20px; padding-left: 60px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-vslkhv {row-gap: 5px}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-vslkhv {padding-right: 20px; padding-left: 20px}}/* BREAKPOINT: Desktop (BASE) */#brxe-ultwrd {grid-template-columns: repeat(3,1fr); grid-gap: 20px}/* BREAKPOINT: Desktop (BASE) */#brxe-rutedb {row-gap: 80px; padding-top: 20px; padding-right: 60px; padding-bottom: 20px; padding-left: 60px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-rutedb {row-gap: 5px}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-rutedb {padding-right: 20px; padding-left: 20px}}/* BREAKPOINT: Desktop (BASE) */#brxe-gbnujv .splide__arrow {width: 56px; height: 56px; font-size: 42px; min-height: 42px; min-width: 42px}#brxe-gbnujv .splide__arrow svg {height: 42px; width: 42px}#brxe-gbnujv .splide__arrow--prev {left: -28px}#brxe-gbnujv .splide__arrow--next {right: -28px}#brxe-gbnujv .splide__pagination {bottom: -10%}#brxe-gbnujv .splide__pagination .splide__pagination__page {height: 21px; width: 21px; color: rgba(147, 144, 144, 0.7); background-color: rgba(147, 144, 144, 0.7)}#brxe-gbnujv .splide__pagination .splide__pagination__page.is-active {color: rgba(255, 255, 145, 0.7); background-color: rgba(255, 255, 145, 0.7)}#brxe-gbnujv {margin-right: 0}#brxe-gbnujv { border-radius: 6px;background: rgba(255, 255, 255, 0.20);box-shadow: 0px 0px 24px 1px #EDEDED; backdrop-filter: blur(20px);}#brxe-gbnujv .splide__pagination { width:100%;}#brxe-gbnujv p { font-size:16px;}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-gbnujv .splide__arrow {font-size: 40px; min-height: 40px; min-width: 40px}#brxe-gbnujv .splide__arrow svg {height: 40px; width: 40px}/* CUSTOM CSS */#brxe-gbnujv .splide__arrow {  transform: unset !important;  top:unset !important;  bottom:-18% !important;}#brxe-gbnujv .splide__arrow--prev {left: 50px}#brxe-gbnujv .splide__pagination {bottom: -15%}#brxe-gbnujv .splide__arrow--next {right: 50px}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {/* CUSTOM CSS */#brxe-gbnujv .splide__arrow {  transform: unset !important;  top:unset !important;  bottom:-9% !important;}#brxe-gbnujv .splide__pagination {  width:50%;}#brxe-gbnujv .splide__pagination {bottom: -10%}#brxe-gbnujv .splide__arrow--prev {left: 0px}#brxe-gbnujv .splide__arrow--next {right: 0px}}/* BREAKPOINT: Desktop (BASE) */#brxe-altrsm {max-width: 880px; width: 100%; row-gap: 120px}/* BREAKPOINT: Desktop (BASE) */#brxe-jpsevy {background-image: var(--wpr-bg-0eb79471-435f-405c-baa5-970763c70cd2); background-size: cover; position: relative; padding-bottom: 80px}:where(#brxe-jpsevy > *) {position: relative}#brxe-jpsevy::before {background-image: linear-gradient(90deg, rgba(57, 4, 36, 0.8) 0%, rgba(98, 9, 15, 0.8) 50%, rgba(53, 3, 36, 0.8) 100%); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}#brxe-jpsevy h3 { color: #F5E6C8;text-align: center;font-family: "Noto Sans";font-size: 24px;font-weight: 700;}#brxe-jpsevy p { font-size:15px; font-family: sans-serif; color: #F5E6C8; font-weight: 400; padding:8px 0;}#brxe-jpsevy a { color: #E0CB2B; text-decoration: underline;}#brxe-jpsevy .splide__slide div > div { display:grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px;}#brxe-jpsevy .splide__slide div > div > img { object-fit: cover; height:280px;}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-jpsevy {padding-bottom: 100px}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {/* CUSTOM CSS */#brxe-jpsevy .splide__slide div > div {  display:grid;  grid-template-columns: repeat(1, 1fr);  grid-gap: 20px;}#brxe-jpsevy .splide__slide div > div > img {  width:100%;  height: 220px;  object-position: top center;}#brxe-jpsevy {padding-bottom: 140px}}/* BREAKPOINT: Desktop (BASE) */#brxe-hifpwl {margin-bottom: 12px}/* BREAKPOINT: Desktop (BASE) */#brxe-snmkji {display: block; text-transform: uppercase}/* BREAKPOINT: Desktop (BASE) */#brxe-xggbzr {width: 90px; position: absolute; right: 50%; transform:  translateX(50%)}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-xggbzr {width: 50px; right: -80%; top: -90%}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-xggbzr {right: -45%; width: 40px; top: -30%}}/* BREAKPOINT: Desktop (BASE) */#brxe-pgvrkm {width: 120px; position: absolute; right: 0px; transform:  translateY(-50%); top: 50%}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-pgvrkm {width: 60px; right: -60%}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-pgvrkm {right: -40%; width: 50px; top: 100px}}/* BREAKPOINT: Desktop (BASE) */#brxe-zqwtiv {width: 60px; position: absolute; top: 25%}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-zqwtiv {width: 30px; top: -30%; left: -100%}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-zqwtiv {left: -50%}}/* BREAKPOINT: Desktop (BASE) */#brxe-qhpgcx {position: absolute; right: 50%; width: 140px; transform:  translateX(40%); bottom: 0px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-qhpgcx {width: 75px; right: unset; left: -100%; bottom: -100%}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-qhpgcx {width: 50px; top: 19px; left: -50%; display: flex; align-self: center !important; bottom: -150%}}/* BREAKPOINT: Desktop (BASE) */#brxe-agkpwn {display: grid; align-items: initial; grid-gap: 36px; grid-template-columns: 1fr; width: max-content; margin-top: 77px; margin-right: auto}#brxe-agkpwn > a { padding: 20px 52px; border-radius: 5px; border-left: 3px solid; border-right: 3px solid;background: linear-gradient(90deg, rgba(255, 244, 228, 0.50) 0%, rgba(183, 144, 87, 0.50) 50.91%, rgba(244, 233, 218, 0.50) 91.9%), #B79057;box-shadow: 0px 0px 18px 1px #FFD89F;backdrop-filter: blur(10px); color: #FFF; text-align:center; align-items: center; position: relative; text-transform:uppercase}#brxe-agkpwn p { padding:0 !important; color: #FFF !important;text-align: center;font-family: "Perpetua Titling MT";font-size: 18px !important;font-weight: 700;}#brxe-agkpwn > div:nth-child(n+2) { display:none;}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-agkpwn {grid-template-columns: 1fr; grid-gap: 64px; margin-top: 90px; margin-left: auto; position: relative}/* CUSTOM CSS */#brxe-agkpwn > div:nth-child(n+1) {  display:block;}}/* BREAKPOINT: Desktop (BASE) */#brxe-kuhswn {align-items: center}/* BREAKPOINT: Desktop (BASE) */#brxe-ettxcj {width: 90px; position: absolute; right: 50%; transform:  translateX(50%)}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-ettxcj {width: 75px; right: 10%; top: 60%}}/* BREAKPOINT: Desktop (BASE) */#brxe-ouoyiw {width: 120px; position: absolute; right: 0px; transform:  translateY(-50%); top: 50%}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-ouoyiw {width: 75px; right: 20%; top: 84%}}/* BREAKPOINT: Desktop (BASE) */#brxe-uyddmh {width: 60px; position: absolute; top: 25%}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-uyddmh {top: 68%; width: 30px}}/* BREAKPOINT: Desktop (BASE) */#brxe-fuqjdh {position: absolute; right: 50%; width: 140px; transform:  translateX(40%); bottom: 0px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-fuqjdh {width: 75px; right: 80%}}/* BREAKPOINT: Desktop (BASE) */#brxe-skkmly {width: 100%; position: relative}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-skkmly {position: static; display: none}}/* BREAKPOINT: Desktop (BASE) */#brxe-rjocse {max-width: 1560px; width: 100%; row-gap: 136px; display: grid; align-items: initial; grid-gap: 136px; grid-template-columns: 1fr .4fr}/* BREAKPOINT: Tablet portrait */@media (max-width: 991px) {#brxe-rjocse {grid-gap: 40px}}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-rjocse {grid-template-columns: 1fr; position: relative}}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-vsiejv {position: absolute; top: 10%; left: -5%}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-vsiejv {top: 8%}}/* BREAKPOINT: Desktop (BASE) */#brxe-acmntq {text-align: center}/* BREAKPOINT: Desktop (BASE) */#brxe-azmrgc {align-items: center}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {/* CUSTOM CSS */#brxe-azmrgc {  border-radius: 6px;background: rgba(255, 255, 255, 0.19);backdrop-filter: blur(25px);}#brxe-azmrgc {padding-top: 12px; padding-right: 12px; padding-bottom: 12px; padding-left: 12px}}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-emhwia {text-align: center}}/* BREAKPOINT: Desktop (BASE) */#brxe-vavzvu {align-items: center}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-vavzvu {row-gap: 40px}}/* BREAKPOINT: Desktop (BASE) */#brxe-bkooql {display: grid; align-items: initial; grid-gap: 30px; grid-template-columns: repeat(2,1fr)}#brxe-bkooql > div { display:grid; grid-template-columns: 40px 1fr; gap:12px; padding:12px 16px; border-radius: 6px;border: 1px solid #CCB269;}#brxe-bkooql > div:nth-child(2) { grid-template-columns: 24px 1fr;}#brxe-bkooql > div p { padding:0;}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-bkooql {grid-template-columns: 1fr; max-width: 500px; width: 100%; margin-right: auto; margin-left: auto}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-bkooql {max-width: 100%}}/* BREAKPOINT: Desktop (BASE) */#brxe-lsxtfs {display: grid; align-items: initial; grid-gap: 32px; grid-template-columns: 40px 1fr; align-items: center}/* BREAKPOINT: Desktop (BASE) */#brxe-tzkgfq {row-gap: 40px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-tzkgfq {z-index: 9}}/* BREAKPOINT: Desktop (BASE) */#brxe-swrazg {max-width: 980px; width: 100%; row-gap: 117px}/* BREAKPOINT: Desktop (BASE) */#brxe-ebqjwd {display: grid; align-items: initial; grid-template-columns: 300px 1fr}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-ebqjwd {grid-template-columns: 1fr; position: relative}}/* BREAKPOINT: Desktop (BASE) */#brxe-ytlsvg {max-width: 1560px; width: 100%}#brxe-ytlsvg h2 { color: #E2BB83;text-align: center;font-family: Perpetua;font-size: 40px;font-weight: 700;line-height: 1.1}#brxe-ytlsvg h3 { color: #F5E6C8;text-align: center;font-family: "Noto Sans";font-size: 24px;font-weight: 700;line-height: 1.1;}/* BREAKPOINT: Desktop (BASE) */#brxe-sqriiy {overflow: hidden; row-gap: 192px}#brxe-sqriiy { background: linear-gradient(90deg, #490005 0%, #430A17 65.38%, #310225 100%);}#brxe-sqriiy h3 { color: #F5E6C8;text-align: center;font-family: "Noto Sans";font-size: 24px;font-weight: 700;}#brxe-sqriiy p { font-size:15px; font-family: sans-serif; color: #F5E6C8; font-weight: 400; padding:8px 0;}#brxe-sqriiy p a { color: #E0CB2B; text-decoration: underline;}/* BREAKPOINT: Desktop (BASE) */#brxe-exyfmg {margin-bottom: 24px}/* BREAKPOINT: Desktop (BASE) */#brxe-yfjntr {align-items: center}/* BREAKPOINT: Desktop (BASE) */#brxe-vcluqo {text-transform: uppercase}/* BREAKPOINT: Desktop (BASE) */#brxe-knbcsx {width: max-content; margin-top: 48px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-knbcsx {grid-template-columns: 1fr; grid-gap: 64px; margin-top: 90px; position: relative}/* CUSTOM CSS */#brxe-knbcsx > div:nth-child(n+1) {  display:block;}}/* BREAKPOINT: Desktop (BASE) */#brxe-iswxek {align-items: center}/* BREAKPOINT: Desktop (BASE) */#brxe-chxsbh {width: 100%; max-width: 600px; row-gap: 25px; padding-top: 32px; padding-right: 32px; padding-bottom: 32px; padding-left: 32px}#brxe-chxsbh { border-radius: 6px;background: rgba(240, 240, 240, 0.10);backdrop-filter: blur(25px);}#brxe-chxsbh h3 { color: #E2BB83;text-align: center;font-family: Perpetua;font-size: 40px;font-weight: 700;line-height: 1.1}#brxe-chxsbh p { font-size:15px; font-family: sans-serif; color: #F5E6C8; font-weight: 400; padding:8px 0; text-align:center;}#brxe-chxsbh p a { color: #E0CB2B; text-decoration: underline;}/* BREAKPOINT: Desktop (BASE) */#brxe-kduvjv {width: 100%; height: 100%; background-image: var(--wpr-bg-2633f28d-bcd3-42b2-8e56-93031a4e1a06); background-size: cover; background-position: center center; padding-top: 196px; padding-bottom: 196px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-kduvjv {background-image: var(--wpr-bg-4e201802-8828-4a0b-9e7c-0cfbaad6db6c); background-size: cover; background-position: center center; padding-top: 100px; padding-bottom: 100px}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-kduvjv {padding-top: 40px; padding-bottom: 40px}}/* BREAKPOINT: Desktop (BASE) */#brxe-tkhjxq {row-gap: 12px}/* BREAKPOINT: Desktop (BASE) */#brxe-qmctmp {row-gap: 24px; align-items: center}/* BREAKPOINT: Desktop (BASE) */#brxe-bzdbxd {display: grid; align-items: initial; grid-gap: 33px; grid-template-columns: repeat(3,1fr); padding-right: 48px; padding-left: 48px}#brxe-bzdbxd h4 { color: #E2BB83;text-align: center;font-family: Perpetua;font-size: 24px;font-weight: 700;line-height: 1.1x; width:100%;}#brxe-bzdbxd > div { align-items: center; border-radius: 6px;border: 1px solid #E2BB83; padding:16px; gap:16px;}#brxe-bzdbxd > div > div:first-child { width:110px;}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-bzdbxd {grid-template-columns: 1fr}}/* BREAKPOINT: Desktop (BASE) */#brxe-qyxtxw {margin-right: auto; margin-left: auto; text-align: center; max-width: 900px; width: 100%}/* BREAKPOINT: Desktop (BASE) */#brxe-xgygwc {margin-right: auto; margin-left: auto}#brxe-xgygwc { color: #E2BB83;text-align: center;text-shadow: 0px 4px 28.6px rgba(186, 10, 10, 0.50), 0px 4px 28.6px rgba(186, 10, 10, 0.50), 0px 4px 28.6px rgba(255, 1, 1, 0.50), 0px 4px 28.6px rgba(255, 1, 1, 0.50);font-family: Perpetua;font-size: 40px;font-style: normal;font-weight: 700;line-height: 1; /* 100% */}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-xgygwc {font-size: 28px}}/* BREAKPOINT: Desktop (BASE) */#brxe-sdgztv {row-gap: 56px}/* BREAKPOINT: Desktop (BASE) */#brxe-avccql {row-gap: 70px}/* BREAKPOINT: Desktop (BASE) */#brxe-fatvel {row-gap: 24px; align-items: center}/* BREAKPOINT: Desktop (BASE) */#brxe-pzhgky {margin-left: auto}/* BREAKPOINT: Desktop (BASE) */#brxe-mhxxai {margin-right: auto}/* BREAKPOINT: Desktop (BASE) */#brxe-sxlzug {display: grid; align-items: initial; grid-template-columns: repeat(2,1fr); padding-right: 33px; padding-left: 33px; justify-items: center; grid-gap: 83px}#brxe-sxlzug h4 { color: #E2BB83;text-align: center;font-family: Perpetua;font-size: 24px;font-weight: 700;line-height: 1.1x; width:100%;}#brxe-sxlzug > div { align-items: center; border-radius: 6px;border: 1px solid #E2BB83; padding:16px; gap:16px; width:350px;}#brxe-sxlzug > div > div:first-child { width:110px;}/* BREAKPOINT: Tablet portrait */@media (max-width: 991px) {/* CUSTOM CSS */#brxe-sxlzug > div {  width:100%;}}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-sxlzug {grid-template-columns: 1fr}}/* BREAKPOINT: Desktop (BASE) */#brxe-ulxjqr {margin-right: auto; margin-left: auto; text-align: center; width: 100%}/* BREAKPOINT: Desktop (BASE) */#brxe-kivimm {margin-right: auto; margin-left: auto}#brxe-kivimm { color: #E2BB83;text-align: center;text-shadow: 0px 4px 28.6px rgba(186, 10, 10, 0.50), 0px 4px 28.6px rgba(186, 10, 10, 0.50), 0px 4px 28.6px rgba(255, 1, 1, 0.50), 0px 4px 28.6px rgba(255, 1, 1, 0.50);font-family: Perpetua;font-size: 40px;font-style: normal;font-weight: 700;line-height: 1; /* 100% */}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-kivimm {font-size: 28px}}/* BREAKPOINT: Desktop (BASE) */#brxe-ixjdfa {row-gap: 56px}/* BREAKPOINT: Desktop (BASE) */#brxe-byzhrb {row-gap: 70px}/* BREAKPOINT: Desktop (BASE) */#brxe-yxcaue {row-gap: 24px; align-items: center}/* BREAKPOINT: Desktop (BASE) */#brxe-zatsep {margin-left: auto}/* BREAKPOINT: Desktop (BASE) */#brxe-qpcfri {margin-right: auto}/* BREAKPOINT: Desktop (BASE) */#brxe-fddmcw {display: grid; align-items: initial; grid-template-columns: repeat(2,1fr); padding-right: 33px; padding-left: 33px; justify-items: center; grid-gap: 83px}#brxe-fddmcw h4 { color: #E2BB83;text-align: center;font-family: Perpetua;font-size: 24px;font-weight: 700;line-height: 1.1x; width:100%;}#brxe-fddmcw > div { align-items: center; border-radius: 6px;border: 1px solid #E2BB83; padding:16px; gap:16px; width:350px;}#brxe-fddmcw > div > div:first-child { width:110px;}/* BREAKPOINT: Tablet portrait */@media (max-width: 991px) {/* CUSTOM CSS */#brxe-fddmcw > div {  width:100%;}}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-fddmcw {grid-template-columns: 1fr}}/* BREAKPOINT: Desktop (BASE) */#brxe-becmnf {margin-right: auto; margin-left: auto; text-align: center; width: 100%}/* BREAKPOINT: Desktop (BASE) */#brxe-swqfby {width: 100%; margin-right: auto; margin-left: auto; text-align: center}/* BREAKPOINT: Desktop (BASE) */#brxe-ewizzx {margin-right: auto; margin-left: auto}#brxe-ewizzx { color: #E2BB83;text-align: center;text-shadow: 0px 4px 28.6px rgba(186, 10, 10, 0.50), 0px 4px 28.6px rgba(186, 10, 10, 0.50), 0px 4px 28.6px rgba(255, 1, 1, 0.50), 0px 4px 28.6px rgba(255, 1, 1, 0.50);font-family: Perpetua;font-size: 40px;font-style: normal;font-weight: 700;line-height: 1; /* 100% */}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-ewizzx {font-size: 28px}}/* BREAKPOINT: Desktop (BASE) */#brxe-rjnjmd {row-gap: 56px}/* BREAKPOINT: Desktop (BASE) */#brxe-ntpwiw {text-transform: uppercase}/* BREAKPOINT: Desktop (BASE) */#brxe-mahswi {width: max-content; display: grid; align-items: initial; grid-gap: 36px; grid-template-columns: 1fr; margin-top: 48px}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) {#brxe-mahswi {grid-template-columns: 1fr; grid-gap: 64px; margin-top: 90px; position: relative}/* CUSTOM CSS */#brxe-mahswi > div:nth-child(n+1) {  display:block;}}/* BREAKPOINT: Desktop (BASE) */#brxe-zdyskx {width: 100%; max-width: 850px; padding-top: 32px; padding-right: 32px; padding-bottom: 32px; padding-left: 32px; margin-right: auto; margin-left: auto; align-items: center}#brxe-zdyskx { border-radius: 6px;background: rgba(240, 240, 240, 0.10);}/* BREAKPOINT: Desktop (BASE) */#brxe-dfjvay {justify-content: center; align-items: center; border-bottom: 2px solid #aca847; padding-bottom: 36px}/* BREAKPOINT: Desktop (BASE) */#brxe-pxgpsl .accordion-title .title {color: #f5e6c8; font-size: 24px; text-align: left}#brxe-pxgpsl .brx-open .title {color: #aca847}#brxe-pxgpsl .accordion-title-wrapper {padding-top: 8px; padding-bottom: 8px; margin-bottom: 0}#brxe-pxgpsl .accordion-title .icon {font-size: 24px; color: #f5e6c8}#brxe-pxgpsl .accordion-content-wrapper {text-align: left}#brxe-pxgpsl { display:grid; gap:24px;}#brxe-pxgpsl .accordion-item { border-bottom:1px solid #ccc;}#brxe-pxgpsl p { text-align:left !important;}/* BREAKPOINT: Desktop (BASE) */#brxe-uuovdf {row-gap: 24px}#brxe-uuovdf h2 { color:#ACA847}/* BREAKPOINT: Desktop (BASE) */#brxe-cmiozs {row-gap: 70px}/* BREAKPOINT: Desktop (BASE) */#brxe-ekcvna {row-gap: 106px}/* BREAKPOINT: Desktop (BASE) */#brxe-gykwyz {padding-top: 72px; padding-bottom: 72px; max-width: 1320px; width: 100%; row-gap: 72px}#brxe-gykwyz h2 { color: #E2BB83;text-align: center;font-family: Perpetua;font-size: 40px;font-weight: 700;line-height: 1.1}#brxe-gykwyz h3 { color: #F5E6C8;text-align: center;font-family: "Noto Sans";font-size: 24px;font-weight: 700;line-height: 1.1;}#brxe-gykwyz p { font-size:15px; font-family: sans-serif; color: #F5E6C8; font-weight: 400; padding:8px 0; text-align:center;}#brxe-gykwyz p a { color: #E0CB2B; text-decoration: underline;}/* BREAKPOINT: Desktop (BASE) */#brxe-wxuice {position: relative; background-image: var(--wpr-bg-bbd8a53c-6027-4f45-9c2e-1d454551bb34); background-position: center center; background-attachment: fixed; background-size: cover; padding-top: 0; padding-bottom: 0}