<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************************
PARTIALS
*******************************/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&amp;family=Open+Sans:wght@500&amp;display=swap");
/*******************************
CONFIGS
*******************************/
/* COLOURS */
/*!
 * Bootstrap v4.1.0 (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)
 */
*,
*::before,
*::after {
  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: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, 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";
  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[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  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]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

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;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -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;
}

.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;
  }
}
@media (min-width: 1310px) {
  .container {
    max-width: 1250px;
  }
}

.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 &gt; .col,
.no-gutters &gt; [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
  background-color: #c8cbcf;
}

.table-success,
.table-success &gt; th,
.table-success &gt; td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
  background-color: #b1dfbb;
}

.table-info,
.table-info &gt; th,
.table-info &gt; td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
  background-color: #abdde5;
}

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
  background-color: #f1b0b7;
}

.table-light,
.table-light &gt; th,
.table-light &gt; td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover &gt; td,
.table-hover .table-light:hover &gt; th {
  background-color: #ececf6;
}

.table-dark,
.table-dark &gt; th,
.table-dark &gt; td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover &gt; td,
.table-hover .table-dark:hover &gt; th {
  background-color: #b9bbbe;
}

.table-active,
.table-active &gt; th,
.table-active &gt; td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover &gt; td,
.table-hover .table-active:hover &gt; th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 1309.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl &gt; .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive &gt; .table-bordered {
  border: 0;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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 (min-width: 1310px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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;
  }
}
@media (min-width: 1310px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1310px) {
  .float-xxl-left {
    float: left !important;
  }

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

  .float-xxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

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

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

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1310px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1310px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  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;
}

