.offeringCtn{padding:var(--p)}.offeringButtonCtn{margin-bottom:20px}.offeringButton{background:none;border:none;font-family:var(--geo);font-weight:500;font-size:16px;padding:5px 0;margin-right:15px;cursor:pointer;position:relative;z-index:10}.offeringButton:after{position:absolute;content:"";bottom:0;left:0;width:100%;height:2px;transform-origin:right;background:#000;transform:scaleX(0);transition:transform .5s ease}.offeringButton.active:after{transform-origin:left;transform:scaleX(1)}.offeringSplitCtn{height:33vw;position:relative}.offeringSplit{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;opacity:0;visibility:hidden;transition:all 1s var(--cEaseInOut)}.offeringSplit.active{opacity:1;visibility:visible}.offeringTitles{width:35%;height:100%}.offeringDiscs{position:relative;width:40%;height:100%}.offeringButtons{width:95px;display:flex;justify-content:space-between;align-items:center}.offeringTitle{font-weight:300;font-family:var(--sang);margin:0;--lh:7vw;line-height:var(--lh);font-size:6vw;transform:translateY(-50%);transition:all 1s var(--cEaseInOut)}.offeringDiscCtn,.offeringTitle{position:absolute;top:50%;opacity:0}.offeringDiscCtn{transform:translateY(calc(-50% + 40px));width:100%;visibility:hidden;transition:all 1s var(--cEaseInOut),opacity .3s ease}.offeringDiscCtn.active{opacity:1;transform:translateY(-50%);visibility:visible}.fakeOfferingTitle{display:none}.offeringButtonSingle{background:none;border:none;padding:0;margin:0;--w:41px;cursor:pointer;width:var(--w);height:var(--w);transition:opacity .5s var(--cEaseInOut)}.offeringButtonSingle:disabled{opacity:.3}.offeringButtonSingle.offeringLeft svg{transform:rotate(180deg)}.verticalBar{position:absolute;bottom:0;left:45%;height:2px;width:55%;background:#dedede}.verticalBar .bar{width:20%;height:100%;background:#000;transition:transform 1s var(--cEaseInOut)}@media screen and (max-width:1100px){.offeringSplit{flex-direction:column}.offeringTitles{display:none}.offeringDiscs{width:100%;height:70%}.fakeOfferingTitle{display:block;font-weight:300;font-family:var(--sang);margin:0;line-height:50px;font-size:40px}.verticalBar{position:relative;height:2px;width:100%;margin-top:30px;left:0}.verticalBar .bar{width:20%;height:100%}.offeringSplitCtn{height:55vh}}.aboutIntroCtn .introDisc{font-size:40px;line-height:56px;width:85%}.aboutIntroCtn .introDisc,.officeQuote{font-family:var(--sang);font-weight:300}.officeQuote{font-size:30px;line-height:44px;width:55%;margin:200px 0 0 auto;font-style:italic}@media screen and (max-width:1100px){.aboutIntroCtn .introDisc,.officeQuote{width:100%;font-size:16px;line-height:28px}.officeQuote{margin-top:50px}}.officeTestCtn{padding:10% var(--p)}.officeTestFlex{position:relative;padding-bottom:40px;height:0;display:flex;justify-content:space-between;align-items:center;transition:height .5s var(--cEaseInOut)}.officeTests{width:85%;position:relative;height:100%}.officeTestButtons{display:flex;justify-content:space-between;width:95px}.testCtn.active{opacity:1;visibility:visible}.testCtn{opacity:0;visibility:hidden;position:absolute;top:0;left:0;transition:all .3s ease}.test{font-family:var(--sang);font-weight:300;font-size:47px;line-height:66px;margin:30px 0 45px;font-style:italic}.officeBarCtn{display:none;position:absolute;bottom:0;left:45%;width:55%;height:2px;background:#dedede}.officeBarCtn .bar{width:20%;height:100%;transition:transform 1s var(--cEaseInOut);background:#000}@media screen and (max-width:1100px){.officeTestFlex{flex-direction:column}.officeTests{width:100%}.test{font-size:16px;line-height:28px}}