:root {
    --colorPrimary: #1a1a1a;
    --colorSecondary: #f4f4f4;
    --colorAccent: #d4af37;
    --colorText: #333333;
    --colorWhite: #ffffff;
    --fontPrimary: 'Garamond', serif;
    --fontSecondary: 'Helvetica Neue', sans-serif;
    --containerWidth: 1200px;
    --baseFontSize: 16px;
    --transitionSpeed: 0.3s;
}
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: var(--fontSecondary);
    font-size: var(--baseFontSize);
    line-height: 1.7;
    color: var(--colorText);
    background-color: var(--colorWhite);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4 {
    font-family: var(--fontPrimary);
    font-weight: 400;
    line-height: 1.2;
    color: var(--colorPrimary);
}
h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
}
h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 2rem;
    text-align: center;
}
h3 {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    margin-bottom: 1rem;
}
p {
    margin-bottom: 1rem;
}
a {
    color: var(--colorAccent);
    text-decoration: none;
    transition: color var(--transitionSpeed);
}
a:hover, a:focus {
    color: var(--colorPrimary);
}
ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.YuiopAsdfgHjkl .LkPqWeRtYuiOp img {
    filter: brightness(0) invert(1);
}
.HsDfgJkLpOiUy {
    max-width: var(--containerWidth);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.GfTjKkLpQwErTy {
    background-color: var(--colorWhite);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.GfTjKkLpQwErTy .HsDfgJkLpOiUy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.LkPqWeRtYuiOp img {
    height: 40px;
    width: auto;
}
.MnBvCxzLkJhgF {
    display: flex;
    gap: 2rem;
}
.MnBvCxzLkJhgF a {
    font-size: 1rem;
    color: var(--colorText);
    font-weight: 500;
    position: relative;
    padding-bottom: 0.5rem;
}
.MnBvCxzLkJhgF a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--colorAccent);
    transition: width var(--transitionSpeed) ease-in-out;
}
.MnBvCxzLkJhgF a:hover::after, .MnBvCxzLkJhgF a:focus::after {
    width: 100%;
}
.PpoiUyTrEwQaS {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}
.ZxcvBnmLkjHgf {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--colorPrimary);
    margin: 5px 0;
    transition: all var(--transitionSpeed) ease-in-out;
}

