body {
    font-family: Montserrat;
}

.custom-button {
    color: var(--Color-General-Black, #000);
    /* Body/SemiBold/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 192.857% */
    display: flex;
    height: 48px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 40px;
    border: 2px solid var(--Primary-Default, #DE8130);
    background: #FDF7F1;

}

.custom-button:hover {
    background-color: #DE8130;
    color: white;
}

.custom-button:hover svg {
    stroke: white;
}

#slider-title {
    color: var(--Color-General-Black, #000);
    font-family: Montserrat;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 56px;
    /* 140% */
    letter-spacing: -0.8px !important;
    width: 1202.848px;
    text-transform: none !important;
    margin-bottom: 0 !important;
}

#slider-title strong {
    color: var(--Color-General-Black, #000);
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.8px;
    text-transform: none !important;
    margin-bottom: 0 !important;
}

#hero-11 .caption-txt {
    margin-top: -228.41px;
}

#slider-desc p {
    color: var(--Color-General-Black, #000);
    /* Body/Light/M */
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    /* 170% */
    width: 1223.91px;
    margin-bottom: 12px;
}

.caption-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 1224px;
}

.hero-section .container {
    padding-left: 0px;
}

#black-box {
    display: flex;
    width: 626px;
    height: 233.958px;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 0px 0px 0px 8px;
    background: #000;
}

#detail-info {
    width: 626px;
    border-radius: 8px 8px 0px 0px;
    background: var(--Primary-Default, #DE8130);
    height: 146px;
    padding: 24px;
    padding-bottom: 25.04px;
}

#detail-info-text {
    display: flex;
    height: 94px;
    justify-content: space-between;
    align-self: center;
}

#detail-info-text .custom-button {
    display: flex;
    height: 48px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 40px;
    border: 2px solid var(--Color-General-White, #FFF);
    color: var(--Color-General-White, #FFF);
    background: none;
    /* Body/SemiBold/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 192.857% */
}

#detail-info-text p {
    color: var(--Color-General-White, #FFF);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.18px;
    width: 380.338px;
}

.arrow-box {
    display: flex;
    align-items: center;
    background-color: #000;
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #666;
    /* Arka plan rengi */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.arrow img {
    width: 20px;
    height: 20px;
}


.arrow:hover {
    background-color: #444;
    /* Hover durumunda daha koyu bir renk */
}

#announcements {
    padding: 60px 20px;
    height: 421px !important;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.all-link {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000
}

.announcement-box {
    flex: 1;
    display: flex;
    justify-content: center;
}

.announcement-inner {
    display: flex;
    align-items: center;
    background-color: #FDF7F1;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    height: 14rem;
}

.announcement-image img {
    width: 11rem;
    height: 14rem;
    object-fit: cover;
}

.announcement-content {
    padding: 0px 20px 0px 25px;
    flex: 1;

}

.announcement-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #FF8C00;
    margin-bottom: 10px;
}

.calendar-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.announcement-title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
    margin-bottom: 3.5rem;
}

.details-link {
    font-size: 14px;
    color: #FF8C00;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.details-link img {
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.section-title-2 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #DE8130;
    top: 5px;
    position: relative;
}

#calendar {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #575656;
}

#detail {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000
}


.sbox-3 {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    width: 289.5px;
    height: 205px;
    overflow: hidden;
}

.number {
    color: #DE8130;
    font-size: 50px;
    font-weight: 700;
    padding: 8px;
    height: 140px;
    margin-left: 15px;
}

.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    max-height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: start;
}

#about-2 .container {
    display: flex;
    width: 1250px;
    max-width: 100%;
    flex-direction: column;
}


/* Black Box ve Video Box Row */
#about-2 .container .row {
    display: flex;
    flex-direction: row;
    /* Black ve Video Box'ı yan yana hizalar */
}

#about-2 {
    margin-top: -279.5px;
}


#video-box {
    display: flex;
    width: 594px;
    height: 234px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 0px 8px 8px 0px;
    background: var(--Primary-600, #CD6D18);
}

.content-container {
    transition: height 0.3s ease;
}

