body, html{
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

*[data-wrapper], .wrapper{
    display: none;
    width: 100vw;
    height: 100vh;
}

.gamewrapper, .wirecutterWrapper {
  background-image: url('../img/texture.jpg');
  background-size: cover;
}

.specialbackground {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #310e68;
  background-image: linear-gradient(135deg, #310e68 0%, #5f0f40 74%);
}

.specialbackground::after{
   content: "";
}

.gametitle {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(49,13,36,.6);
  padding: 30px;
  padding-left: calc(12.5% + 60px);
  padding-right: calc(12.5% + 60px);
  display: flex;
  justify-content: space-between;
}

.gametitle h2 {
  font-family: 'Rowdies', cursive;
  color: white;
  margin-left: 0;
  /* margin-left: 60px; */
}

#fullscreen{
    margin-right: 0;
    color: #c1a2b6;
    font-size: 1.5rem;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    transition: color .3s;
}

#fullscreen:hover{
    color: white;
}

.wirecuttergame #timer {
}

#cutIntroduction {
  margin-top: 3rem;
  margin-left: 3rem;
}

.gamecontent {
  width: 75vw;
  min-width: 1000px;
  height: 70vh;
  background-color: #ecf0f1;
  -webkit-box-shadow: 10px 10px 48px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 48px -13px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 48px -13px rgba(0,0,0,0.75);
  display: flex;
  align-items: center;
}

.gcleft, .gcright {
  width: 50%;
  height: 100%;
}

p {
  font-family: 'Righteous', cursive;
}

.answer p {
  /* font-size: calc(12px + 1vw); */
  font-size: 1.5rem;
  margin: 0;
}

.gcleft {
    background-image: url('../img/party.jpg');
    background-position: center;
    background-size:cover;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
}

.gcright {
  text-align: center;
  overflow-y: scroll;
}

.gcrightcontent {
  text-align: left;
  padding: 40px;
  padding-top: 40%;
}

.gamecontent h2 {
  font-family: 'Rowdies', cursive;
  font-weight: lighter;
  font-size: 2.4rem;
}

.subtext {
  font-family: 'Righteous', cursive;
  font-size: 80%;
  padding-bottom: 10px;
  line-height: 100%;
}

.gcrightcontent input {
  width: 40%;
  padding: 10px;
  font-family: 'Righteous', cursive;
  border-radius: 15px 0px 0px 15px;
  border-color: #341f97;
  background-color: rgba(26, 13, 32, 0.8);
  color: white;
}

.playerbutton {
  font-family: 'Righteous', cursive;
  width: 40%;
  border-radius: 0px 15px 15px 0px;
  padding: 10px;
  border-color: #341f97;
  background-color:#5f27cd;
  color: white;
  cursor: pointer;
}

.startbutton {
  font-family: 'Righteous', cursive;
  width: 40%;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid gold;
  margin-top: 20px;
  padding: 15px;
  font-size: 120%;
  border-color: #341f97;
  background-color:#5f27cd;
  color: white;
  cursor: pointer;
}

.gcleftcontent {
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 40px;
    text-align: center;
}

#gcrightspecial {
  display: flex;
  width: 50%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow-y: hidden;
  background: -webkit-linear-gradient(rgba(183, 21, 64, .4), rgba(183, 21, 64, .4)), url("../img/characters2.png");
  background-size: cover;
}

#gcleftgameselect {
  background: -webkit-linear-gradient(rgba(5, 14, 37, .6), rgba(5, 14, 37, .6)), url("../img/characters1.png");
  background-size: cover;
}

#gcleftcontentspecial button, #gcrightcontentspecial button{
  margin-top: 20px;
  padding: 5px;
  font-size: 40px;
  background-color: rgba(183, 21, 64, 0);
  color: white;
  border: 0px solid white;
  cursor: pointer;
}


#gcrightcontentspecial, #gcleftcontentspecial {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#gcrightspecialinfo #gcrightcontentspecialinfo {

}

#gcrightcontentspecialinfo, #gcleftcontentspecialinfo {
  padding-top: 0;
  width: 70%;
}

