:root {
--JWvvlWTOhLaA: #1B1620;
--ftWdRtThGlkz: #AE90D0;
--AOmDllvmPgds: #E6C165;
--FhbDEiEMXSgp: #15101A;
--WJOtWOTRTTfl: #1D1823;
--KUEcEsPFNKyN: #332543;
--tdNUCFNIHVpw: #A88235;
--iolLNzhlINrS: #FBFAFC;
--MyuFPGCPxPOp: #DAD3E0;
--SLRZAVlXKZKS: #E5BE5C;
--etWQuUHsTiCi: #F8D57F;
--WqOerWzdYhUb: #281C36;
--NsyoHhkVXYPS: linear-gradient(140deg, #FFE596 0%, #F3CA6A 100%);
--nysBiSXZkZkK: #1D1823;
--VbtfHIRjGKoL: #231A30;
--CWRhrXcHhcQT: rgba(0,0,0,0.40);
--pcDsBRhXXFVi: rgba(255,255,255,0.06);
--oeJXirwoUCDu: #3A2B4A;
--njnrZiIvkJCB: #FBFAFC;
--TVaAmtaAtxiK: #332543;
--sjpRHAhfeqQs: #DAD3E0;
--tUEJvgwgCShT: #FBFAFC;
--PZgLYSrVEtHv: #E6C165;
--CeDoswCFmKWY: #AE90D0;
--rGuoMmyVRSMl: rgba(0,0,0,0.54);
--ElRopilbQprK: #A88235;
--xTGptduiWelw: #E75468;
--RmtZByIYGdlc: #F98394;

}

* {
box-sizing: border-box;
}

.IuZRQAYKETgI a,
.XqPUyMxGMiEW a {
color: var(--MyuFPGCPxPOp);
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(--JWvvlWTOhLaA);
color: var(--iolLNzhlINrS);
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(--iolLNzhlINrS);
}

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;
}

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

.dSCBmpKWnqiJ,
.jnLLKJRoSkGN,
.inside-ZSwbVxcVCBpH {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.dSCBmpKWnqiJ {
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;
}

.HzmkyLKOMlAy {
padding: 54px 0 0;
}

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

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

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

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

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

.IuZRQAYKETgI .kpmonPIgkbuJ li a {
color: var(--MyuFPGCPxPOp);
font-weight: 400;
text-decoration: none;
}

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

.FCbdTxQilwlU {
margin-right: 0;
}

.IuZRQAYKETgI .xffGUzoKJjZC,
.IuZRQAYKETgI .KwlcsIGPlYeF {
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;
}

.IuZRQAYKETgI .xffGUzoKJjZC {
background: var(--oeJXirwoUCDu);
color: var(--iolLNzhlINrS);
font-weight: 400;
}

.IuZRQAYKETgI .KwlcsIGPlYeF {
margin-left: 10px;
background: var(--SLRZAVlXKZKS);
color: var(--WqOerWzdYhUb);
font-weight: 600;
animation: pulse 2s infinite;
}

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

.HLKSIjGpxSQe {
display: none;
}

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

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

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

.IuZRQAYKETgI .xffGUzoKJjZC:hover {
background: var(--oeJXirwoUCDu);
opacity: 0.9;
}

.IuZRQAYKETgI .KwlcsIGPlYeF:hover {
background: var(--NsyoHhkVXYPS);
}
}

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

.pnrDZONXdUvO {
margin-right: 105px;
}

.FCbdTxQilwlU {
margin-right: 0;
}
}

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

.QmWWMjCALVtY {
order: -2;
}

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

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

.XVaNoWYQXezS {
display: none;
}

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

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

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

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

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

.kpmonPIgkbuJ {
display: block;
}

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

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

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

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

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

.qEKsOxmzyfid .QmWWMjCALVtY img {
max-width: 90px;
}

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

