@charset "UTF-8";
/*
 Theme Name: Rural Tech Challenge
 Theme URI: #
 Author: Futurescape
 Author URI: https://www.futurescape.in/
 Description: A custom theme specially created for Rural Tech Challenge
 Version: 1.0
 License: All right reserved.
*/
/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::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: "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):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;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1160px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  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: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1160px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.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: 20px;
  padding-left: 20px;
}

.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: 1280px) {
  .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: 1280px) {
  .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: 1280px) {
  .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;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}

* > {
  hyphens: none;
}

* > :first-child {
  margin-top: 0 !important;
}

*:not(.winners-list) > :last-child {
  margin-bottom: 0 !important;
}

a {
  color: #446B23;
}
a:hover {
  text-decoration: none;
}

.heading1 {
  font-weight: 900;
  font-family: "Lato", "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  line-height: 1.14;
}
@media (max-width: 991.98px) {
  .heading1 {
    font-size: 36px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading1 {
    font-size: 28px;
    line-height: 1.14;
  }
}

.heading2 {
  font-weight: 900;
  font-family: "Lato", "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.14;
}
@media (max-width: 991.98px) {
  .heading2 {
    font-size: 28px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading2 {
    font-size: 24px;
    line-height: 1.14;
  }
}

.heading3 {
  font-weight: 900;
  font-family: "Lato", "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.14;
}
@media (max-width: 991.98px) {
  .heading3 {
    font-size: 24px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading3 {
    font-size: 20px;
    line-height: 1.14;
  }
}

.heading4 {
  font-weight: 900;
  font-family: "Lato", "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .heading4 {
    font-size: 12px;
    line-height: 1.3;
  }
}

.heading5 {
  font-weight: 900;
  font-family: "Lato", "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .heading5 {
    font-size: 12px;
    line-height: 1.3;
  }
}

.accordion-heading {
  font-weight: 900;
  font-family: "Lato", "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.14;
}
@media (max-width: 991.98px) {
  .accordion-heading {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .accordion-heading {
    font-size: 18px;
    line-height: 1.2;
  }
}

.link-btn {
  display: inline-block;
  padding: 15px 25px;
  min-height: 46px;
  min-width: 200px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  box-shadow: none;
  background: #294015;
  border: 1px solid #294015;
  color: #fff;
  font-family: "Lato", "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
}
.link-btn__wrapper {
  margin-top: 50px;
}
.link-btn:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 5px 16px 2px;
}
.link-btn .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-btn:hover {
  color: #fff;
}
.link-btn.full {
  max-width: 100%;
  width: 360px;
}
.link-btn.outline {
  background: transparent;
}
.link-btn__white {
  background: #fff;
  color: #294015;
  border-color: #fff;
}
.link-btn__white:hover {
  color: #294015;
}
.link-btn__center {
  margin-left: auto;
  margin-right: auto;
}

.left-width-separator {
  height: 20px;
  padding-left: 40px;
  background-color: #bf311a;
  width: calc(100vw - (50vw - 50%));
  margin-left: calc(-50vw + 50%);
  padding-left: calc(100vw - (50vw + 50%));
  position: relative;
}

.full-width-separator {
  height: 2px;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  padding: 0 calc(100vw - (50vw + 50%));
  position: relative;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

body {
  overflow-x: hidden;
}

.full-width-container {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  padding: 0 calc(100vw - (50vw + 50%));
  box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.pt-0 {
  padding-top: 0;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-0 {
  padding-bottom: 0;
}

.highlighted {
  font-size: 24px;
  line-height: 1.33;
  margin: 0 0 50px;
}
@media (max-width: 991.98px) {
  .highlighted {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .highlighted {
    font-size: 18px;
    margin: 0 0 35px;
  }
}

.link-block {
  display: block;
  background: rgba(0, 0, 153, 0.1);
  padding: 50px;
  color: #446B23;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
}
.link-block__wrapper {
  margin: 0 0 35px;
}
.link-block:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 5px 16px 2px;
}
.link-block .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-block h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.link-block p:last-child {
  margin: 0;
}
.link-block:hover {
  color: #446B23;
}
@media (max-width: 991.98px) {
  .link-block h3 {
    font-size: 20px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .link-block {
    padding: 40px 25px;
  }
  .link-block h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}

.content-box {
  padding: 50px 50px 30px;
  margin: 0 0 35px;
}
.content-box p:empty {
  display: none;
  border: 10px solid green;
}
.content-box:last-child {
  margin: 0;
}
.content-box h3 {
  margin-top: 0 !important;
}
@media (max-width: 991.98px) {
  .content-box {
    padding: 35px 35px 15px;
  }
}
@media (max-width: 767.98px) {
  .content-box {
    padding: 30px 30px 10px;
  }
}

.on-page-menu {
  padding: 35px 0;
  background: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.on-page-menu ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.on-page-menu ul li {
  display: inline;
  padding: 0 !important;
}
.on-page-menu ul li:not(:last-child)::after {
  content: "•";
  padding: 0 8px;
  color: #000;
}
.on-page-menu ul li a {
  outline: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-decoration: none;
  border: none;
  text-decoration: none;
}
.on-page-menu ul li a:hover {
  color: #fff;
  background: #446B23;
}
.on-page-menu ul li a::selection, .on-page-menu ul li a:active {
  background: #446B23;
  color: #fff;
}
@media (min-width: 576px) {
  .on-page-menu ul li a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 991.98px) {
  .on-page-menu {
    font-size: 14px;
  }
  .on-page-menu h4 {
    float: none;
  }
  .on-page-menu ul {
    float: none;
    padding: 0 !important;
  }
  .on-page-menu ul li {
    float: none;
    display: inline-block;
  }
}

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

.uppercase {
  text-transform: uppercase;
}

.section-404 {
  min-height: calc(100vh - 400px);
}

.button-top {
  background: #E8B927 url(images/arrow-top.png) no-repeat center center;
  background-size: 20px 13px;
  width: 40px;
  height: 40px;
  box-shadow: none;
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  right: 35px;
  display: none;
  z-index: 9999;
}
@media (max-width: 767.98px) {
  .button-top {
    background-size: 15px 9px;
    width: 36px;
    height: 36px;
    bottom: 60px;
    right: 20px;
  }
}

body {
  margin: 0 !important;
}

#main {
  padding: 110px 0 0;
}
@media (max-width: 991.98px) {
  #main {
    padding: 65px 0 0;
  }
}

.pb-0 {
  padding-bottom: 0;
}

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

.page-section {
  padding-top: 80px;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .page-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.page-section {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.page-section__footer {
  background-color: #83CEBC;
  text-align: center;
}
.page-section__two-columns .content-wrapper {
  display: flex;
  gap: 40px;
}
.page-section__two-columns .content-wrapper .content-left {
  width: calc(40% - 20px);
}
.page-section__two-columns .content-wrapper .content-left .heading2-uc {
  margin: 0 0 15px;
}
.page-section__two-columns .content-wrapper .content-left .entry-content {
  max-width: 90%;
}
.page-section__two-columns .content-wrapper .content-right {
  width: calc(60% - 20px);
}
.page-section__two-columns .content-before {
  margin-bottom: 50px;
}
.page-section__two-columns .content-after {
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .page-section__two-columns .content-wrapper {
    gap: 30px;
  }
  .page-section__two-columns .content-wrapper .content-left {
    width: calc(33.3333333333% - 15px);
  }
  .page-section__two-columns .content-wrapper .content-left .heading2-uc {
    font-size: 24px;
    line-height: 1.14;
  }
  .page-section__two-columns .content-wrapper .content-right {
    width: calc(66.6666666667% - 15px);
  }
}
@media (max-width: 767.98px) {
  .page-section__two-columns .content-wrapper {
    flex-wrap: wrap;
  }
  .page-section__two-columns .content-wrapper .content-left, .page-section__two-columns .content-wrapper .content-right {
    width: 100%;
  }
  .page-section__two-columns .content-wrapper .content-before {
    margin-bottom: 35px;
  }
  .page-section__two-columns .content-wrapper .content-after {
    margin-top: 35px;
  }
}

.two-col-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-col-grid .col-left {
  width: calc(40% - 12px);
}
.two-col-grid .col-left .content {
  max-width: 245px;
}
.two-col-grid .col-right {
  width: calc(60% - 12px);
}
@media (max-width: 991.98px) {
  .two-col-grid .col-left, .two-col-grid .col-right {
    width: 100%;
  }
  .two-col-grid .col-left {
    margin-bottom: 30px;
  }
  .two-col-grid .col-left .content {
    max-width: 320px;
  }
}

iframe {
  max-width: 100%;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bottom-cta {
  background: rgba(91, 142, 53, 0.1);
}
.bottom-cta .container {
  max-width: 780px;
  text-align: center;
}
.bottom-cta .link-btn {
  width: 360px;
  max-width: 100%;
}

.content-blocks {
  position: relative;
}
.content-blocks .container {
  position: static;
}
.content-blocks__left, .content-blocks__right {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  z-index: -1;
}
.content-blocks__left {
  left: 0;
}
.content-blocks__right {
  right: 0;
}
.content-blocks .row > [class*=col-] {
  position: static;
}
.content-blocks .block-content__left, .content-blocks .block-content__right, .content-blocks .block-content__full {
  padding: 80px 0 90px;
}
.content-blocks .block-content__left:last-child, .content-blocks .block-content__right:last-child, .content-blocks .block-content__full:last-child {
  margin-bottom: 0;
}
.content-blocks .block-content__left {
  padding-right: 100px;
}
.content-blocks .block-content__right {
  padding-left: 100px;
}
.content-blocks ul {
  margin: 0 0 30px;
  padding: 0 0 0 20px;
  list-style-type: square;
}
.content-blocks ul li {
  margin: 0 0 10px;
  padding-left: 10px;
}
.content-blocks ul li:last-child {
  margin: 0;
}
@media (max-width: 991.98px) {
  .content-blocks .block-content__left, .content-blocks .block-content__right, .content-blocks .block-content__full {
    padding: 60px 0;
  }
  .content-blocks .block-content__left {
    padding-right: 40px;
  }
  .content-blocks .block-content__right {
    padding-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .content-blocks .container {
    max-width: 100%;
  }
  .content-blocks .row > [class*=col-] {
    padding: 0;
  }
  .content-blocks__left, .content-blocks__right {
    position: static;
    width: 100%;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    z-index: 0;
    min-height: 300px;
  }
  .content-blocks .block-content__left, .content-blocks .block-content__right {
    padding: 40px 20px;
  }
  .content-blocks .block-content__full {
    padding: 40px 0;
  }
  .content-blocks ul {
    margin-bottom: 0;
  }
}

/**
 * M E N U   T O G G L E   B U T T O N
 * ----------------------------------------------------------------------------
 */
.menu-toggle {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  z-index: 999;
  text-align: center;
  padding: 0;
  width: 22px;
  height: 22px;
  text-indent: -999em;
}
.menu-toggle::before, .menu-toggle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
}
.menu-toggle::before {
  top: 6px;
}
.menu-toggle::after {
  bottom: 6px;
}
.menu-toggle:hover::before, .menu-toggle:hover::after, .menu-toggle:active::before, .menu-toggle:active::after {
  background: #446B23;
}

#site-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding: 0 0;
  height: 110px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
#site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site-header .site-title {
  margin: 0;
  font-size: 18px;
  line-height: 14px;
}
#site-header .site-title a img {
  max-height: 72px;
  width: auto;
}
#site-header #main-navigation {
  line-height: 0;
}
#site-header #main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-header #main-navigation ul li {
  display: block;
  padding: 45px 0;
  margin-left: 50px;
  float: left;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  height: 110px;
}
#site-header #main-navigation ul li a {
  opacity: 0.6;
  filter: alpha(opacity=60);
  color: #000;
}
#site-header #main-navigation ul li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#site-header #main-navigation ul li.menu-item-has-children:hover ul {
  display: block;
}
#site-header #main-navigation ul .mobile-menu {
  display: none;
}
#site-header #main-navigation ul li.current_page_parent,
#site-header #main-navigation ul li.current-menu-ancestor,
#site-header #main-navigation ul li.current-menu-parent,
#site-header #main-navigation ul li.current-menu-item {
  font-weight: 700;
}
#site-header #main-navigation ul li.current_page_parent > a,
#site-header #main-navigation ul li.current-menu-ancestor > a,
#site-header #main-navigation ul li.current-menu-parent > a,
#site-header #main-navigation ul li.current-menu-item > a {
  opacity: 1;
  filter: alpha(opacity=100);
}
#site-header #main-navigation ul li.current_page_parent > a::after,
#site-header #main-navigation ul li.current-menu-ancestor > a::after,
#site-header #main-navigation ul li.current-menu-parent > a::after,
#site-header #main-navigation ul li.current-menu-item > a::after {
  border-color: #446B23;
}
#site-header #main-navigation ul li.current_page_parent.menu-item-has-children > a::after,
#site-header #main-navigation ul li.current-menu-ancestor.menu-item-has-children > a::after,
#site-header #main-navigation ul li.current-menu-parent.menu-item-has-children > a::after,
#site-header #main-navigation ul li.current-menu-item.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#site-header #main-navigation .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 20px;
  text-align: left;
  background: #fff;
  z-index: 999;
  width: 350px;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #eee;
  z-index: 99;
  display: none;
}
#site-header #main-navigation .sub-menu li {
  float: none;
  position: relative;
  padding: 0;
  margin: 0 0 25px;
  height: auto;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