button:focus {
  border: none;
  outline: none;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before {
  right: 0;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
  margin: 0px;
}
.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--slider .hamburger-inner::before {
  right: -5px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.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, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.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, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.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, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.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, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 60px;
}
.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, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px;
}
.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, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

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

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 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(-6px, -7.5px, 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(-6px, 7.5px, 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(6px, -7.5px, 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(6px, 7.5px, 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: -16px;
  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, -8px, 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: -16px;
  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, -8px, 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: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 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, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 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, -16px, 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: 8px;
  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: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 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: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 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: 8px;
  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: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 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: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 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: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 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: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  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: 16px;
  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, 8px, 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, 8px, 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: -16px;
  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, -8px, 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);
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.data-capture {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  /* Demo site CSS. Not mobile first, not semantic, not optimized, made for 20 minutes, mess */
  /*#header-links a {
    color: #A5CCFF;
  }
  #header-links a:hover {
    opacity: 0.8;
  }*/
  /*h2:target {
    font-weight: bold;
    margin-top: 0;
    border-top: 1.8em solid transparent;
    margin-bottom: .3em;
    border-bottom: 0;

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #FFF6BF;
    padding-top: .2em;
    padding-left: .5em;
  }*/
  /*button.get-code-btn {
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    z-index: 1;
    padding: 0;
    outline: none;
    background: red;
    position: absolute;
    right: 0;
    top: 0;
  }*/
  /* Syntax highlighter */
}
.data-capture form {
  border-radius: 5px;
}
.data-capture form input[type=text], .data-capture form input[type=email] {
  background-color: white;
  color: #111;
  border-color: #CCC;
  width: 100%;
  margin-top: 5px;
}
.data-capture form label {
  font-family: "gravesend-sans", serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  color: #111;
}
.data-capture form h2, .data-capture form h3, .data-capture form h4 {
  font-family: "gravesend-sans", serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  color: #111;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
.data-capture form p {
  color: #555;
  margin-bottom: 20px;
}
.data-capture html, .data-capture body, .data-capture div, .data-capture object, .data-capture iframe, .data-capture h1, .data-capture h2, .data-capture h3, .data-capture h4, .data-capture h5, .data-capture h6, .data-capture p, .data-capture blockquote, .data-capture ol, .data-capture ul, .data-capture li, .data-capture form, .data-capture fieldset, .data-capture legend, .data-capture label, .data-capture table, .data-capture header, .data-capture footer, .data-capture nav, .data-capture section, .data-capture figure {
  margin: 0;
  padding: 0;
}
.data-capture html {
  overflow-y: scroll;
}
.data-capture body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #5A6064;
}
.data-capture pre, .data-capture code {
  tab-size: 4;
}
.data-capture p {
  margin: 0 0 11px;
}
.data-capture ul {
  list-style: disc;
}
.data-capture ul, .data-capture ol {
  padding: 0;
  margin: 0 0 11px 25px;
}
.data-capture li {
  line-height: 22px;
  margin: 0 0 0.5em 0;
}
.data-capture h1, .data-capture h2, .data-capture h3, .data-capture h4, .data-capture h5, .data-capture h6 {
  margin: 0;
  font-weight: normal;
  text-rendering: optimizelegibility;
  color: #282B30;
  font-family: Calibri, "PT Sans", "Trebuchet MS", "Helvetica Neue", Arial;
}
.data-capture .mfp-preloader {
  font-size: 13px;
}
.data-capture img {
  border: 0;
}
.data-capture .get-code-window {
  position: relative;
  background: #FFF;
  padding: 2em 3em;
  width: auto;
  margin: 20px auto;
  max-width: 600px;
}
.data-capture #magnific_popup_documentation {
  font-size: 3em;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
.data-capture a {
  color: #3169B3;
  text-decoration: underline;
}
.data-capture a:hover {
  color: #C00;
  text-decoration: underline;
}
.data-capture body {
  background: #fafafa;
}
.data-capture .grid-c h3 {
  margin-top: 0;
}
.data-capture .grid-c {
  clear: both;
}
.data-capture .grid-c p {
  margin-bottom: 0.5em;
}
.data-capture .grid-c {
  overflow: hidden;
  margin: 0 -1em;
}
.data-capture .gc3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 1em;
  overflow: hidden;
}
.data-capture .grid-c .gc3:nth-of-type(2n+1) {
  clear: left;
}
.data-capture h1#magnific-popup-docs {
  display: none;
}
.data-capture #logo {
  height: 150px;
  text-align: center;
  position: relative;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  padding: 0 3em;
  margin-left: -3em;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 50px;
}
.data-capture #broken-glass {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.data-capture #logo:active h1 {
  top: 1px;
}
.data-capture #logo h1 {
  margin-top: 27px;
  font-size: 63px;
  line-height: 1.4;
  top: 0;
}
.data-capture #logo h1 {
  text-align: center;
  font-weight: bold;
  width: 100%;
  color: #000;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
}
.data-capture h2.intro {
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
  border: 0;
  margin-top: 0;
}
.data-capture #header-links {
  font-size: 16px;
}
.data-capture #markdown-toc {
  position: fixed;
  left: 0;
  top: 50px;
  padding: 20px 20px;
  background: rgba(255, 255, 255, 0.71);
  -webkit-backface-visibility: hidden;
  list-style: none;
}
.data-capture #markdown-toc a[href="#magnific-popup-docs"] {
  display: none;
}
.data-capture #markdown-toc ul {
  list-style: none;
}
.data-capture #markdown-toc ul ul {
  display: none;
}
.data-capture #markdown-toc:before {
  content: "Table of contents";
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
@media all and (max-width: 75em) {
  .data-capture #markdown-toc {
    position: static;
    padding: 0;
    background: none;
  }
}
.data-capture #markdown-toc a {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.data-capture #markdown-toc ul {
  margin: 0;
  padding: 0;
}
.data-capture #markdown-toc .active a {
  text-decoration: none;
  color: #666;
}
.data-capture code, .data-capture pre {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}
.data-capture code {
  background: #F8F8F8;
  padding: 0.1em 0.4em;
  color: #c82829;
  font-size: 13px;
}
.data-capture pre {
  background: none;
  line-height: 18px;
  overflow: auto;
  padding: 20px 25px;
  border-radius: 2px;
}
.data-capture pre code {
  border: 0;
  padding: 0;
  background: none;
  color: #000;
  font-size: 13px;
}
.data-capture .highlight {
  position: relative;
  margin-bottom: 0.5em;
  margin-left: -1.5em;
  width: 100%;
  padding: 0 1.5em;
  background-color: #F5FAFC;
}
.data-capture pre code:before {
  display: block;
  position: absolute;
  right: 3px;
  top: 6px;
  padding: 3px 7px 0;
  color: #889499;
  font-size: 12px;
  line-height: 13px;
}
.data-capture code.html:before {
  content: "HTML";
}
.data-capture code.javascript:before {
  content: "JS";
}
.data-capture code.css:before {
  content: "CSS";
}
.data-capture #mc_embed_signup {
  max-width: 350px;
  padding: 32px;
  background: #EEE;
}
.data-capture #mc_embed_signup input[type=email] {
  border: 1px solid #CCC;
  border-top: 1px solid #999;
  padding: 5px;
  font-size: 18px;
  width: 200px;
  margin-right: 10px;
  height: 25px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.data-capture #mc_embed_signup input[type=email]:focus {
  background-color: #FFF;
  border: 1px solid #3169B3;
  box-shadow: #3169B3 0px 0px 5px;
  -moz-box-shadow: #3169B3 0px 0px 5px;
  -webkit-box-shadow: #3169B3 0px 0px 5px;
  outline: none;
}
.data-capture #mc_embed_signup input[type=submit] {
  border: 1px solid #3169B3;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  height: auto;
  padding: 8px 13px;
  cursor: pointer;
  background-color: #3169B3;
  display: inline-block;
  width: auto;
  -webkit-appearance: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  vertical-align: top;
}
.data-capture .embed-form {
  position: relative;
}
.data-capture #mc_embed_signup p {
  font-size: 15px;
  color: #4F4F4F;
}
.data-capture #main-wrapper {
  background: none;
  max-width: 800px;
  width: 100%;
  margin: 2em auto 4em;
  padding: 3em;
  padding-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.data-capture .white-popup-block {
  background: #FFF;
  padding: 40px 60px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
.data-capture #examples:after {
  content: "to view source click on the title of example";
  opacity: 0.4;
  font-weight: normal;
  font-size: 14px;
  margin-top: 13px;
  float: right;
}
.data-capture .example {
  margin-bottom: 20px;
  position: relative;
}
.data-capture .example h3 {
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px dotted #949494;
}
.data-capture .example h3:hover {
  color: #C00;
}
.data-capture .example h3:hover:after {
  content: "view source";
  padding-left: 8px;
  color: #999;
  position: absolute;
  top: 16px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 12px;
}
.data-capture .square-tmb {
  margin: 0 10px 0 0;
  cursor: pointer;
}
.data-capture .zoom-cursor {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.data-capture .example a,
.data-capture a.popup-link {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.data-capture .example a:hover,
.data-capture a.popup-link:hover {
  text-decoration: none;
}
.data-capture .example a {
  line-height: 26px;
}
.data-capture .example p a {
  text-decoration: underline;
  border: 0;
  line-height: 1.6;
}
.data-capture #image-gallery a,
.data-capture #single-image {
  border-bottom: none;
}
.data-capture .not-ready-yet-notice {
  padding: 20px 20px;
  background: #EEE;
}
.data-capture #footer {
  border-top: 1px solid #DDD;
  padding-top: 3em;
  margin: 5em 0 0;
  width: 100%;
  text-align: center;
  opacity: 0.9;
}
.data-capture #conditional-lightbox-notice {
  display: none;
}
.data-capture #logo-status {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
  text-align: center;
}
.data-capture #logo-status.down {
  opacity: 1;
}
.data-capture .grid-of-images a {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  border-bottom: 0;
  height: 75px;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 75px;
}
.data-capture .grid-of-images a:hover {
  opacity: 0.9;
}
.data-capture h3 em {
  opacity: 0.3;
}
.data-capture code.def {
  padding: 0;
  background: #FFF;
  border: 0;
  display: block;
  margin-bottom: 8px;
  margin-top: -10px;
  color: #A3A3A3;
}
@media all and (max-width: 50em) {
  .data-capture #logo h1 {
    font-size: 52px;
    margin-top: 36px;
  }
}
@media all and (max-width: 30em) {
  .data-capture #examples:after {
    display: none;
  }
  .data-capture .gc3 {
    width: 100%;
  }
  .data-capture .grid-c .gc3:nth-of-type(2n+1) {
    clear: none;
  }
  .data-capture #main-wrapper {
    padding: 1em;
    margin-top: 0;
  }
  .data-capture .highlight {
    padding: 0.2em 1em;
    margin: 1em -1em;
  }
  .data-capture #logo {
    height: 95px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 2em;
  }
  .data-capture #logo h1 {
    font-size: 32px;
    margin-top: 23px;
  }
  .data-capture h2.intro {
    font-size: 20px;
  }
}
@media all and (max-width: 700px) {
  .data-capture .zoom-cursor {
    cursor: pointer;
  }
  .data-capture #conditional-lightbox-notice {
    display: block;
    padding: 10px;
    background: #FFEAEA;
  }
}
.data-capture #logo-overlay {
  width: 100%;
  height: 75px;
}
.data-capture #logo-overlay {
  opacity: 1;
  background: red;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.data-capture #mfp-build-tool {
  background: #FFF;
  padding: 30px 40px 40px 40px;
  max-width: 500px;
  text-align: left;
  margin: 10px auto;
  position: relative;
}
.data-capture #mfp-build-tool h2 {
  margin-top: 0;
  margin-bottom: 0.7em;
}
.data-capture #mfp-build-form label {
  display: block;
  margin-bottom: 5px;
  min-height: 18px;
  padding-left: 18px;
}
.data-capture #mfp-build-form input[type=checkbox] {
  margin: 3px 0;
  line-height: normal;
  cursor: pointer;
  width: auto;
  margin-right: 5px;
  float: left;
  margin-left: -18px;
}
.data-capture #mfp-build-status {
  min-height: 40px;
}
.data-capture #mfp-build-status .error {
  color: #830C0C;
}
.data-capture #mfp-build-status .success {
  color: #014B04;
}
.data-capture #mfp-build-status .progress {
  color: #000;
}
.data-capture #smashing {
  text-align: center;
  font-weight: bold;
}
.data-capture #smashing a {
  color: #EF4A35;
}
.data-capture #smashing a:hover {
  color: #FF9369;
}
.data-capture #smashing strong {
  color: #EF4A35;
}
.data-capture .smashing-link {
  margin-left: 29px;
  position: relative;
}
.data-capture .smashing-link:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("http://dimsemenov.com/images/sm-logo-24x24.png");
  position: absolute;
  top: -4px;
  left: -28px;
}
.data-capture #hackernews {
  margin-left: 24px;
}
.data-capture #hackernews:before {
  background: url("http://dimsemenov.com/images/hn-logo-18x18.gif");
  width: 18px;
  height: 18px;
  top: -1px;
  left: -22px;
}
.data-capture .share-buttons {
  text-align: center;
}
.data-capture .share-buttons h2 {
  text-align: center;
  border: 0;
}
.data-capture .share-buttons {
  position: relative;
  margin: 70px 0;
}
.data-capture .share-buttons a {
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding: 10px 20px;
  margin: 10px;
  color: #FFF;
  text-decoration: none;
  background: #5AAF63;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.data-capture .share-buttons a:hover {
  opacity: 0.7;
}
.data-capture #tweet {
  background: #0096c4;
}
.data-capture #like {
  background: #3b5998;
}
.data-capture #gplus {
  background: #d34836;
}
.data-capture #vkcom {
  background: #6e8fb1;
}
.data-capture pre .comment,
.data-capture pre .template_comment,
.data-capture pre .diff .header,
.data-capture pre .javadoc {
  color: #998;
  font-style: italic;
}
.data-capture pre .keyword,
.data-capture pre .css .rule .keyword,
.data-capture pre .winutils,
.data-capture pre .javascript .title,
.data-capture pre .nginx .title,
.data-capture pre .subst,
.data-capture pre .request,
.data-capture pre .status {
  color: #333;
  font-weight: bold;
}
.data-capture pre .number,
.data-capture pre .hexcolor,
.data-capture pre .ruby .constant {
  color: #099;
}
.data-capture pre .string,
.data-capture pre .tag .value,
.data-capture pre .phpdoc,
.data-capture pre .tex .formula {
  color: #D01040;
}
.data-capture pre .title,
.data-capture pre .id {
  color: #900;
  font-weight: bold;
}
.data-capture pre .javascript .title,
.data-capture pre .lisp .title,
.data-capture pre .clojure .title,
.data-capture pre .subst {
  font-weight: normal;
}
.data-capture pre .class .title,
.data-capture pre .haskell .type,
.data-capture pre .vhdl .literal,
.data-capture pre .tex .command {
  color: #458;
  font-weight: bold;
}
.data-capture pre .tag,
.data-capture pre .tag .title,
.data-capture pre .rules .property,
.data-capture pre .django .tag .keyword {
  color: #000080;
  font-weight: normal;
}
.data-capture pre .attribute,
.data-capture pre .variable,
.data-capture pre .lisp .body {
  color: teal;
}
.data-capture pre .regexp {
  color: #009926;
}
.data-capture pre .class {
  color: #458;
  font-weight: bold;
}
.data-capture pre .built_in,
.data-capture pre .lisp .title,
.data-capture pre .clojure .built_in {
  color: #0086b3;
}
.data-capture pre .preprocessor,
.data-capture pre .pi,
.data-capture pre .doctype,
.data-capture pre .shebang,
.data-capture pre .cdata {
  color: #999;
  font-weight: bold;
}
.data-capture pre .deletion {
  background: #fdd;
}
.data-capture pre .addition {
  background: #dfd;
}
.data-capture pre .diff .change {
  background: #0086b3;
}
.data-capture pre .chunk {
  color: #aaa;
}
.data-capture #documentation-intro {
  background: #2b2b2b;
  text-align: center;
  padding: 3em;
  width: 100%;
  margin-left: -3em;
  margin-bottom: 3em;
}
.data-capture #documentation-intro h1 {
  color: #FFF;
  width: 100%;
  text-align: center;
  font-size: 44px;
  line-height: 1.1em;
}
.data-capture #id1 {
  display: none;
}
.data-capture #documentation-intro h1 a {
  text-decoration: none;
  color: #FFF;
}
.data-capture #documentation-intro p a {
  font-size: 15px;
  color: #7CB5FF;
}
.data-capture #documentation-intro a:hover {
  opacity: 0.75;
  text-decoration: underline;
}
.data-capture .hll {
  background-color: #ffc;
}
.data-capture .c {
  color: #998;
  font-style: italic;
}
.data-capture .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.data-capture .k {
  color: #000;
  font-weight: bold;
}
.data-capture .o {
  color: #000;
  font-weight: bold;
}
.data-capture .cm {
  color: #998;
  font-style: italic;
}
.data-capture .cp {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.data-capture .c1 {
  color: #998;
  font-style: italic;
}
.data-capture .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.data-capture .gd {
  color: #000;
  background-color: #fdd;
}
.data-capture .ge {
  color: #000;
  font-style: italic;
}
.data-capture .gr {
  color: #a00;
}
.data-capture .gh {
  color: #999;
}
.data-capture .gi {
  color: #000;
  background-color: #dfd;
}
.data-capture .go {
  color: #888;
}
.data-capture .gp {
  color: #555;
}
.data-capture .gs {
  font-weight: bold;
}
.data-capture .gu {
  color: #aaa;
}
.data-capture .gt {
  color: #a00;
}
.data-capture .kc {
  color: #000;
  font-weight: bold;
}
.data-capture .kd {
  color: #000;
  font-weight: bold;
}
.data-capture .kn {
  color: #000;
  font-weight: bold;
}
.data-capture .kp {
  color: #000;
  font-weight: bold;
}
.data-capture .kr {
  color: #000;
  font-weight: bold;
}
.data-capture .kt {
  color: #458;
  font-weight: bold;
}
.data-capture .m {
  color: #099;
}
.data-capture .s {
  color: #d01040;
}
.data-capture .na {
  color: #008080;
}
.data-capture .nb {
  color: #0086b3;
}
.data-capture .nc {
  color: #458;
  font-weight: bold;
}
.data-capture .no {
  color: #008080;
}
.data-capture .nd {
  color: #3c5d5d;
  font-weight: bold;
}
.data-capture .ni {
  color: #800080;
}
.data-capture .ne {
  color: #900;
  font-weight: bold;
}
.data-capture .nf {
  color: #900;
  font-weight: bold;
}
.data-capture .nl {
  color: #900;
  font-weight: bold;
}
.data-capture .nn {
  color: #555;
}
.data-capture .nt {
  color: #000080;
}
.data-capture .nv {
  color: #008080;
}
.data-capture .ow {
  color: #000;
  font-weight: bold;
}
.data-capture .w {
  color: #bbb;
}
.data-capture .mf {
  color: #099;
}
.data-capture .mh {
  color: #099;
}
.data-capture .mi {
  color: #099;
}
.data-capture .mo {
  color: #099;
}
.data-capture .sb {
  color: #d01040;
}
.data-capture .sc {
  color: #d01040;
}
.data-capture .sd {
  color: #d01040;
}
.data-capture .s2 {
  color: #d01040;
}
.data-capture .se {
  color: #d01040;
}
.data-capture .sh {
  color: #d01040;
}
.data-capture .si {
  color: #d01040;
}
.data-capture .sx {
  color: #d01040;
}
.data-capture .sr {
  color: #009926;
}
.data-capture .s1 {
  color: #d01040;
}
.data-capture .ss {
  color: #990073;
}
.data-capture .bp {
  color: #999;
}
.data-capture .vc {
  color: #008080;
}
.data-capture .vg {
  color: #008080;
}
.data-capture .vi {
  color: #008080;
}
.data-capture .il {
  color: #099;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
  top: 10px;
  right: 10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

ul.slick-dots {
  padding: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 10px;
  padding: 0 15px;
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  ul.slick-dots {
    bottom: 40px;
  }
}
ul.slick-dots li {
  list-style-type: none;
  display: inline-block;
}
ul.slick-dots li button {
  border: 0;
  font-size: 0;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  margin: 0 4px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #858585;
  border: solid 2px #858585;
  cursor: pointer;
  transition: opacity 300ms ease;
}
ul.slick-dots li button:hover {
  opacity: 0.8;
  transition: opacity 300ms ease;
}
ul.slick-dots li button:focus {
  outline: none;
}
ul.slick-dots li.slick-active button {
  background: transparent;
}

.green-button {
  color: #fff;
  padding: 14px 70px;
  background: #81b37a;
  border-radius: 35px;
  transition: background 300ms ease;
}
.green-button:hover {
  background: #a0c69a;
  transition: background 300ms ease;
  color: #fff;
}

.dark-green-button {
  color: #fff;
  padding: 15px 70px;
  background: #022602;
  border-radius: 35px;
  transition: background 300ms ease;
}
.dark-green-button:hover {
  background: #a0c69a;
  transition: background 300ms ease;
  color: #fff;
}

.red-button {
  color: #fff;
  padding: 14px 60px;
  background: #8d0600;
  border-radius: 35px;
  transition: background 300ms ease;
}
.red-button:hover {
  background: #c00800;
  transition: background 300ms ease;
  color: #fff;
}

.blue-button {
  color: #fff;
  padding: 14px 70px;
  background: #004a5f;
  border-radius: 35px;
  transition: background 300ms ease;
}
.blue-button:hover {
  background: #007292;
  transition: background 300ms ease;
  color: #fff;
}

.black-button {
  color: #fff;
  padding: 14px 70px;
  background: #111615;
  border-radius: 35px;
  transition: background 300ms ease;
}
@media (min-width: 992px) {
  .black-button {
    border: none;
  }
}
.black-button:hover {
  background: #273330;
  transition: background 300ms ease;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "gravesend-sans", serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

h1 {
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
h1.hero-title {
  font-size: 44px;
  line-height: 48px;
}
@media (min-width: 768px) {
  h1.hero-title {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  h1.hero-title {
    font-size: 104px;
    line-height: 98px;
  }
}
h1.hero-title:after {
  content: "";
  width: 220px;
  height: 4px;
  background-color: #ff0b00;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 25px;
  display: block;
}

h2 {
  font-size: 32px;
  line-height: 42px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
h2:after {
  content: "";
  width: 130px;
  height: 4px;
  background-color: #ff0b00;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 25px;
  display: block;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 38px;
    line-height: 48px;
  }
}

h4 {
  font-size: 17px;
  line-height: 27px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

body {
  font-size: 17px;
  line-height: 25px;
  color: #738f9d;
}
@media (min-width: 768px) {
  body {
    font-size: 19px;
    line-height: 27px;
  }
}
.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.z-index-1 {
  z-index: 1;
}

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

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.margin-auto {
  margin: auto;
}

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

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

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

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

.center {
  margin: auto;
}

.overflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

.white-bg {
  background: #fff;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000004;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.full-width {
  width: 100%;
}

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

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

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

.pad-top-5 {
  padding-top: 5px;
}

.pad-top-10 {
  padding-top: 10px;
}

.pad-top-15 {
  padding-top: 15px;
}

.pad-top-20 {
  padding-top: 20px;
}

.pad-top-25 {
  padding-top: 25px;
}

.pad-top-30 {
  padding-top: 30px;
}

.pad-top-35 {
  padding-top: 35px;
}

.pad-top-40 {
  padding-top: 40px;
}

.pad-top-45 {
  padding-top: 45px;
}

.pad-top-50 {
  padding-top: 50px;
}

.pad-top-55 {
  padding-top: 55px;
}

.pad-top-60 {
  padding-top: 60px;
}

.pad-top-70 {
  padding-top: 70px;
}

.pad-top-80 {
  padding-top: 80px;
}

.pad-top-90 {
  padding-top: 90px;
}

.pad-top-100 {
  padding-top: 100px;
}

.pad-top-150 {
  padding-top: 150px;
}

.pad-top-200 {
  padding-top: 200px;
}

.pad-bottom-5 {
  padding-bottom: 5px;
}

.pad-bottom-10 {
  padding-bottom: 10px;
}

.pad-bottom-15 {
  padding-bottom: 15px;
}

.pad-bottom-20 {
  padding-bottom: 20px;
}

.pad-bottom-25 {
  padding-bottom: 25px;
}

.pad-bottom-30 {
  padding-bottom: 30px;
}

.pad-bottom-35 {
  padding-bottom: 35px;
}

.pad-bottom-40 {
  padding-bottom: 40px;
}

.pad-bottom-45 {
  padding-bottom: 45px;
}

.pad-bottom-50 {
  padding-bottom: 50px;
}

.pad-bottom-55 {
  padding-bottom: 55px;
}

.pad-bottom-60 {
  padding-bottom: 60px;
}

.pad-bottom-70 {
  padding-bottom: 70px;
}

.pad-bottom-80 {
  padding-bottom: 80px;
}

.pad-bottom-90 {
  padding-bottom: 90px;
}

.pad-bottom-100 {
  padding-bottom: 100px;
}

.pad-bottom-150 {
  padding-bottom: 150px;
}

.pad-bottom-200 {
  padding-bottom: 200px;
}

.pad-left-0 {
  padding-left: 0;
}

.pad-left-5 {
  padding-left: 5px;
}

.pad-left-8 {
  padding-left: 8px;
}

.pad-right-8 {
  padding-right: 8px;
}

.pad-left-10 {
  padding-left: 10px;
}

.pad-left-15 {
  padding-left: 15px;
}

.pad-left-20 {
  padding-left: 20px;
}

.pad-left-25 {
  padding-left: 25px;
}

.pad-left-30 {
  padding-left: 30px;
}

.pad-left-40 {
  padding-left: 40px;
}

.pad-left-50 {
  padding-left: 50px;
}

.pad-left-60 {
  padding-left: 60px;
}

.pad-right-0 {
  padding-right: 0;
}

.pad-right-5 {
  padding-right: 5px;
}

.pad-right-10 {
  padding-right: 10px;
}

.pad-right-15 {
  padding-right: 15px;
}

.pad-right-20 {
  padding-right: 20px;
}

.pad-right-25 {
  padding-right: 25px;
}

.pad-right-30 {
  padding-right: 30px;
}

.pad-right-40 {
  padding-right: 40px;
}

.pad-right-50 {
  padding-right: 50px;
}

.pad-right-60 {
  padding-right: 60px;
}

@media (min-width: 768px) {
  .text-center-m {
    text-align: center;
  }

  .pad-left-8-m {
    padding-left: 8px;
  }

  .pad-right-8-m {
    padding-right: 8px;
  }

  .no-padding-m {
    padding: 0;
  }

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

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

  .pad-left-0-m {
    padding-left: 0;
  }

  .pad-left-5-m {
    padding-left: 5px;
  }

  .pad-left-10-m {
    padding-left: 10px;
  }

  .pad-left-15-m {
    padding-left: 15px;
  }

  .pad-left-20-m {
    padding-left: 20px;
  }

  .pad-left-25-m {
    padding-left: 25px;
  }

  .pad-left-30-m {
    padding-left: 30px;
  }

  .pad-left-40-m {
    padding-left: 40px;
  }

  .pad-left-50-m {
    padding-left: 50px;
  }

  .pad-left-60-m {
    padding-left: 60px;
  }

  .pad-right-0-m {
    padding-right: 0;
  }

  .pad-right-5-m {
    padding-right: 5px;
  }

  .pad-right-10-m {
    padding-right: 10px;
  }

  .pad-right-15-m {
    padding-right: 15px;
  }

  .pad-right-20-m {
    padding-right: 20px;
  }

  .pad-right-25-m {
    padding-right: 25px;
  }

  .pad-right-30-m {
    padding-right: 30px;
  }

  .pad-right-40-m {
    padding-right: 40px;
  }

  .pad-right-50-m {
    padding-right: 50px;
  }

  .pad-right-60-m {
    padding-right: 60px;
  }

  .pad-top-0-m {
    padding-top: 0;
  }

  .pad-top-5-m {
    padding-top: 5px;
  }

  .pad-top-10-m {
    padding-top: 10px;
  }

  .pad-top-15-m {
    padding-top: 15px;
  }

  .pad-top-20-m {
    padding-top: 20px;
  }

  .pad-top-25-m {
    padding-top: 25px;
  }

  .pad-top-30-m {
    padding-top: 30px;
  }

  .pad-top-35-m {
    padding-top: 35px;
  }

  .pad-top-40-m {
    padding-top: 40px;
  }

  .pad-top-45-m {
    padding-top: 45px;
  }

  .pad-top-50-m {
    padding-top: 50px;
  }

  .pad-top-55-m {
    padding-top: 55px;
  }

  .pad-top-60-m {
    padding-top: 60px;
  }

  .pad-top-80-m {
    padding-top: 80px;
  }

  .pad-top-90-m {
    padding-top: 90px;
  }

  .pad-top-100-m {
    padding-top: 100px;
  }

  .pad-bottom-0-m {
    padding-bottom: 0;
  }

  .pad-bottom-5-m {
    padding-bottom: 5px;
  }

  .pad-bottom-10-m {
    padding-bottom: 10px;
  }

  .pad-bottom-15-m {
    padding-bottom: 15px;
  }

  .pad-bottom-20-m {
    padding-bottom: 20px;
  }

  .pad-bottom-25-m {
    padding-bottom: 25px;
  }

  .pad-bottom-30-m {
    padding-bottom: 30px;
  }

  .pad-bottom-35-m {
    padding-bottom: 35px;
  }

  .pad-bottom-40-m {
    padding-bottom: 40px;
  }

  .pad-bottom-45-m {
    padding-bottom: 45px;
  }

  .pad-bottom-50-m {
    padding-bottom: 50px;
  }

  .pad-bottom-55-m {
    padding-bottom: 55px;
  }

  .pad-bottom-60-m {
    padding-bottom: 60px;
  }

  .pad-bottom-80-m {
    padding-bottom: 80px;
  }

  .pad-bottom-90-m {
    padding-bottom: 90px;
  }

  .pad-bottom-100-m {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .text-center-l {
    text-align: center;
  }

  .pad-left-8-l {
    padding-left: 8px;
  }

  .pad-right-8-l {
    padding-right: 8px;
  }

  .no-padding-l {
    padding: 0;
  }

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

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

  .pad-left-0-l {
    padding-left: 0;
  }

  .pad-left-5-l {
    padding-left: 5px;
  }

  .pad-left-10-l {
    padding-left: 10px;
  }

  .pad-left-15-l {
    padding-left: 15px;
  }

  .pad-left-20-l {
    padding-left: 20px;
  }

  .pad-left-30-l {
    padding-left: 30px;
  }

  .pad-left-40-l {
    padding-left: 40px;
  }

  .pad-left-50-l {
    padding-left: 50px;
  }

  .pad-left-60-l {
    padding-left: 60px;
  }

  .pad-right-0-l {
    padding-right: 0;
  }

  .pad-right-5-l {
    padding-right: 5px;
  }

  .pad-right-10-l {
    padding-right: 10px;
  }

  .pad-right-15-l {
    padding-right: 15px;
  }

  .pad-right-20-l {
    padding-right: 20px;
  }

  .pad-right-30-l {
    padding-right: 30px;
  }

  .pad-right-40-l {
    padding-right: 40px;
  }

  .pad-right-50-l {
    padding-left: 50px;
  }

  .pad-right-60-l {
    padding-right: 60px;
  }

  .pad-top-0-l {
    padding-top: 0;
  }

  .pad-top-5-l {
    padding-top: 5px;
  }

  .pad-top-10-l {
    padding-top: 10px;
  }

  .pad-top-15-l {
    padding-top: 15px;
  }

  .pad-top-20-l {
    padding-top: 20px;
  }

  .pad-top-25-l {
    padding-top: 25px;
  }

  .pad-top-30-l {
    padding-top: 30px;
  }

  .pad-top-35-l {
    padding-top: 35px;
  }

  .pad-top-40-l {
    padding-top: 40px;
  }

  .pad-top-45-l {
    padding-top: 45px;
  }

  .pad-top-50-l {
    padding-top: 50px;
  }

  .pad-top-55-l {
    padding-top: 55px;
  }

  .pad-top-60-l {
    padding-top: 60px;
  }

  .pad-top-80-l {
    padding-top: 80px;
  }

  .pad-top-90-l {
    padding-top: 90px;
  }

  .pad-top-100-l {
    padding-top: 100px;
  }

  .pad-bottom-0-l {
    padding-bottom: 0;
  }

  .pad-bottom-5-l {
    padding-bottom: 5px;
  }

  .pad-bottom-10-l {
    padding-bottom: 10px;
  }

  .pad-bottom-15-l {
    padding-bottom: 15px;
  }

  .pad-bottom-20-l {
    padding-bottom: 20px;
  }

  .pad-bottom-25-l {
    padding-bottom: 25px;
  }

  .pad-bottom-30-l {
    padding-bottom: 30px;
  }

  .pad-bottom-35-l {
    padding-bottom: 35px;
  }

  .pad-bottom-40-l {
    padding-bottom: 40px;
  }

  .pad-bottom-45-l {
    padding-bottom: 45px;
  }

  .pad-bottom-50-l {
    padding-bottom: 50px;
  }

  .pad-bottom-55-l {
    padding-bottom: 55px;
  }

  .pad-bottom-60-l {
    padding-bottom: 60px;
  }

  .pad-bottom-80-l {
    padding-bottom: 80px;
  }

  .pad-bottom-90-l {
    padding-bottom: 90px;
  }

  .pad-bottom-100-l {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .text-center-xl {
    text-align: center;
  }

  .pad-left-8-xl {
    padding-left: 8px;
  }

  .pad-right-8-xl {
    padding-right: 8px;
  }

  .no-padding-xl {
    padding: 0;
  }

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

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

  .pad-left-0-xl {
    padding-left: 0;
  }

  .pad-left-5-xl {
    padding-left: 5px;
  }

  .pad-left-10-xl {
    padding-left: 10px;
  }

  .pad-left-15-xl {
    padding-left: 15px;
  }

  .pad-left-20-xl {
    padding-left: 20px;
  }

  .pad-left-30-xl {
    padding-left: 30px;
  }

  .pad-left-40-xl {
    padding-left: 40px;
  }

  .pad-left-50-xl {
    padding-left: 50px;
  }

  .pad-right-0-xl {
    padding-right: 0;
  }

  .pad-right-5-xl {
    padding-right: 5px;
  }

  .pad-right-10-xl {
    padding-right: 10px;
  }

  .pad-right-15-xl {
    padding-right: 15px;
  }

  .pad-right-20-xl {
    padding-right: 20px;
  }

  .pad-right-30-xl {
    padding-right: 30px;
  }

  .pad-right-40-xl {
    padding-right: 40px;
  }

  .pad-right-50-xl {
    padding-right: 50px;
  }

  .pad-right-60-xl {
    padding-right: 60px;
  }

  .pad-top-0-xl {
    padding-top: 0;
  }

  .pad-top-5-xl {
    padding-top: 5px;
  }

  .pad-top-10-xl {
    padding-top: 10px;
  }

  .pad-top-15-xl {
    padding-top: 15px;
  }

  .pad-top-20-xl {
    padding-top: 20px;
  }

  .pad-top-25-xl {
    padding-top: 25px;
  }

  .pad-top-30-xl {
    padding-top: 30px;
  }

  .pad-top-35-xl {
    padding-top: 35px;
  }

  .pad-top-40-xl {
    padding-top: 40px;
  }

  .pad-top-45-xl {
    padding-top: 45px;
  }

  .pad-top-50-xl {
    padding-top: 50px;
  }

  .pad-top-55-xl {
    padding-top: 55px;
  }

  .pad-top-60-xl {
    padding-top: 60px;
  }

  .pad-bottom-0-xl {
    padding-bottom: 0;
  }

  .pad-bottom-5-xl {
    padding-bottom: 5px;
  }

  .pad-bottom-10-xl {
    padding-bottom: 10px;
  }

  .pad-bottom-15-xl {
    padding-bottom: 15px;
  }

  .pad-bottom-20-xl {
    padding-bottom: 20px;
  }

  .pad-bottom-25-xl {
    padding-bottom: 25px;
  }

  .pad-bottom-30-xl {
    padding-bottom: 30px;
  }

  .pad-bottom-35-xl {
    padding-bottom: 35px;
  }

  .pad-bottom-40-xl {
    padding-bottom: 40px;
  }

  .pad-bottom-45-xl {
    padding-bottom: 45px;
  }

  .pad-bottom-50-xl {
    padding-bottom: 50px;
  }

  .pad-bottom-55-xl {
    padding-bottom: 55px;
  }

  .pad-bottom-60-xl {
    padding-bottom: 60px;
  }
}
.fluid-img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  html.sr .load-hidden {
    visibility: hidden;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero .slides .hero-title {
    margin-top: 100px;
    font-size: 90px;
    line-height: 90px;
  }

  body.home {
    background: #02254a;
  }

  /* IE10+ CSS styles go here */
}
.dark-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(74, 74, 74, 0.9);
  mix-blend-mode: multiply;
}

.text-uppercase {
  text-transform: uppercase;
  font-family: "gravesend-sans", serif;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-navy {
  background: #02254a;
}

.bg-darkblue {
  background: #011f40;
}

@media (min-width: 768px) {
  .order-md-2 {
    order: 2 !important;
  }
}
.bg-image-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center !important;
  background-size: cover !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: 20px;
  overflow: hidden;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "roboto", serif;
  font-weight: 400;
  background: #424242;
  background: linear-gradient(180deg, #424242 0%, black 100%);
  color: #ddd;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
}

.container-full-width {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #81b37a;
  transition: color 300ms ease;
}
a:hover {
  color: #639f5b;
  transition: color 300ms ease;
  text-decoration: none;
}

.linkedin, .vimeo {
  font-size: 24px;
}
.linkedin:hover, .vimeo:hover {
  color: #ff0b00;
}

.top-gradient {
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(56, 56, 56, 0) 0%, #383838 100%);
  position: absolute;
  top: -240px;
}
@media (min-width: 992px) {
  .top-gradient {
    top: -260px;
  }
}
@media (min-width: 1200px) {
  .top-gradient {
    top: -280px;
  }
}
@media only screen and (min-width: 1600px) {
  .top-gradient {
    top: -295px;
  }
}

header {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: block;
  margin-top: 15px;
  font-family: "gravesend-sans", serif;
}
@media (min-width: 992px) {
  header {
    margin-top: 45px;
    padding: 0 30px;
  }
}
header .logo-wrapper {
  max-width: 60px;
}
@media (min-width: 992px) {
  header .logo-wrapper {
    max-width: 85px;
  }
}
header .hamburger {
  margin-top: 15px;
}
header nav.header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav.header-menu ul li.menu-item-has-children {
  min-width: 150px;
  text-align: center;
}
header nav.header-menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
header nav.header-menu ul li .arrow {
  display: none;
}
header nav.header-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  transition: color 300ms ease;
}
header nav.header-menu ul li a:hover {
  color: #ff0b00;
}
header nav.header-menu ul li.current_page_item a {
  color: #ff0b00;
  transition: color 300ms ease;
}
header nav.header-menu ul li ul {
  display: none;
  position: absolute;
  top: 30px;
  text-align: center;
  width: 100%;
}
header nav.header-menu ul li ul li {
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 12px;
  line-height: 20px;
}
header nav.header-menu ul li ul li a {
  font-size: 16px;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
}
header nav.header-menu ul li.menu-item-has-children:hover a {
  color: #ff0b00;
}
header nav.header-menu ul li.menu-item-has-children:hover ul {
  display: block;
}
header nav.header-menu ul li.menu-item-has-children:hover ul li a {
  color: white;
}
header nav.header-menu ul li.menu-item-has-children:hover ul li a:hover {
  color: #ff0b00;
}

#mobile-menu {
  position: fixed;
  width: 100%;
  right: -100%;
  background: #343434;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  bottom: 0;
  transition: right 300ms ease;
  height: 100%;
}
@media (min-width: 768px) {
  #mobile-menu {
    height: 100%;
  }
}
#mobile-menu.is-active {
  right: 0;
  transition: right 300ms ease;
}
#mobile-menu ul {
  padding: 100px 30px 30px 30px;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #mobile-menu ul {
    padding: 210px 50px 0 50px;
  }
}
#mobile-menu ul li {
  list-style-type: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobile-menu ul li .arrow {
  color: #fff;
}
#mobile-menu ul li .back {
  justify-content: flex-start;
  padding-bottom: 10px;
}
#mobile-menu ul li .back i {
  margin-right: 10px;
}
#mobile-menu ul li a {
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  padding: 13px 19px;
  transition: color 300ms ease;
  display: block;
  color: white;
  text-transform: uppercase;
  font-family: "gravesend-sans", serif;
}
#mobile-menu ul li a:hover {
  color: #ff0b00;
  transition: color 300ms ease;
}
#mobile-menu ul li ul {
  height: 100%;
  width: 100%;
  background: #343434;
  position: fixed;
  right: -100%;
  bottom: 0;
  z-index: 2;
  transition: right 300ms ease;
}
@media (min-width: 768px) {
  #mobile-menu ul li ul {
    width: 100%;
  }
}
#mobile-menu ul li ul.is-active {
  right: 0;
  transition: right 300ms ease;
}
#mobile-menu ul li.current_page_item a, #mobile-menu ul li.current_page_ancestor a {
  color: #ff0b00;
}
#mobile-menu ul li.current_page_item ul li.current_page_item a, #mobile-menu ul li.current_page_ancestor ul li.current_page_item a {
  color: #ff0b00;
}
#mobile-menu ul li.current_page_item ul li a, #mobile-menu ul li.current_page_ancestor ul li a {
  color: #fff;
}

