/*
h1,h2,h3,h4,h5,h6 {
  color: white;
}
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

ul.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fff;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu li, .menu.horizontal li {
  display: inline-block;
}
.menu.vertical li {
  display: block;
}
.menu.expanded {
  display: table;
  width: 100%;
}
.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }
  .menu.medium-vertical li {
    display: block;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fff;
}
.menu .active > a {
  background: #1779ba;
  color: #fff;
}
.menu.align-left {
  text-align: left;
}
.menu.align-right {
  text-align: right;
}
.menu.align-right .submenu li {
  text-align: left;
}
.menu.align-right.vertical .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center {
  text-align: center;
}
.menu.align-center .submenu li {
  text-align: left;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  text-align: center;
}
.menu-centered > .menu .submenu li {
  text-align: left;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: visible;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative; /* Safari<=5 Android<=3 */ /* <=28 */
  box-sizing: border-box;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.share-button {
  position: absolute;
  z-index: 2;
  top: 169px;
  right: 152px;
}

.jssocials {
  position: absolute;
  z-index: 2;
  top: 204px;
  right: 152px;
  height: 0;
  overflow: hidden;
}
.jssocials.lets-share {
  transition: 0.3s ease-in-out;
  height: 100px;
}

.svg-share {
  width: 36px;
  height: 36px;
}

.jssocials-share-linkedin {
  margin-top: -1px;
}

.jssocials-share-link {
  padding: 0.5em 0.6em;
  display: block;
  width: 36px;
  height: 38px;
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .share-button, .jssocials {
    right: 17px;
  }
  .share-button, .jssocials {
    top: 90px;
  }
  .jssocials {
    top: 125px;
  }
}
@media screen and (max-width: 39.9375em) {
  .share-button, .jssocials {
    top: 65px;
    right: 10px;
  }
  .share-button {
    top: 65px;
  }
  .jssocials {
    top: 100px;
  }
}
/*---------------------------------
BASE
---------------------------------*/
* {
  outline: 0;
}

.no-js #fullpage, .no-js .footer, .no-js #burgerWrapper {
  display: none;
}

body,
html {
  height: 100%;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

body.fp-home:not(.loaded) .desktop-topbar {
  display: none;
}

#fullpage,
.fp-tableCell {
  height: 100% !important;
  overflow-x: hidden;
}

.open-thmb #fullpage {
  overflow-y: scroll;
}

body:not(.loaded) section {
  position: relative;
  height: 100%;
}

h3,
.h3, h2,
.h2, h1,
.h1 {
  font-weight: 300;
}

a {
  color: #fff;
}

h1,
.h1 {
  font-size: 2.688rem;
  line-height: 1;
  font-family: "Roboto Slab", serif;
}

h2,
.h2 {
  font-size: 1.875rem;
  font-family: "Roboto Slab", serif;
}

h3,
.h3 {
  font-size: 1.5rem;
  font-family: "Roboto Slab", serif;
}

strong {
  font-weight: 400;
}

/*---------------------------------
HELPERS
---------------------------------*/
.row.expanded {
  padding: 0 15px;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

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

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden;
  width: 535px;
  max-width: 100%;
}

.intro-heading {
  color: #fff;
  margin: 0;
}

.share-p {
  margin: 0;
  height: 0;
}

.stop-anim {
  position: absolute !important;
  transform: scale(1, 1) !important;
}

.stop-fixed {
  position: absolute !important;
}

/*---------------------------------
FIXED LOGO
---------------------------------*/
.svg-logo-always-top {
  position: fixed;
  top: 12px;
  left: 22px;
  z-index: 1000;
}
.svg-logo-always-top svg {
  width: 160px;
  height: 27px;
}
@media screen and (max-width: 39.9375em) {
  .svg-logo-always-top {
    position: absolute;
    top: 10px;
    left: 15px;
  }
  .svg-logo-always-top svg {
    height: 28px;
    width: 160px;
  }
}
@media screen and (max-height: 900px) {
  .svg-logo-always-top {
    position: absolute;
    top: 10px;
    left: 15px;
  }
}

/*---------------------------------
SVG
---------------------------------*/
.svg-mail, .svg-tel, .svg-mg {
  margin-bottom: -8px;
  margin-right: 4px;
}

.svg-logo {
  width: 300px;
  height: 50px;
  fill: #fff;
}
@media screen and (max-width: 39.9375em) {
  .svg-logo {
    width: 220px;
  }
}

.svg-code {
  width: 23px;
  height: 16px;
  fill: #fff;
}
.svg-brackets {
  width: 22px;
  height: 20px;
}
.svg-arrow-down {
  width: 49px;
  height: 49px;
}
.svg-arrow-up {
  width: 30px;
  height: 30px;
}
.svg-mg {
  margin-left: -25px;
  width: 17px;
  height: 30px;
}
.svg-tel {
  margin-left: -30px;
  width: 23px;
  height: 23px;
}
.svg-mail {
  margin-left: -35px;
  width: 29px;
  height: 24px;
}
.svg-arrow-left, .svg-arrow-right {
  stroke: #fff;
  width: 37px;
  height: 37px;
  vertical-align: middle;
}
.svg-arrow-right {
  transition: 0.3s ease-in-out;
}
.svg-arrow-right:hover {
  transform: translateX(5px);
}
.svg-home {
  width: 26px;
  height: 21px;
  stroke: #fff;
}

