.rtc-c5370969-wrapper {
    width: 100%;
}

.rtc-c5370969-nav {
    margin-bottom: 40px;
    overflow: hidden;
}

.rtc-c5370969-nav .swiper-wrapper {
    display: flex;
}

.rtc-c5370969-nav .swiper-slide {
    width: auto;
    flex-shrink: 0;
}

.rtc-c5370969-nav-button {
    background: transparent;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    transition: all 0.3s ease;
    border-radius: 8px;
    white-space: nowrap;
}

.rtc-c5370969-nav-button.active,
.rtc-c5370969-nav-button:hover {
    background-color: #1a2a3a;
    color: #fff;
}

.rtc-c5370969-content {
    overflow: hidden;
    position: relative;
}

.rtc-c5370969-content .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.rtc-c5370969-slide {
    width: 100%;
    flex-shrink: 0;
    transition: opacity 0.3s ease;
}

.rtc-c5370969-slide-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.rtc-c5370969-text {
    flex: 1;
    min-width: 300px;
}

.rtc-c5370969-image {
    flex: 1;
    min-width: 300px;
}

.rtc-c5370969-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

.rtc-c5370969-subtitle {
    color: #d35400;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.rtc-c5370969-title {
    color: #1a2a3a;
    font-size: 42px;
    margin-bottom: 20px;
    margin-top: 0;
}

.rtc-c5370969-desc {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.rtc-c5370969-button {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border: 1px solid #1a2a3a;
    border-radius: 30px;
    color: #1a2a3a;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.rtc-c5370969-button-icon {
	display: inline-flex;
	align-items: center;
	margin-left: 10px;
}

.rtc-c5370969-button-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
}

.rtc-c5370969-button:hover {
    background-color: #1a2a3a;
    color: #fff;
}

@media (max-width: 768px) {
    .rtc-c5370969-slide-inner {
        flex-direction: column-reverse;
    }
}