/* New header */
.site-header {
  margin: 0;
  padding: 30px 0;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}

.header-container {
  max-width: 1600px;
  /* Adjust this value to control the header's width */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  flex: 1;
  text-align: left;
}
@media (min-width: 992px) {
  .logo {
    text-align: center;
    flex: 0 0 100px;
  }
}

.logo img {
  max-width: 70px;
  /* Adjust the value as per your logo size */
}

.primary-navigation,
.secondary-navigation {
  flex: 1;
  display: flex;
  justify-content: start;
}
@media (min-width: 1200px) {
  .primary-navigation,
.secondary-navigation {
    justify-content: center;
  }
}

.secondary-navigation {
  justify-content: end;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .secondary-navigation {
    justify-content: center;
    padding-right: 0;
  }
}

.primary-navigation a,
.secondary-navigation a {
  padding: 13px 10px;
}

footer {
  background: none;
  font-size: 11px;
  line-height: 14px;
}
footer .main-footer-logo {
  max-width: 255px;
  margin: auto;
}
footer a.linkedin {
  font-size: 24px;
  color: white;
}
footer a {
  color: #ff0b00;
}
footer .words {
  margin-bottom: 20px;
}
footer .words span {
  margin: 0 10px;
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 992px) {
  footer .words span {
    font-size: 18px;
  }
}
footer .words span:first-of-type {
  margin-left: 0;
}
footer .words span:last-of-type {
  margin-right: 0;
}
footer img {
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
  max-width: 75vw;
  height: auto;
}