.main-arrow {
  display: inline-block;
  position: relative;
  height: 49px;
  width: 49px;
  padding: 10px;
  animation: bounce 1.5s ease-out infinite forwards;
  margin-top: -10px;
}
.main-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.6;
  transition: opacity 0.3s ease-out;
  /*@include breakpoint(small down) {
    top: -10px;
  }*/
}
.main-arrow::before, .main-arrow::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 49px;
  height: 49px;
  border-radius: 100px;
  transition: all 0.1s ease-in;
  background-color: #000;
  opacity: 0;
}
.main-arrow::before {
  transition: all 0.2s ease-in;
  z-index: 0;
  background-color: #000;
}
.main-arrow:hover {
  animation-play-state: paused;
}
.main-arrow:hover svg {
  transition: opacity 0.3s ease-out;
  opacity: 0.8;
}
.main-arrow:hover::after {
  transform: scale(1.3);
  transition: transform 0.2s ease-out, opacity 0.6s ease-out;
  opacity: 0.9;
  background-color: #79a12e;
}
.main-arrow:hover::before {
  transform: scale(3);
  transition: all 0.4s ease-out;
  opacity: 0.06;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.link-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.menu li > a {
  font-size: 1.375rem;
  padding: 1.5rem 1rem;
  color: #fff;
  /*font-weight: 300;*/
}
@media screen and (max-width: 39.9375em) {
  .menu li > a {
    overflow: auto;
    padding: 0.7rem 1rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .menu li > a {
    overflow: auto;
    padding: 0.7rem 1rem;
  }
}

.has-submenu > ul:first-child {
  display: block !important;
}

.thumbnails-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .thumbnails-wrapper {
    overflow: auto;
    padding: 1rem 2rem 2rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .open-tmmb .thumbnails-wrapper {
    height: 100%;
  }
}

/* QUIRK. Koodi/stiile paremaks teha */
.open-thmb {
  background: black;
  overflow: hidden !important;
}
.open-thmb .thumbnails-wrapper {
  z-index: 999;
  background: rgba(0, 0, 0, 0.7411764706);
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  transition: 0.4s ease-in;
}
.open-thmb .thumbnail-button {
  opacity: 0 !important;
}
.open-thmb .fullpage-wrapper .fp-section,
.open-thmb .fullpage-wrapper .owl-carousel {
  filter: blur(20px);
  transition: 0.4s ease-in;
}

/*---------------------------------
BG PARALLAX
---------------------------------*/
.owl-office .bg, .bg-parallax--about-us-single, .bg-parallax--contact, .bg-parallax--services, .bg-parallax--menu {
  top: 0;
  z-index: -1 !important;
  will-change: transform;
  height: 100%;
  width: 100%;
}

.bg-parallax--menu {
  background: #79a12e url("../images/bg-services.jpg") no-repeat center/cover;
  background-attachment: fixed;
  position: absolute;
}
.bg-parallax--services {
  background: url("../images/bg-services.jpg") no-repeat center/cover;
  position: absolute;
  background-attachment: fixed;
}
.bg-parallax--contact {
  background: url("../images/bg-contact.jpg") no-repeat center/cover;
  position: absolute;
  background-attachment: fixed;
}
.bg-parallax--about-us-single {
  position: absolute;
  background: url("../images/about-us.jpg") no-repeat center/cover;
  background-position: 0px 0px;
}

.owl-office .owl-office-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.owl-office .owl-office-wrapper.half .bg {
  width: 50%;
}
.owl-office .owl-office-wrapper.half .bg:first-child {
  left: 0;
}
.owl-office .owl-office-wrapper.half .bg:last-child {
  right: 0;
}
.owl-office .bg {
  position: absolute;
  z-index: 1;
}

.page-development .bg-parallax--services {
  background-image: url("../images/services_development.jpg");
}

.page-ecommerce .bg-parallax--services {
  background-image: url("../images/services_ecommerce.jpg");
}

.page-homepage .bg-parallax--services {
  background-image: url("../images/services_homepage.jpg");
}

.page-mobile .bg-parallax--services {
  background-image: url("../images/services_mobile.jpg");
}

.page-design .bg-parallax--services {
  background-image: url("../images/services_design.jpg");
}

.page-maintenance .bg-parallax--services {
  background: url("../images/services_maintenance.jpg") no-repeat 50%/cover;
}

/*---------------------------------
VARIOUS
---------------------------------*/
.bg-wrapper {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 3.3rem 2.8rem;
  margin: auto;
  width: 1150px;
  max-width: 100%;
  z-index: 10;
}
.bg-wrapper h2, .bg-wrapper h3, .bg-wrapper h4, .bg-wrapper p {
  color: #fff;
}
.bg-wrapper p {
  margin-bottom: 0;
}

.grecaptcha-badge {
  display: none;
}

/*---------------------------------
RESPONSIVE
---------------------------------*/
@media screen and (max-width: 1200px) {
  .bg-parallax--intro {
    transform: none !important;
    position: absolute;
  }
}
@media screen and (max-width: 74.9375em) {
  .bg-wrapper {
    padding: 2rem;
  }
}
@media screen and (min-width: 40em) {
  .float-right-small-up {
    float: right;
  }
  .text-right-small-up {
    text-align: right;
  }
}
@media screen and (max-width: 39.9375em) {
  .columns:not(.col-radio) {
    text-align: center;
  }
  .svg-inline-logo {
    margin: 10px;
    width: auto;
    height: 35px;
    margin: 5px 25px 25px;
  }
  .fixed-logo {
    top: 10px;
    left: 15px;
  }
  .fixed-logo .svg-logo {
    height: 26px;
    width: 140px;
  }
  .rellax {
    transform: translate3d(0, 0, 0) !important;
  }
}
@media screen and (max-height: 900px) {
  .rellax {
    transform: translate3d(0, 0, 0) !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?j37ix3");
  src: url("../fonts/icomoon.eot?j37ix3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?j37ix3") format("truetype"), url("../fonts/icomoon.woff?j37ix3") format("woff"), url("../fonts/icomoon.svg?j37ix3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-facebook:before {
  content: "\e900";
}

.fa-linkedin:before {
  content: "\e901";
}

.topbar {
  position: fixed;
  right: 0;
  z-index: 999;
  width: 100%;
  min-width: auto;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  height: 100%;
  left: 0;
  white-space: normal;
  transform: translateY(-100%);
  /*.button.hollow.secondary {
    padding: 1.3rem 2.125rem;
    &#submit {
      margin: auto;
    }
  }*/
}
@media screen and (max-width: 39.9375em) {
  .topbar {
    -webkit-overflow-scrolling: touch;
  }
}
.topbar .menu {
  margin: 0.8rem auto 1rem;
  width: 210px;
  display: block !important;
  /*@include breakpoint(small only) {
    margin: .8rem auto 0;
  }*/
  width: auto;
  display: block;
}
.topbar .menu li > a {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  .topbar .menu li > a {
    padding: 0.75rem;
  }
}
.topbar .menu.vertical li {
  display: block;
}
.topbar .menu.vertical li:first-child {
  display: none;
}
.topbar .has-submenu ul {
  display: none;
}
.topbar .has-submenu:nth-child(2) ul {
  display: block;
  background: url("../images/triangle-box.svg") center no-repeat;
  background-size: contain;
  height: 220px;
  width: 235px;
  margin: 0 auto 1.25rem;
  padding: 34px 0;
}
.topbar .has-submenu:nth-child(2) ul li > a {
  font-size: 1rem;
  padding: 0.4375rem 1rem;
}
@media screen and (min-width: 39.9376em) {
  .topbar .button.ask-us {
    display: inline-block;
    padding: 0.5rem 1rem 0.4rem;
  }
}

.burger {
  z-index: 999;
  top: 30px;
  right: 25px;
  width: 30px;
  height: 22px;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  transform-origin: top right;
  cursor: pointer;
}
.burger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.burger span:nth-child(1) {
  top: 0px;
}
.burger span:nth-child(2) {
  top: 9px;
}
.burger span:nth-child(3) {
  top: 18px;
}
.burger.open span:nth-child(1) {
  width: 20px;
  top: -1px;
  left: 5px;
  transform: rotate(0deg);
}
.burger.open span:nth-child(2) {
  transform: rotate(-45deg);
}
.burger.open span:nth-child(3) {
  top: 9px;
  width: 20px;
  left: 15px;
  transform: rotate(-90deg);
}
.burger.open-cross {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
.burger.open-cross span:nth-child(1) {
  width: 50%;
  top: 19px;
  left: 10px;
  transform: rotate(-45deg);
}
.burger.open-cross span:nth-child(2) {
  transform: rotate(-45deg);
  display: none;
}
.burger.open-cross span:nth-child(3) {
  top: 19px;
  width: 50%;
  left: 10px;
  transform: rotate(45deg);
}
@media screen and (max-width: 39.9375em) {
  .burger {
    top: 17px;
    right: 11px;
  }
}
@media screen and (max-height: 900px) {
  .burger {
    top: 17px;
    right: 11px;
  }
}
.burger:hover span {
  background: #79a12e;
}
.burger.open-cross:hover {
  opacity: 0.7;
}
.burger.open-cross:hover span {
  background: #fff;
}

body.open {
  overflow: hidden !important;
}
body.open .topbar {
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}
body.open #burgerWrapper {
  background-color: transparent;
}
body.open .section .button,
body.open .section .fixed-logo,
body.open .section a,
body.open .section h1,
body.open .section h2,
body.open .section h3,
body.open .section h4,
body.open .section li,
body.open .section p,
body.open .section svg {
  opacity: 0 !important;
}
body.open .thumbnail-button {
  opacity: 0 !important;
}
body.open .fullpage-wrapper .fp-section,
body.open .fullpage-wrapper .owl-carousel {
  filter: blur(20px) grayscale(0.8);
  transform-origin: center center;
  transition: filter 0.5s ease-out, transform 2s ease-out;
}

.fullpage-wrapper .fp-section {
  filter: none;
  transition: filter 0.5s, transform 0.5s;
}

/*#root-menu1 {
  margin-right: 2px;
}*/
.topbar .menu,
.desktop-topbar .menu {
  text-align: center;
}
.topbar .menu .active > a,
.desktop-topbar .menu .active > a {
  background: none;
  color: #79a12e;
}
.topbar .menu .active > a .svg-home,
.desktop-topbar .menu .active > a .svg-home {
  stroke: #79a12e;
}
.topbar .menu .active > a::after,
.desktop-topbar .menu .active > a::after {
  border-color: #79a12e !important;
}
.topbar .menu .active > a:hover,
.desktop-topbar .menu .active > a:hover {
  color: rgba(121, 161, 46, 0.75);
}
.topbar .menu li > a,
.desktop-topbar .menu li > a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
}
.topbar .menu li > a svg,
.desktop-topbar .menu li > a svg {
  display: none;
}
.topbar .menu li > a:hover,
.desktop-topbar .menu li > a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.topbar .menu li .lng,
.desktop-topbar .menu li .lng {
  display: block;
  padding: 1.2rem 1.5rem;
  font-size: 0.8rem;
  height: 100%;
  color: rgba(255, 255, 255, 0.4);
}

.desktop-topbar {
  position: fixed;
  left: 0;
  right: 0;
  top: -100px;
  z-index: 1000;
  /*transition: .1s ease;*/
}
.desktop-topbar .menu {
  background-color: rgba(0, 0, 0, 0.8);
  /*float: left;*/
  white-space: nowrap;
  /*>li:nth-child(1):not(:only-child) {
    >a {
      padding: 1.75rem 1rem 1.75rem 1.75rem;
    }
  }*/
}
.desktop-topbar .menu li > a {
  padding: 1.1rem 2rem;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.1rem;
}
.desktop-topbar .menu li > a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.desktop-topbar .menu li > a::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.desktop-topbar .menu li:last-child > a::before {
  display: none;
}
.desktop-topbar .menu li ul {
  display: none;
  position: absolute;
  top: 102%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
  margin-left: 0;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.desktop-topbar .menu li ul li {
  display: block;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.desktop-topbar .menu li ul li a {
  padding: 0.6rem 3rem 0.6rem 2rem;
  text-transform: none;
  font-size: 0.9rem;
  text-align: left;
  letter-spacing: 0.05rem;
}
.desktop-topbar .menu li:hover > ul {
  display: block;
  opacity: 1;
  transition: all 0.2s ease-out;
}
.desktop-topbar .menu li:hover > ul li {
  display: block;
  opacity: 1;
  transition: all 0.1s ease-out 0.1s;
}
.desktop-topbar .menu li:hover > ul li + li {
  transition: all 0.1s ease-out 0.2s;
}
.desktop-topbar .menu li:hover > ul li + li + li {
  transition: all 0.1s ease-out 0.3s;
}
.desktop-topbar .menu li:hover > ul li + li + li + li {
  transition: all 0.1s ease-out 0.4s;
}
.desktop-topbar .menu li:hover > ul li + li + li + li + li {
  transition: all 0.1s ease-out 0.5s;
}
.desktop-topbar .menu li.has-submenu > a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  margin: 0 0 4px 5px;
}
.desktop-topbar .menu li.has-submenu ul {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.desktop-topbar .menu li.has-submenu:hover ul {
  height: auto;
  padding: 10px 0;
}
.desktop-topbar .menu + ul.menu {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
}
.desktop-topbar.animate-top {
  transform: translateY(-100%);
}
.desktop-topbar .menu li > a.lng::before {
  display: block !important;
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.loaded .desktop-topbar {
  top: 0px;
  transition: all 0.3s ease-out 0.3s;
}

body:not(.fp-home) .desktop-topbar {
  top: 0px;
  display: block;
}

#burgerWrapper {
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  background: none;
  width: 80px;
  height: 80px;
  z-index: -1000;
  opacity: 0;
}
#burgerWrapper.animate-opacity {
  opacity: 1;
  z-index: 1000;
}
@media screen and (max-width: 39.9375em) {
  #burgerWrapper {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-height: 900px) {
  #burgerWrapper {
    width: 55px;
    height: 55px;
  }
}

#topbarInfo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  display: none;
  /*.button.hollow {
    border-color: #fff;
    color: #fff;
    &:hover {
      opacity: .7;
    }
  }*/
}
#topbarInfo.fade-in-nav {
  position: relative;
  z-index: 1;
  opacity: 1;
  animation: fade-in 0.5s ease-in-out;
  display: block;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
  height: 500px;
}
@media screen and (max-width: 39.9375em) {
  .inner {
    padding: 1rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .inner {
    height: auto;
  }
}

.fixed-logo {
  position: fixed;
  top: 12px;
  left: 25px;
  z-index: 1000;
  transition: all 0.3s ease;
}
.fixed-logo.hidden {
  left: -330px;
}
.fixed-logo .svg-logo {
  width: 160px;
  height: 27px;
}

.form-msg-block {
  position: relative;
  display: none;
}
.form-msg-block.fade-in-msg-block, .form-msg-block.fade-in-up-msg-block {
  opacity: 1;
  display: block;
}
.form-msg-block.fade-in-msg-block {
  animation: fade-in 0.5s ease-in-out;
}
.form-msg-block.fade-in-up-msg-block {
  animation: fade-in-up 0.5s ease-in-out;
}
.fp-services .form-msg-block {
  margin-top: 75px;
  margin-bottom: 20px;
}
.fp-services .form-msg-block .form-msg {
  color: #7ca11c;
}

#files-uploaded-div p {
  margin: 5px 0;
}

.remove_file:hover {
  color: #79a12e;
}

.msg-check {
  display: block;
  margin: auto;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  transform: scaleX(0);
}
.msg-check.pulse-check {
  animation: pulse-check 1s 0.3s forwards;
}

.anniversary {
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
  height: 148px;
  z-index: 1001;
  display: none;
}

@keyframes pulse-check {
  0% {
    transform: scale(0, 0);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1023px) {
  .desktop-topbar {
    display: none !important;
  }
  #burgerWrapper {
    opacity: 1;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .fixed-logo,
  .svg-logo-always-top {
    position: absolute;
    top: 9px;
    left: 15px;
  }
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222222;
  z-index: 1000;
  transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper {
  /*visibility: hidden;*/
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.svg-logo-animate {
  opacity: 1;
  position: relative;
  z-index: 9999;
  width: 170px;
  fill: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  /*Ringi pikkus u 300 */
}
.no-js .svg-logo-animate {
  display: none;
}
.loaded .svg-logo-animate {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.svg-logo-animate #outer-line {
  opacity: 0.2;
  stroke-dasharray: 80;
  stroke-dashoffset: 300;
  animation: outer-line 2.7s 0.3s ease-out infinite;
}
.svg-logo-animate #middle-line {
  stroke-dasharray: 300;
  stroke-dashoffset: 600;
  animation: middle-line 3s ease infinite;
}
.svg-logo-animate #inner-line {
  opacity: 0.05;
  stroke-dasharray: 45;
  animation: inner-line 4s 0.5s linear infinite;
}
.svg-logo-animate #one-k {
  opacity: 0;
  animation: letters 1s 1.5s linear forwards;
}

/*---------------------------------
ANIMATIONS
---------------------------------*/
@keyframes letters {
  /*from {
    opacity: 0;
  }
  to {
    opacity: .2;
  }*/
}
@keyframes outer-line {
  0% {
    stroke-dashoffset: 300;
    stroke-dasharray: 80;
  }
  /*20% {
    stroke-dashoffset: 210;
    stroke-dasharray: 80;
  }
  30% {
    stroke-dashoffset: 200;
    stroke-dasharray: 80;
  }
  50% {
    stroke-dashoffset: 120;
    stroke-dasharray: 100;
  }*/
  60% {
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes middle-line {
  0% {
    stroke-dashoffset: 300;
  }
  /*10% {
    stroke-dashoffset: 200;
  }
  15% {
    stroke-dashoffset: 180;
  }
  30% {
    stroke-dashoffset: 100;
  }
  35% {
    stroke-dashoffset: 80;
  }
  60% {
    stroke-dashoffset: 10;
  }*/
  100% {
    stroke-dashoffset: -375;
  }
}
@keyframes inner-line {
  0% {
    stroke-dashoffset: 300;
  }
  100% {
    stroke-dashoffset: 0;
  }
  /*0% {
    stroke-dashoffset: 100;
  }
  1% {
    opacity: 1;
    stroke-dashoffset: 100;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }*/
}
/*
@keyframes outer-line {
  0% {
    stroke-dashoffset: 400;
    opacity: .5;
  }
  50% {
    opacity: .5;
    stroke-dashoffset: 200;

  }
  80% {
    opacity: .5;
    stroke-dashoffset: 120;
  }
  to {
    opacity: .5;
    stroke-dashoffset: 0;
  }
}
*/
.topbar p:not(.drop-area-text) {
  font-weight: 300;
}
.topbar label,
.topbar p {
  color: #fff;
}

.drop-area,
.input,
.textarea,
select {
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1.575rem;
}
.drop-area:focus,
.input:focus,
.textarea:focus,
select:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.textarea {
  height: 99px;
  margin-top: 1.575rem;
  color: #fff;
  border: 1px solid transparent;
}

.radio {
  margin-bottom: 0.5rem;
}

.input,
select {
  height: 50px;
  color: #fff;
  border: 1px solid transparent;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  color: #cacaca;
}

.drop-area {
  position: relative;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  padding: 0;
  text-align: center;
  margin: 0.7rem 0 1rem;
  overflow: hidden;
  min-height: 150px;
}
.drop-area .button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.drop-area .button-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  cursor: pointer;
}
.drop-area input {
  visibility: hidden;
  margin: 0;
}
.drop-area .progress {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background-color: #79a12e;
}
.drop-area .remove {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 0.2rem;
  right: 0.6rem;
  font-size: 5rem;
  text-decoration: none;
  color: #000;
  z-index: 2;
  display: none;
}

.input {
  transition: all 0.3s ease-in-out;
}

.form-msg {
  background: rgba(121, 161, 46, 0.25);
  padding: 0.625rem;
  color: #fff;
  text-align: center;
  margin-top: 1.875rem;
  font-size: 20px;
  font-weight: 300;
  transition: none;
  transform: translateY(30px);
}
.form-msg.error, .form-msg.success {
  transform: translateY(0);
}
.form-msg.error {
  border: 1px solid #f44336;
}
.form-msg.success {
  border: 1px solid #79a12e;
}

.form-error {
  border: 1px solid #f44336;
  background: rgba(244, 67, 54, 0.25);
  width: 50%;
  margin: 1.875rem auto 0;
  padding: 0.625rem;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 64em) {
  .form-error {
    width: 100%;
  }
}

.form-invalid {
  border-color: #f44336 !important;
}

.form-valid {
  border-color: #79a12e !important;
}

.col-selection label {
  position: relative;
}

.col-selection span {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.col-selection span:before,
.col-selection span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
}

.col-selection span:before {
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: background 0.3s;
}

.col-selection.radio span:before {
  /*border-radius: 50%;*/
}

.col-selection.radio input[type=radio] {
  outline: 0;
  margin-right: 10px;
  margin-left: 14px;
  width: 0;
  height: 0;
  visibility: hidden;
}

.col-selection.radio input[type=radio]:checked + span:before {
  animation: ripple 0.3s linear forwards;
}

.col-selection.radio input[type=radio]:checked + span:after {
  /*transform: rotate(-45deg);*/
  top: 1px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  /*border-radius: 50%;*/
}

@keyframes ripple {
  0% {
    transform: scale3d(1, 1, 1);
    box-shadow: 0px 0px 0px 1px transparent;
  }
  30% {
    transform: scale3d(1.15, 1.15, 1.15);
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    box-shadow: 0px 0px 0px 25px transparent;
  }
}
/*---------------------------------
BUTTON
---------------------------------*/
button:not(.thumbnail-button):not(.share-button), .button:not(.thumbnail-button):not(.share-button), button:focus:not(.thumbnail-button):not(.share-button), .button:focus:not(.thumbnail-button):not(.share-button) {
  cursor: pointer;
  font-size: 1.1rem;
  transition: 0.3s border ease;
  background: rgba(121, 161, 46, 0.9);
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  transition: transform 0.2s ease-in;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}
button:not(.thumbnail-button):not(.share-button):hover, .button:not(.thumbnail-button):not(.share-button):hover, button:focus:not(.thumbnail-button):not(.share-button):hover, .button:focus:not(.thumbnail-button):not(.share-button):hover {
  background: #79a12e;
  transform: scale(0.97);
  transition: transform 0.2s ease-out;
}

button.share-button,
button.thumbnail-button {
  position: absolute;
  background: transparent;
  cursor: pointer;
}
button.share-button:hover,
button.thumbnail-button:hover {
  background: transparent;
}

button.thumbnail-button {
  animation: thumbpulse 2s ease;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: bottom top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
}

@keyframes thumbpulse {
  0% {
    transform: scale(1) rotate(0.1deg) translateZ(0);
  }
  50% {
    transform: scale(1.5) rotate(0.1deg) translateZ(0);
  }
  100% {
    transform: scale(1) rotate(0.1deg) translateZ(0);
  }
}
/*---------------------------------
BACK BUTTON
---------------------------------*/
.back-button {
  display: block;
  color: #fff;
  z-index: 10;
  position: absolute;
  top: 170px;
  left: 35px;
  transition: 0.3s ease;
  padding-left: 40px;
}
.back-button svg {
  position: absolute;
  top: -1px;
  left: 0px;
  transition: 0.3s ease;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  opacity: 0.6;
}
.back-button::before, .back-button::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: 0px;
  border-radius: 100px;
  transition: all 0.2s ease-in;
  background-color: #000;
  opacity: 0;
}
.back-button::before {
  background-color: #79a12e;
}
.back-button:hover {
  color: #fff;
  transition: all 0.3s ease-out;
}
.back-button:hover::before {
  transform: scale(1.3);
  transition: all 0.2s ease-out;
  opacity: 0.7;
}
.back-button:hover::after {
  transform: scale(2.5);
  transition: all 0.4s ease-out;
  opacity: 0.07;
}
.back-button:hover svg {
  opacity: 1;
}
@media screen and (max-width: 74.9375em) {
  .back-button {
    top: 75px;
    left: 35px;
  }
}
@media screen and (max-width: 64em) {
  .back-button {
    top: 71px;
    left: 16px;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  height: 100%;
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  height: 100%;
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage-outer .owl-prev,
.owl-carousel .owl-stage-outer .owl-next {
  position: absolute;
}
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  background: none;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: none;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-prev svg, .owl-next svg {
  top: 0;
  left: 0;
}

.owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.owl-prev,
.owl-next {
  position: absolute !important;
  background: transparent !important;
  padding: 1rem 0 !important;
  box-sizing: content-box;
  top: -1rem !important;
  top: 0;
  width: 35px;
  height: 35px;
  z-index: 20;
}
.owl-prev svg,
.owl-next svg {
  position: relative;
  width: 35px;
  height: 35px;
  z-index: 2;
  pointer-events: none;
}
.owl-prev::before, .owl-prev::after,
.owl-next::before,
.owl-next::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  transition: all 0.1s ease-in;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
}
.owl-prev::before,
.owl-next::before {
  transition: all 0.2s ease-in;
  z-index: 0;
  background-color: #000;
}
.owl-prev:hover,
.owl-next:hover {
  animation-play-state: paused;
}
.owl-prev:hover svg,
.owl-next:hover svg {
  transition: opacity 0.3s ease-out;
  opacity: 0.8;
}
.owl-prev:hover::after,
.owl-next:hover::after {
  transform: scale(1.3);
  transition: transform 0.2s ease-out, opacity 0.6s ease-out;
  opacity: 0.9;
  background-color: #79a12e;
}
.owl-prev:hover::before,
.owl-next:hover::before {
  transform: scale(3);
  transition: all 0.4s ease-out;
  opacity: 0.06;
}
@media screen and (max-width: 39.9375em) {
  .owl-prev:hover::before,
  .owl-next:hover::before {
    transform: scale(2);
  }
}

.owl-prev {
  left: 35px;
}
@media screen and (max-width: 39.9375em) {
  .owl-prev {
    left: 15px;
  }
}

.owl-next {
  right: 35px;
  animation: bounce-right 1.5s ease-in infinite forwards;
  animation-play-state: paused;
}
@media screen and (max-width: 39.9375em) {
  .owl-next {
    right: 15px;
  }
}

.first-slide .owl-next {
  animation-play-state: running;
}
.first-slide .owl-next:hover {
  animation-play-state: paused;
}

@keyframes bounce-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-12px);
  }
  100% {
    transform: translateX(0);
  }
}
#owl-demo.owl-carousel.owl-drag .owl-item {
  height: 100vh;
}

