@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@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);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

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

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

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

* {
  outline: none !important;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #d3d7d9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
}

p {
  font-size: 1.063em;
  font-weight: 400;
  color: #7e7b8a;
  line-height: 1.65em;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 767px) {
  p br {
    display: none;
  }
}

.btn,
.menu,
.btnflip,
.btnflip-item {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  color: #ffffff;
}

h1 {
  font-size: 4.063em;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: -2.6px;
  color: #ffffff;
  margin-bottom: 0.3em;
}
@media (max-width: 1279px) {
  h1 {
    font-size: 3.5em;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  h1 {
    padding-right: 6em;
  }
  h1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 3em;
    margin-bottom: 0.7em;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 2.7em;
  }
}

h2 {
  text-align: center;
  font-size: 2.938em;
  line-height: 1em;
  letter-spacing: -1.88px;
  font-weight: 500;
  margin-bottom: 0.46em;
  position: relative;
  color: #160742;
}
@media (max-width: 1279px) {
  h2 {
    font-size: 2.5em;
    margin-bottom: 0.35em;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 2em;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  h2 br {
    display: none;
  }
}

h3 {
  color: #0a1426;
  font-size: 2em;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.68px;
  margin-top: 15px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.5em;
    margin-top: 13px;
    margin-bottom: 10px;
  }
}

h4 {
  font-size: 1.188em;
  letter-spacing: 0px;
  line-height: 1em;
  font-weight: 500;
  margin-top: 2.55em;
  text-align: center;
  color: #160742;
}
@media (max-width: 1279px) {
  h4 {
    margin-top: 2em;
  }
}
@media (max-width: 767px) {
  h4 {
    margin-top: 0.75em;
    margin-bottom: 1.7em;
  }
}

h5 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  text-transform: capitalize;
  color: #9293a3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.86em;
}
@media (max-width: 767px) {
  h5 {
    margin-bottom: 1.3em;
  }
}

ul {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  outline: none !important;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0;
}

.container-mouse {
  position: relative;
}
.scroll-mouse a {
  font-size: 2.4em;
  font-weight: 100;
  line-height: 1em;
  color: #eeeff7;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .scroll-mouse a {
    font-size: 2em;
  }
}
.scroll-mouse a:hover {
  color: #73c32f;
}

@keyframes moves {
  0% {
    top: 12.7em;
  }
  50% {
    top: 13.25em;
  }
}
@media (max-width: 1279px) {
  @keyframes moves {
    0% {
      top: 3.75em;
    }
    50% {
      top: 4.25em;
    }
  }
}
@media (max-width: 767px) {
  @keyframes moves {
    0% {
      top: 1.75em;
    }
    50% {
      top: 2.25em;
    }
  }
}
.scroll-mouse {
  position: absolute;
  left: 0.65em;
  top: 12.7em;
  z-index: 22;
}
@media (max-width: 1279px) {
  .scroll-mouse {
    top: 3.75em;
  }
}
@media (max-width: 767px) {
  .scroll-mouse {
    top: 1.75em;
  }
}