.IuZRQAYKETgI .xffGUzoKJjZC,
.IuZRQAYKETgI .KwlcsIGPlYeF {
height: 38px;
width: auto;
max-width: none;
padding: 0 10px;
white-space: normal;
text-align: center;
}
}
.pvHJAkETLKJe {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

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

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

.VzcSbblFoQlo {
position: relative;
}

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

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

.zNFcuvAQXjzX {
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;
}

.chllnjzqbzAw {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--iolLNzhlINrS);
text-shadow: 2px 2px var(--JWvvlWTOhLaA);
}

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

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

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

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

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

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

.gFiWdbobEIJp {
font-size: 32px;
}

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

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

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

.chllnjzqbzAw {
font-size: 20px;
}

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

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

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

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

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

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

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

.RSvxyerjNpcd .fxLZKfuiLdXT {
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(--iolLNzhlINrS);
background: var(--oeJXirwoUCDu);
}

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

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

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

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

.RSvxyerjNpcd .fxLZKfuiLdXT {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.eoELukaFIVpH {
padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.FwhRxcWKGSSs .oArELptYJxzC {
width: 50%;
margin: 0;
}

.tqIiONjRDNYL {
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(--WqOerWzdYhUb);
background: var(--SLRZAVlXKZKS);
}

.PxwvmtMYiwuE {
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(--WqOerWzdYhUb);
background: var(--SLRZAVlXKZKS);
}

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

.tqIiONjRDNYL:hover,
.PxwvmtMYiwuE:hover {
background: var(--NsyoHhkVXYPS);
}

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

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

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

.yqJcvtWOZkIG {
flex-basis: auto;
}
}

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

.EkAPSuCMxTkO {
margin: 10px 0 0;
}

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

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

input[name="DkEMlQPMhuOk"],
#hxMRKAKFxlwW,
#POsSComMDpZv,
#KVdfLwEaECCj,
#qKdApZCmgLTk {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

.BGsTRbyfLuUe li {
width: 100%;
}

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

.vsQByxpGTaDZ:nth-of-type(1):checked ~ .BGsTRbyfLuUe li:nth-child(1) label,
.vsQByxpGTaDZ:nth-of-type(2):checked ~ .BGsTRbyfLuUe li:nth-child(2) label,
.vsQByxpGTaDZ:nth-of-type(3):checked ~ .BGsTRbyfLuUe li:nth-child(3) label,
.vsQByxpGTaDZ:nth-of-type(4):checked ~ .BGsTRbyfLuUe li:nth-child(4) label {
background: var(--AOmDllvmPgds);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.IVGvukQcXfsk {
margin: 0 -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.oDqumlyUIDzS {
margin: 0 -5px;
}

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

.UlRbbhodXmCp {
padding: 16px;
}

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

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

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

.qlMywlDjzQAe .AdXSILMpRScx {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--MyuFPGCPxPOp);
}

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

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

.HYaHmdjQZEyf small {
font-size: 14px;
color: var(--MyuFPGCPxPOp);
}

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

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

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

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

.EMTgVIYWkiPD {
color: #4285F4;
}

.XxjbVGrfFnwK {
color: #EA4335;
}

.dwHVMtElRdwX {
color: #FBBC05;
}

.FrWZHgeRrCqb {
color: #34A853;
}

.XOujzvqUaNvO {
display: flex;
align-items: center;
justify-content: center;
max-width: 200px;
width: 100%;
height: 42px;
border-radius: 6px;
text-decoration: none;
cursor: pointer;
color: var(--WqOerWzdYhUb);
background: var(--SLRZAVlXKZKS);
}

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

@media (min-width: 1025px) {
.XOujzvqUaNvO:hover,
.aQqxaKyOWvMb:hover {
background: var(--NsyoHhkVXYPS);
}
}

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

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

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

.aQqxaKyOWvMb {
margin: 18px auto 0;
}

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

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

.oaGPAiDTIhdx {
padding: 16px 32px;
border-left: 5px solid var(--CeDoswCFmKWY);
border-radius: 10px;
font-size: 20px;
color: var(--iolLNzhlINrS);
background: var(--oeJXirwoUCDu);
}

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

@media (max-width: 767px) {
.XfxxSZnAaPwz {
margin-bottom: 60px;
}
}
.HyCAHVgTavRj,
#JxRlSxoimUFy,
#yfWtAphEXvgG,
#CUYQIrmuqpwb {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

#yfWtAphEXvgG:checked ~ .MKPduMUZpHpm.kILcGeZRvMnm,
#CUYQIrmuqpwb:checked ~ .MKPduMUZpHpm.kILcGeZRvMnm {
display: block;
}

#CUYQIrmuqpwb:checked ~ .MKPduMUZpHpm .XlfSxpfdPLdR {
display: none;
}

