/* Start: List */
.cms_tg_lst { width: 100%; }
/* End: List */

/* Start: Box */
.cms_tg_box { position: relative; display: flex; align-items: center; gap: 35px 40px; max-width: 1170px; width: 100%; min-height: 642px; margin: 0 0 -62px 0; }
.cms_tg_box_reverse { margin: 0 0 -62px auto; }
.cms_tg_lst > .cms_tg_box:last-of-type { margin: 0; }
.cms_tg_lst > .cms_tg_box:last-of-type.cms_tg_box_reverse { margin: 0 0 0 auto; }
/* End: Box */

/* Start: Circle */
.cms_tg_box:before { content: ""; position: absolute; z-index: -1; top: 50%; left: 36%; transform: translateY(-50%); width: 642px; height: 642px; border-radius: 50%; }
.cms_tg_box_reverse:before { left: 12%; }

.cms_tg_box_1:before { background: linear-gradient(90deg, rgba(211,234,140,0.00) 0%, var(--color-orange-bright) 100%); }
.cms_tg_box_2:before { background: linear-gradient(90deg, rgba(211,234,140,0.00) 0%, var(--color-orange-secondary) 100%); }
.cms_tg_box_3:before { background: linear-gradient(90deg, rgba(211,234,140,0.00) 0%, var(--color-green-secondary) 100%); }
.cms_tg_box_4:before { background: linear-gradient(90deg, rgba(211,234,140,0.00) 0%, var(--color-green-primary) 100%); }

.cms_tg_box_1.cms_tg_box_reverse:before { background: linear-gradient(90deg, var(--color-orange-bright) 0%, rgba(211,234,140,0.00) 100%); }
.cms_tg_box_2.cms_tg_box_reverse:before { background: linear-gradient(90deg, var(--color-orange-secondary) 0%, rgba(211,234,140,0.00) 100%); }
.cms_tg_box_3.cms_tg_box_reverse:before { background: linear-gradient(90deg, var(--color-green-secondary) 0%, rgba(211,234,140,0.00) 100%); }
.cms_tg_box_4.cms_tg_box_reverse:before { background: linear-gradient(90deg, var(--color-green-primary) 0%, rgba(211,234,140,0.00) 100%); }
/* End: Circle */

/* Start: Image */
.cms_tg_imgContainer { position: relative; z-index: 1; width: 50.79646017699115%; }
.cms_tg_imgFixZindex { z-index: 12; }
.cms_tg_imgBox { width: 100%; }
.cms_tg_imgBox > picture { display: flex; width: 100%; padding: 0 0 64.45993031358884% 0; }
.cms_tg_imgBox > picture > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; }
.cms_tg_imgLegend { display: none; }
/* End: Image */

/* Start: Text */
.cms_tg_text_box { display: flex; flex-direction: column; gap: 35px; align-items: flex-end; width: 49.20353982300885%; margin: 79px 0 0 0; }
.cms_tg_box_reverse .cms_tg_text_box { order: -1; }
.cms_tg_text > h2 { font-weight: 300; font-size: 52px; line-height: 97px; padding: 0; }
.cms_tg_text > p { padding: 0; }
.cms_tg_text_box > a.art_link.b1 { margin: 0 80px 0 0; }
/* End: Text */

@media screen and (max-width: 959px) {
    /* Start: List */
    .cms_tg_lst { display: flex; flex-direction: column; gap: 30px; }
    /* End: List */

    /* Start: Box */
    .cms_tg_box { flex-direction: column; align-items: flex-start; max-width: none; min-height: 778px; padding: 60px 0 0 0; margin: 0; }
    .cms_tg_box_reverse { margin: 0; }
    .cms_tg_lst > .cms_tg_box:last-of-type.cms_tg_box_reverse { margin: 0; }
    /* End: Box */

    /* Start: Circle */
    .cms_tg_box:before { top: 0; left: 50%; transform: translateX(-50%); width: 778px; height: 778px; }
    .cms_tg_box_reverse:before { left: 50%; }
    /* End: Circle */

    /* Start: Image */
    .cms_tg_imgContainer { width: 100%; }
    /* End: Image */

    /* Start: Text */
    .cms_tg_text_box { gap: 21px; align-items: flex-start; width: 100%; margin: 0; order: -1; }
    .cms_tg_text_box > a.art_link.b1 { margin: 0; }
    /* End: Text */
}