/* 1. RESET
----------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}


/* 2. ROOT
----------------------------------------------------------------------------------------*/

img,
embed,
object,
video {
  max-width: 100%;
  height: auto;
}


/* 3. CORE TYPOGRAPHY
----------------------------------------------------------------------------------------*/
body {
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: normal;
  color: hsla(207, 24%, 95%, 1);
  background: hsla(209, 47%, 9%, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5em;
  line-height: 1.25em;

  font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
  font-family: "Prompt", sans-serif;
  font-weight: 900;
  font-style: normal;


}

/*
.heading--3xl {
font-size: 561%;
letter-spacing: normal;
}

.heading--2xl {
font-size: 421%;
letter-spacing: normal;
}

*/

.heading--hero {
  font-size: 180%;
  letter-spacing: -0.8px;
}

.heading--3xl {
  font-size: 207%;
  letter-spacing: -0.8px;
}

.heading--2xl {
  font-size: 195%;
  letter-spacing: -0.6px;
}

.heading--xl {
  font-size: 156%;
  letter-spacing: -0.2px;
}

.heading--l {
  font-size: 125%;
  letter-spacing: -0.2px;
}

.heading--m {
  font-size: 115%;
  letter-spacing: -0.2px;
}

.heading--s {
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  opacity: 0.9;
}



.heading--3xl {
  font-size: 299%;
  letter-spacing: normal;
}

.heading--2xl {
  font-size: 249%;
  letter-spacing: normal;
}

.heading--xl {
  font-size: 207%;
  letter-spacing: -0.8px;
}

.heading--l {
  font-size: 173%;
  letter-spacing: -0.6px;
}


.heading--m {
  font-size: 144%;
  letter-spacing: -0.2px;

}











p,
ul,
ol,
dl,
blockquote {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1em;
  /* max-width: 32em;  Optimal width for long-form text */
}



b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

small {
  font-size: 80%;
}


.t-caps {
  text-transform: uppercase;
}

.t-l {
  font-size: 1.1em;
}

.t-xl {
  font-size: 1.1em;
}

.t-2xl {
  font-size: 1.2em;
}

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

.text--left {
  text-align: left;
}

.text--dark {
  color: hsla(209, 47%, 9%, 1);
}

.center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (width > 35em) {

  .heading--hero {
    font-size: 561%;
    letter-spacing: normal;
  }

  .heading--3xl {
    font-size: 561%;
    letter-spacing: normal;
  }

  .heading--2xl {
    font-size: 421%;
    letter-spacing: normal;
  }

  .heading--xl {
    font-size: 316%;
    letter-spacing: -0.8px;
  }

  .heading--l {
    font-size: 237%;
    letter-spacing: -0.6px;
  }

  .heading--m {
    font-size: 187%;
    letter-spacing: -0.4px;
  }

  .t-l {
    font-size: 1.2em;
  }

  .t-xl {
    font-size: 1.5em;
  }

  .t-2xl {
    font-size: 2em;
  }




}

/* END DADDY BEAR */




@media screen and (width >=35em) and (width <=66em) {

  .heading--hero {
    font-size: 244%;
    letter-spacing: normal;
  }

  .heading--3xl {
    font-size: 421%;
    letter-spacing: normal;
  }


}

/* END MOMMY BEAR 







  .heading--3xl {
    font-size: 244%;
    letter-spacing: normal;
  }



  .heading--xl {
    font-size: 156%;
    letter-spacing: -0.8px;
  }

  .heading--l {
    font-size: 125%;
    letter-spacing: -0.6px;
  }


   .heading--m {
    font-size: 110%;
    letter-spacing: -0.2px;0
  } 
  .t-l {
    font-size: 1.1em;
  }

  .t-xl {
    font-size: 1.2em;
  }

  .t-2xl {
    font-size: 1.5em;
  }












/* 4. COLORS
----------------------------------------------------------------------------------------*/




/*


Teksti hsla(207, 24%, 95%, 1);
Tausta hsla(209, 47%, 9%, 1);
Keltanen hsla(58, 86%, 51%, 1);
Pinkki hsla(334, 100%, 67%, 1);
Vaalee sini hsla(199, 70%, 82%, 1);
Vihree hsla(176, 94%, 28%, 1);

*/




.text--shadow {
  text-shadow: 3px 3px 15px hsla(209, 0%, 0%, 0.2);
}

.box--shadow {
  box-shadow: 6px 6px 15px hsla(209, 0%, 0%, 0.2);
}




/* 4. LINKS
----------------------------------------------------------------------------------------*/
a,
a:visited {

  outline: none;
  text-decoration: none;
}

a.link--footer,
a.link--main {
  color: hsla(207, 24%, 95%, 1);
  text-decoration: underline;
}

a.link--footer:hover,
a.link--main:hover {
  color: hsla(58, 86%, 51%, 1);
}


a:hover {

  outline: none;

}

a:active,
a:focus {
  outline: none;
}



/* 5. GLOBAL LAYOUT 
----------------------------------------------------------------------------------------*/


.content-grid {
  display: grid;
  grid-template-columns: [full-width-start] 1em [breakout-start] 0.5em [content-start] 1fr [content-end] 0.5em [breakout-end] 1em [full-width-end];
}



.content--normalwidth {
  grid-column: content;
}

.content--breakout {
  grid-column: breakout;
}

.content--full {
  grid-column: full-width;
}


.content--limitwidth {
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
}


@media screen and (width > 86em) {
  /* START DADDY BEAR */




  .content-grid {
    display: grid;
    grid-template-columns: [full-width-start] 1fr [breakout-start] 2em [content-start] 80em [content-end] 2em [breakout-end] 1fr [full-width-end];
  }



  .content--normalwidth {
    grid-column: content;
  }

  .content--breakout {
    grid-column: breakout;
  }

  .content--full {
    grid-column: full-width;
  }

  .cards--half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 6em;
  }

  .cards--third {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2em;
  }

  .cards--one-two-thirds {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 4em;
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
  }

  .cards--two-one-thirds {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 4em;
  }






}

