:root {
--pVrstUqLljNX: #18131C;
--EtAoMVxeTKTk: #A687C9;
--abRTDRlFPDYE: #E8C46A;
--EApdtMSQpGIO: #140F16;
--aAtlFDLktUXY: #1E1823;
--zdKRulOVmYsH: #3E2F4F;
--SyNqwsjUTEXB: #C09B4C;
--KiKpAjxqSmhS: #F3F1F7;
--YrlDfpSVPUwB: #D6CFDD;
--XDmEbFwLisGs: #EAC773;
--yRLqKbXdCyRR: #F8D57F;
--QVIyttRhcTgg: #423253;
--BEvEAMQHNKmq: linear-gradient(140deg, #FFE596 0%, #F3CA6A 100%);
--LLEsCtPPfzrM: #1E1823;
--VWnueJBlBgjL: #241B31;
--FKLEfxaUQATm: rgba(0,0,0,0.52);
--hZVdIONHiygP: rgba(255,255,255,0.08);
--ckAtAvLQrWrs: #332543;
--FZTKlSYhhLHb: #F3F1F7;
--nnSayZtvHvRy: #3E2F4F;
--kxxcmcJzmylT: #D6CFDD;
--ByrXLZlJBlak: #F3F1F7;
--vgVXOEkjyHyH: #E8C46A;
--nnjUSNoBFQBr: #A687C9;
--HCflLmabeXqX: rgba(0,0,0,0.48);
--EmxGPRjZdfQJ: #C09B4C;
--KNreHEMVAmPD: #D83A54;
--TOEHMvUyNsKz: #FF8A9E;

}

* {
box-sizing: border-box;
}

.kAQBtbEdNiFS a,
.HQnMHnSVSQBY a {
color: var(--YrlDfpSVPUwB);
font-weight: 600;
text-decoration: none;
font-size: 16px;
}

body {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: var(--pVrstUqLljNX);
color: var(--KiKpAjxqSmhS);
scroll-behavior: smooth;
}



p {
font-size: 18px;
line-height: 21px;
}

h1 {
margin: 0 auto 32px;
font-size: 48px;
font-weight: 700;
line-height: normal;
color: var(--KiKpAjxqSmhS);
}

h2 {
margin: 0 auto 32px;
font-size: 40px;
font-weight: 700;
line-height: normal;
}

h3 {
margin: 0 auto 28px;
font-size: 36px;
font-weight: 600;
line-height: normal;
}

h4 {
margin: 0 auto 20px;
font-size: 32px;
font-weight: 700;
line-height: normal;
}

img {
width: 100%;
}

figure {
margin: 0 0 24px;
}

.FfPMmKGYWdAS {
position: relative;
min-height: 100vh;
padding: 66px 0 0;
overflow: hidden;
}

.ZvGLDoBHNzlb,
.eIFMDRHRimNe,
.inside-QYKNiEitqCGP {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.ZvGLDoBHNzlb {
padding: 2rem;
}

@keyframes pulse {
0% {
transform: scale(0.95);
}
70% {
transform: scale(1);
}
100% {
transform: scale(0.95);
}
}

@media (max-width: 767px) {
h1 {
margin-bottom: 20px;
font-size: 32px;
}

h2 {
margin-bottom: 20px;
font-size: 26px;
}

h3 {
margin-bottom: 16px;
font-size: 22px;
}

h4 {
margin-bottom: 16px;
font-size: 20px;
}

.FfPMmKGYWdAS {
padding: 54px 0 0;
}

.ZvGLDoBHNzlb {
padding: 20px;
}
}
.kAQBtbEdNiFS {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 66px;
background: var(--ckAtAvLQrWrs);
z-index: 99;
}

.xkjxyNWbDumC {
max-width: 1310px;
width: 100%;
height: 100%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}

.VPMBSfDaCRUI img {
max-height: 50px;
width: auto;
border-radius: 8px;
}

.QCTDTPLKlEHS {
display: flex;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
}

.QCTDTPLKlEHS li {
font-size: 16px;
margin: 0 20px;
}

.kAQBtbEdNiFS .QCTDTPLKlEHS li a {
color: var(--YrlDfpSVPUwB);
font-weight: 400;
text-decoration: none;
}

.pQGLoarUqQzp {
display: flex;
align-items: center;
margin-right: 120px;
}

.jiomQnGrumcD {
margin-right: 0;
}

.kAQBtbEdNiFS .xGFgdOGysWLl,
.kAQBtbEdNiFS .XjaipfawkSXs {
display: flex;
align-items: center;
justify-content: center;
height: 42px;
padding: 0 10px;
border-radius: 6px;
font-size: 16px;
white-space: nowrap;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
}

.kAQBtbEdNiFS .xGFgdOGysWLl {
background: var(--ckAtAvLQrWrs);
color: var(--KiKpAjxqSmhS);
font-weight: 400;
}

.kAQBtbEdNiFS .XjaipfawkSXs {
margin-left: 10px;
background: var(--XDmEbFwLisGs);
color: var(--QVIyttRhcTgg);
font-weight: 600;
animation: pulse 2s infinite;
}

.kAQBtbEdNiFS a:hover {
text-decoration: none;
}

.gGuMRfOvaIti {
display: none;
}

.YpHGOCIsYSOe {
width: 38px;
height: 38px;
display: none;
margin-left: 8px;
padding: 12px 5px;
border-radius: 6px;
background: var(--ckAtAvLQrWrs);
cursor: pointer;
z-index: 99;
}

.YpHGOCIsYSOe span {
display: block;
width: 20px;
height: 1px;
border-radius: 4px;
background: var(--KiKpAjxqSmhS);
}

@media (min-width: 1025px) {
.kAQBtbEdNiFS .QCTDTPLKlEHS li a:hover {
text-decoration: underline;
}

.kAQBtbEdNiFS .xGFgdOGysWLl:hover {
background: var(--ckAtAvLQrWrs);
opacity: 0.9;
}

.kAQBtbEdNiFS .XjaipfawkSXs:hover {
background: var(--BEvEAMQHNKmq);
}
}

@media (max-width: 1400px) {
.xkjxyNWbDumC {
padding: 0 16px;
}

.pQGLoarUqQzp {
margin-right: 105px;
}

.jiomQnGrumcD {
margin-right: 0;
}
}

@media (max-width: 1023px) {
.xkjxyNWbDumC {
justify-content: flex-start;
}

.VPMBSfDaCRUI {
order: -2;
}

.pQGLoarUqQzp {
order: -1;
margin-left: auto;
margin-right: 0;
}

.YpHGOCIsYSOe {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}

.aNUoMxpuQeHj {
display: none;
}

.aNUoMxpuQeHj::before {
content: '';
position: absolute;
top: 0;
right: 100%;
width: 300%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
pointer-events: none;
}

.gGuMRfOvaIti:checked ~ .aNUoMxpuQeHj {
display: block;
position: absolute;
top: 0;
right: 0;
width: 100%;
max-width: 286px;
height: 100vh;
padding: 85px 0;
background: var(--ckAtAvLQrWrs);
z-index: 9;
}

.gGuMRfOvaIti:checked + .YpHGOCIsYSOe span:nth-child(1) {
transform: rotate(45deg) translate(5px, 4px);
}

.gGuMRfOvaIti:checked + .YpHGOCIsYSOe span:nth-child(2) {
display: none;
}

.gGuMRfOvaIti:checked + .YpHGOCIsYSOe span:nth-child(3) {
transform: rotate(-45deg) translate(5px, -5px);
}

.QCTDTPLKlEHS {
display: block;
}

.QCTDTPLKlEHS li {
margin: 0;
border-bottom: 1px solid var(--nnjUSNoBFQBr);
}

.QCTDTPLKlEHS li:first-of-type {
border-top: 1px solid var(--nnjUSNoBFQBr);
}

.kAQBtbEdNiFS .QCTDTPLKlEHS li a {
display: flex;
align-items: center;
position: relative;
padding: 14px 16px;
}

.QCTDTPLKlEHS li a::after {
content: '';
position: absolute;
top: 50%;
right: 12px;
transform: translateY(-50%);
border: 5px solid transparent;
border-left: 5px solid var(--YrlDfpSVPUwB);
}
}

@media (max-width: 767px) {
.kAQBtbEdNiFS {
height: 54px;
}

.xkjxyNWbDumC .VPMBSfDaCRUI img {
max-width: 90px;
}

.pQGLoarUqQzp {
max-width: 230px;
justify-content: flex-end;
}
}

@media (max-width: 425px) {
.xkjxyNWbDumC {
padding: 0 12px;
}

.VPMBSfDaCRUI {
flex: none;
}

.pQGLoarUqQzp {
max-width: none;
}

.kAQBtbEdNiFS .xGFgdOGysWLl,
.kAQBtbEdNiFS .XjaipfawkSXs {
height: auto;
min-height: 38px;
padding: 4px 6px;
font-size: 12px;
line-height: 1.2;
}

.kAQBtbEdNiFS .XjaipfawkSXs {
margin-left: 6px;
}
}
.CFOSlfDvEthv {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

.OaVsALacaZZI {
max-width: 985px;
width: 100%;
margin: 0 auto 20px;
font-size: 60px;
font-weight: 700;
line-height: 110%;
color: var(--KiKpAjxqSmhS);
text-align: center;
}

.URPQEraoFobI {
display: block;
position: relative;
margin-bottom: 20px;
text-decoration: none;
}

.SaumerIrsxoL {
position: relative;
}

.SaumerIrsxoL img {
display: block;
width: 100%;
margin: 0;
aspect-ratio: 1110 / 360;
object-fit: cover;
}

.SaumerIrsxoL::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(82deg, var(--EApdtMSQpGIO) 30%, transparent 100%);
opacity: 0.85;
}

.PqPDrVgQIQeM {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
width: 42%;
padding: 0 40px;
}

.tjiPVtpTzUHr {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--KiKpAjxqSmhS);
text-shadow: 2px 2px var(--pVrstUqLljNX);
}

.bKCsUgjSrAAu {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
padding: 0 28px;
border: 2px solid var(--SyNqwsjUTEXB);
border-radius: 999px;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
background: var(--XDmEbFwLisGs);
color: var(--QVIyttRhcTgg);
}

.nVKuICJMYjul p {
margin-bottom: 20px;
font-size: 20px;
line-height: 140%;
color: var(--YrlDfpSVPUwB);
}

.gTXmEfdqNzlE {
display: flex;
align-items: center;
justify-content: center;
width: fit-content;
min-width: min(300px, 100%);
max-width: 100%;
min-height: 60px;
margin: 0 auto;
padding: 10px 24px;
border-radius: 6px;
font-size: 18px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
text-decoration: none;
background: var(--XDmEbFwLisGs);
color: var(--QVIyttRhcTgg);
cursor: pointer;
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.gTXmEfdqNzlE:hover {
background: var(--BEvEAMQHNKmq);
}
}

@media (max-width: 1200px) {
.CFOSlfDvEthv {
padding: 20px 16px 0;
}
}

@media (max-width: 767px) {
.CFOSlfDvEthv {
margin-bottom: 60px;
}

.OaVsALacaZZI {
font-size: 32px;
}

.SaumerIrsxoL img {
aspect-ratio: 3 / 2;
}

.SaumerIrsxoL::after {
background: linear-gradient(180deg, transparent 35%, var(--EApdtMSQpGIO) 100%);
}

.PqPDrVgQIQeM {
top: auto;
bottom: 0;
width: 100%;
padding: 20px;
gap: 12px;
transform: none;
align-items: stretch;
}

.tjiPVtpTzUHr {
font-size: 20px;
}

.nVKuICJMYjul p {
font-size: 16px;
}
}
.YcMjVlJkOwAZ {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
font-size: 18px;
line-height: 135%;
color: var(--YrlDfpSVPUwB);
}

.YcMjVlJkOwAZ h2 {
margin: 0 0 28px;
font-size: 40px;
font-weight: 700;
line-height: normal;
color: var(--KiKpAjxqSmhS);
}

.YcMjVlJkOwAZ p {
font-size: 18px;
line-height: 135%;
color: var(--YrlDfpSVPUwB);
}

.YcMjVlJkOwAZ p:first-of-type {
margin-top: 0;
}

.YcMjVlJkOwAZ p:last-of-type {
margin-bottom: 0;
}

.YcMjVlJkOwAZ p:last-of-type + h2,
.YcMjVlJkOwAZ p:last-of-type + h3 {
margin-top: 24px;
}

.YcMjVlJkOwAZ ul {
padding: 0 0 0 20px;
}

.YcMjVlJkOwAZ .LNQJiPIltGoM {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 24px 32px;
border-radius: 12px 12px 0 0;
font-size: 28px;
font-weight: 700;
color: var(--KiKpAjxqSmhS);
background: var(--ckAtAvLQrWrs);
}

@media (max-width: 1200px) {
.YcMjVlJkOwAZ {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.YcMjVlJkOwAZ {
margin-bottom: 60px;
font-size: 16px;
line-height: 140%;
}

.YcMjVlJkOwAZ h2 {
margin-bottom: 18px;
font-size: 26px;
}

.YcMjVlJkOwAZ p {
font-size: 16px;
line-height: 140%;
}

.YcMjVlJkOwAZ .LNQJiPIltGoM {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.HiglPcLIeSMO {
padding: 90px 0;
}

.TjCMjXkhokHF {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1110px;
width: 100%;
margin: 0 auto;
cursor: pointer;
text-decoration: none;
}

.TjCMjXkhokHF:hover {
text-decoration: none;
}

.JjaWwpErIihd {
max-width: 520px;
width: 100%;
flex-basis: 520px;
margin-right: 24px;
border-radius: 10px;
overflow: hidden;
}

.JjaWwpErIihd img {
display: block;
width: 100%;
}

.ZpsNvvxxeYOX {
max-width: 565px;
width: 100%;
flex-basis: 565px;
padding: 36px 32px;
border: 1px solid var(--nnjUSNoBFQBr);
border-radius: 10px;
background: radial-gradient(114.2% 133.85% at 7.14% 3.6%, var(--pVrstUqLljNX) 0.01%, var(--ckAtAvLQrWrs) 0.1%, rgba(255, 255, 255, 0.25) 100%);
}

.ZpsNvvxxeYOX h2 {
margin: 0 0 16px;
font-size: 20px;
font-weight: 600;
line-height: 120%;
text-align: center;
color: var(--YrlDfpSVPUwB);
}

.sgtRjoobtPit {
display: flex;
align-items: center;
width: 100%;
height: 52px;
margin: 0 0 10px;
padding: 0 20px;
border: 1px solid var(--hZVdIONHiygP);
border-radius: 6px;
font-size: 16px;
font-weight: 400;
line-height: 140%;
color: var(--KiKpAjxqSmhS);
background: var(--FKLEfxaUQATm);
transition: 0.3s ease-in-out;
}

.sgtRjoobtPit:hover {
border: 1px solid rgba(255, 255, 255, 0.65);
}

.xAnWAdrxOQkd {
display: flex;
align-items: center;
gap: 0 10px;
margin: 0 0 10px;
}

.xAnWAdrxOQkd .sgtRjoobtPit {
width: 50%;
margin: 0;
}

.JUfjkPROfisI {
display: flex;
align-items: center;
justify-content: center;
width: 50%;
height: 52px;
padding: 15px 10px;
border-radius: 6px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
font-size: 14px;
font-weight: 700;
line-height: 140%;
text-align: center;
text-transform: uppercase;
cursor: pointer;
color: var(--QVIyttRhcTgg);
background: var(--XDmEbFwLisGs);
}

.jXBitDAskxIu {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 52px;
margin: 20px auto 0;
padding: 15px 10px;
border-radius: 6px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
font-size: 18px;
font-weight: 700;
line-height: 140%;
text-align: center;
cursor: pointer;
color: var(--QVIyttRhcTgg);
background: var(--XDmEbFwLisGs);
}

.EuNkyXJzMVVK {
max-width: 342px;
width: 100%;
margin: 20px auto 0;
font-size: 12px;
line-height: 140%;
text-align: center;
color: inherit;
}

.JUfjkPROfisI:hover,
.jXBitDAskxIu:hover {
background: var(--BEvEAMQHNKmq);
}

@media (max-width: 1200px) {
.TjCMjXkhokHF {
padding: 0 16px;
}
}

@media (max-width: 991px) {
.TjCMjXkhokHF {
flex-direction: column-reverse;
}

.JjaWwpErIihd {
max-width: 565px;
flex-basis: auto;
margin: 24px 0 0;
}

.ZpsNvvxxeYOX {
flex-basis: auto;
}
}

@media (max-width: 767px) {
.HiglPcLIeSMO {
padding: 40px 0;
}

.JjaWwpErIihd {
margin: 10px 0 0;
}

.ZpsNvvxxeYOX {
padding: 24px 10px;
}
}
.zdNHzRUVTVVD {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
}

.zdNHzRUVTVVD h2 {
margin: 0 auto 32px;
font-size: 40px;
font-weight: 700;
line-height: normal;
text-align: center;
}

input[name="zZCnIEdfqVQh"],
#xvGmyXyNlZWt,
#oeksKGlANEbL,
#FOnHrUDKteag,
#HMkdbuOvbSHv {
position: absolute;
opacity: 0;
pointer-events: none;
}

.xoKmqqHntDaD {
display: flex;
align-items: center;
gap: 14px;
margin: 0 0 32px;
padding: 0;
list-style: none;
}

.xoKmqqHntDaD li {
width: 100%;
}

.xoKmqqHntDaD li label {
display: flex;
align-items: center;
justify-content: center;
height: 48px;
padding: 0 10px;
border: 1px solid var(--abRTDRlFPDYE);
border-radius: 6px;
font-size: 16px;
font-weight: 600;
color: var(--KiKpAjxqSmhS);
background: var(--pVrstUqLljNX);
cursor: pointer;
transition: 0.3s ease-in-out;
}

.UjOhDyLzLsyk:nth-of-type(1):checked ~ .xoKmqqHntDaD li:nth-child(1) label,
.UjOhDyLzLsyk:nth-of-type(2):checked ~ .xoKmqqHntDaD li:nth-child(2) label,
.UjOhDyLzLsyk:nth-of-type(3):checked ~ .xoKmqqHntDaD li:nth-child(3) label,
.UjOhDyLzLsyk:nth-of-type(4):checked ~ .xoKmqqHntDaD li:nth-child(4) label {
background: var(--abRTDRlFPDYE);
}

.wZKyDkTpucWd {
height: 0;
overflow: hidden;
opacity: 0;
transition: 0.15s ease-in-out;
}

.UjOhDyLzLsyk:nth-of-type(1):checked ~ .XrrlvKydWQZm .wZKyDkTpucWd:nth-child(1),
.UjOhDyLzLsyk:nth-of-type(2):checked ~ .XrrlvKydWQZm .wZKyDkTpucWd:nth-child(2),
.UjOhDyLzLsyk:nth-of-type(3):checked ~ .XrrlvKydWQZm .wZKyDkTpucWd:nth-child(3),
.UjOhDyLzLsyk:nth-of-type(4):checked ~ .XrrlvKydWQZm .wZKyDkTpucWd:nth-child(4) {
height: auto;
overflow: visible;
opacity: 1;
}

.VFMjrJxxyNZX {
display: flex;
align-items: stretch;
flex-wrap: wrap;
margin: 0 -10px;
}

.FCnNGpSqEMsW {
display: block;
max-width: calc(25% - 20px);
width: 100%;
flex-basis: calc(25% - 20px);
margin: 0 10px 20px;
text-decoration: none;
cursor: pointer;
}

.kdDAfMltgBiC {
margin-bottom: 10px;
border-radius: 10px;
overflow: hidden;
}

.kdDAfMltgBiC img {
display: block;
width: 100%;
aspect-ratio: 263 / 156;
object-fit: cover;
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.xoKmqqHntDaD li label:hover {
background: var(--abRTDRlFPDYE);
}

.kdDAfMltgBiC:hover img {
transform: scale(1.1);
}
}

@media (max-width: 1200px) {
.zdNHzRUVTVVD {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.zdNHzRUVTVVD {
margin-bottom: 60px;
}

.zdNHzRUVTVVD h2 {
margin-bottom: 20px;
font-size: 26px;
}

.xoKmqqHntDaD {
gap: 6px;
margin: 0 0 20px;
overflow-x: auto;
}

.xoKmqqHntDaD li {
width: auto;
flex: 0 0 auto;
}

.xoKmqqHntDaD li label {
height: 36px;
padding: 0 14px;
font-size: 14px;
white-space: nowrap;
}

.VFMjrJxxyNZX {
margin: 0 -5px;
}

.FCnNGpSqEMsW {
max-width: calc(50% - 10px);
flex-basis: calc(50% - 10px);
margin: 0 5px 10px;
}

}
.kWbClXeikYRu {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
}

.kWbClXeikYRu h2 {
margin: 0 auto 32px;
font-size: 40px;
font-weight: 700;
line-height: normal;
text-align: center;
}

.pGkocDUcNZei {
display: flex;
align-items: stretch;
flex-wrap: wrap;
margin: 0 -10px;
}

.HrkaLJjjhBsU {
display: block;
max-width: calc(25% - 20px);
width: 100%;
flex-basis: calc(25% - 20px);
margin: 0 10px 20px;
text-decoration: none;
cursor: pointer;
}

.NBqHienFrEJo {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
padding: 24px;
aspect-ratio: 526 / 312;
border-radius: 10px;
background: var(--VWnueJBlBgjL);
}

.NBqHienFrEJo img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
object-fit: contain;
transition: 0.3s ease-in-out;
}

.HrkaLJjjhBsU span {
display: block;
margin-bottom: 5px;
font-size: 18px;
color: var(--KiKpAjxqSmhS);
}

@media (min-width: 1025px) {
.NBqHienFrEJo:hover img {
transform: scale(1.1);
}
}

@media (max-width: 1200px) {
.kWbClXeikYRu {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.kWbClXeikYRu {
margin-bottom: 60px;
}

.kWbClXeikYRu h2 {
margin-bottom: 20px;
font-size: 26px;
}

.pGkocDUcNZei {
margin: 0 -5px;
}

.HrkaLJjjhBsU {
max-width: calc(50% - 10px);
flex-basis: calc(50% - 10px);
margin: 0 5px 10px;
}

.NBqHienFrEJo {
padding: 16px;
}

.HrkaLJjjhBsU span {
margin-bottom: 2px;
font-size: 16px;
}
}
.eBqIxYSjCEsp {
max-width: 1110px;
width: 100%;
margin: 64px auto 100px;
}

.eBqIxYSjCEsp p {
margin-bottom: 20px;
font-size: 18px;
line-height: 135%;
color: var(--YrlDfpSVPUwB);
}

.JuNFjsALZbPC {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 24px;
padding: 20px 24px;
border-radius: 10px;
background-color: var(--ckAtAvLQrWrs);
}

.joNnbkWRDZHA .jxRrKUIkCvKB {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--YrlDfpSVPUwB);
}

.RXNCOisbxjYF {
display: flex;
align-items: center;
gap: 10px;
}

.RXNCOisbxjYF span {
font-size: 24px;
font-weight: 600;
color: var(--YrlDfpSVPUwB);
}

.RXNCOisbxjYF small {
font-size: 14px;
color: var(--YrlDfpSVPUwB);
}

.DpnVrzKRYqXa {
display: flex;
align-items: center;
gap: 2px;
}

.xwljiLesAvsd {
font-size: 20px;
line-height: 1;
color: var(--YrlDfpSVPUwB);
}

.DpnVrzKRYqXa[rating='1'] .xwljiLesAvsd:not(:nth-child(n + 2)),
.DpnVrzKRYqXa[rating='2'] .xwljiLesAvsd:not(:nth-child(n + 3)),
.DpnVrzKRYqXa[rating='3'] .xwljiLesAvsd:not(:nth-child(n + 4)),
.DpnVrzKRYqXa[rating='4'] .xwljiLesAvsd:not(:nth-child(n + 5)),
.DpnVrzKRYqXa[rating='5'] .xwljiLesAvsd:not(:nth-child(n + 6)) {
color: var(--abRTDRlFPDYE);
}

.jfyxGlhYMYkW {
font-size: 22px;
font-weight: 700;
letter-spacing: -0.5px;
}

.bgtEqsPiwVML {
color: #4285F4;
}

.QOQhtolHYhDL {
color: #EA4335;
}

.pZdrhMVBNGpt {
color: #FBBC05;
}

.GolHPCJJcxQT {
color: #34A853;
}

.JGCNdzrgawDO {
display: flex;
align-items: center;
justify-content: center;
width: fit-content;
min-width: min(200px, 100%);
max-width: 100%;
min-height: 42px;
padding: 8px 16px;
border-radius: 6px;
text-align: center;
text-decoration: none;
cursor: pointer;
color: var(--QVIyttRhcTgg);
background: var(--XDmEbFwLisGs);
}

.trgiaXplOYwW {
display: flex;
align-items: center;
justify-content: center;
width: fit-content;
min-width: min(214px, 100%);
max-width: 100%;
min-height: 46px;
margin: 32px auto 0;
padding: 8px 16px;
border-radius: 6px;
font-size: 16px;
font-weight: 600;
text-align: center;
text-decoration: none;
cursor: pointer;
color: var(--QVIyttRhcTgg);
background: var(--XDmEbFwLisGs);
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.JGCNdzrgawDO:hover,
.trgiaXplOYwW:hover {
background: var(--BEvEAMQHNKmq);
}
}

@media (max-width: 1200px) {
.eBqIxYSjCEsp {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.eBqIxYSjCEsp {
margin: 24px 0 60px;
}

.JuNFjsALZbPC {
flex-direction: column;
justify-content: center;
margin-bottom: 16px;
padding: 20px 16px;
}

.trgiaXplOYwW {
margin: 18px auto 0;
}

.joNnbkWRDZHA .jxRrKUIkCvKB {
display: block;
margin: 0 auto 5px;
text-align: center;
}

.RXNCOisbxjYF {
margin-bottom: 16px;
}
}
.YsbbjiQVOxJg {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
}

.zmJgJaTaOJdd {
padding: 16px 32px;
border-left: 5px solid var(--nnjUSNoBFQBr);
border-radius: 10px;
font-size: 20px;
color: var(--KiKpAjxqSmhS);
background: var(--ckAtAvLQrWrs);
}

@media (max-width: 1200px) {
.YsbbjiQVOxJg {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.YsbbjiQVOxJg {
margin-bottom: 60px;
}
}
.sfgaXlJnhrVX,
#TukhTACKbgJg,
#EguXTeFxMTpu,
#nHppJSsfGhYM {
position: absolute;
opacity: 0;
pointer-events: none;
}

.LkmcpaSisswk.tthlzfnbOKZD {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 20;
display: none;
overflow: auto;
}

#EguXTeFxMTpu:checked ~ .LkmcpaSisswk.tthlzfnbOKZD,
#nHppJSsfGhYM:checked ~ .LkmcpaSisswk.tthlzfnbOKZD {
display: block;
}

#nHppJSsfGhYM:checked ~ .LkmcpaSisswk .gLVDLSyFVWnt {
display: none;
}

#EguXTeFxMTpu:checked ~ .LkmcpaSisswk .bSDCWKQvXKTq {
display: none;
}

body:has(#EguXTeFxMTpu:checked),
body:has(#nHppJSsfGhYM:checked) {
overflow: hidden;
}

.WmmkzKkpwnUA {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.5);
}

.GpqxwViqmSvy {
position: relative;
top: 100px;
max-width: 600px;
width: 100%;
margin: 0 auto;
padding: 28px 44px;
border: 1px solid var(--nnjUSNoBFQBr);
border-radius: 20px;
background: var(--ckAtAvLQrWrs);
z-index: 999;
}

.KSFsewjSYcWS .gLVDLSyFVWnt,
.KSFsewjSYcWS .bSDCWKQvXKTq {
display: block;
}

.wNfPNGEXyuRc {
margin-bottom: 36px;
font-size: 16px;
line-height: 140%;
text-align: center;
color: var(--KiKpAjxqSmhS);
}

.IpeEcVOYLdIw {
margin-bottom: 36px;
padding-bottom: 36px;
border-bottom: 1px solid var(--nnjUSNoBFQBr);
}

.IpeEcVOYLdIw span {
display: block;
margin-bottom: 4px;
font-size: 20px;
font-weight: 500;
color: var(--YrlDfpSVPUwB);
}

.IpeEcVOYLdIw small {
display: block;
margin-bottom: 16px;
font-size: 16px;
font-weight: 400;
opacity: 0.8;
color: var(--YrlDfpSVPUwB);
}

.IpeEcVOYLdIw input {
width: 100%;
height: 50px;
padding: 0 20px;
border: 1px solid var(--hZVdIONHiygP);
border-radius: 46px;
font-size: 16px;
color: var(--YrlDfpSVPUwB);
background: var(--FKLEfxaUQATm);
transition: 0.3s ease-in-out;
}

.IpeEcVOYLdIw input::placeholder {
opacity: 0.6;
color: var(--YrlDfpSVPUwB);
}

.IpeEcVOYLdIw input:hover,
.IpeEcVOYLdIw input:focus {
border-color: var(--YrlDfpSVPUwB);
}

.RKBtgqDIBkzn {
margin: 0 auto 24px;
padding: 0;
border: none;
}

.xwRlzFOUlEcT {
position: relative;
display: flex;
flex-direction: row-reverse;
justify-content: center;
width: 100%;
height: auto;
overflow: hidden;
}

.xwRlzFOUlEcT > input,
#qUxfCsxyYteP,
#JNuzCvyXxzYc,
#isNYxJOecLkA,
#YWpMgDQGwMwu,
#MwSBgoYJNswj,
#MzKMDExulRUl,
.xwRlzFOUlEcT > input.SKJVjHGElhNW {
display: none;
}

.xwRlzFOUlEcT > label {
width: 40px;
height: 40px;
margin-top: auto;
font-size: 0;
cursor: pointer;
transition: 0.3s;
}

.xwRlzFOUlEcT > label::before {
content: '\2605';
display: block;
font-size: 34px;
line-height: 40px;
text-align: center;
color: var(--YrlDfpSVPUwB);
}

.xwRlzFOUlEcT > input:checked ~ label::before,
.xwRlzFOUlEcT > input:checked ~ label ~ label::before,
.xwRlzFOUlEcT > input:not(:checked) ~ label:hover::before,
.xwRlzFOUlEcT > input:not(:checked) ~ label:hover ~ label::before {
color: var(--abRTDRlFPDYE);
}

.GvMVSMwezAxd {
margin-bottom: 36px;
}

.GvMVSMwezAxd textarea {
width: 100%;
height: 120px;
padding: 14px 20px;
border: 1px solid var(--YrlDfpSVPUwB);
border-radius: 20px;
font-size: 16px;
resize: none;
overflow: hidden;
color: var(--YrlDfpSVPUwB);
background: var(--FKLEfxaUQATm);
}

.GvMVSMwezAxd textarea::placeholder {
opacity: 0.6;
color: var(--YrlDfpSVPUwB);
}

.nBohfrOUqvcA {
display: flex;
align-items: center;
justify-content: flex-end;
}

.enTYZIuPkzuk {
display: flex;
align-items: center;
justify-content: center;
width: 136px;
height: 42px;
padding: 10px;
border: 1px solid var(--nnjUSNoBFQBr);
border-radius: 6px;
font-size: 16px;
font-weight: 700;
text-align: center;
cursor: pointer;
color: var(--KiKpAjxqSmhS);
transition: 0.3s ease-in-out;
}

.enTYZIuPkzuk:hover {
background: var(--nnjUSNoBFQBr);
}

.gRhZfUEWJNUO {
display: flex;
align-items: center;
justify-content: center;
width: 193px;
height: 42px;
margin-left: 16px;
padding: 10px;
border-radius: 6px;
font-size: 16px;
font-weight: 700;
text-align: center;
cursor: pointer;
color: var(--KiKpAjxqSmhS);
background: #197BFF;
transition: 0.3s ease-in-out;
}

.gRhZfUEWJNUO:hover {
background: #166AD9;
}

.bSDCWKQvXKTq {
max-width: 292px;
width: 100%;
margin: 0 auto;
text-align: center;
}

.LEEtlFGnLkPQ {
margin: 16px 0 20px;
font-size: 24px;
font-weight: 700;
line-height: 140%;
color: var(--KiKpAjxqSmhS);
}

.bSDCWKQvXKTq .enTYZIuPkzuk {
margin: 0 auto;
}

@media (max-width: 767px) {
.GpqxwViqmSvy {
width: calc(100% - 20px);
max-width: 100%;
padding: 28px 16px;
}

.wNfPNGEXyuRc {
margin-bottom: 20px;
}

.IpeEcVOYLdIw {
margin-bottom: 20px;
padding-bottom: 20px;
}

.RKBtgqDIBkzn {
margin-bottom: 16px;
}

.GvMVSMwezAxd {
margin-bottom: 24px;
}
}
.LWWgRZreOReu {
display: flex;
align-items: center;
max-width: 1110px;
width: 100%;
margin: 10px auto;
padding: 0;
list-style: none;
}

.LWWgRZreOReu li {
position: relative;
font-size: 16px;
color: var(--YrlDfpSVPUwB);
}

.LWWgRZreOReu li a {
color: var(--YrlDfpSVPUwB);
text-decoration: none;
}

.LWWgRZreOReu li a:hover {
text-decoration: none;
}

.LWWgRZreOReu li + li {
margin-left: 30px;
}

.LWWgRZreOReu li span {
opacity: 0.5;
}

.LWWgRZreOReu li + li::before {
content: '-';
position: absolute;
top: 50%;
left: -20px;
transform: translateY(-50%);
font-size: 20px;
color: var(--YrlDfpSVPUwB);
}

@media (min-width: 1025px) {
.LWWgRZreOReu li a:hover {
text-decoration: underline;
}
}

@media (max-width: 1200px) {
.LWWgRZreOReu {
padding: 0 16px;
}
}
.IqFZouNFZqxN,
.ZpvkqSzjQPvT {
width: 100%;
}

table {
width: 100%;
margin-bottom: 32px;
border-collapse: collapse;
}

table tr td {
padding: 16px 32px;
font-size: 18px;
font-weight: 400;
text-align: left;
overflow-wrap: break-word;
color: var(--YrlDfpSVPUwB);
border: 1px solid var(--nnjUSNoBFQBr);
background: var(--LLEsCtPPfzrM);
}

table tr th {
padding: 16px 32px;
font-size: 18px;
font-weight: 700;
text-align: left;
overflow-wrap: break-word;
color: var(--YrlDfpSVPUwB);
border: 1px solid var(--nnjUSNoBFQBr);
background: var(--ckAtAvLQrWrs);
}

table tr:nth-child(even) td {
background: var(--EApdtMSQpGIO);
}

@media (max-width: 767px) {
table tr td,
table tr th {
padding: 12px 4px;
font-size: 16px;
}
}

@media (max-width: 500px) {
.IqFZouNFZqxN {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
.pYPkVXakwaOC {
max-width: 1200px;
width: 100%;
margin: 40px auto;
padding: 0 15px;
}

.FEDFQxShcJEa {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 12px;
}

.fAOJwsMQCGrn a {
color: var(--abRTDRlFPDYE);
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: var(--abRTDRlFPDYE);
transition: color 0.2s ease;
}

.fAOJwsMQCGrn a:hover {
color: var(--SyNqwsjUTEXB);
}
.HQnMHnSVSQBY {
padding: 80px 0 0;
background: var(--nnSayZtvHvRy);
border-top: 1px solid var(--hZVdIONHiygP);
}

.XnVMKUZLenTn {
margin-bottom: 94px;
}

.wsvezfRaICAB {
display: flex;
align-items: flex-start;
justify-content: space-between;
max-width: 1110px;
width: 100%;
margin: 0 auto;
}

.AfKeaWjCphaZ .KpDoYSsdBLsR {
margin-bottom: 28px;
}

.KpDoYSsdBLsR img {
width: auto;
height: 100px;
max-width: 180px;
border-radius: 12px;
object-fit: contain;
}

.OhQtqbuZfhBj {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 24px;
}

.OhQtqbuZfhBj img {
flex: none;
width: auto;
height: 40px;
max-width: 200px;
object-fit: contain;
}

.veLCZbVCnVgl {
display: flex;
align-items: flex-start;
margin-left: 20px;
}

.xvlAUMFmSVja + .xvlAUMFmSVja {
margin-left: 120px;
}

.WcJpEBRRLHcv {
list-style: none;
margin: 0;
padding: 0;
}

.WcJpEBRRLHcv li {
font-size: 16px;
}

.WcJpEBRRLHcv li + li {
margin-top: 16px;
}

.HQnMHnSVSQBY .WcJpEBRRLHcv li a {
color: var(--kxxcmcJzmylT);
font-weight: 400;
text-decoration: none;
}

.HQnMHnSVSQBY a:hover {
text-decoration: none;
}

.ezqdTtdECvuc {
display: flex;
align-items: center;
justify-content: center;
padding: 0 0 40px;
}

.mYSunvYHgimN {
font-size: 12px;
text-align: center;
color: var(--kxxcmcJzmylT);
}

@media (min-width: 1025px) {
.HQnMHnSVSQBY .WcJpEBRRLHcv li a:hover {
text-decoration: underline;
}
}

@media (max-width: 1200px) {
.HQnMHnSVSQBY {
padding: 80px 16px 0;
}
}

@media (max-width: 767px) {
.HQnMHnSVSQBY {
padding: 50px 16px 68px;
}

.KpDoYSsdBLsR img {
height: 80px;
max-width: 150px;
}

.OhQtqbuZfhBj img {
height: 32px;
max-width: 160px;
}

.XnVMKUZLenTn {
margin-bottom: 40px;
}

.wsvezfRaICAB {
flex-direction: column;
}

.veLCZbVCnVgl {
margin: 40px 0 0;
flex-direction: column;
}

.xvlAUMFmSVja + .xvlAUMFmSVja {
margin: 36px 0 0;
}

.ezqdTtdECvuc {
padding: 0 0 50px;
justify-content: flex-start;
}
}
.SMNffshrwOoh {
display: flex;
margin-top: 28px;
}

.IAvqsxbUWffz {
position: relative;
display: inline-block;
}

.jXToyutVExWH {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
height: 44px;
padding: 0 18px;
border: 1px solid var(--abRTDRlFPDYE);
border-radius: 6px;
font-size: 16px;
font-weight: 600;
color: var(--kxxcmcJzmylT);
background: transparent;
cursor: pointer;
user-select: none;
transition: 0.3s ease-in-out;
}

.ceYEXUKpcuYe {
font-size: 14px;
line-height: 1;
transition: 0.3s ease-in-out;
}

#mRDfubZMGsOI:checked + .jXToyutVExWH {
color: var(--QVIyttRhcTgg);
background: var(--abRTDRlFPDYE);
}

#mRDfubZMGsOI:checked + .jXToyutVExWH .ceYEXUKpcuYe {
transform: rotate(180deg);
}

.SKitDnxGEeLQ {
display: none;
position: absolute;
left: 0;
bottom: calc(100% + 8px);
z-index: 99;
padding: 6px;
border: 1px solid var(--abRTDRlFPDYE);
border-radius: 6px;
background: var(--LLEsCtPPfzrM);
box-shadow: 0 10px 28px var(--HCflLmabeXqX);
}

.MdSmVloUSSkt {
min-width: 100%;
}

.PhtbLosGJOEy {
min-width: 100%;
max-height: 260px;
overflow-y: auto;
}

#mRDfubZMGsOI:checked ~ .SKitDnxGEeLQ {
display: flex;
flex-direction: column;
}

.SKitDnxGEeLQ .cokSCQFkefCr {
display: block;
padding: 10px 14px;
border-radius: 6px;
font-size: 16px;
font-weight: 400;
white-space: nowrap;
text-align: left;
text-decoration: none;
color: var(--kxxcmcJzmylT);
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.jXToyutVExWH:hover {
color: var(--QVIyttRhcTgg);
background: var(--abRTDRlFPDYE);
}

.SKitDnxGEeLQ .cokSCQFkefCr:hover {
color: var(--QVIyttRhcTgg);
background: var(--abRTDRlFPDYE);
}
}

@media (max-width: 767px) {
.SMNffshrwOoh {
margin-top: 24px;
}
}