.JahSgdgfYutrEg {
    background-color: var(--colorSecondary);
    padding: 6rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-image: url("data:image/svg+xml,%3csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M 0 80 C 40 80, 40 0, 80 0' stroke='%23EAEAEA' stroke-width='1.5' fill='none'/%3e%3c/svg%3e");
    background-repeat: repeat;
    background-size: 80px 80px;
}
.JahSgdgfYutrEg .KjhGfdSwerTyu {
    max-width: 800px;
    margin: 0 auto;
}
.PoiUytrewqAsdf {
    font-size: 1.1rem;
    margin: 1.5rem 0 2.5rem;
}
.FghJklQwertyU {
    background-color: var(--colorAccent);
    color: var(--colorWhite);
    padding: 0.8rem 2.5rem;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color var(--transitionSpeed), transform var(--transitionSpeed);
    display: inline-block;
    cursor: pointer;
}
.FghJklQwertyU:hover {
    background-color: var(--colorPrimary);
    color: var(--colorWhite);
    transform: translateY(-3px);
}
.AsdfGhjklmNbvc {
    padding: 5rem 0;
}
.WsxcdeVfrBgtNh {
    padding: 5rem 0;
    background-color: var(--colorSecondary);
}
.ZaQwxCdeRfVb {
    max-width: 800px;
    margin: 0 auto 2rem;
    text-align: left;
}
.ZaQwxCdeRfVb.NkjhBvgcfXdr {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.7s ease-in-out;
}
.ZaQwxCdeRfVb.NkjhBvgcfXdr::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, var(--colorWhite), transparent);
}
.WsxcdeVfrBgtNh .ZaQwxCdeRfVb.NkjhBvgcfXdr::after {
     background: linear-gradient(to top, var(--colorSecondary), transparent);
}
.ZaQwxCdeRfVb.LpoKmnJihUbg {
    max-height: 2000px;
}
.ZaQwxCdeRfVb.LpoKmnJihUbg::after {
    display: none;
}
.MklopNjhbgyFtv {
    background: none;
    border: 1px solid var(--colorAccent);
    color: var(--colorAccent);
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    display: block;
    margin: 1rem auto 0;
    transition: all var(--transitionSpeed);
}
.MklopNjhbgyFtv:hover {
    background-color: var(--colorAccent);
    color: var(--colorWhite);
}
.OiuYtrewqLkjhg {
    position: relative;
    overflow: hidden;
}
.UytrewqAsdfghj {
    display: flex;
}
.GhjklmNbvcxzQw {
    flex-shrink: 0;
    width: 100%;
    margin-right: 2rem;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
}
.GhjklmNbvcxzQw img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.BvcxzQwertyUiop {
    padding: 1.5rem;
    background-color: var(--colorWhite);
    flex-grow: 1;
}
.YtrewqLkjhgfd, .AsdfghjKlmNbvc {
    position: absolute;
    top: calc(150px - 1.5rem);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 10;
}
.YtrewqLkjhgfd {
    left: 10px;
}
.AsdfghjKlmNbvc {
    right: 10px;
}
.PlkmnJihbUygv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.RdcvfTgbhYjnu {
    max-width: 800px;
    margin: 0 auto;
}
.UjMkiOlpPqazX {
    border-bottom: 1px solid #ddd;
}
.TgbhYjnuMklO {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 1.5rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.TgbhYjnuMklO .MkiolPqazWsx {
    font-size: 1.5rem;
    transition: transform var(--transitionSpeed);
}
.TgbhYjnuMklO.LkjhGfvcXdsZa .MkiolPqazWsx {
    transform: rotate(45deg);
}
.YjnumkIolpPq {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.YjnumkIolpPq p {
    padding: 0 1rem 1.5rem;
    margin: 0;
}
.YuiopAsdfgHjkl {
    background-color: var(--colorPrimary);
    color: var(--colorSecondary);
    padding: 4rem 0;
}
.YuiopAsdfgHjkl .HsDfgJkLpOiUy {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
}
.YuiopAsdfgHjkl p {
    font-size: 0.9rem;
    margin-top: 1rem;
    opacity: 0.8;
}
.YuiopAsdfgHjkl h4 {
    color: var(--colorWhite);
    margin-bottom: 1rem;
}
.ZxcvbnmAsdfgh ul li {
    margin-bottom: 0.5rem;
}
.ZxcvbnmAsdfgh ul a {
    color: var(--colorSecondary);
    opacity: 0.8;
}
.ZxcvbnmAsdfgh ul a:hover {
    opacity: 1;
    color: var(--colorWhite);
}
.IujkMnhytGbfvd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    text-align: left;
}
.PlmoknIjbuhVyg {
    background-color: var(--colorWhite);
    padding: 2rem;
    border: 1px solid #eee;
    border-radius: 5px;
}
.OplkmnJihbuVygc {
    margin-top: 3rem;
}
.VgytfcRdxesZaq {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
}
.CftgvyBuhnij {
    padding: 1rem 2rem;
    cursor: pointer;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 1rem;
    font-weight: 500;
}
.CftgvyBuhnij[data-tab-active="true"] {
    border-bottom-color: var(--colorAccent);
    color: var(--colorAccent);
}
.UhbvgyTfcrdXe {
    display: none;
}
.UhbvgyTfcrdXe[data-tab-active="true"] {
    display: block;
    animation: PoinbgfdCxswe 0.5s ease-in-out;
}
@keyframes PoinbgfdCxswe {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.NhyjuMkiloPqaz {
    max-width: 900px;
    text-align: left;
}
.NhyjuMkiloPqaz h3 {
    text-align: left;
    margin-top: 2rem;
    font-size: 1.2rem;
}
.NhyjuMkiloPqaz ul {
    list-style: disc;
    padding-left: 2rem;
    margin-bottom: 1rem;
}
.UytrewqAsdfgHj {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.LkjhGfdsaZXcvBnm {
    text-align: center;
    max-width: 600px;
}
.MnbvcXzasdFgh {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: left;
}
.LkjhgfdsApoiuy {
    display: flex;
    flex-direction: column;
}
.LkjhgfdsApoiuy label {
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.LkjhgfdsApoiuy input, .LkjhgfdsApoiuy textarea {
    padding: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
}
.LkjhgfdsApoiuy input:focus, .LkjhgfdsApoiuy textarea:focus {
    outline: none;
    border-color: var(--colorAccent);
    box-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
}
.PoinbVcxsawe {
    color: #d9534f;
    font-size: 0.9rem;
    display: none;
    margin-top: 0.25rem;
}
.LkjhgfdsApoiuy.LpoKmnJihUbg .PoinbVcxsawe {
    display: block;
}
.LkjhgfdsApoiuy.LpoKmnJihUbg input, .LkjhgfdsApoiuy.LpoKmnJihUbg textarea {
    border-color: #d9534f;
}
.OiuytrewqAsdfg p {
    margin-bottom: 1.5rem;
}
.Pqowieurythfg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}
.Nbmcvzxkhfgds {
    background-color: var(--colorWhite);
    padding: 2rem;
    border-radius: 5px;
    border: 1px solid #eee;
    text-align: center;
}
.Jhgfdscvbnmkl {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f0ebe0;
    color: var(--colorAccent);
}
.Jhgfdscvbnmkl svg {
    width: 30px;
    height: 30px;
}
.Nbmcvzxkhfgds .ZaQwxCdeRfVb {
    text-align: left;
    margin-bottom: 0;
}
.Nbmcvzxkhfgds .ZaQwxCdeRfVb.NkjhBvgcfXdr::after {
    background: linear-gradient(to top, var(--colorWhite), transparent);
}
.KjhgfdswertYuiop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}
.ZxcasdqweRtyuif {
    background-color: var(--colorWhite);
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.ZxcasdqweRtyuif img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.GhjuytrdfgVbnmkl {
    padding: 2rem;
    text-align: center;
}
.Bvcxzlkjhgfdsa {
    width: 50px;
    height: 50px;
    margin: -45px auto 1.5rem;
    background-color: var(--colorWhite);
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.Bvcxzlkjhgfdsa svg {
    width: 24px;
    height: 24px;
    color: var(--colorAccent);
}
.GhjuytrdfgVbnmkl .ZaQwxCdeRfVb {
    text-align: left;
    margin-bottom: 0;
}
.GhjuytrdfgVbnmkl .ZaQwxCdeRfVb.NkjhBvgcfXdr::after {
    background: linear-gradient(to top, var(--colorWhite), transparent);
}
.VbghnJuyikMlopq .YhnbgTvfcdRxe {
    background-color: var(--colorWhite);
    padding: 2.5rem;
    border-radius: 8px;
    border: 1px solid #eee;
}
.OiuypLkjhgBvcxz {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: center;
}
.MnjhbVgfcdxSwqa img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
}
.CxzlkjhgfdsaPoiu .ZaQwxCdeRfVb {
    text-align: left;
    margin: 0;
    max-width: none;
}
.CxzlkjhgfdsaPoiu .ZaQwxCdeRfVb.NkjhBvgcfXdr::after {
    background: linear-gradient(to top, var(--colorWhite), transparent);
}
.BvcxzQwertyUiopJkl {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 8px;
}
.YhnbgTvfRdcXse .VbNmhGfDsaPq {
    text-align: left;
    margin-bottom: 1.5rem;
}
.YhnbgTvfRdcXse .ZaQwxCdeRfVb {
    max-width: none;
    margin: 0;
}
.YhnbgTvfRdcXse .ZaQwxCdeRfVb.NkjhBvgcfXdr::after {
    background: linear-gradient(to top, var(--colorSecondary), transparent);
}
.LkjahsgdfjkhHjkl {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.Poiuytrewqasdfg {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--colorWhite);
    border: 1px solid #eee;
    color: var(--colorAccent);
    flex-shrink: 0;
}
.Poiuytrewqasdfg svg {
    width: 30px;
    height: 30px;
}
.LkjahsgdfjkhHjkl .VbNmhGfDsaPq {
    margin-bottom: 0;
}
.AsdfGhjklmNbvc.JkLpOiUytReWq .ZaQwxCdeRfVb.NkjhBvgcfXdr::after {
    background: linear-gradient(to top, var(--colorWhite), transparent);
}
.JhgfdertYuioplk {
    position: relative;
    max-width: 900px;
    margin: 3rem auto 0;
}
.JhgfdertYuioplk::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #e0e0e0;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.CvbnmklpoiuytGfd {
    padding: 1rem 3rem;
    position: relative;
    width: 50%;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}
.CvbnmklpoiuytGfd:nth-child(odd) {
    left: 0;
    text-align: right;
    flex-direction: row-reverse;
}
.CvbnmklpoiuytGfd:nth-child(even) {
    left: 50%;
}
.CvbnmklpoiuytGfd::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: var(--colorWhite);
    border: 3px solid var(--colorAccent);
    top: 20px;
    border-radius: 50%;
    z-index: 1;
}
.CvbnmklpoiuytGfd:nth-child(odd)::after {
    right: -8px;
}
.CvbnmklpoiuytGfd:nth-child(even)::after {
    left: -8px;
}
.Fgvbhnjmkloiuyt {
    width: 60px;
    height: 60px;
    background-color: #f0ebe0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorAccent);
    flex-shrink: 0;
}
.Fgvbhnjmkloiuyt svg {
    width: 28px;
    height: 28px;
}
.PlkjhgfdsawertYui {
    font-size: 1.5rem;
    font-family: var(--fontPrimary);
    margin-bottom: 0.5rem;
    color: var(--colorPrimary);
}
.LkjhgfdsawertYui h4 {
    margin-bottom: 0.5rem;
    color: var(--colorText);
}
.LkjhgfdsawertYui .ZaQwxCdeRfVb {
    text-align: left;
    margin-bottom: 0;
}
.CvbnmklpoiuytGfd:nth-child(odd) .LkjhgfdsawertYui .ZaQwxCdeRfVb {
    text-align: right;
}
.LkjhgfdsawertYui .ZaQwxCdeRfVb.NkjhBvgcfXdr::after {
    background: linear-gradient(to top, var(--colorWhite), transparent);
}
.KjhgfdswertYuiopZxc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}
.VbnmklpoiuytGfdsa {
    padding: 2.5rem 2rem;
    background-color: var(--colorWhite);
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}
.XcvbnmklpoiuytGfd {
    height: 80px;
    width: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f9f6f1;
}
.XcvbnmklpoiuytGfd svg {
    height: 36px;
    width: 36px;
    color: var(--colorAccent);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.VbnmklpoiuytGfdsa .ZaQwxCdeRfVb {
    text-align: left;
    margin: 1.5rem 0 0;
}
.VbnmklpoiuytGfdsa:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}
.VbnmklpoiuytGfdsa:hover .XcvbnmklpoiuytGfd svg {
    transform: scale(1.1);
}
.PoiuytrewqasdfgHjkl {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-top: 3rem;
}
.QwertyuiopLkjhgfd .PlkmnJihbUygv {
    align-items: center;
}
.JhgfdscvbnmklPoiuy {
    width: 100%;
    height: auto;
    max-height: 550px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}
