@charset "UTF-8";
/*---------------------------------------------------
	LESS Elements 0.6
  ---------------------------------------------------
	A set of useful LESS mixins by Dmitry Fadeyev
	Special thanks for mixin suggestions to:
	  Kris Van Herzeele,
	  Benoit Adam,
	  Portenart Emile-Victor,
	  Ryan Faerman

	More info at: http://lesselements.com
	Combined with some stuff from Twitter Bootstrap v2.0.4: http://twitter.github.com/bootstrap/
-----------------------------------------------------*/
/* --- New Primary colors --- */
/*@mangrove: #808725;*/
/* --- Fonts --- */
/* --- Primary colors --- */
/*@light_grey: #f9f9f9;*/
/*@link: #ffaa00;*/
/* --- Navigation --- */
/* --- User Media --- */
/* --- Content page headers --- */
body,
html {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  color: #363636;
}
.section-wrapper {
  padding: 32px 0;
}
.container,
.modal-ajax.container,
.modal-iframe,
.container.fixed,
.fixed.modal-iframe,
.fixed .container,
.fixed .modal-iframe {
  max-width: 1400px;
  /*.screen-xl({
      max-width: 1300px;
  });*/
}
@media (max-width: 1499px) {
  .container,
  .modal-ajax.container,
  .modal-iframe,
  .container.fixed,
  .fixed.modal-iframe,
  .fixed .container,
  .fixed .modal-iframe {
    max-width: 1400px;
  }
}
.parallax {
  height: 750px;
  overflow: hidden;
  background-attachment: scroll;
}
.container,
.modal-ajax.container,
.modal-iframe {
  width: calc(100% - 30px);
  position: relative;
}
.bg-gray {
  background-color: #F0F0F0;
}
.before-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,2989d8+50,000000+100&1+0,0+50,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(41, 137, 216, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(41, 137, 216, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(41, 137, 216, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  z-index: 1;
}
.equal-height {
  width: calc(100% + 30px);
}
.row,
[class*="block-row-"] {
  margin: 0 -15px;
}
[class*=col-],
[class*="block-row-"] > * {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.no-gutter {
  margin: 0;
}
.center-column {
  float: none !important;
  margin: 0 auto;
}
:focus {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 27px;
  font-weight: 900;
  text-align: center;
  line-height: 1.8;
  text-transform: uppercase;
  color: #008345;
}
@media (max-width: 599px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 22px;
  }
}
p,
a,
span,
ul li,
ol li {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 1.8;
  color: #002F25;
}
@media (max-width: 599px) {
  p,
  a,
  span,
  ul li,
  ol li {
    font-size: 16px;
  }
}
.navigation-main {
  position: relative;
  width: 100%;
  height: 90px;
  background: #008345;
  /*overflow: hidden;*/
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.5);
  behavior: url(/css/PIE.htc);
  z-index: 10;
}
@media (max-width: 1199px) {
  .navigation-main {
    height: 60px;
  }
}
.navigation-main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: url(/lucieburgers/assets/lucieburgers-logos.svg) no-repeat center center;
    height: 100%;
    width: 600px;
    background-size: 525px 141px;
    -webkit-transform: translate(-70%, 0);
    -moz-transform: translate(-70%, 0);
    -ms-transform: translate(-70%, 0);
    -o-transform: translate(-70%, 0);
    transform: translate(-70%, 0);
}
@media (max-width: 1199px) {
  .navigation-main:after {
    left: 200px;
    width: 380px;
    background-size: 375px 90px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 991px) {
  .navigation-main:after {
    background: url(/lucieburgers/assets/lucieburgers-logos-mobile.svg) no-repeat center center;
    background-size: 160px 90px;
    width: 240px;
  }
}
@media (max-width: 599px) {
  .navigation-main:after {
    left: 140px;
    width: 170px;
    background-size: 175px 90px;
  }
}
.navigation-main:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 63%;
  height: 100%;
  background: #3ab04b;
}
@media (min-width: 600px) and (max-width: 767px) {
  .navigation-main:before {
    width: 57%;
  }
}
@media (max-width: 599px) {
  .navigation-main:before {
    width: 55%;
  }
}
.navigation-main .nav-content-wrapper {
  overflow: hidden;
  height: 90px;
}
@media (max-width: 1199px) {
  .navigation-main .nav-content-wrapper {
    height: 60px;
  }
}
.navigation-main .nav-content-wrapper .logo {
  display: inline-block;
}
.navigation-main .nav-content-wrapper .logo .logo-img {
  width: auto;
  max-height: 80px;
  margin-top: 6px;
}
@media (max-width: 1199px) {
  .navigation-main .nav-content-wrapper .logo .logo-img {
    max-height: 50px;
  }
}
.navigation-main .container {
  overflow: hidden;
}
.navigation-main #main-nav {
  width: 100%;
  height: 70px;
  background-color: white;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  overflow: visible;
  -webkit-box-shadow: inset 0px 9px 16px -3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 0px 9px 16px -3px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px 9px 16px -3px rgba(0, 0, 0, 0.45);
  behavior: url(/css/PIE.htc);
}
@media (max-width: 1499px) {
  .navigation-main #main-nav {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .navigation-main #main-nav {
    height: auto;
    border: none;
  }
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .container {
    width: 100%;
  }
}
.navigation-main #main-nav .menu-wrapper {
  height: 70px;
  width: 100%;
  display: table;
  position: relative;
  *zoom: 1;
}
.navigation-main #main-nav .menu-wrapper:before,
.navigation-main #main-nav .menu-wrapper:after {
  display: table;
  content: "";
}
.navigation-main #main-nav .menu-wrapper:after {
  clear: both;
}
@media (max-width: 1499px) {
  .navigation-main #main-nav .menu-wrapper {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper {
    display: none;
    height: auto;
  }
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper.active {
    display: block;
  }
}
.navigation-main #main-nav .menu-wrapper #menu {
  height: 70px;
  display: table-cell;
  width: auto;
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
  vertical-align: middle;
}
@media (max-width: 1499px) {
  .navigation-main #main-nav .menu-wrapper #menu {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #menu {
    height: auto;
    display: block;
  }
}
.navigation-main #main-nav .menu-wrapper #menu > li {
  padding: 0 30px !important;
}
@media (max-width: 1499px) {
  .navigation-main #main-nav .menu-wrapper #menu > li {
    padding: 0 12px !important;
  }
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #menu > li {
    padding: 0 !important;
  }
}
.navigation-main #main-nav .menu-wrapper #menu > li:first-of-type {
  padding-left: 0 !important;
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #menu > li:first-of-type {
    padding: 0 !important;
  }
}
.navigation-main #main-nav .menu-wrapper #menu li {
  float: left;
  padding: 0 12px;
  list-style-type: none;
  text-transform: uppercase;
  height: 70px;
  line-height: 72px;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
}
@media (max-width: 1499px) {
  .navigation-main #main-nav .menu-wrapper #menu li {
    height: 50px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #menu li {
    position: relative;
    float: none;
    height: auto;
    display: block;
    padding: 0;
    background: #FFF;
  }
}
.navigation-main #main-nav .menu-wrapper #menu li li:hover {
  background-color: #d7f0fa;
}
.navigation-main #main-nav .menu-wrapper #menu li a,
.navigation-main #main-nav .menu-wrapper #menu li span.nolink {
  height: 50px;
  display: block;
  text-decoration: none;
  color: black;
  font-family: "PT Sans";
  font-weight: 900;
  font-size: 13px;
  line-height: 72px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #menu li a,
  .navigation-main #main-nav .menu-wrapper #menu li span.nolink {
    font-size: 12px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #menu li a,
  .navigation-main #main-nav .menu-wrapper #menu li span.nolink {
    padding: 0 30px;
    border-bottom: 1px solid #f1f1f1;
    height: auto;
    line-height: 52px;
  }
}
@media (max-width: 1499px) {
  .navigation-main #main-nav .menu-wrapper #menu li a,
  .navigation-main #main-nav .menu-wrapper #menu li span.nolink {
    line-height: 52px;
  }
}
.navigation-main #main-nav .menu-wrapper #menu li:hover a {
  color: #ba0718;
}
.navigation-main #main-nav .menu-wrapper #menu li.active {
  color: #ba0718;
}
.navigation-main #main-nav .menu-wrapper #menu li.active a,
.navigation-main #main-nav .menu-wrapper #menu li.active .nolink {
  color: #ba0718;
}
.navigation-main #main-nav .menu-wrapper #menu li .mobile-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background: #f7f7f7;
  display: none;
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #menu li .mobile-arrow {
    display: block;
  }
}
.navigation-main #main-nav .menu-wrapper #menu li .mobile-arrow:after {
  content: "\e908";
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-decoration: inherit;
  content: "\e910";
  font-size: 21px;
  padding: 0 16px;
  margin-top: 6px;
  display: block;
}
.navigation-main #main-nav .menu-wrapper #menu .submenu {
  position: absolute;
  left: 0;
  top: 80%;
  padding: 0;
  width: 100% !important;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  *zoom: 1;
}
.navigation-main #main-nav .menu-wrapper #menu .submenu:before,
.navigation-main #main-nav .menu-wrapper #menu .submenu:after {
  display: table;
  content: "";
}
.navigation-main #main-nav .menu-wrapper #menu .submenu:after {
  clear: both;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .navigation-main #main-nav .menu-wrapper #menu .submenu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #menu .submenu {
    position: static;
    left: auto;
    top: auto;
    opacity: 1;
    visibility: visible;
    display: none;
  }
}
.navigation-main #main-nav .menu-wrapper #menu .submenu.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 3;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li {
  position: relative;
  display: block;
  float: left;
  width: 128px;
  height: 100%;
  padding: 15px 7.5px;
  background: #FFF;
  color: #444444;
  text-align: center;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #menu .submenu li {
    float: none;
    width: 100%;
    padding: 0 30px;
    background: #fcfcfc;
  }
  .navigation-main #main-nav .menu-wrapper #menu .submenu li:after {
    position: absolute;
    top: -5px;
    left: 6px;
    content: "\e908";
    font-family: icomoon;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-decoration: inherit;
    content: "\e910";
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li:first-of-type:before,
.navigation-main #main-nav .menu-wrapper #menu .submenu li:last-of-type:before {
  position: absolute;
  top: 0;
  left: -7.5px;
  content: "";
  width: 7.5px;
  height: 100%;
  background: #FFF;
  display: block;
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #menu .submenu li:first-of-type:before,
  .navigation-main #main-nav .menu-wrapper #menu .submenu li:last-of-type:before {
    display: none;
  }
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li:last-of-type:before {
  left: auto;
  right: -7.5px;
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li:last-of-type .content:after {
  display: none;
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li a {
  text-decoration: none;
  color: #444444;
  padding: 0;
  margin: 0;
  height: auto;
  font-weight: normal;
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li .image {
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #menu .submenu li .image {
    display: none;
  }
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li .image img {
  width: auto;
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li .content {
  width: 100%;
  height: 90px;
  position: relative;
  padding-top: 10px;
  line-height: 1.5;
  text-align: left;
  font-size: 11px;
  text-transform: none;
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li .content:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -7px;
  width: 0;
  height: 100%;
  border-right: 1px dashed #c2c2c2;
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #menu .submenu li .content:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #menu .submenu li .content {
    height: auto;
    padding: 10px 0;
  }
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li .content div.title {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 12px;
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li .content div.text {
  width: 100%;
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li:hover {
  background: #e5f5fb;
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li:hover a {
  background: transparent;
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li:first-child .content {
  border-left: 1px solid white;
}
.navigation-main #main-nav .menu-wrapper #menu .submenu li:first-child:hover .content {
  border-left: 1px solid #e5f5fb;
}
.navigation-main #main-nav .menu-wrapper #languages {
  position: relative;
}
.navigation-main #main-nav .menu-wrapper #languages > a {
  padding-left: 18px;
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #languages > a {
    padding-left: 50px !important;
  }
}
.navigation-main #main-nav .menu-wrapper #languages > a:before {
  position: absolute;
  left: 12%;
  content: "\e908";
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-decoration: inherit;
  content: "\e907";
  font-size: 17px;
  color: #637da1;
}
@media (max-width: 1499px) {
  .navigation-main #main-nav .menu-wrapper #languages > a:before {
    left: 8%;
  }
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #languages > a:before {
    left: 28px;
  }
}
.navigation-main #main-nav .menu-wrapper #languages .submenu {
  background: #FFF;
  width: 160px !important;
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #languages .submenu {
    width: 100% !important;
  }
}
.navigation-main #main-nav .menu-wrapper #languages .submenu li {
  padding: 0 15px !important;
  width: 100% !important;
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper #languages .submenu li {
    padding: 0 15px 0 35px !important;
  }
}
.navigation-main #main-nav .menu-wrapper #languages .submenu li:before {
  display: none !important;
}
.navigation-main #main-nav .menu-wrapper #languages .submenu li a {
  text-align: left;
}
.navigation-main #main-nav .menu-wrapper #languages .submenu li a img {
  margin-right: 10px;
  width: 25px;
}
.navigation-main #main-nav .menu-wrapper .button-holder {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper .button-holder {
    display: block;
    padding: 15px 30px;
    background: #FFF;
  }
}
.navigation-main #main-nav .menu-wrapper .button {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #ba0718;
  text-align: center;
  color: white;
  text-transform: none;
  line-height: 52px;
  font-size: 16px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  opacity: 0;
}
@media (max-width: 1499px) {
  .navigation-main #main-nav .menu-wrapper .button {
    height: 35px;
    line-height: 36px;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation-main #main-nav .menu-wrapper .button {
    font-size: 13px;
  }
}
.navigation-main #main-nav .menu-wrapper .button.animated-btn {
  opacity: 1;
}
.navigation-main .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  margin: auto;
  width: 30%;
  height: 90px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  display: none;
}
@media (max-width: 1499px) {
  .navigation-main .hamburger {
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .navigation-main .hamburger {
    display: block;
  }
}
.navigation-main .hamburger div {
  background: #fff;
  display: block;
  height: 4px;
  width: 35px;
  right: 20px;
  position: absolute;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.navigation-main .hamburger div:nth-child(1) {
  top: 20px;
}
.navigation-main .hamburger div:nth-child(2),
.navigation-main .hamburger div:nth-child(3) {
  top: 30px;
}
.navigation-main .hamburger div:nth-child(4) {
  top: 40px;
}
.navigation-main .hamburger.open div:nth-child(1),
.navigation-main .hamburger.open div:nth-child(4) {
  top: 30px;
  opacity: 0;
}
.navigation-main .hamburger.open div:nth-child(2) {
  background: #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-main .hamburger.open div:nth-child(3) {
  background: #FFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-main {
  position: relative;
  display: table;
  width: 100%;
  background: #f1f1f1 no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.header-main .container {
  z-index: 2;
}
.header-main .header-image {
  width: 100%;
}
.headervideo {
  width: 100%;
}
.header-main .header-content {
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  z-index: 2;
}
.header-main .header-content h1 {
  margin: 0;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 70px;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-main .header-content h1 {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-main .header-content h1 {
    font-size: 34px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .header-main .header-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 599px) {
  .header-main .header-content h1 {
    font-size: 24px;
  }
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin: 0 0 30px 0;
  color: #008345;
}
.content a {
  color: #008345;
  font-weight: 600;
}
.content a:hover {
  color: #00502a;
}
.content p {
  margin: 0 0 30px 0;
}
.content ul,
.content ol {
  margin: 0 0 30px 0;
  padding-left: 20px;
}
.content ul li,
.content ol li {
  position: relative;
  margin: 0 0 5px 0;
  padding-left: 10px;
}
.content-section {
  padding: 50px 0 20px 0;
}
.employee-section {
  position: relative;
  width: 100%;
  padding: 50px 0 0 0;
  background: #f1f1f1 no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.employee-section .employee-title {
  margin: 0 0 30px 0;
  color: #FFF;
}
.employee-section .employee-item {
  width: 20%;
  float: left;
  margin: 0 -2px 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .employee-section .employee-item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .employee-section .employee-item {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .employee-section .employee-item {
    width: 100%;
    float: none;
  }
}
.employee-section .employee-item figure {
  margin: 0 30px;
  -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
  border: 4px solid #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url(/css/PIE.htc);
}
.employee-section .employee-item figure img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url(/css/PIE.htc);
}
.employee-section .employee-item h4 {
  margin: 30px 0 10px 0;
  font-size: 20px;
  line-height: 1.2;
  color: #FFFFFF;
  text-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 599px) {
  .employee-section .employee-item h4 {
    font-size: 18px;
  }
}
.employee-section .employee-item p {
  margin: 0;
  font-size: 18px;
  font-style: italic;
  line-height: 1.4;
  color: #FFFFFF;
  text-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 599px) {
  .employee-section .employee-item p {
    font-size: 16px;
  }
}
.employee-section .centered {
  text-align: center;
}
.employee-section .centered .employee-item {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.slider-section {
  position: relative;
}
.slider-section .slider-item {
  position: relative;
  padding: 50px 0;
  background: #f1f1f1 no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media (max-width: 767px) {
  .slider-section .slider-item {
    padding: 50px 30px;
  }
}
.slider-section .slider-item:before {
  background: rgba(0, 0, 0, 0.3) url(/lucieburgers/assets/slider-overlay.png);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.slider-section .slider-item img {
  margin-bottom: 30px;
  width: 100%;
}
.slider-section .slider-item h3 {
  color: #FFF;
}
.slider-section .slider-item p {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}
@media (max-width: 599px) {
  .slider-section .slider-item p {
    font-size: 16px;
  }
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  padding: 30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-carousel .owl-controls .owl-nav .owl-prev [class^="icon-"],
.owl-carousel .owl-controls .owl-nav .owl-next [class^="icon-"],
.owl-carousel .owl-controls .owl-nav .owl-prev [class*=" icon-"],
.owl-carousel .owl-controls .owl-nav .owl-next [class*=" icon-"] {
  font-size: 60px;
  color: #FFF;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}
@media (max-width: 767px) {
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    padding-left: 0;
  }
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}
@media (max-width: 767px) {
  .owl-carousel .owl-controls .owl-nav .owl-next {
    padding-right: 0;
  }
}
.owl-carousel .owl-controls .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 1rem 0 0;
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  background: rgba(255, 255, 255, 0.8);
}
.owl-carousel .owl-controls .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url(/css/PIE.htc);
}
footer {
  position: relative;
  z-index: 1;
}
footer .footer-links {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #008345;
}
@media (max-width: 767px) {
  footer .footer-links {
    padding: 20px 0;
  }
}
footer .footer-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
@media (max-width: 767px) {
  footer .footer-links ul {
    margin: 30px 0;
  }
}
footer .footer-links ul li {
  margin: 0;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  color: #005331;
  text-transform: uppercase;
}
footer .footer-links ul li:first-of-type {
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  footer .footer-links ul li:first-of-type {
    margin: 10px 0;
  }
}
footer .footer-links ul li a {
  margin: 0 0 10px 0;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.6;
  color: #002F25;
  text-transform: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .footer-links ul li a {
    font-size: 16px;
  }
}
footer .footer-links ul li a:hover {
  color: #005331;
}
footer .footer-burgerszoo {
  position: relative;
  height: 70px;
  padding: 0 30px;
  background: #B72025;
}
@media (max-width: 991px) {
  footer .footer-burgerszoo {
    height: auto;
  }
}
footer .footer-burgerszoo:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #365e8a;
  content: "";
  z-index: 0;
}
@media (max-width: 991px) {
  footer .footer-burgerszoo:after {
    height: 70px;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 599px) {
  footer .footer-burgerszoo:after {
    display: none;
  }
}
footer .footer-burgerszoo p {
  position: relative;
  margin: 0;
  padding: 19px 0;
  font-family: "Alegreya Sans";
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
  color: #FFFFFF;
  z-index: 2;
}
footer .footer-burgerszoo p a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}
footer .burgerszoo-themes {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  footer .burgerszoo-themes {
    width: 100%;
    height: 70px;
    position: relative;
  }
}
@media (max-width: 599px) {
  footer .burgerszoo-themes {
    display: none;
  }
}
footer .burgerszoo-themes .theme {
  position: relative;
  min-width: 12.5%;
  height: 100%;
  float: left;
}
footer .burgerszoo-themes .theme.safari {
  background: url('/lucieburgers/assets/park.svg') left top #ee681e no-repeat;
  background-size: contain;
}
footer .burgerszoo-themes .theme.desert {
  background: url('/lucieburgers/assets/safari.svg') left top #fdb400 no-repeat;
  background-size: contain;
}
footer .burgerszoo-themes .theme.mangrove {
  background: url('/lucieburgers/assets/desert.svg') left top #7e8525 no-repeat;
  background-size: contain;
}
footer .burgerszoo-themes .theme.rimba {
  background: url('/lucieburgers/assets/mangrove.svg') left top #a6c600 no-repeat;
  background-size: contain;
}
footer .burgerszoo-themes .theme.bush {
  background: url('/lucieburgers/assets/rimba.svg') left top #1e7e2e no-repeat;
  background-size: contain;
}
footer .burgerszoo-themes .theme.ocean {
  background: url('/lucieburgers/assets/bush.svg') left top #18a1d8 no-repeat;
  background-size: contain;
}
footer .burgerszoo-themes .theme.actie,
footer .burgerszoo-themes .theme.actie-empty {
  background: url('/lucieburgers/assets/ocean.svg') left top no-repeat #365e8a;
  background-size: contain;
}
.scroll-teaser {
  position: fixed;
  bottom: 50px;
  right: 50px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .scroll-teaser {
    display: none;
  }
}
.scroll-teaser.viewport-bottom {
  opacity: 0;
}
.scroll-teaser p {
  margin: 0;
  display: block;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  color: #008345;
}
.scroll-teaser img {
  padding-top: 10px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible,
[role=button]:focus-visible,
[role=link]:focus-visible,
[role=menuitem]:focus-visible,
[role=tab]:focus-visible {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus,
[role=button]:focus,
[role=link]:focus,
[role=menuitem]:focus,
[role=tab]:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
  padding: 0.75rem 1.25rem;
  background: #fff;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #000;
}
.skip-link:focus {
  top: 0;
}
*::selection {
  background-color: #e9eff7;
}
p,
ul,
ol,
q,
a,
label {
  font-size: 1.125rem;
}
.title-normal {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-top: 0;
  position: relative;
  margin-bottom: 1rem;
}
.title-normal.overflowing-title {
  margin-top: -1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .title-normal {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
.title-large {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-top: 0;
  position: relative;
  margin-bottom: 1rem;
}
.title-large.overflowing-title {
  margin-top: -1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .title-large {
    font-size: 5rem;
    line-height: 5rem;
  }
  .title-large.overflowing-title {
    margin-top: -2.5rem;
  }
}
.page-subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
  margin-bottom: 3.5rem;
  text-align: center;
  color: #2b2b2b;
}
@media (min-width: 992px) {
  .page-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.subtitle-lg {
  position: relative;
  font-size: 2.25rem;
  line-height: 2.5rem;
  position: relative;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
}
.subtitle-normal, .benefits .benefits-list .benefits-item .item-content .item-header {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
}
.subtitle-small, .share-article .share-title {
  position: relative;
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.intro {
  text-align: center;
  color: #667280;
  margin-bottom: 3rem;
  max-width: 55rem;
  margin-left: auto;
  position: relative;
  margin-right: auto;
}
.detailed-text-block-title {
  font-weight: 700;
}
.icon {
  color: #365c88;
  fill: #365c88;
}
svg.icon {
  vertical-align: text-bottom;
  height: 1.5rem;
  width: 1.5rem;
}
.icon-white {
  color: #ffffff;
  fill: #ffffff;
}
.icon-general {
  color: #365c88;
  fill: #365c88;
}
.icon-general-light {
  color: #e9eff7;
  fill: #e9eff7;
}
.icon-park {
  color: #b90000;
  fill: #b90000;
}
.icon-park-light {
  color: #f7e9e9;
  fill: #f7e9e9;
}
.icon-safari {
  color: #ea661e;
  fill: #ea661e;
}
.icon-safari-light {
  color: #f7eee9;
  fill: #f7eee9;
}
.icon-desert {
  color: #f9b200;
  fill: #f9b200;
}
.icon-desert-light {
  color: #f7f2e4;
  fill: #f7f2e4;
}
.icon-mangrove {
  color: #7e851b;
  fill: #7e851b;
}
.icon-mangrove-light {
  color: #f6f7e9;
  fill: #f6f7e9;
}
.icon-rimba {
  color: #a5c800;
  fill: #a5c800;
}
.icon-rimba-light {
  color: #f5f7e9;
  fill: #f5f7e9;
}
.icon-bush {
  color: #1e7d32;
  fill: #1e7d32;
}
.icon-bush-light {
  color: #e6f5e9;
  fill: #e6f5e9;
}
.icon-ocean {
  color: #0099cc;
  fill: #0099cc;
}
.icon-ocean-light {
  color: #e9f4f7;
  fill: #e9f4f7;
}
.icon-danger-light {
  color: rgb(255, 236.3020304569, 185.5);
  fill: rgb(255, 236.3020304569, 185.5);
}
.icon-safaricenter {
  color: #c00418;
  fill: #c00418;
}
.icon-ijstijd {
  color: #365c88;
  fill: #365c88;
}
.icon-ijstijd-light {
  color: #e9f4f7;
  fill: #e9f4f7;
}
.list-bg-white:before {
  background-color: #ffffff;
}
.list-bg-general:before {
  background-color: #365c88;
}
.list-bg-general-light:before {
  background-color: #e9eff7;
}
.list-bg-park:before {
  background-color: #b90000;
}
.list-bg-park-light:before {
  background-color: #f7e9e9;
}
.list-bg-safari:before {
  background-color: #ea661e;
}
.list-bg-safari-light:before {
  background-color: #f7eee9;
}
.list-bg-desert:before {
  background-color: #f9b200;
}
.list-bg-desert-light:before {
  background-color: #f7f2e4;
}
.list-bg-mangrove:before {
  background-color: #7e851b;
}
.list-bg-mangrove-light:before {
  background-color: #f6f7e9;
}
.list-bg-rimba:before {
  background-color: #a5c800;
}
.list-bg-rimba-light:before {
  background-color: #f5f7e9;
}
.list-bg-bush:before {
  background-color: #1e7d32;
}
.list-bg-bush-light:before {
  background-color: #e6f5e9;
}
.list-bg-ocean:before {
  background-color: #0099cc;
}
.list-bg-ocean-light:before {
  background-color: #e9f4f7;
}
.list-bg-danger-light:before {
  background-color: rgb(255, 236.3020304569, 185.5);
}
.list-bg-safaricenter:before {
  background-color: #c00418;
}
.list-bg-ijstijd:before {
  background-color: #365c88;
}
.list-bg-ijstijd-light:before {
  background-color: #e9f4f7;
}
.list-color-white:before {
  color: #ffffff;
}
.list-color-general:before {
  color: #365c88;
}
.list-color-general-light:before {
  color: #e9eff7;
}
.list-color-park:before {
  color: #b90000;
}
.list-color-park-light:before {
  color: #f7e9e9;
}
.list-color-safari:before {
  color: #ea661e;
}
.list-color-safari-light:before {
  color: #f7eee9;
}
.list-color-desert:before {
  color: #f9b200;
}
.list-color-desert-light:before {
  color: #f7f2e4;
}
.list-color-mangrove:before {
  color: #7e851b;
}
.list-color-mangrove-light:before {
  color: #f6f7e9;
}
.list-color-rimba:before {
  color: #a5c800;
}
.list-color-rimba-light:before {
  color: #f5f7e9;
}
.list-color-bush:before {
  color: #1e7d32;
}
.list-color-bush-light:before {
  color: #e6f5e9;
}
.list-color-ocean:before {
  color: #0099cc;
}
.list-color-ocean-light:before {
  color: #e9f4f7;
}
.list-color-danger-light:before {
  color: rgb(255, 236.3020304569, 185.5);
}
.list-color-safaricenter:before {
  color: #c00418;
}
.list-color-ijstijd:before {
  color: #365c88;
}
.list-color-ijstijd-light:before {
  color: #e9f4f7;
}
.btn-link-white:hover {
  color: #ffffff;
}
.btn-link-general:hover {
  color: #365c88;
}
.btn-link-general-light:hover {
  color: #e9eff7;
}
.btn-link-park:hover {
  color: #b90000;
}
.btn-link-park-light:hover {
  color: #f7e9e9;
}
.btn-link-safari:hover {
  color: #ea661e;
}
.btn-link-safari-light:hover {
  color: #f7eee9;
}
.btn-link-desert:hover {
  color: #f9b200;
}
.btn-link-desert-light:hover {
  color: #f7f2e4;
}
.btn-link-mangrove:hover {
  color: #7e851b;
}
.btn-link-mangrove-light:hover {
  color: #f6f7e9;
}
.btn-link-rimba:hover {
  color: #a5c800;
}
.btn-link-rimba-light:hover {
  color: #f5f7e9;
}
.btn-link-bush:hover {
  color: #1e7d32;
}
.btn-link-bush-light:hover {
  color: #e6f5e9;
}
.btn-link-ocean:hover {
  color: #0099cc;
}
.btn-link-ocean-light:hover {
  color: #e9f4f7;
}
.btn-link-danger-light:hover {
  color: rgb(255, 236.3020304569, 185.5);
}
.btn-link-safaricenter:hover {
  color: #c00418;
}
.btn-link-ijstijd:hover {
  color: #365c88;
}
.btn-link-ijstijd-light:hover {
  color: #e9f4f7;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #69bd86;
  --info: #00acec;
  --warning: #ffc107;
  --danger: #ffca3a;
  --light: #f8f9fa;
  --dark: #343a40;
  --white: #ffffff;
  --general: #365c88;
  --general-light: #e9eff7;
  --park: #b90000;
  --park-light: #f7e9e9;
  --safari: #ea661e;
  --safari-light: #f7eee9;
  --desert: #f9b200;
  --desert-light: #f7f2e4;
  --mangrove: #7e851b;
  --mangrove-light: #f6f7e9;
  --rimba: #a5c800;
  --rimba-light: #f5f7e9;
  --bush: #1e7d32;
  --bush-light: #e6f5e9;
  --ocean: #0099cc;
  --ocean-light: #e9f4f7;
  --danger-light: rgb(255, 236.3020304569, 185.5);
  --safaricenter: #c00418;
  --ijstijd: #365c88;
  --ijstijd-light: #e9f4f7;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "Whitney";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #2b2b2b;
  text-align: left;
  background-color: #ffffff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #365c88;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(32.2578947368, 54.9578947368, 81.2421052632);
  text-decoration: none;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled, .benefits .benefits-list {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.text-image-bottom__inner,
.text-image-center__inner,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .text-image-bottom__inner, .text-image-center__inner, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #2b2b2b;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #2b2b2b;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}
.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}
.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(213, 236.52, 221.12);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(177, 220.68, 192.08);
}
.table-hover .table-success:hover {
  background-color: rgb(195.2916666667, 228.7283333333, 206.8352777778);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(195.2916666667, 228.7283333333, 206.8352777778);
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(183.6, 231.76, 249.68);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(122.4, 211.84, 245.12);
}
.table-hover .table-info:hover {
  background-color: rgb(159.8682481752, 224.0355474453, 247.9117518248);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(159.8682481752, 224.0355474453, 247.9117518248);
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}
.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(255, 240.16, 199.84);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(255, 227.44, 152.56);
}
.table-hover .table-danger:hover {
  background-color: rgb(255, 233.2995939086, 174.34);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(255, 233.2995939086, 174.34);
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}
.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}
.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}
.table-hover .table-white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-general,
.table-general > th,
.table-general > td {
  background-color: rgb(198.72, 209.36, 221.68);
}
.table-general th,
.table-general td,
.table-general thead th,
.table-general tbody + tbody {
  border-color: rgb(150.48, 170.24, 193.12);
}
.table-hover .table-general:hover {
  background-color: rgb(182.7028125, 196.3709375, 212.1971875);
}
.table-hover .table-general:hover > td,
.table-hover .table-general:hover > th {
  background-color: rgb(182.7028125, 196.3709375, 212.1971875);
}
.table-general-light,
.table-general-light > th,
.table-general-light > td {
  background-color: rgb(248.84, 250.52, 252.76);
}
.table-general-light th,
.table-general-light td,
.table-general-light thead th,
.table-general-light tbody + tbody {
  border-color: rgb(243.56, 246.68, 250.84);
}
.table-hover .table-general-light:hover {
  background-color: rgb(230.14, 236.92, 245.96);
}
.table-hover .table-general-light:hover > td,
.table-hover .table-general-light:hover > th {
  background-color: rgb(230.14, 236.92, 245.96);
}
.table-park,
.table-park > th,
.table-park > td {
  background-color: rgb(235.4, 183.6, 183.6);
}
.table-park th,
.table-park td,
.table-park thead th,
.table-park tbody + tbody {
  border-color: rgb(218.6, 122.4, 122.4);
}
.table-hover .table-park:hover {
  background-color: rgb(229.9076923077, 163.5923076923, 163.5923076923);
}
.table-hover .table-park:hover > td,
.table-hover .table-park:hover > th {
  background-color: rgb(229.9076923077, 163.5923076923, 163.5923076923);
}
.table-park-light,
.table-park-light > th,
.table-park-light > td {
  background-color: rgb(252.76, 248.84, 248.84);
}
.table-park-light th,
.table-park-light td,
.table-park-light thead th,
.table-park-light tbody + tbody {
  border-color: rgb(250.84, 243.56, 243.56);
}
.table-hover .table-park-light:hover {
  background-color: rgb(245.96, 230.14, 230.14);
}
.table-hover .table-park-light:hover > td,
.table-hover .table-park-light:hover > th {
  background-color: rgb(245.96, 230.14, 230.14);
}
.table-safari,
.table-safari > th,
.table-safari > td {
  background-color: rgb(249.12, 212.16, 192);
}
.table-safari th,
.table-safari td,
.table-safari thead th,
.table-safari tbody + tbody {
  border-color: rgb(244.08, 175.44, 138);
}
.table-hover .table-safari:hover {
  background-color: rgb(246.9431707317, 196.3002439024, 168.6768292683);
}
.table-hover .table-safari:hover > td,
.table-hover .table-safari:hover > th {
  background-color: rgb(246.9431707317, 196.3002439024, 168.6768292683);
}
.table-safari-light,
.table-safari-light > th,
.table-safari-light > td {
  background-color: rgb(252.76, 250.24, 248.84);
}
.table-safari-light th,
.table-safari-light td,
.table-safari-light thead th,
.table-safari-light tbody + tbody {
  border-color: rgb(250.84, 246.16, 243.56);
}
.table-hover .table-safari-light:hover {
  background-color: rgb(245.96, 235.79, 230.14);
}
.table-hover .table-safari-light:hover > td,
.table-hover .table-safari-light:hover > th {
  background-color: rgb(245.96, 235.79, 230.14);
}
.table-desert,
.table-desert > th,
.table-desert > td {
  background-color: rgb(253.32, 233.44, 183.6);
}
.table-desert th,
.table-desert td,
.table-desert thead th,
.table-desert tbody + tbody {
  border-color: rgb(251.88, 214.96, 122.4);
}
.table-hover .table-desert:hover {
  background-color: rgb(252.7337931034, 225.9170114943, 158.6862068966);
}
.table-hover .table-desert:hover > td,
.table-hover .table-desert:hover > th {
  background-color: rgb(252.7337931034, 225.9170114943, 158.6862068966);
}
.table-desert-light,
.table-desert-light > th,
.table-desert-light > td {
  background-color: rgb(252.76, 251.36, 247.44);
}
.table-desert-light th,
.table-desert-light td,
.table-desert-light thead th,
.table-desert-light tbody + tbody {
  border-color: rgb(250.84, 248.24, 240.96);
}
.table-hover .table-desert-light:hover {
  background-color: rgb(246.9314285714, 241.8885714286, 227.7685714286);
}
.table-hover .table-desert-light:hover > td,
.table-hover .table-desert-light:hover > th {
  background-color: rgb(246.9314285714, 241.8885714286, 227.7685714286);
}
.table-mangrove,
.table-mangrove > th,
.table-mangrove > td {
  background-color: rgb(218.88, 220.84, 191.16);
}
.table-mangrove th,
.table-mangrove td,
.table-mangrove thead th,
.table-mangrove tbody + tbody {
  border-color: rgb(187.92, 191.56, 136.44);
}
.table-hover .table-mangrove:hover {
  background-color: rgb(209.4814285714, 211.9514285714, 174.5485714286);
}
.table-hover .table-mangrove:hover > td,
.table-hover .table-mangrove:hover > th {
  background-color: rgb(209.4814285714, 211.9514285714, 174.5485714286);
}
.table-mangrove-light,
.table-mangrove-light > th,
.table-mangrove-light > td {
  background-color: rgb(252.48, 252.76, 248.84);
}
.table-mangrove-light th,
.table-mangrove-light td,
.table-mangrove-light thead th,
.table-mangrove-light tbody + tbody {
  border-color: rgb(250.32, 250.84, 243.56);
}
.table-hover .table-mangrove-light:hover {
  background-color: rgb(244.83, 245.96, 230.14);
}
.table-hover .table-mangrove-light:hover > td,
.table-hover .table-mangrove-light:hover > th {
  background-color: rgb(244.83, 245.96, 230.14);
}
.table-rimba,
.table-rimba > th,
.table-rimba > td {
  background-color: rgb(229.8, 239.6, 183.6);
}
.table-rimba th,
.table-rimba td,
.table-rimba thead th,
.table-rimba tbody + tbody {
  border-color: rgb(208.2, 226.4, 122.4);
}
.table-hover .table-rimba:hover {
  background-color: rgb(222.3967741935, 235.0758064516, 162.6241935484);
}
.table-hover .table-rimba:hover > td,
.table-hover .table-rimba:hover > th {
  background-color: rgb(222.3967741935, 235.0758064516, 162.6241935484);
}
.table-rimba-light,
.table-rimba-light > th,
.table-rimba-light > td {
  background-color: rgb(252.2, 252.76, 248.84);
}
.table-rimba-light th,
.table-rimba-light td,
.table-rimba-light thead th,
.table-rimba-light tbody + tbody {
  border-color: rgb(249.8, 250.84, 243.56);
}
.table-hover .table-rimba-light:hover {
  background-color: rgb(243.7, 245.96, 230.14);
}
.table-hover .table-rimba-light:hover > td,
.table-hover .table-rimba-light:hover > th {
  background-color: rgb(243.7, 245.96, 230.14);
}
.table-bush,
.table-bush > th,
.table-bush > td {
  background-color: rgb(192, 218.6, 197.6);
}
.table-bush th,
.table-bush td,
.table-bush thead th,
.table-bush tbody + tbody {
  border-color: rgb(138, 187.4, 148.4);
}
.table-hover .table-bush:hover {
  background-color: rgb(175.838028169, 209.261971831, 182.8746478873);
}
.table-hover .table-bush:hover > td,
.table-hover .table-bush:hover > th {
  background-color: rgb(175.838028169, 209.261971831, 182.8746478873);
}
.table-bush-light,
.table-bush-light > th,
.table-bush-light > td {
  background-color: rgb(248, 252.2, 248.84);
}
.table-bush-light th,
.table-bush-light td,
.table-bush-light thead th,
.table-bush-light tbody + tbody {
  border-color: rgb(242, 249.8, 243.56);
}
.table-hover .table-bush-light:hover {
  background-color: rgb(229.7857142857, 244.9142857143, 232.8114285714);
}
.table-hover .table-bush-light:hover > td,
.table-hover .table-bush-light:hover > th {
  background-color: rgb(229.7857142857, 244.9142857143, 232.8114285714);
}
.table-ocean,
.table-ocean > th,
.table-ocean > td {
  background-color: rgb(183.6, 226.44, 240.72);
}
.table-ocean th,
.table-ocean td,
.table-ocean thead th,
.table-ocean tbody + tbody {
  border-color: rgb(122.4, 201.96, 228.48);
}
.table-hover .table-ocean:hover {
  background-color: rgb(162.35, 217.94, 236.47);
}
.table-hover .table-ocean:hover > td,
.table-hover .table-ocean:hover > th {
  background-color: rgb(162.35, 217.94, 236.47);
}
.table-ocean-light,
.table-ocean-light > th,
.table-ocean-light > td {
  background-color: rgb(248.84, 251.92, 252.76);
}
.table-ocean-light th,
.table-ocean-light td,
.table-ocean-light thead th,
.table-ocean-light tbody + tbody {
  border-color: rgb(243.56, 249.28, 250.84);
}
.table-hover .table-ocean-light:hover {
  background-color: rgb(230.14, 242.57, 245.96);
}
.table-hover .table-ocean-light:hover > td,
.table-hover .table-ocean-light:hover > th {
  background-color: rgb(230.14, 242.57, 245.96);
}
.table-danger-light,
.table-danger-light > th,
.table-danger-light > td {
  background-color: rgb(255, 249.7645685279, 235.54);
}
.table-danger-light th,
.table-danger-light td,
.table-danger-light thead th,
.table-danger-light tbody + tbody {
  border-color: rgb(255, 245.2770558376, 218.86);
}
.table-hover .table-danger-light:hover {
  background-color: rgb(255, 242.9041624365, 210.04);
}
.table-hover .table-danger-light:hover > td,
.table-hover .table-danger-light:hover > th {
  background-color: rgb(255, 242.9041624365, 210.04);
}
.table-safaricenter,
.table-safaricenter > th,
.table-safaricenter > td {
  background-color: rgb(237.36, 184.72, 190.32);
}
.table-safaricenter th,
.table-safaricenter td,
.table-safaricenter thead th,
.table-safaricenter tbody + tbody {
  border-color: rgb(222.24, 124.48, 134.88);
}
.table-hover .table-safaricenter:hover {
  background-color: rgb(232.2437579618, 164.3362420382, 171.5604458599);
}
.table-hover .table-safaricenter:hover > td,
.table-hover .table-safaricenter:hover > th {
  background-color: rgb(232.2437579618, 164.3362420382, 171.5604458599);
}
.table-ijstijd,
.table-ijstijd > th,
.table-ijstijd > td {
  background-color: rgb(198.72, 209.36, 221.68);
}
.table-ijstijd th,
.table-ijstijd td,
.table-ijstijd thead th,
.table-ijstijd tbody + tbody {
  border-color: rgb(150.48, 170.24, 193.12);
}
.table-hover .table-ijstijd:hover {
  background-color: rgb(182.7028125, 196.3709375, 212.1971875);
}
.table-hover .table-ijstijd:hover > td,
.table-hover .table-ijstijd:hover > th {
  background-color: rgb(182.7028125, 196.3709375, 212.1971875);
}
.table-ijstijd-light,
.table-ijstijd-light > th,
.table-ijstijd-light > td {
  background-color: rgb(248.84, 251.92, 252.76);
}
.table-ijstijd-light th,
.table-ijstijd-light td,
.table-ijstijd-light thead th,
.table-ijstijd-light tbody + tbody {
  border-color: rgb(243.56, 249.28, 250.84);
}
.table-hover .table-ijstijd-light:hover {
  background-color: rgb(230.14, 242.57, 245.96);
}
.table-hover .table-ijstijd-light:hover > td,
.table-hover .table-ijstijd-light:hover > th {
  background-color: rgb(230.14, 242.57, 245.96);
}
.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 .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #ffffff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.875em + 1.75rem + 2px);
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #2b2b2b;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #9aadc3;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #2b2b2b;
  background-color: #ffffff;
  border-color: #365c88;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.form-control::placeholder {
  color: #667280;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2b2b2b;
}
select.form-control:focus::-ms-value {
  color: #2b2b2b;
  background-color: #ffffff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.875;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 3.75rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.875rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.875;
  color: #2b2b2b;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: 4.5rem;
  padding: 0.5rem 0;
  font-size: 3.75rem;
  line-height: 1.5;
  border-radius: 0;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #69bd86;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.875;
  color: #212529;
  background-color: rgba(105, 189, 134, 0.9);
  border-radius: 2px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #69bd86;
  padding-right: calc(1.875em + 1.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2369bd86' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.46875em + 0.4375rem) center;
  background-size: calc(0.9375em + 0.875rem) calc(0.9375em + 0.875rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #69bd86;
  box-shadow: 0 0 0 0.2rem rgba(105, 189, 134, 0.25);
}
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 5rem !important;
  background-position: right 2.5rem center;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.875em + 1.75rem);
  background-position: top calc(0.46875em + 0.4375rem) right calc(0.46875em + 0.4375rem);
}
.was-validated .custom-select:valid, .was-validated select.form-control:valid, .custom-select.is-valid, select.is-valid.form-control {
  border-color: #69bd86;
  padding-right: calc(0.75em + 2.7625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3e %3cpath fill='%23667280' d='M22.12 11.453l-6.12 6.107-6.12-6.107-1.88 1.88 8 8 8-8z'%3e%3c/path%3e %3c/svg%3e") right 0.75rem center/24px 24px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2369bd86' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.9375em + 0.875rem) calc(0.9375em + 0.875rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .was-validated select.form-control:valid:focus, .custom-select.is-valid:focus, select.is-valid.form-control:focus {
  border-color: #69bd86;
  box-shadow: 0 0 0 0.2rem rgba(105, 189, 134, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #69bd86;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #69bd86;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #69bd86;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(140.4166666667, 204.5833333333, 162.5694444444);
  background-color: rgb(140.4166666667, 204.5833333333, 162.5694444444);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(105, 189, 134, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #69bd86;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #69bd86;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #69bd86;
  box-shadow: 0 0 0 0.2rem rgba(105, 189, 134, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ffca3a;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.875;
  color: #212529;
  background-color: rgba(255, 202, 58, 0.9);
  border-radius: 2px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ffca3a;
  padding-right: calc(1.875em + 1.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffca3a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffca3a' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.46875em + 0.4375rem) center;
  background-size: calc(0.9375em + 0.875rem) calc(0.9375em + 0.875rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ffca3a;
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 58, 0.25);
}
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 5rem !important;
  background-position: right 2.5rem center;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.875em + 1.75rem);
  background-position: top calc(0.46875em + 0.4375rem) right calc(0.46875em + 0.4375rem);
}
.was-validated .custom-select:invalid, .was-validated select.form-control:invalid, .custom-select.is-invalid, select.is-invalid.form-control {
  border-color: #ffca3a;
  padding-right: calc(0.75em + 2.7625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3e %3cpath fill='%23667280' d='M22.12 11.453l-6.12 6.107-6.12-6.107-1.88 1.88 8 8 8-8z'%3e%3c/path%3e %3c/svg%3e") right 0.75rem center/24px 24px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffca3a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffca3a' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.9375em + 0.875rem) calc(0.9375em + 0.875rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .was-validated select.form-control:invalid:focus, .custom-select.is-invalid:focus, select.is-invalid.form-control:focus {
  border-color: #ffca3a;
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 58, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ffca3a;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ffca3a;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ffca3a;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(255, 215.7208121827, 109);
  background-color: rgb(255, 215.7208121827, 109);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 58, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffca3a;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ffca3a;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ffca3a;
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 58, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select,
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #2b2b2b;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.875;
  border-radius: 2px;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #2b2b2b;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-success {
  color: #212529;
  background-color: #69bd86;
  border-color: #69bd86;
}
.btn-success:hover {
  color: #ffffff;
  background-color: rgb(78.4375, 177.3125, 112.5729166667);
  border-color: rgb(74.25, 168.75, 106.875);
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: rgb(78.4375, 177.3125, 112.5729166667);
  border-color: rgb(74.25, 168.75, 106.875);
  box-shadow: 0 0 0 0.2rem rgba(94.2, 166.2, 120.05, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #69bd86;
  border-color: #69bd86;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(74.25, 168.75, 106.875);
  border-color: rgb(70.3541666667, 159.8958333333, 101.2673611111);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94.2, 166.2, 120.05, 0.5);
}
.btn-info {
  color: #ffffff;
  background-color: #00acec;
  border-color: #00acec;
}
.btn-info:hover {
  color: #ffffff;
  background-color: rgb(0, 144.1228813559, 197.75);
  border-color: rgb(0, 134.8305084746, 185);
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: rgb(0, 144.1228813559, 197.75);
  border-color: rgb(0, 134.8305084746, 185);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 184.45, 238.85, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #00acec;
  border-color: #00acec;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(0, 134.8305084746, 185);
  border-color: rgb(0, 125.5381355932, 172.25);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 184.45, 238.85, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-danger {
  color: #212529;
  background-color: #ffca3a;
  border-color: #ffca3a;
}
.btn-danger:hover {
  color: #212529;
  background-color: rgb(255, 191.7093908629, 19.75);
  border-color: rgb(255, 188.2791878173, 7);
}
.btn-danger:focus, .btn-danger.focus {
  color: #212529;
  background-color: rgb(255, 191.7093908629, 19.75);
  border-color: rgb(255, 188.2791878173, 7);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 177.25, 55.45, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #212529;
  background-color: #ffca3a;
  border-color: #ffca3a;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 188.2791878173, 7);
  border-color: rgb(249.25, 182.192893401, 0);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 177.25, 55.45, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-white {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-general {
  color: #ffffff;
  background-color: #365c88;
  border-color: #365c88;
}
.btn-general:hover {
  color: #ffffff;
  background-color: rgb(43.1289473684, 73.4789473684, 108.6210526316);
  border-color: rgb(39.5052631579, 67.3052631579, 99.4947368421);
}
.btn-general:focus, .btn-general.focus {
  color: #ffffff;
  background-color: rgb(43.1289473684, 73.4789473684, 108.6210526316);
  border-color: rgb(39.5052631579, 67.3052631579, 99.4947368421);
  box-shadow: 0 0 0 0.2rem rgba(84.15, 116.45, 153.85, 0.5);
}
.btn-general.disabled, .btn-general:disabled {
  color: #ffffff;
  background-color: #365c88;
  border-color: #365c88;
}
.btn-general:not(:disabled):not(.disabled):active, .btn-general:not(:disabled):not(.disabled).active, .show > .btn-general.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(39.5052631579, 67.3052631579, 99.4947368421);
  border-color: rgb(35.8815789474, 61.1315789474, 90.3684210526);
}
.btn-general:not(:disabled):not(.disabled):active:focus, .btn-general:not(:disabled):not(.disabled).active:focus, .show > .btn-general.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84.15, 116.45, 153.85, 0.5);
}
.btn-general-light {
  color: #212529;
  background-color: #e9eff7;
  border-color: #e9eff7;
}
.btn-general-light:hover {
  color: #212529;
  background-color: rgb(204.95, 218.6, 236.8);
  border-color: rgb(195.6, 211.8, 233.4);
}
.btn-general-light:focus, .btn-general-light.focus {
  color: #212529;
  background-color: rgb(204.95, 218.6, 236.8);
  border-color: rgb(195.6, 211.8, 233.4);
  box-shadow: 0 0 0 0.2rem rgba(203, 208.7, 216.1, 0.5);
}
.btn-general-light.disabled, .btn-general-light:disabled {
  color: #212529;
  background-color: #e9eff7;
  border-color: #e9eff7;
}
.btn-general-light:not(:disabled):not(.disabled):active, .btn-general-light:not(:disabled):not(.disabled).active, .show > .btn-general-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(195.6, 211.8, 233.4);
  border-color: rgb(186.25, 205, 230);
}
.btn-general-light:not(:disabled):not(.disabled):active:focus, .btn-general-light:not(:disabled):not(.disabled).active:focus, .show > .btn-general-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 208.7, 216.1, 0.5);
}
.btn-park {
  color: #ffffff;
  background-color: #b90000;
  border-color: #b90000;
}
.btn-park:hover {
  color: #ffffff;
  background-color: rgb(146.75, 0, 0);
  border-color: #860000;
}
.btn-park:focus, .btn-park.focus {
  color: #ffffff;
  background-color: rgb(146.75, 0, 0);
  border-color: #860000;
  box-shadow: 0 0 0 0.2rem rgba(195.5, 38.25, 38.25, 0.5);
}
.btn-park.disabled, .btn-park:disabled {
  color: #ffffff;
  background-color: #b90000;
  border-color: #b90000;
}
.btn-park:not(:disabled):not(.disabled):active, .btn-park:not(:disabled):not(.disabled).active, .show > .btn-park.dropdown-toggle {
  color: #ffffff;
  background-color: #860000;
  border-color: rgb(121.25, 0, 0);
}
.btn-park:not(:disabled):not(.disabled):active:focus, .btn-park:not(:disabled):not(.disabled).active:focus, .show > .btn-park.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195.5, 38.25, 38.25, 0.5);
}
.btn-park-light {
  color: #212529;
  background-color: #f7e9e9;
  border-color: #f7e9e9;
}
.btn-park-light:hover {
  color: #212529;
  background-color: rgb(236.8, 204.95, 204.95);
  border-color: rgb(233.4, 195.6, 195.6);
}
.btn-park-light:focus, .btn-park-light.focus {
  color: #212529;
  background-color: rgb(236.8, 204.95, 204.95);
  border-color: rgb(233.4, 195.6, 195.6);
  box-shadow: 0 0 0 0.2rem rgba(214.9, 203.6, 204.2, 0.5);
}
.btn-park-light.disabled, .btn-park-light:disabled {
  color: #212529;
  background-color: #f7e9e9;
  border-color: #f7e9e9;
}
.btn-park-light:not(:disabled):not(.disabled):active, .btn-park-light:not(:disabled):not(.disabled).active, .show > .btn-park-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(233.4, 195.6, 195.6);
  border-color: rgb(230, 186.25, 186.25);
}
.btn-park-light:not(:disabled):not(.disabled):active:focus, .btn-park-light:not(:disabled):not(.disabled).active:focus, .show > .btn-park-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214.9, 203.6, 204.2, 0.5);
}
.btn-safari {
  color: #ffffff;
  background-color: #ea661e;
  border-color: #ea661e;
}
.btn-safari:hover {
  color: #ffffff;
  background-color: rgb(206.4786585366, 85.3445121951, 19.2713414634);
  border-color: rgb(194.8170731707, 80.5243902439, 18.1829268293);
}
.btn-safari:focus, .btn-safari.focus {
  color: #ffffff;
  background-color: rgb(206.4786585366, 85.3445121951, 19.2713414634);
  border-color: rgb(194.8170731707, 80.5243902439, 18.1829268293);
  box-shadow: 0 0 0 0.2rem rgba(237.15, 124.95, 63.75, 0.5);
}
.btn-safari.disabled, .btn-safari:disabled {
  color: #ffffff;
  background-color: #ea661e;
  border-color: #ea661e;
}
.btn-safari:not(:disabled):not(.disabled):active, .btn-safari:not(:disabled):not(.disabled).active, .show > .btn-safari.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(194.8170731707, 80.5243902439, 18.1829268293);
  border-color: rgb(183.1554878049, 75.7042682927, 17.0945121951);
}
.btn-safari:not(:disabled):not(.disabled):active:focus, .btn-safari:not(:disabled):not(.disabled).active:focus, .show > .btn-safari.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237.15, 124.95, 63.75, 0.5);
}
.btn-safari-light {
  color: #212529;
  background-color: #f7eee9;
  border-color: #f7eee9;
}
.btn-safari-light:hover {
  color: #212529;
  background-color: rgb(236.8, 216.325, 204.95);
  border-color: rgb(233.4, 209.1, 195.6);
}
.btn-safari-light:focus, .btn-safari-light.focus {
  color: #212529;
  background-color: rgb(236.8, 216.325, 204.95);
  border-color: rgb(233.4, 209.1, 195.6);
  box-shadow: 0 0 0 0.2rem rgba(214.9, 207.85, 204.2, 0.5);
}
.btn-safari-light.disabled, .btn-safari-light:disabled {
  color: #212529;
  background-color: #f7eee9;
  border-color: #f7eee9;
}
.btn-safari-light:not(:disabled):not(.disabled):active, .btn-safari-light:not(:disabled):not(.disabled).active, .show > .btn-safari-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(233.4, 209.1, 195.6);
  border-color: rgb(230, 201.875, 186.25);
}
.btn-safari-light:not(:disabled):not(.disabled):active:focus, .btn-safari-light:not(:disabled):not(.disabled).active:focus, .show > .btn-safari-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214.9, 207.85, 204.2, 0.5);
}
.btn-desert {
  color: #212529;
  background-color: #f9b200;
  border-color: #f9b200;
}
.btn-desert:hover {
  color: #212529;
  background-color: rgb(210.75, 150.656626506, 0);
  border-color: rgb(198, 141.5421686747, 0);
}
.btn-desert:focus, .btn-desert.focus {
  color: #212529;
  background-color: rgb(210.75, 150.656626506, 0);
  border-color: rgb(198, 141.5421686747, 0);
  box-shadow: 0 0 0 0.2rem rgba(216.6, 156.85, 6.15, 0.5);
}
.btn-desert.disabled, .btn-desert:disabled {
  color: #212529;
  background-color: #f9b200;
  border-color: #f9b200;
}
.btn-desert:not(:disabled):not(.disabled):active, .btn-desert:not(:disabled):not(.disabled).active, .show > .btn-desert.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(198, 141.5421686747, 0);
  border-color: rgb(185.25, 132.4277108434, 0);
}
.btn-desert:not(:disabled):not(.disabled):active:focus, .btn-desert:not(:disabled):not(.disabled).active:focus, .show > .btn-desert.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216.6, 156.85, 6.15, 0.5);
}
.btn-desert-light {
  color: #212529;
  background-color: #f7f2e4;
  border-color: #f7f2e4;
}
.btn-desert-light:hover {
  color: #212529;
  background-color: rgb(238.2571428571, 227.7928571429, 198.4928571429);
  border-color: rgb(235.3428571429, 223.0571428571, 188.6571428571);
}
.btn-desert-light:focus, .btn-desert-light.focus {
  color: #212529;
  background-color: rgb(238.2571428571, 227.7928571429, 198.4928571429);
  border-color: rgb(235.3428571429, 223.0571428571, 188.6571428571);
  box-shadow: 0 0 0 0.2rem rgba(214.9, 211.25, 199.95, 0.5);
}
.btn-desert-light.disabled, .btn-desert-light:disabled {
  color: #212529;
  background-color: #f7f2e4;
  border-color: #f7f2e4;
}
.btn-desert-light:not(:disabled):not(.disabled):active, .btn-desert-light:not(:disabled):not(.disabled).active, .show > .btn-desert-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(235.3428571429, 223.0571428571, 188.6571428571);
  border-color: rgb(232.4285714286, 218.3214285714, 178.8214285714);
}
.btn-desert-light:not(:disabled):not(.disabled):active:focus, .btn-desert-light:not(:disabled):not(.disabled).active:focus, .show > .btn-desert-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214.9, 211.25, 199.95, 0.5);
}
.btn-mangrove {
  color: #ffffff;
  background-color: #7e851b;
  border-color: #7e851b;
}
.btn-mangrove:hover {
  color: #ffffff;
  background-color: rgb(95.878125, 101.2046875, 20.5453125);
  border-color: rgb(85.8375, 90.60625, 18.39375);
}
.btn-mangrove:focus, .btn-mangrove.focus {
  color: #ffffff;
  background-color: rgb(95.878125, 101.2046875, 20.5453125);
  border-color: rgb(85.8375, 90.60625, 18.39375);
  box-shadow: 0 0 0 0.2rem rgba(145.35, 151.3, 61.2, 0.5);
}
.btn-mangrove.disabled, .btn-mangrove:disabled {
  color: #ffffff;
  background-color: #7e851b;
  border-color: #7e851b;
}
.btn-mangrove:not(:disabled):not(.disabled):active, .btn-mangrove:not(:disabled):not(.disabled).active, .show > .btn-mangrove.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(85.8375, 90.60625, 18.39375);
  border-color: rgb(75.796875, 80.0078125, 16.2421875);
}
.btn-mangrove:not(:disabled):not(.disabled):active:focus, .btn-mangrove:not(:disabled):not(.disabled).active:focus, .show > .btn-mangrove.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(145.35, 151.3, 61.2, 0.5);
}
.btn-mangrove-light {
  color: #212529;
  background-color: #f6f7e9;
  border-color: #f6f7e9;
}
.btn-mangrove-light:hover {
  color: #212529;
  background-color: rgb(234.525, 236.8, 204.95);
  border-color: rgb(230.7, 233.4, 195.6);
}
.btn-mangrove-light:focus, .btn-mangrove-light.focus {
  color: #212529;
  background-color: rgb(234.525, 236.8, 204.95);
  border-color: rgb(230.7, 233.4, 195.6);
  box-shadow: 0 0 0 0.2rem rgba(214.05, 215.5, 204.2, 0.5);
}
.btn-mangrove-light.disabled, .btn-mangrove-light:disabled {
  color: #212529;
  background-color: #f6f7e9;
  border-color: #f6f7e9;
}
.btn-mangrove-light:not(:disabled):not(.disabled):active, .btn-mangrove-light:not(:disabled):not(.disabled).active, .show > .btn-mangrove-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(230.7, 233.4, 195.6);
  border-color: rgb(226.875, 230, 186.25);
}
.btn-mangrove-light:not(:disabled):not(.disabled):active:focus, .btn-mangrove-light:not(:disabled):not(.disabled).active:focus, .show > .btn-mangrove-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214.05, 215.5, 204.2, 0.5);
}
.btn-rimba {
  color: #212529;
  background-color: #a5c800;
  border-color: #a5c800;
}
.btn-rimba:hover {
  color: #ffffff;
  background-color: rgb(133.44375, 161.75, 0);
  border-color: rgb(122.925, 149, 0);
}
.btn-rimba:focus, .btn-rimba.focus {
  color: #ffffff;
  background-color: rgb(133.44375, 161.75, 0);
  border-color: rgb(122.925, 149, 0);
  box-shadow: 0 0 0 0.2rem rgba(145.2, 175.55, 6.15, 0.5);
}
.btn-rimba.disabled, .btn-rimba:disabled {
  color: #212529;
  background-color: #a5c800;
  border-color: #a5c800;
}
.btn-rimba:not(:disabled):not(.disabled):active, .btn-rimba:not(:disabled):not(.disabled).active, .show > .btn-rimba.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(122.925, 149, 0);
  border-color: rgb(112.40625, 136.25, 0);
}
.btn-rimba:not(:disabled):not(.disabled):active:focus, .btn-rimba:not(:disabled):not(.disabled).active:focus, .show > .btn-rimba.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(145.2, 175.55, 6.15, 0.5);
}
.btn-rimba-light {
  color: #212529;
  background-color: #f5f7e9;
  border-color: #f5f7e9;
}
.btn-rimba-light:hover {
  color: #212529;
  background-color: rgb(232.25, 236.8, 204.95);
  border-color: rgb(228, 233.4, 195.6);
}
.btn-rimba-light:focus, .btn-rimba-light.focus {
  color: #212529;
  background-color: rgb(232.25, 236.8, 204.95);
  border-color: rgb(228, 233.4, 195.6);
  box-shadow: 0 0 0 0.2rem rgba(213.2, 215.5, 204.2, 0.5);
}
.btn-rimba-light.disabled, .btn-rimba-light:disabled {
  color: #212529;
  background-color: #f5f7e9;
  border-color: #f5f7e9;
}
.btn-rimba-light:not(:disabled):not(.disabled):active, .btn-rimba-light:not(:disabled):not(.disabled).active, .show > .btn-rimba-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(228, 233.4, 195.6);
  border-color: rgb(223.75, 230, 186.25);
}
.btn-rimba-light:not(:disabled):not(.disabled):active:focus, .btn-rimba-light:not(:disabled):not(.disabled).active:focus, .show > .btn-rimba-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213.2, 215.5, 204.2, 0.5);
}
.btn-bush {
  color: #ffffff;
  background-color: #1e7d32;
  border-color: #1e7d32;
}
.btn-bush:hover {
  color: #ffffff;
  background-color: rgb(22.5967741935, 94.1532258065, 37.6612903226);
  border-color: rgb(20.1290322581, 83.8709677419, 33.5483870968);
}
.btn-bush:focus, .btn-bush.focus {
  color: #ffffff;
  background-color: rgb(22.5967741935, 94.1532258065, 37.6612903226);
  border-color: rgb(20.1290322581, 83.8709677419, 33.5483870968);
  box-shadow: 0 0 0 0.2rem rgba(63.75, 144.5, 80.75, 0.5);
}
.btn-bush.disabled, .btn-bush:disabled {
  color: #ffffff;
  background-color: #1e7d32;
  border-color: #1e7d32;
}
.btn-bush:not(:disabled):not(.disabled):active, .btn-bush:not(:disabled):not(.disabled).active, .show > .btn-bush.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(20.1290322581, 83.8709677419, 33.5483870968);
  border-color: rgb(17.6612903226, 73.5887096774, 29.435483871);
}
.btn-bush:not(:disabled):not(.disabled):active:focus, .btn-bush:not(:disabled):not(.disabled).active:focus, .show > .btn-bush.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63.75, 144.5, 80.75, 0.5);
}
.btn-bush-light {
  color: #212529;
  background-color: #e6f5e9;
  border-color: #e6f5e9;
}
.btn-bush-light:hover {
  color: #212529;
  background-color: rgb(202.6785714286, 234.0714285714, 208.9571428571);
  border-color: rgb(193.5714285714, 230.4285714286, 200.9428571429);
}
.btn-bush-light:focus, .btn-bush-light.focus {
  color: #212529;
  background-color: rgb(202.6785714286, 234.0714285714, 208.9571428571);
  border-color: rgb(193.5714285714, 230.4285714286, 200.9428571429);
  box-shadow: 0 0 0 0.2rem rgba(200.45, 213.8, 204.2, 0.5);
}
.btn-bush-light.disabled, .btn-bush-light:disabled {
  color: #212529;
  background-color: #e6f5e9;
  border-color: #e6f5e9;
}
.btn-bush-light:not(:disabled):not(.disabled):active, .btn-bush-light:not(:disabled):not(.disabled).active, .show > .btn-bush-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(193.5714285714, 230.4285714286, 200.9428571429);
  border-color: rgb(184.4642857143, 226.7857142857, 192.9285714286);
}
.btn-bush-light:not(:disabled):not(.disabled):active:focus, .btn-bush-light:not(:disabled):not(.disabled).active:focus, .show > .btn-bush-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200.45, 213.8, 204.2, 0.5);
}
.btn-ocean {
  color: #ffffff;
  background-color: #0099cc;
  border-color: #0099cc;
}
.btn-ocean:hover {
  color: #ffffff;
  background-color: rgb(0, 124.3125, 165.75);
  border-color: rgb(0, 114.75, 153);
}
.btn-ocean:focus, .btn-ocean.focus {
  color: #ffffff;
  background-color: rgb(0, 124.3125, 165.75);
  border-color: rgb(0, 114.75, 153);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 168.3, 211.65, 0.5);
}
.btn-ocean.disabled, .btn-ocean:disabled {
  color: #ffffff;
  background-color: #0099cc;
  border-color: #0099cc;
}
.btn-ocean:not(:disabled):not(.disabled):active, .btn-ocean:not(:disabled):not(.disabled).active, .show > .btn-ocean.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(0, 114.75, 153);
  border-color: rgb(0, 105.1875, 140.25);
}
.btn-ocean:not(:disabled):not(.disabled):active:focus, .btn-ocean:not(:disabled):not(.disabled).active:focus, .show > .btn-ocean.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 168.3, 211.65, 0.5);
}
.btn-ocean-light {
  color: #212529;
  background-color: #e9f4f7;
  border-color: #e9f4f7;
}
.btn-ocean-light:hover {
  color: #212529;
  background-color: rgb(204.95, 229.975, 236.8);
  border-color: rgb(195.6, 225.3, 233.4);
}
.btn-ocean-light:focus, .btn-ocean-light.focus {
  color: #212529;
  background-color: rgb(204.95, 229.975, 236.8);
  border-color: rgb(195.6, 225.3, 233.4);
  box-shadow: 0 0 0 0.2rem rgba(203, 212.95, 216.1, 0.5);
}
.btn-ocean-light.disabled, .btn-ocean-light:disabled {
  color: #212529;
  background-color: #e9f4f7;
  border-color: #e9f4f7;
}
.btn-ocean-light:not(:disabled):not(.disabled):active, .btn-ocean-light:not(:disabled):not(.disabled).active, .show > .btn-ocean-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(195.6, 225.3, 233.4);
  border-color: rgb(186.25, 220.625, 230);
}
.btn-ocean-light:not(:disabled):not(.disabled):active:focus, .btn-ocean-light:not(:disabled):not(.disabled).active:focus, .show > .btn-ocean-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 212.95, 216.1, 0.5);
}
.btn-danger-light {
  color: #212529;
  background-color: rgb(255, 236.3020304569, 185.5);
  border-color: rgb(255, 236.3020304569, 185.5);
}
.btn-danger-light:hover {
  color: #212529;
  background-color: rgb(255, 226.0114213198, 147.25);
  border-color: rgb(255, 222.5812182741, 134.5);
}
.btn-danger-light:focus, .btn-danger-light.focus {
  color: #212529;
  background-color: rgb(255, 226.0114213198, 147.25);
  border-color: rgb(255, 222.5812182741, 134.5);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 206.4067258883, 163.825, 0.5);
}
.btn-danger-light.disabled, .btn-danger-light:disabled {
  color: #212529;
  background-color: rgb(255, 236.3020304569, 185.5);
  border-color: rgb(255, 236.3020304569, 185.5);
}
.btn-danger-light:not(:disabled):not(.disabled):active, .btn-danger-light:not(:disabled):not(.disabled).active, .show > .btn-danger-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 222.5812182741, 134.5);
  border-color: rgb(255, 219.1510152284, 121.75);
}
.btn-danger-light:not(:disabled):not(.disabled):active:focus, .btn-danger-light:not(:disabled):not(.disabled).active:focus, .show > .btn-danger-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 206.4067258883, 163.825, 0.5);
}
.btn-safaricenter {
  color: #ffffff;
  background-color: #c00418;
  border-color: #c00418;
}
.btn-safaricenter:hover {
  color: #ffffff;
  background-color: rgb(154.5306122449, 3.2193877551, 19.3163265306);
  border-color: rgb(142.0408163265, 2.9591836735, 17.7551020408);
}
.btn-safaricenter:focus, .btn-safaricenter.focus {
  color: #ffffff;
  background-color: rgb(154.5306122449, 3.2193877551, 19.3163265306);
  border-color: rgb(142.0408163265, 2.9591836735, 17.7551020408);
  box-shadow: 0 0 0 0.2rem rgba(201.45, 41.65, 58.65, 0.5);
}
.btn-safaricenter.disabled, .btn-safaricenter:disabled {
  color: #ffffff;
  background-color: #c00418;
  border-color: #c00418;
}
.btn-safaricenter:not(:disabled):not(.disabled):active, .btn-safaricenter:not(:disabled):not(.disabled).active, .show > .btn-safaricenter.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(142.0408163265, 2.9591836735, 17.7551020408);
  border-color: rgb(129.5510204082, 2.6989795918, 16.193877551);
}
.btn-safaricenter:not(:disabled):not(.disabled):active:focus, .btn-safaricenter:not(:disabled):not(.disabled).active:focus, .show > .btn-safaricenter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201.45, 41.65, 58.65, 0.5);
}
.btn-ijstijd {
  color: #ffffff;
  background-color: #365c88;
  border-color: #365c88;
}
.btn-ijstijd:hover {
  color: #ffffff;
  background-color: rgb(43.1289473684, 73.4789473684, 108.6210526316);
  border-color: rgb(39.5052631579, 67.3052631579, 99.4947368421);
}
.btn-ijstijd:focus, .btn-ijstijd.focus {
  color: #ffffff;
  background-color: rgb(43.1289473684, 73.4789473684, 108.6210526316);
  border-color: rgb(39.5052631579, 67.3052631579, 99.4947368421);
  box-shadow: 0 0 0 0.2rem rgba(84.15, 116.45, 153.85, 0.5);
}
.btn-ijstijd.disabled, .btn-ijstijd:disabled {
  color: #ffffff;
  background-color: #365c88;
  border-color: #365c88;
}
.btn-ijstijd:not(:disabled):not(.disabled):active, .btn-ijstijd:not(:disabled):not(.disabled).active, .show > .btn-ijstijd.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(39.5052631579, 67.3052631579, 99.4947368421);
  border-color: rgb(35.8815789474, 61.1315789474, 90.3684210526);
}
.btn-ijstijd:not(:disabled):not(.disabled):active:focus, .btn-ijstijd:not(:disabled):not(.disabled).active:focus, .show > .btn-ijstijd.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84.15, 116.45, 153.85, 0.5);
}
.btn-ijstijd-light {
  color: #212529;
  background-color: #e9f4f7;
  border-color: #e9f4f7;
}
.btn-ijstijd-light:hover {
  color: #212529;
  background-color: rgb(204.95, 229.975, 236.8);
  border-color: rgb(195.6, 225.3, 233.4);
}
.btn-ijstijd-light:focus, .btn-ijstijd-light.focus {
  color: #212529;
  background-color: rgb(204.95, 229.975, 236.8);
  border-color: rgb(195.6, 225.3, 233.4);
  box-shadow: 0 0 0 0.2rem rgba(203, 212.95, 216.1, 0.5);
}
.btn-ijstijd-light.disabled, .btn-ijstijd-light:disabled {
  color: #212529;
  background-color: #e9f4f7;
  border-color: #e9f4f7;
}
.btn-ijstijd-light:not(:disabled):not(.disabled):active, .btn-ijstijd-light:not(:disabled):not(.disabled).active, .show > .btn-ijstijd-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(195.6, 225.3, 233.4);
  border-color: rgb(186.25, 220.625, 230);
}
.btn-ijstijd-light:not(:disabled):not(.disabled):active:focus, .btn-ijstijd-light:not(:disabled):not(.disabled).active:focus, .show > .btn-ijstijd-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 212.95, 216.1, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #69bd86;
  border-color: #69bd86;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #69bd86;
  border-color: #69bd86;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 189, 134, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #69bd86;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #69bd86;
  border-color: #69bd86;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 189, 134, 0.5);
}
.btn-outline-info {
  color: #00acec;
  border-color: #00acec;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #00acec;
  border-color: #00acec;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 236, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00acec;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #00acec;
  border-color: #00acec;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 236, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #ffca3a;
  border-color: #ffca3a;
}
.btn-outline-danger:hover {
  color: #212529;
  background-color: #ffca3a;
  border-color: #ffca3a;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 58, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ffca3a;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #ffca3a;
  border-color: #ffca3a;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 58, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-general {
  color: #365c88;
  border-color: #365c88;
}
.btn-outline-general:hover {
  color: #ffffff;
  background-color: #365c88;
  border-color: #365c88;
}
.btn-outline-general:focus, .btn-outline-general.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 92, 136, 0.5);
}
.btn-outline-general.disabled, .btn-outline-general:disabled {
  color: #365c88;
  background-color: transparent;
}
.btn-outline-general:not(:disabled):not(.disabled):active, .btn-outline-general:not(:disabled):not(.disabled).active, .show > .btn-outline-general.dropdown-toggle {
  color: #ffffff;
  background-color: #365c88;
  border-color: #365c88;
}
.btn-outline-general:not(:disabled):not(.disabled):active:focus, .btn-outline-general:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-general.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 92, 136, 0.5);
}
.btn-outline-general-light {
  color: #e9eff7;
  border-color: #e9eff7;
}
.btn-outline-general-light:hover {
  color: #212529;
  background-color: #e9eff7;
  border-color: #e9eff7;
}
.btn-outline-general-light:focus, .btn-outline-general-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 239, 247, 0.5);
}
.btn-outline-general-light.disabled, .btn-outline-general-light:disabled {
  color: #e9eff7;
  background-color: transparent;
}
.btn-outline-general-light:not(:disabled):not(.disabled):active, .btn-outline-general-light:not(:disabled):not(.disabled).active, .show > .btn-outline-general-light.dropdown-toggle {
  color: #212529;
  background-color: #e9eff7;
  border-color: #e9eff7;
}
.btn-outline-general-light:not(:disabled):not(.disabled):active:focus, .btn-outline-general-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-general-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 239, 247, 0.5);
}
.btn-outline-park {
  color: #b90000;
  border-color: #b90000;
}
.btn-outline-park:hover {
  color: #ffffff;
  background-color: #b90000;
  border-color: #b90000;
}
.btn-outline-park:focus, .btn-outline-park.focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 0, 0, 0.5);
}
.btn-outline-park.disabled, .btn-outline-park:disabled {
  color: #b90000;
  background-color: transparent;
}
.btn-outline-park:not(:disabled):not(.disabled):active, .btn-outline-park:not(:disabled):not(.disabled).active, .show > .btn-outline-park.dropdown-toggle {
  color: #ffffff;
  background-color: #b90000;
  border-color: #b90000;
}
.btn-outline-park:not(:disabled):not(.disabled):active:focus, .btn-outline-park:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-park.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 0, 0, 0.5);
}
.btn-outline-park-light {
  color: #f7e9e9;
  border-color: #f7e9e9;
}
.btn-outline-park-light:hover {
  color: #212529;
  background-color: #f7e9e9;
  border-color: #f7e9e9;
}
.btn-outline-park-light:focus, .btn-outline-park-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 233, 233, 0.5);
}
.btn-outline-park-light.disabled, .btn-outline-park-light:disabled {
  color: #f7e9e9;
  background-color: transparent;
}
.btn-outline-park-light:not(:disabled):not(.disabled):active, .btn-outline-park-light:not(:disabled):not(.disabled).active, .show > .btn-outline-park-light.dropdown-toggle {
  color: #212529;
  background-color: #f7e9e9;
  border-color: #f7e9e9;
}
.btn-outline-park-light:not(:disabled):not(.disabled):active:focus, .btn-outline-park-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-park-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 233, 233, 0.5);
}
.btn-outline-safari {
  color: #ea661e;
  border-color: #ea661e;
}
.btn-outline-safari:hover {
  color: #ffffff;
  background-color: #ea661e;
  border-color: #ea661e;
}
.btn-outline-safari:focus, .btn-outline-safari.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 102, 30, 0.5);
}
.btn-outline-safari.disabled, .btn-outline-safari:disabled {
  color: #ea661e;
  background-color: transparent;
}
.btn-outline-safari:not(:disabled):not(.disabled):active, .btn-outline-safari:not(:disabled):not(.disabled).active, .show > .btn-outline-safari.dropdown-toggle {
  color: #ffffff;
  background-color: #ea661e;
  border-color: #ea661e;
}
.btn-outline-safari:not(:disabled):not(.disabled):active:focus, .btn-outline-safari:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-safari.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 102, 30, 0.5);
}
.btn-outline-safari-light {
  color: #f7eee9;
  border-color: #f7eee9;
}
.btn-outline-safari-light:hover {
  color: #212529;
  background-color: #f7eee9;
  border-color: #f7eee9;
}
.btn-outline-safari-light:focus, .btn-outline-safari-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 238, 233, 0.5);
}
.btn-outline-safari-light.disabled, .btn-outline-safari-light:disabled {
  color: #f7eee9;
  background-color: transparent;
}
.btn-outline-safari-light:not(:disabled):not(.disabled):active, .btn-outline-safari-light:not(:disabled):not(.disabled).active, .show > .btn-outline-safari-light.dropdown-toggle {
  color: #212529;
  background-color: #f7eee9;
  border-color: #f7eee9;
}
.btn-outline-safari-light:not(:disabled):not(.disabled):active:focus, .btn-outline-safari-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-safari-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 238, 233, 0.5);
}
.btn-outline-desert {
  color: #f9b200;
  border-color: #f9b200;
}
.btn-outline-desert:hover {
  color: #212529;
  background-color: #f9b200;
  border-color: #f9b200;
}
.btn-outline-desert:focus, .btn-outline-desert.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 178, 0, 0.5);
}
.btn-outline-desert.disabled, .btn-outline-desert:disabled {
  color: #f9b200;
  background-color: transparent;
}
.btn-outline-desert:not(:disabled):not(.disabled):active, .btn-outline-desert:not(:disabled):not(.disabled).active, .show > .btn-outline-desert.dropdown-toggle {
  color: #212529;
  background-color: #f9b200;
  border-color: #f9b200;
}
.btn-outline-desert:not(:disabled):not(.disabled):active:focus, .btn-outline-desert:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-desert.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 178, 0, 0.5);
}
.btn-outline-desert-light {
  color: #f7f2e4;
  border-color: #f7f2e4;
}
.btn-outline-desert-light:hover {
  color: #212529;
  background-color: #f7f2e4;
  border-color: #f7f2e4;
}
.btn-outline-desert-light:focus, .btn-outline-desert-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 242, 228, 0.5);
}
.btn-outline-desert-light.disabled, .btn-outline-desert-light:disabled {
  color: #f7f2e4;
  background-color: transparent;
}
.btn-outline-desert-light:not(:disabled):not(.disabled):active, .btn-outline-desert-light:not(:disabled):not(.disabled).active, .show > .btn-outline-desert-light.dropdown-toggle {
  color: #212529;
  background-color: #f7f2e4;
  border-color: #f7f2e4;
}
.btn-outline-desert-light:not(:disabled):not(.disabled):active:focus, .btn-outline-desert-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-desert-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 242, 228, 0.5);
}
.btn-outline-mangrove {
  color: #7e851b;
  border-color: #7e851b;
}
.btn-outline-mangrove:hover {
  color: #ffffff;
  background-color: #7e851b;
  border-color: #7e851b;
}
.btn-outline-mangrove:focus, .btn-outline-mangrove.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 133, 27, 0.5);
}
.btn-outline-mangrove.disabled, .btn-outline-mangrove:disabled {
  color: #7e851b;
  background-color: transparent;
}
.btn-outline-mangrove:not(:disabled):not(.disabled):active, .btn-outline-mangrove:not(:disabled):not(.disabled).active, .show > .btn-outline-mangrove.dropdown-toggle {
  color: #ffffff;
  background-color: #7e851b;
  border-color: #7e851b;
}
.btn-outline-mangrove:not(:disabled):not(.disabled):active:focus, .btn-outline-mangrove:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mangrove.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 133, 27, 0.5);
}
.btn-outline-mangrove-light {
  color: #f6f7e9;
  border-color: #f6f7e9;
}
.btn-outline-mangrove-light:hover {
  color: #212529;
  background-color: #f6f7e9;
  border-color: #f6f7e9;
}
.btn-outline-mangrove-light:focus, .btn-outline-mangrove-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 247, 233, 0.5);
}
.btn-outline-mangrove-light.disabled, .btn-outline-mangrove-light:disabled {
  color: #f6f7e9;
  background-color: transparent;
}
.btn-outline-mangrove-light:not(:disabled):not(.disabled):active, .btn-outline-mangrove-light:not(:disabled):not(.disabled).active, .show > .btn-outline-mangrove-light.dropdown-toggle {
  color: #212529;
  background-color: #f6f7e9;
  border-color: #f6f7e9;
}
.btn-outline-mangrove-light:not(:disabled):not(.disabled):active:focus, .btn-outline-mangrove-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mangrove-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 247, 233, 0.5);
}
.btn-outline-rimba {
  color: #a5c800;
  border-color: #a5c800;
}
.btn-outline-rimba:hover {
  color: #212529;
  background-color: #a5c800;
  border-color: #a5c800;
}
.btn-outline-rimba:focus, .btn-outline-rimba.focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 200, 0, 0.5);
}
.btn-outline-rimba.disabled, .btn-outline-rimba:disabled {
  color: #a5c800;
  background-color: transparent;
}
.btn-outline-rimba:not(:disabled):not(.disabled):active, .btn-outline-rimba:not(:disabled):not(.disabled).active, .show > .btn-outline-rimba.dropdown-toggle {
  color: #212529;
  background-color: #a5c800;
  border-color: #a5c800;
}
.btn-outline-rimba:not(:disabled):not(.disabled):active:focus, .btn-outline-rimba:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-rimba.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 200, 0, 0.5);
}
.btn-outline-rimba-light {
  color: #f5f7e9;
  border-color: #f5f7e9;
}
.btn-outline-rimba-light:hover {
  color: #212529;
  background-color: #f5f7e9;
  border-color: #f5f7e9;
}
.btn-outline-rimba-light:focus, .btn-outline-rimba-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 247, 233, 0.5);
}
.btn-outline-rimba-light.disabled, .btn-outline-rimba-light:disabled {
  color: #f5f7e9;
  background-color: transparent;
}
.btn-outline-rimba-light:not(:disabled):not(.disabled):active, .btn-outline-rimba-light:not(:disabled):not(.disabled).active, .show > .btn-outline-rimba-light.dropdown-toggle {
  color: #212529;
  background-color: #f5f7e9;
  border-color: #f5f7e9;
}
.btn-outline-rimba-light:not(:disabled):not(.disabled):active:focus, .btn-outline-rimba-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-rimba-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 247, 233, 0.5);
}
.btn-outline-bush {
  color: #1e7d32;
  border-color: #1e7d32;
}
.btn-outline-bush:hover {
  color: #ffffff;
  background-color: #1e7d32;
  border-color: #1e7d32;
}
.btn-outline-bush:focus, .btn-outline-bush.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 125, 50, 0.5);
}
.btn-outline-bush.disabled, .btn-outline-bush:disabled {
  color: #1e7d32;
  background-color: transparent;
}
.btn-outline-bush:not(:disabled):not(.disabled):active, .btn-outline-bush:not(:disabled):not(.disabled).active, .show > .btn-outline-bush.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7d32;
  border-color: #1e7d32;
}
.btn-outline-bush:not(:disabled):not(.disabled):active:focus, .btn-outline-bush:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-bush.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 125, 50, 0.5);
}
.btn-outline-bush-light {
  color: #e6f5e9;
  border-color: #e6f5e9;
}
.btn-outline-bush-light:hover {
  color: #212529;
  background-color: #e6f5e9;
  border-color: #e6f5e9;
}
.btn-outline-bush-light:focus, .btn-outline-bush-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 245, 233, 0.5);
}
.btn-outline-bush-light.disabled, .btn-outline-bush-light:disabled {
  color: #e6f5e9;
  background-color: transparent;
}
.btn-outline-bush-light:not(:disabled):not(.disabled):active, .btn-outline-bush-light:not(:disabled):not(.disabled).active, .show > .btn-outline-bush-light.dropdown-toggle {
  color: #212529;
  background-color: #e6f5e9;
  border-color: #e6f5e9;
}
.btn-outline-bush-light:not(:disabled):not(.disabled):active:focus, .btn-outline-bush-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-bush-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 245, 233, 0.5);
}
.btn-outline-ocean {
  color: #0099cc;
  border-color: #0099cc;
}
.btn-outline-ocean:hover {
  color: #ffffff;
  background-color: #0099cc;
  border-color: #0099cc;
}
.btn-outline-ocean:focus, .btn-outline-ocean.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 204, 0.5);
}
.btn-outline-ocean.disabled, .btn-outline-ocean:disabled {
  color: #0099cc;
  background-color: transparent;
}
.btn-outline-ocean:not(:disabled):not(.disabled):active, .btn-outline-ocean:not(:disabled):not(.disabled).active, .show > .btn-outline-ocean.dropdown-toggle {
  color: #ffffff;
  background-color: #0099cc;
  border-color: #0099cc;
}
.btn-outline-ocean:not(:disabled):not(.disabled):active:focus, .btn-outline-ocean:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ocean.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 204, 0.5);
}
.btn-outline-ocean-light {
  color: #e9f4f7;
  border-color: #e9f4f7;
}
.btn-outline-ocean-light:hover {
  color: #212529;
  background-color: #e9f4f7;
  border-color: #e9f4f7;
}
.btn-outline-ocean-light:focus, .btn-outline-ocean-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 244, 247, 0.5);
}
.btn-outline-ocean-light.disabled, .btn-outline-ocean-light:disabled {
  color: #e9f4f7;
  background-color: transparent;
}
.btn-outline-ocean-light:not(:disabled):not(.disabled):active, .btn-outline-ocean-light:not(:disabled):not(.disabled).active, .show > .btn-outline-ocean-light.dropdown-toggle {
  color: #212529;
  background-color: #e9f4f7;
  border-color: #e9f4f7;
}
.btn-outline-ocean-light:not(:disabled):not(.disabled):active:focus, .btn-outline-ocean-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ocean-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 244, 247, 0.5);
}
.btn-outline-danger-light {
  color: rgb(255, 236.3020304569, 185.5);
  border-color: rgb(255, 236.3020304569, 185.5);
}
.btn-outline-danger-light:hover {
  color: #212529;
  background-color: rgb(255, 236.3020304569, 185.5);
  border-color: rgb(255, 236.3020304569, 185.5);
}
.btn-outline-danger-light:focus, .btn-outline-danger-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 236.3020304569, 185.5, 0.5);
}
.btn-outline-danger-light.disabled, .btn-outline-danger-light:disabled {
  color: rgb(255, 236.3020304569, 185.5);
  background-color: transparent;
}
.btn-outline-danger-light:not(:disabled):not(.disabled):active, .btn-outline-danger-light:not(:disabled):not(.disabled).active, .show > .btn-outline-danger-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 236.3020304569, 185.5);
  border-color: rgb(255, 236.3020304569, 185.5);
}
.btn-outline-danger-light:not(:disabled):not(.disabled):active:focus, .btn-outline-danger-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 236.3020304569, 185.5, 0.5);
}
.btn-outline-safaricenter {
  color: #c00418;
  border-color: #c00418;
}
.btn-outline-safaricenter:hover {
  color: #ffffff;
  background-color: #c00418;
  border-color: #c00418;
}
.btn-outline-safaricenter:focus, .btn-outline-safaricenter.focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 4, 24, 0.5);
}
.btn-outline-safaricenter.disabled, .btn-outline-safaricenter:disabled {
  color: #c00418;
  background-color: transparent;
}
.btn-outline-safaricenter:not(:disabled):not(.disabled):active, .btn-outline-safaricenter:not(:disabled):not(.disabled).active, .show > .btn-outline-safaricenter.dropdown-toggle {
  color: #ffffff;
  background-color: #c00418;
  border-color: #c00418;
}
.btn-outline-safaricenter:not(:disabled):not(.disabled):active:focus, .btn-outline-safaricenter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-safaricenter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 4, 24, 0.5);
}
.btn-outline-ijstijd {
  color: #365c88;
  border-color: #365c88;
}
.btn-outline-ijstijd:hover {
  color: #ffffff;
  background-color: #365c88;
  border-color: #365c88;
}
.btn-outline-ijstijd:focus, .btn-outline-ijstijd.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 92, 136, 0.5);
}
.btn-outline-ijstijd.disabled, .btn-outline-ijstijd:disabled {
  color: #365c88;
  background-color: transparent;
}
.btn-outline-ijstijd:not(:disabled):not(.disabled):active, .btn-outline-ijstijd:not(:disabled):not(.disabled).active, .show > .btn-outline-ijstijd.dropdown-toggle {
  color: #ffffff;
  background-color: #365c88;
  border-color: #365c88;
}
.btn-outline-ijstijd:not(:disabled):not(.disabled):active:focus, .btn-outline-ijstijd:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ijstijd.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 92, 136, 0.5);
}
.btn-outline-ijstijd-light {
  color: #e9f4f7;
  border-color: #e9f4f7;
}
.btn-outline-ijstijd-light:hover {
  color: #212529;
  background-color: #e9f4f7;
  border-color: #e9f4f7;
}
.btn-outline-ijstijd-light:focus, .btn-outline-ijstijd-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 244, 247, 0.5);
}
.btn-outline-ijstijd-light.disabled, .btn-outline-ijstijd-light:disabled {
  color: #e9f4f7;
  background-color: transparent;
}
.btn-outline-ijstijd-light:not(:disabled):not(.disabled):active, .btn-outline-ijstijd-light:not(:disabled):not(.disabled).active, .show > .btn-outline-ijstijd-light.dropdown-toggle {
  color: #212529;
  background-color: #e9f4f7;
  border-color: #e9f4f7;
}
.btn-outline-ijstijd-light:not(:disabled):not(.disabled):active:focus, .btn-outline-ijstijd-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ijstijd-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 244, 247, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #365c88;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(32.2578947368, 54.9578947368, 81.2421052632);
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 8px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #2b2b2b;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #b90000;
  border-radius: 2px;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #b90000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #b90000;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #ffffff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #b90000;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.875rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #2b2b2b;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #9aadc3;
  border-radius: 2px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: 4.5rem;
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 0;
  font-size: 3.75rem;
  line-height: 1.5;
  border-radius: 0;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select, .input-group-lg > select.form-control,
.input-group-sm > .custom-select,
.input-group-sm > select.form-control {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.875rem;
  padding-left: 1.75rem;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.25rem;
  height: 1.5625rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #365c88;
  border-color: #9aadc3;
  background-color: #365c88;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #9aadc3;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: white;
  border-color: #9aadc3;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.3125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: 1px solid #9aadc3;
}
.custom-control-label::after {
  position: absolute;
  top: 0.3125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ffffff;
  background-color: #ffffff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23365c88' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%23365c88'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.6875rem;
}
.custom-switch .custom-control-label::before {
  left: -2.6875rem;
  width: 2.1875rem;
  pointer-events: all;
  border-radius: 0.625rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.3125rem + 2px);
  left: calc(-2.6875rem + 2px);
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  background-color: #9aadc3;
  border-radius: 0.625rem;
  transition: transform 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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.9375rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select, select.form-control {
  display: inline-block;
  width: 100%;
  height: calc(1.875em + 1.75rem + 2px);
  padding: 0.675rem 1.75rem 0.675rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #2b2b2b;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3e %3cpath fill='%23667280' d='M22.12 11.453l-6.12 6.107-6.12-6.107-1.88 1.88 8 8 8-8z'%3e%3c/path%3e %3c/svg%3e") right 0.75rem center/24px 24px no-repeat;
  border: 1px solid #9aadc3;
  border-radius: 2px;
  appearance: none;
}
.custom-select:focus, select.form-control:focus {
  border-color: #365c88;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-select:focus::-ms-value, select.form-control:focus::-ms-value {
  color: #2b2b2b;
  background-color: #ffffff;
}
.custom-select[multiple], select[multiple].form-control, .custom-select[size]:not([size="1"]), select[size].form-control:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled, select.form-control:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand, select.form-control::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring, select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2b2b2b;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: 4.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  font-size: 3.75rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.875em + 1.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.875em + 1.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #365c88;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.875em + 1.75rem + 2px);
  padding: 0.875rem 1.25rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.875;
  color: #2b2b2b;
  background-color: #ffffff;
  border: 1px solid #9aadc3;
  border-radius: 2px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.875em + 1.75rem);
  padding: 0.875rem 1.25rem;
  line-height: 1.875;
  color: #2b2b2b;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 2px 2px 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ffffff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ffffff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select,
select.form-control {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select,
  select.form-control {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 2px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #ffffff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .text-image-bottom__inner,
.navbar .text-image-center__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: -1.0625rem;
  padding-bottom: -1.0625rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .text-image-bottom__inner,
  .navbar-expand-sm > .text-image-center__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .text-image-bottom__inner,
  .navbar-expand-sm > .text-image-center__inner {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .text-image-bottom__inner,
  .navbar-expand-md > .text-image-center__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .text-image-bottom__inner,
  .navbar-expand-md > .text-image-center__inner {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .text-image-bottom__inner,
  .navbar-expand-lg > .text-image-center__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .text-image-bottom__inner,
  .navbar-expand-lg > .text-image-center__inner {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .text-image-bottom__inner,
  .navbar-expand-xl > .text-image-center__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .text-image-bottom__inner,
  .navbar-expand-xl > .text-image-center__inner {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .text-image-bottom__inner,
.navbar-expand > .text-image-center__inner {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .text-image-bottom__inner,
.navbar-expand > .text-image-center__inner {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: #ffffff;
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 2px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0rem;
}
.card-title {
  margin-bottom: 0;
}
.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 0rem;
}
.card-header {
  padding: 0 0rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 2px 2px 0 0;
}
.card-footer {
  padding: 0 0rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 2px 2px;
}
.card-header-tabs {
  margin-right: 0rem;
  margin-bottom: 0;
  margin-left: 0rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: 0rem;
  margin-left: 0rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  border-radius: 2px;
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.card-deck .card {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -16px;
    margin-left: -16px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 16px;
    margin-bottom: 0;
    margin-left: 16px;
  }
}
.card-group > .card {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #365c88;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(32.2578947368, 54.9578947368, 81.2421052632);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #ffffff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #212529;
  background-color: #69bd86;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: rgb(74.25, 168.75, 106.875);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 189, 134, 0.5);
}
.badge-info {
  color: #ffffff;
  background-color: #00acec;
}
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: rgb(0, 134.8305084746, 185);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 236, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #212529;
  background-color: #ffca3a;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #212529;
  background-color: rgb(255, 188.2791878173, 7);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 58, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.badge-white {
  color: #212529;
  background-color: #ffffff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.badge-general {
  color: #ffffff;
  background-color: #365c88;
}
a.badge-general:hover, a.badge-general:focus {
  color: #ffffff;
  background-color: rgb(39.5052631579, 67.3052631579, 99.4947368421);
}
a.badge-general:focus, a.badge-general.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 92, 136, 0.5);
}
.badge-general-light {
  color: #212529;
  background-color: #e9eff7;
}
a.badge-general-light:hover, a.badge-general-light:focus {
  color: #212529;
  background-color: rgb(195.6, 211.8, 233.4);
}
a.badge-general-light:focus, a.badge-general-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 239, 247, 0.5);
}
.badge-park {
  color: #ffffff;
  background-color: #b90000;
}
a.badge-park:hover, a.badge-park:focus {
  color: #ffffff;
  background-color: #860000;
}
a.badge-park:focus, a.badge-park.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(185, 0, 0, 0.5);
}
.badge-park-light {
  color: #212529;
  background-color: #f7e9e9;
}
a.badge-park-light:hover, a.badge-park-light:focus {
  color: #212529;
  background-color: rgb(233.4, 195.6, 195.6);
}
a.badge-park-light:focus, a.badge-park-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 233, 233, 0.5);
}
.badge-safari {
  color: #ffffff;
  background-color: #ea661e;
}
a.badge-safari:hover, a.badge-safari:focus {
  color: #ffffff;
  background-color: rgb(194.8170731707, 80.5243902439, 18.1829268293);
}
a.badge-safari:focus, a.badge-safari.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 102, 30, 0.5);
}
.badge-safari-light {
  color: #212529;
  background-color: #f7eee9;
}
a.badge-safari-light:hover, a.badge-safari-light:focus {
  color: #212529;
  background-color: rgb(233.4, 209.1, 195.6);
}
a.badge-safari-light:focus, a.badge-safari-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 238, 233, 0.5);
}
.badge-desert {
  color: #212529;
  background-color: #f9b200;
}
a.badge-desert:hover, a.badge-desert:focus {
  color: #212529;
  background-color: rgb(198, 141.5421686747, 0);
}
a.badge-desert:focus, a.badge-desert.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 178, 0, 0.5);
}
.badge-desert-light {
  color: #212529;
  background-color: #f7f2e4;
}
a.badge-desert-light:hover, a.badge-desert-light:focus {
  color: #212529;
  background-color: rgb(235.3428571429, 223.0571428571, 188.6571428571);
}
a.badge-desert-light:focus, a.badge-desert-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 242, 228, 0.5);
}
.badge-mangrove {
  color: #ffffff;
  background-color: #7e851b;
}
a.badge-mangrove:hover, a.badge-mangrove:focus {
  color: #ffffff;
  background-color: rgb(85.8375, 90.60625, 18.39375);
}
a.badge-mangrove:focus, a.badge-mangrove.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(126, 133, 27, 0.5);
}
.badge-mangrove-light {
  color: #212529;
  background-color: #f6f7e9;
}
a.badge-mangrove-light:hover, a.badge-mangrove-light:focus {
  color: #212529;
  background-color: rgb(230.7, 233.4, 195.6);
}
a.badge-mangrove-light:focus, a.badge-mangrove-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 247, 233, 0.5);
}
.badge-rimba {
  color: #212529;
  background-color: #a5c800;
}
a.badge-rimba:hover, a.badge-rimba:focus {
  color: #212529;
  background-color: rgb(122.925, 149, 0);
}
a.badge-rimba:focus, a.badge-rimba.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(165, 200, 0, 0.5);
}
.badge-rimba-light {
  color: #212529;
  background-color: #f5f7e9;
}
a.badge-rimba-light:hover, a.badge-rimba-light:focus {
  color: #212529;
  background-color: rgb(228, 233.4, 195.6);
}
a.badge-rimba-light:focus, a.badge-rimba-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 247, 233, 0.5);
}
.badge-bush {
  color: #ffffff;
  background-color: #1e7d32;
}
a.badge-bush:hover, a.badge-bush:focus {
  color: #ffffff;
  background-color: rgb(20.1290322581, 83.8709677419, 33.5483870968);
}
a.badge-bush:focus, a.badge-bush.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 125, 50, 0.5);
}
.badge-bush-light {
  color: #212529;
  background-color: #e6f5e9;
}
a.badge-bush-light:hover, a.badge-bush-light:focus {
  color: #212529;
  background-color: rgb(193.5714285714, 230.4285714286, 200.9428571429);
}
a.badge-bush-light:focus, a.badge-bush-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 245, 233, 0.5);
}
.badge-ocean {
  color: #ffffff;
  background-color: #0099cc;
}
a.badge-ocean:hover, a.badge-ocean:focus {
  color: #ffffff;
  background-color: rgb(0, 114.75, 153);
}
a.badge-ocean:focus, a.badge-ocean.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 204, 0.5);
}
.badge-ocean-light {
  color: #212529;
  background-color: #e9f4f7;
}
a.badge-ocean-light:hover, a.badge-ocean-light:focus {
  color: #212529;
  background-color: rgb(195.6, 225.3, 233.4);
}
a.badge-ocean-light:focus, a.badge-ocean-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 244, 247, 0.5);
}
.badge-danger-light {
  color: #212529;
  background-color: rgb(255, 236.3020304569, 185.5);
}
a.badge-danger-light:hover, a.badge-danger-light:focus {
  color: #212529;
  background-color: rgb(255, 222.5812182741, 134.5);
}
a.badge-danger-light:focus, a.badge-danger-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 236.3020304569, 185.5, 0.5);
}
.badge-safaricenter {
  color: #ffffff;
  background-color: #c00418;
}
a.badge-safaricenter:hover, a.badge-safaricenter:focus {
  color: #ffffff;
  background-color: rgb(142.0408163265, 2.9591836735, 17.7551020408);
}
a.badge-safaricenter:focus, a.badge-safaricenter.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(192, 4, 24, 0.5);
}
.badge-ijstijd {
  color: #ffffff;
  background-color: #365c88;
}
a.badge-ijstijd:hover, a.badge-ijstijd:focus {
  color: #ffffff;
  background-color: rgb(39.5052631579, 67.3052631579, 99.4947368421);
}
a.badge-ijstijd:focus, a.badge-ijstijd.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 92, 136, 0.5);
}
.badge-ijstijd-light {
  color: #212529;
  background-color: #e9f4f7;
}
a.badge-ijstijd-light:hover, a.badge-ijstijd-light:focus {
  color: #212529;
  background-color: rgb(195.6, 225.3, 233.4);
}
a.badge-ijstijd-light:focus, a.badge-ijstijd-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 244, 247, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 8px;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}
.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}
.alert-success {
  color: rgb(54.6, 98.28, 69.68);
  background-color: rgb(225, 241.8, 230.8);
  border-color: rgb(213, 236.52, 221.12);
}
.alert-success hr {
  border-top-color: rgb(195.2916666667, 228.7283333333, 206.8352777778);
}
.alert-success .alert-link {
  color: rgb(36.3857142857, 65.4942857143, 46.4351020408);
}
.alert-info {
  color: rgb(0, 89.44, 122.72);
  background-color: rgb(204, 238.4, 251.2);
  border-color: rgb(183.6, 231.76, 249.68);
}
.alert-info hr {
  border-top-color: rgb(159.8682481752, 224.0355474453, 247.9117518248);
}
.alert-info .alert-link {
  color: rgb(0, 52.2705084746, 71.72);
}
.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}
.alert-danger {
  color: rgb(132.6, 105.04, 30.16);
  background-color: rgb(255, 244.4, 215.6);
  border-color: rgb(255, 240.16, 199.84);
}
.alert-danger hr {
  border-top-color: rgb(255, 233.2995939086, 174.34);
}
.alert-danger .alert-link {
  color: rgb(91.0504792332, 72.1262619808, 20.7095207668);
}
.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}
.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}
.alert-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-white .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}
.alert-general {
  color: rgb(28.08, 47.84, 70.72);
  background-color: rgb(214.8, 222.4, 231.2);
  border-color: rgb(198.72, 209.36, 221.68);
}
.alert-general hr {
  border-top-color: rgb(182.7028125, 196.3709375, 212.1971875);
}
.alert-general .alert-link {
  color: rgb(13.5852631579, 23.1452631579, 34.2147368421);
}
.alert-general-light {
  color: rgb(121.16, 124.28, 128.44);
  background-color: rgb(250.6, 251.8, 253.4);
  border-color: rgb(248.84, 250.52, 252.76);
}
.alert-general-light hr {
  border-top-color: rgb(230.14, 236.92, 245.96);
}
.alert-general-light .alert-link {
  color: rgb(96.40375, 98.88625, 102.19625);
}
.alert-park {
  color: rgb(96.2, 0, 0);
  background-color: #f1cccc;
  border-color: rgb(235.4, 183.6, 183.6);
}
.alert-park hr {
  border-top-color: rgb(229.9076923077, 163.5923076923, 163.5923076923);
}
.alert-park .alert-link {
  color: rgb(45.2, 0, 0);
}
.alert-park-light {
  color: rgb(128.44, 121.16, 121.16);
  background-color: rgb(253.4, 250.6, 250.6);
  border-color: rgb(252.76, 248.84, 248.84);
}
.alert-park-light hr {
  border-top-color: rgb(245.96, 230.14, 230.14);
}
.alert-park-light .alert-link {
  color: rgb(102.19625, 96.40375, 96.40375);
}
.alert-safari {
  color: rgb(121.68, 53.04, 15.6);
  background-color: rgb(250.8, 224.4, 210);
  border-color: rgb(249.12, 212.16, 192);
}
.alert-safari hr {
  border-top-color: rgb(246.9431707317, 196.3002439024, 168.6768292683);
}
.alert-safari .alert-link {
  color: rgb(76.4754545455, 33.3354545455, 9.8045454545);
}
.alert-safari-light {
  color: rgb(128.44, 123.76, 121.16);
  background-color: rgb(253.4, 251.6, 250.6);
  border-color: rgb(252.76, 250.24, 248.84);
}
.alert-safari-light hr {
  border-top-color: rgb(245.96, 235.79, 230.14);
}
.alert-safari-light .alert-link {
  color: rgb(102.19625, 98.4725, 96.40375);
}
.alert-desert {
  color: rgb(129.48, 92.56, 0);
  background-color: rgb(253.8, 239.6, 204);
  border-color: rgb(253.32, 233.44, 183.6);
}
.alert-desert hr {
  border-top-color: rgb(252.7337931034, 225.9170114943, 158.6862068966);
}
.alert-desert .alert-link {
  color: rgb(78.48, 56.1021686747, 0);
}
.alert-desert-light {
  color: rgb(128.44, 125.84, 118.56);
  background-color: rgb(253.4, 252.4, 249.6);
  border-color: rgb(252.76, 251.36, 247.44);
}
.alert-desert-light hr {
  border-top-color: rgb(246.9314285714, 241.8885714286, 227.7685714286);
}
.alert-desert-light .alert-link {
  color: rgb(101.92, 99.8568421053, 94.08);
}
.alert-mangrove {
  color: rgb(65.52, 69.16, 14.04);
  background-color: rgb(229.2, 230.6, 209.4);
  border-color: rgb(218.88, 220.84, 191.16);
}
.alert-mangrove hr {
  border-top-color: rgb(209.4814285714, 211.9514285714, 174.5485714286);
}
.alert-mangrove .alert-link {
  color: rgb(25.3575, 26.76625, 5.43375);
}
.alert-mangrove-light {
  color: rgb(127.92, 128.44, 121.16);
  background-color: rgb(253.2, 253.4, 250.6);
  border-color: rgb(252.48, 252.76, 248.84);
}
.alert-mangrove-light hr {
  border-top-color: rgb(244.83, 245.96, 230.14);
}
.alert-mangrove-light .alert-link {
  color: rgb(101.7825, 102.19625, 96.40375);
}
.alert-rimba {
  color: rgb(85.8, 104, 0);
  background-color: #edf4cc;
  border-color: rgb(229.8, 239.6, 183.6);
}
.alert-rimba hr {
  border-top-color: rgb(222.3967741935, 235.0758064516, 162.6241935484);
}
.alert-rimba .alert-link {
  color: rgb(43.725, 53, 0);
}
.alert-rimba-light {
  color: rgb(127.4, 128.44, 121.16);
  background-color: rgb(253, 253.4, 250.6);
  border-color: rgb(252.2, 252.76, 248.84);
}
.alert-rimba-light hr {
  border-top-color: rgb(243.7, 245.96, 230.14);
}
.alert-rimba-light .alert-link {
  color: rgb(101.36875, 102.19625, 96.40375);
}
.alert-bush {
  color: rgb(15.6, 65, 26);
  background-color: #d2e5d6;
  border-color: rgb(192, 218.6, 197.6);
}
.alert-bush hr {
  border-top-color: rgb(175.838028169, 209.261971831, 182.8746478873);
}
.alert-bush .alert-link {
  color: rgb(5.7290322581, 23.8709677419, 9.5483870968);
}
.alert-bush-light {
  color: rgb(119.6, 127.4, 121.16);
  background-color: rgb(250, 253, 250.6);
  border-color: rgb(248, 252.2, 248.84);
}
.alert-bush-light hr {
  border-top-color: rgb(229.7857142857, 244.9142857143, 232.8114285714);
}
.alert-bush-light .alert-link {
  color: rgb(94.9052631579, 101.0947368421, 96.1431578947);
}
.alert-ocean {
  color: rgb(0, 79.56, 106.08);
  background-color: rgb(204, 234.6, 244.8);
  border-color: rgb(183.6, 226.44, 240.72);
}
.alert-ocean hr {
  border-top-color: rgb(162.35, 217.94, 236.47);
}
.alert-ocean .alert-link {
  color: rgb(0, 41.31, 55.08);
}
.alert-ocean-light {
  color: rgb(121.16, 126.88, 128.44);
  background-color: rgb(250.6, 252.8, 253.4);
  border-color: rgb(248.84, 251.92, 252.76);
}
.alert-ocean-light hr {
  border-top-color: rgb(230.14, 242.57, 245.96);
}
.alert-ocean-light .alert-link {
  color: rgb(96.40375, 100.955, 102.19625);
}
.alert-danger-light {
  color: rgb(132.6, 122.8770558376, 96.46);
  background-color: rgb(255, 251.2604060914, 241.1);
  border-color: rgb(255, 249.7645685279, 235.54);
}
.alert-danger-light hr {
  border-top-color: rgb(255, 242.9041624365, 210.04);
}
.alert-danger-light .alert-link {
  color: rgb(103.0767309875, 95.5185914714, 74.9832690125);
}
.alert-safaricenter {
  color: rgb(99.84, 2.08, 12.48);
  background-color: rgb(242.4, 204.8, 208.8);
  border-color: rgb(237.36, 184.72, 190.32);
}
.alert-safaricenter hr {
  border-top-color: rgb(232.2437579618, 164.3362420382, 171.5604458599);
}
.alert-safaricenter .alert-link {
  color: rgb(49.8808163265, 1.0391836735, 6.2351020408);
}
.alert-ijstijd {
  color: rgb(28.08, 47.84, 70.72);
  background-color: rgb(214.8, 222.4, 231.2);
  border-color: rgb(198.72, 209.36, 221.68);
}
.alert-ijstijd hr {
  border-top-color: rgb(182.7028125, 196.3709375, 212.1971875);
}
.alert-ijstijd .alert-link {
  color: rgb(13.5852631579, 23.1452631579, 34.2147368421);
}
.alert-ijstijd-light {
  color: rgb(121.16, 126.88, 128.44);
  background-color: rgb(250.6, 252.8, 253.4);
  border-color: rgb(248.84, 251.92, 252.76);
}
.alert-ijstijd-light hr {
  border-top-color: rgb(230.14, 242.57, 245.96);
}
.alert-ijstijd-light .alert-link {
  color: rgb(96.40375, 100.955, 102.19625);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 2px;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 2px;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #2b2b2b;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}
.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}
.list-group-item-success {
  color: rgb(54.6, 98.28, 69.68);
  background-color: rgb(213, 236.52, 221.12);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(54.6, 98.28, 69.68);
  background-color: rgb(195.2916666667, 228.7283333333, 206.8352777778);
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(54.6, 98.28, 69.68);
  border-color: rgb(54.6, 98.28, 69.68);
}
.list-group-item-info {
  color: rgb(0, 89.44, 122.72);
  background-color: rgb(183.6, 231.76, 249.68);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(0, 89.44, 122.72);
  background-color: rgb(159.8682481752, 224.0355474453, 247.9117518248);
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(0, 89.44, 122.72);
  border-color: rgb(0, 89.44, 122.72);
}
.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}
.list-group-item-danger {
  color: rgb(132.6, 105.04, 30.16);
  background-color: rgb(255, 240.16, 199.84);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132.6, 105.04, 30.16);
  background-color: rgb(255, 233.2995939086, 174.34);
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 105.04, 30.16);
  border-color: rgb(132.6, 105.04, 30.16);
}
.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}
.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}
.list-group-item-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-white.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}
.list-group-item-general {
  color: rgb(28.08, 47.84, 70.72);
  background-color: rgb(198.72, 209.36, 221.68);
}
.list-group-item-general.list-group-item-action:hover, .list-group-item-general.list-group-item-action:focus {
  color: rgb(28.08, 47.84, 70.72);
  background-color: rgb(182.7028125, 196.3709375, 212.1971875);
}
.list-group-item-general.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(28.08, 47.84, 70.72);
  border-color: rgb(28.08, 47.84, 70.72);
}
.list-group-item-general-light {
  color: rgb(121.16, 124.28, 128.44);
  background-color: rgb(248.84, 250.52, 252.76);
}
.list-group-item-general-light.list-group-item-action:hover, .list-group-item-general-light.list-group-item-action:focus {
  color: rgb(121.16, 124.28, 128.44);
  background-color: rgb(230.14, 236.92, 245.96);
}
.list-group-item-general-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(121.16, 124.28, 128.44);
  border-color: rgb(121.16, 124.28, 128.44);
}
.list-group-item-park {
  color: rgb(96.2, 0, 0);
  background-color: rgb(235.4, 183.6, 183.6);
}
.list-group-item-park.list-group-item-action:hover, .list-group-item-park.list-group-item-action:focus {
  color: rgb(96.2, 0, 0);
  background-color: rgb(229.9076923077, 163.5923076923, 163.5923076923);
}
.list-group-item-park.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(96.2, 0, 0);
  border-color: rgb(96.2, 0, 0);
}
.list-group-item-park-light {
  color: rgb(128.44, 121.16, 121.16);
  background-color: rgb(252.76, 248.84, 248.84);
}
.list-group-item-park-light.list-group-item-action:hover, .list-group-item-park-light.list-group-item-action:focus {
  color: rgb(128.44, 121.16, 121.16);
  background-color: rgb(245.96, 230.14, 230.14);
}
.list-group-item-park-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(128.44, 121.16, 121.16);
  border-color: rgb(128.44, 121.16, 121.16);
}
.list-group-item-safari {
  color: rgb(121.68, 53.04, 15.6);
  background-color: rgb(249.12, 212.16, 192);
}
.list-group-item-safari.list-group-item-action:hover, .list-group-item-safari.list-group-item-action:focus {
  color: rgb(121.68, 53.04, 15.6);
  background-color: rgb(246.9431707317, 196.3002439024, 168.6768292683);
}
.list-group-item-safari.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(121.68, 53.04, 15.6);
  border-color: rgb(121.68, 53.04, 15.6);
}
.list-group-item-safari-light {
  color: rgb(128.44, 123.76, 121.16);
  background-color: rgb(252.76, 250.24, 248.84);
}
.list-group-item-safari-light.list-group-item-action:hover, .list-group-item-safari-light.list-group-item-action:focus {
  color: rgb(128.44, 123.76, 121.16);
  background-color: rgb(245.96, 235.79, 230.14);
}
.list-group-item-safari-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(128.44, 123.76, 121.16);
  border-color: rgb(128.44, 123.76, 121.16);
}
.list-group-item-desert {
  color: rgb(129.48, 92.56, 0);
  background-color: rgb(253.32, 233.44, 183.6);
}
.list-group-item-desert.list-group-item-action:hover, .list-group-item-desert.list-group-item-action:focus {
  color: rgb(129.48, 92.56, 0);
  background-color: rgb(252.7337931034, 225.9170114943, 158.6862068966);
}
.list-group-item-desert.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(129.48, 92.56, 0);
  border-color: rgb(129.48, 92.56, 0);
}
.list-group-item-desert-light {
  color: rgb(128.44, 125.84, 118.56);
  background-color: rgb(252.76, 251.36, 247.44);
}
.list-group-item-desert-light.list-group-item-action:hover, .list-group-item-desert-light.list-group-item-action:focus {
  color: rgb(128.44, 125.84, 118.56);
  background-color: rgb(246.9314285714, 241.8885714286, 227.7685714286);
}
.list-group-item-desert-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(128.44, 125.84, 118.56);
  border-color: rgb(128.44, 125.84, 118.56);
}
.list-group-item-mangrove {
  color: rgb(65.52, 69.16, 14.04);
  background-color: rgb(218.88, 220.84, 191.16);
}
.list-group-item-mangrove.list-group-item-action:hover, .list-group-item-mangrove.list-group-item-action:focus {
  color: rgb(65.52, 69.16, 14.04);
  background-color: rgb(209.4814285714, 211.9514285714, 174.5485714286);
}
.list-group-item-mangrove.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(65.52, 69.16, 14.04);
  border-color: rgb(65.52, 69.16, 14.04);
}
.list-group-item-mangrove-light {
  color: rgb(127.92, 128.44, 121.16);
  background-color: rgb(252.48, 252.76, 248.84);
}
.list-group-item-mangrove-light.list-group-item-action:hover, .list-group-item-mangrove-light.list-group-item-action:focus {
  color: rgb(127.92, 128.44, 121.16);
  background-color: rgb(244.83, 245.96, 230.14);
}
.list-group-item-mangrove-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(127.92, 128.44, 121.16);
  border-color: rgb(127.92, 128.44, 121.16);
}
.list-group-item-rimba {
  color: rgb(85.8, 104, 0);
  background-color: rgb(229.8, 239.6, 183.6);
}
.list-group-item-rimba.list-group-item-action:hover, .list-group-item-rimba.list-group-item-action:focus {
  color: rgb(85.8, 104, 0);
  background-color: rgb(222.3967741935, 235.0758064516, 162.6241935484);
}
.list-group-item-rimba.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(85.8, 104, 0);
  border-color: rgb(85.8, 104, 0);
}
.list-group-item-rimba-light {
  color: rgb(127.4, 128.44, 121.16);
  background-color: rgb(252.2, 252.76, 248.84);
}
.list-group-item-rimba-light.list-group-item-action:hover, .list-group-item-rimba-light.list-group-item-action:focus {
  color: rgb(127.4, 128.44, 121.16);
  background-color: rgb(243.7, 245.96, 230.14);
}
.list-group-item-rimba-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(127.4, 128.44, 121.16);
  border-color: rgb(127.4, 128.44, 121.16);
}
.list-group-item-bush {
  color: rgb(15.6, 65, 26);
  background-color: rgb(192, 218.6, 197.6);
}
.list-group-item-bush.list-group-item-action:hover, .list-group-item-bush.list-group-item-action:focus {
  color: rgb(15.6, 65, 26);
  background-color: rgb(175.838028169, 209.261971831, 182.8746478873);
}
.list-group-item-bush.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(15.6, 65, 26);
  border-color: rgb(15.6, 65, 26);
}
.list-group-item-bush-light {
  color: rgb(119.6, 127.4, 121.16);
  background-color: rgb(248, 252.2, 248.84);
}
.list-group-item-bush-light.list-group-item-action:hover, .list-group-item-bush-light.list-group-item-action:focus {
  color: rgb(119.6, 127.4, 121.16);
  background-color: rgb(229.7857142857, 244.9142857143, 232.8114285714);
}
.list-group-item-bush-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(119.6, 127.4, 121.16);
  border-color: rgb(119.6, 127.4, 121.16);
}
.list-group-item-ocean {
  color: rgb(0, 79.56, 106.08);
  background-color: rgb(183.6, 226.44, 240.72);
}
.list-group-item-ocean.list-group-item-action:hover, .list-group-item-ocean.list-group-item-action:focus {
  color: rgb(0, 79.56, 106.08);
  background-color: rgb(162.35, 217.94, 236.47);
}
.list-group-item-ocean.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(0, 79.56, 106.08);
  border-color: rgb(0, 79.56, 106.08);
}
.list-group-item-ocean-light {
  color: rgb(121.16, 126.88, 128.44);
  background-color: rgb(248.84, 251.92, 252.76);
}
.list-group-item-ocean-light.list-group-item-action:hover, .list-group-item-ocean-light.list-group-item-action:focus {
  color: rgb(121.16, 126.88, 128.44);
  background-color: rgb(230.14, 242.57, 245.96);
}
.list-group-item-ocean-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(121.16, 126.88, 128.44);
  border-color: rgb(121.16, 126.88, 128.44);
}
.list-group-item-danger-light {
  color: rgb(132.6, 122.8770558376, 96.46);
  background-color: rgb(255, 249.7645685279, 235.54);
}
.list-group-item-danger-light.list-group-item-action:hover, .list-group-item-danger-light.list-group-item-action:focus {
  color: rgb(132.6, 122.8770558376, 96.46);
  background-color: rgb(255, 242.9041624365, 210.04);
}
.list-group-item-danger-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 122.8770558376, 96.46);
  border-color: rgb(132.6, 122.8770558376, 96.46);
}
.list-group-item-safaricenter {
  color: rgb(99.84, 2.08, 12.48);
  background-color: rgb(237.36, 184.72, 190.32);
}
.list-group-item-safaricenter.list-group-item-action:hover, .list-group-item-safaricenter.list-group-item-action:focus {
  color: rgb(99.84, 2.08, 12.48);
  background-color: rgb(232.2437579618, 164.3362420382, 171.5604458599);
}
.list-group-item-safaricenter.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(99.84, 2.08, 12.48);
  border-color: rgb(99.84, 2.08, 12.48);
}
.list-group-item-ijstijd {
  color: rgb(28.08, 47.84, 70.72);
  background-color: rgb(198.72, 209.36, 221.68);
}
.list-group-item-ijstijd.list-group-item-action:hover, .list-group-item-ijstijd.list-group-item-action:focus {
  color: rgb(28.08, 47.84, 70.72);
  background-color: rgb(182.7028125, 196.3709375, 212.1971875);
}
.list-group-item-ijstijd.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(28.08, 47.84, 70.72);
  border-color: rgb(28.08, 47.84, 70.72);
}
.list-group-item-ijstijd-light {
  color: rgb(121.16, 126.88, 128.44);
  background-color: rgb(248.84, 251.92, 252.76);
}
.list-group-item-ijstijd-light.list-group-item-action:hover, .list-group-item-ijstijd-light.list-group-item-action:focus {
  color: rgb(121.16, 126.88, 128.44);
  background-color: rgb(230.14, 242.57, 245.96);
}
.list-group-item-ijstijd-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(121.16, 126.88, 128.44);
  border-color: rgb(121.16, 126.88, 128.44);
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover {
  color: #000000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.875;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Whitney";
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 2px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Whitney";
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 8px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 8px 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 8px 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #2b2b2b;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 110.7, 229.5) !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(96.1802575107, 104.19527897, 111.3197424893) !important;
}
.bg-success {
  background-color: #69bd86 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(87.2916666667, 181.2083333333, 119.7152777778) !important;
}
.bg-info {
  background-color: #00acec !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(0, 153.4152542373, 210.5) !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(236.5, 177.375, 0) !important;
}
.bg-danger {
  background-color: #ffca3a !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(255, 195.1395939086, 32.5) !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(233.125, 236.25, 239.375) !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(40.5689655172, 45.25, 49.9310344828) !important;
}
.bg-white {
  background-color: #ffffff !important;
}
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(242.25, 242.25, 242.25) !important;
}
.bg-general {
  background-color: #365c88 !important;
}
a.bg-general:hover, a.bg-general:focus,
button.bg-general:hover,
button.bg-general:focus {
  background-color: rgb(46.7526315789, 79.6526315789, 117.7473684211) !important;
}
.bg-general-light {
  background-color: #e9eff7 !important;
}
a.bg-general-light:hover, a.bg-general-light:focus,
button.bg-general-light:hover,
button.bg-general-light:focus {
  background-color: rgb(214.3, 225.4, 240.2) !important;
}
.bg-park {
  background-color: #b90000 !important;
}
a.bg-park:hover, a.bg-park:focus,
button.bg-park:hover,
button.bg-park:focus {
  background-color: rgb(159.5, 0, 0) !important;
}
.bg-park-light {
  background-color: #f7e9e9 !important;
}
a.bg-park-light:hover, a.bg-park-light:focus,
button.bg-park-light:hover,
button.bg-park-light:focus {
  background-color: rgb(240.2, 214.3, 214.3) !important;
}
.bg-safari {
  background-color: #ea661e !important;
}
a.bg-safari:hover, a.bg-safari:focus,
button.bg-safari:hover,
button.bg-safari:focus {
  background-color: rgb(218.1402439024, 90.1646341463, 20.3597560976) !important;
}
.bg-safari-light {
  background-color: #f7eee9 !important;
}
a.bg-safari-light:hover, a.bg-safari-light:focus,
button.bg-safari-light:hover,
button.bg-safari-light:focus {
  background-color: rgb(240.2, 223.55, 214.3) !important;
}
.bg-desert {
  background-color: #f9b200 !important;
}
a.bg-desert:hover, a.bg-desert:focus,
button.bg-desert:hover,
button.bg-desert:focus {
  background-color: rgb(223.5, 159.7710843373, 0) !important;
}
.bg-desert-light {
  background-color: #f7f2e4 !important;
}
a.bg-desert-light:hover, a.bg-desert-light:focus,
button.bg-desert-light:hover,
button.bg-desert-light:focus {
  background-color: rgb(241.1714285714, 232.5285714286, 208.3285714286) !important;
}
.bg-mangrove {
  background-color: #7e851b !important;
}
a.bg-mangrove:hover, a.bg-mangrove:focus,
button.bg-mangrove:hover,
button.bg-mangrove:focus {
  background-color: rgb(105.91875, 111.803125, 22.696875) !important;
}
.bg-mangrove-light {
  background-color: #f6f7e9 !important;
}
a.bg-mangrove-light:hover, a.bg-mangrove-light:focus,
button.bg-mangrove-light:hover,
button.bg-mangrove-light:focus {
  background-color: rgb(238.35, 240.2, 214.3) !important;
}
.bg-rimba {
  background-color: #a5c800 !important;
}
a.bg-rimba:hover, a.bg-rimba:focus,
button.bg-rimba:hover,
button.bg-rimba:focus {
  background-color: rgb(143.9625, 174.5, 0) !important;
}
.bg-rimba-light {
  background-color: #f5f7e9 !important;
}
a.bg-rimba-light:hover, a.bg-rimba-light:focus,
button.bg-rimba-light:hover,
button.bg-rimba-light:focus {
  background-color: rgb(236.5, 240.2, 214.3) !important;
}
.bg-bush {
  background-color: #1e7d32 !important;
}
a.bg-bush:hover, a.bg-bush:focus,
button.bg-bush:hover,
button.bg-bush:focus {
  background-color: rgb(25.064516129, 104.435483871, 41.7741935484) !important;
}
.bg-bush-light {
  background-color: #e6f5e9 !important;
}
a.bg-bush-light:hover, a.bg-bush-light:focus,
button.bg-bush-light:hover,
button.bg-bush-light:focus {
  background-color: rgb(211.7857142857, 237.7142857143, 216.9714285714) !important;
}
.bg-ocean {
  background-color: #0099cc !important;
}
a.bg-ocean:hover, a.bg-ocean:focus,
button.bg-ocean:hover,
button.bg-ocean:focus {
  background-color: rgb(0, 133.875, 178.5) !important;
}
.bg-ocean-light {
  background-color: #e9f4f7 !important;
}
a.bg-ocean-light:hover, a.bg-ocean-light:focus,
button.bg-ocean-light:hover,
button.bg-ocean-light:focus {
  background-color: rgb(214.3, 234.65, 240.2) !important;
}
.bg-danger-light {
  background-color: rgb(255, 236.3020304569, 185.5) !important;
}
a.bg-danger-light:hover, a.bg-danger-light:focus,
button.bg-danger-light:hover,
button.bg-danger-light:focus {
  background-color: rgb(255, 229.4416243655, 160) !important;
}
.bg-safaricenter {
  background-color: #c00418 !important;
}
a.bg-safaricenter:hover, a.bg-safaricenter:focus,
button.bg-safaricenter:hover,
button.bg-safaricenter:focus {
  background-color: rgb(167.0204081633, 3.4795918367, 20.8775510204) !important;
}
.bg-ijstijd {
  background-color: #365c88 !important;
}
a.bg-ijstijd:hover, a.bg-ijstijd:focus,
button.bg-ijstijd:hover,
button.bg-ijstijd:focus {
  background-color: rgb(46.7526315789, 79.6526315789, 117.7473684211) !important;
}
.bg-ijstijd-light {
  background-color: #e9f4f7 !important;
}
a.bg-ijstijd-light:hover, a.bg-ijstijd-light:focus,
button.bg-ijstijd-light:hover,
button.bg-ijstijd-light:focus {
  background-color: rgb(214.3, 234.65, 240.2) !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !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;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #69bd86 !important;
}
.border-info {
  border-color: #00acec !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #ffca3a !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #ffffff !important;
}
.border-general {
  border-color: #365c88 !important;
}
.border-general-light {
  border-color: #e9eff7 !important;
}
.border-park {
  border-color: #b90000 !important;
}
.border-park-light {
  border-color: #f7e9e9 !important;
}
.border-safari {
  border-color: #ea661e !important;
}
.border-safari-light {
  border-color: #f7eee9 !important;
}
.border-desert {
  border-color: #f9b200 !important;
}
.border-desert-light {
  border-color: #f7f2e4 !important;
}
.border-mangrove {
  border-color: #7e851b !important;
}
.border-mangrove-light {
  border-color: #f6f7e9 !important;
}
.border-rimba {
  border-color: #a5c800 !important;
}
.border-rimba-light {
  border-color: #f5f7e9 !important;
}
.border-bush {
  border-color: #1e7d32 !important;
}
.border-bush-light {
  border-color: #e6f5e9 !important;
}
.border-ocean {
  border-color: #0099cc !important;
}
.border-ocean-light {
  border-color: #e9f4f7 !important;
}
.border-danger-light {
  border-color: rgb(255, 236.3020304569, 185.5) !important;
}
.border-safaricenter {
  border-color: #c00418 !important;
}
.border-ijstijd {
  border-color: #365c88 !important;
}
.border-ijstijd-light {
  border-color: #e9f4f7 !important;
}
.border-white {
  border-color: #ffffff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 2px !important;
}
.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}
.rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.rounded-lg {
  border-radius: 8px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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;
  }
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !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;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #ffffff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.text-success {
  color: #69bd86 !important;
}
a.text-success:hover, a.text-success:focus {
  color: rgb(66.4583333333, 151.0416666667, 95.6597222222) !important;
}
.text-info {
  color: #00acec !important;
}
a.text-info:hover, a.text-info:focus {
  color: rgb(0, 116.2457627119, 159.5) !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.text-danger {
  color: #ffca3a !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: rgb(236.5, 172.8730964467, 0) !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-white:hover, a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}
.text-general {
  color: #365c88 !important;
}
a.text-general:hover, a.text-general:focus {
  color: rgb(32.2578947368, 54.9578947368, 81.2421052632) !important;
}
.text-general-light {
  color: #e9eff7 !important;
}
a.text-general-light:hover, a.text-general-light:focus {
  color: rgb(176.9, 198.2, 226.6) !important;
}
.text-park {
  color: #b90000 !important;
}
a.text-park:hover, a.text-park:focus {
  color: rgb(108.5, 0, 0) !important;
}
.text-park-light {
  color: #f7e9e9 !important;
}
a.text-park-light:hover, a.text-park-light:focus {
  color: rgb(226.6, 176.9, 176.9) !important;
}
.text-safari {
  color: #ea661e !important;
}
a.text-safari:hover, a.text-safari:focus {
  color: rgb(171.493902439, 70.8841463415, 16.006097561) !important;
}
.text-safari-light {
  color: #f7eee9 !important;
}
a.text-safari-light:hover, a.text-safari-light:focus {
  color: rgb(226.6, 194.65, 176.9) !important;
}
.text-desert {
  color: #f9b200 !important;
}
a.text-desert:hover, a.text-desert:focus {
  color: rgb(172.5, 123.313253012, 0) !important;
}
.text-desert-light {
  color: #f7f2e4 !important;
}
a.text-desert-light:hover, a.text-desert-light:focus {
  color: rgb(229.5142857143, 213.5857142857, 168.9857142857) !important;
}
.text-mangrove {
  color: #7e851b !important;
}
a.text-mangrove:hover, a.text-mangrove:focus {
  color: rgb(65.75625, 69.409375, 14.090625) !important;
}
.text-mangrove-light {
  color: #f6f7e9 !important;
}
a.text-mangrove-light:hover, a.text-mangrove-light:focus {
  color: rgb(223.05, 226.6, 176.9) !important;
}
.text-rimba {
  color: #a5c800 !important;
}
a.text-rimba:hover, a.text-rimba:focus {
  color: rgb(101.8875, 123.5, 0) !important;
}
.text-rimba-light {
  color: #f5f7e9 !important;
}
a.text-rimba-light:hover, a.text-rimba-light:focus {
  color: rgb(219.5, 226.6, 176.9) !important;
}
.text-bush {
  color: #1e7d32 !important;
}
a.text-bush:hover, a.text-bush:focus {
  color: rgb(15.1935483871, 63.3064516129, 25.3225806452) !important;
}
.text-bush-light {
  color: #e6f5e9 !important;
}
a.text-bush-light:hover, a.text-bush-light:focus {
  color: rgb(175.3571428571, 223.1428571429, 184.9142857143) !important;
}
.text-ocean {
  color: #0099cc !important;
}
a.text-ocean:hover, a.text-ocean:focus {
  color: rgb(0, 95.625, 127.5) !important;
}
.text-ocean-light {
  color: #e9f4f7 !important;
}
a.text-ocean-light:hover, a.text-ocean-light:focus {
  color: rgb(176.9, 215.95, 226.6) !important;
}
.text-danger-light {
  color: rgb(255, 236.3020304569, 185.5) !important;
}
a.text-danger-light:hover, a.text-danger-light:focus {
  color: rgb(255, 215.7208121827, 109) !important;
}
.text-safaricenter {
  color: #c00418 !important;
}
a.text-safaricenter:hover, a.text-safaricenter:focus {
  color: rgb(117.0612244898, 2.4387755102, 14.6326530612) !important;
}
.text-ijstijd {
  color: #365c88 !important;
}
a.text-ijstijd:hover, a.text-ijstijd:focus {
  color: rgb(32.2578947368, 54.9578947368, 81.2421052632) !important;
}
.text-ijstijd-light {
  color: #e9f4f7 !important;
}
a.text-ijstijd-light:hover, a.text-ijstijd-light:focus {
  color: rgb(176.9, 215.95, 226.6) !important;
}
.text-body {
  color: #2b2b2b !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.has-gradient, .bzfy-c-carousel-post {
  position: relative;
}
.has-gradient:before, .bzfy-c-carousel-post:before {
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 72.6%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
}
.gradient-hover-bg-primary {
  position: relative;
}
.gradient-hover-bg-primary:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-primary:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-primary:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-primary:hover:before {
  background: linear-gradient(180deg, rgba(0, 123, 255, 0) 0%, rgba(0, 123, 255, 0) 75%, rgba(0, 123, 255, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-secondary {
  position: relative;
}
.gradient-hover-bg-secondary:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-secondary:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-secondary:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-secondary:hover:before {
  background: linear-gradient(180deg, rgba(108, 117, 125, 0) 0%, rgba(108, 117, 125, 0) 75%, rgba(108, 117, 125, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-success {
  position: relative;
}
.gradient-hover-bg-success:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-success:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-success:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-success:hover:before {
  background: linear-gradient(180deg, rgba(105, 189, 134, 0) 0%, rgba(105, 189, 134, 0) 75%, rgba(105, 189, 134, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-info {
  position: relative;
}
.gradient-hover-bg-info:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-info:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-info:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-info:hover:before {
  background: linear-gradient(180deg, rgba(0, 172, 236, 0) 0%, rgba(0, 172, 236, 0) 75%, rgba(0, 172, 236, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-warning {
  position: relative;
}
.gradient-hover-bg-warning:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-warning:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-warning:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-warning:hover:before {
  background: linear-gradient(180deg, rgba(255, 193, 7, 0) 0%, rgba(255, 193, 7, 0) 75%, rgba(255, 193, 7, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-danger {
  position: relative;
}
.gradient-hover-bg-danger:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-danger:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-danger:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-danger:hover:before {
  background: linear-gradient(180deg, rgba(255, 202, 58, 0) 0%, rgba(255, 202, 58, 0) 75%, rgba(255, 202, 58, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-light {
  position: relative;
}
.gradient-hover-bg-light:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-light:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-light:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-light:hover:before {
  background: linear-gradient(180deg, rgba(248, 249, 250, 0) 0%, rgba(248, 249, 250, 0) 75%, rgba(248, 249, 250, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-dark {
  position: relative;
}
.gradient-hover-bg-dark:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-dark:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-dark:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-dark:hover:before {
  background: linear-gradient(180deg, rgba(52, 58, 64, 0) 0%, rgba(52, 58, 64, 0) 75%, rgba(52, 58, 64, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-white {
  position: relative;
}
.gradient-hover-bg-white:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-white:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-white:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-white:hover:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-general {
  position: relative;
}
.gradient-hover-bg-general:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-general:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-general:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-general:hover:before {
  background: linear-gradient(180deg, rgba(54, 92, 136, 0) 0%, rgba(54, 92, 136, 0) 75%, rgba(54, 92, 136, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-general-light {
  position: relative;
}
.gradient-hover-bg-general-light:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-general-light:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-general-light:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-general-light:hover:before {
  background: linear-gradient(180deg, rgba(233, 239, 247, 0) 0%, rgba(233, 239, 247, 0) 75%, rgba(233, 239, 247, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-park {
  position: relative;
}
.gradient-hover-bg-park:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-park:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-park:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-park:hover:before {
  background: linear-gradient(180deg, rgba(185, 0, 0, 0) 0%, rgba(185, 0, 0, 0) 75%, rgba(185, 0, 0, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-park-light {
  position: relative;
}
.gradient-hover-bg-park-light:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-park-light:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-park-light:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-park-light:hover:before {
  background: linear-gradient(180deg, rgba(247, 233, 233, 0) 0%, rgba(247, 233, 233, 0) 75%, rgba(247, 233, 233, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-safari {
  position: relative;
}
.gradient-hover-bg-safari:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-safari:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-safari:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-safari:hover:before {
  background: linear-gradient(180deg, rgba(234, 102, 30, 0) 0%, rgba(234, 102, 30, 0) 75%, rgba(234, 102, 30, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-safari-light {
  position: relative;
}
.gradient-hover-bg-safari-light:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-safari-light:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-safari-light:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-safari-light:hover:before {
  background: linear-gradient(180deg, rgba(247, 238, 233, 0) 0%, rgba(247, 238, 233, 0) 75%, rgba(247, 238, 233, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-desert {
  position: relative;
}
.gradient-hover-bg-desert:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-desert:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-desert:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-desert:hover:before {
  background: linear-gradient(180deg, rgba(249, 178, 0, 0) 0%, rgba(249, 178, 0, 0) 75%, rgba(249, 178, 0, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-desert-light {
  position: relative;
}
.gradient-hover-bg-desert-light:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-desert-light:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-desert-light:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-desert-light:hover:before {
  background: linear-gradient(180deg, rgba(247, 242, 228, 0) 0%, rgba(247, 242, 228, 0) 75%, rgba(247, 242, 228, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-mangrove {
  position: relative;
}
.gradient-hover-bg-mangrove:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-mangrove:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-mangrove:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-mangrove:hover:before {
  background: linear-gradient(180deg, rgba(126, 133, 27, 0) 0%, rgba(126, 133, 27, 0) 75%, rgba(126, 133, 27, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-mangrove-light {
  position: relative;
}
.gradient-hover-bg-mangrove-light:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-mangrove-light:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-mangrove-light:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-mangrove-light:hover:before {
  background: linear-gradient(180deg, rgba(246, 247, 233, 0) 0%, rgba(246, 247, 233, 0) 75%, rgba(246, 247, 233, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-rimba {
  position: relative;
}
.gradient-hover-bg-rimba:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-rimba:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-rimba:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-rimba:hover:before {
  background: linear-gradient(180deg, rgba(165, 200, 0, 0) 0%, rgba(165, 200, 0, 0) 75%, rgba(165, 200, 0, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-rimba-light {
  position: relative;
}
.gradient-hover-bg-rimba-light:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-rimba-light:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-rimba-light:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-rimba-light:hover:before {
  background: linear-gradient(180deg, rgba(245, 247, 233, 0) 0%, rgba(245, 247, 233, 0) 75%, rgba(245, 247, 233, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-bush {
  position: relative;
}
.gradient-hover-bg-bush:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-bush:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-bush:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-bush:hover:before {
  background: linear-gradient(180deg, rgba(30, 125, 50, 0) 0%, rgba(30, 125, 50, 0) 75%, rgba(30, 125, 50, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-bush-light {
  position: relative;
}
.gradient-hover-bg-bush-light:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-bush-light:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-bush-light:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-bush-light:hover:before {
  background: linear-gradient(180deg, rgba(230, 245, 233, 0) 0%, rgba(230, 245, 233, 0) 75%, rgba(230, 245, 233, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-ocean {
  position: relative;
}
.gradient-hover-bg-ocean:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-ocean:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-ocean:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-ocean:hover:before {
  background: linear-gradient(180deg, rgba(0, 153, 204, 0) 0%, rgba(0, 153, 204, 0) 75%, rgba(0, 153, 204, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-ocean-light {
  position: relative;
}
.gradient-hover-bg-ocean-light:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-ocean-light:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-ocean-light:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-ocean-light:hover:before {
  background: linear-gradient(180deg, rgba(233, 244, 247, 0) 0%, rgba(233, 244, 247, 0) 75%, rgba(233, 244, 247, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-danger-light {
  position: relative;
}
.gradient-hover-bg-danger-light:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-danger-light:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-danger-light:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-danger-light:hover:before {
  background: linear-gradient(180deg, rgba(255, 236.3020304569, 185.5, 0) 0%, rgba(255, 236.3020304569, 185.5, 0) 75%, rgba(255, 236.3020304569, 185.5, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-safaricenter {
  position: relative;
}
.gradient-hover-bg-safaricenter:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-safaricenter:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-safaricenter:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-safaricenter:hover:before {
  background: linear-gradient(180deg, rgba(192, 4, 24, 0) 0%, rgba(192, 4, 24, 0) 75%, rgba(192, 4, 24, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-ijstijd {
  position: relative;
}
.gradient-hover-bg-ijstijd:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-ijstijd:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-ijstijd:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-ijstijd:hover:before {
  background: linear-gradient(180deg, rgba(54, 92, 136, 0) 0%, rgba(54, 92, 136, 0) 75%, rgba(54, 92, 136, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-ijstijd-light {
  position: relative;
}
.gradient-hover-bg-ijstijd-light:focus-visible {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-ijstijd-light:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.gradient-hover-bg-ijstijd-light:before {
  -webkit-animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientIn 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.gradient-hover-bg-ijstijd-light:hover:before {
  background: linear-gradient(180deg, rgba(233, 244, 247, 0) 0%, rgba(233, 244, 247, 0) 75%, rgba(233, 244, 247, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transform: none;
  -webkit-animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
  animation: anim-GradientOut 0.3s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
@keyframes anim-GradientIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anim-GradientOut {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.has-waves {
  position: relative;
}
.has-waves:before, .has-waves:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
}
.has-waves:before {
  top: 0;
  transform: rotate(180deg);
}
.has-waves:after {
  bottom: 0;
}
.has-waves__bottom:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-size: 100% 0.875rem;
}
.has-waves__top {
  position: relative;
}
.has-waves__top:before {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.img-mask, .text-image-bottom__text, .text-image-center__text, .bzfy-c-carousel-post {
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
}
.img-mask.horizontal, .text-image-bottom__text, .text-image-center__text, .horizontal.bzfy-c-carousel-post, .img-mask.mask-horizontal, .mask-horizontal.bzfy-c-carousel-post {
  mask-image: url("assets/masks/mask-horizontal.svg");
}
.img-mask.vertical, .vertical.text-image-bottom__text, .vertical.text-image-center__text, .vertical.bzfy-c-carousel-post, .img-mask.mask-vertical, .mask-vertical.text-image-bottom__text, .mask-vertical.text-image-center__text, .mask-vertical.bzfy-c-carousel-post {
  mask-image: url("assets/masks/mask-vertical.svg");
}
.img-mask.wide, .wide.text-image-bottom__text, .wide.text-image-center__text, .wide.bzfy-c-carousel-post, .img-mask.mask-wide, .mask-wide.text-image-bottom__text, .mask-wide.text-image-center__text, .mask-wide.bzfy-c-carousel-post {
  mask-image: url("assets/masks/mask-wide.svg");
}
.mask {
  position: relative;
  z-index: 0;
}
.mask:before {
  content: "";
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
  z-index: -1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mask.horizontal:before, .mask.text-image-bottom__text:before, .mask.text-image-center__text:before, .mask.mask-horizontal:before {
  mask-image: url("assets/masks/mask-horizontal.svg");
}
.mask.vertical:before, .mask.mask-vertical:before {
  mask-image: url("assets/masks/mask-vertical.svg");
}
.mask.wide:before, .mask.mask-wide:before {
  mask-image: url("assets/masks/mask-wide.svg");
}
.mask.overlap:before {
  top: 2.5rem;
}
.mask-bg-primary:before {
  background-color: #007bff;
}
.mask-bg-secondary:before {
  background-color: #6c757d;
}
.mask-bg-success:before {
  background-color: #69bd86;
}
.mask-bg-info:before {
  background-color: #00acec;
}
.mask-bg-warning:before {
  background-color: #ffc107;
}
.mask-bg-danger:before {
  background-color: #ffca3a;
}
.mask-bg-light:before {
  background-color: #f8f9fa;
}
.mask-bg-dark:before {
  background-color: #343a40;
}
.mask-bg-white:before {
  background-color: #ffffff;
}
.mask-bg-general:before {
  background-color: #365c88;
}
.mask-bg-general-light:before {
  background-color: #e9eff7;
}
.mask-bg-park:before {
  background-color: #b90000;
}
.mask-bg-park-light:before {
  background-color: #f7e9e9;
}
.mask-bg-safari:before {
  background-color: #ea661e;
}
.mask-bg-safari-light:before {
  background-color: #f7eee9;
}
.mask-bg-desert:before {
  background-color: #f9b200;
}
.mask-bg-desert-light:before {
  background-color: #f7f2e4;
}
.mask-bg-mangrove:before {
  background-color: #7e851b;
}
.mask-bg-mangrove-light:before {
  background-color: #f6f7e9;
}
.mask-bg-rimba:before {
  background-color: #a5c800;
}
.mask-bg-rimba-light:before {
  background-color: #f5f7e9;
}
.mask-bg-bush:before {
  background-color: #1e7d32;
}
.mask-bg-bush-light:before {
  background-color: #e6f5e9;
}
.mask-bg-ocean:before {
  background-color: #0099cc;
}
.mask-bg-ocean-light:before {
  background-color: #e9f4f7;
}
.mask-bg-danger-light:before {
  background-color: rgb(255, 236.3020304569, 185.5);
}
.mask-bg-safaricenter:before {
  background-color: #c00418;
}
.mask-bg-ijstijd:before {
  background-color: #365c88;
}
.mask-bg-ijstijd-light:before {
  background-color: #e9f4f7;
}
.mask-link-bg-primary:before {
  background-color: #007bff;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-primary:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(0, 110.7, 229.5);
}
.mask-link-bg-secondary:before {
  background-color: #6c757d;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-secondary:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(96.1802575107, 104.19527897, 111.3197424893);
}
.mask-link-bg-success:before {
  background-color: #69bd86;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-success:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(87.2916666667, 181.2083333333, 119.7152777778);
}
.mask-link-bg-info:before {
  background-color: #00acec;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-info:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(0, 153.4152542373, 210.5);
}
.mask-link-bg-warning:before {
  background-color: #ffc107;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-warning:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(236.5, 177.375, 0);
}
.mask-link-bg-danger:before {
  background-color: #ffca3a;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-danger:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(255, 195.1395939086, 32.5);
}
.mask-link-bg-light:before {
  background-color: #f8f9fa;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-light:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(233.125, 236.25, 239.375);
}
.mask-link-bg-dark:before {
  background-color: #343a40;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-dark:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(40.5689655172, 45.25, 49.9310344828);
}
.mask-link-bg-white:before {
  background-color: #ffffff;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-white:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(242.25, 242.25, 242.25);
}
.mask-link-bg-general:before {
  background-color: #365c88;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-general:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(46.7526315789, 79.6526315789, 117.7473684211);
}
.mask-link-bg-general-light:before {
  background-color: #e9eff7;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-general-light:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(214.3, 225.4, 240.2);
}
.mask-link-bg-park:before {
  background-color: #b90000;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-park:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(159.5, 0, 0);
}
.mask-link-bg-park-light:before {
  background-color: #f7e9e9;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-park-light:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(240.2, 214.3, 214.3);
}
.mask-link-bg-safari:before {
  background-color: #ea661e;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-safari:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(218.1402439024, 90.1646341463, 20.3597560976);
}
.mask-link-bg-safari-light:before {
  background-color: #f7eee9;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-safari-light:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(240.2, 223.55, 214.3);
}
.mask-link-bg-desert:before {
  background-color: #f9b200;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-desert:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(223.5, 159.7710843373, 0);
}
.mask-link-bg-desert-light:before {
  background-color: #f7f2e4;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-desert-light:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(241.1714285714, 232.5285714286, 208.3285714286);
}
.mask-link-bg-mangrove:before {
  background-color: #7e851b;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-mangrove:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(105.91875, 111.803125, 22.696875);
}
.mask-link-bg-mangrove-light:before {
  background-color: #f6f7e9;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-mangrove-light:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(238.35, 240.2, 214.3);
}
.mask-link-bg-rimba:before {
  background-color: #a5c800;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-rimba:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(143.9625, 174.5, 0);
}
.mask-link-bg-rimba-light:before {
  background-color: #f5f7e9;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-rimba-light:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(236.5, 240.2, 214.3);
}
.mask-link-bg-bush:before {
  background-color: #1e7d32;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-bush:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(25.064516129, 104.435483871, 41.7741935484);
}
.mask-link-bg-bush-light:before {
  background-color: #e6f5e9;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-bush-light:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(211.7857142857, 237.7142857143, 216.9714285714);
}
.mask-link-bg-ocean:before {
  background-color: #0099cc;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-ocean:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(0, 133.875, 178.5);
}
.mask-link-bg-ocean-light:before {
  background-color: #e9f4f7;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-ocean-light:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(214.3, 234.65, 240.2);
}
.mask-link-bg-danger-light:before {
  background-color: rgb(255, 236.3020304569, 185.5);
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-danger-light:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(255, 229.4416243655, 160);
}
.mask-link-bg-safaricenter:before {
  background-color: #c00418;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-safaricenter:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(167.0204081633, 3.4795918367, 20.8775510204);
}
.mask-link-bg-ijstijd:before {
  background-color: #365c88;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-ijstijd:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(46.7526315789, 79.6526315789, 117.7473684211);
}
.mask-link-bg-ijstijd-light:before {
  background-color: #e9f4f7;
  transition: background-color 0.2s ease-in-out;
}
.mask-link-bg-ijstijd-light:hover:before {
  transition: background-color 0.2s ease-in-out;
  background-color: rgb(214.3, 234.65, 240.2);
}
.rotate-min-2 {
  transform: rotate(-2deg);
}
.block-news {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .block-news {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .block-news {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .block-news {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .block-news {
    max-width: 1280px;
  }
}
.block-news {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .block-news {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
.block-news {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .block-news {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.block-news .background {
  position: absolute;
  z-index: 0;
  margin: 0 auto;
}
.block-news .background.right-edge {
  left: 6.625rem;
  right: -50rem;
  bottom: -3rem;
  top: -3rem;
}
.block-news .background.left-edge {
  right: 6.625rem;
  left: -50rem;
  bottom: -3rem;
  top: -3rem;
}
.block-news .news-content {
  margin-bottom: 2rem;
}
.block-news .news-content .btn {
  margin-bottom: 1.5rem;
}
.block-news .news-content .subtitle-small, .block-news .news-content .share-article .share-title, .share-article .block-news .news-content .share-title {
  position: relative;
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.block-news .news-content .subtitle-lg {
  position: relative;
  font-size: 2.25rem;
  line-height: 2.5rem;
  position: relative;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-bottom: 0;
  font-weight: bold;
}
.block-news .news-item-featured {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 1.5rem;
}
.block-news .news-item-featured .card-img {
  width: 7.5rem;
  height: 7rem;
  object-fit: cover;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
}
.block-news .news-item-featured:hover .card-img {
  transform: scale(1.05);
}
.block-news .news-item-featured .card-img-overlay {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #2b2b2b;
  justify-content: flex-start;
  padding: 0 0 0 1rem;
  z-index: 2;
}
.block-news .news-item-featured .card-img-overlay .item-date {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.block-news .news-item-featured .card-img-overlay .item-title {
  position: relative;
  font-size: 1rem;
  padding: 0;
  line-height: 1.75rem;
  margin-bottom: 0;
  font-weight: 600;
}
@media (min-width: 576px) {
  .block-news .news-item-featured .card-img {
    width: 15rem;
    height: 7rem;
  }
  .block-news .news-item-featured .card-img-overlay .item-date {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .block-news .news-item-featured .card-img-overlay .item-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 768px) {
  .block-news .news-item-featured {
    margin: 0;
  }
  .block-news .news-item-featured:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 72.66%, rgba(0, 0, 0, 0.65) 100%);
  }
  .block-news .news-item-featured .card-img {
    width: 100%;
    height: auto;
  }
  .block-news .news-item-featured .card-img-overlay {
    color: #ffffff;
    position: absolute;
    justify-content: flex-end;
    padding: 1.5rem;
  }
  .block-news .news-item-featured .card-img-overlay .item-date {
    margin-bottom: 0.5rem;
  }
  .block-news .news-item-featured .card-img-overlay .item-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0;
  }
}
.block-news-item {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 33.333% 0 0;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 2rem;
  text-decoration: none;
}
.block-news-item .featured-tag {
  left: 16px;
}
.block-news-item .img-mask, .block-news-item .text-image-bottom__text, .block-news-item .text-image-center__text, .block-news-item .bzfy-c-carousel-post {
  order: -1;
}
.block-news-item img {
  order: -1;
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
}
.block-news-item img.horizontal, .block-news-item img.text-image-bottom__text, .block-news-item img.text-image-center__text, .block-news-item img.mask-horizontal {
  mask-image: url("assets/masks/mask-horizontal.svg");
}
.block-news-item img.vertical, .block-news-item img.mask-vertical {
  mask-image: url("assets/masks/mask-vertical.svg");
}
.block-news-item img.wide, .block-news-item img.mask-wide {
  mask-image: url("assets/masks/mask-wide.svg");
}
.block-news-item img {
  height: auto;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
}
.block-news-item:hover img {
  transform: scale(1.05);
}
.block-news-item .card-body {
  padding: 1rem;
}
.block-news-item .card-body .card-title {
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 0.5rem;
}
.block-news-item .card-body .card-title a {
  color: inherit;
  text-decoration: none;
}
.block-news-item .card-body .card-text {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #667280;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-news-item .card-body .card-date {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #667280;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .block-news-item {
    margin-bottom: 2rem;
  }
}
.block-news-small-card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.75rem;
  text-decoration: none;
}
.block-news-small-card img {
  width: 7.5rem;
  height: 7rem;
  object-fit: cover;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
}
.block-news-small-card:hover img {
  transform: scale(1.05);
}
.block-news-small-card .card-body {
  color: #2b2b2b;
  padding: 0 1rem;
}
.block-news-small-card .card-body .date {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.block-news-small-card .card-body .title {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
  color: #2b2b2b;
  padding: 0;
  margin: 0;
}
@media (min-width: 576px) {
  .block-news-small-card img {
    width: 15rem;
    height: 7rem;
  }
  .block-news-small-card .card-body .date {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .block-news-small-card .card-body .title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 768px) {
  .block-news-small-card.indent {
    margin-left: 5.75rem;
  }
  .block-news-small-card img {
    width: 11.25rem;
    height: 7rem;
  }
  .block-news-small-card .card-body {
    color: #2b2b2b;
    padding: 0 1rem;
  }
  .block-news-small-card .card-body .date {
    margin-bottom: 0;
  }
}
.news-overview-container {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.news-overview-container [class~=card-deck]:last-of-type .block-news-item {
  margin-bottom: 2rem;
}
.news-overview-container .card-body {
  display: flex;
  flex-direction: column;
}
.news-overview-container .card-body .card-date {
  margin-top: auto;
}
@media (min-width: 992px) {
  .news-overview-container [class~=card-deck]:last-of-type .block-news-item {
    margin-bottom: 0rem;
  }
}
.news-block-title {
  position: relative;
  font-size: 2.25rem;
  line-height: 2.5rem;
  position: relative;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  margin-bottom: 3rem;
}
.news-overview {
  position: relative;
  margin: 6rem 0;
}
.news-overview .background {
  position: relative;
}
.news-overview .background:before, .news-overview .background:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
}
.news-overview .background:before {
  top: 0;
  transform: rotate(180deg);
}
.news-overview .background:after {
  bottom: 0;
}
.news-overview .background__bottom:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-size: 100% 0.875rem;
}
.news-overview .background__top {
  position: relative;
}
.news-overview .background__top:before {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.news-overview .background {
  max-width: 1440px;
  position: absolute;
  z-index: 0;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-overview-container {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.news-overview-container [class~=card-deck]:last-of-type .block-news-item {
  margin-bottom: 2rem;
}
.news-overview-container .card-body {
  display: flex;
  flex-direction: column;
}
.news-overview-container .card-body .card-date {
  margin-top: auto;
}
@media (min-width: 992px) {
  .news-overview-container [class~=card-deck]:last-of-type .block-news-item {
    margin-bottom: 0rem;
  }
}
.news-block-title {
  position: relative;
  font-size: 2.25rem;
  line-height: 2.5rem;
  position: relative;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  margin-bottom: 3rem;
}
.news-overview {
  position: relative;
  margin: 6rem 0;
}
.news-overview .background {
  position: relative;
}
.news-overview .background:before, .news-overview .background:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
}
.news-overview .background:before {
  top: 0;
  transform: rotate(180deg);
}
.news-overview .background:after {
  bottom: 0;
}
.news-overview .background__bottom:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-size: 100% 0.875rem;
}
.news-overview .background__top {
  position: relative;
}
.news-overview .background__top:before {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.news-overview .background {
  max-width: 1440px;
  position: absolute;
  z-index: 0;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-overview {
  display: flex;
  position: relative;
}
.news-overview:before, .news-overview:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
}
.news-overview:before {
  top: 0;
  transform: rotate(180deg);
}
.news-overview:after {
  bottom: 0;
}
.news-overview__bottom:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-size: 100% 0.875rem;
}
.news-overview__top {
  position: relative;
}
.news-overview__top:before {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.news-overview {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 13%, #f7e9e9 13%, #f7e9e9 100%);
  margin: 6rem 0;
}
.news-overview-heading {
  padding: 1rem;
}
@media (min-width: 992px) {
  .news-overview-heading {
    position: relative;
    top: 174px;
    left: 60px;
    width: 80%;
    z-index: 1;
    padding: 0;
  }
}
.news-overview-heading__subtitle {
  color: #b90000;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.875rem;
}
.news-overview-heading__title {
  color: #000000;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.news-overview-heading {
  /*  .hidden {
          visibility: hidden;
      }*/
}
.news-overview-container {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.news-overview-container-grid {
  display: grid;
  grid-template-areas: "a" "b";
}
@media (min-width: 768px) {
  .news-overview-container-grid {
    grid-template-areas: "a b" "a b";
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .news-overview-container-grid {
    grid-template-areas: "a" "b";
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .news-overview-container-grid {
    grid-template-areas: "a b" "a b";
    grid-template-columns: 1fr 1fr;
  }
}
.news-overview-container-grid .block-news-item {
  min-height: 220px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.news-overview-container-grid .block-news-item.featured {
  grid-area: a;
}
.news-overview-container-grid .block-news-item .img-mask, .news-overview-container-grid .block-news-item .text-image-bottom__text, .news-overview-container-grid .block-news-item .text-image-center__text, .news-overview-container-grid .block-news-item .bzfy-c-carousel-post {
  height: 100%;
}
.news-overview-container-grid .block-news-item .img-mask img, .news-overview-container-grid .block-news-item .text-image-bottom__text img, .news-overview-container-grid .block-news-item .text-image-center__text img, .news-overview-container-grid .block-news-item .bzfy-c-carousel-post img {
  height: 100%;
  object-fit: cover;
  position: relative;
}
.news-overview-container-grid .block-news-item .featured-label {
  position: absolute;
  top: 0;
  left: 1rem;
  background: #fd7e14;
  color: #000000;
  font-weight: 600;
  font-size: 1rem;
  width: fit-content;
  padding: 0.625rem 1rem 0.375rem 1rem;
  clip-path: polygon(0 0, 100% 0, 95% 90%, 60% 100%, 0 85%, 0% 50%);
}
.news-overview-container-grid .block-news-item .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% - 32px);
  height: 100%;
  padding: 1.5rem;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.news-overview-container-grid .block-news-item .card-body .card-title,
.news-overview-container-grid .block-news-item .card-body .card-date {
  position: relative;
  color: #ffffff;
}
.news-overview-container-grid .block-news-item .card-body .card-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.news-overview-container-grid .block-news-item .card-body .card-date {
  font-size: 0.875rem;
  font-weight: 300;
}
.news-overview-container-grid .block-news-item .card-body::before {
  position: absolute;
  content: "";
  top: 0;
  right: 2rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.0001) 38.02%, rgba(0, 0, 0, 0.35) 58.85%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
}
.news-overview-footer {
  text-align: center;
}
.news-overview-footer .btn {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
.news-overview-footer .btn svg {
  margin-right: 0.5rem;
  height: 20px;
  width: 20px;
}
.animal-slider,
.plants-slider {
  margin-top: 3rem;
  position: relative;
  padding-bottom: 6rem;
}
.animal-slider .background,
.plants-slider .background {
  position: absolute;
  left: -170px;
  right: -170px;
  bottom: 0;
  top: 12rem;
  z-index: 0;
  margin: 0 auto;
  max-width: 1440px;
}
.animal-slider .slider-wrapper .animal-slider-item,
.plants-slider .slider-wrapper .animal-slider-item {
  display: block;
  position: relative;
  width: fit-content;
  padding: 0;
}
.animal-slider .slider-wrapper .animal-slider-item .slider-item-title,
.plants-slider .slider-wrapper .animal-slider-item .slider-item-title {
  z-index: 2;
  position: absolute;
  font-size: 1.25rem;
  line-height: 1.125rem;
  left: 2rem;
  bottom: 2rem;
  color: #ffffff;
  font-weight: 600;
}
.fact-slider {
  margin-top: 3rem;
  padding: 0 0 6rem 0;
}
.fact-slider .background {
  position: absolute;
  top: 12rem;
  bottom: 0;
  left: -10px;
  right: -10px;
}
.fact-slider .slider-item {
  position: relative;
  z-index: 0;
}
.fact-slider .slider-item:before {
  content: "";
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
  z-index: -1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fact-slider .slider-item.horizontal:before, .fact-slider .slider-item.text-image-bottom__text:before, .fact-slider .slider-item.text-image-center__text:before, .fact-slider .slider-item.mask-horizontal:before {
  mask-image: url("assets/masks/mask-horizontal.svg");
}
.fact-slider .slider-item.vertical:before, .fact-slider .slider-item.mask-vertical:before {
  mask-image: url("assets/masks/mask-vertical.svg");
}
.fact-slider .slider-item.wide:before, .fact-slider .slider-item.mask-wide:before {
  mask-image: url("assets/masks/mask-wide.svg");
}
.fact-slider .slider-item.overlap:before {
  top: 2.5rem;
}
.fact-slider .slider-item {
  padding: 2rem;
  min-height: 158px;
  height: 100%;
}
.fact-slider .slider-item-title-icon .icon {
  fill: #2b2b2b;
}
.fact-slider .slider-title {
  z-index: 2;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 32px;
}
@media (min-width: 768px) {
  .fact-slider .slider-title {
    font-size: 2.25rem;
  }
}
.main-slider, .visitor-slider, .more-info-slider, .intro-slider, .animal-slider,
.plants-slider, .fact-slider {
  position: relative;
  margin-bottom: 3rem;
}
.main-slider .background, .visitor-slider .background, .more-info-slider .background, .intro-slider .background, .animal-slider .background,
.plants-slider .background, .fact-slider .background {
  max-width: 1440px;
  margin: 0 auto;
}
.main-slider.inverted, .inverted.visitor-slider, .inverted.more-info-slider, .inverted.intro-slider, .inverted.animal-slider,
.inverted.plants-slider, .inverted.fact-slider {
  padding: 3rem 0;
}
.main-slider.inverted .background, .inverted.visitor-slider .background, .inverted.more-info-slider .background, .inverted.intro-slider .background, .inverted.animal-slider .background,
.inverted.plants-slider .background, .inverted.fact-slider .background {
  top: 0;
  height: 22.5rem;
}
.main-slider.inverted .slider-title, .inverted.visitor-slider .slider-title, .inverted.more-info-slider .slider-title, .inverted.intro-slider .slider-title, .inverted.animal-slider .slider-title,
.inverted.plants-slider .slider-title, .inverted.fact-slider .slider-title {
  color: #ffffff;
}
@media (min-width: 992px) {
  .main-slider.inverted, .inverted.visitor-slider, .inverted.more-info-slider, .inverted.intro-slider, .inverted.animal-slider,
  .inverted.plants-slider, .inverted.fact-slider {
    padding: 6rem 0;
  }
}
.main-slider.image-slider .slider-wrapper .wrapper, .image-slider.visitor-slider .slider-wrapper .wrapper, .image-slider.more-info-slider .slider-wrapper .wrapper, .image-slider.intro-slider .slider-wrapper .wrapper, .image-slider.animal-slider .slider-wrapper .wrapper,
.image-slider.plants-slider .slider-wrapper .wrapper, .image-slider.fact-slider .slider-wrapper .wrapper {
  margin-left: 0;
  margin-right: 0;
}
.main-slider.image-slider .slider-wrapper .wrapper .main-slider-item, .image-slider.visitor-slider .slider-wrapper .wrapper .main-slider-item, .image-slider.more-info-slider .slider-wrapper .wrapper .main-slider-item, .image-slider.intro-slider .slider-wrapper .wrapper .main-slider-item, .image-slider.animal-slider .slider-wrapper .wrapper .main-slider-item,
.image-slider.plants-slider .slider-wrapper .wrapper .main-slider-item, .image-slider.fact-slider .slider-wrapper .wrapper .main-slider-item {
  width: 100%;
}
.main-slider.image-slider .pagination-wrapper, .image-slider.visitor-slider .pagination-wrapper, .image-slider.more-info-slider .pagination-wrapper, .image-slider.intro-slider .pagination-wrapper, .image-slider.animal-slider .pagination-wrapper,
.image-slider.plants-slider .pagination-wrapper, .image-slider.fact-slider .pagination-wrapper {
  position: absolute;
  top: 50%;
  flex-direction: column;
  margin-top: -3rem;
  margin-left: -1rem;
}
.main-slider.image-slider .pagination-wrapper .pagination.top, .image-slider.visitor-slider .pagination-wrapper .pagination.top, .image-slider.more-info-slider .pagination-wrapper .pagination.top, .image-slider.intro-slider .pagination-wrapper .pagination.top, .image-slider.animal-slider .pagination-wrapper .pagination.top,
.image-slider.plants-slider .pagination-wrapper .pagination.top, .image-slider.fact-slider .pagination-wrapper .pagination.top {
  margin-bottom: 0.5rem;
}
.main-slider.full-width, .full-width.visitor-slider, .full-width.more-info-slider, .full-width.intro-slider, .full-width.animal-slider,
.full-width.plants-slider, .full-width.fact-slider {
  padding: 3rem 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .main-slider.full-width, .full-width.visitor-slider, .full-width.more-info-slider, .full-width.intro-slider, .full-width.animal-slider,
  .full-width.plants-slider, .full-width.fact-slider {
    padding: 6rem 0;
  }
}
.main-slider.full-width .background, .full-width.visitor-slider .background, .full-width.more-info-slider .background, .full-width.intro-slider .background, .full-width.animal-slider .background,
.full-width.plants-slider .background, .full-width.fact-slider .background {
  top: 8.75rem;
  bottom: 0;
  max-width: 1440px;
  left: -170px;
  right: -170px;
  margin: 0 auto;
  position: absolute;
  z-index: 0;
  max-width: 1440px;
}
.main-slider.full-width .main-slider-wrapper, .full-width.visitor-slider .main-slider-wrapper, .full-width.more-info-slider .main-slider-wrapper, .full-width.intro-slider .main-slider-wrapper, .full-width.animal-slider .main-slider-wrapper,
.full-width.plants-slider .main-slider-wrapper, .full-width.fact-slider .main-slider-wrapper {
  margin-bottom: 2rem;
}
.main-slider.full-width .main-slider-subtitle, .full-width.visitor-slider .main-slider-subtitle, .full-width.more-info-slider .main-slider-subtitle, .full-width.intro-slider .main-slider-subtitle, .full-width.animal-slider .main-slider-subtitle,
.full-width.plants-slider .main-slider-subtitle, .full-width.fact-slider .main-slider-subtitle {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.main-slider.full-width .main-slider-title, .full-width.visitor-slider .main-slider-title, .full-width.more-info-slider .main-slider-title, .full-width.intro-slider .main-slider-title, .full-width.animal-slider .main-slider-title,
.full-width.plants-slider .main-slider-title, .full-width.fact-slider .main-slider-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .main-slider.full-width .main-slider-title, .full-width.visitor-slider .main-slider-title, .full-width.more-info-slider .main-slider-title, .full-width.intro-slider .main-slider-title, .full-width.animal-slider .main-slider-title,
  .full-width.plants-slider .main-slider-title, .full-width.fact-slider .main-slider-title {
    margin-bottom: 4rem;
  }
}
.main-slider.full-width .slider-item .slider-item-title, .full-width.visitor-slider .slider-item .slider-item-title, .full-width.more-info-slider .slider-item .slider-item-title, .full-width.intro-slider .slider-item .slider-item-title, .full-width.animal-slider .slider-item .slider-item-title,
.full-width.plants-slider .slider-item .slider-item-title, .full-width.fact-slider .slider-item .slider-item-title {
  z-index: 2;
  position: absolute;
  font-size: 1.25rem;
  line-height: 1.125rem;
  left: 2rem;
  bottom: 2rem;
  color: #ffffff;
  font-weight: 600;
}
.main-slider.full-width .pagination, .full-width.visitor-slider .pagination, .full-width.more-info-slider .pagination, .full-width.intro-slider .pagination, .full-width.animal-slider .pagination,
.full-width.plants-slider .pagination, .full-width.fact-slider .pagination {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.main-slider.full-width .pagination .icon-wrap, .full-width.visitor-slider .pagination .icon-wrap, .full-width.more-info-slider .pagination .icon-wrap, .full-width.intro-slider .pagination .icon-wrap, .full-width.animal-slider .pagination .icon-wrap,
.full-width.plants-slider .pagination .icon-wrap, .full-width.fact-slider .pagination .icon-wrap {
  padding: 0.75rem;
  display: flex;
  border: 0;
}
.main-slider.full-width .pagination.left, .full-width.visitor-slider .pagination.left, .full-width.more-info-slider .pagination.left, .full-width.intro-slider .pagination.left, .full-width.animal-slider .pagination.left,
.full-width.plants-slider .pagination.left, .full-width.fact-slider .pagination.left {
  left: -1.5rem;
}
.main-slider.full-width .pagination.right, .full-width.visitor-slider .pagination.right, .full-width.more-info-slider .pagination.right, .full-width.intro-slider .pagination.right, .full-width.animal-slider .pagination.right,
.full-width.plants-slider .pagination.right, .full-width.fact-slider .pagination.right {
  right: -1.5rem;
}
.main-slider .slider-title, .visitor-slider .slider-title, .more-info-slider .slider-title, .intro-slider .slider-title, .animal-slider .slider-title,
.plants-slider .slider-title, .fact-slider .slider-title {
  position: relative;
  margin-bottom: 2rem;
}
.main-slider .slider-wrapper, .visitor-slider .slider-wrapper, .more-info-slider .slider-wrapper, .intro-slider .slider-wrapper, .animal-slider .slider-wrapper,
.plants-slider .slider-wrapper, .fact-slider .slider-wrapper {
  position: relative;
}
.main-slider .slider-wrapper .overflow-visible .flickity-viewport, .visitor-slider .slider-wrapper .overflow-visible .flickity-viewport, .more-info-slider .slider-wrapper .overflow-visible .flickity-viewport, .intro-slider .slider-wrapper .overflow-visible .flickity-viewport, .animal-slider .slider-wrapper .overflow-visible .flickity-viewport,
.plants-slider .slider-wrapper .overflow-visible .flickity-viewport, .fact-slider .slider-wrapper .overflow-visible .flickity-viewport {
  overflow: visible;
}
.main-slider .slider-wrapper .wrapper, .visitor-slider .slider-wrapper .wrapper, .more-info-slider .slider-wrapper .wrapper, .intro-slider .slider-wrapper .wrapper, .animal-slider .slider-wrapper .wrapper,
.plants-slider .slider-wrapper .wrapper, .fact-slider .slider-wrapper .wrapper {
  flex-wrap: nowrap;
  margin-left: -16px;
  margin-right: -16px;
}
.main-slider .slider-item, .visitor-slider .slider-item, .more-info-slider .slider-item, .intro-slider .slider-item, .animal-slider .slider-item,
.plants-slider .slider-item, .fact-slider .slider-item {
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
}
.main-slider .slider-item.horizontal, .main-slider .slider-item.text-image-bottom__text, .main-slider .slider-item.text-image-center__text, .visitor-slider .slider-item.horizontal, .visitor-slider .slider-item.text-image-bottom__text, .visitor-slider .slider-item.text-image-center__text, .more-info-slider .slider-item.horizontal, .more-info-slider .slider-item.text-image-bottom__text, .more-info-slider .slider-item.text-image-center__text, .intro-slider .slider-item.horizontal, .intro-slider .slider-item.text-image-bottom__text, .intro-slider .slider-item.text-image-center__text, .animal-slider .slider-item.horizontal, .animal-slider .slider-item.text-image-bottom__text, .animal-slider .slider-item.text-image-center__text,
.plants-slider .slider-item.horizontal,
.plants-slider .slider-item.text-image-bottom__text,
.plants-slider .slider-item.text-image-center__text, .fact-slider .slider-item.horizontal, .fact-slider .slider-item.text-image-bottom__text, .fact-slider .slider-item.text-image-center__text, .main-slider .slider-item.mask-horizontal, .visitor-slider .slider-item.mask-horizontal, .more-info-slider .slider-item.mask-horizontal, .intro-slider .slider-item.mask-horizontal, .animal-slider .slider-item.mask-horizontal,
.plants-slider .slider-item.mask-horizontal, .fact-slider .slider-item.mask-horizontal {
  mask-image: url("assets/masks/mask-horizontal.svg");
}
.main-slider .slider-item.vertical, .visitor-slider .slider-item.vertical, .more-info-slider .slider-item.vertical, .intro-slider .slider-item.vertical, .animal-slider .slider-item.vertical,
.plants-slider .slider-item.vertical, .fact-slider .slider-item.vertical, .main-slider .slider-item.mask-vertical, .visitor-slider .slider-item.mask-vertical, .more-info-slider .slider-item.mask-vertical, .intro-slider .slider-item.mask-vertical, .animal-slider .slider-item.mask-vertical,
.plants-slider .slider-item.mask-vertical, .fact-slider .slider-item.mask-vertical {
  mask-image: url("assets/masks/mask-vertical.svg");
}
.main-slider .slider-item.wide, .visitor-slider .slider-item.wide, .more-info-slider .slider-item.wide, .intro-slider .slider-item.wide, .animal-slider .slider-item.wide,
.plants-slider .slider-item.wide, .fact-slider .slider-item.wide, .main-slider .slider-item.mask-wide, .visitor-slider .slider-item.mask-wide, .more-info-slider .slider-item.mask-wide, .intro-slider .slider-item.mask-wide, .animal-slider .slider-item.mask-wide,
.plants-slider .slider-item.mask-wide, .fact-slider .slider-item.mask-wide {
  mask-image: url("assets/masks/mask-wide.svg");
}
.main-slider .slider-item, .visitor-slider .slider-item, .more-info-slider .slider-item, .intro-slider .slider-item, .animal-slider .slider-item,
.plants-slider .slider-item, .fact-slider .slider-item {
  display: block;
  margin: 8px;
}
.main-slider .slider-item:focus-visible, .visitor-slider .slider-item:focus-visible, .more-info-slider .slider-item:focus-visible, .intro-slider .slider-item:focus-visible, .animal-slider .slider-item:focus-visible,
.plants-slider .slider-item:focus-visible, .fact-slider .slider-item:focus-visible, .main-slider .slider-item:focus, .visitor-slider .slider-item:focus, .more-info-slider .slider-item:focus, .intro-slider .slider-item:focus, .animal-slider .slider-item:focus,
.plants-slider .slider-item:focus, .fact-slider .slider-item:focus {
  mask-image: none !important;
  mask-repeat: unset !important;
  mask-size: unset !important;
  mask-position: unset !important;
  box-shadow: 0 0 0 3px #4a90e2;
}
.main-slider .slider-item .ecodisplay-icon, .visitor-slider .slider-item .ecodisplay-icon, .more-info-slider .slider-item .ecodisplay-icon, .intro-slider .slider-item .ecodisplay-icon, .animal-slider .slider-item .ecodisplay-icon,
.plants-slider .slider-item .ecodisplay-icon, .fact-slider .slider-item .ecodisplay-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.main-slider .slider-item .ecodisplay-icon img, .visitor-slider .slider-item .ecodisplay-icon img, .more-info-slider .slider-item .ecodisplay-icon img, .intro-slider .slider-item .ecodisplay-icon img, .animal-slider .slider-item .ecodisplay-icon img,
.plants-slider .slider-item .ecodisplay-icon img, .fact-slider .slider-item .ecodisplay-icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.main-slider .slider-item .slider-item-title, .visitor-slider .slider-item .slider-item-title, .more-info-slider .slider-item .slider-item-title, .intro-slider .slider-item .slider-item-title, .animal-slider .slider-item .slider-item-title,
.plants-slider .slider-item .slider-item-title, .fact-slider .slider-item .slider-item-title {
  z-index: 2;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0;
}
.main-slider .slider-item .slider-item-content, .visitor-slider .slider-item .slider-item-content, .more-info-slider .slider-item .slider-item-content, .intro-slider .slider-item .slider-item-content, .animal-slider .slider-item .slider-item-content,
.plants-slider .slider-item .slider-item-content, .fact-slider .slider-item .slider-item-content {
  margin-bottom: 0;
}
.main-slider .pagination-wrapper, .visitor-slider .pagination-wrapper, .more-info-slider .pagination-wrapper, .intro-slider .pagination-wrapper, .animal-slider .pagination-wrapper,
.plants-slider .pagination-wrapper, .fact-slider .pagination-wrapper {
  margin-top: 1.5rem;
  display: flex;
  position: relative;
}
.main-slider .pagination-wrapper .pagination .icon-wrap, .visitor-slider .pagination-wrapper .pagination .icon-wrap, .more-info-slider .pagination-wrapper .pagination .icon-wrap, .intro-slider .pagination-wrapper .pagination .icon-wrap, .animal-slider .pagination-wrapper .pagination .icon-wrap,
.plants-slider .pagination-wrapper .pagination .icon-wrap, .fact-slider .pagination-wrapper .pagination .icon-wrap {
  display: flex;
  background-color: #ffffff;
  padding: 0.75rem;
  border: 0;
}
.main-slider .pagination-wrapper .pagination .icon-wrap:hover, .visitor-slider .pagination-wrapper .pagination .icon-wrap:hover, .more-info-slider .pagination-wrapper .pagination .icon-wrap:hover, .intro-slider .pagination-wrapper .pagination .icon-wrap:hover, .animal-slider .pagination-wrapper .pagination .icon-wrap:hover,
.plants-slider .pagination-wrapper .pagination .icon-wrap:hover, .fact-slider .pagination-wrapper .pagination .icon-wrap:hover {
  color: inherit;
  background-color: rgb(242.25, 242.25, 242.25);
}
.main-slider .pagination-wrapper .pagination.left, .visitor-slider .pagination-wrapper .pagination.left, .more-info-slider .pagination-wrapper .pagination.left, .intro-slider .pagination-wrapper .pagination.left, .animal-slider .pagination-wrapper .pagination.left,
.plants-slider .pagination-wrapper .pagination.left, .fact-slider .pagination-wrapper .pagination.left {
  margin-right: 0.5rem;
}
.intro-slider {
  padding: 3rem 0;
}
.intro-slider .intro-slider-container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .intro-slider .intro-slider-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .intro-slider .intro-slider-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .intro-slider .intro-slider-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .intro-slider .intro-slider-container {
    max-width: 1280px;
  }
}
.intro-slider .background {
  position: absolute;
}
.intro-slider .background:before, .intro-slider .background:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
}
.intro-slider .background:before {
  top: 0;
  transform: rotate(180deg);
}
.intro-slider .background:after {
  bottom: 0;
}
.intro-slider .background__bottom:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-size: 100% 0.875rem;
}
.intro-slider .background__top {
  position: relative;
}
.intro-slider .background__top:before {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.intro-slider .background {
  max-width: 100rem;
  top: 0;
  bottom: 7.75rem;
  left: -170px;
  right: -170px;
}
.intro-slider .background.right-edge {
  left: 6.625rem;
  right: -50rem;
  bottom: -3rem;
  top: -3rem;
}
.intro-slider .background.left-edge {
  right: 6.625rem;
  left: -50rem;
  bottom: -3rem;
  top: -3rem;
}
.intro-slider .background.safaricenter {
  bottom: 6rem;
}
.intro-slider .pagination-wrapper {
  margin-bottom: 2rem;
}
.intro-slider .slider-wrapper {
  display: flex;
  flex-direction: column;
}
.intro-slider .slider-wrapper .intro {
  flex-basis: 30%;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  text-align: left;
  color: #343a40;
}
.intro-slider .slider-wrapper .intro.hidden {
  opacity: 1;
}
.intro-slider .slider-wrapper .intro .intro-subtitle {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.intro-slider .slider-wrapper .intro .intro-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.intro-slider .slider-wrapper .intro .intro-content {
  margin-bottom: 0;
}
.intro-slider .slider-wrapper .wrapper {
  flex-basis: 70%;
  width: 100%;
}
.intro-slider .slider-wrapper .wrapper .intro-slider-item img {
  width: 100%;
}
.intro-slider .slider-wrapper .wrapper .img-fluid-slider-height {
  height: 200px;
}
.intro-slider .slider-wrapper .wrapper .pagination-btn-placement {
  margin-top: -17px;
}
@media (min-width: 992px) {
  .intro-slider .slider-wrapper {
    flex-direction: row;
  }
  .intro-slider .slider-wrapper .intro {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .intro-slider .slider-wrapper .intro.hidden {
    opacity: 0;
  }
}
.intro-slider-item {
  position: relative;
}
.intro-slider-item:before {
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 72.6%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
}
.intro-slider-item {
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
}
.intro-slider-item.horizontal, .intro-slider-item.text-image-bottom__text, .intro-slider-item.text-image-center__text, .intro-slider-item.mask-horizontal {
  mask-image: url("assets/masks/mask-horizontal.svg");
}
.intro-slider-item.vertical, .intro-slider-item.mask-vertical {
  mask-image: url("assets/masks/mask-vertical.svg");
}
.intro-slider-item.wide, .intro-slider-item.mask-wide {
  mask-image: url("assets/masks/mask-wide.svg");
}
.intro-slider-item {
  display: block;
  position: relative;
}
.intro-slider-item:focus-visible {
  mask-image: none !important;
  mask-repeat: unset !important;
  mask-size: unset !important;
  mask-position: unset !important;
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.intro-slider-item:focus {
  mask-image: none !important;
  mask-repeat: unset !important;
  mask-size: unset !important;
  mask-position: unset !important;
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.intro-slider-item .intro-link:focus-visible {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.intro-slider-item .intro-link:focus {
  box-shadow: inset 0 0 0 3px #4a90e2;
}
.intro-slider-item.hover-video video {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-slider-item.hover-video picture {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.intro-slider-item.hover-video picture.hide {
  opacity: 0;
}
.intro-slider-item .ecodisplay-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.intro-slider-item .ecodisplay-icon svg {
  width: 2.5rem;
  height: 2.5rem;
}
.intro-slider-item .safaricenter {
  position: absolute;
  z-index: 2;
  bottom: 1.5rem;
  left: 1.5rem;
}
.intro-slider-item .safaricenter .slider-item-title {
  position: relative;
  left: 0;
  bottom: 0;
}
.intro-slider-item .safaricenter .extra-information {
  display: flex;
  color: #ffffff;
}
.intro-slider-item .safaricenter .extra-information > div {
  margin-right: 1.5rem;
}
.intro-slider-item .slider-item-title {
  position: absolute;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 2rem;
  left: 2rem;
  bottom: 2rem;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .flickity-slider > .is-selected .intro-slider-item.hover-video picture {
    opacity: 0;
  }
}
.main-slider, .visitor-slider, .more-info-slider, .animal-slider,
.plants-slider, .fact-slider, .intro-slider {
  position: relative;
  margin-bottom: 3rem;
}
.main-slider .background, .visitor-slider .background, .more-info-slider .background, .animal-slider .background,
.plants-slider .background, .fact-slider .background, .intro-slider .background {
  max-width: 1440px;
  margin: 0 auto;
}
.main-slider.inverted, .inverted.visitor-slider, .inverted.more-info-slider, .inverted.animal-slider,
.inverted.plants-slider, .inverted.fact-slider, .inverted.intro-slider {
  padding: 3rem 0;
}
.main-slider.inverted .background, .inverted.visitor-slider .background, .inverted.more-info-slider .background, .inverted.animal-slider .background,
.inverted.plants-slider .background, .inverted.fact-slider .background, .inverted.intro-slider .background {
  top: 0;
  height: 22.5rem;
}
.main-slider.inverted .slider-title, .inverted.visitor-slider .slider-title, .inverted.more-info-slider .slider-title, .inverted.animal-slider .slider-title,
.inverted.plants-slider .slider-title, .inverted.fact-slider .slider-title, .inverted.intro-slider .slider-title {
  color: #ffffff;
}
@media (min-width: 992px) {
  .main-slider.inverted, .inverted.visitor-slider, .inverted.more-info-slider, .inverted.animal-slider,
  .inverted.plants-slider, .inverted.fact-slider, .inverted.intro-slider {
    padding: 6rem 0;
  }
}
.main-slider.image-slider .slider-wrapper .wrapper, .image-slider.visitor-slider .slider-wrapper .wrapper, .image-slider.more-info-slider .slider-wrapper .wrapper, .image-slider.animal-slider .slider-wrapper .wrapper,
.image-slider.plants-slider .slider-wrapper .wrapper, .image-slider.fact-slider .slider-wrapper .wrapper, .image-slider.intro-slider .slider-wrapper .wrapper {
  margin-left: 0;
  margin-right: 0;
}
.main-slider.image-slider .slider-wrapper .wrapper .main-slider-item, .image-slider.visitor-slider .slider-wrapper .wrapper .main-slider-item, .image-slider.more-info-slider .slider-wrapper .wrapper .main-slider-item, .image-slider.animal-slider .slider-wrapper .wrapper .main-slider-item,
.image-slider.plants-slider .slider-wrapper .wrapper .main-slider-item, .image-slider.fact-slider .slider-wrapper .wrapper .main-slider-item, .image-slider.intro-slider .slider-wrapper .wrapper .main-slider-item {
  width: 100%;
}
.main-slider.image-slider .pagination-wrapper, .image-slider.visitor-slider .pagination-wrapper, .image-slider.more-info-slider .pagination-wrapper, .image-slider.animal-slider .pagination-wrapper,
.image-slider.plants-slider .pagination-wrapper, .image-slider.fact-slider .pagination-wrapper, .image-slider.intro-slider .pagination-wrapper {
  position: absolute;
  top: 50%;
  flex-direction: column;
  margin-top: -3rem;
  margin-left: -1rem;
}
.main-slider.image-slider .pagination-wrapper .pagination.top, .image-slider.visitor-slider .pagination-wrapper .pagination.top, .image-slider.more-info-slider .pagination-wrapper .pagination.top, .image-slider.animal-slider .pagination-wrapper .pagination.top,
.image-slider.plants-slider .pagination-wrapper .pagination.top, .image-slider.fact-slider .pagination-wrapper .pagination.top, .image-slider.intro-slider .pagination-wrapper .pagination.top {
  margin-bottom: 0.5rem;
}
.main-slider.full-width, .full-width.visitor-slider, .full-width.more-info-slider, .full-width.animal-slider,
.full-width.plants-slider, .full-width.fact-slider, .full-width.intro-slider {
  padding: 3rem 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .main-slider.full-width, .full-width.visitor-slider, .full-width.more-info-slider, .full-width.animal-slider,
  .full-width.plants-slider, .full-width.fact-slider, .full-width.intro-slider {
    padding: 6rem 0;
  }
}
.main-slider.full-width .background, .full-width.visitor-slider .background, .full-width.more-info-slider .background, .full-width.animal-slider .background,
.full-width.plants-slider .background, .full-width.fact-slider .background, .full-width.intro-slider .background {
  top: 8.75rem;
  bottom: 0;
  max-width: 1440px;
  left: -170px;
  right: -170px;
  margin: 0 auto;
  position: absolute;
  z-index: 0;
  max-width: 1440px;
}
.main-slider.full-width .main-slider-wrapper, .full-width.visitor-slider .main-slider-wrapper, .full-width.more-info-slider .main-slider-wrapper, .full-width.animal-slider .main-slider-wrapper,
.full-width.plants-slider .main-slider-wrapper, .full-width.fact-slider .main-slider-wrapper, .full-width.intro-slider .main-slider-wrapper {
  margin-bottom: 2rem;
}
.main-slider.full-width .main-slider-subtitle, .full-width.visitor-slider .main-slider-subtitle, .full-width.more-info-slider .main-slider-subtitle, .full-width.animal-slider .main-slider-subtitle,
.full-width.plants-slider .main-slider-subtitle, .full-width.fact-slider .main-slider-subtitle, .full-width.intro-slider .main-slider-subtitle {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.main-slider.full-width .main-slider-title, .full-width.visitor-slider .main-slider-title, .full-width.more-info-slider .main-slider-title, .full-width.animal-slider .main-slider-title,
.full-width.plants-slider .main-slider-title, .full-width.fact-slider .main-slider-title, .full-width.intro-slider .main-slider-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .main-slider.full-width .main-slider-title, .full-width.visitor-slider .main-slider-title, .full-width.more-info-slider .main-slider-title, .full-width.animal-slider .main-slider-title,
  .full-width.plants-slider .main-slider-title, .full-width.fact-slider .main-slider-title, .full-width.intro-slider .main-slider-title {
    margin-bottom: 4rem;
  }
}
.main-slider.full-width .slider-item .slider-item-title, .full-width.visitor-slider .slider-item .slider-item-title, .full-width.more-info-slider .slider-item .slider-item-title, .full-width.animal-slider .slider-item .slider-item-title,
.full-width.plants-slider .slider-item .slider-item-title, .full-width.fact-slider .slider-item .slider-item-title, .full-width.intro-slider .slider-item .slider-item-title {
  z-index: 2;
  position: absolute;
  font-size: 1.25rem;
  line-height: 1.125rem;
  left: 2rem;
  bottom: 2rem;
  color: #ffffff;
  font-weight: 600;
}
.main-slider.full-width .pagination, .full-width.visitor-slider .pagination, .full-width.more-info-slider .pagination, .full-width.animal-slider .pagination,
.full-width.plants-slider .pagination, .full-width.fact-slider .pagination, .full-width.intro-slider .pagination {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.main-slider.full-width .pagination .icon-wrap, .full-width.visitor-slider .pagination .icon-wrap, .full-width.more-info-slider .pagination .icon-wrap, .full-width.animal-slider .pagination .icon-wrap,
.full-width.plants-slider .pagination .icon-wrap, .full-width.fact-slider .pagination .icon-wrap, .full-width.intro-slider .pagination .icon-wrap {
  padding: 0.75rem;
  display: flex;
  border: 0;
}
.main-slider.full-width .pagination.left, .full-width.visitor-slider .pagination.left, .full-width.more-info-slider .pagination.left, .full-width.animal-slider .pagination.left,
.full-width.plants-slider .pagination.left, .full-width.fact-slider .pagination.left, .full-width.intro-slider .pagination.left {
  left: -1.5rem;
}
.main-slider.full-width .pagination.right, .full-width.visitor-slider .pagination.right, .full-width.more-info-slider .pagination.right, .full-width.animal-slider .pagination.right,
.full-width.plants-slider .pagination.right, .full-width.fact-slider .pagination.right, .full-width.intro-slider .pagination.right {
  right: -1.5rem;
}
.main-slider .slider-title, .visitor-slider .slider-title, .more-info-slider .slider-title, .animal-slider .slider-title,
.plants-slider .slider-title, .fact-slider .slider-title, .intro-slider .slider-title {
  position: relative;
  margin-bottom: 2rem;
}
.main-slider .slider-wrapper, .visitor-slider .slider-wrapper, .more-info-slider .slider-wrapper, .animal-slider .slider-wrapper,
.plants-slider .slider-wrapper, .fact-slider .slider-wrapper, .intro-slider .slider-wrapper {
  position: relative;
}
.main-slider .slider-wrapper .overflow-visible .flickity-viewport, .visitor-slider .slider-wrapper .overflow-visible .flickity-viewport, .more-info-slider .slider-wrapper .overflow-visible .flickity-viewport, .animal-slider .slider-wrapper .overflow-visible .flickity-viewport,
.plants-slider .slider-wrapper .overflow-visible .flickity-viewport, .fact-slider .slider-wrapper .overflow-visible .flickity-viewport, .intro-slider .slider-wrapper .overflow-visible .flickity-viewport {
  overflow: visible;
}
.main-slider .slider-wrapper .wrapper, .visitor-slider .slider-wrapper .wrapper, .more-info-slider .slider-wrapper .wrapper, .animal-slider .slider-wrapper .wrapper,
.plants-slider .slider-wrapper .wrapper, .fact-slider .slider-wrapper .wrapper, .intro-slider .slider-wrapper .wrapper {
  flex-wrap: nowrap;
  margin-left: -16px;
  margin-right: -16px;
}
.main-slider .slider-item, .visitor-slider .slider-item, .more-info-slider .slider-item, .animal-slider .slider-item,
.plants-slider .slider-item, .fact-slider .slider-item, .intro-slider .slider-item {
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
}
.main-slider .slider-item.horizontal, .main-slider .slider-item.text-image-bottom__text, .main-slider .slider-item.text-image-center__text, .visitor-slider .slider-item.horizontal, .visitor-slider .slider-item.text-image-bottom__text, .visitor-slider .slider-item.text-image-center__text, .more-info-slider .slider-item.horizontal, .more-info-slider .slider-item.text-image-bottom__text, .more-info-slider .slider-item.text-image-center__text, .animal-slider .slider-item.horizontal, .animal-slider .slider-item.text-image-bottom__text, .animal-slider .slider-item.text-image-center__text,
.plants-slider .slider-item.horizontal,
.plants-slider .slider-item.text-image-bottom__text,
.plants-slider .slider-item.text-image-center__text, .fact-slider .slider-item.horizontal, .fact-slider .slider-item.text-image-bottom__text, .fact-slider .slider-item.text-image-center__text, .intro-slider .slider-item.horizontal, .intro-slider .slider-item.text-image-bottom__text, .intro-slider .slider-item.text-image-center__text, .main-slider .slider-item.mask-horizontal, .visitor-slider .slider-item.mask-horizontal, .more-info-slider .slider-item.mask-horizontal, .animal-slider .slider-item.mask-horizontal,
.plants-slider .slider-item.mask-horizontal, .fact-slider .slider-item.mask-horizontal, .intro-slider .slider-item.mask-horizontal {
  mask-image: url("assets/masks/mask-horizontal.svg");
}
.main-slider .slider-item.vertical, .visitor-slider .slider-item.vertical, .more-info-slider .slider-item.vertical, .animal-slider .slider-item.vertical,
.plants-slider .slider-item.vertical, .fact-slider .slider-item.vertical, .intro-slider .slider-item.vertical, .main-slider .slider-item.mask-vertical, .visitor-slider .slider-item.mask-vertical, .more-info-slider .slider-item.mask-vertical, .animal-slider .slider-item.mask-vertical,
.plants-slider .slider-item.mask-vertical, .fact-slider .slider-item.mask-vertical, .intro-slider .slider-item.mask-vertical {
  mask-image: url("assets/masks/mask-vertical.svg");
}
.main-slider .slider-item.wide, .visitor-slider .slider-item.wide, .more-info-slider .slider-item.wide, .animal-slider .slider-item.wide,
.plants-slider .slider-item.wide, .fact-slider .slider-item.wide, .intro-slider .slider-item.wide, .main-slider .slider-item.mask-wide, .visitor-slider .slider-item.mask-wide, .more-info-slider .slider-item.mask-wide, .animal-slider .slider-item.mask-wide,
.plants-slider .slider-item.mask-wide, .fact-slider .slider-item.mask-wide, .intro-slider .slider-item.mask-wide {
  mask-image: url("assets/masks/mask-wide.svg");
}
.main-slider .slider-item, .visitor-slider .slider-item, .more-info-slider .slider-item, .animal-slider .slider-item,
.plants-slider .slider-item, .fact-slider .slider-item, .intro-slider .slider-item {
  display: block;
  margin: 8px;
}
.main-slider .slider-item:focus-visible, .visitor-slider .slider-item:focus-visible, .more-info-slider .slider-item:focus-visible, .animal-slider .slider-item:focus-visible,
.plants-slider .slider-item:focus-visible, .fact-slider .slider-item:focus-visible, .intro-slider .slider-item:focus-visible, .main-slider .slider-item:focus, .visitor-slider .slider-item:focus, .more-info-slider .slider-item:focus, .animal-slider .slider-item:focus,
.plants-slider .slider-item:focus, .fact-slider .slider-item:focus, .intro-slider .slider-item:focus {
  mask-image: none !important;
  mask-repeat: unset !important;
  mask-size: unset !important;
  mask-position: unset !important;
  box-shadow: 0 0 0 3px #4a90e2;
}
.main-slider .slider-item .ecodisplay-icon, .visitor-slider .slider-item .ecodisplay-icon, .more-info-slider .slider-item .ecodisplay-icon, .animal-slider .slider-item .ecodisplay-icon,
.plants-slider .slider-item .ecodisplay-icon, .fact-slider .slider-item .ecodisplay-icon, .intro-slider .slider-item .ecodisplay-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.main-slider .slider-item .ecodisplay-icon img, .visitor-slider .slider-item .ecodisplay-icon img, .more-info-slider .slider-item .ecodisplay-icon img, .animal-slider .slider-item .ecodisplay-icon img,
.plants-slider .slider-item .ecodisplay-icon img, .fact-slider .slider-item .ecodisplay-icon img, .intro-slider .slider-item .ecodisplay-icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.main-slider .slider-item .slider-item-title, .visitor-slider .slider-item .slider-item-title, .more-info-slider .slider-item .slider-item-title, .animal-slider .slider-item .slider-item-title,
.plants-slider .slider-item .slider-item-title, .fact-slider .slider-item .slider-item-title, .intro-slider .slider-item .slider-item-title {
  z-index: 2;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0;
}
.main-slider .slider-item .slider-item-content, .visitor-slider .slider-item .slider-item-content, .more-info-slider .slider-item .slider-item-content, .animal-slider .slider-item .slider-item-content,
.plants-slider .slider-item .slider-item-content, .fact-slider .slider-item .slider-item-content, .intro-slider .slider-item .slider-item-content {
  margin-bottom: 0;
}
.main-slider .pagination-wrapper, .visitor-slider .pagination-wrapper, .more-info-slider .pagination-wrapper, .animal-slider .pagination-wrapper,
.plants-slider .pagination-wrapper, .fact-slider .pagination-wrapper, .intro-slider .pagination-wrapper {
  margin-top: 1.5rem;
  display: flex;
  position: relative;
}
.main-slider .pagination-wrapper .pagination .icon-wrap, .visitor-slider .pagination-wrapper .pagination .icon-wrap, .more-info-slider .pagination-wrapper .pagination .icon-wrap, .animal-slider .pagination-wrapper .pagination .icon-wrap,
.plants-slider .pagination-wrapper .pagination .icon-wrap, .fact-slider .pagination-wrapper .pagination .icon-wrap, .intro-slider .pagination-wrapper .pagination .icon-wrap {
  display: flex;
  background-color: #ffffff;
  padding: 0.75rem;
  border: 0;
}
.main-slider .pagination-wrapper .pagination .icon-wrap:hover, .visitor-slider .pagination-wrapper .pagination .icon-wrap:hover, .more-info-slider .pagination-wrapper .pagination .icon-wrap:hover, .animal-slider .pagination-wrapper .pagination .icon-wrap:hover,
.plants-slider .pagination-wrapper .pagination .icon-wrap:hover, .fact-slider .pagination-wrapper .pagination .icon-wrap:hover, .intro-slider .pagination-wrapper .pagination .icon-wrap:hover {
  color: inherit;
  background-color: rgb(242.25, 242.25, 242.25);
}
.main-slider .pagination-wrapper .pagination.left, .visitor-slider .pagination-wrapper .pagination.left, .more-info-slider .pagination-wrapper .pagination.left, .animal-slider .pagination-wrapper .pagination.left,
.plants-slider .pagination-wrapper .pagination.left, .fact-slider .pagination-wrapper .pagination.left, .intro-slider .pagination-wrapper .pagination.left {
  margin-right: 0.5rem;
}
.more-info-slider {
  padding: 6rem 0 6rem 0;
}
.more-info-slider .background {
  position: absolute;
}
.more-info-slider .background:before, .more-info-slider .background:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
}
.more-info-slider .background:before {
  top: 0;
  transform: rotate(180deg);
}
.more-info-slider .background:after {
  bottom: 0;
}
.more-info-slider .background__bottom:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-size: 100% 0.875rem;
}
.more-info-slider .background__top {
  position: relative;
}
.more-info-slider .background__top:before {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.more-info-slider .background {
  top: 8.75rem;
  bottom: 0;
  left: -10px;
  right: -10px;
}
.more-info-slider .slider-wrapper {
  margin-bottom: 2rem;
}
.more-info-slider .slider-subtitle {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.more-info-slider .slider-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 4rem;
}
.more-info-slider .pagination {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.more-info-slider .pagination .icon-wrap {
  padding: 0.75rem;
  display: flex;
  border: 0;
}
.more-info-slider .pagination.left {
  left: -0.5rem;
}
.more-info-slider .pagination.right {
  right: -0.5rem;
}
.more-info-slider .slider-item {
  padding: 0;
  position: relative;
}
.more-info-slider .slider-item .slider-item-title {
  z-index: 2;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  color: #ffffff;
}
@media (min-width: 992px) {
  .more-info-slider .pagination.left {
    left: -1.5rem;
  }
  .more-info-slider .pagination.right {
    right: -1.5rem;
  }
}
.reference-slider.intro-slider .intro {
  margin-bottom: 0;
}
.reference-slider.intro-slider .blockquote-wrapper {
  padding: 1.5rem;
  margin: 0;
}
.reference-slider.intro-slider .blockquote-wrapper blockquote .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.reference-slider.intro-slider .blockquote-wrapper blockquote p.blockquote-body {
  font-size: 1rem;
  line-height: 1.5rem;
}
.reference-slider.intro-slider .blockquote-wrapper blockquote .blockquote-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.reference-slider.intro-slider .blockquote-wrapper blockquote .blockquote-footer picture img {
  margin-top: 1rem;
  height: auto;
  width: 120px;
}
.reference-slider.intro-slider .blockquote-wrapper blockquote .blockquote-footer::before {
  display: none;
}
@media (min-width: 768px) {
  .reference-slider.intro-slider .blockquote-wrapper {
    padding: 2.5rem;
  }
  .reference-slider.intro-slider .blockquote-wrapper blockquote p.blockquote-body {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .reference-slider.intro-slider .blockquote-wrapper blockquote .blockquote-footer {
    flex-direction: row;
    align-items: center;
  }
  .reference-slider.intro-slider .blockquote-wrapper blockquote .blockquote-footer picture img {
    margin-top: 0;
  }
}
.visitor-slider {
  margin-bottom: 0;
}
.visitor-slider .background {
  position: absolute;
}
.visitor-slider .background:before, .visitor-slider .background:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
}
.visitor-slider .background:before {
  top: 0;
  transform: rotate(180deg);
}
.visitor-slider .background:after {
  bottom: 0;
}
.visitor-slider .background__bottom:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-size: 100% 0.875rem;
}
.visitor-slider .background__top {
  position: relative;
}
.visitor-slider .background__top:before {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.visitor-slider .background {
  bottom: 0;
  left: -170px;
  right: -170px;
}
.visitor-slider .slider-subtitle {
  max-width: unset !important;
  margin-bottom: 0.5rem;
}
.visitor-slider .slider-wrapper .slider-item {
  padding: 0;
  position: relative;
}
.visitor-slider .slider-wrapper .slider-item .slider-item-title {
  z-index: 2;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .updates-block {
    display: none;
  }
}
.updates-block {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .updates-block {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .updates-block {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .updates-block {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .updates-block {
    max-width: 1280px;
  }
}
.updates-block {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .updates-block {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
.updates-block {
  padding: 1.5rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .updates-block {
    padding: 3rem 0;
  }
}
.updates-block .background {
  position: relative;
}
.updates-block .background:before, .updates-block .background:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
}
.updates-block .background:before {
  top: 0;
  transform: rotate(180deg);
}
.updates-block .background:after {
  bottom: 0;
}
.updates-block .background__bottom:after {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-size: 100% 0.875rem;
}
.updates-block .background__top {
  position: relative;
}
.updates-block .background__top:before {
  content: "";
  height: 0.875rem;
  width: 100%;
  background-image: url("assets/masks/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.updates-block .background {
  position: absolute;
  left: -10rem;
  right: -10rem;
  bottom: 15rem;
  top: 5.5rem;
  z-index: 0;
  margin: 0 auto;
  max-width: 1440px;
}
.updates-block .updates-header {
  text-align: center;
}
.updates-block .updates-header .subtitle-small, .updates-block .updates-header .share-article .share-title, .share-article .updates-block .updates-header .share-title {
  position: relative;
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.updates-block .updates-header .subtitle-lg {
  position: relative;
  font-size: 2.25rem;
  line-height: 2.5rem;
  position: relative;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .updates-block .updates-header .subtitle-lg {
    margin-bottom: 4rem;
  }
}
.updates-block .card-columns {
  column-gap: 2rem;
}
@media (min-width: 576px) {
  .updates-block .card-columns {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .updates-block .card-columns {
    columns: 3;
  }
}
.block-updates-item {
  position: relative;
}
.block-updates-item:before {
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 72.6%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
}
.block-updates-item {
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
}
.block-updates-item.horizontal, .block-updates-item.text-image-bottom__text, .block-updates-item.text-image-center__text, .block-updates-item.mask-horizontal {
  mask-image: url("assets/masks/mask-horizontal.svg");
}
.block-updates-item.vertical, .block-updates-item.mask-vertical {
  mask-image: url("assets/masks/mask-vertical.svg");
}
.block-updates-item.wide, .block-updates-item.mask-wide {
  mask-image: url("assets/masks/mask-wide.svg");
}
.block-updates-item {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.block-updates-item .card-img-overlay {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.block-updates-item .card-img-overlay .card-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.block-updates-item .card-img-overlay .btn-link {
  color: #ffffff;
  padding: 0;
  line-height: 1.875rem;
  text-align: left;
}
.block-updates-item .card-img-overlay .btn-link:focus-visible, .block-updates-item .card-img-overlay .btn-link:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.block-updates-item .card-img-overlay .btn-link:hover {
  color: #ffffff;
  transform: none;
}
.block-updates-item .card-img {
  height: auto;
}
.block-updates-item .card-img,
.block-updates-item .card-img-top,
.block-updates-item .card-img-bottom {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
}
.block-updates-item:hover .card-img {
  transform: translateZ(0) scale(1.05);
}
@media (min-width: 992px) {
  .block-updates-item {
    margin-bottom: 2rem;
  }
}
.vlogs-block {
  padding: 3rem 0;
  position: relative;
}
.vlogs-block .background {
  left: -10rem;
  right: -10rem;
  bottom: 6rem;
  top: 8rem;
  position: absolute;
  z-index: 0;
  margin: 0 auto;
  max-width: 1440px;
}
.vlogs-block .vlogs-header {
  text-align: center;
  max-width: 30rem;
  margin: 0 auto;
}
.vlogs-block .vlogs-header .subtitle-lg {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .vlogs-block .vlogs-header .subtitle-lg {
    margin-bottom: 0;
  }
}
.vlogs-block .button-cards-wrap {
  display: flex;
  flex-direction: column-reverse;
}
.vlogs-block .button-cards-wrap .vlogs-button {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .vlogs-block .background {
    left: -10rem;
    right: -10rem;
    bottom: 13rem;
    top: 6rem;
  }
  .vlogs-block .button-cards-wrap {
    flex-direction: column;
  }
}
.block-vlogs-item {
  margin-bottom: 0;
  height: 100%;
}
.block-vlogs-item .thumbnail-wrapper {
  position: relative;
}
.block-vlogs-item:hover .card-img-top {
  transform: scale(1.05);
  cursor: pointer;
}
.block-vlogs-item:last-of-type {
  margin-bottom: 2rem;
}
.block-vlogs-item .card-img-top {
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
}
.block-vlogs-item .card-img-top.horizontal, .block-vlogs-item .card-img-top.text-image-bottom__text, .block-vlogs-item .card-img-top.text-image-center__text, .block-vlogs-item .card-img-top.mask-horizontal {
  mask-image: url("assets/masks/mask-horizontal.svg");
}
.block-vlogs-item .card-img-top.vertical, .block-vlogs-item .card-img-top.mask-vertical {
  mask-image: url("assets/masks/mask-vertical.svg");
}
.block-vlogs-item .card-img-top.wide, .block-vlogs-item .card-img-top.mask-wide {
  mask-image: url("assets/masks/mask-wide.svg");
}
.block-vlogs-item .card-img-top {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
}
.block-vlogs-item .card-views {
  color: #9aadc3;
  font-size: 0.875rem;
  color: #667280;
  margin-top: 0.5rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
}
.block-vlogs-item .card-title {
  z-index: 2;
  color: #2b2b2b;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .block-vlogs-item {
    margin-bottom: 1.5rem;
  }
  .block-vlogs-item:nth-child(2), .block-vlogs-item:nth-child(4) {
    margin-top: 3rem;
  }
  .block-vlogs-item:nth-child(3) {
    margin-top: 1rem;
  }
  .block-vlogs-item .card-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.search-results-item {
  display: block;
  border-bottom: 2px solid #e4e9f0;
  padding: 1.5rem 0;
}
.search-results-item:first-of-type {
  padding-top: 0;
}
.search-results-item:hover {
  border-color: #365c88;
}
.search-results-item .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-results-item .category-list .item-category {
  text-transform: capitalize;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  margin-bottom: 0.25rem;
  color: #667280;
}
.search-results-item .item-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
}
.search-results-item .item-description {
  color: #2b2b2b;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.search-results-item .item-description .highlight {
  text-decoration: underline;
  font-weight: 700;
}
.search-results-categories {
  list-style: none;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.search-results-categories .category {
  margin-bottom: 0.5rem;
}
.search-results-categories .category.active {
  font-weight: 600;
}
.search-result {
  margin: 4.5rem 0 6rem 0;
}
.animal-link-container {
  margin: 3rem auto;
  height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  text-decoration: none;
}
.animal-link-container:hover {
  text-decoration: none;
}
.animal-link-container .image-name-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.animal-link-container .image-name-wrapper .animal-img {
  height: 5.5rem;
  width: 5.5rem;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
.animal-link-container .image-name-wrapper .animal-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
.animal-link-container .icon-wrap {
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .animal-link-container {
    flex-direction: row;
    justify-content: space-between;
    margin-left: 44px;
    height: auto;
    padding: 2rem 3rem;
  }
  .animal-link-container .image-name-wrapper {
    margin-left: -44px;
    flex-direction: row;
  }
  .animal-link-container .image-name-wrapper .animal-img {
    margin-bottom: 0;
    transform: translateX(-50%);
  }
}
.animal-overview {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .animal-overview {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .animal-overview {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .animal-overview {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .animal-overview {
    max-width: 1280px;
  }
}
.animal-overview {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .animal-overview {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
.animal-overview {
  display: flex;
  flex-direction: column;
}
.animal-overview .animal-overview-filter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.animal-overview .animal-overview-filter .roll-button {
  margin-top: 0;
  margin-bottom: 2rem;
  align-self: center;
}
.animal-overview .animal-overview-filter .roll-button .icon {
  color: #ffffff;
}
.animal-overview .animal-overview-filter .input-container .form-control {
  padding: 0.25rem 1rem;
  border: 2px solid #9aadc3;
  border-radius: 8px;
  height: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-search' viewBox='0 0 32 32'%3E%3Cpath fill='%23365c88' d='M14.667 26.667c-6.627 0-12-5.373-12-12s5.373-12 12-12c6.627 0 12 5.373 12 12s-5.373 12-12 12zM14.667 24c5.155 0 9.333-4.179 9.333-9.333s-4.179-9.333-9.333-9.333c-5.155 0-9.333 4.179-9.333 9.333s4.179 9.333 9.333 9.333z'%3E%3C/path%3E%3Cpath fill='%23365c88' d='M28.943 27.057c0.521 0.521 0.521 1.365 0 1.886s-1.365 0.521-1.886 0l-5.8-5.8c-0.521-0.521-0.521-1.365 0-1.886s1.365-0.521 1.886 0l5.8 5.8z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position-x: 98%;
  background-position-y: 8px;
}
@media (min-width: 768px) {
  .animal-overview .animal-overview-filter .input-container .form-control {
    align-self: center;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .animal-overview .animal-overview-filter .input-container .form-control {
    margin-left: auto;
    margin-right: unset;
  }
}
@media (min-width: 992px) {
  .animal-overview .animal-overview-filter {
    align-items: flex-start;
  }
}
.animal-overview .card-container {
  display: flex;
  flex-wrap: wrap;
}
.animal-overview .wrapper-md,
.animal-overview .wrapper-lg {
  display: flex;
  flex-wrap: wrap;
}
.animal-overview .load-more-button {
  margin: auto;
  margin-top: 2rem;
}
.animal-overview .sm,
.animal-overview .md {
  flex-basis: calc(50% - (32px));
}
.animal-overview .card {
  margin: 8px;
  display: block;
  flex-basis: 100%;
}
.animal-overview .card.has-gradient:focus-visible, .animal-overview .card.bzfy-c-carousel-post:focus-visible, .animal-overview .card.has-gradient:focus, .animal-overview .card.bzfy-c-carousel-post:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
  mask-image: none !important;
}
.animal-overview .card .ecodisplay-icon {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}
.animal-overview .card .ecodisplay-icon img {
  width: 1.5rem;
  height: 1.5rem;
}
.animal-overview .card .card-title {
  z-index: 2;
  position: absolute;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 1rem;
  bottom: 0rem;
  color: #ffffff;
  font-weight: 600;
}
.animal-overview .card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.animal-overview .shown-filter-options {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .animal-overview .shown-filter-options {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .animal-overview .shown-filter-options {
    flex-direction: row;
  }
}
.animal-overview .filter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  list-style: none;
}
.animal-overview .filter-container .filter-btn {
  flex: 1;
  margin-bottom: 1rem;
  margin-right: 0.75rem;
  text-transform: capitalize;
  font-weight: 700;
  transition: 0.2s all ease;
  color: #2b2b2b;
  min-width: 102px;
  max-width: calc(50% - 12px);
  border-radius: 8px;
}
.animal-overview .filter-container .filter-btn:last-child {
  margin-right: 0;
}
.animal-overview .filter-container .filter-btn.active {
  background: #365c88;
  color: #ffffff;
}
@media (hover: hover) {
  .animal-overview .filter-container .filter-btn:hover {
    background: #365c88;
    color: #ffffff;
  }
}
.animal-overview .filter-container .filter-btn:focus-visible, .animal-overview .filter-container .filter-btn:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
@media (min-width: 425px) {
  .animal-overview .filter-container .filter-btn {
    max-width: calc(33% - 12px);
  }
}
@media (min-width: 768px) {
  .animal-overview .filter-container .filter-btn {
    min-width: 112px;
    margin-right: 0.75rem;
    max-width: none;
    flex: unset;
  }
  .animal-overview .filter-container .filter-btn:last-of-type {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .animal-overview .filter-container .filter-btn {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .animal-overview .filter-container {
    margin: 0 auto 2rem;
    max-width: 568px;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .animal-overview .filter-container {
    max-width: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .animal-overview .card-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .animal-overview .card-container .load-more-button {
    margin: auto;
    margin-top: 2rem;
  }
  .animal-overview .card-container .wrapper-md {
    flex-basis: 50%;
  }
  .animal-overview .card-container .wrapper-lg {
    flex-basis: 50%;
  }
  .animal-overview .card-container .sm {
    flex-basis: calc(25% - 32px);
  }
  .animal-overview .card-container .md {
    flex-basis: calc(50% - 32px);
  }
  .animal-overview .card {
    margin: 16px;
    display: block;
  }
  .animal-overview .card .ecodisplay-icon {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .animal-overview .card .ecodisplay-icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .animal-overview .card .card-title {
    position: absolute;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 2rem;
  }
}
.blockquote-wrapper {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .blockquote-wrapper {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
.blockquote-wrapper {
  padding: 2.5rem 2rem 2.5rem 2rem;
}
.blockquote-wrapper .icon {
  width: 3rem;
  height: 2.25rem;
  margin-bottom: 1rem;
}
.blockquote-wrapper .blockquote-body {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.blockquote-wrapper footer {
  background-color: transparent;
  color: #667280;
  line-height: 1.75rem;
  font-weight: 600;
}
.blockquote-wrapper footer:before {
  content: "";
}
@media (min-width: 992px) {
  .blockquote-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding: 4.25rem 6rem 4.5rem 6rem;
  }
}
.benefits {
  margin: 2.5rem 0;
}
.benefits header {
  align-items: center;
}
.benefits .benefits-list {
  column-count: 1;
  column-gap: 0;
  padding: 2rem 0;
  max-width: 90vw !important;
}
.benefits .benefits-list .benefits-item {
  display: flex;
  break-inside: avoid;
  margin-bottom: 2.5rem;
}
.benefits .benefits-list .benefits-item .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  margin-right: 1.5rem;
  color: white;
  background: #c00418;
}
.benefits .benefits-list .benefits-item .item-content {
  display: flex;
  flex-direction: column;
}
.benefits .benefits-list .benefits-item .item-content .item-header {
  color: #c00418;
}
.benefits .benefits-list .benefits-item .item-content .item-text {
  margin-bottom: 0;
}
.benefits .benefits-list .benefits-item .item-content .item-text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .benefits {
    margin: 6rem 0;
  }
  .benefits .benefits-list {
    column-count: 2;
    column-gap: 2rem;
    padding: 3rem 0;
  }
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: static;
}
body.menu-open, body.search-open {
  position: fixed;
}
.breadcrumbs {
  z-index: 0;
  position: relative;
  padding: 1.5rem 0 4.75rem 0;
}
.breadcrumbs.breadcrumbs-large {
  padding-bottom: 19rem;
}
.breadcrumbs .breadcrumb-list {
  display: flex;
  align-items: center;
  padding: 0;
}
.breadcrumbs .breadcrumb-list .breadcrumb-item {
  line-height: 1.75rem;
}
.breadcrumbs .breadcrumb-list .breadcrumb-item.active {
  font-weight: 600;
}
.breadcrumbs .breadcrumb-list .breadcrumb-item a {
  color: #667280;
  text-decoration: none;
}
.breadcrumbs .breadcrumb-list .breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb-list svg {
  margin-right: 0.25rem;
  color: #667280;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  margin-right: 0.25rem;
}
.breadcrumb-item a {
  line-height: 0;
  font-size: 16px;
}
.breadcrumb-item:first-child .icon {
  display: none;
}
.btn-banner {
  margin: 2.5rem 0;
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .btn-banner {
    margin: 6rem 0;
    padding-bottom: 5.25rem;
  }
}
.btn-link {
  color: #2b2b2b;
  font-size: 1.125rem;
  font-weight: 600;
  padding-left: 0;
  transition: transform 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
}
.btn-link.no-flex {
  text-decoration: none;
  display: inline-block;
}
.btn-link.no-flex:focus-visible, .btn-link.no-flex:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.btn-link.no-flex:hover {
  transform: none;
  transition: transform 0.2s ease-in-out;
}
.btn-link.no-flex:hover span {
  display: block;
  transition: transform 0.2s ease-in-out;
  transform: translateX(0.5rem);
  text-decoration: none;
  cursor: none;
}
.btn-link.btn-link-primary:hover {
  color: #007bff;
}
.btn-link.btn-link-secondary:hover {
  color: #6c757d;
}
.btn-link.btn-link-success:hover {
  color: #69bd86;
}
.btn-link.btn-link-info:hover {
  color: #00acec;
}
.btn-link.btn-link-warning:hover {
  color: #ffc107;
}
.btn-link.btn-link-danger:hover {
  color: #ffca3a;
}
.btn-link.btn-link-light:hover {
  color: #f8f9fa;
}
.btn-link.btn-link-dark:hover {
  color: #343a40;
}
.btn-link.btn-link-white:hover {
  color: #ffffff;
}
.btn-link.btn-link-general:hover {
  color: #365c88;
}
.btn-link.btn-link-general-light:hover {
  color: #e9eff7;
}
.btn-link.btn-link-park:hover {
  color: #b90000;
}
.btn-link.btn-link-park-light:hover {
  color: #f7e9e9;
}
.btn-link.btn-link-safari:hover {
  color: #ea661e;
}
.btn-link.btn-link-safari-light:hover {
  color: #f7eee9;
}
.btn-link.btn-link-desert:hover {
  color: #f9b200;
}
.btn-link.btn-link-desert-light:hover {
  color: #f7f2e4;
}
.btn-link.btn-link-mangrove:hover {
  color: #7e851b;
}
.btn-link.btn-link-mangrove-light:hover {
  color: #f6f7e9;
}
.btn-link.btn-link-rimba:hover {
  color: #a5c800;
}
.btn-link.btn-link-rimba-light:hover {
  color: #f5f7e9;
}
.btn-link.btn-link-bush:hover {
  color: #1e7d32;
}
.btn-link.btn-link-bush-light:hover {
  color: #e6f5e9;
}
.btn-link.btn-link-ocean:hover {
  color: #0099cc;
}
.btn-link.btn-link-ocean-light:hover {
  color: #e9f4f7;
}
.btn-link.btn-link-danger-light:hover {
  color: rgb(255, 236.3020304569, 185.5);
}
.btn-link.btn-link-safaricenter:hover {
  color: #c00418;
}
.btn-link.btn-link-ijstijd:hover {
  color: #365c88;
}
.btn-link.btn-link-ijstijd-light:hover {
  color: #e9f4f7;
}
.btn-link:hover {
  transition: transform 0.2s ease-in-out;
  transform: translateX(0.5rem);
  text-decoration: none;
}
.btn-link .icon {
  line-height: 1.875rem;
}
.btn-link .icon-arrow--right {
  margin-right: 0.5rem;
}
.link-hover {
  color: #2b2b2b;
  font-size: 1.125rem;
  font-weight: 600;
  padding-left: 0;
  transition: transform 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
}
.btn.btn-transparent:focus-visible, .btn.btn-transparent:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.btn.btn-general-light:focus-visible, .btn.btn-general-light:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.custom-checkbox input[disabled] ~ .custom-control-label {
  color: #a3b6cc;
}
.clipped-image {
  margin: 3rem 0;
}
.clipped-image img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
}
.clipped-image .clipped-image-subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  position: relative;
  margin-top: 0;
  margin-bottom: 3.5rem;
  text-align: center;
  color: #2b2b2b;
}
@media (min-width: 992px) {
  .clipped-image .clipped-image-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.clipped-image .clipped-image-subtitle {
  font-weight: 400;
  color: #667280;
  margin-bottom: 0;
  margin-top: 1rem;
}
.img-mask, .text-image-bottom__text, .text-image-center__text, .bzfy-c-carousel-post {
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
}
.img-mask.horizontal, .text-image-bottom__text, .text-image-center__text, .horizontal.bzfy-c-carousel-post {
  mask-image: url(assets/masks/mask-horizontal.svg);
}
.img-mask.vertical, .vertical.text-image-bottom__text, .vertical.text-image-center__text, .vertical.bzfy-c-carousel-post {
  mask-image: url(assets/masks/mask-vertical.svg);
}
.img-mask.wide, .wide.text-image-bottom__text, .wide.text-image-center__text, .wide.bzfy-c-carousel-post {
  mask-image: url(assets/masks/mask-wide.svg);
}
.fullwidth-image {
  margin: 3rem 0;
}
.contact-banner {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.contact-banner .contact-banner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  padding-left: 0;
  padding-right: 0;
}
.contact-banner .contact-banner-container .contact-content, .contact-banner .contact-banner-container .contact-person {
  display: flex;
  flex-direction: column;
}
.contact-banner .contact-banner-container .contact-content p:not(.blockquote-body), .contact-banner .contact-banner-container .contact-person p:not(.blockquote-body) {
  margin-bottom: 0;
}
.contact-banner .contact-banner-container .contact-content .btn {
  width: fit-content;
}
.contact-banner .contact-banner-container .contact-person {
  align-items: center;
  width: fit-content;
  margin-top: 2rem;
}
.contact-banner .contact-banner-container .contact-person .name {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.contact-banner .contact-banner-container .contact-person img {
  width: 150px;
  height: 150px;
  clip-path: circle(50% at 50% 50%);
  object-fit: cover;
}
.contact-banner .contact-banner-container .blockquote-wrapper {
  position: relative;
  padding: 2rem;
}
.contact-banner .contact-banner-container .blockquote-wrapper blockquote img {
  position: absolute;
  right: -6rem;
  bottom: -2rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
}
.contact-banner .contact-banner-container .blockquote-wrapper blockquote .blockquote-footer {
  display: flex;
  flex-direction: column;
}
.contact-banner .contact-banner-container .blockquote-wrapper .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.contact-banner .safaricenter-contact {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.contact-banner .safaricenter-contact .background {
  position: absolute;
  z-index: 0;
  margin: 0 auto;
}
.contact-banner .safaricenter-contact .background.right-edge {
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
  top: -1rem;
}
.contact-banner .safaricenter-contact .background.left-edge {
  right: -1rem;
  left: -1rem;
  bottom: -1rem;
  top: -1rem;
}
@media (min-width: 768px) {
  .contact-banner .contact-banner-container {
    flex-direction: row;
    align-items: flex-start;
    padding: 3.25rem;
  }
  .contact-banner .contact-banner-container .contact-person {
    margin-top: 0;
  }
  .contact-banner .contact-banner-container .blockquote-wrapper {
    padding: 2rem 6rem 2rem 2rem;
  }
  .contact-banner .safaricenter-contact {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .contact-banner .safaricenter-contact .background.right-edge {
    left: 6.625rem;
    right: -50rem;
    bottom: -2rem;
    top: -2rem;
  }
  .contact-banner .safaricenter-contact .background.left-edge {
    right: 6.625rem;
    left: -50rem;
    bottom: -2rem;
    top: -2rem;
  }
}
@media (min-width: 992px) {
  .contact-banner {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.content-wrapper {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper h1 {
  position: relative;
  font-size: 2.25rem;
  line-height: 2.5rem;
  position: relative;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
}
.content-wrapper h2 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
}
.content-wrapper h3 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
}
.content-wrapper h6 {
  position: relative;
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.content-wrapper iframe {
  width: 100%;
}
@media (min-width: 768px) {
  .content-wrapper h2 {
    position: relative;
    font-size: 2.25rem;
    line-height: 2.5rem;
    position: relative;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cookie-bar {
  position: relative;
  z-index: 0;
}
.cookie-bar:before {
  content: "";
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
  z-index: -1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cookie-bar.horizontal:before, .cookie-bar.text-image-bottom__text:before, .cookie-bar.text-image-center__text:before, .cookie-bar.mask-horizontal:before {
  mask-image: url("assets/masks/mask-horizontal.svg");
}
.cookie-bar.vertical:before, .cookie-bar.mask-vertical:before {
  mask-image: url("assets/masks/mask-vertical.svg");
}
.cookie-bar.wide:before, .cookie-bar.mask-wide:before {
  mask-image: url("assets/masks/mask-wide.svg");
}
.cookie-bar.overlap:before {
  top: 2.5rem;
}
.cookie-bar {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  max-width: 35rem;
  padding: 1.5rem;
  background: #e9eff7;
  z-index: 9;
}
.cookie-bar h2, .cookie-bar h3, .cookie-bar h4, .cookie-bar h5, .cookie-bar h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.cookie-bar p {
  font-size: 0.875rem;
}
.cookie-bar .cookie-bar-title {
  font-weight: bold;
  margin: 0;
}
.cookie-bar .cookie-bar-content {
  margin-bottom: 1rem;
}
.cookie-bar .btn {
  border-radius: 50px 10px 50px 10px/10px 50px 10px 50px;
  margin-right: 0.25rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .cookie-bar {
    padding: 2rem;
  }
}
.ctabanner {
  position: relative;
  z-index: 0;
}
.ctabanner:before {
  content: "";
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
  z-index: -1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ctabanner.horizontal:before, .ctabanner.text-image-bottom__text:before, .ctabanner.text-image-center__text:before, .ctabanner.mask-horizontal:before {
  mask-image: url("assets/masks/mask-horizontal.svg");
}
.ctabanner.vertical:before, .ctabanner.mask-vertical:before {
  mask-image: url("assets/masks/mask-vertical.svg");
}
.ctabanner.wide:before, .ctabanner.mask-wide:before {
  mask-image: url("assets/masks/mask-wide.svg");
}
.ctabanner.overlap:before {
  top: 2.5rem;
}
.ctabanner {
  flex-direction: column;
  color: #ffffff;
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.ctabanner.small {
  flex-direction: column;
  max-width: 55rem;
  margin: auto;
  text-align: center;
  align-items: center;
}
.ctabanner .banner-body {
  font-size: 1.125rem;
}
.ctabanner .banner-content {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.ctabanner .banner-content .banner-title,
.ctabanner .banner-content .banner-body h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.ctabanner .banner-content .banner-body {
  margin-bottom: 1.5rem;
}
.ctabanner .banner-button {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
}
.ctabanner.banner-centered {
  padding: 6rem 4.5rem;
  color: #2b2b2b;
  text-align: center;
  align-items: center;
}
.ctabanner.banner-centered .banner-body {
  margin-bottom: 1.5rem;
}
.ctabanner .newsletter {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ctabanner .newsletter .newsletter-title {
  margin-bottom: 1.5rem;
  margin-left: 0;
}
.ctabanner .newsletter .subscribe-form input {
  margin-bottom: 1rem;
}
.ctabanner .newsletter .subscribe-form .submit-button {
  margin-top: 0;
  height: 3.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ctabanner .newsletter .newsletter-success {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ctabanner .newsletter .newsletter-title {
    margin-bottom: 2rem;
  }
  .ctabanner .newsletter .subscribe-form input {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .ctabanner .newsletter {
    align-items: center;
    flex-direction: row;
  }
  .ctabanner .newsletter .newsletter-title {
    margin-bottom: 0;
    max-width: 300px;
  }
  .ctabanner .newsletter .subscribe-form {
    width: 100%;
    max-width: 530px;
  }
}
@media (min-width: 992px) {
  .ctabanner {
    padding: 3rem 4rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    align-items: center;
    max-width: 1035px;
  }
  .ctabanner .banner-content {
    flex-basis: 70%;
  }
  .ctabanner .banner-content .banner-body {
    margin-bottom: 0;
  }
  .ctabanner .banner-button {
    flex-basis: 30%;
    justify-content: flex-end;
  }
  .ctabanner.banner-centered {
    flex-direction: column;
  }
  .ctabanner.banner-centered .banner-body {
    margin-bottom: 1.5rem;
  }
}
.dropdown-toggle {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.dropdown-toggle .icon {
  margin-right: 0.75rem;
}
.dropdown-toggle .icon-chevron--down {
  width: 1rem;
  margin-left: 0.5rem;
  margin-right: 0;
  color: #667280;
}
.dropdown-toggle:after {
  display: none;
}
.faqblock-wrapper {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .faqblock-wrapper {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
.faqblock-wrapper {
  padding: 2.125rem 1rem;
}
.faqblock-wrapper .faqblock-title {
  text-align: center;
}
.faqblock-wrapper .faqblock-content {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .faqblock-wrapper {
    padding: 4.25rem 6rem 4.5rem 6rem;
  }
}
.faq-item {
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.faq-item:not([class*=-light]) .item-question.btn:not(:disabled) {
  border-radius: 0.5rem;
  border-color: transparent;
  box-shadow: none;
}
.faq-item:not([class*=-light]) .item-question.btn:not(:disabled):focus-visible, .faq-item:not([class*=-light]) .item-question.btn:not(:disabled):focus {
  border-color: transparent;
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.faq-item:not([class*=-light]) .item-question.btn:not(:disabled):active {
  border-color: transparent;
  box-shadow: none;
}
.faq-item .item-question {
  color: #365c88;
}
.faq-item .item-question .plus-wrapper {
  display: none;
}
.faq-item .item-question.collapsed {
  color: #212529;
}
.faq-item .item-question.collapsed .plus-wrapper {
  display: block;
}
.faq-item .item-question.collapsed .minus-wrapper {
  display: none;
}
.faq-item:last-of-type {
  margin-bottom: 2rem;
}
.faq-item .item-question {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.faq-item .item-question-text {
  margin-left: 0 !important;
  margin-right: 2rem !important;
  margin-block-start: 0;
  margin-block-end: 0;
  text-align: left;
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .faq-item .item-question-text {
    font-size: 1.25rem;
  }
}
.faq-item .item-question-text {
  line-height: 1.875rem;
}
.faq-item .item-question.btn {
  border-radius: 0.5rem;
  border-color: transparent;
  box-shadow: none;
}
.faq-item .item-question.btn:focus, .faq-item .item-question.btn:active {
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.faq-item .item-question.btn:hover {
  background: transparent !important;
}
.faq-item .item-question.btn:hover .icon-add {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}
.faq-item .item-question .icon-wrap {
  background-size: cover;
  padding: 0.5rem;
  line-height: 0;
  transform: scale(0.8);
}
.faq-item .item-question .icon-wrap svg {
  transition: all 0.2s ease-in-out;
}
.faq-item .item-answer {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.faq-item .item-answer > p {
  max-width: 100% !important;
  margin-bottom: 1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.faq-item .item-answer > p:last-child {
  margin-bottom: 0;
}
.read-more-button {
  display: block;
  margin: auto;
}
.featured-tag {
  font-size: 0.875rem;
  position: absolute;
  color: #ffffff;
  font-weight: 600;
  left: 0;
  top: 0;
  padding: 0.375rem 0.75rem;
  clip-path: polygon(100% 0%, 91% 80%, 59% 96%, 0% 80%, 0 0%);
}
@media (min-width: 992px) {
  .featured-tag {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}
footer {
  margin-top: auto;
  background-color: #101214;
  color: #ffffff;
}
footer .desktopView {
  display: none;
}
footer .mobileView {
  display: block;
}
@media (min-width: 992px) {
  footer .desktopView {
    display: block;
  }
  footer .mobileView {
    display: none;
  }
}
footer .footer-main-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
footer .footer-main-row .footer-col-brand,
footer .footer-main-row .footer-col-contact {
  flex: 1 1 14rem;
}
footer .footer-main-row .footer-col-links {
  flex: 99 1 20rem;
}
footer .footer-links-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 9rem), 1fr));
  gap: 1rem;
}
footer .ecodisplays-footer {
  position: relative;
  display: flex;
  height: 2rem;
  margin-left: 2rem;
}
footer .ecodisplays-footer .ecodisplay {
  background-size: contain;
  width: 2.5rem;
  background-repeat: no-repeat;
}
footer .ecodisplays-footer .park:before {
  content: "";
  position: absolute;
  height: 2rem;
  width: 2.063rem;
  background-color: #b90000;
  left: -2rem;
}
footer .ecodisplays-footer .park {
  background-image: url(assets/ecodisplays/park.svg);
  background-color: #ea661e;
}
footer .ecodisplays-footer .safari {
  background-image: url(assets/ecodisplays/safari.svg);
  background-color: #f9b200;
}
footer .ecodisplays-footer .desert {
  background-image: url(assets/ecodisplays/desert.svg);
  background-color: #7e851b;
}
footer .ecodisplays-footer .mangrove {
  background-image: url(assets/ecodisplays/mangrove.svg);
  background-color: #a5c800;
}
footer .ecodisplays-footer .rimba {
  background-image: url(assets/ecodisplays/rimba.svg);
  background-color: #1e7d32;
}
footer .ecodisplays-footer .bush {
  background-image: url(assets/ecodisplays/bush.svg);
  background-color: #0099cc;
}
footer .ecodisplays-footer .ocean {
  background-image: url(assets/ecodisplays/ocean.svg);
  background-color: #365c88;
  width: 100%;
}
footer .footer-main {
  padding: 1.5rem 0 5rem 0;
}
footer .footer-main .footer-breadcrumbs .breadcrumbs-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
footer .footer-main .footer-breadcrumbs .breadcrumbs-list .breadcrumb-item a {
  font-weight: 400;
  color: #ffffff;
}
footer .footer-main .footer-breadcrumbs .breadcrumbs-list .breadcrumb-item.active:before {
  color: #ffffff;
}
footer .footer-main .footer-breadcrumbs .breadcrumbs-list .breadcrumb-item.active a {
  font-weight: 600;
}
footer .footer-main .footer-breadcrumbs .breadcrumbs-list .icon {
  color: #ffffff;
}
footer .footer-main hr {
  margin: 1.5rem 0 3rem 0;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .footer-main hr:last-of-type {
  margin: 1.5rem 0 1.5rem 0;
}
footer .footer-main .footer-navigation {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 2.375rem;
}
footer .footer-main .footer-navigation .footer-logo {
  margin-bottom: 1.5rem;
}
footer .footer-main .footer-navigation .navigation-items {
  display: flex;
  align-items: center;
}
footer .footer-main .footer-navigation .navigation-items .footer-navigation-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-main .footer-navigation .navigation-items .footer-navigation-list .list-item {
  margin-bottom: 0.5rem;
  margin-right: 2rem;
}
footer .footer-main .footer-navigation .navigation-items .footer-navigation-list .list-item:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
footer .footer-main .footer-navigation .navigation-items .footer-navigation-list .list-item .item-link {
  font-size: 1rem;
  line-height: 1.125rem;
  color: #ffffff;
  font-weight: 600;
}
footer .footer-main .footer-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer-main .footer-footer .language-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
footer .footer-main .footer-footer .language-wrapper .language-switcher button {
  color: #ffffff;
  font-size: 0.875rem;
}
footer .footer-main .footer-footer .language-wrapper .language-switcher .dropdown-toggle::after {
  display: none;
}
footer .footer-main .footer-footer .language-wrapper .language-switcher .dropdown-toggle .icon-chevron--down {
  color: #ffffff;
}
footer .footer-main .footer-footer .language-wrapper .language-switcher .dropdown-item {
  padding: 0.25rem 0.5rem;
  color: #667280;
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
footer .footer-main .footer-footer .language-wrapper .language-switcher .dropdown-item > svg {
  border-radius: 0.25rem;
  margin-right: 0.75rem;
}
footer .footer-main .footer-footer .language-wrapper .language-switcher .dropdown-item:hover {
  background: transparent;
  color: #2b2b2b;
}
footer .footer-main .footer-footer .language-wrapper .footer-footer-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.25rem;
}
footer .footer-main .footer-footer .language-wrapper .footer-footer-list .list-item {
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
  line-height: 1.25rem;
}
footer .footer-main .footer-footer .language-wrapper .footer-footer-list .list-item:last-of-type {
  margin-bottom: 0;
}
footer .footer-main .footer-footer .language-wrapper .footer-footer-list .list-item .item-link {
  color: #ffffff;
}
footer .footer-main .footer-footer .language-wrapper .footer-footer-list .list-item a {
  font-size: 0.875rem;
}
footer .footer-main .footer-footer .footer-socials {
  margin-top: 2rem;
}
footer .newspage-form {
  color: white;
}
footer .newspage-form .newspage-btn-background {
  background-color: #365c88;
}
footer .text-adres-alignment {
  margin-left: 2rem;
}
footer .ajusted-line-height {
  line-height: 1.6;
}
footer .footer-links .card-header .icon.icon-arrow--up {
  transition: transform 0.2s ease-in-out;
  transform: rotate(0);
}
footer .footer-links .card-header:not(.collapsed) .icon.icon-arrow--up {
  transition: transform 0.2s ease-in-out;
  transform: rotate(180deg);
}
footer .footer-links .card-header .title {
  font-size: 1rem;
}
footer .footer-links .card-header .accicon {
  float: right;
  font-size: 1.25rem;
  width: 2.5rem;
}
footer .footer-links .card-header {
  cursor: pointer;
  border-bottom: none;
}
footer .footer-links .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  footer .footer-main hr {
    margin: 1.5rem 0 3rem 0;
  }
  footer .footer-main hr:last-of-type {
    margin: 1.5rem 0 3rem 0;
  }
  footer .footer-main .footer-navigation {
    flex-direction: row;
    margin-top: 1rem;
  }
  footer .footer-main .footer-navigation .footer-logo {
    margin-bottom: 0;
  }
  footer .footer-main .footer-navigation .navigation-items .footer-navigation-list {
    flex-direction: row;
  }
  footer .footer-main .footer-footer {
    flex-direction: row;
  }
  footer .footer-main .footer-footer .language-wrapper {
    flex-direction: row;
  }
  footer .footer-main .footer-footer .language-wrapper .footer-footer-list {
    margin-left: 1.75rem;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
  footer .footer-main .footer-footer .language-wrapper .footer-footer-list .list-item {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
  footer .footer-main .footer-footer .footer-socials {
    margin-top: 0;
  }
}
.umbraco-forms-form {
  margin: 6rem 0;
}
.umbraco-forms-form .form-wrapper {
  padding: 2.25rem 0;
}
.umbraco-forms-form .form-wrapper .form-send-button {
  min-width: 12.5rem;
  display: block;
  margin: 1.5rem auto 0 auto;
}
@media (min-width: 992px) {
  .umbraco-forms-form .form-wrapper {
    padding: 4.5rem 6rem;
  }
}
form label:not(.custom-control-label) {
  font-weight: 600;
}
.form-full-width {
  position: relative;
}
.form-full-width .background {
  position: absolute;
  left: -170px;
  right: -170px;
  top: 0;
  bottom: 0;
  background-color: #e9eff7;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.field-validation-error {
  color: #ea661e;
}
.form-group .custom-control-label {
  cursor: pointer;
}
.form-group input::placeholder, .form-group textarea::placeholder {
  opacity: 0.6;
}
.form-group input.valid {
  border: 1px solid #69bd86;
}
.form-control:focus {
  border-width: 2px;
}
.header {
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  margin-bottom: 3rem;
}
.header .header-container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .header .header-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .header .header-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .header .header-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .header .header-container {
    max-width: 1280px;
  }
}
.header .header-container {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .header .header-container {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
.header.header-homepage {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.header.header-homepage .header-background {
  width: 100%;
  min-height: 400px;
  max-height: 570px;
  height: calc(75vh - 180px);
}
@media (min-width: 576px) {
  .header.header-homepage .header-background {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .header.header-homepage .header-background {
    height: calc(80vh - 180px);
    min-height: 440px;
  }
}
@media (min-width: 1200px) {
  .header.header-homepage .header-background {
    min-height: 480px;
  }
}
.header.header-homepage .header-background {
  align-self: flex-start;
  background-color: #e9eff7;
}
.header.header-homepage .header-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header.header-homepage .header-content {
  z-index: 2;
  position: absolute;
  width: 100%;
  align-self: flex-end;
  margin-bottom: 2.5rem;
}
.header.header-homepage .header-content .header-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}
@media (min-width: 992px) {
  .header.header-homepage.header-homepage {
    margin-bottom: 4rem;
  }
  .header.header-homepage .header-content {
    align-self: center;
    margin-bottom: 0;
  }
  .header.header-homepage .header-content .header-title {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
.header .ecodisplay {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  user-select: none;
}
.header .header-content {
  z-index: 2;
  position: relative;
  margin-bottom: 4.5rem;
}
.header .header-content .header-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.5rem;
}
.header .header-content .header-subtitle {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
}
.header .header-content .btn-link {
  color: #ffffff;
  font-size: 1.125rem;
  padding: 0;
  margin-bottom: 0.25rem;
}
.header .header-content .btn-link .icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0.25rem;
}
.header.ecodisplay-header {
  background-size: cover;
  background-position: center center;
}
.header.ecodisplay-header .ecodisplay {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  user-select: none;
  z-index: 2;
}
.header.ecodisplay-header .header-background {
  width: 100%;
  min-height: 360px;
  max-height: 100vw;
  height: calc(65vh - 180px);
  align-self: flex-start;
  background-color: #e9eff7;
}
@media (min-width: 576px) {
  .header.ecodisplay-header .header-background {
    min-height: 400px;
    max-height: 512px;
  }
}
@media (min-width: 992px) {
  .header.ecodisplay-header .header-background {
    min-height: 440px;
    max-height: 720px;
  }
}
@media (min-width: 1200px) {
  .header.ecodisplay-header .header-background {
    min-height: 480px;
    max-height: 1024px;
  }
}
.header.ecodisplay-header .header-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header.ecodisplay-header .header-content {
  z-index: 2;
  position: absolute;
  width: 100%;
  align-self: flex-end;
  margin-bottom: 2.5rem;
}
.header.ecodisplay-header .header-content .header-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}
@media (min-width: 992px) {
  .header.ecodisplay-header .header-content .header-title {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
.icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.large-quote {
  margin: 6rem auto;
  font-size: 3rem;
  line-height: 3.25rem;
  font-weight: 700;
}
.colored-list {
  padding-left: 1.25rem;
  margin-bottom: 3rem;
}
.colored-list li {
  margin-bottom: 0.5rem;
  margin-left: 2rem;
}
.colored-list li ol,
.colored-list li ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
ol.colored-list li {
  counter-increment: incr;
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
ol.colored-list li:before {
  content: counter(incr);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 38% 62% 54% 46%/46% 44% 56% 54%;
  left: 0;
  top: 0.125rem;
  position: absolute;
  left: -2.5rem;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
ol.colored-list li ol li {
  counter-increment: subincr;
}
ol.colored-list li ol li:before {
  content: counter(subincr);
}
ul.colored-list li {
  position: relative;
  display: block;
}
ul.colored-list li:before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 38% 62% 54% 46%/46% 44% 56% 54%;
  left: 0;
  position: absolute;
  left: -3rem;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.colored-list {
  padding-left: 1.25rem;
  margin-bottom: 3rem;
}
.colored-list li {
  margin-bottom: 0.5rem;
  margin-left: 2rem;
}
.colored-list li ol,
.colored-list li ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
ol.colored-list li {
  counter-increment: incr;
  position: relative;
  display: block;
}
ol.colored-list li:before {
  content: counter(incr);
  padding: 0.5rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 38% 62% 54% 46%/46% 44% 56% 54%;
  left: 0;
  position: absolute;
  left: -3rem;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
ol.colored-list li ol li {
  counter-increment: subincr;
}
ol.colored-list li ol li:before {
  content: counter(subincr);
}
ul.colored-list li {
  position: relative;
  display: block;
}
ul.colored-list li:before {
  content: "";
  padding: 0.5rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 38% 62% 54% 46%/46% 44% 56% 54%;
  left: 0;
  position: absolute;
  left: -3rem;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.longread {
  margin-bottom: 3rem;
  position: relative;
}
.longread.breadcrumbs-large {
  margin-top: -17.5rem;
}
.longread h1:not(.slider-title), .longread h2:not(.slider-title), .longread h3:not(.slider-title), .longread h4:not(.slider-title), .longread h5:not(.slider-title), .longread h6:not(.slider-title), .longread p:not(.slider-title), .longread ul:not(.slider-title), .longread ol:not(.slider-title), .longread .longread-wrap:not(.slider-title) {
  max-width: 55rem;
  margin-right: auto;
  margin-left: auto;
}
.longread p {
  margin-bottom: 3rem;
}
.longread p a {
  text-decoration: underline;
}
.longread p a:hover {
  text-decoration: none;
}
.longread .longread-head-image {
  margin-bottom: 3rem;
}
.longread .large-quote {
  margin: 6rem auto;
  font-size: 3rem;
  line-height: 3.25rem;
  font-weight: 700;
}
nav:not(.stepper-nav) {
  background-color: #365c88;
  height: 5rem;
  overflow: hidden;
}
nav:not(.stepper-nav)#navbar {
  z-index: 100;
  width: 100vw;
  position: sticky;
  transition: top 0.3s;
}
nav:not(.stepper-nav)#navbar.menu-open, nav:not(.stepper-nav)#navbar.search-open {
  top: 0 !important;
}
nav:not(.stepper-nav):before {
  content: "";
  height: 100%;
  width: 195px;
  background-color: #b90000;
  position: absolute;
  left: 0;
  z-index: -1;
}
nav:not(.stepper-nav) .navbar-brand img {
  height: 2.5rem;
}
nav:not(.stepper-nav) .navbar-mobile .nav-item {
  margin-left: 0.5rem;
}
nav:not(.stepper-nav) .navbar-mobile .nav-item a {
  align-items: center;
  padding: 0.5rem;
  height: 2.5rem;
}
nav:not(.stepper-nav) .navbar-mobile .nav-menu-icon-open,
nav:not(.stepper-nav) .navbar-mobile .nav-menu-icon-close {
  line-height: 0;
}
nav:not(.stepper-nav) .navbar-collapse .nav-item {
  cursor: pointer;
  margin-right: 1rem;
}
nav:not(.stepper-nav) .navbar-collapse .nav-item .nav-menu-icon-open .icon,
nav:not(.stepper-nav) .navbar-collapse .nav-item .nav-menu-icon-close .icon {
  margin-right: 0.5rem;
}
nav:not(.stepper-nav) .navbar-collapse .roll-button {
  margin-top: 0;
}
nav:not(.stepper-nav) .navbar-nav {
  flex-direction: row;
}
nav:not(.stepper-nav) .navbar-nav .nav-item {
  cursor: pointer;
}
nav:not(.stepper-nav) .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  nav:not(.stepper-nav) .navbar-mobile {
    display: none;
  }
}
.ecodisplays {
  display: flex;
  position: absolute;
  height: 100%;
  left: 195px;
  z-index: -1;
}
.ecodisplays .ecodisplay {
  width: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -20px;
}
.ecodisplays .ecodisplay:before {
  content: "";
  height: 100%;
  width: 70px;
  position: absolute;
  left: -68px;
}
.ecodisplays .ecodisplay.ocean {
  width: 55px;
}
.ecodisplays .ecodisplay.rimba {
  height: 81px;
}
.ecodisplays .ecodisplay.park {
  margin-left: -15px;
  background-size: contain;
}
.ecodisplays .ecodisplay.safari, .ecodisplays .ecodisplay.desert, .ecodisplays .ecodisplay.mangrove, .ecodisplays .ecodisplay.rimba, .ecodisplays .ecodisplay.bush, .ecodisplays .ecodisplay.ocean {
  margin-left: -40px;
  background-size: contain;
}
.ecodisplays .park {
  position: relative;
  background-image: url(/frontend/dist/assets/park-4XmAXOhi.min.svg);
  z-index: 1;
}
.ecodisplays .park:before {
  background-color: #b90000;
}
.ecodisplays .safari {
  position: relative;
  background-image: url(/frontend/dist/assets/safari-DTTVmR0t.min.svg);
  z-index: -2;
}
.ecodisplays .safari:before {
  background-color: #ea661e;
}
.ecodisplays .desert {
  position: relative;
  background-image: url(/frontend/dist/assets/desert-BvNwNpJM.min.svg);
  z-index: -3;
  margin-left: -40px;
}
.ecodisplays .desert:before {
  background-color: #f9b200;
}
.ecodisplays .mangrove {
  position: relative;
  background-image: url(/frontend/dist/assets/mangrove-zaigB3YP.min.svg);
  z-index: -4;
  margin-left: -40px;
  background-position: center left;
}
.ecodisplays .mangrove:before {
  background-color: #7e851b;
}
.ecodisplays .rimba {
  position: relative;
  background-image: url(/frontend/dist/assets/rimba-BSAB6j8n.min.svg);
  z-index: -5;
  margin-left: -30px;
}
.ecodisplays .rimba:before {
  background-color: #a5c800;
}
.ecodisplays .bush {
  position: relative;
  background-image: url(/frontend/dist/assets/bush-DwHhIxWk.min.svg);
  z-index: -6;
  margin-left: -30px;
}
.ecodisplays .bush:before {
  background-color: #1e7d32;
}
.ecodisplays .ocean {
  position: relative;
  background-image: url(/frontend/dist/assets/ocean-Ckbo50ZP.min.svg);
  width: 60px;
  z-index: -7;
  margin-left: -30px;
}
.ecodisplays .ocean:before {
  background-color: #0099cc;
}
@media (min-width: 576px) {
  .ecodisplays .ecodisplay.park, .ecodisplays .ecodisplay.safari, .ecodisplays .ecodisplay.desert, .ecodisplays .ecodisplay.mangrove, .ecodisplays .ecodisplay.rimba, .ecodisplays .ecodisplay.bush, .ecodisplays .ecodisplay.ocean {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ecodisplays .ecodisplay {
    width: 60px;
    background-repeat: no-repeat;
    margin-left: 0;
  }
  .ecodisplays .ecodisplay .ocean {
    width: 60px;
  }
  .ecodisplays .ecodisplay .ocean:before {
    left: -80px;
  }
}
.nav-menu-container {
  display: none;
  position: fixed;
  top: 5rem;
  left: 0;
  height: calc(100vh - 5rem);
  width: 100%;
  background: rgba(26, 37, 51, 0.5);
  z-index: 98;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-menu-container:after {
  content: "";
  display: block;
  height: 48px;
  width: 100%;
}
.nav-menu-container.show {
  display: block;
  animation: animate-fade-in 0.3s ease;
}
@keyframes animate-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav-menu-container.show .nav-menu {
  display: block;
  animation: animate-fade-in-y 0.3s ease;
}
@keyframes animate-fade-in-y {
  from {
    transform: translateY(-4rem);
  }
  to {
    transform: translateY(0);
  }
}
.nav-menu-container .nav-menu {
  position: relative;
  display: block;
  background: #ffffff;
}
.nav-menu-container .nav-menu .nav-link,
.nav-menu-container .nav-menu .nav-title-link {
  display: flex;
  align-items: center;
  padding: 0;
  font-weight: 600;
}
.nav-menu-container .nav-menu .nav-link:hover,
.nav-menu-container .nav-menu .nav-title-link:hover {
  color: #365c88;
}
.nav-menu-container .nav-menu .nav-link:hover .nav-icon,
.nav-menu-container .nav-menu .nav-title-link:hover .nav-icon {
  fill: #365c88;
}
.nav-menu-container .nav-menu .nav-link .nav-icon,
.nav-menu-container .nav-menu .nav-title-link .nav-icon {
  fill: #9aadc3;
  margin-left: 0.5rem;
}
.nav-menu-container .nav-menu .nav-title-link {
  font-size: 1.25rem;
  text-decoration: none;
  color: #2b2b2b;
}
.nav-menu-container .nav-menu .nav-link {
  font-size: 1.125rem;
  text-decoration: none;
  color: #667280;
}
.nav-menu-container .nav-menu .nav-link .nav-icon {
  height: 1rem;
  width: 1rem;
}
.nav-menu-container .nav-menu .nav-main {
  background: #e9eff7;
  padding: 2rem;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.nav-menu-container .nav-menu .nav-main li {
  margin-bottom: 1rem;
}
.nav-menu-container .nav-menu .nav-main li.featured-link + li:not(.featured-link) {
  margin-top: 2rem;
}
.nav-menu-container .nav-menu .nav-main li.featured-link {
  margin-bottom: 1.25rem;
}
.nav-menu-container .nav-menu .nav-main .language-switcher {
  margin-top: 2rem;
  left: -8px;
}
.nav-menu-container .nav-menu .nav-main .language-switcher .dropdown-toggle {
  min-width: 160px;
  padding: 0.5rem 0 0.5rem 0.5rem;
  border-radius: 4px;
  color: #667280;
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.nav-menu-container .nav-menu .nav-main .language-switcher .dropdown-toggle:after {
  transition: transform 0.1s ease-in-out;
  padding: 0 0.5rem;
}
.nav-menu-container .nav-menu .nav-main .language-switcher .dropdown-menu {
  border: none;
  width: 160px;
  border-radius: 4px 4px 0 0;
  padding: 0;
}
.nav-menu-container .nav-menu .nav-main .language-switcher .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  color: #667280;
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.nav-menu-container .nav-menu .nav-main .language-switcher .dropdown-menu .dropdown-item > svg {
  border-radius: 4px;
  margin-right: 0.75rem;
}
.nav-menu-container .nav-menu .nav-main .language-switcher .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #2b2b2b;
}
.nav-menu-container .nav-menu .nav-main .show .dropdown-toggle {
  background: #ffffff;
  border-top: 1px solid #e9eff7;
  border-radius: 0 0 4px 4px;
}
.nav-menu-container .nav-menu .nav-main .show .dropdown-toggle:after {
  transform: rotate(180deg);
}
.nav-menu-container .nav-menu .nav-sub {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: #ffffff;
  padding: 2rem;
}
.nav-menu-container .nav-menu .nav-sub .nav-menu-close {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  display: flex;
  margin-bottom: 1.5rem;
  color: #365c88;
}
.nav-menu-container .nav-menu .nav-sub .nav-menu-close svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
@media (max-width: 768px) {
  .nav-menu-container .nav-menu .nav-sub.show {
    display: block;
    animation: animate-fade-in 0.15s ease-out;
  }
  @keyframes animate-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
.nav-menu-container .nav-menu .nav-sub .nav-content {
  display: none;
}
.nav-menu-container .nav-menu .nav-sub .nav-content-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .image-subnav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .image-subnav {
    flex-direction: row;
  }
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .link-subnav {
  display: flex;
  flex-direction: column;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links {
  margin: 0;
  list-style: none;
  padding: 0;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item {
  animation: slide-in-x 0.25s ease-out forwards;
}
@keyframes slide-in-x {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item {
  margin-bottom: 0.875rem;
  transform: translateX(-24px);
  opacity: 0;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links a.subnav-item {
  font-size: 1.125rem;
  line-height: 1.875rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .image-subnav-container {
    flex-basis: 49%;
    margin-right: 1%;
  }
}
@media (min-width: 1200px) {
  .nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .image-subnav-container {
    flex-basis: 24%;
  }
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .image-subnav-item {
  position: relative;
}
@media (min-width: 768px) {
  .nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .image-subnav-item {
    margin-right: 2rem;
  }
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .image-subnav-item:hover img {
  transition: all 0.1s ease-out;
  filter: brightness(1);
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .image-subnav-item img {
  filter: brightness(0.8);
  height: 15rem;
  object-fit: cover;
}
@media (min-width: 576px) {
  .nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .image-subnav-item img {
    height: 23rem;
  }
}
@media (min-width: 768px) {
  .nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .image-subnav-item img {
    height: 100%;
  }
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .image-subnav-item h2 {
  z-index: 1;
  position: absolute;
  left: 2rem;
  bottom: -5rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .image-subnav-item h2 {
    left: 4rem;
    bottom: -8rem;
  }
}
@media (min-width: 768px) {
  .nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .image-subnav-item h2 {
    left: 3rem;
    bottom: -7.5rem;
  }
}
@media (min-width: 992px) {
  .nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .image-subnav-item h2 {
    left: 2rem;
    bottom: -5.5rem;
  }
}
@media (min-width: 1200px) {
  .nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .image-subnav-item h2 {
    left: 2rem;
    bottom: -4rem;
  }
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(1) {
  animation-delay: 0.25s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(2) {
  animation-delay: 0.28s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(3) {
  animation-delay: 0.31s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(4) {
  animation-delay: 0.34s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(5) {
  animation-delay: 0.37s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(6) {
  animation-delay: 0.4s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(7) {
  animation-delay: 0.43s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(8) {
  animation-delay: 0.46s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(9) {
  animation-delay: 0.49s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(10) {
  animation-delay: 0.52s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(11) {
  animation-delay: 0.55s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(12) {
  animation-delay: 0.58s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(13) {
  animation-delay: 0.61s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(14) {
  animation-delay: 0.64s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(15) {
  animation-delay: 0.67s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item:nth-child(16) {
  animation-delay: 0.7s;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .nav-actionbanner {
  max-width: 24rem;
  color: #ffffff;
  height: 100%;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .nav-actionbanner .card-img {
  width: 100%;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .nav-actionbanner .card-img-overlay {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .nav-actionbanner .card-img-overlay .actionbanner-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .nav-actionbanner .card-img-overlay .actionbanner-link {
  font-weight: 600;
  color: #ffffff;
}
.nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .nav-actionbanner .card-img-overlay .actionbanner-link .icon-arrow--right {
  margin-right: 0.5rem;
}
.nav-menu-container .nav-menu .nav-sub .nav-content.show {
  display: block;
  animation: animate-fade-in-x 0.3s ease;
}
@keyframes animate-fade-in-x {
  from {
    transform: translateX(4rem);
  }
  to {
    transform: translateX(0);
  }
}
@media (min-width: 576px) {
  .nav-menu-container:after {
    content: unset;
  }
}
@media (min-width: 768px) {
  .nav-menu-container .nav-sub {
    padding: 3rem;
  }
  .nav-menu-container .nav-sub.show {
    display: block;
    animation: animate-fade-in 0.3s ease;
  }
  @keyframes animate-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media (min-width: 992px) {
  .nav-menu-container {
    height: calc(100% - 5rem);
  }
  .nav-menu-container.show .nav-menu {
    display: grid;
    animation: animate-fade-in-y 0.3s ease;
  }
  @keyframes animate-fade-in-y {
    from {
      transform: translateY(-4rem);
    }
    to {
      transform: translateY(0);
    }
  }
  .nav-menu-container.show .nav-menu {
    height: auto;
  }
  .nav-menu-container .nav-menu {
    grid-template-columns: max-content auto;
  }
  .nav-menu-container .nav-menu .nav-main {
    padding: 3rem;
  }
  .nav-menu-container .nav-menu .nav-sub {
    position: relative;
    background: #ffffff;
    padding: 3rem;
  }
  .nav-menu-container .nav-menu .nav-sub .nav-menu-close {
    display: none;
  }
  .nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper {
    flex-direction: row;
  }
  .nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item {
    margin-bottom: 1rem;
  }
  .nav-menu-container .nav-menu .nav-sub .nav-content .nav-content-wrapper .subnav-links .subnav-item a {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .nav-menu-container .nav-menu .nav-title-link {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .nav-menu-container .nav-menu .nav-link {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.quick-links {
  margin-top: 6rem;
  position: relative;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 50vw;
  padding-right: 50vw;
}
.quick-links-title {
  font-size: 2rem !important;
  line-height: 1rem !important;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
.quick-links .quicklink-primary {
  background: #007bff;
  color: #ffffff;
}
.quick-links .quicklink-primary:hover {
  color: #ffffff;
}
.quick-links .quicklink-secondary {
  background: #6c757d;
  color: #ffffff;
}
.quick-links .quicklink-secondary:hover {
  color: #ffffff;
}
.quick-links .quicklink-success {
  background: #69bd86;
  color: #ffffff;
}
.quick-links .quicklink-success:hover {
  color: #ffffff;
}
.quick-links .quicklink-info {
  background: #00acec;
  color: #ffffff;
}
.quick-links .quicklink-info:hover {
  color: #ffffff;
}
.quick-links .quicklink-warning {
  background: #ffc107;
  color: #ffffff;
}
.quick-links .quicklink-warning:hover {
  color: #ffffff;
}
.quick-links .quicklink-danger {
  background: #ffca3a;
  color: #ffffff;
}
.quick-links .quicklink-danger:hover {
  color: #ffffff;
}
.quick-links .quicklink-light {
  background: #f8f9fa;
  color: #ffffff;
}
.quick-links .quicklink-light:hover {
  color: #ffffff;
}
.quick-links .quicklink-dark {
  background: #343a40;
  color: #ffffff;
}
.quick-links .quicklink-dark:hover {
  color: #ffffff;
}
.quick-links .quicklink-white {
  background: #ffffff;
  color: #ffffff;
}
.quick-links .quicklink-white:hover {
  color: #ffffff;
}
.quick-links .quicklink-general {
  background: #365c88;
  color: #ffffff;
}
.quick-links .quicklink-general:hover {
  color: #ffffff;
}
.quick-links .quicklink-general-light {
  background: #e9eff7;
  color: #ffffff;
}
.quick-links .quicklink-general-light:hover {
  color: #ffffff;
}
.quick-links .quicklink-park {
  background: #b90000;
  color: #ffffff;
}
.quick-links .quicklink-park:hover {
  color: #ffffff;
}
.quick-links .quicklink-park-light {
  background: #f7e9e9;
  color: #ffffff;
}
.quick-links .quicklink-park-light:hover {
  color: #ffffff;
}
.quick-links .quicklink-safari {
  background: #ea661e;
  color: #ffffff;
}
.quick-links .quicklink-safari:hover {
  color: #ffffff;
}
.quick-links .quicklink-safari-light {
  background: #f7eee9;
  color: #ffffff;
}
.quick-links .quicklink-safari-light:hover {
  color: #ffffff;
}
.quick-links .quicklink-desert {
  background: #f9b200;
  color: #ffffff;
}
.quick-links .quicklink-desert:hover {
  color: #ffffff;
}
.quick-links .quicklink-desert-light {
  background: #f7f2e4;
  color: #ffffff;
}
.quick-links .quicklink-desert-light:hover {
  color: #ffffff;
}
.quick-links .quicklink-mangrove {
  background: #7e851b;
  color: #ffffff;
}
.quick-links .quicklink-mangrove:hover {
  color: #ffffff;
}
.quick-links .quicklink-mangrove-light {
  background: #f6f7e9;
  color: #ffffff;
}
.quick-links .quicklink-mangrove-light:hover {
  color: #ffffff;
}
.quick-links .quicklink-rimba {
  background: #a5c800;
  color: #ffffff;
}
.quick-links .quicklink-rimba:hover {
  color: #ffffff;
}
.quick-links .quicklink-rimba-light {
  background: #f5f7e9;
  color: #ffffff;
}
.quick-links .quicklink-rimba-light:hover {
  color: #ffffff;
}
.quick-links .quicklink-bush {
  background: #1e7d32;
  color: #ffffff;
}
.quick-links .quicklink-bush:hover {
  color: #ffffff;
}
.quick-links .quicklink-bush-light {
  background: #e6f5e9;
  color: #ffffff;
}
.quick-links .quicklink-bush-light:hover {
  color: #ffffff;
}
.quick-links .quicklink-ocean {
  background: #0099cc;
  color: #ffffff;
}
.quick-links .quicklink-ocean:hover {
  color: #ffffff;
}
.quick-links .quicklink-ocean-light {
  background: #e9f4f7;
  color: #ffffff;
}
.quick-links .quicklink-ocean-light:hover {
  color: #ffffff;
}
.quick-links .quicklink-danger-light {
  background: rgb(255, 236.3020304569, 185.5);
  color: #ffffff;
}
.quick-links .quicklink-danger-light:hover {
  color: #ffffff;
}
.quick-links .quicklink-safaricenter {
  background: #c00418;
  color: #ffffff;
}
.quick-links .quicklink-safaricenter:hover {
  color: #ffffff;
}
.quick-links .quicklink-ijstijd {
  background: #365c88;
  color: #ffffff;
}
.quick-links .quicklink-ijstijd:hover {
  color: #ffffff;
}
.quick-links .quicklink-ijstijd-light {
  background: #e9f4f7;
  color: #ffffff;
}
.quick-links .quicklink-ijstijd-light:hover {
  color: #ffffff;
}
.quick-links-content {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.quick-links-content-item {
  margin-bottom: 1rem;
}
.quick-links-content-item .quicklink-button {
  border-radius: 2px;
  padding: 1.5rem;
  display: flex;
}
.quick-links-content-item .quicklink-button span {
  display: flex;
  align-items: center;
  transition: transform 0.1s ease-in-out;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
}
.quick-links-content-item .quicklink-button:hover span {
  transform: translateX(0.25rem);
}
@media (min-width: 768px) {
  .quick-links-title {
    justify-content: center;
  }
  .quick-links-content {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .quick-links-content-item {
    font-size: 2.25rem !important;
    margin-bottom: 0;
  }
  .quick-links-content-item .quicklink-button {
    padding: 2rem;
  }
}
.quote-block span {
  color: #365c88;
}
.quote-block.desert span {
  color: #f9b200;
}
.quote-block.ocean span {
  color: #0099cc;
}
.quote-block.bush span {
  color: #1e7d32;
}
.quote-block.mangrove span {
  color: #7e851b;
}
.quote-block.park span {
  color: #b90000;
}
.quote-block.rimba span {
  color: #a5c800;
}
.quote-block.safari span {
  color: #ea661e;
}
.custom-radio input:checked + .custom-control-label:before {
  background-color: #ffffff;
}
.roll-button {
  display: inline-block;
  position: relative;
  border-radius: 80px 8px 80px 4px/8px 80px 8px 80px;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 600;
  height: 3rem;
  line-height: 1.875rem;
  overflow: hidden;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  border: none;
  margin-top: 2rem;
}
.roll-button:hover {
  text-decoration: none;
}
.roll-button:hover .roll-text:first-child {
  margin-top: -3rem;
}
.roll-button .roll-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.roll-button .roll-text .icon {
  color: unset !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}
.roll-button .roll-text:last-of-type {
  margin-top: 1.125rem;
}
.roll-button.roll-button-center {
  display: block;
  margin: 2rem auto 0 auto;
}
.roll-button.btn-desert:hover, .roll-button.btn-rimba:hover {
  color: #2b2b2b;
}
.roll-button svg {
  margin-left: 0.25rem;
  fill: currentColor;
  stroke: currentColor;
}
.search-container {
  display: none;
  position: fixed;
  top: 5rem;
  left: 0;
  height: calc(100% - 5rem);
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.search-container.searchpage {
  display: block;
  position: relative;
  top: 0;
  z-index: unset;
}
.search-container.show {
  display: block;
  animation: animate-fade-in 0.3s ease;
}
@keyframes animate-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.search-container.show .search-box {
  display: flex;
  animation: animate-fade-in-y 0.3s ease;
}
@keyframes animate-fade-in-y {
  from {
    transform: translateY(-4rem);
  }
  to {
    transform: translateY(0);
  }
}
.search-container.small {
  width: 500px;
}
.search-container.small .search-box {
  height: auto;
  padding: 2rem;
}
.search-container.small .search-box .input-container input[type=text] {
  font-size: 1.5rem;
}
.search-container .search-box {
  display: flex;
  align-items: center;
  height: 9rem;
  background: #e9eff7;
  padding: 1.25rem;
}
.search-container .search-box .input-container {
  display: flex;
  align-items: center;
  border-bottom: 2px #9aadc3 solid;
  width: 100%;
}
.search-container .search-box .input-container ::-webkit-input-placeholder {
  /* Edge */
  color: #9aadc3;
}
.search-container .search-box .input-container :-ms-input-placeholder {
  /* Internet Explorer */
  color: #9aadc3;
}
.search-container .search-box .input-container ::placeholder {
  color: #9aadc3;
}
.search-container .search-box .input-container input[type=text] {
  flex-grow: 1;
  border: none;
  background: none;
  font-size: 2.5rem;
  font-weight: bold;
  color: #365c88;
}
.search-container .search-box .input-container input[type=text]:hover, .search-container .search-box .input-container input[type=text]:focus-visible {
  border: none;
  box-shadow: none;
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.search-container .search-box .input-container input[type=text]:focus {
  border: none;
  box-shadow: none;
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.search-container .search-box .input-container .icon {
  height: 2.5rem;
  width: 2.5rem;
  color: #9aadc3;
  fill: #9aadc3;
}
@media (min-width: 768px) {
  .search-container .search-box {
    height: 17rem;
    padding: 3.5rem;
  }
  .search-container .search-box .input-container input[type=text] {
    font-size: 4rem;
    height: 100%;
    padding: 0;
  }
  .search-container .search-box .input-container .icon {
    height: 3rem;
    width: 3rem;
  }
}
.share {
  padding: 1.5rem 0 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.share .share-title {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.share .social-links {
  display: flex;
  justify-content: center;
}
.share .social-links .icon-wrap {
  display: flex;
  padding: 0.5rem;
  margin-right: 1rem;
}
.share .social-links .icon-wrap:last-of-type {
  margin-right: 0;
}
.share-article {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 6rem;
  margin-top: 3rem;
}
.share-article .share-title {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
.swatch.swatch-primary {
  background: #007bff;
  color: #ffffff;
}
.swatch.swatch-secondary {
  background: #6c757d;
  color: #ffffff;
}
.swatch.swatch-success {
  background: #69bd86;
  color: #212529;
}
.swatch.swatch-info {
  background: #00acec;
  color: #ffffff;
}
.swatch.swatch-warning {
  background: #ffc107;
  color: #212529;
}
.swatch.swatch-danger {
  background: #ffca3a;
  color: #212529;
}
.swatch.swatch-light {
  background: #f8f9fa;
  color: #212529;
}
.swatch.swatch-dark {
  background: #343a40;
  color: #ffffff;
}
.swatch.swatch-white {
  background: #ffffff;
  color: #212529;
}
.swatch.swatch-general {
  background: #365c88;
  color: #ffffff;
}
.swatch.swatch-general-light {
  background: #e9eff7;
  color: #212529;
}
.swatch.swatch-park {
  background: #b90000;
  color: #ffffff;
}
.swatch.swatch-park-light {
  background: #f7e9e9;
  color: #212529;
}
.swatch.swatch-safari {
  background: #ea661e;
  color: #ffffff;
}
.swatch.swatch-safari-light {
  background: #f7eee9;
  color: #212529;
}
.swatch.swatch-desert {
  background: #f9b200;
  color: #212529;
}
.swatch.swatch-desert-light {
  background: #f7f2e4;
  color: #212529;
}
.swatch.swatch-mangrove {
  background: #7e851b;
  color: #ffffff;
}
.swatch.swatch-mangrove-light {
  background: #f6f7e9;
  color: #212529;
}
.swatch.swatch-rimba {
  background: #a5c800;
  color: #212529;
}
.swatch.swatch-rimba-light {
  background: #f5f7e9;
  color: #212529;
}
.swatch.swatch-bush {
  background: #1e7d32;
  color: #ffffff;
}
.swatch.swatch-bush-light {
  background: #e6f5e9;
  color: #212529;
}
.swatch.swatch-ocean {
  background: #0099cc;
  color: #ffffff;
}
.swatch.swatch-ocean-light {
  background: #e9f4f7;
  color: #212529;
}
.swatch.swatch-danger-light {
  background: rgb(255, 236.3020304569, 185.5);
  color: #212529;
}
.swatch.swatch-safaricenter {
  background: #c00418;
  color: #ffffff;
}
.swatch.swatch-ijstijd {
  background: #365c88;
  color: #ffffff;
}
.swatch.swatch-ijstijd-light {
  background: #e9f4f7;
  color: #212529;
}
.text-image-wrapper {
  padding: 1.25rem 0;
}
.text-image-wrapper ol {
  margin-top: 1rem;
}
.text-image-wrapper ol li {
  counter-increment: incr;
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.text-image-wrapper ol li:before {
  content: counter(incr);
  width: 1.875rem;
  height: 1.875rem;
  background-color: #e9eff7;
  color: #365c88;
  border-radius: 38% 62% 54% 46%/46% 44% 56% 54%;
  left: 0;
  top: 0.125rem;
  position: absolute;
  left: -2.5rem;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-image-wrapper ol li ol li {
  counter-increment: subincr;
}
.text-image-wrapper ol li ol li:before {
  content: counter(subincr);
}
.text-image-wrapper.image-library {
  perspective: 240px;
  padding: 0;
}
.text-image-wrapper.image-library.with-background .background__right-lean, .text-image-wrapper.image-library.with-background .background__left-lean {
  top: 3.5rem;
  bottom: 3.5rem;
}
.text-image-wrapper.image-library.with-background .content-wrapper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem;
}
.text-image-wrapper .row {
  flex-direction: column-reverse;
}
.text-image-wrapper.with-background {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.text-image-wrapper.with-background .background__left-lean {
  max-width: 1440px;
  position: absolute;
  left: -1rem;
  right: 4rem;
  bottom: 0;
  top: 0;
  z-index: 0;
  margin: 0 auto;
}
.text-image-wrapper.with-background .background__right-lean {
  max-width: 1440px;
  position: absolute;
  left: 4rem;
  right: -1rem;
  bottom: 0;
  top: 0;
  z-index: 0;
  margin: 0 auto;
}
.text-image-wrapper.with-background .content-wrapper {
  padding: 0;
}
.text-image-wrapper.with-background .image-video-wrapper {
  position: relative;
}
.text-image-wrapper.with-background .image-video-wrapper .ecodisplay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.text-image-wrapper .content-wrapper {
  padding: 0;
  margin-bottom: 2rem;
}
.text-image-wrapper .content-wrapper .text-image-title {
  position: relative;
  font-size: 2.25rem;
  line-height: 2.5rem;
  position: relative;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
}
.text-image-wrapper .content-wrapper .text-image-subtitle {
  color: #667280;
  font-weight: 600;
}
.text-image-wrapper .content-wrapper p {
  margin-bottom: 0;
}
.text-image-wrapper .content-wrapper .btn > a {
  color: inherit;
  text-decoration: none !important;
}
.text-image-wrapper .video-ecodisplay-wrapper {
  position: relative;
  line-height: 0;
}
.text-image-wrapper .video-ecodisplay-wrapper img {
  position: absolute;
  z-index: 1;
  height: 100%;
}
@media (min-width: 576px) {
  .text-image-wrapper .content-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .text-image-wrapper .content-wrapper {
    padding: 0 3rem;
  }
}
@media (min-width: 992px) {
  .text-image-wrapper {
    padding: 3rem 0;
  }
  .text-image-wrapper.image-library .content-wrapper {
    margin-bottom: 0;
  }
  .text-image-wrapper .row {
    flex-direction: row;
  }
  .text-image-wrapper .content-wrapper {
    margin-bottom: 0;
  }
  .text-image-wrapper.with-background .background__left-lean {
    left: 6.75rem;
    right: 6.75rem;
    bottom: 0;
    top: 0;
  }
  .text-image-wrapper.with-background .background__right-lean {
    left: 6.75rem;
    right: 6.75rem;
    bottom: 0;
    top: 0;
  }
}
.text-image-wrapper.large-eco-display .pointer-event-none {
  pointer-events: none;
}
.text-image-wrapper.large-eco-display .btn,
.text-image-wrapper.large-eco-display a {
  pointer-events: all;
}
.text-shadow-img {
  text-shadow: 2px -2px 6px black;
}
.ticketshop-form input:focus {
  border-width: 2px;
  box-sizing: border-box;
  padding-left: 1.1875rem;
}
.ticketshop-item-selection {
  display: flex;
  margin-bottom: 1.5rem;
  flex-direction: column;
}
.ticketshop-item-selection .ticketshop-subtitle {
  margin-left: 0;
  color: #667280;
  margin-bottom: 1.5rem;
}
.ticketshop-item-selection .selection {
  min-width: 1px;
  flex: 60% 0 0;
  margin-right: 0;
}
.ticketshop-item-selection .selection .item-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ticketshop-item-selection .selection .item-list .selection-item {
  padding: 2rem;
  border: 2px solid #e9eff7;
  border-radius: 50px 20px 50px 20px/20px 50px 20px 50px;
}
.ticketshop-item-selection .selection .item-list .selection-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.ticketshop-item-selection .selection .item-list .selection-item .item-title {
  font-weight: 600;
  color: #2b2b2b;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.ticketshop-item-selection .selection .item-list .selection-item .item-content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #667280;
  margin-bottom: 1rem;
}
.ticketshop-item-selection .selection .item-list .selection-item .price-wrap {
  display: flex;
  justify-content: space-between;
}
.ticketshop-item-selection .selection .item-list .selection-item .price-wrap .donation-selection {
  width: 100%;
  display: flex;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.ticketshop-item-selection .selection .item-list .selection-item .price-wrap .donation-selection button {
  flex: 25% 0 0;
}
.ticketshop-item-selection .selection .item-list .selection-item .price-wrap .donation-selection-custom {
  margin-bottom: 0;
  position: relative;
  grid-area: 1/1/1/5;
}
.ticketshop-item-selection .selection .item-list .selection-item .price-wrap .donation-selection-custom-clear {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  color: #365c88;
  border: none;
  background: none;
}
.ticketshop-item-selection .selection .item-list .selection-item .price-wrap .donation-selection-custom-input {
  color: #365c88;
  width: 100%;
  border: 1px solid #365c88;
  border-radius: 2px;
  padding: 0.375rem 0rem 0.375rem 2rem;
}
.ticketshop-item-selection .selection .item-list .selection-item .price-wrap .donation-selection-custom:after {
  content: "€";
  position: absolute;
  top: 0.4rem;
  left: 1rem;
  color: #365c88;
}
.ticketshop-item-selection .selection .item-list .selection-item .price-wrap .item-price {
  color: #365c88;
  font-weight: 700;
  margin-bottom: 0;
}
.ticketshop-item-selection .selection .item-list .selection-item .price-wrap .item-price .old {
  font-size: 1rem;
  font-weight: 400;
  color: #667280;
  margin-left: 0.5rem;
  text-decoration: line-through;
}
.ticketshop-item-selection .selection .item-list .selection-item .amount-selection-wrap {
  display: flex;
  align-items: center;
}
.ticketshop-item-selection .selection .item-list .selection-item .amount-selection-wrap button {
  padding: 0;
  background: none;
  border: none;
  color: #365c88;
}
.ticketshop-item-selection .selection .item-list .selection-item .amount-selection-wrap input {
  margin: 0 0.5rem;
  width: 2.5rem;
  border-radius: 38% 62% 54% 46%/46% 44% 56% 54%;
  border: 2px solid #e9eff7;
  pointer-events: none;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #667280;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.ticketshop-item-selection .selection .item-list .selection-item .amount-selection-wrap input[type=number] {
  -moz-appearance: textfield;
}
.ticketshop-item-selection .selection .item-list .selection-item .amount-selection-wrap input::-webkit-outer-spin-button, .ticketshop-item-selection .selection .item-list .selection-item .amount-selection-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (min-width: 768px) {
  .ticketshop-item-selection {
    margin-bottom: 1.5rem;
    flex-direction: row;
  }
  .ticketshop-item-selection .selection {
    flex: 60% 0 0;
    margin-right: 10%;
    margin-bottom: 0;
  }
  .ticketshop-item-selection .order-summary {
    position: sticky;
    bottom: 0;
  }
}
.selection-1 {
  display: flex;
  margin-bottom: 3rem;
}
.selection-1 .d-flex {
  flex: 60% 0 0;
}
.selection-1 .d-flex .rollover.next-button {
  margin-top: 0;
  width: 50%;
  max-width: 200px;
}
.selection-1 .d-flex .roll-text {
  cursor: pointer;
}
.selection-1 .d-flex .roll-text:hover {
  text-decoration: underline;
}
.order-summary {
  flex: 100%;
  z-index: 2;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 2rem;
  display: none;
  flex-direction: column;
}
.order-summary.summary-open {
  display: block;
  margin: 0 1.25rem 3.75rem 1.25rem;
}
.order-summary.summary-open:after {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.order-summary .summary-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
  color: #365c88;
}
.order-summary .summary-date {
  font-size: 1rem;
}
.order-summary .summary-date span {
  font-weight: 600;
}
.order-summary .summary-empty-notification {
  font-size: 1rem;
  color: #667280;
}
.order-summary .table td {
  border: 0;
  padding: 5px;
  vertical-align: middle;
}
.order-summary .summary-header {
  padding: 1.5rem;
  border-radius: 50px 20px 0 0/20px 50px 0 0;
  border: 2px solid #e9eff7;
  background: #ffffff;
}
.order-summary .summary-header .summarytable {
  margin-bottom: 0 !important;
}
.order-summary .summary-header .summarytable .quantity {
  padding-right: 1rem;
  font-weight: normal;
}
.order-summary .summary-header .summarytable .product {
  line-height: normal;
  font-weight: normal;
  padding-right: 1rem;
}
.order-summary .summary-header .summarytable .totalprice {
  text-wrap: nowrap;
  color: #667280;
  text-align: right;
}
.order-summary .summary-header .summarytable .oldTotal td {
  padding: 5px 5px 0 5px;
}
.order-summary .summary-header .summarytable .oldDiscount td {
  padding: 0 5px;
  font-size: 0.875rem;
}
.order-summary .summary-body {
  padding: 1.5rem;
  background: #e9eff7;
  border-radius: 0 0 50px 20px/0 0 20px 50px;
}
.order-summary .summary-body .totaltable .price {
  text-align: right;
}
.order-summary .summary-body .totaltable thead {
  color: #667280;
}
.order-summary .summary-body .totaltable thead .item {
  font-weight: 600;
}
.order-summary .summary-body .totaltable tbody {
  color: #2b2b2b;
  font-weight: 600;
}
.order-summary .next-button .roll-text {
  justify-content: center;
}
.order-summary-toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 1rem 1.25rem;
  background: #e9eff7;
  display: flex;
  justify-content: space-between;
}
.order-summary-toggle.summary-open .icon-wrap svg {
  transform: rotate(180deg);
}
.order-summary-toggle .button-price-wrap {
  display: flex;
  align-items: center;
}
.order-summary-toggle .button-price-wrap .order-summary-price {
  margin-bottom: 0;
  margin-left: 1rem;
  color: #365c88;
  font-weight: 600;
}
.order-summary-toggle .icon-wrap {
  padding: 0.5rem;
  border: 0;
}
.order-summary-toggle .icon-wrap svg {
  transition: transform 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .order-summary {
    flex: 35% 0 0;
    height: 100%;
    display: flex;
    top: 5rem;
  }
  .order-summary:after {
    display: none;
  }
}
.ticketshop-stepper {
  background-color: #e9eff7;
  padding: 3rem 0 4.75rem 0;
}
.stepper {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 20rem;
  margin: auto;
  padding: 0;
}
.stepper .step {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
}
.stepper .step:first-child:before {
  opacity: 0;
}
.stepper .step:last-child:after {
  opacity: 0;
}
.stepper .step:not(:first-child):before {
  position: relative;
  flex: 1;
  height: 2px;
  content: "";
  background-color: #ffffff;
}
.stepper .step:not(:first-child):after {
  position: relative;
  flex: 1;
  height: 2px;
  content: "";
  background-color: #ffffff;
}
.stepper .step:not(:last-child):after {
  position: relative;
  flex: 1;
  height: 2px;
  content: "";
  background-color: #ffffff;
}
.stepper .step:not(:last-child):before {
  position: relative;
  flex: 1;
  height: 2px;
  content: "";
  background-color: #ffffff;
}
.stepper .step.active:before {
  background-color: #365c88;
}
.stepper .step.active button:hover .circle {
  background-color: rgb(39.5052631579, 67.3052631579, 99.4947368421);
}
.stepper .step.active button .circle {
  background: #365c88;
  color: #ffffff;
}
.stepper .step.completed:after {
  background-color: #365c88;
}
.stepper .step.completed:before {
  background-color: #365c88;
}
.stepper .step.completed button:hover .circle {
  background-color: #365c88;
}
.stepper .step.completed button .circle {
  border: 2px solid #365c88;
  background: transparent;
  color: #365c88;
}
.stepper .step button {
  text-align: center;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.stepper .step button:hover .circle {
  color: #ffffff;
  background-color: #365c88;
}
.stepper .step button .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  width: 3rem;
  height: 3rem;
  color: #667280;
  background: #ffffff;
}
.paymentmethods .discount-subtitle {
  margin-bottom: 1rem;
}
.paymentmethods .discount-code {
  margin-bottom: 2rem;
}
.paymentmethods .discount-code .discount-form {
  margin-bottom: 1rem;
}
.paymentmethods .discount-code .btn-link:hover {
  transform: none;
  color: #365c88;
}
.paymentmethods .discount-code .btn-link .icon {
  margin-right: 0.5rem;
}
.paymentmethods .discount-code .button-wrap {
  display: flex;
}
.paymentmethods .discount-code .button-wrap .discount-apply-button {
  margin-right: 0.25rem;
  margin-top: 0;
}
.paymentmethods .discount-code .button-wrap .discount-cancel-button {
  margin-left: right;
}
.paymentmethods .discount-code .discount-error {
  background-color: #f7e9e9;
  padding: 1rem;
  display: flex;
}
.paymentmethods .discount-code .discount-error .icon {
  margin-right: 0.75rem;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.paymentmethods .discount-code .discount-error .body .error-content {
  margin-bottom: 0.5rem;
}
.paymentmethods .discount-code .discount-error .body .error-content span {
  font-weight: 600;
}
.paymentmethods .discount-code .discount-error .body button {
  padding: 0;
  text-decoration: underline;
}
.paymentmethods .discount-code .discount-success {
  background-color: #e6f5e9;
  padding: 1rem;
  display: flex;
}
.paymentmethods .discount-code .discount-success .icon {
  margin-right: 0.75rem;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.paymentmethods .discount-code .discount-success .body .success-content {
  margin-bottom: 0.5rem;
}
.paymentmethods .discount-code .discount-success .body .success-content span {
  font-weight: 600;
}
.paymentmethods .discount-code .discount-success .body button {
  padding: 0;
  text-decoration: underline;
}
.paymentmethods .custom-control {
  padding: 0;
  margin-bottom: 0;
}
.paymentmethods .custom-control .custom-control-input:checked + label .selectable-card {
  border-color: #365c88;
  background-color: #e9eff7;
}
.paymentmethods .custom-control .custom-control-label {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.paymentmethods .custom-control .custom-control-label:before {
  border: 1px solid #365c88;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  left: 2rem;
  top: 2.4rem;
  background: #ffffff;
}
.paymentmethods .custom-control .custom-control-label:after {
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  left: 2rem;
  top: 2.4rem;
}
.paymentmethods .custom-control .custom-control-label .selectable-card {
  width: 100%;
  padding: 1.875rem;
  border-radius: 50px 10px 50px 10px/10px 50px 10px 50px;
  display: flex;
  justify-content: space-between;
  border: 2px solid #e9eff7;
  cursor: pointer;
}
.paymentmethods .custom-control .custom-control-label .selectable-card .card-title {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.paymentmethods .custom-control .custom-control-label .selectable-card .card-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.paymentmethods .custom-control .custom-control-label .selectable-card .card-wrap .title-image-wrap {
  display: flex;
  margin-left: 2.5rem;
  align-items: center;
}
.paymentmethods .custom-control .custom-control-label .selectable-card .card-wrap .title-image-wrap .method-image {
  margin-right: 1rem;
  width: 3rem;
}
.paymentmethods .custom-control .custom-control-label .selectable-card .card-wrap .custom-select, .paymentmethods .custom-control .custom-control-label .selectable-card .card-wrap select.form-control {
  width: 100%;
  margin-top: 1rem;
}
.trivia {
  padding: 6rem 4.5rem;
  position: relative;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
.trivia .trivia-header {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -2rem;
  text-align: center;
}
.trivia .trivia-header .trivia-title {
  font-size: 1.5rem;
  line-height: 2rem;
  display: inline-block;
  font-weight: 700;
  padding: 1rem 2rem;
  color: #ffffff;
  margin-bottom: 0;
  transform: rotate(-4deg);
}
.trivia .trivia-body ul {
  margin-bottom: 0;
}
.trivia .trivia-body ul li {
  margin-bottom: 1.5rem;
}
.trivia .trivia-body ul li:last-of-type {
  margin-bottom: 0;
}
.video-container {
  margin: 3rem 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container video,
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#headervideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#headervideo.mobile-video {
  display: block;
}
#headervideo.desktop-video {
  display: none;
}
@media (min-width: 576px) {
  #headervideo.mobile-video {
    display: none;
  }
  #headervideo.desktop-video {
    display: block;
  }
}
.weather-block .weather-question .weather-title {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.weather-block .weather-question .weather-title .weather-day-selector {
  display: inline-block;
  vertical-align: bottom;
}
.weather-block .weather-question .weather-title .weather-day-selector.show button .icon {
  transform: rotate(180deg);
}
.weather-block .weather-question .weather-title .weather-day-selector button {
  line-height: 2.5rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  color: #b90000;
  font-size: 2.25rem;
  font-weight: 700;
  background-color: transparent;
  border: none;
  text-transform: lowercase;
}
.weather-block .weather-question .weather-title .weather-day-selector button:after {
  display: none;
}
.weather-block .weather-question .weather-title .weather-day-selector button:focus {
  box-shadow: none;
}
.weather-block .weather-question .weather-title .weather-day-selector button:hover {
  color: #ea661e;
}
.weather-block .weather-question .weather-title .weather-day-selector .dropdown-menu {
  left: auto !important;
  right: 0;
}
.weather-block .weather-question .weather-title .weather-day-selector .icon {
  transition: transform 0.1s ease-in-out;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 0 !important;
}
.weather-block.weather-primary .weather-day-selector .dropdown-menu {
  border: 1px #007bff solid;
}
.weather-block.weather-primary .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #007bff;
  text-transform: lowercase;
}
.weather-block.weather-primary .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #007bff;
}
.weather-block.weather-secondary .weather-day-selector .dropdown-menu {
  border: 1px #6c757d solid;
}
.weather-block.weather-secondary .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #6c757d;
  text-transform: lowercase;
}
.weather-block.weather-secondary .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #6c757d;
}
.weather-block.weather-success .weather-day-selector .dropdown-menu {
  border: 1px #69bd86 solid;
}
.weather-block.weather-success .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #69bd86;
  text-transform: lowercase;
}
.weather-block.weather-success .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #69bd86;
}
.weather-block.weather-info .weather-day-selector .dropdown-menu {
  border: 1px #00acec solid;
}
.weather-block.weather-info .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #00acec;
  text-transform: lowercase;
}
.weather-block.weather-info .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #00acec;
}
.weather-block.weather-warning .weather-day-selector .dropdown-menu {
  border: 1px #ffc107 solid;
}
.weather-block.weather-warning .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #ffc107;
  text-transform: lowercase;
}
.weather-block.weather-warning .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #ffc107;
}
.weather-block.weather-danger .weather-day-selector .dropdown-menu {
  border: 1px #ffca3a solid;
}
.weather-block.weather-danger .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #ffca3a;
  text-transform: lowercase;
}
.weather-block.weather-danger .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #ffca3a;
}
.weather-block.weather-light .weather-day-selector .dropdown-menu {
  border: 1px #f8f9fa solid;
}
.weather-block.weather-light .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #f8f9fa;
  text-transform: lowercase;
}
.weather-block.weather-light .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #f8f9fa;
}
.weather-block.weather-dark .weather-day-selector .dropdown-menu {
  border: 1px #343a40 solid;
}
.weather-block.weather-dark .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #343a40;
  text-transform: lowercase;
}
.weather-block.weather-dark .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #343a40;
}
.weather-block.weather-white .weather-day-selector .dropdown-menu {
  border: 1px #ffffff solid;
}
.weather-block.weather-white .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #ffffff;
  text-transform: lowercase;
}
.weather-block.weather-white .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #ffffff;
}
.weather-block.weather-general .weather-day-selector .dropdown-menu {
  border: 1px #365c88 solid;
}
.weather-block.weather-general .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #365c88;
  text-transform: lowercase;
}
.weather-block.weather-general .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #365c88;
}
.weather-block.weather-general-light .weather-day-selector .dropdown-menu {
  border: 1px #e9eff7 solid;
}
.weather-block.weather-general-light .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #e9eff7;
  text-transform: lowercase;
}
.weather-block.weather-general-light .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #e9eff7;
}
.weather-block.weather-park .weather-day-selector .dropdown-menu {
  border: 1px #b90000 solid;
}
.weather-block.weather-park .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #b90000;
  text-transform: lowercase;
}
.weather-block.weather-park .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #b90000;
}
.weather-block.weather-park-light .weather-day-selector .dropdown-menu {
  border: 1px #f7e9e9 solid;
}
.weather-block.weather-park-light .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #f7e9e9;
  text-transform: lowercase;
}
.weather-block.weather-park-light .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #f7e9e9;
}
.weather-block.weather-safari .weather-day-selector .dropdown-menu {
  border: 1px #ea661e solid;
}
.weather-block.weather-safari .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #ea661e;
  text-transform: lowercase;
}
.weather-block.weather-safari .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #ea661e;
}
.weather-block.weather-safari-light .weather-day-selector .dropdown-menu {
  border: 1px #f7eee9 solid;
}
.weather-block.weather-safari-light .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #f7eee9;
  text-transform: lowercase;
}
.weather-block.weather-safari-light .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #f7eee9;
}
.weather-block.weather-desert .weather-day-selector .dropdown-menu {
  border: 1px #f9b200 solid;
}
.weather-block.weather-desert .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #f9b200;
  text-transform: lowercase;
}
.weather-block.weather-desert .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #f9b200;
}
.weather-block.weather-desert-light .weather-day-selector .dropdown-menu {
  border: 1px #f7f2e4 solid;
}
.weather-block.weather-desert-light .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #f7f2e4;
  text-transform: lowercase;
}
.weather-block.weather-desert-light .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #f7f2e4;
}
.weather-block.weather-mangrove .weather-day-selector .dropdown-menu {
  border: 1px #7e851b solid;
}
.weather-block.weather-mangrove .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #7e851b;
  text-transform: lowercase;
}
.weather-block.weather-mangrove .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #7e851b;
}
.weather-block.weather-mangrove-light .weather-day-selector .dropdown-menu {
  border: 1px #f6f7e9 solid;
}
.weather-block.weather-mangrove-light .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #f6f7e9;
  text-transform: lowercase;
}
.weather-block.weather-mangrove-light .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #f6f7e9;
}
.weather-block.weather-rimba .weather-day-selector .dropdown-menu {
  border: 1px #a5c800 solid;
}
.weather-block.weather-rimba .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #a5c800;
  text-transform: lowercase;
}
.weather-block.weather-rimba .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #a5c800;
}
.weather-block.weather-rimba-light .weather-day-selector .dropdown-menu {
  border: 1px #f5f7e9 solid;
}
.weather-block.weather-rimba-light .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #f5f7e9;
  text-transform: lowercase;
}
.weather-block.weather-rimba-light .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #f5f7e9;
}
.weather-block.weather-bush .weather-day-selector .dropdown-menu {
  border: 1px #1e7d32 solid;
}
.weather-block.weather-bush .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #1e7d32;
  text-transform: lowercase;
}
.weather-block.weather-bush .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #1e7d32;
}
.weather-block.weather-bush-light .weather-day-selector .dropdown-menu {
  border: 1px #e6f5e9 solid;
}
.weather-block.weather-bush-light .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #e6f5e9;
  text-transform: lowercase;
}
.weather-block.weather-bush-light .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #e6f5e9;
}
.weather-block.weather-ocean .weather-day-selector .dropdown-menu {
  border: 1px #0099cc solid;
}
.weather-block.weather-ocean .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #0099cc;
  text-transform: lowercase;
}
.weather-block.weather-ocean .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #0099cc;
}
.weather-block.weather-ocean-light .weather-day-selector .dropdown-menu {
  border: 1px #e9f4f7 solid;
}
.weather-block.weather-ocean-light .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #e9f4f7;
  text-transform: lowercase;
}
.weather-block.weather-ocean-light .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #e9f4f7;
}
.weather-block.weather-danger-light .weather-day-selector .dropdown-menu {
  border: 1px rgb(255, 236.3020304569, 185.5) solid;
}
.weather-block.weather-danger-light .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: rgb(255, 236.3020304569, 185.5);
  text-transform: lowercase;
}
.weather-block.weather-danger-light .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: rgb(255, 236.3020304569, 185.5);
}
.weather-block.weather-safaricenter .weather-day-selector .dropdown-menu {
  border: 1px #c00418 solid;
}
.weather-block.weather-safaricenter .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #c00418;
  text-transform: lowercase;
}
.weather-block.weather-safaricenter .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #c00418;
}
.weather-block.weather-ijstijd .weather-day-selector .dropdown-menu {
  border: 1px #365c88 solid;
}
.weather-block.weather-ijstijd .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #365c88;
  text-transform: lowercase;
}
.weather-block.weather-ijstijd .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #365c88;
}
.weather-block.weather-ijstijd-light .weather-day-selector .dropdown-menu {
  border: 1px #e9f4f7 solid;
}
.weather-block.weather-ijstijd-light .weather-day-selector .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #e9f4f7;
  text-transform: lowercase;
}
.weather-block.weather-ijstijd-light .weather-day-selector .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #e9f4f7;
}
.weather-block .weather-details {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.weather-block .weather-details .business-hours {
  width: 100%;
  margin-right: 2rem;
}
.weather-block .weather-details .weather .weather-content {
  display: flex;
  align-items: center;
}
.weather-block .weather-details .weather .weather-content .icon {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
}
.weather-block .weather-details .title {
  color: #667280;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.weather-block .weather-details .content {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #b90000;
  font-weight: 700;
}
.weather-block .tip {
  background-color: #f7e9e9;
  padding: 2rem;
  border-radius: 0.5rem;
}
.weather-block .tip .tip-title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #b90000;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.weather-block .tip-button {
  margin-top: 0.5rem !important;
}
@media (min-width: 576px) {
  .weather-block .weather-details .business-hours {
    width: auto;
  }
}
@media (min-width: 992px) {
  .weather-block .weather-question .weather-title {
    font-size: 3rem;
    line-height: 3.25rem;
    margin-bottom: 2rem;
  }
  .weather-block .weather-question .weather-title-second {
    display: inline;
  }
  .weather-block .weather-question .weather-title .weather-day-selector .icon {
    height: 3.25rem;
    width: 3.25rem;
  }
  .weather-block .weather-question .weather-title .weather-day-selector button {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
.image-library-overview .description {
  text-align: center;
  color: #667280;
  margin-bottom: 3rem;
  max-width: 55rem;
  margin-left: auto;
  position: relative;
  margin-right: auto;
  margin-bottom: 2rem;
}
.image-library-overview .image-library-intro {
  text-align: center;
}
.image-library-overview .image-library-image-wrapper {
  margin-top: 2rem;
  margin-bottom: 0rem;
  position: relative;
}
.image-library-overview .image-library-image-wrapper:first-of-type {
  margin-top: 2rem;
}
.image-library-overview .image-library-image-wrapper:last-of-type {
  margin-bottom: 2rem;
}
.image-library-overview .image-library-image-wrapper:hover .image-library-hover {
  opacity: 1;
}
.image-library-overview .image-library-image-wrapper .image-library-hover {
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  opacity: 0;
}
.image-library-overview .image-library-image-wrapper .image-library-hover .bottom {
  padding: 2rem;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.image-library-overview .image-library-image-wrapper .image-library-hover .bottom .source {
  margin-bottom: 1rem;
}
.image-library-overview .image-library-image-wrapper .image-library-hover .bottom .source span {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #ffffff;
}
.image-library-overview .image-library-image-wrapper .image-library-hover .bottom .source span .icon {
  height: 1rem;
  width: 1rem;
  margin-right: 1rem;
}
.image-library-overview .image-library-image-wrapper .image-library-hover .bottom .actions .action-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-library-overview .image-library-image-wrapper .image-library-hover .bottom .actions .action-list .action {
  display: inline-block;
}
.image-library-overview .image-library-image-wrapper .image-library-hover .bottom .actions .action-list .action .icon-wrap {
  margin-right: 1rem;
  padding: 0.5rem;
  display: flex;
}
.image-library-overview .image-library-image-wrapper .image-library-hover .bottom .actions .action-list .action .icon-wrap .icon {
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 768px) {
  .image-library-overview .description {
    margin-bottom: 6rem;
  }
  .image-library-overview .image-library-image-wrapper {
    margin-top: 6rem;
  }
  .image-library-overview .image-library-image-wrapper:first-of-type {
    margin-top: 5rem;
  }
  .image-library-overview .image-library-image-wrapper:last-of-type {
    margin-bottom: 6rem;
  }
  .image-library-overview .image-library-image-wrapper .image-library-hover .bottom {
    flex-direction: row;
  }
  .image-library-overview .image-library-image-wrapper .image-library-hover .bottom .source {
    margin-bottom: 0rem;
  }
}
.modal-toggle {
  display: block;
  position: relative;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
}
.modal-toggle:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.modal-toggle .modal-toggle-image {
  width: 100%;
  height: auto;
}
.thumbnail-playbutton {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 62% 38% 64% 36%/47% 62% 38% 53%;
}
.thumbnail-playbutton .icon {
  width: 2.75rem;
  height: 2.75rem;
}
.modal-lg {
  max-width: 100%;
  margin-top: 3rem;
}
.modal-lg .close {
  cursor: pointer;
  position: absolute;
  top: -3rem;
  right: 0;
  opacity: 1;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-lg .close:hover {
  opacity: 1 !important;
}
.modal-lg .modal-body {
  padding: 0;
}
.modal-lg .modal-body .video-container {
  margin: 0;
}
.modal-lg .modal-body .video-container iframe {
  border: 0;
}
@media (min-width: 768px) {
  .modal-lg {
    margin-top: 5rem;
    max-width: 80vw;
  }
}
.abbonement-modal {
  width: calc(100% - 48px);
  height: auto;
  position: fixed;
  left: auto;
  top: auto;
  right: 1.5rem;
  bottom: 1.5rem;
}
.abbonement-modal .modal-dialog {
  margin: 0;
  max-width: none;
}
.abbonement-modal .modal-image {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.abbonement-modal .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  pointer-events: all;
}
.abbonement-modal .modal-content {
  background: #e9eff7;
  border: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.abbonement-modal .modal-content .modal-body {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 3rem;
}
.abbonement-modal .modal-content .modal-body h5 {
  font-size: 1.125rem;
  line-height: 30px;
}
.abbonement-modal .modal-content .modal-body p {
  font-size: 1rem;
  line-height: 28px;
}
.abbonement-modal .modal-content .modal-body .roll-button {
  margin-top: 0;
}
@media (min-width: 768px) {
  .abbonement-modal {
    width: 100%;
    max-width: 288px;
  }
  .abbonement-modal .modal-content .modal-body {
    padding: 1.5rem;
  }
}
.abbonement-modal.rimba .modal-content {
  background-color: #f5f7e9 !important;
}
.abbonement-modal.rimba .modal-content .roll-button {
  background: #a5c800 !important;
}
.abbonement-modal.ocean .modal-content {
  background-color: #e9f4f7 !important;
}
.abbonement-modal.ocean .modal-content .roll-button {
  background: #0099cc !important;
}
.abbonement-modal.bush .modal-content {
  background-color: #e6f5e9 !important;
}
.abbonement-modal.bush .modal-content .roll-button {
  background: #1e7d32 !important;
}
.abbonement-modal.park .modal-content {
  background-color: #f7e9e9 !important;
}
.abbonement-modal.park .modal-content .roll-button {
  background: #b90000 !important;
}
.abbonement-modal.safari .modal-content {
  background-color: #f7eee9 !important;
}
.abbonement-modal.safari .modal-content .roll-button {
  background: #ea661e !important;
}
.abbonement-modal.desert .modal-content {
  background-color: #f7f2e4 !important;
}
.abbonement-modal.desert .modal-content .roll-button {
  background: #f9b200 !important;
}
.abbonement-modal.mangrove .modal-content {
  background-color: #f6f7e9 !important;
}
.abbonement-modal.mangrove .modal-content .roll-button {
  background: #7e851b !important;
}
.header-video-buttons {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 9;
}
.header-video-buttons button {
  border: 0;
  background: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.35);
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-video-buttons button:focus-visible {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.header-video-buttons button:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.header-video-buttons button .icon {
  height: 2.5rem;
  width: 2.5rem;
  color: #ffffff;
}
.vacancy-category-item {
  padding: 2rem;
  height: 100%;
}
.vacancy-category-item .item-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.vacancy-category-item .item-content {
  margin-bottom: 1rem;
}
.vacancy-category-item .icon-wrap {
  padding: 0.75rem;
  display: flex;
  position: absolute;
  bottom: -1.25rem;
}
.vacancy-category-item .icon-wrap:hover svg {
  color: #ffffff;
}
.vacancy-item {
  border-top: 1px solid #e4e9f0;
  padding: 1.5rem 0;
  display: flex;
}
.vacancy-item:last-of-type {
  margin-bottom: 4.5rem;
}
.vacancy-item:hover .icon-wrap {
  background-color: #365c88 !important;
}
.vacancy-item:hover .icon-wrap svg {
  color: #ffffff;
}
.vacancy-item .left .item-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2b2b2b;
}
.vacancy-item .left .item-content {
  margin-bottom: 1rem;
  line-height: 1.875rem;
  color: #2b2b2b;
}
.vacancy-item .left .details-list {
  display: flex;
  padding: 0;
  list-style: none;
  color: #9aadc3;
  font-weight: 500;
}
.vacancy-item .left .details-list .details-item {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
.vacancy-item .left .details-list .details-item svg {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
}
.vacancy-item .right {
  display: flex;
  margin-left: 3.75rem;
  align-items: center;
}
.vacancy-item .icon-wrap {
  padding: 0.75rem;
  display: inline-flex;
}
.umb-grid {
  overflow-x: hidden;
}
.instagramIframe {
  height: 510px;
  border: none;
  border-radius: 10px;
}
.full-width-video {
  margin: 3rem 0;
}
.socials-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.socials-list .list-item:last-of-type .item-link {
  margin-right: 0;
}
.socials-list .list-item .item-link {
  width: 2.5rem;
  height: 2.5rem;
  color: #365c88;
  background-color: #e9eff7;
  display: flex;
  background-size: cover;
  padding: 0.5rem;
  margin-right: 1rem;
}
.socials-list .list-item .item-link:hover {
  background-color: #ffffff;
}
.loading {
  border-top: 0.5rem solid #365c88;
  border-right: 0.5rem solid #e9eff7;
  border-left: 0.5rem solid #e9eff7;
  border-bottom: 0.5rem solid #e9eff7;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  animation: spin 1s infinite linear;
}
.loader-wrapper {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loader-wrapper .loader-text {
  text-align: center;
  margin-top: 1rem;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ticketshop .vc-container {
  --rounded-full: 0;
  --blue-600: #365c88;
  --font-bold: 600;
  border: none;
  margin-bottom: 3rem;
}
.ticketshop .vc-container .vc-header {
  padding: 5px;
}
.ticketshop .vc-container .vc-header .vc-title {
  text-transform: capitalize;
}
.ticketshop .vc-container .vc-weeks {
  gap: 0.5rem !important;
  padding: 1rem 0 0 0;
}
.ticketshop .vc-container .vc-weeks .vc-weekday {
  font-weight: 400;
  color: #2b2b2b;
}
.ticketshop .vc-container .vc-weeks .vc-day {
  min-height: 2.5rem;
  align-items: stretch;
}
@media (min-width: 768px) {
  .ticketshop .vc-container .vc-weeks .vc-day {
    min-height: 4rem;
  }
}
.ticketshop .vc-container .vc-weeks .vc-day .vc-highlights .vc-highlight {
  width: 100%;
  height: 100%;
  border-color: #365c88;
}
.ticketshop .vc-container .vc-weeks .vc-day .vc-dots .vc-dot {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 8px;
  width: 8px;
}
.ticketshop .vc-container .vc-weeks .vc-day .vc-day-content {
  height: unset !important;
  min-height: 100%;
  width: 100%;
  border: 2px solid #e9eff7;
  margin: 0;
}
.ticketshop .vc-container .vc-weeks .vc-day .vc-day-content.is-disabled {
  cursor: not-allowed;
  background-color: #e9eff7;
}
.ticketshop .vc-container .vc-weeks .vc-day .vc-day-content.is-disabled:hover, .ticketshop .vc-container .vc-weeks .vc-day .vc-day-content.is-disabled:focus .ticketshop .vc-container .vc-weeks .vc-day .vc-day-content.is-disabled:active {
  background-color: #e9eff7;
  border-color: #e9eff7;
}
.ticketshop .vc-container .vc-weeks .vc-day .vc-day-content:focus, .ticketshop .vc-container .vc-weeks .vc-day .vc-day-content:hover {
  background-color: transparent;
  border-color: #365c88;
}
.ticketshop .vc-container .vc-weeks .vc-day.in-next-month {
  display: none;
}
.ticketshop .vc-arrows-container {
  padding: 0;
  align-items: center;
}
.ticketshop .vc-arrows-container .vc-arrow {
  background-color: #365c88;
  color: #ffffff;
  border-radius: 38% 62% 54% 46%/46% 44% 56% 54%;
  padding: 0.375rem;
}
.ticketshop .vc-arrows-container .vc-arrow svg {
  height: 20px;
  width: 20px;
}
.ticketshop .vc-header {
  padding: 0;
}
.datepicker-wrapper {
  position: relative;
}
.timeslot {
  border-radius: 50px 20px 50px 20px/20px 50px 20px 50px;
  border: 2px solid #e9eff7;
  padding: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.timeslot .slot-picker-title {
  font-weight: 600;
  color: #2b2b2b;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.timeslot .slot-picker-title::first-letter {
  text-transform: uppercase;
}
.timeslot .available-spots {
  background: #f7e9e9;
  padding: 0.375rem 1rem;
  border-radius: 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.timeslot .available-spots .spots-indicator {
  margin-right: 0.5rem;
  background-color: #b90000;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
}
.timeslot .slots {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeslot .slots .slot {
  margin-right: 0.675rem;
  margin-bottom: 0.675rem;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.timeslot .slots .slot .timeslot-button {
  display: block;
  white-space: nowrap;
  width: 128px;
  margin-top: 0;
  border: 2px solid #e9eff7;
  background-color: #ffffff;
  border-radius: 8px;
}
.timeslot .slots .slot .timeslot-button .dot-orange,
.timeslot .slots .slot .timeslot-button .dot-red {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.timeslot .slots .slot .timeslot-button .dot-orange {
  background-color: #ffca3a;
}
.timeslot .slots .slot .timeslot-button .dot-red {
  background-color: #b90000;
}
.timeslot .slots .slot .timeslot-button.active {
  background-color: #365c88;
  color: #ffffff;
  border-color: #365c88;
}
.timeslot .slots .slot .timeslot-button:hover {
  border-color: #365c88;
}
.timeslot .slots .slot .timeslot-button:focus-visible {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.timeslot .slots .slot .timeslot-button:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.timeslot .slots .slot .timeslot-button:disabled {
  background-color: #e9eff7;
  color: #a3b6cc;
}
.timeslot .slots .slot .timeslot-button:disabled:hover {
  border-color: #e9eff7;
  cursor: not-allowed;
}
.simple-blocks {
  margin: 2.5rem 0;
}
.simple-blocks .simple-block-wrap {
  border-width: 2px;
  border-style: solid;
  height: 100%;
  border-radius: 50px 10px 50px 10px/10px 50px 10px 50px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.simple-blocks .simple-block-wrap .simple-block-title {
  margin-bottom: 1rem;
  margin-right: 0;
  margin-left: 0;
}
.simple-blocks .simple-block-wrap .simple-block-content {
  margin-bottom: 1.5rem;
}
.simple-blocks .simple-block-wrap .roll-button {
  margin-top: 1.5rem;
}
.bzfy-t-feed-carousel {
  background-color: transparent !important;
}
/*.flowbox-background{
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
}*/
.bzfy-c-carousel-control {
  /*Always show controls, even on popup*/
  opacity: 1 !important;
}
.flbx-body-lock {
  /*Disables popup hiding overflow*/
  overflow-y: auto !important;
  overflow-x: auto !important;
}
.bzfy-c-carousel-post {
  mask-image: url("assets/masks/mask-horizontal.svg");
}
.bzfy-o-body {
  display: none !important;
}
.bzfy-c-carousel-post {
  position: relative !important;
  width: 90% !important;
  height: 200px !important;
}
.bzfy-o-image-container {
  position: absolute !important;
  height: 200px !important;
  padding-bottom: 0 !important;
}
.bzfy-o-header {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  color: white;
}
.bzfy-c-carousel-control,
.bzfy-c-mobile-circle {
  border-radius: 55% 45% 42% 58%/35% 34% 66% 65% !important;
  background-color: rgb(249, 178, 0) !important;
  color: #ffffff !important;
}
.arrow-bg-general .bzfy-c-carousel-control,
.arrow-bg-general .bzfy-c-mobile-circle {
  background-color: #365c88 !important;
}
.arrow-bg-desert .bzfy-c-carousel-control,
.arrow-bg-desert .bzfy-c-mobile-circle {
  background-color: #f9b200 !important;
}
.arrow-bg-bush .bzfy-c-carousel-control,
.arrow-bg-bush .bzfy-c-mobile-circle {
  background-color: #1e7d32 !important;
}
.arrow-bg-park .bzfy-c-carousel-control,
.arrow-bg-park .bzfy-c-mobile-circle {
  background-color: #b90000 !important;
}
.arrow-bg-rimba .bzfy-c-carousel-control,
.arrow-bg-rimba .bzfy-c-mobile-circle {
  background-color: #a5c800 !important;
}
.arrow-bg-mangrove .bzfy-c-carousel-control,
.arrow-bg-mangrove .bzfy-c-mobile-circle {
  background-color: #7e851b !important;
}
.arrow-bg-ocean .bzfy-c-carousel-control,
.arrow-bg-ocean .bzfy-c-mobile-circle {
  background-color: #0099cc !important;
}
.arrow-bg-safari .bzfy-c-carousel-control,
.arrow-bg-safari .bzfy-c-mobile-circle {
  background-color: #ea661e !important;
}
.ecodisplays .ecodisplay {
  background-size: cover;
  margin-left: 0;
}
.animal-threat-bar {
  margin: 120px 0 56px 0;
}
@media (min-width: 992px) {
  .animal-threat-bar {
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 100%;
  }
}
.animal-threat-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .animal-threat-list {
    width: 100%;
  }
}
.animal-threat-list-item {
  position: relative;
  padding: 1rem;
  list-style: none;
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  .animal-threat-list-item {
    width: auto;
    display: flex;
    height: fit-content;
    flex-grow: 1;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .animal-threat-list-item p {
    font-size: 10px;
  }
}
.animal-threat-list-item .animal-threat-circle {
  display: none;
}
.animal-threat-list-item .icon-circle-list {
  display: none;
}
.animal-threat-list-item .icon-circle {
  display: none;
}
.animal-threat-list-item.active {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .animal-threat-list-item.active {
    display: flex;
    font-weight: 600;
    color: #ffffff;
    padding: 0 2rem;
    max-width: 170px;
  }
}
.animal-threat-list-item.active {
  z-index: 10;
}
.animal-threat-list-item.active .animal-threat-chevron-left.desktop {
  display: none;
}
@media (min-width: 992px) {
  .animal-threat-list-item.active .animal-threat-chevron-left.desktop {
    display: block;
  }
}
.animal-threat-list-item.active .animal-threat-chevron-right.desktop {
  display: none;
}
@media (min-width: 992px) {
  .animal-threat-list-item.active .animal-threat-chevron-right.desktop {
    display: block;
  }
}
.animal-threat-list-item.active .animal-threat-circle {
  display: block;
  height: 170px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -10;
  transform: translateY(-50%);
}
.animal-threat-list-item.active .animal-threat-circle-mobile {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -10;
  transform: translate(-50%, -50%);
}
.animal-threat-list-item.active .icon-circle-list {
  position: absolute;
  display: block;
  right: 4px;
  top: 10px;
  height: 40px;
  width: 40px;
}
.animal-threat-list-item.active .icon-circle-list-mobile {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
}
.animal-threat-list-item.active .icon-circle-list.gray {
  right: 4px;
}
.animal-threat-list-item.active .icon-circle {
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -10;
}
.animal-threat-list-item.active .icon-circle-mobile {
  width: 200px;
  height: 200px;
}
.animal-threat-list-item.active .icon-circle-mobile.red {
  fill: #b70e0c;
}
.animal-threat-list-item.active .icon-circle-mobile.gray {
  fill: #878787;
}
.animal-threat-list-item.active .icon-circle.red {
  fill: #b70e0c;
}
.animal-threat-list-item.active .icon-circle.gray {
  fill: #878787;
}
.animal-threat-list-item.active p {
  position: relative;
  z-index: 10;
  font-size: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media (min-width: 992px) {
  .animal-threat-list-item.active p {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .animal-threat-list-item.active:first-child {
    margin-left: -6px;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .animal-threat-list-item.active:last-of-type {
    margin-right: -6px;
    background-color: transparent;
  }
}
.animal-threat-list-item .animal-threat-chevron-left {
  margin-right: 12px;
  font-size: 24px;
}
.animal-threat-list-item .animal-threat-chevron-left.desktop {
  display: none;
}
.animal-threat-list-item .animal-threat-chevron-right {
  margin-left: 12px;
  font-size: 24px;
}
.animal-threat-list-item .animal-threat-chevron-right.desktop {
  display: none;
}
@media (min-width: 992px) {
  .animal-threat-list-item:first-child {
    background-color: #a3b6cc;
  }
}
.animal-threat-list-item:first-child p {
  color: #ffffff;
}
@media (min-width: 992px) {
  .animal-threat-list-item:last-of-type {
    background-color: #101214;
    margin-right: -1px;
  }
}
.animal-threat-list-item:last-of-type p {
  color: #ffffff;
}
.animal-threat-list-item p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.vacancy-category .vacancy-cagegory-title {
  text-align: center;
}
.vacancy-category .vacancy-category-subtitle {
  text-align: center;
  margin-bottom: 3rem;
}
.vacancy-category .text-image-wrapper {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.vacancy-category .text-image-wrapper .vacancy-subtitle {
  margin-bottom: 0.5rem;
}
.vacancy-category .text-image-wrapper .vacancy-content {
  margin-bottom: 0;
}
.header-video-buttons {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 9;
}
.header-video-buttons button {
  border: 0;
  background: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.35);
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-video-buttons button:focus-visible {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.header-video-buttons button:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.header-video-buttons button .icon {
  height: 2.5rem;
  width: 2.5rem;
  color: #ffffff;
}
.vacancy-category-item {
  padding: 2rem;
  height: 100%;
}
.vacancy-category-item .item-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.vacancy-category-item .item-content {
  margin-bottom: 1rem;
}
.vacancy-category-item .icon-wrap {
  padding: 0.75rem;
  display: flex;
  position: absolute;
  bottom: -1.25rem;
}
.vacancy-category-item .icon-wrap:hover svg {
  color: #ffffff;
}
.vacancy-item {
  border-top: 1px solid #e4e9f0;
  padding: 1.5rem 0;
  display: flex;
}
.vacancy-item:last-of-type {
  margin-bottom: 4.5rem;
}
.vacancy-item:hover .icon-wrap {
  background-color: #365c88 !important;
}
.vacancy-item:hover .icon-wrap svg {
  color: #ffffff;
}
.vacancy-item .left .item-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2b2b2b;
}
.vacancy-item .left .item-content {
  margin-bottom: 1rem;
  line-height: 1.875rem;
  color: #2b2b2b;
}
.vacancy-item .left .details-list {
  display: flex;
  padding: 0;
  list-style: none;
  color: #9aadc3;
  font-weight: 500;
}
.vacancy-item .left .details-list .details-item {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
.vacancy-item .left .details-list .details-item svg {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
}
.vacancy-item .right {
  display: flex;
  margin-left: 3.75rem;
  align-items: center;
}
.vacancy-item .icon-wrap {
  padding: 0.75rem;
  display: inline-flex;
}
.system-page-container {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .system-page-container {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }
}
.system-page-container .system-page-content h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-top: 0;
  position: relative;
  margin-bottom: 1rem;
}
.system-page-container .system-page-content h1.overflowing-title {
  margin-top: -1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .system-page-container .system-page-content h1 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
.system-page-container .system-page-content p {
  margin-bottom: 0;
}
.system-page-container .btn-general {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .system-page-container .btn-general {
    margin-bottom: 0;
  }
}
.vacancy-overview .vacancy-overview-subtitle {
  margin-bottom: 3.5rem;
}
.vacancy-overview .categories-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.vacancy-overview .categories-wrapper .col-md-6 {
  margin-bottom: 3.5rem;
}
.vacancy-overview .categories-wrapper .col-md-6 .vacancy-category-item {
  flex: 50% 0 0;
}
.vacancy-overview .categories-wrapper .col-md-6 .vacancy-category-item__count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  border-radius: 50%;
  color: #ffffff;
  background-color: #365c88;
  font-weight: 600;
}
.vacancy-category .vacancy-cagegory-title {
  text-align: center;
}
.vacancy-category .vacancy-category-subtitle {
  text-align: center;
  margin-bottom: 3rem;
}
.vacancy-category .text-image-wrapper {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.vacancy-category .text-image-wrapper .vacancy-subtitle {
  margin-bottom: 0.5rem;
}
.vacancy-category .text-image-wrapper .vacancy-content {
  margin-bottom: 0;
}
.news-overview-container .block-news-item .card-body .card-title {
  word-break: break-word;
}
@media (min-width: 576px) {
  .news-overview-container .block-news-item {
    flex: 50% 0 0;
  }
  .news-overview-container .block-news-item:last-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .news-overview-container .block-news-item {
    flex: 33.3333% 0 0;
  }
  .news-overview-container .block-news-item:last-child {
    display: flex;
  }
}
.home .weather-block .tip {
  padding-bottom: 0;
}
.home .weather-block .tip .tip-button-container {
  height: 5rem;
  z-index: 10;
}
.bg-feature-btn {
  background-color: #365c88 !important;
}
.object-fit-cover {
  object-fit: cover;
}
.mobileView {
  display: none;
}
.header-background .desktopView {
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .mobileView {
    display: block;
  }
  .desktopView {
    display: none;
  }
}
.themapagina .themapagina-header h1,
.themapagina .themapagina-header h2,
.themapagina .themapagina-header h3,
.themapagina .themapagina-header h6,
.themapagina .themapagina-content h1,
.themapagina .themapagina-content h2,
.themapagina .themapagina-content h3,
.themapagina .themapagina-content h6 {
  color: #2b2b2b;
  font-weight: 700;
}
.themapagina .themapagina-header h1,
.themapagina .themapagina-content h1 {
  font-size: 2.25rem;
  line-height: 40px;
}
@media (min-width: 768px) {
  .themapagina .themapagina-header h1,
  .themapagina .themapagina-content h1 {
    font-size: 3rem;
    line-height: 64px;
  }
}
@media (min-width: 1200px) {
  .themapagina .themapagina-header h1,
  .themapagina .themapagina-content h1 {
    font-size: 4rem;
    line-height: 72px;
  }
}
.themapagina .themapagina-header h2,
.themapagina .themapagina-content h2 {
  font-size: 1.5rem;
  line-height: 32px;
}
@media (min-width: 768px) {
  .themapagina .themapagina-header h2,
  .themapagina .themapagina-content h2 {
    font-size: 2.25rem;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .themapagina .themapagina-header h2,
  .themapagina .themapagina-content h2 {
    font-size: 3rem;
    line-height: 52px;
  }
}
.themapagina .themapagina-header h3,
.themapagina .themapagina-content h3 {
  font-size: 2rem;
  line-height: 40px;
}
.themapagina .themapagina-header p,
.themapagina .themapagina-content p {
  color: #2b2b2b;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.themapagina .themapagina-header .subtitle,
.themapagina .themapagina-content .subtitle {
  color: #2b2b2b;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .themapagina .themapagina-header .subtitle,
  .themapagina .themapagina-content .subtitle {
    font-size: 1.5rem;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .themapagina .themapagina-header .subtitle,
  .themapagina .themapagina-content .subtitle {
    font-size: 2.25rem;
    line-height: 40px;
  }
}
.themapagina .themapagina-header .lead,
.themapagina .themapagina-content .lead {
  color: #2b2b2b;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 325;
}
@media (min-width: 768px) {
  .themapagina .themapagina-header .lead,
  .themapagina .themapagina-content .lead {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .themapagina .themapagina-header .lead,
  .themapagina .themapagina-content .lead {
    font-size: 1.125rem;
    line-height: 30px;
  }
}
.themapagina {
  overflow-x: hidden;
}
.themapagina .bg-white,
.themapagina .bg-theme {
  background-color: white;
}
.themapagina .flowbox-slider {
  margin-top: 3rem;
}
.themapagina .flowbox-slider .intro {
  margin-bottom: 0;
}
.themapagina--ijstijd .themapagina-header h1,
.themapagina--ijstijd .themapagina-header h3,
.themapagina--ijstijd .themapagina-header h6,
.themapagina--ijstijd .themapagina-content h1,
.themapagina--ijstijd .themapagina-content h3,
.themapagina--ijstijd .themapagina-content h6 {
  color: #365c88;
}
.themapagina--ijstijd .themapagina-header .bg-theme,
.themapagina--ijstijd .themapagina-content .bg-theme {
  background-color: #e9f4f7;
}
.themapagina--ijstijd .themapagina-header .custom-background,
.themapagina--ijstijd .themapagina-content .custom-background {
  background-color: lightblue;
}
.themapagina--ijstijd .themapagina-content section:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 120px;
  background: url("components/thema-pagina/assets/svg/icebergs-header-bottom.svg") no-repeat bottom center/contain;
}
@media (min-width: 768px) {
  .themapagina--ijstijd .themapagina-content section:last-child::after {
    background-size: cover;
  }
}
.themapagina--general .themapagina-header h1,
.themapagina--general .themapagina-header h3,
.themapagina--general .themapagina-header h6,
.themapagina--general .themapagina-content h1,
.themapagina--general .themapagina-content h3,
.themapagina--general .themapagina-content h6 {
  color: #365c88;
}
.themapagina--general .themapagina-header .bg-theme,
.themapagina--general .themapagina-content .bg-theme {
  background-color: #e9eff7;
}
.themapagina--general .arrow-bg-general .bzfy-c-carousel-control, .themapagina--general .arrow-bg-general .bzfy-c-mobile-circle {
  background-color: #365c88 !important;
}
.themapagina--park .themapagina-header h1,
.themapagina--park .themapagina-header h3,
.themapagina--park .themapagina-header h6,
.themapagina--park .themapagina-content h1,
.themapagina--park .themapagina-content h3,
.themapagina--park .themapagina-content h6 {
  color: #b90000;
}
.themapagina--park .themapagina-header .bg-theme,
.themapagina--park .themapagina-content .bg-theme {
  background-color: #f7e9e9;
}
.themapagina--safari .themapagina-header h1,
.themapagina--safari .themapagina-header h3,
.themapagina--safari .themapagina-header h6,
.themapagina--safari .themapagina-content h1,
.themapagina--safari .themapagina-content h3,
.themapagina--safari .themapagina-content h6 {
  color: #ea661e;
}
.themapagina--safari .themapagina-header .bg-theme,
.themapagina--safari .themapagina-content .bg-theme {
  background-color: #f7eee9;
}
.themapagina--desert .themapagina-header h1,
.themapagina--desert .themapagina-header h3,
.themapagina--desert .themapagina-header h6,
.themapagina--desert .themapagina-content h1,
.themapagina--desert .themapagina-content h3,
.themapagina--desert .themapagina-content h6 {
  color: #f9b200;
}
.themapagina--desert .themapagina-header .bg-theme,
.themapagina--desert .themapagina-content .bg-theme {
  background-color: #f7f2e4;
}
.themapagina--mangrove .themapagina-header h1,
.themapagina--mangrove .themapagina-header h3,
.themapagina--mangrove .themapagina-header h6,
.themapagina--mangrove .themapagina-content h1,
.themapagina--mangrove .themapagina-content h3,
.themapagina--mangrove .themapagina-content h6 {
  color: #7e851b;
}
.themapagina--mangrove .themapagina-header .bg-theme,
.themapagina--mangrove .themapagina-content .bg-theme {
  background-color: #f6f7e9;
}
.themapagina--rimba .themapagina-header h1,
.themapagina--rimba .themapagina-header h3,
.themapagina--rimba .themapagina-header h6,
.themapagina--rimba .themapagina-content h1,
.themapagina--rimba .themapagina-content h3,
.themapagina--rimba .themapagina-content h6 {
  color: #a5c800;
}
.themapagina--rimba .themapagina-header .bg-theme,
.themapagina--rimba .themapagina-content .bg-theme {
  background-color: #f5f7e9;
}
.themapagina--bush .themapagina-header h1,
.themapagina--bush .themapagina-header h3,
.themapagina--bush .themapagina-header h6,
.themapagina--bush .themapagina-content h1,
.themapagina--bush .themapagina-content h3,
.themapagina--bush .themapagina-content h6 {
  color: #1e7d32;
}
.themapagina--bush .themapagina-header .bg-theme,
.themapagina--bush .themapagina-content .bg-theme {
  background-color: #e6f5e9;
}
.themapagina--ocean .themapagina-header h1,
.themapagina--ocean .themapagina-header h3,
.themapagina--ocean .themapagina-header h6,
.themapagina--ocean .themapagina-content h1,
.themapagina--ocean .themapagina-content h3,
.themapagina--ocean .themapagina-content h6 {
  color: #0099cc;
}
.themapagina--ocean .themapagina-header .bg-theme,
.themapagina--ocean .themapagina-content .bg-theme {
  background-color: #e9f4f7;
}
.themapagina-header {
  margin: 0 0 2rem;
}
.themapagina-header .container-xl, .themapagina-header .text-image-bottom__inner, .themapagina-header .text-image-center__inner {
  padding: 0 2rem;
}
.themapagina-header .header-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.themapagina-header .header-image picture,
.themapagina-header .header-image img {
  width: 100vw;
  height: auto;
  min-height: 275px;
  max-height: 520px;
  object-fit: cover;
}
.themapagina-header .header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.themapagina-header .header-logo img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 3rem;
}
.themapagina-header .header-video {
  padding: 0 0 1rem;
}
@media (min-width: 1200px) {
  .themapagina-header .header-video {
    padding: 0 0 4rem;
  }
}
.themapagina-header .header-text {
  margin-bottom: 2rem;
}
.themapagina-header .header-dates {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .themapagina-header .header-dates {
    margin-bottom: 4rem;
  }
}
.themapagina-header .header-dates .header-date {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
  background-color: #e9eff7;
}
.themapagina-header .header-dates span {
  line-height: 1.25rem;
}
.themapagina-header .header-cta {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .themapagina-header .header-cta {
    margin-bottom: 4rem;
  }
}
.themapagina-header .roll-button {
  margin-top: 0;
}
.themapagina--ijstijd .header-image::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100vw;
  height: 120px;
  background: url("components/thema-pagina/assets/svg/icebergs-header-bottom.svg") no-repeat bottom center/contain;
}
@media (min-width: 1200px) {
  .themapagina--ijstijd .header-image::after {
    background-size: cover;
  }
}
.text-image-center {
  position: relative;
}
.text-image-center__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  max-width: 32rem;
}
@media (min-width: 1200px) {
  .text-image-center__inner {
    max-width: 1280px;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 16rem;
  }
}
.text-image-center--reverse .text-image-center__image {
  order: 2;
}
.text-image-center--reverse .text-image-center__text {
  order: 1;
}
.text-image-center__image {
  flex: 0 0 100%;
  width: 100%;
  order: 2;
  z-index: 1;
  padding: 0 1rem;
}
.text-image-center__image img {
  max-height: 600px;
  width: 100%;
  object-fit: contain;
  transform: translateY(calc(-5rem + 120px));
}
@media (min-width: 1200px) {
  .text-image-center__image {
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
    padding: 0;
  }
  .text-image-center__image img {
    transform: translateY(120px);
  }
}
.text-image-center__text {
  flex: 0 0 100%;
  max-width: 100%;
  background-color: white;
  padding: 2.5rem 2rem 7.5rem;
  order: 1;
}
@media (min-width: 1200px) {
  .text-image-center__text {
    flex: 0 0 35%;
    max-width: 35%;
    order: 2;
    padding-bottom: 2.5rem;
  }
}
.text-image-center__blend-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, var(--backgroundcolor) 0, rgba(233, 239, 247, 0) 100%);
}
.text-image-center__blend-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(233, 239, 247, 0) 0, var(--backgroundcolor) 100%);
}
.text-image-bottom {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 120px;
}
@media (min-width: 1200px) {
  .text-image-bottom {
    padding-bottom: 0;
  }
}
.text-image-bottom__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  max-width: 32rem;
  transform: translateY(8rem);
}
@media (min-width: 1200px) {
  .text-image-bottom__inner {
    max-width: 1280px;
    padding: 10rem 4rem 5rem;
    transform: unset;
  }
}
.text-image-bottom--reverse .text-image-bottom__image {
  order: 2;
}
.text-image-bottom--reverse .text-image-bottom__text {
  order: 1;
}
.text-image-bottom__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-image-bottom__blender {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 120px;
  background: linear-gradient(180deg, #fff 0%, var(--backgroundcolor) 100%);
  transform: translateY(100%);
  z-index: -1;
}
.text-image-bottom__image {
  flex: 0 0 100%;
  width: 100%;
  order: 2;
  z-index: 1;
  padding: 0 1rem;
}
.text-image-bottom__image img {
  max-height: 600px;
  width: 100%;
  object-fit: contain;
  transform: translateY(200px);
}
@media (min-width: 1200px) {
  .text-image-bottom__image {
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
    padding: 0;
  }
  .text-image-bottom__image img {
    transform: translateY(calc(200px + 8rem));
  }
}
.text-image-bottom__text {
  flex: 0 0 100%;
  max-width: 100%;
  background-color: white;
  padding: 2.5rem 2rem 7.5rem;
  order: 1;
}
@media (min-width: 1200px) {
  .text-image-bottom__text {
    flex: 0 0 35%;
    max-width: 35%;
    order: 2;
    padding-bottom: 2.5rem;
  }
}
.sticky-icebergs {
  display: none;
}
.themapagina--ijstijd .breadcrumbs {
  padding-bottom: 1rem;
}
.themapagina--ijstijd .breadcrumbs ul {
  margin-bottom: 0;
}
.themapagina--ijstijd .breadcrumbs::after {
  background: unset;
}
.themapagina--ijstijd .icebergs,
.themapagina--ijstijd .icebergs-big {
  transition: opacity 0.3s;
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.themapagina--ijstijd .icebergs.sticky,
.themapagina--ijstijd .icebergs-big.sticky {
  position: fixed;
  top: 0;
}
.themapagina--ijstijd .icebergs.show,
.themapagina--ijstijd .icebergs-big.show {
  opacity: 1;
}
@media (min-width: 768px) {
  .themapagina--ijstijd .icebergs,
  .themapagina--ijstijd .icebergs-big {
    top: 144px;
  }
}
@media (min-width: 1200px) {
  .themapagina--ijstijd .icebergs,
  .themapagina--ijstijd .icebergs-big {
    top: 128px;
  }
}
.themapagina--ijstijd .icebergs {
  height: 135px;
  width: 100vw;
  background: url(components/thema-pagina/assets/svg/icebergs-blue.svg) no-repeat top center/contain;
  z-index: 15;
}
@media (min-width: 768px) {
  .themapagina--ijstijd .icebergs {
    background-size: cover;
  }
}
.themapagina--ijstijd .icebergs-big {
  height: 385px;
  width: 100vw;
  background: url(components/thema-pagina/assets/svg/icebergs.svg) no-repeat top center/contain;
  z-index: 10;
  opacity: 0;
}
@media (min-width: 768px) {
  .themapagina--ijstijd .icebergs-big {
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .themapagina--ijstijd .icebergs-big {
    height: 455px;
  }
}
.mask-icebergs::before, .themapagina.themapagina--ijstijd .text-image-bottom__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 385px;
  background: url(components/thema-pagina/assets/svg/icebergs.svg) no-repeat top center/contain;
}
@media (min-width: 768px) {
  .mask-icebergs::before, .themapagina.themapagina--ijstijd .text-image-bottom__background::before {
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .mask-icebergs::before, .themapagina.themapagina--ijstijd .text-image-bottom__background::before {
    height: 455px;
  }
}
.mask-icebergs::after, .themapagina.themapagina--ijstijd .text-image-bottom__background::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background: url(components/thema-pagina/assets/svg/icebergs-bottom.svg) repeat-x bottom center/contain;
}
.mask-general::before, .themapagina:not(.themapagina--ijstijd) .text-image-bottom__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  background: url(components/thema-pagina/assets/svg/icebergs-bottom.svg) no-repeat bottom center/contain;
}
.mask-general::after, .themapagina:not(.themapagina--ijstijd) .text-image-bottom__background::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background: url(components/thema-pagina/assets/svg/icebergs-bottom.svg) repeat-x bottom center/contain;
}
.umb-block-grid__layout-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  column-gap: var(--umb-block-grid--column-gap, 0);
  row-gap: var(--umb-block-grid--row-gap, 0);
}
.umb-block-grid__layout-item {
  position: relative;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(var(--umb-block-grid--item-column-span, 1) * 3, var(--umb-block-grid--grid-columns));
  grid-row: span var(--umb-block-grid--item-row-span, 1);
}
.umb-block-grid__area-container,
.umb-block-grid__block--view::part(area-container) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  column-gap: var(--umb-block-grid--areas-column-gap, 0);
  row-gap: var(--umb-block-grid--areas-row-gap, 0);
}
.umb-block-grid__area {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(var(--umb-block-grid--area-column-span, 1) * 3, var(--umb-block-grid--area-grid-columns));
  grid-row: span var(--umb-block-grid--area-row-span, 1);
}
@media (min-width: 1024px) {
  .umb-block-grid__layout-item {
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
  }
  .umb-block-grid__area {
    grid-column-end: span min(var(--umb-block-grid--area-column-span, 1), var(--umb-block-grid--area-grid-columns));
  }
}
.content-page h2:not(.form-title):not(.slider-title):not(.text-image-title):not(.detailed-text-block-top-title) {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
}/*$vite$:1*/