.tabs{overflow:hidden;padding-bottom:60px;padding-top:112px;position:relative}@media only screen and (max-width:1023px){.tabs{padding-top:60px}}@media only screen and (max-width:768px){.tabs{padding-bottom:30px;padding-top:30px}}.tabs__btns{display:flex;flex-wrap:wrap}.tabs__btns div{color:var(--Additional-Colours-Grey-2);cursor:pointer;margin-right:60px;padding:10px 0;transition:.2s ease-in-out}@media only screen and (max-width:1023px){.tabs__btns div{margin-right:30px}}@media only screen and (max-width:359px){.tabs__btns div{width:100%}}.tabs__btns div.active,.tabs__btns div:hover{color:var(--Primary-Colours-Cambi-Blue)}.tabs__tab-hld{background-color:var(--Primary-Colours-Cambi-Blue);border-radius:28px;margin:20px 20px 0;padding-bottom:50px;padding-top:85px}@media only screen and (max-width:1023px){.tabs__tab-hld{padding-bottom:0;padding-top:30px}}.tabs__tab{display:none;flex-wrap:wrap;gap:28px;justify-content:space-between}.tabs__tab__content{width:46%}@media only screen and (max-width:1023px){.tabs__tab__content{width:100%}}.tabs__tab__content>div{margin-top:30px}@media only screen and (max-width:768px){.tabs__tab__content>div{margin-top:0}}.tabs__tab__boxes{display:flex;flex-wrap:wrap;justify-content:space-between;width:48.5%}@media only screen and (max-width:1023px){.tabs__tab__boxes{width:100%}}.tabs__tab__boxes .box{background-color:var(--Additional-Colours-White);border-radius:28px;margin-bottom:28px;padding:28px;width:calc(50% - 14px)}@media only screen and (max-width:768px){.tabs__tab__boxes .box{margin-bottom:20px;width:100%}}.tabs__tab__boxes .box svg{margin-bottom:10px}.tabs__tab.active{display:flex}