@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  font-family: "Rubik", sans-serif;
}

html, body {
  background: url("../images/bgmain.svg") no-repeat top center #eeeeee;
  background-size: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.page {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-size: 100%;
  min-height: 800px;
  height: 100vh;
  width: 100%;
  position: relative;
  max-width: 400px;
  margin: auto;
}

.logos {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  z-index: 2;
  top: 50px;
  width: 100%;
}
.logos img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
  margin: 50px auto;
}
.logos img.logo_h {
  width: 250px;
}
.logos img.logo {
  width: 200px;
}

.shadow {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  background: #000;
  position: absolute;
  right: 15px;
  bottom: 90px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  z-index: 90;
  opacity: 0.4;
}

.infoei .logoin > div {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.infoei a {
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  text-decoration: none;
  color: #d7030c;
  text-align: center !important;
  display: block;
}
.infoei .inf {
  padding: 30px;
}
.infoei img {
  width: 100%;
}

.day {
  z-index: 1000;
  top: 0 !important;
}

.stick {
  position: sticky;
  top: 30px;
}

.time {
  background: #eaeaea;
  padding: 6px;
  text-align: center;
  font-size: 130%;
  margin-bottom: 10px;
}

.ttm {
  padding: 20px;
}

.item {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  padding: 10px;
}

.h {
  font-weight: bold;
  font-size: 160%;
  font-weight: lighter;
}

.item b {
  color: #d7030c;
}

.listttbreack {
  height: 300px;
  background: url("/_assets/images/coffee.jpg") no-repeat center;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 300%;
  font-weight: lighter;
  color: white;
}

.calicon {
  position: absolute;
  right: 20px;
  bottom: 100px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  z-index: 100;
}
.calicon img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 10px 10px 87px -33px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 87px -33px rgba(0, 0, 0, 0.75);
  display: block;
}

