:root {
  --darkgrey: #0a0a0a;
  --font-family: Lato, sans-serif;
  --black: black;
  --lightgrey: #c9cfc9;
  --color: #ffffff82;
  --yellow: #ffec00;
  --transparent: #fff0;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

li {
  margin-bottom: .5rem;
  font-size: 20px;
}

.body {
  background-color: var(--darkgrey);
  font-family: var(--font-family);
  color: var(--black);
}

.footer, .section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.wide-background {
  background-image: linear-gradient(180deg, #0a0a0a00, var(--lightgrey) 10%, var(--lightgrey) 90%, #0a0a0a00 100%, #0a0a0a00);
  mix-blend-mode: normal;
}

.container-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.container.margin {
  margin-top: 0;
  margin-bottom: 0;
}

.container.margin.up-3rem {
  margin-top: 3rem;
}

.menu-left {
  justify-content: center;
  align-items: center;
  max-width: 30rem;
  display: flex;
}

.container-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-logo {
  transition: all .3s;
}

.nav-logo:hover {
  transform: scale(1.1);
}

.nav-link {
  color: #fff;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25rem;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--yellow);
  font-weight: 700;
  transform: scale(1.1);
}

.nav-link.w--current {
  color: var(--yellow);
}

.navbar {
  border-bottom: 1px solid var(--yellow);
  background-color: #fff0;
  padding: 1rem;
}

.hero-heading {
  background-image: linear-gradient(90deg, var(--transparent) 35%, white 65%);
  font-family: var(--font-family);
  color: var(--white);
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 12.7992em;
  font-weight: 700;
  line-height: 1em;
}

.text-1-2rem {
  color: var(--white);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.text-1-2rem.bold {
  font-weight: 700;
}

.text-1-2rem.bold.margin-2rem {
  margin-top: 2rem;
}

.line {
  outline-color: var(--yellow);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  height: 2rem;
}

.darts-background {
  background-image: url('../images/Tikka2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 80rem;
  display: flex;
  overflow: hidden;
}

.yellow-line-horizontal {
  outline-color: var(--yellow);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
}

.column {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 2rem;
  display: flex;
}

.grid {
  grid-template: ". Area"
  / 1fr 1fr;
}

.header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-heading-wrap {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.nav_button {
  padding: 1rem;
}

.menu-right {
  justify-content: center;
  align-items: center;
  max-width: 30rem;
  display: flex;
}

.saavutus-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 10rem;
}

.darts-saavutus-grid {
  color: var(--white);
  text-align: center;
  font-size: 1.2rem;
}

.content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.heading {
  color: var(--white);
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 45px;
}

.heading.black {
  color: var(--black);
  margin-top: 2rem;
  font-size: 45px;
}

.hero-section {
  padding-top: 4rem;
}

.sponsorit-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
  position: relative;
}

.footer-content-top {
  justify-content: center;
  margin-bottom: 1rem;
  display: flex;
}

.footer-content-bottom {
  justify-content: space-between;
  display: flex;
}

.text {
  font-size: 1rem;
  font-weight: 700;
}

.text.white {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 700;
}

.text.center {
  color: var(--white);
  text-align: center;
}

.button {
  background-color: var(--yellow);
  color: var(--black);
  border-radius: .625rem;
  margin-top: 2rem;
  padding: .8rem 1.4rem;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all .3s;
}

.button:hover {
  background-image: linear-gradient(#fff6, #fff6);
  box-shadow: 0 0 12px #fff;
}

.list {
  color: var(--white);
  font-weight: 700;
}

.h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 35px;
}

.sponsorit-loop {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 76rem;
  display: flex;
  overflow: hidden;
}

.header-mobile {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.nav-menu-mobile {
  justify-content: center;
  align-items: center;
  max-width: 30rem;
  display: flex;
}

.nav-link-mobile {
  color: #fff;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25rem;
  transition: all .3s;
}

.nav-link-mobile:hover {
  color: var(--yellow);
  font-weight: 700;
  transform: scale(1.1);
}

.nav-link-mobile.w--current {
  color: var(--yellow);
}

.link {
  color: var(--white);
}

.link:hover {
  color: var(--yellow);
}

.flags {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flag-icon {
  border-radius: 8px;
}

.body-2 {
  background-image: url('../images/3.jpg');
  background-position: 0 0;
  background-size: auto;
}

.image {
  margin-left: 48%;
  margin-right: 48%;
  display: inline-block;
}

.div-block {
  background-color: var(--yellow);
  margin-top: 4rem;
  margin-left: 15%;
  margin-right: 15%;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-5 {
  text-align: center;
}

.text-block-6 {
  text-align: center;
  margin-bottom: 2rem;
}

.div-block-2 {
  margin-left: 25%;
  margin-right: 25%;
}

.slider {
  background-color: var(--transparent);
  flex: 1;
  margin-top: 1rem;
  display: flex;
}

.mask {
  max-width: 400px;
}

.list-item-2 {
  font-style: italic;
  text-decoration: line-through;
}

.italic-text {
  text-decoration: line-through;
}

.image-2 {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    font-size: 1.4rem;
  }

  .hero-heading {
    font-size: 6.8rem;
  }

  .darts-background {
    background-position: 85%;
    background-size: auto;
    justify-content: space-around;
    align-items: center;
  }

  .nav_button {
    color: #fff;
  }

  .nav_button.w--open {
    background-color: #444;
    border-radius: 24px;
  }

  .icon {
    font-size: 3rem;
  }

  .saavutus-grid {
    margin-left: 0;
  }

  .sponsorit-row {
    grid-column-gap: 4.2rem;
    grid-row-gap: 4.2rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: flex;
  }

  .sponsorit-loop {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link-mobile {
    text-align: center;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .menu-left {
    background-color: var(--color);
    display: none;
  }

  .nav-link {
    display: none;
  }

  .hero-heading {
    font-size: 13vw;
  }

  .text-1-2rem {
    text-align: center;
  }

  .line {
    display: none;
  }

  .darts-background {
    background-position: 220%;
    background-size: auto;
    justify-content: space-around;
    align-items: center;
  }

  .column {
    padding: 1rem 0;
  }

  .header {
    display: none;
  }

  .dropdown-mobile {
    color: var(--white);
    font-size: 48px;
    transition: all .15s;
  }

  .dropdown-mobile:active {
    transform: rotate(-90deg);
  }

  .menu-right {
    background-color: var(--color);
    display: none;
  }

  .saavutus-grid {
    margin-left: 0;
  }

  .content {
    text-align: center;
  }

  .sponsorit-row {
    grid-column-gap: 4.2rem;
    grid-row-gap: 4.2rem;
  }

  .header-mobile {
    display: flex;
  }

  .nav-menu-mobile {
    border: 2px solid var(--lightgrey);
    background-color: var(--darkgrey);
    top: 90%;
    left: auto;
    right: 0%;
  }

  .menu-button-mobile.w--open {
    background-color: var(--darkgrey);
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 20vw;
  }

  .darts-background {
    background-position: 200%;
    background-size: auto;
    background-attachment: scroll;
    justify-content: space-around;
    align-items: center;
  }

  .grid {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .saavutus-grid {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .content {
    overflow: hidden;
  }

  .sponsorit-row {
    grid-template-columns: 1fr;
    display: flex;
  }

  .list {
    text-align: left;
  }

  .body-2 {
    background-image: url('../images/4.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .image {
    margin-left: 40%;
  }

  .list-item {
    text-decoration: line-through;
  }

  .image-2 {
    margin-bottom: 2rem;
  }
}

#w-node-c9aa3391-5dae-12fc-f5ee-bbf8138f11c7-210f8d9a, #w-node-dc78dd52-88a6-e22f-57ec-e66c1e388820-77bd3cf2 {
  grid-area: Area;
}


