

.titlecol {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .nav-wrapper {
    position: relative;
  }
}
.navigationbar {
  background-image: url(../svg/ggm.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.countcol {
  display: flex;
}
.countcol * {
  font-size: var(--font-size-3);
}
.count-prefix {
  color: var(--color-lightest);
  background: var(--color-base-1);
  font-size: var(--font-size-3);
}
.count-prefix, .counterbox {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.navigationbar > .row {
  flex: 1;
}
.navigationbar > .row > .col {
  height: 100%;
}
.nav-title {
  margin: 0;
  /* height: 100%; */
  padding: 0;
  display: flex;
  /* padding-top:5rem; */
  flex-direction: column;
  justify-content: end;
  text-align: left;
  margin-left: 2rem;
  color: var(--color-base-1);
}
.counterbox {
  font-size: var(--font-size-7);
  color: var(--color-lightest);
  text-align: right;
  width: 100%;
  background: var(--color-base-1);
  /* vertical-align: bottom; */
  flex: 1;
  justify-content: flex-end;
  flex-direction: column;
}
.main-nav-ul {
  display: flex;
  width: 100%;
  height: 50px;
  flex-direction: column;
}
.main-nav-ul li {
  top: 0;
  margin: 0;
  padding: 0;
}
.navimage svg {
  height: 50px;
}
.stop-stick {
  position: relative !important;
  top: calc(70vh) !important;
}
#nav {
  z-index: 2;
}
.top0 {
  top: 0 !important;
  margin-top: 0 !important;
}
.nav {
  position: sticky;
  width: 100%;
  left: 0;
  padding: 4.8rem 0 2.4rem 0;
  display: none;
  z-index: 1;
  height: 50px;
}
.bg-ears-green {
  background: #fff;
}
.bg-ears-blue {
  background: #383E49;
}
@media screen and (min-width: 960px) {
  .nav {
    position: absolute;
    top: 0;
    padding: 0;
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .nav.fixed {
    position: fixed;
    z-index: 1;
    -webkit-box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  }
}
.nav ul {
  list-style-type: none;
  margin: 0 -2.4rem;
  padding: 0;
  position: relative;
  height: 100%;
}
.nav ul li {
  display: block;
  width: 100%;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 960px) {
  .nav ul li {
    margin: 0;
    width: auto;
  }
}
.nav ul li a {
  font: 500 2rem/3rem "pggm-2";
  display: block;
  text-decoration: none;
  color: #CE5368;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding: 0 2.4rem;
}
.nav .container {
  height: 100%;
  max-width: unset;
}
.nav ul {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: block;
}
@media screen and (min-width: 1024px) {
  .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navimage {
  height: 100%;
  flex: 1;
}
.navimage img {
  height: 100%;
  width: auto;
  padding: 1rem 1rem 2rem 3rem;
}
#nav {
  position: fixed !important;
}
.navigationbar {
  position: relative;
  top: 0;
  /*height: 25rem;*/
  padding: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.navigationbar ul {
  display: flex;
  flex-direction: row;
  height: 50px;
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0;
}
.navigationbar ul li {
  flex: 1;
  height: 100%;
}
.navigationbar svg {
  height: 80%;
  margin: 0;
}
/*
LOADER
*/
.lds-roller {
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
  width: calc(100% - 80px);
  justify-content: end;
  height: 80px;
  flex-direction: row;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:header] [5.1358] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 152 */