/* END DADDY BEAR */



@media screen and (width >=35em) and (width <=86em) {
  /* START MOMMY BEAR */


  .content-grid {
    display: grid;
    grid-template-columns: [page-start] 3em [full-width-start] 2em [content-start] 1fr [content-end] 2em [full-width-end] 3em [page-end];
  }

  .content--normalwidth {
    grid-column: content;
  }

  .content--breakout {
    grid-column: full-width;
  }

  .content--full {
    grid-column: full-width;
  }



  .card {
    max-width: 30em;
    margin-left: auto;
    margin-right: auto;
  }

  /*
.cards--third {display: grid; grid-template-columns: 1fr  1fr 1fr; column-gap: 3em; }

.cards--one-two-thirds {display: grid; grid-template-columns: 1fr  2fr; column-gap: 4em; max-width: 60em;}

.cards--two-one-thirds {display: grid; grid-template-columns: 2fr  1fr; column-gap: 4em; }
*/




}

/* END MOMMY BEAR */


@media screen and (width >=55em) and (width <=86em) {
  .cards--half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4em;
  }

}



/* TIMELINE */


:root {
  --bg-color: hsla(209, 47%, 9%, 1);
  --text-color: hsla(207, 24%, 95%, 1);
  --text-muted: hsla(207, 24%, 75%, 1);
  --line-color: rgba(255, 255, 255, 0.3);
  --box-bg: hsla(209, 47%, 9%, 1);
  --box-bg: hsla(209, 47%, 12%, 1);
  --box-hover-bg: hsla(209, 47%, 10%, 1);
  --border-color: hsla(58, 86%, 51%, 1);
}



.timeline-wrapper {
  position: relative;
}

/* Vertical Lines */
.timeline-line {
  position: absolute;
  width: 1px;
  background-color: var(--line-color);
  height: 100%;
}

