:root {
    --background: #FFFFFF; 
    --background2: #F0F0F0;
    --background_btn: #FFD700;
    --color_title: #000000;
    --color_description: #333333;
    --color_btn: #FFFFFF;
}

@media (prefers-color-scheme: dark) {
:root {
    --background: #000000; 
    --background2: #1A1A1A;
    --background_btn: #FFD700;
    --color_title: #FFFFFF;
    --color_description: #CCCCCC;
    --color_btn: #000000;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img, html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, form, fieldset, embed, object, applet {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

:target {
    scroll-margin-top: 100px;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--color_title);
    line-height: 1.2;
}

p {
    color: var(--color_description);  
    margin-top: 10px;
}

details {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
}

#yPIIbc8X {
    background-color: var(--background);
}

#thsPEsoR {
    background-color: var(--background);
}

#hBj26MjB {
    background-color: var(--background); 
}

#v9WqqwD6 {
    background-color: var(--background); 
}

#iNkIovYT {
    background-color: var(--background);
}

#YR6EJPlO {
    background-color: var(--background2);
}

#EQ0rhNMG {
    background-color: var(--background);
}

#rsFkpyjy {
    background-color: var(--background2);
}

#WgKUC0w4 {
    min-height: 50px;
    background-color: var(--background);
}

#yPIIbc8X {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    margin: 0 auto;
    position: relative;
    max-width: 1296px;
}

#thsPEsoR {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    border-bottom: 1px solid var(--background2);
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    max-width: 1296px;
    gap: 5px;
}

#thsPEsoR p {
    var(--color_description);
    margin-top: 0px;
    font-size: 16px;
}

.riJANtjm {
    display: flex;
    align-items: center;
}

.riJANtjm a {
    display: flex;
    align-items: center;
}

.kIcJBQ83 {
    height: 20px;
    width: auto;
    border-radius: 50%;
}

.FDHJ4dul {
    color: var(--color_title);
    border: none;
    background: none;
    cursor: pointer;
    display: block;
    font-size: 18px;
}

.FDHJ4dul span {
    padding: 0px;
}

.XWMURk22 {
    list-style: none;
    display: flex;
    position: absolute;
    align-items: center;
    bottom: -50px;
    right: 0;
    z-index: 9999;
    justify-content: center;
    width: 100%;
    gap: 1px;
}

.XWMURk22 svg {
    width: 18px;
    height: 18px;
}

.XWMURk22 li {
    background-color: var(--background_btn);
    color: var(--color_btn);
    fill: var(--color_btn);
}

.XWMURk22 a {
    text-decoration: none;
    color: inherit;
    fill: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    justify-content: center;
    padding: 10px 15px;
}

.XWMURk22 a:hover {
    color: inherit;
    fill: inherit;
}

.XWMURk22 li:hover {
    background-color: var(--background2);
    color: var(--color_title);
    fill: var(--color_title);
}

.XWMURk22 span {
    display: none;
}

@media (min-width: 720px) {
    .kIcJBQ83 {
        height: 30px;
    }

    #thsPEsoR p {
        font-size: 16px;
    }

    .FDHJ4dul  {
        font-size: 20px;
    }

    .FDHJ4dul {
        display: block; 
    }

    .XWMURk22 {
        display: flex;
        position: absolute;
        top: 47px;
        justify-content: center;
    }

    .XWMURk22 span {
        display: block;
    }
}

#hBj26MjB {
    background-color: var(--background);
}

#D8YixBwl {
    background-color: var(--background);
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#D8YixBwl img {
    width: 100%;
}


.ZkJb3wjs, .c03ZEcq4 {
    margin-top: 50px;
    padding: 0px 20px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px;
    gap: 20px;
}

@media screen and (min-width: 1296px) {    
    .ZkJb3wjs, .c03ZEcq4 {
        margin-top: 100px;
        padding: 0px 0px;
    }
}

.ZkJb3wjs {
    align-items: flex-start;
}

.c03ZEcq4 {
    align-items: center;
    text-align: center;
}

.AMYQmxA1 {
    width: 100%;  
    margin-top: 50px;  
}

@media screen and (min-width: 720px) {
    .AMYQmxA1 {
        width: 80%;
    }
}

@media screen and (min-width: 960px) {    
    .AMYQmxA1 {
        width: 60%;  
    }
}

form input[type="text"], form input[type="email"], form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    background-color: var(--background);
    border-radius: 5px;
    box-sizing: border-box;
}

.gQ8nCXgx {
    display: inline-block;
    min-width: 100px;
    padding: 15px 10px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: none;
    border-radius: 5px;
    text-align: center;
    margin-top: 15px;
    background-color: var(--background_btn);
    color: var(--color_btn);
}

.WOQfxzlP {
    display: flex;
    border-radius: 0px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 50px;
}

.TMk9vED2 {
    text-align: left;
    padding: 20px;
    width: 100%;
    border-radius: 0px;
    border: 1px dashed var(--background2);
    background-color: var(--background2);
    color: var(--color_title);
}

.TMk9vED2:hover  {
    border: 1px dashed var(--background2);
    background-color: var(--background2);
    color: var(--color_title);
}

.TMk9vED2 h4 {
    color: inherit;
}

.TMk9vED2 p {
    color: inherit;
}

@media screen and (min-width: 720px) {
    .WOQfxzlP {
        flex-direction: row;
    }
    
    .TMk9vED2 {
        width: calc(50% - 10px);    
    }
}

@media screen and (min-width: 960px) {
    .TMk9vED2 {
        width: calc(25% - 15px);    
    }
}
