.ultimate-container.multiContent{z-index:100;position:relative;max-width:var(--content-box-width);width:90%;margin:6em auto 5em}.ultimate-container .header .coloredText,.ultimate-container .text-area span{background:var(--main-green-gradient-reverse);-webkit-background-clip:text;color:transparent}.ultimate-container .header h2{font-size:1.8em;font-weight:600;letter-spacing:-2px;line-height:1.2;color:var(--text-green)}.ultimate-container .buttons{display:flex;justify-content:center;margin-bottom:0;flex-wrap:nowrap;margin-top:1em}.ultimate-container .buttons button{background-color:#f1f2f3;color:var(--text-main);padding:10px;font-size:var(--font-16);cursor:pointer;margin:5px;transition:all .3s ease;border-radius:10px;text-align:center;border:1px solid transparent;flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;max-width:200px}.ultimate-container .buttons button.active{background:var(--main-green-gradient-reverse);-webkit-background-clip:text;transition:all .5s ease;background:linear-gradient(var(--main-white),var(--main-white)) padding-box,var(--main-green-gradient-reverse) border-box;border:1px solid transparent}.ultimate-container .buttons button:hover{background-color:#33383d1b}.ultimate-container .buttons button:hover span{color:#66707ac3}.ultimate-container .buttons button.active span{background:var(--main-green-gradient-reverse);-webkit-background-clip:text;color:transparent;transition:all .5s ease}.ultimate-container .content{padding:2em 0 2em 2em;border-radius:20px}.ultimate-container .contentItem{display:flex;flex-direction:row;align-items:center;text-align:center;height:100%;min-height:450px;place-content:space-between;gap:1em}.ultimate-container .text-area{width:45%;text-align:left}.ultimate-container .text-area h3{margin-bottom:1em;color:#33383d;font-weight:600;font-size:1.5em}.ultimate-container .text-area p{color:var(--text-main);margin-bottom:1em}.ultimate-container .text-area ul{list-style-type:none;padding-left:0;margin-bottom:1em;margin-top:2em}.ultimate-container .text-area li{color:var(--text-main);margin-bottom:.7em;position:relative;padding-left:1.5em;font-weight:600;font-size:var(--font-18)}.ultimate-container .text-area li:before{content:"•";color:var(--enh-green);position:absolute;left:0}.ultimate-container .image-area{width:55%;display:flex;justify-content:flex-end;position:relative;padding:1em}.ultimate-container .image-area img{max-width:700px;height:auto;width:100%;border-radius:.5em}@media (max-width:1350px){.ultimate-container .buttons{flex-wrap:wrap}.ultimate-container .buttons button{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 10px);max-width:calc(50% - 10px)}.ultimate-container .contentItem{min-height:420px;gap:0}}@media (max-width:800px){.ultimate-container .buttons{flex-wrap:wrap;justify-content:space-between}.ultimate-container .contentItem{min-height:380px;gap:0}.ultimate-container .buttons button{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 10px);max-width:calc(50% - 10px)}}@media (max-width:768px){.ultimate-container .buttons{flex-direction:column}.ultimate-container .buttons button{max-width:100%;margin:5px 0}.ultimate-container .content{margin-top:3em}.ultimate-container .contentItem{flex-direction:column;overflow:hidden}.ultimate-container .image-area{min-width:250px;margin-top:1em}.ultimate-container .image-area,.ultimate-container .text-area{width:100%}.ultimate-container .content{padding:1em 0 1em 1em}}