#gcrightspecialinfo, #gcleftspecialinfo {
  display: none;
  width: 50%;
  background-color: #190f4a;
  color: white;
  overflow-y: hidden;
  align-items: center;
  justify-content: center;
}

#gcrightspecialinfo button, #gcleftcontentspecialinfo button {
  font-size: 30px;
  margin-top: 20px;
  padding: 5px;
  background-color: rgba(183, 21, 64, 0);
  color: white;
  border: 3px solid white;
  cursor: pointer;
}

#gcrightcontentspecial li {
  list-style: none;
  text-align: center;
  width: 50%;
  min-width: 296px;
  border: 3px solid white;
  padding: 15px;
  background-color: rgba(26,13,32, 0.6);
}

#gcrightcontentspecial li a {
  font-family: 'Righteous', cursive;
  font-size: 225%;
  text-align: center;
  list-style: none;
  text-decoration: none;
  color: white;
}

.gcleftcontent li {
  list-style: none;
  width: 50%;
  min-width: 296px;
  border: 3px solid white;
  padding: 15px;
  background-color: rgba(26,13,32, 0.6);
}

.gcleftcontent li i, #gcrightcontentspecial li i {
  color: white;
  font-size: 250%;
}

.gcleftcontent li a {
  font-family: 'Righteous', cursive;
  font-size: 225%;
  text-align: center;
  list-style: none;
  text-decoration: none;
  color: white;
}

#charpicker {
 text-align: left;
 padding: 40px;
}

.portraitplaceholder {
  margin-top: 15px;
  width: 200px;
  height: 200px;
  background-color: black;
  border-radius: 180px;
  margin-bottom: 15px;
  background-position: center;
  background-size: cover;
}

button:disabled {
  background: #341f97 !important;
  color: #AAA;
}

.player{
    margin-bottom: 1rem;
}

/*questions*/
.row {
  width: 100%;
  height: auto;
}

/* .contentbinder {
  width: auto;
  height: auto;
  display: flex;
  float: left;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.contentbinder h2 {
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
} */

#maingame {
  display: block;
  height: 85vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 3rem;
}

#gameinformation{
    background-color: #310e68;
    background-image: linear-gradient(316deg, #310e68 0%, #5f0f40 74%);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 1rem 60px;
    width: calc(100% - 120px);
    color: white;
    height: 20%;
}

#gameHolder{
    width: calc(100% - 120px);
    padding: 1rem 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

#maingame .portraitplaceholder{
    height: 9rem;
    width: 9rem;
    margin: 0;
    margin-right: 1rem;
    border: 3px solid #70073e;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 2px 2px 15px rgb(0 0 0 / 50%);
    -moz-box-shadow: 2px 2px 15px rgb(0 0 0 / 50%);
    box-shadow: 2px 2px 15px rgb(0 0 0 / 50%);
}

#questions {
  display: flex;
  align-items: center;
  justify-content: center;
}

#questions h2 {
  font-family: 'Righteous', cursive;
  font-size: 200%;
  margin-top: 0%;
  margin-bottom: 0%;
  /* padding-left: 60px;
  padding-right: 60px; */
  text-align: center;
}

#questions h2::after {
  border-bottom: 1px solid black;
  content: " ";
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#answers {
  display: flex;
  position: relative;
  overflow-y: hidden;
}

#answer1:hover, #answer1-of-4:hover, #answer4-of-4:hover {
  background-color: linear-gradient(rgba(5, 14, 37, .7), rgba(5, 14, 37, .7)), url("../img/partyhardy.png");
  background: -webkit-linear-gradient(rgba(5, 14, 37, .8), rgba(5, 14, 37, .8)), url("../img/partyhardy.png");
  background-position: center;
}

#answer2:hover, #answer2-of-4:hover, #answer3-of-4:hover  {
  background-color: linear-gradient(rgba(183, 21, 64, .4), rgba(183, 21, 64, .7)), url("../img/partyhardy.png");
  background: -webkit-linear-gradient(rgba(76, 9, 27, .7), rgba(76, 9, 27, .7)), url("../img/partyhardy.png");
  background-position: center;
}

