@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "mark-regularregular";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

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

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}
a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

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

textarea {
  resize: vertical;
}

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

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

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 1, 2020 */
@font-face {
  font-family: "mark-boldbold";
  src: url("../fonts/markbold-webfont.eot");
  src: url("../fonts/markbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/markbold-webfont.woff2") format("woff2"), url("../fonts/markbold-webfont.woff") format("woff"), url("../fonts/markbold-webfont.ttf") format("truetype"), url("../fonts/markbold-webfont.svg#mark-boldbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-mediummedium";
  src: url("../fonts/markmedium-webfont.eot");
  src: url("../fonts/markmedium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/markmedium-webfont.woff2") format("woff2"), url("../fonts/markmedium-webfont.woff") format("woff"), url("../fonts/markmedium-webfont.ttf") format("truetype"), url("../fonts/markmedium-webfont.svg#mark-mediummedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-regularregular";
  src: url("../fonts/markregular-webfont.eot");
  src: url("../fonts/markregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/markregular-webfont.woff2") format("woff2"), url("../fonts/markregular-webfont.woff") format("woff"), url("../fonts/markregular-webfont.ttf") format("truetype"), url("../fonts/markregular-webfont.svg#mark-regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-lightlight";
  src: url("../fonts/marklight-webfont.eot");
  src: url("../fonts/marklight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/marklight-webfont.woff2") format("woff2"), url("../fonts/marklight-webfont.woff") format("woff"), url("../fonts/marklight-webfont.ttf") format("truetype"), url("../fonts/marklight-webfont.svg#mark-lightlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

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

h3 {
  font-size: 24px;
  line-height: 28px;
  font-family: "mark-boldbold";
}
@media (min-width: 992px) {
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: "mark-boldbold";
}
@media (min-width: 992px) {
  h4 {
    font-size: 25px;
    line-height: 30px;
  }
}

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

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

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

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

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

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: 5px;
}

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

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}
.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

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

.col-xl, .col-xl-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-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-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-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-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-xl, .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-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-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-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-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xl, .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-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-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-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-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xl, .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-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-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-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-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-xl, .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-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-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-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-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .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%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #999999;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}

.btn-all, .btn-blue, .btn-green {
  position: relative;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 14px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  min-width: 160px;
}
.btn-all:after, .btn-blue:after, .btn-green:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.26, 0.015, 0, 1);
  transform: scaleY(0);
  transform-origin: bottom center;
  z-index: 1;
}
.btn-all span, .btn-blue span, .btn-green span {
  position: relative;
  z-index: 2;
  color: #fff;
  transition: color 0.5s cubic-bezier(0.26, 0.015, 0, 1);
}
@media (min-width: 992px) {
  .btn-all, .btn-blue, .btn-green {
    font-size: 15px;
    line-height: 18px;
    padding: 12px 12px;
  }
}
@media screen and (min-width: 992px) {
  .btn-all:hover:after, .btn-blue:hover:after, .btn-green:hover:after {
    transform: scaleY(1);
  }
  .btn-all:hover span, .btn-blue:hover span, .btn-green:hover span {
    color: #8DC63F;
  }
}

.btn-green {
  border: 1px solid #8DC63F;
  background-color: #8DC63F;
}
@media screen and (min-width: 992px) {
  .btn-green:hover span {
    color: #8DC63F;
  }
}

.btn-blue {
  border: 1px solid #07243A;
  background-color: #07243A;
}
@media screen and (min-width: 992px) {
  .btn-blue:hover span {
    color: #07243A;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  background-color: #8DC63F !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #72a230 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

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

.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-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-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-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-cell {
    display: table-cell !important;
  }

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

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

.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-first {
    order: -1;
  }

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

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

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

  .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-first {
    order: -1;
  }

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

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

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

  .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-first {
    order: -1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1;
  }

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

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

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

  .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;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

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

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

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #0275d8 !important;
}

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

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

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

.text-info {
  color: #5bc0de !important;
}

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

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

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

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

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

.text-gray-dark {
  color: #292b2c !important;
}

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

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

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

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

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

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

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

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

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

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

body {
  overflow-x: hidden;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

input:focus,
button:focus,
textarea:focus {
  outline: none;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.m-b-120 {
  margin-bottom: 120px;
}

.m-b-150 {
  margin-bottom: 150px;
}

@media (min-width: 992px) {
  .m-b-lg-30 {
    margin-bottom: 30px;
  }

  .m-b-lg-60 {
    margin-bottom: 60px;
  }

  .m-b-lg-90 {
    margin-bottom: 90px;
  }

  .m-b-lg-120 {
    margin-bottom: 120px;
  }

  .m-b-lg-150 {
    margin-bottom: 150px;
  }
}
.p-b-30 {
  padding-bottom: 30px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.p-b-120 {
  padding-bottom: 120px;
}

.p-b-150 {
  padding-bottom: 150px;
}

@media (min-width: 1550px) {
  .container {
    width: 70vw;
  }
}
.container-slider {
  padding: 0;
}
@media (min-width: 992px) {
  .container-slider {
    width: 92.5vw;
  }
}
@media (min-width: 1200px) {
  .container-slider {
    width: 90vw;
  }
}
@media (min-width: 1600px) {
  .container-slider {
    width: 82.5vw;
  }
}

.info {
  font-size: 12px !important;
  background-color: #8DC63F;
  color: #fff;
  padding: 3px 6px;
  display: inline-block;
  color: #fff !important;
  font-family: "Nunito", sans-serif;
  font-weight: 700 !important;
  line-height: 18px !important;
}
@media (min-width: 992px) {
  .info {
    font-size: 12px !important;
  }
}

.event-date {
  font-size: 14px;
}
.event-date strong {
  font-family: "mark-boldbold";
}
@media (min-width: 992px) {
  .event-date {
    font-size: 17px;
  }
  .event-date span {
    color: #07243A;
  }
}

.btn {
  display: inline-block;
  font-size: 18px;
  padding: 17px;
  background-color: #8DC63F;
  color: white;
  text-transform: uppercase;
  font-family: "mark-mediummedium";
  border-radius: 0;
}
@media (min-width: 992px) {
  .btn {
    line-height: 24px;
    font-size: 20px;
  }
}

.btn-blue {
  background-color: #07243A;
}

.btn-green {
  background-color: #8DC63F;
}

.more-btn {
  text-align: center;
}

hr {
  border-top: 1px solid #07243A;
}

.slick-arrow {
  z-index: 2;
  cursor: pointer;
  background-color: #07243A;
  color: #8DC63F;
  border: none;
  font-size: 12px;
  padding: 12px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .slick-arrow {
    font-size: 18px;
    padding: 20px;
  }
}

.title {
  font-size: 20px;
  color: #07243A;
  font-family: "Nunito", sans-serif;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
.title.title-smaller {
  font-size: 20px;
}
.title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  background-color: #8DC63F;
  height: 4px;
}
@media (min-width: 992px) {
  .title {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 56px;
  }
  .title.title-smaller {
    font-size: 30px;
    line-height: 40px;
  }
}

.content p {
  font-family: "mark-regularregular";
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.content .btn-green {
  display: inline-block;
}

.info {
  font-size: 14px;
}
.info span {
  display: inline-block;
}
.info .author {
  color: #fff;
}
.slider-blue-box .info .author {
  color: #fff;
}
.info .minutes {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.info .minutes:after {
  content: "";
  position: absolute;
  top: 12%;
  left: 0;
  width: 1px;
  height: 70%;
  background-color: #999999;
}

.cover, .recent-news .recent-items img, .triple-block img {
  object-fit: cover;
  object-position: center center;
}

.border-bottom {
  border-bottom: 1px solid #999999;
}

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

.img-box {
  position: relative;
  margin-bottom: 50px;
}
.img-box img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
}

.subtitle {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  font-family: "mark-mediummedium";
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.instagram-media,
.twitter-tweet {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.text-container {
  margin-bottom: 40px;
  font-family: "Nunito", sans-serif;
}
.text-container h3,
.text-container h4,
.text-container h5,
.text-container h6 {
  margin-bottom: 20px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #07243A;
  color: #8DC63F;
}
.text-container p {
  font-size: 16px;
  line-height: 24px;
  color: #07243A;
}

.full-img {
  margin-bottom: 60px;
}
.full-img img {
  width: 100%;
  height: auto;
}

.double-info-block {
  margin-bottom: 60px;
  font-family: "Nunito", sans-serif;
}
.double-info-block p,
.double-info-block ul,
.double-info-block h2,
.double-info-block h3,
.double-info-block h4,
.double-info-block h5,
.double-info-block h6 {
  color: #07243A;
  font-family: "Nunito", sans-serif;
}
.double-info-block h2,
.double-info-block h3,
.double-info-block h4,
.double-info-block h5,
.double-info-block h6 {
  font-weight: 600;
  margin-bottom: 30px;
}
.double-info-block img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.double-info-block ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .double-info-block {
    display: flex;
    align-items: center;
  }
  .double-info-block img {
    margin-bottom: 0;
  }
}

.operator img {
  max-width: 120px;
  height: auto;
  margin-bottom: 30px;
}
.operator a {
  color: #8DC63F;
}

.operator-info {
  padding: 40px 20px;
  text-align: center;
  background-color: #07243A;
}
.operator-info p {
  color: #fff;
}

.operator-text {
  padding-left: 50px;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.main {
  margin-top: 15px;
  margin-bottom: 60px;
}
.main .main-item {
  width: 100%;
  height: 470px;
  position: relative;
  display: block;
}
.main .main-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #07243a 80%);
  opacity: 0.75;
  z-index: 2;
  transition: all 0.3s;
}
.main .main-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}
.main .main-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .main .container {
    padding: 0;
  }
  .main .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .main {
    margin-top: 0;
  }
}

.main-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 20px;
  color: #fff;
}
.main-content h2 {
  font-weight: 700;
  font-family: "mark-mediummedium";
  margin-bottom: 15px;
}
.main-content p {
  color: #fff;
  font-size: 14px;
}

.main-item-list {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main-item-list .main-item-block {
  height: 112px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-item-list .main-item-block:last-child {
  border-bottom: 0;
}
.main-item-list .main-item-img {
  width: 112px;
  height: 100%;
  float: left;
  position: relative;
}
.main-item-list .main-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.main-item-list .main-item-text {
  width: calc(100% - 130px);
  float: right;
}
.main-item-list .main-item-text h4 {
  font-family: "mark-boldbold";
  font-size: 16px;
  line-height: 20px;
}
.main-item-list .main-item-text p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

span.button {
  display: inline-block;
  padding: 15px;
  border-radius: 50%;
  background-color: #8DC63F;
  z-index: 2;
  position: absolute;
  top: 25px;
  right: 25px;
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.26, 0.015, 0, 1);
}

.ad-wrapper {
  margin-bottom: 30px;
  text-align: center;
}
.ad-wrapper.ad-wrapper--bigger-space {
  margin-bottom: 60px;
}
.ad-wrapper img,
.ad-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.ad-wrapper a {
  display: inline-block;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 992px) {
  .ad-wrapper {
    margin-bottom: 64px;
  }
  .ad-wrapper.ad-wrapper--bigger-space {
    margin-bottom: 112px;
  }
}
.ad-wrapper .ad-full {
  width: 100%;
}
.ad-wrapper .ad-full a {
  display: block;
}
.ad-wrapper .ad {
  height: auto;
  width: 90%;
  background-color: #8DC63F;
  position: relative;
  display: inline-block;
}
.ad-wrapper .ad img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .ad-wrapper .ad {
    width: 960px;
  }
}

.triple-block {
  margin-bottom: 60px;
}
.triple-block img {
  height: 270px;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .triple-block img {
    height: 480px;
  }
}
.triple-block .content h3 {
  margin-bottom: 12px;
  color: #07243A;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
.triple-block .content p {
  color: #07243A;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.triple-block .content .info {
  margin-bottom: 20px;
}
.triple-block a {
  display: block;
}
@media (max-width: 991px) {
  .triple-block .col-md-6 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .triple-block img {
    height: 300px;
  }
  .triple-block.double-block--bigger img {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .triple-block img {
    height: 300px;
  }
  .triple-block.double-block--bigger img {
    height: 480px;
  }
}

.triple-block img {
  height: 220px;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .triple-block img {
    height: 480px;
  }
}
.triple-block .content h3 {
  margin-bottom: 20px;
  color: #07243A;
  font-size: 20px;
  line-height: 26px;
}
.triple-block .content p {
  color: #07243A;
  font-family: "mark-regularregular";
}
.triple-block .content .info {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .triple-block .content {
    width: 80%;
  }
}
.triple-block a {
  display: block;
}
@media (max-width: 991px) {
  .triple-block .small-block-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .triple-block img {
    height: 270px;
  }
  .triple-block .content h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .triple-block .content p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .triple-block img {
    height: 300px;
  }
}

.recent-news {
  color: #07243A;
  margin-bottom: 30px;
}
.recent-news h3 {
  margin-bottom: 20px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.recent-news .info {
  margin-bottom: 20px;
}
.recent-news .recent-items {
  margin-bottom: 60px;
}
.recent-news .recent-items img {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
}
.recent-news .recent-item {
  margin-bottom: 40px;
}
.recent-news .recent-item p {
  margin-bottom: 30px;
  font-family: "Nunito", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
.recent-news .recent-item a {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  position: relative;
  font-size: 15px;
}
.recent-news .recent-item a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #07243A;
}
.recent-news .btn-blue {
  margin: 0 auto;
}
.recent-news .sidebar-wrapper h3 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}
.recent-news .sidebar-wrapper .info {
  margin-bottom: 0px;
}
.recent-news .events .events-item {
  margin-bottom: 40px;
}
.recent-news .events .events-item:last-child {
  margin-bottom: 0px;
}
.recent-news .events .events-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.recent-news .events .events-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .recent-news {
    margin-bottom: 0;
  }
  .recent-news h3 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
  }
  .recent-news p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }
  .recent-news .events .events-item {
    margin-bottom: 30px;
  }
  .recent-news .events .events-item img {
    height: 225px;
  }
  .recent-news .sidebar-wrapper {
    margin-left: 30px;
  }
  .recent-news .sidebar-wrapper h3 {
    margin-top: 5px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
  }
  .recent-news .recent-items {
    margin-bottom: 0;
  }
  .recent-news .recent-items img {
    height: 300px;
    margin-bottom: 0;
  }
  .recent-news .recent-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .recent-news .recent-item > div:first-child {
    width: 40.2925851703%;
  }
  .recent-news .recent-item > div:last-child {
    width: 52.8146292585%;
  }
  .recent-news .info {
    margin-bottom: 35px;
  }
}

.latest-post {
  margin-bottom: 40px;
}
.latest-post .latest-item {
  margin-bottom: 15px;
}
.latest-post .latest-item a {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.latest-post .latest-item .content {
  width: 58.2818181818%;
}
.latest-post .latest-item img {
  width: 33.3340909091%;
  height: 120px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest-post .latest-item a {
    display: block;
  }
  .latest-post .latest-item img {
    margin-bottom: 15px;
  }
  .latest-post .latest-item img,
.latest-post .latest-item .content {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .latest-post {
    margin-bottom: 90px;
  }
  .latest-post .latest-item {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 992px) {
  .latest-item h3 {
    transition: color 0.3s cubic-bezier(0.26, 0.015, 0, 1);
  }
  .latest-item:hover h3 {
    color: #8DC63F;
  }
}

.double-small-blocks {
  margin-bottom: 30px;
}
.double-small-blocks a {
  display: block;
}
.double-small-blocks .item {
  margin-bottom: 30px;
}
.double-small-blocks .content p {
  margin-bottom: 0;
}
.double-small-blocks .content .info {
  margin-bottom: 0;
}
.double-small-blocks img {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .double-small-blocks {
    margin-bottom: 60px;
  }
  .double-small-blocks .item {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
  .double-small-blocks img {
    width: 31.8661870504%;
    height: 168px;
    margin-bottom: 0;
  }
  .double-small-blocks .content {
    width: 62.2071942446%;
    padding-right: 30px;
  }
  .double-small-blocks .content p {
    font-size: 14px;
    line-height: 22px;
  }
  .double-small-blocks h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 992px) {
  .double-small-blocks .item h4 {
    transition: color 0.3s cubic-bezier(0.26, 0.015, 0, 1);
  }
  .double-small-blocks .item:hover h4 {
    color: #8DC63F;
  }
}

.slider-article-box {
  padding-top: 60px;
  margin-bottom: 60px;
  border-top: 1px solid #07243A;
}
.slider-article-box .slick-slider {
  padding-bottom: 50px;
}
.slider-article-box img {
  height: 300px;
  margin-bottom: 40px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.slider-article-box .content {
  display: inline-block;
  color: #07243A;
}
.slider-article-box .content h2 {
  font-size: 30px;
  font-family: "mark-boldbold";
  text-transform: uppercase;
  margin-bottom: 40px;
}
.slider-article-box .content h3 {
  font-family: "mark-mediummedium";
  margin-bottom: 40px;
}
.slider-article-box .content .info {
  margin-bottom: 20px;
}
.slider-article-box .slider-item {
  position: relative;
}
.slider-article-box .slick-arrow {
  position: absolute;
  bottom: 0;
}
.slider-article-box .slick-arrow.slick-prev {
  right: 22%;
}
.slider-article-box .slick-arrow.slick-next {
  right: 10%;
}
@media (min-width: 768px) {
  .slider-article-box .slick-arrow.slick-prev {
    right: 7%;
  }
  .slider-article-box .slick-arrow.slick-next {
    right: 0%;
  }
}
@media (min-width: 992px) {
  .slider-article-box {
    margin-bottom: 90px;
    padding-top: 90px;
  }
  .slider-article-box .slick-slider {
    padding-bottom: 0;
  }
  .slider-article-box img {
    float: left;
    width: 60%;
    height: 580px;
    margin-bottom: 0px;
  }
  .slider-article-box .content {
    width: 40%;
    padding-left: 80px;
  }
  .slider-article-box .content h2 {
    font-size: 44px;
    line-height: 54px;
  }
  .slider-article-box .content .info {
    margin-bottom: 30px;
  }
  .slider-article-box .slick-arrow.slick-prev {
    right: calc(25% + 75px);
  }
  .slider-article-box .slick-arrow.slick-next {
    right: 25%;
  }
}

.main-block-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .main-block-wrapper {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .main-block-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding: 0;
  }
}

.main-block {
  float: left;
  position: relative;
}
.main-block .main-block-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-block .main-block-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.main-block .main-block-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, transparent, rgba(7, 36, 58, 0.75));
  color: #fff;
}
.main-block .main-block-text .main-block-text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 20px;
  font-family: "Nunito", sans-serif;
}
.main-block .main-block-text .main-block-text-wrapper h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.main-block .main-block-text .main-block-text-wrapper p {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}
.main-block:first-child {
  width: 100%;
  height: 360px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.main-block:first-child .main-block-text-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}
.main-block:nth-child(2) {
  float: left;
  width: 100%;
  height: 360px;
  margin-bottom: 4px;
}
.main-block:nth-child(3) {
  float: left;
  width: 100%;
  height: 360px;
  margin-right: 4px;
}
.main-block:nth-child(4) {
  float: left;
  width: 100%;
  height: 360px;
}
.main-block:nth-child(2) .main-block-text .main-block-text-wrapper h2, .main-block:nth-child(3) .main-block-text .main-block-text-wrapper h2, .main-block:nth-child(4) .main-block-text .main-block-text-wrapper h2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .main-block .main-block-text .main-block-text-wrapper h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .main-block .main-block-text .main-block-text-wrapper p {
    font-size: 14px;
  }
  .main-block:first-child {
    width: calc(50% - 4px);
    height: 500px;
  }
  .main-block:nth-child(2) {
    width: 50%;
    height: calc(50% - 2px);
  }
  .main-block:nth-child(3) {
    width: calc(25% - 4px);
    height: calc(50% - 2px);
  }
  .main-block:nth-child(4) {
    width: 25%;
    height: calc(50% - 2px);
  }
}
@media (max-width: 767px) {
  .main-block {
    flex: 0 0 auto;
    float: none;
    scroll-snap-align: center;
    width: 100%;
    padding: 0 !important;
  }
}
.header-top {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0;
  color: #2c2f34;
  padding-top: 3px;
  padding-bottom: 3px;
}
.header-top .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-top .row > div:first-child {
  width: 100px;
  display: flex;
}
.header-top iframe {
  width: calc(100% - 105px);
}
@media (min-width: 992px) {
  .header-top .row > div:first-child {
    width: 185px;
  }
  .header-top iframe {
    width: calc(100% - 185px);
  }
}

.header-bottom {
  padding: 25px 0;
}
.header-bottom .row {
  align-items: center;
}
.header-bottom .logo {
  display: inline-block;
}
.header-bottom .logo img {
  width: 100%;
}
@media (min-width: 992px) {
  .header-bottom .logo img {
    width: 16vw;
    height: auto;
  }
}
.header-bottom .col-3 {
  display: none;
}
.header-bottom .ad img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .header-bottom {
    padding: 30px 0;
  }
  .header-bottom [class*=col-]:nth-child(2):after, .header-bottom [class*=col-]:nth-child(2):before {
    height: 34px;
  }
  .header-bottom .col-3 {
    display: block;
  }
}

.weather {
  font-size: 16px;
  color: #07243A;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weather .icon {
  position: relative;
  top: 5px;
  left: -8px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  display: none;
}
.weather .icon.sunny {
  background-image: url("../img/sunny.svg");
}
.weather .icon.clouds {
  background-image: url("../img/clouds.svg");
}
.weather .icon.sunny-cloud {
  background-image: url("../img/sunny-cloud.svg");
}
.weather .icon.sunny-snowy {
  background-image: url("../img/sunny-snowy.svg");
}
.weather .icon.rainy {
  background-image: url("../img/rainy.svg");
}
.weather .icon.snowy {
  background-image: url("../img/snowy.svg");
}
.weather .icon.thunderstorm {
  background-image: url("../img/thunderstorm.svg");
}
.weather .icon.tornado {
  background-image: url("../img/tornado.svg");
}
@media (max-width: 991px) {
  .weather {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .weather {
    font-size: 12px;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
  }
  .weather:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .weather .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    left: 0;
    margin-right: 10px;
  }
}

.search-toggle {
  text-align: right;
  color: #8DC63F;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  cursor: pointer;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.search-toggle:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.search-toggle span[class*=icon-] {
  font-size: 16px;
  position: relative;
  top: -3px;
}
.search-toggle .search-toggle-text {
  display: none;
}
.gradient-wrapper .search-toggle {
  color: #fff;
}
@media (max-width: 991px) {
  .search-toggle {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .search-toggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
  }
  .search-toggle span[class*=icon-] {
    font-size: 14px;
    top: 0;
    margin-right: 5px;
  }
  .search-toggle .search-toggle-text {
    display: block;
  }
}

footer {
  color: #07243A;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
@media (min-width: 992px) {
  footer {
    text-align: left;
  }
}
footer .footer-top {
  border-top: 1px solid #07243A;
  padding-top: 70px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  footer .footer-top {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}
footer .footer-top h3 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  footer .footer-top h3 {
    margin-bottom: 30px;
  }
}
footer .footer-top img {
  max-width: 220px;
  margin-bottom: 30px;
}
footer .footer-top .social-media {
  display: flex;
}
footer .footer-top .social-media li {
  margin-right: 10px;
}
footer .footer-top .social-media li:last-child {
  margin-right: 0;
}
footer .footer-top .social-media li a {
  font-size: 18px;
}
@media (max-width: 991px) {
  footer .footer-top .social-media {
    justify-content: center;
  }
}
footer .footer-top p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}
footer .footer-top p:first-child {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  footer .footer-top p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
footer .footer-top ul {
  display: inline-block;
  list-style-type: none;
  width: 100%;
  margin-bottom: 30px;
}
footer .footer-top ul li a {
  font-size: 12px;
  text-transform: uppercase;
}
footer .footer-top ul li.active a {
  font-family: "Nunito", sans-serif;
}
@media (min-width: 992px) {
  footer .footer-top ul {
    margin-bottom: 30px;
  }
  footer .footer-top ul li a {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-top ul li a {
    position: relative;
  }
  footer .footer-top ul li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #07243A;
    transition: transform 0.75s ease;
    transform: scaleX(0);
    transform-origin: left center;
  }
  footer .footer-top ul li a:hover:after {
    transform: scaleX(1);
  }
}
footer .footer-bottom p {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  footer .footer-bottom p {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: unset;
    display: inline-block;
  }
}
footer .footer-bottom ul {
  display: block;
  text-align: center;
  list-style-type: none;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  footer .footer-bottom ul {
    display: inline-block;
    float: right;
    text-align: unset;
    margin-bottom: 0px;
  }
}
footer .footer-bottom ul li {
  display: inline-block;
}
footer .footer-bottom ul li:first-child a {
  margin-left: 0;
}
footer .footer-bottom ul li a {
  font-size: 20px;
  font-family: "mark-regularregular";
  margin-left: 30px;
  transition: color 0.3s cubic-bezier(0.26, 0.015, 0, 1);
}
@media screen and (min-width: 992px) {
  footer .footer-bottom ul li a:hover {
    color: #8DC63F;
  }
}

.back-to-top {
  display: none;
  padding: 16px 20px;
  background-color: #8DC63F;
  border-radius: 50%;
  position: fixed;
  bottom: 70px;
  right: 45px;
  color: #07243A;
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?6lliml);
  src: url(../fonts/icomoon.eot?6lliml#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?6lliml) format("truetype"), url(../fonts/icomoon.woff?6lliml) format("woff"), url(../fonts/icomoon.svg?6lliml#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-soundcloud:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-up-arrow:before {
  content: "";
}

.icon-right-arrow:before {
  content: "";
}

.icon-left-arrow:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.article {
  margin-top: 50px;
}
.article .content {
  margin-bottom: 60px;
  padding-left: 0;
}
.article .content hr {
  margin: 0px 0px 40px 0;
  border-color: rgba(0, 0, 0, 0.1);
}
.article .content h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .article .content h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
.article .content img {
  height: auto;
  margin-bottom: 30px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .article .content img {
    margin-bottom: 30px;
  }
}
.article .content object {
  width: 100%;
  height: auto;
  min-height: 500px;
}
.article .content p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Nunito", sans-serif;
}
.article .content h1,
.article .content h2,
.article .content h3,
.article .content h4,
.article .content h5,
.article .content h6,
.article .content p,
.article .content ul,
.article .content iframe,
.article .content object {
  margin-bottom: 30px;
}
.article .content ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 20px;
}
.article .content a {
  color: #8DC63F;
}
.article .content strong {
  font-family: "mark-mediummedium";
}
.article .content .news-open-image-wrapper img {
  height: 280px;
  margin: 15px 0;
}
.article .content .news-open-image-wrapper img:first-child, .article .content .news-open-image-wrapper img:nth-child(2) {
  width: 100%;
}
@media (max-width: 991px) {
  .article .content .news-open-image-wrapper img:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .article .content .news-open-image-wrapper {
    width: max-content;
    position: relative;
    left: -24%;
  }
  .article .content .news-open-image-wrapper img {
    height: 580px;
  }
  .article .content .news-open-image-wrapper img:first-child {
    width: 580px;
  }
  .article .content .news-open-image-wrapper img:nth-child(2) {
    width: 470px;
  }
}
.article .sidebar-wrapper .content {
  margin-bottom: 0px;
  padding-left: 40px;
}
@media (min-width: 992px) {
  .article {
    margin-top: 0;
  }
}

.article-inside {
  width: 100%;
  margin-bottom: 25px;
  align-items: center;
  display: block;
}
.article-inside .article-inside--img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 30px;
}
.article-inside .article-inside--text h4 {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  color: #07243A;
  transition: color 0.4s cubic-bezier(0.26, 0.015, 0, 1);
}
.article-inside .article-inside--text p {
  font-family: "Nunito", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.article-inside .article-inside--text div {
  font-size: 12px;
  background-color: #8DC63F;
  padding: 3px 6px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .article-inside {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .article-inside .article-inside--img {
    width: calc(30% - 15px);
  }
  .article-inside .article-inside--img img {
    margin-bottom: 0;
  }
  .article-inside .article-inside--text {
    width: calc(70% - 15px);
  }
}
@media screen and (min-width: 992px) {
  .article-inside:hover .article-inside--text h4 {
    color: #8DC63F;
  }
}

.article--gallery {
  position: relative;
  margin-bottom: 30px;
}
.article--gallery .carousel-arrow {
  top: 50%;
  display: none;
}
.article--gallery .carousel-arrow span {
  color: #07243a;
}
.article--gallery .carousel-arrow.carousel-arrow--left {
  left: -20px;
}
.article--gallery .carousel-arrow.carousel-arrow--right {
  right: -20px;
}
.article--gallery .owl-dots {
  display: none;
}

@media (min-width: 992px) {
  .article--gallery .carousel-arrow {
    display: block;
  }
}
.article--popup {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.article--popup a {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  width: calc(50% - 10px);
}
.article--popup a img {
  position: relative;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .article--popup a:nth-child(2n+2) {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .article--popup {
    margin-bottom: 30px;
  }

  .article--popup a {
    width: calc(33.333% - 10px);
  }

  .article--popup a:nth-child(3n+2),
.article--popup a:nth-child(3n+3) {
    margin-left: 15px;
  }
}
.article .content .article--gallery img,
.article .content .article--popup img {
  margin-bottom: 0;
}

.full-slider {
  margin-bottom: 30px;
}
.full-slider img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.full-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  background-color: #8DC63F;
  color: #07243A;
  border: none;
  font-size: 12px;
  padding: 12px;
  border-radius: 50%;
}
.full-slider .slick-arrow.slick-prev {
  left: 15px;
}
.full-slider .slick-arrow.slick-next {
  right: 15px;
}
@media (min-width: 992px) {
  .full-slider {
    margin-bottom: 80px;
  }
  .full-slider img {
    height: 500px;
  }
  .full-slider .slick-arrow {
    font-size: 18px;
    padding: 20px;
  }
  .full-slider .slick-arrow.slick-prev {
    left: 45px;
  }
  .full-slider .slick-arrow.slick-next {
    right: 45px;
  }
}
@media (min-width: 1200px) {
  .full-slider {
    margin-bottom: 140px;
  }
  .full-slider img {
    height: 800px;
  }
}

.interact {
  background-image: url("/dist/img/interect-back.png");
  padding-top: 40px;
  background-position: right;
}
@media (min-width: 992px) {
  .interact {
    padding-top: 60px;
  }
}
.interact .interact-wrapper .icon-users {
  font-size: 80px;
  color: white;
  display: inline-block;
  margin-bottom: 60px;
}
.interact .interact-wrapper .icon-user,
.interact .interact-wrapper .icon-lock {
  font-size: 25px;
  vertical-align: middle;
}
.interact .interact-wrapper .logo-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .interact .interact-wrapper .logo-wrapper {
    border-right: 1px solid #231F20;
    padding-top: 130px;
    padding-bottom: 130px;
    margin-top: 130px;
    display: block;
  }
  .interact .interact-wrapper .logo-wrapper img {
    width: 460px;
  }
}
.interact .interact-wrapper .logo-wrapper a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.interact .interact-wrapper .form-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .interact .interact-wrapper .form-wrapper {
    width: 85%;
    margin-bottom: 80px;
    float: right;
  }
}
.interact .interact-wrapper .form-wrapper .password-wrapper {
  margin-bottom: 30px;
}
.interact .interact-wrapper .form-wrapper button {
  text-transform: uppercase;
  font-size: 30px;
  color: white;
  background-color: #8DC63F;
  border: none;
  border-radius: 5px;
  padding: 20px 0px;
  width: 100%;
  cursor: pointer;
}
.interact .interact-wrapper .form-wrapper .icon-mail {
  color: #fff;
  font-size: 33px;
}
.interact .interact-wrapper .form-wrapper a,
.interact .interact-wrapper .form-wrapper label {
  color: #fff;
  display: inline-block;
  font-family: "mark-regularregular";
  font-size: 18px;
  padding: 20px;
  margin-right: 50px;
  vertical-align: middle;
  cursor: pointer;
  width: 70%;
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 992px) {
  .interact .interact-wrapper .form-wrapper a,
.interact .interact-wrapper .form-wrapper label {
    width: auto;
  }
}
.interact .interact-wrapper .form-wrapper input[type=checkbox] {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 5px;
  cursor: pointer;
}
.interact .interact-wrapper .form-wrapper input[type=checkbox]:checked {
  -webkit-appearance: auto;
}
.interact .interact-wrapper .recover-wrapper {
  width: 100%;
  text-align: left;
}
.interact .interact-wrapper .recover-wrapper a {
  padding-left: 0;
}
@media (min-width: 992px) {
  .interact .interact-wrapper .recover-wrapper a {
    padding: 20px 20px 20px 0;
  }
}
.interact .interact-wrapper .recover-wrapper a span {
  padding-right: 20px;
  vertical-align: middle;
}
.interact .interact-wrapper .username-wrapper,
.interact .interact-wrapper .password-wrapper {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
}
.interact .interact-wrapper .username-wrapper input,
.interact .interact-wrapper .password-wrapper input {
  background-color: transparent;
  border: none;
  border-left: 1px solid #231F20;
  color: #231F20;
  font-size: 14px;
  padding-left: 30px;
  margin-left: 30px;
  width: calc(100% - 60px);
  font-family: "mark-regularregular";
}
.interact .interact-wrapper .username-wrapper input::placeholder,
.interact .interact-wrapper .password-wrapper input::placeholder {
  color: #999999;
}

.interact .interact-text {
  margin-bottom: 60px;
}

.interact .interact-text h5 {
  font-family: mark-boldbold;
  font-size: 20px;
  margin-bottom: 20px;
}

.interact .interact-text p {
  margin-bottom: 30px;
}

.interact .interact-text p a {
  color: #8dc63f;
}

.map-wrapper {
  margin-bottom: 80px;
}
.map-wrapper iframe {
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  .map-wrapper {
    margin-bottom: 60px;
  }
  .map-wrapper iframe {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .map-wrapper iframe {
    height: 400px;
  }
}

.about-wrapper {
  color: #07243A;
  padding-bottom: 100px;
}
.about-wrapper h1 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 30px;
  color: #07243A;
}
.about-wrapper p {
  font-size: 15px;
  line-height: 22px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
  color: #07243A;
}
.about-wrapper p strong {
  font-weight: 700;
  margin-bottom: 20px;
}
.about-wrapper form {
  margin-top: 30px;
  display: block;
}
.about-wrapper input,
.about-wrapper textarea {
  border: 1px solid #8DC63F;
  padding: 18px;
  font-size: 14px;
  font-family: "mark-regularregular";
  width: 100%;
}
.about-wrapper input::placeholder,
.about-wrapper textarea::placeholder {
  color: #000;
}
.about-wrapper textarea {
  margin-bottom: 35px;
  resize: none;
}
.about-wrapper input {
  margin-bottom: 15px;
}
.about-wrapper button {
  width: 220px;
  padding: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 992px) {
  .about-wrapper h1 {
    font-size: 45px;
    line-height: 46px;
    margin-bottom: 50px;
    width: 70%;
  }
  .about-wrapper p {
    font-size: 16px;
    line-height: 24px;
    width: 55%;
  }
  .about-wrapper p strong {
    font-size: 18px;
  }
  .about-wrapper input,
.about-wrapper textarea {
    font-size: 15px;
    line-height: 28px;
    padding: 10px 15px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
  }
  .about-wrapper textarea {
    margin-bottom: 20px;
  }
  .about-wrapper button {
    width: 220px;
    padding: 15px 20px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1200px) {
  .about-wrapper h1 {
    font-family: "Nunito", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }
}

.btn.btn-green {
  color: white;
  margin-top: 40px;
  display: inline-block;
  width: auto;
  height: auto;
}
@media (min-width: 992px) {
  .btn.btn-green {
    margin-top: 120px;
    margin-bottom: 30px;
  }
}

.grid-wrapper {
  margin-bottom: 30px;
}
.grid-wrapper .item {
  position: relative;
  background: #07243A;
  height: 46vh;
}
.grid-wrapper .item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(63, 94, 251, 0) 10%, #07243a 85%);
  opacity: 0.7;
  z-index: 2;
  mix-blend-mode: multiply;
  transition: all 0.3s;
}
.grid-wrapper .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.grid-wrapper .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.grid-wrapper .item .content {
  position: absolute;
  left: 30px;
  color: #fff;
  width: calc(100% - 60px);
  z-index: 3;
  bottom: 30px;
}
.grid-wrapper .item .content h2 {
  font-family: "mark-boldbold";
  font-size: 22px;
  margin-bottom: 20px;
}
.grid-wrapper .item .content p {
  font-family: "mark-regularregular";
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .grid-wrapper {
    margin-bottom: 60px;
  }
  .grid-wrapper .item {
    height: 100%;
  }
  .grid-wrapper .item .content h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .grid-wrapper .item .content h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .grid-wrapper {
    height: 560px;
  }
}
@media (min-width: 1200px) {
  .grid-wrapper {
    height: 580px;
  }
}
@media (min-width: 1400px) {
  .grid-wrapper {
    height: 650px;
  }
}
@media (min-width: 1600px) {
  .grid-wrapper {
    height: 680px;
  }
}
@media screen and (min-width: 992px) {
  .grid-wrapper .item .content {
    transform: translate(0, 20px);
    transition: all 1s cubic-bezier(0.26, 0.015, 0, 1);
  }
  .grid-wrapper .item .content p {
    visibility: hidden;
    opacity: 0;
    transition: all 1s cubic-bezier(0.26, 0.015, 0, 1);
  }
  .grid-wrapper .item:hover span.button {
    transform: scale(1);
  }
  .grid-wrapper .item:hover .content {
    transform: translate(0, 0);
  }
  .grid-wrapper .item:hover .content p {
    visibility: visible;
    opacity: 1;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .grid-wrapper.five-item-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .grid-wrapper.five-item-grid .item-1 {
    grid-area: 1/1/2/2;
  }
  .grid-wrapper.five-item-grid .item-2 {
    grid-area: 1/2/3/3;
  }
  .grid-wrapper.five-item-grid .item-3 {
    grid-area: 1/3/2/4;
  }
  .grid-wrapper.five-item-grid .item-4 {
    grid-area: 2/1/3/2;
  }
  .grid-wrapper.five-item-grid .item-5 {
    grid-area: 2/3/3/4;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .grid-wrapper.five-item-grid .item-2 .content {
    bottom: 7%;
  }
}
@media (min-width: 992px) {
  .grid-wrapper.five-item-grid .content {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
  .grid-wrapper.five-item-grid .content h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: "mark-mediummedium";
    letter-spacing: -0.02em;
  }
  .grid-wrapper.five-item-grid .item-2 .content {
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
  }
  .grid-wrapper.five-item-grid .item-2 .content h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .grid-wrapper.five-item-grid .content h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .grid-wrapper.five-item-grid .item-2 .content h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1400px) {
  .grid-wrapper.five-item-grid .content h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1600px) {
  .grid-wrapper.five-item-grid .content {
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
  .grid-wrapper.five-item-grid .item-2 .content {
    bottom: 50px;
    left: 50px;
    width: calc(100% - 100px);
  }
}
@media (min-width: 1800px) {
  .grid-wrapper.five-item-grid .content {
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
  }
  .grid-wrapper.five-item-grid .content h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .grid-wrapper.five-item-grid .item-2 .content {
    bottom: 50px;
    left: 50px;
    width: calc(100% - 100px);
  }
}
@media (min-width: 992px) {
  .grid-wrapper.three-item-grid-left {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    height: 800px;
  }
  .grid-wrapper.three-item-grid-left .item-1 {
    grid-area: 1/1/2/2;
  }
  .grid-wrapper.three-item-grid-left .item-2 {
    grid-area: 1/2/3/3;
  }
  .grid-wrapper.three-item-grid-left .item-3 {
    grid-area: 2/1/3/2;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .grid-wrapper.three-item-grid-left .item-2 .content {
    bottom: 7%;
  }
}
@media (min-width: 992px) {
  .grid-wrapper.three-item-grid-right {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    height: 800px;
  }
  .grid-wrapper.three-item-grid-right .item-1 {
    grid-area: 1/1/3/2;
  }
  .grid-wrapper.three-item-grid-right .item-2 {
    grid-area: 1/2/2/3;
  }
  .grid-wrapper.three-item-grid-right .item-3 {
    grid-area: 2/2/3/3;
  }
}
@media (min-width: 992px) {
  .grid-wrapper.three-item-grid-left .content, .grid-wrapper.three-item-grid-right .content {
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
  }
  .grid-wrapper.three-item-grid-left .content h2, .grid-wrapper.three-item-grid-right .content h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: "mark-mediummedium";
    letter-spacing: -0.02em;
  }
  .grid-wrapper.three-item-grid-left .item-2 .content, .grid-wrapper.three-item-grid-right .item-2 .content {
    bottom: 50px;
    left: 50px;
    width: calc(100% - 100px);
  }
  .grid-wrapper.three-item-grid-left .item-2 .content h2, .grid-wrapper.three-item-grid-right .item-2 .content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .grid-wrapper.three-item-grid-left .content h2, .grid-wrapper.three-item-grid-right .content h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .grid-wrapper.three-item-grid-left .item-2 .content h2, .grid-wrapper.three-item-grid-right .item-2 .content h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .grid-wrapper.four-item-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
  .grid-wrapper.four-item-grid .item-1 {
    grid-area: 1/1/4/2;
  }
  .grid-wrapper.four-item-grid .item-2 {
    grid-area: 1/2/1/2;
  }
  .grid-wrapper.four-item-grid .item-3 {
    grid-area: 2/2/2/2;
  }
  .grid-wrapper.four-item-grid .item-4 {
    grid-area: 3/2/3/2;
  }
  .grid-wrapper.four-item-grid .content {
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
  }
  .grid-wrapper.four-item-grid .content h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: "mark-mediummedium";
    letter-spacing: -0.02em;
  }
  .grid-wrapper.four-item-grid .item-1 .content {
    bottom: 50px;
    left: 50px;
    width: calc(100% - 100px);
  }
  .grid-wrapper.four-item-grid .item-1 .content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .grid-wrapper.four-item-grid .content h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .grid-wrapper.four-item-grid .item-1 .content h2 {
    font-size: 34px;
    line-height: 40px;
  }
}

.full-block-slider.energy-in-kosovo {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .full-block-slider.energy-in-kosovo {
    margin-top: 150px;
  }
}
.full-block-slider span.button.green {
  background-color: #07243A;
  color: #8DC63F;
}

.energy-operators {
  margin: 50px 0;
}
@media (min-width: 992px) {
  .energy-operators {
    margin: 100px 0 150px;
  }
}
.energy-operators .carousel-item {
  height: 150px;
}
.energy-operators .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  padding: 20px;
}
@media (min-width: 992px) {
  .energy-operators .carousel-item img {
    padding: 30px;
  }
}
.energy-operators .carousel-item img:focus {
  outline: none;
}

.energy-generators-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 50px;
  position: relative;
}
.energy-generators-wrapper h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-family: "mark-boldbold";
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
}
.energy-generators-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.26, 0.015, 0, 1);
  transform-origin: center center;
}
.energy-generators-wrapper > div {
  width: 40%;
  height: 200px;
  max-height: 200px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.26, 0.015, 0, 1);
}
.energy-generators-wrapper > div.active {
  width: 60%;
}
.energy-generators-wrapper > div:first-child {
  background-color: #8DC63F;
}
.energy-generators-wrapper > div:first-child span {
  color: #07243A;
  border-color: #07243A;
}
.energy-generators-wrapper > div:last-child {
  background-color: #07243A;
}
.energy-generators-wrapper > div:last-child span {
  color: #8DC63F;
  border-color: #8DC63F;
}
.energy-generators-wrapper span {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 120px;
  height: 120px;
  border-width: 4px;
  border-style: solid;
  text-align: center;
  display: inline-block;
  font-family: "mark-boldbold";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  border-radius: 50%;
}
.energy-generators-wrapper span strong {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .energy-generators-wrapper {
    margin-bottom: 150px;
  }
  .energy-generators-wrapper h2 {
    font-size: 50px;
  }
  .energy-generators-wrapper > div {
    height: 480px;
    max-height: 480px;
  }
}