.text-clamp {
    max-height: 75px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.text-clamp.expanded {
    max-height: none;
}

.text-clamp-2 {
    max-height: 75px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.text-clamp-2.expanded {
    max-height: none;
}

.sbox-3 {
    transition: height 0.3s ease;
    overflow: hidden;
    position: relative;
}

a.read-more-btn {
    color: #DE8130;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    left: 30px;
    cursor: pointer;
}

a.read-more-btn:hover {
    text-decoration: underline;
    color: #C96F2A;
}


a.read-more-btn-2 {
    color: #DE8130;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    left: 30px;
    cursor: pointer;
}

a.read-more-btn-2:hover {
    text-decoration: underline;
    color: #C96F2A;
}

#expandable-div {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    min-height: 270px;
}

#howSection {
    padding-bottom: 75px;
}

#howTitle {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
    letter-spacing: 0px !important;
}

#howText {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #DE8130;
    margin-bottom: 0
}

#steps {
    display: flex;
    flex-direction: column;
}

.step {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0 10px 0;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    border-bottom: 2px solid #FDF7F1;
    height: 55px;

}

.step.active,
.step:hover {
    color: #DE8130;
    border-bottom: 2px solid #DE8130;
}

.step .icon {
    width: 60px;
    height: 60px;
}

#howImage {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-radius: 12px;
    transition: opacity 0.3s ease;
}

#footer-1 {
    border: 3px solid #F4E3D29E;
}

#dynamicContent h4 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #DE8130;
    margin-bottom: 1rem;
}

#dynamicContent p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

.text-clamp {
    max-height: 75px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.text-clamp.expanded {
    max-height: none;
}

.box {
    width: 400px !important;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 8px 0px;
    padding: 40px 20px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    height: 205px;
    overflow: hidden;
    transition: height 0.3s ease;
    overflow: hidden;
    position: relative;
}

#numbers {
    right: 1rem;
    position: absolute;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

#faqs-title {
    color: var(--Color-General-Black, #000);
    text-align: center;

    /* Heading/H3 */
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.28px;
    margin-bottom: 40px;
}

#faqs-title-head {
    color: var(--Primary-Default, #DE8130);
    text-align: center;

    /* Body/Medium/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 200% */
}

#pills-tab {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

#pills-tab .nav-item .nav-link {
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 36px;
    border: 1px solid var(--Primary-200, #F4E3D2);
    color: var(--Primary-Default, #DE8130);
    /* Body/SemiBold/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 192.857% */
}

#pills-tab .nav-item .nav-link.active {
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 36px;
    background: var(--Primary-Default, #DE8130);
    color: var(--Color-General-White, #FFF);
    /* Body/SemiBold/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 192.857% */
}

#accordion .card {
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
    align-items: flex-start;
    width: 1220px;
    border-radius: 16px;
    border: 1px solid var(--Primary-200, #F4E3D2);
}

#faqs-page {
    padding-top: 0px;
}

#faqs-page .card-header {
    width: 100%;
}

#faqs-page #accordion [data-bs-toggle="collapse"].collapsed:after,
#faqs-page #accordion [data-bs-toggle="collapse"]:after {
    color: #DE8130;
}

.content h1 {
    font-size: 32px;
    margin: 0;
}

.content p {
    font-size: 18px;
    margin-top: 10px;
}

#faq {
    display: flex;
    padding: 64px 244px 0px 244px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: var(--Primary-100, #FDF7F1);
}

#accordion {
    display: flex;
    width: 802px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