#site-header #main-navigation .sub-menu li:last-child {
  margin: 0;
}
#site-header #main-navigation .sub-menu li a {
  display: block;
  position: relative;
  padding: 0;
  text-decoration: none;
}
#site-header #main-navigation .sub-menu li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#site-header #main-navigation .sub-menu li.current_page_parent, #site-header #main-navigation .sub-menu li.current-menu-ancestor, #site-header #main-navigation .sub-menu li.current-menu-parent, #site-header #main-navigation .sub-menu li.current-menu-item {
  font-weight: 700;
  opacity: 1;
  filter: alpha(opacity=100);
}
#site-header #main-navigation .sub-menu li:hover::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  border: solid #000;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#site-header #main-navigation li.menu-resources .sub-menu {
  width: 270px;
}
@media (max-width: 767.98px) {
  #site-header #main-navigation {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #site-header {
    height: 65px;
    padding: 12px 0;
  }
  #site-header .container {
    max-width: 100%;
    padding: 0 20px;
  }
  #site-header .site-title {
    font-size: 18px;
    line-height: 14px;
  }
  #site-header .site-title a {
    color: #000;
  }
  #site-header .site-title a img {
    max-height: 41px;
  }
}

.pageSlide {
  display: none;
  width: 100%;
  max-width: 400px;
  height: 100%;
  padding: 0 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -400px;
  z-index: 999999;
  overflow: scroll;
  background-color: #446B23;
  color: #fff;
}

