@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: var(--ff-primary);
}

body {
  line-height: 1;
  font-family: var(--ff-primary);
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

button:focus {
  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;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}


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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
/*
@media (min-width: 768px) { .container, .container-sm, .container-md { max-width: 720px; } }
@media (min-width: 992px) { .container, .container-sm, .container-md, .container-lg { max-width: 960px; } }
*/

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1300px; }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

  .offset-md-1 {
    margin-left: 8.333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
html {
  padding: 0;
  margin: 0;
  color: #ababab;
  height: 100%;
  font-size: 16px;
  line-height: 1.3em;
}
html body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  background: transparent;
  position: relative;
  font-family: var(--ff-primary);
  font-weight: var(--fw-primary);
}
html body.floating-left-menu {
  -webkit-transition: left ease 0.3s;
  -moz-transition: left ease 0.3s;
  -ms-transition: left ease 0.3s;
  -o-transition: left ease 0.3s;
  transition: left ease 0.3s;
  left: 244px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--ff-header);
  font-weight: 700;
}

label {
  text-transform: uppercase;
}

a {
  color: #000;
  position: relative;
}
a:hover {
  color: #23a455;
}

p,
ul li {
  font-size: 1rem;
  line-height: 1.8rem;
}

.section-block-text {
  padding: 0 20px;
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .section-block-text {
    margin-top: 0;
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .section-block-text {
    padding: 0;
    padding-top: 55px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-block-text {
    margin-left: 20px;
  }
}
.section-block-text .section-block-text_title {
  font-family: var(--ff-secondary);
  font-weight: 700;
  font-size: 72px;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 1px;
  color: #455b64;
}
@media screen and (max-width: 1024px) {
  .section-block-text .section-block-text_title {
    font-size: 55px;
  }
}
.section-block-text .section-block-text_line {
  width: 31%;
  height: 3px;
  background-color: #61ce70;
  margin: 40px 0px;
}
@media screen and (max-width: 425px) {
  .section-block-text .section-block-text_line {
    margin: 12px 0px 15px 0px;
  }
}
.section-block-text .section-block-text_desc {
  font-family: var(--ff-primary);
  font-weight: 300;
  letter-spacing: 0px;
  border-style: none;
  font-size: 16px;
  line-height: 1.8;
  color: #455b64;
  margin-bottom: 20px;
}

.section-block-text-home .section-block-text_title {
  font-family: var(--ff-secondary);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 1px;
}
.section-block-text-home .section-block-text_line {
  width: 41px;
  height: 3px;
  background-color: #61ce70;
  margin: 20px 0px;
}
.section-block-text-home .section-block-text_desc {
  font-family: var(--ff-primary);
  font-weight: 300;
  letter-spacing: 0px;
  border-style: none;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-block-text-home {
    margin-top: 10px;
  }
  .section-block-text-home .section-block-text_title {
    text-align: center !important;
  }
  .section-block-text-home .section-block-text_line {
    margin: 20px auto;
  }
}
@media screen and (max-width: 425px) {
  .section-block-text-home .section-block-text_line {
    margin: 20px auto 15px auto;
  }
  .section-block-text-home .section-block-text_desc {
    margin-bottom: 0px;
  }
}

.header {
  position: relative;
  z-index: 99;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
}
.header .row {
  margin: 0;
}
.header-inner {
  background-color: #ffffff;
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  -ms-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.header-inner .fa-bars {
  font-size: 30px;
  margin-left: 25px;
  position: relative;
  display: none;
}
.header-inner-menu-mobie-content {
  display: none;
}
.header-inner-logo {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
}
.header-inner-logo > a > img {
  width: 260px;
  height: 64px;
}
.header-inner-menu {
  display: flex;
  justify-content: center;
  align-self: end;
}
.header-inner-menu-container {
  max-width: 100%;
}
.header-inner-menu-container > .menu-main-menu-container {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #54595f;
}
.header-inner-menu-content {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.header-inner-menu-content li {
  margin-right: 6px;
  border-width: 0;
  position: relative;
}
.header-inner-menu-content li:hover::after {
  display: block;
}
.header-inner-menu-content li::after {
  background-color: #23a455;
  content: "";
  bottom: 0;
  height: 3px;
  z-index: 2;
  width: 100%;
  left: 0;
  display: none;
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-inner-menu-content li a {
  padding: 36px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header-inner-menu-content li:hover ul {
  display: block;
}
.header-inner-menu-content li ul {
  background-color: #ffffff;
  font-size: 15px;
  width: auto;
  display: none;
  top: auto;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  width: 320px;
  position: absolute;
  border-width: 0;
  border-style: solid;
  padding: 0;
  z-index: 1;
}
.header-inner-menu-content li ul li {
  border-width: 0;
  position: relative;
  font-weight: 500;
}
.header-inner-menu-content li ul li::after {
  content: "";
  height: 0px;
}
.header-inner-menu-content li ul li a {
  color: #000;
  padding: 13px 20px;
  transition: 0.4s;
}
.header-inner-menu-content li ul li a:hover {
  color: #00ce1b;
  text-shadow: none;
}
.header-inner-menu-content li ul li a::before {
  content: "";
  height: 0px;
}
.header-inner-menu-content li ul li:hover ul {
  display: block !important;
}
.header-inner-menu-content li ul li ul {
  width: auto;
  display: none !important;
  top: 0;
  left: calc(100% + 3px);
  width: 320px;
  z-index: 2;
}
.header-inner-menu-content .menu-item-has-children::before {
  font-family: var(--ff-icon);
  font-weight: 900;
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  top: 30px;
  width: 10px;
  height: 6px;
  right: 5px;
}
.header-inner-menu-content .sub-menu .menu-item-has-children:before {
  top: 18px;
  right: 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header-inner-menu-content .sub-menu > li .sub-menu {
  border-left: 3px solid #455b64;
}
.header-inner-widget {
  position: absolute;
  top: 26px;
  right: 0;
}
@media screen and (min-width: 600px) {
  .header-inner-widget {
    right: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .header-inner-widget {
    top: 34%;
    right: 109px;
  }
}
.header-inner-widget-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.header-inner-button-wrapper {
  letter-spacing: 1.4px;
  border-radius: 100px 100px 100px 100px;
  transition: 0.4s;
  background-color: transparent;
}
@media screen and (min-width: 1600px) {
  .header-inner-button-wrapper {
    background-color: #01bf5a;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
  }
  .header-inner-button-wrapper:hover {
    background-color: #009900;
  }
}
.header-inner-button-wrapper .header-inner-button-link {
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 38px;
  padding: 0;
  display: block;
  min-width: 160px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .header-inner-button-wrapper .header-inner-button-link {
    padding-left: 40px;
    padding-right: 14px;
  }
}
.header-inner-button-wrapper .header-inner-button-link .icon {
  display: block;
}
.header-inner-button-wrapper .header-inner-button-link .icon svg {
  width: 30px;
  height: auto;
  stroke: #455b64;
  -webkit-transition: stroke ease 0.3s;
  -moz-transition: stroke ease 0.3s;
  -ms-transition: stroke ease 0.3s;
  -o-transition: stroke ease 0.3s;
  transition: stroke ease 0.3s;
}
.header-inner-button-wrapper .header-inner-button-link .icon svg:hover {
  stroke: #01bf5a;
}
@media screen and (min-width: 1600px) {
  .header-inner-button-wrapper .header-inner-button-link .icon {
    position: absolute;
    left: 17px;
    top: -2px;
  }
  .header-inner-button-wrapper .header-inner-button-link .icon svg {
    width: 17px;
    height: auto;
    stroke: transparent;
  }
  .header-inner-button-wrapper .header-inner-button-link .icon svg:hover {
    stroke: transparent;
  }
}
@media screen and (max-width: 1600px) {
  .header-inner .header-inner-button-link {
    min-width: 61px;
  }
  .header-inner .header-inner-button-link .header-inner-button-content {
    display: none;
  }
  .header-inner .header-inner-menu-content li a {
    padding: 36px 20px;
    font-size: 14px;
  }
  .header-inner .header-inner-menu-content li a:before {
    left: 85%;
  }
  .header-inner .header-inner-menu-content li ul li a {
    padding: 13px 20px;
  }
}
@media screen and (max-width: 1300px) {
  .header-inner .menu-main-menu-container {
    font-size: 12px;
  }
  .header-inner-logo > a > img {
    width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .header-inner .menu-main-menu-container {
    font-size: 15px;
    width: 100%;
  }
  .header-inner .header-inner-desktop {
    flex-direction: row-reverse;
  }
  .header-inner .header-inner-desktop .header-inner-menu {
    position: absolute;
    left: 0;
    top: 91px;
    width: 100%;
    padding: 0;
    pointer-events: none;
  }
  .header-inner .header-inner-desktop .header-inner-menu .header-inner-menu-container {
    width: 100%;
  }
  .header-inner .header-inner-desktop .header-inner-menu .fa-bars {
    display: block;
  }
  .header-inner .header-inner-desktop .header-inner-menu-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: calc($percent/100);
    visibility: hidden;
    background: #ffffff;
    width: 100%;
    flex-direction: column;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-transition: opacity ease 0.3s, visibility ease 0.3s, top ease 0.3s;
    -moz-transition: opacity ease 0.3s, visibility ease 0.3s, top ease 0.3s;
    -ms-transition: opacity ease 0.3s, visibility ease 0.3s, top ease 0.3s;
    -o-transition: opacity ease 0.3s, visibility ease 0.3s, top ease 0.3s;
    transition: opacity ease 0.3s, visibility ease 0.3s, top ease 0.3s;
  }
  .header-inner .header-inner-desktop .header-inner-menu-content li {
    margin-right: 0;
  }
  .header-inner .header-inner-desktop .header-inner-menu-content li::after {
    display: none;
  }
  .header-inner .header-inner-desktop .header-inner-menu-content li::before {
    content: "";
  }
  .header-inner .header-inner-desktop .header-inner-menu-content li a {
    padding: 15px 20px;
    text-align: left;
    display: block;
    border-bottom: 3px solid transparent;
  }
  .header-inner .header-inner-desktop .header-inner-menu-content li ul {
    display: none;
  }
  .header-inner .header-inner-desktop .header-inner-menu-content li:hover > a {
    border-color: #01bf5a;
  }
}

.sfsiplus_footerLnk {
  display: none;
}

.footer {
  border-style: solid;
  border-width: 5px 0px 0px 0px;
  border-color: #cecece;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 50px 0px;
  background-color: #ededed;
}
@media screen and (max-width: 425px) {
  .footer {
    padding-top: 30px;
  }
}
.footer a {
  text-decoration: none;
  font-size: 1rem;
}
.footer-inner {
  position: relative;
}
.footer-inner-wrapper {
  max-width: 700px;
  text-align: center;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
.footer-inner-heading {
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
.footer-inner-heading h2 {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  font-family: var(--ff-primary);
}
@media screen and (max-width: 425px) {
  .footer-inner-heading h2 {
    font-size: 32px;
  }
}
.footer-inner-text {
  margin-bottom: 20px;
}
.footer-inner-text p {
  margin: 0 0 24px;
  color: rgba(0, 0, 0, 0.37);
  font-size: 19px;
  font-weight: 400;
  font-family: var(--ff-primary);
}
@media screen and (max-width: 425px) {
  .footer-inner-text p {
    font-size: 16px;
  }
}
.footer-inner-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  margin: 25px 0px;
}
.footer-inner-form-group {
  width: 66.666%;
}
.footer-inner-form-input {
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  min-height: 59px;
  padding: 7px 20px;
  font-family: var(--ff-primary);
}
.footer-inner-form-button {
  width: 33.333%;
}
.footer-inner-form-button button {
  background-color: #01bf5a;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0px 0px 0px 0px;
  border: 0;
  min-height: 59px;
  width: 100%;
  padding: 10px 20px;
  font-family: var(--ff-primary);
  -webkit-transition: background-color ease 0.3s;
  -moz-transition: background-color ease 0.3s;
  -ms-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
.footer-inner-form-button button:hover {
  background-color: #009900 !important;
}
.footer-inner .footer-inner-main .footer-inner-container .footer-inner-content {
  padding: 90px 0px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 425px) {
  .footer-inner .footer-inner-main .footer-inner-container .footer-inner-content {
    padding: 0px 0px;
    flex-direction: column;
  }
}
.footer-inner .footer-inner-main .footer-inner-container .footer-inner-content .footer-inner-item-sub_page .sub-menu li a:hover {
  color: #23a455;
}
.footer-inner .footer-inner-main .footer-inner-container .footer-inner-content .footer-inner-item {
  width: 25%;
  text-align: center;
  padding: 0px 15px;
}
@media screen and (max-width: 768px) {
  .footer-inner .footer-inner-main .footer-inner-container .footer-inner-content .footer-inner-item {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 425px) {
  .footer-inner .footer-inner-main .footer-inner-container .footer-inner-content .footer-inner-item {
    text-align: left;
    width: 100%;
  }
}
.footer-inner .footer-inner-main .footer-inner-container .footer-inner-content .footer-inner-item a {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
  font-family: var(--ff-primary);
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .footer-inner .footer-inner-main .footer-inner-container .footer-inner-content .footer-inner-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .footer-inner .footer-inner-main .footer-inner-container .footer-inner-content .footer-inner-item a {
    text-align: left;
  }
}
.footer-inner .footer-inner-main .footer-inner-container .footer-inner-content .footer-inner-item .sub-menu li a {
  font-weight: 300;
  font-family: var(--ff-primary);
  color: rgba(0, 0, 0, 0.79);
  margin-bottom: 5px;
  text-transform: capitalize;
  line-height: 1.8rem;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer-inner .footer-inner-main .footer-inner-container .footer-inner-content .footer-inner-item .sub-menu li a {
    font-size: 14px;
  }
}
.footer-inner-social {
  padding-bottom: 0px;
}
.footer-inner-social-content {
  max-width: 500px;
  margin: 0px auto;
}
.footer-inner-social-content .footer-inner-social-list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.footer-inner-social-content .footer-inner-social-list a {
  color: #828282;
  font-size: 18px;
  margin: 0px 15px;
}
.footer-inner-social-content .footer-inner-social-text {
  color: #7a7a7a;
  font-size: 12px;
  line-height: 1.5;
  font-family: var(--ff-primary);
  text-align: center;
}

.section-banner {
  border-bottom: solid 8px #61ce70;
}
.section-banner:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
}
.section-banner .section-banner-column {
  min-height: 712px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-banner .section-banner-button {
  margin: 25px 0px 20px 0px;
}
.section-banner .section-banner-button a {
  transition: 0.4;
}
.section-banner .section-banner-button a:hover {
  background-color: #009900 !important;
}
.section-banner .section-banner-text {
  margin-bottom: 20px;
}
.section-banner h1 {
  font-family: var(--ff-secondary);
  font-size: 90px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.29);
}
.section-banner h2 {
  font-family: var(--ff-primary);
  font-size: 23px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0px;
}
.section-banner p {
  font-size: 24px;
  font-family: var(--ff-primary);
  font-weight: 400;
  line-height: 1.5em;
}
@media screen and (max-width: 600px) {
  .section-banner .section-banner-column {
    min-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-banner .section-banner-button {
    margin: 25px 0px 20px 0px;
  }
  .section-banner .section-banner-text {
    margin-bottom: 20px;
  }
  .section-banner h1 {
    font-family: var(--ff-secondary);
    font-size: 48px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.29);
  }
  .section-banner h2 {
    font-family: var(--ff-primary);
    font-size: 14px !important;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #707070;
  }
  .section-banner .kt-button {
    padding: 10px 20px !important;
    font-size: 16px !important;
  }
  .section-banner p {
    font-size: 16px !important;
  }
}

.section-servie {
  padding-bottom: 0;
}
@media screen and (min-width: 960px) {
  .section-servie {
    margin-top: -60px;
    padding-bottom: 40px !important;
  }
}
.section-servie .section-servie-content {
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .section-servie .section-servie-content {
    padding: 20px !important;
  }
  .section-servie .section-servie-content .uagb-column__wrap {
    padding: 0 !important;
  }
  .section-servie .section-servie-content h3 {
    font-size: 16px !important;
  }
  .section-servie .section-servie-content p {
    font-size: 12px !important;
  }
}
.section-servie .block-service .wp-block-media-text {
  position: relative;
  display: flex;
}
.section-servie .block-service .wp-block-media-text figure {
  width: 15.5%;
  margin-right: 25px;
}
.section-servie .block-service .wp-block-media-text figure img {
  max-width: 100%;
  transition-duration: 0.3s;
}
.section-servie .block-service .wp-block-media-text .wp-block-media-text__content {
  padding: 0px;
}
.section-servie .block-service .wp-block-media-text h3 {
  color: #455b64;
  font-family: var(--ff-primary);
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 22px;
}
.section-servie .block-service .wp-block-media-text p {
  color: #455b64;
  font-family: var(--ff-primary);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 1.5;
}
.section-servie .block-service .link-cover a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  /* display: none; */
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .section-servie .wp-block-media-text {
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  .section-servie .wp-block-media-text figure {
    width: 50% !important;
    margin: 0 !important;
  }
  .section-servie .wp-block-media-text .wp-block-media-text__content {
    padding: 0px;
  }
  .section-servie .wp-block-media-text h3 {
    text-align: center !important;
  }
  .section-servie .wp-block-media-text p {
    text-align: center !important;
  }
}

.section-mission.uagb-columns__wrap {
  padding: 45px 0 !important;
}
@media screen and (min-width: 640px) {
  .section-mission.uagb-columns__wrap {
    padding: 45px 20px !important;
  }
}
@media screen and (min-width: 1330px) {
  .section-mission.uagb-columns__wrap {
    padding: 90px 0 !important;
  }
}
.section-mission .uagb-column__inner-wrap {
  padding: 0px !important;
}
.section-mission p {
  color: #000;
  font-weight: 300;
  font-family: var(--ff-primary);
  margin-bottom: 20px;
}
.section-mission .section-mission-block {
  margin: 0;
}
@media screen and (min-width: 767px) {
  .section-mission .section-mission-block {
    margin: 0px 30px;
  }
  .section-mission .section-mission-block:last-child {
    margin-right: 0;
  }
}
.section-mission .section-mission-block-text {
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (min-width: 767px) {
  .section-mission .section-mission-block-text {
    padding: 0;
  }
}
.section-mission .section-mission-block-text .section-block-text_line {
  padding: 0;
}
.section-mission .wp-block-image img:hover {
  transform: scale(1.1);
}
.section-mission .wp-block-image img {
  vertical-align: middle;
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
}
.section-mission .section-mission-text {
  padding: 0 20px !important;
}
@media screen and (min-width: 767px) {
  .section-mission .section-mission-text {
    padding: 0 !important;
  }
}
.section-mission .section-mission-image {
  padding: 0 !important;
}
@media screen and (max-width: 977px) {
  .section-mission .section-block-text_title {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 767px) {
  .section-mission .section-block-text_title {
    font-size: 24px !important;
  }
  .section-mission p {
    text-align: center;
  }
  .section-mission .section-mission-text p {
    text-align: left;
  }
  .section-mission .section-mission-block:nth-child(3) .uagb-column__inner-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

.section-projects {
  border-bottom: 8px solid #61ce70;
  border-radius: 0;
}
.section-projects .uagb-column__inner-wrap {
  padding: 0px !important;
}
.section-projects h2 {
  font-family: var(--ff-secondary);
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
@media screen and (max-width: 425px) {
  .section-projects h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.section-projects .section-projects-row {
  padding: 0;
}
.section-projects .section-projects-element {
  text-align: left;
  max-height: 500px;
  margin: 2px 0px;
}
@media screen and (min-width: 976px) {
  .section-projects .section-projects-element {
    margin: 0px 15px;
    margin-bottom: 30px;
  }
}
.section-projects .section-projects-element:hover .wp-block-cover {
  padding: 0px;
}
.section-projects .section-projects-element:hover .wp-block-cover .wp-block-cover__inner-container {
  transition: all 0.6s ease-in-out;
  opacity: 1;
  background-color: rgba(83, 90, 119, 0.84);
  padding: 35px;
}
.section-projects .section-projects-element .uagb-column__inner-wrap {
  padding: 0;
}
.section-projects .section-projects-element .wp-block-cover {
  padding: 35px;
  align-items: normal;
  min-height: 500px;
  position: relative;
}
.section-projects .section-projects-element .wp-block-cover .wp-block-cover__inner-container {
  opacity: 0;
}
.section-projects .section-projects-element .wp-block-cover h3 {
  margin-bottom: 10px;
  color: #ffba00;
  font-family: var(--ff-secondary);
  font-size: 67px;
  text-transform: uppercase;
}
.section-projects .section-projects-element .wp-block-cover .section-projects-block-text {
  padding: 0;
}
.section-projects .section-projects-element .wp-block-cover .section-projects-block-text .uagb-column__inner-wrap {
  padding: 0;
  margin: 0 0 20px;
  font-family: var(--ff-primary);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6em;
}
.section-projects .section-projects-element .wp-block-cover .section-projects-block-text .uagb-column__inner-wrap h4 {
  font-size: 20px;
  margin: 25px 0;
}
.section-projects .section-projects-element .wp-block-cover .section-projects-block-button {
  text-align: left;
}
.section-projects .section-projects-element .wp-block-cover .section-projects-block-button .kt-btn-wrap {
  margin-left: 0;
  font-family: var(--ff-secondary);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  background-color: rgba(255, 255, 255, 0.25);
  border-width: 0px;
  border-radius: 0px;
}
.section-projects .section-projects-element .link-cover a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 976px) {
  .section-projects .section-projects-element .wp-block-cover {
    padding: 0px;
  }
  .section-projects .section-projects-element .wp-block-cover .wp-block-cover__inner-container {
    transition: all 0.6s ease-in-out;
    opacity: 1 !important;
    background-color: rgba(83, 90, 119, 0.84);
    padding: 35px;
  }
}
.section-projects .gallery-logo {
  margin: 0 30px !important;
}
@media screen and (min-width: 960px) {
  .section-projects .gallery-logo {
    margin: 60px 15px !important;
  }
}
.section-projects .gallery-logo .kb-gallery-carousel-item {
  padding: 5px 90px !important;
}
.section-projects .gallery-logo .slick-prev {
  border: none !important;
}
.section-projects .gallery-logo .slick-prev:before {
  color: #8d9094 !important;
}
.section-projects .gallery-logo .slick-next {
  border: none !important;
}
.section-projects .gallery-logo .slick-next:before {
  color: #8d9094 !important;
}
@media screen and (max-width: 767px) {
  .section-projects .gallery-logo .slick-prev {
    left: 40px !important;
  }
  .section-projects .gallery-logo .kb-gallery-carousel-item {
    padding: 5px 65px !important;
  }
  .section-projects .gallery-logo .slick-next {
    right: 40px !important;
  }
}
.section-projects .section-projects-button a {
  padding: 15px 40px !important;
  line-height: 1;
  color: #ffffff;
  font-family: var(--ff-primary);
  font-weight: 400;
  font-size: 18px;
}
.section-projects .section-projects-button a:hover {
  background-color: #009900 !important;
}
.section-projects .section-projects-text p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  font-family: var(--ff-primary);
  line-height: 1.4;
}
.section-projects .section-projects-text {
  font-size: 14px !important;
  margin-top: 20px;
}

.section-news.uagb-columns__wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.section-news.uagb-columns__wrap .uagb-column__inner-wrap {
  padding: 0;
}
@media screen and (min-width: 767px) {
  .section-news.uagb-columns__wrap .uagb-column__inner-wrap {
    padding: 0 10px;
  }
}
@media screen and (max-width: 425px) {
  .section-news {
    padding: 45px 0px 0px 0px !important;
  }
}
.section-news .section-news-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 425px) {
  .section-news .section-news-title {
    margin-bottom: 30px;
    padding: 0;
  }
}
.section-news .section-news-title h3 {
  font-family: var(--ff-secondary);
  font-size: 55px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #455b64;
}
@media screen and (max-width: 425px) {
  .section-news .section-news-title h3 {
    font-size: 24px;
  }
}
.section-news .section-news-title .kt-button {
  padding: 15px 40px !important;
}
.section-news .section-news-block .kt-button {
  padding: 15px 30px !important;
  margin-top: 70px;
  margin-bottom: 100px;
  font-family: var(--ff-primary);
  font-weight: 400;
  font-size: 18px;
}
.section-news .section-news-block .kt-button:hover {
  background-color: #009900 !important;
}
@media screen and (max-width: 425px) {
  .section-news .section-news-block .kt-button {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.section-news .section-news-block .uagb-post__columns-4 {
  justify-content: center;
}
.section-news article {
  border-radius: 5px;
  max-width: 800px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 767px) {
  .section-news article {
    padding: 10px;
  }
}
@media screen and (min-width: 976px) {
  .section-news article {
    border-bottom: none;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 425px) {
  .section-news article {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: none;
  }
  .section-news article img {
    max-width: 100%;
  }
}
.section-news article .uagb-post__inner-wrap {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex !important;
  flex-direction: column;
  padding-bottom: 0px !important;
  border-bottom: 1px solid #efefef;
}
@media screen and (min-width: 976px) {
  .section-news article .uagb-post__inner-wrap {
    border-bottom: none;
  }
}
.section-news article .uagb-post__inner-wrap .uagb-post__image {
  margin-bottom: 25px;
}
.section-news article .uagb-post__inner-wrap .uagb-post__image img {
  height: 200px;
}
.section-news article .uagb-post__inner-wrap .uagb-post__title {
  color: #54595f !important;
  font-family: var(--ff-primary);
  font-weight: 900;
  font-size: 21px;
  margin-bottom: 25px;
}
.section-news article .uagb-post__inner-wrap .uagb-post__title a {
  color: #3b3b3b;
}
@media screen and (min-width: 767px) {
  .section-news article .uagb-post__inner-wrap .uagb-post__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 1.3rem;
    line-height: 1.7rem;
    height: 5.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.section-news article .uagb-post__inner-wrap .uagb-post__text {
  padding: 0px 10px;
}
.section-news article .uagb-post__inner-wrap .uagb-post__text:nth-child(3) {
  order: 5;
  font-family: var(--ff-primary);
  font-weight: 400;
  margin: 30px -20px 0px;
  border: 1px solid #eaeaea;
  border-width: 1px 0 0 0;
  padding: 13px 30px 15px 30px !important;
}
.section-news article .uagb-post__inner-wrap .uagb-post__text:nth-child(3) .uagb-post-grid-byline {
  text-transform: none;
  margin-bottom: 0px;
}
@media screen and (max-width: 425px) {
  .section-news article .uagb-post__inner-wrap .uagb-post__text:nth-child(3) {
    margin: 50px -20px 0px;
  }
}
.section-news article .uagb-post__inner-wrap .uagb-post__text .uagb-post__excerpt {
  font-family: var(--ff-primary);
  font-weight: 300;
  margin: 0;
  color: #777;
  font-size: 1rem;
  line-height: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 5.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 425px) {
  .section-news article .uagb-post__inner-wrap .uagb-post__text .uagb-post__excerpt {
    padding-bottom: 30px;
  }
}

.section-prp-project-map {
  padding: 90px 0px;
}
@media screen and (max-width: 768px) {
  .section-prp-project-map {
    padding: 30px 0px;
  }
}
.section-prp-project-map .uagb-column__inner-wrap {
  padding: 0 !important;
}
.section-prp-project-map iframe {
  width: 100%;
  min-height: 654px;
}
@media screen and (max-width: 425px) {
  .section-prp-project-map iframe {
    min-height: 450px;
  }
}
.section-prp-project-map h3 {
  font-family: var(--ff-secondary);
  font-size: 55px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #455b64;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-prp-project-map h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  .section-prp-project-map h3 {
    font-size: 24px;
  }
}

#feature-image-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: solid;
  border-width: 0px 0px 8px 0px;
  border-color: #61ce70;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
}
#feature-image-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}
#feature-image-wrapper .container {
  min-height: 300px;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 9/3.5;
  @media screen and (min-height: 800px){
      aspect-ratio: 9/4;
  }
}



#feature-image-wrapper h1 {
  font-family: var(--ff-secondary);
  font-size: 90px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.29);
  color: #ffffff;
  text-align: center;
}
#feature-image-wrapper p {
  color: #ffffff;
  font-family: var(--ff-primary);
  font-size: 23px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  max-width: 60rem;
}
@media screen and (max-width: 767px) {
  #feature-image-wrapper .container {
    min-height: 400px;
    padding: 0px 30px;
  }
  #feature-image-wrapper h1 {
    font-size: 40px;
  }
  #feature-image-wrapper p {
    font-size: 1rem;
  }
}

.sub-nav-container {
  position: relative;
  margin-bottom: 60px;
}
.sub-nav-container.container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1300px;
}
.sub-nav-container .sub-nav-wrapper {
  margin-top: -60px;
  margin-bottom: 0px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 70px 70px 70px 70px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sub-nav-container .sub-nav-wrapper {
    padding: 30px;
    margin-top: 0;
  }
}
.sub-nav-container .sub-nav-wrapper .sub-nav-title h2 {
  font-family: var(--ff-primary);
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 425px) {
  .sub-nav-container .sub-nav-wrapper .sub-nav-title h2 {
    font-size: 16px;
  }
}
.sub-nav-container .sub-nav-wrapper .sub-nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub-nav-container .sub-nav-wrapper .sub-nav-list {
    flex-direction: column;
    justify-content: left;
    text-align: left;
  }
}
.sub-nav-container .sub-nav-wrapper .sub-nav-list .sub-nav-item {
  position: relative;
  padding: 13px 20px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .sub-nav-container .sub-nav-wrapper .sub-nav-list .sub-nav-item {
    padding: 10px 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .sub-nav-container .sub-nav-wrapper .sub-nav-list .sub-nav-item {
    padding: 15px 0;
  }
}
.sub-nav-container .sub-nav-wrapper .sub-nav-list .sub-nav-item a {
  font-size: 18px;
  font-weight: 300;
  font-family: var(--ff-primary);
}
@media screen and (max-width: 425px) {
  .sub-nav-container .sub-nav-wrapper .sub-nav-list .sub-nav-item a {
    font-size: 1rem;
  }
}
.sub-nav-container .sub-nav-wrapper .sub-nav-list .sub-nav-item:hover .sub-nav-link {
  color: #01bf5a;
}
.sub-nav-container .sub-nav-wrapper .sub-nav-list .sub-nav-item:hover::after {
  display: block;
}
.sub-nav-container .sub-nav-wrapper .sub-nav-list .sub-nav-item::after {
  background-color: #01bf5a;
  content: "";
  bottom: 0;
  height: 3px;
  width: 100%;
  left: 0;
  z-index: 2;
  display: none;
  position: absolute;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.sub-nav-container .sub-nav-wrapper .sub-nav-list .sub-nav-item .sub-nav-link {
  color: #7a7a7a;
  text-decoration: none;
}
.sub-nav-container .sub-nav-wrapper .sub-nav-list .sub-nav-item-active .sub-nav-link {
  color: #01bf5a;
}
.sub-nav-container .sub-nav-wrapper .sub-nav-list .sub-nav-item-active::after {
  background-color: #01bf5a;
  content: "";
  bottom: 0;
  height: 3px;
  width: 100%;
  left: 0;
  z-index: 2;
  display: block !important;
  position: absolute;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}

.kt-blocks-carousel .slick-slide {
  height: auto !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  font-style: italic;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
}

.logo-gallery {
  margin: 0 0 30px;
}
@media screen and (min-width: 960px) {
  .logo-gallery {
    margin-bottom: 60px;
    margin-top: 60px;
    padding: 0 15px;
  }
}
.logo-gallery .blocks-gallery-item {
  background-color: #fff;
  align-items: center;
  margin: 0 !important;
  padding: 30px;
  border-collapse: collapse;
  border: 1px solid #efefef;
}
.logo-gallery .blocks-gallery-item figure {
  height: 100px;
}
@media screen and (min-width: 767px) {
  .logo-gallery .blocks-gallery-item figure {
    height: 150px;
  }
}
.logo-gallery .blocks-gallery-item figure img {
  height: 100%;
  width: auto;
  max-width: auto;
  object-fit: contain;
}

.home-default-section-content h3 {
  font-family: var(--ff-secondary);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 1px;
  position: relative;
  color: #141412;
  margin-bottom: 40px;
}
.home-default-section-content h3::after {
  content: "";
  position: absolute;
  width: 41px;
  height: 3px;
  background-color: #61ce70;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 767px) {
  .home-default-section-content h3::after {
    left: 0;
    transform: translateX(0);
    bottom: -29px;
  }
}
@media (min-width: 767px) {
  .home-default-section-content h3 {
    margin-bottom: 69px;
    font-size: 50px;
  }
}
.home-default-section-content p {
  font-family: var(--ff-primary);
  font-weight: 300;
  letter-spacing: 0px;
  border-style: none;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #000;
}