@media screen and (min-width: 992px) {
  .energy-renewable:hover {
    cursor: url("../img/click-blue.svg"), auto;
  }
}

.traditional-generator-news {
  display: none;
}

.background-blue-wrapper {
  background-color: #07243A;
  padding-top: 200px;
  color: #fff;
}
@media (min-width: 992px) {
  .background-blue-wrapper {
    padding-top: 200px;
  }
}
.background-blue-wrapper .map-container {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .background-blue-wrapper .map-container {
    width: 62%;
    margin-bottom: 90px;
  }
}
.background-blue-wrapper .map-container .map-item {
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.26, 0.015, 0, 1);
  position: relative;
}
.background-blue-wrapper .map-container .map-item path:first-child {
  transition: all 0.5s cubic-bezier(0.26, 0.015, 0, 1);
}
.background-blue-wrapper .map-container .map-item.active path:first-child {
  fill: #fff;
}
.background-blue-wrapper .map-container .state .windmill-image {
  transform-origin: center center;
}
.background-blue-wrapper .map-container .state.active .cls-117,
.background-blue-wrapper .map-container .state.active .cls-144 {
  fill: white;
}
.background-blue-wrapper .map-container .state.active .windmill-image,
.background-blue-wrapper .map-container .state.active .nuclear-image {
  transition: all 0.3s;
}
.background-blue-wrapper .map-container .state.active .cls-3 {
  opacity: 1 !important;
}
.background-blue-wrapper .map-container .state.active.windmill .windmill-image {
  transform: translate(-4%, 13%) scale(1.8);
}
.background-blue-wrapper .map-container .state.active.windmill-2 .windmill-image {
  transform: translate(17%, 10%) scale(1.8);
}
.background-blue-wrapper .map-container .state.active.windmill-3 .windmill-image {
  transform: translate(13%, -10%) scale(1.8);
}
.background-blue-wrapper .map-container .state.active.windmill-4 .windmill-image {
  transform: translate(-31%, -1%) scale(1.8);
}
.background-blue-wrapper .map-container .state.active.nuclear-plant .nuclear-image {
  transform: translate(-46%, -39%) scale(1.8);
}
.background-blue-wrapper .map-container .city {
  font-family: "mark-regularregular";
  color: #8DC63F;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  position: absolute;
  display: none;
}
@media (min-width: 992px) {
  .background-blue-wrapper .map-container .city {
    display: inline-block;
  }
}
.background-blue-wrapper .map-container .city:nth-child(1) {
  right: 20%;
  top: 8%;
}
.background-blue-wrapper .map-container .city:nth-child(2) {
  left: -22%;
  top: 28%;
}
.background-blue-wrapper .map-container .city:nth-child(3) {
  left: 5%;
  bottom: 16%;
}
.background-blue-wrapper .map-container .city:nth-child(4) {
  right: 1%;
  bottom: 16%;
}
.background-blue-wrapper .map-container .city:nth-child(5) {
  right: -17%;
  bottom: 31%;
}
.background-blue-wrapper .footer-top {
  margin-top: 0;
}
.background-blue-wrapper h2 {
  font-size: 32px;
  font-family: "mark-boldbold";
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .background-blue-wrapper h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 90px;
  }
}
.background-blue-wrapper .map-wrapper .map-item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .background-blue-wrapper .map-wrapper .map-item {
    width: 49%;
    margin-bottom: 0px;
  }
  .background-blue-wrapper .map-wrapper .map-item:first-child, .background-blue-wrapper .map-wrapper .map-item:first-child p {
    padding-right: 100px;
  }
  .background-blue-wrapper .map-wrapper .map-item:nth-child(2), .background-blue-wrapper .map-wrapper .map-item:nth-child(2) p {
    padding-left: 100px;
  }
}
.background-blue-wrapper .map-wrapper .map-item p {
  font-size: 46px;
  font-family: "mark-regularregular";
  color: #8DC63F;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (min-width: 992px) {
  .background-blue-wrapper .map-wrapper .map-item p {
    font-size: 68px;
    line-height: 82px;
  }
}
.background-blue-wrapper .map-wrapper .map-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.background-blue-wrapper footer,
.background-blue-wrapper .footer-top,
.background-blue-wrapper .footer-bottom,
.background-blue-wrapper .footer-top h5 {
  color: #fff;
}