@media (max-width: 991.98px) {
  #main-navigation {
    display: none;
  }
  #main-navigation a {
    color: #fff;
  }
  #main-navigation .submenu {
    display: block;
  }

  .menu-toggle {
    display: block;
  }

  .pageSlide {
    display: block;
    padding: 80px 20px 0 20px;
  }
  .pageSlide .close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    outline: none;
  }
  .pageSlide .close-btn span {
    transform: rotate(-45deg);
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
  }
  .pageSlide .close-btn span::before, .pageSlide .close-btn span::after {
    content: "";
    position: absolute;
    background: #fff;
  }
  .pageSlide .close-btn span::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    width: 2px;
  }
  .pageSlide .close-btn span::after {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 24px;
    height: 2px;
  }
  .pageSlide .close-btn:hover span::before, .pageSlide .close-btn:hover span::after, .pageSlide .close-btn:active span::before, .pageSlide .close-btn:active span::after {
    background: #fff;
  }
  .pageSlide ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pageSlide ul li {
    padding: 0;
    margin: 0 0 18px;
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
  }
  .pageSlide ul li:not(.nolink) > a {
    outline: none;
    color: inherit;
    color: #fff;
  }
  .pageSlide ul li:not(.nolink) > a:hover {
    background-color: #fff;
    color: #294015;
  }
  .pageSlide ul li:not(.nolink) > a::selection, .pageSlide ul li:not(.nolink) > a:active {
    background-color: #fff;
    color: #294015;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .pageSlide ul li:not(.nolink) > a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 991.98px) {
  .pageSlide ul li a {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .pageSlide ul li.nolink > a {
    cursor: default;
  }
}
@media (max-width: 991.98px) {
  .pageSlide ul li.menu-item-has-children ul {
    margin-top: 18px;
    padding-left: 20px;
  }
  .pageSlide ul li.menu-item-has-children .sub-menu li {
    font-weight: 400;
  }
}
@media (max-width: 991.98px) {
  .pageSlide ul li.current_page_parent > a, .pageSlide ul li.current-menu-ancestor > a, .pageSlide ul li.current-menu-parent > a, .pageSlide ul li.current-menu-item > a {
    font-weight: 700;
  }
}
@media (max-width: 991.98px) {
  pageSlide.open {
    right: 0;
  }
}
#site-footer {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 50px 0 0;
}
#site-footer .cte-momentum-series {
  margin: 0 0 25px;
}
#site-footer .cte-momentum-series p {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  max-width: 460px;
}
#site-footer .footer-logo img {
  width: auto;
  height: 72px;
}
#site-footer .footer-navigation {
  font-size: 16px;
  line-height: 1.2;
}
#site-footer .footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-footer .footer-navigation ul li {
  margin: 0 0 20px;
  padding: 0;
}
#site-footer .footer-navigation ul li a {
  outline: none;
  color: inherit;
}
#site-footer .footer-navigation ul li a:hover {
  background-color: #fff;
  color: #294015;
}
#site-footer .footer-navigation ul li a::selection, #site-footer .footer-navigation ul li a:active {
  background-color: #fff;
  color: #294015;
}
@media (min-width: 576px) {
  #site-footer .footer-navigation ul li a {
    transition: all 0.2s ease-in;
  }
}
#site-footer__bottom {
  margin-top: 35px;
  border-top: 1px solid #000;
  padding: 15px 0 40px;
}
#site-footer__bottom .site-footer-links {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
}
#site-footer__bottom .site-footer-links .link-luminarylabs {
  text-align: right;
}
#site-footer__bottom .site-footer-links a {
  outline: none;
  color: inherit;
  text-decoration: underline;
}
#site-footer__bottom .site-footer-links a:hover {
  background-color: #fff;
  color: #294015;
}
#site-footer__bottom .site-footer-links a::selection, #site-footer__bottom .site-footer-links a:active {
  background-color: #fff;
  color: #294015;
}
@media (min-width: 576px) {
  #site-footer__bottom .site-footer-links a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 991.98px) {
  #site-footer {
    padding: 60px 0 0;
  }
  #site-footer .cte-momentum-series {
    margin: 0 0 20px;
  }
  #site-footer .cte-momentum-series p {
    font-size: 10px;
    line-height: 12px;
  }
  #site-footer__bottom {
    margin-top: 40px;
    padding: 20px 0 60px;
  }
}
@media (max-width: 767.98px) {
  #site-footer {
    padding: 40px 0 0;
  }
  #site-footer .footer-subscribe {
    padding: 0 0 30px;
  }
  #site-footer .footer-navigation {
    padding-bottom: 20px;
  }
  #site-footer__bottom {
    margin-top: 20px;
  }
  #site-footer__bottom .site-footer-links {
    font-size: 10px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 444px) {
  #site-footer__bottom .site-footer-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #site-footer__bottom .site-footer-links .link-luminarylabs {
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }
}

.footer-social-share {
  margin: 25px 0 10px;
}
.footer-social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social-share ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
.footer-social-share ul li a {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  text-indent: -99em;
  overflow: hidden;
}
.footer-social-share ul li.facebook a {
  background-image: url(../img/icon-facebook_black.png);
}
.footer-social-share ul li.facebook a:hover {
  background-image: url(../img/icon-facebook_green.png);
}
.footer-social-share ul li.twitter a {
  background-image: url(../img/icon-twitter_white.png);
}
.footer-social-share ul li.twitter a:hover {
  background-image: url(../img/icon-twitter_footer_purple.png);
}

.mc_embed_signup {
  width: 100%;
  position: relative;
  margin: 0 auto 25px;
}
.mc_embed_signup form {
  position: relative;
  margin: 0 0 25px;
}
.mc_embed_signup form label {
  display: none;
}
.mc_embed_signup form .email {
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 25px;
  height: 48px;
  padding: 16px 20px;
}
.mc_embed_signup form .email::-moz-placeholder {
  font-style: normal;
  color: #000;
  opacity: 1;
}
.mc_embed_signup form .email:-ms-input-placeholder {
  color: #000;
}
.mc_embed_signup form .email::-webkit-input-placeholder {
  color: #000;
}
.mc_embed_signup form .mc-embedded-subscribe {
  min-height: 46px;
}
@media (max-width: 991.98px) {
  .mc_embed_signup form {
    padding-right: 0;
  }
  .mc_embed_signup form .email {
    margin: 0 0 10px;
  }
  .mc_embed_signup form .mc-embedded-subscribe {
    position: static;
    width: 100%;
  }
}

.footer-mc_embed_signup {
  width: 100%;
  max-width: 456px;
  position: relative;
  margin: 0 0 25px;
}
.footer-mc_embed_signup h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
}
.footer-mc_embed_signup form {
  position: relative;
  padding-right: 139px;
}
.footer-mc_embed_signup form label {
  display: none;
}
.footer-mc_embed_signup form .email {
  background: transparent;
  border: 1px solid #000;
  width: 100%;
  height: 48px;
  padding: 16px 15px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  box-shadow: none;
  text-align: center;
}
.footer-mc_embed_signup form .email::-moz-placeholder {
  font-style: normal;
  color: #000;
  opacity: 1;
}
.footer-mc_embed_signup form .email:-ms-input-placeholder {
  color: #000;
}
.footer-mc_embed_signup form .email::-webkit-input-placeholder {
  color: #000;
}
.footer-mc_embed_signup form .mc-embedded-subscribe {
  position: absolute;
  right: 0;
  top: 0;
  width: 114px;
  min-width: 114px;
  height: 48px;
  background: #000;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #000;
}
@media (max-width: 1279.98px) {
  .footer-mc_embed_signup {
    max-width: 420px;
  }
}
@media (max-width: 991.98px) {
  .footer-mc_embed_signup {
    max-width: 240px;
  }
  .footer-mc_embed_signup h3 {
    font-size: 14px;
  }
  .footer-mc_embed_signup form {
    padding-right: 0;
  }
  .footer-mc_embed_signup form .email {
    margin: 0 0 10px;
  }
  .footer-mc_embed_signup form .mc-embedded-subscribe {
    position: static;
  }
}
@media (max-width: 991.98px) {
  .footer-mc_embed_signup {
    max-width: 360px;
  }
}

