@charset "UTF-8";
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-Italic.woff2") format("woff2"), url("../fonts/GillSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-MediumItalic.woff2") format("woff2"), url("../fonts/GillSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-Medium.woff2") format("woff2"), url("../fonts/GillSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans.woff2") format("woff2"), url("../fonts/GillSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/** Variables **/
/** Fonts **/
/** Colors **/
/** Bootstrap **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(28, 28, 28, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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: #7896b3;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #50708e;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f7f0f0;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #f7f0f0;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-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%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.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%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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%;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !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;
  }
}
.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-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

.text-primary {
  color: #7896b3 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

/** Base Styles **/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*

Usage:

@include placeholder {
    color: rgba($white, .8);
}

*/
/** Base Typography **/
body {
  background: #1c1c1c;
  color: #f7f0f0;
  font-family: "Gill Sans", sans-serif;
}

a,
a:visited {
  text-decoration: none;
}
a,
a:link,
a:hover,
input[type=submit],
input[type=submit]:hover,
.transition,
.transition:hover {
  transition: all 0.3s ease;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.h100 {
  height: 100%;
}

.rel {
  position: relative;
}

.video-container,
.embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe,
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

h4, h3, h2, h1 {
  font-family: "Gill Sans", sans-serif;
}

p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

/** Components **/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}

.buttons {
  margin: 0 -10px 10px;
}
.buttons .button {
  position: relative;
  display: inline-block;
  margin: 0 10px 20px;
}

.button-group .buttons {
  text-align: center;
}

.button {
  padding: 15px 20px;
  background: #abbdbf;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1;
  border-radius: 50px;
}
.button:hover {
  background: #445e61;
  border-radius: 0;
  color: #f7f0f0;
}
.button.blue {
  background: #7896b3;
}
.button.blue:hover {
  background: #01292f;
  color: #f7f0f0;
}
.button.has-icon {
  position: relative;
  overflow: hidden;
}
.button.has-icon .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: #f7f0f0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  width: 45px;
  transition: 0.3s ease all;
}
.button.has-icon .text {
  display: block;
  padding-left: 40px;
}
.button.has-icon:hover .icon {
  background: rgba(255, 255, 255, 0.4);
}

