@charset "UTF-8";
/* Slider */
.slick-arrow,
.slick-arrow .arrow {
  display: inline !important;
  cursor: pointer;
}

.slick-arrow.prev {
  margin-right: 10px;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.offenders .card img,
.offenders .card {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.offenders .card img .card-list,
.offenders .card .card-list {
  margin-top: 0px;
}
.offenders .card img .card-list li:first-child,
.offenders .card .card-list li:first-child {
  border-top: 0px;
  padding-top: 0px;
}

.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 {
  margin: 0 -15px;
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto !important;
}
.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: auto;
  min-height: 1px;
  margin: 0 15px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

body {
  background-color: #060801;
  color: #FFFFFF;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (min-width: 1080px) {
  body {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  color: #FFFFFF;
}
a:hover {
  color: #A2E801;
}

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

::-moz-selection {
  color: #060801;
  background: #A2E801;
}

::selection {
  color: #060801;
  background: #A2E801;
}

#preload {
  background: #A2E801;
}

.text-white {
  color: #FFFFFF;
}

.text-green {
  color: #A2E801;
}

.bg-white {
  background: #FFFFFF;
  color: #060801;
  border-color: #FFFFFF;
}
.bg-white a {
  color: #060801;
}
.bg-white blockquote {
  background: #A2E801 !important;
}
.bg-white blockquote:before {
  color: #FFFFFF !important;
}

.bg-green {
  background: #A2E801;
  color: #060801;
}
.bg-green a {
  color: #060801;
}
.bg-green h4 {
  color: #FFFFFF;
}
.bg-green .border-left {
  border-color: #FFFFFF;
}

.text-right {
  text-align: right;
}

.border-left {
  border-left: 2px solid #A2E801;
  padding-left: 30px;
}

.border-margin {
  margin: 80px 0;
}

.align-items-middle {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  text-align: left !important;
}

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

.mr-5 {
  margin-right: 20px !important;
}

.mr-4 {
  margin-right: 15px !important;
}

.py-main {
  padding-top: 111px;
}

.pb-6 {
  padding-bottom: 5em;
}

@media screen and (max-width: 767px) {
  .py-5 {
    padding: 1.5rem 0;
  }
}

.py-6 {
  padding: 2.5em 0;
}
@media screen and (min-width: 1080px) {
  .py-6 {
    padding: 5em 0;
  }
}

.py-7 {
  padding: 5.5em 0;
}
@media screen and (min-width: 1080px) {
  .py-7 {
    padding: 9.5em 0;
  }
}

.max-vh-100 {
  max-height: 100vh;
  min-height: 300px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}

h1,
.h1 {
  font-size: 50px;
}
@media screen and (min-width: 1080px) {
  h1,
.h1 {
    font-size: 83px;
  }
}

h2,
.h2 {
  font-size: 33px;
}
@media screen and (min-width: 1080px) {
  h2,
.h2 {
    font-size: 65px;
  }
}

h3,
.h3 {
  font-size: 27px;
}
@media screen and (min-width: 1080px) {
  h3,
.h3 {
    font-size: 40px;
  }
}

h4,
.h4 {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  font-size: 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #A2E801;
}
@media screen and (min-width: 1080px) {
  h4,
.h4 {
    font-size: 25px !important;
  }
}

h5 {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 17px;
}

b,
strong {
  font-weight: 600;
}

p:last-of-type {
  margin-bottom: 0.5em;
}

.text-small {
  font-size: 16px;
}
@media screen and (min-width: 1080px) {
  .text-small {
    font-size: 18px;
  }
}

.text-large {
  font-size: 23px;
}
@media screen and (min-width: 1080px) {
  .text-large {
    font-size: 27px;
  }
}

.text-outline {
  margin: 0 auto;
  color: #060801;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFFFFF;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 0.9;
}
@media screen and (min-width: 1080px) {
  .text-outline {
    font-size: 160px;
  }
}

.text-xlarge {
  font-size: 50px;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .text-xlarge {
    font-size: 80px;
  }
}

.badge {
  background: #E4EAD8;
  font-size: 14px;
  padding: 10px;
  color: #060801;
  margin-right: 8px;
}
.badge:hover {
  background: #A2E801;
  color: #060801;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: -1px;
}

.dropdown-menu {
  position: absolute;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1000;
  display: none;
  min-width: 259px;
  padding: 0.5rem;
  margin-top: -1px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 2px solid #A2E801;
  border-radius: 0;
}
.dropdown-menu a {
  text-align: center;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #A2E801;
  font-weight: bold;
  background-color: #FFFFFF;
}

.border-column-left {
  border-left: 0px;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 1080px) {
  .border-column-left {
    border-left: 1px solid #707070;
    border-top: 0;
  }
}

:focus,
*:focus,
:select {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.btn {
  font-weight: bold;
  line-height: 1.2;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 16px 30px 20px 30px;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #060801;
  background-color: #A2E801;
  border: 1px solid #A2E801;
}
.btn-primary:hover, .btn-primary:focus {
  border: 1px solid #E4EAD8;
  background-color: #E4EAD8;
  color: #060801;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.btn-secondary {
  position: relative;
  background: none;
  padding: 0 0 0 35px;
  color: #A2E801;
  text-align: left;
  display: inline-block;
  border: 0;
  font-size: 14px;
}
.btn-secondary:hover {
  background: none;
  border: 0;
}
@media screen and (min-width: 1080px) {
  .btn-secondary {
    font-size: 16px;
  }
}

.btn-secondary:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: no-repeat center center;
  border-radius: 50%;
  transition: all 0.2s, opacity 0s;
  left: 0;
  top: 0;
  background-image: url("https://bankonourfuture.org/wp-content/themes/bankonourfuture/img/icons/arrow-down-gr.svg");
  background-color: rgba(0, 0, 0, 0.042);
}

.btn-secondary.btn-black:before {
  background-image: url("https://bankonourfuture.org/wp-content/themes/bankonourfuture/img/icons/arrow-down-bl.svg");
}

.btn-more {
  font-weight: bold;
  border-bottom: 3px solid #A2E801;
  font-size: 12px;
  padding-bottom: 2px;
  line-height: 1.2;
}
.btn-more:hover {
  color: #A2E801;
}
@media screen and (min-width: 1080px) {
  .btn-more {
    font-size: 15px;
    padding-bottom: 4px;
  }
}

.btn-scroll-down {
  position: absolute;
  bottom: 35px;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  font-size: 17px !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #A2E801;
}
@media screen and (min-width: 1080px) {
  .btn-scroll-down {
    font-size: 20px !important;
  }
}

.card {
  border: none;
  color: #060801;
}
.card a {
  color: #060801;
}

.card-body {
  padding: 30px;
  font-size: 17px;
}
@media screen and (min-width: 1080px) {
  .card-body {
    padding: 35px;
    font-size: 18px;
  }
}

.card-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.card-list li {
  border-top: 1px solid #A2E801;
  padding: 10px 0;
}
.card-list li:last-child {
  border-bottom: 1px solid #A2E801;
}

.card-text-overlay {
  position: relative;
}
.card-text-overlay .date {
  position: absolute;
  background: #A2E801;
  z-index: 10;
  margin: 30px;
  padding: 15px;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-size: 30px;
  line-height: 1;
  border-radius: 5px;
}
@media screen and (min-width: 1080px) {
  .card-text-overlay .date {
    margin: 35px;
  }
}

.card-text-overlay {
  min-height: 100%;
  position: relative;
  min-height: 350px;
  height: 100%;
}
.card-text-overlay picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.card-text-overlay picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: opacity;
}

.post-thumbnail img {
  width: 100%;
}

.page-header h2,
.page-header .h2 {
  margin-bottom: 20px;
}

.entry-thumbnail {
  margin-top: -100px;
  margin-bottom: 65px;
}

.entry-content {
  padding: 50px 0 50px 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #A2E801;
  padding: 25px 0 15px 0;
}
.entry-content h1,
.entry-content .h1 {
  font-size: 35px;
}
@media screen and (min-width: 1080px) {
  .entry-content h1,
.entry-content .h1 {
    font-size: 45px;
  }
}
.entry-content h2,
.entry-content .h2 {
  font-size: 30px;
}
@media screen and (min-width: 1080px) {
  .entry-content h2,
.entry-content .h2 {
    font-size: 47px;
    line-height: 1;
  }
}
.entry-content h3,
.entry-content .h3 {
  font-size: 22px;
}
@media screen and (min-width: 1080px) {
  .entry-content h3,
.entry-content .h3 {
    font-size: 30px;
  }
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 22px;
}
@media screen and (min-width: 1080px) {
  .entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-size: 25px;
  }
}
.entry-content blockquote {
  position: relative;
  background: #FFFFFF;
  color: #060801;
  padding: 35px 35px 35px 100px;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1.75;
  margin: 55px 0;
}
.entry-content blockquote:before {
  content: "“";
  display: inline-block;
  font-size: 120px;
  line-height: 0.8;
  position: absolute;
  color: #A2E801;
  left: 20px;
}
.entry-content a {
  border-bottom: 2px solid #A2E801;
  color: #747969;
  font-weight: bold;
}
.entry-content a:hover {
  border-bottom: 2px solid;
}

