/* ::: Theme 2 */
:root {
    --primary: #72C37E;
    --blue: #1C8271;
    --navy: #333333;
    --navy-dark: #1F1F1F;
    --gold: #0BC5FE;
    --green-rich: #008000;
    --green-bright: #66CC66;
    --link-color: #0BC5FE;
    --heading-color: #031F1F;
    --arrow-color-mobile: #ffffff;
    --arrow-color-mobile-active: #66CC66;
    --arrow-color-desktop: #031F1F;
    --arrow-color-desktop-active: #66CC66;
}

.section--component-5 {
   background: #29C3AA;
}