@charset "UTF-8";
/** 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(0, 0, 0, 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: #fff;
}

[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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  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: #fff;
  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: #fff;
  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: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: #e60000 !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(0, 0, 0, 0.5) !important;
}

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

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

.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 **/
html,
body {
  height: 100%;
}

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

.push {
  flex: 1 0 auto;
  padding-top: 176px;
}

.footer {
  flex-shrink: 0;
}

body {
  color: #000;
  font-family: "objektiv-mk1", sans-serif;
  overflow-x: hidden;
}

a,
a:visited {
  text-decoration: none;
}
a,
a:link,
a:hover,
input[type=submit],
input[type=submit]:hover,
.transition,
form .select .select-options li,
form .select .select-styled::before,
form .select .select-styled,
form input[type=radio] + label::before,
form input[type=radio] + label::after,
form input[type=checkbox] + label::before,
form input[type=checkbox] + label::after,
.transition:hover {
  transition: all 0.3s ease;
}

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

.no-select, form .select .select-options li, form input[type=radio] + label, form input[type=checkbox] + label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.h100 {
  height: 100%;
}

.rel {
  position: relative;
}

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

img {
  max-width: 100%;
}

/** Page Styles **/
.page-content {
  padding: 100px 0 50px;
}

@media (max-width: 991.98px) {
  .push {
    padding-top: 163px;
  }
}
@media (max-width: 767.98px) {
  .push {
    padding-top: 140px;
  }
}
h4, h3, h2, h1 {
  font-family: "lust-script-fine", sans-serif;
}

p {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 20px;
  color: #58595b;
}

.banner {
  position: relative;
  text-align: center;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 21px;
  margin: 0 0 15px;
}
.banner span {
  position: relative;
  background: #ff3333;
  display: inline-block;
  padding: 10px 50px;
  clip-path: polygon(100% 0%, 92% 50%, 100% 100%, 0 100%, 8% 50%, 0 0);
}
.banner.small {
  font-size: 19px;
  letter-spacing: 1px;
}
.banner.small span {
  padding: 8px 40px;
  clip-path: polygon(100% 0%, 94% 50%, 100% 100%, 0 100%, 6% 50%, 0 0);
}