body {
  --lineTop: 0px;
  --lineWidth: 10px;
  --lineAfterLeft: --lineWidth * -1;
}

.map-block {
  position: relative;
}

.overlay-text {
  width: 350px;
  position: absolute;
  top: 0;
  right: 0;
}
.overlay-text .overlay-text-item {
  display: none;
  padding: 30px;
  background-color: #07243A;
  border: 4px solid #8DC63F;
}
.overlay-text .overlay-text-item::before, .overlay-text .overlay-text-item::after {
  content: "";
  background-color: white;
  position: absolute;
  top: var(--lineTop);
}
.overlay-text .overlay-text-item::before {
  height: 1px;
  width: var(--lineWidth);
  top: var(--lineTop);
  right: 100%;
}
.overlay-text .overlay-text-item::after {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  left: calc(var(--lineWidth) * -1);
  transform: translate(-50%, -50%);
}
.overlay-text .number {
  font-size: 205px;
  line-height: 246px;
  font-family: "mark-boldbold";
  margin-bottom: 0px;
}
.overlay-text h3 {
  font-size: 30px;
  line-height: 36px;
  font-family: "mark-boldbold";
  margin-bottom: 60px;
}
.overlay-text .info {
  color: #fff;
  margin-bottom: 0;
}

.ad-wrapper.invest-in-kosovo {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .ad-wrapper.invest-in-kosovo {
    margin-bottom: 110px;
  }
}