#yfWtAphEXvgG:checked ~ .MKPduMUZpHpm .JoHCIaTNZeSi {
display: none;
}

body:has(#yfWtAphEXvgG:checked),
body:has(#CUYQIrmuqpwb:checked) {
overflow: hidden;
}

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

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

.NgEmLjhKDJOM .XlfSxpfdPLdR,
.NgEmLjhKDJOM .JoHCIaTNZeSi {
display: block;
}

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

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

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

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

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

.McnAxnEXuXXd input::placeholder {
opacity: 0.6;
color: var(--MyuFPGCPxPOp);
}

.McnAxnEXuXXd input:hover,
.McnAxnEXuXXd input:focus {
border-color: var(--MyuFPGCPxPOp);
}

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

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

.formByiSGAFR > input,
#ErBisAxYMLMS,
#pNBywHPNPFiV,
#ycvTJbkTayen,
#TxHpfcvjSnEx,
#tjDEMEnrcgQg,
#vZWhKZMtmxGI,
.formByiSGAFR > input.omwrYGrEgmVf {
display: none;
}

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

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

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

.eXBvloJazPFx {
margin-bottom: 36px;
}

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

.eXBvloJazPFx textarea::placeholder {
opacity: 0.6;
color: var(--MyuFPGCPxPOp);
}

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

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

.OvYWaQoYqstu:hover {
background: var(--CeDoswCFmKWY);
}

.YaiKWYIfSoYW {
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(--iolLNzhlINrS);
background: #197BFF;
transition: 0.3s ease-in-out;
}

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

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

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

.JoHCIaTNZeSi .OvYWaQoYqstu {
margin: 0 auto;
}

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

.VPXVejqweQgp {
margin-bottom: 20px;
}

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

.PGYPbyImEqsp {
margin-bottom: 16px;
}

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

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

.dvbqvBmlbkFs li a {
color: var(--MyuFPGCPxPOp);
text-decoration: none;
}

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

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

.dvbqvBmlbkFs li span {
opacity: 0.5;
}

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

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

@media (max-width: 1200px) {
.dvbqvBmlbkFs {
padding: 0 16px;
}
}
.nCQpdhXhVYGK,
.mRzZaTErhuuq {
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(--MyuFPGCPxPOp);
border: 1px solid var(--CeDoswCFmKWY);
background: var(--nysBiSXZkZkK);
}

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

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

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

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

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

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

.bhhDOvJIFrtT a:hover {
color: var(--tdNUCFNIHVpw);
}
.XqPUyMxGMiEW {
padding: 80px 0 0;
background: var(--TVaAmtaAtxiK);
border-top: 1px solid var(--pcDsBRhXXFVi);
}

.MKoFIvgGqZnE {
margin-bottom: 94px;
}

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

.AjFdGWGHvBsG .YFoOiwTDOzjq {
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

.XqPUyMxGMiEW .SfaaUKofPrYD li a {
color: var(--sjpRHAhfeqQs);
font-weight: 400;
text-decoration: none;
}

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

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

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

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

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

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

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

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

.MKoFIvgGqZnE {
margin-bottom: 40px;
}

.SzqKiNEEpAkk {
flex-direction: column;
}

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

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

.JDmOwigmKzPa {
padding: 0 0 50px;
justify-content: flex-start;
}
}