#accordion .card .card-body p {
    color: var(--Color-General-Black, #000) !important;
    /* Body/Regular/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

#accordion .card .card-header .h5-xs a {
    color: var(--Color-General-Black, #000) !important;
    /* Body/SemiBold/Default */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.breadcrumb-item a:hover {
    color: #DE8130;
}

.dynamicContent p {
    font-size: 28px;
    color: black;
    font-weight: 300;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #DE80301A;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border-radius: 2px;
    padding: 40px;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border: none;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border: none;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 176px;
    height: 176px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 44.5%;
    margin-left: -25px;
    background-color: #999999;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: #DE8130;
    font-size: 64px;
    opacity: 20%;
    font-weight: 700
}

.timeline-sub-title {
    margin-top: 0;
    color: #DE8130;
    font-size: 20px;
    font-weight: 700
}

.timeline-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

@media (max-width: 1100px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline>li>.timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline>li>.timeline-panel {
        float: right;
    }

    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.side-box ul {
    list-style-type: none;
}

.side-box ul li::before {
    margin-top: 5px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/uploads/bullet-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.mobile-only,
.web-only {
    display: none !important;
}

@media screen and (max-width: 1100px) {
    .mobile-only {
        display: block !important;
    }
}

@media screen and (min-width: 1101px) {
    .web-only {
        display: block !important;
    }
}


.timeline-mobile:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    left: 50%;
    margin-left: -1.5px;
}

.timeline-mobile>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline-mobile>li:before,
.timeline-mobile>li:after {
    content: " ";
    display: table;
}

.timeline-mobile>li:after {
    clear: both;
}

.timeline-mobile>li:before,
.timeline-mobile>li:after {
    content: " ";
    display: table;
}

.timeline-mobile>li:after {
    clear: both;
}

.timeline-mobile>li>.timeline-panel {
    width: 46%;
    float: left;
    border-radius: 2px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.timeline-mobile>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline-mobile>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline-mobile>li>.timeline-badge {
    color: #fff;
    width: 88px;
    height: 88px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0% !important;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline-mobile>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline-mobile>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline-mobile>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: #DE8130;
    font-size: 64px;
    opacity: 20%;
    font-weight: 700
}

.timeline-sub-title {
    margin-top: 0;
    color: #DE8130;
    font-size: 20px;
    font-weight: 700
}

.timeline-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

@media (max-width: 1100px) {
    .dynamicContent p {
        font-size: 20px;
    }

    ul.timeline-mobile:before {
        left: 40px;
    }

    ul.timeline-mobile>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline-mobile>li>.timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline-mobile>li>.timeline-panel {
        float: right;
    }

    ul.timeline-mobile>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline-mobile>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.sbox-3 {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    width: 289.5px;
    height: 205px;
    overflow: hidden;
    transition: height 0.3s ease;
    position: relative;
}

.css1027 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.css1028 {
    padding-bottom: 35px;
}

.css1029 {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.css1030 {
    font-size: 12px;
    font-weight: 500;
}

.css1031 {
    margin-left: 0px;
}

.css1032 {
    font-size: 32px;
    color: black;
    font-weight: 700;
}

.css1033 {
    display: flex;
    justify-content: flex-end;
}

.css1034 {
    text-align: right;
    margin: 0;
}

.css1035 {
    margin-left: 0px;
}

.css1036 {
    font-size: 32px;
    color: black;
    font-weight: 700;
}

.css1037 {
    background-color: #FDF7F1;
}

.css1038 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.css1039 {
    font-size: 40px;
    color: #DE8130;
    font-weight: 700;
}

.css1040 {
    font-size: 16px;
    color: black;
    font-weight: 400;
    line-height: 28px;
}

.css1041 {
    width: 590px !important;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.css1042 {
    height: 75px;
    padding-left: 10px !important;
}

.css1043 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
}

.css1044 {
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}

.css1045 {
    background-color: #FDF7F1;
}

.css1046 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.css1047 {
    padding-bottom: 30px;
}

.css1048 {
    font-size: 40px;
    color: #DE8130;
    font-weight: 700;
}

.css1049 {
    font-size: 16px;
    color: black;
    font-weight: 400;
}

.css1050 {
    height: 270px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px !important;
    width: 600px !important;
    margin-left: 0px;
    margin-right: 15px;
}

.css1051 {
    height: 75px;
}

.css1052 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
}

.css1053 {
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}

.css1054 {
    padding-left: 30px;
    padding-right: 30px;
}

.css1055 {
    margin-top: 10px;
    color: #DE8130;
    border: none;
    font-size: 14px;
    font-weight: 500;
}

.css1056 {
    margin-right: 10px;
}

.css1057 {
    background-color: #FDF7F1;
    padding-top: 50px;
}

.css1058 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.css1059 {
    padding-bottom: 40px;
}

.css1060 {
    font-size: 40px;
    color: #DE8130;
    font-weight: 700;
}

.css1061 {
    height: 200px;
    padding-left: 15px;
    padding-right: 30px;
    margin-bottom: 15px !important;
}

.css1062 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
}

.css1063 {
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}

.css1064 {
    padding-left: 30px;
    padding-right: 30px;
}

.css1065 {
    margin-top: 10px;
    color: #DE8130;
    border: none;
    font-size: 14px;
    font-weight: 500;
}

.css1066 {
    margin-right: 10px;
}

.css1067 {
    padding-top: 50px;
    padding-bottom: 72px;
}

.css1068 {
    align-content: center;
}

.css1069 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.css1070 {
    font-size: 40px;
    color: #DE8130;
    font-weight: 700;
}

.css1071 {
    font-size: 16px;
    color: black;
    font-weight: 400;
}

.css1072 {
    height: 286px;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 30px;
    border-radius: 16px;
}

.css1073 {
    padding-right: 30px;
}

.css1074 {
    font-size: 20px;
    font-weight: 700;
    padding-right: 30px;
    padding-left: 15px;
}

.css1075 {
    font-size: 14px;
    font-weight: 400;
    padding-right: 30px;
    max-height: none;
    margin-bottom: 15px;
}

.css1076 {
    padding-right: 30px;
    margin-bottom: 30px;
}

.css1077 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 30px;
}

.css1078 {
    font-size: 14px;
    font-weight: 400;
    padding-right: 30px;
    max-height: none;
}

.css1079 {
    height: 286px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: black;
    border-radius: 16px;
}

.css1080 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.css1081 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-left: -15px;
}

.css1082 {
    margin-bottom: 30px;
}

.css1083 {
    min-height: 200px;
}

.css1084 {
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    display: flex;
}

.css1085 {
    color: white;
    background-color: #DE8130;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 140px;
    padding: 10px;
}

.css1086 {
    font-size: 64px;
    font-weight: 700;
    margin: 0;
    margin-left: 30px;
    line-height: 1;
}

.css1087 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-left: 30px;
    line-height: 1.5;
}

