:root{--primary-background-color:#BDE6FB}.page__content{padding-top:0;display:flex}@media only screen and (min-width:960px){.page__content{background:linear-gradient(90deg,#fff 0,#fff 50%,var(--primary-background-color) 50%,var(--primary-background-color) 100%)}}.split-screen{width:100%;align-items:stretch}.split-screen__container{overflow:hidden;height:100%}.split-screen__inner-container{display:flex;flex-direction:column;align-content:center;justify-content:center;padding:0 40px}.split-screen__left{display:flex;flex-flow:column nowrap;justify-content:center}.split-screen__right{background-color:var(--primary-background-color);position:relative}@media only screen and (min-width:960px){.split-screen__right{background-color:transparent;display:flex;flex-flow:column nowrap;justify-content:center;height:auto}}.split-screen__right:before{content:"";display:block;position:absolute;background:var(--primary-background-color);top:-19px;left:0;width:100%;height:20px;clip-path:polygon(75.8% 0,43.7% 89.2%,16.2% 0,0 89.2%,0 100%,100% 100%,100% 89.2%)}@media only screen and (min-width:960px){.split-screen__right:before{top:0;left:-20px;width:20px;height:100%;clip-path:polygon(89.2% 0,0 24.2%,89.2% 56.3%,0 83.8%,89.2% 100%,100% 100%,100% 0)}}