/*!
 * 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);
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  color: #382657;
}

p {
  color: #8E8997;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.444em;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  p {
    font-size: 1em;
  }
}
@media (max-width: 479px) {
  p {
    font-size: 0.9em;
  }
}

.btn,
.menu {
  font-weight: 700;
}

.bg_dark {
  background-color: #3D3997;
}

.color-light {
  color: #ffffff;
}

.sub-title {
  font-size: 1.2222em;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 1.36364em;
  margin-bottom: 1.36364em;
}

.alter-bg-color {
  background-color: #EEEEEE;
}

.sub-title:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 2.27273em;
}

h1 {
  font-size: 4.6em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media (max-width: 1439px) {
  h1 {
    font-size: 4em;
  }
}
@media (max-width: 1279px) {
  h1 {
    line-height: 1em;
    margin-bottom: 0.6em;
  }
}
@media (max-width: 1024px) {
  h1 {
    line-height: 1;
    margin-bottom: 0.9em;
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.5em;
    margin-bottom: 0.8em;
  }
}
@media (max-width: 767px) {
  h1 br {
    display: none;
  }
}

h2 {
  text-align: center;
  font-size: 3.75em;
  letter-spacing: 0;
  margin-bottom: 0.56em;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
@media (max-width: 1279px) {
  h2 {
    margin-bottom: 0.5em !important;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 2.7em;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.3em;
    margin-bottom: 20px;
    line-height: 1;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-size: 2.143em;
  letter-spacing: 1.05px;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.655em;
}
@media (max-width: 1279px) {
  h3 {
    line-height: 1;
    font-size: 2em;
  }
}
@media (max-width: 1023px) {
  h3 {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.5em;
    margin-bottom: 0.3em;
  }
}
@media (max-width: 479px) {
  h3 {
    text-align: center;
  }
}

h4 {
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  color: #382657;
  margin-top: 2.15em;
  margin-bottom: 0.35rem;
}
@media (max-width: 1279px) {
  h4 {
    margin-top: 1.6em;
  }
}
h5 {
  font-size: 1.5em;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 1.55em;
  margin-bottom: 1em;
  line-height: 1.25em;
  color: #382657;
}
@media (max-width: 1279px) {
  h5 {
    margin-top: 1em;
    margin-bottom: 0.87em;
    line-height: 1.1em;
  }
}
@media (max-width: 767px) {
  h5 {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 767px) {
  h5 br {
    display: none;
  }
}

h6 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  padding: 0 43px;
  color: #8E8997;
}
@media (max-width: 1679px) {
  h6 {
    padding: 0 29px;
  }
}
@media (max-width: 1279px) {
  h6 {
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 0 15px;
  }
}

ul {
  margin-bottom: 0;
}

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

button {
  outline: none !important;
}

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

.subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #48D182;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .subtitle {
    padding: 0 25px;
  }
}

.anim2 {
  margin-bottom: 0.67em;
}
@media (max-width: 1279px) {
  .anim2 {
    margin-bottom: 0.45em;
  }
}
@media (max-width: 1023px) {
  .anim2 {
    margin-bottom: 0.4em;
  }
}
@media (max-width: 767px) {
  .anim2 {
    margin-bottom: 0.5em;
    line-height: 1.1;
  }
}
@media (max-width: 479px) {
  .anim2 {
    line-height: 1;
    margin-bottom: 0.25em;
  }
}

.anim1,
.anim2,
.anim3 {
  position: relative;
  transition: all 0.3s ease;
}

.row-center {
  justify-content: space-around;
}
.row-user {
  margin-top: 3.35em;
}
@media (max-width: 1279px) {
  .row-user {
    margin-top: 2.1em;
  }
}

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

@media (min-width: 1250px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1250px) and (max-width: 1679px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1250px) and (max-width: 1439px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1250px) {
  .container_special {
    max-width: 1565px;
  }
}
@media (min-width: 1250px) and (max-width: 1439px) {
  .container_special {
    max-width: 1200px;
  }
}
@media (min-width: 1250px) {
  .container_full {
    max-width: 1330px;
    position: relative;
  }
}
@media (min-width: 1250px) and (max-width: 1679px) {
  .container_full {
    max-width: 1140px;
  }
}
@media (min-width: 1250px) and (max-width: 1439px) {
  .container_full {
    max-width: 960px;
  }
}
.text-left {
  text-align: left;
  z-index: 2;
  padding-left: 15px;
}

.text-right {
  text-align: right;
  z-index: 2;
}

.text-center {
  text-align: center;
}
@media (max-width: 480px) {
  .text-center {
    padding: 0 15px;
  }
}

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

.wrapper {
  overflow: hidden;
}

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

.tpl-left {
  text-align: left;
  position: relative;
}
@media (max-width: 1023px) {
  .tpl-left {
    text-align: center;
  }
}

.tpl-right {
  text-align: right;
}
@media (max-width: 1023px) {
  .tpl-right {
    text-align: center;
  }
}

.container-big {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
}
@media (max-width: 767px) {
  .container-big {
    padding-bottom: 3.8em;
  }
}

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

.logo {
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .logo {
    margin: 0;
    position: relative;
  }
}
.logo img {
  width: auto;
  max-width: 175px;
}

.header {
  max-width: 100%;
  overflow: hidden;
  padding: 42px 30px;
  background: #EEEEEE;
}
@media (max-width: 1024px) {
  .header {
    padding: 20px 30px;
    overflow: visible;
  }
}
@media (max-width: 1023px) {
  .header .btn {
    display: none;
  }
}
.header .col-xl-8 {
  position: static;
}

.header-logo--img {
  width: 49.7%;
  z-index: 111;
}
@media (max-width: 767px) {
  .header-logo--img {
    width: 55%;
  }
}

.header-logo--link {
  margin-bottom: 3.2em;
  z-index: 2;
  display: inline-block;
}
.header-logo--link:hover {
  background-color: transparent;
}
@media (max-width: 1279px) {
  .header-logo--link {
    margin-bottom: 3.8em;
  }
}
@media (max-width: 767px) {
  .header-logo--link {
    margin-bottom: 2em;
  }
}
@media (max-width: 479px) {
  .header-logo--link {
    margin-bottom: 1.2em;
  }
}

.header-subtitle {
  font-size: 3.143em;
  line-height: 1.125;
  margin-bottom: -0.45em;
  padding-left: 19px;
}
@media (max-width: 1279px) {
  .header-subtitle {
    margin-bottom: -0.15em;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .header-subtitle {
    font-size: 2.143em;
  }
}
@media (max-width: 767px) {
  .header-subtitle {
    margin-left: -30px;
  }
}

.hamburger {
  display: none;
  margin-left: auto;
}
@media (max-width: 1279px) {
  .hamburger {
    right: -180px;
  }
}
@media (max-width: 1023px) {
  .hamburger {
    display: block;
    position: relative;
    z-index: 1001;
  }
}
@media (max-width: 1023px) {
  .hamburger {
    right: -195px;
  }
}
@media (max-width: 767px) {
  .hamburger {
    right: -78px;
  }
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  background-color: #48D182;
}

.menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  z-index: 1;
  position: relative;
  right: -3em;
}
@media (max-width: 1680px) {
  .menu {
    right: 0;
  }
}
.menu a {
  position: relative;
  display: block;
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1em;
  font-weight: 700;
  padding: 0 25px;
  text-transform: capitalize;
  color: #382657;
}
@media (max-width: 1023px) {
  .menu a {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .menu a {
    margin: 0;
  }
}
.menu a:hover {
  color: #48D182;
}

a {
  color: #ffffff;
  transition: 0.3s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}

.social a {
  transition: 0.3s ease;
}
.social a:hover {
  color: #ffffff;
  border-color: #f24080;
  background-color: #f24080;
}

.btn {
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  text-transform: capitalize;
  padding: 1.4em 3.2em;
  color: #ffffff;
  border-radius: 60px;
  background: #48D182 !important;
  letter-spacing: 0;
  display: inline-block;
}
.btn:hover {
  color: #ffffff;
  background: #4D49BD !important;
}
@media (max-width: 1280px) {
  .btn {
    padding: 1.4em 2.2em;
  }
}
@media (max-width: 1439px) {
  .btn {
    padding: 1.4em 2.3em;
  }
}

.btn.btn_inverse {
  background: #48D182 !important;
}
.btn.btn_inverse:hover {
  color: #4D49BD !important;
  background-color: #ffffff !important;
}

.btn-default {
  display: inline-block;
  padding: 2.2em 2.83em;
  background: linear-gradient(to bottom, #ffa200 50%, #53c5b9 50%) no-repeat scroll right bottom/100% 210% #53c5b9 !important;
}
@media (max-width: 1023px) {
  .btn-default {
    padding: 2em 2.83em;
  }
}
@media (max-width: 767px) {
  .btn-default {
    padding: 1.5em 2em;
  }
}

.btn_size {
  padding: 2.2em 2.84em;
  margin-left: 2px;
  display: inline-block;
}
@media (max-width: 1279px) {
  .btn_size {
    padding: 2em 2.84em;
  }
}
@media (max-width: 767px) {
  .btn_size {
    padding: 1.5em 2em;
  }
}

.slick-slide {
  outline: none !important;
}

.slick-slider {
  margin: 4.6em 0 4.5em 0;
}
@media (max-width: 1279px) {
  .slick-slider {
    margin: 2.75em 0 3.3em 0;
  }
}
@media (max-width: 1024px) {
  .slick-slider {
    margin: 0 0 3.3em 0;
  }
}
@media (max-width: 767px) {
  .slick-slider {
    margin: 0em 0 2.2em 0;
  }
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: none;
}
.slick-slider h4 {
  transition: all 0.3s ease-in-out;
}
.slick-slider h4:hover {
  color: #ffa200;
}

.slick-slide img {
  margin: 0 15px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1279px) {
  .slick-slide img {
    height: 300px;
  }
}
@media (max-width: 479px) {
  .slick-slide img {
    height: 250px;
    margin: 0 10px;
  }
}

.progress {
  display: block;
  width: 720px;
  height: 3px;
  border-radius: 0;
  overflow: hidden;
  background-color: #302D83;
  background-image: linear-gradient(to right, #44CB7C, #44CB7C);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .progress {
    width: 620px;
  }
}
@media (max-width: 1279px) {
  .progress {
    width: 550px;
  }
}
@media (max-width: 1023px) {
  .progress {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .progress {
    width: 350px;
  }
}
@media (max-width: 479px) {
  .progress {
    width: 280px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

* {
  outline: none !important;
}

.hero {
  position: relative;
  overflow: hidden;
  background: url("../img/header-bg.png") center center no-repeat;
  background-size: cover;
}
.hero__content {
  padding-top: 222px;
  position: relative;
  z-index: 1;
  width: 1499px;
  margin: 0 auto;
}
@media (max-width: 1679px) {
  .hero__content {
    width: 1250px;
  }
}
@media (max-width: 1439px) {
  .hero__content {
    width: 1090px;
  }
}
@media (max-width: 1279px) {
  .hero__content {
    width: 100%;
    padding-top: 172px;
    padding-left: 2.8em;
    padding-right: 2.6em;
  }
}
@media (max-width: 1023px) {
  .hero__content {
    padding-top: 148px;
  }
}
@media (max-width: 767px) {
  .hero__content {
    padding-top: 132px;
  }
}
@media (max-width: 479px) {
  .hero__content {
    padding-left: 1em;
    padding-right: 0.6em;
    margin: 0 auto;
  }
}
.hero p {
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  .hero p {
    padding-right: 52em;
  }
}
@media (max-width: 767px) {
  .hero p {
    padding-right: 0;
  }
}

.hero-img--wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  position: relative;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero-img--wrapper {
    padding-top: 0;
  }
}
.hero-img--wrapper img {
  border-radius: 0;
}
@media (max-width: 767px) {
  .hero-img--wrapper .img_wrap {
    text-align: center;
  }
}
.hero-img--wrapper .img_wrap img {
  position: relative;
}
@media (max-width: 767px) {
  .hero-img--wrapper .img_wrap img {
    width: 70%;
  }
}
.hero-img--wrapper .img_wrap-left {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .hero-img--wrapper .img_wrap-left {
    display: none;
  }
}
.hero-img--wrapper .img_wrap-right {
  z-index: 2;
  position: relative;
  right: 0;
  align-self: flex-end;
  margin-bottom: 74px;
}
@media (max-width: 767px) {
  .hero-img--wrapper .img_wrap-right {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hero-img--wrapper .img_wrap-right {
    margin-bottom: 44px;
  }
}
.hero-img--wrapper .img_wrap-right img {
  position: relative;
  left: 1em;
}

.flex-center {
  display: inline-block;
}

.demo-top {
  position: relative;
  z-index: -1;
  padding-top: 0;
}
@media (max-width: 1439px) {
  .demo-top {
    padding-top: 204px;
  }
}
@media (max-width: 1279px) {
  .demo-top {
    padding-top: 100px;
  }
}
@media (max-width: 1023px) {
  .demo-top {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .demo-top {
    padding-top: 4.2em;
  }
}
@media (max-width: 479px) {
  .demo-top {
    padding-top: 3.5em;
  }
}

.demo a {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.demo img {
  position: relative;
  border-radius: 0;
  top: 0;
  transition: 0.3s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.mask {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 700;
  color: #382657;
  padding: 29px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1279px) {
  .mask {
    padding: 20px;
    font-size: 1.3em;
  }
}
.mask:hover {
  color: #48D182;
}

.space-inner {
  display: block;
  position: relative;
  height: 1.9em;
}
@media (max-width: 1024px) {
  .space-inner {
    height: 1.5em;
  }
}
@media (max-width: 767px) {
  .space-inner {
    height: 1.2em;
  }
}

.demo .link--hover:hover img {
  top: -5px;
}

/* user */
.user__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .user__item {
    margin-bottom: 2.3em;
  }
}