.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  height: 100%;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-slide {
  height: 100%;
  overflow: hidden;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-svg .owl-dots,
.owl-logos .owl-dots,
.owl-office .owl-dots {
  margin-top: 15px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-svg .owl-dots .owl-dot,
.owl-logos .owl-dots .owl-dot,
.owl-office .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-svg .owl-dots .owl-dot span,
.owl-logos .owl-dots .owl-dot span,
.owl-office .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  margin: 5px 7px;
  background: none;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-svg .owl-dots .owl-dot.active span, .owl-svg .owl-dots .owl-dot:hover span,
.owl-logos .owl-dots .owl-dot.active span,
.owl-logos .owl-dots .owl-dot:hover span,
.owl-office .owl-dots .owl-dot.active span,
.owl-office .owl-dots .owl-dot:hover span {
  background: #fff;
}

.owl-office .owl-dots {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}

/*
     *  Owl Carousel - Animate Plugin
     */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
     * 	Owl Carousel - Auto Height Plugin
     */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
     * 	Owl Carousel - Lazy Load Plugin
     */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
     * 	Owl Carousel - Video Plugin
     */
.slider-wrapper {
  position: absolute;
  bottom: 40px;
  width: calc(100% - 100px);
  margin: 0 50px;
  z-index: 20;
}

.owl-prev.disabled,
.owl-next.disabled {
  display: none;
}

.owl-logos {
  height: 50px;
  overflow: hidden;
}
.owl-logos img {
  width: 150px;
  filter: grayscale(1);
}

.owl-logos-responsive.off {
  display: block;
}

.pill {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 0px 5px;
  margin: 0 2px 4px 0;
}

.pill-color-green .pill,
.pill.green {
  background: rgba(121, 161, 46, 0.3);
}

.cookieinfo {
  bottom: 38px !important;
}
.cookieinfo .cookieinfo-close {
  min-width: 40px !important;
  margin-top: 0.6rem;
}
.cookieinfo > span a {
  display: none;
}

.cookie-notice {
  display: none;
}

/*---------------------------------
SECTION INTRO
---------------------------------*/
.section-intro p, .section-intro .section-intro-introduction,
.section-intro .section-intro-introduction2, .section-intro .section-intro-heading {
  color: #fff;
}
.section-intro .section-intro-heading {
  font-size: 2.2rem;
  margin: 3.9rem 0 2.1rem;
}
.section-intro .section-intro-introduction,
.section-intro .section-intro-introduction2 {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 auto 0.8rem;
  line-height: 1.4;
  max-width: 100%;
}
.section-intro .section-intro-introduction strong, .section-intro .section-intro-introduction a,
.section-intro .section-intro-introduction2 strong,
.section-intro .section-intro-introduction2 a {
  font-weight: normal;
  color: #a9ce73;
}
.section-intro .section-intro-introduction2 {
  margin: 0 auto;
}
.section-intro .section-intro-button {
  margin-top: 3rem;
}
@media screen and (max-width: 39.9375em) {
  .section-intro .section-intro-button {
    margin-top: 1.5625rem;
  }
}
.intro-wrapper {
  /*height: 137px;*/
  margin-top: 3%;
}
@media screen and (max-width: 39.9375em) {
  .intro-wrapper {
    margin: 0 3rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .dev-box {
    display: none;
  }
}

.code {
  position: absolute;
  top: 0;
  width: auto;
  max-width: none;
  height: 100%;
  display: none;
}

.owl-home {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.owl-home .owl-home-bg {
  height: 100%;
}

/*---------------------------------
SECTION MENU
---------------------------------*/
.section-menu {
  /*background-color: rgba($digital-color, 0.59);*/
  background-color: transparent;
  overflow: hidden;
}
.section-menu h2 {
  color: #fff;
  margin-bottom: 2.5rem;
}
.section-menu .menu li a {
  /*border-radius: 4px;
  width: 250px;
  margin: auto;*/
  position: relative;
  width: 48%;
  margin: 0 10px 10px 0;
  transition: 0.3s border ease;
  border: 1px solid rgba(255, 255, 255, 0);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  float: left;
  text-align: left;
  transition: all 0.3s ease-out;
  overflow: hidden;
  display: flex;
  align-items: center;
  /*&:hover {
    border: 1px solid rgba($white, 1);
  }*/
  background-color: rgba(0, 0, 0, 0.1);
  /*&::after {
    float: right;
    display: block;
    border: 1px solid red;
    width: 20px;
    height: 20px;
    content: "O";
  }*/
}
@media screen and (max-width: 65.625em) {
  .section-menu .menu li a {
    float: none;
    margin: 0 auto 10px;
    width: 80%;
  }
}
.section-menu .menu li a svg {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 1rem;
  transition: all 0.3s ease-out;
  /*stroke: $white;*/
  opacity: 0.6;
}
.section-menu .menu li a::before, .section-menu .menu li a::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1.4rem;
  right: 1rem;
  border-radius: 100px;
  transition: all 0.2s ease-in;
  background-color: #000;
  opacity: 0;
}
@media screen and (max-width: 39.9375em) {
  .section-menu .menu li a::before, .section-menu .menu li a::after {
    top: 11px;
  }
}
.section-menu .menu li a::before {
  background-color: #79a12e;
}
.section-menu .menu li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
}
.section-menu .menu li a:hover::before {
  transform: scale(1.3);
  transition: all 0.2s ease-out;
  opacity: 0.7;
}
.section-menu .menu li a:hover::after {
  transform: scale(3.5);
  transition: all 0.4s ease-out;
  opacity: 0.07;
}
.section-menu .menu li a:hover svg {
  /*transition: all .3s ease-out;
  margin-right: -5px;*/
  opacity: 1;
}
@media screen and (max-width: 39.9375em) {
  .section-menu .menu li a {
    padding: 0.8rem 1rem;
  }
  .section-menu .menu li a svg {
    top: 50%;
    transform: translateY(-50%);
  }
}

/*---------------------------------
SECTION FOOTER INSIDE
---------------------------------*/
.section-header, .section-footer--menu, .section-footer--intro {
  width: 100%;
  position: absolute;
  bottom: 40px;
}
@media screen and (max-width: 39.9375em) {
  .section-header, .section-footer--menu, .section-footer--intro {
    bottom: 2rem;
  }
}
@media screen and (max-height: 600px) {
  .section-header, .section-footer--menu, .section-footer--intro {
    position: initial;
    top: unset;
    bottom: unset;
    margin-top: 1.75rem;
  }
}
.section-header .button.hollow, .section-footer--menu .button.hollow, .section-footer--intro .button.hollow {
  padding: 13px;
  height: 50px;
}
@media screen and (max-width: 39.9375em) {
  .section-header, .section-footer--menu, .section-footer--intro {
    margin-top: 1.75rem;
  }
}

.section-footer--intro .button.hollow {
  width: 50px;
  padding: 13px !important;
}
.section-footer--intro .button.hollow:first-of-type {
  margin-right: 5px;
}
@media print, screen and (min-width: 40em) {
  .section-footer--intro .columns {
    min-height: 100px;
  }
}
.section-footer--menu .button.hollow {
  width: 172px;
}

.scroll-trigger {
  transform: translate3d(0, 70px, 0);
  opacity: 0;
  will-change: transform;
}

.scroll-trigger {
  transition: 1s ease-in-out;
}

.fade-in {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.btn-dev.animate {
  animation: btn-dev 1s ease;
}

@keyframes btn-dev {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/*---------------------------------
SECTION HEADER INSIDE
---------------------------------*/
.section-header {
  top: 100px;
}

/*---------------------------------
SECTION WORKS
---------------------------------*/
.section-works {
  padding: 2rem 0 !important;
  height: auto !important;
  background: linear-gradient(-180deg, #4a513b 0%, #85887e 100%);
}
.section-works p, .section-works h3, .section-works h2 {
  color: #fff;
}
.section-works h2 {
  margin: 0 0 2rem;
}
.section-works h3 {
  margin-bottom: 1.125rem;
}
.section-works p {
  font-weight: 300;
  margin-bottom: 1.875rem;
}
.section-works .row {
  position: relative;
  z-index: 2;
}
.section-works .img-responsive {
  position: relative;
  z-index: 1;
}
.section-works .mac-wrapper {
  width: 290px;
}
.section-works .svg-mac-footer {
  width: 290px;
  height: 64px;
}
.section-works > .fp-tableCell {
  display: flex;
  flex-direction: column;
}

/*---------------------------------
SECTION CLIENTS
---------------------------------*/
.section-clients {
  background: #85887e;
  color: #fff;
}

.svg-telia {
  width: 106px;
  height: 41px;
}

.svg-utilitas {
  width: 137px;
  height: 24px;
}

.svg-elering {
  width: 102px;
  height: 35px;
}

.svg-teaterlogo {
  width: 96px;
  height: 43px;
}

.svg-efi {
  width: 140px;
  height: 51px;
}

.svg-bang {
  width: 280px;
  height: 35px;
}

.svg-eesti-teed {
  width: 111px;
  height: 42px;
}

.svg-eakl-logo {
  width: 154px;
  height: 71px;
}

.svg-eli {
  width: 124px;
  height: 65px;
}

.svg-trinity-logo {
  width: 198px;
  height: 59px;
}

.svg-calle {
  width: 79px;
  height: 61px;
}

.svg-metsaoksjon {
  width: 220px;
  height: 60px;
}

.svg-naiskodukaitse {
  width: 218px;
  height: 48px;
}

.svg-inline-logo {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 30px 30px;
}

.company-col {
  margin: 10px 0;
}

/*---------------------------------
SECTION PROJECTS
---------------------------------*/
.row-latest-projects {
  margin-top: 20px;
}

.owl-logos .owl-dots {
  margin-top: 30px;
}

.slider-right {
  display: block;
  position: relative;
  float: right;
  width: 50%;
  margin: 20px auto 0;
  padding: 20px 0;
  transition: all 1s ease;
}
.slider-right.animate {
  width: 10px;
}
.slider-right:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}
.slider-right:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
}
.slider-right:hover:before {
  width: 20px;
  height: 20px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*---------------------------------
SECTION ABOUT US
---------------------------------*/
.section-about-us .owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-about-us .bg-wrapper {
  /*transition: all 1s ease-in-out;*/
  /*transform: translate3d(200px, 0, 0);*/
  opacity: 0;
  will-change: transform;
  overflow: hidden;
}
.section-about-us .bg-wrapper.fade-in-left {
  /*transform: translate3d(0, 0, 0);*/
  opacity: 1;
}
@media print, screen and (min-width: 40em) {
  .section-about-us .bg-wrapper {
    /*bottom: 0px;*/
  }
}
@media screen and (max-width: 63.9375em) {
  .section-about-us .bg-wrapper {
    padding: 3rem;
  }
}
.section-about-us p {
  margin-bottom: 1rem;
}

.about-us-arrow {
  position: absolute;
  right: 15px;
}

.company-badges {
  margin-top: 1rem;
  text-align: center;
}
.company-badges img {
  width: 100px;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.company-badges .badge-bisnode2019 img {
  width: 155px;
}
.company-badges .badge-ap img {
  width: 115px;
}
.company-badges .previous-year {
  margin-left: 10px;
  margin-right: 10px;
}
.company-badges .previous-year img {
  width: 75px;
  filter: grayscale(1);
  transition: 0.4s all ease-out;
}
.company-badges .previous-year:hover img {
  filter: grayscale(0);
  opacity: 1;
  transition: 0.4s all ease-out;
}
.company-badges .previous-year.badge-bisnode2015 img {
  width: 85px;
}
.company-badges .previous-year.badge-eeet2017 img {
  width: 70px;
}
.company-badges .badge-eeet2017 img {
  opacity: 0.4;
}
@media screen and (max-width: 39.9375em) {
  .company-badges {
    margin: 3rem 0;
  }
  .company-badges img {
    width: 80px;
  }
  .company-badges .previous-year img {
    width: 55px;
  }
}

.about-us-pills h3 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .technology-headline {
    display: block;
  }
}
.pill-color-green h3 {
  margin-top: 8px;
}

.services-server {
  border-top: 1px solid #555;
  padding-top: 10px;
}
.services-server img {
  width: 85px;
  margin-left: 15px;
}

/*---------------------------------
SECTION CONTACT
---------------------------------*/
.fp-home #topbarForms {
  padding: 3.75rem 3.125rem;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .fp-home #topbarForms {
    padding: 3rem;
    margin: 0 -0.6rem !important;
  }
}
.fp-home #topbarForms h2 {
  margin-bottom: 2.1875rem;
}
.fp-home #topbarForms textarea {
  margin: 0.5625rem 0 0;
}
.fp-home #topbarForms .drop-area-wrapper {
  margin-top: 1.25rem;
  margin-bottom: 0.875rem;
}
.fp-home #topbarForms .drop-area {
  margin: -0.75rem 0 0;
  overflow: hidden;
  min-height: 79px;
  max-width: 100%;
  background: none;
}
.fp-home #topbarForms .drop-area .button-text {
  padding: 1.0625rem;
  font-size: 1rem;
  line-height: 1rem;
  padding: 1.125rem 0;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .fp-home #topbarForms .input-wrapper .column:not(:last-child), .fp-home #topbarForms .input-wrapper .columns:not(:last-child), .fp-home #topbarForms .drop-area-wrapper .column:not(:last-child), .fp-home #topbarForms .drop-area-wrapper .columns:not(:last-child) {
    padding-right: 0;
  }
}
@media screen and (max-width: 63.9375em) {
  .fp-home #topbarForms {
    margin: 0.625rem 0;
  }
}
.fp-home .recaptcha {
  color: #6B6B6B;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.62px;
  line-height: 15px;
  text-align: center;
  bottom: 19px;
  left: 0;
  position: absolute;
  width: 100%;
  margin: 0;
}
.fp-home .recaptcha a {
  color: #6B6B6B;
  border-bottom: 1px dotted #6b6b6b;
}
.fp-home .recaptcha a:hover {
  color: #999;
  border-bottom: 1px dotted #999;
}

/*---------------------------------
RESPONSIVE
---------------------------------*/
@media screen and (max-width: 39.9375em) {
  .section-intro .svg-logo {
    margin-top: 60px;
  }
  .section-intro .section-intro-heading {
    margin: 1rem 0 0.625rem;
    font-size: 1.375rem;
    line-height: 1.6875rem;
  }
  .section-about-us .bg-wrapper {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
  }
  #headingFadeOut {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .section-works {
    padding: 60px 0;
  }
  .row-latest-projects {
    margin-top: 0;
  }
}
@media screen and (max-height: 900px) {
  .row-contact {
    margin: 20px auto;
  }
  .section-works {
    padding: 60px 0;
  }
  .row-latest-projects {
    margin-top: 0;
  }
}
.covid19 {
  display: none;
  position: fixed;
  top: 65px;
  right: 1rem;
  background: rgba(100, 63, 63, 0.67);
  color: white;
  border-radius: 4px;
  opacity: 0;
  z-index: 1000;
  margin-left: 1rem;
  padding: 1rem;
  max-width: 450px;
  transition: 0.3s;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-flow: row nowrap;
  display: none;
}
.fp-viewing-aritarkvara-loomine .covid19 {
  opacity: 1;
  display: none;
}
.covid19 p {
  margin: 0;
  padding-right: 2rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.covid19 a {
  color: #CE8973;
}
.covid19::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='80' viewBox='0 0 16 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.7' x='0.5' y='0.5' width='15' height='53' rx='7.5' stroke='white'/%3E%3Crect opacity='0.7' x='0.5' y='64.5' width='15' height='15' rx='7.5' stroke='white'/%3E%3C/svg%3E%0A");
  margin: 0 2rem 0 1rem;
}
@media screen and (max-height: 900px) {
  .covid19 {
    right: 1rem;
    margin-left: 1rem;
    top: inherit;
    bottom: 5px;
    background: rgb(100, 63, 63);
  }
  .covid19 p {
    font-size: 14px;
  }
}

.covid19-mobile {
  display: none;
  top: 0;
  right: 55px;
  border-radius: 0;
  width: 55px;
  height: 55px;
  position: fixed;
  background: rgba(100, 63, 63, 0.67);
  color: white;
  z-index: 1000;
  padding: 1rem;
  max-width: 450px;
  transition: 0.3s;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-flow: row nowrap;
  display: none;
}
.fp-viewing-aritarkvara-loomine .covid19-mobile {
  opacity: 0;
}
.open .covid19-mobile {
  display: none;
}
.open-thmb .covid19-mobile {
  display: none;
}
.covid19-mobile::before {
  content: url("data:image/svg+xml,%3Csvg width='6' height='32' viewBox='0 0 6 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.8' x='0.5' y='0.5' width='5' height='21' rx='2.5' stroke='white'/%3E%3Crect opacity='0.8' x='0.5' y='26.5' width='5' height='5' rx='2.5' stroke='white'/%3E%3C/svg%3E%0A");
  margin: auto;
  margin-top: -4px;
}
@media screen and (max-height: 900px) {
  .covid19-mobile {
    display: none;
  }
}
.covid19-mobile:hover {
  opacity: 0;
}
.covid19-mobile:hover + .covid19 {
  opacity: 1;
  display: none;
}

.services-wrapper {
  overflow: hidden;
  position: relative;
}
.services-wrapper .bg-wrapper {
  margin-bottom: 25rem;
}

/*---------------------------------
SERVICES INTRO
---------------------------------*/
.services-intro p, .services-intro h1 {
  color: #fff;
  font-weight: 300;
}

.services-intro {
  margin: 425px auto 100px;
}
.services-intro h1 {
  font-size: 1.875rem;
  margin: 0;
}
.services-intro p {
  font-size: 1.313rem;
  line-height: 1.75rem;
  margin: 50px 0 0;
}

/*---------------------------------
SERVICES INFO
---------------------------------*/
.services-info h1 small, .services-info h1 {
  color: #3F3F3F;
  font-weight: normal;
}

.services-info {
  text-align: center;
  margin-bottom: 3.125rem;
}
.services-info h1 {
  font-size: 3.375rem;
  display: inline-block;
  padding: 0 3.125rem;
}
.services-info h1 small {
  display: block;
  font-size: 1.438rem;
}

/*---------------------------------
SERVICES CARDS
---------------------------------*/
.section-cards {
  background: #fff;
}

.row-big-cards {
  margin: 120px auto 60px;
}

.inline-card, .card {
  position: relative;
  background: #f6f6f6;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  margin: 10px 0;
}
.inline-card h3, .card h3 {
  font-size: 1.313rem;
  font-weight: bold;
  word-break: break-all;
}
.inline-card h3.small, .card h3.small {
  font-size: 1rem;
}
.inline-card p, .card p {
  font-size: 1rem;
  line-height: 1.4;
}
.inline-card a, .card a {
  color: #79a12e;
}

.card {
  padding: 70px 30px 30px;
  background: #dedede;
  border: 1px solid #ccc;
  transition: background 1s, border 1s;
}
.card:hover {
  border: 1px solid #c2c2c2;
  background: #eee;
  transition: background 1s, border 1s;
}
.card:hover .logo-carousel img,
.card:hover .card-svg,
.card:hover .card-svg-big {
  filter: grayscale(0);
  transition: all 0.5s ease-out;
}
.card:hover .card-divider {
  border: 1px solid #c2c2c2;
  transition: border 1s;
}
@media screen and (max-width: 63.9375em) {
  .card {
    margin-bottom: 60px;
  }
}

.card-divider {
  border: 1px solid #79a12e;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  padding: 15px;
  transition: border 1s;
}

.card-section h2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.card-svg-big, .card-svg {
  display: block;
  max-width: 100%;
  margin: auto;
}

.card-svg {
  width: 71px;
  height: 89px;
  max-width: 80%;
  max-height: 100%;
  filter: grayscale(1);
  transition: all 0.5s ease-out;
}

.card-svg-big {
  width: 150px;
  height: 60px;
  filter: grayscale(1);
  transition: all 0.5s ease-out;
}

.card-seperator-header {
  margin: 20px 0 50px;
}

.card-development-interfaces .card-svg {
  max-width: 100%;
}

.card-homepage-responsive .card-svg {
  max-width: 120%;
  width: 91px;
  margin-left: -5px;
}

.card-design-brandbook .card-svg {
  max-width: 95%;
}

.card-maintenance-updates .card-svg,
.card-maintenance-contract .card-svg {
  max-width: 120%;
  width: 91px;
  margin-left: -5px;
}

.card-maintenance-security .card-svg {
  max-height: 70%;
  margin-top: 14px;
}

.inline-card {
  display: inline-block;
  vertical-align: top;
  width: 310px;
  height: 165px;
  padding: 25px 15px 0;
  margin: 0 0.9375rem 0.9375rem;
  max-width: 100%;
  min-height: 165px;
}
@media screen and (max-width: 39.9375em) {
  .inline-card {
    min-height: 0;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .inline-card.arrow-lines-right, .inline-card.arrow-lines-left {
    margin-right: 100px;
  }
  .inline-card.arrow-lines-right:after, .inline-card.arrow-lines-left:after {
    content: "";
    position: absolute;
    top: 75px;
    right: -107px;
    background: url("../images/arrow-lines.svg");
    width: 90px;
    height: 7px;
  }
  .inline-card.arrow-lines-left:after {
    transform: rotate(-180deg);
  }
  .inline-card.arrow-lines-down {
    margin-bottom: 72px;
  }
  .inline-card.arrow-lines-down:after {
    content: "";
    position: absolute;
    bottom: -65px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/arrow-lines-down.svg);
    width: 7px;
    height: 52px;
  }
}

/*---------------------------------
SERVICES CALL TO ACTION
---------------------------------*/
.call-to-action {
  margin: 60px auto 140px;
  /*.button.hollow {
    border-color: $black;
    color: $black;
    font-size: 1.375rem;
    font-weight: 300;
    padding: 15px 35px;
    border-radius: 4px;
  }*/
}

/*---------------------------------
SERVICES SLIDER
---------------------------------*/
.section-slider-services {
  background: #303030;
  padding: 100px 0 90px;
}
.section-slider-services img {
  display: block;
  margin: auto;
  width: 405px;
  height: auto;
  max-height: 230px;
  overflow: hidden;
}

.slider-text {
  margin: 25px 0 0;
  text-align: center;
}
.slider-text .h2 {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
}