.slider-blue-box {
  background-color: #07243A;
  padding: 50px 0;
  margin-bottom: 50px;
}
.slider-blue-box .slider-article-box {
  border: 0;
  padding: 0;
  margin: 0;
}
.slider-blue-box .slider-article-box img {
  height: 260px;
}
.slider-blue-box .slider-article-box .content {
  color: #fff;
  padding-left: 0px;
}
.slider-blue-box .slider-article-box .slick-arrow {
  background-color: #8DC63F;
  color: #07243A;
}
@media (min-width: 992px) {
  .slider-blue-box {
    padding: 135px 0;
    margin-bottom: 120px;
  }
  .slider-blue-box .slider-article-box img {
    float: right;
    width: 50%;
    height: 460px;
  }
  .slider-blue-box .slider-article-box .content {
    float: left;
    padding-right: 80px;
  }
  .slider-blue-box .slider-article-box .slick-arrow.slick-prev {
    left: 0%;
  }
  .slider-blue-box .slider-article-box .slick-arrow.slick-next {
    left: 5%;
  }
}
@media screen and (min-width: 992px) {
  .slider-blue-box .slider-article-box .slick-arrow {
    transition: all 0.3s cubic-bezier(0.26, 0.015, 0, 1);
  }
  .slider-blue-box .slider-article-box .slick-arrow:hover {
    background-color: #fff;
  }
}

.gradient-wrapper {
  background-image: linear-gradient(#8DC63F, #07243A);
  margin-bottom: 200px;
}
@media (min-width: 992px) {
  .gradient-wrapper {
    margin-bottom: 380px;
  }
}
.gradient-wrapper header input::placeholder,
.gradient-wrapper header button {
  color: #07243A;
}
.gradient-wrapper header input:focus {
  border-bottom: 2px solid #07243A;
}
.gradient-wrapper header nav,
.gradient-wrapper header .menubar {
  background-color: transparent;
}
.gradient-wrapper header .search-mobile {
  background-color: #8DC63F;
}
.gradient-wrapper h2,
.gradient-wrapper h3,
.gradient-wrapper p,
.gradient-wrapper .info,
.gradient-wrapper .author {
  color: #fff !important;
}

.mb--5 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .mb--5 {
    margin-bottom: -5%;
  }
}

.renewable-wrapper {
  padding-top: 30px;
}
.renewable-wrapper h3 {
  font-size: 30px;
  line-height: 34px;
  font-family: "mark-boldbold";
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .renewable-wrapper h3 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 60px;
  }
}
.renewable-wrapper p {
  font-size: 18px;
  line-height: 22px;
  font-family: "mark-regularregular";
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .renewable-wrapper p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 50px;
  }
}
.renewable-wrapper img {
  width: 100%;
  position: relative;
  object-fit: contain;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .renewable-wrapper img {
    top: -25%;
    margin-top: 0;
  }
}
.renewable-wrapper.traditional-wrapper {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .renewable-wrapper.traditional-wrapper img {
    top: 0;
    width: auto;
    height: 600px;
    left: -20%;
  }
}

@media (min-width: 992px) {
  #renewable-energy img {
    transform: scale(3.5);
    top: 12%;
  }
}

.news-carousel {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .news-carousel {
    padding: 100px 0;
  }
}

.recent-news ul {
  list-style-type: disc;
  padding-left: 30px;
}
.recent-news .electricity-grid h2 {
  padding-bottom: 60px;
}
.recent-news .electricity-grid .more-btn {
  margin-bottom: 0;
  text-align: left;
}
.recent-news .electricity-grid .more-btn .btn-blue {
  margin-top: 20px;
}

.recent-news-article {
  margin-bottom: 0;
  padding-bottom: 0;
}

.double-block.news-page {
  margin-bottom: -100px;
}

.double-small-blocks.news-page .btn-green {
  margin-bottom: 80px;
}

.investment-wrapper {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .investment-wrapper {
    padding: 80px 0;
  }
}
.investment-wrapper a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.investment-wrapper .row {
  margin: 0;
}
.investment-wrapper [class*=col-] {
  padding: 0;
}
.investment-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .investment-wrapper img {
    height: 600px;
  }
}
.investment-wrapper .content {
  padding: 20px;
  position: absolute;
  bottom: 0;
  color: #fff;
}
@media (min-width: 992px) {
  .investment-wrapper .content {
    padding: 60px;
  }
}
.investment-wrapper .content .info {
  color: #fff;
}

.opeds-wrapper {
  color: #07243A;
  margin-bottom: 60px;
  padding: 0 15px;
}
.opeds-wrapper .image-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 20px;
}
.opeds-wrapper .content h3 {
  font-size: 20px;
  font-family: "mark-boldbold";
  margin-bottom: 26px;
}
.opeds-wrapper .content .info {
  margin-bottom: 20px;
  color: #07243A;
  font-weight: 700 !important;
  font-family: "Nunito", sans-serif !important;
  font-size: 14px !important;
  padding: 5px 10px;
}
.opeds-wrapper .content a {
  color: #fff;
  background-color: #8DC63F;
  padding: 15px 35px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 30px;
  font-family: "mark-mediummedium";
}
@media (max-width: 991px) {
  .opeds-wrapper .content a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .opeds-wrapper .opeds-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .opeds-wrapper .oped-item {
    display: flex;
    width: 50%;
  }
  .opeds-wrapper .oped-item .image-wrapper {
    width: 50%;
  }
  .opeds-wrapper .oped-item .image-wrapper img {
    height: 350px;
    margin-bottom: 0px;
  }
  .opeds-wrapper .oped-item .content {
    width: 50%;
    padding: 15px;
  }
  .opeds-wrapper .oped-item .content h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
  }
  .opeds-wrapper .oped-item .content a {
    left: -40%;
    font-size: 14px;
    line-height: 20px;
    width: 200px;
    text-align: end;
    margin-bottom: 0;
    padding: 20px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .opeds-wrapper .oped-item .content a {
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  .opeds-wrapper {
    margin-bottom: 120px;
    padding: 0;
  }
  .opeds-wrapper .oped-item {
    display: flex;
    width: 33.33%;
  }
  .opeds-wrapper .oped-item .image-wrapper img {
    height: 450px;
  }
  .opeds-wrapper .oped-item .content {
    padding: 30px;
  }
  .opeds-wrapper .oped-item .content h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .opeds-wrapper .oped-item .content .info {
    margin-bottom: 70px;
  }
  .opeds-wrapper .oped-item .content a {
    width: 310px;
    font-size: 16px;
    padding: 20px 55px;
  }
  .opeds-wrapper .oped-item:nth-child(4n+4), .opeds-wrapper .oped-item:nth-child(4n+5), .opeds-wrapper .oped-item:nth-child(4n+6) {
    flex-direction: row-reverse;
    text-align: right;
  }
  .opeds-wrapper .oped-item:nth-child(4n+4) .content a, .opeds-wrapper .oped-item:nth-child(4n+5) .content a, .opeds-wrapper .oped-item:nth-child(4n+6) .content a {
    text-align: left;
    left: auto;
    right: -140px;
  }
}

.respondents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-bottom: 0;
}

.chart-data {
  position: absolute;
}
.chart-data:nth-child(3) {
  left: 130px;
  top: 50px;
}
.chart-data:nth-child(4) {
  left: 170px;
  top: 120px;
}
.chart-data:nth-child(5) {
  left: 215px;
  top: 50px;
}

.yearly-chart {
  height: 50%;
  transform: rotateX(-180deg);
  margin-bottom: 80px;
}
.yearly-chart p {
  transform: rotateZ(270deg) rotateY(180deg);
  padding-left: 15px;
}
.yearly-chart img {
  position: absolute;
  bottom: -30px;
  transform: rotateX(180deg);
}
.yearly-chart span {
  position: absolute;
  top: -60px;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  left: 5px;
  transform: rotateY(180deg);
  color: white;
}
.yearly-chart div {
  width: 17%;
  display: inline-block;
  position: relative;
}
.yearly-chart .nuclear,
.yearly-chart .fossil {
  color: #8DC63F;
  background-color: #fff;
}
.yearly-chart .solar,
.yearly-chart .wind,
.yearly-chart .water {
  color: #fff;
  background-color: #8DC63F;
}
.yearly-chart .chart-1 {
  height: 2.5%;
}
.yearly-chart .chart-2 {
  height: 5%;
}
.yearly-chart .chart-3 {
  height: 7.5%;
}
.yearly-chart .chart-4 {
  height: 10%;
}
.yearly-chart .chart-5 {
  height: 12.5%;
}
.yearly-chart .chart-6 {
  height: 15%;
}
.yearly-chart .chart-7 {
  height: 17.5%;
}
.yearly-chart .chart-8 {
  height: 20%;
}
.yearly-chart .chart-9 {
  height: 22.5%;
}
.yearly-chart .chart-10 {
  height: 25%;
}
.yearly-chart .chart-11 {
  height: 27.5%;
}
.yearly-chart .chart-12 {
  height: 30%;
}
.yearly-chart .chart-13 {
  height: 32.5%;
}
.yearly-chart .chart-14 {
  height: 35%;
}
.yearly-chart .chart-15 {
  height: 37.5%;
}
.yearly-chart .chart-16 {
  height: 40%;
}
.yearly-chart .chart-17 {
  height: 42.5%;
}
.yearly-chart .chart-18 {
  height: 45%;
}
.yearly-chart .chart-19 {
  height: 47.5%;
}
.yearly-chart .chart-20 {
  height: 50%;
}
.yearly-chart .chart-21 {
  height: 52.5%;
}
.yearly-chart .chart-22 {
  height: 55%;
}
.yearly-chart .chart-23 {
  height: 57.5%;
}
.yearly-chart .chart-24 {
  height: 60%;
}
.yearly-chart .chart-25 {
  height: 62.5%;
}
.yearly-chart .chart-26 {
  height: 65%;
}
.yearly-chart .chart-27 {
  height: 67.5%;
}
.yearly-chart .chart-28 {
  height: 70%;
}
.yearly-chart .chart-29 {
  height: 72.5%;
}
.yearly-chart .chart-30 {
  height: 75%;
}
.yearly-chart .chart-31 {
  height: 77.5%;
}
.yearly-chart .chart-32 {
  height: 80%;
}
.yearly-chart .chart-33 {
  height: 82.5%;
}
.yearly-chart .chart-34 {
  height: 85%;
}
.yearly-chart .chart-35 {
  height: 87.5%;
}
.yearly-chart .chart-36 {
  height: 90%;
}
.yearly-chart .chart-37 {
  height: 92.5%;
}
.yearly-chart .chart-38 {
  height: 95%;
}
.yearly-chart .chart-39 {
  height: 97.5%;
}
.yearly-chart .chart-40 {
  height: 100%;
}
.yearly-chart .chart-41 {
  height: 102.5%;
}
.yearly-chart .chart-42 {
  height: 105%;
}
.yearly-chart .chart-43 {
  height: 107.5%;
}
.yearly-chart .chart-44 {
  height: 110%;
}
.yearly-chart .chart-45 {
  height: 112.5%;
}
.yearly-chart .chart-46 {
  height: 115%;
}
.yearly-chart .chart-47 {
  height: 117.5%;
}
.yearly-chart .chart-48 {
  height: 120%;
}
.yearly-chart .chart-49 {
  height: 122.5%;
}
.yearly-chart .chart-50 {
  height: 125%;
}
.yearly-chart .chart-51 {
  height: 127.5%;
}
.yearly-chart .chart-52 {
  height: 130%;
}
.yearly-chart .chart-53 {
  height: 132.5%;
}
.yearly-chart .chart-54 {
  height: 135%;
}
.yearly-chart .chart-55 {
  height: 137.5%;
}
.yearly-chart .chart-56 {
  height: 140%;
}
.yearly-chart .chart-57 {
  height: 142.5%;
}
.yearly-chart .chart-58 {
  height: 145%;
}
.yearly-chart .chart-59 {
  height: 147.5%;
}
.yearly-chart .chart-60 {
  height: 150%;
}
.yearly-chart .chart-61 {
  height: 152.5%;
}
.yearly-chart .chart-62 {
  height: 155%;
}
.yearly-chart .chart-63 {
  height: 157.5%;
}
.yearly-chart .chart-64 {
  height: 160%;
}
.yearly-chart .chart-65 {
  height: 162.5%;
}
.yearly-chart .chart-66 {
  height: 165%;
}
.yearly-chart .chart-67 {
  height: 167.5%;
}
.yearly-chart .chart-68 {
  height: 170%;
}
.yearly-chart .chart-69 {
  height: 172.5%;
}
.yearly-chart .chart-70 {
  height: 175%;
}
.yearly-chart .chart-71 {
  height: 177.5%;
}
.yearly-chart .chart-72 {
  height: 180%;
}
.yearly-chart .chart-73 {
  height: 182.5%;
}
.yearly-chart .chart-74 {
  height: 185%;
}
.yearly-chart .chart-75 {
  height: 187.5%;
}
.yearly-chart .chart-76 {
  height: 190%;
}
.yearly-chart .chart-77 {
  height: 192.5%;
}
.yearly-chart .chart-78 {
  height: 195%;
}
.yearly-chart .chart-79 {
  height: 197.5%;
}
.yearly-chart .chart-80 {
  height: 200%;
}
.yearly-chart .chart-81 {
  height: 202.5%;
}
.yearly-chart .chart-82 {
  height: 205%;
}
.yearly-chart .chart-83 {
  height: 207.5%;
}
.yearly-chart .chart-84 {
  height: 210%;
}
.yearly-chart .chart-85 {
  height: 212.5%;
}
.yearly-chart .chart-86 {
  height: 215%;
}
.yearly-chart .chart-87 {
  height: 217.5%;
}
.yearly-chart .chart-88 {
  height: 220%;
}
.yearly-chart .chart-89 {
  height: 222.5%;
}
.yearly-chart .chart-90 {
  height: 225%;
}
.yearly-chart .chart-91 {
  height: 227.5%;
}
.yearly-chart .chart-92 {
  height: 230%;
}
.yearly-chart .chart-93 {
  height: 232.5%;
}
.yearly-chart .chart-94 {
  height: 235%;
}
.yearly-chart .chart-95 {
  height: 237.5%;
}
.yearly-chart .chart-96 {
  height: 240%;
}
.yearly-chart .chart-97 {
  height: 242.5%;
}
.yearly-chart .chart-98 {
  height: 245%;
}
.yearly-chart .chart-99 {
  height: 247.5%;
}
.yearly-chart .chart-100 {
  height: 250%;
}

dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  position: relative;
  padding: 20px;
}

dt {
  align-self: flex-start;
  width: 100%;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 130px;
}

.text {
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 40px;
  width: 130px;
  position: absolute;
  left: 70px;
  justify-content: normal;
  z-index: 1;
}

.percentage {
  font-size: 0.8em;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  margin-left: 40px;
}
.percentage img {
  height: 40px;
  position: absolute;
  left: 0;
}
.percentage .number {
  position: absolute;
}
.percentage:after {
  content: "";
  display: block;
  background-color: #8DC63F;
  width: 50px;
  margin-bottom: 10px;
  height: 90%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.percentage:hover:after, .percentage:focus:after {
  background-color: #231F20;
}

.percentage-1:after {
  width: 1%;
}
.percentage-1 .number {
  left: 1.8%;
}

.percentage-2:after {
  width: 2%;
}
.percentage-2 .number {
  left: 3.6%;
}

.percentage-3:after {
  width: 3%;
}
.percentage-3 .number {
  left: 5.4%;
}

.percentage-4:after {
  width: 4%;
}
.percentage-4 .number {
  left: 7.2%;
}

.percentage-5:after {
  width: 5%;
}
.percentage-5 .number {
  left: 9%;
}

.percentage-6:after {
  width: 6%;
}
.percentage-6 .number {
  left: 10.8%;
}

.percentage-7:after {
  width: 7%;
}
.percentage-7 .number {
  left: 12.6%;
}

.percentage-8:after {
  width: 8%;
}
.percentage-8 .number {
  left: 14.4%;
}

.percentage-9:after {
  width: 9%;
}
.percentage-9 .number {
  left: 16.2%;
}

.percentage-10:after {
  width: 10%;
}
.percentage-10 .number {
  left: 18%;
}

.percentage-11:after {
  width: 11%;
}
.percentage-11 .number {
  left: 19.8%;
}

.percentage-12:after {
  width: 12%;
}
.percentage-12 .number {
  left: 21.6%;
}

.percentage-13:after {
  width: 13%;
}
.percentage-13 .number {
  left: 23.4%;
}

.percentage-14:after {
  width: 14%;
}
.percentage-14 .number {
  left: 25.2%;
}

.percentage-15:after {
  width: 15%;
}
.percentage-15 .number {
  left: 27%;
}

.percentage-16:after {
  width: 16%;
}
.percentage-16 .number {
  left: 28.8%;
}

.percentage-17:after {
  width: 17%;
}
.percentage-17 .number {
  left: 30.6%;
}

.percentage-18:after {
  width: 18%;
}
.percentage-18 .number {
  left: 32.4%;
}

.percentage-19:after {
  width: 19%;
}
.percentage-19 .number {
  left: 34.2%;
}

.percentage-20:after {
  width: 20%;
}
.percentage-20 .number {
  left: 36%;
}

.percentage-21:after {
  width: 21%;
}
.percentage-21 .number {
  left: 37.8%;
}

.percentage-22:after {
  width: 22%;
}
.percentage-22 .number {
  left: 39.6%;
}

.percentage-23:after {
  width: 23%;
}
.percentage-23 .number {
  left: 41.4%;
}

.percentage-24:after {
  width: 24%;
}
.percentage-24 .number {
  left: 43.2%;
}

.percentage-25:after {
  width: 25%;
}
.percentage-25 .number {
  left: 45%;
}

.percentage-26:after {
  width: 26%;
}
.percentage-26 .number {
  left: 46.8%;
}

.percentage-27:after {
  width: 27%;
}
.percentage-27 .number {
  left: 48.6%;
}

.percentage-28:after {
  width: 28%;
}
.percentage-28 .number {
  left: 50.4%;
}

.percentage-29:after {
  width: 29%;
}
.percentage-29 .number {
  left: 52.2%;
}

.percentage-30:after {
  width: 30%;
}
.percentage-30 .number {
  left: 54%;
}

.percentage-31:after {
  width: 31%;
}
.percentage-31 .number {
  left: 55.8%;
}

.percentage-32:after {
  width: 32%;
}
.percentage-32 .number {
  left: 57.6%;
}

.percentage-33:after {
  width: 33%;
}
.percentage-33 .number {
  left: 59.4%;
}

.percentage-34:after {
  width: 34%;
}
.percentage-34 .number {
  left: 61.2%;
}

.percentage-35:after {
  width: 35%;
}
.percentage-35 .number {
  left: 63%;
}

.percentage-36:after {
  width: 36%;
}
.percentage-36 .number {
  left: 64.8%;
}

.percentage-37:after {
  width: 37%;
}
.percentage-37 .number {
  left: 66.6%;
}

.percentage-38:after {
  width: 38%;
}
.percentage-38 .number {
  left: 68.4%;
}

.percentage-39:after {
  width: 39%;
}
.percentage-39 .number {
  left: 70.2%;
}

.percentage-40:after {
  width: 40%;
}
.percentage-40 .number {
  left: 72%;
}

.percentage-41:after {
  width: 41%;
}
.percentage-41 .number {
  left: 73.8%;
}

.percentage-42:after {
  width: 42%;
}
.percentage-42 .number {
  left: 75.6%;
}

.percentage-43:after {
  width: 43%;
}
.percentage-43 .number {
  left: 77.4%;
}

.percentage-44:after {
  width: 44%;
}
.percentage-44 .number {
  left: 79.2%;
}

.percentage-45:after {
  width: 45%;
}
.percentage-45 .number {
  left: 81%;
}

.percentage-46:after {
  width: 46%;
}
.percentage-46 .number {
  left: 82.8%;
}

.percentage-47:after {
  width: 47%;
}
.percentage-47 .number {
  left: 84.6%;
}

.percentage-48:after {
  width: 48%;
}
.percentage-48 .number {
  left: 86.4%;
}

.percentage-49:after {
  width: 49%;
}
.percentage-49 .number {
  left: 88.2%;
}

.percentage-50:after {
  width: 50%;
}
.percentage-50 .number {
  left: 90%;
}

.percentage-51:after {
  width: 51%;
}
.percentage-51 .number {
  left: 91.8%;
}

.percentage-52:after {
  width: 52%;
}
.percentage-52 .number {
  left: 93.6%;
}

.percentage-53:after {
  width: 53%;
}
.percentage-53 .number {
  left: 95.4%;
}

.percentage-54:after {
  width: 54%;
}
.percentage-54 .number {
  left: 97.2%;
}

.percentage-55:after {
  width: 55%;
}
.percentage-55 .number {
  left: 99%;
}

.percentage-56:after {
  width: 56%;
}
.percentage-56 .number {
  left: 100.8%;
}

.percentage-57:after {
  width: 57%;
}
.percentage-57 .number {
  left: 102.6%;
}

.percentage-58:after {
  width: 58%;
}
.percentage-58 .number {
  left: 104.4%;
}

.percentage-59:after {
  width: 59%;
}
.percentage-59 .number {
  left: 106.2%;
}

.percentage-60:after {
  width: 60%;
}
.percentage-60 .number {
  left: 108%;
}

.percentage-61:after {
  width: 61%;
}
.percentage-61 .number {
  left: 109.8%;
}

.percentage-62:after {
  width: 62%;
}
.percentage-62 .number {
  left: 111.6%;
}

.percentage-63:after {
  width: 63%;
}
.percentage-63 .number {
  left: 113.4%;
}

.percentage-64:after {
  width: 64%;
}
.percentage-64 .number {
  left: 115.2%;
}

.percentage-65:after {
  width: 65%;
}
.percentage-65 .number {
  left: 117%;
}

.percentage-66:after {
  width: 66%;
}
.percentage-66 .number {
  left: 118.8%;
}

.percentage-67:after {
  width: 67%;
}
.percentage-67 .number {
  left: 120.6%;
}

.percentage-68:after {
  width: 68%;
}
.percentage-68 .number {
  left: 122.4%;
}

.percentage-69:after {
  width: 69%;
}
.percentage-69 .number {
  left: 124.2%;
}

.percentage-70:after {
  width: 70%;
}
.percentage-70 .number {
  left: 126%;
}

.percentage-71:after {
  width: 71%;
}
.percentage-71 .number {
  left: 127.8%;
}

.percentage-72:after {
  width: 72%;
}
.percentage-72 .number {
  left: 129.6%;
}

.percentage-73:after {
  width: 73%;
}
.percentage-73 .number {
  left: 131.4%;
}

.percentage-74:after {
  width: 74%;
}
.percentage-74 .number {
  left: 133.2%;
}

.percentage-75:after {
  width: 75%;
}
.percentage-75 .number {
  left: 135%;
}

.percentage-76:after {
  width: 76%;
}
.percentage-76 .number {
  left: 136.8%;
}

.percentage-77:after {
  width: 77%;
}
.percentage-77 .number {
  left: 138.6%;
}

.percentage-78:after {
  width: 78%;
}
.percentage-78 .number {
  left: 140.4%;
}

.percentage-79:after {
  width: 79%;
}
.percentage-79 .number {
  left: 142.2%;
}

.percentage-80:after {
  width: 80%;
}
.percentage-80 .number {
  left: 144%;
}

.percentage-81:after {
  width: 81%;
}
.percentage-81 .number {
  left: 145.8%;
}

.percentage-82:after {
  width: 82%;
}
.percentage-82 .number {
  left: 147.6%;
}

.percentage-83:after {
  width: 83%;
}
.percentage-83 .number {
  left: 149.4%;
}

.percentage-84:after {
  width: 84%;
}
.percentage-84 .number {
  left: 151.2%;
}

.percentage-85:after {
  width: 85%;
}
.percentage-85 .number {
  left: 153%;
}

.percentage-86:after {
  width: 86%;
}
.percentage-86 .number {
  left: 154.8%;
}

.percentage-87:after {
  width: 87%;
}
.percentage-87 .number {
  left: 156.6%;
}

.percentage-88:after {
  width: 88%;
}
.percentage-88 .number {
  left: 158.4%;
}

.percentage-89:after {
  width: 89%;
}
.percentage-89 .number {
  left: 160.2%;
}

.percentage-90:after {
  width: 90%;
}
.percentage-90 .number {
  left: 162%;
}

.percentage-91:after {
  width: 91%;
}
.percentage-91 .number {
  left: 163.8%;
}

.percentage-92:after {
  width: 92%;
}
.percentage-92 .number {
  left: 165.6%;
}

.percentage-93:after {
  width: 93%;
}
.percentage-93 .number {
  left: 167.4%;
}

.percentage-94:after {
  width: 94%;
}
.percentage-94 .number {
  left: 169.2%;
}

.percentage-95:after {
  width: 95%;
}
.percentage-95 .number {
  left: 171%;
}

.percentage-96:after {
  width: 96%;
}
.percentage-96 .number {
  left: 172.8%;
}

.percentage-97:after {
  width: 97%;
}
.percentage-97 .number {
  left: 174.6%;
}

.percentage-98:after {
  width: 98%;
}
.percentage-98 .number {
  left: 176.4%;
}

.percentage-99:after {
  width: 99%;
}
.percentage-99 .number {
  left: 178.2%;
}

.percentage-100:after {
  width: 100%;
}
.percentage-100 .number {
  left: 180%;
}

.graph-horizontal {
  position: relative;
}
.graph-horizontal li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 10px;
}
.graph-horizontal .text-legend {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  text-align: right;
  display: block;
  transform: translate(0, -50%);
  padding: 0 10px;
}
.graph-horizontal .number {
  position: relative;
  width: 100%;
  background-color: #8DC63F;
  color: #fff;
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
}

.nav-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .nav-wrapper {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}