.user__item-icon {
  width: 123px;
  height: 123px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #41246d;
}

.user__item-title {
  font-size: 1.118em;
  line-height: 1.473em;
  font-weight: 700;
  margin-top: 1.3em;
  color: #301a52;
}
@media (max-width: 1279px) {
  .user__item-title {
    font-size: 1em;
    line-height: 1.3em;
  }
}
@media (max-width: 767px) {
  .user__item-title {
    font-size: 0.9em;
    margin-top: 0.8em;
  }
}

/* spacer */
.padding-top-big {
  padding-top: 4.25em;
}
@media (max-width: 1279px) {
  .padding-top-big {
    padding-top: 1.85em;
  }
}
@media (max-width: 767px) {
  .padding-top-big {
    padding-top: 1.6em;
  }
}

.sale {
  text-align: center;
}

.gutenberg-item a {
  display: block;
}
.gutenberg-item a:hover {
  transform: translateY(-10px);
}
.gutenberg-item img {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}

.gutenberg-item {
  position: relative;
}
.gutenberg-item .hover {
  position: relative;
}
.gutenberg-item .hover:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gutenberg-item .hover:hover:before {
  background-color: #000000;
  opacity: 0.1;
}

.gutenberg {
  position: relative;
  background-color: #F4F4F4;
  background-size: cover;
  padding-bottom: 4.6em;
  padding-top: 7.8em;
}
@media (max-width: 1279px) {
  .gutenberg {
    padding-bottom: 3.9em;
    padding-top: 5.5em;
  }
}
@media (max-width: 1023px) {
  .gutenberg {
    padding-top: 5em;
  }
}
@media (max-width: 767px) {
  .gutenberg {
    padding-bottom: 2em;
    padding-top: 3em;
  }
}
@media (max-width: 479px) {
  .gutenberg {
    padding-bottom: 2em;
  }
}
.gutenberg h2 {
  margin-bottom: 1.23em;
}
@media (max-width: 1279px) {
  .gutenberg h2 {
    margin-bottom: 33px;
  }
}
@media (max-width: 479px) {
  .gutenberg h2 {
    white-space: nowrap;
  }
  .gutenberg h2 br {
    display: none;
  }
}
@media (max-width: 350px) {
  .gutenberg h2 {
    white-space: normal;
  }
}
.gutenberg h2:before {
  content: none;
}
.gutenberg p {
  line-height: 1.75em;
  letter-spacing: 0.28px;
}
@media (max-width: 1679px) {
  .gutenberg p {
    padding-right: 4.1em;
  }
}
@media (max-width: 1439px) {
  .gutenberg p {
    padding-right: 1.1em;
  }
}
@media (max-width: 1279px) {
  .gutenberg p {
    text-align: center;
    padding-right: 0;
    width: 60%;
  }
}
@media (max-width: 1023px) {
  .gutenberg p {
    line-height: 1.5;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .gutenberg p {
    white-space: normal;
    padding: 0;
  }
}
@media (max-width: 1279px) {
  .gutenberg .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.gutenberg .row > div {
  position: relative;
}
.gutenberg__feature {
  position: absolute;
  left: 77px;
  top: 75.5%;
  transform: translateY(-50%);
}
@media (max-width: 1279px) {
  .gutenberg__feature {
    width: 35%;
    left: 130px;
  }
}
.gutenberg__feature + .gutenberg__feature {
  left: 37.9%;
  top: auto;
  transform: none;
  bottom: 22%;
}
.gutenberg__feature-bg {
  position: relative;
  right: 202px;
  max-width: 150%;
}
@media (max-width: 1279px) {
  .gutenberg__feature-bg {
    right: 99px;
    width: 120%;
  }
}
@media (max-width: 1199px) {
  .gutenberg__feature + .gutenberg__feature {
    left: 48%;
    width: 6%;
  }
}
@media (max-width: 991px) {
  .gutenberg__feature {
    max-width: 220px;
  }
  .gutenberg__feature + .gutenberg__feature {
    left: 55%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .gutenberg__feature + .gutenberg__feature {
    left: 31.5%;
  }
}
@media (max-width: 991px) {
  .gutenberg__feature-bg {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .gutenberg__feature {
    max-width: 150px;
    left: 15px;
  }
  .gutenberg__feature-bg {
    right: 100px;
  }
}
.gutenberg .btn {
  letter-spacing: 0.14px;
  font-weight: 700;
  line-height: 1;
  margin-top: 22px;
  color: #ffffff;
  background-color: #4D49BD;
  border-radius: 2em;
  padding: 1.32em 3em;
}
@media (max-width: 1023px) {
  .gutenberg .btn {
    font-weight: 500;
    padding: 1em 3em;
  }
}
@media (max-width: 767px) {
  .gutenberg .btn {
    font-size: 0.9em;
  }
}
.gutenberg .btn:hover {
  color: #ffffff;
  background-color: #48D182;
}
@media (max-width: 767px) {
  .gutenberg {
    text-align: center;
  }
  .gutenberg h2 {
    text-align: center;
    margin-bottom: 33px;
  }
}
.gutenberg .bottom-img {
  margin-top: 5.35em;
}
@media (max-width: 1279px) {
  .gutenberg .bottom-img {
    margin-top: 4em;
  }
}
@media (max-width: 767px) {
  .gutenberg .bottom-img {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.gutenberg .bottom-img__special {
  margin-top: 13.3em;
  padding-left: 7.9em !important;
}
@media (max-width: 1279px) {
  .gutenberg .bottom-img__special {
    margin-top: 5.7em;
    padding-left: 15px !important;
  }
}
@media (max-width: 767px) {
  .gutenberg .bottom-img__special {
    margin-top: 0;
  }
}
.gutenberg .tpl {
  width: 151%;
  max-width: 200%;
  top: -9.4em;
  left: -19.55em;
  z-index: 1;
}
@media (max-width: 1679px) {
  .gutenberg .tpl {
    width: 130%;
    max-width: 150%;
    top: -7.4em;
    left: -9em;
  }
}
@media (max-width: 1439px) {
  .gutenberg .tpl {
    max-width: 120%;
    top: -4.4em;
    left: -4em;
  }
}
@media (max-width: 1279px) {
  .gutenberg .tpl {
    max-width: 100%;
    position: relative !important;
    left: 0;
    top: -8.1em;
  }
}
@media (max-width: 1023px) {
  .gutenberg .tpl {
    max-width: 100%;
    width: 100%;
    left: 0;
    top: -6.1em;
  }
}
@media (max-width: 767px) {
  .gutenberg .tpl {
    top: -5.5em;
  }
}
@media (max-width: 479px) {
  .gutenberg .tpl {
    max-width: 150%;
    width: 150%;
    left: -4.2em;
  }
}
@media (max-width: 374px) {
  .gutenberg .tpl {
    top: -4.5em;
    max-width: 150%;
    width: 150%;
    left: -3em;
  }
}
.gutenberg .tpl,
.gutenberg .tpl_img {
  position: absolute;
}
.gutenberg .tpl_img--top {
  top: 1.7em;
  left: 15.4em;
  z-index: 1;
}
@media (max-width: 1679px) {
  .gutenberg .tpl_img--top {
    top: 1.7em;
    left: 17.4em;
  }
}
@media (max-width: 1439px) {
  .gutenberg .tpl_img--top {
    width: 50%;
    top: 3.1em;
    left: 18.8em;
  }
}
@media (max-width: 1279px) {
  .gutenberg .tpl_img--top {
    width: 35%;
    top: 0.8em;
    left: 29.8em;
  }
}
@media (max-width: 1023px) {
  .gutenberg .tpl_img--top {
    left: 20.8em;
  }
}
@media (max-width: 767px) {
  .gutenberg .tpl_img--top {
    left: 12.8em;
    top: -1.2em;
  }
}
@media (max-width: 479px) {
  .gutenberg .tpl_img--top {
    left: 8.8em;
    top: -1.2em;
    width: 55%;
  }
}
@media (max-width: 374px) {
  .gutenberg .tpl_img--top {
    left: 7.8em;
  }
}
.gutenberg .tpl_img--left {
  left: -11.55em;
  top: 11.45em;
  z-index: 2;
}
@media (max-width: 1679px) {
  .gutenberg .tpl_img--left {
    top: 10.45em;
    left: -3.1em;
  }
}
@media (max-width: 1439px) {
  .gutenberg .tpl_img--left {
    left: 0.9em;
    top: 11.45em;
  }
}
@media (max-width: 1279px) {
  .gutenberg .tpl_img--left {
    width: 20%;
    top: 9.5em;
    left: 5.9em;
  }
}
@media (max-width: 1023px) {
  .gutenberg .tpl_img--left {
    top: 6.5em;
  }
}
@media (max-width: 767px) {
  .gutenberg .tpl_img--left {
    top: 2.5em;
    left: 3.9em;
  }
}
@media (max-width: 479px) {
  .gutenberg .tpl_img--left {
    width: 35%;
    top: 2.6em;
    left: -1.8em;
  }
}
@media (max-width: 374px) {
  .gutenberg .tpl_img--left {
    top: 1.6em;
    left: -0.8em;
  }
}
.gutenberg .tpl_img--bottom {
  top: 37.1em;
  left: 9em;
}
@media (max-width: 1679px) {
  .gutenberg .tpl_img--bottom {
    top: 33.1em;
    left: 13em;
  }
}
@media (max-width: 1439px) {
  .gutenberg .tpl_img--bottom {
    top: 32.1em;
    left: 15.4em;
  }
}
@media (max-width: 1279px) {
  .gutenberg .tpl_img--bottom {
    top: 34.5em;
    left: 26.4em;
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .gutenberg .tpl_img--bottom {
    top: 25.5em;
    left: 19.4em;
  }
}
@media (max-width: 767px) {
  .gutenberg .tpl_img--bottom {
    top: 13em;
    left: 10.4em;
  }
}
@media (max-width: 479px) {
  .gutenberg .tpl_img--bottom {
    top: 16em;
    left: 6.4em;
    width: 40%;
  }
}
@media (max-width: 376px) {
  .gutenberg .tpl_img--bottom {
    top: 14em;
  }
}
@media (max-width: 350px) {
  .gutenberg .tpl_img--bottom {
    top: 11em;
    left: 5.4em;
  }
}
.gutenberg .text-left {
  padding-left: 1.7em;
}
@media (max-width: 1439px) {
  .gutenberg .text-left {
    padding-left: 0;
  }
}
@media (max-width: 1279px) {
  .gutenberg .text-left {
    padding-left: 15px;
  }
}
@media (max-width: 1279px) {
  .gutenberg .text-wrapper {
    margin-top: -5.2em;
  }
}
@media (max-width: 1023px) {
  .gutenberg .text-wrapper {
    margin-top: -3em;
  }
}
@media (max-width: 767px) {
  .gutenberg .text-wrapper {
    margin-top: -3.55em;
  }
}
@media (max-width: 479px) {
  .gutenberg .text-wrapper {
    margin-top: -3.3em;
  }
}
.gutenberg .container {
  max-width: 1300px;
}

.gutenberg_bottom {
  padding-top: 7.7em;
  padding-bottom: 7.05em;
  background-color: #ffffff;
}
@media (max-width: 1279px) {
  .gutenberg_bottom {
    padding-top: 5.6em;
    padding-bottom: 5.1em;
  }
}
@media (max-width: 1023px) {
  .gutenberg_bottom {
    padding-top: 5em;
    padding-bottom: 3.1em;
  }
}
@media (max-width: 767px) {
  .gutenberg_bottom {
    padding-top: 3em;
    padding-bottom: 2.95em;
  }
}
@media (max-width: 479px) {
  .gutenberg_bottom {
    padding-bottom: 2.8em;
  }
}
.gutenberg_bottom .bg-top {
  z-index: 1;
  position: relative;
  padding-bottom: 2.85em;
}
@media (max-width: 767px) {
  .gutenberg_bottom .bg-top {
    padding-bottom: 2.1em;
  }
}
.gutenberg_bottom .bg-bottom {
  z-index: 1;
  position: relative;
  padding-top: 5em;
  margin-left: -3.65em;
}
@media (max-width: 1439px) {
  .gutenberg_bottom .bg-bottom {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .gutenberg_bottom .bg-bottom {
    padding-top: 1em;
  }
}
@media (max-width: 767px) {
  .gutenberg_bottom .bg-bottom {
    padding-top: 2em;
  }
}
.gutenberg_bottom .wrap {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 3.4em;
}
@media (max-width: 1279px) {
  .gutenberg_bottom .wrap {
    padding-bottom: 1em;
  }
}
@media (max-width: 1023px) {
  .gutenberg_bottom .wrap {
    margin-top: 1.45em;
    padding-bottom: 1.75em;
  }
}
@media (max-width: 767px) {
  .gutenberg_bottom .wrap {
    padding-bottom: 1.55em;
  }
}
.gutenberg_bottom .container {
  max-width: 1278px;
}
@media (max-width: 1439px) {
  .gutenberg_bottom .container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .gutenberg_bottom .container {
    max-width: 900px;
  }
}
@media (max-width: 1023px) {
  .gutenberg_bottom .container {
    max-width: 700px;
  }
}
.gutenberg_bottom .item_bottom {
  padding-top: 4.55em;
}
@media (max-width: 1023px) {
  .gutenberg_bottom .item_bottom {
    padding-top: 4.75em;
  }
}
@media (max-width: 767px) {
  .gutenberg_bottom .item_bottom {
    padding-top: 2.75em;
  }
}
.gutenberg_bottom h2 {
  margin-bottom: 1.12em;
}
.gutenberg_bottom .tpl-left img {
  margin-left: 2em;
}
@media (max-width: 1439px) {
  .gutenberg_bottom .tpl-left img {
    margin-left: 0;
  }
}
@media (max-width: 1279px) {
  .gutenberg_bottom .tpl-left img {
    margin-left: -20px;
  }
}
@media (max-width: 1023px) {
  .gutenberg_bottom .tpl-left img {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .gutenberg_bottom .tpl-left img {
    margin-left: 0;
  }
}
.gutenberg_bottom .tpl-right {
  text-align: left;
}
.gutenberg_bottom .tpl-right img {
  margin-left: -3.55em;
}
@media (max-width: 1439px) {
  .gutenberg_bottom .tpl-right img {
    margin-left: 0;
  }
}
.gutenberg_bottom .text-left {
  padding-left: 2.6em;
}
@media (max-width: 1279px) {
  .gutenberg_bottom .text-left {
    padding-left: 15px;
  }
}
.gutenberg_bottom .title-top {
  position: relative;
  z-index: 2;
}
.gutenberg_bottom .title-top:before {
  content: "woocommerce";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -44px;
  left: -9px;
  color: #F4F4F4;
  z-index: -1;
  font-size: 6.25rem;
  letter-spacing: 3.5px;
}
@media (max-width: 1279px) {
  .gutenberg_bottom .title-top:before {
    font-size: 5rem;
  }
}
@media (max-width: 1023px) {
  .gutenberg_bottom .title-top:before {
    font-size: 4rem;
    top: -29px;
  }
}
@media (max-width: 479px) {
  .gutenberg_bottom .title-top:before {
    font-size: 3rem;
    top: -24px;
  }
}
.gutenberg_bottom .title-center {
  position: relative;
  z-index: 2;
}
.gutenberg_bottom .title-center:before {
  content: "elementor";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -43px;
  left: -4px;
  color: #F4F4F4;
  z-index: -1;
  font-size: 6.25rem;
  letter-spacing: 3.5px;
}
@media (max-width: 1279px) {
  .gutenberg_bottom .title-center:before {
    font-size: 5rem;
  }
}
@media (max-width: 1023px) {
  .gutenberg_bottom .title-center:before {
    font-size: 4rem;
    top: -29px;
  }
}
@media (max-width: 479px) {
  .gutenberg_bottom .title-center:before {
    font-size: 3rem;
    top: -24px;
  }
}
.gutenberg_bottom .title-bottom {
  position: relative;
  z-index: 2;
}
.gutenberg_bottom .title-bottom:before {
  content: "events";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -42px;
  left: -7px;
  color: #F4F4F4;
  z-index: -1;
  font-size: 6.25rem;
  letter-spacing: 3.5px;
}
@media (max-width: 1279px) {
  .gutenberg_bottom .title-bottom:before {
    font-size: 5rem;
  }
}
@media (max-width: 1023px) {
  .gutenberg_bottom .title-bottom:before {
    font-size: 4rem;
    top: -29px;
  }
}
@media (max-width: 479px) {
  .gutenberg_bottom .title-bottom:before {
    font-size: 3rem;
    top: -24px;
  }
}
.gutenberg_bottom h3 {
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  .gutenberg_bottom h3 {
    margin-bottom: 0.3em;
  }
}
@media (max-width: 479px) {
  .gutenberg_bottom h3 {
    text-align: left;
  }
}
.gutenberg_bottom .item {
  padding-bottom: 3.5em;
}
@media (max-width: 1279px) {
  .gutenberg_bottom .item {
    display: block;
  }
}
@media (max-width: 767px) {
  .gutenberg_bottom .item {
    padding-bottom: 1.3em;
  }
}
.gutenberg_bottom .item p {
  white-space: normal;
  margin-bottom: 3.68em;
}
@media (max-width: 1279px) {
  .gutenberg_bottom .item p {
    white-space: normal;
    text-align: left;
    padding-right: 6em;
  }
}
@media (max-width: 1023px) {
  .gutenberg_bottom .item p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .gutenberg_bottom .item p {
    margin-bottom: 1.65em;
  }
}
@media (max-width: 479px) {
  .gutenberg_bottom .align-items-center {
    padding: 0 15px;
  }
}

@media (max-width: 1279px) {
  .gutenberg-title {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .gutenberg-title {
    margin-bottom: 20px !important;
  }
}

.features_bg {
  position: relative;
  background-color: #ffffff;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
.features-special {
  padding-top: 112px;
  padding-bottom: 185px;
  position: relative;
  background-color: #ffffff;
  background-size: cover;
}
@media (max-width: 1279px) {
  .features-special {
    padding-top: 80px !important;
    padding-bottom: 119px !important;
  }
}
@media (max-width: 1023px) {
  .features-special {
    padding-top: 71px !important;
  }
}
@media (max-width: 767px) {
  .features-special {
    padding-top: 42px !important;
    padding-bottom: 93px !important;
  }
}
.features-special h4 {
  text-align: center;
}
@media (max-width: 767px) {
  .features-special h2 {
    margin-bottom: 20px;
  }
}

.features {
  position: relative;
  padding-top: 9.3em;
  padding-bottom: 7.2em;
  background-color: #f8f8f8;
  background-size: cover;
}
@media (max-width: 1279px) {
  .features {
    padding-top: 4.5em;
    padding-bottom: 3em;
  }
}
@media (max-width: 767px) {
  .features {
    padding-top: 2.8em;
    padding-bottom: 1.1em;
  }
}
.features .feature__item {
  text-align: center;
  margin-bottom: 30px;
  transition: 0.3s ease;
  border-radius: 3px;
  padding: 3.9em 0 2.3em 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1279px) {
  .features .feature__item {
    padding: 2.4em 0 1.7em 0;
  }
}
.features .feature__item-icon {
  position: relative;
}
@media (max-width: 1023px) {
  .features .feature__item-icon {
    flex-direction: column;
    align-items: center;
  }
}
.features .feature__item:hover {
  transform: translateY(-5px);
}
@media (max-width: 1279px) {
  .features .container {
    max-width: 800px;
  }
}
@media (max-width: 1023px) {
  .features .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .features .container {
    max-width: 450px;
  }
}
@media (max-width: 479px) {
  .features .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.feature-paddding-top {
  padding-top: 4.75em;
}
@media (max-width: 1279px) {
  .feature-paddding-top {
    padding-top: 0;
  }
}

.no-br br {
  display: none;
}

.pages {
  padding-top: 9.35em;
  padding-bottom: 9.65em;
}
@media (max-width: 1279px) {
  .pages {
    padding-top: 4.5em;
    padding-bottom: 80px;
  }
}
@media (max-width: 1023px) {
  .pages {
    padding-top: 4.5em;
  }
}
@media (max-width: 767px) {
  .pages {
    padding-top: 43px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pages h2 {
    padding: 0 50px;
  }
}
@media (max-width: 479px) {
  .pages h2 {
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  .pages p {
    padding: 0 25px;
  }
}
.pages .pages-item .img {
  position: relative;
  display: block;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .pages .pages-item .img {
    text-align: center;
  }
}
.pages .pages-item .img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  background-color: rgba(255, 239, 226, 0);
}
@media (max-width: 767px) {
  .pages .pages-item .img:before {
    width: 86%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.pages .pages-item span {
  color: #44233B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .pages .pages-item span {
    font-size: 1.5em;
  }
}
.pages .bottom_des {
  color: #CFB7B3;
  margin-top: 2.3em;
}
@media (max-width: 1279px) {
  .pages .bottom_des {
    margin-top: 1.5em;
  }
}
@media (max-width: 767px) {
  .pages .bottom_des {
    margin-top: 0.6em;
  }
}
.pages .container-fluid {
  padding: 0;
}

@media (max-width: 767px) {
  .mb {
    margin-bottom: 2em;
  }
}

.footer {
  animation-duration: 1.5s;
  position: relative;
  padding-top: 8.7em;
  padding-bottom: 10.6em;
  background: url("../img/footer-bg.png") center center no-repeat;
  background-size: cover;
}
@media (max-width: 1279px) {
  .footer {
    padding-top: 4em;
    padding-bottom: 5em;
  }
}
@media (max-width: 1023px) {
  .footer {
    padding-top: 4.3em;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 3.2em;
    padding-bottom: 3.7em;
  }
}
.footer .btn:hover {
  transform: translateY(-2px);
  box-shadow: none;
}
.footer .footer-img {
  z-index: 33;
}
.footer h1 {
  color: #ffffff;
  line-height: 1em;
  margin-bottom: 0.7em !important;
}
@media (max-width: 767px) {
  .footer h1 br {
    display: none;
  }
}
.footer .btn {
  display: inline-block;
}

.section-portfolio {
  position: relative;
  background-color: #ffffff;
  background-size: cover;
}
.section-portfolio .demo {
  padding-top: 4.45em;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1279px) {
  .section-portfolio .demo {
    padding-top: 2.9em;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1024px) {
  .section-portfolio .demo {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .section-portfolio .demo {
    padding-top: 0.5em;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#demo {
  padding-top: 11.8em;
  padding-bottom: 4em;
  margin-top: -75px;
  background-color: #E6E6E6;
}
@media (max-width: 1279px) {
  #demo {
    padding-top: 10.3em;
    padding-bottom: 2.4em;
  }
}
@media (max-width: 1024px) {
  #demo {
    padding-top: 7.5em;
    margin-top: -45px;
  }
}
@media (max-width: 767px) {
  #demo {
    padding-top: 6.7em;
    padding-bottom: 1.3em;
  }
}
@media (max-width: 1279px) {
  #demo .container {
    max-width: 800px;
  }
}
@media (max-width: 1023px) {
  #demo .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  #demo .container {
    max-width: 400px;
  }
}

@media (max-width: 1023px) {
  .margin-special {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .margin-special {
    margin-left: 0;
    margin-right: 0;
  }
}

.ml-left {
  margin-left: 25px;
}
@media (max-width: 479px) {
  .ml-left {
    margin-left: 15px;
  }
}

@media (max-width: 1279px) {
  .title {
    font-size: 3em;
    line-height: 1em !important;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 2em;
  }
}
@media (max-width: 1023px) {
  .title br {
    display: none;
  }
}

.wrap_top {
  display: flex;
  align-items: flex-start;
  width: 100%;
  background-color: #f8f8f8;
  position: relative;
}
@media (max-width: 1279px) {
  .wrap_top {
    align-items: center;
  }
}

.wrap_center {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 1279px) {
  .wrap_center {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .wrap_center {
    flex-direction: column-reverse;
  }
}

.wrap_bottom {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}

.title-top,
.title-center,
.title-bottom {
  text-align: left;
  line-height: 1em;
  margin-bottom: 0.85em;
}
@media (max-width: 1279px) {
  .title-top,
.title-center,
.title-bottom {
    margin-bottom: 0.9em;
  }
}

.title-center {
  margin-bottom: 0.9em;
}

.des {
  width: 100%;
  margin: 2px;
  margin-bottom: 2.7em;
}
@media (max-width: 1024px) {
  .des {
    width: 100%;
    margin-bottom: 1.6em;
  }
}
@media (max-width: 767px) {
  .des {
    margin-bottom: 1.3em;
  }
}

.des-center {
  width: 88%;
}
@media (max-width: 1279px) {
  .des-center {
    width: 95%;
  }
}
@media (max-width: 479px) {
  .des-center {
    width: 100%;
  }
}

.item {
  padding-top: 3.35em;
}
@media (max-width: 1024px) {
  .item {
    padding-top: 0;
  }
}

.item_top {
  padding-left: 8em;
}
@media (max-width: 1439px) {
  .item_top {
    padding-left: 5em;
  }
}
@media (max-width: 1024px) {
  .item_top {
    padding-left: 3em;
  }
}
@media (max-width: 1023px) {
  .item_top {
    padding-top: 1.6em;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .item_top {
    padding-top: 0;
  }
}

.item_center {
  padding-left: 2.6em;
  padding-top: 0.55em;
}
@media (max-width: 1279px) {
  .item_center {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .item_center {
    padding-top: 0.5em;
    padding-left: 0;
  }
}

.item_bottom {
  padding-top: 0.25em;
  padding-left: 5.65em;
}
@media (max-width: 1279px) {
  .item_bottom {
    padding-top: 0;
    padding-left: 3em;
  }
}
@media (max-width: 1023px) {
  .item_bottom {
    padding-top: 1.3em;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .item_bottom {
    padding-top: 1em;
  }
}

.first-section {
  background-color: #fff;
  position: relative;
  padding-top: 9.3em;
  padding-bottom: 7.3em;
}
@media (max-width: 1279px) {
  .first-section {
    padding-top: 4.5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 1023px) {
  .first-section {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 767px) {
  .first-section {
    padding-top: 3.1em;
    padding-bottom: 3.1em;
  }
}

.extra-section {
  background-color: #fff;
  position: relative;
  padding-top: 9.3em;
  padding-bottom: 5em;
}
@media (max-width: 1279px) {
  .extra-section {
    padding-top: 4.5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 1023px) {
  .extra-section {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 767px) {
  .extra-section {
    padding-top: 3.1em;
    padding-bottom: 3.1em;
  }
}

.second-section {
  padding-top: 9.55em;
  padding-bottom: 7.4em;
}
@media (max-width: 1279px) {
  .second-section {
    padding-top: 4.5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 1023px) {
  .second-section {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 767px) {
  .second-section {
    padding-top: 3.1em;
    padding-bottom: 3.1em;
  }
}
.second-section img {
  position: relative;
  left: 0.7em;
}
@media (max-width: 1279px) {
  .second-section img {
    left: 0;
  }
}

.third-section {
  position: relative;
  background-color: #EEEEEE;
  padding-top: 9.25em;
  padding-bottom: 8em;
}
@media (max-width: 1279px) {
  .third-section {
    padding-top: 4.5em;
    padding-bottom: 3em;
  }
}
@media (max-width: 1023px) {
  .third-section {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 767px) {
  .third-section {
    padding-top: 3.1em;
    padding-bottom: 3.1em;
  }
}
@media (max-width: 767px) {
  .special--padding {
    padding: 0 15px;
  }
}

.line {
  display: block;
  width: 2px;
  height: 55px;
  background-color: #FD8F8F;
  position: absolute;
  left: 50%;
  top: -5.1%;
  z-index: 22;
}
@media (max-width: 1279px) {
  .line {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .line {
    top: -9%;
  }
}

.inverse {
  color: #4D49BD !important;
  background-color: #ffffff !important;
  margin-right: 2.2em;
}
.inverse:hover {
  color: #ffffff !important;
  background-color: #48D182 !important;
}

@media (max-width: 1439px) {
  .special-padding-bottom {
    padding-bottom: 1.3em !important;
  }
}
@media (max-width: 1439px) and (max-width: 1279px) {
  .special-padding-bottom {
    padding-bottom: 1.7em !important;
  }
}
@media (max-width: 1279px) {
  .advance-padding-bottom {
    padding-bottom: 1.7em !important;
  }
}
@media (max-width: 1023px) {
  .wrap_top .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

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

  .wrap_top {
    flex-direction: column;
  }
}
@media (max-width: 1023px) and (max-width: 479px) {
  .wrap_top {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .wrap_top img {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .wrap_center {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1023px) and (max-width: 479px) {
  .wrap_center {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .wrap_center img {
    width: 85%;
  }
}
.hero-title {
  margin: 0;
  position: relative;
  z-index: 1;
}
.hero-title:before {
  content: "TanTum";
  font-size: 350px;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  color: rgba(58, 55, 134, 0.1);
  z-index: 0;
  letter-spacing: -10px;
}
@media (max-width: 1679px) {
  .hero-title:before {
    font-size: 250px;
  }
}
@media (max-width: 1279px) {
  .hero-title:before {
    font-size: 200px;
  }
}
@media (max-width: 1023px) {
  .hero-title:before {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .hero-title:before {
    font-size: 120px;
  }
}
@media (max-width: 479px) {
  .hero-title:before {
    font-size: 90px;
    left: 45%;
  }
}

@media (max-width: 767px) {
  .hero-title br {
    display: none;
  }
}
.hero__content {
  padding-top: 67px;
}
@media (max-width: 767px) {
  .hero__content {
    padding-top: 0;
  }
}

.alter-bg-color.container_full {
  max-width: 100%;
}

.decoration {
  position: relative;
}
.decoration:before {
  content: "";
  width: 35px;
  height: 3px;
  position: absolute;
  left: 3px;
  bottom: -32px;
  display: block;
  background-color: #48D182;
}
@media (max-width: 1279px) {
  .decoration:before {
    bottom: -23px;
  }
}
@media (max-width: 767px) {
  .decoration:before {
    bottom: -17px;
  }
}

.border-seporator {
  border-top: 2px solid #EEEEEE;
  max-width: 1450px;
  position: relative;
  left: 33px;
}
@media (max-width: 1440px) {
  .border-seporator {
    left: 0px;
  }
}

.slider-content img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.slick-initialized .slick-slide {
  padding-bottom: 10px;
}

.offset-top-center {
  padding: 73px 137px 0;
}
@media (max-width: 1280px) {
  .offset-top-center {
    padding: 50px 100px 0;
  }
}
@media (max-width: 1024px) {
  .offset-top-center {
    padding: 0 25px;
  }
}

.offset-top-25 {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .offset-top-25 {
    margin-top: 12px;
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  h2 br {
    display: none;
  }
}
@media (max-width: 1024px) {
  footer h1 br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .offset-top-45 {
    margin-top: 45px;
  }
}
@media (max-width: 479px) {
  .offset-top-45 {
    margin-top: 30px;
  }
}

@media (min-width: 1280px) {
  .offset-top-65 {
    margin-top: -90px;
  }
}
#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 #48D182;
  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;
  }
}