.gform_wrapper .gform_heading .gform_required_legend {
  background: #7896b3;
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 5px;
  border-radius: 4px;
}
.gform_wrapper .gfield {
  margin: 0 0 15px;
}
.gform_wrapper .gfield input[type=text],
.gform_wrapper .gfield input[type=email],
.gform_wrapper .gfield input[type=tel],
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield select {
  display: block;
  width: 100%;
  background: #f7f0f0;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.38;
  margin: 0;
}
.gform_wrapper .gfield textarea {
  height: 100px;
}
.gform_wrapper .gfield textarea.large {
  height: 150px;
}
.gform_wrapper .gfield legend:first-child {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 500;
}
.gform_wrapper .gfield .gfield_label {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 500;
}
.gform_wrapper .gfield.gfield--type-honeypot {
  display: none;
}
.gform_wrapper .gfield.gfield--type-captcha label {
  display: none;
}
.gform_wrapper .gfield.gfield--type-html {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.gform_wrapper .gfield .gfield_checkbox,
.gform_wrapper .gfield .gfield_radio {
  border: 1px solid #444;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 4px;
}
.gform_wrapper .gfield .gfield_checkbox label,
.gform_wrapper .gfield .gfield_radio label {
  margin: 0;
  line-height: 1;
  cursor: pointer;
}
.gform_wrapper .gfield .gfield_checkbox .gchoice,
.gform_wrapper .gfield .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.gform_wrapper .gfield .gfield_checkbox .gchoice:last-child,
.gform_wrapper .gfield .gfield_radio .gchoice:last-child {
  margin-bottom: 0;
}
.gform_wrapper .gfield .gfield_checkbox .gchoice input,
.gform_wrapper .gfield .gfield_radio .gchoice input {
  position: relative;
  top: -1px;
  margin: 0 7px 0 0;
}
.gform_wrapper .gfield .gfield_label {
  position: relative;
}
.gform_wrapper .gfield .gfield_label .gfield_required {
  color: #7896b3;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  top: -3px;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 3px;
}
.gform_wrapper .ginput_container--name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_wrapper .ginput_container--name .name_first,
.gform_wrapper .ginput_container--name .name_last {
  display: block;
  width: calc(50% - 7.5px);
}
.gform_wrapper .ginput_container--name .name_first label,
.gform_wrapper .ginput_container--name .name_last label {
  margin: 0;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-size: 46px;
  line-height: 1.2;
  color: #f7f0f0;
  font-weight: 800;
}
.wysiwyg h1 strong,
.wysiwyg h2 strong,
.wysiwyg h3 strong,
.wysiwyg h4 strong,
.wysiwyg h5 strong,
.wysiwyg h6 strong {
  color: #7896b3;
}
.wysiwyg h1 {
  font-size: 42px;
}
.wysiwyg h2 {
  font-size: 36px;
}
.wysiwyg h3 {
  font-size: 28px;
}
.wysiwyg h4 {
  font-size: 24px;
}
.wysiwyg h5 {
  font-size: 21px;
}
.wysiwyg h6 {
  font-size: 18px;
}
.wysiwyg ul,
.wysiwyg ol {
  margin: 0 0 20px;
  padding-left: 37px;
}
.wysiwyg li {
  font-size: 21px;
  line-height: 1.7;
  padding: 0 0 10px;
}
.wysiwyg li:last-child {
  padding: 0;
}
.wysiwyg p {
  font-size: 21px;
  line-height: 1.7;
  margin: 0 0 20px;
}
.wysiwyg.small h1,
.wysiwyg.small h2,
.wysiwyg.small h3,
.wysiwyg.small h4,
.wysiwyg.small h5,
.wysiwyg.small h6 {
  font-size: 32px;
  line-height: 1.2;
  color: #1c1c1c;
  font-weight: 800;
}
.wysiwyg.small h1 strong,
.wysiwyg.small h2 strong,
.wysiwyg.small h3 strong,
.wysiwyg.small h4 strong,
.wysiwyg.small h5 strong,
.wysiwyg.small h6 strong {
  color: #7896b3;
}
.wysiwyg.small h1 {
  font-size: 32px;
}
.wysiwyg.small h2 {
  font-size: 26px;
}
.wysiwyg.small h3 {
  font-size: 22px;
}
.wysiwyg.small h4 {
  font-size: 18px;
}
.wysiwyg.small h5 {
  font-size: 16px;
}
.wysiwyg.small h6 {
  font-size: 14px;
}
.wysiwyg.small ul,
.wysiwyg.small ol {
  margin: 0 0 20px;
  padding-left: 37px;
}
.wysiwyg.small li {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 0 3px;
}
.wysiwyg.small li:last-child {
  padding: 0;
}
.wysiwyg.small p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 15px;
}
.wysiwyg img,
.wysiwyg .wp-caption {
  max-width: 100%;
  border-radius: 20px;
}
.wysiwyg img.alignleft,
.wysiwyg .wp-caption.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}
.wysiwyg img.alignright,
.wysiwyg .wp-caption.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}
.wysiwyg img.aligncenter, .wysiwyg img.alignnone,
.wysiwyg .wp-caption.aligncenter,
.wysiwyg .wp-caption.alignnone {
  float: none;
  clear: both;
  margin: 0 auto 20px;
  display: block;
}
.wysiwyg .wp-caption {
  border-radius: 0;
}
.wysiwyg .wp-caption img {
  border-radius: 20px;
  margin: 0;
}
.wysiwyg .wp-caption p {
  text-align: center;
  padding: 5px;
  font-size: 16px;
  line-height: 1.2;
  margin: 5px 0 0;
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 800;
}
.wysiwyg em,
.wysiwyg i {
  font-style: italic;
}
.wysiwyg.module {
  margin-bottom: 45px;
}
.wysiwyg code {
  color: #7896b3;
}
.wysiwyg a:not(.button) {
  font-weight: 800;
  border-bottom: 1px solid #7896b3;
  color: #7896b3;
}
.wysiwyg a:not(.button):hover {
  text-decoration: none;
  color: #abbdbf;
  border-bottom-color: #abbdbf;
}
.wysiwyg.text-center {
  text-align: center;
}

