.tabcon {width:90%;margin:20px auto;text-align:center;overflow:hidden;}
.tabbuttons {overflow:hidden;width:100%;list-style:none;margin:0;border-bottom:2px solid #7FFFE2;padding:0;position:relative;white-space:nowrap;}
.tabbuttons li {float:left;margin-right:5px;display:inline-block;vertical-align:middle;}
.tabbuttons li a {display:block;font-size:13pt;border:2px solid #17b497;border-bottom:0;color:#17b497;background:#000;text-transform:uppercase;font-weight:bold;padding:13px 10px 10px 10px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:0;border-bottom-left-radius:0;line-height:13pt;font-family:'Arteche';}
.tabbuttons li.previoustablist a, .tabbuttons li.nexttablist a {padding:13px 10px 10px 10px;}
.tabbuttons li.activetablink a, .tabbuttons li a:hover {background:linear-gradient(to right, #7FFFE2, #CFFC90, #EFFB70, #CFFC90, #7FFFE2);color:#000;border:2px solid #7FFFE2;border-bottom:0;}
.tabcontent {background:linear-gradient(to bottom, #00162a 0%, #00162a 30%, #012140 30%, #012140 50%, #00455f 50%, #00455f 65%, #006270 65%, #006270 78%, #007b71 78%, #007b71 84%, #008d73 84%, #008d73 100%);padding:20px 2%;box-shadow:0 2px 3px rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 10%);border-top-left-radius:20px;border-top-right-radius:20px;width:100%;text-align:left;padding-top:50px;}
.tabcontent .container {max-width:100%;}
.tabcontent.no-background {background:none;}
.tab {display:none;}
.tab.activetab {display:block;}
.tabbuttons li.previoustablist, .tabbuttons li.nexttablist {display:none;}
.tabbuttons.nav-enabled li.previoustablist, .tabbuttons.nav-enabled li.nexttablist {display:inline-block;}
@media only screen and (max-width:550px) {.tabbuttons li{display:inline-block;float:none;}.tabbuttons li a{font-size:11pt;padding:8px 5px 8px 5px;}.tabbuttons li.previoustablist a, .tabbuttons li.nexttablist a{padding:8px 10px 8px 10px;}}

html, body {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}