.timeline-line-center {
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.timeline-line-side {
  left: 1rem;
}

@media (min-width: 768px) {
  .timeline-line-center {
    display: block;
  }

  .timeline-line-side {
    display: none;
  }
}

.timeline-items {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (min-width: 768px) {
  .timeline-items {
    gap: 10rem;
  }
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .timeline-item.even {
    justify-content: flex-start;
  }

  .timeline-item.odd {
    justify-content: flex-end;
  }
}

/* Horizontal Connectors */
.connector {
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: var(--line-color);
}

.connector-mobile {
  left: 1rem;
  width: 2rem;
}

@media (min-width: 768px) {
  .connector-mobile {
    display: none;
  }

  .connector-desktop {
    display: block;
    width: calc(50% - 4rem);
  }

  .even .connector-desktop {
    right: 50%;
  }

  .odd .connector-desktop {
    left: 50%;
  }
}

@media (max-width: 767px) {
  .connector-desktop {
    display: none;
  }
}

/* Event Box */
.event-box {
  position: relative;
  width: 100%;
  padding: 2rem;
  background-color: var(--box-bg);
  backdrop-filter: blur(4px);
  border-left: 2px solid var(--border-color);
  margin-left: 3rem;
  transition: background-color 0.3s ease;
}

.event-box:hover {
  background-color: var(--box-hover-bg);
}

@media (min-width: 768px) {
  .event-box {
    width: calc(50% - 8rem);
    margin-left: 0;
    border-left: none;
  }

  .even .event-box {
    border-right: 2px solid var(--border-color);
  }

  .odd .event-box {
    border-left: 2px solid var(--border-color);
  }
}



.event-date {
  color: var(--border-color);
}

.event-title {

  margin: 0 0 0.75rem 0;
}

.event-description {
  line-height: 1.8;
  margin: 0;
}





/* END TIMELINE */




img.logo {
  height: 2rem;
  max-width: 40vw;
  display: block;
  margin-bottom: 0.8rem;
}

img.logo--footer {
  max-width: 15em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


footer {
  font-family: sans-serif;
}

footer p {
  font-size: 0.8em;
}





.menu a {
  display: block;
  color: hsla(207, 24%, 95%, 1);
  text-decoration: none;
  font-family: sans-serif;
  text-transform: uppercase;
}

/* Hamburger Menu Toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 2000;
}

.hamburger {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: background 0.3s ease;
}

.hamburger::before,
.hamburger::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  transition: all 0.3s ease;
}

.hamburger::before {
  top: -10px;
}

.hamburger::after {
  bottom: -10px;
}

/* Hamburger Active State (X) */
.menu-toggle.is-active .hamburger {
  background: transparent;
}

.menu-toggle.is-active .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle.is-active .hamburger::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.menu--footer a {
  padding: 0.4em 0;
  font-size: 0.8rem;
}

.menu--footer a:hover {
  color: hsla(58, 86%, 51%, 1);
  text-decoration: underline;
}



nav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  list-style: none;
}


nav.menu--header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



@media screen and (width > 55em) {

  /* START NORMAL MENU */
  nav.menu--header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
  }

  nav ul {
    flex-direction: row;
  }


  .menu--header a {
    padding: 0.8rem 1.2rem;
    font-size: 0.8rem;
  }

  .menu--header a.active {
    border-bottom: 2px solid hsla(207, 24%, 95%, 0.5);
  }

  .menu--header ul li a:hover {
    border-bottom: 2px solid hsla(58, 86%, 51%, 1);
  }

}

/* END DADDY BEAR */






@media screen and (width <=55em) {
  /* START MOMMY BEAR */


  .menucontainer {
    grid-column: 1/-1;

  }


  nav.menu--header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 5rem;
    position: relative;
  }

  .menu-toggle {
    display: block;
  }

  .menu--header ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: hsla(209, 47%, 9%, 0.95);
    backdrop-filter: blur(10px);

    z-index: 1500;

    /* Animation properties */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  }

  .menu--header ul.menu-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .menu--header li {
    width: 100%;
    text-align: center;
  }

  .menu--header a {
    padding: 1.5rem;
    font-size: 1.2rem;
  }
}

/* END MOMMY BEAR */

@media screen and (width <=35em) {

  nav.menu--header {

    padding: 0 2rem;

  }


}

.card {
  position: relative;
}

.card--clip {
  overflow: hidden;
}

