.team1 {
  color: #cc4848 !important;
}
.team2 {
  color: #5d91ac !important;
}
.team3 {
  color: #c7a759 !important;
}
.team4 {
  color: #467b5a !important;
}
.team0overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
.team1overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
.team2overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
.team3overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
.team4overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
/*
.teampic1{background-image: url("../teams/images/team1.png");}
.teampic2{background-image: url("../teams/images/team2.png");}
.teampic3{background-image: url("../teams/images/team3.png");}
.teampic4{background-image: url("../teams/images/team4.png");}
*/
.stonebtn {
  display: flex;
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
  cursor: pointer;
  border: solid 1px #FFC107;
  background-color: rgba(255, 193, 7, 0.03);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 193, 7, 0.3);
}
.stonebtn .btn-text {
  font-family: "Oswald", sans-serif;
  padding: 9px 34px;
  text-align: center;
  user-select: none;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.stonebtn .btn-container {
  display: none;
  grid-row-start: 1;
  grid-column-start: 1;
  background-image: url(images/stonebtn_middle.png);
  background-repeat: repeat-x;
  justify-content: space-between;
}
.wrapper {
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.wrapper .content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  padding: 15px;
  padding-top: 24px;
  box-sizing: border-box;
}
.wrapper .content .page-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .content .page-title .title {
  position: absolute;
  white-space: nowrap;
  bottom: -10%;
}
.wrapper .content .page-title .title h1 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.wrapper .content .page-title .title-background {
  background-image: url("images/title_background.png");
  background-size: contain;
  aspect-ratio: 16 / 3.845;
  width: 210px;
}
.wrapper .frame {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 11;
  pointer-events: none;
  overflow: hidden;
}
.wrapper .frame .sg-logo {
  background-image: url("../login/images/logo_border.png");
  background-position-x: center;
  width: 182px;
  height: 75px;
  position: absolute;
  top: 10px;
  z-index: 3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  margin: auto;
  left: 0;
  right: 0;
  filter: drop-shadow(0 3px 0.3rem rgba(0, 0, 0, 0.5));
}
.wrapper .frame .frame-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper .frame .frame-container .frame-header {
  height: 47px;
  width: 100%;
  background-image: url("images/frame_header.png");
  background-position-x: center;
  display: none;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.53);
}
.wrapper .frame .frame-container .frame-header.active {
  display: block;
}
.wrapper .frame .frame-container .frame-footer {
  height: 56px;
  width: 100%;
  background-image: url("images/frame_footer.png");
  background-position-x: center;
  background-size: contain;
  bottom: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.wrapper .frame .frame-container .frame-footer.active {
  display: block;
}
.wrapper .frame .frame-container .frame-footer-highlight {
  height: 22px;
  width: 100%;
  background-position-x: center;
  background-size: contain;
  bottom: 40px;
  position: absolute;
  z-index: 9;
  display: none;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.53);
}
.wrapper .frame .frame-container .frame-footer-highlight.active {
  display: block;
}
.wrapper .frame .frame-container .frame-diamond {
  height: 30px;
  width: 30px;
  background-size: contain;
  top: 45%;
  position: absolute;
  z-index: 13;
  display: none;
  filter: drop-shadow(0 0 0.3rem black);
}
.wrapper .frame .frame-container .frame-diamond.left {
  left: -15px;
}
.wrapper .frame .frame-container .frame-diamond.right {
  right: -15px;
}
.wrapper .frame .frame-container .frame-diamond.active {
  display: block;
}
.wrapper .frame .frame-container .frame-border-corners {
  position: absolute;
  background-repeat: no-repeat;
  width: 95px;
  height: 95px;
  z-index: 1;
}
.wrapper .frame .frame-container .frame-border-corners.top-left {
  top: 0;
  left: 0;
  background-image: url("images/border_top_left.png");
}
.wrapper .frame .frame-container .frame-border-corners.top-right {
  top: 0;
  right: 0;
  background-image: url("images/border_top_right.png");
}
.wrapper .frame .frame-container .frame-border-corners.bottom-left {
  bottom: 0;
  left: 0;
  background-image: url("images/border_bottom_left.png");
}
.wrapper .frame .frame-container .frame-border-corners.bottom-right {
  bottom: 0;
  right: 0;
  background-image: url("images/border_bottom_right.png");
}
.wrapper .frame .frame-container .frame-border-top {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url("images/border_top.jpg");
  background-repeat: repeat-x;
  height: 10px;
}
.wrapper .frame .frame-container .frame-border-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url("images/border_bottom.jpg");
  background-repeat: repeat-x;
  background-size: contain;
  height: 11px;
}
.wrapper .frame .frame-container .frame-border-right {
  position: absolute;
  right: 0;
  height: 100%;
  background-image: url("images/border_right.jpg");
  background-repeat: repeat-y;
  width: 10px;
}
.wrapper .frame .frame-container .frame-border-left {
  position: absolute;
  left: 0;
  height: 100%;
  background-image: url("images/border_left.jpg");
  background-repeat: repeat-y;
  width: 10px;
}
.wrapper .frame .frame-container.team1 .frame-footer-highlight {
  background-image: url("images/frame_footer_highlight_team1.png");
}
.wrapper .frame .frame-container.team1 .frame-diamond {
  background-image: url("images/frame_diamond_team1.png");
}
.wrapper .frame .frame-container.team1 .frame-border-corners.top-left {
  background-image: url("images/border_top_left_team1.png");
}
.wrapper .frame .frame-container.team1 .frame-border-corners.top-right {
  background-image: url("images/border_top_right_team1.png");
}
.wrapper .frame .frame-container.team2 .frame-footer-highlight {
  background-image: url("images/frame_footer_highlight_team2.png");
}
.wrapper .frame .frame-container.team2 .frame-diamond {
  background-image: url("images/frame_diamond_team2.png");
}
.wrapper .frame .frame-container.team2 .frame-border-corners.top-left {
  background-image: url("images/border_top_left_team2.png");
}
.wrapper .frame .frame-container.team2 .frame-border-corners.top-right {
  background-image: url("images/border_top_right_team2.png");
}
.wrapper .frame .frame-container.team3 .frame-footer-highlight {
  background-image: url("images/frame_footer_highlight_team3.png");
}
.wrapper .frame .frame-container.team3 .frame-diamond {
  background-image: url("images/frame_diamond_team3.png");
}
.wrapper .frame .frame-container.team3 .frame-border-corners.top-left {
  background-image: url("images/border_top_left_team3.png");
}
.wrapper .frame .frame-container.team3 .frame-border-corners.top-right {
  background-image: url("images/border_top_right_team3.png");
}
.wrapper .frame .frame-container.team4 .frame-footer-highlight {
  background-image: url("images/frame_footer_highlight_team4.png");
}
.wrapper .frame .frame-container.team4 .frame-diamond {
  background-image: url("images/frame_diamond_team4.png");
}
.wrapper .frame .frame-container.team4 .frame-border-corners.top-left {
  background-image: url("images/border_top_left_team4.png");
}
.wrapper .frame .frame-container.team4 .frame-border-corners.top-right {
  background-image: url("images/border_top_right_team4.png");
}
.txtwrapper {
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  position: relative;
}
.txtwrapper .txtcontent {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
  text-align: center;
}
.txtwrapper .txtcontent.right {
  text-align: right;
}
.txtwrapper .txtcontent.center {
  text-align: center;
}
.txtwrapper .txtframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.53);
}
.txtwrapper .txtframe .txtframe-container {
  height: 100%;
  position: relative;
  background-color: #88674b;
}
.txtwrapper .txtframe .txtframe-container.bkgimage {
  background-image: url("images/copyframe_background.png");
  background-size: 97% 97%;
  background-position: center;
}
.txtwrapper .txtframe .txtframe-container .txtframe-border-corners {
  position: absolute;
  background-repeat: no-repeat;
  width: 13px;
  height: 26px;
  z-index: 1;
}
.txtwrapper .txtframe .txtframe-container .txtframe-border-corners.top-left {
  top: 0;
  left: 0;
  background-image: url("images/copyframe_top_left.png");
}
.txtwrapper .txtframe .txtframe-container .txtframe-border-corners.top-right {
  top: 0;
  right: 0;
  background-image: url("images/copyframe_top_right.png");
}
.txtwrapper .txtframe .txtframe-container .txtframe-border-corners.bottom-left {
  bottom: 0;
  left: 0;
  background-image: url("images/copyframe_bottom_left.png");
}
.txtwrapper .txtframe .txtframe-container .txtframe-border-corners.bottom-right {
  bottom: 0;
  right: 0;
  background-image: url("images/copyframe_bottom_right.png");
}
.txtwrapper .txtframe .txtframe-container .txtframe-border-top {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url("images/copyframe_top.png");
  background-repeat: repeat-x;
  height: 7px;
}
.txtwrapper .txtframe .txtframe-container .txtframe-border-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url("images/copyframe_bottom.png");
  background-repeat: repeat-x;
  height: 7px;
}
.txtwrapper .txtframe .txtframe-container .txtframe-border-right {
  position: absolute;
  right: 0;
  height: 100%;
  background-image: url("images/copyframe_right.png");
  background-repeat: repeat-y;
  width: 13px;
}
.txtwrapper .txtframe .txtframe-container .txtframe-border-left {
  position: absolute;
  left: 0;
  height: 100%;
  background-image: url("images/copyframe_left.png");
  background-repeat: repeat-y;
  width: 13px;
}
.txtwrapper .txtframe.dark .txtframe-container {
  height: 100%;
  position: relative;
  background-color: #2e2924;
}
.txtwrapper .txtframe.dark .txtframe-container.bkgimage {
  background-image: url("images/copyframe_background_dark.png");
  background-size: 97% 97%;
  background-position: center;
}
.txtwrapper .txtframe.dark .txtframe-container .txtframe-border-corners {
  position: absolute;
  background-repeat: no-repeat;
  width: 13px;
  height: 26px;
  z-index: 1;
}
.txtwrapper .txtframe.dark .txtframe-container .txtframe-border-corners.top-left {
  top: 0;
  left: 0;
  background-image: url("images/copyframe_top_left_dark.png");
}
.txtwrapper .txtframe.dark .txtframe-container .txtframe-border-corners.top-right {
  top: 0;
  right: 0;
  background-image: url("images/copyframe_top_right_dark.png");
}
.txtwrapper .txtframe.dark .txtframe-container .txtframe-border-corners.bottom-left {
  bottom: 0;
  left: 0;
  background-image: url("images/copyframe_bottom_left_dark.png");
}
.txtwrapper .txtframe.dark .txtframe-container .txtframe-border-corners.bottom-right {
  bottom: 0;
  right: 0;
  background-image: url("images/copyframe_bottom_right_dark.png");
}
.txtwrapper .txtframe.dark .txtframe-container .txtframe-border-top {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url("images/copyframe_top_dark.png");
  background-repeat: repeat-x;
  height: 7px;
}
.txtwrapper .txtframe.dark .txtframe-container .txtframe-border-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url("images/copyframe_bottom_dark.png");
  background-repeat: repeat-x;
  height: 7px;
}
.txtwrapper .txtframe.dark .txtframe-container .txtframe-border-right {
  position: absolute;
  right: 0;
  height: 100%;
  background-image: url("images/copyframe_right_dark.png");
  background-repeat: repeat-y;
  width: 13px;
}
.txtwrapper .txtframe.dark .txtframe-container .txtframe-border-left {
  position: absolute;
  left: 0;
  height: 100%;
  background-image: url("images/copyframe_left_dark.png");
  background-repeat: repeat-y;
  width: 13px;
}
.barframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.53);
}
.barframe .barframe-container {
  height: 100%;
  position: relative;
  background-color: #4a4743;
}
.barframe .barframe-container .barframe-border-corners {
  position: absolute;
  background-repeat: no-repeat;
  width: 13px;
  height: 21px;
  z-index: 1;
}
.barframe .barframe-container .barframe-border-corners.top-left {
  top: 0;
  left: 0;
  background-image: url("images/barframe_top_left.png");
  background-size: cover;
}
.barframe .barframe-container .barframe-border-corners.top-right {
  top: 0;
  right: 0;
  background-image: url("images/barframe_top_right.png");
  background-size: cover;
}
.barframe .barframe-container .barframe-border-corners.bottom-left {
  bottom: 0;
  left: 0;
  background-image: url("images/barframe_bottom_left.png");
  background-size: cover;
}
.barframe .barframe-container .barframe-border-corners.bottom-right {
  bottom: 0;
  right: 0;
  background-image: url("images/barframe_bottom_right.png");
  background-size: cover;
}
.barframe .barframe-container .barframe-border-top {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url("images/barframe_top.png");
  background-repeat: repeat-x;
  height: 13px;
}
.barframe .barframe-container .barframe-border-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url("images/barframe_bottom.png");
  background-repeat: repeat-x;
  height: 13px;
}
.barframe .barframe-container .barframe-border-right {
  position: absolute;
  right: 0;
  height: 100%;
  background-image: url("images/barframe_right.png");
  background-repeat: repeat-y;
  width: 13px;
}
.barframe .barframe-container .barframe-border-left {
  position: absolute;
  left: 0;
  height: 100%;
  background-image: url("images/barframe_left.png");
  background-repeat: repeat-y;
  width: 13px;
}
.page-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-title .title {
  position: absolute;
  white-space: nowrap;
  bottom: -5%;
}
.page-title .title h1 {
  font-size: 20px;
  text-align: center;
}
.page-title .title-background {
  background-image: url("images/title_background.png");
  background-size: contain;
  aspect-ratio: 16 / 3.845;
  width: 210px;
}
.page-title .title-background-lg {
  background-image: url("images/title_background_lg.png");
  background-size: contain;
  aspect-ratio: 16 / 3.8;
  background-repeat: no-repeat;
  width: 291px;
}