#answer1, #answer2 {
  padding: 40px;
  color: white;
}

#answer1 {
  background-color: linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("../img/partyhardy.png");
  background: -webkit-linear-gradient(rgba(10, 61, 98, .7), rgba(10, 61, 98, .7)), url("../img/partyhardy.png");
  background-position: center;
  border-radius: 60px 0px 0px 60px;
  padding-right: 15%;
  border-right: 5px solid white;
}

#answer2 {
  background-color: linear-gradient(rgba(183, 21, 64, .4), rgba(183, 21, 64, .7)), url("../img/partyhardy.png");
  background: -webkit-linear-gradient(rgba(183, 21, 64, .7), rgba(183, 21, 64, .7)), url("../img/partyhardy.png");
  background-position: center;
  border-radius: 0px 60px 60px 0px;
  padding-left: 15%;
  border-left: 5px solid white;
}

.answer {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    cursor: pointer;
}

.answer *{
    user-select: none;
    pointer-events: none;
}

.centercirkel {
  height: 200px;
  width: 200px;
  border: 10px solid white;
  background-color: #0a3d62;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  z-index: 50;
  left: 50%;
  margin: -110px;
  text-align: center;
  flex: 0 1 200px;
}

#answers .centercirkel{
    top: 50%;
}

.centercirkel h2 {
  font-size: 4em;
  color: white;
  user-select: none;
}

/*quesitons 4 questions*/

#answers4questions {
  position: relative;
}

#answers4questions .answer {
  padding: 30px;
  border: 5px solid #ecf0f1;
  color: white;
  text-align: center;
  cursor: pointer;
  min-height: 80px;
}

#answers4questions .answer p  {
    padding-left: 60px;
    padding-right: 60px;
}

#answer1-of-4 {
  border-radius: 60px 0px 0px 0px;
  background: -webkit-linear-gradient(rgba(10, 61, 98, .7), rgba(10, 61, 98, .7)), url("../img/partyhardy.png");
  background-position: center;
}

#answer2-of-4 {
  border-radius: 0px 60px 0px 0px;
  background: -webkit-linear-gradient(rgba(183, 21, 64, .7), rgba(183, 21, 64, .7)), url("../img/partyhardy.png");
  background-position: center;
}

#answer3-of-4 {
  border-radius: 0px 0px 0px 60px;
  background: -webkit-linear-gradient(rgba(183, 21, 64, .7), rgba(183, 21, 64, .7)), url("../img/partyhardy.png");
  background-position: center;
}

#answer4-of-4 {
  border-radius: 0px 0px 60px 0px;
  background: -webkit-linear-gradient(rgba(10, 61, 98, .7), rgba(10, 61, 98, .7)), url("../img/partyhardy.png");
  background-position: center;
}

#row1answers, #row2answers {
  display: flex;
  overflow: auto;
  position: relative;
}

/* #answers4questions .centercirkel {
  height: 200px;
  width: 200px;
  border: 10px solid white;
  background-color: #0a3d62;
  top: 92px;
  left: 340px;
  border-radius: 200px;
  position: absolute;
  z-index: 50;
  text-align: center;
  flex: 0 1 200px;
} */

#statements {
  width: 100%;
  font-size: calc(15px + 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  flex-direction: column;
}

#statements ul {
 width: calc(100% - 6rem);
}

#statements li {
  text-align: center;
  font-family: 'Righteous', cursive;
  line-height: 4rem;
  font-size: 2.5rem;
}

#maingameWire #questions h2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
}


#wirecountdown {
  width: 100%;
  font-size: calc(15px + 1.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
}

#margintop {
  margin-top: 3rem;
}

#wires {
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wire {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 400px;
  min-width: 60px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-left: 5%;
}

.wiretop {
  height: 60px;
  width: 30px;
  border-radius: 15px 15px 0px 0px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
}