nav {
  background-color: #8DC63F;
  position: relative;
  padding: 20px 0;
}
nav .nav-inner {
  display: none;
  padding-top: 20px;
}
nav .nav-inner a {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
}
nav .nav-inner > li > a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #fff;
  transition: ease 0.75s;
  transform-origin: left center;
  transform: scale(0);
}
@media (max-width: 991px) {
  nav .container {
    width: auto;
  }
  nav .container .nav-social-media {
    display: none;
  }
  nav .nav-inner {
    padding-bottom: 15px;
  }
  nav .nav-inner li a {
    font-size: 15px;
  }
  nav .nav-inner li > ul {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  nav .nav-inner li > ul li a {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  nav {
    margin-bottom: 0;
    padding: 0;
  }
  nav .container {
    position: static;
  }
  nav .nav-inner {
    display: flex;
    padding-top: 0;
    position: static;
  }
  nav .nav-inner a {
    font-size: 11px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav .nav-inner a {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  nav .nav-inner a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  nav .nav-inner > li {
    padding: 12px 0;
  }
  nav .nav-inner > li ul {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transform: translate(0, 10px);
    transition: all 0.3s;
  }
  nav .nav-inner > li ul.visible {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translate(0, 0);
  }
  nav .nav-inner > li ul li {
    display: inline-block;
    margin-left: 1px;
    padding-left: 4px;
    position: relative;
  }
  nav .nav-inner > li ul li:after {
    content: "";
    position: absolute;
    top: 18%;
    left: 0;
    width: 1px;
    height: 60%;
    background-color: #07243A;
  }
  nav .nav-inner > li ul li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  nav .nav-inner > li ul li:first-child:after {
    display: none;
  }
  nav .nav-inner > li ul li a {
    color: #07243A;
    font-size: 10px;
    position: relative;
  }
  nav .nav-inner > li ul li a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #07243A;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.26, 0.015, 0, 1);
  }
  nav .nav-inner > li ul li a:hover {
    color: #07243A;
  }
  nav .nav-inner > li ul li a:hover:after {
    transform: scaleX(1);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav .nav-inner > li ul li {
    margin-left: 4px;
    padding-left: 10px;
  }
  nav .nav-inner > li ul li a {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  nav .nav-inner > li ul li {
    margin-left: 10px;
    padding-left: 10px;
  }
  nav .nav-inner > li ul li a {
    font-size: 13px;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  nav .nav-inner > li ul li {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  nav .nav-inner > li.current-menu-item a::before {
    transform: scale(1);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  nav .nav-inner > li {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
  }
  nav .nav-inner > li:first-child {
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }
}
@media (min-width: 992px) {
  nav .nav-social-media {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  nav .nav-social-media li {
    margin-right: 15px;
  }
  nav .nav-social-media li:first-child {
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 12px;
  }
  nav .nav-social-media li:last-child {
    margin-right: 0;
  }
  nav .nav-social-media li a {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  nav .nav-inner a:hover {
    color: #fff;
  }
  nav .nav-inner a:hover::before {
    transform: scale(1);
  }
}

.menubar {
  display: block;
  background-color: #8DC63F;
  height: 24px;
  position: relative;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "mark-boldbold";
}
.menubar a {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 30px;
  transform: translate(0, -50%);
  display: block;
  z-index: 2;
}
.menubar a span {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.menubar a span:last-child {
  margin-bottom: 0;
}
.menubar a.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.menubar a.active span:nth-child(2) {
  opacity: 0;
}
.menubar a.active span:nth-child(3) {
  top: -8px;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .menubar {
    display: none;
  }
}

.newsletter {
  background-color: #07243A;
  position: relative;
  width: 100%;
  background-image: url("../img/newsletter-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  height: 350px;
}
.newsletter .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "mark-mediummedium";
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.newsletter .content h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.newsletter .content p {
  font-size: 14px;
  line-height: 16px;
  font-family: "Nunito", sans-serif;
  color: #fff;
  margin-bottom: 0;
}
.newsletter .content input {
  background-color: #fff;
  border: none;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
}
.newsletter .content input ::placeholder {
  color: #999999;
}
.newsletter .content button {
  background-color: #8DC63F;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
  font-family: "mark-mediummedium";
  margin-bottom: 15px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 991px) {
  .newsletter .content input {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .newsletter {
    margin-bottom: 80px;
    height: 420px;
  }
  .newsletter .content {
    min-width: 600px;
    width: auto;
    padding: 0;
  }
  .newsletter .content h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .newsletter .content p {
    font-size: 18px;
    line-height: 22px;
    color: #999999;
  }
  .newsletter .content input {
    margin-bottom: 45px;
    margin-right: 2%;
    width: 64%;
    line-height: 22px;
    font-size: 18px;
    padding: 17px;
  }
  .newsletter .content button {
    font-size: 20px;
    line-height: 24px;
    width: 33%;
    padding: 17px;
    margin-bottom: 0;
    text-transform: capitalize;
  }
}

.interact .newsletter {
  background: 0 0;
  background-color: rgba(0, 0, 0, 0.05);
  height: 200px;
  margin-bottom: 50px;
}

.interact .newsletter .content input {
  margin-bottom: 0;
}

.full-boxes {
  margin-bottom: 30px;
}
.full-boxes .full-box {
  color: #fff;
  border: 1px solid #07243A;
  background-color: #fff;
  position: relative;
  padding: 30px;
}
.full-boxes .full-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.26, 0.015, 0, 1);
  transform-origin: bottom center;
}
.full-boxes .full-box a {
  display: block;
  position: relative;
  z-index: 2;
}
.full-boxes .full-box h3 {
  margin-bottom: 55px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.full-boxes .full-box .info {
  color: #fff !important;
  background-color: transparent;
}
.full-boxes .full-box h3,
.full-boxes .full-box .info {
  transition: color 0.5s cubic-bezier(0.26, 0.015, 0, 1);
}
.full-boxes .full-box:nth-child(2n+1):after {
  background-color: #07243A;
}
.full-boxes .full-box:nth-child(2n+2) {
  border-color: #8DC63F;
}
.full-boxes .full-box:nth-child(2n+2):after {
  background-color: #8DC63F;
}
@media (min-width: 992px) {
  .full-boxes {
    margin-bottom: 112px;
    display: flex;
    flex-wrap: nowrap;
  }
  .full-boxes .full-box {
    width: 25%;
    padding: 3.125vw;
    height: 610px;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .full-boxes .full-box:hover:after {
    transform: scaleY(0);
  }
  .full-boxes .full-box:hover:nth-child(2n+1) h3,
.full-boxes .full-box:hover:nth-child(2n+1) .info {
    color: #07243A !important;
  }
  .full-boxes .full-box:hover:nth-child(2n+2) h3,
.full-boxes .full-box:hover:nth-child(2n+2) .info {
    color: #8DC63F !important;
  }
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 36, 58, 0.9);
  z-index: 10;
  transform: translateX(-100%);
  display: none;
}
.search-overlay a {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  font-size: 18px;
  opacity: 0;
}
.search-overlay form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}
.search-overlay form:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1.2s cubic-bezier(0.26, 0.015, 0, 1);
}
.search-overlay form.active:after {
  transform: scaleX(1);
}
.search-overlay input,
.search-overlay button {
  color: #fff;
  font-size: 24px;
  opacity: 0;
}
.search-overlay input {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  width: 100%;
  padding-right: 10%;
  font-family: "mark-lightlight";
  padding-bottom: 10px;
}
.search-overlay input::placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.search-overlay input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.search-overlay input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.search-overlay button {
  background: none;
  box-shadow: 0;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .search-overlay a {
    top: 50px;
    right: 50px;
    font-size: 26px;
  }
  .search-overlay input,
.search-overlay button {
    font-size: 34px;
  }
  .search-overlay form {
    width: 70%;
  }
}

.list-search-results {
  margin-top: 50px;
  margin-bottom: 100px;
}

.list-search-results li a {
  display: block;
  border-bottom: 2px solid #8dc63f;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}

.list-search-results li a p {
  margin-bottom: 0;
}

.icon-close {
  position: absolute;
  top: -21px;
  right: -21px;
  display: flex;
  background: #8dc63f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
}

.icon-close:hover {
  cursor: pointer;
}

.full-block-slider {
  position: relative;
}
.full-block-slider .carousel-news-item {
  padding: 0 5px;
}
.full-block-slider img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 20px;
}
.full-block-slider span.button {
  right: 40px;
}
.full-block-slider [class*=col-] {
  margin-bottom: 30px;
}
.full-block-slider [class*=col-]:last-child {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .full-block-slider [class*=col-] {
    margin-bottom: 0px;
  }
}
.full-block-slider [class*=col-]:hover span.button {
  transform: scale(1);
}
.full-block-slider a {
  display: inline-block;
}
.full-block-slider .content h3 {
  font-size: 20px;
  line-height: 26px;
  color: #07243A;
  font-family: "mark-boldbold";
  margin-bottom: 10px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
@media (min-width: 992px) {
  .full-block-slider .content h3 {
    margin-bottom: 20px;
  }
}
.full-block-slider .content p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Nunito", sans-serif;
  margin-bottom: 0;
  color: #8DC63F;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 18px;
  background-color: #8DC63F;
  color: #fff;
  padding: 3px 6px;
}
@media (min-width: 992px) {
  .full-block-slider .content p {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .full-block-slider .carousel-news-item {
    padding: 0 4px;
  }
}

.text-carousel {
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .text-carousel {
    padding: 0 0 150px 0;
  }
}
.text-carousel p {
  font-family: "mark-mediummedium";
  font-size: 18px;
  line-height: 21px;
  color: #07243A;
  padding: 0 20px;
  border-left: 1px solid #07243A;
  border-right: 1px solid #07243A;
  margin-bottom: 0;
}

.cls-1 {
  fill: none;
}

.cls-2 {
  isolation: isolate;
}

.cls-3, .cls-5 {
  fill: #8dc63f;
  stroke: #07243a;
  stroke-miterlimit: 10;
}

.cls-3, .cls-4 {
  opacity: 0.8;
}

.cls-103, .cls-104, .cls-107, .cls-109, .cls-111, .cls-114, .cls-115, .cls-116, .cls-118, .cls-122, .cls-135, .cls-141, .cls-144, .cls-145, .cls-146, .cls-227, .cls-231, .cls-233, .cls-237, .cls-238, .cls-240, .cls-242, .cls-244, .cls-247, .cls-248, .cls-251, .cls-255, .cls-257, .cls-261, .cls-262, .cls-264, .cls-266, .cls-268, .cls-271, .cls-272, .cls-275, .cls-279, .cls-281, .cls-285, .cls-286, .cls-288, .cls-290, .cls-292, .cls-295, .cls-296, .cls-6, .cls-91, .cls-96, .cls-98 {
  mix-blend-mode: multiply;
}

.cls-7 {
  fill: #fff;
  opacity: 0;
}

.cls-147, .cls-8 {
  fill: #fdfdfd;
}

.cls-8 {
  opacity: 0.01;
}

.cls-148, .cls-9 {
  fill: #fbfbfb;
}

.cls-9 {
  opacity: 0.02;
}

.cls-10, .cls-149 {
  fill: #f9f9f9;
}

.cls-10 {
  opacity: 0.04;
}

.cls-11, .cls-150 {
  fill: #f7f7f7;
}

.cls-11 {
  opacity: 0.05;
}

.cls-12, .cls-151 {
  fill: #f6f6f6;
}

.cls-12 {
  opacity: 0.06;
}

.cls-13, .cls-152 {
  fill: #f4f4f4;
}

.cls-13 {
  opacity: 0.07;
}

.cls-14, .cls-153 {
  fill: #f2f2f2;
}

.cls-14 {
  opacity: 0.09;
}

.cls-15, .cls-154 {
  fill: #f0f0f0;
}

.cls-15 {
  opacity: 0.1;
}

.cls-155, .cls-16 {
  fill: #eee;
}

.cls-16 {
  opacity: 0.11;
}

.cls-156, .cls-17 {
  fill: #ececec;
}

.cls-17 {
  opacity: 0.12;
}

.cls-157, .cls-18 {
  fill: #eaeaea;
}

.cls-18 {
  opacity: 0.14;
}

.cls-158, .cls-19 {
  fill: #e8e8e8;
}

.cls-19 {
  opacity: 0.15;
}

.cls-106, .cls-159, .cls-20 {
  fill: #e6e6e6;
}

.cls-20 {
  opacity: 0.16;
}

.cls-160, .cls-21 {
  fill: #e5e5e5;
}

.cls-21 {
  opacity: 0.17;
}

.cls-161, .cls-22 {
  fill: #e3e3e3;
}

.cls-22 {
  opacity: 0.19;
}

.cls-162, .cls-23 {
  fill: #e1e1e1;
}

.cls-23 {
  opacity: 0.2;
}

.cls-163, .cls-24 {
  fill: #dfdfdf;
}

.cls-24 {
  opacity: 0.21;
}

.cls-164, .cls-25 {
  fill: #ddd;
}

.cls-25 {
  opacity: 0.22;
}

.cls-165, .cls-26 {
  fill: #dbdbdb;
}

.cls-26 {
  opacity: 0.23;
}

.cls-166, .cls-27 {
  fill: #d9d9d9;
}

.cls-27 {
  opacity: 0.25;
}

.cls-167, .cls-28 {
  fill: #d7d7d7;
}

.cls-28 {
  opacity: 0.26;
}

.cls-168, .cls-29 {
  fill: #d5d5d5;
}

.cls-29 {
  opacity: 0.27;
}

.cls-169, .cls-30 {
  fill: #d4d4d4;
}

.cls-30 {
  opacity: 0.28;
}

.cls-170, .cls-31 {
  fill: #d2d2d2;
}

.cls-31 {
  opacity: 0.3;
}

.cls-171, .cls-32 {
  fill: #d0d0d0;
}

.cls-32 {
  opacity: 0.31;
}

.cls-172, .cls-33 {
  fill: #cecece;
}

.cls-33 {
  opacity: 0.32;
}

.cls-173, .cls-34 {
  fill: #ccc;
}

.cls-34 {
  opacity: 0.33;
}

.cls-174, .cls-35 {
  fill: #cacaca;
}

.cls-35 {
  opacity: 0.35;
}

.cls-175, .cls-36 {
  fill: #c8c8c8;
}

.cls-36 {
  opacity: 0.36;
}

.cls-176, .cls-37 {
  fill: #c6c6c6;
}

.cls-37 {
  opacity: 0.37;
}

.cls-177, .cls-38 {
  fill: #c4c4c4;
}

.cls-38 {
  opacity: 0.38;
}

.cls-178, .cls-39 {
  fill: #c3c3c3;
}

.cls-39 {
  opacity: 0.4;
}

.cls-179, .cls-40 {
  fill: #c1c1c1;
}

.cls-40 {
  opacity: 0.41;
}

.cls-180, .cls-41 {
  fill: #bfbfbf;
}

.cls-41 {
  opacity: 0.42;
}

.cls-181, .cls-42 {
  fill: #bdbdbd;
}

.cls-42 {
  opacity: 0.43;
}

.cls-182, .cls-43 {
  fill: #bbb;
}

.cls-43 {
  opacity: 0.44;
}

.cls-183, .cls-44 {
  fill: #b9b9b9;
}

.cls-44 {
  opacity: 0.46;
}

.cls-184, .cls-45 {
  fill: #b7b7b7;
}

.cls-45 {
  opacity: 0.47;
}

.cls-185, .cls-46 {
  fill: #b5b5b5;
}

.cls-46 {
  opacity: 0.48;
}

.cls-186, .cls-47 {
  fill: #b3b3b3;
}

.cls-47 {
  opacity: 0.49;
}

.cls-187, .cls-48 {
  fill: #b2b2b2;
}

.cls-48 {
  opacity: 0.51;
}

.cls-188, .cls-49 {
  fill: #b0b0b0;
}

.cls-49 {
  opacity: 0.52;
}

.cls-189, .cls-50 {
  fill: #aeaeae;
}

.cls-50 {
  opacity: 0.53;
}

.cls-190, .cls-51 {
  fill: #acacac;
}

.cls-51 {
  opacity: 0.54;
}

.cls-191, .cls-52 {
  fill: #aaa;
}

.cls-52 {
  opacity: 0.56;
}

.cls-129, .cls-192, .cls-53 {
  fill: #a8a8a8;
}

.cls-53 {
  opacity: 0.57;
}

.cls-193, .cls-54 {
  fill: #a6a6a6;
}

.cls-54 {
  opacity: 0.58;
}

.cls-194, .cls-55 {
  fill: #a4a4a4;
}

.cls-55 {
  opacity: 0.59;
}

.cls-195, .cls-56 {
  fill: #a2a2a2;
}

.cls-56 {
  opacity: 0.6;
}

.cls-196, .cls-57 {
  fill: #a1a1a1;
}

.cls-57 {
  opacity: 0.62;
}

.cls-197, .cls-58 {
  fill: #9f9f9f;
}

.cls-58 {
  opacity: 0.63;
}

.cls-130, .cls-198, .cls-59 {
  fill: #9d9d9d;
}

.cls-59 {
  opacity: 0.64;
}

.cls-199, .cls-60 {
  fill: #9b9b9b;
}

.cls-60 {
  opacity: 0.65;
}

.cls-200, .cls-61 {
  fill: #999;
}

.cls-61 {
  opacity: 0.67;
}

.cls-201, .cls-62 {
  fill: #979797;
}

.cls-62 {
  opacity: 0.68;
}

.cls-202, .cls-63 {
  fill: #959595;
}

.cls-63 {
  opacity: 0.69;
}

.cls-203, .cls-64 {
  fill: #939393;
}

.cls-64 {
  opacity: 0.7;
}

.cls-204, .cls-65 {
  fill: #919191;
}

.cls-65 {
  opacity: 0.72;
}

.cls-66 {
  fill: #909090;
  opacity: 0.73;
}

.cls-67 {
  fill: #8e8e8e;
  opacity: 0.74;
}

.cls-205, .cls-68 {
  fill: #8c8c8c;
}

.cls-68 {
  opacity: 0.75;
}

.cls-206, .cls-69 {
  fill: #8a8a8a;
}

.cls-69 {
  opacity: 0.77;
}

.cls-207, .cls-70 {
  fill: #888;
}

.cls-70 {
  opacity: 0.78;
}

.cls-208, .cls-71 {
  fill: #868686;
}

.cls-71 {
  opacity: 0.79;
}

.cls-209, .cls-72 {
  fill: #848484;
}

.cls-72 {
  opacity: 0.8;
}

.cls-210, .cls-73 {
  fill: #828282;
}

.cls-73 {
  opacity: 0.81;
}

.cls-211, .cls-74 {
  fill: gray;
}

.cls-74 {
  opacity: 0.83;
}

.cls-212, .cls-75 {
  fill: #7f7f7f;
}

.cls-75 {
  opacity: 0.84;
}

.cls-213, .cls-76 {
  fill: #7d7d7d;
}

.cls-76 {
  opacity: 0.85;
}

.cls-214, .cls-77 {
  fill: #7b7b7b;
}

.cls-77 {
  opacity: 0.86;
}

.cls-135, .cls-141, .cls-215, .cls-78 {
  fill: #797979;
}

.cls-78 {
  opacity: 0.88;
}

.cls-216, .cls-79 {
  fill: #777;
}

.cls-79 {
  opacity: 0.89;
}

.cls-217, .cls-80 {
  fill: #757575;
}

.cls-80 {
  opacity: 0.9;
}

.cls-218, .cls-81 {
  fill: #737373;
}

.cls-81 {
  opacity: 0.91;
}

.cls-219, .cls-82 {
  fill: #717171;
}

.cls-82 {
  opacity: 0.93;
}

.cls-220, .cls-83 {
  fill: #6f6f6f;
}

.cls-83 {
  opacity: 0.94;
}

.cls-221, .cls-84 {
  fill: #6e6e6e;
}

.cls-84 {
  opacity: 0.95;
}

.cls-222, .cls-85 {
  fill: #6c6c6c;
}

.cls-85 {
  opacity: 0.96;
}

.cls-223, .cls-86 {
  fill: #6a6a6a;
}

.cls-86 {
  opacity: 0.98;
}

.cls-224, .cls-87 {
  fill: #686868;
}

.cls-87 {
  opacity: 0.99;
}

.cls-88 {
  fill: #666;
}

.cls-89 {
  clip-path: url(#clip-path);
}

.cls-90 {
  fill: url(#linear-gradient);
}

.cls-91 {
  fill: url(#radial-gradient);
}

.cls-92 {
  fill: url(#linear-gradient-2);
}

.cls-93 {
  fill: #333;
}

.cls-94 {
  clip-path: url(#clip-path-2);
}

.cls-95 {
  mask: url(#mask);
}

.cls-231, .cls-255, .cls-279, .cls-96 {
  opacity: 0.7;
}

.cls-96 {
  fill: url(#radial-gradient-2);
}

.cls-97 {
  clip-path: url(#clip-path-3);
}

.cls-98 {
  fill: url(#radial-gradient-3);
}

.cls-99 {
  fill: #4d4d4d;
}

.cls-100 {
  fill: url(#linear-gradient-3);
}

.cls-101 {
  clip-path: url(#clip-path-4);
}

.cls-102 {
  fill: url(#linear-gradient-4);
}

.cls-103 {
  fill: url(#radial-gradient-4);
}

.cls-104 {
  fill: url(#radial-gradient-5);
}

.cls-105 {
  clip-path: url(#clip-path-5);
}

.cls-107 {
  fill: url(#radial-gradient-6);
}

.cls-108, .cls-131, .cls-137, .cls-138, .cls-140, .cls-241, .cls-265, .cls-289 {
  mix-blend-mode: screen;
}

.cls-108 {
  fill: url(#radial-gradient-8);
}

.cls-109 {
  fill: url(#radial-gradient-9);
}

.cls-110 {
  fill: url(#linear-gradient-5);
}

.cls-111 {
  fill: url(#linear-gradient-6);
}

.cls-112 {
  fill: url(#linear-gradient-7);
}

.cls-113 {
  clip-path: url(#clip-path-6);
}

.cls-114 {
  fill: url(#radial-gradient-10);
}

.cls-115 {
  fill: url(#radial-gradient-11);
}

.cls-116, .cls-140, .cls-144 {
  opacity: 0.5;
}

.cls-117, .cls-144 {
  fill: #07243a;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.cls-118 {
  fill: url(#_ÂÁ_Ï_ÌÌ_È_ËÂÌÚ_52);
}

.cls-119 {
  fill: url(#_ÂÁ_Ï_ÌÌ_È_ËÂÌÚ_4);
}

.cls-120 {
  fill: #2e2e2e;
}

.cls-121 {
  fill: url(#_ÂÁ_Ï_ÌÌ_È_ËÂÌÚ_4-2);
}

.cls-122 {
  fill: #6d6d6d;
}

.cls-122, .cls-127, .cls-137, .cls-141 {
  opacity: 0.3;
}

.cls-123, .cls-131, .cls-134, .cls-137, .cls-138, .cls-140, .cls-142 {
  fill: #f5f5f5;
}

.cls-123, .cls-133, .cls-135, .cls-138 {
  opacity: 0.4;
}

.cls-123, .cls-134 {
  mix-blend-mode: overlay;
}

.cls-124 {
  fill: url(#_ÂÁ_Ï_ÌÌ_È_ËÂÌÚ_5);
}

.cls-125, .cls-127, .cls-133 {
  fill: #404040;
  mix-blend-mode: hard-light;
}

.cls-125 {
  opacity: 0.2;
}

.cls-126 {
  fill: #818181;
}

.cls-128 {
  fill: #555;
}

.cls-131 {
  opacity: 0.85;
}

.cls-132 {
  fill: url(#_ÂÁ_Ï_ÌÌ_È_ËÂÌÚ_4-3);
}

.cls-134 {
  opacity: 0.75;
}

.cls-136 {
  fill: url(#_ÂÁ_Ï_ÌÌ_È_ËÂÌÚ_3);
}

.cls-139 {
  fill: url(#_ÂÁ_Ï_ÌÌ_È_ËÂÌÚ_2);
}

.cls-143 {
  fill: #8b8b8b;
}

.cls-145 {
  fill: url(#_ÂÁ_Ï_ÌÌ_È_ËÂÌÚ_52-2);
}

.cls-146 {
  fill: url(#_ÂÁ_Ï_ÌÌ_È_ËÂÌÚ_52-3);
}

.cls-147 {
  opacity: 0.01;
}

.cls-148 {
  opacity: 0.02;
}

.cls-149 {
  opacity: 0.04;
}

.cls-150 {
  opacity: 0.05;
}

.cls-151 {
  opacity: 0.06;
}

.cls-152 {
  opacity: 0.07;
}

.cls-153 {
  opacity: 0.09;
}

.cls-154 {
  opacity: 0.1;
}

.cls-155 {
  opacity: 0.11;
}

.cls-156 {
  opacity: 0.12;
}

.cls-157 {
  opacity: 0.14;
}

.cls-158 {
  opacity: 0.15;
}

.cls-159 {
  opacity: 0.16;
}

.cls-160 {
  opacity: 0.17;
}

.cls-161 {
  opacity: 0.19;
}

.cls-162 {
  opacity: 0.2;
}

.cls-163 {
  opacity: 0.21;
}

.cls-164 {
  opacity: 0.22;
}

.cls-165 {
  opacity: 0.23;
}

.cls-166 {
  opacity: 0.25;
}

.cls-167 {
  opacity: 0.26;
}

.cls-168 {
  opacity: 0.27;
}

.cls-169 {
  opacity: 0.28;
}

.cls-170 {
  opacity: 0.3;
}

.cls-171 {
  opacity: 0.31;
}

.cls-172 {
  opacity: 0.32;
}

.cls-173 {
  opacity: 0.33;
}

.cls-174 {
  opacity: 0.35;
}

.cls-175 {
  opacity: 0.36;
}

.cls-176 {
  opacity: 0.37;
}

.cls-177 {
  opacity: 0.38;
}

.cls-178 {
  opacity: 0.4;
}

.cls-179 {
  opacity: 0.41;
}

.cls-180 {
  opacity: 0.42;
}

.cls-181 {
  opacity: 0.43;
}

.cls-182 {
  opacity: 0.44;
}

.cls-183 {
  opacity: 0.46;
}

.cls-184 {
  opacity: 0.47;
}

.cls-185 {
  opacity: 0.48;
}

.cls-186 {
  opacity: 0.49;
}

.cls-187 {
  opacity: 0.51;
}

.cls-188 {
  opacity: 0.52;
}

.cls-189 {
  opacity: 0.53;
}

.cls-190 {
  opacity: 0.54;
}

.cls-191 {
  opacity: 0.56;
}

.cls-192 {
  opacity: 0.57;
}

.cls-193 {
  opacity: 0.58;
}

.cls-194 {
  opacity: 0.59;
}

.cls-195 {
  opacity: 0.6;
}

.cls-196 {
  opacity: 0.62;
}

.cls-197 {
  opacity: 0.63;
}

.cls-198 {
  opacity: 0.64;
}

.cls-199 {
  opacity: 0.65;
}

.cls-200 {
  opacity: 0.67;
}

.cls-201 {
  opacity: 0.68;
}

.cls-202 {
  opacity: 0.69;
}

.cls-203 {
  opacity: 0.7;
}

.cls-204 {
  opacity: 0.72;
}

.cls-205 {
  opacity: 0.75;
}

.cls-206 {
  opacity: 0.77;
}

.cls-207 {
  opacity: 0.78;
}

.cls-208 {
  opacity: 0.79;
}

.cls-209 {
  opacity: 0.8;
}

.cls-210 {
  opacity: 0.81;
}

.cls-211 {
  opacity: 0.83;
}

.cls-212 {
  opacity: 0.84;
}

.cls-213 {
  opacity: 0.85;
}

.cls-214 {
  opacity: 0.86;
}

.cls-215 {
  opacity: 0.88;
}

.cls-216 {
  opacity: 0.89;
}

.cls-217 {
  opacity: 0.9;
}

.cls-218 {
  opacity: 0.91;
}

.cls-219 {
  opacity: 0.93;
}

.cls-220 {
  opacity: 0.94;
}

.cls-221 {
  opacity: 0.95;
}

.cls-222 {
  opacity: 0.96;
}

.cls-223 {
  opacity: 0.98;
}

.cls-224 {
  opacity: 0.99;
}

.cls-225 {
  clip-path: url(#clip-path-7);
}

.cls-226 {
  fill: url(#linear-gradient-8);
}

.cls-227 {
  fill: url(#radial-gradient-12);
}

.cls-228 {
  fill: url(#linear-gradient-9);
}

.cls-229 {
  clip-path: url(#clip-path-8);
}

.cls-230 {
  mask: url(#mask-2);
}

.cls-231 {
  fill: url(#radial-gradient-13);
}

.cls-232 {
  clip-path: url(#clip-path-9);
}

.cls-233 {
  fill: url(#radial-gradient-14);
}

.cls-234 {
  fill: url(#linear-gradient-10);
}

.cls-235 {
  clip-path: url(#clip-path-10);
}

.cls-236 {
  fill: url(#linear-gradient-11);
}

.cls-237 {
  fill: url(#radial-gradient-15);
}

.cls-238 {
  fill: url(#radial-gradient-16);
}

.cls-239 {
  clip-path: url(#clip-path-11);
}

.cls-240 {
  fill: url(#radial-gradient-17);
}

.cls-241 {
  fill: url(#radial-gradient-19);
}

.cls-242 {
  fill: url(#radial-gradient-20);
}

.cls-243 {
  fill: url(#linear-gradient-12);
}

.cls-244 {
  fill: url(#linear-gradient-13);
}

.cls-245 {
  fill: url(#linear-gradient-14);
}

.cls-246 {
  clip-path: url(#clip-path-12);
}

.cls-247 {
  fill: url(#radial-gradient-21);
}

.cls-248 {
  fill: url(#radial-gradient-22);
}

.cls-249 {
  clip-path: url(#clip-path-13);
}

.cls-250 {
  fill: url(#linear-gradient-15);
}

.cls-251 {
  fill: url(#radial-gradient-23);
}

.cls-252 {
  fill: url(#linear-gradient-16);
}

.cls-253 {
  clip-path: url(#clip-path-14);
}

.cls-254 {
  mask: url(#mask-3);
}

.cls-255 {
  fill: url(#radial-gradient-24);
}

.cls-256 {
  clip-path: url(#clip-path-15);
}

.cls-257 {
  fill: url(#radial-gradient-25);
}

.cls-258 {
  fill: url(#linear-gradient-17);
}

.cls-259 {
  clip-path: url(#clip-path-16);
}

.cls-260 {
  fill: url(#linear-gradient-18);
}

.cls-261 {
  fill: url(#radial-gradient-26);
}

.cls-262 {
  fill: url(#radial-gradient-27);
}

.cls-263 {
  clip-path: url(#clip-path-17);
}

.cls-264 {
  fill: url(#radial-gradient-28);
}

.cls-265 {
  fill: url(#radial-gradient-30);
}

.cls-266 {
  fill: url(#radial-gradient-31);
}

.cls-267 {
  fill: url(#linear-gradient-19);
}

.cls-268 {
  fill: url(#linear-gradient-20);
}

.cls-269 {
  fill: url(#linear-gradient-21);
}

.cls-270 {
  clip-path: url(#clip-path-18);
}

.cls-271 {
  fill: url(#radial-gradient-32);
}

.cls-272 {
  fill: url(#radial-gradient-33);
}

.cls-273 {
  clip-path: url(#clip-path-19);
}

.cls-274 {
  fill: url(#linear-gradient-22);
}

.cls-275 {
  fill: url(#radial-gradient-34);
}

.cls-276 {
  fill: url(#linear-gradient-23);
}

.cls-277 {
  clip-path: url(#clip-path-20);
}

.cls-278 {
  mask: url(#mask-4);
}

.cls-279 {
  fill: url(#radial-gradient-35);
}

.cls-280 {
  clip-path: url(#clip-path-21);
}

.cls-281 {
  fill: url(#radial-gradient-36);
}

.cls-282 {
  fill: url(#linear-gradient-24);
}

.cls-283 {
  clip-path: url(#clip-path-22);
}

.cls-284 {
  fill: url(#linear-gradient-25);
}

.cls-285 {
  fill: url(#radial-gradient-37);
}

.cls-286 {
  fill: url(#radial-gradient-38);
}

.cls-287 {
  clip-path: url(#clip-path-23);
}

.cls-288 {
  fill: url(#radial-gradient-39);
}

.cls-289 {
  fill: url(#radial-gradient-41);
}

.cls-290 {
  fill: url(#radial-gradient-42);
}

.cls-291 {
  fill: url(#linear-gradient-26);
}

.cls-292 {
  fill: url(#linear-gradient-27);
}

.cls-293 {
  fill: url(#linear-gradient-28);
}

.cls-294 {
  clip-path: url(#clip-path-24);
}

.cls-295 {
  fill: url(#radial-gradient-43);
}

.cls-296 {
  fill: url(#radial-gradient-44);
}

.cls-297 {
  filter: url(#luminosity-noclip-4);
}

.cls-298 {
  filter: url(#luminosity-noclip-3);
}

.cls-299 {
  filter: url(#luminosity-noclip-2);
}

.cls-300 {
  filter: url(#luminosity-noclip);
}

#map {
  height: 400px;
  width: 100%;
}
@media (min-width: 992px) {
  #map {
    height: 400px;
  }
}

.map-info {
  font-size: 18px;
  font-family: "mark-regularregular";
}

.map {
  position: relative;
  text-align: center;
  width: 100%;
  display: none;
}
.map svg {
  width: 100%;
  display: inline-block;
}
.map path {
  opacity: 0.8;
  fill: #8dc63f;
  stroke: #07243a;
  stroke-miterlimit: 10;
  stroke-width: 1;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.26, 0.015, 0, 1);
}
.map path.active, .map path:hover {
  opacity: 1;
}
.map text {
  fill: #8dc63f;
  font-size: 24px;
  font-family: "mark-regularregular";
}
.map image {
  opacity: 1;
}
@media (min-width: 992px) {
  .map {
    display: block;
  }
}

.location-image {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: bottom center;
  transition: all 0.5s cubic-bezier(0.26, 0.015, 0, 1);
  cursor: pointer;
}
@media (min-width: 1400px) {
  .location-image {
    transform: scale(0.375);
  }
}

@media (min-width: 1400px) {
  .location-image-active {
    transform: scale(0.6);
  }
}

.location-renewable {
  width: 90px;
  height: 110.8606901427px;
}
@media (min-width: 1400px) {
  .location-renewable {
    width: 226.33px;
    height: 278.79px;
  }
}

.location-traditional {
  width: 120px;
}
@media (min-width: 1400px) {
  .location-traditional {
    width: 320px;
  }
}

.location-hydro {
  width: 120px;
}
@media (min-width: 1400px) {
  .location-hydro {
    width: 320px;
  }
}

body {
  --width: 100px;
}

.map-info-location {
  width: 100%;
  background-color: #07243A;
  border: 5px solid #8DC63F;
  color: #fff;
  padding: 40px 20px;
  transition: all 0.5s cubic-bezier(0.26, 0.015, 0, 1);
  margin-bottom: 15px;
}
.map-info-location h2 {
  font-size: 50px;
  margin-bottom: 25px;
}
.map-info-location h2 span {
  font-size: 15px;
  line-height: 15px;
  color: #8DC63F;
}
.map-info-location h4 {
  font-size: 18px;
}
.map-info-location p {
  font-size: 14px;
}
.map-info-location p:last-child {
  margin-bottom: 0;
}
.map-info-location ul {
  position: relative;
  margin-bottom: 15px;
}
.map-info-location ul:last-child {
  margin-bottom: 0;
}
.map-info-location ul li {
  font-size: 12px;
  padding-left: 14px;
  margin-bottom: 5px;
  position: relative;
}
.map-info-location ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.map-info-location ul li a {
  transition: color 0.3s cubic-bezier(0.26, 0.015, 0, 1);
}
@media screen and (min-width: 992px) {
  .map-info-location ul li a:hover {
    color: #8DC63F;
  }
}
.map-info-location .map-info-line {
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  width: 100px;
  transform-origin: right center;
  transition: transform 0.3s cubic-bezier(0.26, 0.015, 0, 1);
}
.map-info-location .map-info-circle {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(0, -50%) scale(0);
  transform-origin: center center;
  transition: all 0.3s cubic-bezier(0.26, 0.015, 0, 1) linear 0.5s;
}
.map-info-location.map-info-location-active {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
}
.map-info-location.map-info-location-active .map-info-line {
  transform: scaleX(1);
}
.map-info-location.map-info-location-active .map-info-circle {
  transform: translate(0, -50%) scale(1);
}
@media (min-width: 992px) {
  .map-info-location {
    position: absolute;
    top: 0;
    right: 0%;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 40px);
    z-index: -1;
    max-width: 400px;
    margin-bottom: 0;
  }
}

.map {
  display: block;
}

.map path {
  opacity: 0.5;
}

.map-hover {
  opacity: 0.8 !important;
  cursor: pointer;
}

.map-hover:hover {
  opacity: 1 !important;
}

.icon-close {
  position: absolute;
  top: -21px;
  right: -21px;
  display: flex;
  background: #8dc63f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.icon-close:hover {
  cursor: pointer;
}

.map-modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 36, 58, 0.8);
  overflow: auto;
}

.modal-active {
  display: block !important;
}

.modal-content {
  position: relative;
  display: none;
  width: 50%;
  margin: 15% auto;
  background-color: #07243a;
  border: 5px solid #8dc63f;
  color: #fff;
  padding: 40px 20px;
  transition: all 0.5s cubic-bezier(0.26, 0.015, 0, 1);
  margin-bottom: 15px;
}

.modal-content h2 {
  font-size: 50px;
  margin-bottom: 25px;
}

.modal-content h2 span {
  font-size: 15px;
  line-height: 15px;
  color: #8dc63f;
}

.modal-content h4 {
  font-size: 18px;
}

.modal-content p {
  font-size: 14px;
}

.modal-contentn p:last-child {
  margin-bottom: 0;
}

.modal-content ul {
  position: relative;
  margin-bottom: 15px;
}

.modal-content ul:last-child {
  margin-bottom: 0;
}

.modal-content ul li {
  font-size: 12px;
  padding-left: 14px;
  margin-bottom: 5px;
  position: relative;
}

.modal-content ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}

.modal-content ul li a {
  transition: color 0.3s cubic-bezier(0.26, 0.015, 0, 1);
}

.modal-content .icon-close {
  position: absolute;
  top: -21px;
  right: -21px;
  display: flex;
  background: #8dc63f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  border: 2px solid #8dc63f;
}

@media screen and (min-width: 992px) {
  .modal-content .icon-close:hover {
    background-color: #07243a;
    color: #fff;
  }
}
@media (max-width: 567px) {
  .modal-content h2 {
    font-size: 25px;
  }

  .modal-content h4 {
    font-size: 14px;
  }

  .modal-content {
    word-break: break-word;
    width: 80%;
    margin: 50% auto;
  }
}
.accordion {
  color: #07243A;
  margin-bottom: 10px;
}
.accordion .accordion-title {
  font-size: 22px;
  padding: 20px 25px;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.105);
  color: #07243A;
  position: relative;
  cursor: pointer;
  padding-right: 50px;
}
.accordion .accordion-title strong {
  position: relative;
  transition: color 0.3s cubic-bezier(0.26, 0.015, 0, 1);
}
.accordion .accordion-title span {
  position: absolute;
  top: 50%;
  right: 30px;
  transform-origin: center center;
  transform: translate(0, -50%) rotate(180deg);
  transform-origin: center center;
  font-size: 18px;
  transition: transform 0.3s cubic-bezier(0.26, 0.015, 0, 1);
}
.accordion .accordion-title strong,
.accordion .accordion-title span {
  z-index: 2;
}
.accordion .accordion-title.active strong {
  color: #fff;
}
.accordion .accordion-title.active span {
  transform: translate(0, -50%) rotate(0);
}
@media screen and (min-width: 992px) {
  .accordion .accordion-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8DC63F;
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.26, 0.015, 0, 1);
    transform-origin: bottom center;
    transform: scaleY(0);
  }
  .accordion .accordion-title.active strong, .accordion .accordion-title:hover strong {
    color: #fff;
  }
  .accordion .accordion-title.active:after, .accordion .accordion-title:hover:after {
    transform: scaleY(1);
  }
}
.accordion .accordion-text {
  display: none;
  padding: 15px 15px 0 15px;
  font-family: "Nunito", sans-serif;
}
.accordion .accordion-text a {
  color: #8DC63F;
}
.accordion .accordion-text p,
.accordion .accordion-text ul {
  margin-bottom: 20px;
}
.accordion .accordion-text ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}

.operator-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.operator-list img {
  max-width: 100px;
  width: 100%;
  height: auto;
  max-height: 100px;
  margin-bottom: 30px;
  filter: grayscale(1);
  transition: all 0.3s cubic-bezier(0.26, 0.015, 0, 1);
}
.operator-list a {
  display: block;
  text-align: center;
}
.operator-list p {
  font-family: "mark-mediummedium";
  font-size: 12px;
  text-transform: uppercase;
  transition: color 0.3s cubic-bezier(0.26, 0.015, 0, 1);
}
.operator-list li.active p {
  color: #8DC63F;
}
.operator-list li.active img {
  filter: grayscale(0);
}
@media (max-width: 991px) {
  .operator-list {
    flex-wrap: wrap;
  }
  .operator-list li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .operator-list {
    flex-direction: row;
  }
  .operator-list img {
    max-width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .operator-list a:hover p {
    color: #8DC63F;
  }
  .operator-list a:hover img {
    filter: grayscale(0);
  }
}

.operator-wrapper .operator-item {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.pagination span,
.pagination a {
  font-size: 14px;
  background-color: #07243A;
  color: #fff;
  border: 1px solid #07243A;
  padding: 10px 16px;
  margin: 0 4px;
  font-family: "mark-boldbold";
  transition: all 0.3s cubic-bezier(0.26, 0.015, 0, 1);
}
@media screen and (min-width: 992px) {
  .pagination span:hover,
.pagination a:hover {
    background-color: #8DC63F;
  }
}
.pagination .current {
  background-color: #8DC63F;
}

.article .content .author-wrapper {
  display: flex;
}
.article .content .author-wrapper > div:last-child {
  margin-left: 30px;
}
.article .content .author-wrapper img {
  width: 140px;
  height: auto;
  margin: 0;
}
.article .content .author-wrapper h5 {
  font-family: "mark-mediummedium";
  margin-bottom: 30px;
  font-size: 18px;
}
.article .content .author-wrapper p {
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
}

.article .content .author-wrapper.author-wrapper-podcast {
  padding: 20px;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
}

.article .content .author-wrapper.author-wrapper-podcast + .article .content .author-wrapper.author-wrapper-podcast {
  margin-bottom: 15px;
}

.article .content .author-wrapper.author-wrapper-podcast:first-child {
  margin-top: 60px;
}

.article .content .author-wrapper.author-wrapper-podcast:last-child {
  margin-bottom: 60px;
}

.article .content .author-wrapper.author-wrapper.author-wrapper-podcast img {
  height: 140px;
}

.small-block {
  margin-top: 50px;
}
.small-block .col-md-4 {
  margin-bottom: 30px;
}
.small-block a {
  height: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.small-block-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .small-block-item {
    height: 100%;
  }
}

.small-block-img {
  width: 70px;
  margin-right: 20px;
}
.small-block-img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  margin-bottom: 0;
}

.small-block-text {
  width: calc(100% - 100px);
}
.small-block-text h4 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 8px;
}
.small-block-text p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.small-block-text .info {
  font-size: 11px !important;
  margin-bottom: 0;
}

.categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 80px;
}
.categories .category {
  width: calc(50% - 5px);
  padding: 20px;
  border: 1px solid #8dc63f;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.categories .category:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../img/shape.svg");
  background-position: 105px center;
  background-repeat: no-repeat;
  background-size: 160px;
  opacity: 0.175;
  transition: opacity 0.5s cubic-bezier(0.26, 0.015, 0, 1);
}
.categories .category h2 {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 2;
  transition: color 0.5s cubic-bezier(0.26, 0.015, 0, 1);
}
.categories .category h2 i {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  transform: translate(0, -50%);
}
.categories .category span {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #8DC63F;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-family: "Nunito", sans-serif;
  border-radius: 5px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .categories .category:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #07243A;
    transform-origin: bottom center;
    transition: transform 0.5s cubic-bezier(0.26, 0.015, 0, 1);
    transform: scaleY(0);
  }
  .categories .category:hover:before {
    opacity: 0.5;
  }
  .categories .category:hover:after {
    transform: scaleY(1);
  }
  .categories .category:hover h2 {
    color: #fff;
  }
}

@media (min-width: 992px) {
  .categories .category {
    width: calc(20% - 10px);
    margin-bottom: 0;
  }

  .categories .category h2 {
    font-size: 20px;
  }
}
.category-section .category-section--items {
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}
.category-section .category-section--items ul {
  display: flex;
  flex-wrap: nowrap;
}
.category-section .category-section--items ul li {
  border: 1px solid #8dc63f;
  border-radius: 5px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-right: calc(10% / 3);
  margin-bottom: 10px;
}
.category-section .category-section--items ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #07243A;
  background-color: #8DC63F;
  transition: all 0.5s cubic-bezier(0.26, 0.015, 0, 1);
  transform-origin: left center;
  transform: scaleX(0);
}
.category-section .category-section--items ul li a {
  padding: 22px 10px 22px 70px;
  position: relative;
  display: block;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  z-index: 2;
  text-transform: uppercase;
  color: #07243A;
}
.category-section .category-section--items ul li a div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  z-index: 2;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.26, 0.015, 0, 1);
}
.category-section .category-section--items ul li a div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 80%;
  height: 80%;
}
.category-section .category-section--items ul li.active:after {
  transform: scaleX(1);
}
.category-section .category-section--items ul li.active a {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .category-section .category-section--items ul li:hover:after {
    transform: scaleX(1);
  }
  .category-section .category-section--items ul li:hover a {
    color: #fff;
  }
}
.category-section .category-section--content .title {
  position: relative;
}
.category-section .category-section--content h3 {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  color: #8DC63F;
}
.category-section .category-section--content ul li {
  display: none;
}
.category-section .category-section--content ul li:first-child {
  display: block;
}
.category-section .category-section--info {
  margin-top: 15px;
}
.category-section .category-section--info a {
  font-size: 20px;
  color: #07243A;
  transition: color 0.5s cubic-bezier(0.26, 0.015, 0, 1);
}
.category-section .category-section--info a:first-child {
  margin-right: 6px;
}
.category-section .category-section--info a:first-child.active {
  color: #8DC63F;
}
.category-section .category-section--info a:last-child {
  font-size: 18px;
}
.category-section .category-section--text {
  margin-bottom: 30px;
  display: none;
}
.category-section .category-section--text a {
  color: #8DC63F;
}

@media (min-width: 992px) {
  .category-section .category-section--items {
    margin-bottom: 30px;
  }

  .category-section .category-section--items ul li {
    width: 30%;
  }

  .category-section .category-section--info {
    position: absolute;
    top: 0;
    right: 15px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .category-section .category-section--content {
    padding: 0;
  }
}
.category-section--block {
  margin-bottom: 100px;
}

.category-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.category-overlay .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.category-overlay .col-4,
.category-overlay .col-8 {
  background-color: #fff;
  padding: 40px;
}
.category-overlay .col-4 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.category-overlay .col-4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/shape.svg");
  height: 100%;
  width: 600px;
  background-repeat: no-repeat;
  background-position: -200px 0;
  opacity: 0.075;
}
.category-overlay .col-8 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.category-overlay--img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #8DC63F;
  position: relative;
  margin-bottom: 30px;
  margin-top: 40px;
  text-align: center;
  margin: 40px auto 30px auto;
}
.category-overlay--img img {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  object-fit: contain;
  object-position: center center;
}
.category-overlay h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  color: #07243A;
  font-size: 26px;
}
.category-overlay p {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.category-overlay--info {
  text-align: center;
}
.category-overlay--info p {
  color: #07243A;
}
.category-overlay--info p a {
  color: #8DC63F;
}

.block-news {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.block-news--img {
  width: 35%;
  height: 120px;
  position: relative;
}
.block-news--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.block-news--text {
  width: 60%;
}
.block-news--text h4 {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.block-news--btn {
  margin-top: 30px;
  text-align: center;
}

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.carousel-arrow {
  position: absolute;
  top: 115px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #8DC63F;
  color: #07243A;
  text-align: center;
  line-height: 40px;
  transform: translate(0, -50%);
  transition: all 0.3s cubic-bezier(0.26, 0.015, 0, 1);
}
.carousel-arrow.carousel-arrow--left {
  left: 20px;
}
.carousel-arrow.carousel-arrow--right {
  right: 20px;
}
.carousel-arrow span {
  position: relative;
  top: 2px;
}
@media screen and (min-width: 992px) {
  .carousel-arrow:hover {
    background-color: #fff;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: 0;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

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