/*
Theme Name: Devigner Agency Portfolio
Theme URI: http://localhost:8888/wp-devigner/
Author: Yarden Schreiber
Author URI: https://yardenschreiber.com/
Description: Devigner Agency Website
Version: 1.0
Text Domain: devigner
*/
/*** Reset CSS ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
}

ol, ul {
  list-style: none;
}

/* tables still need ' cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

button, input {
  font-family: inherit;
  border: 0;
}

input {
  padding: 0;
}

a:hover, button:hover {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

/*** UI Functions ***/
/*** UI Functions ***/
body, .mega-footer .contact-section .copy-email-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
@function ui-color($color-name, $color-theme: light){
  $color-theme: map_get($ui-colors, $color-theme);
  $color: map_get($color-theme, $color-name);

  @return $color;
}
*/
.d-block {
  display: block;
}

@media (min-width: 680px) {
  .md\:d-block {
    display: block;
  }
}

@media (min-width: 1200px) {
  .lg\:d-block {
    display: block;
  }
}

.d-inline-block {
  display: inline-block;
}

@media (min-width: 680px) {
  .md\:d-inline-block {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .lg\:d-inline-block {
    display: inline-block;
  }
}

.d-flex {
  display: flex;
}

@media (min-width: 680px) {
  .md\:d-flex {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .lg\:d-flex {
    display: flex;
  }
}

.d-none {
  display: none;
}

@media (min-width: 680px) {
  .md\:d-none {
    display: none;
  }
}

@media (min-width: 1200px) {
  .lg\:d-none {
    display: none;
  }
}

.container {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 680px) {
  .md\:container {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 680px) and (min-width: null) {
  .md\:container {
    max-width: 578px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 680px) {
  .md\:container-fluid {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .lg\:container {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) and (min-width: null) {
  .lg\:container {
    max-width: 1168px;
  }
}

@media (min-width: 1200px) {
  .lg\:container-fluid {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

[class*='col'] {
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
}

.col {
  flex: 1 1 0;
  max-width: 100%;
}

@media (min-width: 680px) {
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-hug {
  flex: 0 0 auto;
  width: auto;
}

@media (min-width: 680px) {
  .md\:col {
    flex: 1 1 0;
    max-width: 100%;
  }
}

@media (min-width: 680px) and (min-width: 680px) {
  .md\:col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md\:col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md\:col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md\:col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md\:col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .md\:col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md\:col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md\:col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md\:col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .md\:col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md\:col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .md\:col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 680px) and (min-width: 1200px) {
  .md\:col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md\:col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md\:col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md\:col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md\:col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .md\:col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md\:col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md\:col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md\:col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .md\:col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md\:col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .md\:col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 680px) {
  .md\:col-hug {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .lg\:col {
    flex: 1 1 0;
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (min-width: 680px) {
  .lg\:col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg\:col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg\:col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg\:col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg\:col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg\:col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg\:col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg\:col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg\:col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lg\:col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg\:col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg\:col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .lg\:col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg\:col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg\:col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg\:col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg\:col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg\:col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg\:col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg\:col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg\:col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lg\:col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg\:col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg\:col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .lg\:col-hug {
    flex: 0 0 auto;
    width: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.offset-12 {
  margin-left: 100%;
}

.offset-auto {
  margin-left: auto;
}

@media (min-width: 680px) {
  .md\:offset-1 {
    margin-left: 8.3333333333%;
  }
  .md\:offset-2 {
    margin-left: 16.6666666667%;
  }
  .md\:offset-3 {
    margin-left: 25%;
  }
  .md\:offset-4 {
    margin-left: 33.3333333333%;
  }
  .md\:offset-5 {
    margin-left: 41.6666666667%;
  }
  .md\:offset-6 {
    margin-left: 50%;
  }
  .md\:offset-7 {
    margin-left: 58.3333333333%;
  }
  .md\:offset-8 {
    margin-left: 66.6666666667%;
  }
  .md\:offset-9 {
    margin-left: 75%;
  }
  .md\:offset-10 {
    margin-left: 83.3333333333%;
  }
  .md\:offset-11 {
    margin-left: 91.6666666667%;
  }
  .md\:offset-12 {
    margin-left: 100%;
  }
  .md\:offset-auto {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .lg\:offset-1 {
    margin-left: 8.3333333333%;
  }
  .lg\:offset-2 {
    margin-left: 16.6666666667%;
  }
  .lg\:offset-3 {
    margin-left: 25%;
  }
  .lg\:offset-4 {
    margin-left: 33.3333333333%;
  }
  .lg\:offset-5 {
    margin-left: 41.6666666667%;
  }
  .lg\:offset-6 {
    margin-left: 50%;
  }
  .lg\:offset-7 {
    margin-left: 58.3333333333%;
  }
  .lg\:offset-8 {
    margin-left: 66.6666666667%;
  }
  .lg\:offset-9 {
    margin-left: 75%;
  }
  .lg\:offset-10 {
    margin-left: 83.3333333333%;
  }
  .lg\:offset-11 {
    margin-left: 91.6666666667%;
  }
  .lg\:offset-12 {
    margin-left: 100%;
  }
  .lg\:offset-auto {
    margin-left: auto;
  }
}

.w-10 {
  width: 10%;
}

@media (min-width: 680px) {
  .md\:w-10 {
    width: 10%;
  }
}

@media (min-width: 1200px) {
  .lg\:w-10 {
    width: 10%;
  }
}

.h-10 {
  height: 10%;
}

@media (min-width: 680px) {
  .md\:h-10 {
    height: 10%;
  }
}

@media (min-width: 1200px) {
  .lg\:h-10 {
    height: 10%;
  }
}

.w-20 {
  width: 20%;
}

@media (min-width: 680px) {
  .md\:w-20 {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .lg\:w-20 {
    width: 20%;
  }
}

.h-20 {
  height: 20%;
}

@media (min-width: 680px) {
  .md\:h-20 {
    height: 20%;
  }
}

@media (min-width: 1200px) {
  .lg\:h-20 {
    height: 20%;
  }
}

.w-30 {
  width: 30%;
}

@media (min-width: 680px) {
  .md\:w-30 {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .lg\:w-30 {
    width: 30%;
  }
}

.h-30 {
  height: 30%;
}

@media (min-width: 680px) {
  .md\:h-30 {
    height: 30%;
  }
}

@media (min-width: 1200px) {
  .lg\:h-30 {
    height: 30%;
  }
}

.w-40 {
  width: 40%;
}

@media (min-width: 680px) {
  .md\:w-40 {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .lg\:w-40 {
    width: 40%;
  }
}

.h-40 {
  height: 40%;
}

@media (min-width: 680px) {
  .md\:h-40 {
    height: 40%;
  }
}

@media (min-width: 1200px) {
  .lg\:h-40 {
    height: 40%;
  }
}

.w-50 {
  width: 50%;
}

@media (min-width: 680px) {
  .md\:w-50 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .lg\:w-50 {
    width: 50%;
  }
}

.h-50 {
  height: 50%;
}

@media (min-width: 680px) {
  .md\:h-50 {
    height: 50%;
  }
}

@media (min-width: 1200px) {
  .lg\:h-50 {
    height: 50%;
  }
}

.w-60 {
  width: 60%;
}

@media (min-width: 680px) {
  .md\:w-60 {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .lg\:w-60 {
    width: 60%;
  }
}

.h-60 {
  height: 60%;
}

@media (min-width: 680px) {
  .md\:h-60 {
    height: 60%;
  }
}

@media (min-width: 1200px) {
  .lg\:h-60 {
    height: 60%;
  }
}

.w-70 {
  width: 70%;
}

@media (min-width: 680px) {
  .md\:w-70 {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .lg\:w-70 {
    width: 70%;
  }
}

.h-70 {
  height: 70%;
}

@media (min-width: 680px) {
  .md\:h-70 {
    height: 70%;
  }
}

@media (min-width: 1200px) {
  .lg\:h-70 {
    height: 70%;
  }
}

.w-80 {
  width: 80%;
}

@media (min-width: 680px) {
  .md\:w-80 {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .lg\:w-80 {
    width: 80%;
  }
}

.h-80 {
  height: 80%;
}

@media (min-width: 680px) {
  .md\:h-80 {
    height: 80%;
  }
}

@media (min-width: 1200px) {
  .lg\:h-80 {
    height: 80%;
  }
}

.w-90 {
  width: 90%;
}

@media (min-width: 680px) {
  .md\:w-90 {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .lg\:w-90 {
    width: 90%;
  }
}

.h-90 {
  height: 90%;
}

@media (min-width: 680px) {
  .md\:h-90 {
    height: 90%;
  }
}

@media (min-width: 1200px) {
  .lg\:h-90 {
    height: 90%;
  }
}

.w-100 {
  width: 100%;
}

@media (min-width: 680px) {
  .md\:w-100 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .lg\:w-100 {
    width: 100%;
  }
}

.h-100 {
  height: 100%;
}

@media (min-width: 680px) {
  .md\:h-100 {
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .lg\:h-100 {
    height: 100%;
  }
}

.w-screen {
  width: 100vw;
}

.h-screen {
  height: 100vh;
}

.base {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: "silka", sans-serif;
  letter-spacing: -0.1px;
}

@media (min-width: 680px) {
  .md\:base {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "silka", sans-serif;
    letter-spacing: -0.1px;
  }
}

@media (min-width: 1200px) {
  .lg\:base {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "silka", sans-serif;
    letter-spacing: -0.1px;
  }
}

.base-xs {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-family: "silka", sans-serif;
  letter-spacing: -0.1px;
}

.base-sm {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  font-family: "silka", sans-serif;
  letter-spacing: -0.1px;
}

.base-md {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: "silka", sans-serif;
  letter-spacing: -0.1px;
}

.base-lg {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  font-family: "silka", sans-serif;
  letter-spacing: -0.1px;
}

.base-xl {
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  font-family: "silka", sans-serif;
  letter-spacing: -0.1px;
}

.base-xxl {
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  font-family: "silka", sans-serif;
  letter-spacing: -0.1px;
}

@media (min-width: 680px) {
  .md\:base-xs {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "silka", sans-serif;
    letter-spacing: -0.1px;
  }
}

@media (min-width: 1200px) {
  .lg\:base-xs {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "silka", sans-serif;
    letter-spacing: -0.1px;
  }
}

@media (min-width: 680px) {
  .md\:base-sm {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "silka", sans-serif;
    letter-spacing: -0.1px;
  }
}

@media (min-width: 1200px) {
  .lg\:base-sm {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "silka", sans-serif;
    letter-spacing: -0.1px;
  }
}

@media (min-width: 680px) {
  .md\:base-md {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "silka", sans-serif;
    letter-spacing: -0.1px;
  }
}

@media (min-width: 1200px) {
  .lg\:base-md {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "silka", sans-serif;
    letter-spacing: -0.1px;
  }
}

@media (min-width: 680px) {
  .md\:base-lg {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "silka", sans-serif;
    letter-spacing: -0.1px;
  }
}

@media (min-width: 1200px) {
  .lg\:base-lg {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "silka", sans-serif;
    letter-spacing: -0.1px;
  }
}

@media (min-width: 680px) {
  .md\:base-xl {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "silka", sans-serif;
    letter-spacing: -0.1px;
  }
}

@media (min-width: 1200px) {
  .lg\:base-xl {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "silka", sans-serif;
    letter-spacing: -0.1px;
  }
}

@media (min-width: 680px) {
  .md\:base-xxl {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "silka", sans-serif;
    letter-spacing: -0.1px;
  }
}

@media (min-width: 1200px) {
  .lg\:base-xxl {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "silka", sans-serif;
    letter-spacing: -0.1px;
  }
}

.heading-xxs {
  font: 500 18px/114% "silka", sans-serif;
}

.heading-xs {
  font: 500 30px/114% "silka", sans-serif;
}

.heading-sm {
  font: 700 48px/114% "silka", sans-serif;
}

.heading-md {
  font: 700 64px/114% "silka", sans-serif;
}

.heading-lg {
  font: 700 84px/114% "silka", sans-serif;
}

@media (min-width: 680px) {
  .md\:heading-xxs {
    font: 500 18px/114% "silka", sans-serif;
  }
}

@media (min-width: 1200px) {
  .lg\:heading-xxs {
    font: 500 18px/114% "silka", sans-serif;
  }
}

@media (min-width: 680px) {
  .md\:heading-xs {
    font: 500 30px/114% "silka", sans-serif;
  }
}

@media (min-width: 1200px) {
  .lg\:heading-xs {
    font: 500 30px/114% "silka", sans-serif;
  }
}

@media (min-width: 680px) {
  .md\:heading-sm {
    font: 700 48px/114% "silka", sans-serif;
  }
}

@media (min-width: 1200px) {
  .lg\:heading-sm {
    font: 700 48px/114% "silka", sans-serif;
  }
}

@media (min-width: 680px) {
  .md\:heading-md {
    font: 700 64px/114% "silka", sans-serif;
  }
}

@media (min-width: 1200px) {
  .lg\:heading-md {
    font: 700 64px/114% "silka", sans-serif;
  }
}

@media (min-width: 680px) {
  .md\:heading-lg {
    font: 700 84px/114% "silka", sans-serif;
  }
}

@media (min-width: 1200px) {
  .lg\:heading-lg {
    font: 700 84px/114% "silka", sans-serif;
  }
}

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

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

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

@media (min-width: 680px) {
  .md\:text-center {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .lg\:text-center {
    text-align: center;
  }
}

@media (min-width: 680px) {
  .md\:text-left {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .lg\:text-left {
    text-align: left;
  }
}

@media (min-width: 680px) {
  .md\:text-right {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .lg\:text-right {
    text-align: right;
  }
}

.justify-left {
  justify-content: left;
}

.justify-right {
  justify-content: right;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-stretch {
  justify-content: stretch;
}

@media (min-width: 680px) {
  .md\:justify-left {
    justify-content: left;
  }
}

@media (min-width: 1200px) {
  .lg\:justify-left {
    justify-content: left;
  }
}

@media (min-width: 680px) {
  .md\:justify-right {
    justify-content: right;
  }
}

@media (min-width: 1200px) {
  .lg\:justify-right {
    justify-content: right;
  }
}

@media (min-width: 680px) {
  .md\:justify-center {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .lg\:justify-center {
    justify-content: center;
  }
}

@media (min-width: 680px) {
  .md\:justify-start {
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .lg\:justify-start {
    justify-content: flex-start;
  }
}

@media (min-width: 680px) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .lg\:justify-end {
    justify-content: flex-end;
  }
}

@media (min-width: 680px) {
  .md\:justify-between {
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .lg\:justify-between {
    justify-content: space-between;
  }
}

@media (min-width: 680px) {
  .md\:justify-around {
    justify-content: space-around;
  }
}

@media (min-width: 1200px) {
  .lg\:justify-around {
    justify-content: space-around;
  }
}

@media (min-width: 680px) {
  .md\:justify-evenly {
    justify-content: space-evenly;
  }
}

@media (min-width: 1200px) {
  .lg\:justify-evenly {
    justify-content: space-evenly;
  }
}

@media (min-width: 680px) {
  .md\:justify-stretch {
    justify-content: stretch;
  }
}

@media (min-width: 1200px) {
  .lg\:justify-stretch {
    justify-content: stretch;
  }
}

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

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-stretch {
  align-items: stretch;
}

@media (min-width: 680px) {
  .md\:items-left {
    align-items: left;
  }
}

@media (min-width: 1200px) {
  .lg\:items-left {
    align-items: left;
  }
}

@media (min-width: 680px) {
  .md\:items-right {
    align-items: right;
  }
}

@media (min-width: 1200px) {
  .lg\:items-right {
    align-items: right;
  }
}

@media (min-width: 680px) {
  .md\:items-center {
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .lg\:items-center {
    align-items: center;
  }
}

@media (min-width: 680px) {
  .md\:items-start {
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .lg\:items-start {
    align-items: flex-start;
  }
}

@media (min-width: 680px) {
  .md\:items-end {
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .lg\:items-end {
    align-items: flex-end;
  }
}

@media (min-width: 680px) {
  .md\:items-stretch {
    align-items: stretch;
  }
}

@media (min-width: 1200px) {
  .lg\:items-stretch {
    align-items: stretch;
  }
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

@media (min-width: 680px) {
  .md\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .lg\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 680px) {
  .md\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .lg\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 680px) {
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 680px) {
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1200px) {
  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}

.m-10 {
  margin: 10%;
}

.m-t-10 {
  margin-top: 10%;
}

.m-b-10 {
  margin-bottom: 10%;
}

.m-l-10 {
  margin-left: 10%;
}

.m-r-10 {
  margin-right: 10%;
}

.m-x-10 {
  margin-left: 10%;
  margin-right: 10%;
}

.m-y-10 {
  margin-top: 10%;
  margin-bottom: 10%;
}

.m-20 {
  margin: 20%;
}

.m-t-20 {
  margin-top: 20%;
}

.m-b-20 {
  margin-bottom: 20%;
}

.m-l-20 {
  margin-left: 20%;
}

.m-r-20 {
  margin-right: 20%;
}

.m-x-20 {
  margin-left: 20%;
  margin-right: 20%;
}

.m-y-20 {
  margin-top: 20%;
  margin-bottom: 20%;
}

.m-30 {
  margin: 30%;
}

.m-t-30 {
  margin-top: 30%;
}

.m-b-30 {
  margin-bottom: 30%;
}

.m-l-30 {
  margin-left: 30%;
}

.m-r-30 {
  margin-right: 30%;
}

.m-x-30 {
  margin-left: 30%;
  margin-right: 30%;
}

.m-y-30 {
  margin-top: 30%;
  margin-bottom: 30%;
}

.m-40 {
  margin: 40%;
}

.m-t-40 {
  margin-top: 40%;
}

.m-b-40 {
  margin-bottom: 40%;
}

.m-l-40 {
  margin-left: 40%;
}

.m-r-40 {
  margin-right: 40%;
}

.m-x-40 {
  margin-left: 40%;
  margin-right: 40%;
}

.m-y-40 {
  margin-top: 40%;
  margin-bottom: 40%;
}

.m-50 {
  margin: 50%;
}

.m-t-50 {
  margin-top: 50%;
}

.m-b-50 {
  margin-bottom: 50%;
}

.m-l-50 {
  margin-left: 50%;
}

.m-r-50 {
  margin-right: 50%;
}

.m-x-50 {
  margin-left: 50%;
  margin-right: 50%;
}

.m-y-50 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.m-60 {
  margin: 60%;
}

.m-t-60 {
  margin-top: 60%;
}

.m-b-60 {
  margin-bottom: 60%;
}

.m-l-60 {
  margin-left: 60%;
}

.m-r-60 {
  margin-right: 60%;
}

.m-x-60 {
  margin-left: 60%;
  margin-right: 60%;
}

.m-y-60 {
  margin-top: 60%;
  margin-bottom: 60%;
}

.m-70 {
  margin: 70%;
}

.m-t-70 {
  margin-top: 70%;
}

.m-b-70 {
  margin-bottom: 70%;
}

.m-l-70 {
  margin-left: 70%;
}

.m-r-70 {
  margin-right: 70%;
}

.m-x-70 {
  margin-left: 70%;
  margin-right: 70%;
}

.m-y-70 {
  margin-top: 70%;
  margin-bottom: 70%;
}

.m-80 {
  margin: 80%;
}

.m-t-80 {
  margin-top: 80%;
}

.m-b-80 {
  margin-bottom: 80%;
}

.m-l-80 {
  margin-left: 80%;
}

.m-r-80 {
  margin-right: 80%;
}

.m-x-80 {
  margin-left: 80%;
  margin-right: 80%;
}

.m-y-80 {
  margin-top: 80%;
  margin-bottom: 80%;
}

.m-90 {
  margin: 90%;
}

.m-t-90 {
  margin-top: 90%;
}

.m-b-90 {
  margin-bottom: 90%;
}

.m-l-90 {
  margin-left: 90%;
}

.m-r-90 {
  margin-right: 90%;
}

.m-x-90 {
  margin-left: 90%;
  margin-right: 90%;
}

.m-y-90 {
  margin-top: 90%;
  margin-bottom: 90%;
}

.m-100 {
  margin: 100%;
}

.m-t-100 {
  margin-top: 100%;
}

.m-b-100 {
  margin-bottom: 100%;
}

.m-l-100 {
  margin-left: 100%;
}

.m-r-100 {
  margin-right: 100%;
}

.m-x-100 {
  margin-left: 100%;
  margin-right: 100%;
}

.m-y-100 {
  margin-top: 100%;
  margin-bottom: 100%;
}

.m-none {
  margin: 0;
}

.m-t-none {
  margin-top: 0;
}

.m-b-none {
  margin-bottom: 0;
}

.m-l-none {
  margin-left: 0;
}

.m-r-none {
  margin-right: 0;
}

.m-x-none {
  margin-left: 0;
  margin-right: 0;
}

.m-y-none {
  margin-top: 0;
  margin-bottom: 0;
}

.m-auto {
  margin: auto;
}

.m-t-auto {
  margin-top: auto;
}

.m-b-auto {
  margin-bottom: auto;
}

.m-l-auto {
  margin-left: auto;
}

.m-r-auto {
  margin-right: auto;
}

.m-x-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.p-10 {
  padding: 10%;
}

.p-t-10 {
  padding-top: 10%;
}

.p-b-10 {
  padding-bottom: 10%;
}

.p-l-10 {
  padding-left: 10%;
}

.p-r-10 {
  padding-right: 10%;
}

.p-x-10 {
  padding-left: 10%;
  padding-right: 10%;
}

.p-y-10 {
  padding-top: 10%;
  padding-bottom: 10%;
}

.p-20 {
  padding: 20%;
}

.p-t-20 {
  padding-top: 20%;
}

.p-b-20 {
  padding-bottom: 20%;
}

.p-l-20 {
  padding-left: 20%;
}

.p-r-20 {
  padding-right: 20%;
}

.p-x-20 {
  padding-left: 20%;
  padding-right: 20%;
}

.p-y-20 {
  padding-top: 20%;
  padding-bottom: 20%;
}

.p-30 {
  padding: 30%;
}

.p-t-30 {
  padding-top: 30%;
}

.p-b-30 {
  padding-bottom: 30%;
}

.p-l-30 {
  padding-left: 30%;
}

.p-r-30 {
  padding-right: 30%;
}

.p-x-30 {
  padding-left: 30%;
  padding-right: 30%;
}

.p-y-30 {
  padding-top: 30%;
  padding-bottom: 30%;
}

.p-40 {
  padding: 40%;
}

.p-t-40 {
  padding-top: 40%;
}

.p-b-40 {
  padding-bottom: 40%;
}

.p-l-40 {
  padding-left: 40%;
}

.p-r-40 {
  padding-right: 40%;
}

.p-x-40 {
  padding-left: 40%;
  padding-right: 40%;
}

.p-y-40 {
  padding-top: 40%;
  padding-bottom: 40%;
}

.p-50 {
  padding: 50%;
}

.p-t-50 {
  padding-top: 50%;
}

.p-b-50 {
  padding-bottom: 50%;
}

.p-l-50 {
  padding-left: 50%;
}

.p-r-50 {
  padding-right: 50%;
}

.p-x-50 {
  padding-left: 50%;
  padding-right: 50%;
}

.p-y-50 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.p-60 {
  padding: 60%;
}

.p-t-60 {
  padding-top: 60%;
}

.p-b-60 {
  padding-bottom: 60%;
}

.p-l-60 {
  padding-left: 60%;
}

.p-r-60 {
  padding-right: 60%;
}

.p-x-60 {
  padding-left: 60%;
  padding-right: 60%;
}

.p-y-60 {
  padding-top: 60%;
  padding-bottom: 60%;
}

.p-70 {
  padding: 70%;
}

.p-t-70 {
  padding-top: 70%;
}

.p-b-70 {
  padding-bottom: 70%;
}

.p-l-70 {
  padding-left: 70%;
}

.p-r-70 {
  padding-right: 70%;
}

.p-x-70 {
  padding-left: 70%;
  padding-right: 70%;
}

.p-y-70 {
  padding-top: 70%;
  padding-bottom: 70%;
}

.p-80 {
  padding: 80%;
}

.p-t-80 {
  padding-top: 80%;
}

.p-b-80 {
  padding-bottom: 80%;
}

.p-l-80 {
  padding-left: 80%;
}

.p-r-80 {
  padding-right: 80%;
}

.p-x-80 {
  padding-left: 80%;
  padding-right: 80%;
}

.p-y-80 {
  padding-top: 80%;
  padding-bottom: 80%;
}

.p-90 {
  padding: 90%;
}

.p-t-90 {
  padding-top: 90%;
}

.p-b-90 {
  padding-bottom: 90%;
}

.p-l-90 {
  padding-left: 90%;
}

.p-r-90 {
  padding-right: 90%;
}

.p-x-90 {
  padding-left: 90%;
  padding-right: 90%;
}

.p-y-90 {
  padding-top: 90%;
  padding-bottom: 90%;
}

.p-100 {
  padding: 100%;
}

.p-t-100 {
  padding-top: 100%;
}

.p-b-100 {
  padding-bottom: 100%;
}

.p-l-100 {
  padding-left: 100%;
}

.p-r-100 {
  padding-right: 100%;
}

.p-x-100 {
  padding-left: 100%;
  padding-right: 100%;
}

.p-y-100 {
  padding-top: 100%;
  padding-bottom: 100%;
}

.p-none {
  padding: 0;
}

.p-t-none {
  padding-top: 0;
}

.p-b-none {
  padding-bottom: 0;
}

.p-l-none {
  padding-left: 0;
}

.p-r-none {
  padding-right: 0;
}

.p-x-none {
  padding-left: 0;
  padding-right: 0;
}

.p-y-none {
  padding-top: 0;
  padding-bottom: 0;
}

.hide {
  display: none;
}

.hide-visually {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*** Reset CSS ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
}

ol, ul {
  list-style: none;
}

/* tables still need ' cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

button, input {
  font-family: inherit;
  border: 0;
}

input {
  padding: 0;
}

a:hover, button:hover {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

a[href='#'] {
  pointer-events: none;
}

@font-face {
  font-family: "silka";
  src: url("./fonts/silka-light-webfont.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "silka";
  src: url("./fonts/silka-regular-webfont.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "silka";
  src: url("./fonts/silka-medium-webfont.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "silka";
  src: url("./fonts/silka-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "silka";
  src: url("./fonts/silka-bold-webfont.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "silka";
  src: url("./fonts/silka-extrabold-webfont.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "silka";
  src: url("./fonts/silka-black-webfont.ttf") format("truetype");
  font-weight: 900;
}

.navbar {
  z-index: 100;
}

.mega-menu {
  z-index: 99;
}

.main, .mega-footer {
  z-index: 98;
}
footer .footer-main navigation > ul{
	display:flex;
	gap: 32px;
}

footer .footer-main navigation li.widget-nav-menu:not(:first-child){
	display:none;
}
footer .footer-main navigation > ul > li > h2{
	display: none;
}
footer .footer-main navigation > ul > li > .menu-main-menu-container > ul > li{
	display: inline-block;
}

/*** Base stylesheet  ***/
body {
  scrollbar-color: auto;
}

#page {
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  overflow: hidden;
  transition: background-color 0.3s;
  background-color: white;
  color: #0C0C0C;
}

#page.dark {
  background-color: #121212;
  color: white;
}

.logo-box img.logo {
  position: relative;
  width: 24px;
  aspect-ratio: 1/1;
  height: auto;
  left: -2px;
  transition-property: filter;
  transition-duration: 0.3s;
}

.dark .logo-box img.logo {
  filter: invert(1);
}

main {
  position: relative;
}

p, li {
  transition-property: color;
  transition-duration: 0.3s;
  color: #606060;
}

.dark p, .dark li {
  color: #9C9C9C;
}

.h1, .h2 {
  transition-property: color;
  transition-duration: 0.3s;
  color: #0C0C0C;
}

.dark .h1, .dark .h2 {
  color: white;
}

.h1 > *, .h2 > * {
  color: inherit;
}

.tagline, .mega-menu .social-menu ul li a {
  transition-property: color;
  transition-duration: 0.3s;
  color: #606060;
}

.dark .tagline, .dark .mega-menu .social-menu ul li a, .mega-menu .social-menu ul li .dark a {
  color: #9C9C9C;
}

body {
  font: 400 18px/28px "silka", sans-serif;
  letter-spacing: -0.1px;
}

p, li {
  font: 400 18px/28px "silka", sans-serif;
}

.h1, .h2, .h3 {
  display: block;
  letter-spacing: -0.03em;
}

.h1 {
  font: 700 48px/114% "silka", sans-serif;
}

.h2 {
  font: 700 48px/114% "silka", sans-serif;
}

.tagline, .mega-menu .social-menu ul li a {
  font: 400 15px/24px "silka", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (min-width: 680px) {
  .h1 {
    font-size: 72px;
  }
  .h2 {
    font: 700 64px/114% "silka", sans-serif;
  }
  .h3 {
    font: 700 48px/114% "silka", sans-serif;
  }
}

@media (min-width: 1200px) {
  .h1 {
    font: 700 84px/114% "silka", sans-serif;
  }
}

.section {
  /*  .container{
    display: flex;
    width:100%;
    align-items: center;
  }*/
}

/*
.container{
  width:100%;
  margin:auto;
  padding-left: 24px;
  padding-right: 24px;
}
*/
/*

.text-box{
  .heading-box{
    margin-bottom:24px;

    h1, h2, h3, h4, h5, h6{
      padding-bottom:20px;
    }
  }
}
*/
a.link {
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  color: #606060;
}

a.link:after {
  background-color: currentColor;
}

a.link:hover, .mega-menu .social-menu ul li a:hover {
  color: #0C0C0C;
}

.dark a.link {
  color: #9C9C9C;
}

.dark a.link:after {
  background-color: currentColor;
}

.dark a.link:hover, .dark .mega-menu .social-menu ul li a:hover, .mega-menu .social-menu ul li .dark a:hover {
  color: white;
}

a.link:hover, .mega-menu .social-menu ul li a:hover {
  cursor: pointer;
}

a.link.line-effect, .mega-menu .social-menu ul li a.link, .mega-footer .footer .footer-main .navigation .menu-box .menu li a.link {
  display: inline-block;
}

a.link.line-effect:after, .mega-menu .social-menu ul li a.link:after, .mega-footer .footer .footer-main .navigation .menu-box .menu li a.link:after {
  content: '';
  position: absolute;
  height: 1px;
  top: 100%;
  left: 0;
  width: 100%;
  scale: 0 1;
  transform-origin: right;
  transition: scale 0.3s;
}

a.link.line-effect:hover, .mega-menu .social-menu ul li a:hover, .mega-menu .social-menu ul .mega-footer .footer .footer-main .navigation .menu-box .menu li a:hover, .mega-footer .footer .footer-main .navigation .menu-box .menu .mega-menu .social-menu ul li a:hover, .mega-footer .footer .footer-main .navigation .menu-box .menu li a.link:hover {
  transition-duration: 0.3s;
}

a.link.line-effect:hover:after, .mega-menu .social-menu ul li a:hover:after, .mega-menu .social-menu ul .mega-footer .footer .footer-main .navigation .menu-box .menu li a:hover:after, .mega-footer .footer .footer-main .navigation .menu-box .menu .mega-menu .social-menu ul li a:hover:after, .mega-footer .footer .footer-main .navigation .menu-box .menu li a.link:hover:after {
  transform-origin: left;
  scale: 1;
}

a.link.disable {
  opacity: 0.68;
  cursor: not-allowed;
}

a.link.disable:after {
  display: none;
}

a.link.disable:hover, .mega-menu .social-menu ul li a.disable:hover {
  color: unset;
}

.button {
  position: relative;
  display: inline-block;
  color: inherit;
  background-color: transparent;
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  overflow: hidden;
  width: 100%;
  transition-property: color, box-shadow;
  transition-duration: 0.3s;
  color: #0C0C0C;
  box-shadow: inset 0 0 0px 1px rgba(12, 12, 12, 0.2);
}

.button:before {
  background-color: #0C0C0C;
}

.button:hover {
  color: white;
}

.dark .button {
  color: white;
  box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.2);
}

.dark .button:before {
  background-color: white;
}

.dark .button:hover {
  color: #121212;
}

.button span {
  position: relative;
  z-index: 1;
}

.button:before {
  content: '';
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 124%;
  left: 0;
  top: 0;
  transform-origin: left;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

.button:hover {
  cursor: pointer;
}

.button:hover:before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
  transform: translate3d(-10%, 0, 0) skew(-28deg);
}

.button.disable {
  cursor: default;
}

.button.disable:before {
  display: none;
}

@media (min-width: 680px) {
  .button {
    width: fit-content;
  }
}

@use '../layout/mega-menu' as c;
.burger-button {
  display: flex;
  height: 52px;
  width: 52px;
  justify-content: center;
  align-items: center;
}

.burger-icon {
  position: relative;
  width: 24px;
  height: 2px;
}

.burger-icon:after, .burger-icon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: none;
  transform-origin: 50%;
}

.burger-icon:before {
  top: 0;
}

.burger-icon:after {
  bottom: 0;
}

.burger-button .burger-icon:before {
  rotate: 225deg;
}

.burger-button .burger-icon:after {
  rotate: -225deg;
}

.burger-button:not(.active) .burger-icon:after, .burger-button:not(.active) .burger-icon:before {
  rotate: 0deg;
}

.burger-button:not(.active) .burger-icon:after {
  translate: 0 4px;
}

.burger-button:not(.active) .burger-icon:before {
  translate: 0 -4px;
}

.burger-button:hover {
  cursor: pointer;
}

.burger-button:hover .burger-icon {
  cursor: inherit;
}

.scroll-indicator {
  cursor: pointer;
  width: fit-content;
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 20px;
  flex-direction: row-reverse;
}

@media (max-width: 679px) {
  .scroll-indicator {
    margin-bottom: 84px;
  }
}

.scroll-indicator.fade-out {
  pointer-events: none;
}

.scroll-indicator.fade-out .indicator-text {
  opacity: 0;
}

.scroll-indicator.fade-out .indicator-wrapper {
  opacity: 0;
}

.scroll-indicator .indicator-text, .scroll-indicator .indicator-wrapper {
  transition: opacity 0.75s;
}

.scroll-indicator .indicator-text {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  font: 400 12px/16px "silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 12px;
  transition-property: color, opacity;
  transition-duration: 0.3s;
  color: #0C0C0C;
}

.dark .scroll-indicator .indicator-text {
  color: white;
}

.scroll-indicator .indicator-wrapper {
  height: 48px;
  overflow: hidden;
  left: 0;
  right: 0;
  transition: background-color, opacity;
  transition-duration: 0.4s;
  background-color: rgba(12, 12, 12, 0.2);
}

.scroll-indicator .indicator-wrapper .indicator {
  margin: auto;
  width: 1.5px;
  border-radius: 10px;
  height: 100%;
  animation: scaleY 2.2s infinite;
  transform-origin: top;
  transition-property: background-color;
  transition-duration: 0.3s;
  background-color: #0C0C0C;
}

.dark .scroll-indicator .indicator-wrapper .indicator {
  background-color: white;
}

.scroll-indicator:hover {
  cursor: pointer;
}

.scroll-indicator:hover .indicator-wrapper {
  background-color: #0C0C0C;
}

@keyframes scaleY {
  0% {
    translate: 0 -100%;
  }
  40% {
    translate: 0 0%;
  }
  45% {
    translate: 0 0%;
  }
  90% {
    translate: 0 100%;
  }
  100% {
    translate: 0 100%;
  }
}

.social-link {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  transition-property: border-color, background-color;
  transition-duration: 0.3s;
  background-color: transparent;
  border-color: rgba(12, 12, 12, 0.2);
}

.social-link:hover {
  background-color: #0C0C0C;
  border-color: #0C0C0C;
}

.dark .social-link {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.dark .social-link:hover {
  background-color: white;
  border-color: white;
}

.social-link .icon {
  position: relative;
  z-index: 1;
  transition: filter 0.3s;
}

.dark .social-link .icon {
  filter: invert(1);
}

.social-link:hover .icon {
  filter: invert(1);
}

.dark .social-link:hover .icon {
  filter: invert(0);
}

.navbar {
  position: fixed;
  display: flex;
  width: 100%;
  top: 0;
  left: 0;
  height: fit-content;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.8, 1);
}

#page:not(.top) .navbar.hide {
  transform: translateY(-100%);
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: fit-content;
}

.navbar .logo-box, .navbar .button-box {
  padding: 20px;
  height: fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}

.navbar .logo-box .logo {
  width: 18px;
  height: 18px;
}

.navbar .button-box .menu-button {
  height: 16px;
  width: fit-content;
  position: relative;
  display: flex;
  box-sizing: content-box;
  align-items: center;
  justify-content: center;
}

.menu-icon:after, .menu-icon:before {
  transition-property: all;
  transition-duration: 0.3s;
  background-color: #0C0C0C;
}

.dark .menu-icon:after, .dark .menu-icon:before {
  background-color: white;
}

@media (min-width: 680px) {
  .navbar {
    height: 8.3333333333%;
    pointer-events: none;
  }
  .navbar.hide {
    transform: none;
  }
  .navbar .container {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .logo-box, .navbar .button-box {
    pointer-events: auto;
  }
  .navbar .logo-box a.logo-link {
    display: flex;
  }
  .navbar .logo-box .logo {
    width: 16px;
    height: 16px;
  }
  .navbar .button-box .menu-button {
    width: 52px;
    cursor: pointer;
  }
  .navbar .button-box .menu-button:before {
    content: '';
    opacity: 0;
    position: absolute;
    height: 52px;
    width: 52px;
    background-color: #0C0C0C;
    top: auto;
    left: auto;
    transform: scale(0);
    border-radius: 900px;
    transform-origin: center;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
  }
  .navbar .button-box .menu-button:hover:before {
    scale: 1;
  }
  .navbar .button-box .menu-button.active .menu-icon:before, .navbar .button-box .menu-button.active .menu-icon:after {
    scale: 1;
  }
  .navbar .button-box .menu-button.active:hover .menu-icon:before, .navbar .button-box .menu-button.active:hover .menu-icon:after {
    translate: 0;
  }
}

@media (min-width: 1200px) {
  .navbar .logo-box .logo {
    width: 20px;
    height: 20px;
  }
  .navbar .button-box .menu-button:hover .menu-icon:before, .navbar .button-box .menu-button:hover .menu-icon:after {
    background-color: white;
    scale: 1.2 1;
  }
  .navbar .button-box .menu-button:hover .menu-icon:before {
    translate: 0 -5px;
  }
  .navbar .button-box .menu-button:hover .menu-icon:after {
    translate: 0 5px;
  }
  .navbar .button-box .menu-button:hover:before {
    opacity: 1;
    transform: scale(1);
  }
}

/*** UI Functions ***/
/*** UI Functions ***/
body, .mega-footer .contact-section .copy-email-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mega-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mega-menu .menu-content {
  opacity: 1;
}

.mega-menu .content-col {
  min-height: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mega-menu .fade-item {
  opacity: 0;
  transform: translateY(100px);
  transform-origin: right bottom;
}

.mega-menu .bg-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.mega-menu .bg-layer .skew-shape {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform-origin: top;
}

.mega-menu .row {
  padding: 0 20px;
}

.mega-menu .main-menu li {
  display: block;
  padding-top: 32px;
}

.mega-menu .main-menu li:nth-child(1) a:before {
  content: "01.";
}

.mega-menu .main-menu li:nth-child(2) a:before {
  content: "02.";
}

.mega-menu .main-menu li:nth-child(3) a:before {
  content: "03.";
}

.mega-menu .main-menu li a {
  font: 400 24px/36px "silka", sans-serif;
  letter-spacing: -0.02em;
  position: relative;
}

.mega-menu .main-menu li a:before {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: -26px;
  line-height: 1.6;
}

.mega-menu .main-menu li a.current, .mega-menu .main-menu li a[aria-current="page"] {
  color: #fff;
}

.mega-menu .social-menu {
  padding-top: 60px;
  padding-bottom: 100px;
}

.mega-menu .social-menu ul {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  column-gap: 32px;
}

.mega-menu .social-menu ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #9C9C9C;
}

.mega-menu .social-menu ul li a:hover {
  color: #fff;
}

.mega-menu .contact {
  position: absolute;
  bottom: 0;
  padding: 52px 0;
}

.mega-menu .contact span {
  display: block;
  font: 400 15px/24px "silka", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #9C9C9C;
}

.mega-menu .contact a {
  display: inline-block;
  position: relative;
  color: #fff;
  font: 400 24px/36px "silka", sans-serif;
  font-size: 20px;
  padding: 6px 0;
}

.mega-menu .contact a:before, .mega-menu .contact a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

.mega-menu .contact a:before {
  background-color: gray;
}

.mega-menu .contact a:after {
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
}

.mega-menu .contact a:hover:after {
  transform: scaleX(1);
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .navbar .logo-box img.logo {
  filter: brightness(0) invert(1);
}

body.menu-open .navbar .menu-button .menu-icon:before, body.menu-open .navbar .menu-button .menu-icon:after {
  background-color: #fff;
}

@media (min-width: 680px) {
  .mega-menu .row {
    padding: 0;
  }
  .mega-menu .main-menu li {
    padding-top: 42px;
  }
  .mega-menu .main-menu li a {
    font: 400 30px/42px "silka", sans-serif;
  }
  .mega-menu .social-menu {
    padding-bottom: 104px;
    padding-top: 104px;
  }
  .mega-menu .social-menu ul {
    flex-direction: row;
    justify-content: space-between;
  }
  .mega-menu .social-menu ul li a {
    font-weight: 600;
  }
  .mega-menu .contact {
    position: unset;
    padding: 0;
  }
  .mega-menu .contact span {
    font: 400 15px/24px "silka", sans-serif;
    padding-bottom: 8px;
  }
  .mega-menu .contact a {
    font: 400 24px/36px "silka", sans-serif;
    padding: 6px 0;
  }
}

@keyframes menuBgSkewShapeEntryEffect {
  0% {
    transform: translate(0px, 0) skew(0deg, 0);
    transform-origin: bottom;
  }
  50% {
    transform: translate(0px, 50%) skew(0deg, -8deg);
  }
  100% {
    transform: translate(0px, 100%) skew(0deg, 0);
  }
}

.mega-footer {
  display: flex;
  min-height: 100vh;
  height: fit-content;
  flex-direction: column;
}

.mega-footer .contact-section {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-basis: 100%;
  padding: 32px 0;
}

.mega-footer .contact-section .text-box {
  max-width: 100%;
}

.mega-footer .contact-section .copy-email-link {
  color: #000;
  transition: color 0.3s;
}

.mega-footer .contact-section .copy-email-link:before {
  color: #006EFF;
}

.mega-footer .contact-section .copy-email-link:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.dark .mega-footer .contact-section .copy-email-link {
  color: #fff;
  transition: color 0.3s;
}

.dark .mega-footer .contact-section .copy-email-link:before {
  color: gray;
}

.dark .mega-footer .contact-section .copy-email-link:after {
  background-color: #fff;
}

.mega-footer .contact-section .copy-email-link {
  display: block;
  width: fit-content;
  position: relative;
  line-height: 1.2;
  padding-top: 8px;
  font-size: 8.4vw;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.mega-footer .contact-section .copy-email-link:after, .mega-footer .contact-section .copy-email-link:before {
  width: 0;
  position: absolute;
  transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
  transform-origin: left;
}

.mega-footer .contact-section .copy-email-link:before {
  content: attr(data-email);
  letter-spacing: inherit;
  font-weight: inherit;
  top: auto;
  left: 0;
  bottom: auto;
  transition-property: width;
  transition-duration: 0.6s;
  overflow: hidden;
}

.mega-footer .contact-section .copy-email-link:after {
  content: '';
  height: 1px;
  top: calc(100% + 2px);
  left: 0;
  scale: 1;
  width: 0;
  transition: width 0.45s;
}

.mega-footer .contact-section .copy-email-link:hover:after, .mega-footer .contact-section .copy-email-link:hover:before {
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.mega-footer .contact-section .copy-email-link:hover:before {
  width: 100%;
}

.mega-footer .contact-section .copy-email-link:hover:after {
  width: 100%;
  transition-duration: 0.6s;
}

.mega-footer .contact-section .email-copy-success-msg {
  font-size: 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -15%;
  border-radius: 100px;
  padding: 3px 12px;
  display: inline-block;
  width: fit-content;
  opacity: 0;
  transition-property: background-color, color, opacity;
  transition-duration: 0.3s;
  color: white;
  background: #0C0C0C;
}

.dark .mega-footer .contact-section .email-copy-success-msg {
  color: #121212;
  background: white;
}

.mega-footer .contact-section .email-copy-success-msg .checkmark {
  width: 14px;
  height: 12px;
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  margin-right: 6px;
  scale: 0.9;
}

.mega-footer .contact-section .email-copy-success-msg .checkmark:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 4px;
  height: 12px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transform-origin: 100% 50%;
}

.mega-footer .contact-section .email-copy-success-msg.active {
  transition-duration: 1s;
  opacity: 1;
  animation-name: animJelly;
  animation-duration: 1s;
  animation-timing-function: linear;
}

.mega-footer .footer .footer-row {
  padding-top: 32px;
  padding-bottom: 32px;
}

.mega-footer .footer .footer-main {
  position: relative;
  padding-top: 52px;
  padding-bottom: 52px;
}

.mega-footer .footer .footer-main:before, .mega-footer .footer .footer-main:after {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  transition-property: background-color;
  transition-duration: 0.3s;
  background-color: rgba(12, 12, 12, 0.2);
}

.dark .mega-footer .footer .footer-main:before, .dark .mega-footer .footer .footer-main:after {
  background-color: rgba(255, 255, 255, 0.2);
}

.mega-footer .footer .footer-main:before {
  top: 0;
}

.mega-footer .footer .footer-main:after {
  bottom: 0;
}

.mega-footer .footer .footer-main .logo {
  width: 18px;
  height: 18px;
}

.mega-footer .footer .footer-main .navigation {
  flex-wrap: wrap;
}

.mega-footer .footer .footer-main .navigation .menu-box {
  padding-top: 52px;
}

.mega-footer .footer .footer-main .navigation .menu-box:last-child {
  flex: 100%;
}

.mega-footer .footer .footer-main .navigation .menu-box .menu-title {
  font-size: 14px;
  padding-bottom: 0.8em;
  transition-property: color;
  transition-duration: 0.3s;
  color: #0C0C0C;
}

.dark .mega-footer .footer .footer-main .navigation .menu-box .menu-title {
  color: white;
}

.mega-footer .footer .footer-main .navigation .menu-box .menu li a {
  white-space: nowrap;
  line-height: 20px;
  padding: 6px 0;
  margin: 6px 0;
  display: inline-block;
}

.mega-footer .footer .footer-main .navigation .menu-box:nth-child(2) .menu-title {
  position: relative;
}

.mega-footer .footer .footer-main .navigation .menu-box:nth-child(2) .menu-title:after {
  content: 'Soon';
  padding: 3px 6px;
  margin-left: 6px;
  border-radius: 30px;
  line-height: 1;
  width: fit-content;
  position: absolute;
  font-size: 9px;
  letter-spacing: 0;
  font-weight: 600;
  background-color: #006EFF;
  color: #fff;
  top: 4px;
}

.dark .mega-footer .footer .footer-main .navigation .menu-box:nth-child(2) .menu-title:after {
  background-color: #fff;
  color: #000;
}

.mega-footer .footer .footer-main .navigation .menu-box:nth-child(2) .menu li a {
  opacity: 0.68;
}

.mega-footer .footer .footer-main .navigation .menu-box:nth-child(2) .menu li a:after {
  display: none;
}

.mega-footer .footer .footer-main .navigation .menu-box:nth-child(2) .menu li a:hover {
  cursor: not-allowed;
  color: unset;
}

.mega-footer .footer .footer-sub .row {
  gap: 20px;
}

.mega-footer .footer .footer-sub .social-menu {
  gap: 20px;
}

.mega-footer .footer .footer-sub .copyright {
  font-size: 16px;
}

@media (min-width: 680px) {
  .mega-footer {
    height: 100vh;
  }
  .mega-footer .contact-section .copy-email-link {
    font-size: 64px;
  }
  .mega-footer .footer .footer-main .navigation .menu-box {
    padding-top: 0;
  }
  .mega-footer .footer .footer-main .navigation .menu-box:last-child {
    flex: 1 1 0;
  }
}

@media (min-width: 1200px) {
  .mega-footer {
    height: 100vh;
  }
  .mega-footer p, .mega-footer li {
    font-size: 16px;
  }
  .mega-footer .contact-section .copy-email-link {
    font-size: 78px;
  }
  .mega-footer .footer .footer-main:before, .mega-footer .footer .footer-main:after {
    left: 8.3333333333%;
    right: 8.3333333333%;
  }
}

@keyframes animJelly {
  0% {
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

form.form label {
  transition-property: color;
  transition-duration: 0.3s;
  color: #0C0C0C;
}

.dark form.form label {
  color: white;
}

form.form .field {
  display: block;
  height: 52px;
  width: 100%;
  padding: 0 18px;
  margin-bottom: 21px;
  border: 1px solid;
  font: 400 18px/28px "silka", sans-serif;
  transition-property: color, border-color, background-color;
  transition-duration: 0.3s;
  color: #0C0C0C;
  border-color: rgba(12, 12, 12, 0.2);
  background-color: white;
}

form.form .field:focus {
  border-color: #606060;
}

form.form .field.wpcf7-not-valid {
  border-color: red;
}

form.form .field[type="submit"] {
  color: #0C0C0C;
  background-color: white;
  border-color: currentColor;
}

form.form .field[type="submit"]:hover {
  color: white;
  background-color: #0C0C0C;
  border-color: #0C0C0C;
}

.dark form.form .field {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #121212;
}

.dark form.form .field:focus {
  border-color: #9C9C9C;
}

.dark form.form .field.wpcf7-not-valid {
  border-color: red;
}

.dark form.form .field[type="submit"] {
  color: white;
  background-color: #121212;
  border-color: currentColor;
}

.dark form.form .field[type="submit"]:hover {
  color: #121212;
  background-color: white;
  border-color: white;
}

form.form .field.placeholder {
  text-transform: initial;
  transition: opacity 0.3s;
}

form.form .field:-moz-placeholder {
  text-transform: initial;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

form.form .field::-moz-placeholder {
  text-transform: initial;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

form.form .field:-ms-input-placeholder {
  text-transform: initial;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

form.form .field::-webkit-input-placeholder {
  text-transform: initial;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

form.form .field:focus.placeholder {
  opacity: 0.4;
}

form.form .field:focus:-moz-placeholder {
  opacity: 0.4;
}

form.form .field:focus::-moz-placeholder {
  opacity: 0.4;
}

form.form .field:focus:-ms-input-placeholder {
  opacity: 0.4;
}

form.form .field:focus::-webkit-input-placeholder {
  opacity: 0.4;
}

form.form textarea.field {
  height: 144px;
  padding-top: 1rem;
  resize: vertical;
}

form.form [name="your-name"].field {
  text-transform: capitalize;
}

form.form [type="submit"].field {
  margin-top: 32px;
  margin-bottom: 0;
}

form.form .wpcf7-not-valid-tip {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-top: -18px;
  margin-bottom: 24px;
}

form.form .wpcf7-response-output {
  margin: 0;
}
