*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    scroll-behavior: smooth;
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    line-height: 1.5;
    text-rendering: optimizeSpeed;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

input,
button,
textarea,
select {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

ul[role="list"],
ol[role="list"] {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    border: 0;
    background: none;
    cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

@font-face {
    font-family: 'ACaslonPro';
    src: url('../fonts/ACaslonPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'ACaslonPro', sans-serif;
    background-image: url('../images/bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.flag-selector {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
}

.flag-container {
    position: relative;
}

.flag-current {
    min-width: 140px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(206, 190, 182, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    padding: 0 16px;
}

.flag-current:hover {
    background: rgba(0, 0, 0, 0.9);
}

.flag-current .flag-text {
    color: #dfc5b7;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.flag-emoji {
    width: 24px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.flag-dropdown {
    position: absolute;
    top: 60px;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 12px;
    min-width: 140px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    border: 1px solid rgba(206, 190, 182, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.flag-container:hover .flag-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.flag-option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    transition: all 0.2s ease;
    color: #dfc5b7;
    text-decoration: none;
    border-bottom: 1px solid rgba(206, 190, 182, 0.3);
}

.flag-option:last-child {
    border-bottom: none;
}

.flag-option:hover {
    background: rgba(223, 197, 183, 0.2);
}

.flag-text {
    font-size: 14px;
    font-weight: 500;
}

.buttons {
    position: fixed;
    right: -130px;
    top: 50%;
    transform: translateY(-50%);
    gap: 10px;
    display: flex;
    flex-direction: column;
    transition: right 0.3s;
}

.buttons:hover {
    right: 0;
}

.btn1 {
    background-image: url('../images/btn1.png');
    width: 190px;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #dfc5b7;
    padding-left: 68px;
    transition: filter 0.3s;
}

.btn1:hover {
    filter: brightness(1.2);
}

.btn2 {
    background-image: url('../images/btn2.png');
    width: 190px;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #dfc5b7;
    padding-left: 68px;
    transition: filter 0.3s;
}

.btn2:hover {
    filter: brightness(1.2);
}

.btn3 {
    background-image: url('../images/btn3.png');
    width: 190px;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #dfc5b7;
    padding-left: 68px;
    transition: filter 0.3s;
}

.btn3:hover {
    filter: brightness(1.2);
}

.presentation {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

#div_1_title {
    position: absolute;
    top: 692px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_1_title {
    position: absolute;
    top: 824px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_1_text1 {
    position: absolute;
    top: 899px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_1_text2 {
    position: absolute;
    top: 980px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_2_title {
    position: absolute;
    top: 29px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_2_text1 {
    position: absolute;
    top: 157px;
    color: #685c55;
    font-size: 16px;
    left: 120px;
}

.div_2_text2 {
    position: absolute;
    top: 227px;
    color: #685c55;
    font-size: 16px;
    left: 150px;
}

.div_2_text3 {
    position: absolute;
    top: 297px;
    color: #685c55;
    font-size: 16px;
    left: 120px;
}

.div_2_text4 {
    position: absolute;
    top: 367px;
    color: #685c55;
    font-size: 16px;
    left: 150px;
}

.div_2_text5 {
    position: absolute;
    top: 437px;
    color: #685c55;
    font-size: 16px;
    left: 120px;
}

.div_2_text6 {
    position: absolute;
    top: 507px;
    color: #685c55;
    font-size: 16px;
    left: 150px;
}

.div_2_text7 {
    position: absolute;
    top: 577px;
    color: #685c55;
    font-size: 16px;
    left: 120px;
}

.div_2_text8 {
    position: absolute;
    top: 647px;
    color: #685c55;
    font-size: 16px;
    left: 150px;
}

.div_2_text9 {
    position: absolute;
    top: 717px;
    color: #685c55;
    font-size: 16px;
    left: 180px;
}

.div_2_text10 {
    position: absolute;
    top: 787px;
    color: #685c55;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.div_2_text11 {
    position: absolute;
    top: 157px;
    color: #685c55;
    font-size: 16px;
    left: 715px;
}

.div_2_text12 {
    position: absolute;
    top: 227px;
    color: #685c55;
    font-size: 16px;
    left: 685px;
}

.div_2_text13 {
    position: absolute;
    top: 297px;
    color: #685c55;
    font-size: 16px;
    left: 715px;
}

.div_2_text14 {
    position: absolute;
    top: 367px;
    color: #685c55;
    font-size: 16px;
    left: 685px;
}

.div_2_text15 {
    position: absolute;
    top: 437px;
    color: #685c55;
    font-size: 16px;
    left: 715px;
}

.div_2_text16 {
    position: absolute;
    top: 507px;
    color: #685c55;
    font-size: 16px;
    left: 685px;
}

.div_2_text17 {
    position: absolute;
    top: 577px;
    color: #685c55;
    font-size: 16px;
    left: 715px;
}

.div_2_text18 {
    position: absolute;
    top: 647px;
    color: #685c55;
    font-size: 16px;
    left: 685px;
}

.div_2_text19 {
    position: absolute;
    top: 717px;
    color: #685c55;
    font-size: 16px;
    left: 655px;
}

.div_3_title {
    position: absolute;
    top: 62px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_3_text1 {
    position: absolute;
    top: 137px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_3_text2 {
    position: absolute;
    top: 219px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_4_title {
    position: absolute;
    top: 45px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_4_text1 {
    position: absolute;
    top: 122px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_4_text2 {
    position: absolute;
    top: 205px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_5_title {
    position: absolute;
    top: 37px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_5_text1 {
    position: absolute;
    top: 114px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_5_text2 {
    position: absolute;
    top: 195px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_6_title {
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_6_text1 {
    position: absolute;
    top: 107px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_6_text2 {
    position: absolute;
    top: 188px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_7_title {
    position: absolute;
    top: 38px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_7_text1 {
    position: absolute;
    top: 117px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_7_text2 {
    position: absolute;
    top: 198px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_8_title {
    position: absolute;
    top: 42px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_8_text1 {
    position: absolute;
    top: 117px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_8_text2 {
    position: absolute;
    top: 199px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_9_title {
    position: absolute;
    top: 45px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_9_text1 {
    position: absolute;
    top: 122px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_9_text2 {
    position: absolute;
    top: 204px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_10_title {
    position: absolute;
    top: 43px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_10_text1 {
    position: absolute;
    top: 118px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_10_text2 {
    position: absolute;
    top: 200px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_11_title {
    position: absolute;
    top: 41px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_11_text1 {
    position: absolute;
    top: 118px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_11_text2 {
    position: absolute;
    top: 200px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_12_title {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_12_text1 {
    position: absolute;
    top: 113px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_12_text2 {
    position: absolute;
    top: 195px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_13_title {
    position: absolute;
    top: 47px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_13_text1 {
    position: absolute;
    top: 123px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_13_text2 {
    position: absolute;
    top: 205px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_14_title {
    position: absolute;
    top: 33px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_14_text1 {
    position: absolute;
    top: 109px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_14_text2 {
    position: absolute;
    top: 190px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_15_title {
    position: absolute;
    top: 57px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_15_text1 {
    position: absolute;
    top: 134px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_15_text2 {
    position: absolute;
    top: 215px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_16_title {
    position: absolute;
    top: 45px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_16_text1 {
    position: absolute;
    top: 120px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_16_text2 {
    position: absolute;
    top: 202px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_17_title {
    position: absolute;
    top: 36px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_17_text1 {
    position: absolute;
    top: 112px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_17_text2 {
    position: absolute;
    top: 194px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_18_title {
    position: absolute;
    top: 45px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_18_text1 {
    position: absolute;
    top: 120px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_18_text2 {
    position: absolute;
    top: 202px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_19_title {
    position: absolute;
    top: 35px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_19_text1 {
    position: absolute;
    top: 110px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_19_text2 {
    position: absolute;
    top: 192px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_20_title {
    position: absolute;
    top: 35px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_20_text1 {
    position: absolute;
    top: 110px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_20_text2 {
    position: absolute;
    top: 192px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_21_title {
    position: absolute;
    top: 51px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_21_text1 {
    position: absolute;
    top: 125px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_21_text2 {
    position: absolute;
    top: 208px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_22_title {
    position: absolute;
    top: 45px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_22_text1 {
    position: absolute;
    top: 122px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_22_text2 {
    position: absolute;
    top: 204px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_23_title {
    position: absolute;
    top: 36px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_23_text1 {
    position: absolute;
    top: 112px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_23_text2 {
    position: absolute;
    top: 194px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_24_title {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_24_text1 {
    position: absolute;
    top: 127px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_24_text2 {
    position: absolute;
    top: 208px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_25_title {
    position: absolute;
    top: 44px;
    width: 100%;
    text-align: center;
    color: #dfc5b7;
    font-size: 18px;
    text-shadow: 0 0 10px #bb3030, 0 0 20px #bb3030, 0 0 30px #bb3030;
}

.div_25_text1 {
    position: absolute;
    top: 120px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.div_25_text2 {
    position: absolute;
    top: 203px;
    width: 100%;
    text-align: center;
    color: #685c55;
    font-size: 16px;
}

.pagination {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: rgba(104, 92, 85, 0.05);
    border: 1px solid rgba(206, 190, 182, 0.1);
    min-width: 150px;
    padding: 10px;
    border-radius: 10px;
}

.pagination a {
    height: 15px;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: filter 0.2s ease;
}

.pagination a:last-child {
    margin-bottom: 0;
}

.pagination a:hover {
    filter: brightness(1.2);
}

.pagination a .dot {
    margin-top: 2px;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 5px;
    opacity: 0.3;
    transition: opacity 0.2s ease;
    background-size: cover;
    background-image: url(../images/dot.png);
}

.pagination a:hover .dot {
    opacity: 1;
}

.pagination a span {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #f1a876, #8c463a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media (max-width: 994px) {
    .pagination {
        display: none;
    }

    .buttons {
        right: 0;
        z-index: 99;
    }
}