@media (max-width: 991.98px) {
  .banner {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .banner span {
    padding: 8px 40px;
  }
}
@media (max-width: 767.98px) {
  .banner {
    font-size: 15px;
    letter-spacing: 0;
  }
  .banner span {
    padding: 8px 23px;
    clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
  }
}
/** Layouts **/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  padding: 15px;
  width: 100%;
  transition: 0.3s linear all;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.header .main-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header .notification {
  background: #ff3333;
  text-align: center;
  padding: 5px;
  margin-top: -15px;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.header .notification span {
  color: #fff;
  font-size: 13px;
}
.header .notification .notification-button {
  display: inline-block;
  margin-left: 6px;
  background: #fff;
  color: #ff3333;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 6px;
  line-height: 1;
  position: relative;
  top: -1px;
}
.header .notification .notification-button:hover {
  text-decoration: none;
  background: #ffd41a;
  color: #fff;
}
.header.scrolled {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.header.scrolled .secondary-navigation {
  display: none;
}
.header.scrolled .main-navigation {
  margin-top: 0;
}
.header.scrolled .brand {
  width: 85px;
}
.header a {
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.header a:hover {
  text-decoration: none;
}
.header .brand {
  width: 200px;
  transition: 0.3s linear all;
}
.header .mobile-navigation {
  display: none;
  position: relative;
}
.header .mobile-navigation .mobile-trigger {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  color: #4daae9;
  border: 2px solid #4daae9;
}
.header .mobile-navigation .mobile-trigger:hover, .header .mobile-navigation .mobile-trigger.active {
  background: #4daae9;
  color: #fff;
}
.header .mobile-navigation nav {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  width: 280px;
  background: #4daae9;
  text-align: right;
}
.header .mobile-navigation nav .main,
.header .mobile-navigation nav .secondary {
  margin: 0;
}
.header .mobile-navigation nav .main .has-submenu,
.header .mobile-navigation nav .secondary .has-submenu {
  position: relative;
}
.header .mobile-navigation nav .main .has-submenu .expand-target,
.header .mobile-navigation nav .secondary .has-submenu .expand-target {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s linear all;
}
.header .mobile-navigation nav .main .has-submenu .expand-target:hover,
.header .mobile-navigation nav .secondary .has-submenu .expand-target:hover {
  background: rgba(0, 0, 0, 0.6);
}
.header .mobile-navigation nav .main .has-submenu .expand-target .fa-minus,
.header .mobile-navigation nav .secondary .has-submenu .expand-target .fa-minus {
  display: none;
}
.header .mobile-navigation nav .main .has-submenu .expand-target.active .fa-minus,
.header .mobile-navigation nav .secondary .has-submenu .expand-target.active .fa-minus {
  display: block;
  position: relative;
  top: 10px;
  width: 100%;
}
.header .mobile-navigation nav .main .has-submenu .expand-target.active .fa-plus,
.header .mobile-navigation nav .secondary .has-submenu .expand-target.active .fa-plus {
  display: none;
}
.header .mobile-navigation nav .main .has-submenu .submenu-wrapper,
.header .mobile-navigation nav .secondary .has-submenu .submenu-wrapper {
  display: none;
}
.header .mobile-navigation nav .main .has-submenu .submenu-wrapper a,
.header .mobile-navigation nav .secondary .has-submenu .submenu-wrapper a {
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
}
.header .mobile-navigation nav .main .has-submenu .submenu-wrapper a:hover,
.header .mobile-navigation nav .secondary .has-submenu .submenu-wrapper a:hover {
  background: rgba(0, 0, 0, 0.6);
}
.header .mobile-navigation nav .main a,
.header .mobile-navigation nav .secondary a {
  color: #fff;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0);
}
.header .mobile-navigation nav .main a:hover,
.header .mobile-navigation nav .secondary a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.header .mobile-navigation .social {
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header .mobile-navigation .social li {
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
}
.header .mobile-navigation .social li:last-child {
  border-right: 0;
}
.header .mobile-navigation .social a {
  color: #fff;
}
.header .mobile-navigation .social a:hover {
  color: #58595b;
}
.header .secondary-navigation {
  font-size: 0;
  text-align: right;
}
.header .secondary-navigation ul {
  font-size: 0;
  margin: 0;
  display: inline-block;
}
.header .secondary-navigation li,
.header .secondary-navigation .search {
  display: inline-block;
  margin-right: 0;
  padding-right: 0;
}
.header .secondary-navigation a {
  display: block;
  font-size: 14px;
  color: #58595b;
  padding: 0 10px;
}
.header .secondary-navigation a:hover {
  color: #4daae9;
}
.header .secondary-navigation li.has-dd {
  position: relative;
}
.header .secondary-navigation li.has-dd .dd {
  display: none;
  position: absolute;
  right: 5px;
  background: #4daae9;
  min-width: 280px;
  top: 17px;
}
.header .secondary-navigation li.has-dd .dd li a {
  color: #fff;
  padding: 10px 10px;
}
.header .secondary-navigation li.has-dd:hover .dd {
  display: block;
}
.header .secondary-navigation .social {
  border-left: 2px solid #58595b;
  border-right: 2px solid #58595b;
  padding: 0 10px;
  margin: 0 10px;
}
.header .secondary-navigation .social a {
  color: #4daae9;
  font-size: 16px;
}
.header .secondary-navigation .social a:hover {
  color: #ff3333;
}
.header .secondary-navigation .search {
  font-size: 16px;
}
.header .main-navigation {
  font-size: 0;
  text-align: right;
  margin: 40px 0 0;
}
.header .main-navigation ul {
  margin: 0;
}
.header .main-navigation li {
  display: inline-block;
}
.header .main-navigation a {
  display: block;
  font-size: 18px;
}
.header .main-navigation > ul > li a {
  margin: 0 20px;
  color: #58595b;
}
.header .main-navigation > ul > li a:hover {
  color: #4daae9;
}
.header .main-navigation > ul > li .dropdown-wrapper {
  background: #d1d3d4;
  right: 0;
  top: 23px;
}
.header .main-navigation > ul > li .dropdown-wrapper ul {
  text-align: right;
}
.header .main-navigation > ul > li .dropdown-wrapper a {
  display: block;
  font-size: 14px;
  color: #58595b;
  padding: 10px;
  margin: 0;
}
.header .main-navigation > ul > li .dropdown-wrapper a:hover {
  color: #4daae9;
}
.header .main-navigation > ul > li:last-child a {
  background: #ff3333;
  color: #fff;
  padding: 10px;
  margin-right: 0;
}
.header .main-navigation > ul > li:last-child a:hover {
  background: #ff3333;
  color: #fff;
}
.header .main-navigation > ul > li:last-child .dropdown-wrapper {
  background: #ff3333;
  top: auto;
}
.header .main-navigation > ul > li:last-child .dropdown-wrapper ul {
  text-align: right;
}
.header .main-navigation > ul > li:last-child .dropdown-wrapper a {
  font-size: 14px;
  display: block;
  padding: 10px;
}
.header .main-navigation .dropdown {
  position: relative;
}
.header .main-navigation .dropdown .dropdown-wrapper {
  display: none;
  position: absolute;
}

@media (max-width: 991.98px) {
  .header .brand {
    width: 150px;
  }
  .header .main-navigation {
    margin: 20px 0 0;
  }
  .header .main-navigation > ul > li a {
    margin: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .header .main-navigation,
.header .secondary-navigation {
    display: none;
  }
  .header .mobile-navigation {
    display: block;
  }
}
#main {
  overflow-x: hidden;
}

.hero {
  min-height: 470px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero .headline {
  background: #4daae9;
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.hero .headline h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "lust-script-fine", sans-serif;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 20px 30px 12px 30px;
}
.hero .headline img {
  position: absolute;
  display: none;
}
.hero .headline img.yellow-one {
  width: 100px;
  top: 30px;
  left: -150px;
}
.hero .headline img.red-one {
  width: 110px;
  top: -58px;
  left: -55px;
}
.hero .headline img.yellow-two {
  width: 115px;
  top: -58px;
  right: -59px;
}
.hero .headline img.blue-one {
  width: 110px;
  top: -45px;
  right: -210px;
}
.hero .headline img.red-two {
  width: 70px;
  bottom: 20px;
  right: -120px;
}
.hero .has-subheader .headline {
  max-width: 680px;
  padding: 30px 15px;
}
.hero .has-subheader .headline h1 {
  font-size: 32px;
  padding: 0;
  margin: 0 0 7px;
}
.hero .has-subheader .headline h2 {
  color: #fff;
  font-family: "objektiv-mk1", sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
}
.hero .fancy .headline img {
  display: block;
}
.hero .red .banner {
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}
.hero .video {
  height: 520px;
  position: relative;
}
.hero .video .video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.hero .video .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.hero .video .banner,
.hero .video .headline {
  z-index: 10;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 420px;
  }
  .hero .red .banner span {
    font-size: 22px;
  }
  .hero .video {
    height: 420px;
  }
}
@media (max-width: 767.98px) {
  .hero {
    height: 280px;
    min-height: 280px;
  }
  .hero .headline {
    width: calc(100% - 30px);
  }
  .hero .headline h1 {
    font-size: 32px;
  }
  .hero .video {
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .hero .video .video-wrapper {
    width: 140%;
  }
  .hero .headline h1 {
    font-size: 26px;
  }
  .hero .headline img.red-one, .hero .headline img.yellow-two {
    width: 70px;
    top: -35px;
    left: -35px;
  }
  .hero .headline img.yellow-two {
    left: auto;
    right: -35px;
  }
}
.footer {
  padding: 60px 15px 15px;
  background: #939598;
}
.footer p {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.footer p a {
  color: #fff;
  border-bottom: 1px dashed transparent;
}
.footer p a:hover {
  color: #58595b;
  text-decoration: none;
  border-bottom: 1px dashed #58595b;
}
.footer ul {
  margin: 0;
  list-style: none;
  font-size: 0;
}
.footer ul li {
  display: inline-block;
  margin-right: 40px;
}
.footer ul a {
  color: #ffd41a;
  font-size: 16px;
  text-transform: uppercase;
}
.footer ul a:hover {
  text-decoration: none;
  color: #58595b;
}
.footer .links {
  margin-bottom: 10px;
}
.footer .social {
  text-align: right;
}
.footer .social li {
  margin-right: 15px;
}
.footer .social li a {
  font-size: 24px;
}
.footer .divider {
  display: inline-block;
  padding: 0 20px;
}

@media (max-width: 767.98px) {
  .footer {
    padding: 15px;
    text-align: center;
  }
  .footer .links li {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .footer .social {
    text-align: center;
    margin-top: 10px;
  }
  .footer .divider {
    font-size: 1px;
    line-height: 0;
    color: #939598;
    display: block;
  }
  .footer p {
    line-height: 1.3;
  }
}
#post .hero {
  margin-bottom: 75px;
}

#blog .hero {
  margin-bottom: 75px;
}

.excerpt-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.excerpt-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  background: #e6e7e8;
}

.load {
  margin: 0 0 50px;
  text-align: center;
}
.load .load-button {
  display: inline-block;
  background: #4daae9;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0 0;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.load .load-button:hover {
  text-decoration: none;
  background: #ffd41a;
}

.no-mo {
  text-align: center;
  color: #4daae9;
  font-size: 24px;
  line-height: 1;
}

.excerpt {
  position: relative;
  background: #e6e7e8;
}
.excerpt .panel-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.excerpt .excerpt-image {
  position: relative;
  z-index: 10;
}
.excerpt .excerpt-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(77, 170, 233, 0);
  transition: 0.3s linear all;
}
.excerpt:hover .excerpt-image::after {
  background: rgba(77, 170, 233, 0.5);
}
.excerpt .excerpt-content {
  background: #e6e7e8;
  padding: 30px;
  position: relative;
  z-index: 10;
}
.excerpt .excerpt-content h2 {
  color: #58595b;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}
.excerpt .excerpt-content p {
  font-size: 13px;
  line-height: 1;
  margin: 0 0 10px;
}

.single-post {
  overflow-x: hidden;
}
.single-post .post-meta p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.single-post .post-title {
  color: #58595b;
  font-family: "objektiv-mk1", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 30px;
}
.single-post .post-content {
  padding-bottom: 50px;
}
.single-post .post-content a {
  font-weight: 700;
  color: #4daae9;
}
.single-post .post-content a:hover {
  text-decoration: none;
  color: #ffd41a;
}
.single-post .post-content h1,
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5,
.single-post .post-content h6 {
  font-family: "objektiv-mk1", sans-serif;
  color: #4daae9;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 1.2;
}
.single-post .post-content h2 {
  font-size: 28px;
}
.single-post .post-content ul,
.single-post .post-content ol {
  color: #58595b;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 20px;
  margin-left: 30px;
}
.single-post .post-content .gallery br {
  display: none;
}
.single-post .alignright {
  margin: 0 0 15px 15px;
  float: right;
}
.single-post .aligncenter {
  margin: 0 auto 30px;
  text-align: center;
  display: block;
}

.quote-bar {
  clear: both;
  position: relative;
  padding-top: 45px;
  padding-bottom: 30px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.quote-bar > * {
  position: relative;
  z-index: 20;
}
.quote-bar::after {
  content: "";
  background: #d1d3d4;
  left: -9999px;
  right: -9999px;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
.quote-bar .quote-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 60px;
}
.quote-bar .quote {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.quote-bar .attr {
  padding-top: 15px;
  margin-bottom: 0;
}

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

/*

Usage:

<div class="buttons>
    <a href="#" class="button">
    <a href="#" class="button">
</div>

*/
.all-inputs, form .select, form textarea, form fieldset, form input, form select {
  margin-bottom: 20px;
}

.text-inputs, form .select .select-styled, form textarea, form input[type=text], form input[type=email], form input[type=number], form input[type=tel], form select {
  background: #e6e7e8;
  padding: 5px 10px;
  width: 100%;
  max-width: 430px;
}

.quiz-content form .gfield_required {
  display: none;
}
.quiz-content form .gfield--type-radio legend {
  font-size: 26px;
  line-height: 1;
  text-transform: lowercase;
  margin-bottom: 20px;
}
.quiz-content form .gfield--type-radio label {
  color: #58595b;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  max-width: 800px;
  padding-left: 22px;
}
.quiz-content form .gfield_label {
  font-size: 26px;
  line-height: 1;
  text-transform: lowercase;
  margin-bottom: 20px;
}
.quiz-content form select {
  background: #e6e7e8;
  color: #58595b;
  padding: 5px 10px;
  margin: 0 0 20px;
}
.quiz-content form .gform_footer {
  display: none;
}
.quiz-content form .not-eligible,
.quiz-content form .qualify {
  font-size: 26px;
  line-height: 1;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 600;
  color: #ff3333;
  margin: 0 0 20px;
}
.quiz-content form h3.qualify {
  margin-bottom: 10px;
}
.quiz-content form h4.qualify {
  font-size: 21px;
}
.quiz-content form .quiz-button {
  display: inline-block;
  background: #4daae9;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.quiz-content form .quiz-button:hover {
  background: #ffd41a;
  text-decoration: none;
}

.gform_heading {
  display: none;
}

.gfield.gfield--type-captcha label {
  display: none;
}
.gfield.gfield--type-honeypot {
  display: none;
}

.gform_submission_error {
  background: #ff3333;
  color: #fff;
  font-family: "objektiv-mk1", sans-serif;
  padding: 15px;
}

.validation_message {
  margin-top: -10px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ff3333;
}

form label,
form legend {
  cursor: pointer;
  color: #58595b;
  display: block;
}
form .gfield_label,
form .gform-field-label--type-sub {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #58595b;
}
form input[type=submit] {
  display: inline-block;
  background: #4daae9;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0 0;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
form input[type=submit]:hover {
  background: #ffd41a;
}
form input[type=radio], form input[type=checkbox] {
  display: none;
}
form input[type=radio]:checked + label::after, form input[type=checkbox]:checked + label::after {
  opacity: 1;
}
form input[type=radio] + label, form input[type=checkbox] + label {
  position: relative;
}
form input[type=radio] + label::before, form input[type=radio] + label::after, form input[type=checkbox] + label::before, form input[type=checkbox] + label::after {
  display: block;
  position: absolute;
  content: "";
  border: 2px solid #58595b;
  background-color: white;
  height: 16px;
  width: 16px;
}
form input[type=radio] + label::after, form input[type=checkbox] + label::after {
  opacity: 0;
}
form input[type=radio] + label::before, form input[type=radio] + label::after {
  border-radius: 50%;
}
form input[type=radio] + label::before {
  left: 0;
  top: 1px;
}
form input[type=radio] + label::after {
  top: 5px;
  left: 4px;
  height: 8px;
  width: 8px;
  border: 0;
  background: #58595b;
}
form fieldset legend + div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
form fieldset legend + div > div > * {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  width: 100%;
  margin-bottom: 7px;
}
form textarea {
  max-width: 570px;
}
form .select {
  position: relative;
  z-index: 1;
}
form .select .select-hidden {
  width: 0;
  height: 0;
  border: none;
  position: absolute;
}
form .select .select-styled {
  position: relative;
  cursor: pointer;
}
form .select .select-styled::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid red;
  right: 12px;
  top: 14px;
}
form .select .select-styled.active::before {
  transform: rotate(-180deg);
}
form .select .select-options {
  display: none;
  position: absolute;
  list-style-type: none;
  cursor: pointer;
}
form .select .select-options li.hide {
  display: none;
}

.sponsor-payment form input[type=text], .sponsor-payment form input[type=email], .sponsor-payment form input[type=number], .sponsor-payment form input[type=tel] {
  max-width: 100%;
}
.sponsor-payment form select {
  max-width: 100%;
}
.sponsor-payment form fieldset {
  padding: 10px;
  border: 1px solid #ddd;
  background: #f7f7f7;
}
.sponsor-payment form fieldset input {
  margin-bottom: 3px;
}
.sponsor-payment form fieldset select {
  margin-bottom: 3px;
}
.sponsor-payment form fieldset .ginput_complex > span {
  display: block;
  margin-bottom: 10px;
}
.sponsor-payment form .sponsor-note,
.sponsor-payment form .gfield_description {
  background: #4daae9;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 15px;
}
.sponsor-payment form .sponsor-note.gform_fileupload_rules,
.sponsor-payment form .gfield_description.gform_fileupload_rules {
  display: block;
}
.sponsor-payment form .sponsor-note.validation_message--hidden-on-empty,
.sponsor-payment form .gfield_description.validation_message--hidden-on-empty {
  display: none;
}
.sponsor-payment form .gfield_required {
  color: #ff3333;
  font-weight: 700;
}
.sponsor-payment form .gfield--input-type-calculation {
  margin-bottom: 30px;
}
.sponsor-payment form .gform_confirmation_wrapper {
  border: 1px solid #ddd;
  padding: 15px;
}
.sponsor-payment form .gform_confirmation_wrapper h3 {
  font-family: "objektiv-mk1", sans-serif;
  color: #58595b;
}
.sponsor-payment form .gform_confirmation_wrapper p {
  color: #58595b;
}
.sponsor-payment form .gfield_checkbox label::after {
  top: 0;
  left: 0;
  background: #58595b;
}
.sponsor-payment form .gfield_radio label,
.sponsor-payment form .gfield_checkbox label {
  padding-left: 25px;
  position: relative;
  line-height: 17px;
}
.sponsor-payment form .gfield_radio label::before,
.sponsor-payment form .gfield_checkbox label::before {
  left: 0;
}
.sponsor-payment form .gfield_radio .gchoice + .gchoice,
.sponsor-payment form .gfield_checkbox .gchoice + .gchoice {
  margin-top: 10px;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@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;
}
/* Arrows */
.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: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -30px;
  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: #007bff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #007bff;
  opacity: 0.75;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/** Pages **/
.home-content {
  padding: 150px 0 0;
  overflow-y: hidden;
}

.home-section {
  margin: 0 0 30px;
  position: relative;
  bottom: -50px;
  opacity: 0;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.home-section.fade-in {
  opacity: 1;
  bottom: 0;
}

.overview {
  margin-bottom: 70px;
}

.boxes {
  background-image: url("../img/collage-background.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 50px;
  text-align: center;
}
.boxes .banner {
  transform: translate(0, -50%);
}
.boxes .box {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.boxes .box img {
  max-height: 110px;
}
.boxes .box span {
  color: #939598;
  line-height: 1;
}
.boxes .box span.number, .boxes .box span.prepend {
  font-size: 56px;
  font-weight: 700;
}
.boxes .box span.title {
  font-size: 32px;
  display: block;
}
.boxes .box .number-wrapper {
  padding: 30px 0 20px;
}
.boxes .banner-button {
  display: inline-block;
  background: #4daae9;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0 0;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.boxes .banner-button:hover {
  background: #ffd41a;
  text-decoration: none;
}

.testimonial {
  margin-top: 70px;
}
.testimonial .banner {
  margin-bottom: -25px;
  position: relative;
  z-index: 10;
}
.testimonial .testimonial-wrapper {
  max-width: 900px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-left: 130px;
}
.testimonial .testimonial-headshot {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 200px;
}
.testimonial .testimonial-headshot .pic {
  max-width: 200px;
  border-radius: 50%;
}
.testimonial .testimonial-headshot .flare {
  position: absolute;
  top: 10px;
  left: -15px;
  width: 60px;
}
.testimonial .testimonial-content {
  padding: 50px 50px 50px 100px;
  background: #ffd41a;
}
.testimonial .testimonial-content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.support {
  margin-top: 70px;
}
.support .banner {
  margin-bottom: 40px;
}
.support img {
  max-width: 100%;
  margin: 0 auto;
}
.support img.mobile {
  display: none;
}
.support .and-more {
  color: #939598;
  padding-top: 30px;
  font-size: 32px;
  line-height: 1;
  display: block;
  text-align: center;
}

.articles {
  margin-top: 70px;
  margin-bottom: 0;
  padding-bottom: 50px;
  background: #e6e7e8;
}
.articles .article-image {
  position: relative;
  z-index: 1;
}
.articles .article-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(77, 170, 233, 0);
  transition: 0.3s linear all;
}
.articles .article:hover .article-image::after {
  background: rgba(77, 170, 233, 0.5);
}
.articles .banner {
  position: relative;
  transform: translate(0, -50%);
}
.articles .icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.articles .icon img {
  display: none;
  max-width: 80px;
}
.articles .panel-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
}
.articles .article-title {
  position: relative;
  z-index: 10;
  margin-top: -20px;
  padding: 0 15px;
}
.articles .article-title h3 {
  padding: 30px 15px;
  background: #4daae9;
  color: #fff;
  line-height: 1.2;
  font-size: 21px;
  font-weight: 500;
  font-family: "objektiv-mk1", sans-serif;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 186px;
}
.articles .article-title h3 span {
  display: block;
}
.articles .article-1 .icon img:nth-child(2) {
  display: block;
  max-width: 60px;
  position: relative;
  top: -20px;
  left: -10px;
}
.articles .article-2 .article-title h3 {
  background: #ffd41a;
  color: #58595b;
}
.articles .article-2 .icon img:nth-child(3) {
  display: block;
  position: relative;
  left: -5px;
  top: -15px;
}
.articles .article-3 .article-title h3 {
  background: #ff3333;
}
.articles .article-3 .icon {
  left: auto;
  right: 0;
}
.articles .article-3 .icon img:nth-child(1) {
  display: block;
  top: -20px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .boxes .box {
    padding: 15px;
  }
  .boxes .box span.number, .boxes .box span.prepend {
    font-size: 42px;
    padding: 20px 0 10px;
  }
  .boxes .box span.title {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .boxes .box {
    padding: 15px;
  }
  .boxes .box span.number, .boxes .box span.prepend {
    font-size: 29px;
    padding: 20px 0 10px;
  }
  .boxes .box span.title {
    font-size: 18px;
  }

  .testimonial {
    margin-top: 50px;
  }
  .testimonial .testimonial-wrapper .testimonial-content {
    padding: 40px 30px 30px 90px;
  }
  .testimonial .testimonial-wrapper .testimonial-headshot .flare {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .articles .article {
    margin-bottom: 40px;
  }

  .support img.desktop {
    display: none;
  }
  .support img.mobile {
    display: block;
  }
  .support .and-more {
    font-size: 28px;
  }

  .testimonial .testimonial-wrapper {
    padding-left: 70px;
  }
  .testimonial .testimonial-wrapper .testimonial-headshot {
    max-width: 150px;
  }
  .testimonial .testimonial-wrapper .testimonial-headshot .pic {
    max-width: 100%;
  }
  .testimonial .testimonial-wrapper .testimonial-headshot .flare {
    width: 45px;
    top: -10px;
    left: -5px;
  }

  .boxes .box {
    padding: 10px;
  }
  .boxes .box span.number, .boxes .box span.prepend {
    font-size: 23px;
    padding: 20px 0 10px;
  }
  .boxes .box span.title {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .home-content {
    padding: 90px 0 0;
  }

  .overview {
    margin-bottom: 40px;
  }

  .boxes .banner {
    transform: translate(0, 0);
  }
  .boxes .box {
    max-width: 280px;
    margin: 0 auto 15px;
  }
  .boxes .box img {
    max-height: 50px;
  }
}
.page-content.eligibility-content {
  padding-top: 50px;
}

.page-intro {
  margin: 0 0 60px;
}

.bottom-column {
  margin-top: 50px;
}

.banner-column {
  position: relative;
  background: #e6e7e8;
  padding: 50px;
  margin-bottom: 60px;
}
.banner-column.left-column {
  height: 100%;
}
.banner-column:last-child {
  margin-bottom: 0;
}
.banner-column .banner {
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
}
.banner-column > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.banner-column ul,
.banner-column ol {
  margin: 0 0 30px 30px;
}
.banner-column ul,
.banner-column ol,
.banner-column p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}
.banner-column li {
  margin-bottom: 15px;
}
.banner-column li,
.banner-column p {
  color: #58595b;
}

.page-outro {
  margin-top: 40px;
}
.page-outro p {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  color: #ff3333;
  max-width: 780px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .banner-column {
    padding: 50px 30px 30px 30px;
  }
}
.heart-bar {
  background: #e6e7e8;
  padding: 45px 0 40px;
  position: relative;
  margin-bottom: 50px;
}
.heart-bar img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  max-width: 400px;
}
.heart-bar p {
  text-align: center;
  color: #58595b;
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

#story {
  padding-bottom: 50px;
}

.mission,
.vision {
  position: relative;
  border: 15px solid #ffd41a;
  background-image: url("../img/chalk-background.jpg");
  background-size: cover;
  background-position: center;
  padding: 30px;
  background-repeat: no-repeat;
  height: 100%;
}
.mission h3,
.vision h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 30px;
}
.mission p,
.vision p {
  font-size: 23px;
  line-height: 1.3;
  margin: 0;
  color: #fff;
}
.mission img,
.vision img {
  position: absolute;
}

.mission img {
  width: 210px;
  right: 20px;
  top: -50px;
}

.vision {
  background-position: bottom;
  border-color: #ff3333;
}
.vision img {
  width: 180px;
  bottom: 10px;
  right: -78px;
}

@media (max-width: 991.98px) {
  .mission-container {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .vision img,
.mission img {
    display: none;
  }
  .vision p,
.mission p {
    font-size: 19px;
  }

  .heart-bar p {
    font-size: 21px;
  }
}
.motto-bar {
  background-image: url("../img/wood-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px;
  margin-bottom: 60px;
}
.motto-bar .motto-wrapper {
  background-image: url("../img/chalk-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.motto-bar p {
  color: #fff;
  text-align: center;
  width: 40%;
}
.motto-bar p.employee {
  padding-right: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
.motto-bar p.impact {
  padding-left: 40px;
  font-size: 46px;
  font-family: "lust-script-fine", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}
.motto-bar .equals {
  max-width: 80px;
  display: block;
}

.story-content {
  padding-bottom: 0;
}
.story-content .page-intro {
  margin-bottom: 40px;
}

.committees {
  background: #e6e7e8;
  position: relative;
  padding: 80px 0 0 0;
}
.committees .banner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.committees .committee {
  display: flex;
  margin-bottom: 40px;
}
.committees .committee .photo {
  width: 180px;
}
.committees .committee .photo img {
  max-width: 100%;
  border-radius: 50%;
}
.committees .committee .content {
  width: calc(100% - 180px);
  padding-left: 30px;
}
.committees .committee h3 {
  font-family: "objektiv-mk1", sans-serif;
  color: #4daae9;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.2;
  margin: 0 0 15px;
}

@media (max-width: 991.98px) {
  .motto-bar .motto-wrapper {
    padding: 15px;
    display: block;
  }
  .motto-bar .motto-wrapper p.employee, .motto-bar .motto-wrapper p.impact {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .motto-bar .motto-wrapper img {
    margin: 30px auto;
  }

  .committees .committee .photo {
    width: 80px;
  }
  .committees .committee .content {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .motto-bar .motto-wrapper p.employee {
    font-size: 24px;
  }
  .motto-bar .motto-wrapper p.impact {
    font-size: 36px;
  }
  .motto-bar .motto-wrapper img {
    max-width: 58px;
  }
}
.page-content.grant-content {
  padding-bottom: 0;
}

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

.existing-link {
  position: relative;
  background: #4daae9;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 21px;
  line-height: 1;
  padding: 10px 20px;
  margin: 0 0 40px;
  display: inline-block;
}
.existing-link::before {
  content: "";
  position: absolute;
  background-image: url("../img/yellow-rays.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
  left: -35px;
  top: -27px;
}
.existing-link:hover {
  background: #ffd41a;
  color: #fff;
  text-decoration: none;
}

.instruction-group {
  padding: 40px 0;
}
.instruction-group:nth-child(odd) {
  background: #e6e7e8;
}
.instruction-group + .instruction-group {
  padding-top: 20px;
}
.instruction-group .banner {
  margin-bottom: 50px;
}
.instruction-group .add-marg-top {
  margin-top: 50px;
}

.instruction .counter {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  border-radius: 50%;
  margin: 0 auto 30px;
}
.instruction .counter.red {
  background: #ff3333;
}
.instruction .counter.blue {
  background: #4daae9;
}
.instruction .counter.gray {
  background: #58595b;
}
.instruction .counter.yellow {
  background: #ffd41a;
}
.instruction h3 {
  font-family: "objektiv-mk1", sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #58595b;
  text-align: center;
  margin: 0 0 15px;
  min-height: 60px;
}
.instruction .instruction-content {
  text-align: center;
}
.instruction .instruction-content a {
  color: #4daae9;
}
.instruction .instruction-content a:hover {
  color: #ff3333;
}
.instruction .instruction-button {
  display: block;
  text-align: center;
  padding: 8px 10px;
  background: #4daae9;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
}
.instruction .instruction-button:hover {
  background: #ffd41a;
  color: #fff;
  text-decoration: none;
}

.deadlines {
  background: #e6e7e8;
  padding: 30px 0 50px;
}

.deadline-content h1,
.deadline-content h2,
.deadline-content h3,
.deadline-content h4,
.deadline-content h5,
.deadline-content h6 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "objektiv-mk1", sans-serif;
  margin: 0 0 15px;
  color: #58595b;
}

@media (max-width: 991.98px) {
  .page-content.grant-content {
    padding: 50px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .instruction {
    padding: 15px;
    border: 1px solid #d1d3d4;
    border-radius: 4px;
    margin: 0 0 15px;
  }

  .instruction-group {
    padding: 25px 0;
  }
  .instruction-group .banner {
    margin-bottom: 25px;
  }
  .instruction-group .add-marg-top {
    margin-top: 0;
  }
}
.contact-content {
  padding: 75px 0 50px;
}

.serve-content {
  padding: 0 0 50px;
}

.group-select {
  background: #e6e7e8;
  padding: 75px 0 45px;
  text-align: center;
}
.group-select a {
  display: inline-block;
  background: #4daae9;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0 0;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 15px;
}
.group-select a:hover {
  background: #ffd41a;
  text-decoration: none;
}
.group-select a.active {
  background: #fff;
  color: #58595b;
}

.group-served {
  position: relative;
  z-index: 10;
  display: none;
}
.group-served.active {
  display: block;
}
.group-served .banner {
  transform: translate(0, -50%);
}
.group-served .callout-banner {
  text-align: center;
}
.group-served .callout-banner img,
.group-served .callout-banner span {
  display: inline-block;
}
.group-served .callout-banner img {
  max-width: 80px;
  position: relative;
  left: -5px;
  top: -5px;
}
.group-served .callout-banner span {
  color: #ff3333;
  font-size: 28px;
  font-weight: 700;
}
.group-served .intro-text {
  padding: 40px 0;
}
.group-served .callouts .quote-bar .quote p {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.group-served .callouts .quote-bar .quote p.attr {
  font-size: 16px;
  padding-top: 15px;
  letter-spacing: 0;
}
.group-served .callouts .quote-bar .quote > *:last-child {
  margin-bottom: 0;
}
.group-served .callouts .serve-block {
  display: flex;
  padding: 30px;
  margin: 0 0 30px;
  position: relative;
  min-height: 300px;
  align-items: center;
}
.group-served .callouts .serve-block h3 {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 10px;
  color: #fff;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 400;
}
.group-served .callouts .serve-block p {
  color: #fff;
  font-size: 19px;
  line-height: 31px;
}
.group-served .callouts .serve-block.blue {
  background: #4daae9;
}
.group-served .callouts .serve-block.red {
  background: #ff3333;
}
.group-served .callouts .serve-block.yellow {
  background: #ffd41a;
}
.group-served .callouts .serve-block.yellow h3,
.group-served .callouts .serve-block.yellow p {
  color: #58595b;
}
.group-served .callouts .serve-block .block-content {
  width: calc(100% - 300px);
  order: 1;
}
.group-served .callouts .serve-block .block-content p {
  margin: 0;
}
.group-served .callouts .serve-block .block-image {
  width: 300px;
  order: 2;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: none;
  background-position: center;
}
.group-served .callouts .serve-block.left-image .block-content {
  order: 2;
  margin-left: 300px;
}
.group-served .callouts .serve-block.left-image .block-image {
  order: 1;
  right: auto;
  left: 0;
}
.group-served .callouts .serve-block.no-image .block-content {
  width: 100%;
}
.group-served .callouts .serve-block.no-image .block-image {
  display: none;
}
.group-served .callouts .testimonial {
  margin-top: 0;
  margin-bottom: 30px;
}
.group-served .callouts .testimonial .testimonial-wrapper {
  max-width: 100%;
}
.group-served .callouts .testimonial .testimonial-content h3 {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 10px;
  color: #fff;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 400;
}
.group-served .callouts .testimonial .testimonial-content p {
  font-size: 19px;
  line-height: 31px;
}
.group-served .callouts .testimonial.blue .testimonial-content {
  background: #4daae9;
}
.group-served .callouts .testimonial.blue .testimonial-content p {
  color: #fff;
}
.group-served .callouts .testimonial.red .testimonial-content {
  background: #ff3333;
}
.group-served .callouts .testimonial.red .testimonial-content p,
.group-served .callouts .testimonial.red .testimonial-content h3 {
  color: #fff;
}
.group-served .callouts .testimonial.yellow .testimonial-content {
  background: #ffd41a;
}

@media (max-width: 767.98px) {
  .group-select a {
    display: block;
    margin: 0;
  }
  .group-select a + a {
    margin-top: 15px;
  }

  .group-served .callouts .testimonial .testimonial-content h3 {
    font-size: 21px;
    line-height: 24px;
  }
  .group-served .callouts .testimonial .testimonial-content p {
    font-size: 16px;
  }
  .group-served .callouts .serve-block {
    flex-wrap: wrap;
    padding: 0;
  }
  .group-served .callouts .serve-block h3 {
    font-size: 21px;
  }
  .group-served .callouts .serve-block p {
    font-size: 16px;
    line-height: 24px;
  }
  .group-served .callouts .serve-block .block-content,
.group-served .callouts .serve-block .block-image {
    width: 100%;
    margin: 0;
  }
  .group-served .callouts .serve-block .block-image {
    position: static;
    height: 200px;
    order: 1 !important;
  }
  .group-served .callouts .serve-block .block-content {
    padding: 30px;
    order: 2 !important;
  }
  .group-served .callouts .serve-block.left-image .block-content {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .group-served .testimonial .testimonial-wrapper {
    padding: 0;
  }
  .group-served .testimonial .testimonial-headshot {
    display: none;
  }
  .group-served .testimonial .testimonial-content {
    padding: 30px;
  }
}
.charity-content {
  padding: 100px 0 50px;
}

.intro {
  margin-bottom: 60px;
}

.sponsor-thanks {
  padding: 100px 0 50px;
}
.sponsor-thanks .saos-receipt {
  background: #f5f5f5;
  color: #58595b;
}
.sponsor-thanks .saos-receipt h3,
.sponsor-thanks .saos-receipt h4 {
  font-family: "objektiv-mk1", sans-serif;
  color: #58595b;
}
.sponsor-thanks .saos-receipt h3 {
  background: #4daae9;
  color: #fff;
  padding: 15px;
  font-size: 28px;
  line-height: 1;
  margin: 0;
}
.sponsor-thanks .saos-receipt h4 {
  margin: 0 0 5px;
}
.sponsor-thanks .saos-receipt .saos-receipt-line {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.red-box {
  background: #ff3333;
  text-align: center;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.red-box h3,
.red-box h4 {
  color: #fff;
  font-family: "objektiv-mk1", sans-serif;
  font-size: 36px;
  line-height: 1.1;
}
.red-box h4 {
  font-size: 28px;
}
.red-box span {
  display: block;
  color: #fff;
  font-size: 28px;
}
.red-box .date {
  margin-bottom: 20px;
}
.red-box .charity-link {
  display: inline-block;
  background: #4daae9;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0 0;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.red-box .charity-link:hover {
  text-decoration: none;
  background: #ffd41a;
}

.photos .photo {
  display: block;
  margin-bottom: 30px;
}

.sponsor {
  margin-bottom: 60px;
}
.sponsor img {
  display: block;
  margin: 30px auto;
}

@media (max-width: 767.98px) {
  .intro-image {
    display: none;
  }

  .charity-content {
    padding: 70px 0 50px;
  }

  .red-box {
    padding: 15px;
  }
}
@media print {
  .header,
.footer,
.hero {
    display: none !important;
  }

  .sponsor-thanks {
    padding: 0;
  }

  .push {
    padding: 0;
  }
}
.charity-sponsors .yellow-box {
  background: #ffd41a;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
}
.charity-sponsors .yellow-box .banner {
  transform: translate(0, -50%);
  margin: 0;
}
.charity-sponsors .yellow-box .about {
  padding: 0 15px 15px 15px;
  text-align: center;
  font-size: 21px;
}
.charity-sponsors .yellow-box .about span {
  display: block;
  padding-top: 5px;
  font-size: 15px;
}
.charity-sponsors .save-date {
  display: block;
  background: #ff3333;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  max-width: 300px;
  margin: 0 auto;
}
.charity-sponsors .save-date:hover {
  background: #4daae9;
  text-align: center;
}
.charity-sponsors .blue-box {
  background: #4daae9;
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  margin: 40px 0 35px;
}
.charity-sponsors .more {
  text-align: center;
  padding: 0 60px;
  font-weight: 700;
  font-family: "objektiv-mk1", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
.charity-sponsors .sponsor-wrapper {
  padding-top: 150px;
  padding-bottom: 60px;
}
.charity-sponsors .sponsor-levels .sponsor-level {
  margin: 0 0 30px;
}
.charity-sponsors .sponsor-levels .sponsor-level .description p {
  padding: 0;
  margin: 0;
}
.charity-sponsors .sponsor-levels .sponsor-level .title-bar {
  display: flex;
  margin: 0 0 10px;
  width: 100%;
}
.charity-sponsors .sponsor-levels .sponsor-level .title-bar h3 {
  width: 80%;
  padding-right: 30px;
  line-height: 1;
}
.charity-sponsors .sponsor-levels .sponsor-level .title-bar h4 {
  width: 20%;
  text-align: right;
}
.charity-sponsors .sponsor-levels .sponsor-level .title-bar h3,
.charity-sponsors .sponsor-levels .sponsor-level .title-bar h4 {
  font-family: "objektiv-mk1", sans-serif;
  color: #58595b;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.charity-sponsors .sponsor-images {
  background: #d1d3d4;
  padding: 15px 0;
}
.charity-sponsors .sponsor-images .col-md-4 {
  position: relative;
}
.charity-sponsors .sponsor-images .col-md-4 > * {
  position: relative;
  z-index: 1;
}
.charity-sponsors .sponsor-images .col-md-4 .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.charity-sponsors .sponsor-images .col-md-4 .icon img {
  position: absolute;
  max-width: 60px;
  display: none;
}
.charity-sponsors .sponsor-images .col-md-4:nth-child(1) .icon img:nth-child(2) {
  display: block;
  top: -20px;
  left: -20px;
}
.charity-sponsors .sponsor-images .col-md-4:nth-child(2) .icon img:nth-child(3) {
  display: block;
  top: -20px;
  left: -10px;
}
.charity-sponsors .sponsor-images .col-md-4:nth-child(3) .icon img:nth-child(1) {
  display: block;
  top: -20px;
  right: -20px;
}

@media (max-width: 1199.98px) {
  .charity-sponsors .yellow-box {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .charity-sponsors .sponsor-levels {
    margin-top: 45px;
  }
}
@media (max-width: 767.98px) {
  .charity-sponsors .sponsor-levels .sponsor-level .title-bar {
    display: block;
  }
  .charity-sponsors .sponsor-levels .sponsor-level .title-bar h3,
.charity-sponsors .sponsor-levels .sponsor-level .title-bar h4 {
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 1;
  }
  .charity-sponsors .sponsor-levels .sponsor-level .title-bar h4 {
    text-align: left;
    font-size: 14px;
    margin: 10px 0 0;
  }
  .charity-sponsors .sponsor-images .sponsor-image {
    margin-bottom: 30px;
  }
  .charity-sponsors .sponsor-images .col-md-4:last-child .sponsor-image {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
