@charset "UTF-8";
/* $orange:#FF8C00;
$orange-light:#ffac46;
$orange-verylight:rgb(255, 205, 144);
$orange-dark:#e75d00; */
/* .bg-w{background-color:white;}
.bg-r{background-color:#F00006;}
.bg-g{background-color:#8F8F8F;}
.bg-dg{background-color:#3F3F3F!important;}
.bg-lg{background-color:#EEEEEE;}
.bg-b{background-color:black;}
.bg-blue{background-color: #25e5ff; }
.bg-green{background-color:#8BBC1B;} 
.bg-y{background-color:#FFC600;} 
.bg-pink{background-color:#D80654;}  */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:500,600,700,800);
.bg-black {
  background-color: black !important;
}

.text-black, .text-black p {
  color: black !important;
}

.border-black {
  border-color: black !important;
}

.hover-border-black:hover,
.hover:hover .hover-border-black {
  border-color: black !important;
}

.hover-bg-black:hover,
.hover:hover .hover-bg-black {
  background-color: black !important;
}

.hover-text-black:hover,
.hover:hover .hover-text-black {
  color: black !important;
}

.svg-black {
  fill: black !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-black:hover {
  fill: black !important;
}

.btn-black {
  background-color: black !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-black:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-black, .link-black a {
  color: black !important;
  text-decoration: none;
}

.hover-link-black:hover, .link-black a:hover, .hover:hover .hover-link-black {
  color: black !important;
}

.bg-white {
  background-color: white !important;
}

.text-white, .text-white p {
  color: white !important;
}

.border-white {
  border-color: white !important;
}

.hover-border-white:hover,
.hover:hover .hover-border-white {
  border-color: white !important;
}

.hover-bg-white:hover,
.hover:hover .hover-bg-white {
  background-color: white !important;
}

.hover-text-white:hover,
.hover:hover .hover-text-white {
  color: white !important;
}

.svg-white {
  fill: white !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-white:hover {
  fill: white !important;
}

.btn-white {
  background-color: white !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-white:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-white, .link-white a {
  color: white !important;
  text-decoration: none;
}

.hover-link-white:hover, .link-white a:hover, .hover:hover .hover-link-white {
  color: white !important;
}

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

.text-primary, .text-primary p {
  color: #FDC437 !important;
}

.border-primary {
  border-color: #FDC437 !important;
}

.hover-border-primary:hover,
.hover:hover .hover-border-primary {
  border-color: #FDC437 !important;
}

.hover-bg-primary:hover,
.hover:hover .hover-bg-primary {
  background-color: #FDC437 !important;
}

.hover-text-primary:hover,
.hover:hover .hover-text-primary {
  color: #FDC437 !important;
}

.svg-primary {
  fill: #FDC437 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-primary:hover {
  fill: #FDC437 !important;
}

.btn-primary {
  background-color: #FDC437 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-primary:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-primary, .link-primary a {
  color: #FDC437 !important;
  text-decoration: none;
}

.hover-link-primary:hover, .link-primary a:hover, .hover:hover .hover-link-primary {
  color: #FDC437 !important;
}

.bg-primary-light {
  background-color: #ffce7a !important;
}

.text-primary-light, .text-primary-light p {
  color: #ffce7a !important;
}

.border-primary-light {
  border-color: #ffce7a !important;
}

.hover-border-primary-light:hover,
.hover:hover .hover-border-primary-light {
  border-color: #ffce7a !important;
}

.hover-bg-primary-light:hover,
.hover:hover .hover-bg-primary-light {
  background-color: #ffce7a !important;
}

.hover-text-primary-light:hover,
.hover:hover .hover-text-primary-light {
  color: #ffce7a !important;
}

.svg-primary-light {
  fill: #ffce7a !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-primary-light:hover {
  fill: #ffce7a !important;
}

.btn-primary-light {
  background-color: #ffce7a !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-primary-light:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-primary-light, .link-primary-light a {
  color: #ffce7a !important;
  text-decoration: none;
}

.hover-link-primary-light:hover, .link-primary-light a:hover, .hover:hover .hover-link-primary-light {
  color: #ffce7a !important;
}

.bg-primary-verylight {
  background-color: #FFF0D6 !important;
}

.text-primary-verylight, .text-primary-verylight p {
  color: #FFF0D6 !important;
}

.border-primary-verylight {
  border-color: #FFF0D6 !important;
}

.hover-border-primary-verylight:hover,
.hover:hover .hover-border-primary-verylight {
  border-color: #FFF0D6 !important;
}

.hover-bg-primary-verylight:hover,
.hover:hover .hover-bg-primary-verylight {
  background-color: #FFF0D6 !important;
}

.hover-text-primary-verylight:hover,
.hover:hover .hover-text-primary-verylight {
  color: #FFF0D6 !important;
}

.svg-primary-verylight {
  fill: #FFF0D6 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-primary-verylight:hover {
  fill: #FFF0D6 !important;
}

.btn-primary-verylight {
  background-color: #FFF0D6 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-primary-verylight:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-primary-verylight, .link-primary-verylight a {
  color: #FFF0D6 !important;
  text-decoration: none;
}

.hover-link-primary-verylight:hover, .link-primary-verylight a:hover, .hover:hover .hover-link-primary-verylight {
  color: #FFF0D6 !important;
}

.bg-primary-dark {
  background-color: #d89b00 !important;
}

.text-primary-dark, .text-primary-dark p {
  color: #d89b00 !important;
}

.border-primary-dark {
  border-color: #d89b00 !important;
}

.hover-border-primary-dark:hover,
.hover:hover .hover-border-primary-dark {
  border-color: #d89b00 !important;
}

.hover-bg-primary-dark:hover,
.hover:hover .hover-bg-primary-dark {
  background-color: #d89b00 !important;
}

.hover-text-primary-dark:hover,
.hover:hover .hover-text-primary-dark {
  color: #d89b00 !important;
}

.svg-primary-dark {
  fill: #d89b00 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-primary-dark:hover {
  fill: #d89b00 !important;
}

.btn-primary-dark {
  background-color: #d89b00 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-primary-dark:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-primary-dark, .link-primary-dark a {
  color: #d89b00 !important;
  text-decoration: none;
}

.hover-link-primary-dark:hover, .link-primary-dark a:hover, .hover:hover .hover-link-primary-dark {
  color: #d89b00 !important;
}

.bg-secondary {
  background-color: #1E1E1E !important;
}

.text-secondary, .text-secondary p {
  color: #1E1E1E !important;
}

.border-secondary {
  border-color: #1E1E1E !important;
}

.hover-border-secondary:hover,
.hover:hover .hover-border-secondary {
  border-color: #1E1E1E !important;
}

.hover-bg-secondary:hover,
.hover:hover .hover-bg-secondary {
  background-color: #1E1E1E !important;
}

.hover-text-secondary:hover,
.hover:hover .hover-text-secondary {
  color: #1E1E1E !important;
}

.svg-secondary {
  fill: #1E1E1E !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-secondary:hover {
  fill: #1E1E1E !important;
}

.btn-secondary {
  background-color: #1E1E1E !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-secondary:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-secondary, .link-secondary a {
  color: #1E1E1E !important;
  text-decoration: none;
}

.hover-link-secondary:hover, .link-secondary a:hover, .hover:hover .hover-link-secondary {
  color: #1E1E1E !important;
}

.bg-secondary-light {
  background-color: #A7A6A6 !important;
}

.text-secondary-light, .text-secondary-light p {
  color: #A7A6A6 !important;
}

.border-secondary-light {
  border-color: #A7A6A6 !important;
}

.hover-border-secondary-light:hover,
.hover:hover .hover-border-secondary-light {
  border-color: #A7A6A6 !important;
}

.hover-bg-secondary-light:hover,
.hover:hover .hover-bg-secondary-light {
  background-color: #A7A6A6 !important;
}

.hover-text-secondary-light:hover,
.hover:hover .hover-text-secondary-light {
  color: #A7A6A6 !important;
}

.svg-secondary-light {
  fill: #A7A6A6 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-secondary-light:hover {
  fill: #A7A6A6 !important;
}

.btn-secondary-light {
  background-color: #A7A6A6 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-secondary-light:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-secondary-light, .link-secondary-light a {
  color: #A7A6A6 !important;
  text-decoration: none;
}

.hover-link-secondary-light:hover, .link-secondary-light a:hover, .hover:hover .hover-link-secondary-light {
  color: #A7A6A6 !important;
}

.bg-secondary-verylight {
  background-color: #E9E9E9 !important;
}

.text-secondary-verylight, .text-secondary-verylight p {
  color: #E9E9E9 !important;
}

.border-secondary-verylight {
  border-color: #E9E9E9 !important;
}

.hover-border-secondary-verylight:hover,
.hover:hover .hover-border-secondary-verylight {
  border-color: #E9E9E9 !important;
}

.hover-bg-secondary-verylight:hover,
.hover:hover .hover-bg-secondary-verylight {
  background-color: #E9E9E9 !important;
}

.hover-text-secondary-verylight:hover,
.hover:hover .hover-text-secondary-verylight {
  color: #E9E9E9 !important;
}

.svg-secondary-verylight {
  fill: #E9E9E9 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-secondary-verylight:hover {
  fill: #E9E9E9 !important;
}

.btn-secondary-verylight {
  background-color: #E9E9E9 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-secondary-verylight:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-secondary-verylight, .link-secondary-verylight a {
  color: #E9E9E9 !important;
  text-decoration: none;
}

.hover-link-secondary-verylight:hover, .link-secondary-verylight a:hover, .hover:hover .hover-link-secondary-verylight {
  color: #E9E9E9 !important;
}

.bg-secondary-dark {
  background-color: rgb(39, 39, 39) !important;
}

.text-secondary-dark, .text-secondary-dark p {
  color: rgb(39, 39, 39) !important;
}

.border-secondary-dark {
  border-color: rgb(39, 39, 39) !important;
}

.hover-border-secondary-dark:hover,
.hover:hover .hover-border-secondary-dark {
  border-color: rgb(39, 39, 39) !important;
}

.hover-bg-secondary-dark:hover,
.hover:hover .hover-bg-secondary-dark {
  background-color: rgb(39, 39, 39) !important;
}

.hover-text-secondary-dark:hover,
.hover:hover .hover-text-secondary-dark {
  color: rgb(39, 39, 39) !important;
}

.svg-secondary-dark {
  fill: rgb(39, 39, 39) !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-secondary-dark:hover {
  fill: rgb(39, 39, 39) !important;
}

.btn-secondary-dark {
  background-color: rgb(39, 39, 39) !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-secondary-dark:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-secondary-dark, .link-secondary-dark a {
  color: rgb(39, 39, 39) !important;
  text-decoration: none;
}

.hover-link-secondary-dark:hover, .link-secondary-dark a:hover, .hover:hover .hover-link-secondary-dark {
  color: rgb(39, 39, 39) !important;
}

.bg-blue {
  background-color: #1E90FF !important;
}

.text-blue, .text-blue p {
  color: #1E90FF !important;
}

.border-blue {
  border-color: #1E90FF !important;
}

.hover-border-blue:hover,
.hover:hover .hover-border-blue {
  border-color: #1E90FF !important;
}

.hover-bg-blue:hover,
.hover:hover .hover-bg-blue {
  background-color: #1E90FF !important;
}

.hover-text-blue:hover,
.hover:hover .hover-text-blue {
  color: #1E90FF !important;
}

.svg-blue {
  fill: #1E90FF !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-blue:hover {
  fill: #1E90FF !important;
}

.btn-blue {
  background-color: #1E90FF !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-blue:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-blue, .link-blue a {
  color: #1E90FF !important;
  text-decoration: none;
}

.hover-link-blue:hover, .link-blue a:hover, .hover:hover .hover-link-blue {
  color: #1E90FF !important;
}

.bg-blue-light {
  background-color: #6eb7ff !important;
}

.text-blue-light, .text-blue-light p {
  color: #6eb7ff !important;
}

.border-blue-light {
  border-color: #6eb7ff !important;
}

.hover-border-blue-light:hover,
.hover:hover .hover-border-blue-light {
  border-color: #6eb7ff !important;
}

.hover-bg-blue-light:hover,
.hover:hover .hover-bg-blue-light {
  background-color: #6eb7ff !important;
}

.hover-text-blue-light:hover,
.hover:hover .hover-text-blue-light {
  color: #6eb7ff !important;
}

.svg-blue-light {
  fill: #6eb7ff !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-blue-light:hover {
  fill: #6eb7ff !important;
}

.btn-blue-light {
  background-color: #6eb7ff !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-blue-light:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-blue-light, .link-blue-light a {
  color: #6eb7ff !important;
  text-decoration: none;
}

.hover-link-blue-light:hover, .link-blue-light a:hover, .hover:hover .hover-link-blue-light {
  color: #6eb7ff !important;
}

.bg-blue-verylight {
  background-color: #bbddfe !important;
}

.text-blue-verylight, .text-blue-verylight p {
  color: #bbddfe !important;
}

.border-blue-verylight {
  border-color: #bbddfe !important;
}

.hover-border-blue-verylight:hover,
.hover:hover .hover-border-blue-verylight {
  border-color: #bbddfe !important;
}

.hover-bg-blue-verylight:hover,
.hover:hover .hover-bg-blue-verylight {
  background-color: #bbddfe !important;
}

.hover-text-blue-verylight:hover,
.hover:hover .hover-text-blue-verylight {
  color: #bbddfe !important;
}

.svg-blue-verylight {
  fill: #bbddfe !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-blue-verylight:hover {
  fill: #bbddfe !important;
}

.btn-blue-verylight {
  background-color: #bbddfe !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-blue-verylight:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-blue-verylight, .link-blue-verylight a {
  color: #bbddfe !important;
  text-decoration: none;
}

.hover-link-blue-verylight:hover, .link-blue-verylight a:hover, .hover:hover .hover-link-blue-verylight {
  color: #bbddfe !important;
}

.bg-blue-dark {
  background-color: #0054a9 !important;
}

.text-blue-dark, .text-blue-dark p {
  color: #0054a9 !important;
}

.border-blue-dark {
  border-color: #0054a9 !important;
}

.hover-border-blue-dark:hover,
.hover:hover .hover-border-blue-dark {
  border-color: #0054a9 !important;
}

.hover-bg-blue-dark:hover,
.hover:hover .hover-bg-blue-dark {
  background-color: #0054a9 !important;
}

.hover-text-blue-dark:hover,
.hover:hover .hover-text-blue-dark {
  color: #0054a9 !important;
}

.svg-blue-dark {
  fill: #0054a9 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-blue-dark:hover {
  fill: #0054a9 !important;
}

.btn-blue-dark {
  background-color: #0054a9 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-blue-dark:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-blue-dark, .link-blue-dark a {
  color: #0054a9 !important;
  text-decoration: none;
}

.hover-link-blue-dark:hover, .link-blue-dark a:hover, .hover:hover .hover-link-blue-dark {
  color: #0054a9 !important;
}

.bg-pink {
  background-color: #FF6666 !important;
}

.text-pink, .text-pink p {
  color: #FF6666 !important;
}

.border-pink {
  border-color: #FF6666 !important;
}

.hover-border-pink:hover,
.hover:hover .hover-border-pink {
  border-color: #FF6666 !important;
}

.hover-bg-pink:hover,
.hover:hover .hover-bg-pink {
  background-color: #FF6666 !important;
}

.hover-text-pink:hover,
.hover:hover .hover-text-pink {
  color: #FF6666 !important;
}

.svg-pink {
  fill: #FF6666 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-pink:hover {
  fill: #FF6666 !important;
}

.btn-pink {
  background-color: #FF6666 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-pink:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-pink, .link-pink a {
  color: #FF6666 !important;
  text-decoration: none;
}

.hover-link-pink:hover, .link-pink a:hover, .hover:hover .hover-link-pink {
  color: #FF6666 !important;
}

.bg-pink-light {
  background-color: #ff9b9b !important;
}

.text-pink-light, .text-pink-light p {
  color: #ff9b9b !important;
}

.border-pink-light {
  border-color: #ff9b9b !important;
}

.hover-border-pink-light:hover,
.hover:hover .hover-border-pink-light {
  border-color: #ff9b9b !important;
}

.hover-bg-pink-light:hover,
.hover:hover .hover-bg-pink-light {
  background-color: #ff9b9b !important;
}

.hover-text-pink-light:hover,
.hover:hover .hover-text-pink-light {
  color: #ff9b9b !important;
}

.svg-pink-light {
  fill: #ff9b9b !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-pink-light:hover {
  fill: #ff9b9b !important;
}

.btn-pink-light {
  background-color: #ff9b9b !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-pink-light:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-pink-light, .link-pink-light a {
  color: #ff9b9b !important;
  text-decoration: none;
}

.hover-link-pink-light:hover, .link-pink-light a:hover, .hover:hover .hover-link-pink-light {
  color: #ff9b9b !important;
}

.bg-pink-verylight {
  background-color: #fecece !important;
}

.text-pink-verylight, .text-pink-verylight p {
  color: #fecece !important;
}

.border-pink-verylight {
  border-color: #fecece !important;
}

.hover-border-pink-verylight:hover,
.hover:hover .hover-border-pink-verylight {
  border-color: #fecece !important;
}

.hover-bg-pink-verylight:hover,
.hover:hover .hover-bg-pink-verylight {
  background-color: #fecece !important;
}

.hover-text-pink-verylight:hover,
.hover:hover .hover-text-pink-verylight {
  color: #fecece !important;
}

.svg-pink-verylight {
  fill: #fecece !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-pink-verylight:hover {
  fill: #fecece !important;
}

.btn-pink-verylight {
  background-color: #fecece !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-pink-verylight:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-pink-verylight, .link-pink-verylight a {
  color: #fecece !important;
  text-decoration: none;
}

.hover-link-pink-verylight:hover, .link-pink-verylight a:hover, .hover:hover .hover-link-pink-verylight {
  color: #fecece !important;
}

.bg-pink-dark {
  background-color: #c31717 !important;
}

.text-pink-dark, .text-pink-dark p {
  color: #c31717 !important;
}

.border-pink-dark {
  border-color: #c31717 !important;
}

.hover-border-pink-dark:hover,
.hover:hover .hover-border-pink-dark {
  border-color: #c31717 !important;
}

.hover-bg-pink-dark:hover,
.hover:hover .hover-bg-pink-dark {
  background-color: #c31717 !important;
}

.hover-text-pink-dark:hover,
.hover:hover .hover-text-pink-dark {
  color: #c31717 !important;
}

.svg-pink-dark {
  fill: #c31717 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-pink-dark:hover {
  fill: #c31717 !important;
}

.btn-pink-dark {
  background-color: #c31717 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-pink-dark:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-pink-dark, .link-pink-dark a {
  color: #c31717 !important;
  text-decoration: none;
}

.hover-link-pink-dark:hover, .link-pink-dark a:hover, .hover:hover .hover-link-pink-dark {
  color: #c31717 !important;
}

.bg-red {
  background-color: #D80654 !important;
}

.text-red, .text-red p {
  color: #D80654 !important;
}

.border-red {
  border-color: #D80654 !important;
}

.hover-border-red:hover,
.hover:hover .hover-border-red {
  border-color: #D80654 !important;
}

.hover-bg-red:hover,
.hover:hover .hover-bg-red {
  background-color: #D80654 !important;
}

.hover-text-red:hover,
.hover:hover .hover-text-red {
  color: #D80654 !important;
}

.svg-red {
  fill: #D80654 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-red:hover {
  fill: #D80654 !important;
}

.btn-red {
  background-color: #D80654 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-red:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-red, .link-red a {
  color: #D80654 !important;
  text-decoration: none;
}

.hover-link-red:hover, .link-red a:hover, .hover:hover .hover-link-red {
  color: #D80654 !important;
}

.bg-red-light {
  background-color: #ff4b8d !important;
}

.text-red-light, .text-red-light p {
  color: #ff4b8d !important;
}

.border-red-light {
  border-color: #ff4b8d !important;
}

.hover-border-red-light:hover,
.hover:hover .hover-border-red-light {
  border-color: #ff4b8d !important;
}

.hover-bg-red-light:hover,
.hover:hover .hover-bg-red-light {
  background-color: #ff4b8d !important;
}

.hover-text-red-light:hover,
.hover:hover .hover-text-red-light {
  color: #ff4b8d !important;
}

.svg-red-light {
  fill: #ff4b8d !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-red-light:hover {
  fill: #ff4b8d !important;
}

.btn-red-light {
  background-color: #ff4b8d !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-red-light:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-red-light, .link-red-light a {
  color: #ff4b8d !important;
  text-decoration: none;
}

.hover-link-red-light:hover, .link-red-light a:hover, .hover:hover .hover-link-red-light {
  color: #ff4b8d !important;
}

.bg-red-verylight {
  background-color: #ffabca !important;
}

.text-red-verylight, .text-red-verylight p {
  color: #ffabca !important;
}

.border-red-verylight {
  border-color: #ffabca !important;
}

.hover-border-red-verylight:hover,
.hover:hover .hover-border-red-verylight {
  border-color: #ffabca !important;
}

.hover-bg-red-verylight:hover,
.hover:hover .hover-bg-red-verylight {
  background-color: #ffabca !important;
}

.hover-text-red-verylight:hover,
.hover:hover .hover-text-red-verylight {
  color: #ffabca !important;
}

.svg-red-verylight {
  fill: #ffabca !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-red-verylight:hover {
  fill: #ffabca !important;
}

.btn-red-verylight {
  background-color: #ffabca !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-red-verylight:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-red-verylight, .link-red-verylight a {
  color: #ffabca !important;
  text-decoration: none;
}

.hover-link-red-verylight:hover, .link-red-verylight a:hover, .hover:hover .hover-link-red-verylight {
  color: #ffabca !important;
}

.bg-red-dark {
  background-color: #900035 !important;
}

.text-red-dark, .text-red-dark p {
  color: #900035 !important;
}

.border-red-dark {
  border-color: #900035 !important;
}

.hover-border-red-dark:hover,
.hover:hover .hover-border-red-dark {
  border-color: #900035 !important;
}

.hover-bg-red-dark:hover,
.hover:hover .hover-bg-red-dark {
  background-color: #900035 !important;
}

.hover-text-red-dark:hover,
.hover:hover .hover-text-red-dark {
  color: #900035 !important;
}

.svg-red-dark {
  fill: #900035 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-red-dark:hover {
  fill: #900035 !important;
}

.btn-red-dark {
  background-color: #900035 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-red-dark:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-red-dark, .link-red-dark a {
  color: #900035 !important;
  text-decoration: none;
}

.hover-link-red-dark:hover, .link-red-dark a:hover, .hover:hover .hover-link-red-dark {
  color: #900035 !important;
}

.bg-green {
  background-color: #1d7149 !important;
}

.text-green, .text-green p {
  color: #1d7149 !important;
}

.border-green {
  border-color: #1d7149 !important;
}

.hover-border-green:hover,
.hover:hover .hover-border-green {
  border-color: #1d7149 !important;
}

.hover-bg-green:hover,
.hover:hover .hover-bg-green {
  background-color: #1d7149 !important;
}

.hover-text-green:hover,
.hover:hover .hover-text-green {
  color: #1d7149 !important;
}

.svg-green {
  fill: #1d7149 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-green:hover {
  fill: #1d7149 !important;
}

.btn-green {
  background-color: #1d7149 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-green:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-green, .link-green a {
  color: #1d7149 !important;
  text-decoration: none;
}

.hover-link-green:hover, .link-green a:hover, .hover:hover .hover-link-green {
  color: #1d7149 !important;
}

.bg-green-light {
  background-color: #2eb875 !important;
}

.text-green-light, .text-green-light p {
  color: #2eb875 !important;
}

.border-green-light {
  border-color: #2eb875 !important;
}

.hover-border-green-light:hover,
.hover:hover .hover-border-green-light {
  border-color: #2eb875 !important;
}

.hover-bg-green-light:hover,
.hover:hover .hover-bg-green-light {
  background-color: #2eb875 !important;
}

.hover-text-green-light:hover,
.hover:hover .hover-text-green-light {
  color: #2eb875 !important;
}

.svg-green-light {
  fill: #2eb875 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-green-light:hover {
  fill: #2eb875 !important;
}

.btn-green-light {
  background-color: #2eb875 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-green-light:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-green-light, .link-green-light a {
  color: #2eb875 !important;
  text-decoration: none;
}

.hover-link-green-light:hover, .link-green-light a:hover, .hover:hover .hover-link-green-light {
  color: #2eb875 !important;
}

.bg-green-verylight {
  background-color: #52ffab !important;
}

.text-green-verylight, .text-green-verylight p {
  color: #52ffab !important;
}

.border-green-verylight {
  border-color: #52ffab !important;
}

.hover-border-green-verylight:hover,
.hover:hover .hover-border-green-verylight {
  border-color: #52ffab !important;
}

.hover-bg-green-verylight:hover,
.hover:hover .hover-bg-green-verylight {
  background-color: #52ffab !important;
}

.hover-text-green-verylight:hover,
.hover:hover .hover-text-green-verylight {
  color: #52ffab !important;
}

.svg-green-verylight {
  fill: #52ffab !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-green-verylight:hover {
  fill: #52ffab !important;
}

.btn-green-verylight {
  background-color: #52ffab !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-green-verylight:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-green-verylight, .link-green-verylight a {
  color: #52ffab !important;
  text-decoration: none;
}

.hover-link-green-verylight:hover, .link-green-verylight a:hover, .hover:hover .hover-link-green-verylight {
  color: #52ffab !important;
}

.bg-green-dark {
  background-color: #0f3925 !important;
}

.text-green-dark, .text-green-dark p {
  color: #0f3925 !important;
}

.border-green-dark {
  border-color: #0f3925 !important;
}

.hover-border-green-dark:hover,
.hover:hover .hover-border-green-dark {
  border-color: #0f3925 !important;
}

.hover-bg-green-dark:hover,
.hover:hover .hover-bg-green-dark {
  background-color: #0f3925 !important;
}

.hover-text-green-dark:hover,
.hover:hover .hover-text-green-dark {
  color: #0f3925 !important;
}

.svg-green-dark {
  fill: #0f3925 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-green-dark:hover {
  fill: #0f3925 !important;
}

.btn-green-dark {
  background-color: #0f3925 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-green-dark:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-green-dark, .link-green-dark a {
  color: #0f3925 !important;
  text-decoration: none;
}

.hover-link-green-dark:hover, .link-green-dark a:hover, .hover:hover .hover-link-green-dark {
  color: #0f3925 !important;
}

.text-gray-1 {
  color: hsl(0, 0%, 100%) !important;
}

.bg-gray-1 {
  background-color: hsl(0, 0%, 100%);
}

.text-gray-2 {
  color: hsl(0, 0%, 90%) !important;
}

.bg-gray-2 {
  background-color: hsl(0, 0%, 90%);
}

.text-gray-3 {
  color: hsl(0, 0%, 80%) !important;
}

.bg-gray-3 {
  background-color: hsl(0, 0%, 80%);
}

.text-gray-4 {
  color: hsl(0, 0%, 70%) !important;
}

.bg-gray-4 {
  background-color: hsl(0, 0%, 70%);
}

.text-gray-5 {
  color: hsl(0, 0%, 60%) !important;
}

.bg-gray-5 {
  background-color: hsl(0, 0%, 60%);
}

.text-gray-6 {
  color: hsl(0, 0%, 50%) !important;
}

.bg-gray-6 {
  background-color: hsl(0, 0%, 50%);
}

.text-gray-7 {
  color: hsl(0, 0%, 40%) !important;
}

.bg-gray-7 {
  background-color: hsl(0, 0%, 40%);
}

.text-gray-8 {
  color: hsl(0, 0%, 30%) !important;
}

.bg-gray-8 {
  background-color: hsl(0, 0%, 30%);
}

.text-gray-9 {
  color: hsl(0, 0%, 20%) !important;
}

.bg-gray-9 {
  background-color: hsl(0, 0%, 20%);
}

.text-gray-10 {
  color: hsl(0, 0%, 10%) !important;
}

.bg-gray-10 {
  background-color: hsl(0, 0%, 10%);
}

.hover-underline:hover {
  text-decoration: underline;
  color: black;
}

.hover:hover .img-hover-zoom {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.hover .img-hover-zoom {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.border-red {
  border-color: #1E1E1E !important;
  border-width: 2px !important;
}

.hover-opacity-100:hover:hover {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-opacity-75:hover:hover {
  filter: alpha(opacity=75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  opacity: 0.75 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-opacity-50:hover:hover {
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-opacity-25:hover:hover {
  filter: alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  opacity: 0.25 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.btn-secondary {
  color: rgba(255, 255, 255, 0.732) !important;
}

.btn-primary:hover {
  background-color: #ffce7a !important;
}

.btn-secondary:hover {
  background-color: black !important;
  color: white !important;
}

.btn-blue {
  background-color: #1E90FF !important;
  color: white !important;
}

.btn-blue:hover {
  background-color: #0054a9 !important;
  color: white !important;
}

.btn-pink {
  background-color: #FF6666 !important;
  color: white !important;
}

.btn-pink:hover {
  background-color: #c31717 !important;
  color: white !important;
}

.btn-red {
  background-color: #D80654 !important;
  color: white !important;
}

.btn-red:hover {
  background-color: #900035 !important;
  color: white !important;
}

.link-primary:hover {
  color: #d89b00 !important;
}

.link-secondary:hover {
  color: #1E90FF !important;
}

.link-blue:hover {
  color: #0054a9 !important;
}

.link-pink:hover {
  color: #c31717 !important;
}

.link-red:hover {
  color: #900035 !important;
}

html, body, p, ul {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

section {
  padding: 2rem 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #1E90FF;
}
a:hover {
  color: #D80654;
}

@media screen and (min-width: 1600px) {
  .container-xxl {
    max-width: 1574px;
  }
}

.flow > * + * {
  -webkit-margin-before: var(--flow-space, 1em);
          margin-block-start: var(--flow-space, 1em);
}

.font-primary {
  font-family: "Open Sans", sans-serif;
}

.font-arial {
  font-family: "Arial", sans-serif;
}

.font-tahoma {
  font-family: "Tahoma", sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #1E1E1E;
  background-color: #E2E2E2;
  line-height: 160%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #232323;
  line-height: 160%;
}

.node-content .h1, .node-content .h2, .node-content .h3, .node-content .h4, .node-content .h5, .node-content .h6, .node-content h1, .node-content h2, .node-content h3, .node-content h4, .node-content h5, .node-content h6 {
  border-bottom: 3px solid #FDC437;
  color: #1E90FF;
  margin-bottom: 10px;
}
.node-content strong, .node-content b {
  font-weight: 700;
}

h1, .h1 {
  font-size: 19.7225px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  h1, .h1 {
    font-size: calc(19.7225px + 3.2775 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  h1, .h1 {
    font-size: 23px;
  }
}

h2, .h2 {
  font-size: 18.865px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  h2, .h2 {
    font-size: calc(18.865px + 3.135 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  h2, .h2 {
    font-size: 22px;
  }
}

h3, .h3 {
  font-size: 18.0075px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  h3, .h3 {
    font-size: calc(18.0075px + 2.9925 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  h3, .h3 {
    font-size: 21px;
  }
}

h4, .h4 {
  font-size: 17.15px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  h4, .h4 {
    font-size: calc(17.15px + 2.85 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 16.2925px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  h5, .h5 {
    font-size: calc(16.2925px + 2.7075 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  h5, .h5 {
    font-size: 19px;
  }
}

h6, .h6 {
  font-size: 15.435px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  h6, .h6 {
    font-size: calc(15.435px + 2.565 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  h6, .h6 {
    font-size: 18px;
  }
}

body {
  font-size: 12.75px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  body {
    font-size: calc(12.75px + 2.25 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 15px;
  }
}

p, .para {
  font-size: 12.75px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  p, .para {
    font-size: calc(12.75px + 2.25 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  p, .para {
    font-size: 15px;
  }
}

.node-content p, .node-content li {
  font-size: 14.45px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  .node-content p, .node-content li {
    font-size: calc(14.45px + 2.55 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  .node-content p, .node-content li {
    font-size: 17px;
  }
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

#search-form * {
  font-family: "Open Sans", sans-serif !important;
}

#search-form .gs-title {
  font-size: 20px !important;
  color: black;
}

#search-form .gs-image, .gs-web-image-box, .gs-promotion-image-box {
  max-width: unset !important;
  max-height: unset !important;
  width: auto !important;
}

.gsc-cursor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin: 2.5rem 0;
  list-style: none;
}

.gsc-cursor-page {
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background-color: white;
  color: rgb(39, 39, 39);
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
}
.gsc-cursor-page:hover, .gsc-cursor-page:focus {
  background-color: #FDC437;
  color: rgb(39, 39, 39);
  border-color: rgba(0, 0, 0, 0.1803921569) !important;
  outline: none;
}

.gsc-cursor-current-page {
  background-color: #D80654;
  color: white;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  border-radius: 5px;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  pointer-events: none;
}

.box, .two-column .left-column, .two-column .right-column, .one-column {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #D7D7D7;
  padding: 1em;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media screen and (max-width: 576px) {
  .box, .two-column .left-column, .two-column .right-column, .one-column {
    padding: 0.5em;
    border-radius: 0px;
  }
}

main {
  padding-top: 1em;
}
@media screen and (max-width: 992px) {
  main {
    padding-top: 0.5em;
  }
}

.container .node-content .title, .container-xl .node-content .title, .container-xxl .node-content .title {
  border: unset;
  color: unset;
}
.container .node-content p, .container-xl .node-content p, .container-xxl .node-content p {
  text-align: justify;
  line-height: 175%;
  margin: 0 0 1em 0;
}
.container .node-content p:last-of-type, .container-xl .node-content p:last-of-type, .container-xxl .node-content p:last-of-type {
  margin-bottom: 0;
}
.container .node-content a picture img, .container-xl .node-content a picture img, .container-xxl .node-content a picture img {
  margin-bottom: 8px;
}
.container .node-content a:last-of-type picture img, .container-xl .node-content a:last-of-type picture img, .container-xxl .node-content a:last-of-type picture img {
  margin-bottom: 0;
}
.container .node-content > p:last-of-type, .container-xl .node-content > p:last-of-type, .container-xxl .node-content > p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .container-xl {
    max-width: 1320px;
  }
}

@media screen and (max-width: 1600px) {
  .container-xxl {
    max-width: unset;
  }
}
@media screen and (max-width: 992px) {
  .container-xxl {
    padding: 0.25em 0.5em;
  }
}
@media screen and (max-width: 576px) {
  .container-xxl {
    border: 0;
    padding: 0.5em 0;
  }
}

.container-fluid {
  padding: 0 1em;
}
@media screen and (max-width: 992px) {
  .container-fluid {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 576px) {
  .container-fluid {
    padding: 0;
  }
}

.container {
  max-width: 1000px;
}

.container-xxl .two-column {
  max-width: 1344px;
  margin: 0 auto;
}

.container-xxl .two-column-stretch {
  max-width: unset;
  margin: 0 auto;
}

.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 1rem;
}
@media screen and (max-width: 1150px) {
  .two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.two-column .left-column, .two-column .right-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
}
@media screen and (min-width: 1045px) {
  .two-column .left-column {
    min-width: 680px;
  }
}
@media screen and (min-width: 1600px) {
  .two-column .left-column {
    max-width: 950px;
  }
}
.two-column .right-column {
  position: sticky;
  text-align: center;
  top: 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 14px;
}
@media screen and (min-width: 1045px) {
  .two-column .right-column {
    min-width: 330px;
    max-width: 524px;
  }
}
@media screen and (min-width: 768px) {
  .two-column .right-column {
    padding: 0px;
  }
}
@media screen and (min-width: 1045px) {
  .two-column .right-column-wide {
    min-width: 300px;
    max-width: 302px;
    padding: 0;
  }
}
@media screen and (min-width: 1500px) {
  .two-column .right-column-wide {
    min-width: 330px;
    max-width: 524px;
    padding: 14px;
  }
}
@media screen and (min-width: 1045px) {
  .two-column .right-column-short {
    min-width: 300px;
    max-width: 302px;
    padding: 0;
  }
}
@media screen and (min-width: 1500px) {
  .two-column .right-column-short {
    min-width: 330px;
    max-width: 330px;
    padding: 14px;
  }
}

.two-column-stretch .left-column {
  min-width: unset;
  max-width: unset;
}
.two-column-stretch .left-column-no-box {
  all: unset;
  min-width: unset;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.two-column-stretch .left-column-max-1400 {
  max-width: 1400px;
}

@media screen and (min-width: 1300px) {
  #left-column-content-middle {
    width: 75%;
    margin: 0 auto;
  }
}

.item-list ul.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 0;
  margin: 4rem 0;
  list-style: none;
}
.item-list ul.pager li {
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.item-list ul.pager li.pager-current {
  background-color: #D80654;
  color: white;
  border-color: rgba(0, 0, 0, 0.1333333333);
}
.item-list ul.pager li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 5px;
  background-color: white;
  color: rgb(39, 39, 39);
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
}
.item-list ul.pager li a:hover {
  background-color: #FDC437;
  color: rgb(39, 39, 39);
  border-color: rgba(0, 0, 0, 0.1803921569) !important;
}
.item-list ul.pager .pager-next,
.item-list ul.pager .pager-previous {
  width: unset;
}
.item-list ul.pager .pager-next a,
.item-list ul.pager .pager-previous a {
  width: 100%;
  padding: 0 15px;
  text-transform: capitalize;
  background-color: #1E90FF;
  color: white;
}
.item-list li.pager-ellipsis, .item-list .pager-last, .item-list .pager-first {
  display: none;
}
@media screen and (max-width: 560px) {
  .item-list ul.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    margin: 1.5rem 0;
    padding: 0;
    width: 100% !important;
  }
  .item-list ul.pager li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: none;
    font-size: 20px;
    width: 100% !important;
    height: unset !important;
  }
  .item-list ul.pager li a {
    text-transform: uppercase !important;
    width: unset !important;
    height: unset !important;
    text-wrap-mode: nowrap;
  }
  .item-list ul.pager li.pager-previous, .item-list ul.pager li.pager-next, .item-list ul.pager li.pager-current {
    display: block;
  }
}
@media screen and (max-width: 325px) {
  .item-list ul.pager li {
    font-size: 17px;
  }
}

div.view div.views-hide {
  display: none;
  margin-left: 20px;
  font-size: xx-small;
  margin-right: 1em;
}
div.view:hover div.views-hide {
  display: block;
  margin-top: -1.5em;
  position: absolute;
  z-index: 200;
}

.views-admin-links ul.links {
  float: right;
  font-weight: bold;
  margin: 17px 0 0 0;
  padding: 0;
  text-decoration: none;
  width: 155px;
}
.views-admin-links ul.links li {
  list-style: none;
  list-style-image: none;
  font: Bold 12px Arial;
  color: white;
  display: inline-block;
}
.views-admin-links ul.links li a {
  background-color: red;
  color: white;
  padding: 3px;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 4px solid #FDC437;
  margin-bottom: 15px;
  font-family: "Arial", sans-serif;
}
.tabs li {
  list-style: none;
}
.tabs li a {
  display: block;
  padding: 8px 12px;
  color: #6b7280;
  background: #f8f9fa;
  text-decoration: none;
  margin-right: 5px;
  font-size: 13px;
}
.tabs li a:hover {
  background: #eaeaea;
}
.tabs li a.active {
  background-color: #FDC437;
  color: #000;
  font-weight: bold;
}
.tabs li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0;
}
.tabs li:last-child a {
  border-right: none;
}
.tabs li.active a {
  background-color: #FDC437;
  color: #000;
}

.view-downloads .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  padding: 0px 12px;
}
@media screen and (max-width: 576px) {
  .view-downloads .view-content {
    padding: 0;
  }
}

.view-downloads .views-field-nid {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .view-downloads .views-field-nid {
    width: 100%;
  }
}

.view-downloads .field-content {
  display: block;
  height: 100%;
}

.view-downloads .views-row {
  padding: 0.5rem;
  padding-left: 0;
  padding-bottom: 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .view-downloads .views-row {
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .view-downloads .views-row {
    width: 50%;
    padding: 0.5rem;
  }
}
@media (min-width: 992px) {
  .view-downloads .views-row {
    padding: 0.25rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .view-downloads .views-row {
    width: 33.3333%;
    padding: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .view-downloads .views-row {
    padding: 1rem;
  }
}

.tvi-term-desc {
  display: none;
}

.XXvideoset {
  width: 33%;
  padding: 0.5rem;
  padding-bottom: 1rem;
  padding-left: 0;
  text-align: center;
}
@media (min-width: 576px) {
  .XXvideoset {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .XXvideoset {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .XXvideoset {
    width: 33.33333333%;
    padding-bottom: 2rem;
  }
}

.view-videos .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  padding: 0px 12px;
}

.view-videos .views-field-field-videos-embed {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .view-videos .views-field-field-videos-embed {
    width: 100%;
  }
}

.view-videos .field-content {
  display: block;
  height: 100%;
}

.view-videos .views-row {
  padding: 0.5rem;
  padding-left: 0;
  padding-bottom: 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 576px) {
  .view-videos .views-row {
    width: 50%;
    padding: 0.5rem;
  }
}
@media (min-width: 992px) {
  .view-videos .views-row {
    padding: 0.25rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .view-videos .views-row {
    width: 33.3333%;
    padding: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .view-videos .views-row {
    padding: 1rem;
  }
}

header a.logo img {
  margin: 0.5em 0;
}
@media screen and (max-width: 350px) {
  header a.logo img {
    height: 35px;
    display: none;
  }
}
@media screen and (min-width: 351px) {
  header a.logo img {
    height: 40px;
  }
}
@media screen and (min-width: 992px) {
  header a.logo img {
    height: 45px;
  }
}
@media screen and (min-width: 1400px) {
  header a.logo img {
    height: 45px;
  }
}
header a.logo span {
  font-weight: 600;
  display: inline-block;
  font-size: 25px;
}
@media screen and (min-width: 350px) {
  header a.logo span {
    display: none;
    font-size: 30px;
  }
}

.fav {
  background-image: url(../img/favicon.ico);
  background-position: left;
  width: 20px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  -webkit-animation: spin 12s linear infinite;
          animation: spin 12s linear infinite;
}

.fav:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
nav {
  background-color: #FDC437;
  background-color: #FDC437;
  text-align: center;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 992px) {
  nav {
    position: fixed;
    top: 55px;
    left: -100%;
    width: 25vw !important;
    height: 100vh !important;
    min-width: 300px;
    z-index: 9999;
    background-color: #FFF0D6;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    overflow-y: scroll;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  nav ul {
    display: block !important;
  }
}
@media screen and (max-width: 992px) {
  nav ul li {
    width: 100%;
    height: 100%;
    display: block;
    background-image: unset;
    background-color: #FDC437;
    background-repeat: repeat-y !important;
  }
}
@media screen and (min-width: 992px) {
  nav ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-right: 1px solid #e3b43d;
  }
}
nav ul li a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  padding: 0.4em 1em !important;
}
@media screen and (max-width: 1400px) {
  nav ul li a {
    padding: 0.4em 0.8em !important;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  nav ul li a {
    padding: 0.4em 0.8em !important;
    font-size: 14px;
  }
}
@media screen and (max-width: 1120px) {
  nav ul li a {
    padding: 0.4em 0.8em !important;
    font-size: 14px;
    margin: 0px;
  }
}
@media screen and (max-width: 992px) {
  nav ul li a {
    margin: 0 0.25em 0 0 !important;
    color: black;
    font-size: 19px;
    width: 100%;
    height: 100%;
    text-align: left;
    font-weight: 400;
    padding: 0.5em 1em !important;
    border-bottom: 5px solid white;
  }
}
@media screen and (min-width: 992px) {
  nav ul li a {
    color: #564419;
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 3px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    white-space: nowrap;
  }
}
nav ul li a:hover {
  background-color: white;
  color: #1d1d1d;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  nav ul li a:hover {
    border-radius: 0px;
  }
}
nav ul li a.active {
  background-color: white;
  cursor: default;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  nav ul li a.active {
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  nav ul li a.active {
    color: #4c4c4c;
    padding-bottom: 0.65em !important;
    border-radius: 5px 5px 0 0;
  }
}
nav ul li a.active::after {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  nav ul li a.active::after {
    content: "➔";
    margin-left: 15px;
    font-size: 2rem;
    vertical-align: middle;
  }
}
@media screen and (min-width: 992px) {
  nav ul li a.active::after {
    content: "⮟";
    margin-left: 5px;
  }
}
@media screen and (min-width: 992px) {
  nav ul li a.active:hover::after {
    -webkit-animation: bounce-arrow 0.75s infinite ease-in-out;
            animation: bounce-arrow 0.75s infinite ease-in-out;
  }
}
@media screen and (max-width: 992px) {
  nav ul li a.active:hover::after {
    -webkit-animation: move-arrow 1s infinite ease-in-out;
            animation: move-arrow 1s infinite ease-in-out;
  }
}
@-webkit-keyframes bounce-arrow {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes bounce-arrow {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@-webkit-keyframes move-arrow {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
@keyframes move-arrow {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

nav.red-menu {
  background-color: #1d7149;
}
nav.red-menu li {
  border-right: 1px solid #185c3b;
}
nav.red-menu li a {
  color: white;
}
nav.red-menu li a.active {
  color: #1d7149;
}

#search-form {
  display: none;
}

#search-form.show {
  display: block;
}

.bigtab {
  padding: 3px 0;
}
.bigtab .bigtab-in {
  padding: 2px 0;
  text-align: center;
}
.bigtab .bigtab-in a {
  display: inline-block;
  padding: 3px 4px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #eaeaea;
  color: #41330a;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .bigtab .bigtab-in a {
    padding: 4px 12px;
  }
}
.bigtab .bigtab-in a:hover {
  background-color: #3D3D3D;
  color: white;
  -webkit-transition: 0s;
  transition: 0s;
}
.bigtab .bigtab-in a.active {
  background-color: #FDC437;
  color: #1E1E1E;
  cursor: default;
}
.bigtab .bigtab-in a.active:hover {
  background-color: #FDC437 !important;
  color: #1E1E1E !important;
}
@media screen and (max-width: 992px) {
  .bigtab .bigtab-in a.active::after {
    content: "➔";
    margin-left: 15px;
    font-size: 2rem;
    vertical-align: middle;
  }
}
@media screen and (min-width: 992px) {
  .bigtab .bigtab-in a.active::after {
    content: "⮟";
    margin-left: 5px;
  }
}
.bigtab .bigtab-with-border {
  border-bottom: 4px solid #FDC437;
  padding-bottom: 0px;
}
.bigtab .bigtab-with-border a {
  margin-bottom: 4px;
}
.bigtab .bigtab-with-border a.active {
  padding: 8px 12px 12px 12px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0px;
}
.bigtab .bigtab-sub {
  margin-top: 5px;
}
.bigtab .bigtab-sub a {
  border-radius: 0;
  text-transform: capitalize;
  font-size: 12px;
  padding: 2px 12px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
}

.hover1:hover {
  background-color: #D80654 !important;
  border-color: #D80654 !important;
}

.hover2:hover {
  background-color: #00ceec !important;
  border-color: #00ceec !important;
}

.hover3:hover {
  background-color: #7cb300 !important;
  border-color: #7cb300 !important;
}

.hover4:hover {
  background-color: #f10146 !important;
  border-color: #f10146 !important;
}

.hover5:hover {
  background-color: #3874f5 !important;
  border-color: #3874f5 !important;
}

.hover6:hover {
  background-color: #d803b6 !important;
  border-color: #d803b6 !important;
}

.hover7:hover {
  background-color: #a50000 !important;
  border-color: #a50000 !important;
}

.hover8:hover {
  background-color: #ec6402 !important;
  border-color: #ec6402 !important;
}

.hover9:hover {
  background-color: #FF6666 !important;
  border-color: #FF6666 !important;
}

.hover10:hover {
  background-color: #02ab6a !important;
  border-color: #02ab6a !important;
}

#social-big a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 3px 5px rgb(0, 0, 0);
          box-shadow: 0 3px 5px rgb(0, 0, 0);
  opacity: 0.8;
}
#social-big a:hover {
  opacity: 1;
  border: 1px solid #1E1E1E;
  -webkit-box-shadow: 0 13px 8px rgb(0, 0, 0);
          box-shadow: 0 13px 8px rgb(0, 0, 0);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.opacity-75 {
  opacity: 0.75;
  filter: alpha(opacity=75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-25 {
  opacity: 0.25;
  filter: alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-opacity-100:hover {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-opacity-75:hover {
  filter: alpha(opacity=75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  opacity: 0.75 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-opacity-50:hover {
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-opacity-25:hover {
  filter: alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  opacity: 0.25 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.row {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.5em;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hover-underline:hover {
  text-decoration: underline !important;
  color: black;
}

.hover:hover .img-hover-zoom {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hover .img-hover-zoom {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hover .hover-show {
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.hover:hover .hover-show {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.transition, .blink, .e {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bi-bold::before {
  font-weight: bold !important;
}

.cursor-pointer {
  cursor: pointer;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fw-bold {
  font-weight: 600 !important;
}

.jump {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.jump:hover {
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}

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

.bg-center {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-left {
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-right {
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
}

.gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.gray:hover {
  filter: none !important;
  -webkit-filter: none !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.sharing {
  opacity: 0.3;
}

.sharing:hover {
  opacity: 1;
}

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

/* .s-f{font-family:Tahoma, Helvetica, sans-serif!important; font-size: 11px!important;}
.c-g{color:#7D7D7D!important;} .c-r{color:#E10000!important;} .c-dg{color:#383838!important;}
.c-b{color:black!important;}
.c-w{color:white!important;}
.a-b{color:black!important;}.a-b:hover{ color:#1E90FF!important;}
.a-g{color:#7D7D7D!important;}.a-g:hover{ color:black!important;}
.a-dg{color:#383838!important;}.a-dg:hover{color:black!important;}
.a-r{color:#E10000!important;}.a-r:hover{ color:black!important;}
.a-dg{color:#383838!important;}.a-dg:hover{ color:#1E90FF!important;}
.a-y{color:#624910;}
.a-y:hover{color:black!important;}
.f-b{font-weight:600!important;}
.f-n{font-weight:normal!important;}
.f-cap{text-transform: capitalize;}
.f-u{text-transform: uppercase;}
.t-line{text-decoration: underline;}
.t-c{text-align:center!important;}.t-l{text-align:left!important;}.t-r{text-align:right!important;}.t-j{text-align:justify!important;}
.dib{display: inline-block;}
.db{display: block;} */
/* .p5{ padding:5px!important;}.p10{ padding:10px!important;}.p15{ padding:15px!important;}.p20{padding:20px!important;} */
/* .ptb5{ padding:5px 0;}.ptb10{ padding:10px 0;}.ptb15{ padding:15px 0;}.ptb20{ padding:20px 0;}
.plr5{ padding: 0 5px;}.plr10{ padding: 0 10px;}.plr15{ padding: 0 15px;}.plr20{ padding: 0 20px;}
.pl5{ padding-left:5px;}.pl10{ padding-left:10px;}.pl15{ padding-left:15px;}.pl20{ padding-left:20px;}
.pr5{ padding-right:5px;}.pr10{ padding-right:10px;}.pr15{ padding-right:15px;}.pr20{ padding-right:20px;}
.pt5{ padding-top:5px;}.pt10{ padding-top:10px;}.pt15{ padding-top:15px;}.pt20{ padding-top:20px;}
.pb5{ padding-bottom:5px;}.pb10{ padding-bottom:10px;}.pb15{ padding-bottom:15px;}.pb20{ padding-bottom:20px;}
.m5{ margin:5px!important;}.m10{margin:10px!important;}.m15{ margin:15px!important;}.m20{margin:20px!important;}
.mtb5{ margin:5px 0;}.mtb10{ margin:10px 0;}.mtb15{ margin:15px 0;}.mtb20{ margin:20px 0;}
.mlr5{ margin: 0 5px;}.mlr10{ margin: 0 10px;}.mlr15{ margin: 0 15px;}.mlr20{ margin: 0 20px;}
.ml5{ margin-left:5px;}.ml10{ margin-left:10px;}.ml15{ margin-left:15px;}.ml20{ margin-left:20px;}
.mr5{ margin-right:5px;}.mr10{ margin-right:10px;}.mr15{ margin-right:15px;}.mr20{ margin-right:20px;}
.mt5{ margin-top:5px;}.mt10{ margin-top:10px!important;}.mt15{ margin-top:15px;}.mt20{ margin-top:20px;}
.mb5{ margin-bottom:5px;}.mb10{ margin-bottom:10px;}.mb15{ margin-bottom:15px;}.mb20{ margin-bottom:20px;} */
/* .m-a{margin:0 auto;}
.bor-g{border:1px solid #E4E4E4;}
.bg-w{background-color:white;}
.bg-r{background-color:#F00006;}
.bg-g{background-color:#8F8F8F;}
.bg-dg{background-color:#3F3F3F!important;}
.bg-lg{background-color:#EEEEEE;}
.bg-b{background-color:black;}
.bg-blue{background-color: #25e5ff;border: 1px solid #25e5ff;}
.bg-green{background-color:#8BBC1B;} 
.bg-y{background-color:#FFC600;} 
.bg-pink{background-color:#D80654;}  
.bg-like{background-color:#FF6666;}
.rad{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;} */
/*  .f-large, .f-large p{ font-size:large; line-height:160%;} .f-xl, .f-xl p{ font-size:x-large;}
.f-med, .f-med p, .f-med a{ font-size:medium; line-height:160%;}
.f13, .f13 p, .f13 a{ font-size:13px!important; }
.f15, .f15 p, .f15 a{ font-size:15px!important; }
.f1{font-family: 'Open Sans', Trebuchet MS, Helvetica, sans-serif;}
.f2{font-family: Arial, Helvetica, Verdana!important;}
.l-h150, .l-h150 p{line-height:150%;} */
.mytab {
  max-width: 700px;
  margin: 0 auto;
}
.mytab a {
  background-color: #d3d3d3;
  color: rgb(72, 72, 72);
  display: block;
  padding: 0.7em 0.25em;
  border-radius: 0.5rem 0.5rem 0 0;
  text-transform: uppercase;
  -webkit-transition: 0s;
  transition: 0s;
}
.mytab a .fav {
  display: none;
}
.mytab a:hover:not(a.active) {
  background-color: #1E1E1E;
  color: white;
  -webkit-transition: 0s;
  transition: 0s;
}
.mytab a.active {
  color: black;
  background-color: white;
  font-weight: 600;
  cursor: default;
}
.mytab a.active .fav {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (min-width: 900px) {
  .masonry-2 {
    max-width: 1420px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (min-width: 1150px) {
  .masonry-2 {
    max-width: 1420px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media screen and (min-width: 900px) {
  .masonry-3 {
    max-width: 1420px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 1800px) {
  .masonry-3 {
    max-width: 2160px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.masonry {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin: 0 auto;
  padding-top: 1em;
}

.masonry-item {
  max-width: 700px;
  margin: 0 auto;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
  background: white;
  padding: 15px;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.masonry-item * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.masonry-item .masonry-item-inner {
  max-width: 660px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .masonry-item {
    border-radius: 0;
  }
}
.masonry-item .title {
  color: #1E1E1E;
  margin-top: -8px;
}
@media screen and (max-width: 1440px) {
  .masonry-item .title {
    font-size: 16px;
  }
}
.masonry-item p {
  opacity: 0.7;
}
@media screen and (max-width: 1440px) {
  .masonry-item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .masonry-item p {
    font-size: 13px;
  }
}
.masonry-item span.img img {
  border-top: 4px solid white;
}
.masonry-item:hover p {
  opacity: 1;
}
.masonry-item:hover span.img img {
  border-top: 4px solid #FDC437;
  margin-top: -4px;
  padding-bottom: 4px;
}
.masonry-item:hover .title {
  color: black;
}

.masonry-item.fixradius {
  border-radius: 0 0 0.5rem 0.5rem !important;
}
@media screen and (max-width: 576px) {
  .masonry-item.fixradius {
    border-radius: 0 !important;
  }
}

@media (max-width: 768px) {
  .masonry {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.tag {
  display: inline-block;
  line-height: 100% !important;
  color: #5d5d5d !important;
  background-color: #f9f9f9;
  font-size: 13px;
  text-transform: uppercase;
  margin: 5px 5px 0 0;
  padding: 12px;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 1300px) {
  .tag {
    font-size: 12px;
    padding: 6px;
    text-transform: capitalize;
    font-family: "Tahoma", sans-serif;
    margin: 0px 5px 0 0;
  }
}

.tag:hover {
  background-color: #FDC437;
  color: black !important;
  border: 1px solid rgba(0, 0, 0, 0.111);
}

a.share-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #A7A6A6;
}

.share-tag-icon {
  display: inline-block;
  color: #292929 !important;
  margin-right: 0;
  opacity: 0.5;
  margin-left: 5px;
  -webkit-filter: grayscale(100%) !important;
          filter: grayscale(100%) !important;
}

.share-tag-icon:hover {
  opacity: 1;
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
}

a.download {
  display: block;
  font-size: 14px;
  color: #1E1E1E;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #f6f6f6;
  border-radius: 5px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 1460px) {
  a.download {
    width: 100%;
    height: 100%;
    max-width: 370px;
  }
}
a.download span.img-span {
  display: block;
  text-align: left;
  overflow: hidden;
  max-width: 400px;
  max-height: 250px;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 992px) {
  a.download span.img-span {
    height: 250px;
  }
}
@media screen and (min-width: 576px) {
  a.download span.img-span {
    max-height: 250px;
  }
}
@media screen and (min-width: 992px) {
  a.download span.img-span {
    height: 250px;
  }
}
a.download:hover {
  background-color: #FDC437;
  border: 1px solid rgba(0, 0, 0, 0.0666666667);
  color: black;
}

.video-play {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
}

.video-play img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.video-play:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #FDC437;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover:hover .play-icon {
  opacity: 1;
  padding: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.node-type-blog .left-column ul, .node-type-blog .left-column ol {
  list-style: auto;
  margin-bottom: 2em;
  padding-left: 1.85em;
}
.node-type-blog .left-column ul li, .node-type-blog .left-column ol li {
  margin-bottom: 1em;
}
.node-type-blog .left-column .small {
  font-size: 13px;
}

@media screen and (max-width: 650px) {
  .emvideo iframe {
    width: 100% !important;
    min-height: 250px !important;
  }
}
@media screen and (max-width: 992px) {
  .emvideo object, .emvideo {
    width: 100% !important;
  }
}
ins.adsbygoogle[data-ad-status=unfilled] {
  display: none !important;
}

.hideemptyad:has(ins.adsbygoogle[data-ad-status=unfilled]), .google-auto-placed:has(ins.adsbygoogle[data-ad-status=unfilled]) {
  display: none;
}

@media screen and (min-width: 992px) {
  .hideemptyad:has(ins.adsbygoogle[data-ad-status=unfilled]) {
    display: none;
  }
}
.page-admin table * {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.page-admin form * {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.page-admin input, .page-admin textarea, .page-admin .input-group-text, .page-admin select {
  padding: 3px;
  padding-left: 10px;
  border-radius: 0;
  background-color: #dfdfdf;
}
.page-admin input:hover, .page-admin textarea:hover, .page-admin .input-group-text:hover, .page-admin select:hover {
  background-color: white;
}
.page-admin .input-group-text {
  font-weight: bold;
  background-color: white;
}
.page-admin .form-check-input[type=checkbox] {
  padding: 0;
  border: 1px solid #424242;
}/*# sourceMappingURL=neelanboot.css.map */