.timeline.add-margin {
  margin-top: 25px !important;
}
.timeline .item {
  padding-bottom: 50px;
  padding-left: 50px;
  position: relative;
}
.timeline .item::before, .timeline .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.timeline .item::before {
  width: 2px;
  top: 24px;
  bottom: -8px;
  left: 7.5px;
  background: #446B23;
}
.timeline .item::after {
  width: 17px;
  height: 17px;
  left: 0;
  top: 8px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #446B23;
}
.timeline .item:last-child {
  padding-bottom: 0;
}
.timeline .item:last-child::before {
  display: none;
}
.timeline .item.current::after {
  background: #446B23;
  border-color: #446B23;
}
.timeline .item.archived::after {
  border-color: #C6C540;
  background: #C6C540;
}
.timeline .item.archived::before {
  background: #C6C540;
}
.timeline .item__status {
  position: absolute;
  top: -20px;
  left: 50px;
  color: #294015;
}
.timeline .item__title {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
}
.timeline .item__text a {
  outline: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.timeline .item__text a:hover {
  color: #fff;
  background: #446B23;
}
.timeline .item__text a::selection, .timeline .item__text a:active {
  background: #446B23;
  color: #fff;
}
@media (min-width: 576px) {
  .timeline .item__text a {
    transition: all 0.2s ease-in;
  }
}
.timeline .item__show-text .item__title {
  margin: 0 0 5px;
}
.timeline .item:only-child::before {
  display: block !important;
}
@media (max-width: 991.98px) {
  .timeline .item {
    padding-left: 40px;
  }
  .timeline .item__title {
    font-size: 16px;
    line-height: 1.1;
  }
  .timeline .item__status {
    left: 40px;
    top: -16px;
  }
  .timeline .item__date {
    font-size: 16px;
    line-height: 1.2;
  }
  .timeline .item__show-text .item__title {
    padding-top: 3px;
    font-size: 21px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .timeline {
    margin-top: 30px;
  }
  .timeline .item {
    padding-bottom: 35px;
    padding-left: 32px;
  }
  .timeline .item__status {
    top: -12px;
    left: 32px;
    font-size: 12px;
    line-height: 1.2;
  }
  .timeline .item__title {
    font-size: 16px;
    line-height: 1.1;
  }
  .timeline .item__date {
    font-size: 14px;
    line-height: 1.3;
  }
  .timeline .item__show-text .item__title {
    font-size: 18px;
    line-height: 1.1;
    margin: 0 0 5px;
    padding-top: 6px;
  }
  .timeline .item__show-text .item__date {
    margin: 0 0 3px;
  }
  .timeline .item__show-text .item__status {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

.entry-content h2, [class*=block-content__] h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 40px;
  font-weight: 900;
}
.entry-content h3, [class*=block-content__] h3 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.entry-content h4, [class*=block-content__] h4 {
  font-weight: 900;
  font-family: "Lato", "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.14;
  margin: 0 0 20px;
}
@media (max-width: 991.98px) {
  .entry-content h4, [class*=block-content__] h4 {
    font-size: 22px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .entry-content h4, [class*=block-content__] h4 {
    font-size: 20px;
    line-height: 1.14;
  }
}
.entry-content h4 a:not(.link-btn), .entry-content p a:not(.link-btn), .entry-content li a:not(.link-btn), .entry-content .highlighted a:not(.link-btn), [class*=block-content__] h4 a:not(.link-btn), [class*=block-content__] p a:not(.link-btn), [class*=block-content__] li a:not(.link-btn), [class*=block-content__] .highlighted a:not(.link-btn) {
  outline: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.entry-content h4 a:not(.link-btn):hover, .entry-content p a:not(.link-btn):hover, .entry-content li a:not(.link-btn):hover, .entry-content .highlighted a:not(.link-btn):hover, [class*=block-content__] h4 a:not(.link-btn):hover, [class*=block-content__] p a:not(.link-btn):hover, [class*=block-content__] li a:not(.link-btn):hover, [class*=block-content__] .highlighted a:not(.link-btn):hover {
  color: #fff;
  background: #446B23;
}
.entry-content h4 a:not(.link-btn)::selection, .entry-content h4 a:not(.link-btn):active, .entry-content p a:not(.link-btn)::selection, .entry-content p a:not(.link-btn):active, .entry-content li a:not(.link-btn)::selection, .entry-content li a:not(.link-btn):active, .entry-content .highlighted a:not(.link-btn)::selection, .entry-content .highlighted a:not(.link-btn):active, [class*=block-content__] h4 a:not(.link-btn)::selection, [class*=block-content__] h4 a:not(.link-btn):active, [class*=block-content__] p a:not(.link-btn)::selection, [class*=block-content__] p a:not(.link-btn):active, [class*=block-content__] li a:not(.link-btn)::selection, [class*=block-content__] li a:not(.link-btn):active, [class*=block-content__] .highlighted a:not(.link-btn)::selection, [class*=block-content__] .highlighted a:not(.link-btn):active {
  background: #446B23;
  color: #fff;
}
@media (min-width: 576px) {
  .entry-content h4 a:not(.link-btn), .entry-content p a:not(.link-btn), .entry-content li a:not(.link-btn), .entry-content .highlighted a:not(.link-btn), [class*=block-content__] h4 a:not(.link-btn), [class*=block-content__] p a:not(.link-btn), [class*=block-content__] li a:not(.link-btn), [class*=block-content__] .highlighted a:not(.link-btn) {
    transition: all 0.2s ease-in;
  }
}
.entry-content p, .entry-content ul, .entry-content ol, [class*=block-content__] p, [class*=block-content__] ul, [class*=block-content__] ol {
  margin: 0 0 25px;
}
.entry-content ul, .entry-content ol, [class*=block-content__] ul, [class*=block-content__] ol {
  padding-left: 25px;
}
.entry-content ul li, .entry-content ol li, [class*=block-content__] ul li, [class*=block-content__] ol li {
  margin: 0 0 5px;
}
.entry-content p + ul, .entry-content p + ol, [class*=block-content__] p + ul, [class*=block-content__] p + ol {
  margin-top: -10px;
}
.entry-content * + h2, .entry-content p + .link-block__wrapper, [class*=block-content__] * + h2, [class*=block-content__] p + .link-block__wrapper {
  margin-top: 50px;
}
.entry-content .wp-block-quote, [class*=block-content__] .wp-block-quote {
  margin: 50px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
.entry-content .wp-block-quote p, [class*=block-content__] .wp-block-quote p {
  font-size: 24px;
  line-height: 1.33;
  font-style: normal;
}
.entry-content .wp-block-quote cite, [class*=block-content__] .wp-block-quote cite {
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .entry-content h2, [class*=block-content__] h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .entry-content h3, [class*=block-content__] h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .entry-content h4, [class*=block-content__] h4 {
    font-size: 20px;
    line-height: 1.2;
  }
  .entry-content .wp-block-quote p, [class*=block-content__] .wp-block-quote p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .entry-content, [class*=block-content__] {
    margin: 0 0 25px;
  }
  .entry-content h2, [class*=block-content__] h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .entry-content h3, [class*=block-content__] h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .entry-content h4, [class*=block-content__] h4 {
    font-size: 16px;
    line-height: 1.2;
  }
  .entry-content ul, .entry-content ol, [class*=block-content__] ul, [class*=block-content__] ol {
    padding-left: 20px;
  }
  .entry-content ul li, .entry-content ol li, [class*=block-content__] ul li, [class*=block-content__] ol li {
    padding-left: 10px;
    margin: 0 0 20px;
  }
  .entry-content .wp-block-quote, [class*=block-content__] .wp-block-quote {
    margin: 35px 0;
    padding: 25px 0;
  }
  .entry-content .wp-block-quote p, [class*=block-content__] .wp-block-quote p {
    font-size: 18px;
    line-height: 1.2;
  }
  .entry-content * + h2, .entry-content * + h3, .entry-content p + .link-block__wrapper, [class*=block-content__] * + h2, [class*=block-content__] * + h3, [class*=block-content__] p + .link-block__wrapper {
    margin-top: 35px;
  }
}

.home .heading2 {
  margin-bottom: 30px;
}

.home-header {
  background: #fffeff url(../img/bg-home-hero.png) no-repeat right top;
  background-size: auto 88%;
  padding: 120px 0 90px;
}
.home-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-header__content {
  width: 680px;
}
.home-header__content h1 {
  color: #446B23;
  margin-bottom: 40px;
  font-weight: 900;
}
.home-header__content p {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 50px;
}
.home-header__content .link-btn {
  width: 360px;
  max-width: 100%;
}
@media (max-width: 1279.98px) {
  .home-header__content {
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  .home-header {
    padding: 120px 0 80px;
  }
  .home-header__content {
    width: 500px;
  }
  .home-header__content p {
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 50px;
  }
}
@media (max-width: 767.98px) {
  .home-header {
    padding: 120px 0 80px;
  }
  .home-header__content {
    width: 100%;
    max-width: 300px;
    margin: 0 0 50px;
  }
  .home-header__content p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .home-header {
    background-size: 80% auto;
  }
}

.home-wav {
  background-color: #446B23;
  color: #fff;
}
.home-wav .content {
  max-width: 430px;
}
@media (max-width: 1279.98px) {
  .home-wav .content {
    max-width: 100%;
    margin-bottom: 30px !important;
  }
}

.home-winners .winner-teams {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin: 50px 0;
}
.home-winners .winner-teams .item {
  width: calc(33.3333333333% - 24px);
  background: rgba(91, 142, 53, 0.1);
  padding: 35px;
}
.home-winners .winner-teams .item__name {
  margin: 0 0 20px;
}
.home-winners .winner-teams .item__title {
  font-weight: 700;
  margin: 0 0 10px;
}
.home-winners .winner-teams.layout-2c {
  gap: 36px;
}
.home-winners .winner-teams.layout-2c .item {
  width: calc(50% - 18px);
}
@media (max-width: 991.98px) {
  .home-winners .winner-teams {
    gap: 24px;
    margin: 40px 0;
  }
  .home-winners .winner-teams .item {
    width: calc(50% - 12px);
    padding: 25px;
  }
  .home-winners .winner-teams.layout-2c {
    gap: 24px;
  }
  .home-winners .winner-teams.layout-2c .item {
    width: calc(50% - 12px);
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  .home-winners .winner-teams {
    margin: 30px 0 35px;
    gap: 20px;
  }
  .home-winners .winner-teams .item {
    width: 100%;
    padding: 25px;
  }
  .home-winners .winner-teams.layout-2c .item {
    width: 100%;
  }
}

.home-about {
  background: rgba(91, 142, 53, 0.1);
}
.home-about__wrapper {
  display: flex;
  justify-content: space-between;
}
.home-about__wrapper .image {
  position: relative;
  overflow: hidden;
}
.home-about__wrapper .image__wrapper {
  width: 50%;
}
.home-about__wrapper .image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  padding-bottom: 66.6666666667%;
  position: relative;
  overflow: hidden;
}
.home-about__wrapper .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(1.1);
  z-index: 2;
}
.home-about__wrapper .image.show-icon::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 92px;
  height: 106px;
  background: url(../img/icon-image.png) no-repeat center center;
  background-size: 100%;
}
.home-about__wrapper .content {
  width: calc(50% - 115px);
}
.home-about__wrapper .content .link-btn {
  width: 360px;
  max-width: 100%;
}
@media (max-width: 1279.98px) {
  .home-about__wrapper .content {
    width: calc(50% - 80px);
  }
}
@media (max-width: 991.98px) {
  .home-about__wrapper {
    flex-wrap: wrap;
  }
  .home-about__wrapper .image__wrapper {
    width: 100%;
  }
  .home-about__wrapper .image figure {
    padding-bottom: 56.25%;
  }
  .home-about__wrapper .content {
    margin-top: 30px;
    width: 100%;
  }
}

.home-timelines {
  background: #294015;
  color: #fff;
}
.home-timelines__wrapper {
  display: flex;
  justify-content: space-between;
}
.home-timelines__wrapper .content {
  width: 430px;
}
.home-timelines__wrapper .content .link-btn {
  width: 360px;
  max-width: 100%;
}
.home-timelines__wrapper .challenge-timelines {
  width: calc(50% - 115px);
}
.home-timelines__wrapper .challenge-timelines .timeline .item {
  padding-bottom: 45px;
}
.home-timelines__wrapper .challenge-timelines .timeline .item::before {
  background: #fff;
}
.home-timelines__wrapper .challenge-timelines .timeline .item::after {
  border: 2px solid #fff;
}
.home-timelines__wrapper .challenge-timelines .timeline .item:last-child {
  padding-bottom: 0;
}
.home-timelines__wrapper .challenge-timelines .timeline .item:last-child::before {
  display: none;
}
.home-timelines__wrapper .challenge-timelines .timeline .item.current::after {
  background: #fff;
}
.home-timelines__wrapper .challenge-timelines .timeline .item.current .item__title {
  color: #fff;
}
.home-timelines__wrapper .challenge-timelines .timeline .item.archived::after {
  background: #C6C540;
  border-color: #C6C540;
}
.home-timelines__wrapper .challenge-timelines .timeline .item.archived::before {
  background: #C6C540;
}
.home-timelines__wrapper .challenge-timelines .timeline .item__status {
  color: #fff;
}
.home-timelines__wrapper .challenge-timelines .timeline .item__title {
  margin: 0 0 5px;
  padding: 2px 0 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.home-timelines__wrapper .challenge-timelines .timeline .item__date {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.home-timelines__wrapper .challenge-timelines .timeline .item__show-text .item__title {
  margin: 0 0 5px;
}
.home-timelines__wrapper .challenge-timelines .timeline .item:only-child::before {
  display: block !important;
}
@media (max-width: 1279.98px) {
  .home-timelines__wrapper .challenge-timelines {
    width: calc(50% - 80px);
  }
}
@media (max-width: 991.98px) {
  .home-timelines__wrapper .content {
    width: 320px;
  }
  .home-timelines__wrapper .challenge-timelines {
    width: calc(50% - 60px);
  }
}
@media (max-width: 767.98px) {
  .home-timelines__wrapper {
    flex-wrap: wrap;
  }
  .home-timelines__wrapper .content {
    width: 100%;
  }
  .home-timelines__wrapper .challenge-timelines {
    width: 100%;
    margin-top: 30px;
  }
  .home-timelines__wrapper .challenge-timelines .timeline .item {
    padding-bottom: 35px;
  }
  .home-timelines__wrapper .challenge-timelines .timeline .item__title {
    padding: 3px 0 0;
  }
  .home-timelines__wrapper .challenge-timelines .timeline .item__date {
    font-size: 12px;
    line-height: 1;
  }
}

.page-header {
  padding: 90px 0;
  background-color: rgba(91, 142, 53, 0.2);
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
}
.page-header.green {
  background-color: #5b8e35;
  color: #fff;
}
.page-header.darkgreen, .page-header.blog {
  background-color: #294015;
  color: #fff;
}
@media (max-width: 991.98px) {
  .page-header {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .page-header {
    padding: 45px 0;
    text-align: center;
  }
}

.awards {
  padding: 40px 0 80px;
}
.awards__total {
  color: #446B23;
}
.awards__total h4 {
  margin: 0 0 15px;
}
.awards .phasewise-awrads {
  display: flex;
  justify-content: space-between;
}
.awards .phasewise-awrads .item {
  width: 204px;
  color: #446B23;
  text-align: center;
}
.awards .phasewise-awrads .item__header {
  text-align: left;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 20px;
  border: 1px solid #446B23;
  color: #446B23;
  background: #fff;
  padding: 12px;
}
.awards .phasewise-awrads .item__header .phase-type {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 700;
}
.awards .phasewise-awrads .item__header h3 {
  font-weight: 400;
  font-size: 30px;
}
.awards .phasewise-awrads .item__header.current {
  background: linear-gradient(290.24deg, #1906CC -10.09%, #8300BF 51.98%, #FF003D 111.61%);
  color: #fff;
}
@media (max-width: 991.98px) {
  .awards .phasewise-awrads .item__header {
    margin: 0 0 15px;
  }
  .awards .phasewise-awrads .item__header .phase-type {
    font-size: 14px;
    margin: 0 0 5px;
  }
  .awards .phasewise-awrads .item__header h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .awards__total h4 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .awards__total .heading2 {
    font-size: 36px;
  }
  .awards .phasewise-awrads {
    flex-wrap: wrap;
  }
  .awards .phasewise-awrads .item {
    width: 100%;
    margin: 0 0 30px;
  }
  .awards .phasewise-awrads .item__header {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 10px;
  }
}

.adv-to-future-pahses {
  padding: 60px 0 40px;
  position: relative;
}
.adv-to-future-pahses::before {
  content: "";
  position: absolute;
  height: 2px;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(290.24deg, #1906CC -10.09%, #8300BF 51.98%, #FF003D 111.61%);
}

.page-footer-block {
  background: linear-gradient(290.24deg, #1906CC -10.09%, #8300BF 51.98%, #FF003D 111.61%);
  text-align: center;
  padding: 70px;
  color: #fff;
}

.judging-criteria {
  padding-top: 40px;
}
.judging-criteria .criteria-list .item {
  border-top: 1px solid #294015;
  padding: 20px 0 50px;
  display: flex;
  justify-content: space-between;
}
.judging-criteria .criteria-list .item h4 {
  width: 33%;
  padding-right: 25px;
}
.judging-criteria .criteria-list .item__content {
  width: 67%;
}
@media (max-width: 767.98px) {
  .judging-criteria .criteria-list .item {
    padding: 15px 0 40px;
    flex-wrap: wrap;
  }
  .judging-criteria .criteria-list .item h4 {
    width: 100%;
  }
  .judging-criteria .criteria-list .item__content {
    width: 100%;
  }
}

.rules-content-blocks {
  padding: 50px 0 0;
}
.rules-content-blocks .two-col-grid {
  margin: 0 0 70px;
}
@media (max-width: 767.98px) {
  .rules-content-blocks {
    padding: 30px 0 0;
  }
  .rules-content-blocks .two-col-grid {
    margin: 0 0 50px;
  }
}

.rules-tpt .items {
  margin: 30px -20px 0;
}
.rules-tpt .item {
  margin: 0 0 20px;
  padding: 30px 20px 40px;
  background: #E7E7ED;
}
.rules-tpt .item h3 {
  line-height: 1.2 !important;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .rules-tpt .items {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.winners-list {
  margin: 50px -8px 0;
  display: flex;
  flex-wrap: wrap;
}
.winners-list .item {
  height: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #446B23;
  background: #fff;
  padding: 40px 60px;
}
.winners-list .item__wrapper {
  width: 50%;
  margin: 0 0 40px;
  padding: 0 8px;
}
.winners-list .item .heading2 {
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.1;
  font-size: 32px;
}
.winners-list .item .title {
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 991.98px) {
  .winners-list {
    margin: 40px -10px 0;
  }
  .winners-list .item {
    padding: 30px;
  }
  .winners-list .item__wrapper {
    margin: 0 0 30px;
  }
  .winners-list .item .heading2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .winners-list {
    margin: 30px -10px 0;
  }
  .winners-list .item {
    border-width: 1px;
    padding: 15px 15px 20px;
  }
  .winners-list .item__wrapper {
    width: 50%;
  }
  .winners-list .item .heading2 {
    font-size: 20px;
  }
}

.about-overview .content .item {
  margin-bottom: 50px;
}
.about-overview .content .item:last-child {
  margin: 0;
}

.about-timelines {
  background: #5364C5;
  color: #fff;
  border: 2px solid yellow;
}

.about-resources {
  background: #3D4294;
  color: #fff;
}
.about-resources .content .item {
  margin: 0 0 50px;
}
.about-resources .content .item:last-child {
  margin: 0;
}
.about-resources .content .item h4 {
  margin: 0;
}
.about-resources .content .item .source {
  margin: 0 0 25px;
}

.resources .item {
  margin: 0 0 50px;
}
.resources .item:last-child {
  margin-bottom: 0;
}
.resources .item h4 {
  margin: 0;
  font-weight: 900;
}
.resources .item h4 a {
  outline: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.resources .item h4 a:hover {
  color: #fff;
  background: #446B23;
}
.resources .item h4 a::selection, .resources .item h4 a:active {
  background: #446B23;
  color: #fff;
}
@media (min-width: 576px) {
  .resources .item h4 a {
    transition: all 0.2s ease-in;
  }
}
.resources .item__source {
  margin: 0 0 25px;
}

.accordion {
  margin-top: 50px;
}
.accordion .item.open .item__header::after {
  height: 0;
}
.accordion .item__header {
  position: relative;
  background: #EFF4EB;
  padding: 20px 30px;
  cursor: pointer;
}
.accordion .item__header::before, .accordion .item__header::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
}
.accordion .item__header::before {
  width: 21px;
  height: 3px;
}
.accordion .item__header::after {
  width: 3px;
  height: 21px;
  right: 39px;
  transition: all 0.2s linear;
}
.accordion .item__content {
  padding: 10px 30px 30px;
  display: none;
  background: #EFF4EB;
}
@media (max-width: 991.98px) {
  .accordion > .item {
    margin: 25px 0;
  }
  .accordion > .item .challenge-resources {
    margin-top: 25px;
  }
  .accordion .item__header {
    padding: 20px;
  }
  .accordion .item__header::before, .accordion .item__header::after {
    right: 20px;
  }
  .accordion .item__header::before {
    width: 16px;
    height: 2px;
  }
  .accordion .item__header::after {
    width: 2px;
    height: 16px;
    right: 27px;
  }
  .accordion .item__header h3 {
    margin: 0;
  }
  .accordion .item__content {
    padding: 20px;
  }
}

.evaluation-criteria .item {
  margin: 0 0 50px;
}
.evaluation-criteria .item:last-child {
  margin: 0;
}
.evaluation-criteria .item h4 {
  margin: 0 0 25px;
}

.criteria-grid {
  margin: 50px 0;
}
.criteria-grid .item {
  border-top: 1px solid #000;
  margin: 0 0 40px;
  position: relative;
  padding: 10px 0 0 210px;
}
.criteria-grid .item:last-child {
  margin: 0;
}
.criteria-grid .item__title {
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 10px;
  width: 160px;
}
@media (max-width: 767.98px) {
  .criteria-grid {
    margin: 40px 0;
  }
  .criteria-grid .item {
    margin: 0 0 35px;
    padding: 10px 0 0 140px;
  }
  .criteria-grid .item__title {
    width: 100px;
  }
}

.review-panelists {
  padding: 50px 0 0;
  max-width: 890px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.review-panelists .item {
  margin-bottom: 50px;
  width: calc(50% - 15px);
}
.review-panelists .item:last-child, .review-panelists .item:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .review-panelists {
    padding: 20px 0 0;
  }
  .review-panelists .item {
    margin-bottom: 40px;
    width: 100%;
  }
}

.faqs .item {
  margin: 0 0 50px;
}
.faqs .item:last-child {
  margin-bottom: 0;
}
.faqs .item h4 {
  margin: 0 0 25px;
  font-weight: 900;
}
.faqs .item h4 a {
  outline: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.faqs .item h4 a:hover {
  color: #fff;
  background: #446B23;
}
.faqs .item h4 a::selection, .faqs .item h4 a:active {
  background: #446B23;
  color: #fff;
}
@media (min-width: 576px) {
  .faqs .item h4 a {
    transition: all 0.2s ease-in;
  }
}

.challenge-judges .item {
  float: left;
  width: 50%;
  padding-right: 50px;
  margin: 0 0 50px;
}
.challenge-judges .item:nth-child(2n+1) {
  clear: left;
}
.challenge-judges .item__header {
  min-height: 125px;
  position: relative;
  padding: 0 0 0 165px;
}
.challenge-judges .item__image {
  position: absolute;
  left: 0;
  top: 0;
}
.challenge-judges .item__image img {
  position: relative;
  width: 125px;
  height: auto;
}
.challenge-judges .item__name {
  font-weight: 700;
  margin: 0 0 15px;
}
.challenge-judges .item__about {
  margin: 20px 0 0;
}
.challenge-judges .item__title {
  color: #294015;
}
@media (max-width: 991.98px) {
  .challenge-judges .item {
    padding-right: 40px;
    margin: 0 0 50px;
  }
  .challenge-judges .item__header {
    min-height: 110px;
    padding: 0 0 0 130px;
    font-size: 16px;
    line-height: 1.3;
  }
  .challenge-judges .item__image img {
    max-width: 110px;
  }
  .challenge-judges .item__about {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .challenge-judges .item:nth-last-child(1), .challenge-judges .item:nth-last-child(2) {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .challenge-judges .item {
    float: none;
    width: 100%;
    padding-right: 0;
    margin: 0 0 50px;
  }
}

.challenge-finalists {
  margin: 35px 0 0;
}
.challenge-finalists .item {
  float: left;
  width: 50%;
  padding-right: 50px;
  margin: 0 0 50px;
}
.challenge-finalists .item:nth-child(2n+1) {
  clear: left;
}
.challenge-finalists .item__header {
  min-height: 120px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}
.challenge-finalists .item__image img {
  position: relative;
  max-width: 205px;
  height: auto;
}
.challenge-finalists .item__title {
  color: #446B23;
  font-weight: 700;
}
.challenge-finalists .item__name {
  font-weight: 700;
  margin: 0 0 15px;
}
.challenge-finalists .item__about {
  margin: 25px 0 0;
}
@media (max-width: 1279.98px) {
  .challenge-finalists .item {
    padding-right: 40px;
  }
  .challenge-finalists .item__header {
    min-height: 90px;
    gap: 20px;
  }
  .challenge-finalists .item__image img {
    max-width: 160px;
  }
  .challenge-finalists .item__title {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .challenge-finalists .item {
    padding-right: 40px;
    margin: 0 0 50px;
  }
  .challenge-finalists .item__header {
    flex-wrap: wrap;
  }
  .challenge-finalists .item__image {
    width: 100%;
  }
  .challenge-finalists .item__image img {
    width: 100%;
    max-width: 100%;
  }
  .challenge-finalists .item__title {
    font-size: 18px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .challenge-finalists .item:nth-last-child(1), .challenge-finalists .item:nth-last-child(2) {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .challenge-finalists {
    margin: 25px 0 0;
  }
  .challenge-finalists .item {
    float: none;
    width: 100%;
    padding-right: 0;
    margin: 0 0 50px;
  }
}

.awards-content-before {
  margin: 0 0 40px;
}

.awards-content h3 {
  margin: 0 0 30px;
}
@media (max-width: 767.98px) {
  .awards-content .col-sm-12 {
    margin-bottom: 25px;
  }
}

.challenge-awards {
  margin: 0 0 50px;
}
.challenge-awards__total h4 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 35px;
}
.challenge-awards__total h3 {
  font-weight: 900;
  font-family: "Lato", "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  line-height: 1.14;
}
@media (max-width: 991.98px) {
  .challenge-awards__total h3 {
    font-size: 36px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .challenge-awards__total h3 {
    font-size: 28px;
    line-height: 1.14;
  }
}
.challenge-awards__breakup {
  display: flex;
  justify-content: space-between;
}
.challenge-awards__breakup .item {
  width: 240px;
  max-width: calc(50% - 20px);
  text-align: center;
}
.challenge-awards__breakup .item .amount {
  width: 100%;
  align-content: center;
  color: #fff;
  font-weight: 900;
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 24px;
  padding: 50px 20px;
}
.challenge-awards__breakup .item__winner .amount {
  background: #8D088B;
}
.challenge-awards__breakup .item__runner-up .amount {
  background: #8E5CC1;
}
@media (max-width: 991.98px) {
  .challenge-awards__total h4 {
    margin: 0 0 20px;
  }
  .challenge-awards__total h3 {
    font-size: 48px;
    line-height: 1.1;
  }
  .challenge-awards__breakup {
    padding: 30px 0 0;
  }
  .challenge-awards__breakup .item {
    width: 100%;
    max-width: calc(50% - 15px);
  }
  .challenge-awards__breakup .item .amount {
    margin: 0 0 10px;
    padding: 30px 20px;
  }
}
@media (max-width: 767.98px) {
  .challenge-awards__total h3 {
    font-size: 40px;
    line-height: 1.1;
  }
  .challenge-awards__breakup {
    flex-wrap: wrap;
  }
  .challenge-awards__breakup .item {
    width: 100%;
    max-width: calc(50% - 8px);
  }
  .challenge-awards__breakup .item .amount {
    margin: 0 0 10px;
    padding: 40px 10px;
    font-size: 16px;
    line-height: 20px;
  }
}

.page-blog {
  background: url(../img/shape-news.svg) no-repeat right top;
}

.post-meta {
  font-size: 16px;
  line-height: 1.2;
}
.post-meta a {
  outline: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.post-meta a:hover {
  color: #fff;
  background: #446B23;
}
.post-meta a::selection, .post-meta a:active {
  background: #446B23;
  color: #fff;
}
@media (min-width: 576px) {
  .post-meta a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 991.98px) {
  .post-meta {
    font-size: 14px;
  }
}

.blog-latest .heading4 {
  margin: 0 0 25px;
}
.blog-latest .post-title {
  margin: 0;
  min-height: 105px;
}
.blog-latest .post-title a {
  outline: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-decoration: none;
}
.blog-latest .post-title a:hover {
  color: #fff;
  background: #446B23;
}
.blog-latest .post-title a::selection, .blog-latest .post-title a:active {
  background: #446B23;
  color: #fff;
}
@media (min-width: 576px) {
  .blog-latest .post-title a {
    transition: all 0.2s ease-in;
  }
}
.blog-latest .post-meta {
  margin: 45px 0;
}
.blog-latest .post-meta .posted-on {
  text-transform: none;
}
.blog-latest .post-actions .post-social-share {
  margin: 30px 0 0;
}
.blog-latest .post-actions .post-social-share ul li.twitter a, .blog-latest .post-actions .post-social-share ul li.facebook a {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.blog-latest .post-actions .post-social-share ul li.facebook {
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .blog-latest .post-title {
    font-size: 36px;
    line-height: 1.14;
  }
  .blog-latest .post-meta {
    margin: 30px 0;
  }
  .blog-latest .post-actions .post-social-share {
    margin: 30px 0 0;
  }
}
@media (max-width: 767.98px) {
  .blog-latest .latest-post {
    padding: 0 0 40px;
  }
  .blog-latest .post-title {
    font-size: 30px;
    line-height: 1.14;
    min-height: 0;
  }
  .blog-latest .post-actions .post-social-share {
    margin-bottom: 50px !important;
  }
}

.blog-archive {
  position: relative;
  background: rgba(91, 142, 53, 0.1);
}
.blog-archive .heading4 {
  margin: 0;
}
.blog-archive .blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 72px;
  margin-top: 25px;
}
.blog-archive .blog-list .item {
  width: calc(33.3333333333% - 48px);
}
.blog-archive .blog-list .item__post {
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
  background: #5B8E35;
  display: block;
  position: relative;
  padding-bottom: 80%;
}
.blog-archive .blog-list .item__post:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 5px 16px 2px;
}
.blog-archive .blog-list .item__post .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.blog-archive .blog-list .item__post h3, .blog-archive .blog-list .item__post .post-meta {
  position: absolute;
  left: 30px;
  right: 40px;
  z-index: 1;
}
.blog-archive .blog-list .item__post h3 {
  top: 30px;
  max-height: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-archive .blog-list .item__post .post-meta {
  bottom: 20px;
  font-weight: 400;
}
.blog-archive .blog-list .item__post .post-meta .posted-on {
  text-transform: uppercase;
}
.blog-archive #loadMore {
  margin-top: 40px !important;
  display: inline-block;
}
@media (max-width: 1279.98px) {
  .blog-archive .blog-list {
    gap: 30px 48px;
  }
  .blog-archive .blog-list .item {
    width: calc(33.3333333333% - 32px);
  }
  .blog-archive .blog-list .item__post {
    padding-bottom: 90%;
  }
  .blog-archive .blog-list .item__post h3, .blog-archive .blog-list .item__post .post-meta {
    left: 20px;
    right: 30px;
  }
  .blog-archive .blog-list .item__post h3 {
    top: 20px;
    max-height: 120px;
  }
}
@media (max-width: 991.98px) {
  .blog-archive .blog-list {
    gap: 24px 36px;
  }
  .blog-archive .blog-list .item {
    width: calc(50% - 18px);
  }
  .blog-archive .blog-list .item__post {
    padding-bottom: 60%;
  }
}
@media (max-width: 767.98px) {
  .blog-archive .blog-list .item {
    width: 100%;
  }
  .blog-archive .blog-list .item__post {
    padding: 20px;
  }
  .blog-archive .blog-list .item__post h3, .blog-archive .blog-list .item__post .post-meta {
    position: static;
  }
}

.single--post .post-meta {
  margin: 0 0 60px;
}
.single--post .post-meta a {
  outline: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.single--post .post-meta a:hover {
  color: #fff;
  background: #446B23;
}
.single--post .post-meta a::selection, .single--post .post-meta a:active {
  background: #446B23;
  color: #fff;
}
@media (min-width: 576px) {
  .single--post .post-meta a {
    transition: all 0.2s ease-in;
  }
}
.single--post .post-social-share {
  margin-top: 40px;
}
.single--post .post-social-share h4 {
  display: inline-block;
  margin-right: 0;
}
.single--post .post-social-share ul {
  display: inline-block;
}
.single--post .post-social-share ul li.twitter a, .single--post .post-social-share ul li.facebook a {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
@media (max-width: 991.98px) {
  .single--post .post-meta {
    font-size: 18px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .single--post .post-meta {
    margin: 50px 0 35px;
    font-size: 16px;
    line-height: 1.14;
  }
  .single--post .post-social-share h4 {
    display: inline-block;
    margin-right: 10px;
  }
  .single--post .post-social-share ul {
    display: inline-block;
  }
  .single--post .post-social-share ul li.twitter a, .single--post .post-social-share ul li.facebook a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .single--post .post-social-share {
    margin: 50px 0 !important;
  }
}

.post-social-share {
  margin: 20px 0 0;
  display: flex;
}
.post-social-share h4 {
  font-size: 16px;
  line-height: 1.5;
  padding: 3px 0;
  font-weight: 400;
}
.post-social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 16px;
}
.post-social-share ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.post-social-share ul li.twitter a, .post-social-share ul li.facebook a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-indent: -999em;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: none !important;
}
.post-social-share ul li.facebook {
  margin-right: 10px;
}
.post-social-share ul li.facebook a {
  background-image: url(../img/icon-facebook_blue.png);
}
.post-social-share ul li.facebook a:focus, .post-social-share ul li.facebook a:hover {
  background-image: url(../img/icon-facebook_purple.png);
}
.post-social-share ul li.twitter a {
  background-image: url(../img/icon-twitter_blue.png);
}
.post-social-share ul li.twitter a:focus, .post-social-share ul li.twitter a:hover {
  background-image: url(../img/icon-twitter_purple.png);
}
@media (max-width: 767.98px) {
  .post-social-share {
    padding-bottom: 20px;
  }
}

.blog-sidebar ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.blog-sidebar aside h2 {
  text-transform: uppercase;
  margin: 0 0 30px;
  font-size: 16px;
}
.blog-sidebar aside ul li {
  margin: 0 0 15px;
}
.blog-sidebar aside ul li:last-child {
  margin: 0;
}
.blog-sidebar aside ul li a {
  outline: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.blog-sidebar aside ul li a:hover {
  color: #fff;
  background: #446B23;
}
.blog-sidebar aside ul li a::selection, .blog-sidebar aside ul li a:active {
  background: #446B23;
  color: #fff;
}
@media (min-width: 576px) {
  .blog-sidebar aside ul li a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 991.98px) {
  .blog-sidebar aside {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .blog-sidebar {
    padding: 15px 0 0;
  }
}

.paging-navigation {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
}

.news-subscribe {
  background: rgba(91, 142, 53, 0.1);
  padding: 50px 60px;
}
.news-subscribe h3 {
  font-weight: 900;
  font-family: "Lato", "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.14;
  max-width: 260px;
  margin: 0 0 25px;
}
.news-subscribe a {
  outline: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.news-subscribe a:hover {
  color: #fff;
  background: #446B23;
}
.news-subscribe a::selection, .news-subscribe a:active {
  background: #446B23;
  color: #fff;
}
@media (min-width: 576px) {
  .news-subscribe a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 991.98px) {
  .news-subscribe {
    padding: 30px 40px;
  }
  .news-subscribe h3 {
    font-size: 24px;
    line-height: 1.2;
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .news-subscribe {
    padding: 20px 25px;
  }
  .news-subscribe h3 {
    font-size: 21px;
    line-height: 1.2;
    max-width: 100%;
  }
}

.post-cta {
  background: #f1f0f9;
  padding: 30px;
  margin: 30px 0;
  font-size: 1.25em;
  font-style: italic;
}
.post-cta a {
  outline: none;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.post-cta a:hover {
  color: #fff;
  background: #446B23;
}
.post-cta a::selection, .post-cta a:active {
  background: #446B23;
  color: #fff;
}
@media (min-width: 576px) {
  .post-cta a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 991.98px) {
  .post-cta {
    padding: 20px;
    font-size: 1em;
  }
}
@media (max-width: 767.98px) {
  .post-cta {
    padding: 10px;
  }
}

.post .post-meta {
  margin: 0 0 40px;
}

.has-sticky-notification #page {
  padding-bottom: 60px;
}

.notification-bar {
  background: #C6C540;
  color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 24px;
  z-index: 9999;
}
.notification-bar a {
  outline: none;
  color: inherit;
  text-decoration: underline;
}
.notification-bar a:hover {
  background-color: #fff;
  color: #294015;
}
.notification-bar a::selection, .notification-bar a:active {
  background-color: #fff;
  color: #294015;
}
@media (min-width: 576px) {
  .notification-bar a {
    transition: all 0.2s ease-in;
  }
}
.notification-bar .notification-wrapper {
  position: absolute;
  margin: 0 -50%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.notification-bar .notification-wrapper .notification-text {
  float: left;
  width: 62%;
  font-weight: 700;
}
.notification-bar .notification-wrapper .notification-link {
  float: right;
  text-align: right;
  width: 33%;
}
@media (max-width: 767.98px) {
  .notification-bar {
    height: 75px;
  }
  .notification-bar .notification-wrapper {
    font-size: 14px;
    line-height: 1.2;
  }
  .notification-bar .notification-wrapper .notification-link, .notification-bar .notification-wrapper .notification-text {
    float: none;
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=app.css.map */