.mac-wrapper {
  position: relative;
  width: 430px;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.mac-wrapper img {
  border: 1px solid #fff;
}

.mac-content {
  width: 100%;
  border: 1px solid #fff;
  padding: 11px;
  border-radius: 10px 10px 0 0;
  height: 240px;
  overflow: hidden;
}

.svg-mac-footer {
  width: 430px;
  height: 94px;
  max-width: 100%;
  margin-top: -1px;
}

.svg-mobile {
  position: relative;
  width: 162px;
  height: 310px;
  border-radius: 20px;
  padding: 20px 5px;
  border: 1px solid #fff;
  margin: auto;
}
.svg-mobile img {
  border: 1px solid #fff;
  max-height: none;
}
.svg-mobile .svg-mobile:after, .svg-mobile .svg-mobile:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #fff;
}
.svg-mobile:before {
  top: 25px;
  width: 25px;
  height: 4px;
  border-radius: 20px;
}
.svg-mobile:after {
  bottom: 9px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
}

/*---------------------------------
SERVICES RESPONSIVE
---------------------------------*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .share-button {
    top: 90px;
    right: 17px;
  }
}
@media screen and (max-width: 39.9375em) {
  .inline-card {
    margin: 10px auto;
  }
  .services-intro {
    margin: 150px auto 65px;
  }
  .row-big-cards {
    margin: 0 auto;
  }
  .call-to-action {
    margin: 10px 0 0;
  }
}
@media screen and (max-height: 900px) {
  .services-intro {
    margin: 150px auto 65px;
  }
  .row-big-cards {
    margin: 80px auto 30px;
  }
  .call-to-action {
    margin: 40px auto 60px;
  }
}
@media screen and (min-width: 40em) {
  .inline-card {
    transform: translateY(70px);
    opacity: 0;
  }
  .inline-card:nth-child(1) {
    transition: 1s ease;
  }
  .inline-card:nth-child(2) {
    transition: 1s 0.2s ease;
  }
  .inline-card:nth-child(3) {
    transition: 1s 0.4s ease;
  }
  .inline-card:nth-child(4) {
    transition: 1s 0.6s ease;
  }
  .inline-card:nth-child(5) {
    transition: 1s 0.8s ease;
  }
  .inline-card:nth-child(6) {
    transition: 1s 1s ease;
  }
  .inline-card.fade-in-up {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 39.9375em) {
  .bg-parallax-services {
    display: none;
  }
  .mac-wrapper {
    width: 255px;
  }
  .owl-svg img {
    width: 231px;
    height: 131px;
  }
  .svg-mac-footer {
    width: 255px;
    height: 58px;
    margin-top: -2px;
  }
}
@media screen and (max-width: 39.9375em) {
  .services-intro {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mac-content {
    position: relative;
    border-radius: 10px;
    padding: 10px 20px 10px 15px;
  }
  .mac-content:after {
    content: "";
    position: absolute;
    right: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    top: 50%;
  }
  .svg-mac-footer {
    display: none;
  }
  .owl-svg {
    width: auto;
    height: auto;
  }
  .svg-mobile {
    width: 120px;
    height: 275px;
  }
  .svg-mobile:after {
    bottom: 8px;
    width: 20px;
    height: 20px;
  }
}
.svg-logo {
  transition: 1s fill, stroke 1s linear;
}

.intro-heading {
  transition: 1s color linear;
}

.svg-arrow-left {
  transition: 1s fill linear;
}

.svg-thumbnail,
.owl-next svg,
.owl-prev svg {
  transition: 1s stroke linear;
}

.fp-works h2,
.fp-works h3,
.fp-works p {
  color: #fff;
}
.fp-works h1 {
  font-size: 1.875rem;
}
.fp-works a {
  font-size: 0.875rem;
}
.fp-works a:focus {
  color: #fff;
}
.fp-works h2 {
  line-height: 1.2;
}
.fp-works .sub {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}
.fp-works .row {
  position: relative;
  z-index: 2;
}
.fp-works .slide h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.fp-works .svg-pc {
  width: 70px;
  height: 55px;
  margin-right: 7px;
}
.fp-works .svg-tablet {
  width: 28px;
  height: 38px;
  margin-right: 7px;
}
.fp-works .svg-phone {
  width: 17px;
  height: 31px;
  margin-right: 7px;
}

.svg-link, .svg-flag {
  stroke: #fff;
}

/*---------------------------------
  SLIDE BLACK
  ---------------------------------*/
.slide-black .section-works-single {
  /*.svg-arrow-left,
  .owl-next svg,
  .owl-prev svg {
    fill: $black;
    stroke: $black;
  }*/
  /*.svg-thumbnail,
  .svg-link,
  .works-prog-svg {
    stroke: $black;
  }*/
}
.slide-black .section-works-single .back-button,
.slide-black .section-works-single .intro-heading {
  color: #000;
}
.slide-black .section-works-single .owl-item .svg-pc,
.slide-black .section-works-single .owl-item .svg-phone,
.slide-black .section-works-single .owl-item .svg-tablet {
  stroke: #000;
}
.slide-black .section-works-single .slider-handle:after {
  background: #000;
}
.slide-black .section-works-single .slider-handle:hover {
  background: rgba(0, 0, 0, 0.4);
}
.slide-black .section-works-single .slider:after {
  border-color: #000;
}
.slide-black .section-works-single .section-header h2 {
  color: #000;
}

/*---------------------------------
  THUMBNAILS
  ---------------------------------*/