.css1088 {
    color: white;
    background-color: black;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    flex: 1;
    padding: 10px;
}

.css1089 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
    margin-left: 35px;
    line-height: 30px;
    padding-bottom: 30px;
}

.css1090 {
    font-size: 14px;
    margin-top: 40px;
    font-weight: 400;
    padding-bottom: 30px;
    color: #FFFFFFCC;
}

.css1091 {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.css1092 {
    border: 2px solid white;
    color: white;
    border-radius: 40px;
    padding: 8px 16px;
    height: 48px;
    width: 154px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.css1093 {
    margin-top: 3px;
    margin-right: 10px;
    font-weight: 600;
    font-size: 14px;
}

.css1094 {
    background-color: #FDF7F1;
    padding-top: 0px;
    padding-bottom: 0px;
}

.css1095 {
    padding-top: 100px;
    padding-bottom: 20px;
}

.css1096 {
    text-align: end;
}

.css1097 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.css1098 {
    margin-right: 3rem;
    margin-left: 3rem;
    margin-top: 3rem;
}

.css1099 {
    margin-left: 0px;
}

.css1100 {
    padding-left: 0;
    margin-left: 3rem;
    margin-right: 3rem;
}

.css1101 {
    font-size: 32px;
    color: black;
    font-weight: 700;
}

.css1102 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -15px;
}

.css1103 {
    width: 100%;
    text-align: center;
}

.css1104 {
    max-width: 100%;
    height: auto;
}

.css1105 {
    background-color: #FDF7F1;
}

.css1106 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.css1107 {
    font-size: 40px;
    color: #DE8130;
    font-weight: 700;
}

.css1108 {
    font-size: 16px;
    color: black;
    font-weight: 400;
    line-height: 28px;
}

.css1109 {
    width: 590px !important;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 3rem;
}

.css1110 {
    height: 75px;
    padding-left: 10px !important;
}

.css1111 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
}

.css1112 {
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}

