section.section_hopscotch {padding:50px;width:100%;}section.section_hopscotch .flares_container {display: flex;flex-direction: row;gap:2rem;}section.section_hopscotch .hopscotch_container {max-width: 1200px;width: 100%;margin: auto;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops {display: flex;flex-direction: column;gap: 100px;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop {display: grid;grid-template-columns: 1fr 1fr;grid-template-areas: "a b";gap: 50px;text-align: left;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop .image_container {border-radius: 30px;overflow: hidden;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop .image_container img {border-radius: 30px;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop .content_container {display: flex;flex-direction: column;justify-content: space-between;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop .content_container h4 {font-family: radialregular;font-size: 48px;font-style: normal;font-weight: 600;line-height: normal;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop.odd .image_container {grid-area: a;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop.odd .content_container {grid-area: b;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop.even .image_container {grid-area: b;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop.even .content_container {grid-area: a;}section.section_hopscotch .hopscotch_container .hopscotch .cta_container .cta_button {margin:0;}@media only screen and (max-width: 1024px) {section.section_hopscotch {padding: 0 50px 0 50px;margin-top:-10px;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop {display: flex;flex-direction: column;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop {flex-direction: column-reverse;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop .content_container h4 {margin-bottom:25px;font-size: 36px;line-height: 42px;}section.section_hopscotch .flares_container {margin-top:25px;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop .image_container {text-align: center;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop .cta_container {justify-content: center;justify-items: center;margin-top:40px;}}@media only screen and (max-width: 960px) {section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop .content_container h4 {font-size: 36px;line-height: 42px;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops {gap:50px;}}@media only screen and (max-width: 490px) {section.section_hopscotch {padding: 0 25px 0 25px;}section.section_hopscotch .hopscotch_container .hopscotch .hopscotch_inner .hops .hop .content_container h4 {font-size: 24px;line-height: 32px;}}