.wirebottom {
  height: 60px;
  width: 30px;
  border-radius: 0px 0px 15px 15px;
  background-color: #636e72;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
}


.wirecontent {
  height: 380px;
  width: 16px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
  background-size: contain;
}

.wiretop-top {
  height: 15px;
  width: 30px;
  border-radius: 15px 15px 0px 0px;
  background: linear-gradient(90deg, rgba(56,63,91,1) 0%, rgba(113,118,124,1) 17%, rgba(168,168,168,1) 44%, rgba(105,106,115,1) 69%, rgba(51,53,74,1) 100%);
}

.wiretopmidwrapper {
  height: 35px;
  width: 30px;
  background-color: #c0392b;
}

.wiretop-mid {
  height: 35px;
  width: 22px;
  background: linear-gradient(90deg, rgba(56,63,91,1) 0%, rgba(113,118,124,1) 17%, rgba(168,168,168,1) 44%, rgba(105,106,115,1) 69%, rgba(51,53,74,1) 100%);
}

.wiretop-bottom {
  height: 10px;
  width: 30px;
  background: linear-gradient(90deg, rgba(56,63,91,1) 0%, rgba(113,118,124,1) 17%, rgba(168,168,168,1) 44%, rgba(105,106,115,1) 69%, rgba(51,53,74,1) 100%);
}

.wirebottom-top {
  height: 10px;
  width: 30px;
  background: linear-gradient(90deg, rgba(56,63,91,1) 0%, rgba(113,118,124,1) 17%, rgba(168,168,168,1) 44%, rgba(105,106,115,1) 69%, rgba(51,53,74,1) 100%);
}

.wirebottommidwrapper {
  height: 35px;
  width: 30px;
  background-color: #c0392b;
}

.wirebottom-mid {
  height: 35px;
  width: 22px;
  background: linear-gradient(90deg, rgba(56,63,91,1) 0%, rgba(113,118,124,1) 17%, rgba(168,168,168,1) 44%, rgba(105,106,115,1) 69%, rgba(51,53,74,1) 100%);
}

.wirebottom-bottom {
  height: 10px;
  width: 30px;
  background: linear-gradient(90deg, rgba(56,63,91,1) 0%, rgba(113,118,124,1) 17%, rgba(168,168,168,1) 44%, rgba(105,106,115,1) 69%, rgba(51,53,74,1) 100%);
}


#wire1 .wiresnapbot, #wire1 .wiresnaptop{
  background: linear-gradient(90deg, rgba(103,13,13,1) 0%, rgba(215,160,64,1) 17%, rgba(255,250,80,1) 44%, rgba(208,146,64,1) 69%, rgba(78,20,20,1) 100%);
}

#wire2 {
  background: linear-gradient(90deg, rgba(121,0,116,1) 0%, rgba(215,64,64,1) 17%, rgba(255,96,53,1) 44%, rgba(208,64,76,1) 69%, rgba(133,0,101,1) 100%);
}

#wire3 {
  background: linear-gradient(90deg, rgba(13,95,103,1) 0%, rgba(0,150,86,1) 17%, rgba(0,255,38,1) 44%, rgba(0,152,99,1) 69%, rgba(20,78,76,1) 100%);
}

#wire4 {
  background: linear-gradient(90deg, rgba(13,35,103,1) 0%, rgba(64,110,215,1) 17%, rgba(80,157,255,1) 44%, rgba(64,93,208,1) 69%, rgba(20,34,78,1) 100%);
}

#maingameWire {
  display: block;
  color: white;
  height: 80vh;
  margin-top: 30px;
  overflow-y: hidden;
  background: -webkit-linear-gradient(rgba(5, 14, 37, .9), rgba(5, 14, 37, .9)), url("../img/wirecutter.jpg");
  background-position: center;
  animation: breath 20s linear infinite;
  border-radius: 150px 0px 150px 00px;
}

@keyframes breath {
  0%   { background-size: 100% auto; }
  50% { background-size: 140% auto; }
  100% { background-size: 100% auto; }
}