form {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
form input,
form textarea {
  border-radius: 10px;
  width: 100%;
  display: block;
  border: solid 1px #222;
  padding: 10px 30px;
  background-color: #222;
  color: #fff;
  margin: 20px 0 0 0;
}
form .submit-wrapper {
  display: inline-block;
  position: relative;
}
form .wpcf7-acceptance label {
  display: flex;
}
form .wpcf7-acceptance label .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
form .wpcf7-acceptance label input[type=checkbox] {
  width: auto;
  margin-right: 10px;
  margin-top: 5px;
  height: auto;
  width: auto;
}
form .wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
  display: none;
}
form .wpcf7-submit {
  background-color: #022602;
  border-radius: 40px;
  display: inline-block;
  max-width: 170px;
  width: 170px;
  color: white;
  border: none;
}
form .wpcf7-submit + .wpcf7-spinner {
  background: #0b440e;
  position: absolute;
  position: absolute;
  right: -14px;
  top: 32px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  margin: 0;
  padding: 0 0 0 30px;
  text-transform: uppercase;
}

.wpcf7-response-output {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 255, 0.1);
  border-radius: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: white;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #cc0000;
  border-color: #cc0000;
  color: white;
}

.home_popup {
  background-color: #142518;
  width: 90%;
  height: auto;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  box-shadow: 0 2px 15px #000;
  max-width: 1000px;
}
.home_popup--container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}
.home_popup--container.active {
  opacity: 1;
  visibility: visible;
}
.home_popup--bg {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.home_popup--alt {
  background-color: #8C1812;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1200px) {
  .home_popup--alt {
    grid-template-columns: 45% 55%;
  }
}
.home_popup--alt__light {
  background-color: white;
  color: #8C1812;
}
.home_popup--alt__light .title {
  color: #8C1812;
}
.home_popup--alt__light .btn {
  box-shadow: none !important;
}
.home_popup--alt__light .btn:hover {
  background-color: #8C1812 !important;
  color: white !important;
}
.home_popup--close {
  position: absolute;
  top: 10px;
  right: 18px;
  z-index: 2;
}
.home_popup--close:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .home_popup {
    width: 80%;
  }
}
@media (min-width: 1310px) {
  .home_popup {
    width: 65%;
  }
}
.home_popup--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home_popup--subheading {
  font-size: 18px;
  line-height: 1.2;
  padding-top: 1em;
}
@media (min-width: 1200px) {
  .home_popup--subheading {
    font-size: 22px;
    line-height: 28px;
  }
}
.home_popup .wrapper {
  border-top: solid 10px #8C1812;
  border-bottom: solid 10px #8C1812;
  padding: 0 30px 30px 30px;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .home_popup .wrapper {
    padding: 0 50px 40px 50px;
    margin: 50px 0;
  }
}
.home_popup .wrapper img {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  top: -1px;
}
@media (min-width: 768px) {
  .home_popup .wrapper img {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.home_popup .wrapper img.cover-img {
  width: 45.5%;
  position: absolute;
  top: 50%;
  left: 78%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .home_popup .wrapper .caption {
    width: 55%;
    display: inline-block;
  }
}
.home_popup .wrapper h4 {
  font-family: "roboto";
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .home_popup .wrapper h4 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  .home_popup .wrapper h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1310px) {
  .home_popup .wrapper h4 {
    font-size: 35px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1575px) {
  .home_popup .wrapper h4 {
    font-size: 38px;
    line-height: 48px;
  }
}
.home_popup .wrapper p {
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  .home_popup .wrapper p {
    margin-bottom: 30px;
  }
}
.home_popup .wrapper .btn {
  background-color: #f6f6f6;
  color: #222;
  padding: 15px 25px;
  display: inline-block;
}
.home_popup .wrapper .btn:hover {
  background-color: #81b37a;
}
.home_popup .wrapper--alt {
  padding: 50px 50px 100px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2em;
  position: relative;
}
@media (min-width: 1200px) {
  .home_popup .wrapper--alt {
    gap: 3em;
    padding: 0 50px 75px 50px;
  }
}
.home_popup .wrapper--alt h4 {
  font-family: Helvetica, Sans-Serif;
  text-align: left;
  text-transform: none;
  font-weight: 200;
  letter-spacing: 0;
  font-size: 32px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .home_popup .wrapper--alt h4 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1575px) {
  .home_popup .wrapper--alt h4 {
    font-size: 50px;
    line-height: 50px;
  }
}
.home_popup .wrapper--alt .btn {
  background-color: #243d25;
  color: #fff;
  font-size: 18px;
  height: 50px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-box-shadow: 0px -6px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -6px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -6px 10px 5px rgba(0, 0, 0, 0.2);
  transition: color 0.3s, background-color 0.3s;
  position: absolute;
  left: 50px;
  bottom: 0;
}
.home_popup .wrapper--alt .btn:hover {
  color: #243d25;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .home_popup .wrapper--alt .btn {
    font-size: 22px;
    height: 75px;
    width: 250px;
  }
}
.home_popup .home_popup--img {
  max-height: 300px;
}
@media (min-width: 1200px) {
  .home_popup .home_popup--img {
    max-height: 100%;
  }
}

.home {
  /*
  .standard_text {
  	background: #222;
  }
  .latest_news {
  	margin-bottom: 0 !important;
  	padding-bottom: 6vw;
  }
  .hero {
  	margin-bottom: 0 !important;
  	height: 100%;
  	max-height: unset;
  	min-height: unset;
  	background-size: cover;
  	background-repeat:no-repeat;

  	.icon-above-logo {
  		margin-top: 20vh;
  	}
  	.desc {
  		margin-top: calc(20vh - 60px) ;
  		@include media-breakpoint-up(lg) {
  			font-size: 1.5rem;
  			line-height: 1.8rem;
  		}
  	}
  	.green-button {
  		margin-bottom: 20vh ;
  	}
  }
  .top-gradient {
  	display: block;
  	width: 100%;
  	height: 200px;
  	background: linear-gradient(to bottom, rgba(#222,0) 0%,rgba(#222,1) 100%);
  	position: absolute;
  	top:-200px;
  }
  */
}
.home .hero {
  margin-bottom: 0 !important;
}

.page-template-global-page .top-section {
  min-height: 90vh;
}
@media (min-width: 768px) {
  .page-template-global-page .top-section {
    min-height: 97vh;
  }
}
@media (min-width: 992px) {
  .page-template-global-page .top-section {
    min-height: 940px;
  }
}
@media (min-width: 1200px) {
  .page-template-global-page .top-section {
    min-height: 940px;
  }
}
.page-template-global-page .top-section .icon-top {
  padding-top: 0;
  max-width: 75px;
}
@media (min-width: 768px) {
  .page-template-global-page .top-section .icon-top {
    max-width: 85px;
    padding-top: 50px;
  }
}
.page-template-global-page .top-section .set-padding-top {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .page-template-global-page .top-section .set-padding-top {
    padding-top: 6vw;
  }
}
@media (min-width: 1200px) {
  .page-template-global-page .top-section .set-padding-top {
    padding-top: 1vw;
  }
}
.page-template-global-page .top-section h1 {
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .page-template-global-page .top-section h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .page-template-global-page .top-section h1 {
    font-size: 64px;
    line-height: 58px;
  }
}
@media (min-width: 1200px) {
  .page-template-global-page .top-section h1 {
    font-size: 84px;
    line-height: 98px;
  }
}
.page-template-global-page .top-section h1:after {
  content: "";
  width: 220px;
  height: 4px;
  background-color: #ff0b00;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 25px;
  display: block;
}
.page-template-global-page .top-section .small_description {
  max-width: 710px;
  margin: auto;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .page-template-global-page .top-section .small_description {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .page-template-global-page .top-section .small_description {
    padding-bottom: 20px;
  }
}
@media screen and (orientation: landscape) and (max-width: 766px) {
  .page-template-global-page .mobile-pic-header {
    background-position: center 40% !important;
  }
}
.page-template-global-page .main-text-block {
  background: #0f1515;
}
.page-template-global-page .main-text-block .icon {
  max-width: 75px;
}
@media (min-width: 768px) {
  .page-template-global-page .main-text-block .icon {
    max-width: 85px;
  }
}
.page-template-global-page .main-text-block .start-logo {
  max-width: 230px;
  transform: translate(0px, 50%);
  position: relative;
  z-index: 2;
  margin: auto;
}
.page-template-global-page .bottom-section {
  min-height: 1260px;
}
@media (min-width: 768px) {
  .page-template-global-page .bottom-section {
    min-height: 1140px;
  }
}
@media (min-width: 992px) {
  .page-template-global-page .bottom-section {
    min-height: 1120px;
  }
}
@media (min-width: 1200px) {
  .page-template-global-page .bottom-section {
    min-height: 1120px;
  }
}
.page-template-global-page .bottom-section .large-background-bottom {
  transform: scaleY(-1);
}
.page-template-global-page .bottom-section .gtd-logo {
  max-width: 200px;
  margin: auto;
}
.page-template-global-page .bottom-section .bottom-padding-set {
  padding-top: 110px;
}
@media (min-width: 768px) {
  .page-template-global-page .bottom-section .bottom-padding-set {
    padding-top: 19%;
  }
}
.page-template-global-page .bottom-section .block-1,
.page-template-global-page .bottom-section .block-2 {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .page-template-global-page .bottom-section .block-1,
.page-template-global-page .bottom-section .block-2 {
    padding-top: 0;
  }
}
.page-template-global-page .bottom-section .block-3 {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-template-global-page .bottom-section .block-3 {
    padding-top: 0;
  }
}

.contact-page-block .desc a {
  color: #ff0b00;
}
.contact-page-block .desc p {
  margin-top: 1rem;
  margin-bottom: 0;
}
.contact-page-block .icon {
  max-width: 75px;
}
@media (min-width: 768px) {
  .contact-page-block .icon {
    max-width: 85px;
  }
}

.single-post .hero h1, .single-post .hero .h1 {
  font-size: 30px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .single-post .hero h1, .single-post .hero .h1 {
    font-size: 50px;
    line-height: 58px;
  }
}

.page-template-intelligence .top-section {
  min-height: 65vh;
}
@media (min-width: 992px) {
  .page-template-intelligence .top-section {
    min-height: 940px;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .page-template-intelligence .top-section {
    min-height: 940px;
  }
}
.page-template-intelligence .top-section .icon-top {
  padding-top: 0;
  max-width: 80%;
}
@media (min-width: 768px) {
  .page-template-intelligence .top-section .icon-top {
    max-width: 700px;
    padding-top: 50px;
  }
}
.page-template-intelligence .top-section .set-padding-top {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .page-template-intelligence .top-section .set-padding-top {
    padding-top: 6vw;
  }
}
@media (min-width: 1200px) {
  .page-template-intelligence .top-section .set-padding-top {
    padding-top: 1vw;
  }
}
.page-template-intelligence .top-section h1 {
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .page-template-intelligence .top-section h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .page-template-intelligence .top-section h1 {
    font-size: 64px;
    line-height: 58px;
  }
}
@media (min-width: 1200px) {
  .page-template-intelligence .top-section h1 {
    font-size: 84px;
    line-height: 98px;
  }
}
.page-template-intelligence .top-section h1:after {
  content: "";
  width: 220px;
  height: 7px;
  background-color: #ff0b00;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 25px;
  display: block;
}
.page-template-intelligence .top-section .small_description {
  max-width: 710px;
  margin: auto;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .page-template-intelligence .top-section .small_description {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .page-template-intelligence .top-section .small_description {
    padding-bottom: 20px;
  }
}
@media screen and (orientation: landscape) and (max-width: 766px) {
  .page-template-intelligence .mobile-pic-header {
    background-position: center 40% !important;
  }
}
.page-template-intelligence .main-text-block {
  background: #0f1515;
}
.page-template-intelligence .main-text-block .icon {
  max-width: 75px;
}
@media (min-width: 768px) {
  .page-template-intelligence .main-text-block .icon {
    max-width: 85px;
  }
}
.page-template-intelligence .main-text-block .logos img {
  max-width: 230px;
  transform: translate(0px, 50%);
  position: relative;
  z-index: 2;
  margin: auto;
  display: inline-block;
  margin: 0 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-template-intelligence .main-text-block .logos img {
    margin-bottom: 0px;
  }
}
.page-template-intelligence .main-text-block .logos img.start_icon {
  transform: translateY(57px);
}
.page-template-intelligence .main-text-block .start_text {
  padding: 0 15%;
}
.page-template-intelligence .main-text-block .start_text a {
  color: #ff0b00;
}
.page-template-intelligence .main-text-block .start_text h4 {
  margin-bottom: 0;
}
.page-template-intelligence .form h4:after {
  content: "";
  width: 220px;
  height: 7px;
  background-color: #ff0b00;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
@media (min-width: 992px) {
  .page-template-intelligence .form h4:after {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.page-template-intelligence .bottom-section {
  min-height: 1050px;
}
@media (min-width: 768px) {
  .page-template-intelligence .bottom-section {
    min-height: 1050px;
  }
}
@media (min-width: 992px) {
  .page-template-intelligence .bottom-section {
    min-height: 1050px;
  }
}
@media (min-width: 1200px) {
  .page-template-intelligence .bottom-section {
    min-height: 1050px;
  }
}
.page-template-intelligence .bottom-section .large-background-bottom {
  transform: scaleY(-1);
}
.page-template-intelligence .bottom-section .gtd-logo {
  max-width: 200px;
  margin: auto;
}
.page-template-intelligence .bottom-section .bottom-padding-set {
  padding-top: 110px;
}
@media (min-width: 768px) {
  .page-template-intelligence .bottom-section .bottom-padding-set {
    padding-top: 19%;
  }
}
.page-template-intelligence .bottom-section .block-1,
.page-template-intelligence .bottom-section .block-2 {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .page-template-intelligence .bottom-section .block-1,
.page-template-intelligence .bottom-section .block-2 {
    padding-top: 0;
  }
}
.page-template-intelligence .bottom-section .block-3 {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-template-intelligence .bottom-section .block-3 {
    padding-top: 0;
  }
}

.error404 {
  background: #000 !important;
}
.error404 .bg-white {
  background: #000 !important;
  padding: 6vh 0;
  margin-top: 0 !important;
}

.page-id-276 .form {
  margin-top: 6vw;
}

.page-template-gtip .hero h1 {
  font-size: 30px;
  line-height: 32px;
}
@media (min-width: 992px) {
  .page-template-gtip .hero h1 {
    font-size: 54px;
    line-height: 54px;
  }
}
.page-template-gtip .hero h1:after {
  content: "";
  display: inline-block;
  background-color: #8d0600;
  height: 11px;
  width: 60%;
  margin: 20px auto;
}
.page-template-gtip .hero .green-button {
  background-color: #25420f;
  margin-top: 20px !important;
}
@media (min-width: 992px) {
  .page-template-gtip .hero .green-button {
    margin-top: 0 !important;
  }
}
.page-template-gtip .hero .button {
  padding: 15px 25px;
  text-transform: uppercase !important;
  margin: 0 10px;
  display: block;
}
@media (min-width: 992px) {
  .page-template-gtip .hero .button {
    display: inline-block;
  }
}
.page-template-gtip .bg_wrapper {
  background: black;
  background: -moz-linear-gradient(358deg, black 0%, #355535 100%);
  background: -webkit-linear-gradient(358deg, black 0%, #355535 100%);
  background: linear-gradient(358deg, black 0%, #355535 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#355535",GradientType=1);
}
.page-template-gtip .intro {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .page-template-gtip .intro {
    padding: 60px 0;
  }
}
.page-template-gtip .intro img {
  margin-bottom: 20px;
}
.page-template-gtip .gtip_left_right .item {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-template-gtip .gtip_left_right .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .page-template-gtip .gtip_left_right .item {
    margin-bottom: 0px;
  }
}
.page-template-gtip .gtip_stats {
  position: relative;
  padding: 8vh 0 !important;
}
.page-template-gtip .gtip_stats .stats {
  z-index: 2;
  position: relative;
  display: block;
}
.page-template-gtip .gtip_stats .stats .stat {
  margin-bottom: 60px;
}
.page-template-gtip .gtip_stats .stats .stat .number {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 15px;
}
.page-template-gtip .gtip_stats .stats .stat .label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
.page-template-gtip .gtip_stats .carousel {
  z-index: 2;
  position: relative;
  font-size: 30px;
  line-height: 40px;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .page-template-gtip .gtip_stats .carousel {
    margin-top: 120px;
  }
}
.page-template-gtip .gtip_stats .carousel p.title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-template-gtip .gtip_stats .carousel p.title {
    font-size: 40px;
    line-height: 46px;
  }
}
.page-template-gtip .gtip_stats .bg_image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
}
.page-template-gtip .gtip_form h3 {
  display: block;
  width: 100%;
}
.page-template-gtip .gtip_form h3:after {
  content: "";
  display: block;
  background-color: #8d0600;
  height: 7px;
  width: 36%;
  margin: 15px auto;
  clear: both;
}
.page-template-gtip .gtip_form p {
  margin-bottom: 40px;
}
.page-template-gtip .gtip_form textarea {
  height: 170px;
}
.page-template-gtip .gtip_pricing h2 {
  margin-bottom: 60px;
}
.page-template-gtip .gtip_pricing .table {
  font-size: 16px;
  overflow: scroll !important;
  min-width: 900px;
}
.page-template-gtip .gtip_pricing .table thead th {
  vertical-align: top;
  border-top: 0;
  border-bottom: 0;
  font-weight: bold;
  border-right: solid 1px #555;
}
.page-template-gtip .gtip_pricing .table tbody tr td {
  vertical-align: top;
  border-top: 0;
  border-bottom: 0;
  border-right: solid 1px #555;
  max-width: 70px;
}
.page-template-gtip .gtip_pricing .table tbody tr td a {
  position: relative;
  font-weight: bold;
}
.page-template-gtip .gtip_pricing .table tbody tr td a i {
  font-size: 14px;
  margin-left: 5px;
}
.page-template-gtip .gtip_pricing .table tbody tr td a.active i {
  transform: rotate(180deg);
}
.page-template-gtip .gtip_pricing .table tbody tr td p.title {
  font-weight: bold;
  margin-bottom: 0;
}
.page-template-gtip .gtip_pricing .table tbody tr td .accordion {
  height: 0;
  opacity: 0;
  font-weight: 100;
}
.page-template-gtip .gtip_pricing .table tbody tr td .accordion.active {
  height: 100%;
  opacity: 1;
}
.page-template-gtip .gtip_pricing .table tbody tr td i.fa-check {
  color: green;
}
.page-template-gtip .gtip_pricing .table tbody tr.users td {
  border-right: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding: 30px 0 0 0;
}
@media (min-width: 992px) {
  .page-template-gtip .gtip_pricing .table tbody tr.users td {
    padding: 50px 0 0 0;
  }
}
.page-template-gtip .gtip_pricing .table tbody tr.users td span {
  font-size: 15px;
  vertical-align: top;
  padding: 0 2px;
}
.page-template-gtip .gtip_pricing .table tbody tr.users td.price {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
}
.page-template-gtip .gtip_partners .title {
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-template-gtip .gtip_partners .title {
    margin-bottom: 60px;
  }
}
.page-template-gtip .gtip_partners .partner {
  padding: 0 20px;
}
.page-template-gtip .gtip_partners .partner img {
  height: 150px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .page-template-gtip .gtip_partners .partner img {
    margin-bottom: 30px;
  }
}
.page-template-gtip .gtip_partners .partner .content {
  font-size: 16px;
  line-height: 26px;
}
.page-template-gtip .gtip_partners .terms_copy {
  font-size: 30px;
  line-height: 40px;
}
.page-template-gtip .gtip_partners .terms_copy a {
  color: #dc3545;
}

/*******************************
LOAD FLEXIBLE CONTENT PARTIALS
*******************************/
.flexible-content.fc-margin-top {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .flexible-content.fc-margin-top {
    margin-top: 6vw;
  }
}
.flexible-content.fc-margin-bottom {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .flexible-content.fc-margin-bottom {
    margin-bottom: 6vw;
  }
}
.flexible-content.fc-padding-top {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .flexible-content.fc-padding-top {
    padding-top: 6vw;
  }
}
.flexible-content.fc-padding-bottom {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .flexible-content.fc-padding-bottom {
    padding-bottom: 6vw;
  }
}

.hero {
  max-height: 100vh;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .hero {
    min-height: 768px;
  }
}
.hero .icon-above-logo {
  width: 100%;
  max-width: 85px;
  margin-bottom: 20px;
  transition-duration: 300ms;
}
.hero h1 {
  color: #fff;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition-duration: 300ms;
}
.hero .red-button {
  display: inline-block;
  margin-top: 20px;
}

.hero.no_image {
  max-height: 100vh;
  overflow: hidden;
  min-height: 240px;
  padding-top: 100px;
}
@media (min-width: 992px) {
  .hero.no_image {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  .hero.no_image {
    padding-top: 180px;
  }
}

.hero.show_form {
  text-align: left;
  min-height: 900px;
  max-height: none;
  overflow: visible;
}
.hero.show_form .overlay {
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(-15vh);
}
.hero.show_form .container {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 35px;
}
.hero.show_form .container .row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.hero.show_form .container .row .col-12 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.hero.show_form picture {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(-15vh);
}
.hero.show_form picture img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero.show_form .caption {
  padding: 60px;
}
@media (min-width: 992px) {
  .hero.show_form .caption {
    max-width: 720px;
  }
}
.hero.show_form .caption h1 {
  text-align: center;
  text-transform: none;
  font-family: "roboto", serif;
  font-size: 50px;
  line-height: 60px;
  padding-top: 35px;
  padding-bottom: 20px;
  align-items: start;
}
.hero.show_form .caption h1:after {
  margin: 30px auto 0 auto;
  width: 130px;
}
.hero.show_form .hero_form {
  background: white;
  padding: 30px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .hero.show_form .hero_form {
    padding: 60px;
    width: 70%;
  }
}
.hero.show_form .hero_form h3 {
  color: #dc3545;
  text-align: left;
}
.hero.show_form .hero_form p {
  color: #222;
}
.hero.show_form .hero_form form input[type=text],
.hero.show_form .hero_form form input[type=email],
.hero.show_form .hero_form form textarea {
  border-radius: 10px;
  width: 100%;
  display: block;
  border: solid 1px #ddd;
  padding: 10px 30px;
  background-color: #ddd;
  color: #fff;
  margin: 0 0 0 0;
}

body.home .hero .icon-above-logo {
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  transition-duration: 300ms;
}

.full_width_image_slider .slick-dots {
  left: unset;
  width: auto;
}
@media (min-width: 1200px) {
  .full_width_image_slider .slick-dots {
    right: 5%;
  }
}
.full_width_image_slider h3 {
  position: absolute;
  top: 5%;
  left: 3%;
  display: none;
}
@media (min-width: 1200px) {
  .full_width_image_slider h3 {
    display: block;
    font-size: 28px;
  }
}
.full_width_image_slider .homelinks {
  font-size: 20px;
  font-family: "gravesend-sans", serif;
}
.full_width_image_slider .homelinks .link {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6vw;
  line-height: 0.6rem;
  color: white;
  max-width: 13vw;
  text-align: center;
}
@media (min-width: 768px) {
  .full_width_image_slider .homelinks .link {
    line-height: 1.6em;
  }
}
@media (min-width: 1200px) {
  .full_width_image_slider .homelinks .link {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 1920px) {
  .full_width_image_slider .homelinks .link {
    font-size: 28px;
    line-height: 32px;
    max-width: 11vw;
  }
}
.full_width_image_slider .homelinks .link a {
  color: white;
}
.full_width_image_slider .homelinks a:hover {
  color: #ff0b00;
}
.full_width_image_slider .homelinks .link-1 {
  top: 14%;
  left: 44%;
}
.full_width_image_slider .homelinks .link-2 {
  top: 22.5%;
  left: 61.5%;
}
.full_width_image_slider .homelinks .link-3 {
  top: 46.5%;
  left: 64.5%;
}
.full_width_image_slider .homelinks .link-4 {
  top: 68.5%;
  left: 62.5%;
}
.full_width_image_slider .homelinks .link-5 {
  top: 81.5%;
  left: 44%;
}
.full_width_image_slider .homelinks .link-6 {
  top: 60.5%;
  left: 24%;
}
.full_width_image_slider .homelinks .link-7 {
  top: 30%;
  left: 27%;
}
.full_width_image_slider .slide-our-values .link-1 {
  top: 18%;
  left: 44%;
}
.full_width_image_slider .slide-our-values .link-2 {
  top: 38.5%;
  left: 62.5%;
}
.full_width_image_slider .slide-our-values .link-3 {
  top: 67.5%;
  left: 60.5%;
}
.full_width_image_slider .slide-our-values .link-4 {
  top: 82.5%;
  left: 45.5%;
}
.full_width_image_slider .slide-our-values .link-5 {
  top: 68.5%;
  left: 33%;
}
.full_width_image_slider .slide-our-values .link-6 {
  top: 38.5% !important;
  left: 30%;
}
.full_width_image_slider .slide-advisory-solutions .link-1 {
  top: 18%;
  left: 56%;
}
.full_width_image_slider .slide-advisory-solutions .link-2 {
  top: 52.5%;
  left: 62.5%;
}
.full_width_image_slider .slide-advisory-solutions .link-3 {
  top: 83%;
  left: 44%;
}
.full_width_image_slider .slide-advisory-solutions .link-4 {
  top: 52.5%;
  left: 24.5%;
}
.full_width_image_slider .slide-advisory-solutions .link-5 {
  top: 17.5%;
  left: 33%;
}

.accordion .accordion__title {
  border-bottom: solid 7px #8d0600;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion .accordion__title h2::after {
  display: none;
}
.accordion .accordion__toggle.active .accordion__toggle__icon {
  transform: rotate(45deg);
}
.accordion .accordion__toggle__icon {
  color: white;
  font-size: 38px;
  font-weight: 400;
  display: block;
  transition: transform 0.3s;
}

.standard_text {
  position: relative;
}
.standard_text .wp-video {
  width: 100% !important;
}
.standard_text video {
  height: 100%;
  max-width: 100%;
}
.standard_text .icon {
  max-width: 85px;
  margin-top: 10px;
}
.standard_text p {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.standard_text p:last-of-type {
  margin-bottom: 0;
}

.partners {
  width: 100%;
  margin: 0 auto;
  /* Animation keyframes for infinite scrolling */
}
.partners .partner {
  width: 70%;
  height: auto;
  vertical-align: top;
  display: inline-block;
  margin-left: 40px;
  margin-right: 40px;
}
@media (min-width: 768px) {
  .partners .partner {
    width: 34%;
  }
}
@media (min-width: 1200px) {
  .partners .partner {
    width: 25%;
  }
}
.partners .partner:hover img {
  opacity: 0.5;
}
.partners .partner:last-of-type img {
  display: block;
  margin-bottom: 0;
}
.partners img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  transition-duration: 0.6s;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .partners img {
    margin-bottom: 60px;
    max-height: 90px;
    width: auto;
  }
}
.partners .carousel-container {
  width: 100%;
  overflow: hidden;
}
.partners .logo-carousel {
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}
.partners .logo-carousel img {
  display: inline-block;
  height: 60px;
  /* Adjust the height as needed */
  margin: 0 60px;
  /* Adjust the spacing between logos as needed */
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.latest_news {
  position: relative;
}
@media (min-width: 992px) {
  .latest_news article.half-height {
    background: none;
    position: relative;
    height: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .latest_news article.half-height .img-wrapper {
    position: relative;
    width: 40%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background-color: #8d0600;
  }
  .latest_news article.half-height .img-wrapper .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition-duration: 0.6s;
  }
  .latest_news article.half-height .caption {
    display: inline-block;
    width: 58%;
    vertical-align: top;
    background: none;
    padding-right: 0;
    padding-top: 15px;
  }
  .latest_news article.half-height .caption h4 {
    color: #fff;
  }
}
.latest_news article.half-height:last-of-type {
  margin-bottom: 0px;
}
.latest_news article {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0;
  background-color: #8d0600;
}
@media (min-width: 992px) {
  .latest_news article {
    margin-bottom: 0;
  }
}
.latest_news article img {
  width: 100%;
  height: auto;
  transition-duration: 0.6s;
}
.latest_news article .caption {
  background-color: #f2f4f5;
  color: #77808b;
  padding: 30px;
  text-transform: none;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.latest_news article p {
  margin-bottom: 5px;
}
.latest_news article h4 {
  color: #283646;
  font-weight: 700;
}
.latest_news article .date {
  font-weight: bold;
}
.latest_news article .read-more {
  color: #ff0b00;
  font-weight: bold;
  border-bottom: solid 4px #ff0b00;
  margin-top: 20px;
  display: inline-block;
  line-height: 30px;
  transition-duration: 0.6s;
}
.latest_news article .read-more:hover {
  opacity: 0.5;
}
.latest_news article .addtoany_shortcode {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 22px;
}
.latest_news article .addtoany_shortcode img {
  width: 22px;
  height: auto;
}
.latest_news article .addtoany_shortcode:hover {
  opacity: 0.5;
}
.latest_news article a:hover img,
.latest_news article a:hover .image {
  opacity: 0.7;
}

.image_text .row {
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.7);
}
.image_text .leftside {
  min-height: 300px;
  position: relative;
}
@media (min-width: 992px) {
  .image_text .leftside {
    min-height: 500px;
  }
}
.image_text .greenside {
  color: #fff;
  background: #022602;
  padding: 30px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .image_text .greenside {
    padding: 40px 60px;
  }
}
@media (min-width: 1200px) {
  .image_text .greenside {
    padding: 100px;
  }
}
.image_text .greenside .desc p:last-of-type {
  margin-bottom: 0;
}
.image_text .blackside {
  color: #fff;
  background: #343434;
  padding: 30px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .image_text .blackside {
    padding: 40px 60px;
  }
}
@media (min-width: 1200px) {
  .image_text .blackside {
    padding: 100px;
  }
}
.image_text .blackside .desc p:last-of-type {
  margin-bottom: 0;
}

.image-full-width .row {
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.7);
}
.image-full-width img {
  width: calc(100% + 30px);
  height: auto;
  margin-left: -15px;
}

.testimonial {
  background: #8d0600;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  color: #eeeeee;
  position: relative;
}
.testimonial .company-set {
  color: #fff;
  font-weight: bold;
  max-width: 1200px;
  margin: auto;
  font-size: 18px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .testimonial .company-set {
    font-size: 18px;
    line-height: 23px;
  }
}
.testimonial q,
.testimonial .testimonial {
  color: #eeeeee;
}
.testimonial q {
  max-width: 1200px;
  margin: auto;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .testimonial q {
    font-size: 26px;
    line-height: 36px;
  }
}
.testimonial q:before, .testimonial q:after {
  font-size: 180px;
  line-height: 140px;
  font-family: "Arial";
  display: block;
  width: auto;
  height: 50px;
}
.testimonial q:before {
  position: absolute;
  top: 0px;
  left: calc(50% - 31px);
}
.testimonial q:after {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 31px);
}

.team .image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.team .team-block {
  font-size: 18px;
  line-height: 27px;
}
.team a {
  color: white;
}
.team p.name {
  margin-bottom: 5px;
  color: white;
  font-size: 1.2em;
}
.team .vimeo {
  margin-left: 5px;
}

.video {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .video {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .video {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .video {
    padding-bottom: 160px;
  }
}

.testimonial_slider {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .testimonial_slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .testimonial_slider {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}
@media (min-width: 1200px) {
  .testimonial_slider {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
.testimonial_slider .testimonials {
  background: #15181985;
  color: #fff;
  padding-top: 49px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .testimonial_slider .testimonials {
    padding-top: 49px;
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .testimonial_slider .testimonials {
    padding-top: 49px;
    padding-bottom: 120px;
  }
}
.testimonial_slider .testimonials q::before,
.testimonial_slider .testimonials q::after {
  content: "";
  display: none;
}
.testimonial_slider .testimonials p {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .testimonial_slider .testimonials p {
    font-size: 24px;
    line-height: 32px;
  }
}

.split_blocks .leftside {
  min-height: 300px;
}
@media (min-width: 768px) {
  .split_blocks .leftside {
    min-height: 600px;
  }
}
.split_blocks .leftside .image-wrap {
  position: relative;
  z-index: 1;
  max-width: 50%;
  margin: 100px 0;
}
@media (min-width: 768px) {
  .split_blocks .leftside .image-wrap {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .split_blocks .leftside .image-wrap {
    max-width: 280px;
  }
}
.split_blocks .leftside .green-overlay {
  background: #57705382;
}
.split_blocks .rightside {
  background: #004a5f;
  color: #fff;
}
.split_blocks .rightside .inner {
  padding: 20px;
  font-size: 17px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .split_blocks .rightside .inner {
    padding: 50px 20px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .split_blocks .rightside .inner {
    font-size: 18px;
    padding: 50px;
    line-height: 28px;
  }
}
.split_blocks .rightside .inner li {
  list-style-position: inside;
}

.slim-banner {
  min-height: 410px;
  display: flex;
  align-items: center;
}
.slim-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
}
.slim-banner .overlay.active {
  opacity: 1;
}
.slim-banner h3 {
  text-align: left;
}
.slim-banner .caption {
  text-align: left;
  padding: 40px 0;
  transition-duration: 1s;
  height: 100%;
  z-index: 2;
  position: relative;
}
.slim-banner .caption.align-right {
  text-align: left;
}
@media (min-width: 768px) {
  .slim-banner .caption.align-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .slim-banner .caption.align-right h3,
.slim-banner .caption.align-right a {
    text-align: right;
  }
}
.slim-banner .caption.align-right h3 {
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.6);
}
.slim-banner .caption a {
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
}
.slim-banner .content {
  padding: 0;
  text-align: left;
  color: white;
  opacity: 0;
  height: 0;
  font-size: 0;
  transition-duration: 1;
}
.slim-banner .content.active {
  padding: 30px 0 0 0;
  opacity: 1;
  height: 100%;
  font-size: inherit;
}

.three_blocks .icon {
  max-width: 85px;
}

.four_blocks {
  background-color: #111;
  padding: 10vh;
}
.four_blocks .board-member h4 {
  text-align: left;
}
.four_blocks .board-member .description {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .four_blocks .board-member {
    padding: 0 10px;
  }
}

.large_image_block_with_text .red-text {
  color: #ff0000;
}
.large_image_block_with_text .green-text {
  color: #81b37a;
}
.large_image_block_with_text .rightside-title {
  margin: auto;
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .large_image_block_with_text .rightside-title {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .large_image_block_with_text .rightside-title {
    font-size: 69px;
    max-width: 80%;
    line-height: 70px;
  }
}

.resources {
  position: relative;
}
.resources .slick-right-arrow {
  color: #8d0600;
  position: absolute;
  top: 24%;
  font-size: 30px;
  display: none;
  transition: color 300ms ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .resources .slick-right-arrow {
    right: -29px;
    display: block;
  }
}
@media (min-width: 992px) {
  .resources .slick-right-arrow {
    right: -35px;
  }
}
.resources .slick-right-arrow:hover {
  color: #fff;
  transition: color 300ms ease;
}
.resources .slick-left-arrow {
  color: #8d0600;
  position: absolute;
  left: -35px;
  top: 24%;
  font-size: 30px;
  display: none;
  transition: color 300ms ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .resources .slick-left-arrow {
    left: -29px;
    display: block;
  }
}
@media (min-width: 992px) {
  .resources .slick-left-arrow {
    left: -35px;
  }
}
.resources .slick-left-arrow:hover {
  color: #fff;
  transition: color 300ms ease;
}
.resources .slick-dots {
  margin-top: 40px;
  position: relative;
  margin-top: 40px;
  display: block;
  bottom: 0;
}
@media (min-width: 992px) {
  .resources .slick-dots {
    margin-top: 80px;
  }
}
.resources .slick-track {
  display: flex !important;
}
.resources .slick-slide {
  height: inherit !important;
}
.resources .resource_slider .item {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
.resources .resource_slider .item h4 {
  font-size: 22px;
  line-height: 28px;
}
.resources h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.resources picture {
  max-width: 1920px;
  position: relative;
}
.resources picture::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  transition: background 300ms ease;
  display: block;
  left: 0;
  top: 0;
}
.resources picture:hover:before {
  background: transparent;
  transition: background 300ms ease;
}

body.page-id-59 .hero picture {
  transform: translate(0, -10vh);
}

.new_resource_block .main-image {
  max-width: 450px;
}

.team_list--container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 3em;
}
@media (min-width: 768px) {
  .team_list--container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .team_list--container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.team_list img {
  border-radius: 20px;
}

/*# sourceMappingURL=main.min.css.map */
</pre></body></html>