.scroll-mouse {
  display: inline-block;
  animation-name: moves;
  animation-duration: 0.7s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.anim1,
.anim2,
.anim3 {
  position: relative;
}

.anim1 {
  padding-top: 14px;
}
@media (max-width: 767px) {
  .anim1 {
    padding-top: 0;
  }
}
@media (max-width: 320px) {
  .anim1 {
    margin-right: -25px;
  }
}

.anim2 {
  text-align: left;
  font-family: "Ubuntu", sans-serif;
  color: #e4ebf0;
  font-size: 1.063em;
  letter-spacing: -0.34px;
  line-height: 1em;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .anim2 {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1em;
  }
}

.row-center {
  justify-content: space-around;
  margin-right: -5px;
  margin-left: -5px;
}
@media (max-width: 767px) {
  .row-center {
    margin-bottom: -3em;
  }
}

.visible-itm {
  z-index: 2;
}

@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1250px) {
  .container-full {
    max-width: 1772px;
  }
}
@media (min-width: 1250px) and (max-width: 1679px) {
  .container-full {
    max-width: 1340px !important;
  }
}
@media (min-width: 1250px) and (max-width: 1439px) {
  .container-full {
    max-width: 1150px !important;
  }
}
@media (max-width: 1679px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1679px) and (max-width: 1439px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 1679px) and (max-width: 1023px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 1679px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1279px) {
  .container-full {
    max-width: 986px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .container-full {
    max-width: 470px;
  }
}
@media (max-width: 1279px) and (max-width: 479px) {
  .container-full {
    max-width: 100%;
  }
}
@media (max-width: 1279px) {
  .laptop-size {
    width: 55px;
    height: 55px;
  }
}
.text-left {
  text-align: left;
}

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

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

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

.wrapper {
  overflow: hidden;
}

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

.container-big {
  max-width: 100%;
  padding: 48px 92px 52px 92px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .container-big {
    padding: 42px 58px 52px 42px;
  }
}
@media (max-width: 1023px) {
  .container-big {
    padding: 25px 58px 52px 42px;
  }
}
@media (max-width: 767px) {
  .container-big {
    padding: 25px 15px;
  }
}

.menu-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1023px) {
  .menu-wrapper {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .menu-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #160742;
    z-index: 1000;
    height: auto;
    text-align: center;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .menu-wrapper ul {
    flex-direction: column;
    text-align: center;
    padding: 0;
  }
  .menu-wrapper ul a {
    display: inline-block;
    margin: 5px 0;
    padding: 5px;
  }
  .menu-wrapper .menu + .btn {
    display: inline-block;
    margin: 20px auto 40px;
  }
  .menu-wrapper.is-active {
    display: block;
  }
}

.logo {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: 4px;
}
@media (max-width: 1023px) {
  .logo {
    margin-top: -3px;
    position: relative;
    z-index: 1001;
  }
}
@media (max-width: 767px) {
  .logo {
    margin-top: 0;
  }
}
.logo img {
  width: 33.5%;
}
@media (max-width: 1679px) {
  .logo img {
    width: 50%;
  }
}
@media (max-width: 1279px) {
  .logo img {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .logo img {
    max-width: 200%;
    width: 120%;
  }
}
@media (max-width: 767px) {
  .logo img {
    width: 40%;
  }
}
@media (max-width: 736px) {
  .logo img {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .logo img {
    width: 40%;
  }
}
.header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  max-width: 100%;
}
.header .col-4 {
  position: static;
}
@media (max-width: 1023px) {
  .header .btnflip {
    display: none;
  }
}

.hamburger {
  display: none;
  margin-left: auto;
}
@media (max-width: 1279px) {
  .hamburger {
    right: -240px;
  }
}
@media (max-width: 1023px) {
  .hamburger {
    display: block;
    position: relative;
    z-index: 1001;
  }
}
@media (max-width: 1023px) {
  .hamburger {
    right: -157px;
  }
}
@media (max-width: 767px) {
  .hamburger {
    right: -10px;
    padding-right: 0;
  }
}

.menu li:first-child a {
  margin-left: 0;
}

.menu li:last-child a {
  margin-right: 0;
}

.menu {
  font-family: "Ubuntu", sans-serif;
  list-style: none;
  display: flex;
  padding: 0;
  margin-right: -6.25em;
  z-index: 22;
}
@media (max-width: 1679px) {
  .menu {
    margin-right: 0;
  }
}
@media (max-width: 1439px) {
  .menu {
    margin-right: 1.5em;
  }
}
@media (max-width: 1279px) {
  .menu {
    margin-right: -1em;
  }
}
@media (max-width: 1023px) {
  .menu {
    margin-right: 0;
  }
}
.menu a {
  position: relative;
  display: block;
  font-size: 1.063em;
  letter-spacing: 0;
  font-weight: 500;
  padding: 10px 5px;
  margin: 0 18.5px;
  color: #ffffff;
}
@media (max-width: 1279px) {
  .menu a {
    margin: 0 10px;
  }
}
@media (max-width: 1023px) {
  .menu a {
    color: #ffffff;
    animation-delay: 0s;
    animation-name: xxx;
    margin: 0;
  }
}
.menu + .btn {
  margin-left: 55px;
}
.menu .active a,
.menu .active a:hover,
.menu a:hover {
  color: #ffffff;
}

.menu a:hover {
  color: #73c32f;
}

a {
  transition: 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #d3d7d9;
}

.btn_special {
  padding: 1.2em 2.7em !important;
}

.btn {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.938em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  color: #fff;
  background-color: #73c32f;
  display: inline-block;
  border-radius: 3em;
  padding: 1.2em 2.5em;
  transition: all 0.3s ease-in-out;
  will-change: transform;
}
.btn:hover {
  background-color: #5eb315;
  color: #fff;
  padding-right: 5.7em !important;
  transition: all 0.3s ease-in-out;
  transition-delay: 180ms;
  will-change: transform;
}
.btn:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 2px;
  right: 100%;
  left: auto;
  top: 52%;
  background: transparent;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  will-change: transfrom;
}
.btn:before {
  content: "";
  font-family: "fontello";
  position: absolute;
  z-index: 1;
  right: 5.4em;
  left: auto;
  top: 52%;
  transform: translateY(-50%);
  background: transparent;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.5em;
  will-change: transfrom;
  opacity: 0;
}

.btn:hover:after {
  right: 3.8em;
  left: auto;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  will-change: transform;
}

.btn:hover:before {
  opacity: 1;
  transition: 0.3s ease-in-out;
  transition-delay: 200ms;
  will-change: transform;
}

.btnflip {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.938em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  padding: 0.9em 2.4em 1em 2.4em;
  text-align: center;
  border-radius: 3em;
  background: transparent;
  border: 2px solid #8d65f7;
  color: #ffffff;
  white-space: nowrap;
}
.btnflip:hover {
  color: #160742;
  background: #ffffff;
  border: 2px solid #ffffff;
}

@keyframes blure {
  0% {
    filter: blur(8px);
  }
  25% {
    filter: blur(4px);
  }
  50% {
    filter: blur(0px);
  }
  75% {
    filter: blur(4px);
  }
  100% {
    filter: blur(8px);
  }
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: "";
  position: absolute;
  width: 105%;
  height: 105%;
  top: -5px;
  left: -5px;
  background: url(../img/hero-bg.jpg);
  background-size: cover;
  animation-name: blure;
  animation-duration: 5s;
  animation-delay: 0.1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
.hero__content {
  padding-top: 299px;
  width: 1200px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media (max-width: 1679px) {
  .hero__content {
    width: 1140px;
  }
}
@media (max-width: 1439px) {
  .hero__content {
    width: 960px;
    padding-top: 271px;
  }
}
@media (max-width: 1279px) {
  .hero__content {
    padding-top: 144px;
  }
}
@media (max-width: 1023px) {
  .hero__content {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .hero__content {
    padding-top: 102px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .hero__content {
    width: 110%;
    padding-right: 15px;
  }
}
.hero #scene {
  max-width: 100%;
  height: auto;
  width: 100%;
  position: absolute;
}
.hero .btn {
  margin-top: 19px;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .hero .btn {
    margin-top: 0;
  }
}

.demo {
  position: relative;
  z-index: 10;
  padding-top: 15.75em;
}
@media (max-width: 1279px) {
  .demo {
    padding-top: 9.6em;
  }
}
@media (max-width: 767px) {
  .demo {
    padding-top: 6em;
  }
}
.demo .padding-right-special {
  padding-right: 20px;
}
.demo .padding-left-special {
  padding-left: 20px;
}
.demo a {
  display: block;
  text-align: center;
  margin-top: 66px;
  border-radius: 6px;
  transform: translateY(0);
  background-color: transparent;
}
@media (max-width: 1279px) {
  .demo a {
    margin-top: 60px;
  }
}
.demo a:hover {
  transform: translateY(-10px);
}
.demo a img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .demo a {
    margin-top: 0;
    text-align: center;
  }
}

.gutenberg {
  padding-top: 8.8em;
  padding-bottom: 0;
  background: #f2f6f9;
}
@media (max-width: 1279px) {
  .gutenberg {
    padding-top: 4.5em;
  }
}
@media (max-width: 767px) {
  .gutenberg {
    padding-top: 3em;
  }
}
.gutenberg h2 {
  text-align: left;
  margin-left: -5px;
  margin-bottom: 0.6em;
  margin-top: 0;
}
@media (max-width: 1279px) {
  .gutenberg h2 {
    margin-left: -3px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .gutenberg h2 {
    margin-bottom: 24px;
    margin-left: -2px;
  }
}
.gutenberg h2:before {
  background-color: #142f9f;
  left: 0;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .gutenberg h2:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.gutenberg p {
  text-align: left;
  margin-left: -1px;
  margin-bottom: 27px;
}
@media (max-width: 1679px) {
  .gutenberg p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .gutenberg p {
    width: 80%;
    margin-bottom: 17px;
  }
}
.gutenberg .row > div {
  position: relative;
}
.gutenberg .row > div:first-child {
  padding-top: 7.1em;
}
@media (max-width: 1439px) {
  .gutenberg .row > div:first-child {
    padding-top: 0;
  }
}
.gutenberg__feature {
  position: absolute;
  left: -0.3em;
  top: 4.1em;
}
@media (max-width: 1439px) {
  .gutenberg__feature {
    width: 80%;
    left: -3em;
  }
}
@media (max-width: 767px) {
  .gutenberg__feature {
    top: 6.5em;
    left: -3.2em;
  }
}
@media (max-width: 479px) {
  .gutenberg__feature {
    width: 70%;
    top: 6.5em;
    left: -2.1em;
  }
}
.gutenberg__feature + .gutenberg__feature {
  left: 0.55%;
  top: auto;
  transform: none;
  bottom: -6%;
}
.gutenberg__feature-bg {
  position: relative;
  top: -11.7em;
  left: 10.9em;
  border-radius: 6px;
}
@media (max-width: 1439px) {
  .gutenberg__feature-bg {
    width: 80%;
  }
}
@media (max-width: 1279px) {
  .gutenberg__feature-bg {
    top: -10.2em;
    left: 8.6em;
  }
}
@media (max-width: 1023px) {
  .gutenberg__feature-bg {
    width: 100%;
    left: 1.6em;
    top: -7.45em;
  }
}
@media (max-width: 767px) {
  .gutenberg__feature-bg {
    top: -8.35em;
    left: 2em;
  }
}
@media (max-width: 479px) {
  .gutenberg__feature-bg {
    width: 90%;
    top: -7.7em;
    left: 0;
  }
}
@media (max-width: 1279px) {
  .gutenberg__feature + .gutenberg__feature {
    bottom: -10%;
  }
}
@media (max-width: 991px) {
  .gutenberg__feature + .gutenberg__feature {
    left: 44%;
    bottom: 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .gutenberg__feature + .gutenberg__feature {
    left: 31.5%;
  }
}
@media (max-width: 991px) and (max-width: 479px) {
  .gutenberg__feature + .gutenberg__feature {
    left: 2.5%;
    bottom: -49px;
  }
}
@media (max-width: 991px) {
  .gutenberg__feature-bg {
    margin-top: 0;
  }
}
.gutenberg .btn {
  margin-top: 12px;
}
@media (max-width: 1279px) {
  .gutenberg .btn {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .gutenberg p {
    text-align: left;
  }
}
.gutenberg .gutenberg__feature-element--first {
  position: relative;
  top: 3.3em;
  left: 8em;
}
@media (max-width: 1279px) {
  .gutenberg .gutenberg__feature-element--first {
    top: 2em;
    left: 5em;
  }
}
@media (max-width: 1023px) {
  .gutenberg .gutenberg__feature-element--first {
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .gutenberg .gutenberg__feature-element--first {
    top: 4em;
  }
}
@media (max-width: 479px) {
  .gutenberg .gutenberg__feature-element--first {
    top: 2em;
  }
}

.section-slider {
  background: url("../img/slider-bg.jpg.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding-top: 8.55em;
  margin-top: -16.6em;
}
@media (max-width: 1439px) {
  .section-slider {
    margin-top: -13.6em;
  }
}
@media (max-width: 1279px) {
  .section-slider {
    padding-top: 4.85em;
    margin-top: -14.1em;
  }
}
@media (max-width: 1023px) {
  .section-slider {
    margin-top: -8.9em;
  }
}
@media (max-width: 767px) {
  .section-slider {
    padding-top: 3em;
    margin-top: -5.1em;
  }
}
@media (max-width: 479px) {
  .section-slider {
    margin-top: -4.1em;
  }
}
.section-slider h5,
.section-slider h2 {
  color: #ffffff;
}
.section-slider h2 {
  margin-bottom: 0.63em;
}
.section-slider p {
  color: #d3d0dd;
  font-size: 1em;
}
@media (max-width: 767px) {
  .section-slider p br {
    display: none;
  }
}
.section-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  bottom: -6em;
  list-style-type: none;
}
@media (max-width: 1279px) {
  .section-slider .slick-dots {
    bottom: -4em;
  }
}
@media (max-width: 767px) {
  .section-slider .slick-dots {
    bottom: -3.5em;
  }
}
.section-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 0.46rem;
}
.section-slider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #d7dbde;
  text-indent: -9999px;
}
.section-slider .slick-dots li.slick-active button {
  background-color: #160742;
}
.section-slider .slick-slide {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .section-slider .slick-slide {
    margin-top: 20px;
  }
}
.section-slider .slick-slide img {
  margin: 0 15px;
}
@media (max-width: 1439px) {
  .section-slider .slick-slide img {
    width: 250px;
  }
}
@media (max-width: 1279px) {
  .section-slider .slick-slide img {
    width: 209px;
  }
}
@media (max-width: 767px) {
  .section-slider .slick-slide img {
    width: auto;
  }
}
@media (max-width: 479px) {
  .section-slider .slick-slide img {
    width: 330px;
  }
}
.section-slider .slick-dotted.slick-slider {
  margin-bottom: -90px;
}
@media (max-width: 767px) {
  .section-slider .slick-dotted.slick-slider {
    margin-bottom: -60px;
  }
}

.features_bg {
  padding-top: 19.25em;
  padding-bottom: 8.8em;
  background-color: #f2f6f9;
  background-size: cover;
}
@media (max-width: 1279px) {
  .features_bg {
    padding-top: 13.4em;
    padding-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .features_bg {
    padding-top: 9.2em;
    padding-bottom: 3.1em !important;
  }
}
.features_bg h5 {
  color: #6125c1;
  background: -webkit-linear-gradient(109deg, #6125c1 51%, #1d32bf 62%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6125c1, endColorstr=#1d32bf)";
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  margin-bottom: 1.7em;
  padding-bottom: 2px;
}
.features_bg p {
  color: #7e7b8a;
  margin-bottom: 57px;
}
@media (max-width: 1279px) {
  .features_bg p {
    margin-bottom: 55px;
  }
}
@media (max-width: 1023px) {
  .features_bg p {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .features_bg p {
    margin-bottom: 18px !important;
  }
}
.features_bg .feature__item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 2.48em 2.4em;
  border-radius: 6px;
}
@media (max-width: 1279px) {
  .features_bg .feature__item {
    padding: 2.4em 1em;
  }
}
.features_bg .feature__item img {
  border-radius: 50%;
}
.features_bg .margin-top {
  margin-top: 30px;
}
.features_bg .feature_element {
  padding-top: 0.35em;
  padding-left: 1.42em;
}
@media (max-width: 1279px) {
  .features_bg .feature_element {
    padding-left: 1.2em;
  }
}
.features_bg .feature__item-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.25em;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 500;
  color: #29303a;
}
.features_bg .feature__item-description {
  font-family: "Rubik", sans-serif;
  font-size: 0.938em;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 400;
  text-align: left;
  color: #6d7784 !important;
  padding-top: 0.8em;
  margin-bottom: 0 !important;
}

.features {
  padding-top: 148px;
  padding-bottom: 116px;
  z-index: 222;
}
@media (max-width: 1279px) {
  .features {
    padding-top: 80px;
    padding-bottom: 59px;
  }
}
@media (max-width: 767px) {
  .features {
    padding-top: 50px;
    padding-bottom: 19px;
  }
}
.features .container > p {
  font-size: 1.059em;
  margin-bottom: 58px;
}
@media (max-width: 1279px) {
  .features .container > p {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .features .container > p {
    margin-bottom: 30px;
    padding: 0 30px;
  }
  .features .container > p br {
    display: none;
  }
}

.katelyn-item {
  margin-top: 2.7em;
}
@media (max-width: 767px) {
  .katelyn-item {
    margin-top: 0;
    position: relative;
    top: 0;
  }
}
.katelyn-item p {
  color: #e4ebf0;
  font-size: 0.882em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .katelyn-item p {
    padding: 0 50px;
    margin-bottom: 1.4em;
  }
}
.katelyn-item h4 {
  font-size: 1.176em;
  letter-spacing: 0;
  color: #ffffff;
  margin-top: 1.3em;
  margin-bottom: 1.1em;
}
@media (max-width: 767px) {
  .katelyn-item h4 {
    margin-bottom: 0.4em;
  }
}

.footer {
  animation-duration: 1.5s;
  position: relative;
  padding-top: 9.25em;
  padding-bottom: 0;
  color: #fff;
  background: url("../img/footer-bg.jpg") no-repeat 0% 0%;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 1279px) {
  .footer {
    padding-top: 4.8em;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 50px;
  }
}
.footer h5 {
  color: #e4ebf0;
  margin-bottom: 1.95em;
}
.footer h2 {
  color: #ffffff;
  line-height: 1;
  letter-spacing: -1.88px;
}
@media (max-width: 767px) {
  .footer h2 {
    font-size: 2em !important;
    margin-bottom: 22px;
  }
  .footer h2 br {
    display: none;
  }
}
.footer .btn {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .footer .btn {
    margin-top: 10px;
  }
}
.footer .copyright-wrap {
  width: 100%;
  border-top: 1px solid #9260f2;
  margin-top: 6.85em;
}
@media (max-width: 1279px) {
  .footer .copyright-wrap {
    margin-top: 5.1em;
  }
}
@media (max-width: 767px) {
  .footer .copyright-wrap {
    margin-top: 3.2em;
  }
}
.footer .copyright {
  font-size: 0.875em;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 400;
  padding: 38px 0 36px 0;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 1279px) {
  .footer .copyright {
    padding: 30px 0 28px 0;
  }
}
@media (max-width: 767px) {
  .footer .copyright {
    padding: 20px 0 18px 0;
  }
}
.footer .copyright a {
  color: #ffffff;
}
.footer .copyright a:hover {
  color: #73c32f;
}

.border-padding {
  padding: 0 15px;
}

.parallax-wrap {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media (max-width: 2560px) {
  .hero #scene {
    max-width: 200%;
    width: 200%;
  }

  .parallax--layer img {
    max-width: 300%;
  }

  .layer-top {
    top: 7em !important;
    left: 46.15em !important;
  }

  .layer-bottom {
    top: 29em !important;
    left: 68.25em !important;
  }
}
@media (max-width: 1920px) {
  .hero #scene {
    max-width: 100%;
    width: 100%;
  }

  .parallax--layer {
    width: 100%;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
  }
  .parallax--layer img {
    max-width: 200%;
  }
}
@media (max-width: 1920px) and (max-width: 1679px) {
  .parallax--layer img {
    width: 80%;
  }
}
@media (max-width: 1920px) and (max-width: 1439px) {
  .parallax--layer img {
    width: 100%;
  }
}
@media (max-width: 1920px) and (max-width: 1279px) {
  .parallax--layer img {
    width: 70%;
  }
}
@media (max-width: 1920px) and (max-width: 1023px) {
  .parallax--layer img {
    width: 100%;
  }
}
@media (max-width: 1920px) and (max-width: 767px) {
  .parallax--layer img {
    width: 80%;
  }
}
/* desktop */
@media (max-width: 1920px) {
  .layer-top {
    top: 6.75em !important;
    left: 26.55em !important;
  }
}
@media (max-width: 1920px) and (max-width: 1679px) {
  .layer-top {
    top: 18.75em !important;
    left: 28.55em !important;
  }
}
@media (max-width: 1920px) and (max-width: 1439px) {
  .layer-top {
    top: 18.75em !important;
    left: 18.55em !important;
  }
}
@media (max-width: 1920px) and (max-width: 1279px) {
  .layer-top {
    top: 14em !important;
    left: 23em !important;
  }
}
@media (max-width: 1920px) and (max-width: 1023px) {
  .layer-top {
    top: 15em !important;
    left: 9em !important;
  }
}
@media (max-width: 1920px) and (max-width: 767px) {
  .layer-top {
    top: 17.7em !important;
    left: 8.95em !important;
  }
}
@media (max-width: 1920px) and (max-width: 736px) {
  .layer-top {
    top: 7.7em !important;
    left: 14.95em !important;
  }
}
@media (max-width: 1920px) and (max-width: 667px) {
  .layer-top {
    top: 9.7em !important;
    left: 14.95em !important;
  }
}
@media (max-width: 1920px) and (max-width: 568px) {
  .layer-top {
    top: 14.7em !important;
    left: 10.95em !important;
  }
}
@media (max-width: 1920px) and (max-width: 480px) {
  .layer-top {
    top: 17.7em !important;
    left: 8.95em !important;
  }
}
@media (max-width: 1920px) and (max-width: 414px) {
  .layer-top {
    top: 18.75em !important;
    left: 6.2em !important;
  }
}
@media (max-width: 1920px) and (max-width: 375px) {
  .layer-top {
    top: 19.75em !important;
    left: 7.2em !important;
  }
}
@media (max-width: 1920px) and (max-width: 320px) {
  .layer-top {
    top: 24.75em !important;
    left: 7.2em !important;
  }
}
@media (max-width: 1920px) {
  .layer-bottom {
    top: 28.5em !important;
    left: 48.35em !important;
  }
}
@media (max-width: 1920px) and (max-width: 1679px) {
  .layer-bottom {
    top: 29.5em !important;
    left: 41.35em !important;
  }
}
@media (max-width: 1920px) and (max-width: 1439px) {
  .layer-bottom {
    top: 34.5em !important;
    left: 34.35em !important;
  }
  .layer-bottom img {
    width: 80%;
  }
}
@media (max-width: 1920px) and (max-width: 1279px) {
  .layer-bottom {
    top: 22.5em !important;
    left: 33em !important;
  }
  .layer-bottom img {
    width: 65%;
  }
}
@media (max-width: 1920px) and (max-width: 1023px) {
  .layer-bottom {
    top: 26em !important;
    left: 21em !important;
  }
  .layer-bottom img {
    width: 80%;
  }
}
@media (max-width: 1920px) and (max-width: 767px) {
  .layer-bottom {
    top: 22em !important;
    left: 14em !important;
  }
}
@media (max-width: 1920px) and (max-width: 736px) {
  .layer-bottom {
    top: 15em !important;
    left: 23em !important;
  }
}
@media (max-width: 1920px) and (max-width: 667px) {
  .layer-bottom {
    top: 16em !important;
    left: 22em !important;
  }
}
@media (max-width: 1920px) and (max-width: 568px) {
  .layer-bottom {
    top: 20em !important;
    left: 17em !important;
  }
}
@media (max-width: 1920px) and (max-width: 480px) {
  .layer-bottom {
    top: 22em !important;
    left: 14em !important;
  }
}
@media (max-width: 1920px) and (max-width: 414px) {
  .layer-bottom {
    top: 22.5em !important;
    left: 10.8em !important;
  }
}
@media (max-width: 1920px) and (max-width: 375px) {
  .layer-bottom {
    top: 23em !important;
    left: 11.5em !important;
  }
}
@media (max-width: 1920px) and (max-width: 320px) {
  .layer-bottom {
    top: 27.5em !important;
    left: 10.5em !important;
  }
}
.section-portfolio .demo {
  padding-top: 0;
}

.section-portfolio .title-link {
  margin-top: 0;
  border-radius: 0;
}
.section-portfolio .title-link:hover {
  transform: translateY(0);
}
.section-portfolio h4 {
  transition: all 0.3s ease-in-out;
}
.section-portfolio h4:hover {
  color: #7154f8;
}

.sub-title_list {
  padding: 0;
  padding-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sub-title_list {
    display: grid;
    grid-template-columns: repeat(2, 32%);
    grid-gap: 10px;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .sub-title_list {
    grid-template-columns: repeat(2, 40%);
    grid-gap: 5px;
  }
}
@media (max-width: 375px) {
  .sub-title_list {
    grid-template-columns: repeat(2, 50%);
  }
}
.sub-title_list .sub-title_list--item {
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  list-style: none;
  color: #7e7b8a;
  padding: 0 18px;
}
@media (max-width: 767px) {
  .sub-title_list .sub-title_list--item {
    padding: 0;
  }
}
.sub-title_list .sub-title_list--item::before {
  content: "•";
  font-size: 15px;
  color: #73c32f;
  padding-right: 7px;
}
.sub-title_list .sub-title_list--item:first-child {
  padding-left: 0;
}
.sub-title_list .sub-title_list--item:last-child {
  padding-right: 0;
}

#demo {
  padding-top: 8.13em;
  padding-bottom: 8.2em;
  background-color: #ffffff;
}
@media (max-width: 1279px) {
  #demo {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media (max-width: 767px) {
  #demo {
    padding-top: 2.85em;
    padding-bottom: 1.1em;
  }
}
#demo img {
  border-radius: 6px;
}

.inside {
  position: relative;
  padding-top: 8.65em;
  padding-bottom: 6.8em;
  margin-top: -19.2em;
  background-color: #1b0b49;
}
@media (max-width: 1439px) {
  .inside {
    margin-top: -16.8em;
  }
}
@media (max-width: 1279px) {
  .inside {
    padding-top: 4.8em;
    padding-bottom: 3.1em;
    margin-top: -17.5em;
  }
}
@media (max-width: 1023px) {
  .inside {
    margin-top: -11.6em;
  }
}
@media (max-width: 767px) {
  .inside {
    padding-top: 3em;
    padding-bottom: 1.3em;
    margin-top: 0;
  }
}
.inside .feature__item-icon {
  display: block;
  width: auto;
  height: auto;
  box-shadow: none;
  margin-bottom: 36px;
}
@media (max-width: 1279px) {
  .inside .feature__item-icon {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .inside .feature__item-icon {
    margin-left: 0;
    display: flex;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .inside .feature__item-icon {
    margin-left: auto;
    margin-bottom: 15px;
    justify-content: center;
  }
}
.inside .feature__item-icon img {
  height: 52px;
}
.inside .feature__item-title {
  font-size: 1.188em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  margin-bottom: 0;
  margin-top: 5.2em;
  color: #ffffff;
}
@media (max-width: 1279px) {
  .inside .feature__item-title {
    margin-top: 2.2em;
  }
}
@media (max-width: 767px) {
  .inside .feature__item-title {
    margin-top: 1.3em;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .inside .feature__item-title {
    font-size: 1em;
  }
}
.inside .feature__item {
  padding: 45px 41px 41px 41px;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1439px) {
  .inside .feature__item {
    padding: 45px 25px 41px 30px;
  }
}
.inside .feature__item:hover {
  transform: translateY(-10px);
}
@keyframes spin {
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.inside .feature__item:before, .inside .feature__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: inherit;
}
.inside .feature__item:before {
  animation: spin 10s cubic-bezier(0.8, 0, 0.2, 1);
  animation-direction: reverse;
  background-color: #1f104d;
  display: flex;
  text-align: center;
  word-break: keep-all;
  align-items: center;
  z-index: -1;
  opacity: 1;
}
@media (max-width: 1279px) {
  .inside .feature__item:before {
    animation: spin 4s cubic-bezier(0.8, 0, 0.2, 1);
  }
}
.inside .feature__item:after {
  transform: scale(0.1);
}
@media (max-width: 1279px) {
  .inside .feature__item {
    margin-bottom: 30px;
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .inside .feature__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 9px 30px 15px;
  }
}
.inside h2 {
  color: #ffffff;
  margin-bottom: 0.58em;
}
.inside h5 {
  color: #ffffff;
}
.inside p {
  color: #a7a3b8;
  margin-bottom: 3.65em;
}
@media (max-width: 1279px) {
  .inside p {
    margin-bottom: 37px !important;
  }
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #ffffff;
  width: 30px;
  height: 2px;
}

@media (max-width: 479px) {
  .inside .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.spacer {
  padding-top: 3.7em;
}
@media (max-width: 1279px) {
  .spacer {
    padding-top: 1.5em;
  }
}
@media (max-width: 767px) {
  .spacer {
    padding-top: 0;
    margin-top: -8px;
    padding-bottom: 20px;
  }
}

.special-margin {
  margin-top: 33px !important;
}
@media (max-width: 767px) {
  .special-margin {
    margin-top: 0 !important;
  }
}

.radius_img {
  border-radius: 6px;
}

.padding-top {
  padding-top: 2.9em;
}
@media (max-width: 1279px) {
  .padding-top {
    padding-top: 2.3em;
  }
}
@media (max-width: 767px) {
  .padding-top {
    padding-top: 1em;
  }
}

.hovers {
  display: block;
  transition: all 0.3s ease-in-out;
}
.hovers:hover {
  transform: translateY(-5px);
}
@media (max-width: 767px) {
  .hovers {
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

.gutenberg-revers {
  padding-top: 9.8em;
  padding-bottom: 0;
  background: #ffffff;
}
@media (max-width: 1279px) {
  .gutenberg-revers {
    padding-top: 5.7em;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .gutenberg-revers {
    padding-top: 1.2em;
    padding-bottom: 3em;
  }
}
.gutenberg-revers h2 {
  margin-left: -3px;
  margin-bottom: 0.55em;
}
.gutenberg-revers .btn {
  margin-top: 10px;
}
.gutenberg-revers .gutenberg__feature-bg--first {
  position: relative;
  top: -5.25em;
  left: 6.3em;
}
@media (max-width: 1279px) {
  .gutenberg-revers .gutenberg__feature-bg--first {
    top: 1.45em;
    left: 2em;
  }
}
@media (max-width: 1023px) {
  .gutenberg-revers .gutenberg__feature-bg--first {
    top: -2em;
    left: 0;
  }
}
.gutenberg-revers .gutenberg__feature-bg {
  top: -12.95em;
  right: 0;
  left: 6.8em;
}
@media (max-width: 1439px) {
  .gutenberg-revers .gutenberg__feature-bg {
    width: 80%;
    left: 6.8em;
  }
}
@media (max-width: 1279px) {
  .gutenberg-revers .gutenberg__feature-bg {
    top: -11.3em;
    left: 6em;
  }
}
@media (max-width: 1023px) {
  .gutenberg-revers .gutenberg__feature-bg {
    width: 100%;
    top: -9em;
    left: -1.4em !important;
  }
}
@media (max-width: 767px) {
  .gutenberg-revers .gutenberg__feature-bg {
    left: 0 !important;
    width: 100%;
  }
}
.gutenberg-revers .gutenberg__feature {
  left: -4.35em;
  top: 4.35em;
}
@media (max-width: 1439px) {
  .gutenberg-revers .gutenberg__feature {
    left: 1.65em;
    width: 45%;
  }
}
@media (max-width: 1279px) {
  .gutenberg-revers .gutenberg__feature {
    width: 55%;
    left: -2.1em;
  }
}
@media (max-width: 1023px) {
  .gutenberg-revers .gutenberg__feature {
    width: 80%;
    left: -1.95em;
  }
}
@media (max-width: 767px) {
  .gutenberg-revers .gutenberg__feature {
    width: 80%;
    top: 8em;
    left: -3em;
  }
}
@media (max-width: 479px) {
  .gutenberg-revers .gutenberg__feature {
    top: 7em;
    left: -2.5em;
  }
}
.gutenberg-revers .gutenberg__feature--reverse {
  top: 21.1em;
  left: 36.15em;
}
@media (max-width: 1679px) {
  .gutenberg-revers .gutenberg__feature--reverse {
    left: 31.15em;
  }
}
@media (max-width: 1439px) {
  .gutenberg-revers .gutenberg__feature--reverse {
    top: 13.5em;
    left: 24.15em;
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .gutenberg-revers .gutenberg__feature--reverse {
    display: none;
  }
}
.gutenberg-revers .row > div:first-child {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  .gutenberg-revers .row > div:first-child {
    margin-bottom: -9.4em;
  }
}
.gutenberg-revers .row > div:last-child {
  margin-left: 0;
  padding-top: 7.6em;
  padding-left: 1.1em;
}
@media (max-width: 1439px) {
  .gutenberg-revers .row > div:last-child {
    padding-top: 0;
    margin-top: -1em;
  }
}
@media (max-width: 1023px) {
  .gutenberg-revers .row > div:last-child {
    margin-top: 1.25em;
  }
}
@media (max-width: 767px) {
  .gutenberg-revers .row > div:last-child {
    margin-top: 0;
    padding-top: 4.3em;
  }
}

.tablet-none {
  display: none;
}
@media (max-width: 1023px) {
  .tablet-none {
    width: 30%;
    margin-top: 1em;
    display: block;
    padding: 0.8em 2em;
    border-radius: 3em;
    line-height: 1.2em;
    background: #73c32f;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  .tablet-none:hover {
    color: #ffffff !important;
    background: #5eb315 !important;
  }
  .tablet-none a:hover {
    color: #ffffff !important;
  }
}
@media (max-width: 767px) {
  .tablet-none {
    width: 45%;
  }
}
@media (max-width: 479px) {
  .tablet-none {
    width: 50%;
    padding: 0.4em 1.2em;
  }
}

@media (max-width: 1439px) {
  .no-wrapper {
    white-space: nowrap;
  }

  .gutenberg .col-xl-4 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .gutenberg .col-xl-8 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .gutenberg-revers .col-xl-4 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .gutenberg-revers .col-xl-8 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (max-width: 1023px) {
  .features_bg .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .margin-top--tablet {
    margin-top: 30px;
  }

  .no-wrapper {
    white-space: normal;
  }

  .gutenberg .col-xl-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gutenberg .col-xl-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gutenberg-revers .col-xl-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gutenberg-revers .col-xl-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .inside .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .gutenberg .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .features_bg .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .rlp {
    padding: 0;
    padding-right: 15px;
  }

  .inside .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .margin-top--tablet,
.margin-top {
    margin-top: 15px !important;
  }
}
@media (max-width: 374px) {
  .inside .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*     LOADER       */
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  transition: 0.3s ease opacity;
}

#loader:before,
#loader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #73c32f;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: loaderCircleAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#loader:after {
  animation-delay: 1s;
}

@keyframes loaderCircleAnim {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}