<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*******************************
PARTIALS
*******************************/
/*******************************
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)
 */
:root {
  --blue: #38A2AE;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #38A2AE;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::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(34, 34, 34, 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: #38A2AE;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #256c74;
  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: 1400px) {
  .container {
    max-width: 1340px;
  }
}

.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: 1400px) {
  .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%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(34, 34, 34, 0.125);
  border-radius: 0.25rem;
}
.card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}
.card &gt; .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(34, 34, 34, 0.03);
  border-bottom: 1px solid rgba(34, 34, 34, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(34, 34, 34, 0.03);
  border-top: 1px solid rgba(34, 34, 34, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group &gt; .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group &gt; .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group &gt; .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:first-child .card-img-top,
.card-group &gt; .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group &gt; .card:first-child .card-img-bottom,
.card-group &gt; .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:last-child .card-img-top,
.card-group &gt; .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group &gt; .card:last-child .card-img-bottom,
.card-group &gt; .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group &gt; .card:only-child .card-img-top,
.card-group &gt; .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group &gt; .card:only-child .card-img-bottom,
.card-group &gt; .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 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: #38A2AE !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2c7e87 !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: #38A2AE !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: 1400px) {
  .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: 1400px) {
  .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: 1400px) {
  .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(34, 34, 34, 0.075) !important;
}

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(34, 34, 34, 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: 1400px) {
  .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: 1400px) {
  .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: #38A2AE !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #2c7e87 !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(34, 34, 34, 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: 22px;
  height: 14px;
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4.4px, 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(-4.4px, -5.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(-4.4px, 5.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(4.4px, -5.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(4.4px, 5.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: -12px;
  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, -6px, 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: -12px;
  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, -6px, 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: 6px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 12px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 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, -12px, 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: 6px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 12px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 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, -12px, 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: 6px;
  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: -44px;
  top: -44px;
  transform: translate3d(44px, 44px, 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: -44px;
  top: -44px;
  transform: translate3d(-44px, 44px, 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: 6px;
  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: -44px;
  top: 44px;
  transform: translate3d(44px, -44px, 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: -44px;
  top: 44px;
  transform: translate3d(-44px, -44px, 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: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.1428571429px, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

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

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

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

.slick-prev, .slick-next {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #38A2AE;
  color: #fff;
  top: unset;
  z-index: 100;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 0;
  outline: 0;
  border: none;
}
.slick-prev::before, .slick-next::before {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.slick-prev {
  right: 100px;
  background-color: #2E8D98;
}
.slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "";
}

.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "";
}

.btn {
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  line-height: 34px;
  border: solid 1px #38A2AE;
  opacity: 1;
  background: #38A2AE;
  padding: 10px 25px 10px 30px;
  opacity: 1;
  display: inline-block;
  color: white;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  transition-duration: 0.2s;
}
@media (min-width: 768px) {
  .btn {
    width: auto;
    margin-bottom: 0px;
  }
}
.btn i {
  padding: 0;
  background: none;
  color: #fff;
  font-size: 22px;
  float: right;
  border: none;
}
.btn i, .btn i.circle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .btn i, .btn i.circle {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.btn:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
  opacity: 1;
}
.btn:hover i {
  color: #fff;
}

.btn.white {
  margin-right: 20px;
  background: none;
  border: solid 1px white;
  color: white;
  display: inline-block;
}
.btn.white i {
  color: white;
}

.btn.white:hover {
  background-color: #fff;
  color: #111;
}
.btn.white:hover i {
  padding: 0;
  background: none;
  color: #222;
  font-size: 28px;
}

.btn-black {
  color: white !important;
  background: white;
  border-radius: 50px;
  padding: 12px 33px;
  background: #222;
  opacity: 1;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
}
.btn-black i {
  display: none;
}

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

.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, .img-fluid {
  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;
}

.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;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  overflow-x: hidden;
}
body img {
  max-width: 100%;
  height: auto;
}

body.locked {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

main {
  overflow-x: hidden;
}
@media (min-width: 992px) {
  main {
    overflow-x: visible;
  }
}

body.menu-open {
  overflow: hidden;
}
body.menu-open header .logo_black {
  display: block;
}
body.menu-open header .logo_white {
  display: none;
}
@media (min-width: 992px) {
  body.menu-open header a {
    color: white !important;
  }
}
body.menu-open header .menu-main-menu-container {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  display: none;
}
@media (min-width: 992px) {
  body.menu-open header .menu-main-menu-container {
    display: inline-block;
  }
}

img:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Albert Sans", sans-serif;
  color: #222;
}
h1 {
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

h2, .h2 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}

h3, .h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}

h4, .h4 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  font-family: "Albert Sans", sans-serif;
  color: #eee;
}

a {
  font-family: "Albert Sans", sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #222;
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
}

a:hover {
  color: #222;
  opacity: 0.5;
  text-decoration: none;
}

blockquote {
  font-family: "Albert Sans", sans-serif;
  color: #222;
  font-size: 22px;
  line-height: 32px;
  padding-left: 20px;
  border-left: solid 1.5px #222;
  margin: 30px 0 0 0;
  font-weight: 700;
}
@media (min-width: 992px) {
  blockquote {
    border-left: solid 2px #222;
    font-size: 26px;
    line-height: 36px;
    padding-left: 40px;
    margin-top: 50px;
  }
}
blockquote em {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #eee;
  padding: 15px 0 0 0;
  margin: 0;
  font-style: normal;
}
blockquote p {
  margin-bottom: 0;
}

i.circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px rgba(34, 34, 34, 0.3);
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.tag {
  font-family: "Albert Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.bg-light-grey {
  background: #fafafa !important;
}

.video_wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.1);
  z-index: 1;
}
.video_overlay i {
  font-size: 14px;
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  color: #222;
  z-index: 2;
  padding: 30px;
  border-radius: 50%;
  border: solid 1px transparent;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
}

.video_overlay:hover {
  opacity: 1;
  background: rgba(34, 34, 34, 0.3);
}
.video_overlay:hover i {
  opacity: 1;
  border: solid 1px white;
  background: white;
  transform: scale(1.1);
}

.calculator-settings .wpcf7-submit {
  clear: both;
  background: #00B163;
  color: white;
  padding: 10px 40px;
  border-radius: 10px;
  border: none;
}

.wpcf7-acceptance input {
  width: auto !important;
}

.calc-container .calc-list .calc-subtotal-list .sub-list-item span {
  font-size: inherit;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.information {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  width: auto;
  height: 162px;
  display: none;
}
@media (min-width: 992px) {
  .information {
    display: block;
  }
}
.information .item {
  float: left;
  width: 100%;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  height: 162px;
  color: #222;
  font-family: "Albert Sans", sans-serif;
}
.information .item .wrapper {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 30px;
}
@media (min-width: 1200px) {
  .information .item .wrapper {
    padding: 40px 100px;
  }
}
.information .item .wrapper:hover {
  opacity: 1;
}
.information .item .icon {
  display: inline-block;
  width: 50px;
  vertical-align: inherit;
  color: white;
  font-size: 50px;
  line-height: 50px;
  text-align: right;
}
.information .item .copy {
  display: inline-block;
  width: auto;
  padding-top: 18px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.information .item .copy .title {
  font-size: 22px;
  line-height: 22px;
}
.information .item .copy .description {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.3);
}
.information .item:hover a.wrapper {
  background: #222;
  color: #fff;
}
.information .item:hover a.wrapper .copy {
  padding-top: 15px;
}
.information .item:hover a.wrapper .title {
  color: white;
}
.information .item:hover a.wrapper .description {
  color: rgba(255, 255, 255, 0.7);
}

.alert-glass {
  border: solid 3px white;
  border-radius: 50px;
  padding: 12px 20px !important;
  margin-bottom: 40px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1) !important;
  font-weight: 100;
}
.alert-glass h1, .alert-glass h2, .alert-glass h3, .alert-glass h4, .alert-glass h5, .alert-glass p {
  margin: 0;
  line-height: 22px;
  font-size: 16px;
  color: #fff;
}

.alert-glass:hover {
  background: #fff !important;
  color: #111;
}
.alert-glass:hover h1, .alert-glass:hover h2, .alert-glass:hover h3, .alert-glass:hover h4, .alert-glass:hover h5, .alert-glass:hover p {
  color: #111;
}

/* Product Page */
.alert-glass-product {
  border: solid 3px white;
  border-radius: 50px;
  padding: 15px 20px;
  margin-bottom: 40px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1) !important;
  line-height: 24px;
  font-size: 18px;
  font-family: "europa";
  margin-top: 50px;
}
.alert-glass-product h1, .alert-glass-product h2, .alert-glass-product h3, .alert-glass-product h4, .alert-glass-product h5, .alert-glass-product p {
  margin: 0;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  display: inline;
  margin-right: 5px;
}

.alert-glass-product:hover {
  background: #fff !important;
  color: #111;
  opacity: 1;
}
.alert-glass-product:hover h1, .alert-glass-product:hover h2, .alert-glass-product:hover h3, .alert-glass-product:hover h4, .alert-glass-product:hover h5, .alert-glass-product:hover p {
  color: #111;
}

.glass-action {
  position: absolute;
  bottom: 170px;
  right: 30px;
  width: 380px;
  height: auto;
  border: solid 4px white;
  z-index: 2;
  border-radius: 2px;
}
.glass-action .image-block {
  width: 40%;
  float: left;
  background-size: cover;
  background-position: right;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.glass-action .text {
  width: 60%;
  float: right;
  height: 100%;
  padding: 25px 30px;
  background: #111;
  line-height: 22px;
  font-size: 18px;
  color: white;
}
.glass-action .text h4 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 5px;
}
.glass-action .text p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.glass-action:hover {
  opacity: 1;
}
.glass-action:hover a {
  opacity: 1;
}
.glass-action:hover .text {
  background: white;
  color: #111;
}
.glass-action:hover h4 {
  color: #111;
}

.woocommerce-message {
  line-height: 35px;
}
.woocommerce-message a:hover {
  color: #111;
  opacity: 0.7;
}

/* Glass Calc */
.calc-subtotal .total .sub-item-value::after {
  content: "  (ex VAT)";
  font-size: 14px;
  padding-left: 5px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.fixed {
  position: fixed !important;
  top: -200px !important;
  left: 0;
  padding: 10px 0 !important;
  transition-duration: 0.4s;
}
.fixed.active {
  top: 0 !important;
}

.header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9999;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2);
}
.header .contact-info a, .header .contact-info i {
  color: #222;
}
.header li {
  list-style-type: none;
}
.header img {
  margin-top: 6px;
  max-width: 100%;
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
}
.header .logo_black {
  display: none;
}
.header .logo_white {
  display: block;
}
.header .contact-info {
  display: none;
}
@media only screen and (min-width: 880px) {
  .header .contact-info {
    display: inline-block;
    width: auto;
    text-align: right;
    float: right;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .header .contact-info {
    display: block;
    width: 100%;
    clear: both;
    float: none;
    margin-right: 0;
  }
}
.header .header-tel {
  display: inline-block;
  margin-left: 25px;
}
@media (min-width: 768px) {
  .header .header-tel {
    font-size: 16px !important;
    line-height: 44px !important;
  }
  .header .header-tel p, .header .header-tel span, .header .header-tel a {
    font-size: 18px !important;
    line-height: 44px !important;
    margin-left: 3px;
  }
}
@media (min-width: 992px) {
  .header .header-tel {
    font-size: 18px !important;
    line-height: 44px !important;
  }
  .header .header-tel p, .header .header-tel span, .header .header-tel a {
    font-size: 22px !important;
    line-height: 44px !important;
    margin-left: 3px;
  }
}
.header .enquire, .header .shop-link,
.header .menu a {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.header .enquire:hover, .header .shop-link:hover,
.header .menu a:hover {
  color: #38A2AE;
  opacity: 1;
}
.header .menu-main-menu-container {
  position: relative;
  display: inline-block;
  position: relative;
  width: auto;
  float: right;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  display: none;
}
@media (min-width: 768px) {
  .header .menu-main-menu-container {
    display: inline-block;
  }
}
.header .menu {
  margin: 0;
  padding: 0;
  text-align: right;
}
.header .menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.header .menu li a:hover {
  color: #38A2AE;
}
.header .menu li.current_page_item a {
  color: #38A2AE;
}
.header .burger {
  width: auto;
  display: inline-block;
  float: right;
}
.header .hamburger:hover {
  border: solid 1px #38a2ae;
}
.header .hamburger {
  border-radius: 50px;
  border: solid 1px rgba(56, 162, 174, 0.5);
  width: 47px;
  height: 47px;
  margin-left: 20px;
  margin-top: 5px;
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
}
@media (min-width: 992px) {
  .header .hamburger {
    margin-left: 23px;
  }
}
.header .hamburger.is-active {
  border: solid 1px rgba(56, 162, 174, 0.5) !important;
}
@media (min-width: 992px) {
  .header .hamburger.is-active {
    border: solid 1px rgba(56, 162, 174, 0.5) !important;
  }
}
.header .hamburger.is-active .hamburger-box .hamburger-inner,
.header .hamburger.is-active .hamburger-box .hamburger-inner::before,
.header .hamburger.is-active .hamburger-box .hamburger-inner::after {
  background-color: #38A2AE;
}
@media (min-width: 992px) {
  .header .hamburger.is-active .hamburger-box .hamburger-inner,
.header .hamburger.is-active .hamburger-box .hamburger-inner::before,
.header .hamburger.is-active .hamburger-box .hamburger-inner::after {
    background-color: #38A2AE;
  }
}

header.solid-bg {
  background-color: #000;
}

header.fixed {
  position: fixed;
}

body.blog header .logo .logo_white,
.page-template-no-hero header .logo .logo_white,
header.black .logo .logo_white,
body.page-template-contact .logo .logo_white {
  display: none;
}
body.blog header .logo .logo_black,
.page-template-no-hero header .logo .logo_black,
header.black .logo .logo_black,
body.page-template-contact .logo .logo_black {
  display: block;
}
body.blog header .hamburger:hover,
.page-template-no-hero header .hamburger:hover,
header.black .hamburger:hover,
body.page-template-contact .hamburger:hover {
  border: solid 1px #222222;
}
body.blog header .hamburger,
.page-template-no-hero header .hamburger,
header.black .hamburger,
body.page-template-contact .hamburger {
  border: solid 1px rgba(34, 34, 34, 0.5);
}
body.blog header .hamburger-inner,
body.blog header .hamburger-inner::before,
body.blog header .hamburger-inner::after,
.page-template-no-hero header .hamburger-inner,
.page-template-no-hero header .hamburger-inner::before,
.page-template-no-hero header .hamburger-inner::after,
header.black .hamburger-inner,
header.black .hamburger-inner::before,
header.black .hamburger-inner::after,
body.page-template-contact .hamburger-inner,
body.page-template-contact .hamburger-inner::before,
body.page-template-contact .hamburger-inner::after {
  background-color: #222;
}

.mobile-search-btn {
  float: right;
  border: solid 1px rgba(255, 255, 255, 0.5);
  width: 47px;
  height: 47px;
  margin-left: 0px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#header-search {
  display: inline-block;
  width: 100%;
  float: right;
  margin-left: 30px;
  vertical-align: top;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #header-search {
    width: auto;
    margin-top: 0px;
    margin-left: 20px;
  }
}
#header-search .search-form {
  width: 300px;
}
#header-search .search-form input[type=search] {
  width: 300px;
}

.search-form {
  position: relative;
  width: 500px;
  max-width: 100%;
}
.search-form label {
  vertical-align: top;
  position: relative;
  width: 100%;
}
.search-form input {
  border-radius: 50px;
  border: solid 1px #fff;
  font-size: 14px;
}
.search-form input[type=search] {
  width: 500px;
  padding-left: 15px;
  margin-right: 5px;
  line-height: 45px;
  height: 45px;
  outline: none;
  max-width: 100%;
}
.search-form .icon-input-btn {
  display: inline-block;
  position: relative;
  height: 45px;
  width: 45px;
  line-height: 45px;
  position: absolute;
  right: 10px;
}
.search-form .icon-input-btn input[type=submit] {
  height: 45px;
  line-height: 45px;
  width: 45px;
  background: none;
}
.search-form .icon-input-btn i {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #666;
}

.fixed-nav.active {
  transform: translateY(0px);
}

.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  display: block;
  z-index: 99999;
  opacity: 1;
  color: #111;
  padding: 15px 0;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2);
  transform: translateY(-105px);
  transition-duration: 0.3s;
}
.fixed-nav a {
  color: #111;
}
.fixed-nav .logo {
  margin-top: 4px;
  display: block;
}
.fixed-nav .contact-info {
  color: #111;
  display: none;
}
@media only screen and (min-width: 880px) {
  .fixed-nav .contact-info {
    display: inline-block;
    width: auto;
    text-align: right;
    float: right;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .fixed-nav .contact-info {
    display: inline-block;
    width: 89%;
    float: right;
    margin-right: 0;
  }
}
.fixed-nav .contact-info a {
  color: #111;
}
.fixed-nav .header-tel {
  display: inline-block;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .fixed-nav .header-tel {
    font-size: 16px !important;
    line-height: 44px !important;
  }
  .fixed-nav .header-tel p, .fixed-nav .header-tel span, .fixed-nav .header-tel a {
    font-size: 18px !important;
    line-height: 44px !important;
    margin-left: 3px;
  }
}
@media (min-width: 992px) {
  .fixed-nav .header-tel {
    font-size: 18px !important;
    line-height: 44px !important;
  }
  .fixed-nav .header-tel p, .fixed-nav .header-tel span, .fixed-nav .header-tel a {
    font-size: 18px !important;
    line-height: 44px !important;
    margin-left: 3px;
  }
}
.fixed-nav .burger {
  width: auto;
  display: inline-block;
  float: right;
}
.fixed-nav .hamburger:hover {
  border: solid 1px #111111;
}
.fixed-nav .hamburger {
  border-radius: 50px;
  border: solid 1px rgba(17, 17, 17, 0.5);
  width: 47px;
  height: 47px;
  margin-left: 5px;
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
}
@media (min-width: 992px) {
  .fixed-nav .hamburger {
    margin-left: 23px;
  }
}
.fixed-nav .hamburger-inner, .fixed-nav .hamburger-inner::before, .fixed-nav .hamburger-inner::after {
  background-color: #111;
}
.fixed-nav .hamburger.is-active {
  border: solid 1px rgba(255, 255, 255, 0.5) !important;
}
@media (min-width: 992px) {
  .fixed-nav .hamburger.is-active {
    border: solid 1px rgba(255, 255, 255, 0.5) !important;
  }
}
.fixed-nav .hamburger.is-active .hamburger-box .hamburger-inner,
.fixed-nav .hamburger.is-active .hamburger-box .hamburger-inner::before,
.fixed-nav .hamburger.is-active .hamburger-box .hamburger-inner::after {
  background-color: #111;
}
@media (min-width: 992px) {
  .fixed-nav .hamburger.is-active .hamburger-box .hamburger-inner,
.fixed-nav .hamburger.is-active .hamburger-box .hamburger-inner::before,
.fixed-nav .hamburger.is-active .hamburger-box .hamburger-inner::after {
    background-color: #111;
  }
}

.top_nav {
  background-color: #38A2AE;
  width: 100%;
  color: #fff;
  padding: 7px 0;
  z-index: 999999999;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
  text-align: center;
  position: relative;
}
.top_nav a {
  display: inline-block;
  text-align: right;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .top_nav a {
    font-size: 18px;
    margin-left: 30px;
  }
}
.top_nav .strapline {
  display: none;
}
@media (min-width: 992px) {
  .top_nav .strapline {
    display: block;
  }
}
@media (min-width: 1200px) {
  .top_nav .contact_info {
    text-align: right;
  }
}

.header_menu {
  padding-top: 17px;
}
.header_menu a {
  font-size: 18px;
  line-height: 24px;
  font-family: "Albert Sans", sans-serif;
  margin-left: 40px;
  text-align: right;
}
@media (min-width: 1200px) {
  .header_menu a {
    margin-left: 50px;
  }
}
.header_menu a:hover {
  color: #38A2AE;
  opacity: 1;
}

.footer_banner {
  font-size: 28px !important;
  line-height: 34px !important;
  margin-top: 60px;
}
.footer_banner .btn {
  background-color: #222;
  color: #fff;
  text-decoration: none;
  min-width: 220px;
  max-width: 220px;
}
.footer_banner .description {
  flex-direction: column;
  text-align: center;
  gap: 0px;
}
@media (min-width: 992px) {
  .footer_banner .description {
    gap: 40px;
  }
}
.footer_banner .description .btn {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .footer_banner .description {
    text-align: left;
    flex-direction: row;
    margin-bottom: 0px;
  }
  .footer_banner .description .btn {
    margin-top: 0px;
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 30px;
  background-color: #333;
  color: #fff;
}
footer a {
  color: #38A2AE;
}
footer a:hover {
  color: #38A2AE;
  opacity: 0.5;
}
footer p {
  color: #fff;
}
@media (min-width: 992px) {
  footer {
    padding: 8vh 30px;
  }
}
footer .logo_black {
  display: block;
}
footer .logo_white {
  display: none;
}
footer img {
  margin-bottom: 20px;
}
footer .footer_info {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
footer h5 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 20px;
}
footer .contact-info {
  font-weight: 700;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
}
footer .contact-info div {
  width: 100%;
  display: block;
}
footer .social-info {
  margin-top: 10px;
}
footer .social-info a {
  margin: 0 5px;
}
footer .social-info a i {
  font-size: 20px;
  line-height: 24px;
}
footer .item {
  font-size: 18px;
  line-height: 24px;
  font-family: "Albert Sans", sans-serif;
  color: #222;
  margin-top: 50px;
}
@media (min-width: 992px) {
  footer .item {
    margin-top: 0;
  }
}
footer .item ul {
  margin: 0;
  padding: 0;
}
footer .item ul li {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}

.copyright {
  padding: 20px;
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  background: #222;
}
.copyright p {
  display: inline-block;
  margin: 0;
}
.copyright a {
  color: #fff;
}
@media (min-width: 992px) {
  .copyright p.tom-beavan {
    display: block;
    text-align: right;
  }
}
.copyright .menu-footer-menu-container {
  display: block;
}
@media (min-width: 992px) {
  .copyright .menu-footer-menu-container {
    display: inline-block;
  }
}
.copyright .menu-footer-menu-container ul {
  margin: 20px 0 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  .copyright .menu-footer-menu-container ul {
    margin: 0;
  }
}
.copyright .menu-footer-menu-container ul li {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .copyright .menu-footer-menu-container ul li {
    display: inline;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .copyright .menu-footer-menu-container ul li {
    margin-left: 30px;
  }
}

.hero {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100svh - 127px);
  max-height: 530px;
  text-align: center;
}
@media (min-width: 992px) {
  .hero {
    height: calc(100svh - 127px);
    max-height: 35vw;
  }
}
.hero .image {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 0;
}
.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(47, 47, 47, 0.35);
  z-index: 1;
}
.hero .caption {
  z-index: 3;
  position: relative;
  width: 80%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media (min-width: 992px) {
  .hero .caption {
    left: 12.5%;
  }
}
@media (min-width: 1200px) {
  .hero .caption {
    left: 20%;
    width: 60%;
  }
}
.hero .caption .tag {
  color: rgba(255, 255, 255, 0.5);
}
.hero .caption h1 {
  font-size: 36px;
  line-height: 38px;
  color: white;
  margin-bottom: 20px;
  text-shadow: 1px 1px 30px rgba(34, 34, 34, 0.3);
}
@media (min-width: 768px) {
  .hero .caption h1 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .hero .caption h1 {
    font-size: 4.2vw;
    line-height: 4.2vw;
  }
}
.hero .caption h2, .hero .caption .h2 {
  font-size: 18px;
  line-height: 22px;
  color: white;
  margin-bottom: 30px;
  opacity: 0.8;
  text-shadow: 1px 1px 30px rgba(34, 34, 34, 0.3);
  font-weight: 600;
}
@media (min-width: 992px) {
  .hero .caption h2, .hero .caption .h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .hero .caption a.btn {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.hero .information {
  bottom: -161px;
}
.hero #scroll {
  opacity: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  font-size: 25px;
  line-height: 25px;
  background-color: white;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #111;
}
.hero #scroll.black-scroll {
  color: #fff;
  opacity: 1;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 50px;
  }
  50% {
    bottom: 65px;
  }
}

.popup-menu.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.popup-menu {
  opacity: 0;
  visibility: hidden;
  background: #eee;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  overflow: hidden;
  padding: 0;
  margin: 0;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.popup-menu .wrapper {
  background: white;
  height: 100%;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .popup-menu .wrapper {
    width: 50%;
    display: inline-block;
  }
}
.popup-menu .wrapper .contact-info {
  position: absolute;
  bottom: 20px;
  left: 6vh;
  color: #222;
  font-weight: bold;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
}
@media (min-width: 992px) {
  .popup-menu .wrapper .contact-info {
    bottom: 4vh;
    left: 6vh;
  }
}
.popup-menu .wrapper .contact-info p {
  margin: 15px 0;
}
.popup-menu .wrapper .contact-info a {
  color: #222;
}
.popup-menu .wrapper .caption {
  position: absolute;
  top: calc(50% + 30px);
  left: 25%;
  transform: translate(-20%, -50%);
  border: none;
}
@media (min-width: 992px) {
  .popup-menu .wrapper .caption {
    top: 50%;
    left: 30%;
  }
}
@media (min-width: 1200px) {
  .popup-menu .wrapper .caption {
    top: 50%;
    left: 50%;
    width: 75%;
    transform: translate(-50%, -50%);
  }
}
.popup-menu .wrapper .caption ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popup-menu .wrapper .caption ul li {
  margin: 0;
  padding: 0;
}
.popup-menu .wrapper .caption ul li a {
  color: #222;
  font-size: 26px;
  line-height: 40px;
  margin: 15px 0;
  display: block;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
@media (min-width: 768px) {
  .popup-menu .wrapper .caption ul li a {
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  .popup-menu .wrapper .caption ul li a {
    font-size: 36px;
    line-height: 48px;
    margin: 30px 0;
  }
}
.popup-menu .wrapper .caption ul li a i {
  opacity: 0;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #999999;
  line-height: 40px;
  text-align: center;
  margin-left: 5px;
  color: #222;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
@media (min-width: 768px) {
  .popup-menu .wrapper .caption ul li a i {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .popup-menu .wrapper .caption ul li a i {
    width: 47px;
    height: 47px;
    line-height: 47px;
  }
}
@media (min-width: 992px) {
  .popup-menu .wrapper .caption ul li:hover a, .popup-menu .wrapper .caption ul li.active a {
    color: #222;
    opacity: 1;
  }
  .popup-menu .wrapper .caption ul li:hover a i, .popup-menu .wrapper .caption ul li.active a i {
    opacity: 1;
  }
}
.popup-menu .wrapper .caption ul.menu {
  margin-top: 40px;
}
.popup-menu .image-wrapper {
  opacity: 0;
  width: 50%;
  height: 100%;
  float: right;
  position: relative;
}
@media (min-width: 992px) {
  .popup-menu .image-wrapper {
    opacity: 1;
  }
}
.popup-menu .image-wrapper .social {
  z-index: 1;
  position: absolute;
  bottom: 6vh;
  right: 6vh;
  color: white;
  font-weight: bold;
  font-family: "Albert Sans", sans-serif;
  font-size: 22px;
}
@media (min-width: 992px) {
  .popup-menu .image-wrapper .social {
    right: 6vh;
    bottom: 4vh;
  }
}
.popup-menu .image-wrapper .social a {
  color: white;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .popup-menu .image-wrapper .social a {
    margin-left: 15px;
  }
}
.popup-menu .image-wrapper .image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.popup-menu .image-wrapper .image.active {
  opacity: 1;
  transform: scale(1);
}

/* 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: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.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: 40px;
  padding: 0 15px;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  ul.slick-dots {
    text-align: right;
    bottom: 60px;
  }
}
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: 24px;
  width: 24px;
  margin: 0 4px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
ul.slick-dots li button:before {
  content: "";
  height: 7px;
  width: 7px;
  display: block;
  border-radius: 100%;
  background: #fff;
}
ul.slick-dots li button:focus {
  outline: none;
}
ul.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.2);
}
ul.slick-dots li.slick-active button::before {
  background: #fc7226;
}

.page-header {
  padding-top: 120px;
}
@media (min-width: 992px) {
  .page-header {
    padding-top: 200px;
  }
}
.page-header h1 {
  font-size: 48px;
  line-height: 48px;
}
@media (min-width: 992px) {
  .page-header h1 {
    font-size: 70px;
    line-height: 84px;
  }
}

.pagination {
  width: 100%;
  text-align: right;
}
.pagination .page-numbers {
  padding: 10px 20px;
  display: inline-block;
  background: white;
  color: #222;
  margin: 5px;
}
.pagination .page-numbers:hover {
  background: #222;
  color: white;
  opacity: 1;
}
.pagination .page-numbers.current {
  background: none;
  color: #eee;
}

.smartbuilder {
  border: none;
  outline: none;
  display: block;
  position: relative;
  width: 100%;
  height: 1000px;
}
.smartbuilder iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

.home .hero {
  max-height: 830px;
}
@media (min-width: 992px) {
  .home .hero {
    max-height: 50vw;
  }
}
@media (min-width: 1400px) {
  .home .hero {
    max-height: 45vw;
  }
}
.home .hero .btn.white {
  display: none;
}
@media (min-width: 992px) {
  .home .hero .btn.white {
    display: inline-block;
  }
}
.home .latest_blog_post {
  margin-top: 0;
  padding-top: 0;
}
.home .latest_blog_post .caption {
  background: #fafafa;
}
.home .image_text.bg-light-grey {
  padding-bottom: 40vh;
  margin-bottom: 0;
  margin-top: 0;
}

.testominals-wrapper {
  position: relative;
  opacity: 0;
  margin-top: 10vh;
}
.testominals-wrapper.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.testominals-wrapper .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testominals-wrapper .slick-dots li {
  list-style-type: none;
}
.testominals-wrapper .slick-dots li button {
  border: solid 1px #fff;
  background: #999999;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
.testominals-wrapper .slick-dots li.slick-active button {
  background: #111111;
}

.contact-page-container {
  padding-top: 200px;
  padding-bottom: 0vh;
}
.contact-page-container .phone-text {
  color: #111;
  display: block;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 1400px) {
  .contact-page-container .phone-text {
    font-size: 30px;
    line-height: 40px;
  }
}
.contact-page-container .email-text {
  color: #111;
  display: block;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 1400px) {
  .contact-page-container .email-text {
    font-size: 30px;
    line-height: 40px;
  }
}
.contact-page-container a {
  font-weight: 700;
  font-family: Poppins, sans-serif;
}
.contact-page-container p {
  margin: 0;
}
.contact-page-container .links .link {
  display: block;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 1400px) {
  .contact-page-container .links .link {
    font-size: 30px;
    line-height: 40px;
  }
}
.contact-page-container .links .link:last-child i {
  transform: rotate(90deg);
}

.contact-form-custom {
  padding-top: 100px;
  padding-bottom: 0vh;
}
@media (min-width: 768px) {
  .contact-form-custom {
    padding-top: 200px;
    padding-bottom: 0vh;
  }
}
@media (min-width: 992px) {
  .contact-form-custom {
    padding-top: 200px;
    padding-bottom: 0vh;
  }
}
.contact-form-custom .form-block {
  border-radius: 10px;
  background: #fafafa;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .contact-form-custom .form-block {
    padding: 50px;
    margin-top: 50px;
  }
}
.contact-form-custom .form-block label {
  margin-bottom: 50px;
  position: relative;
}
.contact-form-custom .form-block .custom-label {
  display: block;
  position: relative;
  top: 5px;
  color: #666666;
}
.contact-form-custom .form-block .wpcf7-acceptance label {
  margin-bottom: 0;
}
.contact-form-custom .form-block input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: solid 1px #707070;
}
.contact-form-custom .form-block input[type=file] {
  width: auto;
  border-bottom: none;
}
.contact-form-custom .form-block input:focus {
  outline: none;
  border-bottom: solid 1px #000;
}
.contact-form-custom .form-block textarea {
  width: 100%;
  height: 170px;
  background: transparent;
  border: 0;
  border-bottom: solid 1px #707070;
}
.contact-form-custom .form-block textarea:focus {
  outline: none;
  border-bottom: solid 1px #000;
}
.contact-form-custom .form-block .submit-wrapper {
  width: 100%;
  padding: 20px 15px;
}
.contact-form-custom .form-block .submit-wrapper [type=submit] {
  margin-top: 10px;
  width: auto;
  border-bottom: none;
  width: 258px;
  height: 63px;
  color: #fff;
  font-weight: bold;
  background: #222222;
  transition: background 300ms ease;
}
.contact-form-custom .form-block .submit-wrapper [type=submit]:hover, .contact-form-custom .form-block .submit-wrapper [type=submit]:focus {
  background: #343434;
  transition: background 300ms ease;
}
.contact-form-custom ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}
.contact-form-custom ::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.contact-form-custom :-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}
.contact-form-custom :-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.contact-form-custom .desc-text {
  padding: 0 15px;
  padding-bottom: 30px;
  color: #999999;
}
.contact-form-custom input[type=file i]::-webkit-file-upload-button {
  height: 52px;
  width: 157px;
  border-radius: 0;
  border: solid 1px #999999;
  background: #eeeeee;
  margin-right: 10px;
}
.contact-form-custom .wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
}
.contact-form-custom .file-upload-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
.contact-form-custom .file-upload-buttons .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
  max-width: 32%;
}
.page-template-contact header .shop-link {
  color: #111;
}
.page-template-contact .cart-contents {
  border-color: #777;
}
.page-template-contact i {
  color: #111;
}
.page-template-contact .search-form input {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.page-template-contact .contact-info {
  color: #111;
  display: none;
}
@media only screen and (min-width: 880px) {
  .page-template-contact .contact-info {
    display: inline-block;
    width: auto;
    text-align: right;
    float: right;
    margin-right: 20px;
  }
}
.page-template-contact .contact-info i {
  color: #aaa;
}
@media (min-width: 992px) {
  .page-template-contact .contact-info {
    display: inline-block;
    width: 89%;
    float: right;
    margin-right: 0;
  }
}
.page-template-contact .contact-info a {
  color: #111;
}
.page-template-contact .header-tel {
  display: inline-block;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .page-template-contact .header-tel {
    font-size: 16px !important;
    line-height: 44px !important;
  }
  .page-template-contact .header-tel p, .page-template-contact .header-tel span, .page-template-contact .header-tel a {
    font-size: 18px !important;
    line-height: 44px !important;
    margin-left: 3px;
  }
}
@media (min-width: 992px) {
  .page-template-contact .header-tel {
    font-size: 18px !important;
    line-height: 44px !important;
  }
  .page-template-contact .header-tel p, .page-template-contact .header-tel span, .page-template-contact .header-tel a {
    font-size: 18px !important;
    line-height: 44px !important;
    margin-left: 3px;
  }
}

/*******************************
LOAD FLEXIBLE CONTENT PARTIALS
*******************************/
.flexible-content {
  position: relative;
  padding-top: 6vw;
  background-color: white;
}
.flexible-content-bottom {
  position: relative;
  padding-bottom: 6vw;
  background-color: white;
}
.image_text {
  position: relative;
  margin-bottom: 12vw;
}
@media only screen and (min-width: 1200px) {
  .image_text {
    margin-bottom: 6vw;
  }
}
.image_text .card-body {
  background: none;
  padding: 0;
}
.image_text .additional_content {
  background-color: #38A2AE;
  padding: 10px 40px 40px 40px;
  color: white;
  font-size: 18px;
  line-height: 24px;
  border-radius: 3px;
}
.image_text .additional_content .gform_title {
  color: white;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 30px;
}
.image_text .additional_content .gform-field-label--type-sub {
  opacity: 0.5;
  margin-bottom: 3px;
  font-size: 13px;
}
.image_text .additional_content .gform_wrapper.gravity-theme .gfield_label {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 0;
}
.image_text .additional_content .gform_wrapper.gravity-theme .gfield {
  margin-top: 13px;
}
.image_text .additional_content .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description {
  opacity: 0.5;
  padding-bottom: 0;
  margin-bottom: 5px;
  margin-top: 0;
  color: white;
}
.image_text .additional_content .gform_button {
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  line-height: 34px;
  border: solid 1px #222;
  opacity: 1;
  background: #222;
  padding: 10px 60px;
  opacity: 1;
  display: inline-block;
  width: auto;
  color: white;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .image_text .additional_content .gform_button {
    width: auto;
  }
}
.image_text .additional_content .gform_footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.image_text .additional_content .gform_wrapper.gravity-theme .gfield_required {
  color: #fff;
  opacity: 0.7;
}
.image_text .caption {
  padding: 0 30px 30px 30px;
}
@media (min-width: 992px) {
  .image_text .caption {
    padding: 0 50px 0 0px !important;
  }
}
@media (min-width: 1200px) {
  .image_text .caption {
    padding: 0 50px 0 0px !important;
  }
}
.image_text .caption a {
  color: #38A2AE;
}
.image_text .caption .btn {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #fff;
}
@media (min-width: 992px) {
  .image_text .caption .btn {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 30px;
  }
}
.image_text .caption ul {
  margin: 30px 0 30px 15px;
  padding: 0;
}
.image_text .caption ul li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  color: #222;
}
@media (min-width: 992px) {
  .image_text .caption ul li {
    font-size: 18px;
    line-height: 27px;
  }
}
.image_text .caption ul li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px rgba(34, 34, 34, 0.3);
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
@media (min-width: 1200px) {
  .image_text .caption ul li::before {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.image_text .images {
  position: relative;
  width: 100%;
  height: 100%;
}
.image_text .images .image {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
  padding: 0;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .image_text .images .image {
    padding: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .image_text .images .image {
    width: 80%;
    max-width: 636px;
    float: right;
  }
}
.image_text .images .second_image {
  width: 100%;
  position: relative;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .image_text .images .second_image {
    position: absolute;
    top: 200px;
    left: 0;
    max-width: 370px;
  }
}
.image_text .images .second_image img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .image_text .images.text-right .image {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .image_text .images.text-right .image {
    float: left;
    width: 80%;
    max-width: 636px;
  }
}
.image_text .images.text-right .second_image {
  width: 100%;
}
@media (min-width: 1200px) {
  .image_text .images.text-right .second_image {
    position: absolute;
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .image_text .images.image_inset {
    padding-right: 8.5vw;
  }
}
@media (min-width: 1200px) {
  .image_text .images.image_inset {
    padding-right: 8.5vw;
  }
}

.image_text.bg-light-grey {
  padding-bottom: 15vh;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .image_text.image_inset.one-image .image {
    width: 90%;
  }
}

/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden !important;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden !important;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

body.has_gallery *,
body.has_gallery *::after,
body.has_gallery *::before {
  box-sizing: border-box;
}
body.has_gallery #main {
  overflow: hidden;
  position: relative;
  background: #fff;
}
body.has_gallery .tiles {
  --tiles-height: 52vw;
  height: var(--tiles-height);
  position: relative;
  overflow: hidden;
}
body.has_gallery .tiles--columns-rotated {
  --tiles-height: 180vmax;
}
body.has_gallery .tiles--oneline {
  --tiles-height: 300px;
  min-height: 300px;
  margin: 50px 0;
}
@media (min-width: 768px) {
  body.has_gallery .tiles--oneline {
    --tiles-height: 400px;
    min-height: 400px;
    margin: 50px 0;
  }
}
body.has_gallery .tiles__wrap {
  width: 150%;
  --tileswrap-height: var(--tiles-height);
  height: var(--tileswrap-height);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
body.has_gallery .tiles__line {
  display: flex;
}
body.has_gallery .tiles--oneline .tiles__line {
  height: 100%;
}
body.has_gallery .tiles__line-img {
  --tile-margin: 2vw;
  flex: none;
  width: calc(16.6666% - var(--tile-margin) * 2);
  height: calc(var(--tileswrap-height) / 3 - (3 * var(--tile-margin) / 2));
  margin: var(--tile-margin);
  background-size: cover;
  background-position: 50% 50%;
}
body.has_gallery .tiles--oneline .tiles__line-img {
  --tile-margin: 1vw;
  margin: 0 var(--tile-margin);
  width: calc(70% - var(--tile-margin) * 2);
  height: 100%;
}
@media (min-width: 768px) {
  body.has_gallery .tiles--oneline .tiles__line-img {
    width: calc(673px - var(--tile-margin) * 2);
  }
}
body.has_gallery .tiles__title {
  position: absolute;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10vw;
  padding: 3rem;
  margin: 0;
  line-height: 0.8;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
body.has_gallery .tiles__title--alt {
  font-size: 8vw;
  font-size: clamp(2rem, 8vw, 100px);
}
body.has_gallery .tiles__title--right {
  justify-content: flex-end;
}
body.has_gallery .tiles__title--left {
  justify-content: flex-start;
}
body.has_gallery .tiles__title--full {
  height: 100%;
}

.horizontal-gallery {
  padding-top: 7.5vh;
}
@media (min-width: 768px) {
  .horizontal-gallery {
    padding-top: 10vh;
  }
}

@media (min-width: 992px) {
  .icon_link .description {
    width: 80%;
    margin-bottom: 50px;
  }
}
.icon_link a {
  display: block;
  width: 100%;
  margin-top: 50px;
  position: relative;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .icon_link a {
    text-align: left;
    padding: 30px;
    margin-top: 10px;
  }
}
.icon_link a h3 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .icon_link a h3 {
    margin-bottom: 3px;
    margin-top: 0px;
  }
}
.icon_link a .description {
  color: rgba(34, 34, 34, 0.5);
  margin-bottom: 5px;
}
.icon_link a i {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .icon_link a i {
    position: absolute;
    right: 30px;
    top: calc(50% - 20px);
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .icon_link a img {
    float: left;
    margin-top: 8px;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .icon_link a:hover {
    opacity: 1;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.15);
  }
}

.call_to_action {
  padding-top: 7.5vh;
  padding-bottom: 7.5vh;
  margin-top: 7.5vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .call_to_action {
    padding-top: 10vh;
    padding-bottom: 10vh;
    margin-top: 10vh;
  }
}
@media (min-width: 992px) {
  .call_to_action {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }
}
.call_to_action .caption {
  z-index: 2;
  position: relative;
}
@media (min-width: 992px) {
  .call_to_action .caption h4 {
    font-size: 42px;
    line-height: 50px;
  }
}
.call_to_action .caption p.description {
  color: #222;
  opacity: 0.7;
  font-family: "Albert Sans", sans-serif;
}
@media (min-width: 992px) {
  .call_to_action .caption p.description {
    font-size: 24px;
    line-height: 34px;
  }
}
.call_to_action .caption a {
  display: block;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .call_to_action .caption a {
    display: inline-block;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.call_to_action i.large-icon {
  position: absolute;
  top: 22%;
  right: 10%;
  font-size: 200px;
  color: #f5f5f5;
  z-index: 1;
}
@media (min-width: 1200px) {
  .call_to_action i.large-icon {
    font-size: 360px;
  }
}
.call_to_action i.large-icon.left {
  left: 10%;
  right: unset;
}

.latest_blog_post .caption {
  font-weight: 700;
  font-size: 20px;
  font-family: "Albert Sans", sans-serif;
  padding: 30px;
  background: white;
}
@media (min-width: 768px) {
  .latest_blog_post .caption {
    width: 70%;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .latest_blog_post .caption {
    width: 50%;
    padding: 50px;
  }
}
.latest_blog_post .caption .title, .latest_blog_post .caption .viewall {
  width: 49%;
  display: inline-block;
}
@media (min-width: 768px) {
  .latest_blog_post .caption .title, .latest_blog_post .caption .viewall {
    width: auto;
    text-align: left;
    margin-right: 20px;
  }
}
.latest_blog_post .caption .post-title {
  font-size: 30px;
  line-height: 36px;
  margin-top: 20px;
  display: block;
}
.latest_blog_post .caption .post-title i {
  font-size: 23px;
}
@media (min-width: 992px) {
  .latest_blog_post .caption .post-title {
    font-size: 40px;
    line-height: 57px;
  }
}
.latest_blog_post .image-wrapper {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 400px;
  position: relative;
}
@media (min-width: 768px) {
  .latest_blog_post .image-wrapper {
    height: 900px;
  }
}
.latest_blog_post .image-wrapper .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.latest_blog_post .image-wrapper:hover .image {
  opacity: 1;
  transform: scale(1.025);
}

.standard_text .caption {
  margin: 0 auto;
  display: block;
}
.standard_text .caption h1, .standard_text .caption h2, .standard_text .caption h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .standard_text .caption h1, .standard_text .caption h2, .standard_text .caption h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
.standard_text .caption h4, .standard_text .caption h5 {
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .standard_text .caption h4, .standard_text .caption h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
.standard_text .caption a {
  color: #38A2AE;
}
.standard_text .caption .btn {
  color: white;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .standard_text .caption .btn {
    margin-bottom: 80px;
  }
}
.standard_text .caption .buttons {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .standard_text .caption .buttons {
    margin-top: 40px;
  }
}
.standard_text .caption .buttons a {
  color: white;
}
.standard_text .alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
.standard_text .alignright {
  float: right;
  margin: 0 0 30px 30px;
}

.text_carousel .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.text_carousel .container-fluid .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.text_carousel .slick-track {
  display: flex !important;
}
.text_carousel .slick-slide {
  height: inherit !important;
}
.text_carousel .carousel {
  margin-top: 0px;
}
.text_carousel .carousel a:hover {
  opacity: 1;
}
.text_carousel .carousel .item.grey {
  background-color: #eee;
}
.text_carousel .carousel .item {
  padding: 12vw 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .text_carousel .carousel .item {
    padding: 6vw 0;
  }
}
.text_carousel .carousel .item .caption {
  padding: 5vw 6vw 5vw 6vw;
}
.text_carousel .carousel .item .caption h2, .text_carousel .carousel .item .caption h3, .text_carousel .carousel .item .caption h4 {
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #38A2AE;
}
.text_carousel .carousel .item .caption .btn {
  margin: 10px 0 0 0;
}
.text_carousel .carousel .item .caption ul {
  margin: 25px 0;
}
.text_carousel .carousel .item .caption ul li {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin: 20px 0;
  list-style: none;
}
.text_carousel .carousel .item .caption ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  width: 26px;
  background-image: url(../images/check.png);
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.text_carousel .carousel .item .gallery {
  position: relative;
}

.faqs .card-header {
  border-radius: 0;
  background: #222;
  color: white;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.faqs .card-header .btn {
  color: white;
  opacity: 1;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
.faqs .card-header .btn i {
  float: right;
  font-size: 30px;
}
.faqs .card-header .btn.collapsed i {
  transform: rotate(180deg);
}
.faqs .card-header:hover {
  opacity: 0.7;
  cursor: pointer;
}
.faqs .card-body {
  padding: 40px;
}

.horizontal-slider {
  position: relative;
}
.horizontal-slider .left-block {
  font-size: 24px;
  color: #eee;
  padding: 30px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .horizontal-slider .left-block {
    position: absolute;
    width: 540px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fafafa;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
  }
  .horizontal-slider .left-block .vertical {
    width: auto;
    transform: rotate(270deg);
    position: absolute;
    left: -50px;
    top: 230px;
  }
}
.horizontal-slider .left-block span {
  display: none;
}
@media (min-width: 992px) {
  .horizontal-slider .left-block span {
    display: inline-block;
    color: #222;
  }
}
.horizontal-slider .horizontal-slider-wrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 90%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .horizontal-slider .horizontal-slider-wrapper {
    max-width: 1500px;
  }
}
.horizontal-slider .horizontal-slider-wrapper .slick-list {
  padding: 0;
}
.horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  position: relative;
  height: auto;
  margin: 0 10px;
  text-align: left;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
@media (min-width: 992px) {
  .horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item {
    width: 31%;
  }
}
.horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item:hover {
  margin-top: -8px;
  cursor: grab;
}
.horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item .image-wrapper {
  position: relative;
  height: 400px;
}
@media (min-width: 992px) {
  .horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item .image-wrapper {
    height: 320px;
  }
}
@media only screen and (min-width: 1600px) {
  .horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item .image-wrapper {
    height: 420px;
  }
}
.horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item .slider-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item .slider-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item .slider-content {
  position: relative;
  z-index: 2;
  padding: 20px 0;
}
.horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item .slider-content .title {
  font-family: "Albert Sans", sans-serif;
  color: #222;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item .slider-content .title {
    font-size: 30px;
    line-height: 35px;
    width: 60%;
    display: inline-block;
  }
}
.horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item .slider-content .supporting_text {
  font-size: 15px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item .slider-content .supporting_text {
    width: 39%;
    display: inline-block;
    text-align: right;
  }
}
.horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item .slider-content .btn {
  display: block;
  color: #222;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .horizontal-slider .horizontal-slider-wrapper .slick-list .slider-item .slider-content .btn {
    display: inline-block;
    width: auto;
    margin-right: 30px;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.horizontal-slider .slider-pagination {
  margin-top: 50px;
  margin-left: auto;
  margin-right: 0;
  max-width: 90%;
  text-align: right;
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .horizontal-slider .slider-pagination {
    max-width: 1500px;
    margin-left: 10%;
  }
}
.horizontal-slider .slider-pagination .slider-arrows {
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  padding-left: 10px;
  text-align: left;
  cursor: pointer;
}
.horizontal-slider .slider-pagination .slider-arrows i {
  font-size: 26px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .list_image .inner {
    padding: 0 0 0 0;
  }
}
@media (min-width: 992px) {
  .list_image .inner {
    padding: 0 0 0 8.5vw;
  }
}
@media (min-width: 1200px) {
  .list_image .inner {
    padding: 0 0 0 8.5vw;
  }
}
.list_image h2 {
  font-size: 32px;
  line-height: 48px;
  max-width: 1026px;
  padding-right: 15px;
}
.list_image .list-items h3 {
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.list_image .list-items .list-item {
  padding-bottom: 70px;
}

.testimonial-block {
  padding-top: 7.5vh;
  padding-bottom: 7.5vh;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .testimonial-block {
    padding-top: 10vh;
    padding-bottom: 10vh;
    min-height: 690px;
  }
}
.testimonial-block h3 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}
@media (min-width: 768px) {
  .testimonial-block h3 {
    font-size: 48px;
    line-height: 52px;
  }
}
.testimonial-block .inner {
  max-width: 1030px;
}
.testimonial-block .grey-overlay {
  background: rgba(17, 17, 17, 0.5);
}
.testimonial-block .bottom-client-name {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #999999;
}
@media (min-width: 768px) {
  .testimonial-block .bottom-client-name {
    text-align: right;
    padding-right: 19vw;
  }
}
@media (min-width: 992px) {
  .testimonial-block .bottom-client-name {
    text-align: right;
    padding-right: 260px;
  }
}

.cta_banner {
  background-color: #38A2AE;
  color: #fff;
  text-align: center;
  padding: 12vw 3vw;
  font-size: 22px;
  line-height: 26px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .cta_banner {
    padding: 6vw;
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .cta_banner {
    font-size: 32px;
    line-height: 40px;
  }
}
.cta_banner a {
  color: white;
  text-decoration: underline;
}
.cta_banner .cta_banner_wrapper {
  max-width: 960px;
}
.cta_banner div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.cta_banner .description {
  padding-left: 20px;
}
@media (min-width: 992px) {
  .cta_banner .description {
    padding-left: 40px;
  }
}
.cta_banner .description p {
  margin-bottom: 0;
}

.reviews {
  overflow: hidden;
  margin-top: 12vw;
}
@media (min-width: 992px) {
  .reviews {
    margin-top: 6vw;
  }
}

@media (min-width: 768px) {
  .call_to_action_image .inner {
    padding: 0 0 0 0;
  }
}
@media (min-width: 992px) {
  .call_to_action_image .inner {
    padding: 0 0 0 8.5vw;
  }
}
@media (min-width: 1200px) {
  .call_to_action_image .inner {
    padding: 0 0 0 8.5vw;
  }
}
.call_to_action_image .inner h2 {
  font-size: 30px;
  line-height: 38px;
}
@media (min-width: 992px) {
  .call_to_action_image .inner h2 {
    font-size: 46px;
    line-height: 52px;
  }
}
@media (min-width: 1200px) {
  .call_to_action_image .inner h2 {
    font-size: 54px;
    line-height: 58px;
  }
}

.gallery {
  text-align: center;
}
.gallery h1 {
  text-align: center;
  margin: 6vw 0 30px 0;
}
.gallery p {
  font-size: 24px;
  line-height: 32px;
  color: #999;
}

.flexible-gallery {
  padding-top: 0;
  margin-top: 0;
}
.flexible-gallery .filter {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.flexible-gallery .filter a {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  opacity: 1;
  margin-left: 15px;
  color: #777;
}
.flexible-gallery .filter a:hover {
  color: #fff;
  opacity: 1;
}
.flexible-gallery .filter a.active {
  color: #fff;
  opacity: 1;
}
.flexible-gallery .grid {
  width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
}
.flexible-gallery .grid li {
  display: block;
  float: left;
  padding: 7px;
  width: 100%;
}
@media (min-width: 768px) {
  .flexible-gallery .grid li {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .flexible-gallery .grid li {
    width: 33%;
  }
}
.flexible-gallery .grid li a i {
  opacity: 0;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  font-size: 50px;
}
.flexible-gallery .grid li a img {
  width: 100%;
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
}
.flexible-gallery .grid li a:hover {
  opacity: 1;
}
.flexible-gallery .grid li a:hover i {
  opacity: 1;
  z-index: 100;
}
.flexible-gallery .grid li a:hover img {
  opacity: 0.5;
}
.flexible-gallery .grid li span {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 2px;
  font-family: "futura-pt", sans-serif;
  display: block;
  font-weight: 600;
  margin-top: 5px;
}
.flexible-gallery .grid li.shown,
.flexible-gallery .no-js .grid li,
.flexible-gallery .no-cssanimations .grid li {
  opacity: 1;
}
.flexible-gallery .grid li a,
.flexible-gallery .grid li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}

/*# sourceMappingURL=main.min.css.map */
</pre></body></html>