@media (max-width: 991.98px) {
  .wysiwyg.module {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .wysiwyg li {
    font-size: 19px;
    line-height: 1.5;
    padding: 0 0 10px;
  }
  .wysiwyg li:last-child {
    padding: 0;
  }
  .wysiwyg p {
    font-size: 19px;
    line-height: 1.5;
    margin: 0 0 15px;
  }
}
/** Layouts **/
.header {
  position: relative;
  z-index: 100;
  padding: 15px 0 0;
  margin: 0 0 45px;
}
.header .mobile-trigger,
.header .mobile-navigation {
  display: none;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.header .logo {
  display: block;
  width: 150px;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .navigation {
  width: calc(100% - 150px);
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.header .navigation ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.header .navigation ul.main-navigation, .header .navigation ul.mobile-navigation {
  padding: 3px 25px;
  margin: 0;
  border: 1px solid #cecaca;
  border-radius: 50px;
  background: #393333;
}
.header .navigation ul.main-navigation li, .header .navigation ul.mobile-navigation li {
  position: relative;
}
.header .navigation ul.main-navigation li a, .header .navigation ul.mobile-navigation li a {
  display: block;
  padding: 5px 13px;
  border-radius: 3px;
  color: #cecaca;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.header .navigation ul.main-navigation li a:hover, .header .navigation ul.mobile-navigation li a:hover {
  background: rgba(255, 255, 255, 0.25);
  text-decoration: none;
}
.header .navigation ul.main-navigation li > .dd, .header .navigation ul.mobile-navigation li > .dd {
  position: absolute;
  right: 4px;
  top: 50px;
  width: 200px;
  background: #393333;
  border: 1px solid #cecaca;
  border-radius: 4px;
  display: none;
}
.header .navigation ul.main-navigation li > .dd::after, .header .navigation ul.mobile-navigation li > .dd::after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -30px;
}
.header .navigation ul.main-navigation li > .dd::before, .header .navigation ul.mobile-navigation li > .dd::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #cecaca;
  position: absolute;
  top: -6px;
  right: 10px;
}
.header .navigation ul.main-navigation li > .dd > li, .header .navigation ul.mobile-navigation li > .dd > li {
  position: relative;
}
.header .navigation ul.main-navigation li > .dd > li > a, .header .navigation ul.mobile-navigation li > .dd > li > a {
  display: block;
  text-align: right;
  padding: 5px;
  border-bottom: 1px solid #cecaca;
  border-radius: 0;
  position: relative;
  z-index: 10;
}
.header .navigation ul.main-navigation li > .dd > li > a.icon, .header .navigation ul.mobile-navigation li > .dd > li > a.icon {
  position: absolute;
  z-index: 20;
  background: #cecaca;
  color: #1c1c1c;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .navigation ul.main-navigation li > .dd > li > a.icon svg, .header .navigation ul.mobile-navigation li > .dd > li > a.icon svg {
  transition: 0.3s ease all;
}
.header .navigation ul.main-navigation li > .dd > li > a.icon:hover, .header .navigation ul.mobile-navigation li > .dd > li > a.icon:hover {
  background: #7896b3;
  color: #1c1c1c;
}
.header .navigation ul.main-navigation li > .dd > li > a.icon:hover svg, .header .navigation ul.mobile-navigation li > .dd > li > a.icon:hover svg {
  transform: rotate(-90deg);
}
.header .navigation ul.main-navigation li > .dd > li.dd-accordion-open > a.icon svg, .header .navigation ul.mobile-navigation li > .dd > li.dd-accordion-open > a.icon svg {
  transform: rotate(-45deg);
}
.header .navigation ul.main-navigation li > .dd > li.dd-accordion-open > a.icon:hover svg, .header .navigation ul.mobile-navigation li > .dd > li.dd-accordion-open > a.icon:hover svg {
  transform: rotate(-135deg);
}
.header .navigation ul.main-navigation li > .dd > li:last-child a, .header .navigation ul.mobile-navigation li > .dd > li:last-child a {
  border-bottom: 0;
}
.header .navigation ul.main-navigation li > .dd > li.has-dd .dd-accordion, .header .navigation ul.mobile-navigation li > .dd > li.has-dd .dd-accordion {
  display: none;
}
.header .navigation ul.main-navigation li > .dd > li.has-dd .dd-accordion li a, .header .navigation ul.mobile-navigation li > .dd > li.has-dd .dd-accordion li a {
  display: block;
  text-align: right;
  border-bottom: 1px solid #cecaca;
  padding: 5px 5px 5px 40px;
  border-right: 5px solid #cecaca;
  border-radius: 0;
  background: rgb(0, 0, 0);
  font-size: 13px;
}
.header .navigation ul.mobile-navigation {
  display: none;
}
.header .navigation ul.secondary-navigation {
  width: 100%;
  margin: 0;
}
.header .navigation ul.secondary-navigation li a {
  display: block;
  position: relative;
  padding: 5px 14px;
  background: #abbdbf;
  color: #01292f;
  border-radius: 50px;
  padding-left: 40px;
  font-size: 15px;
  overflow: hidden;
}
.header .navigation ul.secondary-navigation li a .icon {
  position: absolute;
  width: 33px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  font-size: 13px;
}
.header .navigation ul.secondary-navigation li a .icon svg {
  position: relative;
  right: -1px;
  color: #f7f0f0;
}
.header .navigation ul.secondary-navigation li a:hover {
  background: #7896b3;
  text-decoration: none;
  border-radius: 0;
}

@media (max-width: 1199.98px) {
  .header .logo {
    width: 140px;
  }
  .header .navigation {
    width: calc(100% - 140px);
  }
  .header .navigation ul.main-navigation li a {
    padding: 5px 8px;
  }
}
@media (max-width: 991.98px) {
  .header {
    justify-content: space-between;
  }
  .header .logo {
    width: 120px;
  }
  .header .mobile-trigger {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #cecaca;
    background: #393333;
    color: #f7f0f0;
    align-items: center;
    justify-content: center;
  }
  .header .mobile-trigger:hover {
    background: #cecaca;
    color: #1c1c1c;
  }
  .header .navigation ul.main-navigation {
    display: none;
  }
  .header .navigation ul.mobile-navigation {
    display: none;
    position: absolute;
    top: 105px;
    border-radius: 4px;
    padding: 0;
    width: 280px;
  }
  .header .navigation ul.mobile-navigation > li {
    position: relative;
  }
  .header .navigation ul.mobile-navigation > li.has-main-mobile-dd > .text {
    padding-left: 40px;
  }
  .header .navigation ul.mobile-navigation > li.has-main-mobile-dd .mobile-dd {
    display: none;
  }
  .header .navigation ul.mobile-navigation > li.has-main-mobile-dd .mobile-dd > li {
    border-right: 5px solid #cecaca;
  }
  .header .navigation ul.mobile-navigation > li.has-main-mobile-dd .mobile-dd a {
    display: block;
    border-bottom: 1px solid #cecaca;
    text-align: right;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .header .navigation ul.mobile-navigation > li.has-main-mobile-dd .mobile-dd .has-mobile-dd.dd-accordion-open > a.icon svg {
    transform: rotate(-45deg);
  }
  .header .navigation ul.mobile-navigation > li.has-main-mobile-dd .mobile-dd .has-mobile-dd.dd-accordion-open > a.icon:hover svg {
    transform: rotate(-135deg);
  }
  .header .navigation ul.mobile-navigation > li.has-main-mobile-dd .mobile-dd .has-mobile-dd > a {
    position: relative;
    z-index: 10;
  }
  .header .navigation ul.mobile-navigation > li.has-main-mobile-dd .mobile-dd .has-mobile-dd > a.icon {
    position: absolute;
    z-index: 20;
    background: #cecaca;
    color: #1c1c1c;
    top: 0;
    bottom: 0;
    left: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .navigation ul.mobile-navigation > li.has-main-mobile-dd .mobile-dd .has-mobile-dd > a.icon svg {
    transition: 0.3s ease all;
  }
  .header .navigation ul.mobile-navigation > li.has-main-mobile-dd .mobile-dd .has-mobile-dd > a.icon:hover {
    background: #7896b3;
    color: #1c1c1c;
  }
  .header .navigation ul.mobile-navigation > li.has-main-mobile-dd .mobile-dd .has-mobile-dd > a.icon:hover svg {
    transform: rotate(-90deg);
  }
  .header .navigation ul.mobile-navigation > li.has-main-mobile-dd .mobile-dd .has-mobile-dd > a.link {
    padding-left: 67px;
  }
  .header .navigation ul.mobile-navigation > li.has-main-mobile-dd .mobile-dd-accordion {
    display: none;
  }
  .header .navigation ul.mobile-navigation > li.has-main-mobile-dd .mobile-dd-accordion a {
    border-right: 5px solid #cecaca;
    background: rgb(0, 0, 0);
  }
  .header .navigation ul.mobile-navigation > li > a {
    display: block;
    text-align: right;
    padding: 5px;
    border-bottom: 1px solid #cecaca;
    border-radius: 0;
    position: relative;
    z-index: 10;
  }
  .header .navigation ul.mobile-navigation > li > a.icon {
    position: absolute;
    z-index: 20;
    background: #cecaca;
    color: #1c1c1c;
    top: 0;
    bottom: 0;
    left: 0;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .navigation ul.mobile-navigation > li > a.icon svg {
    transition: 0.3s ease all;
  }
  .header .navigation ul.mobile-navigation > li > a.icon:hover {
    background: #7896b3;
    color: #1c1c1c;
  }
  .header .navigation ul.mobile-navigation > li > a.icon:hover svg {
    transform: rotate(-90deg);
  }
  .header .navigation ul.mobile-navigation > li.dd-accordion-open > a.icon svg {
    transform: rotate(-45deg);
  }
  .header .navigation ul.mobile-navigation > li.dd-accordion-open > a.icon:hover svg {
    transform: rotate(-135deg);
  }
  .header .navigation ul.mobile-navigation > li:last-child a {
    border-bottom: 0;
  }
  .header .navigation ul.mobile-navigation > li.has-mobile-dd .mobile-dd-accordion {
    display: none;
  }
  .header .navigation ul.mobile-navigation > li.has-mobile-dd .mobile-dd-accordion li a {
    display: block;
    text-align: right;
    border-bottom: 1px solid #cecaca;
    padding: 5px;
    border-right: 5px solid #cecaca;
    border-radius: 0;
    background: rgb(0, 0, 0);
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .header {
    margin: 0 0 30px;
  }
}
html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
  background: #000;
  padding: 30px 0;
  text-align: center;
}
.footer p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
}
.footer p .divider {
  background: #f7f0f0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 10px;
}
.footer .socials {
  display: flex;
  list-style: none;
  margin: 15px 0 0;
  width: 100%;
  justify-content: center;
}
.footer .socials a {
  display: block;
  padding: 5px 15px;
  font-size: 25px;
}
.footer .socials a.facebook {
  color: #1877F2;
}
.footer .socials a.instagram {
  color: #833AB4;
}
.footer .socials a.youtube {
  color: #ff0000;
}

.subpage-hero {
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.subpage-hero > .container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subpage-hero .video-background-wrapper {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  overflow: hidden;
  border-radius: 30px;
}
.subpage-hero .video-background-wrapper .video-background {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.subpage-hero .intro {
  width: 100%;
  min-height: 380px;
  padding: 75px 30px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.subpage-hero .intro.no-image {
  min-height: 0;
  height: auto;
  padding-bottom: 30px !important;
}
.subpage-hero .intro.no-image .intro-image {
  display: none;
}
.subpage-hero .intro.no-links .intro-buttons {
  display: none;
}
.subpage-hero .intro.text-above, .subpage-hero .intro.text-below {
  padding: 0;
}
.subpage-hero .intro.text-above .intro-text, .subpage-hero .intro.text-below .intro-text {
  margin-bottom: 10px;
  text-align: center;
}
.subpage-hero .intro.text-above .intro-image img, .subpage-hero .intro.text-below .intro-image img {
  border-radius: 30px;
}
.subpage-hero .intro.text-above .intro-buttons, .subpage-hero .intro.text-below .intro-buttons {
  margin: 30px 0 45px;
}
.subpage-hero .intro.text-above::before, .subpage-hero .intro.text-below::before {
  display: none;
}
.subpage-hero .intro.text-below .intro-buttons {
  margin: 0;
}
.subpage-hero .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgb(28, 28, 28) 120%);
}
.subpage-hero .intro > * {
  position: relative;
  z-index: 10;
}
.subpage-hero .intro.full-size-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgb(28, 28, 28) 100%);
}
.subpage-hero .intro.full-size-image .intro-content-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 25%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.subpage-hero .intro.no-links .content {
  margin-bottom: 0;
}
.subpage-hero .intro.center-intro {
  text-align: center;
}
.subpage-hero .intro .buttons {
  margin-bottom: -20px;
}
.subpage-hero .top-header,
.subpage-hero .bottom-header {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  color: #f7f0f0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.subpage-hero .bottom-header {
  font-size: 15px;
  letter-spacing: 1.5px;
  margin: 0 0 30px;
}
.subpage-hero .main-header {
  color: #f7f0f0;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 5px;
}
.subpage-hero .main-header + .buttons {
  margin-top: 30px;
}
.subpage-hero .content {
  font-size: 21px;
  color: #f7f0f0;
  line-height: 1.4;
  margin: 15px 0 30px;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .subpage-hero .intro {
    text-align: center;
    margin: 0;
  }
  .subpage-hero .top-header {
    display: inline-block;
    background: rgba(0, 0, 0, 0.78);
    padding: 5px 15px;
    border-radius: 50px;
  }
}
@media (max-width: 767.98px) {
  .subpage-hero .intro {
    padding: 15px;
    min-height: 180px;
  }
  .subpage-hero .main-header {
    font-size: 28px;
  }
  .subpage-hero .content {
    font-size: 16px;
  }
  .subpage-hero .buttons {
    margin: 0;
  }
  .subpage-hero .buttons .button {
    display: block;
    margin: 0;
    width: 100%;
  }
  .subpage-hero .buttons .button + .button {
    margin-top: 10px;
  }
}
.headline {
  text-align: center;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 45px;
}
.headline h2 {
  color: #f7f0f0;
  font-size: 62px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 30px;
}
.headline h2 strong {
  font-weight: 800;
  color: #7896b3;
}
.headline p {
  color: #f7f0f0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 300;
}
.headline .buttons {
  margin-top: 30px;
}
.headline .number {
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1c1c1c;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.headline.side {
  text-align: left;
}
.headline.side .buttons {
  width: 100%;
  margin: 0;
}
.headline.side .buttons .button {
  margin: 0;
  display: block;
  text-align: center;
}
.headline.side .buttons .button + .button {
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .headline h2 {
    font-size: 48px;
  }
}
@media (max-width: 991.98px) {
  .headline {
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 30px;
  }
  .headline.side {
    text-align: center;
  }
  .headline.side .buttons {
    margin: 15px 0 0;
  }
  .headline h2 {
    font-size: 36px;
    margin: 0 0 15px;
  }
  .headline .buttons {
    margin: 15px 0 0;
  }
}
.faq {
  margin-bottom: 60px;
}
.faq .question {
  margin-bottom: 15px;
}
.faq .question:last-child {
  border-bottom: 0;
}
.faq .question .question-bar {
  position: relative;
  padding: 10px;
  background: #414141;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.faq .question .question-bar h3,
.faq .question .question-bar svg {
  transition: 0.3s ease all;
}
.faq .question .question-bar:hover h3,
.faq .question .question-bar:hover svg {
  color: #7896b3;
  cursor: pointer;
}
.faq .question .question-bar h3 {
  font-size: 21px;
  line-height: 1.2;
  color: #f7f0f0;
  font-weight: 300;
  padding-right: 50px;
  margin: 0;
  font-family: Arial, sans-serif;
}
.faq .question .question-bar .icon {
  color: #f7f0f0;
  font-size: 20px;
  top: 0;
  right: 10px;
  position: absolute;
  transition: 0.3s ease all;
  transform: rotate(0deg);
  display: flex;
  align-items: center;
  height: 100%;
}
.faq .question .answer-bar {
  display: none;
  padding: 15px 0 0;
}
.faq .question.active .icon {
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .faq {
    margin-bottom: 45px;
  }
}
.alt-image-content {
  margin-bottom: 60px;
}
.alt-image-content.image-left .image {
  order: 1;
}
.alt-image-content.image-left .content {
  order: 2;
}
.alt-image-content.image-right .image {
  order: 2;
}
.alt-image-content.image-right .content {
  order: 1;
}
.alt-image-content .image img {
  border-radius: 30px;
}
.alt-image-content .content .buttons .button {
  display: block;
  text-align: center;
}
.alt-image-content .content .buttons .button:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .alt-image-content {
    margin-bottom: 45px;
  }
  .alt-image-content.image-left .image, .alt-image-content.image-right .image {
    order: 1;
    margin-bottom: 30px;
  }
  .alt-image-content.image-left .image img, .alt-image-content.image-right .image img {
    border-radius: 30px;
  }
  .alt-image-content.image-left .content, .alt-image-content.image-right .content {
    order: 2;
  }
}
.call-to-action {
  padding: 45px 0;
  color: #f7f0f0;
  text-align: center;
  margin-bottom: 45px;
  background: #7896b3;
}
.call-to-action .cta-header {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 15px;
}
.call-to-action .wysiwyg p {
  font-size: 24px;
}
.call-to-action .buttons {
  margin-bottom: 0;
}
.call-to-action .buttons .button {
  margin-bottom: 0;
  background: #97db65;
  font-size: 20px;
  font-weight: 500;
}
.call-to-action .buttons .button:hover {
  background: #3e5d27;
  color: #f7f0f0;
}

@media (max-width: 991.98px) {
  .call-to-action {
    margin-bottom: 30px;
  }
}
.color-bar {
  background: #6f42c1;
  padding: 30px 0;
  margin-bottom: 60px;
}
.color-bar h2 {
  font-weight: 300;
  font-size: 34px;
  line-height: 1;
  color: #f7f0f0;
  margin: 0;
}
.color-bar h2 strong {
  font-weight: 800;
}
.color-bar p {
  color: #f7f0f0;
  margin-bottom: 0;
}
.color-bar .container > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .color-bar h2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .color-bar {
    text-align: center;
    margin-bottom: 45px;
  }
  .color-bar h2 {
    margin: 0 0 15px;
  }
  .color-bar p {
    font-size: 16px;
    line-height: 24px;
  }
}
.content-columns .image {
  margin: 0 0 15px;
}
.content-columns .image img {
  border-radius: 30px;
}
.content-columns hgroup {
  border: 1px solid #1c1c1c;
  padding: 15px 0;
  border-radius: 30px;
  margin: 0 0 15px;
}
.content-columns hgroup h3 {
  font-weight: 300;
  font-size: 21px;
  line-height: 1.2;
}
.content-columns hgroup h4 {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 5px 0 0;
}
.content-columns .buttons .button {
  display: block;
  text-align: center;
}

@media (max-width: 991.98px) {
  .content-columns {
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-columns .col-lg-4 {
    margin-bottom: 30px;
  }
  .content-columns .col-lg-4:last-child {
    margin-bottom: 0;
  }
  .content-columns.mobile-layout-yes .col-lg-4 {
    margin-bottom: 0;
  }
  .content-columns.mobile-layout-yes .wysiwyg ul:last-child,
  .content-columns.mobile-layout-yes .wysiwyg ol:last-child {
    margin-bottom: 7px;
  }
}
.gallery {
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery .slick-slide {
  padding: 0 10px;
}
.gallery .gallery-square {
  display: block;
  padding: 15px;
  border: 1px solid #f7f0f0;
  border-radius: 30px;
}
.gallery .gallery-square img {
  border-radius: 15px;
}
.gallery .row + .row {
  margin-top: 30px;
}
.gallery.square-gallery {
  margin-bottom: 60px;
}
.gallery .gallery-title {
  font-size: 48px;
  line-height: 1;
  font-weight: 300;
  margin: 0 0 30px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .gallery .gallery-square {
    padding: 5px;
    border-radius: 20px;
  }
  .gallery .slick-slide img {
    max-width: 400px;
  }
}
@media (max-width: 991.98px) {
  .gallery.square-gallery {
    margin-bottom: 45px;
  }
  .gallery .row + .row {
    margin-top: 0;
  }
  .gallery .gallery-square {
    margin-bottom: 30px;
  }
  .gallery .slick-slide img {
    max-width: 280px;
  }
  .gallery .gallery-title {
    font-size: 32px;
  }
}
.video-image-caption {
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
}
.video-image-caption .video-image {
  border-radius: 30px;
  overflow: hidden;
}
.video-image-caption .caption {
  width: 30%;
  padding: 35px 0 0;
}
.video-image-caption .caption .wysiwyg {
  padding: 15px;
  border: 1px solid #f7f0f0;
  border-left: 0;
  border-radius: 0 30px 30px 0;
}
.video-image-caption .caption .wysiwyg > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .video-image-caption {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .video-image-caption .video-image {
    width: 100%;
    margin: 0 0 15px;
    border-radius: 30px;
  }
  .video-image-caption .caption {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .video-image-caption .caption .wysiwyg {
    padding: 0;
    border: 0;
  }
}
.fugitive-search form {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #f7f0f0;
}
.fugitive-search form label {
  display: block;
  width: 100%;
}
.fugitive-search form input[type=search] {
  display: block;
  max-width: 290px;
  width: 100%;
  background: #f7f0f0;
  border-radius: 4px;
  margin: 0 0 5px;
  padding: 5px;
  font-size: 15px;
  line-height: 1;
}
.fugitive-search form button {
  display: inline-block;
  padding: 5px 15px;
  line-height: 1;
  background: #7896b3;
  color: #f7f0f0;
  text-align: center;
  border-radius: 4px;
  border: 0;
  transition: 0.3s ease all;
}
.fugitive-search form button:hover, .fugitive-search form button:focus {
  background: #445e61;
}

.no-results {
  padding: 30px;
  border: 1px solid #f7f0f0;
  border-radius: 30px;
  margin: 45px 0;
  text-align: center;
}
.no-results h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}
.no-results p {
  font-size: 21px;
  margin: 0;
  padding: 0;
}

.fugitive-list .fugitive {
  background: #414141;
  border-radius: 15px;
  padding: 15px;
  margin: 0 0 30px;
}
.fugitive-list .fugitive .fugitive-top-line {
  display: flex;
  width: 100%;
}
.fugitive-list .fugitive .fugitive-top-line .fugitive-image {
  width: 109px;
  padding-right: 15px;
}
.fugitive-list .fugitive .fugitive-top-line .fugitive-image img {
  border-radius: 7px;
}
.fugitive-list .fugitive .fugitive-top-line .fugitive-about {
  display: flex;
  width: calc(100% - 109px);
  justify-content: space-between;
}
.fugitive-list .fugitive .fugitive-meta {
  width: calc(25% - 15px);
}
.fugitive-list .fugitive .fugitive-meta h4 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.fugitive-list .fugitive .fugitive-more-button a {
  background: #7896b3;
  color: #f7f0f0;
  text-align: center;
  display: block;
  width: 200px;
  border-radius: 4px;
  margin: 0 auto;
}
.fugitive-list .fugitive .fugitive-more-button a:hover {
  background: #1c1c1c;
}
.fugitive-list .fugitive .fugitive-more {
  display: none;
  border: 1px solid #f7f0f0;
  padding: 10px;
  border-radius: 7px;
  margin-top: 15px;
}
.fugitive-list .fugitive .fugitive-more .row + .row {
  margin-top: 15px;
}
.fugitive-list .fugitive .fugitive-more .fugitive-meta {
  width: 100%;
}
.fugitive-list .fugitive .fugitive-more .fugitive-meta p {
  margin: 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .fugitive-list .fugitive .fugitive-top-line .fugitive-about {
    flex-wrap: wrap;
  }
  .fugitive-list .fugitive .fugitive-top-line .fugitive-about .fugitive-meta {
    width: calc(50% - 15px);
  }
}
@media (max-width: 575.98px) {
  .fugitive-list .fugitive .fugitive-top-line .fugitive-about {
    flex-wrap: wrap;
  }
  .fugitive-list .fugitive .fugitive-top-line .fugitive-about .fugitive-meta {
    width: 100%;
  }
  .fugitive-list .fugitive .fugitive-top-line .fugitive-about .fugitive-meta p {
    margin-bottom: 10px;
  }
  .fugitive-list .fugitive .fugitive-more .row + .row {
    margin-top: 0;
  }
  .fugitive-list .fugitive .fugitive-more .row:last-child .col-sm-3:last-child .fugitive-meta {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .fugitive-list .fugitive .fugitive-more .col-sm-3 .fugitive-meta {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #f7f0f0;
  }
}
.pagination {
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px dotted #cecaca;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pagination a {
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  padding: 5px 13px;
  font-size: 16px;
  line-height: 1;
  color: #01292f;
  background: #7896b3;
}
.pagination a:hover {
  background: #cecaca;
}

.posts {
  margin: 90px 0 0;
}
.posts .excerpt {
  margin: 0 0 30px;
}
.posts .excerpt .image {
  position: relative;
  margin: 0 0 15px;
}
.posts .excerpt .image img {
  z-index: 1;
  border-radius: 30px;
}
.posts .excerpt .image a {
  position: absolute;
  z-index: 10;
  display: inline-block;
  padding: 5px 13px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  color: #01292f;
  background: #abbdbf;
}
.posts .excerpt .image a:hover {
  background: #7896b3;
  border-radius: 0;
}
.posts .excerpt h4 {
  font-family: "Gill Sans", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.2;
}
.posts .excerpt .meta {
  margin: 0 0 20px;
}
.posts .excerpt .meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.posts .excerpt .meta a {
  display: block;
  text-align: center;
  border-radius: 50px;
  padding: 5px 13px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1;
  background: #7896b3;
  color: #01292f;
}
.posts .excerpt .meta a:hover {
  border-radius: 0;
}
.posts .excerpt .meta span {
  display: block;
  margin: 0 0 10px;
}

.post .post-title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 20px;
}
.post .post-date {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 0;
}
.post .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post .post-categories li {
  display: block;
  margin-bottom: 10px;
}
.post .post-categories li a {
  display: block;
  background: #7896b3;
  color: #01292f;
  border-radius: 50px;
  text-align: center;
  font-size: 21px;
  line-height: 1;
  padding: 5px 13px;
}
.post .post-categories li a:hover {
  border-radius: 0;
}
.post .post-categories li:last-child {
  margin-bottom: 0;
}
.post .post-image {
  margin: 0 0 20px;
}
.post .post-image img {
  display: block;
  border-radius: 30px;
}
.post .post-content {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 991.98px) {
  .post .post-title {
    font-size: 24px;
  }
  .post .post-date {
    font-size: 18px;
  }
  .post .post-categories li a {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .post .post-content {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted #f7f0f0;
  }
}
#hero {
  display: none;
}

.hero hgroup {
  margin: 0 0 45px;
}
.hero hgroup h2 {
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 5px;
  font-style: italic;
}
.hero hgroup h2 span {
  position: relative;
  left: -2px;
}
.hero hgroup h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  font-family: "Gill Sans", sans-serif;
  margin: 0;
}
.hero hgroup h1 em {
  font-style: italic;
  font-weight: 400;
  font-size: 65%;
  margin-left: -5px;
  margin-right: -5px;
}
.hero .hero-slider .hero-slide {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.hero .hero-slider .hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(28, 28, 28) 100%);
}
.hero .hero-slider .hero-slide > * {
  position: relative;
  z-index: 10;
}
.hero .hero-slider .hero-slide img {
  z-index: 1;
}
.hero .hero-slider .hero-slide .hero-content-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  flex-wrap: wrap;
}
.hero .hero-slider .hero-slide .hero-content-wrapper .hero-content,
.hero .hero-slider .hero-slide .hero-content-wrapper .hero-buttons {
  width: 100%;
}
.hero .hero-content h3 {
  font-family: "Gill Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.hero .hero-content h3 span {
  display: inline-block;
}
.hero .hero-content h3 span.divider {
  background: #f7f0f0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  position: relative;
  top: -1px;
  margin: 0 10px;
}
.hero .hero-buttons {
  text-align: center;
}
.hero .hero-buttons .button {
  display: inline-block;
  padding: 15px 20px;
  background: #abbdbf;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1;
  border-radius: 50px;
}
.hero .hero-buttons .button:hover {
  background: #445e61;
  color: #f7f0f0;
  border-radius: 0;
}
.hero .hero-buttons .button + .button {
  margin-left: 30px;
}
.hero .hero-buttons .button.highlight {
  background: #7896b3;
}
.hero .hero-buttons .button.highlight:hover {
  background: #01292f;
  color: #f7f0f0;
}

.section-intro {
  display: flex;
  align-items: center;
  margin: 60px 0;
}
.section-intro .intro-text {
  width: 70%;
}
.section-intro .intro-text.wide {
  width: 100%;
}
.section-intro .intro-text h2 {
  font-family: "Gill Sans", sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1;
}
.section-intro .intro-text h2 strong {
  font-weight: 500;
  color: #7896b3;
}
.section-intro .intro-text h3 {
  font-family: "Gill Sans", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  color: #f7f0f0;
  font-weight: 300;
}
.section-intro .intro-buttons {
  width: 30%;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.section-intro .intro-buttons a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  background: #abbdbf;
  color: #01292f;
  font-size: 15px;
  line-height: 1;
  border-radius: 50px;
}
.section-intro .intro-buttons a:hover {
  background: #7896b3;
  border-radius: 0;
}

.programs .row {
  margin-bottom: 30px;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 460px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/bg-2.jpg");
  overflow: hidden;
  border-radius: 30px;
  transition: 0.3s ease all;
}
.card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 15px;
  left: 15px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s ease all;
}
.card > * {
  position: relative;
  z-index: 10;
}
.card h4 {
  font-family: "Gill Sans", sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 24px;
  line-height: 1;
}
.card p {
  transition: 0.3s ease all;
  position: relative;
  left: -120%;
  color: #f7f0f0;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}
.card .next {
  position: absolute;
  bottom: 15px;
  right: 30px;
}
.card .next a {
  color: #f7f0f0;
}
.card .next a svg {
  transform: rotate(0deg);
  transition: 0.3s ease all;
}
.card:hover {
  cursor: pointer;
  background-size: 110%;
  border-radius: 0;
}
.card:hover::before {
  border-radius: 0;
}
.card:hover p {
  left: 0;
}
.card:hover .next a svg {
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .card {
    height: auto;
  }
  .card .card-text {
    padding: 30px 0;
  }
  .card .card-text p {
    left: 0 !important;
  }
  .section-intro .intro-text h2 {
    font-size: 32px;
  }
  .section-intro .intro-text h3 {
    font-size: 19px;
  }
  .programs .col-lg-4 {
    margin-bottom: 30px;
  }
  .section-intro {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .section-intro .intro-text {
    width: 100%;
  }
  .section-intro .intro-buttons {
    width: 100%;
    padding-left: 0;
  }
  .posts {
    margin: 45px 0 0;
  }
}
@media (max-width: 575.98px) {
  .hero hgroup h1 {
    font-size: 32px;
  }
  .hero .hero-slider .hero-slide {
    border-radius: 0;
  }
  .hero .hero-slider .hero-slide > img {
    border-radius: 30px;
  }
  .hero .hero-slider .hero-slide .hero-content-wrapper {
    padding-top: 15px;
    position: relative;
  }
  .hero .hero-buttons .button {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 7px 10px;
  }
  .hero .hero-buttons .button + .button {
    margin-left: 0;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