#maingameWire #questions h2::after {
  border-bottom: 1px solid white !important;
}

.wiresnaptop, .wiresnapbot {
  width: 100%;
  height: 50%;
}

.wobble-hor-bottom {
	-webkit-animation: wobble-hor-bottom 1s infinite both;
	        animation: wobble-hor-bottom 1s infinite both;
}

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}

@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}

.flickerout {
  	-webkit-animation: flicker-out-1 2s linear both;
}

@-webkit-keyframes flicker-out-1{0%{opacity:1}13.9%{opacity:1}14%{opacity:0;-webkit-box-shadow:none;box-shadow:none}14.9%{opacity:0;-webkit-box-shadow:none;box-shadow:none}15%{opacity:1}22.9%{opacity:1}23%{opacity:0;-webkit-box-shadow:none;box-shadow:none}24.9%{opacity:0;-webkit-box-shadow:none;box-shadow:none}25%{opacity:1}34.9%{opacity:1}35%{opacity:0;-webkit-box-shadow:none;box-shadow:none}39.9%{opacity:0;-webkit-box-shadow:none;box-shadow:none}40%{opacity:1}42.9%{opacity:1}43%{opacity:0;-webkit-box-shadow:none;box-shadow:none}44.9%{opacity:0;-webkit-box-shadow:none;box-shadow:none}45%{opacity:1}50%{opacity:1}54.9%{opacity:1}55%{opacity:0;-webkit-box-shadow:none;box-shadow:none}69.4%{opacity:0;-webkit-box-shadow:none;box-shadow:none}69.5%{opacity:1}69.9%{opacity:1}70%{opacity:0;-webkit-box-shadow:none;box-shadow:none}79.4%{opacity:0;-webkit-box-shadow:none;box-shadow:none}79.9%{opacity:1}80%{opacity:0;-webkit-box-shadow:none;box-shadow:none}89.8%{opacity:0;-webkit-box-shadow:none;box-shadow:none}89.9%{opacity:1;-webkit-box-shadow:none;box-shadow:none}90%{opacity:0;-webkit-box-shadow:none;box-shadow:none}100%{opacity:0}}@keyframes flicker-out-1{0%{opacity:1}13.9%{opacity:1}14%{opacity:0;-webkit-box-shadow:none;box-shadow:none}14.9%{opacity:0;-webkit-box-shadow:none;box-shadow:none}15%{opacity:1}22.9%{opacity:1}23%{opacity:0;-webkit-box-shadow:none;box-shadow:none}24.9%{opacity:0;-webkit-box-shadow:none;box-shadow:none}25%{opacity:1}34.9%{opacity:1}35%{opacity:0;-webkit-box-shadow:none;box-shadow:none}39.9%{opacity:0;-webkit-box-shadow:none;box-shadow:none}40%{opacity:1}42.9%{opacity:1}43%{opacity:0;-webkit-box-shadow:none;box-shadow:none}44.9%{opacity:0;-webkit-box-shadow:none;box-shadow:none}45%{opacity:1}50%{opacity:1}54.9%{opacity:1}55%{opacity:0;-webkit-box-shadow:none;box-shadow:none}69.4%{opacity:0;-webkit-box-shadow:none;box-shadow:none}69.5%{opacity:1}69.9%{opacity:1}70%{opacity:0;-webkit-box-shadow:none;box-shadow:none}79.4%{opacity:0;-webkit-box-shadow:none;box-shadow:none}79.9%{opacity:1}80%{opacity:0;-webkit-box-shadow:none;box-shadow:none}89.8%{opacity:0;-webkit-box-shadow:none;box-shadow:none}89.9%{opacity:1;-webkit-box-shadow:none;box-shadow:none}90%{opacity:0;-webkit-box-shadow:none;box-shadow:none}100%{opacity:0}}

.rotation {
  -webkit-animation:rotate-center 3s ease-in-out infinite both;
  animation:rotate-center 3s ease-in-out infinite both
}

@-webkit-keyframes rotate-center{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0);
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}@keyframes rotate-center{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0);
    }100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}