.QwertyuiopLkjhgfd .YhnbgTvfRdcXse {
    text-align: left;
}
.QwertyuiopLkjhgfd h3 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-family: var(--fontPrimary);
}
.QwertyuiopLkjhgfd h4 {
    color: #888;
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-family: var(--fontSecondary);
}
.QwertyuiopLkjhgfd .ZaQwxCdeRfVb {
    max-width: none;
    margin: 0;
}
.GhjuytrdfgVbnmklPq {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}
.OiuypLkjhgBvcxzNbm {
    background-color: var(--colorWhite);
    padding: 2.5rem 1rem;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 8px;
}
.CvbnmklpoiuytGfdJk {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-family: var(--fontPrimary);
    color: var(--colorAccent);
    margin: 0;
}
.OiuypLkjhgBvcxzNbm p {
    font-weight: 500;
    color: #777;
    margin: 0.5rem 0 0;
}
.PlkjhgfdsawertYuiNbm {
    max-width: 800px;
    margin: 4rem auto 0;
    text-align: center;
}
.PlkjhgfdsawertYuiNbm h4 {
    font-size: 1.5rem;
    font-family: var(--fontPrimary);
    margin-bottom: 1rem;
}
.FghJklQwertyUYuiop {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 1rem 3rem;
    font-weight: bold;
    color: var(--colorWhite);
    background-image: linear-gradient(to right, #d4af37, #c79f27, #b8860b);
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease-out;
}
.FghJklQwertyUYuiop:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(184, 134, 11, 0.4);
    background-image: linear-gradient(to right, #e7c55c, #d4af37, #c79f27);
}
.LkjahsgdfjkhHjkl.LkjhgfdsaZXcvbnm {
    justify-content: center;
    margin-bottom: 3rem;
}
.LkjhytrewqBvfgcxPlm {
    margin-bottom: 3rem;
}
.PlmoknIjbuhVyg .ZaQwxCdeRfVb {
    max-width: none;
    margin: 1rem 0 0;
    text-align: left;
}
.PlmoknIjbuhVyg .ZaQwxCdeRfVb.NkjhBvgcfXdr::after {
    background: linear-gradient(to top, var(--colorWhite), transparent);
}
.UhbvgyTfcrdXe .ZaQwxCdeRfVb {
    max-width: none;
    margin: 1rem 0 0;
    text-align: left;
}
.UhbvgyTfcrdXe .FghJklQwertyU {
    margin-top: 1.5rem;
}
.UhbvgyTfcrdXe .ZaQwxCdeRfVb.NkjhBvgcfXdr::after {
    background: linear-gradient(to top, var(--colorWhite), transparent);
}
.AsdfGhjklmNbvc .OiuYtrewqLkjhg {
    margin-top: 3rem;
}
.LkjhytrewqBvfgcxZxc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}
.PoiuytgfdsCvbnmklJhg {
    background-color: var(--colorWhite);
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.UytrewqasdfghjklBnm {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background-color: #f9f6f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.UytrewqasdfghjklBnm svg {
    height: 32px;
    width: 32px;
    color: var(--colorAccent);
}
.PoiuytgfdsCvbnmklJhg .BvcxzlkjhgfdsaQwerty {
    text-align: left;
    max-height: 350px;
    overflow-y: auto;
    padding-right: 1rem;
    margin-top: 1.5rem;
}
.PoiuytgfdsCvbnmklJhg .BvcxzlkjhgfdsaQwerty::-webkit-scrollbar {
    width: 8px;
}
.PoiuytgfdsCvbnmklJhg .BvcxzlkjhgfdsaQwerty::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.PoiuytgfdsCvbnmklJhg .BvcxzlkjhgfdsaQwerty::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.PoiuytgfdsCvbnmklJhg .BvcxzlkjhgfdsaQwerty::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}
.KjhgfdswertYuiopZxcv {
    background-color: var(--colorWhite);
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.KjhgfdswertYuiopZxcv svg {
    width: 32px;
    height: 32px;
    color: var(--colorAccent);
    opacity: 0.5;
    margin-bottom: 1.5rem;
}
.KjhgfdswertYuiopZxcv p {
    font-size: 1.05rem;
    line-height: 1.8;
    font-style: italic;
    flex-grow: 1;
}
.KjhgfdswertYuiopZxcv footer {
    margin-top: 1.5rem;
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
}
.KjhgfdswertYuiopZxcv h4 {
    margin: 0;
    font-size: 1.1rem;
    font-family: var(--fontPrimary);
}
.KjhgfdswertYuiopZxcv span {
    font-size: 0.9rem;
    color: #888;
}
.YtrewqLkjhgfdsaZxc {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
}
.YtrewqLkjhgfdsaZxc input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
}
.YtrewqLkjhgfdsaZxc label {
    font-size: 0.9rem;
    margin: 0;
}
.PlkjhgfdsawertYuiOp {
    align-items: center;
    margin-top: 4rem;
}
.CvbnmklpoiuytGfdJkL {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f6f1;
    border-radius: 50%;
}
.CvbnmklpoiuytGfdJkL svg {
    width: 80px;
    height: 80px;
    color: var(--colorAccent);
    opacity: 0.8;
}
.PlkjhgfdsawertYuiOp .YhnbgTvfRdcXse {
    text-align: left;
}
.PlkjhgfdsawertYuiOp .ZaQwxCdeRfVb {
    max-width: none;
    margin: 1rem 0 0;
}
.PlkjhgfdsawertYuiOp .ZaQwxCdeRfVb.NkjhBvgcfXdr::after {
    background: linear-gradient(to top, var(--colorWhite), transparent);
}
.YjnumkIolpPq .ZaQwxCdeRfVb {
    max-width: none;
    margin: 0;
    padding: 0 1rem 1.5rem;
}
.YjnumkIolpPq .ZaQwxCdeRfVb p {
    padding: 0;
    margin: 0 0 1rem;
}
.YjnumkIolpPq .MklopNjhbgyFtv {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    width: auto;
}
.YjnumkIolpPq .ZaQwxCdeRfVb.NkjhBvgcfXdr::after {
    background: linear-gradient(to top, var(--colorSecondary), transparent);
}
.PlkjhgfdsZXcvbnm {
    background-image: url('images/bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.PlkjhgfdsZXcvbnm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.PlkjhgfdsZXcvbnm .LkjHgfdsaZXcv,
.PlkjhgfdsZXcvbnm .PoiUytrewqAsdf {
    color: var(--colorWhite);
}
.PlkjhgfdsZXcvbnm .PoiUytrewqAsdf {
    opacity: 0.9;
}
@media (min-width: 769px) {
    .GhjklmNbvcxzQw {
        flex-basis: calc(33.333% - 1.34rem);
    }
}
@media (max-width: 900px) {
    .Pqowieurythfg,
    .KjhgfdswertYuiop,
    .KjhgfdswertYuiopZxc,
    .LkjhytrewqBvfgcxZxc {
        grid-template-columns: 1fr;
    }
    .GhjuytrdfgVbnmklPq {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .BvCxZzAsdFghJ {
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        height: 100vh;
        background-color: var(--colorWhite);
        transform: translateX(100%);
        transition: transform var(--transitionSpeed) ease-in-out;
        padding-top: 6rem;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    }
    .BvCxZzAsdFghJ.LkjhGfvcXdsZa {
        transform: translateX(0);
    }
    body.LkmnjBuhgvyf {
        overflow: hidden;
    }
    .MnBvCxzLkJhgF {
        flex-direction: column;
        align-items: center;
        gap: 2.5rem;
    }
    .PpoiUyTrEwQaS {
        display: block;
    }
    .PpoiUyTrEwQaS.LkjhGfvcXdsZa .ZxcvBnmLkjHgf:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    .PpoiUyTrEwQaS.LkjhGfvcXdsZa .ZxcvBnmLkjHgf:nth-child(2) {
        opacity: 0;
    }
    .PpoiUyTrEwQaS.LkjhGfvcXdsZa .ZxcvBnmLkjHgf:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    .PlkmnJihbUygv {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .LkjHgfDsapoiu {
        display: grid;
        grid-template-areas: "text" "image";
    }
     .LkjHgfDsapoiu .TgvfCdxZseWqa {
        grid-area: image;
    }
     .LkjHgfDsapoiu .YhnbgTvfRdcXse {
        grid-area: text;
    }
    .TgvfCdxZseWqa {
        margin-bottom: 2rem;
    }
    .YuiopAsdfgHjkl .HsDfgJkLpOiUy {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .YuiopAsdfgHjkl .QwertyUiopLkjhg {
        margin-bottom: 2rem;
    }
    .OiuypLkjhgBvcxz {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .VbghnJuyikMlopq .YhnbgTvfcdRxe {
        padding: 1.5rem;
    }
    .JhgfdertYuioplk::before {
        left: 30px;
    }
    .CvbnmklpoiuytGfd {
        width: 100%;
        padding-left: 70px;
        padding-right: 15px;
        flex-direction: row;
    }
    .CvbnmklpoiuytGfd:nth-child(odd),
    .CvbnmklpoiuytGfd:nth-child(even) {
        left: 0;
        text-align: left;
    }
    .CvbnmklpoiuytGfd:nth-child(odd) .LkjhgfdsawertYui .ZaQwxCdeRfVb,
    .CvbnmklpoiuytGfd:nth-child(even) .LkjhgfdsawertYui .ZaQwxCdeRfVb {
        text-align: left;
    }
    .CvbnmklpoiuytGfd::after,
    .CvbnmklpoiuytGfd:nth-child(odd)::after,
    .CvbnmklpoiuytGfd:nth-child(even)::after {
        left: 22px;
    }
    .PlkjhgfdsawertYuiOp {
        grid-template-columns: 1fr;
    }
    .CvbnmklpoiuytGfdJkL {
        width: 150px;
        height: 150px;
        margin-bottom: 2rem;
    }
    .YhnbgTvfRdcXse .VbNmhGfDsaPq, .LkjahsgdfjkhHjkl {
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .VbghnJuyikMlopq .VgytfcRdxesZaq {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.5rem;
        border-bottom: none;
    }
    .VbghnJuyikMlopq .VgytfcRdxesZaq::-webkit-scrollbar {
        display: none;
    }
    .VbghnJuyikMlopq .CftgvyBuhnij {
        display: inline-block;
    }
    .GhjuytrdfgVbnmklPq {
        grid-template-columns: 1fr;
    }
}
.Lkjhasdflkjhwe {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.Lkjhasdflkjhwe.Lkjhweflkjhwe {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 375px) {
    .UhbvgyTfcrdXe .FghJklQwertyU {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}