.page-link {
  position: relative;
  display: block;
  color: #060801;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #FFFFFF;
  margin: 0px 2px;
}
.page-link:hover {
  color: #060801;
  borer-color: #A2E801;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #A2E801;
  border: 1px solid #A2E801;
}

.hero {
  position: relative;
  text-align: center;
  display: flex;
  z-index: 1;
}
.hero.hero-image {
  padding: 80px 0 0px 0;
}
@media screen and (min-width: 1080px) {
  .hero.hero-image {
    padding: 150px 0 0px 0;
  }
}
.hero.hero-text {
  padding: 80px 0 40px 0;
  z-index: 30;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .hero.hero-text {
    padding: 150px 0 80px 0;
  }
}

.hero-full-height {
  height: 100vh;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 600px;
}
@media screen and (min-width: 1080px) {
  .hero-full-height {
    min-height: 1080px;
  }
}

.hero-full-txt {
  margin: 0 auto;
  z-index: 30;
}
.hero-full-txt .h1 {
  text-transform: uppercase;
  color: #A2E801;
  line-height: 0.9;
  font-size: 55px;
}
@media screen and (min-width: 768px), print {
  .hero-full-txt .h1 {
    font-size: 100px;
  }
}
@media screen and (min-width: 1080px) {
  .hero-full-txt .h1 {
    font-size: 155px;
  }
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, #060801AD 0%, #060801AF 36%, #060801 100%) 0% 0% no-repeat padding-box;
}