.thumbnails {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.thumbnails h2 {
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 39.9375em) {
  .thumbnails h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.thumbnails.fade-in-nav {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 1;
  animation: fade-in 0.5s ease-out; /* .6s, opacity .5s ease-in-out 1s;*/
}
.thumbnails .columns {
  margin: 10px auto;
}
.thumbnails a {
  display: inline-block;
}
.thumbnails a img {
  height: 95px;
  border: 2px solid transparent;
  transition: 1s ease;
  transform: scale(1, 1);
}
@media screen and (max-width: 39.9375em) {
  .thumbnails a img {
    height: 80px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .thumbnails a img {
    height: 85px;
  }
}
.thumbnails a img:hover {
  transform: scale(1.2, 1.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.thumbnails a.active img {
  border-color: #fff;
}

.thumbnail-button {
  position: absolute;
  z-index: 999;
  top: 169px;
  right: 152px;
  border: none;
  background: none;
  padding: 0;
}
@media screen and (max-width: 39.9375em) {
  .thumbnail-button {
    top: 75px;
    right: 10px;
  }
}
.thumbnail-button:hover {
  background: none;
}

.svg-thumbnail {
  width: 30px;
  height: 30px;
  pointer-events: none;
}

.svg-link {
  width: 24px;
  height: 7px;
  margin-right: 7px;
  vertical-align: middle;
}

.works-prog {
  display: block;
  margin: 10px 0;
  font-size: 0.875rem;
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .works-prog {
    padding-left: 34px;
  }
}
.works-prog .works-prog-svg {
  width: 20px;
  height: 20px;
  margin-right: 11px;
  vertical-align: middle;
}
@media print, screen and (min-width: 40em) {
  .works-prog .works-prog-svg {
    position: absolute;
    left: 1px;
  }
}

.country {
  display: block;
  margin: 10px 0;
  font-size: 0.875rem;
  color: #fff;
}
.country .svg-flag {
  width: 20px;
  height: 20px;
  margin: 0 11px 0 0;
  vertical-align: middle;
}

.works-pills {
  margin-bottom: 1.25rem;
}
.works-pills .svg-code {
  vertical-align: top;
  margin: 0.3125rem 0.3125rem 0 0;
}
.works-pills .float-left {
  float: none !important;
  display: inline-block;
  vertical-align: top;
}

.pills-wrappers {
  max-width: 275px;
  /*margin-left: 7px;*/
}

.owl-item .svg-pc {
  transition: 0.2s 1s transform ease;
  transform: scale(0, 0);
  stroke: #fff;
  /*@include breakpoint(450 down) {
    display: none
  }*/
}
.owl-item .svg-tablet {
  transition: 0.2s 1.2s transform ease;
  transform: scale(0, 0);
  stroke: #fff;
  /*@include breakpoint(450 down) {
    display: none
  }*/
}
.owl-item .svg-phone {
  transition: 0.2s 1.4s transform ease;
  transform: scale(0, 0);
  stroke: #fff;
  /*@include breakpoint(450 down) {
    display: none
  }*/
}
.owl-item.active .owl-slide {
  display: block;
}
.owl-item.active + .owl-item .owl-slide {
  display: block;
}
.owl-item.active .owl-slide .svg-pc,
.owl-item.active .owl-slide .svg-tablet,
.owl-item.active .owl-slide .svg-phone {
  transform: scale(1, 1);
}

.multible-links a:not(:first-of-type), .multiple-links a:not(:first-of-type) {
  margin-left: 35px;
}
@media screen and (max-width: 39.9375em) {
  .multible-links a:not(:first-of-type), .multiple-links a:not(:first-of-type) {
    display: none;
  }
  .multible-links br, .multiple-links br {
    display: none;
  }
}

/*---------------------------------
  SLIDER
  ---------------------------------*/
.slider,
.slider-fill {
  position: relative;
  padding: 10px;
  height: 1px;
  background: none;
}

.slider {
  width: 90%;
  margin: 1.25rem auto 2.25rem;
}
@media screen and (max-width: 63.9375em) {
  .slider {
    margin-bottom: -4px;
  }
}
.slider:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  border-bottom: 1px solid #fff;
}

.slider-handle {
  width: 24px;
  height: 24px;
  background: none;
  padding: 10px;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.slider-handle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
.slider-handle:hover {
  background: rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .owl-works .owl-item .inner {
    padding: 0 2rem;
  }
}
.owl-item.active .inner > .row,
.owl-item.active .inner > .side-bg,
.owl-item.active .inner > .svg-track,
.owl-item.active .inner > .trinity-circle,
.owl-item.active .inner > .eesti-teed-circle,
.owl-item.active .inner > .works-prog {
  opacity: 1;
  transition: opacity 1s ease-out;
}

.fp-viewing-tehtud-tood.open .owl-item.active .inner > .row,
.fp-viewing-tehtud-tood.open .owl-item.active .inner > .side-bg,
.fp-viewing-tehtud-tood.open .owl-item.active .inner > .svg-track,
.fp-viewing-tehtud-tood.open .owl-item.active .inner > .trinity-circle,
.fp-viewing-tehtud-tood.open .owl-item.active .inner > .eesti-teed-circle,
.fp-viewing-tehtud-tood.open .owl-item.active .inner > .works-prog {
  opacity: 0 !important;
  transition: opacity 1s ease-out;
}

/*---------------------------------
  RESPONSIVE
  ---------------------------------*/
@media screen and (max-width: 1400px) {
  .section-works-single .slide .row {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1300px) {
  .owl-nav {
    top: unset;
    transform: none;
    bottom: 63px;
  }
}
@media screen and (max-width: 39.9375em) {
  .fp-works h2 {
    font-size: 1.375rem;
  }
  .fp-works .slide .row {
    padding: 50px 0 0;
  }
  .fp-works h2,
  .fp-works p {
    margin-bottom: 5px;
  }
  .fp-works .intro-heading {
    display: none;
  }
  .fp-works .section-header {
    top: 50px;
    position: absolute;
  }
  .thumbnail-pic {
    height: 74px;
  }
}
@media screen and (max-width: 39.9375em) {
  .section-header {
    display: none;
  }
}
@media screen and (max-height: 900px) {
  .fp-works h2 {
    font-size: 1.375rem;
  }
  .fp-works h2,
  .fp-works p {
    margin-bottom: 5px;
  }
  .fp-works .intro-heading,
  .fp-works .svg-city,
  .fp-works .svg-track {
    display: none;
  }
  .fp-works .section-header {
    position: absolute;
  }
}
@media screen and (max-height: 900px) and (min-width: 40em) {
  .fp-works .section-header {
    top: 80px;
  }
}
@media screen and (max-height: 900px) {
  .thumbnail-button {
    top: 75px;
    right: 15px;
  }
}
@media screen and (max-height: 450px) {
  .fp-works {
    position: relative;
    background-color: #d2d2d2;
    height: 500px !important;
  }
  .fp-works .owl-slide .columns:first-child {
    float: none;
    margin: auto;
  }
  .fp-works .owl-slide:not(.b2and) .columns:last-child {
    display: none;
  }
  body {
    background-color: #d2d2d2;
  }
}
@media screen and (max-height: 580px) {
  .fp-works {
    /*h2 {
      margin-top: -55px;
    }*/
  }
  .fp-works .thumbnail-button {
    top: 21px;
    right: 75px;
  }
}
.telia {
  background-color: #f001c1;
}
.telia .columns {
  position: relative;
}
.telia .city .circle-v4, .city .telia .circle-v4, .telia .city .circle-v3, .city .telia .circle-v3, .telia .city .circle-v2, .city .telia .circle-v2, .telia .city .circle-v1, .city .telia .circle-v1, .telia .circle2, .telia .circle1 {
  width: 200%;
  height: 100%;
  border-radius: 50%;
  transform: rotate(-22deg);
  position: absolute;
  left: -50%;
}
.telia .circle1 {
  background: linear-gradient(-134deg, #3023AE 0%, #C86DD7 100%);
  top: -42%;
  z-index: 2;
}
.telia .circle2 {
  background: #00cdce;
  top: -8%;
  z-index: 1;
}
.telia a:hover, .telia h2 {
  color: #2fffff;
}
.telia .svg-link, .telia .svg-flag {
  stroke: #2fffff;
}
.telia .works-prog-svg, .telia .svg-code {
  stroke: #2fffff;
}

.col-lines-circle--v1 {
  background: linear-gradient(to right, #ea4767 0%, #ea4767 34%, #eb4867 35%, #ec6469 35%, #ec6d69 35%, #ed6e6a 35%, #ed6e6a 40%, #ed6e69 40%, #ed6969 40%, #eb4867 40%, #ea4766 40%, #ea4766 56%, #af32ae 56%, #8b28da 56%, #8b28da 91%, #8c28db 91%, #a059f3 91%, #a462f7 91%, #a362f6 100%);
  width: 420px;
  height: 420px;
  padding: 33px;
  border-radius: 50%;
}

.col-lines--middle {
  position: relative;
  margin: auto;
}

.col-lines-bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../images/circle23.png) center no-repeat/contain;
  box-shadow: 0px 0px 5px 3px rgba(45, 32, 60, 0.46);
}

.col-lines--middle__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  width: 250px;
  text-align: center;
}

.middle-moving-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-15deg);
  animation: rotate-large-bubble 40s ease-out forwards;
  -webkit-animation: rotate-large-bubble 40s ease-out forwards;
}

.middle-moving-content__moving-circle {
  width: 120px;
  height: 120px;
  text-align: center;
  padding-top: 43px;
  z-index: 5;
  transform: rotate(15deg);
  animation: rotate-small-bubble 40s ease-out forwards;
}

.middle-moving-content__moving-circle.align-left {
  background: url("../images/moving_circle3.png") center no-repeat;
  background-size: contain;
  left: -5%;
  margin-top: 70px;
}

.middle-moving-content__moving-circle.align-left,
.middle-moving-content__moving-circle.align-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.middle-moving-content__moving-circle.align-right {
  background: url("../images/moving_circle2.png") center no-repeat;
  background-size: contain;
  right: -5%;
  margin-top: 70px;
  padding-top: 35px;
}

.middle-moving-content__moving-circle.align-top {
  background: url("../images/moving_circle1.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -11%;
  text-align: center;
}

.header-content__header.align-left {
  left: 11%;
}

.header-content__header.align-right {
  right: 11%;
}

.header-content__header.align-left,
.header-content__header.align-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header-content__header {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  display: block;
}

.header-content__header.align-bottom {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15%;
  text-align: center;
}

.big-header {
  font-weight: bold;
  color: #fff;
  font-size: 120px;
}

@keyframes rotate-small-bubble {
  0% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@keyframes rotate-large-bubble {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.owl-item .owl-slide .telia-pic {
  transition: 1s ease;
  transform: translate3d(0, 100px, 0);
}
.owl-item .owl-slide .col-lines-circle--v1 {
  background-size: 22% 22%;
  transition: 2s ease-in-out;
}
.owl-item .owl-slide .middle-moving-content__moving-circle {
  opacity: 0;
}
.owl-item .owl-slide .middle-moving-content__moving-circle.align-top {
  transition: 0.6s ease-in-out 0.5s;
}
.owl-item .owl-slide .middle-moving-content__moving-circle.align-left {
  transition: 0.6s ease-in-out 0.7s;
}
.owl-item .owl-slide .middle-moving-content__moving-circle.align-right {
  transition: 0.6s ease-in-out 0.9s;
}
.owl-item.active .owl-slide .col-lines-circle--v1 {
  background-size: 100% 100%;
}
.owl-item.active .owl-slide .middle-moving-content__moving-circle {
  opacity: 1;
}
.owl-item.active .owl-slide .telia-pic {
  transform: translate(0, 0);
}

.telia-pic {
  width: 353px;
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: -85px;
  right: 15px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  .col-lines-circle--v1 {
    width: 250px;
    height: 250px;
    padding: 20px;
  }
  .middle-moving-content__moving-circle {
    width: 65px;
    height: 65px;
  }
  .header-content__header {
    display: none;
  }
  .middle-moving-content {
    width: 75%;
  }
  .section-works .big-header {
    margin: 0;
    font-size: 85px;
  }
  .big-header {
    font-size: 70px;
  }
}
.eesti-teed {
  background-image: radial-gradient(#89876A 20%, #343219 91%);
}
.eesti-teed a:hover,
.eesti-teed h2 {
  color: #ffdf03;
}
.eesti-teed .svg-link, .eesti-teed .svg-flag {
  stroke: #ffdf03;
}
.eesti-teed .works-prog-svg, .eesti-teed .svg-code {
  stroke: #ffdf03;
}

.svg-ribapindaja, .svg-kastmismasin, .svg-machine-teerull, .svg-augulappija {
  display: inline-block;
  margin: 0 15px;
}

.svg-augulappija {
  width: 66px;
  height: 78px;
}

.svg-machine-teerull {
  width: 99px;
  height: 62px;
}

.svg-kastmismasin {
  width: 136px;
  height: 62px;
}

.svg-ribapindaja {
  width: 168px;
  height: 72px;
}

.img-road {
  position: absolute;
  top: 5%;
  width: 100%;
  height: 430px;
}

.eesti-teed-circle {
  background: url(../images/eesti-teed.jpg) no-repeat center/cover;
  width: 245px;
  height: 245px;
  border-radius: 50%;
  margin: 20px auto;
  border: 6px solid #fff;
}

.owl-item .owl-slide .eesti-teed-circle {
  opacity: 0;
  transition: 1.5s ease-in-out;
}
.owl-item .owl-slide .svg-augulappija {
  transition: 1s ease 1s;
  opacity: 0;
}
.owl-item .owl-slide .svg-machine-teerull {
  transition: 1.4s ease;
  transform: translateX(-100px);
}
.owl-item .owl-slide .svg-ribapindaja {
  transition: 1.4s ease 1s;
  transform: translateX(-50px);
}
.owl-item .owl-slide .svg-kastmismasin {
  transition: 1.4s ease 0.6s;
  transform: translateX(-50px);
}
.owl-item.active .owl-slide .eesti-teed-circle {
  opacity: 1;
}
.owl-item.active .owl-slide .svg-augulappija {
  opacity: 1;
}
.owl-item.active .owl-slide .svg-machine-teerull,
.owl-item.active .owl-slide .svg-kastmismasin {
  transform: translateX(0px);
}
.owl-item.active .owl-slide .svg-ribapindaja {
  transform: translateX(-20px);
}

.eakl {
  background-image: radial-gradient(#ab4949 5%, #591E3C 81%);
}
.eakl a:hover,
.eakl h2 {
  color: #ff77da;
}
.eakl .svg-link, .eakl .svg-flag {
  stroke: #ff77da;
}
.eakl .works-prog-svg, .eakl .svg-code {
  stroke: #ff77da;
}

.owl-item .svg-eakl {
  width: 450px;
  height: 420px;
  transform: scale(1.4) rotate(-30deg);
  opacity: 0;
  transition: 1s ease;
}
.owl-item.active .owl-slide .svg-eakl {
  transform: scale(1) rotate(0);
  opacity: 1;
}

.eakl-circle-wrapper {
  width: 530px;
  display: block;
  position: relative;
  height: 485px;
}

.eakl-circle {
  background: url("../images/eakl.jpg") no-repeat center/cover;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  z-index: 1;
}
.eakl-circle:after {
  position: absolute;
  content: "";
  border: 2px dashed #000;
  margin: 5px;
  left: 0;
  border-radius: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  animation: rotate 30s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1400px) {
  .owl-item .svg-eakl {
    width: 315px;
    height: 295px;
  }
  .eakl-circle-wrapper {
    width: 355px;
    height: 335px;
  }
  .eakl-circle {
    width: 185px;
    height: 185px;
  }
}
@media screen and (max-width: 770px) {
  .owl-item .svg-eakl {
    display: none;
  }
}
.vishopper {
  background: linear-gradient(65deg, #233444 6%, #c0ceda 100%);
}
.vishopper .columns {
  position: relative;
}
.vishopper a:hover,
.vishopper h2 {
  color: #ce918f;
}
.vishopper .svg-link, .vishopper .svg-flag {
  stroke: #ce918f;
}
.vishopper .works-prog-svg, .vishopper .svg-code {
  stroke: #ce918f;
}

.vishopper-pic {
  position: absolute;
  top: 0;
  right: 15px;
  width: 270px;
  max-width: 100%;
  z-index: -1;
}

.img-vishopper1,
.img-vishopper2 {
  position: absolute;
}

.img-vishopper1 {
  left: 260px;
  top: 15px;
  z-index: -1;
}

.owl-item .img-vishopper2 {
  transform: translate3d(100px, 0, 0);
  transition: 1s ease-out 0.5s;
}
.owl-item.active .img-vishopper2 {
  transform: translate3d(0, 0, 0);
}

.trinity {
  background-color: #258ab5;
}
.trinity .columns {
  position: relative;
}
.trinity a:hover,
.trinity h2 {
  color: #50e3c2;
}
.trinity .svg-link, .trinity .svg-flag {
  stroke: #50e3c2;
}
.trinity .works-prog-svg, .trinity .svg-code {
  stroke: #50e3c2;
}

.svg-trinity {
  position: absolute;
  width: 790px;
  height: 1053px;
  top: -125px;
  left: 0;
  z-index: -1;
}

.owl-item .trinity-circle {
  transform: rotate(180deg);
  transition: 2s ease;
}
.owl-item.active .trinity-circle {
  transform: rotate(0);
}

@media screen and (min-width: 40em) {
  .trinity-circle {
    background: url(../images/trinity.jpg) no-repeat center/cover;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 10px solid #4697be;
    margin-left: 60px;
    margin-top: -15px;
  }
}
.city {
  background: linear-gradient(12deg, #8098B4 8%, #D83F56 98%);
}
.city a:hover,
.city h2 {
  color: #9cf7ff;
}
.city .svg-link, .city .svg-flag {
  stroke: #9cf7ff;
}
.city .works-prog-svg, .city .svg-code {
  stroke: #9cf7ff;
}
.city .circle-v4, .city .circle-v3, .city .circle-v2, .city .circle-v1, .city .telia .circle1, .telia .city .circle1, .city .telia .circle2, .telia .city .circle2 {
  position: relative;
  border-radius: 50%;
  border: 1px solid #fff;
}
.city .circle-v4:after, .city .circle-v3:after, .city .circle-v2:after, .city .circle-v1:after, .city .telia .circle1:after, .telia .city .circle1:after, .city .telia .circle2:after, .telia .city .circle2:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1000px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.city .circle-v4 .bg, .city .circle-v3 .bg, .city .circle-v2 .bg, .city .circle-v1 .bg {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.city .circle-v1 {
  width: 112px;
  height: 112px;
  margin-top: 180px;
}
.city .circle-v1 .bg {
  background: url("../images/bg_city1.jpg") center no-repeat;
  background-size: cover;
}
.city .circle-v2 {
  width: 200px;
  height: 200px;
}
.city .circle-v2 .bg {
  background: url("../images/bg_city2.jpg") center no-repeat;
  background-size: cover;
}
.city .circle-v3 {
  width: 86px;
  height: 86px;
  margin-top: 170px;
}
.city .circle-v3 .bg {
  background: url("../images/bg_city3.jpg") center no-repeat;
  background-size: cover;
}
.city .circle-v4 {
  width: 168px;
  height: 168px;
  margin-top: -55px;
}
.city .circle-v4 .bg {
  background: url("../images/bg_city4.jpg") center no-repeat;
  background-size: cover;
}

.owl-item .circle-v1 {
  transform: translateY(560px);
  transition: 2s ease;
}
.owl-item .circle-v2 {
  transform: translateY(340px);
  transition: 1.4s 0.2s ease;
}
.owl-item .circle-v3 {
  transform: translateY(260px);
  transition: 1s ease;
}
.owl-item .circle-v4 {
  transform: translateY(560px);
  transition: 2s ease;
}
.owl-item.active .circle-v1,
.owl-item.active .circle-v2,
.owl-item.active .circle-v3,
.owl-item.active .circle-v4 {
  transform: translateY(0);
}

@media screen and (min-width: 40em) {
  .svg-city {
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: url("../images/city.svg") center/cover;
  }
}
.spot {
  background: #fff000;
}
.spot a, .spot a:focus, .spot p, .spot h2, .spot .works-prog, .spot .pill {
  color: #000;
}
.spot .svg-link, .spot .svg-flag {
  stroke: #000;
}
.spot .works-prog-svg, .spot .svg-code {
  stroke: #000;
}
.spot .pill {
  background: rgba(0, 0, 0, 0.1);
}
.spot .columns {
  position: relative;
}

.svg-biker {
  width: 186px;
  height: 316px;
  transition: 2s ease;
  transform: translate(-114px, 111px) rotate(-25deg);
}

.owl-item.active .svg-biker {
  transform: translate(224px, 11px) rotate(-25deg);
}

.spot-pic {
  position: absolute;
  width: 250px;
  max-width: 100%;
  height: auto;
  left: 9%;
  bottom: -82px;
  z-index: -1;
  border-radius: 0 0 50px 50px;
}

@media screen and (min-width: 40em) {
  .svg-track {
    background: url("../images/bike-track.svg") center no-repeat;
    position: absolute;
    height: 100px;
    bottom: 31%;
    left: -15px;
    width: calc(100% + 30px);
    z-index: 2;
  }
}
.b2and {
  background: #6B4D95;
}
.b2and .side-bg {
  position: absolute;
  background: #0087D3;
  top: 0;
  right: 0;
  width: 575px;
  max-width: 100%;
  height: 100%;
}
.b2and a:hover,
.b2and h2 {
  color: #ff9573;
}
.b2and .svg-link, .b2and .svg-flag {
  stroke: #ff9573;
}
.b2and .works-prog-svg, .b2and .svg-code {
  stroke: #ff9573;
}

.svg-b2and {
  width: 548px;
  max-width: 100%;
  height: 172px;
  transition: 1s ease;
  transform: translateY(300px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -165px;
}

.owl-item.active .svg-b2and {
  transform: translateY(0);
}

.b2and-pic {
  width: 329px;
  height: auto;
  display: block;
  margin-top: -73px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1300px) {
  .b2and .side-bg {
    width: 450px;
  }
  .svg-b2and {
    width: 400px;
    left: -160px;
  }
}
@media screen and (max-width: 990px) {
  .svg-b2and {
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .b2and {
    background: #6B4D95;
  }
  .b2and .side-bg {
    width: 40%;
  }
  .svg-b2and,
  .b2and-pic {
    display: none;
  }
}
.awenergy {
  background: linear-gradient(-1deg, #004F66 3%, #00779A 22%);
}
.awenergy a:hover,
.awenergy h2 {
  color: #71f3ff;
}
.awenergy .svg-link, .awenergy .svg-flag {
  stroke: #71f3ff;
}
.awenergy .works-prog-svg, .awenergy .svg-code {
  stroke: #71f3ff;
}

.svg-awenergy {
  width: 622px;
  height: 199px;
  max-width: 100%;
  margin-top: 25px;
}

.awenergy-pic {
  display: block;
  width: 250px;
  height: auto;
  margin: auto;
  transition: 1s ease-in-out 1s;
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}

.wave-column {
  overflow: hidden;
  position: relative;
}

.wave-wrapper {
  width: 76%;
  position: absolute;
  left: 12%;
  top: 160px;
  overflow: hidden;
  height: 50px;
}

.wave {
  background: url(../images/wave.svg) center repeat/contain;
  width: 1000%;
  height: 50px;
  transition: 20s ease-in-out;
  position: absolute;
  top: 0;
  transform-origin: left;
}

#mast1, #mast2, #mast3 {
  transform-origin: 15px 110px;
}

#mast1 {
  animation: mast1 5s ease-in-out infinite;
}

#mast2 {
  animation: mast2 5s ease-in-out infinite;
}

#mast3 {
  animation: mast3 5s ease-in-out infinite 0.5s;
}

.owl-item.active .wave {
  animation: wave 105s linear forwards;
}
.owl-item.active .awenergy-pic {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes wave {
  from {
    transform: translateX(-85%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes mast1 {
  from {
    transform: translate(65.64236px, 37.767px) rotate(-33deg);
  }
  50% {
    transform: translate(65.64236px, 37.767px) rotate(33deg);
  }
  to {
    transform: translate(65.64236px, 37.767px) rotate(-33deg);
  }
}
@keyframes mast2 {
  from {
    transform: translate(257.913293px, 38.637149px) rotate(-23deg);
  }
  5% {
    transform: translate(257.913293px, 38.637149px) rotate(-23deg);
  }
  50% {
    transform: translate(257.913293px, 38.637149px) rotate(23deg);
  }
  95% {
    transform: translate(257.913293px, 38.637149px) rotate(-23deg);
  }
  to {
    transform: translate(257.913293px, 38.637149px) rotate(-23deg);
  }
}
@keyframes mast3 {
  from {
    transform: translate(451px, 40px) rotate(-33deg);
  }
  50% {
    transform: translate(451px, 40px) rotate(33deg);
  }
  to {
    transform: translate(451px, 40px) rotate(-33deg);
  }
}
.eg {
  background: linear-gradient(-12deg, #FFFFFF 8%, #D7DEE5 63%, #E4A682 98%);
}
.eg a:hover,
.eg h2 {
  color: #ae511b;
}
.eg .svg-link, .eg .svg-flag {
  stroke: #ae511b;
}
.eg .works-prog-svg, .eg .svg-code {
  stroke: #ae511b;
}
.eg p, .eg .works-prog, .eg .pill {
  color: #000;
}
.eg .pill {
  background: rgba(0, 0, 0, 0.1);
}

.svg-eg {
  width: 491px;
  height: 307px;
  max-width: 100%;
}

.eg-pic {
  width: 350px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
  margin: 0 0 -20px 30%;
  z-index: 1;
  position: relative;
}

#gas1 {
  animation: 1s gas 1s ease-in-out infinite;
}

#gas2 {
  animation: 1s gas 1.1s ease-in-out infinite;
}

#gas3 {
  animation: 1s gas 1.2s ease-in-out infinite;
}

#gas6 {
  animation: 1s gas 1.3s ease-in-out infinite;
}

#gas5 {
  animation: 1s gas 1.4s ease-in-out infinite;
}

#gas4 {
  animation: 1s gas 1.5s ease-in-out infinite;
}

@keyframes gas {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#eg-circle1, #eg-circle2, #eg-circle3 {
  transform-origin: 5px 25px;
}

#eg-circle1 {
  animation: eg-circle1 3s ease-in-out infinite;
}

@keyframes eg-circle1 {
  from {
    transform: translate(194px, 91px) rotate(-20deg);
  }
  50% {
    transform: translate(194px, 91px) rotate(20deg);
  }
  to {
    transform: translate(194px, 91px) rotate(-20deg);
  }
}
#eg-circle2 {
  animation: eg-circle2 4s ease-in-out infinite;
}

@keyframes eg-circle2 {
  from {
    transform: translate(337px, 149px) rotate(-15deg);
  }
  50% {
    transform: translate(337px, 149px) rotate(15deg);
  }
  to {
    transform: translate(337px, 149px) rotate(-15deg);
  }
}
#eg-circle3 {
  animation: eg-circle3 5s ease-in-out infinite;
}

@keyframes eg-circle3 {
  from {
    transform: translate(162px, 258px) rotate(15deg);
  }
  50% {
    transform: translate(162px, 258px) rotate(-10deg);
  }
  to {
    transform: translate(162px, 258px) rotate(15deg);
  }
}
.utilitas {
  background: linear-gradient(12deg, #E94C05 8%, #F59B00 98%);
}
.utilitas .columns {
  position: relative;
}
.utilitas a:hover,
.utilitas h2 {
  color: #f8e71c;
}
.utilitas .svg-link, .utilitas .svg-flag {
  stroke: #f8e71c;
}
.utilitas .works-prog-svg, .utilitas .svg-code {
  stroke: #f8e71c;
}

.utilitas-pic-v1, .utilitas-pic-v2, .utilitas-pic-v3 {
  transition: 1s ease-in-out;
}

.utilitas-pic-v1 {
  width: 417px;
  max-width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  transform: translate(0, -150px);
}

.utilitas-pic-v2 {
  width: 332px;
  max-width: 100%;
  opacity: 0.9;
  position: absolute;
  top: 100px;
  right: 30px;
  z-index: 1;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.5);
  transform: translate(130px, 0);
}

.utilitas-pic-v3 {
  width: 250px;
  max-width: 100%;
  opacity: 0.42;
  position: absolute;
  top: 225px;
  left: 145px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  transform: translate(0, 120px);
}

.owl-item.active .utilitas-pic-v1, .owl-item.active .utilitas-pic-v2, .owl-item.active .utilitas-pic-v3 {
  transform: translate(0, 0);
}

.teater {
  background: #085c75;
  position: relative;
}
.teater:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(4, 79, 102, 0) 0%, #044F66 13%, rgba(4, 79, 102, 0) 22%, #044F66 28%, rgba(4, 79, 102, 0.21) 39%, #044F66 43%, rgba(4, 79, 102, 0) 53%, rgba(4, 79, 102, 0.99) 57%, rgba(4, 79, 102, 0) 71%, #044F66 77%, rgba(4, 79, 102, 0) 83%, #044F66 88%, rgba(4, 79, 102, 0) 92%, #044F66 100%);
  z-index: 0;
}
.teater .columns {
  position: relative;
}
.teater a:hover,
.teater h2 {
  color: #71f3ff;
}
.teater .svg-link, .teater .svg-flag {
  stroke: #71f3ff;
}
.teater .works-prog-svg, .teater .svg-code {
  stroke: #71f3ff;
}

.teater-pic {
  width: 321px;
  max-width: 100%;
  transform: translate(0, 270px);
  transition: 1s ease-in;
}

.svg-sad-face {
  position: absolute;
  top: 180px;
  left: 15%;
  transition: 1s ease-in-out 0.8s;
  opacity: 0;
}

.svg-happy-face {
  position: absolute;
  top: 180px;
  right: 15%;
  transition: 1s ease-in-out 1s;
  opacity: 0;
}

.svg-teater {
  width: 321px;
  height: 163px;
  margin: 85px 0 0;
}

.owl-item.active .teater-pic {
  transform: translate(0, 0);
}
.owl-item.active .svg-sad-face, .owl-item.active .svg-happy-face {
  opacity: 1;
}

.proshopper {
  background: linear-gradient(12deg, #276690 8%, #4A9DC0 98%);
  position: relative;
}
.proshopper:after {
  content: "";
  width: 165%;
  height: 65%;
  background: #4AA7BC;
  position: absolute;
  top: -22%;
  left: -20%;
  transform: rotate(15deg);
}
.proshopper .columns {
  position: relative;
}
.proshopper a:hover,
.proshopper h2 {
  color: #71f3ff;
}
.proshopper .svg-link, .proshopper .svg-flag {
  stroke: #71f3ff;
}
.proshopper .works-prog-svg, .proshopper .svg-code {
  stroke: #71f3ff;
}

.proshopper-pic {
  box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.5);
}

.proshopper-wrapper {
  transition: 1.5s ease-in-out;
  transform: translate3d(0, 200px, 0);
}

.sock {
  position: absolute;
  top: -11px;
  left: 0;
}

.owl-item.active .proshopper-wrapper {
  transform: translate3d(0, 0, 0);
}
.owl-item.active .sock {
  animation: sock 4s linear;
  animation-iteration-count: 3;
  transform-origin: 90% 0;
}

@keyframes sock {
  from {
    transform: rotate(0);
  }
  50% {
    transform: rotate(8deg);
  }
  to {
    transform: rotate(0);
  }
}
.naiskodukaitse {
  background: url(../images/naiskodukaitse.jpg) no-repeat center/cover;
}
.naiskodukaitse a:hover,
.naiskodukaitse h2 {
  color: #861900;
}
.naiskodukaitse .svg-link, .naiskodukaitse .svg-flag {
  stroke: #861900;
}
.naiskodukaitse .works-prog-svg, .naiskodukaitse .svg-code {
  stroke: #861900;
}

.owl-item .naiskodukaitse-img {
  width: 213px;
  margin-top: 1.875rem;
  transform: scale(1.4) rotate(-60deg);
  opacity: 0;
  transition: 1s ease;
}
.owl-item.active .owl-slide .naiskodukaitse-img {
  transform: scale(1) rotate(0);
  opacity: 1;
}

.bangbonsomer {
  background: #009ace url(../images/bangbonsomer-bg.jpg) no-repeat center/contain;
}
.bangbonsomer a:hover,
.bangbonsomer h2 {
  color: #78ddff;
}
.bangbonsomer .svg-link, .bangbonsomer .svg-flag {
  stroke: #78ddff;
}
.bangbonsomer .works-prog-svg, .bangbonsomer .svg-code {
  stroke: #78ddff;
}
@media screen and (max-width: 39.9375em) {
  .bangbonsomer {
    background: #009ace;
  }
}

.bb-logo {
  display: block;
  width: 400px;
  max-width: 100%;
  height: 80px;
  margin: auto;
}

.owl-item.active .bangbonsomer-icons .bb-icon {
  animation: 1s bounceInUp forwards;
}
.owl-item .bangbonsomer-icons {
  margin-top: 250px;
  overflow: hidden;
  padding: 20px;
}
.owl-item .bangbonsomer-icons .bb-icon {
  display: inline-block;
  width: 50px;
  height: 52px;
  margin: 7px;
  transform: translate3d(0, 3000px, 0);
}
.owl-item .bangbonsomer-icons .bb-icon:nth-child(1) {
  animation-delay: 0.25s;
}
.owl-item .bangbonsomer-icons .bb-icon:nth-child(2) {
  animation-delay: 0.5s;
}
.owl-item .bangbonsomer-icons .bb-icon:nth-child(3) {
  animation-delay: 0.75s;
}
.owl-item .bangbonsomer-icons .bb-icon:nth-child(4) {
  animation-delay: 1s;
}
.owl-item .bangbonsomer-icons .bb-icon:nth-child(5) {
  animation-delay: 1.25s;
}
.owl-item .bangbonsomer-icons .bb-icon:nth-child(6) {
  animation-delay: 1.5s;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.taskulaod {
  background: linear-gradient(0deg, #315CA8 0%, #1D3565 100%);
}
.taskulaod a:hover,
.taskulaod h2 {
  color: #ffe601;
}
.taskulaod .svg-link, .taskulaod .svg-flag {
  stroke: #ffe601;
}
.taskulaod .works-prog-svg, .taskulaod .svg-code {
  stroke: #ffe601;
}

.owl-item.active .taskulaod-icons .taskulaod-icon {
  opacity: 1;
}
.owl-item.active .taskulaod-img {
  transform: translateY(0);
}
.owl-item .taskulaod-icons {
  overflow: hidden;
  padding: 20px;
}
.owl-item .taskulaod-icons .taskulaod-icon {
  display: inline-block;
  margin: 5px 15px;
  opacity: 0;
  transition: 1s ease-in-out;
}
.owl-item .taskulaod-icons .taskulaod-icon:nth-child(1) {
  transition-delay: 0.25s;
}
.owl-item .taskulaod-icons .taskulaod-icon:nth-child(2) {
  transition-delay: 0.5s;
}
.owl-item .taskulaod-icons .taskulaod-icon:nth-child(3) {
  transition-delay: 0.75s;
}
.owl-item .taskulaod-img {
  width: 400px;
  max-width: 100%;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.3);
  transform: translateY(-80px);
  transition: 1s ease-in-out;
}

.nutiakadeemia {
  background: #066E7B;
}
.nutiakadeemia a:hover,
.nutiakadeemia h2 {
  color: #c5d227;
}
.nutiakadeemia .svg-link, .nutiakadeemia .svg-flag {
  stroke: #c5d227;
}
.nutiakadeemia .works-prog-svg, .nutiakadeemia .svg-code {
  stroke: #c5d227;
}

.owl-item.active .nutiakadeemia-img {
  transform: translate(0, -50%);
}
.owl-item .nutiakadeemia-img {
  width: 630px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  transition: 2s ease-in-out;
}
@media screen and (max-width: 65.625em) {
  .owl-item .nutiakadeemia-img {
    right: -25%;
  }
}
@media screen and (max-width: 50em) {
  .owl-item .nutiakadeemia-img {
    width: 500px;
  }
}
@media screen and (max-width: 39.9375em) {
  .owl-item .nutiakadeemia-img {
    display: none;
  }
}

.hoolekandeteenused {
  background: linear-gradient(134.35deg, #FFEECD 0%, #FFCE6F 100%);
  font-family: "Roboto", sans-serif;
}
.hoolekandeteenused .columns {
  position: relative;
}
.hoolekandeteenused a:hover,
.hoolekandeteenused a:focus,
.hoolekandeteenused h2 {
  color: #FF7F00;
}
.hoolekandeteenused span {
  color: #101010;
  font-size: 14px;
  line-height: 22px;
}
.hoolekandeteenused .pill,
.hoolekandeteenused a {
  color: #101010;
}
.hoolekandeteenused .svg-pc,
.hoolekandeteenused .svg-tablet,
.hoolekandeteenused .svg-phone,
.hoolekandeteenused .works-prog-svg,
.hoolekandeteenused .svg-link,
.hoolekandeteenused .svg-code {
  stroke: #000;
}

.hoolekande-pic {
  display: flex;
  flex-flow: row wrap;
  min-height: 370px;
  max-width: 670px;
}
.hoolekande-pic .hoolekande-bk {
  margin: auto;
}
.hoolekande-pic .hoolekande-bk img {
  margin-left: 30px;
}
.hoolekande-pic .hoolekande-top {
  top: 0;
  width: 100%;
  display: flex;
  position: absolute;
}
.hoolekande-pic .hoolekanne-bottom {
  bottom: 0;
  width: 100%;
  display: flex;
  position: absolute;
}
.hoolekande-pic .hoolekande-k,
.hoolekande-pic .hoolekande-o,
.hoolekande-pic .hoolekande-d,
.hoolekande-pic .hoolekande-u {
  flex: 1 50%;
}

.owl-item .hoolekande-k {
  margin-top: 1.875rem;
  transform: scale(2.4);
  opacity: 0;
  transition: 1s ease;
}
.owl-item .hoolekande-o {
  margin-top: 1.875rem;
  transform: scale(2.4);
  opacity: 0;
  transition: 1.5s ease;
}
.owl-item .hoolekande-d {
  margin-top: 1.875rem;
  transform: scale(2.4);
  opacity: 0;
  transition: 2s ease;
}
.owl-item .hoolekande-u {
  margin-top: 1.875rem;
  transform: scale(2.4);
  opacity: 0;
  transition: 2.5s ease;
}
.owl-item .hoolekande-bk img {
  transform: scale(0.4) rotate(360deg);
  opacity: 0;
  transition: 1s ease;
}
.owl-item.active .owl-slide .hoolekande-bk > img,
.owl-item.active .owl-slide .hoolekande-k,
.owl-item.active .owl-slide .hoolekande-o,
.owl-item.active .owl-slide .hoolekande-d,
.owl-item.active .owl-slide .hoolekande-u {
  transform: scale(1) rotate(0);
  opacity: 1;
}

@media screen and (max-width: 990px) {
  .hoolekande-bk img {
    width: 70%;
  }
  .hoolekande-bk .hoolekande-k > img,
  .hoolekande-bk .hoolekande-o > img,
  .hoolekande-bk .hoolekande-d > img,
  .hoolekande-bk .hoolekande-u > img {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .hoolekande-bk img {
    width: 60%;
  }
  .hoolekande-bk .hoolekande-k img,
  .hoolekande-bk .hoolekande-o img,
  .hoolekande-bk .hoolekande-d img,
  .hoolekande-bk .hoolekande-u img {
    width: 70%;
  }
}
.loodusinvest {
  background-image: url("data:image/svg+xml,%3Csvg height='834' viewBox='0 0 1440 834' width='1440' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m1 0h1440v834h-1440z' fill='%23e87f2c'/%3E%3Cg fill='%23fff' opacity='.742867'%3E%3Ccircle cx='150.5' cy='434.5' opacity='.138927' r='860.5'/%3E%3Ccircle cx='-9' cy='710' opacity='.224977' r='606'/%3E%3Ccircle cx='149' cy='1013' opacity='.432631' r='572'/%3E%3Ccircle cx='-73.5' cy='949.5' opacity='.607846' r='345.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: #fb9b57;
  background-size: 200%;
  background-position: center;
}
.loodusinvest a:hover,
.loodusinvest h2 {
  color: #733400;
}
.loodusinvest .svg-link, .loodusinvest .svg-flag {
  stroke: #733400;
}
.loodusinvest .works-prog-svg, .loodusinvest .svg-code {
  stroke: #733400;
}
.loodusinvest .loodusinvest-img1 > i::after {
  display: block;
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='57px' height='41px' viewBox='0 0 42 31' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-18' stroke='%23FFFFFF'%3E%3Cpolyline id='Path-33' points='0.752960035 20.341598 0.752960035 30.341598 10.75296 30.341598'%3E%3C/polyline%3E%3Cpath d='M0.882903564,30.3536404 L30.5352244,0.701319554' id='Path-34'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.loodusinvest .loodusinvest-img2 > i::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='57px' height='12px' viewBox='0 0 57 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Works-18' transform='translate(-940.000000, -450.000000)' stroke='%23FFFFFF'%3E%3Cg id='Group-8' transform='translate(940.000000, 450.000000)'%3E%3Cg id='Group-9'%3E%3Cpolyline id='Path-36' points='56.6165568 6 0 6 54.6962852 6'%3E%3C/polyline%3E%3Cpolyline id='Path-35' points='47 0.700012207 57 6.12134221 47 10.7000122'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
}
@media screen and (max-width: 39.9375em) {
  .loodusinvest {
    background-color: #fb9b57;
    background-image: url("data:image/svg+xml,%3Csvg height='834' viewBox='0 0 1440 834' width='1440' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m1 0h1440v834h-1440z' fill='%23e87f2c'/%3E%3Cg fill='%23fff' opacity='.742867'%3E%3Ccircle cx='150.5' cy='434.5' opacity='.138927' r='860.5'/%3E%3Ccircle cx='-9' cy='710' opacity='.224977' r='606'/%3E%3Ccircle cx='149' cy='1013' opacity='.432631' r='572'/%3E%3Ccircle cx='-73.5' cy='949.5' opacity='.607846' r='345.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
  }
}

.owl-item.active .loodusinvest-img1 > i::after {
  animation: 1.25s bounceInUp forwards;
  animation-delay: 0.25s;
  transform: translate3d(0, 3000px, 0);
}
.owl-item.active .loodusinvest-img1 > img {
  animation: 1s bounceInUp forwards;
  transform: translate3d(0, 3000px, 0);
}
.owl-item.active .loodusinvest-img2 > i::after {
  animation: 1.75s bounceInUp forwards;
  animation-delay: 0.75s;
  transform: translate3d(0, 3000px, 0);
}
.owl-item.active .loodusinvest-img2 > img {
  animation: 1.5s bounceInUp forwards;
  animation-delay: 0.5s;
  transform: translate3d(0, 3000px, 0);
}
.owl-item.active .loodusinvest-img3 > img {
  animation: 2s bounceInUp forwards;
  animation-delay: 1s;
  transform: translate3d(0, 3000px, 0);
}

@media screen and (max-width: 1300px) {
  .loodusinvest-img2 > i::after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='48px' height='48px' viewBox='0 0 48 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Works-18' transform='translate(-988.000000, -458.000000)' stroke='%23FFFFFF'%3E%3Cg id='Group-10' transform='translate(989.000000, 458.000000)'%3E%3Cpath d='M46.3482567,46.6653548 L0.159974565,0.477072729' id='Path-38'%3E%3C/path%3E%3Cpolyline id='Path-37' points='36.4394469 46.5331807 46.4394469 46.5331807 46.4394469 36.5331807'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    display: block;
  }
}
@media screen and (max-width: 990px) {
  .loodusinvest-img2 > i::after {
    display: none !important;
  }
  .loodusinvest-img1 > i::after {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .loodusinvest-img2 > i::after {
    display: none !important;
  }
  .loodusinvest-img1 > i::after {
    display: none !important;
  }
}
.kryos {
  background: linear-gradient(180deg, #74ABC5 0%, #2C4167 100%);
  border-top: 6px solid #FA9A35;
}
.kryos a:hover,
.kryos h2 {
  color: #FA9A35;
}
.kryos .works-prog-svg,
.kryos .svg-link,
.kryos .svg-code {
  stroke: #FA9A35;
}
.kryos .image-side {
  background: url("/images/kryos-bg.png");
  height: 50vh;
  display: flex;
  position: relative;
}
.kryos .image-side .masin {
  background-image: url("/images/masin.png");
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.kryos .image-side .masin img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 290px;
  width: 48%;
  box-shadow: 0px 0px 15px -3px #0096FF;
}
.kryos .image-side span {
  margin: auto;
}

.owl-item.active .image-side {
  animation: 2s kryos forwards;
  opacity: 0;
}
.owl-item.active .image-side .masin {
  animation: 2s kryos forwards;
  animation-delay: 2s;
  opacity: 0;
}
.owl-item.active .image-side .masin img {
  animation: 2s kryos forwards;
  animation-delay: 4s;
  opacity: 0;
}

@keyframes kryos {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.maaportaal {
  /*  background-image: url("/images/maaportaal.png") ;*/
  background-image: url("/images/maaportaal.jpg");
}
.maaportaal a:hover,
.maaportaal a:focus,
.maaportaal h2 {
  color: #588624;
}
.maaportaal .maaportaal-logo {
  padding-bottom: 10px;
}
.maaportaal .pill,
.maaportaal a,
.maaportaal .works-prog {
  color: #101010;
}
.maaportaal .svg-pc,
.maaportaal .svg-tablet,
.maaportaal .svg-phone,
.maaportaal .works-prog-svg,
.maaportaal .svg-link,
.maaportaal .svg-code {
  stroke: #000;
}
.maaportaal .middle {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #fff 65%, #fff 100%);
}
.maaportaal .map-bg {
  background: linear-gradient(135deg, rgb(246, 249, 246) 0%, rgb(129, 178, 136) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.maaportaal .maaportaal-img {
  display: block;
}
.maaportaal .maaportaal-map {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.maaportaal .zone {
  background-position: center;
  background-size: contain !important;
  width: 200px;
  height: 200px;
  margin-bottom: -50px;
  margin: -90px 72px -20px 0px;
  display: flex;
  flex-flow: row wrap;
}
.maaportaal .zone.zone1 {
  background: url("/images/maaportaal-zone1.svg");
  animation: 2s scale forwards;
  animation-delay: 0.6s;
}
.maaportaal .zone.zone2 {
  background: url("/images/maaportaal-zone2.svg");
  animation: 2s scale forwards;
}
.maaportaal .zone.zone3 {
  background: url("/images/maaportaal-zone3.svg");
  animation: 2s scale forwards;
  animation-delay: 0.4s;
}
.maaportaal .zone .uko-icon {
  flex: 1;
  flex-grow: 0;
  margin: 20px;
  margin: -5px 10px 10px 50px;
  animation: blink 4s linear infinite;
}
.maaportaal .zone .uko2 {
  animation-delay: 0.5s;
}
.maaportaal .zone .uko3 {
  animation-delay: 1.5s;
}
.maaportaal .zone .uko4 {
  animation-delay: 2s;
}
.maaportaal .zone .uko5 {
  animation-delay: 0.75s;
}
.maaportaal .zone uko6 {
  animation-delay: 1s;
}
.maaportaal .owl-item.active.zone1 {
  animation: 2s scale forwards;
  animation-delay: 0.6s;
}
.maaportaal .owl-item.active.zone2 {
  animation: 2s scale forwards;
}
.maaportaal .owl-item.active.zone3 {
  animation: 2s scale forwards;
  animation-delay: 0.4s;
}
@media screen and (max-width: 1170px) {
  .maaportaal .zone {
    margin: -90px 0px -20px 0px;
  }
}
@media screen and (max-width: 900px) {
  .maaportaal .zone {
    width: 150px;
    height: 150px;
    margin: -90px 0px -20px 0px;
  }
}
@media screen and (max-width: 763px) {
  .maaportaal .zone {
    width: 150px;
    height: 150px;
    margin: -90px -29px -20px 0px;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.hiiumaa {
  background-image: url("/images/hiiumaabg.jpg");
  background-position: center;
  background-size: cover;
  /*.hiiumaa-bg {
    background: $hiiumaa;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    @media screen and (max-width: 763px) {
      background: $hiiumaa-mobile;
    }
  }*/
}
.hiiumaa a:hover,
.hiiumaa a:focus,
.hiiumaa h2 {
  color: #009FD1;
}
.hiiumaa .pill,
.hiiumaa a,
.hiiumaa .works-prog {
  color: #101010;
}
.hiiumaa .svg-pc,
.hiiumaa .svg-tablet,
.hiiumaa .svg-phone,
.hiiumaa .works-prog-svg,
.hiiumaa .svg-link,
.hiiumaa .svg-code {
  stroke: #000;
}
.hiiumaa .hiiumaa-map {
  position: relative;
}
.hiiumaa .transport-map {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hiiumaa .transport-map svg {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 763px) {
  .hiiumaa .transport-map svg {
    right: -24rem;
  }
}
@media screen and (max-width: 763px) {
  .hiiumaa .ferry, .hiiumaa .plane, .hiiumaa .dot, .hiiumaa .floating-ship, .hiiumaa .bus, .hiiumaa .line {
    display: none;
  }
}

.owl-item.active .ferry {
  animation: ferry 15s linear infinite;
  transform-origin: top;
}
.owl-item.active .plane {
  animation: plane 10s linear infinite;
  transform-origin: top;
  animation-delay: 0.75s;
}
.owl-item.active .dot, .owl-item.active .line {
  animation: oneblink 3s linear;
}
.owl-item.active .floating-ship {
  animation: floating-ship 5s linear infinite;
  transform-origin: bottom;
}

@keyframes oneblink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ferry {
  0% {
    transform: rotate(-7deg) translate(-56px, 28px);
  }
  20% {
    transform: rotate(-7deg) translate(-16px, 28px);
  }
  30% {
    transform: rotate(-7deg) translate(-16px, 28px);
  }
  70% {
    transform: rotate(-7deg) translate(-100px, 28px);
  }
  80% {
    transform: rotate(-7deg) translate(-100px, 28px);
  }
  100% {
    transform: rotate(-7deg) translate(-56px, 28px);
  }
}
@keyframes floating-ship {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-1deg);
  }
  80% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*
@keyframes bus{
  0%{transform: translate(0,0);}
  30%{transform:translate(-1px, 0px);}
  70%{transform:translate(0px, -1px);}
  80%{transform:translate(1px, 0px);}
  100%{ transform: translate(0,0);}
}
*/
@keyframes plane {
  0% {
    opacity: 0;
    transform: rotate(-16deg) translate(339px, 47px);
  }
  10% {
    opacity: 1;
    transform: rotate(-17deg) translate(303px, 47px);
  }
  65% {
    opacity: 1;
    transform: rotate(-17deg) translate(53px, 47px);
  }
  100% {
    opacity: 0;
    transform: rotate(-17deg) translate(-100px, 47px);
  }
}
@keyframes elkImgBounce {
  0% {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes elkImgEyes {
  from, to {
    transform: translate(0px, 0px);
  }
  2% {
    transform: translate(5px, -4px);
  }
  50% {
    transform: translate(5px, -4px);
  }
  52% {
    transform: translate(0px, 0px);
  }
}
@keyframes elkImgObjects {
  from, to {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.elk {
  background: #FAECFE url("/images/elk-bg.svg") no-repeat left bottom;
}
.elk h2 {
  color: #896BAA;
}
.elk .pill,
.elk a,
.elk .works-prog {
  color: #101010;
}
.elk .svg-pc,
.elk .svg-tablet,
.elk .svg-phone,
.elk .works-prog-svg,
.elk .svg-link,
.elk .svg-code {
  stroke: #896BAA;
}
.elk .elk-img {
  top: 2rem;
}
.elk .elk-img svg {
  max-width: 100%;
}
.elk .elk-img--left-eye > path:last-child, .elk .elk-img--right-eye > path:last-child {
  animation: 10s ease-in-out 0s infinite normal none running elkImgEyes;
}
.elk .elk-img--object-1 {
  animation: 6s ease-in-out 1s infinite normal none running elkImgObjects;
}
.elk .elk-img--object-2 {
  animation: 6s ease-in-out 2s infinite normal none running elkImgObjects;
}
.elk .elk-img--object-3 {
  animation: 6s ease-in-out 3s infinite normal none running elkImgObjects;
}
.elk .elk-img--object-4 {
  animation: 6s ease-in-out 4s infinite normal none running elkImgObjects;
}
.elk .elk-img--object-5 {
  animation: 6s ease-in-out 5s infinite normal none running elkImgObjects;
}

.owl-item.active .elk .elk-img > svg {
  animation: 0.8s ease-in-out 1.7s 1 normal forwards running elkImgBounce;
  transform: scaleY(0);
  transform-origin: bottom;
}
.owl-item.active .elk #mask1 {
  animation: img-appears 2s;
}

@keyframes img-appears {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ellsa {
  background: #e9e9e9 url("/images/ellsa-bg.svg") no-repeat right bottom;
  background-position: center;
  background-size: cover;
}
.ellsa h2 {
  color: #012B7E;
}
.ellsa .pill,
.ellsa a,
.ellsa .works-prog {
  color: #101010;
}
.ellsa .svg-pc,
.ellsa .svg-tablet,
.ellsa .svg-phone,
.ellsa .works-prog-svg,
.ellsa .svg-link,
.ellsa .svg-code {
  stroke: #012B7E;
}
.ellsa .ellsa-site {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 375px;
  height: 666px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.45);
  margin-bottom: -666px;
  opacity: 0;
  transition: 1s 1.75s ease;
  transform-origin: 100% 100%;
}
@media screen and (max-width: 763px) {
  .ellsa .ellsa-site {
    transform: scale(0.5);
    display: none;
  }
}
.ellsa .ellsa-site img {
  width: 375px;
  height: 666px;
}
.ellsa .ellsa-fg {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -200px;
  transform-origin: 100% 100%;
  transition: 1s 1s ease;
}
@media screen and (max-width: 763px) {
  .ellsa .ellsa-fg {
    transform: scale(0.5);
  }
}

.owl-item.active .owl-slide .ellsa-site {
  opacity: 1;
  margin-bottom: 0;
}
.owl-item.active .owl-slide .ellsa-fg {
  margin-bottom: 0;
}

@keyframes keyfAppear {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes keyfFloatAround {
  from, to {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-1rem, -1rem);
  }
  40% {
    transform: translate(0, 1rem);
  }
  60% {
    transform: translate(1rem, -1rem);
  }
  80% {
    transform: translate(-1rem, -1rem);
  }
}
.eta {
  background: #FAECFE url("/images/eta-bg.jpeg") no-repeat left bottom/cover;
}
.eta h2 {
  color: #AF261F;
}
.eta .pill,
.eta a,
.eta .works-prog {
  color: #fff;
}
.eta .works-prog-svg,
.eta .svg-link,
.eta .svg-code {
  stroke: #AF261F;
}
.eta .svg-pc,
.eta .svg-tablet,
.eta .svg-phone {
  stroke: #fff;
}
.eta .eta-cards {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(6, 45px);
  transform: scaleY(0);
  transform-origin: center;
}
.eta .eta-cards > img {
  box-shadow: 5px 6px 0 rgba(0, 0, 0, 0.2);
}
.eta .eta-cards > img[alt=eta-card-1] {
  grid-column: 8/14;
  grid-row-start: 1;
  z-index: 1;
}
.eta .eta-cards > img[alt=eta-card-2] {
  grid-column: 18/-1;
  grid-row-start: 3;
  z-index: 3;
}
.eta .eta-cards > img[alt=eta-card-3] {
  grid-column: 3/10;
  grid-row-start: 2;
}
.eta .eta-cards > img[alt=eta-card-4] {
  grid-column: 1/5;
  grid-row-start: 5;
}
.eta .eta-cards > img[alt=eta-card-5] {
  grid-column: 4/16;
  grid-row-start: 6;
  z-index: -1;
}
.eta .eta-cards > img[alt=eta-card-6] {
  grid-column: 13/20;
  grid-row-start: 4;
  z-index: 2;
}

.owl-item.active .eta .eta-cards {
  animation: 0.4s ease-in-out 1.7s 1 normal forwards running keyfAppear;
}
.owl-item.active .eta .eta-cards > img[alt=eta-card-1] {
  animation: 40s ease-in-out 2.1s infinite normal none running keyfFloatAround;
}
.owl-item.active .eta .eta-cards > img[alt=eta-card-2] {
  animation: 50s ease-in-out 2.1s infinite normal none running keyfFloatAround;
}
.owl-item.active .eta .eta-cards > img[alt=eta-card-3] {
  animation: 60s ease-in-out 2.1s infinite normal none running keyfFloatAround;
}
.owl-item.active .eta .eta-cards > img[alt=eta-card-4] {
  animation: 70s ease-in-out 2.1s infinite normal none running keyfFloatAround;
}
.owl-item.active .eta .eta-cards > img[alt=eta-card-5] {
  animation: 80s ease-in-out 2.1s infinite normal none running keyfFloatAround;
}
.owl-item.active .eta .eta-cards > img[alt=eta-card-6] {
  animation: 90s ease-in-out 2.1s infinite normal none running keyfFloatAround;
}
.owl-item.active .eta #mask1 {
  animation: img-appears 2s;
}

@keyframes img-appears {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes keyfSlideLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
.eurogum {
  background: #FAECFE url("/images/eurogum-bg.jpg") no-repeat center bottom/cover;
}
.eurogum h2 {
  color: #83C700;
}
.eurogum::after {
  content: "";
  display: block;
  width: 50vw;
  height: 100vh;
  background-color: rgba(0, 94, 5, 0.8);
}
.eurogum .pill,
.eurogum a,
.eurogum .works-prog {
  color: #fff;
}
.eurogum .works-prog-svg,
.eurogum .svg-link,
.eurogum .svg-code {
  stroke: #83C700;
}
.eurogum .svg-pc,
.eurogum .svg-tablet,
.eurogum .svg-phone {
  stroke: #fff;
}
.eurogum__slide {
  display: grid;
  grid-template-columns: 1fr repeat(2, minmax(100px, 200px));
  transform: translateX(100%);
  position: fixed;
  right: 0;
  bottom: 10rem;
  padding: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  background-color: #83C700;
  width: 60vw;
}
@media screen and (max-width: 763px) {
  .eurogum__slide {
    padding: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.eurogum__slide svg {
  max-width: 230px;
  min-width: 100px;
  margin-right: 3rem;
}
.eurogum__slide img {
  position: absolute;
  bottom: 2rem;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  transform: scale(0);
}
.eurogum__slide img[alt=eurogum-img-1] {
  grid-column: 2/3;
}
.eurogum__slide img[alt=eurogum-img-2] {
  grid-column: 3/4;
}
@media screen and (max-width: 763px) {
  .eurogum__slide img {
    bottom: 1rem;
    height: 100px;
  }
}

.owl-item.active .eurogum__slide {
  animation: 0.6s ease-in-out 1.7s 1 normal forwards running keyfSlideLeft;
}
.owl-item.active .eurogum__slide img[alt=eurogum-img-1] {
  animation: 0.3s ease-in-out 2.3s 1 normal forwards running keyfAppear;
}
.owl-item.active .eurogum__slide img[alt=eurogum-img-2] {
  animation: 0.3s ease-in-out 2.6s 1 normal forwards running keyfAppear;
}
.owl-item.active .eurogum #mask1 {
  animation: img-appears 2s;
}

@keyframes img-appears {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kirantoCardsAppear {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
.kiranto {
  background: #FAECFE url("/images/kiranto-bg.jpg") no-repeat center bottom/cover;
}
.kiranto h2 {
  color: #C36508;
}
.kiranto::after {
  content: "";
  display: block;
  width: 50vw;
  height: 100vh;
  background-color: rgba(89, 1, 5, 0.8);
}
.kiranto .pill,
.kiranto a,
.kiranto .works-prog {
  color: #fff;
}
.kiranto .works-prog-svg,
.kiranto .svg-link,
.kiranto .svg-code {
  stroke: #C36508;
}
.kiranto .svg-pc,
.kiranto .svg-tablet,
.kiranto .svg-phone {
  stroke: #fff;
}
.kiranto__slide--cards {
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
}
.kiranto__slide--cards {
  width: 50vw;
  min-height: 55vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/images/kiranto-img-1.jpg") no-repeat left bottom/cover;
  padding: 5rem 0 0 12rem;
  display: grid;
  align-content: space-between;
}
@media screen and (max-width: 1100px) {
  .kiranto__slide--cards {
    padding: 2.5rem 0 0 2.5rem;
  }
}
.kiranto__slide--cards svg {
  width: auto;
  height: 37px;
  padding-right: 2.5rem;
  margin-bottom: 2.5rem;
}
.kiranto__slide--cards img[alt=kiranto-img-2] {
  transform: translateY(100%);
}
@media screen and (max-width: 1100px) {
  .kiranto__slide--cards img[alt=kiranto-img-2] {
    width: calc(50vw - 2.5rem);
  }
}

.owl-item.active .kiranto__slide--cards {
  animation: 0.5s ease-in-out 1.7s 1 normal forwards running kirantoCardsAppear;
}
.owl-item.active .kiranto__slide--cards > img[alt=kiranto-img-2] {
  animation: 0.3s ease-in-out 2.2s 1 normal forwards running kirantoCardsAppear;
}
.owl-item.active .kiranto #mask1 {
  animation: img-appears 2s;
}

@keyframes img-appears {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes newBBGlobeEffect {
  from {
    -webkit-clip-path: circle(0%);
            clip-path: circle(0%);
  }
  to {
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%);
  }
}
.new-bb {
  background: #FAECFE url("/images/bb-bg.jpg") no-repeat center bottom/cover;
}
.new-bb h2 {
  color: #FF5E00;
}
.new-bb::after {
  content: "";
  display: block;
  width: 50vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
.new-bb .pill,
.new-bb a,
.new-bb .works-prog {
  color: #fff;
}
.new-bb .works-prog-svg,
.new-bb .svg-link,
.new-bb .svg-code {
  stroke: #FF5E00;
}
.new-bb .svg-pc,
.new-bb .svg-tablet,
.new-bb .svg-phone {
  stroke: #fff;
}
.new-bb__slide {
  position: absolute;
  display: grid;
  grid-template-rows: 37vh repeat(3, 1fr);
  justify-items: center;
  align-content: space-between;
  width: 50vw;
}
.new-bb__slide svg {
  grid-row: 1/2;
}
.new-bb__slide img {
  grid-row: 2/-1;
  justify-self: end;
  transform: translateX(2rem);
  -webkit-clip-path: circle(0%);
          clip-path: circle(0%);
}

.owl-item.active .new-bb__slide img {
  animation: 1s ease-in-out 1.7s 1 normal forwards running newBBGlobeEffect;
}
.owl-item.active .new-bb #mask1 {
  animation: img-appears 2s;
}

@keyframes img-appears {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cuituCardsAppear {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
.cuitu {
  background: url("/images/cuitu-bg.svg") no-repeat center right/cover;
}
.cuitu h2 {
  color: #21686C;
}
.cuitu .pill,
.cuitu a,
.cuitu .works-prog {
  color: #000;
}
.cuitu .works-prog-svg,
.cuitu .svg-link,
.cuitu .svg-code {
  stroke: #21686C;
}
.cuitu .svg-pc,
.cuitu .svg-tablet,
.cuitu .svg-phone {
  stroke: #000;
}
.cuitu__slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 400px;
}
.cuitu__slide--logo {
  grid-column: 1/2;
  background-color: #FFC107;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 1rem;
  box-sizing: content-box;
}
.cuitu__slide img[alt=cuitu-ad-1] {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: end;
  transform: scale(2) translateY(-1rem);
  -webkit-clip-path: circle(0%);
          clip-path: circle(0%);
}
@media screen and (max-width: 1100px) {
  .cuitu__slide img[alt=cuitu-ad-1] {
    grid-column: 1/2;
    transform: scale(1.8) translateY(-6rem);
  }
}
.cuitu__slide--ads {
  grid-column: 1/2;
  grid-row: 2/3;
  align-self: end;
  display: flex;
}
.cuitu__slide--ads img[alt=cuitu-ad-dog],
.cuitu__slide--ads img[alt=cuitu-ad-cat] {
  height: 150px;
  transform: scaleY(0);
  transform-origin: bottom;
}
@media screen and (max-width: 1100px) {
  .cuitu__slide--ads img[alt=cuitu-ad-dog],
  .cuitu__slide--ads img[alt=cuitu-ad-cat] {
    height: 120px;
  }
}

.owl-item.active .cuitu__slide > img[alt=cuitu-ad-1] {
  animation: 0.5s ease-in-out 1.7s 1 normal forwards running newBBGlobeEffect;
}
.owl-item.active .cuitu__slide--ads > img[alt=cuitu-ad-dog] {
  animation: 0.5s ease-in-out 2.2s 1 normal forwards running elkImgBounce;
}
.owl-item.active .cuitu__slide--ads > img[alt=cuitu-ad-cat] {
  animation: 0.5s ease-in-out 2.4s 1 normal forwards running elkImgBounce;
}
.owl-item.active .cuitu #mask1 {
  animation: img-appears 2s;
}

@keyframes img-appears {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.graco {
  background: #FAECFE url("/images/graco-bg.jpg") no-repeat center bottom/cover;
}
.graco h2 {
  color: #FF5E00;
}
.graco::after {
  content: "";
  display: block;
  width: 50vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
.graco .pill, .graco a, .graco .works-prog {
  color: #fff;
}
.graco .works-prog-svg,
.graco .svg-link,
.graco .svg-code {
  stroke: #FF5E00;
}
.graco .svg-pc,
.graco .svg-tablet,
.graco .svg-phone {
  stroke: #fff;
}
.graco-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50vw;
}
.graco-wrapper .graco-logos {
  display: grid;
  gap: 1.5rem;
}
.graco-wrapper .graco-cards {
  display: grid;
  justify-items: center;
  align-items: center;
  margin-top: 3rem;
}
.graco-wrapper .graco-cards [alt*=graco-card] {
  grid-column: 1/-1;
  grid-row: 1/2;
}
.graco-wrapper .graco-cards [alt=graco-card-1] {
  width: 264px;
  height: 177px;
  transform: translate(-72px, 115px) scale(0);
  z-index: 2;
}
.graco-wrapper .graco-cards [alt=graco-card-2] {
  width: 191px;
  height: 109px;
  transform: translate(-9px, -8px) scale(0);
  z-index: 1;
}
.graco-wrapper .graco-cards [alt=graco-card-3] {
  width: 239px;
  height: 358px;
  transform: translate(130px, 0px) scale(0);
}

.owl-item.active .graco [alt=graco-card-1] {
  animation: 0.4s ease-in-out 2.2s 1 normal forwards running gracoCard1Appear;
}
@keyframes gracoCard1Appear {
  0% {
    transform: translate(-72px, 115px) scale(0);
  }
  70% {
    transform: translate(-72px, 115px) scale(1.2);
  }
  100% {
    transform: translate(-72px, 115px) scale(1);
  }
}
.owl-item.active .graco [alt=graco-card-2] {
  animation: 0.4s ease-in-out 2.4s 1 normal forwards running gracoCard2Appear;
}
@keyframes gracoCard2Appear {
  0% {
    transform: translate(-9px, -8px) scale(0);
  }
  70% {
    transform: translate(-9px, -8px) scale(1.2);
  }
  100% {
    transform: translate(-9px, -8px) scale(1);
  }
}
.owl-item.active .graco [alt=graco-card-3] {
  animation: 0.4s ease-in-out 2.6s 1 normal forwards running gracoCard3Appear;
}
@keyframes gracoCard3Appear {
  0% {
    transform: translate(130px, 0px) scale(0);
  }
  70% {
    transform: translate(130px, 0px) scale(1.2);
  }
  100% {
    transform: translate(130px, 0px) scale(1);
  }
}

@keyframes env-indLogoAppear {
  from {
    transform: translateX(150%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes env-indSchemeAppear {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.env-ind {
  background: #FAECFE url("/images/env&ind-bg.jpg") no-repeat center bottom/cover;
}
.env-ind h2 {
  color: #FF5E00;
}
.env-ind::after {
  content: "";
  display: block;
  width: 50vw;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.6);
}
.env-ind .pill, .env-ind a, .env-ind .works-prog {
  color: #fff;
}
.env-ind .works-prog-svg,
.env-ind .svg-link,
.env-ind .svg-code {
  stroke: #FF5E00;
}
.env-ind .svg-pc,
.env-ind .svg-tablet,
.env-ind .svg-phone {
  stroke: #fff !important;
}
.env-ind-wrapper {
  display: grid;
  grid-template-rows: 1fr repeat(2, auto);
  row-gap: 4rem;
  justify-items: end;
  transform: translateY(25vh);
}
.env-ind-wrapper [alt=env-ind-logo],
.env-ind-wrapper [alt=env-ind-scheme] {
  max-width: 500px;
  width: 100%;
}
.env-ind-wrapper [alt=env-ind-logo] {
  opacity: 0;
  grid-row: 2/3;
  transform: translateX(150%);
}
.env-ind-wrapper [alt=env-ind-scheme] {
  grid-row: 3/4;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.owl-item.active .env-ind [alt=env-ind-logo] {
  animation: 0.4s ease-in 2.2s 1 normal forwards running env-indLogoAppear;
}
.owl-item.active .env-ind [alt=env-ind-scheme] {
  animation: 0.4s ease-in 2.2s 1 normal forwards running env-indSchemeAppear;
}

@keyframes ortomaxCardAppear {
  from {
    transform: translateY(100vh);
  }
  to {
    transform: translateY(38vh);
  }
}
.ortomax {
  background: #FAECFE url("/images/ortomax-bg.jpg") no-repeat center bottom/cover;
}
.ortomax h2 {
  color: #FFB800;
}
.ortomax .pill, .ortomax a, .ortomax .works-prog {
  color: #fff;
}
.ortomax .works-prog-svg,
.ortomax .svg-link,
.ortomax .svg-code {
  stroke: #FFB800;
}
.ortomax .svg-pc,
.ortomax .svg-tablet,
.ortomax .svg-phone {
  stroke: #fff !important;
}
.ortomax-wrapper {
  display: grid;
  justify-items: end;
  align-items: end;
}
.ortomax-wrapper [alt=ortomax-logo] {
  grid-column: 1/-1;
  grid-row: 2/3;
  align-self: start;
  justify-self: end;
  padding-right: 7rem;
}
.ortomax-wrapper [alt=ortomax-card] {
  grid-column: 1/-1;
  grid-row: 2/3;
  transform: translateY(100vh);
  filter: drop-shadow(0px 0px 60px rgba(182, 251, 255, 0.55));
}

.owl-item.active .ortomax [alt=ortomax-card] {
  animation: 0.3s ease-in-out 2.2s 1 normal forwards running ortomaxCardAppear;
}

.ahhaa {
  background: url("/images/ahhaa-bg.webp") no-repeat center bottom/cover;
}
.ahhaa h2 {
  color: #ff6400;
}
.ahhaa .pill,
.ahhaa a,
.ahhaa .works-prog {
  color: black;
}
.ahhaa .works-prog-svg,
.ahhaa .svg-link,
.ahhaa .svg-code {
  stroke: #ff6400;
}
.ahhaa .svg-pc,
.ahhaa .svg-tablet,
.ahhaa .svg-phone {
  stroke: #ff6400 !important;
}
.ahhaa-wrapper {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 20px;
  width: 800px;
  flex-wrap: nowrap;
}
.ahhaa-phone {
  overflow: hidden;
  transform-style: preserve-3d;
  position: relative;
}
.ahhaa-phone .phone-image {
  border-radius: 20px;
}
.ahhaa .phone-container {
  animation: slideLeft 20s infinite;
  display: flex;
  flex-wrap: nowrap;
  transform-origin: top center;
}
.ahhaa .phone-container-1 {
  animation-delay: 0.6s;
  height: 497px;
}
.ahhaa .phone-container-2 {
  animation-delay: 0.4s;
  height: 462px;
}
.ahhaa .phone-container-3 {
  animation-delay: 0.2s;
}
.ahhaa .phone-container-4 {
  animation-delay: 0s;
}
.ahhaa .extra-container {
  transform: perspective(1000px) rotateY(-42deg) skewY(-16deg);
  transform-origin: top center;
  z-index: 2;
  position: absolute;
  top: 27px;
  left: -27px;
  width: 200px;
  border-radius: 20px 21px 21px 23px;
  overflow: hidden;
}
.ahhaa .phone1 {
  height: 534px;
  width: 535px;
  opacity: 0.4;
}
.ahhaa .phone2 {
  width: 400px;
  height: 524px;
  border-radius: 33px;
}
.ahhaa .phone2 .iphone-frame {
  overflow: hidden;
  border-radius: 20px;
  z-index: 3;
  position: absolute;
  left: 0;
}
.ahhaa .phone3 {
  height: 435px;
  width: 425px;
  transform: perspective(1000px) rotateY(-42deg) skewY(-15deg);
  transform-origin: top center;
  opacity: 0.4;
  right: -21px;
}
.ahhaa .phone4 {
  height: 381px;
  width: 369px;
  transform: perspective(1000px) rotateY(-44deg) skewY(-14deg);
  transform-origin: top center;
  opacity: 0.4;
  right: -68px;
}
@media (max-width: 1700px) {
  .ahhaa-right-columns {
    float: left !important;
  }
}
@media (max-width: 1300px) {
  .ahhaa-right-columns {
    float: left !important;
    margin-left: -200px;
  }
}
@media (max-width: 1200px) {
  .ahhaa-wrapper {
    transform: scale(0.7);
  }
}
@media (max-width: 1023px) {
  .ahhaa-right-columns {
    float: left !important;
    margin-left: -400px;
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(0%);
  }
  4.6% {
    transform: translateX(-100%);
  }
  16.6% {
    transform: translateX(-100%);
  }
  21.2% {
    transform: translateX(-200%);
  }
  33.2% {
    transform: translateX(-200%);
  }
  37.8% {
    transform: translateX(-300%);
  }
  49.8% {
    transform: translateX(-300%);
  }
  54.4% {
    transform: translateX(-400%);
  }
  66.4% {
    transform: translateX(-400%);
  }
  71% {
    transform: translateX(-500%);
  }
  83% {
    transform: translateX(-500%);
  }
  87.99% {
    transform: translateX(-600%);
  }
  99.99% {
    transform: translateX(-600%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.bangbonsomer-casb {
  background: url("/images/bangbonsomer-casb-bg.jpg") no-repeat center bottom/cover;
}
.bangbonsomer-casb h2 {
  color: #ff5e00;
}
.bangbonsomer-casb .works-prog-svg,
.bangbonsomer-casb .svg-link,
.bangbonsomer-casb .svg-code {
  stroke: #ff5e00;
}
.bangbonsomer-casb-wrapper {
  max-width: 570px;
}
.bangbonsomer-casb .header-logo {
  height: 300px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bangbonsomer-casb .header-logo img {
  width: 400px;
  height: 35px;
}
.bangbonsomer-casb .icon-container {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  gap: 20px;
}
.bangbonsomer-casb .icon {
  width: 100px;
  height: 100px;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff5e00;
  padding: 0 10px;
}
.bangbonsomer-casb .icon-active {
  background: #ff5e00;
}
.bangbonsomer-casb .oil-icon {
  stroke: #ff5e00;
}
.bangbonsomer-casb .header-logo-img {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s ease-in-out;
  position: absolute;
}
.bangbonsomer-casb .header-logo-img.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.bangbonsomer-casb .icon-container .icon {
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
.bangbonsomer-casb .icon-container .icon.icon-active {
  opacity: 1;
}
.bangbonsomer-casb .icon-container .icon.icon-active svg path {
  stroke: white !important;
}
@media (max-width: 1000px) {
  .bangbonsomer-casb-right-columns {
    float: left !important;
    margin-left: -40px;
  }
  .bangbonsomer-casb-wrapper {
    min-width: 420px;
  }
}
@media (max-width: 800px) {
  .bangbonsomer-casb-right-columns {
    margin-left: -80px;
  }
}
@media (max-width: 720px) {
  .bangbonsomer-casb-right-columns {
    display: none;
  }
}

.samu {
  background: url("/images/samu-bg.jpg") no-repeat center bottom/cover;
}
.samu h2 {
  color: #aa112c;
}
.samu .works-prog-svg,
.samu .svg-link,
.samu .svg-code {
  stroke: #aa112c;
}
.samu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.samu-logos {
  align-self: end;
}
.samu-logos img {
  margin-left: 30%;
}
.samu-pics {
  display: flex;
  margin-top: 30%;
}
.samu-pics img {
  border: 7px solid white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s ease-in-out, opacity 1s;
  opacity: 0;
}
@media (max-width: 1650px) {
  .samu-logos {
    align-self: center;
  }
  .samu-logos img {
    width: 70%;
  }
  .samu-pics {
    width: 70%;
    margin-right: 500px;
  }
}
@media (max-width: 1300px) {
  .samu-logos {
    align-items: start;
  }
  .samu-pics {
    margin-right: 900px;
    margin-top: 50%;
    width: 50%;
  }
}
@media (max-width: 850px) {
  .samu-logos {
    align-items: start;
  }
  .samu-logos img {
    width: 50%;
  }
  .samu-pics {
    margin-right: 700px;
    margin-top: 70%;
  }
}
@media (max-width: 700px) {
  .samu-logos img {
    margin-left: unset;
  }
}
@keyframes slideIn-10deg {
  from {
    opacity: 0;
    transform: translateY(50vh) rotate(-90deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(-10deg);
  }
}
@keyframes slideIn-3deg {
  from {
    opacity: 0;
    transform: translateY(50vh) rotate(90deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(3deg);
  }
}
@keyframes slideIn-8deg {
  from {
    opacity: 0;
    transform: translateY(50vh) rotate(90deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(8deg);
  }
}

.owl-item.active .samu-pics img {
  opacity: 0;
}
.owl-item.active .samu-pics img:nth-child(1) {
  animation: slideIn-10deg 0.8s 1s forwards;
  z-index: 3;
}
.owl-item.active .samu-pics img:nth-child(2) {
  animation: slideIn-3deg 0.8s 1.3s forwards;
  margin-left: -20px;
  margin-right: -40px;
  margin-top: 25px;
  z-index: 2;
}
.owl-item.active .samu-pics img:nth-child(3) {
  animation: slideIn-8deg 0.8s 1.6s forwards;
}

.zeroest {
  background: url("/images/zeroest-bg.jpg") no-repeat center bottom/cover;
}
.zeroest h2 {
  color: #61ab2d;
}
.zeroest .pill,
.zeroest a,
.zeroest .works-prog {
  color: black;
}
.zeroest .works-prog-svg,
.zeroest .svg-link,
.zeroest .svg-code {
  stroke: #61ab2d;
}
.zeroest .svg-pc,
.zeroest .svg-tablet,
.zeroest .svg-phone {
  stroke: #61ab2d !important;
}
.zeroest-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 70px;
}
.zeroest-wrapper h1 {
  color: #61ab2d;
  font-weight: bold;
  font-size: 35px;
}
.zeroest-icons {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.zeroest-icons img {
  width: 120px;
}
.zeroest-right-columns {
  display: flex;
}
.zeroest-drone-area {
  height: 500px;
}
.zeroest-drone-container {
  display: flex;
  position: relative;
  opacity: 0;
}
.zeroest-drone-track {
  margin-top: -70px;
}
.zeroest-drone-speed {
  color: #a7b2b4;
  white-space: nowrap;
  padding-left: 20px;
  padding-top: 17px;
  font-size: 22px;
  padding-left: 20px;
  position: absolute;
  right: 0;
  transform: translateX(100%);
}
.zeroest-drone {
  max-width: unset;
}
@keyframes slideIn {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(570px);
  }
}
@media (max-width: 1150px) {
  .zeroest-icons {
    flex-direction: column;
  }
}

.owl-item.active .zeroest-drone-container {
  animation: slideIn 5s 2s forwards;
}

.job-heading {
  text-align: center;
  margin: 100px 0 80px;
}

.job-column h3 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #79a12e;
}
.job-column p {
  font-weight: 300;
}
.job-column ul {
  margin-bottom: 3rem;
}
.job-column li {
  position: relative;
  font-weight: 300;
  list-style: none;
}
.job-column li:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 10px;
  width: 6px;
  height: 6px;
  border: 1px solid #79a12e;
  border-radius: 50%;
}

.section-candidate-form {
  background: #dbdbdb;
  padding: 3rem 0;
}
.section-candidate-form h3.candidate-heading {
  text-align: center;
  margin: 2rem 0 3rem;
}
.section-candidate-form input, .section-candidate-form textarea {
  color: #000;
}
.section-candidate-form textarea {
  margin-top: 0;
}
.section-candidate-form select {
  margin: 0 0 1rem;
}
.section-candidate-form .drop-area {
  margin-top: 0;
}
.section-candidate-form button {
  margin: 1rem auto;
}

.button.hollow.job-button {
  display: block;
  border: 1px solid #000;
  color: #000;
  margin: 50px auto;
  border-radius: 4px;
  font-size: 1.375rem;
  font-weight: 300;
  padding: 15px 35px;
}

.page-404 {
  background-image: url(../images/services_development.jpg);
}
.page-404 h1, .page-404 p {
  color: #fff;
}
.page-404 .icon-404 {
  margin-bottom: 1rem;
}

.footer .li-header, .footer ul li > a,
.footer ul li > span > a {
  display: inline;
  color: #9a9a9a;
  padding: 0;
}

.footer {
  color: #9a9a9a;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  filter: none;
  transition: filter 0.5s, transform 0.5s;
}
@media print, screen and (min-width: 64em) {
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 63.9375em) {
  .footer {
    padding: 1.875rem 0 1.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .footer {
    padding: 2.5rem 0;
  }
  .footer h2 {
    margin-top: 40px;
  }
}
.footer h2 {
  color: #000;
}
.footer ul li {
  margin: 7px 20px;
}
@media screen and (max-width: 63.9375em) {
  .footer ul li {
    display: block;
  }
}
.footer ul li > a,
.footer ul li > span > a {
  font-size: 0.875rem;
}
.footer ul li > a:hover,
.footer ul li > span > a:hover {
  color: #79a12e;
}
@media screen and (max-width: 39.9375em) {
  .footer ul {
    margin-bottom: 1rem;
  }
}
.footer .button.hollow {
  font-size: 0.875rem;
  padding: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .footer .button.hollow {
    margin: auto;
  }
}
.footer .back-to-top {
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  transition: 0.3s ease-in-out;
}
.footer .back-to-top svg {
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 2;
  opacity: 0.2;
}
.footer .back-to-top::before, .footer .back-to-top::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  transition: all 0.1s ease-in;
  background-color: #000;
  opacity: 0;
}
.footer .back-to-top::before {
  transition: all 0.2s ease-in;
  z-index: 0;
  background-color: #000;
}
.footer .back-to-top:hover {
  animation-play-state: paused;
}
.footer .back-to-top:hover svg {
  transition: opacity 0.3s ease-out;
  opacity: 0.8;
}
.footer .back-to-top:hover::after {
  transform: scale(1.3);
  transition: transform 0.2s ease-out, opacity 0.6s ease-out;
  opacity: 0.9;
  background-color: #79a12e;
}
.footer .back-to-top:hover::before {
  transform: scale(3);
  transition: all 0.4s ease-out;
  opacity: 0.06;
}
.footer .ask-us-wrapper {
  display: block;
  text-align: center;
}
.footer .ask-us-wrapper .ask-us {
  margin: 2rem auto 3rem !important;
  border-radius: 4px;
}
.footer .gm-icon, .footer .envelope-icon, .footer .phone-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  fill: #9a9a9a;
}
.footer .gm-icon {
  width: 22px;
  height: 21px;
  margin-top: -3px;
}
.footer .envelope-icon {
  width: 15px;
  height: 13px;
}
.footer .phone-icon {
  width: 9px;
  height: 15px;
  margin-top: -3px;
}

body.open .footer {
  filter: blur(20px) grayscale(0.8);
  transform-origin: center center;
  transition: filter 0.5s ease-out, transform 2s ease-out;
}

.covid19,
.covid19-mobile {
  display: none;
}

/*# sourceMappingURL=main.css.map*/