.card--flex {
  display: flex;
  flex-direction: column;
}

.flexcontainer {
  flex-grow: 1;
}

.flexbottom {
  width: 100%;
  align-self: flex-end;
}

.card--background {
  padding: 2em;
}






ul.space li {
  margin-bottom: 0.8em;
}

ul.pushmargin {
  margin-left: 0;
  padding-left: 1em;
}

ul.checkmarks {
  list-style: none;
  padding-left: 0;
}

ul.checkmarks li {
  position: relative;
  padding-left: 1.5em;
}

ul.checkmarks li:before {
  content: '';
  /* placeholder for the SVG */
  position: absolute;
  left: 0;
  /* place the SVG at the start of the padding */
  top: 0.3em;
  width: 1em;
  height: 1em;
  background: url('data:image/svg+xml;utf8,<%3Fxml version="1.0" encoding="utf-8"%3F><svg width="18" height="18" fill="%2300ff00" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"/></svg>') no-repeat;
  color: green;
}

/*
"data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='none' stroke='#28a745' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'>
    <polyline points='20 6 9 17 4 12'></polyline>
</svg>"
*/



.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* .logocontainer {  max-width: 18em; margin: 0em auto; z-index: 3; margin-top: 1.5em;} */





.hero {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.hero video {
  position: absolute;
  top: 0;
  object-fit: contain;
  min-width: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.hero .container {
  height: 42vw;
  z-index: 100;
}

.hero h1 {
  z-index: 500;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  color: #EDE819;
  white-space: nowrap;
}



.cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card--vertical {
  align-content: center;
}

.cta--large {
  justify-content: center;
  gap: 2em;
}

.cta--small {
  justify-content: center;
  gap: 2em;
}

.cta--left {
  justify-content: left;
  gap: 2em;
}

.cta--right {
  justify-content: right;
  gap: 2em;
}

.cta--social {
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.social-icon {
  width: 28px;
  height: 28px;
  color: hsla(207, 24%, 95%, 1);
  transition: color 0.3s ease, transform 0.3s ease;
  display: block;
}

.social-icon--small {
  width: 20px;
  height: 20px;
  margin-right: 8px;

}

.social-icon--text {
  padding-top: 2px;

}

.social-icon:hover {
  color: hsla(58, 86%, 51%, 1);
}




.button {
  padding: 0.85em 1.5em 0.75em 1.5em;
  display: flex;
  border-radius: 5px;
  color: hsla(207, 24%, 100%, 1);
  text-decoration: none;
  border: 0;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
}

.button--large {
  font-size: 1rem;
}

.button--primary {
  background-color: hsl(334, 95%, 57%);
  transition: all 200ms cubic-bezier(0.32, 0, 0.67, 0);
}


.button--primary:hover {
  background-color: hsl(334, 100%, 67%);
  box-shadow: 0 0 16px hsla(334, 100%, 67%, 0.5);
  transition: all 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.button--secondary {
  background-color: hsla(209, 47%, 9%, 1);
  border: 1px solid hsla(207, 24%, 95%, 1);
  transition: all 200ms cubic-bezier(0.32, 0, 0.67, 0);
}

.button--secondary:hover {
  background-color: hsla(209, 47%, 9%, 1);
  box-shadow: 0 0 16px hsla(199, 70%, 82%, 0.5);
  transition: all 300ms ease-out;
}

.button--cta-banner {
  background-color: hsla(334, 95%, 57%, 1);
  border: 0px solid hsla(334, 100%, 67%, 1);
  transition: all 200ms cubic-bezier(0.32, 0, 0.67, 0);
  color: hsla(58, 86%, 100%, 1);
  font-size: 1.2rem;
}

.button--cta-banner:hover {
  background-color: hsl(334, 100%, 67%);
  box-shadow: 0 0 16px hsla(334, 100%, 67%, 0.5);
  transition: all 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.background--light {
  background-color: hsla(207, 24%, 95%, 1);
  color: hsla(209, 47%, 9%, 1);
  background-image: linear-gradient(180deg, hsla(207, 12%, 75%, 0.5) 0%, transparent 15%), linear-gradient(0deg, hsla(207, 12%, 95%, 1), transparent 5%);
}

.background--glow {
  border-radius: 1em;
  box-shadow: -1em -1em 1em hsla(0, 0%, 100%, 0.3), 1em 1em 1em hsla(0, 0%, 0%, 0.01);
  border: 1px solid #eaeaea;
}

.background--darkglow {
  border-radius: 1em;
  box-shadow: -1em -1em 1em hsla(0, 0%, 100%, 0.01), 1em 1em 1em hsla(0, 0%, 100%, 0.01);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
}

.background--dark {
  border-radius: 1em;
  box-shadow: -1em -1em 1em hsla(0, 0%, 50%, 0.01), 1em 1em 1em hsla(0, 0%, 0%, 0.1);
}


/*
.background--cta { background-color: hsla(334, 100%, 67%, 1); background-image: linear-gradient(180deg, hsla(58, 86%, 51%, 0) 0%, transparent 6em), url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 179 179" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(0.260179,0,0,0.260179,-215.464,-310.423)"><g id="Artboard1"><path d="M1147.56,1559.77L1080.05,1559.77C1067.18,1559.55 1056.81,1549.04 1056.81,1536.14C1056.81,1523.25 1067.18,1512.73 1080.05,1512.56L1147.52,1512.56L1147.52,1512.53L1147.53,1512.53L1147.53,1445.02C1147.75,1432.16 1158.26,1421.78 1171.16,1421.78C1184.06,1421.78 1194.57,1432.16 1194.74,1445.02L1194.74,1512.5L1194.77,1512.5L1194.77,1512.53L1262.23,1512.53C1275.09,1512.75 1285.47,1523.26 1285.47,1536.16C1285.47,1549.06 1275.09,1559.57 1262.23,1559.74L1194.77,1559.74L1194.77,1627.21C1194.55,1640.07 1184.04,1650.45 1171.14,1650.45C1158.25,1650.45 1147.73,1640.07 1147.56,1627.21L1147.56,1559.77Z" style="fill:rgba(40,40,40,0.05);"/></g></g></svg>'); background-size: 2em; }
*/

.background--cta {
  background-image: linear-gradient(to left, hsla(58, 86%, 51%, 1), hsla(334, 100%, 67%, 1));
}

.background--menu {
  background-color: hsla(0, 0%, 0%, 0.1);
}




.background--blur {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}


.background--plus {
  background-image: url('images/bgplus.svg'), linear-gradient(180deg, hsla(207, 47%, 12%, 1) 0%, hsla(209, 47%, 9%, 1) 20%);
  background-size: 2em;
}

.background--pattern {
  background-image: linear-gradient(180deg, rgb(12, 23, 34) 0%, transparent 12em), url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 179 179" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(0.260179,0,0,0.260179,-215.464,-310.423)"><g id="Artboard1"><path d="M1147.56,1559.77L1080.05,1559.77C1067.18,1559.55 1056.81,1549.04 1056.81,1536.14C1056.81,1523.25 1067.18,1512.73 1080.05,1512.56L1147.52,1512.56L1147.52,1512.53L1147.53,1512.53L1147.53,1445.02C1147.75,1432.16 1158.26,1421.78 1171.16,1421.78C1184.06,1421.78 1194.57,1432.16 1194.74,1445.02L1194.74,1512.5L1194.77,1512.5L1194.77,1512.53L1262.23,1512.53C1275.09,1512.75 1285.47,1523.26 1285.47,1536.16C1285.47,1549.06 1275.09,1559.57 1262.23,1559.74L1194.77,1559.74L1194.77,1627.21C1194.55,1640.07 1184.04,1650.45 1171.14,1650.45C1158.25,1650.45 1147.73,1640.07 1147.56,1627.21L1147.56,1559.77Z" style="fill:rgba(18,33,48, 1);"/></g></g></svg>');
  ;
  background-size: 2em;
}



div.corners {
  position: relative;
}

.cornerleft {
  position: absolute;
  top: 0em;
  left: 0em;
  width: 1em;
  opacity: 0.5;
}

.cornerright {
  position: absolute;
  top: 0em;
  right: 0em;
  width: 1em;
  transform: rotate(90deg);
  opacity: 0.5;
}

.bottomleft {
  transform: rotate(270deg);
}

.bottomright {
  transform: rotate(180deg);
}






/*


Teksti hsla(207, 24%, 95%, 1)
Tausta hsla(209, 47%, 9%, 1)
Keltanen hsla(58, 86%, 51%, 1)
Pinkki hsla(334, 100%, 67%, 1)
Vaalee sini hsla(199, 70%, 82%, 1)
Vihree hsla(176, 94%, 28%, 1)




*/








.heading--gradient {
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

.heading--gradient--1 {
  background-image: linear-gradient(to right, hsla(334, 100%, 67%, 1), hsla(199, 70%, 82%, 1));
}

.heading--gradient--2 {
  background-image: linear-gradient(to right, hsla(199, 70%, 82%, 1), hsla(58, 86%, 51%, 1));
}

.heading--gradient--3 {
  background-image: linear-gradient(to right, hsla(58, 86%, 51%, 1), hsla(334, 100%, 67%, 1));
}

.heading--dark {
  color: hsla(209, 47%, 9%, 1);
}







.icon {
  max-height: 2.5em;
  fill: #fff;
  display: block;
  -webkit-filter: drop-shadow(0 0 16px hsla(199, 70%, 82%, 0.5));
  filter: drop-shadow(0 0 16px hsla(199, 70%, 82%, 0.5));
  margin-left: auto;
  margin-right: auto;
}

.icon--small {
  fill: #fff;
  display: block;
  -webkit-filter: drop-shadow(0 0 16px hsla(199, 70%, 82%, 0.5));
  filter: drop-shadow(0 0 16px hsla(199, 70%, 82%, 0.5));
}

.icon--container {
  width: 1em;
  height: 1em;
  margin-right: 1.5em;
}

.nowrap {
  white-space: nowrap;
}









/* type system */




.m-b-xxs {
  margin-bottom: 0.5rem;
}

.m-b-xs {
  margin-bottom: 0.75rem;
}

.m-b-s {
  margin-bottom: 1rem;
}

.m-b-m {
  margin-bottom: 1.5rem;
}

.m-b-l {
  margin-bottom: 2rem;
}

.m-b-xl {
  margin-bottom: 3rem;
}

.m-b-2xl {
  margin-bottom: 4rem;
}




.m-t-xxs {
  margin-top: 0.5rem;
}

.m-t-xs {
  margin-top: 0.75rem;
}

.m-t-s {
  margin-top: 1rem;
}

.m-t-m {
  margin-top: 1.5rem;
}

.m-t-l {
  margin-top: 2rem;
}

.m-t-xl {
  margin-top: 3rem;
}

.m-t-2xl {
  margin-top: 4rem;
}


.p-xxs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-xs {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.p-s {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-m {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-l {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-xl {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-2xl {
  padding-top: 4rem;
  padding-bottom: 4rem;
}


.p-t-xxs {
  padding-top: 0.5rem;
}

.p-t-xs {
  padding-top: 0.75rem;
}

.p-t-s {
  padding-top: 1rem;
}

.p-t-m {
  padding-top: 1.5rem;
}

.p-t-l {
  padding-top: 2rem;
}

.p-t-xl {
  padding-top: 3rem;
}

.p-t-2xl {
  padding-top: 4rem;
}



.p-b-xxs {
  padding-bottom: 0.5rem;
}

.p-b-xs {
  padding-bottom: 0.75rem;
}

.p-b-s {
  padding-bottom: 1rem;
}

.p-b-m {
  padding-bottom: 1.5rem;
}

.p-b-l {
  padding-bottom: 2rem;
}

.p-b-xl {
  padding-bottom: 3rem;
}

.p-b-2xl {
  padding-bottom: 4rem;
}

.p-b-3xl {
  padding-bottom: 6rem;
}

.p-b-4xl {
  padding-bottom: 8rem;
}









/* Print styles!
-------------------------------------------------------------------------------*/
@media print {}