@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #252525;
  font: normal normal 16px/1.4 'Source Sans Pro', sans-serif;
  margin: 0; }

main {
  overflow: hidden; }

h1,
.text--xxlarge {
  font-size: 2.5rem;
  line-height: 1.1; }
  @media (min-width: 570px) {
    h1,
    .text--xxlarge {
      font-size: 4.5rem; } }

h2,
.text--xlarge {
  font-size: 2.5rem; }

h3,
.text--large {
  font-size: 1.75rem; }

.text--medium {
  font-size: 1.25rem; }

small {
  font-size: 1rem; }

.button {
  background-color: #252525;
  color: white;
  cursor: pointer;
  display: inline-block;
  height: 4em;
  line-height: 4em;
  padding: 0 1.875em;
  text-decoration: none;
  -webkit-transition: background-color 100ms;
  -o-transition: background-color 100ms;
  transition: background-color 100ms;
  vertical-align: top;
  white-space: nowrap; }
  .button--small {
    height: 3em;
    line-height: 3em;
    padding: 0 1em; }
  .button:hover {
    background-color: #111; }
  .button:active {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }
  .button--search {
    background-image: url("../images/icon-search.png");
    background-position: center right 1.875em;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center right 1.875em;
    padding-right: 3.75em; }

figure {
  margin: 0;
  padding: 0; }

input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit; }

.topbar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  max-width: 1160px;
  padding: 18px 15px;
  width: 100%;
  z-index: 100; }
  .topbar.sticky {
    -webkit-animation: drop 100ms forwards;
    animation: drop 100ms forwards;
    background-color: #00A8FF;
    -webkit-box-shadow: 50em 0 #00A8FF, -50em 0 #00A8FF;
    box-shadow: 50em 0 #00A8FF, -50em 0 #00A8FF;
    position: fixed; }

@-webkit-keyframes drop {
  from {
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0); }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }

@keyframes drop {
  from {
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0); }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }
    @media (min-width: 960px) {
      .topbar.sticky ol {
        background-color: #00A8FF; }
        .topbar.sticky ol li {
          color: white; } }
  @media (min-width: 570px) {
    .topbar {
      padding: 1.125em 1.5625em; } }
  @media (min-width: 960px) {
    .topbar {
      padding: 0 2.5em; } }
  .topbar .logo img {
    display: block;
    width: 7.9375em; }
  @media (min-width: 960px) {
    .topbar .logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
      flex: 0 0 10rem;
      margin-right: auto; } }
  @media (max-width: 960px) {
    .topbar .logo {
      margin-right: auto; } }
  .topbar .search {
    background: transparent url("../images/icon-search.png") center right/18px 18px no-repeat;
    cursor: pointer;
    padding-right: 1.75rem;
    margin-right: 5.5rem;
    white-space: nowrap; }
    @media (max-width: 960px) {
      .topbar .search {
        display: none; } }
  .topbar .menu-opener:after {
    content: '☰';
    margin-left: 10px; }
  @media (max-width: 570px) {
    .topbar .button--search {
      background-position: center right 1em;
      padding-right: 2.125em; }
      .topbar .button--search span {
        display: none; } }
  @media (min-width: 570px) and (max-width: 960px) {
    .topbar .button--search {
      background-position: center right 1em;
      padding-right: 2.75em; } }
  .topbar .menu-opener,
  .topbar .button--search {
    cursor: pointer;
    display: none; }
    @media (max-width: 960px) {
      .topbar .menu-opener,
      .topbar .button--search {
        display: block;
        margin-left: 0.5em; } }
  @media (min-width: 960px) {
    .topbar nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media (max-width: 960px) {
    .topbar nav {
      position: fixed;
      top: 0;
      right: 0;
      text-align: center;
      height: 100vh;
      z-index: 999;
      -webkit-transition: visibility 400ms, -webkit-transform 400ms;
      transition: visibility 400ms, -webkit-transform 400ms;
      -o-transition: transform 400ms, visibility 400ms;
      transition: transform 400ms, visibility 400ms;
      transition: transform 400ms, visibility 400ms, -webkit-transform 400ms;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      visibility: hidden; }
      body.menu-active .topbar nav {
        overflow: scroll;
        pointer-events: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible; } }
  @media (min-width: 960px) {
    .topbar menu.menu > li:last-child:hover:before {
      -webkit-box-shadow: inset 0 0.25em rgba(255, 255, 255, 0.6);
      box-shadow: inset 0 0.25em rgba(255, 255, 255, 0.6); }
    .topbar menu.menu > li:last-child:before {
      content: "More ▾";
      display: block; }
      html[lang="ru"] .topbar menu.menu > li:last-child:before {
        content: 'Больше ▾'; }
      html[lang="et"] .topbar menu.menu > li:last-child:before {
        content: 'Veel ▾'; } }
  .topbar menu.lang svg {
    color: #00A8FF;
    height: 18px;
    width: 18px; }
  @media (min-width: 960px) {
    .topbar menu.lang {
      position: absolute;
      right: 0; }
      .topbar menu.lang svg {
        color: white;
        position: absolute;
        left: -1.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  @media (min-width: 960px) {
    .topbar menu.lang > li:last-child:hover:before {
      -webkit-box-shadow: inset 0 0.25em rgba(255, 255, 255, 0.6);
      box-shadow: inset 0 0.25em rgba(255, 255, 255, 0.6); }
    .topbar menu.lang > li:last-child:before {
      content: attr(data-lang) " ▾";
      display: block; } }
  .topbar menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-left: 0; }
    .topbar menu li {
      list-style: none;
      line-height: 3.75em;
      position: relative;
      white-space: nowrap; }
      .topbar menu li.close {
        display: none; }
    .topbar menu > li a {
      display: block;
      line-height: inherit; }
    @media (max-width: 960px) {
      .topbar menu {
        background-color: white;
        color: #252525;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 3.75em; }
        .topbar menu a {
          font-size: 1.25em; }
        .topbar menu ol {
          margin: 0;
          padding: 0; }
          .topbar menu ol li {
            list-style: none; }
        .topbar menu li.close {
          cursor: pointer;
          display: block;
          position: absolute;
          top: 0.3125rem;
          right: 0.9375rem; }
          .topbar menu li.close svg {
            fill: currentColor;
            height: 1.25rem;
            width: 1.8125rem; } }
    @media (max-width: 570px) {
      .topbar menu {
        width: 75%; } }
    @media (min-width: 570px) and (max-width: 960px) {
      .topbar menu {
        width: 50%; } }
    @media (max-width: 960px) {
      .topbar menu {
        min-width: 17.5em; } }
    @media (min-width: 960px) {
      .topbar menu li {
        line-height: 5em; }
        .topbar menu li.close {
          display: none; }
        .topbar menu li:hover ol {
          opacity: 1;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          visibility: visible; }
      .topbar menu > li {
        margin-right: 2.5em; }
        .topbar menu > li a {
          display: block;
          line-height: inherit;
          -webkit-transition: all 200ms;
          -o-transition: all 200ms;
          transition: all 200ms; }
        .topbar menu > li:hover a {
          -webkit-box-shadow: inset 0 0.25em rgba(255, 255, 255, 0.6);
          box-shadow: inset 0 0.25em rgba(255, 255, 255, 0.6); }
        .topbar menu > li.active a {
          -webkit-box-shadow: inset 0 0.25em currentColor;
          box-shadow: inset 0 0.25em currentColor; }
      .topbar menu ol {
        background-color: white;
        color: #252525;
        margin: 0;
        opacity: 0;
        padding: 0.625em 1.25em;
        position: absolute;
        top: 100%;
        left: -1.25em;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms;
        visibility: hidden; }
        .topbar menu ol li {
          line-height: 1.4;
          margin: 0.5em 0; }
          .topbar menu ol li a {
            -webkit-box-shadow: none !important;
            box-shadow: none !important; } }
  .topbar a {
    color: currentColor;
    text-decoration: none; }

body.menu-active main {
  opacity: .7;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }

.row {
  width: 100%;
  padding: 0 15px; }
  .row .col-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  @media (min-width: 570px) {
    .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1160px;
      margin: 0 auto;
      padding: 0 25px; }
      .row--wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .row--center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .row .col-m1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 8);
        flex: 0 0 calc(100% / 8); }
      .row .col-m2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
      .row .col-m3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%; }
      .row .col-m4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
      .row .col-m5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%; }
      .row .col-m6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
      .row .col-m8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
      .row .col-push-m1 {
        margin-left: calc(100%/8); }
      .row .col-push-m2 {
        margin-left: calc(100%/4); }
      .row .col-m-push-4 {
        margin-left: 50%; }
      .row .col-pull-m1 {
        margin-right: calc(100%/8); } }
  @media (min-width: 960px) {
    .row {
      padding: 0 40px; }
      .row .col-l1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 8);
        flex: 0 0 calc(100% / 8); }
      .row .col-l2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
      .row .col-l4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
      .row .col-l5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%; }
      .row .col-l6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
      .row .col-l-full {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
      .row .col-push-l1 {
        margin-left: calc(100%/8); }
      .row .col-push-l4 {
        margin-left: 50%; }
      .row .col-pull-l1 {
        margin-right: calc(100%/8); } }