.da {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

nav {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  height: 0;
  pointer-events: none;
  overflow: hidden;
}
nav .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: #eeeeee;
  border-radius: 30px;
  overflow: hidden;
}
nav .grid > div {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  min-height: 65px;
  background: #D7000C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav .grid > div a {
  width: 130px;
  font-size: 70%;
  color: white;
  text-decoration: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25px 10px 1fr;
  grid-template-columns: 25px 1fr;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav .grid > div a span {
  text-align: left !important;
}
nav .grid > div a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.copyright {
  position: absolute;
  bottom: 30px;
  width: 100%;
  color: gray;
  text-align: center;
  font-size: 80%;
}

.openbutton {
  position: absolute;
  bottom: 150px;
  width: 100%;
  background: #D7000C;
  mix-blend-mode: multiply;
  max-width: 250px;
  text-align: center;
  left: 50%;
  margin-left: -125px;
  border-radius: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 68px;
}
.openbutton button {
  cursor: pointer;
  padding: 15px 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: none;
  border: none;
  color: white;
  font-size: 200%;
  font-weight: lighter;
}

.sponsorsmessage {
  opacity: 0;
  height: 0 !important;
  overflow: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  pointer-events: none;
  position: absolute;
  width: 100%;
  bottom: -50px;
  left: 0;
  padding: 20px;
  text-align: center;
  background: #eaeaea;
  font-weight: bold;
  font-size: 80%;
}

.sponsors {
  opacity: 0;
  height: 0 !important;
  overflow: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  pointer-events: none;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  background: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3px 1fr 3px 1fr 3px 1fr 3px 1fr 3px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
  padding: 20px;
}
.sponsors img {
  width: 100%;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.start .sponsorsmessage {
  height: 50px !important;
  opacity: 1;
}
.start .sponsors {
  height: 60px !important;
  opacity: 1;
}
.start .openbutton {
  bottom: 250px;
  margin-left: -175px;
  max-width: 350px;
  height: 200px;
}
.start .openbutton nav {
  opacity: 1;
  height: 200px;
  pointer-events: all;
  overflow: hidden;
}
.start .openbutton button {
  height: 0;
  pointer-events: none;
}
.start .copyright {
  opacity: 0;
}
.start .logos {
  padding-top: 20px;
  top: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
}
.start .logos img {
  margin: 5px auto 20px auto !important;
  width: 100px;
}
.start .da {
  top: 22%;
}

.agenda img {
  padding: 20px;
  width: 100%;
}

.agendatext {
  padding: 20px;
}
.agendatext h3 {
  padding: 0;
  margin: 0;
  color: #d7030c;
}
.agendatext p {
  margin-bottom: 20px;
}
.agendatext p b {
  color: #d7030c;
  font-size: 140%;
  display: block;
}

.header {
  position: absolute;
  z-index: 100;
  bottom: 60px;
  color: black;
  text-decoration: none;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 3px 1fr;
  grid-template-columns: 30px 1fr;
  gap: 3px;
  font-size: 80%;
}
.header .arrow {
  width: 20px;
  height: 20px;
  border-top: 4px solid #444;
  border-left: 4px solid #444;
  -webkit-transform: rotateZ(-45deg) scale(0.7) translateY(-4px);
          transform: rotateZ(-45deg) scale(0.7) translateY(-4px);
}

.inside .whitebody {
  padding-top: 75px;
  position: relative;
  background: url("../images/gr.svg") no-repeat bottom center;
  background-size: 100%;
  height: calc(100vh - 90px);
  min-height: 650px;
}
.inside .whitebody .list {
  margin: auto;
  padding: 0 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.inside .whitebody .list a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 1fr;
  grid-template-columns: 160px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 140%;
  margin-bottom: 40px;
}
.inside .whitebody .list a .c {
  font-size: 70%;
}
.inside .whitebody .list a span {
  display: block;
}
.inside .whitebody .list img {
  width: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 200px;
  margin-bottom: 20px;
}
.inside .whitebody .listei {
  margin: auto;
  padding: 0 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.inside .whitebody .listei a {
  border: 1px solid #ccc;
  margin: 4px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  color: black;
  padding: 10px 0;
  text-decoration: none;
}
.inside .whitebody .listei img {
  width: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 200px;
}
.inside .whitebody .textblock {
  line-height: 1.7;
  padding: 20px;
}
.inside .whitebody .textblock h4 {
  color: #d7030c;
  font-size: 130%;
}
.inside .whitebody .textblock .grid3m > div {
  background: #eaeaea;
  margin-bottom: 5px;
  padding: 15px;
}
.inside .whitebody .textblock .grid3m > div b {
  font-size: 150%;
}
.inside .whitebody .textblock .grid3 {
  gap: 5px;
  margin: 30px 0 10px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.inside .whitebody .textblock .grid3 > a {
  padding: 10px 0;
  background: #eaeaea;
}
.inside .whitebody .textblock .grid3 span {
  display: block;
  text-align: center;
  font-size: 200%;
}
.inside .whitebody .textblock .grid3 span.t {
  font-size: 70%;
  text-align: center;
  width: 100%;
}
.inside .whitebody .textblock a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.inside .whitebody .content {
  height: calc(100% - 110px);
  overflow: auto !important;
}
.inside .whitebody .ico {
  position: absolute;
  bottom: 30px;
  right: 50px;
}
.inside .whitebody .ico img {
  width: 40px;
  height: 40px;
}
.inside .whitebody .pagebody {
  padding: 20px;
}
.inside .whitebody .profile img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin: auto;
  display: block;
}
.inside .whitebody .profile h4.username {
  font-size: 140%;
  font-weight: lighter;
  text-align: center;
}
.inside .whitebody .profile h4.username span {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid red;
}
.inside .whitebody .profile h5 {
  font-size: 100%;
  text-align: center;
}
.inside .whitebody .profile .info {
  padding: 10px 30px;
}
.inside .whitebody .subheader {
  -webkit-transform: translateY(-17px);
          transform: translateY(-17px);
  padding: 0px 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  font-size: 120%;
  font-weight: bold;
}
.inside .whitebody .subheader .hours {
  color: #D7000C;
}