.hero-bg.reverse:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent linear-gradient(180deg, #000000BA 0%, #000000D8 35%, #060801 100%) 0% 0% no-repeat padding-box;
  z-index: 2;
}

.hero-bg.green:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, #99DB01 0%, #9BDE01D4 57%, #A4EB0005 100%) 0% 0% no-repeat padding-box;
  z-index: 2;
}

.hero-txt {
  padding-top: 140px;
  z-index: 30;
  width: 100%;
}

.img-rounded img,
.img-rounded {
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .img-mb-mobile {
    margin-bottom: 30px;
  }
}

.post-meta .entry-date {
  font-size: 15px;
  text-transform: uppercase;
}

.icon-small {
  width: 45px;
  display: block;
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 5px;
}
.social-icons li {
  display: inline-block;
  padding: 10px;
}
.social-icons li img {
  width: 50px;
  height: 50px;
}

.scriptlesssocialsharing {
  margin-top: 60px;
  background: #A2E801;
  padding: 25px;
  border-radius: 5px;
}
.scriptlesssocialsharing h4 {
  color: #060801;
  font-family: trade-gothic-next-compressed, sans-serif;
  display: inline-block;
  width: 50%;
  padding-top: 20px;
  line-height: 0.2;
}
.scriptlesssocialsharing a:hover {
  border: 0;
}

@media screen and (min-width: 1080px) {
  .scriptlesssocialsharing__buttons {
    width: 50%;
    float: right;
  }
}
.scriptlesssocialsharing__buttons .button {
  background: #060801 !important;
  border: 2px solid #A2E801 !important;
}

.scriptlesssocialsharing__icon {
  font-size: 25px;
}

.pingpong-block {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}
.pingpong-block .pingpong-item {
  padding: 30px 0;
}
@media screen and (min-width: 1080px) {
  .pingpong-block .pingpong-item {
    padding: 80px 0;
  }
}
.pingpong-block .pingpong-item .pingpong-inner {
  max-width: 100%;
}
@media screen and (min-width: 1080px) {
  .pingpong-block .pingpong-item .pingpong-inner {
    max-width: 600px;
  }
}
.pingpong-block .pingpong-item .pingpong-inner h3 {
  line-height: 0.85;
}
.pingpong-block .pingpong-item img {
  border-radius: 10px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1080px) {
  .pingpong-block .pingpong-item img {
    padding: 0;
  }
}

.pingpong-item:nth-child(odd) .pingpong-text {
  align-items: flex-end !important;
}

@media screen and (min-width: 1080px) {
  .pingpong-item:nth-child(even) .pingpong-text {
    order: 1;
  }
}
@media screen and (min-width: 1080px) {
  .pingpong-item:nth-child(even) .pingpong-img {
    order: 2;
  }
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 1080px) {
  .container {
    padding: auto;
  }
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1080px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .container-fluid {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.navbar {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #707070;
  padding: 0;
  z-index: 99;
}
.navbar .nav-link {
  color: #060801;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  font-size: 19px !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 19px;
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid #060801;
}
.navbar .nav-link.active, .navbar .nav-link:hover {
  color: #FFFFFF;
}
@media screen and (min-width: 1080px) {
  .navbar .nav-link {
    color: #FFFFFF;
    padding: 0 !important;
    border-bottom: 1px solid transparent;
    line-height: 110px;
    font-size: 15px;
  }
  .navbar .nav-link.active, .navbar .nav-link:hover {
    color: #A2E801;
  }
  .navbar .nav-link.active {
    border-bottom: 1px solid #A2E801;
  }
}

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

.navbar img {
  width: 150px;
  margin: 5px 0;
}
@media screen and (min-width: 1080px) {
  .navbar img {
    width: 190px;
    margin: 10px 0;
  }
}

.announcement {
  width: 100%;
  background: #A2E801;
  color: #060801;
  padding: 15px;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
}
.announcement a {
  color: #060801;
  border-bottom: 1px solid;
}
.announcement a:hover {
  color: #FFFFFF;
}

.offcanvas {
  background: #A2E801;
}

.offcanvas-header {
  margin-left: 10px;
}
.offcanvas-header h5 {
  font-weight: bold;
}

.site-footer {
  background: #060801;
}
.site-footer .footer-info {
  color: #A2E801;
  font-size: 16px;
}
.site-footer .footer-info a {
  color: #A2E801;
  border-bottom: 1px solid;
}