.css1113 {
    background-color: #FDF7F1;
}

.css1114 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.css1115 {
    padding-bottom: 30px;
}

.css1116 {
    font-size: 40px;
    color: #DE8130;
    font-weight: 700;
}

.css1117 {
    font-size: 16px;
    color: black;
    font-weight: 400;
}

.css1118 {
    height: 270px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px !important;
    width: 600px !important;
    margin-left: 0px;
    margin-right: 15px;
}

.css1119 {
    height: 75px;
}

.css1120 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
}

.css1121 {
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}

.css1122 {
    padding-left: 30px;
    padding-right: 30px;
}

.css1122 a {
    margin-top: 10px;
    color: #DE8130;
    border: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.css1122 a span {
    margin-right: 10px;
}

.css1123 {
    background-color: #FDF7F1;
    padding-top: 50px;
}

.css1124 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.css1125 {
    padding-bottom: 40px;
}

.css1126 {
    font-size: 40px;
    color: #DE8130;
    font-weight: 700;
}

.css1127 {
    height: 200px;
    padding-left: 15px;
    padding-right: 30px;
    margin-bottom: 15px !important;
}

.css1128 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
}

.css1129 {
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}

.css1130 {
    padding-left: 30px;
    padding-right: 30px;
}

.css1130 a {
    margin-top: 10px;
    color: #DE8130;
    border: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.css1130 a span {
    margin-right: 10px;
}

.css1131 {
    padding-top: 50px;
    padding-bottom: 72px;
}

.css1132 {
    align-content: center;
    padding-right: 0;
}

.css1133 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.css1134 {
    font-size: 40px;
    color: #DE8130;
    font-weight: 700;
}

.css1135 {
    font-size: 16px;
    color: black;
    font-weight: 400;
}

.css1136 {
    height: 286px;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 30px;
    border-radius: 16px;
}

.css1137 {
    padding-left: 5%;
    padding-right: 30px;
}

.css1138 {
    font-size: 20px;
    font-weight: 700;
    padding-right: 30px;
    padding-left: 15px;
}

.css1139 {
    font-size: 14px;
    font-weight: 400;
    padding-right: 30px;
    max-height: none;
    margin-bottom: 15px;
}

.css1140 {
    padding-left: 3%;
    margin-left: 0;
    padding-right: 30px;
    margin-bottom: 30px;
}

.css1141 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 30px;
}

.css1142 {
    font-size: 14px;
    font-weight: 400;
    padding-right: 30px;
    max-height: none;
}

.css1143 {
    height: 286px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: black;
    border-radius: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
}

.css1144 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.css1145 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-left: -15px;
    text-align: center;
}

.css1146 {
    margin-bottom: 30px;
}

.css1147 {
    min-height: 200px;
}

.css1148 {
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    display: flex;
}

.css1149 {
    color: white;
    background-color: #DE8130;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 140px;
    padding: 10px;
}

.css1150 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    margin-left: 30px;
    line-height: 1;
}

.css1151 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-left: 30px;
    line-height: 1.5;
}

.css1152 {
    color: white;
    background-color: black;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    flex: 1;
    padding: 10px;
}

.css1153 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
    margin-left: 35px;
    line-height: 30px;
    padding-bottom: 30px;
}

.css1154 {
    font-size: 14px;
    margin-top: 40px;
    font-weight: 400;
    padding-bottom: 30px;
    color: #FFFFFFCC;
}

.css1155 {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.css1156 {
    border: 2px solid white;
    color: white;
    border-radius: 40px;
    padding: 8px 16px;
    height: 48px;
    width: 154px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.css1157 {
    margin-top: 3px;
    margin-right: 10px;
    font-weight: 600;
    font-size: 14px;
}

.css1158 {
    background-color: #FDF7F1;
    padding-top: 0px;
    padding-bottom: 0px;
}

.css1159 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.css1160 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.css1161 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.css1162 {
    font-size: 45px;
}

.css1163 {
    font-size: 20px;
}

.css1164 {
    font-size: 16px;
    line-height: 1.6;
}

li::marker {
    display: none !important;
    color: #fdf7f1;
}