.gfx-waves, .gfx-waves--white, .gfx-waves--lightblue {
  display: block;
  height: 3.8125rem;
  width: 8.375rem; }
  .gfx-waves svg, .gfx-waves--white svg, .gfx-waves--lightblue svg {
    display: block;
    fill: currentColor; }

.gfx-bubble, .gfx-bubble--white, .gfx-bubble--lightblue {
  height: 1rem;
  width: 1rem; }
  .gfx-bubble svg, .gfx-bubble--white svg, .gfx-bubble--lightblue svg {
    display: block;
    fill: currentColor; }

.gfx-waves, .gfx-bubble {
  color: #00BEFF; }

.gfx-waves--white, .gfx-bubble--white {
  color: white; }

.gfx-bubble--lightblue, .gfx-waves--lightblue {
  color: #CCEEFF; }

.gfx-fish {
  background: transparent url(../assets/gfx-fish.svg) center/contain no-repeat;
  display: block;
  height: 12.9375em;
  width: 12.9375em; }

.gfx-bigfish {
  background: transparent url(../images/kala-suur.png) center/contain no-repeat;
  display: block;
  height: 20.4375em;
  width: 58.1875em; }

.gfx-foor {
  background: transparent url(../assets/gfx-kalafoor.svg) center/contain no-repeat;
  display: block;
  height: 8em;
  width: 8em; }

.gfx-package {
  background: transparent url(../assets/gfx-package.svg) center/contain no-repeat;
  display: block;
  height: 8em;
  width: 8em; }

.gfx-kalad {
  background: transparent url(../assets/gfx-kalad.svg) center/contain no-repeat;
  display: block;
  height: 8em;
  width: 8em; }

.gfx-questions {
  background: transparent url(../assets/gfx-questions.svg) center/contain no-repeat;
  display: block;
  height: 8em;
  width: 8em; }

[data-section="hero"] {
  background-image: url(../assets/gfx-line.svg?v2), -webkit-linear-gradient(286.26deg, #5463C2 0%, #00A8FF 72.4%);
  background-image: url(../assets/gfx-line.svg?v2), -o-linear-gradient(286.26deg, #5463C2 0%, #00A8FF 72.4%);
  background-image: url(../assets/gfx-line.svg?v2), linear-gradient(163.74deg, #5463C2 0%, #00A8FF 72.4%);
  background-position: center, center;
  background-size: 1440px 332px, cover;
  background-repeat: no-repeat, no-repeat;
  color: white;
  text-align: center; }
  [data-section="hero"] .text * {
    margin: 0; }
  [data-section="hero"] .text p {
    margin-top: 1.25rem; }
  [data-section="hero"] .row {
    min-height: 22.5em;
    padding: 11.25em 0.9375em 6.25em;
    position: relative; }
  [data-section="hero"] .text {
    position: relative;
    z-index: 1; }
  [data-section="hero"] .gfx div {
    position: absolute; }
    [data-section="hero"] .gfx div svg {
      fill: #00A8FF; }
    [data-section="hero"] .gfx div:nth-child(1) {
      top: 150px;
      right: 15px; }
    [data-section="hero"] .gfx div:nth-child(2) {
      bottom: 30px;
      left: 15px; }
    [data-section="hero"] .gfx div:nth-child(3) {
      left: 12.5%;
      top: 6.25em; }
    [data-section="hero"] .gfx div:nth-child(4) {
      left: 37.5%;
      top: 5em; }
    [data-section="hero"] .gfx div:nth-child(5) {
      right: 12.5%;
      top: 5.625em; }
  @media (max-width: 570px) {
    [data-section="hero"] {
      min-height: 100vw; } }
  @media (min-width: 570px) {
    [data-section="hero"] h1 {
      font-size: 3.75rem; }
    [data-section="hero"] .row {
      min-height: 26.25em;
      padding: 12.5em 1.5625em 5em; }
    [data-section="hero"] .gfx div {
      position: absolute; }
      [data-section="hero"] .gfx div:nth-child(1) {
        top: 140px;
        right: 25px; }
      [data-section="hero"] .gfx div:nth-child(2) {
        bottom: 45px;
        left: 25px; }
      [data-section="hero"] .gfx div:nth-child(3) {
        left: 12.5%;
        top: 7.5em; }
      [data-section="hero"] .gfx div:nth-child(4) {
        left: 62.5%;
        top: 11.25em; }
      [data-section="hero"] .gfx div:nth-child(5) {
        right: 12.5%;
        top: 6.25em; } }
  @media (min-width: 960px) {
    [data-section="hero"] .row {
      padding: 13.75em 0 3.75em; }
    [data-section="hero"] .gfx div:nth-child(1) {
      top: 50%;
      right: 40px;
      -webkit-transform: translate3d(50%, -50%, 0);
      transform: translate3d(50%, -50%, 0); }
    [data-section="hero"] .gfx div:nth-child(2) {
      bottom: 60px;
      left: 40px;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
    [data-section="hero"] .gfx div:nth-child(3) {
      left: 25%;
      top: 11.25em; }
    [data-section="hero"] .gfx div:nth-child(4) {
      left: 62.5%;
      top: 7.5em; }
    [data-section="hero"] .gfx div:nth-child(5) {
      right: -6.25%;
      top: 6.25em; } }

.hero {
  background-image: url(../assets/gfx-line.svg?v2), -webkit-linear-gradient(286.26deg, #5463C2 0%, #00A8FF 72.4%);
  background-image: url(../assets/gfx-line.svg?v2), -o-linear-gradient(286.26deg, #5463C2 0%, #00A8FF 72.4%);
  background-image: url(../assets/gfx-line.svg?v2), linear-gradient(163.74deg, #5463C2 0%, #00A8FF 72.4%);
  background-position: left 50vw top 220px, center;
  background-size: 1440px 332px, cover;
  background-repeat: no-repeat, no-repeat;
  color: white;
  padding-bottom: 5.625em;
  position: relative; }
  .hero .text {
    position: relative;
    z-index: 1; }
    .hero .text h1 {
      margin: 0; }
    .hero .text p {
      max-width: 75%; }
  .hero .buttons {
    display: inline-block; }
    .hero .buttons .button + .button {
      margin-left: 1em; }
  .hero .organizations {
    position: absolute;
    top: 15em;
    right: 2.5em; }
    .hero .organizations img {
      display: block;
      margin-bottom: 2.5em; }
  .hero .gfx-bigfish {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 1500ms;
    transition: -webkit-transform 1500ms;
    -o-transition: transform 1500ms;
    transition: transform 1500ms;
    transition: transform 1500ms, -webkit-transform 1500ms; }
    .hero .gfx-bigfish.reveal {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
  @media (max-width: 570px) {
    .hero .row {
      padding-top: 1px; }
    .hero .gfx.gfx-waves--1 {
      margin: 7.5em 0 0 auto; }
    .hero .gfx.gfx-waves--2 {
      display: none; }
    .hero .gfx.gfx-waves--3 {
      margin: 2.5em auto 0; }
    .hero .gfx.gfx-fish {
      display: none; }
    .hero .gfx.gfx-bigfish {
      margin-left: 45px;
      margin-top: -45px; }
    .hero .organizations {
      display: none; } }
  @media (min-width: 570px) and (max-width: 960px) {
    .hero {
      background-position: left 50vw top 220px, center; }
      .hero .gfx.gfx-waves--1 {
        margin: 7.5em 0 3.125em 11.6862vw; }
      .hero .gfx.gfx-waves--2 {
        margin: 9.375em 0 0 11.6862vw; }
      .hero .gfx.gfx-waves--3 {
        margin: 5em auto 0;
        opacity: 0; }
      .hero .gfx.gfx-fish {
        margin: 9.375em 0 3.125em calc(-11.6862vw - 25px); }
      .hero .gfx.gfx-bigfish {
        margin-left: -46.74479vw; }
      .hero .organizations {
        right: 1.5625em; } }
  @media (min-width: 570px) {
    .hero {
      padding-bottom: 9.375em; } }
  @media (min-width: 960px) {
    .hero {
      background-position: left 50vw top 220px, center; }
      .hero .row > div {
        max-width: 50%; }
      .hero .gfx.gfx-waves--1 {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 7.5em 0 3.125em; }
      .hero .gfx.gfx-waves--2 {
        margin: 9.375em 0 0 auto; }
      .hero .gfx.gfx-waves--3 {
        margin: 6.25em auto 0; }
      .hero .gfx.gfx-fish {
        margin: 9.375em 0 3.125em auto; } }

.glide {
  display: block;
  padding: 0 0.9375em;
  width: 100%; }
  .glide .text--medium {
    background-color: #252525;
    border-radius: 50%;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem;
    position: absolute;
    text-align: center;
    width: 9.75rem;
    height: 9.75rem;
    -webkit-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
    z-index: 10; }
    .glide .text--medium:hover {
      background-color: black; }
    .glide .text--medium a {
      color: inherit;
      cursor: pointer;
      margin: auto;
      text-decoration: none; }
  .glide figure {
    margin: 0;
    padding: 0; }
    .glide figure .image {
      background: #444 none center / cover no-repeat;
      border-radius: 50%;
      height: 16.8125em;
      width: 16.8125em; }
      .glide figure .image::before {
        content: '';
        display: block;
        padding-top: 100%; }
  .glide .glide__bullets {
    bottom: -2rem; }
  .glide strong {
    display: block; }
  @media (max-width: 570px) {
    .glide figcaption * {
      font-size: 1.25rem !important; }
    .glide .text--medium {
      left: 8rem;
      top: 7.0625rem; }
    .glide .text--large {
      margin: 2.5rem 0 2rem; }
    .glide .glide__bullets {
      left: 0.9375rem;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  @media (min-width: 570px) {
    .glide {
      padding: 1.5625em; }
      .glide figure {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .glide figure .image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          height: 16.8125em;
          min-width: 16.8125em;
          width: 16.8125em; }
        .glide figure figcaption {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          max-width: calc(100% - 20rem);
          padding-left: 2.5rem; }
      .glide .text--medium {
        left: 8.625rem;
        bottom: 0;
        top: auto; } }
  @media (min-width: 960px) {
    .glide {
      margin: 0 auto;
      max-width: 72.5em;
      padding: 0 2.5em; }
      .glide figure .image {
        width: 23.75rem;
        height: 23.75rem; }
      .glide figure figcaption {
        max-width: calc(100% - 28.75rem);
        padding-left: 6.5625em; }
      .glide .text--medium {
        left: 16.5rem; } }

[data-article="person"] {
  padding-top: 6.25em; }
  [data-article="person"] figure,
  [data-article="person"] .article-body {
    margin: 0 auto;
    max-width: 53.125rem; }
  [data-article="person"] figure.video {
    position: relative; }
    [data-article="person"] figure.video .video {
      background: #00A8FF none center/cover no-repeat;
      border-radius: 1.5em;
      overflow: hidden;
      position: relative; }
      [data-article="person"] figure.video .video:before {
        content: '';
        display: block;
        padding-top: 56.25%; }
      [data-article="person"] figure.video .video .edy-element-thumb-catcher {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border: none; }
        [data-article="person"] figure.video .video .edy-element-thumb-catcher .edy-element-thumb-catcher-image {
          display: block;
          max-width: 100%;
          max-height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%; }
      [data-article="person"] figure.video .video .edit {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center; }
    [data-article="person"] figure.video figcaption {
      background-color: #CCEEFF;
      border-bottom-right-radius: 0.625rem;
      cursor: pointer;
      font-size: 1.25em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 4rem;
      padding: 0;
      position: relative; }
      [data-article="person"] figure.video figcaption:before {
        background-color: #00A8FF;
        border-radius: 50%;
        content: url("../assets/play-triangle.svg");
        display: block;
        height: 4rem;
        position: absolute;
        left: -2rem;
        top: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 4rem; }
      [data-article="person"] figure.video figcaption:hover:before {
        background-color: #0086cc; }
      [data-article="person"] figure.video figcaption p {
        margin: auto 0;
        padding: 0 1.25rem 0 3rem; }
  [data-article="person"] .article-body h3 {
    margin: 4rem 0; }
  [data-article="person"] figure.recipe {
    background-color: #CCEEFF; }
    [data-article="person"] figure.recipe .image {
      background: #00A8FF none center/cover no-repeat;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      margin: -1rem 0 0 auto;
      width: 9.375em; }
      [data-article="person"] figure.recipe .image::before {
        content: '';
        display: block;
        padding-top: 100%; }
      [data-article="person"] figure.recipe .image > * {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
      [data-article="person"] figure.recipe .image > img {
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 100%; }
      [data-article="person"] figure.recipe .image .edy-element-thumb-catcher .edy-element-thumb-catcher-image {
        display: block;
        max-width: 100%;
        max-height: 100%; }
      [data-article="person"] figure.recipe .image .edy-element-thumb-catcher .edy-element-thumb-empty {
        line-height: 150px; }
    [data-article="person"] figure.recipe a {
      color: currentColor; }
  @media (max-width: 570px) {
    [data-article="person"] {
      padding-left: 15px;
      padding-right: 15px; }
      [data-article="person"] figure.video figcaption {
        margin-top: 1rem;
        margin-left: 2rem; }
      [data-article="person"] figure.recipe {
        padding: 1.875em 0.9375em;
        margin: 2.5em -0.9375em; } }
  @media (min-width: 570px) {
    [data-article="person"] figure.video figcaption {
      position: absolute;
      bottom: 1.25rem;
      right: 1.25rem;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 1; }
    [data-article="person"] figure.recipe {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 1.5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 6.25em;
      margin-bottom: 6.25em;
      padding: 3.125em 5.5625em; }
      [data-article="person"] figure.recipe figcaption {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
      [data-article="person"] figure.recipe .image {
        margin: auto;
        width: 12.5em; } }
  @media (min-width: 570px) and (max-width: 960px) {
    [data-article="person"] {
      padding-left: 25px;
      padding-right: 25px; }
      [data-article="person"] .article-body {
        margin: 0 auto;
        max-width: 33.75em; } }
  @media (min-width: 960px) {
    [data-article="person"] {
      background: white url(../assets/gfx-line2.svg) center top 700px/1440px 332px repeat-x; }
      [data-article="person"] .article-body {
        background-color: white;
        padding: 0 9.0625em; }
      [data-article="person"] figure.recipe {
        padding: 3.125em 9.0625em; } }

article.vorm {
  background: white;
  padding-top: 0;
  position: relative;
  z-index: 10; }
  article.vorm .article-body {
    background-color: white;
    margin-top: -290px;
    padding-top: 3em;
    padding-bottom: 4em;
    z-index: 99; }
    article.vorm .article-body h1 {
      color: #00A8FF;
      font-size: 3.75rem;
      margin: 0; }
  @media (min-width: 960px) {
    article.vorm {
      background: none; }
      article.vorm .article-body {
        margin-top: -260px; }
        article.vorm .article-body h1 {
          margin: 4rem 0; } }

.text form,
.text [data-content-type="form"] {
  font-size: 1rem;
  margin: 2.5em 0; }
  .text form .form_area .form_notice,
  .text form .form_area .form_error,
  .text [data-content-type="form"] .form_area .form_notice,
  .text [data-content-type="form"] .form_area .form_error {
    font-size: 1.25em;
    padding: 1rem; }
  .text form .form_area .form_notice,
  .text [data-content-type="form"] .form_area .form_notice {
    background-color: rgba(204, 238, 255, 0.5); }
  .text form .form_area .form_error,
  .text [data-content-type="form"] .form_area .form_error {
    background-color: rgba(235, 87, 87, 0.1);
    color: #EB5757; }
  .text form .form_area .form_submit,
  .text [data-content-type="form"] .form_area .form_submit {
    margin: 2.5rem 0; }
  .text form .form_field input,
  .text form .form_field textarea,
  .text form .form_field select,
  .text [data-content-type="form"] .form_field input,
  .text [data-content-type="form"] .form_field textarea,
  .text [data-content-type="form"] .form_field select {
    background: transparent;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    color: inherit;
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    outline: none;
    margin: 0;
    padding: 1.0625em 1em;
    resize: none;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .text form .form_field input:focus,
    .text form .form_field textarea:focus,
    .text form .form_field select:focus,
    .text [data-content-type="form"] .form_field input:focus,
    .text [data-content-type="form"] .form_field textarea:focus,
    .text [data-content-type="form"] .form_field select:focus {
      border-color: #00A8FF; }
  .text form .form_field.form_field_required .form_field_label:after,
  .text [data-content-type="form"] .form_field.form_field_required .form_field_label:after {
    content: ' *';
    color: #EB5757; }
  .text form .form_field.form_field_with_errors input,
  .text form .form_field.form_field_with_errors textarea,
  .text form .form_field.form_field_with_errors select,
  .text [data-content-type="form"] .form_field.form_field_with_errors input,
  .text [data-content-type="form"] .form_field.form_field_with_errors textarea,
  .text [data-content-type="form"] .form_field.form_field_with_errors select {
    border-color: #EB5757; }
  .text form .form_field.form_field_with_errors label.form_field_label,
  .text [data-content-type="form"] .form_field.form_field_with_errors label.form_field_label {
    color: #EB5757; }
  .text form .form_field .form_field_error,
  .text [data-content-type="form"] .form_field .form_field_error {
    display: none; }
  .text form .form_field label:not([class]),
  .text [data-content-type="form"] .form_field label:not([class]) {
    cursor: pointer;
    display: block;
    font-size: 1rem;
    margin: 1.5rem 0;
    padding: 0 1.625rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .text form .form_field label:not([class]) a,
    .text [data-content-type="form"] .form_field label:not([class]) a {
      color: currentColor; }
  .text form .form_field .form_field_checkbox,
  .text form .form_field .form_field_radio,
  .text [data-content-type="form"] .form_field .form_field_checkbox,
  .text [data-content-type="form"] .form_field .form_field_radio {
    border: 1px solid #E0E0E0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    height: 1.125rem;
    margin-top: .125rem;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.125rem; }
    .text form .form_field .form_field_checkbox:checked,
    .text form .form_field .form_field_radio:checked,
    .text [data-content-type="form"] .form_field .form_field_checkbox:checked,
    .text [data-content-type="form"] .form_field .form_field_radio:checked {
      background-color: #00A8FF;
      -webkit-box-shadow: inset 0 0 0 4px white;
      box-shadow: inset 0 0 0 4px white; }
  .text form .form_field .form_field_radio,
  .text [data-content-type="form"] .form_field .form_field_radio {
    border-radius: 0.5625rem; }
  .text form input[type="submit"],
  .text [data-content-type="form"] input[type="submit"] {
    background-color: #252525;
    border: none;
    color: white;
    display: block;
    cursor: pointer;
    height: 4rem;
    margin: 0;
    line-height: 4rem;
    padding: 0 2rem; }
    .text form input[type="submit"]:hover,
    .text [data-content-type="form"] input[type="submit"]:hover {
      background-color: #0c0c0c; }
  .text form div.form_field_label,
  .text [data-content-type="form"] div.form_field_label {
    display: none; }
  .text form label.form_field_label,
  .text form .edy-fe-label,
  .text [data-content-type="form"] label.form_field_label,
  .text [data-content-type="form"] .edy-fe-label {
    display: block;
    font-size: 1rem;
    margin: 1.5rem 0 .5rem; }

[data-section="miks"] {
  background-color: #CCEEFF; }
  [data-section="miks"] .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    position: relative; }
    @media (min-width: 570px) {
      [data-section="miks"] .row {
        padding-bottom: 9.375em;
        padding-top: 9.375em; } }
  [data-section="miks"] .gfx-kalad {
    margin: 0 auto; }
  [data-section="miks"] .button {
    margin: 1.875em auto 0; }

[data-section="kuidas"] {
  padding-top: 5em;
  padding-bottom: 4em; }
  [data-section="kuidas"] header {
    padding-bottom: 5em; }
  [data-section="kuidas"] .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    position: relative; }
  [data-section="kuidas"] .gfx-big-icon {
    margin: 0 auto; }
  [data-section="kuidas"] .button {
    margin: 1.875em auto 0; }
  [data-section="kuidas"] .gfx {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    z-index: -1; }
  @media (max-width: 570px) {
    [data-section="kuidas"] p {
      margin: 2.5em 0; } }
  @media (min-width: 570px) {
    [data-section="kuidas"] {
      padding-top: 7.5em;
      padding-bottom: 7.5em; } }
  @media (min-width: 960px) {
    [data-section="kuidas"] {
      padding-top: 11.25em;
      padding-bottom: 11.25em; } }

[data-section="parimad"] {
  background-image: url(../assets/gfx-line.svg?v2), -webkit-linear-gradient(286.26deg, #5463C2 0%, #00A8FF 72.4%);
  background-image: url(../assets/gfx-line.svg?v2), -o-linear-gradient(286.26deg, #5463C2 0%, #00A8FF 72.4%);
  background-image: url(../assets/gfx-line.svg?v2), linear-gradient(163.74deg, #5463C2 0%, #00A8FF 72.4%);
  background-position: center, center;
  background-size: 1440px 332px, cover;
  background-repeat: no-repeat, no-repeat;
  color: white;
  padding-top: 1.875em;
  padding-bottom: 3.75em; }
  [data-section="parimad"] a {
    color: inherit; }
  [data-section="parimad"] figure {
    margin: 1.25em 0; }
  [data-section="parimad"] figcaption * {
    margin: .5rem 0; }
  [data-section="parimad"] .image {
    margin-top: -1.25em;
    overflow: hidden;
    position: relative;
    pointer-events: none; }
    [data-section="parimad"] .image:before {
      content: '';
      display: block;
      padding-top: 50%; }
    [data-section="parimad"] .image img {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: scaleX(-1) translateY(-50%);
      -ms-transform: scaleX(-1) translateY(-50%);
      transform: scaleX(-1) translateY(-50%); }
  [data-section="parimad"] footer {
    padding-top: 1.25em;
    text-align: center; }
    [data-section="parimad"] footer .certificates {
      padding: 2.5em 0 3.75em; }
      [data-section="parimad"] footer .certificates img {
        display: inline-block;
        vertical-align: top; }
        [data-section="parimad"] footer .certificates img + img {
          margin-left: 3.75em; }
  @media (max-width: 960px) {
    [data-section="parimad"] figure:nth-child(even) {
      margin-left: auto; } }
  @media (max-width: 570px) {
    [data-section="parimad"] figcaption {
      text-align: right; }
    [data-section="parimad"] .image {
      width: 100%;
      margin-left: -25%; } }
  @media (min-width: 570px) {
    [data-section="parimad"] {
      padding-top: 5.625em;
      padding-bottom: 6.25em; }
      [data-section="parimad"] figure:nth-child(even) figcaption {
        text-align: right; }
      [data-section="parimad"] .image {
        max-width: calc(100% - 60px);
        width: calc(100% - 60px); }
      [data-section="parimad"] footer {
        padding-top: 3.75em; } }
  @media (min-width: 960px) {
    [data-section="parimad"] {
      padding-top: 8.125em; }
      [data-section="parimad"] figure {
        margin: 2em 0; }
        [data-section="parimad"] figure:nth-child(even) {
          -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0); }
      [data-section="parimad"] footer {
        padding-top: 12.5em; } }
  [data-section="parimad"] header,
  [data-section="parimad"] footer {
    position: relative; }
    [data-section="parimad"] header .gfx div,
    [data-section="parimad"] footer .gfx div {
      position: absolute; }
  @media (max-width: 570px) {
    [data-section="parimad"] header .gfx div:nth-child(1) {
      left: 0.9375em;
      top: 16.25em; }
    [data-section="parimad"] header .gfx div:nth-child(2) {
      left: 50%;
      top: 32.5em; }
    [data-section="parimad"] header .gfx div:nth-child(3) {
      left: 75%;
      top: 48.75em; }
    [data-section="parimad"] header .gfx div:nth-child(4) {
      display: none; } }
  @media (min-width: 570px) and (max-width: 960px) {
    [data-section="parimad"] header .gfx div:nth-child(1) {
      right: 1.5625em;
      top: 5em; }
    [data-section="parimad"] header .gfx div:nth-child(2) {
      left: 25%;
      top: 32.5em; }
    [data-section="parimad"] header .gfx div:nth-child(3) {
      left: 12.5%;
      top: 0em; }
    [data-section="parimad"] header .gfx div:nth-child(4) {
      right: 12.5%;
      top: 62.5em; } }
  @media (min-width: 960px) {
    [data-section="parimad"] header .gfx div:nth-child(1) {
      left: 62.5%;
      top: 12.5em; }
    [data-section="parimad"] header .gfx div:nth-child(2) {
      left: -6.25%;
      top: 4.375em; }
    [data-section="parimad"] header .gfx div:nth-child(3) {
      left: 37.5%;
      top: 21.25em; }
    [data-section="parimad"] header .gfx div:nth-child(4) {
      right: 12.5%;
      top: 4.375em; } }
  @media (max-width: 570px) {
    [data-section="parimad"] footer .gfx div {
      display: none; } }
  @media (min-width: 570px) and (max-width: 960px) {
    [data-section="parimad"] footer .gfx div:nth-child(1) {
      left: 1.5625em;
      top: 0em; }
    [data-section="parimad"] footer .gfx div:nth-child(2) {
      display: none; }
    [data-section="parimad"] footer .gfx div:nth-child(3) {
      display: none; }
    [data-section="parimad"] footer .gfx div:nth-child(4) {
      left: 12.5%;
      bottom: 2.5em; } }
  @media (min-width: 960px) {
    [data-section="parimad"] footer .gfx div:nth-child(1) {
      color: white;
      left: 100%;
      top: 12.5em; }
    [data-section="parimad"] footer .gfx div:nth-child(2) {
      left: 2.5em;
      top: 19.375em;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    [data-section="parimad"] footer .gfx div:nth-child(3) {
      left: 0;
      top: 12.5em; }
    [data-section="parimad"] footer .gfx div:nth-child(4) {
      left: -6.25%;
      bottom: 2.5em; } }

[data-section="poed"] {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  text-align: center; }
  [data-section="poed"] .poed img {
    display: block;
    margin: 1.875em auto;
    max-width: 80%; }
  @media (max-width: 570px) {
    [data-section="poed"] .poed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      [data-section="poed"] .poed div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
  @media (min-width: 570px) {
    [data-section="poed"] {
      padding-top: 5em;
      padding-bottom: 5em; }
      [data-section="poed"] .poed img {
        max-width: 50%; } }
  @media (min-width: 570px) and (max-width: 960px) {
    [data-section="poed"] .poed div:nth-child(3n+2) {
      margin: 0 5.8431vw; }
    [data-section="poed"] .poed img {
      max-width: 80%; } }
  @media (min-width: 960px) {
    [data-section="poed"] {
      padding-top: 6.25em;
      padding-bottom: 6.25em; } }

[data-section="meedia"] {
  background-color: #CCEEFF;
  text-align: center;
  padding-bottom: 5em;
  padding-top: 5em;
  position: relative; }
  [data-section="meedia"] .row {
    position: relative;
    z-index: 1; }
  @media (max-width: 570px) {
    [data-section="meedia"] img {
      margin: 0 24px; }
    [data-section="meedia"] .row > div {
      display: inline-block; } }
  @media (min-width: 570px) {
    [data-section="meedia"] {
      padding-bottom: 6.25em;
      padding-top: 6.25em; } }

[data-section="people"] {
  text-align: center; }
  [data-section="people"] header {
    padding: 6.25em 0; }
  [data-section="people"] figure .image {
    background: #00A8FF none center/cover no-repeat;
    border-radius: 1.5em;
    overflow: hidden; }
    [data-section="people"] figure .image:before {
      content: '';
      display: block;
      padding-top: 80%; }
  [data-section="people"] figcaption {
    padding: 1.25em 0 4em; }
  [data-section="people"] a {
    text-decoration: none;
    color: inherit; }
  [data-section="people"] h2,
  [data-section="people"] p {
    margin: 0; }
  @media (min-width: 570px) {
    [data-section="people"] figure:nth-child(even) {
      padding-right: 1.5625em; }
    [data-section="people"] figure:nth-child(odd) {
      padding-left: 1.5625em; }
    [data-section="people"] figcaption {
      padding: 1.25em 0 5em; } }
  @media (min-width: 960px) {
    [data-section="people"] figure:nth-child(even) {
      padding-right: 2.5em; }
    [data-section="people"] figure:nth-child(odd) {
      padding-left: 2.5em; } }

[data-section="news"] a {
  color: currentColor; }

[data-section="news"] h3 a {
  text-decoration: none; }

[data-section="news"] .row > div {
  margin: 3.75em 0; }

@media (min-width: 570px) {
  [data-section="news"] {
    padding-top: 3.125em;
    padding-bottom: 3.125em; }
    [data-section="news"] .row > div {
      margin: 1.25em 0; }
    [data-section="news"] figcaption {
      padding: 1.25em 0 5em; } }

@media (min-width: 960px) {
  [data-section="news"] .row > div:nth-child(even) {
    padding-left: 2.5em; }
  [data-section="news"] .row > div:nth-child(odd) {
    padding-right: 2.5em; } }

.gfx-block--light svg {
  color: white; }

.gfx-block--white svg {
  color: #CCEEFF; }

.gfx-block div {
  position: absolute; }
  @media (max-width: 570px) {
    .gfx-block div:nth-child(1) {
      display: none; }
    .gfx-block div:nth-child(2) {
      top: 1.875rem;
      right: -50px; }
    .gfx-block div:nth-child(3) {
      top: 0em;
      left: 5em; }
    .gfx-block div:nth-child(4) {
      bottom: -2.5em;
      right: 2.5em; }
    .gfx-block div:nth-child(5) {
      display: none; } }
  @media (min-width: 570px) {
    .gfx-block div:nth-child(1) {
      top: calc(50% + 80px);
      left: 1.5625em; }
    .gfx-block div:nth-child(2) {
      bottom: calc(50% + 80px);
      right: 1.5625em; }
    .gfx-block div:nth-child(3) {
      bottom: calc(50% + 220px);
      left: calc(18.75% + 8px); }
    .gfx-block div:nth-child(4) {
      top: calc(50% + 220px);
      left: calc(31.25%); }
    .gfx-block div:nth-child(5) {
      top: calc(50% + 80px);
      right: 2.5em; } }
  @media (min-width: 960px) {
    .gfx-block div:nth-child(1) {
      left: 2.5em;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .gfx-block div:nth-child(2) {
      right: 2.5em;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); }
    .gfx-block div:nth-child(3) {
      left: calc(6.25% + 32px); }
    .gfx-block div:nth-child(4) {
      left: calc(12.5% + 24px); } }

[data-section="kuidas-header"] {
  padding-top: 6.25em;
  padding-bottom: 6.25em; }

[data-section="kuidas-light"] {
  background-color: #CCEEFF; }

[data-section="kuidas-white"],
[data-section="kuidas-light"] {
  padding-top: 5em;
  padding-bottom: 4em; }
  [data-section="kuidas-white"] .row,
  [data-section="kuidas-light"] .row {
    position: relative; }
  @media (max-width: 570px) {
    [data-section="kuidas-white"] .gfx-icon img,
    [data-section="kuidas-light"] .gfx-icon img {
      display: block;
      margin: 0 auto; } }
  @media (min-width: 570px) {
    [data-section="kuidas-white"],
    [data-section="kuidas-light"] {
      padding-top: 6.25em;
      padding-bottom: 6.25em; }
      [data-section="kuidas-white"] .row > div:not(.gfx),
      [data-section="kuidas-light"] .row > div:not(.gfx) {
        position: relative;
        z-index: 1; }
      [data-section="kuidas-white"] .gfx-icon,
      [data-section="kuidas-light"] .gfx-icon {
        position: absolute;
        right: calc(100% + 2.5em);
        top: 0; } }
  @media (min-width: 960px) {
    [data-section="kuidas-white"] .row > div:not(.gfx),
    [data-section="kuidas-light"] .row > div:not(.gfx) {
      padding-left: 2.5em; }
    [data-section="kuidas-white"] .gfx-icon,
    [data-section="kuidas-light"] .gfx-icon {
      right: 100%; } }

[data-section="footer"] {
  padding: 1.25em 0;
  text-align: center; }

body.search-active {
  overflow: hidden; }

.site-search {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 74, 167, 0.9)), color-stop(72.4%, rgba(0, 134, 204, 0.9)));
  background: -webkit-linear-gradient(top, rgba(60, 74, 167, 0.9) 0%, rgba(0, 134, 204, 0.9) 72.4%);
  background: -o-linear-gradient(top, rgba(60, 74, 167, 0.9) 0%, rgba(0, 134, 204, 0.9) 72.4%);
  background: linear-gradient(to bottom, rgba(60, 74, 167, 0.9) 0%, rgba(0, 134, 204, 0.9) 72.4%);
  color: white;
  opacity: 0;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  width: 100vw;
  visibility: hidden;
  z-index: 999; }
  .search-active .site-search {
    opacity: 1;
    visibility: visible; }
    .search-active .site-search .search-box {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
  .site-search .search-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.75em;
    margin: 0.625rem auto 0;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    width: 100%; }
    .site-search .search-box .close {
      cursor: pointer; }
    .site-search .search-box svg {
      display: block;
      fill: currentColor;
      height: 1em;
      margin-left: .5rem;
      width: 1em; }
    @media (min-width: 570px) {
      .site-search .search-box {
        font-size: 2.5em;
        margin: 2.5rem auto 0;
        max-width: 33.75rem; } }
    @media (min-width: 960px) {
      .site-search .search-box {
        margin: 5rem auto 0;
        max-width: 50.625rem; } }
  .site-search input {
    border-bottom: 2px solid;
    display: block;
    font-family: inherit;
    font-size: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: calc(100% - 40px); }
    .site-search input::-webkit-input-placeholder {
      color: silver; }
    .site-search input:-ms-input-placeholder {
      color: silver; }
    .site-search input::-ms-input-placeholder {
      color: silver; }
    .site-search input::placeholder {
      color: silver; }

#scrollTop {
  background: white url("../assets/arrow-up.svg") center/1.625em 1.5em no-repeat;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0.25em 0.625em rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0.25em 0.625em rgba(0, 0, 0, 0.15);
  height: 4em;
  position: fixed;
  width: 4em;
  right: 1rem;
  bottom: 1rem;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -webkit-transform: translate3d(0%, 150%, 0);
  transform: translate3d(0%, 150%, 0);
  z-index: 10; }
  #scrollTop.visible {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0); }
    #scrollTop.visible:hover {
      -webkit-transform: translate3d(0%, -0.25em, 0);
      transform: translate3d(0%, -0.25em, 0);
      -webkit-transition: -webkit-transform 100ms;
      transition: -webkit-transform 100ms;
      -o-transition: transform 100ms;
      transition: transform 100ms;
      transition: transform 100ms, -webkit-transform 100ms; }

.mereand-pilt {
  position: relative; }
  .mereand-pilt:before {
    content: '';
    display: block;
    padding-top: 50%; }
  .mereand-pilt img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .mereand-pilt figcaption {
    opacity: .65; }

.lightbox {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  visibility: hidden;
  width: 100%;
  z-index: -1; }
  .lightbox.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 999; }
  .lightbox iframe {
    display: block;
    margin: 0;
    border: none;
    position: absolute;
    top: 0;
    left: 0%;
    height: 100%;
    width: calc(100% - 4rem); }
  .lightbox .close {
    fill: white;
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1; }

header.hero .row {
  position: relative; }

#scrollDown {
  -webkit-animation: bounce 2.5s infinite;
  animation: bounce 2.5s infinite;
  background: transparent url("../assets/arrow-down.svg") center/100% 100% no-repeat;
  border-radius: 50%;
  height: 2.5em;
  position: absolute;
  width: 2.5em;
  left: 2.5rem;
  top: calc(100vh - 5rem);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  z-index: 10; }

@-webkit-keyframes bounce {
  0%,
  10%,
  22%,
  32%,
  40%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  16%,
  18% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  28% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  36% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%,
  10%,
  22%,
  32%,
  40%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  16%,
  18% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  28% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  36% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.autocomplete,
.autocompleteSuggestions {
  z-index: 1000;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.625rem; }
  .autocomplete > div,
  .autocompleteSuggestions > div {
    background-color: white;
    color: #252525;
    font-size: 1.75rem;
    margin-bottom: 0.125rem;
    padding: 0.625rem 1.25rem;
    -webkit-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms; }
  .autocomplete .group,
  .autocompleteSuggestions .group {
    background: #ddd;
    font-size: 1rem;
    text-transform: uppercase; }
  .autocomplete > div:hover:not(.group), .autocomplete > div.selected,
  .autocompleteSuggestions > div:hover:not(.group),
  .autocompleteSuggestions > div.selected {
    background: #00A8FF;
    color: white;
    cursor: pointer; }

.autocompleteSuggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; }
  .autocompleteSuggestions a {
    color: currentColor;
    display: block;
    text-decoration: none; }

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .glide * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
  .glide__arrows, .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }
  .glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: white;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
    opacity: 1;
    cursor: pointer;
    -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
    -o-transition: opacity 150ms ease, border 300ms ease-in-out;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1; }
    .glide__arrow:focus {
      outline: none; }
    .glide__arrow:hover {
      border-color: white; }
    .glide__arrow--left {
      left: 2em; }
    .glide__arrow--right {
      right: 2em; }
    .glide__arrow--disabled {
      opacity: 0.33; }
  .glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .glide__bullet {
    background-color: rgba(255, 255, 255, 0.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    margin: 0 0.25em; }
    .glide__bullet:focus {
      outline: none; }
    .glide__bullet:hover, .glide__bullet:focus {
      border: 2px solid white;
      background-color: rgba(255, 255, 255, 0.5); }
    .glide__bullet--active {
      background-color: white; }
  .glide--swipeable {
    cursor: -webkit-grab;
    cursor: grab; }
  .glide--dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
