.toggle-content-module{display:flex;justify-content:space-between;width:100%}.toggle-content-module__tabs{width:33%}.toggle-content-module__content{width:65%}.toggle-content-module__tabs__item{align-items:center;background-color:#65b3a4;border-radius:10px;cursor:pointer;display:flex;height:48px;margin-bottom:12px;padding-left:20px;width:100%}.toggle-content-module__tabs__item p{color:#fff;margin:0}.toggle-content-module__tabs__item.active{background-color:#04127c;position:relative}.toggle-content-module__tabs__item.active p{font-weight:700}.toggle-content-module__tabs__item.active:before{border:12px solid transparent;border-left-color:#04127c;content:"";position:absolute;right:-20px;top:50%;transform:translateY(-50%)}.toggle-content-module__content__item{background-color:#fff;border:1px solid #bebebe;border-radius:10px;display:none;overflow:hidden;padding:20px 40px;position:relative}.toggle-content-module__content__item:before{background:linear-gradient(90deg,#04127c,#65b3a4);content:"";height:100%;left:0;position:absolute;top:99%;width:100%}.toggle-content-module__tabs-mobile{display:none}@media(max-width:765px){.toggle-content-module__tabs{width:47%}.toggle-content-module__content{width:50%}}@media(max-width:500px){.toggle-content-module__content,.toggle-content-module__tabs{display:none}.toggle-content-module__tabs-mobile{display:block;width:100%}.toggle-content-module__tabs-mobile__item__tabs{align-items:center;background-color:#65b3a4;border-radius:10px;cursor:pointer;display:flex;height:48px;justify-content:center;margin-bottom:12px;width:100%}.toggle-content-module__tabs-mobile__item__tabs p{color:#fff;font-size:1.125rem;margin:0}.toggle-content-module__tabs-mobile__item__tabs.active{background-color:#04127c;position:relative}.toggle-content-module__tabs-mobile__item__tabs.active p{font-weight:700}.toggle-content-module__tabs-mobile__item__tabs.active:before{border:12px solid transparent;border-top-color:#04127c;bottom:-44%;content:"";position:absolute;right:44%;transform:translateX(-50%)}.toggle-content-module__tabs-mobile__item__content{background-color:#fff;border:1px solid #bebebe;border-radius:10px;display:none;margin-bottom:20px;overflow:hidden;padding:20px 40px;position:relative}.toggle-content-module__tabs-mobile__item__content:before{background:linear-gradient(90deg,#04127c,#65b3a4);content:"";height:100%;left:0;position:absolute;top:99%;width:100%}}