/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
* font-family: 'Satoshi'
*/
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-onestop/assets/fonts/satoshi/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-onestop/assets/fonts/satoshi/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi Bold';
  src: url('../themes/pensoft-onestop/assets/fonts/satoshi/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-onestop/assets/fonts/satoshi/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-onestop/assets/fonts/satoshi/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-onestop/assets/fonts/satoshi/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi Italic';
  src: url('../themes/pensoft-onestop/assets/fonts/satoshi/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi Medium';
  src: url('../themes/pensoft-onestop/assets/fonts/satoshi/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-onestop/assets/fonts/satoshi/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi Regular';
  src: url('../themes/pensoft-onestop/assets/fonts/satoshi/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-onestop/assets/fonts/satoshi/Satoshi-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-onestop/assets/fonts/satoshi/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 1.2em;
}
h2,
.h2 {
  font-size: 27px;
  line-height: 1.2em;
}
h3,
.h3 {
  font-size: 21.06px;
  line-height: 1.2em;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 15.66px;
  line-height: 1.2em;
}
h6,
.h6 {
  font-size: 12.06px;
  line-height: 1.2em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.title {
  margin-bottom: 20px;
  color: #010d1c;
}
h1.underline,
.h1.underline,
h2.underline,
.h2.underline,
h3.underline,
.h3.underline,
h4.underline,
.h4.underline,
h5.underline,
.h5.underline,
h6.underline,
.h6.underline,
.title.underline {
  display: inline-block;
  padding-bottom: 10px;
}
h1.underline.white,
.h1.underline.white,
h2.underline.white,
.h2.underline.white,
h3.underline.white,
.h3.underline.white,
h4.underline.white,
.h4.underline.white,
h5.underline.white,
.h5.underline.white,
h6.underline.white,
.h6.underline.white,
.title.underline.white {
  border-color: #ffffff;
}
h1.base_heading,
.h1.base_heading,
h2.base_heading,
.h2.base_heading,
h3.base_heading,
.h3.base_heading,
h4.base_heading,
.h4.base_heading,
h5.base_heading,
.h5.base_heading,
h6.base_heading,
.h6.base_heading,
.title.base_heading {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
h1.base_heading.inner-page,
.h1.base_heading.inner-page,
h2.base_heading.inner-page,
.h2.base_heading.inner-page,
h3.base_heading.inner-page,
.h3.base_heading.inner-page,
h4.base_heading.inner-page,
.h4.base_heading.inner-page,
h5.base_heading.inner-page,
.h5.base_heading.inner-page,
h6.base_heading.inner-page,
.h6.base_heading.inner-page,
.title.base_heading.inner-page {
  margin-top: 80px;
  margin-bottom: 20px !important;
  text-transform: none;
}
del,
s {
  text-decoration: line-through;
}
ins,
u {
  text-decoration: underline;
}
small {
  font-size: 14.4px;
}
strong,
b {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  text-decoration: none;
  background-color: transparent;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p.lead {
  font-size: 22.5px;
  font-weight: 300;
}
img.text,
.img.text {
  height: 18px;
  width: auto;
}
img.fluid,
.img.fluid {
  max-width: 100%;
  width: 100%;
  width: 100% \9;
  height: auto;
}
img.thumbnail,
.img.thumbnail {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
}
img.rounded,
.img.rounded {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
}
img.float-left,
.img.float-left {
  float: left;
}
img.float-right,
.img.float-right {
  float: left;
}
.container {
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container.highlights-news {
  padding-bottom: 30px;
}
.container.jpi {
  padding-top: 0;
}
.container-fluid {
  width: 100%;
  padding-left: 0 !important;
}
.fixed-top,
.fixed-bottom,
.fixed-right,
.fixed-left {
  position: fixed;
}
.fixed-top {
  top: 0;
  left: 0;
  right: 0;
}
.fixed-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.fixed-right {
  top: 0;
  bottom: 0;
  left: 0;
}
.fixed-left {
  top: 0;
  bottom: 0;
  right: 0;
}
.border-box {
  box-sizing: border-box;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
.static {
  position: static;
}
.show {
  display: block;
}
.hide {
  display: none;
}
body.menu-open {
  overflow: hidden;
}
body.search-open {
  overflow: hidden;
}
body.search-open #headernavbar .navbar-brand,
body.search-open #headernavbar #desktopMenuToggle {
  z-index: 1005;
}
body.search-open .container,
body.search-open .header-image,
body.search-open .navbar-collapse {
  transition: filter 0.3s ease;
}
img {
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  img {
    width: auto;
  }
}
img.content {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 575.98px) {
  img.content {
    margin-right: 0;
  }
}
img.content.left {
  float: none;
  margin-top: 0;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  img {
    width: auto;
  }
  img.content {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  img.content.left {
    float: left;
    margin-top: 0;
    margin-left: 0;
  }
}
.ui-icon.small,
.ui-icon.large,
.ui-icon.huge {
  line-height: 1.2em;
  vertical-align: middle;
}
.ui-icon.small {
  font-size: 14.4px;
}
.ui-icon.normal {
  font-size: 20px;
  float: left;
  margin-right: 5px;
  height: 20px;
}
.ui-icon.big {
  font-size: 36px;
}
.ui-icon.large {
  font-size: 54px;
}
.ui-icon.huge {
  font-size: 90px;
}
.file_container {
  padding: 10px;
  line-height: 20px;
  border-bottom: 1px solid #d8d8d8!important;
}
.work_packages {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.work_packages .accordion-border,
.mission .accordion-border {
  border: none;
  padding: 8px;
  margin: 20px 0;
  font-size: 1em;
  cursor: pointer;
  width: 98%;
  background: #f0f0f0;
  border-radius: 7px;
}
.mission .accordion-border {
  margin: 7px 0 8px 0;
}
.work_packages .accordion-toggle,
.mission .accordion-toggle {
  background: none;
  border: none;
  border-radius: unset;
  padding: 30px;
  color: #010F21;
  font-size: 23px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  .work_packages .accordion-toggle .col-xs.start-xs,
  .mission .accordion-toggle .col-xs.start-xs {
    padding: 10px;
  }
}
.work_packages .accordion-toggle:focus,
.mission .accordion-toggle:focus {
  outline: none;
}
.work_packages .accordion-toggle {
  padding: 0px;
  font-size: 18px;
  line-height: 1.2em;
}
.work_packages .accordion-toggle .col-xs.start-xs {
  padding: 0 20px;
}
.work_packages .accordion-toggle .green_bullet {
  width: 85px;
  height: 85px;
  /* UI Properties */
  background: transparent linear-gradient(226deg, #25bdd2 0%, #2d7252 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
.work_packages .accordion-toggle .green_bullet.toggled {
  height: 57px;
}
.mission .accordion-content {
  padding: 30px;
  line-height: 1.5em !important;
  font-size: 18px;
}
.mission .accordion-content ol {
  list-style-type: decimal;
  padding-left: 40px;
}
.work_packages .accordion-content {
  padding: 20px 8px;
  line-height: 1.5em !important;
  font-size: 18px;
}
.work_packages .accordion-content ol {
  list-style-type: decimal;
  padding-left: 40px;
}
.work_packages .plusminus,
.mission .plusminus {
  flex-basis: 10%;
  width: 29px;
  height: 29px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 991.98px) {
  .work_packages .plusminus,
  .mission .plusminus {
    position: relative;
  }
}
.work_packages .plusminus .plus,
.mission .plusminus .plus,
.work_packages .plusminus .minus,
.mission .plusminus .minus {
  width: 23px;
  height: 11px;
  text-align: right;
  vertical-align: middle;
  color: #000401;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../themes/pensoft-onestop/assets/images/arrow-down.svg") center no-repeat;
  background-size: contain !important;
}
@media screen and (max-width: 991.98px) {
  .work_packages .plusminus .plus,
  .mission .plusminus .plus,
  .work_packages .plusminus .minus,
  .mission .plusminus .minus {
    position: absolute;
    right: 5px;
  }
}
.work_packages .plusminus .plus,
.mission .plusminus .plus {
  background: url("../themes/pensoft-onestop/assets/images/arrow-down.svg") center no-repeat;
}
.work_packages .plusminus .minus,
.mission .plusminus .minus {
  background: url("../themes/pensoft-onestop/assets/images/arrow-down.svg") center no-repeat;
  transform: rotate(180deg);
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 7.5px 10px;
  font-size: 18px;
  line-height: 1.2em;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  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;
  word-break: break-all;
}
@media screen and (max-width: 575.98px) {
  .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.btn.no-margin {
  margin: 0px !important;
}
.btn.search {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  line-height: unset !important;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom: 1px solid #acacac;
  border-top: 1px solid #acacac;
  border-right: 1px solid #acacac;
  padding: 0;
  height: 32px;
}
@media screen and (max-width: 575.98px) {
  .btn.search {
    height: 45px;
    text-align: end;
    padding-right: 10px;
    margin-right: 10px;
    width: 20%;
  }
}
.btn.no-padding {
  padding: 0 !important;
}
.btn.small {
  line-height: 0.8;
}
.btn.large {
  line-height: 2.5;
}
.btn.huge {
  line-height: 3;
}
.btn.btn-bold {
  font-weight: 800;
}
.btn.fluid {
  margin-top: 20px;
}
.btn.disabled,
.btn:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-primary {
  color: #ffffff;
  background-color: #3CBB54;
  border-color: #3CBB54;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px rgba(198, 228, 246, 0.05);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 13.6px;
  padding-bottom: 13.6px;
  min-width: 129px;
  font-size: 14px;
  font-family: 'Satoshi Regular';
}
.btn-primary:hover,
.btn-primary.active {
  color: #ffffff;
  background-color: #329B46;
  border-color: #329B46;
}
.btn-secondary {
  color: #ffffff;
  background-color: #3cbb54;
  border-color: #f0f0f0;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  padding: 5px 20px;
}
.btn-secondary.width100 {
  width: 100%;
}
.btn-secondary:hover {
  color: #3cbb54;
  background-color: #ffffff;
  border-color: #3cbb54;
}
.btn-success {
  color: #ffffff;
  background-color: #020202;
  border-color: #020202;
}
.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-info {
  color: #ffffff;
  background-color: #3cbb54;
  border-color: #3cbb54;
}
.btn-light {
  color: #000401;
  background-color: #0d3654;
  border-color: #0d3654;
}
.btn-dark {
  color: #ffffff;
  background-color: #000401;
  border-color: #000401;
}
.btn-yellow {
  color: #ffffff;
  background-color: #25bdd2;
  border-color: #25bdd2;
}
.btn-yellow:hover {
  color: #25bdd2;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-link {
  color: #3cbb54;
}
.button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 7px;
  margin-bottom: 30px;
}
.button_su.all_news .button_su_inner {
  width: 90px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.button_su.all_news .button_su_inner:hover {
  background: #010f21 url("../themes/pensoft-onestop/assets/images/arrow-hover.svg") no-repeat;
  background-position: right 21px center;
  animation: animatedBackgroundBtn 400ms linear;
  background-size: 12px;
  padding: 11px 29px 11px 11px;
  z-index: 10000;
}
.button_su.all_news .button_su_inner .button_text_container {
  position: relative;
}
.button_su.zenodo .button_text_container {
  background: url("../themes/pensoft-onestop/assets/images/zenodo.svg") center no-repeat;
  background-size: 100%;
  color: transparent;
}
.button_su.zenodo .button_su_inner {
  border: 1px solid #3cbb54;
  width: 90px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_su.zenodo .button_su_inner:hover {
  background: #010f21 url("../themes/pensoft-onestop/assets/images/arrow-hover.svg") no-repeat;
  background-position: right 21px center;
  animation: animatedBackgroundBtn 400ms linear;
  background-size: 12px;
  padding: 11px 29px 11px 11px;
  z-index: 10000;
}
.button_su.subscribe .button_text_container {
  padding-left: 27px;
  transition: all 0.5s ease-in-out;
}
.button_su.subscribe .button_text_container:before {
  background: url("../themes/pensoft-onestop/assets/images/email subscribe icon.svg") left center no-repeat;
  background-size: 17px;
  transition: all 0.5s ease-in-out;
  width: 20px;
  height: 20px;
  left: 0;
  top: 7px;
  position: absolute;
  content: ' ';
}
.button_su.subscribe .button_su_inner {
  border: 1px solid #3cbb54;
  width: 233px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_su.subscribe .button_su_inner:hover {
  background: #010f21 url("../themes/pensoft-onestop/assets/images/arrow-hover.svg") no-repeat;
  background-position: right 21px center;
  animation: animatedBackgroundBtn 400ms linear;
  background-size: 12px;
  padding: 11px 29px 11px 11px;
  z-index: 10000;
}
.button_su.subscribe:hover .button_text_container {
  background: none;
  padding-left: 11px;
  padding-right: 11px;
}
.button_su.subscribe:hover .button_text_container:before {
  display: none;
}
.button_su.website {
  margin-bottom: 18px;
}
.button_su.website .button_text_container {
  padding-left: 20px;
  transition: all 0.5s ease-in-out;
}
.button_su.website .button_text_container:before {
  background: url("../themes/pensoft-onestop/assets/images/link-chain-hyperlink-svgrepo-com.svg") left center no-repeat;
  background-size: 14px;
  transition: all 0.5s ease-in-out;
  width: 20px;
  height: 20px;
  left: 0;
  top: 7px;
  position: absolute;
  content: ' ';
}
.button_su.website .button_su_inner {
  width: 110px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_su.website .button_su_inner:hover {
  padding: 11px 29px 11px 11px;
}
.button_su.website:hover .button_text_container {
  background: none;
  padding-left: 11px;
  padding-right: 11px;
}
.button_su.website:hover .button_text_container:before {
  display: none;
}
.button_su.download .button_text_container {
  padding-left: 20px;
  transition: all 0.5s ease-in-out;
}
.button_su.download .button_text_container:before {
  background: url("../themes/pensoft-onestop/assets/images/download.svg") left center no-repeat;
  background-size: 14px;
  padding-left: 20px;
  transition: all 0.5s ease-in-out;
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
  position: absolute;
  content: ' ';
}
.button_su.download .button_su_inner {
  width: 160px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_su.download .button_su_inner:hover {
  padding: 11px 29px 11px 11px;
}
.button_su.download:hover .button_text_container {
  background: none;
  padding-left: 5px;
  padding-right: 15px;
}
.button_su.download:hover .button_text_container:before {
  display: none;
}
.button_su.mail {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991.98px) {
  .button_su.mail {
    margin: 20px auto;
    display: block;
  }
}
.button_su.mail .button_text_container {
  padding-left: 20px;
  transition: all 0.5s ease-in-out;
}
.button_su.mail .button_text_container:before {
  background: url("../themes/pensoft-onestop/assets/images/email-icon.svg") no-repeat;
  background-position: left 6px;
  background-size: 16px;
  padding-left: 20px;
  transition: all 0.5s ease-in-out;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
  position: absolute;
  content: ' ';
}
.button_su.mail .button_su_inner {
  width: 290px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  .button_su.mail .button_su_inner {
    width: fit-content;
    margin: 0 auto;
  }
}
.button_su.mail .button_su_inner:hover {
  padding: 11px 29px 11px 11px;
}
.button_su.mail:hover .button_text_container {
  background: none;
  padding-left: 5px;
  padding-right: 15px;
}
.button_su.mail:hover .button_text_container:before {
  display: none;
}
.su_button_circle {
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  animation-timing-function: ease-in-out;
}
@keyframes animatedBackground {
  0% {
    background-position: right center;
  }
  100% {
    background-position: right 11px center;
  }
}
.button_su_inner {
  display: inline-block;
  background: #25bdd2;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  border-radius: 7px;
  text-align: center;
  transition: all 400ms ease-in-out;
  text-decoration: none;
  padding: 11px 20px;
  z-index: 100000;
}
.button_su_inner:hover {
  background: #010f21 url("../themes/pensoft-onestop/assets/images/arrow-hover.svg") no-repeat;
  background-position: right 11px center;
  animation: animatedBackground 400ms linear;
  background-size: 12px;
  padding: 11px 29px 11px 11px;
  z-index: 10000;
}
.button_su_inner .button_text_container {
  position: relative;
}
.explode-circle {
  animation: explode 0.5s forwards;
}
.desplode-circle {
  animation: desplode 0.5s forwards;
}
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(1, 189, 214, 0.2);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #010f21 url("../themes/pensoft-onestop/assets/images/arrow-hover.svg") center no-repeat;
  }
}
@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #01bdd6;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #010f21;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
@media screen and (max-width: 575.98px) {
  .btn-group,
  .btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .btn-group .btn + .btn,
  .btn-group-vertical .btn + .btn {
    margin-top: 20px;
  }
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
@media screen and (max-width: 575.98px) {
  .btn-group > .btn-group:not(:last-child) > .btn,
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
  }
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
@media screen and (max-width: 575.98px) {
  .btn-group > .btn-group:not(:first-child) > .btn,
  .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
  }
}
#headernavbar .navbar-collapse .search .container form .text-grey-search-btn:before {
  font-size: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#google_translate_element {
  position: relative;
  min-height: 40px;
  display: block !important;
  margin-bottom: 15px;
  width: 100%;
}
#google_translate_element .goog-te-gadget,
#google_translate_element .goog-te-banner-frame,
#google_translate_element .skiptranslate {
  display: none !important;
}
#google_translate_element .language-dropdown {
  position: relative;
  width: 100%;
  min-width: 140px;
}
#google_translate_element .language-dropdown .selected-language {
  display: flex;
  align-items: center;
  background-color: #000;
  border: 1px solid #444;
  border-radius: 6px;
  color: #fff;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  height: 22px;
}
#google_translate_element .language-dropdown .selected-language:hover {
  background-color: #111;
  border-color: #666;
}
#google_translate_element .language-dropdown .selected-language .flag-icon {
  margin-right: 8px;
}
#google_translate_element .language-dropdown .selected-language .language-text {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#google_translate_element .language-dropdown .selected-language .dropdown-arrow {
  margin-left: 5px;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  border-color: #fff;
}
#google_translate_element .language-dropdown.open .selected-language {
  border-radius: 6px 6px 0 0;
  border-bottom: none;
}
#google_translate_element .language-dropdown.open .selected-language .dropdown-arrow {
  transform: rotate(-135deg);
  margin-top: 5px;
}
#google_translate_element .language-dropdown.open .language-options {
  display: block;
}
#google_translate_element .language-dropdown .language-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 98.6%;
  max-height: 180px;
  overflow-y: auto;
  background-color: #000;
  border: 1px solid #444;
  border-top: none;
  border-radius: 0 0 6px 6px;
  z-index: 9999;
  margin-top: -1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Enhanced scrollbar styling */
}
#google_translate_element .language-dropdown .language-options::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#google_translate_element .language-dropdown .language-options::-webkit-scrollbar-track {
  background: #111;
  border-radius: 0 0 3px 0;
}
#google_translate_element .language-dropdown .language-options::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 3px;
  border: 1px solid #222;
}
#google_translate_element .language-dropdown .language-options::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
#google_translate_element .language-dropdown .language-options .language-option {
  padding: 8px 10px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s ease;
  font-size: 14px;
}
#google_translate_element .language-dropdown .language-options .language-option:hover {
  background-color: #111;
}
#google_translate_element .language-dropdown .language-options .language-option.selected {
  background-color: #222;
  font-weight: bold;
}
@media (max-height: 800px) {
  #google_translate_element .language-dropdown.open .language-options {
    top: auto;
    bottom: 100%;
    border-radius: 6px 6px 0 0;
    border-bottom: none;
    border-top: 1px solid #444;
    max-height: 150px;
  }
  #google_translate_element .language-dropdown.open .selected-language {
    border-radius: 0 0 6px 6px;
    border-top: none;
    border-bottom: 1px solid #444;
  }
  #google_translate_element .language-dropdown.open .selected-language .dropdown-arrow {
    transform: rotate(45deg);
    margin-top: -2px;
  }
}
#headernavbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #000401;
  padding: 23px 0;
  transition: all 0.3s ease;
}
#headernavbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
  flex-direction: row;
}
#headernavbar .navbar-brand {
  display: block;
  order: 0;
  transition: transform 0.3s ease;
}
#headernavbar .navbar-brand img {
  height: 40px;
  max-width: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  filter: brightness(1) drop-shadow(0 0 0 rgba(76, 175, 80, 0));
}
#headernavbar .navbar-brand:hover {
  transform: translateY(-2px);
}
#headernavbar .navbar-brand:hover img {
  transform: scale(1.05);
  filter: brightness(1.1) drop-shadow(0 4px 12px rgba(76, 175, 80, 0.3));
}
#headernavbar .navbar-brand:active {
  transform: translateY(0px);
}
#headernavbar .navbar-brand:active img {
  transform: scale(1.02);
  transition: all 0.1s ease;
}
#headernavbar #desktopMenuToggle {
  width: 35px;
  height: 25px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
  order: 1;
}
#headernavbar #desktopMenuToggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  margin-bottom: 7px;
  transition: all 0.3s ease;
}
#headernavbar #desktopMenuToggle span:last-child {
  margin-bottom: 0;
}
#headernavbar #desktopMenuToggle span:nth-child(2) {
  width: 100%;
  transform-origin: right;
  transition: transform 0.3s ease;
}
#headernavbar #desktopMenuToggle:hover span:nth-child(2) {
  transform: scaleX(0.5);
}
#headernavbar #closeMenuBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  color: white;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  outline: none;
  z-index: 1002;
}
#headernavbar #closeMenuBtn span {
  display: block;
}
#headernavbar #closeMenuBtn:hover {
  color: #4caf50;
}
#headernavbar .navbar-collapse {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100vh;
  background-color: #000401;
  padding: 100px 0px 20px;
  transition: all 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}
#headernavbar .navbar-collapse.show {
  right: 0;
  opacity: 1;
  visibility: visible;
}
#headernavbar .navbar-collapse .search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0;
  z-index: 1010;
  display: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  animation: fadeBackdrop 0.3s ease forwards;
}
@keyframes fadeBackdrop {
  from {
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
  to {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
}
#headernavbar .navbar-collapse .search .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#headernavbar .navbar-collapse .search .container form {
  width: 100%;
  max-width: 600px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0.8);
  opacity: 0;
}
#headernavbar .navbar-collapse .search .container form.pop-in {
  transform: scale(1);
  opacity: 1;
}
#headernavbar .navbar-collapse .search .container form .search_input {
  width: 100%;
  padding: 15px 50px 15px 20px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  background: transparent;
  animation: inputFocus 0.5s ease 0.3s forwards;
}
@keyframes inputFocus {
  0% {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
  50% {
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
}
#headernavbar .navbar-collapse .search .container form .search_input:focus {
  outline: none;
}
#headernavbar .navbar-collapse .search .container form .search_input::placeholder {
  color: #999;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
#headernavbar .navbar-collapse .search .container form .search_input:focus::placeholder {
  opacity: 0.4;
}
#headernavbar .navbar-collapse .search .container form .text-grey-search-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease;
}
#headernavbar .navbar-collapse .search .container form .text-grey-search-btn:before {
  font-size: 20px;
}
#headernavbar .navbar-collapse .search .container form .text-grey-search-btn:hover {
  transform: translateY(-50%) scale(1.1);
}
@media screen and (max-width: 991.98px) {
  #headernavbar .navbar-collapse .search .container form .text-grey-search-btn {
    width: 10%;
  }
}
#headernavbar .navbar-collapse .search .container form .close-search {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  cursor: pointer;
  font-size: 24px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
#headernavbar .navbar-collapse .search .container form .close-search:hover {
  color: #4caf50;
  transform: translateY(-50%) scale(1.2);
}
#headernavbar .navbar-collapse .navbar-bottom-elements {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  width: 80%;
  padding: 0px 30px;
  position: relative;
}
#headernavbar .navbar-collapse .navbar-bottom-elements:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 30px;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .social-icons {
  display: flex;
  margin-bottom: 15px;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.3s ease;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .social-icons .social-icon:hover {
  background-color: #4caf50;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .social-icons .social-icon.linkedin {
  background-image: url('/themes/pensoft-onestop/assets/images/linkedin.svg');
}
#headernavbar .navbar-collapse .navbar-bottom-elements .social-icons .social-icon.bluesky {
  background-image: url('/themes/pensoft-onestop/assets/images/blue_sky.svg');
}
#headernavbar .navbar-collapse .navbar-bottom-elements .social-icons .social-icon.p-youtube {
  color: #fff !important;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row #google_translate_element {
  margin-bottom: 0;
  margin-right: 10px;
  width: auto;
  flex: 0 0 auto;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row #google_translate_element .language-dropdown {
  max-width: 110px;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row .search-container {
  flex-grow: 1;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row .search-container .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  height: 36px;
  white-space: nowrap;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row .search-container .search-btn:hover {
  background-color: #3d8b40;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row .search-container .search-btn .search-icon {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-image: url('/themes/pensoft-onestop/assets/images/search_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991.98px) {
  #headernavbar .navbar-collapse .navbar-bottom-elements {
    padding: 0px;
    width: 100%;
  }
}
#headernavbar .navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
#headernavbar .navbar-nav .nav-item {
  text-align: left;
  transition: background-color 0.3s ease;
}
#headernavbar .navbar-nav .nav-item a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 14px 40px;
  transition: color 0.3s ease;
  font-weight: 400;
}
#headernavbar .navbar-nav .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
#headernavbar .navbar-nav .nav-item.active {
  background-color: #1B1B1B;
  border-left: 3px solid #4caf50;
}
#headernavbar .navbar-nav .nav-item .dropdown-menu {
  list-style: none;
  margin: 10px 0 0;
  display: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
#headernavbar .navbar-nav .nav-item .dropdown-menu.show {
  display: block;
  max-height: 500px;
  opacity: 1;
}
#headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin-bottom: 5px;
  padding-left: 30px;
}
#headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
  font-size: 14px;
  padding: 8px 15px;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 4px;
}
#headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
#headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover,
#headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item.active {
  background-color: transparent;
}
#headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover a,
#headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item.active a {
  background-color: #1B1B1B;
  color: white;
}
#headernavbar .navbar-nav .nav-item.dropdown {
  position: relative;
}
#headernavbar .navbar-nav .nav-item.dropdown > a {
  cursor: pointer;
  position: relative;
}
#headernavbar .navbar-nav .nav-item.dropdown > a:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid rgba(255, 255, 255, 0.7);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transform: translateY(-2.5px);
  transition: transform 0.3s ease, border-top-color 0.3s ease;
  z-index: 1;
}
#headernavbar .navbar-nav .nav-item.dropdown > a:hover:after {
  border-top-color: white;
}
#headernavbar .navbar-nav .nav-item.dropdown.active {
  background-color: rgba(255, 255, 255, 0.08);
  border-left: 3px solid rgba(255, 255, 255, 0.3);
}
#headernavbar .navbar-nav .nav-item.dropdown.active > a {
  color: rgba(255, 255, 255, 0.9);
}
#headernavbar .navbar-nav .nav-item.dropdown.active > a:after {
  transform: translateY(-2.5px) rotate(180deg);
  border-top-color: rgba(255, 255, 255, 0.8);
}
body.menu-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  #headernavbar {
    padding: 30px 0;
  }
  #headernavbar .container {
    flex-direction: row;
  }
  #headernavbar .navbar-brand {
    order: 0;
  }
  #headernavbar .navbar-brand img {
    height: 30px;
  }
  #headernavbar .navbar-brand:hover {
    transform: translateY(-1px);
  }
  #headernavbar .navbar-brand:hover img {
    transform: scale(1.03);
  }
  #headernavbar #desktopMenuToggle {
    width: 25px;
    height: 20px;
    order: 1;
  }
  #headernavbar #desktopMenuToggle span {
    height: 2px;
    margin-bottom: 4px;
  }
  #headernavbar .navbar-collapse {
    width: 95%;
    padding: 60px 10px 15px;
  }
  #headernavbar .navbar-collapse .search .container {
    padding: 0 20px;
  }
  #headernavbar .navbar-collapse .search .container form {
    max-width: 90%;
    margin: 0 auto;
    padding: 8px;
  }
  #headernavbar .navbar-collapse .search .container form .search_input {
    padding: 12px 40px 12px 15px;
    font-size: 14px;
  }
  #headernavbar .navbar-collapse .search .container form .close-search {
    right: -30px;
    top: -40px;
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  #headernavbar .navbar-collapse .navbar-nav .nav-item a {
    padding: 8px 10px;
    margin-left: 20px;
  }
  #headernavbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .nav-item a {
    padding: 6px 10px;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements {
    margin-top: 30px;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements:before {
    margin: 0 10px;
    top: -20px;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .social-icons .social-icon {
    width: 35px;
    height: 35px;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .social-icons .social-icon i {
    font-size: 16px;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row #google_translate_element {
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row #google_translate_element .language-dropdown {
    max-width: 100%;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row #google_translate_element .language-dropdown .selected-language {
    padding: 10px;
    height: auto;
    min-height: 22px;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row #google_translate_element .language-dropdown .language-options {
    width: 100%;
    max-width: 100%;
    position: static;
    top: 0;
    margin-top: 5px;
    max-height: 150px;
    border-radius: 4px;
    border-top: 1px solid #444;
    -webkit-overflow-scrolling: touch;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row .search-container {
    width: 100%;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row .search-container .search-btn {
    width: 100%;
  }
  #headernavbar #closeMenuBtn {
    top: 15px;
    right: 15px;
    font-size: 24px;
  }
}
.jumbotron {
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 991.98px) {
  .jumbotron {
    padding-top: 95px;
  }
}
.jumbotron p {
  color: #ffffff !important;
}
.background .container {
  padding: 0 5px;
}
.home .background img {
  max-height: 362px;
}
@media screen and (max-width: 991.98px) {
  .container:has(.tabs) {
    padding-top: 20px;
  }
}
.mission-row .col-md-4 .mission-card {
  background: #f0f0f0;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 75px 30px 35px 30px;
  color: #010d1c;
  border-radius: 7px;
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .mission-row .col-md-4 .mission-card {
    padding: 75px 25px 35px 25px;
  }
}
.mission-row .col-md-4 .mission-card h1 {
  font-size: 26px;
}
.mission-row .col-md-4 .mission-card .container {
  padding: 0;
}
.mission-row .col-md-4 .mission-card p {
  line-height: 1.5em;
}
.mission-row .col-md-4:nth-of-type(1) .mission-card:before {
  position: absolute;
  content: '';
  width: 106px;
  height: 106px;
  background: #3cbb54 url("../themes/pensoft-onestop/assets/images/icon vision.svg") center no-repeat;
  background-size: 53px;
  border-radius: 50%;
  top: -55px;
}
.mission-row .col-md-4:nth-of-type(2) .mission-card:before {
  position: absolute;
  content: '';
  width: 106px;
  height: 106px;
  background: #3cbb54 url("../themes/pensoft-onestop/assets/images/icon mission.svg") center no-repeat;
  background-size: 53px;
  border-radius: 50%;
  top: -55px;
}
.mission-row .col-md-4:nth-of-type(3) .mission-card:before {
  position: absolute;
  content: '';
  width: 106px;
  height: 106px;
  background: #3cbb54 url("../themes/pensoft-onestop/assets/images/icon goals.svg") center no-repeat;
  background-size: 53px;
  border-radius: 50%;
  top: -55px;
}
.mission-row .col-md-4:nth-of-type(3) .mission-card p:first-of-type {
  height: 80px;
  overflow: hidden;
}
.mission-row .col-md-4:nth-of-type(3) .mission-card p:first-of-type.expand {
  height: auto;
}
.mission-row .col-md-4:nth-of-type(3) .mission-card p:has(.read-more) {
  margin-bottom: 0 !important;
}
.project-numbers-container {
  background: url("../themes/pensoft-onestop/assets/images/background numbers.png") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 240px;
  display: flex;
  align-items: center;
}
.project-numbers-container .numbers {
  color: white;
  font-size: 20px;
}
.project-numbers-container .numbers .count {
  font-size: 60px;
  font-weight: 600;
}
.project-numbers-container .numbers p {
  margin-bottom: 0;
  line-height: 1.3em;
  margin-top: 20px;
}
@media screen and (max-width: 991.98px) {
  .project-numbers-container .num_container {
    margin-bottom: 100px;
  }
}
.consortium_partners {
  padding: 0 !important;
}
.consortium_partners .partner_logo {
  display: inline-block;
  padding: 0 40px;
  margin: 20px 0;
}
@media screen and (max-width: 991.98px) {
  .consortium_partners .partner_logo {
    padding: 0 5px;
  }
}
.consortium_partners img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
}
.consortium_partners img:hover {
  transform: scale(1.2);
}
.card_title {
  font-size: 22px;
  font-weight: 600;
  color: #000401;
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.card-container {
  min-width: fit-content;
  display: block;
  justify-content: center;
  margin: 25px auto 100px auto;
  text-align: center;
}
.card-container a {
  display: block;
}
@media screen and (max-width: 1370.98px) {
  .card-container {
    padding: 0px;
  }
}
.card-columns {
  flex-flow: column wrap !important;
}
.card-columns .card {
  margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-flex;
    width: 100%;
  }
}
.card-columns-three .card {
  margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .card-columns-three {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns-three .card {
    display: inline-flex;
    width: 100%;
  }
}
.cards {
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
}
.cards .card {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 575.98px) {
  .cards .card {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .cards {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .card + .card {
    margin-top: 20px;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../themes/pensoft-onestop/assets/fonts/icons/icomoon/icomoon.eot?ilrlqa');
  src: url('../themes/pensoft-onestop/assets/fonts/icons/icomoon/icomoon.eot?ilrlqa#iefix') format('embedded-opentype'), url('../themes/pensoft-onestop/assets/fonts/icons/icomoon/icomoon.ttf?ilrlqa') format('truetype'), url('../themes/pensoft-onestop/assets/fonts/icons/icomoon/icomoon.woff?ilrlqa') format('woff'), url('../themes/pensoft-onestop/assets/fonts/icons/icomoon/icomoon.svg?ilrlqa#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'x-icon';
  src: url('../themes/pensoft-onestop/assets/fonts/icons/x-icon/icomoon.eot?o4q3va');
  src: url('../themes/pensoft-onestop/assets/fonts/icons/x-icon/icomoon.eot?o4q3va#iefix') format('embedded-opentype'), url('../themes/pensoft-onestop/assets/fonts/icons/x-icon/icomoon.ttf?o4q3va') format('truetype'), url('../themes/pensoft-onestop/assets/fonts/icons/x-icon/icomoon.woff?o4q3va') format('woff'), url('../themes/pensoft-onestop/assets/fonts/icons/x-icon/icomoon.svg?o4q3va#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.p,
.pb,
.pd,
.pl,
.pr,
.ps {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 18px;
  line-height: 1.2em;
}
.p.small,
.pb.small,
.pd.small,
.pl.small,
.pr.small,
.ps.small,
.p.large,
.pb.large,
.pd.large,
.pl.large,
.pr.large,
.ps.large,
.p.huge,
.pb.huge,
.pd.huge,
.pl.huge,
.pr.huge,
.ps.huge {
  line-height: 1.2em;
  vertical-align: middle;
}
.p.small,
.pb.small,
.pd.small,
.pl.small,
.pr.small,
.ps.small {
  font-size: 19.8px;
}
.p.small.p-twitter,
.pb.small.p-twitter,
.pd.small.p-twitter,
.pl.small.p-twitter,
.pr.small.p-twitter,
.ps.small.p-twitter {
  font-size: 18px;
}
.p.normal,
.pb.normal,
.pd.normal,
.pl.normal,
.pr.normal,
.ps.normal {
  font-size: 23.4px;
}
.p.normal.p-twitter,
.pb.normal.p-twitter,
.pd.normal.p-twitter,
.pl.normal.p-twitter,
.pr.normal.p-twitter,
.ps.normal.p-twitter {
  font-size: 18px;
  margin-top: 3px;
}
.p.big,
.pb.big,
.pd.big,
.pl.big,
.pr.big,
.ps.big {
  font-size: 32.4px;
}
.p.big.p-twitter,
.pb.big.p-twitter,
.pd.big.p-twitter,
.pl.big.p-twitter,
.pr.big.p-twitter,
.ps.big.p-twitter {
  font-size: 25.2px;
  margin-top: 11px;
}
.p.middle,
.pb.middle,
.pd.middle,
.pl.middle,
.pr.middle,
.ps.middle {
  font-size: 41.4px;
}
.p.medium,
.pb.medium,
.pd.medium,
.pl.medium,
.pr.medium,
.ps.medium {
  font-size: 48.6px;
}
.p.large,
.pb.large,
.pd.large,
.pl.large,
.pr.large,
.ps.large {
  font-size: 63px;
}
.p.huge,
.pb.huge,
.pd.huge,
.pl.huge,
.pr.huge,
.ps.huge {
  font-size: 90px;
}
.p.p-primary,
.pb.p-primary,
.pd.p-primary,
.pl.p-primary,
.pr.p-primary,
.ps.p-primary {
  color: #ffffff !important;
  background-color: #3cbb54 !important;
  width: 45px;
  height: 45px;
  line-height: 33px;
  align-items: center;
  border: none;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  display: inline-block;
}
.p.p-primary.subscribe_home,
.pb.p-primary.subscribe_home,
.pd.p-primary.subscribe_home,
.pl.p-primary.subscribe_home,
.pr.p-primary.subscribe_home,
.ps.p-primary.subscribe_home {
  border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  -webkit-border-radius: 12px 12px 12px 12px;
  width: fit-content;
  padding: 10px 50px 0 50px!important;
  font-family: "Clear Sans";
  font-weight: bold;
}
@media screen and (max-width: 575.98px) {
  .p.p-primary.subscribe_home,
  .pb.p-primary.subscribe_home,
  .pd.p-primary.subscribe_home,
  .pl.p-primary.subscribe_home,
  .pr.p-primary.subscribe_home,
  .ps.p-primary.subscribe_home {
    font-size: 16px;
  }
}
.p.p-primary:hover,
.pb.p-primary:hover,
.pd.p-primary:hover,
.pl.p-primary:hover,
.pr.p-primary:hover,
.ps.p-primary:hover {
  box-shadow: none;
}
.p.p-secondary,
.pb.p-secondary,
.pd.p-secondary,
.pl.p-secondary,
.pr.p-secondary,
.ps.p-secondary {
  line-height: 1em !important;
}
.p.p-secondary:hover,
.pb.p-secondary:hover,
.pd.p-secondary:hover,
.pl.p-secondary:hover,
.pr.p-secondary:hover,
.ps.p-secondary:hover {
  opacity: 0.7 !important;
}
.p.p-success,
.pb.p-success,
.pd.p-success,
.pl.p-success,
.pr.p-success,
.ps.p-success {
  color: #020202;
}
.p.p-danger,
.pb.p-danger,
.pd.p-danger,
.pl.p-danger,
.pr.p-danger,
.ps.p-danger {
  color: #dc3545;
}
.p.p-warning,
.pb.p-warning,
.pd.p-warning,
.pl.p-warning,
.pr.p-warning,
.ps.p-warning {
  color: #ffc107;
}
.p.p-info,
.pb.p-info,
.pd.p-info,
.pl.p-info,
.pr.p-info,
.ps.p-info {
  color: #3cbb54;
}
.p.p-light,
.pb.p-light,
.pd.p-light,
.pl.p-light,
.pr.p-light,
.ps.p-light {
  color: #0d3654;
}
.p.p-dark,
.pb.p-dark,
.pd.p-dark,
.pl.p-dark,
.pr.p-dark,
.ps.p-dark {
  color: #000401;
}
.p.p-link,
.pb.p-link,
.pd.p-link,
.pl.p-link,
.pr.p-link,
.ps.p-link {
  color: #ffffff;
}
.ps {
  font-family: "icomoon";
  font-weight: 900;
}
.pr {
  font-family: "icomoon";
  font-weight: 400;
}
.pl {
  font-family: "icomoon";
  font-weight: 300;
}
.pd {
  font-family: "icomoon";
  font-weight: 900;
}
.pb {
  font-family: "icomoon";
  font-weight: 400;
}
.icons {
  display: flex;
  font-family: "icomoon";
  font-weight: 400;
}
.icons .p + .p,
.icons .pb + .pb,
.icons .pd + .pd,
.icons .pl + .pl,
.icons .pr + .pr,
.icons .ps + .ps {
  margin-left: 10px;
}
.icons.icons-vertical {
  flex-direction: column;
}
.icons.icons-vertical .p + .p,
.icons.icons-vertical .pb + .pb,
.icons.icons-vertical .pd + .pd,
.icons.icons-vertical .pl + .pl,
.icons.icons-vertical .pr + .pr,
.icons.icons-vertical .ps + .ps {
  margin-left: 0;
  margin-top: 20px;
}
.p-researchgate:before {
  content: "\e900";
}
.p-location:before {
  content: "\e90c";
}
.p-time:before {
  content: "\e901";
}
.p-gearwheel:before {
  content: "\e902";
}
.p-country-ch:before {
  content: "\e903";
}
.p-country-de:before {
  content: "\e904";
}
.p-country-fr:before {
  content: "\e905";
}
.p-country-pl:before {
  content: "\e900";
}
.p-search:before {
  content: "\ea82";
}
.p-facebook:before {
  content: "\eaeb";
}
.p-instagram:before {
  content: "\eaec";
}
.p-linkedin:before {
  content: "\eaed";
}
.p-mail:before {
  content: "\e900";
}
.p-website:before {
  content: "\e903";
}
.p-organisation:before {
  content: "\e911";
}
.p-phone:before {
  content: "\e906";
}
.p-mendeley:before {
  content: "\eaef";
}
.p-reddit:before {
  content: "\eaf0";
}
.p-RSS:before {
  content: "\eaf1";
}
.p-bluesky:before {
  content: "";
  background-image: url('/themes/pensoft-onestop/assets/images/blue_sky.svg');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}
.p-twitter:before {
  font-family: 'x-icon';
  content: "\e901";
}
.p-youtube:before {
  content: "\eaf3";
}
.p-subscribe:before {
  content: "\e901";
}
.p-mail:before {
  content: "\e900";
}
.p-key:before {
  content: "\eaf4";
}
.p-minus:before {
  content: "\eaf5";
}
.p-person:before {
  content: "\eaf6";
}
.p-plus:before {
  content: "\eaf7";
}
.p-hamburger:before {
  content: "\eaf8";
}
.p-share1:before {
  content: "\eaf9";
}
.p-back:before {
  content: "\eafb";
}
.p-colapse:before {
  content: "\eafc";
}
.p-remove:before {
  content: "\eafd";
}
.p-trash:before {
  content: "\eafe";
}
.p-drag:before {
  content: "\eb00";
}
.p-expand:before {
  content: "\eb01";
}
.p-forward:before {
  content: "\eb02";
}
.p-add:before {
  content: "\eb03";
}
.input-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 18px;
  color: #000401;
  background-color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border: 0 solid #acacac;
}
.form-control:focus {
  outline: none;
}
.form-control.search_input {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom: 1px solid #acacac;
  border-top: 1px solid #acacac;
  border-left: 1px solid #acacac;
  color: #000401;
  padding: 0px 10px;
  height: 43px;
  box-sizing: border-box;
  font-size: 14px;
}
@media screen and (max-width: 575.98px) {
  .form-control.search_input {
    background: #ffffff;
    border-right: 1px solid #ffffff;
  }
}
.form-control.search_input::placeholder {
  color: #ffffff;
  opacity: 0.9;
  /* Firefox */
}
.form-control.documents_search {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-bottom: 2px solid #acacac;
  color: #000000;
}
.ui.form {
  /* Hide the default checkbox */
  /* Create a custom checkbox */
  /* Create the mark/indicator (hidden when not checked) */
  /* Show the mark when checked */
  /* Style the mark/indicator */
}
.ui.form .field + .field {
  margin-top: 1rem;
}
.ui.form .fields {
  display: flex;
  margin: 0 -0.5rem;
  flex-direction: column;
}
.ui.form .fields .field + .field {
  margin-top: 1rem;
}
.ui.form .fields.inline {
  flex-direction: row;
}
.ui.form .fields.inline .field {
  margin-top: 0;
}
.ui.form .fields .field {
  padding-left: .5rem;
  padding-right: .5rem;
  clear: both;
  margin: 0;
}
.ui.form .field {
  display: flex;
  flex-direction: column;
}
.ui.form .field.inline {
  flex-direction: row;
  width: auto;
  align-items: center !important;
}
.ui.form .field.inline input,
.ui.form .field.inline textarea {
  width: auto;
}
.ui.form .field > label {
  display: block;
  margin: 0 0 .3rem 9px;
  white-space: nowrap;
}
.ui.form .field > input,
.ui.form .field textarea,
.ui.form .field select {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #acacac;
  background: #f6f6f6 0% 0% no-repeat padding-box;
  border-radius: 5px;
  box-sizing: border-box;
  padding: .555rem 1rem;
  line-height: 1.2em;
  height: 47px;
  line-height: 1em;
  border: none;
}
.ui.form .field > input:focus,
.ui.form .field textarea:focus,
.ui.form .field select:focus {
  outline: none;
}
.ui.form .field,
.ui.form .group-holder label {
  position: relative;
}
.ui.form input[type="checkbox"] {
  visibility: hidden;
  cursor: pointer;
  margin-right: 10px;
}
.ui.form .mark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #3cbb54;
  cursor: pointer;
}
.ui.form .field:hover input ~ .mark {
  background-color: #3cbb54;
  opacity: 0.3;
}
.ui.form input:checked ~ .mark {
  background-color: #3cbb54 !important;
  background-image: none;
}
.ui.form .mark:after {
  content: "";
  position: absolute;
  display: none;
}
.ui.form input:checked ~ .mark:after {
  display: block;
}
.ui.form .mark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.ui.form .align-items-baseline {
  position: relative;
}
.login_form_container {
  border-radius: 10px;
  border: 1px solid #B9D7DB;
  margin: 0 auto;
  padding: 40px 50px!important;
}
@media screen and (max-width: 991.98px) {
  .login_form_container {
    padding: 20px 0!important;
  }
}
.login_form_container button {
  border: none;
}
.login_form_container input {
  background: #f6f6f6 0% 0% no-repeat padding-box;
  border-radius: 5px;
  border: none;
  width: 80% !important;
  margin: 0 auto;
}
.login_form_container a {
  color: #3cbb54 !important;
}
.site-footer {
  font-family: Arial, sans-serif;
}
.site-footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-footer .top-side {
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  .site-footer .top-side {
    margin-bottom: 20px;
  }
}
.site-footer .coordinator-row {
  font-family: 'Satoshi Regular';
  margin-top: 40px;
}
.site-footer .coordinator-row .coordinator-name {
  padding-left: 20px;
}
@media screen and (max-width: 991.98px) {
  .site-footer .coordinator-row .coordinator-name {
    padding-left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .site-footer .coordinator-row {
    margin-bottom: 20px;
  }
}
.site-footer .coordinator-row .project-coordinator {
  text-align: left;
}
.site-footer .coordinator-row .project-coordinator .privacy a {
  font-size: 14px;
  font-family: 'Satoshi Bold';
  font-weight: 600;
  color: #fff;
  color: #ffffff !important;
}
@media screen and (max-width: 991.98px) {
  .site-footer .coordinator-row .project-coordinator .privacy {
    margin-top: 20px;
  }
}
.site-footer .coordinator-row .project-coordinator span {
  font-size: 14px;
  color: #B9B9B9;
  margin-right: 5px;
}
.site-footer .coordinator-row .project-coordinator span.coordinator-label {
  font-family: 'Satoshi Bold';
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  .site-footer .coordinator-row .project-coordinator {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-footer .coordinator-row .project-coordinator span {
    margin: 4px 0;
  }
}
.site-footer .footer-main {
  background-color: #000401;
  color: #fff;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .site-footer .footer-main .footer-logo {
    text-align: center;
    margin-bottom: 15px;
  }
}
.site-footer .footer-main .footer-logo img {
  width: 172.559px;
  height: 43px;
  display: block;
}
.site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu {
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
    flex-wrap: wrap;
    white-space: normal;
  }
}
.site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item {
  margin: 0 15px;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item {
    margin: 5px 0;
    white-space: normal;
    flex-shrink: 1;
  }
}
.site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
  display: block;
  padding: 8px 0;
}
.site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item a:hover {
  color: #ccc;
}
.site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item.dropdown > a {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item.dropdown > a:after {
  content: '▼';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  transition: transform 0.3s ease, color 0.3s ease;
}
.site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item.dropdown > a:hover:after {
  color: #ccc;
}
.site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item.dropdown.active > a:after {
  transform: translateY(-50%) rotate(180deg);
}
.site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000401;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  min-width: 160px;
  padding: 6px 0;
  margin-top: 2px;
  z-index: 1000;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  list-style: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item.dropdown .dropdown-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item.dropdown .dropdown-menu {
    position: static;
    transform: none;
    background-color: #1a1a1a;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 5px 0 0 0;
    padding: 0;
    min-width: auto;
    width: 100%;
  }
}
.site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item.dropdown .dropdown-menu li {
  margin: 0;
}
.site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item.dropdown .dropdown-menu li a {
  color: rgba(255, 255, 255, 0.9);
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  border-radius: 0;
  display: block;
  white-space: nowrap;
}
.site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item.dropdown .dropdown-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding-left: 18px;
}
@media (max-width: 768px) {
  .site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item.dropdown .dropdown-menu li a {
    padding: 8px 0;
    padding-left: 20px;
    background-color: transparent;
    font-size: 13px;
  }
  .site-footer .footer-main .footer-menu-wrapper .footer-navigation ul.footer-menu li.footer-menu-item.dropdown .dropdown-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 22px;
  }
}
.site-footer .footer-main .footer-social {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-social {
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.site-footer .footer-main .footer-social .social-icons {
  display: flex;
}
.site-footer .footer-main .footer-social .social-icons a {
  color: #fff !important;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #3CBB54;
  margin-right: 10px;
}
.site-footer .footer-main .footer-social .social-icons a:hover {
  opacity: 0.8;
}
.site-footer .footer-main .footer-social .social-icons a.facebook {
  background-image: url('../themes/pensoft-onestop/assets/images/facebook-icon.svg');
}
.site-footer .footer-main .footer-social .social-icons a.linkedin {
  background-image: url('../themes/pensoft-onestop/assets/images/linkedin-icon.svg');
}
.site-footer .footer-main .footer-social .social-icons a.bluesky {
  background-image: url('../themes/pensoft-onestop/assets/images/bluesky-icon.svg');
}
.site-footer .footer-main .eu-disclaimer-row {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .site-footer .footer-main .eu-disclaimer .eu-flag {
    text-align: center;
    margin-bottom: 15px;
  }
}
.site-footer .footer-main .eu-disclaimer .disclaimer-text p {
  font-size: 12px;
  color: #B9B9B9;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 768px) {
  .site-footer .footer-main .eu-disclaimer .disclaimer-text p {
    text-align: center;
  }
}
.site-footer .footer-bottom {
  background-color: #1F1F1F;
  color: #fff;
  padding: 15px 0;
}
.site-footer .footer-bottom .powered-by-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.site-footer .footer-bottom .powered-by {
  text-align: right;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: 'Satoshi Regular';
}
@media (max-width: 768px) {
  .site-footer .footer-bottom .powered-by {
    justify-content: center;
  }
}
.site-footer .footer-bottom .powered-by span {
  margin-right: 5px;
}
.site-footer .footer-bottom .powered-by a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
}
.site-footer .footer-bottom .powered-by a:hover {
  text-decoration: underline;
}
.site-footer .footer-bottom .powered-by .pensoft-logo {
  height: 15px;
  width: auto;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991.98px) {
  .site-footer {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .outer-circle-container {
    display: none;
  }
}
.hero-container {
  padding-top: 140px;
}
.hero {
  background-image: url('/themes/pensoft-onestop/assets/images/background.png');
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 39, 18, 0.8);
  mix-blend-mode: screen;
  z-index: -1;
}
.hero:not(.home) {
  height: 300px;
}
.ellipse-top-decoration {
  position: absolute;
  top: -50px;
  right: 50%;
  width: 215px;
  height: 215px;
  transform: rotate(270deg);
  background-image: url('/themes/pensoft-onestop/assets/images/Ellipse_28.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
}
@media screen and (max-width: 991.98px) {
  .ellipse-top-decoration {
    display: none;
  }
}
.ellipse-bottom-decoration {
  bottom: 0;
  right: 0;
  width: 80px;
  height: 275px;
  background-image: url('/themes/pensoft-onestop/assets/images/Ellipse_28.svg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  opacity: 0.7;
  pointer-events: none;
}
@media screen and (max-width: 991.98px) {
  .ellipse-bottom-decoration {
    display: none;
  }
}
.header-image:not(.home) {
  min-height: 300px !important;
}
.header-image:not(.home) .header-image-bar {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  .header-image:not(.home) .header-image-bar {
    padding-bottom: 10px;
  }
}
.header-image:not(.home) .hero {
  height: 300px;
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-content .hero-title {
  font-size: 53px;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  .hero-content .hero-title {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.hero-content .hero-description {
  color: #ACACAC;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 991.98px) {
  .hero-content .hero-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.hero-content .hero-cta {
  font-size: 14px !important;
}
.outer-cicle {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.outer-circle-border {
  position: absolute;
  width: 600px;
  height: 600px;
  border: 2px dashed rgba(255, 255, 255, 0.19);
  border-radius: 50%;
  animation: spin 30s linear infinite;
}
.leaf-circle {
  position: absolute;
  width: 550px;
  height: 550px;
  padding: 10px;
  border-radius: 50%;
  background: url('/themes/pensoft-onestop/assets/images/leaf-img.png') no-repeat center center;
  background-size: cover;
  z-index: 1;
  opacity: 0.8;
}
.image-placeholder {
  position: relative;
  width: 400px;
  height: 400px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.image-placeholder img {
  border-radius: 50%;
  width: 69%;
  height: 69%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease;
  opacity: 0;
}
.image-placeholder img:first-child {
  opacity: 1;
}
.hero-title,
.hero-subtitle,
.hero-description {
  color: white;
}
.hero-title {
  line-height: 1.3;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.hero-subtitle {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
.hero-description {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 80%;
}
.header-image.hero {
  min-height: 500px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-reverse {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.outer-circle-container:hover .outer-circle-border {
  animation-name: spin-reverse;
}
@media (max-height: 800px) {
  .outer-circle-border {
    width: 420px;
    height: 420px;
  }
  .image-placeholder {
    width: 300px;
    height: 300px;
  }
  .leaf-circle {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 1280px) and (max-height: 720px) {
  .outer-circle-border {
    width: 380px;
    height: 380px;
  }
  .image-placeholder {
    width: 280px;
    height: 280px;
  }
  .leaf-circle {
    width: 350px;
    height: 350px;
  }
  .hero-content {
    padding-top: 30px;
  }
  .hero-content .hero-title {
    font-size: 42px;
    margin-bottom: 15px;
  }
  .hero-content .hero-description {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .hero-container {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .hero {
    height: 100vh;
    min-height: 100vh;
  }
  .header-image.hero {
    min-height: auto;
  }
  .header-image-bar {
    padding: 20px 10px 40px;
  }
  .hero-content {
    padding: 30px 15px;
  }
  .hero-content .hero-description {
    max-width: 100%;
  }
}
.work-package-box {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  border-radius: 10px;
  min-height: 180px;
  background: #F2F6F3;
  padding: 80px 20px 20px 20px;
  margin-bottom: 20px;
}
.work-package-box h3 {
  color: #003C3C;
  font-size: 20px;
}
.work-package-box .wp-header {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
  padding: 20px;
  font-family: 'Satoshi Bold';
  border-radius: 10px 0px;
  color: #ffffff;
  background: linear-gradient(248deg, #3cbb54 -0.2%, #1e513d 106.13%);
}
.work-package-box .wp-content {
  margin-bottom: 15px;
}
.work-package-box .wp-content p {
  color: #1E513D;
  font-size: 17px;
  line-height: 1.5;
}
.work-package-box .read-more-wp {
  color: #3CBB54;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease, transform 0.3s ease;
  padding-right: 20px;
  position: relative;
}
.work-package-box .read-more-wp:hover {
  opacity: 0.8;
}
.work-package-box .read-more-wp:after {
  content: "";
  background-image: url('/themes/pensoft-onestop/assets/images/arrow-down.svg');
  background-size: 12px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.work-package-box .read-more-wp.arrow-up:after {
  transform: translateY(-50%) rotate(180deg);
}
.intro-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  max-width: unset;
}
.intro-section .intro-item {
  height: 271px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.intro-section .intro-item:hover .intro-content {
  opacity: 0;
  visibility: hidden;
}
.intro-section .intro-item:hover .read-more {
  opacity: 1;
  visibility: visible;
}
.intro-section .intro-item:nth-child(1) {
  background: #3CBB54;
}
.intro-section .intro-item:nth-child(2) {
  background: #39B250;
}
.intro-section .intro-item:nth-child(3) {
  background: #329B46;
}
.intro-section .intro-item:nth-child(4) {
  background: #29893B;
}
.intro-section .intro-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.intro-section .intro-icon img {
  width: 60.009px;
  height: 60px;
}
.intro-section .intro-content {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.intro-section .title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.intro-section .content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 17px;
}
.intro-section .read-more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}
.intro-section .read-more a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.2s ease;
  pointer-events: none;
  position: relative;
}
.intro-section .read-more a:after {
  position: absolute;
  right: -26px;
  top: 3px;
  width: 20px;
  height: 20px;
  content: '';
  transition: all 0.3s ease-in-out;
  background-image: url('/themes/pensoft-onestop/assets/images/arrow-right-white.svg');
  background-size: 20px;
}
.intro-section .read-more a:hover {
  transform: translateX(5px);
}
.easin {
  display: flex;
  justify-content: center;
  align-items: center;
}
.easin .container {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 991.98px) {
  .easin .container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
    width: 95%;
  }
}
.easin a {
  color: #3CBB54;
  font-size: 17px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easin a::after {
  content: "";
  background-image: url('/themes/pensoft-onestop/assets/images/arrow-right.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  margin-top: 2px;
}
.easin a:hover {
  opacity: 0.8;
}
.consortium_partners {
  padding: 0;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  /* Edge blur effects */
  /* Custom navigation arrows */
  /* Mobile-specific dot styling */
}
.consortium_partners .display-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.consortium_partners::before,
.consortium_partners::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 80px;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.consortium_partners::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 991.98px) {
  .consortium_partners::before {
    display: none;
  }
}
.consortium_partners::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 991.98px) {
  .consortium_partners::after {
    display: none;
  }
}
.consortium_partners .carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
}
.consortium_partners .trigger_prev_consortium,
.consortium_partners .trigger_next_consortium {
  width: 40px;
  height: 40px;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  outline: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.consortium_partners .trigger_prev_consortium .arrow-icon,
.consortium_partners .trigger_next_consortium .arrow-icon {
  display: block;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991.98px) {
  .consortium_partners .trigger_prev_consortium,
  .consortium_partners .trigger_next_consortium {
    width: 35px;
    height: 35px;
  }
}
.consortium_partners .trigger_prev_consortium {
  left: 0;
}
.consortium_partners .trigger_prev_consortium .arrow-icon {
  background-image: url('/themes/pensoft-onestop/assets/images/arrow-left.svg');
}
.consortium_partners .trigger_next_consortium {
  right: 0;
}
.consortium_partners .trigger_next_consortium .arrow-icon {
  background-image: url('/themes/pensoft-onestop/assets/images/arrow-left.svg');
  transform: rotate(180deg);
}
.consortium_partners #slick {
  flex: 1;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  .consortium_partners #slick {
    padding: 0;
    width: 100%;
  }
}
.consortium_partners .slick-track {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .consortium_partners .slick-track {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
  }
}
.consortium_partners .slick-list {
  overflow: hidden;
  margin: 0 -10px;
}
@media screen and (max-width: 991.98px) {
  .consortium_partners .slick-list {
    margin: 0;
    width: 100%;
  }
}
.consortium_partners .slick-arrow {
  display: none !important;
}
.consortium_partners .slick-slide {
  background: transparent !important;
  margin: 0 10px;
  min-height: 100px;
}
@media screen and (max-width: 991.98px) {
  .consortium_partners .slick-slide {
    margin: 0 auto;
    float: none;
    text-align: center;
    width: 100% !important;
    min-width: 276px;
  }
}
.consortium_partners .slick-slide:before {
  content: '';
  display: block;
}
.consortium_partners .partner_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
@media screen and (max-width: 991.98px) {
  .consortium_partners .partner_logo {
    width: 100%;
  }
}
.consortium_partners .partner_logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.consortium_partners .partner_logo img {
  /* Force dimensions to prevent 0x0 rendering */
  min-width: 200px !important;
  min-height: 100px !important;
  height: 100px !important;
  width: auto !important;
  max-width: 200px !important;
  max-height: 100px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  filter: grayscale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consortium_partners .partner_logo img:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 991.98px) {
  .consortium_partners .partner_logo img {
    width: 100%;
    height: 100%;
  }
}
.consortium_partners .slick-dots {
  display: none;
}
/* Arrow styling for the consortium carousel */
#slick .slick-prev,
#slick .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
}
#slick .slick-prev:before,
#slick .slick-next:before {
  font-size: 20px;
  opacity: 0.75;
}
#slick .slick-prev:hover:before,
#slick .slick-next:hover:before {
  opacity: 1;
}
#slick .slick-prev {
  left: 10px;
}
#slick .slick-next {
  right: 10px;
}
.guarding-european-waters {
  color: #1E513D;
}
.guarding-european-waters h2 {
  color: #0B2712 !important;
}
.guarding-european-waters .guarding-img {
  width: 218px;
  height: 57px;
  object-fit: cover;
  margin-bottom: 20px;
}
.guarding-european-waters .btn-row a {
  margin-right: 20px;
}
@media screen and (max-width: 991.98px) {
  .guarding-european-waters .btn-row {
    margin-right: 0;
  }
}
.guarding-european-waters .btn-social,
.guarding-european-waters .btn-bluesky,
.guarding-european-waters .btn-linkedin {
  position: relative;
  padding-left: 48px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
.guarding-european-waters .btn-social::before,
.guarding-european-waters .btn-bluesky::before,
.guarding-european-waters .btn-linkedin::before {
  content: "";
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991.98px) {
  .guarding-european-waters .btn-social,
  .guarding-european-waters .btn-bluesky,
  .guarding-european-waters .btn-linkedin {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.guarding-european-waters .btn-bluesky::before {
  background-image: url('/themes/pensoft-onestop/assets/images/blue_sky.svg');
}
.guarding-european-waters .btn-linkedin::before {
  background-image: url('/themes/pensoft-onestop/assets/images/linkedin.svg');
}
/* Subscriber section styling */
.subscriber-section {
  position: relative;
  background: url("../themes/pensoft-onestop/assets/images/subscriber_bg.png") center / cover no-repeat;
  padding: 18px 0;
  margin-top: 50px;
  overflow: hidden;
}
.subscriber-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 45, 22, 0.55) 0%, rgba(30, 71, 38, 0.55) 100%);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  z-index: 1;
  transition: opacity 0.3s ease;
}
.subscriber-section:hover:before {
  backdrop-filter: unset;
}
.subscriber-section .container {
  position: relative;
  z-index: 2;
}
.subscriber-section .container .row {
  align-items: center;
}
.subscriber-section .btn-subscribe {
  position: relative;
  padding-left: 44px;
  display: inline-flex;
  align-items: center;
}
.subscriber-section .btn-subscribe::before {
  content: "";
  background-image: url('/themes/pensoft-onestop/assets/images/direct-inbox.svg');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  margin-top: -2px;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991.98px) {
  .subscriber-section .btn-subscribe {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 575.98px) {
  .subscriber-section .hidden-xs {
    display: none;
  }
}
.subscriber-section .subscriber-text {
  color: white;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.subscriber-section .text-right {
  text-align: right;
}
@media screen and (max-width: 575.98px) {
  .subscriber-section .text-right {
    text-align: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .subscriber-section .subscriber-text {
    text-align: center;
    margin-bottom: 15px;
  }
}
nav:not(.navbar) {
  width: 100%;
}
nav:not(.navbar) ul {
  list-style-type: none;
}
nav:not(.navbar) ul li {
  display: inline;
  margin: 0 10px;
}
.news-category-tabs {
  margin-bottom: 30px;
}
.news-category-tabs .tabs-navigation {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0;
  gap: 10px;
}
@media screen and (max-width: 575.98px) {
  .news-category-tabs .tabs-navigation {
    justify-content: flex-start;
  }
}
.news-category-tabs .tabs-navigation .tab-link {
  display: inline-flex;
  align-items: center;
  padding: 15px 20px;
  margin: 0;
  text-decoration: none;
  color: #90A494;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.news-category-tabs .tabs-navigation .tab-link:hover {
  border: 1px solid #3CBB54;
  background: #3CBB54;
  color: #fff;
  text-decoration: none;
}
.news-category-tabs .tabs-navigation .tab-link.active {
  border: 1px solid #3CBB54;
  background: #3CBB54;
  color: #fff;
}
@media screen and (max-width: 575.98px) {
  .news-category-tabs .tabs-navigation .tab-link {
    padding: 12px 16px;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.news-back-button {
  margin-bottom: 15px;
}
.news-back-button .back-to-news {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #283841;
  position: relative;
}
.news-back-button .back-to-news:before {
  content: "";
  background-image: url('/themes/pensoft-onestop/assets/images/arrow-news.svg');
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.news-back-button .back-to-news:hover {
  text-decoration: none;
  color: #3CBB54;
}
.single-news-item {
  position: relative;
  max-width: 100%;
  margin: 0;
  font-size: 18px;
}
.single-news-item .news-date {
  color: #8C99A0;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: start;
}
.single-news-item h2 {
  text-align: start;
  font-weight: 600;
  line-height: 1.2em;
  margin: 12px auto;
  color: #283841;
  font-size: 20px;
}
.single-news-item .news-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.single-news-item .news-tags .news-tag {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f2f6f3;
  color: #40454A;
  border-radius: 14px;
  margin: 0 5px 5px 0;
  font-size: 14px;
}
.single-news-item .news-tags .news-tag:hover {
  background-color: #e5ebe6;
}
.single-news-item .content {
  color: #40454A;
  font-size: 22px;
}
@media screen and (max-width: 575.98px) {
  .single-news-item .content {
    margin-left: 0px;
  }
}
.single-news-item .news-img-container img {
  width: 100%;
  border-radius: 7px;
  margin-bottom: 10px;
}
.single-news-item .caption {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color: #8C99A0;
  margin-bottom: 30px;
}
.single-news-item .caption p {
  margin: 0 !important;
  padding: 0 !important;
}
.single-news-item .news-content {
  line-height: 1.4em;
  color: #1E513D;
  margin-bottom: 40px;
}
.single-news-item .news-content h2,
.single-news-item .news-content h3,
.single-news-item .news-content h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}
.single-news-item .news-content p {
  line-height: 1.4em;
  color: #1E513D;
  font-size: 16px;
  margin-bottom: 20px;
}
.single-news-item .news-content a {
  color: #3cbb54;
}
.single-news-item .news-content a:hover {
  text-decoration: underline;
}
.single-news-item .share-section {
  border-top: 1px solid #e5ebe6;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.single-news-item .share_container {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.single-news-item .share_container .share_label {
  margin-right: 15px;
  color: #40454A;
}
.single-news-item .share_container a {
  width: 40px;
  height: 40px;
  background: #3CBB54;
  color: white;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 3px;
}
.single-news-item .share_container a:nth-of-type(1) {
  font-size: 18px;
}
.single-news-item .share_container a:hover {
  background: #329B46;
}
@media screen and (max-width: 991.98px) {
  .single-news-item {
    max-width: 100%;
  }
}
.news .news-list {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
.news .news-item {
  border-radius: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: min-content;
  margin-bottom: 20px;
  width: auto;
}
.news .news-item .news-item-link {
  display: flex;
}
.news .news-item .news-title {
  color: #283841;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 8px;
  display: flex;
  text-align: start;
}
.news .news-item .news-date {
  display: flex;
  margin-top: 10px;
  color: #8C99A0;
  font-size: 14px;
}
.news .news-item .news-content {
  padding: 0;
}
.news .news-item .news-content {
  padding: 0;
}
.news .news-item .home-news-cover {
  display: flex;
  padding: 0 !important;
}
.news .news-item .home-news-cover a {
  width: 357px;
  height: 221px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.news .news-item .home-news-cover a:hover {
  cursor: none;
}
.news .news-item .home-news-cover a:hover img {
  filter: blur(3px);
}
.news .news-item .home-news-cover a:hover::after {
  opacity: 1;
}
.news .news-item .home-news-cover a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(30, 81, 61, 0.14) 0%, rgba(30, 81, 61, 0.7) 100%);
  border-radius: 7px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  .news .news-item .home-news-cover a {
    display: block;
    width: 100%;
  }
}
.news .news-item .home-news-cover a .read-more-btn {
  position: absolute;
  display: none;
  font-size: 12px !important;
  font-weight: 600 !important;
  cursor: none !important;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: auto !important;
  white-space: nowrap !important;
  height: auto !important;
  text-align: center !important;
  opacity: 1 !important;
}
.news .news-item .home-news-cover a .read-more-btn.edge-right {
  transform: translate(-100%, -50%);
  animation: subtle-pulse-right 1.5s infinite alternate;
}
.news .news-item .home-news-cover a .read-more-btn.edge-left {
  transform: translate(0%, -50%);
  animation: subtle-pulse-left 1.5s infinite alternate;
}
.news .news-item .home-news-cover a .read-more-btn.edge-top {
  transform: translate(-50%, 0%);
  animation: subtle-pulse-top 1.5s infinite alternate;
}
.news .news-item .home-news-cover a .read-more-btn.edge-bottom {
  transform: translate(-50%, -100%);
  animation: subtle-pulse-bottom 1.5s infinite alternate;
}
.news .news-item .home-news-cover img {
  width: 357px;
  height: 221px;
  object-fit: cover;
  border-radius: 7px;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991.98px) {
  .news .news-item .home-news-cover img {
    width: auto;
    height: 200px;
    margin: 0 auto 20px auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 575.98px) {
  .news .news-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin: 0 auto;
    max-width: 95%;
  }
}
.highlights-news {
  position: relative;
  padding-bottom: 80px;
  /* Custom slick dots for news highlights on homepage */
}
.highlights-news .container:first-of-type {
  margin-bottom: 20px;
}
.highlights-news .prev-nex-container {
  position: relative;
  z-index: 10;
}
.highlights-news .news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 35px !important;
  padding-bottom: 0;
}
.highlights-news .news-header h2 {
  margin-bottom: 0;
}
.highlights-news .news-header .news-arrows {
  display: flex;
  gap: 10px;
}
.highlights-news .news-header .trigger_prev_arrow,
.highlights-news .news-header .trigger_next_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  cursor: pointer;
  border-radius: 40px;
  background: #F2F6F3;
  position: relative;
}
.highlights-news .news-header .trigger_prev_arrow::after,
.highlights-news .news-header .trigger_next_arrow::after {
  content: "";
  background-image: url('/themes/pensoft-onestop/assets/images/arrow-news.svg');
  background-size: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.highlights-news .news-header .trigger_prev_arrow:hover,
.highlights-news .news-header .trigger_next_arrow:hover {
  opacity: 0.8;
}
.highlights-news .news-header .trigger_next_arrow {
  transform: rotate(180deg);
}
@media screen and (max-width: 575.98px) {
  .highlights-news .news-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .highlights-news .news-header h2 {
    margin-bottom: 15px;
  }
  .highlights-news .news-header .news-arrows {
    align-self: flex-end;
  }
}
.highlights-news .news-item {
  border-radius: 7px;
  margin-right: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: auto;
}
.highlights-news .news-item .news-title {
  color: #283841;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.highlights-news .news-item .news-date {
  margin-top: 10px;
  color: #8C99A0;
  font-size: 14px;
}
.highlights-news .news-item .news-content {
  padding: 0;
}
@media screen and (max-width: 991.98px) {
  .highlights-news .news-item .news-content {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .highlights-news .news-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin: 0 auto;
    max-width: 95%;
  }
}
.highlights-news .home-news-cover {
  display: flex;
  padding: 0 !important;
}
.highlights-news .home-news-cover a {
  width: 357px;
  height: 221px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.highlights-news .home-news-cover a:hover {
  cursor: none;
}
.highlights-news .home-news-cover a:hover img {
  filter: blur(3px);
}
.highlights-news .home-news-cover a:hover::after {
  opacity: 1;
}
.highlights-news .home-news-cover a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(30, 81, 61, 0.14) 0%, rgba(30, 81, 61, 0.7) 100%);
  border-radius: 7px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  .highlights-news .home-news-cover a {
    display: block;
    width: 100%;
  }
}
.highlights-news .home-news-cover a .read-more-btn {
  position: absolute;
  display: none;
  font-size: 12px !important;
  font-weight: 600 !important;
  cursor: none !important;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: auto !important;
  white-space: nowrap !important;
  height: auto !important;
  text-align: center !important;
  opacity: 1 !important;
}
.highlights-news .home-news-cover a .read-more-btn.edge-right {
  transform: translate(-100%, -50%);
  animation: subtle-pulse-right 1.5s infinite alternate;
}
.highlights-news .home-news-cover a .read-more-btn.edge-left {
  transform: translate(0%, -50%);
  animation: subtle-pulse-left 1.5s infinite alternate;
}
.highlights-news .home-news-cover a .read-more-btn.edge-top {
  transform: translate(-50%, 0%);
  animation: subtle-pulse-top 1.5s infinite alternate;
}
.highlights-news .home-news-cover a .read-more-btn.edge-bottom {
  transform: translate(-50%, -100%);
  animation: subtle-pulse-bottom 1.5s infinite alternate;
}
@media screen and (max-width: 991.98px) {
  .highlights-news .home-news-cover {
    width: 100%;
  }
}
.highlights-news .home-news-cover img {
  width: 357px;
  height: 221px;
  object-fit: cover;
  border-radius: 7px;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991.98px) {
  .highlights-news .home-news-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.highlights-news .trigger_prev,
.highlights-news .trigger_next {
  position: absolute;
  width: 250px;
  height: 311px;
  z-index: 999;
}
.highlights-news .trigger_prev:hover,
.highlights-news .trigger_next:hover {
  cursor: pointer;
}
.highlights-news .trigger_prev {
  left: 0;
  width: 7%;
}
.highlights-news .trigger_next {
  right: 0;
}
.highlights-news .trigger_prev_arrow,
.highlights-news .trigger_next_arrow {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.highlights-news .trigger_prev_arrow:hover,
.highlights-news .trigger_next_arrow:hover {
  opacity: 0.8;
}
.highlights-news .trigger_prev_arrow:active,
.highlights-news .trigger_next_arrow:active {
  opacity: 0.6;
}
.highlights-news .slick-dots {
  text-align: center;
}
.highlights-news .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.highlights-news .slick-dots li button {
  cursor: pointer;
  border: 0;
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.highlights-news .slick-dots li button:hover,
.highlights-news .slick-dots li button:focus {
  outline: none;
  background-color: #ffffff;
  opacity: 1;
}
.highlights-news .slick-dots li button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #3cbb54;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.25s ease;
}
.highlights-news .slick-dots li.slick-active button:before {
  background-color: #3cbb54;
}
.highlights-news .slick-dots li.slick-active button {
  box-shadow: 0 0 0 2px #3cbb54;
}
.highlights-news .slick-arrow {
  border: none;
  color: transparent;
  display: none !important;
  /* Hide default arrows */
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.highlights-news .home-news-highlights {
  width: 371px;
  max-width: 90vw;
  padding-right: 30px;
}
.highlights-news .news-carousel {
  position: relative;
  padding-left: 5%;
  margin-left: 2%;
  overflow: hidden;
  max-width: 95%;
}
.highlights-news .news-carousel .slick-list {
  overflow: visible;
  padding-left: 0 !important;
  margin-right: -150px;
}
.highlights-news .news-carousel .slick-track {
  width: auto !important;
  display: flex;
}
.highlights-news .news-carousel .slick-slide {
  opacity: 1;
  transition: opacity 0.3s ease;
  width: 371px !important;
  flex: 0 0 auto;
}
.highlights-news .news-carousel .first-visible-slide {
  opacity: 1;
  z-index: 5;
}
.highlights-news .news-carousel:after {
  content: "";
  width: calc(80vw - 70%);
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0));
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
}
@media screen and (max-width: 991.98px) {
  .highlights-news .news-carousel:after {
    display: none;
  }
}
.news-detail-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991.98px) {
  .news-detail-container {
    flex-direction: column;
  }
}
.news-header {
  margin-bottom: 30px;
}
.news-header .news-date {
  color: #8C99A0;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
}
.news-header .news-title {
  font-weight: 600;
  line-height: 1.2em;
  color: #283841;
  font-size: 24px;
  margin: 0;
}
.news-content-wrapper {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  .news-content-wrapper {
    flex-direction: column;
  }
}
.news-main-content {
  flex: 1;
  max-width: 65%;
}
@media screen and (max-width: 991.98px) {
  .news-main-content {
    max-width: 100%;
  }
}
.news-main-content .single-news-item {
  position: relative;
  margin: 0;
  font-size: 18px;
}
.news-main-content .single-news-item .news-content {
  line-height: 1.4em;
  color: #40454A;
  font-size: 16px;
  margin-bottom: 40px;
}
.news-main-content .single-news-item .news-content p {
  line-height: 1.4em;
  margin-bottom: 20px;
}
.news-sidebar {
  width: 35%;
}
@media screen and (max-width: 991.98px) {
  .news-sidebar {
    width: 100%;
    margin-top: 30px;
  }
}
.news-sidebar .news-img-container {
  margin-bottom: 30px;
}
.news-sidebar .news-img-container img {
  width: 100%;
  border-radius: 7px;
  max-width: 100%;
}
.news-sidebar .news-img-container .caption {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color: #8C99A0;
  margin-top: 10px;
}
.news-sidebar .news-img-container .caption p {
  margin: 0 !important;
  padding: 0 !important;
}
.news-sidebar .related-news-section h3 {
  font-size: 20px;
  font-weight: 600;
  color: #283841;
  margin-bottom: 20px;
}
.related-news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  .related-news-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.related-news-item a {
  display: block;
  text-decoration: none;
}
.related-news-item a:hover .related-news-image img {
  transform: scale(1.1);
}
.related-news-item a:hover .news-title {
  color: #3CBB54;
}
.related-news-item .related-news-image {
  width: 100%;
  height: 180px;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 12px;
}
.related-news-item .related-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.related-news-item .related-news-content .news-date {
  color: #8C99A0;
  font-size: 14px;
  margin-bottom: 8px;
}
.related-news-item .related-news-content .news-title {
  color: #283841;
  font-size: 16px;
  line-height: 1.4;
  transition: color 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .related-news-item {
    width: calc(35%);
  }
}
@media screen and (max-width: 575.98px) {
  .related-news-item {
    width: 100%;
  }
}
.home-news-cover a,
.flyer-container a,
.logo-container a {
  position: relative;
  overflow: hidden;
}
.home-news-cover a:hover,
.flyer-container a:hover,
.logo-container a:hover {
  cursor: none;
}
.home-news-cover a:hover img,
.flyer-container a:hover img,
.logo-container a:hover img {
  filter: blur(3px);
}
.home-news-cover a:hover::after,
.flyer-container a:hover::after,
.logo-container a:hover::after {
  opacity: 1;
}
.home-news-cover a:hover .read-more-btn,
.flyer-container a:hover .read-more-btn,
.logo-container a:hover .read-more-btn {
  display: block !important;
}
.home-news-cover a::after,
.flyer-container a::after,
.logo-container a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(30, 81, 61, 0.14) 0%, rgba(30, 81, 61, 0.7) 100%);
  border-radius: 7px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.home-news-cover a .read-more-btn,
.flyer-container a .read-more-btn,
.logo-container a .read-more-btn {
  position: absolute;
  display: none;
  font-size: 12px !important;
  font-weight: 600 !important;
  cursor: none !important;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: auto !important;
  white-space: nowrap !important;
  height: auto !important;
  text-align: center !important;
  opacity: 1 !important;
}
.home-news-cover a .read-more-btn.edge-right,
.flyer-container a .read-more-btn.edge-right,
.logo-container a .read-more-btn.edge-right {
  transform: translate(-100%, -50%);
  animation: subtle-pulse-right 1.5s infinite alternate;
}
.home-news-cover a .read-more-btn.edge-left,
.flyer-container a .read-more-btn.edge-left,
.logo-container a .read-more-btn.edge-left {
  transform: translate(0%, -50%);
  animation: subtle-pulse-left 1.5s infinite alternate;
}
.home-news-cover a .read-more-btn.edge-top,
.flyer-container a .read-more-btn.edge-top,
.logo-container a .read-more-btn.edge-top {
  transform: translate(-50%, 0%);
  animation: subtle-pulse-top 1.5s infinite alternate;
}
.home-news-cover a .read-more-btn.edge-bottom,
.flyer-container a .read-more-btn.edge-bottom,
.logo-container a .read-more-btn.edge-bottom {
  transform: translate(-50%, -100%);
  animation: subtle-pulse-bottom 1.5s infinite alternate;
}
@keyframes subtle-pulse {
  0% {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    transform: translate(-50%, -50%) scale(1.08);
  }
}
@keyframes subtle-pulse-right {
  0% {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    transform: translate(-100%, -50%) scale(1);
  }
  100% {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    transform: translate(-100%, -50%) scale(1.08);
  }
}
@keyframes subtle-pulse-left {
  0% {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    transform: translate(0%, -50%) scale(1);
  }
  100% {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    transform: translate(0%, -50%) scale(1.08);
  }
}
@keyframes subtle-pulse-top {
  0% {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    transform: translate(-50%, 0%) scale(1.08);
  }
}
@keyframes subtle-pulse-bottom {
  0% {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -100%) scale(1);
  }
  100% {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    transform: translate(-50%, -100%) scale(1.08);
  }
}
.library-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .library-items {
    display: block;
    margin-top: 150px;
  }
}
@media screen and (max-width: 575.98px) {
  .library-items {
    margin-top: 20px;
  }
}
#typeForm {
  width: 100% !important;
}
.item {
  width: 100%;
}
.container {
  display: flex;
  flex-wrap: wrap;
}
.library-items > .library-item {
  flex-basis: 50%;
}
.library-item {
  width: 100%;
}
.library-item .row {
  border-radius: 10px;
  border: none;
  background: #f2f6f3;
  padding: 25px !important;
  margin: 30px 0 !important;
  font-size: 17px;
  position: relative;
  width: 95%;
  min-height: 263px;
  display: flex;
  flex-direction: column;
}
.library-item .card-header {
  margin-bottom: 25px;
}
.library-item .card-header .card-labels {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.library-item .card-header .card-type-label,
.library-item .card-header .card-version-label {
  background: #d0e3d4;
  color: #77b984;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 15px;
  border-radius: 30px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.28px;
}
.library-item .card-header .card-version-label {
  min-width: 41px;
}
.library-item .card-content {
  flex: 1;
  margin-bottom: 25px;
}
.library-item .card-content .card-title {
  font-family: 'Satoshi', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #003c3c;
  margin: 0 0 15px 0;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.library-item .card-content .card-details {
  font-family: 'Satoshi', sans-serif;
  font-size: 17px;
  color: #003c3c;
  line-height: 1.5;
  letter-spacing: -0.34px;
}
.library-item .card-content .card-details .text-bold {
  font-weight: 400;
  color: #003c3c;
}
.library-item .card-content .card-details .text-ligth {
  font-weight: 400;
  color: #003c3c;
}
.library-item .card-content .card-details .text-ligth a {
  color: #003c3c;
}
.library-item .card-content .card-details .status-approved {
  color: #3cbb54 !important;
}
.library-item .card-footer .card-download-btn .btn.card-download-full {
  width: 100% !important;
  background: #3CBB54 !important;
  border: none !important;
  border-radius: 6px !important;
  height: 45px !important;
  padding: 10px 16px !important;
  font-family: 'Satoshi', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-shadow: 0px 1px 2px 0px rgba(198, 228, 246, 0.05) !important;
  text-decoration: none !important;
}
.library-item .card-footer .card-download-btn .btn.card-download-full:hover {
  background: #309443 !important;
}
.library-item .card-footer .card-download-btn .btn.card-download-full .p-download {
  width: 17px !important;
  height: 17px !important;
}
.library-item .library-type-label {
  display: none;
}
.library-item .row .end-md.end-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.library-item .row .col-md-3.col-xs-12 {
  text-align: right;
}
.library-item h3 {
  font-weight: bold;
  font-size: 20px;
  text-transform: none;
  text-align: left;
  margin: 20px 0 20px 0;
}
.library-item .text-bold {
  font-weight: 400;
  color: #3cbb54 !important;
  margin-right: 5px;
}
.library-item .text-ligth a {
  color: #3cbb54;
}
.library-item .body div {
  display: inline-flex;
  padding: 10px 40px 0px 0;
  flex-direction: row;
  color: #000401 !important;
  font-weight: normal;
  font-size: 17px !important;
}
.library-item .button_su {
  position: absolute;
  bottom: 0px;
  right: 20px;
}
@media screen and (max-width: 991.98px) {
  .library-item .button_su {
    position: unset;
    bottom: unset;
    right: unset;
    margin-bottom: 0;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
.library-item .button_su_inner {
  z-index: 0 !important;
  padding: 7px 13px !important;
  width: 160px;
  height: 47px;
}
.library-item .button_text_container {
  z-index: 0 !important;
}
@media screen and (max-width: 991.98px) {
  .library-item .col-md-3.col-xs-12 {
    text-align: center !important;
    justify-content: center !important;
  }
}
@media screen and (max-width: 991.98px) {
  .library-item {
    display: flex;
    justify-content: center;
  }
}
.library h1.display-1 {
  display: none;
}
.library .container {
  padding: 0;
}
.library .container .button_su:has(form) {
  margin-top: 60px;
  margin-right: 20px;
  margin-bottom: 0;
}
.library .container .btn.btn-primary {
  background: #3CBB54 !important;
  border-radius: 6px !important;
  border: none !important;
  box-shadow: 0px 1px 2px 0px rgba(198, 228, 246, 0.05) !important;
  padding: 10px 16px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-family: 'Satoshi', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  min-width: 140px;
}
.library .container .btn.btn-primary:hover {
  background: #309443 !important;
}
.library .container .btn.btn-primary .p-download {
  background: url(../themes/pensoft-onestop/assets/images/dwn-btn.svg) center no-repeat !important;
  background-size: 17px !important;
  width: 17px !important;
  height: 17px !important;
  display: inline-block !important;
}
.library .container .btn.btn-primary .download_all {
  color: #ffffff !important;
  font-family: 'Satoshi', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.library .container .btn.btn-primary .publications,
.library .container .btn.btn-primary .download_size {
  display: none !important;
}
.library .container .row.center-xs.mb-1 {
  position: relative;
  display: block;
}
.library .container .row.center-xs.mb-1 .col-xs {
  position: absolute;
  top: 140px;
  right: 0px;
  display: inline-flex;
  flex-direction: row;
}
@media screen and (max-width: 575.98px) {
  .library .container .row.center-xs.mb-1 .col-xs {
    display: none;
  }
}
.library .container .row.center-xs.mb-1 .col-xs form {
  width: 100%;
}
.library .container .form-wrapper {
  width: 97%;
  display: flex;
}
.library .container .form-wrapper .sort-search-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .library .container .form-wrapper .sort-search-wrapper {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .library .container .form-wrapper {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .library .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.libraryForm {
  float: left;
  width: fit-content;
}
@media screen and (max-width: 991.98px) {
  .libraryForm {
    float: left;
  }
}
.libraryForm .col-sm-3.col-xs {
  max-width: 100%;
  flex-basis: unset;
}
.libraryForm .col-sm-3.col-xs:first-of-type {
  display: none;
}
.libraryForm .col-sm-2.col-xs {
  max-width: 100%;
  flex-basis: unset;
  padding: 0;
}
@media screen and (max-width: 991.98px) {
  .libraryForm .col-sm-2.col-xs {
    width: 100%;
  }
}
.libraryForm .field {
  margin-right: 10px;
}
@media screen and (max-width: 1370.98px) {
  .libraryForm .field {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .libraryForm .field {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .libraryForm {
    width: 100%;
  }
}
.library .form-control.search::placeholder {
  color: #B8B8B8 !important;
}
@media screen and (max-width: 991.98px) {
  .library .input-group {
    width: 95% !important;
  }
}
.library .ui.form .field input,
.library .ui.form .field select {
  height: 48px !important;
  border: 1px solid #EFEFEF !important;
  border-radius: 6px !important;
  background: #ffffff;
  position: unset !important;
  width: 100%;
  font-size: 14px !important;
  font-family: 'Satoshi' !important;
  font-weight: 500 !important;
  color: #aebab0;
  box-sizing: border-box;
  padding: 0 16px !important;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  .library .ui.form .field input,
  .library .ui.form .field select {
    width: 95% !important;
  }
}
.library .no-records {
  text-align: center;
}
.sort-form .field {
  position: relative;
  display: inline-block;
}
.sort-form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 0 16px !important;
  border: 1px solid #efefef !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-family: 'Satoshi', sans-serif !important;
  font-weight: 500 !important;
  color: #aebab0 !important;
  outline: none !important;
  width: 150px !important;
  background: url("../themes/pensoft-onestop/assets/images/library-arrow.svg") center no-repeat !important;
  background-color: white !important;
  background-size: 11px 7px !important;
  background-position: calc(90%) center !important;
  height: 44px !important;
  line-height: 1 !important;
}
.sort-form select::-ms-expand {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .sort-form {
    margin-right: unset;
  }
}
#searchLibrary {
  display: inline-block;
}
#searchLibrary form {
  width: 386px;
  height: 46px !important;
}
@media screen and (max-width: 1199.98px) {
  #searchLibrary form {
    margin: 0 0 0 8px;
    width: 95% !important;
    max-width: fit-content;
  }
}
#searchLibrary .form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  color: #aebab0;
  background-color: #ffffff;
  border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  border: 1px solid #EFEFEF;
  border-right: none;
  height: 46px !important;
  padding: 0 16px !important;
  line-height: 1;
}
#searchLibrary .form-control::placeholder {
  color: #aebab0;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 991.98px) {
  #searchLibrary {
    margin: 0 0 0 0;
    width: 95% !important;
    display: unset;
  }
}
.btn.searchLibrary {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  line-height: unset !important;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  padding: 0;
  height: 48px;
  width: 48px;
  background: #ffffff url(../themes/pensoft-onestop/assets/images/library-search.svg) center no-repeat;
  background-size: 16px;
}
#clearBtn {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  background: white;
  height: 48px;
}
.library .publications,
.library .download_size {
  display: none;
}
.library.flowers-background {
  display: none;
}
.library .row.container {
  display: none;
}
.library .container-fluid.bg-secondary {
  background: none;
}
.library form .btn-primary {
  border-radius: 25px;
}
.library p:has(.edit-link) {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .container:has(.tabs) {
    padding: 0 !important;
  }
}
.library .tabs {
  margin-bottom: 40px;
  margin-top: 30px;
  width: fit-content;
  border-radius: 49px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .library .tabs {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    margin: 54px auto;
    width: 90%;
  }
}
@media screen and (max-width: 575.98px) {
  .library .tabs .btn-primary {
    margin-bottom: 20px;
  }
}
.library .tabs form {
  width: fit-content;
  float: left;
}
@media screen and (max-width: 575.98px) {
  .library .tabs form {
    width: auto;
    float: unset;
    max-width: 100%;
  }
}
.library .tabs a {
  border-radius: 30px;
  border: 1px solid #fff;
  background: #F6F6F6;
  padding: 14px 20px;
  color: #90A494;
  margin-right: 10px;
  margin-bottom: 10px;
  width: fit-content;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 575.98px) {
  .library .tabs a {
    display: block;
    margin-left: 0px;
    width: 100%;
    padding: 16px 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .library .tabs a.active {
    width: f;
    border: 1px solid #3CBB54;
    background: #3CBB54;
    color: #fff;
    margin-bottom: 20px;
  }
}
.library .tabs a:hover,
.library .tabs a.active {
  border: 1px solid #3CBB54;
  background: #3CBB54;
  color: #fff;
}
.publications,
.library-item-top,
.download_size {
  display: none;
}
.fc-toolbar {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .fc-toolbar {
    flex-direction: row;
  }
}
.fc-button-primary:disabled {
  visibility: hidden;
}
@media screen and (max-width: 991.98px) {
  .fc-button-primary:disabled {
    display: none;
  }
}
.fc-button-group > .fc-button,
.fc-button-group > .fc-button:not(:first-child),
.fc-button-group > .fc-button:not(:last-child) {
  background: #3cbb54 !important;
  color: #ffffff !important;
  border: 1px solid #3cbb54;
  border-radius: 7px;
}
.fc-button-group > .fc-button:hover,
.fc-button-group > .fc-button:not(:first-child):hover,
.fc-button-primary:not(:disabled).fc-button-active {
  background: #25bdd2 !important;
  color: #ffffff !important;
  border: 1px solid #25bdd2 !important;
}
.fc-button-group > .fc-button.fc-prev-button {
  border-radius: 50% !important;
  background: #3cbb54 !important;
  color: #ffffff !important;
  border: 1px solid #3cbb54;
}
.fc-button-group > .fc-button.fc-next-button {
  border-radius: 50% !important;
  background: #3cbb54 !important;
  color: #ffffff !important;
  border: 1px solid #3cbb54;
}
@media screen and (max-width: 991.98px) {
  .fc-button-group > .fc-button {
    margin: 50px 3px;
  }
}
.fc-toolbar.fc-header-toolbar {
  display: flex;
}
.fc-left {
  order: 2;
  position: absolute;
  margin-left: 320px;
}
@media screen and (max-width: 991.98px) {
  .fc-left {
    position: unset;
    margin-left: 0px;
  }
}
.fc-center {
  order: 1;
}
.fc-center h2 {
  text-transform: none;
}
.fc-right {
  order: 3;
}
@media screen and (max-width: 991.98px) {
  .fc-button {
    margin: 20px 5px 10px 5px!important;
  }
}
.fc-left .fc-button {
  padding: 6px;
  margin: 0 10px;
}
.fc-right .fc-button {
  padding: 5px 6px;
  margin: 0 10px;
  width: 80px;
}
.fc-right .fc-button:nth-of-type(3) {
  margin: 0 0 0 10px;
}
.fc-event {
  background: #25bdd2 !important;
  border-color: #25bdd2 !important;
  padding: 6px 10px!important;
  border-radius: 25px !important;
}
.fc-view-container {
  background: #ffffff;
  padding: 0px;
}
.fc-day-grid-event .fc-time {
  display: none;
}
.event-date {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #3cbb54;
  color: #3cbb54 !important;
  width: 220px;
  height: 48px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-place {
  color: #25bdd2;
  font-weight: 500;
}
.events .events_tabs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #25bdd2;
}
.events .events_tabs .divider {
  margin: 0 20px;
  font-size: 20px;
}
@media screen and (max-width: 991.98px) {
  .events .events_tabs {
    width: fit-content;
    margin: 0 auto;
  }
}
.events .events_tabs a {
  width: fit-content;
  cursor: pointer;
  color: #000000;
  padding-left: 40px;
  float: left;
}
@media screen and (max-width: 991.98px) {
  .events .events_tabs a {
    margin-left: 0px;
  }
}
.events .events_tabs a:first-of-type {
  background: #ffffff url("../themes/pensoft-onestop/assets/images/list-view-icon.svg") center no-repeat;
  background-size: 22px;
  padding: 5px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 4px;
}
.events .events_tabs a:first-of-type:hover,
.events .events_tabs a:first-of-type.active {
  background: #f0f0f0 url("../themes/pensoft-onestop/assets/images/list-view-icon.svg") center no-repeat;
  background-size: 22px;
}
.events .events_tabs a:last-of-type {
  background: #ffffff url("../themes/pensoft-onestop/assets/images/calendar-view-icon.svg") center no-repeat;
  background-size: 22px;
  padding: 5px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 4px;
}
.events .events_tabs a:last-of-type:hover,
.events .events_tabs a:last-of-type.active {
  background: #f0f0f0 url("../themes/pensoft-onestop/assets/images/calendar-view-icon.svg") center no-repeat;
  background-size: 22px;
}
.events .tabs + div.row {
  width: 100%;
}
.events .container {
  padding: 45px 10px;
}
.events .container:has(.events_tabs) {
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .events .container:has(.events_tabs) {
    padding: 45px 10px 0 10px;
  }
}
.events .newslist .col-xs-12:first-child {
  display: unset !important;
}
.events .news-title {
  margin-left: 0;
}
.events img {
  width: unset;
}
.events .single-news-item .event-date {
  color: #25bdd2;
  margin: 0px 0 0px 0px;
}
.fc-listYear-button.fc-button.fc-button-primary {
  display: none;
}
.fc-button-primary {
  background: #3cbb54 !important;
  border-radius: 25px !important;
}
.fc-button-primary:hover {
  cursor: pointer;
  background: #25bdd2 !important;
}
.events_list_container {
  width: 100%;
}
.events_list_container h1 {
  color: #000401;
}
.events_list_container .entry_item {
  color: #000401;
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px #1B869426;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
.events_list_container .entry_item .date_container {
  background: url("../themes/pensoft-onestop/assets/images/events-date-background.svg") top no-repeat;
  background-position: -17px 0;
  color: white;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  min-height: 116px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 10px 0 12px 0;
  text-align: center;
  width: 111px !important;
  padding: 0;
}
@media screen and (max-width: 991.98px) {
  .events_list_container .entry_item .date_container {
    background-position: -41px -19px;
    background-size: 127%;
    color: white;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 116px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 115%;
    padding: 0;
    border-radius: 10px !important;
    margin-bottom: 20px;
  }
}
.events_list_container .entry_item .col-md-9.col-xs-12 {
  display: flex;
  align-items: center;
}
.events_list_container .entry_item:last-of-type {
  border-bottom: none;
}
.events_list_container .entry_item span {
  line-height: 26px;
  width: 100%;
  display: block;
}
.events_list_container .entry_item h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-align: left !important;
}
@media screen and (max-width: 991.98px) {
  .events_list_container .entry_item h3 {
    text-align: center !important;
  }
}
.events_list_container .entry_item .date_day {
  font-size: 30px;
  width: 100%;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
}
.events_list_container .entry_item .date_month {
  font-size: 17px;
  width: 100%;
  color: #ffffff;
}
.events_list_container .entry_item .date_year {
  font-size: 17px;
  width: 100%;
  color: #ffffff;
}
.events_list_container .entry_item .date_week {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  color: #000401;
}
@media screen and (max-width: 991.98px) {
  .events_list_container .entry_item .date_week {
    font-size: 18px;
  }
}
.events_list_container .entry_item .col-md-9.col-xs-12 {
  padding-left: 30px;
}
@media screen and (max-width: 991.98px) {
  .events_list_container .entry_item .col-md-9.col-xs-12 {
    padding-left: 10px;
  }
}
.events_list_container .entry_item img {
  border-radius: 7px;
  float: left;
  margin-right: 30px;
  width: 174px;
  height: auto;
  max-height: 97px;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 991.98px) {
  .events_list_container .entry_item img {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.events_list_container .entry_item .read_more {
  float: right;
  margin-right: 25px;
  color: #3cbb54;
}
.events_list_container .entry_item .read_more:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991.98px) {
  .events_list_container .entry_item .body {
    font-size: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  .events_list_container .entry_item {
    width: 90%;
    margin: 30px auto;
    padding-bottom: 10px;
  }
}
.upcoming_events_container .events_container {
  display: flex;
  justify-content: space-between;
  margin-top: 77px;
}
.upcoming_events_container .entry_item {
  color: #25bdd2;
  font-size: 20px;
  font-weight: normal;
  padding: 25px;
  border-radius: 7px;
  background: #f0f0f0;
}
.upcoming_events_container .entry_item .date_container {
  background: #3cbb54;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 241px;
  max-width: 90%;
  margin-top: -50px;
  height: 72px;
  border-radius: 7px;
  margin: -50px auto 25px auto;
  font-size: 18px;
  flex-direction: column;
}
.upcoming_events_container .entry_item .date_month {
  text-transform: uppercase;
}
@media screen and (max-width: 991.98px) {
  .upcoming_events_container .entry_item {
    margin-bottom: 70px;
  }
}
.contact .width100 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-item {
  width: 100%;
}
.profile-item .contact_info {
  background: #f0f0f0;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px;
  width: 100%;
}
.profile-item .contact_info .email_container {
  background: #3cbb54;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4px 0;
}
.profile-item .contact_info .email_container .contact_mail {
  text-align: center;
  font-size: 18px;
}
.profile-item .contact_info .email_container .contact_mail a {
  display: flex;
  align-items: center;
  color: #ffffff !important;
}
.profile-item .contact_info .email_container .contact_mail a:hover {
  opacity: 0.5;
}
.profile-item .contact_info .coordinator_image {
  padding: 0;
  height: 190px;
}
.profile-item .contact_info .coordinator_image img {
  object-fit: cover;
  width: 190px;
  height: 190px;
}
.profile-item .contact_info .coordinator_info {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.profile-item .contact_info .coordinator_info .card_title,
.profile-item .contact_info .coordinator_info h3 {
  display: flex;
  justify-content: start;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .profile-item .contact_info .coordinator_info .card_title,
  .profile-item .contact_info .coordinator_info h3 {
    display: flex;
    justify-content: center;
  }
}
.profile-item .contact_info .coordinator_info .card_title {
  color: #3cbb54;
  font-size: 18px;
  font-weight: 500;
}
.profile-item .contact_info .coordinator_info h3 {
  font-size: 20px;
  font-weight: 600;
  color: #010d1c;
  margin-bottom: 7px;
}
@media screen and (max-width: 991.98px) {
  .profile-item .contact_info .coordinator_info h3 {
    margin-top: 17px;
  }
}
@media screen and (max-width: 991.98px) {
  .profile-item .contact_info {
    width: 100%;
  }
}
.partner-item {
  margin-bottom: 40px;
}
.partner-item .partner_cover,
.partner-item .partner_info {
  background: #f0f0f0;
  border-radius: 7px;
}
.partner-item .partner_cover {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  .partner-item .partner_cover {
    padding: 30px;
    margin: 10px;
    max-width: -webkit-fill-available;
  }
}
.partner-item .partner_cover img {
  width: 200px;
  height: auto;
  max-height: 120px;
  object-fit: contain;
}
.partner-item .instituion-title {
  align-items: center;
}
.partner-item .instituion-title .col-md-9 {
  padding: 0;
  font-weight: 600;
  font-size: 22px;
}
.partner-item .partner_info {
  padding: 30px;
}
.partner-item .partner_description {
  height: 95px;
  overflow: hidden;
  font-size: 18px;
  position: relative;
}
.partner-item .partner_description.expand {
  height: auto;
}
.partner-item .partner_description.expand:after {
  height: 0px;
}
.partner-item .partner_description:after {
  width: 100%;
  height: 150px;
  content: ' ';
  background: transparent linear-gradient(180deg, rgba(245, 248, 248, 0) 0%, #f5f8f8 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.partner-item .dorsal {
  margin-top: 20px;
  display: inline-block;
}
.supporting_partners {
  display: flex;
  align-items: center;
  justify-content: center;
}
.supporting_partners .supp_partner_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 50px auto;
  width: fit-content;
}
.supporting_partners .supp_partner_item .supp_partner_image {
  width: 271px;
  height: 228px;
  max-width: 100%;
  /* UI Properties */
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #5858581C;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supporting_partners .supp_partner_item .supp_partner_image img {
  width: 201px;
  height: 81px;
  object-fit: contain;
}
.supporting_partners .supp_partner_item .website {
  margin: 20px auto;
}
.about-tabs .tabs-navigation {
  display: flex;
  justify-content: center;
  padding: 0;
}
.about-tabs .tabs-navigation .tab-link {
  display: inline-flex;
  padding: 15px 20px;
  margin: 0 5px;
  text-decoration: none;
  color: #90A494;
  font-weight: 500;
  border-radius: 30px;
  position: relative;
  background-color: #F6F6F6;
}
.about-tabs .tabs-navigation .tab-link.active,
.about-tabs .tabs-navigation .tab-link:hover {
  background-color: #3cbb54;
  color: #ffffff;
  border-radius: 30px;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.invasive-section {
  position: relative;
}
.invasive-section .invasive-tabs {
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
  padding: 0;
}
.invasive-section .invasive-tabs .tab-links {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 30%;
  padding: 4px 10px;
  margin: 0 2px;
  text-decoration: none;
  background-color: #3cbb54;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  min-height: 60px;
  border-radius: 30px;
  box-shadow: 0px 1px 2px 0px rgba(198, 228, 246, 0.05);
}
.invasive-section .invasive-tabs .tab-links:hover {
  opacity: 0.8;
}
@media screen and (max-width: 991.98px) {
  .invasive-section .invasive-tabs .tab-links {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .invasive-section .invasive-tabs {
    margin-bottom: 50px;
  }
}
.invasive-section .invasive-tabs::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 215px;
  background-image: url('/themes/pensoft-onestop/assets/images/Ellipse_35.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 991.98px) {
  .invasive-section .invasive-tabs::before {
    display: none;
  }
}
.invasive-section .content {
  width: 95%;
}
@media screen and (max-width: 991.98px) {
  .invasive-section .col-md-8 {
    order: 2;
  }
}
.project-section .content {
  padding-left: 60px;
}
@media screen and (max-width: 991.98px) {
  .project-section .content {
    padding-left: 0;
  }
}
.background-section {
  position: relative;
}
.background-section .subheader {
  font-family: 'Satoshi Medium';
}
.background-section .inner-boxes {
  margin-top: 20px;
  margin-bottom: 20px;
}
.background-section .inner-boxes .inner-box {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  padding: 10px;
  border-radius: 10px;
  background-color: #e4eee6;
}
@media screen and (max-width: 991.98px) {
  .background-section .inner-boxes .inner-box {
    margin-bottom: 10px;
  }
}
.background-section .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.background-section .icon img {
  width: 41.914px;
  height: 40px;
}
.background-section .content {
  width: 75%;
  margin-left: 8px;
}
.background-section::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 215px;
  background-image: url('/themes/pensoft-onestop/assets/images/Ellipse_35.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991.98px) {
  .background-section::before {
    display: none;
  }
}
.background-section p,
.invasive-section p,
.project-section p,
.background-section .col-xs-12,
.invasive-section .col-xs-12,
.project-section .col-xs-12 {
  color: #1e513d;
}
.background-section .col-xs-12,
.invasive-section .col-xs-12,
.project-section .col-xs-12 {
  font-size: 20px;
}
.background-section p,
.invasive-section p,
.project-section p {
  font-size: 17px;
}
.background-section h3,
.invasive-section h3,
.project-section h3 {
  font-size: 35px;
  color: #0b2712;
}
.background-section .content,
.invasive-section .content,
.project-section .content {
  color: #3cbb54;
  font-size: 16px;
}
.background-section .background-image,
.invasive-section .background-image,
.project-section .background-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.background-section .about-circle-container,
.invasive-section .about-circle-container,
.project-section .about-circle-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background-section .about-circle,
.invasive-section .about-circle,
.project-section .about-circle {
  position: relative;
  width: 409.252px;
  height: 376.865px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .background-section .about-circle,
  .invasive-section .about-circle,
  .project-section .about-circle {
    margin-bottom: 50px;
    width: 100%;
    height: 100%;
  }
}
.background-section .about-circle .text-bubble,
.invasive-section .about-circle .text-bubble,
.project-section .about-circle .text-bubble {
  position: absolute;
  max-width: 180px;
  padding: 10px 15px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #3cbb54;
  z-index: 3;
  box-shadow: 0px 1px 2px 0px rgba(198, 228, 246, 0.05);
  background-color: #e4eee6;
}
.background-section .about-circle .text-bubble span,
.invasive-section .about-circle .text-bubble span,
.project-section .about-circle .text-bubble span {
  display: block;
  text-align: center;
}
.background-section .about-circle .text-bubble.position-top,
.invasive-section .about-circle .text-bubble.position-top,
.project-section .about-circle .text-bubble.position-top {
  top: 0;
  left: 20%;
  transform: translateX(-50%) translateY(-50%);
}
.background-section .about-circle .text-bubble.position-right,
.invasive-section .about-circle .text-bubble.position-right,
.project-section .about-circle .text-bubble.position-right {
  top: 20%;
  right: 3%;
  transform: translateY(-50%) translateX(25%);
}
.background-section .about-circle .text-bubble.position-left,
.invasive-section .about-circle .text-bubble.position-left,
.project-section .about-circle .text-bubble.position-left {
  bottom: 3%;
  left: 0;
  transform: translateY(-50%) translateX(-25%);
}
.background-section .about-circle .text-bubble.position-bottom-right,
.invasive-section .about-circle .text-bubble.position-bottom-right,
.project-section .about-circle .text-bubble.position-bottom-right {
  bottom: 3%;
  right: 0;
  transform: translateY(-50%) translateX(25%);
}
@media screen and (max-width: 991.98px) {
  .background-section .about-circle .text-bubble,
  .invasive-section .about-circle .text-bubble,
  .project-section .about-circle .text-bubble {
    max-width: 140px;
    font-size: 12px;
    padding: 8px 12px;
  }
  .background-section .about-circle .text-bubble.position-top,
  .invasive-section .about-circle .text-bubble.position-top,
  .project-section .about-circle .text-bubble.position-top {
    transform: translateX(-50%) translateY(-30%);
  }
  .background-section .about-circle .text-bubble.position-right,
  .invasive-section .about-circle .text-bubble.position-right,
  .project-section .about-circle .text-bubble.position-right {
    transform: translateY(-50%) translateX(15%);
  }
  .background-section .about-circle .text-bubble.position-bottom,
  .invasive-section .about-circle .text-bubble.position-bottom,
  .project-section .about-circle .text-bubble.position-bottom {
    transform: translateX(-50%) translateY(30%);
  }
  .background-section .about-circle .text-bubble.position-left,
  .invasive-section .about-circle .text-bubble.position-left,
  .project-section .about-circle .text-bubble.position-left {
    transform: translateY(-50%) translateX(-15%);
  }
  .background-section .about-circle .text-bubble.position-bottom-right,
  .invasive-section .about-circle .text-bubble.position-bottom-right,
  .project-section .about-circle .text-bubble.position-bottom-right {
    transform: translateY(-50%) translateX(15%);
  }
}
.background-section .about-circle-border,
.invasive-section .about-circle-border,
.project-section .about-circle-border {
  position: absolute;
  width: 410px;
  height: 410px;
  border: 2px dashed rgba(60, 187, 84, 0.3);
  border-radius: 50%;
}
@media screen and (max-width: 991.98px) {
  .background-section .about-circle-border,
  .invasive-section .about-circle-border,
  .project-section .about-circle-border {
    width: 280px;
    height: 280px;
  }
}
.background-section .about-image-placeholder,
.invasive-section .about-image-placeholder,
.project-section .about-image-placeholder {
  position: relative;
  width: 409.252px;
  height: 376.865px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.background-section .about-image-placeholder img,
.invasive-section .about-image-placeholder img,
.project-section .about-image-placeholder img {
  width: 93%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 991.98px) {
  .background-section .about-image-placeholder img,
  .invasive-section .about-image-placeholder img,
  .project-section .about-image-placeholder img {
    width: 90%;
  }
}
@media screen and (max-width: 991.98px) {
  .background-section .about-image-placeholder,
  .invasive-section .about-image-placeholder,
  .project-section .about-image-placeholder {
    width: 280px;
    height: 280px;
  }
}
.background-section {
  padding: 0 0 50px 0;
}
.project-section {
  position: relative;
  padding: 50px 0;
}
.project-section::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 215px;
  background-image: url('/themes/pensoft-onestop/assets/images/Ellipse_35.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
  bottom: -55px;
  left: 0;
  width: 100px;
  height: 245px;
  transform: rotate(320deg);
}
@media screen and (max-width: 991.98px) {
  .project-section::before {
    display: none;
  }
}
.partners-container .partner-record {
  border-radius: 10px;
  background: #F2F6F3;
  padding: 25px;
  margin-bottom: 20px;
  min-height: 216px;
  position: relative;
}
.partners-container .partner-record .header-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.partners-container .partner-record .header-row .img-container {
  width: 120px;
  height: 60px;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners-container .partner-record .header-row .img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partners-container .partner-record .header-row .col-xs-8 {
  flex: 1;
  font-family: 'Satoshi Medium', sans-serif;
  font-size: 20px;
  color: #003c3c;
  line-height: 1.2;
  letter-spacing: -0.4px;
  font-weight: 500;
}
.partners-container .partner-content {
  position: relative;
}
.partners-container .partner-content .partner-description-truncated,
.partners-container .partner-content .partner-description-full {
  font-family: 'Satoshi Regular', sans-serif;
  font-size: 17px;
  color: #1e513d;
  line-height: 1.4em;
  position: relative;
}
.partners-container .partner-content .partner-description-truncated::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, rgba(242, 246, 243, 0) 0%, #f2f6f3 100%);
  pointer-events: none;
}
.partners-container .partner-content .read-more-partner {
  display: inline-flex;
  align-items: center;
  font-family: 'Satoshi Bold', sans-serif;
  font-size: 17px;
  color: #3CBB54;
  text-decoration: none;
  margin-top: 10px;
  font-weight: 700;
}
.partners-container .partner-content .read-more-partner:hover {
  opacity: 0.8;
}
.partners-container .partner-content .read-more-partner::after {
  content: '';
  width: 9px;
  height: 5px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 5C4.39238 5 4.28825 4.98092 4.18762 4.94275C4.08646 4.90458 4.00224 4.85369 3.93498 4.79008L0.221973 1.27863C0.0739907 1.13868 0 0.960559 0 0.744274C0 0.527989 0.0739907 0.349872 0.221973 0.209923C0.369955 0.0699743 0.558296 0 0.786995 0C1.01569 0 1.20404 0.0699743 1.35202 0.209923L4.5 3.18702L7.64798 0.209923C7.79596 0.0699743 7.9843 0 8.213 0C8.4417 0 8.63004 0.0699743 8.77803 0.209923C8.92601 0.349872 9 0.527989 9 0.744274C9 0.960559 8.92601 1.13868 8.77803 1.27863L5.06502 4.79008C4.9843 4.86641 4.89686 4.92036 4.80269 4.95191C4.70852 4.98397 4.60762 5 4.5 5Z' fill='%233CBB54'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.partners-container .partner-content .read-more-partner.expanded::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 991.98px) {
  .partners-container .partner-record {
    padding: 20px;
  }
  .partners-container .partner-record .header-row {
    flex-direction: column;
    text-align: center;
  }
  .partners-container .partner-record .header-row .img-container {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100px;
    height: 50px;
  }
  .partners-container .partner-record .header-row .col-xs-8 {
    font-size: 18px;
  }
  .partners-container .partner-content .partner-description-truncated,
  .partners-container .partner-content .partner-description-full {
    line-height: 1.6em;
    font-size: 17px;
  }
  .partners-container .partner-content .read-more-partner {
    font-size: 17px;
  }
}
@keyframes spin-about {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.living-labs-page p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #1E513D;
  font-family: Satoshi;
  font-size: 16px;
  font-weight: 400;
}
.map {
  display: flex;
  justify-content: center;
  align-items: center;
}
.living-labs-map {
  position: relative;
}
.living-labs-map svg {
  display: block;
  width: 100%;
  height: auto;
}
.living-labs-map svg path[style*="cursor: pointer"] {
  transition: all 0.3s ease;
}
.living-labs-map svg path[style*="cursor: pointer"]:hover {
  opacity: 0.8 !important;
  filter: brightness(1.1);
}
.living-labs-map svg path {
  transition: opacity 0.3s ease;
}
.map-tooltip {
  position: absolute;
  background: #1E513D;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.2s ease;
  white-space: nowrap;
  box-shadow: 0px 4px 12px rgba(30, 81, 61, 0.3);
}
.map-tooltip.show {
  opacity: 1;
  transform: translateY(0);
}
.map-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1E513D;
}
.map-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 25px 80px rgba(25, 25, 25, 0.12), 0px 8px 32px rgba(25, 25, 25, 0.08);
  max-width: 800px;
  min-width: 600px;
  width: 90%;
  height: auto;
  z-index: 1050;
  overflow: hidden;
  border: 1px solid rgba(30, 81, 61, 0.06);
}
.map-popup .popup-header {
  position: relative;
  padding: 32px 32px 0;
}
.map-popup .popup-header .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #1E513D;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-weight: bold;
}
.map-popup .popup-header .popup-close:hover {
  color: #2A6B4D;
  transform: scale(1.1);
}
.map-popup .popup-content {
  padding: 0 32px 32px;
}
.map-popup .popup-content .popup-country {
  margin-bottom: 32px;
  text-align: center;
  padding: 0 20px;
}
.map-popup .popup-content .popup-country .country-name {
  color: #1E513D;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.8px;
  position: relative;
  line-height: 1.2;
}
.map-popup .popup-content .popup-country .country-name::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #1e513d 0%, #2a6b4d 50%, #1e513d 100%);
  border-radius: 2px;
  box-shadow: 0px 2px 8px rgba(30, 81, 61, 0.2);
}
.map-popup .popup-content .popup-partner .partner-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
  background: #FFFFFF;
  margin-bottom: 0px !important;
}
.map-popup .popup-content .popup-partner .partner-item .partner-logo {
  flex-shrink: 0;
}
.map-popup .popup-content .popup-partner .partner-item .partner-logo img {
  width: 120px;
  height: 90px;
  object-fit: contain;
  border-radius: 12px;
  background: #FFFFFF;
  padding: 12px;
  border: 1px solid rgba(30, 81, 61, 0.08);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04), 0px 2px 8px rgba(0, 0, 0, 0.02);
}
.map-popup .popup-content .popup-partner .partner-item .partner-info {
  flex: 1;
  min-width: 0;
}
.map-popup .popup-content .popup-partner .partner-item .partner-info .partner-name {
  color: #1E513D;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 650;
  margin: 0 0 16px 0;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.map-popup .popup-content .popup-partner .partner-item .partner-info .partner-description {
  color: #475569;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 24px 0;
  text-align: justify;
  hyphens: auto;
  word-break: break-word;
}
.map-popup .popup-content .popup-partner .partner-item .partner-info .partner-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.map-popup .popup-content .popup-partner .partner-item .partner-info .partner-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: auto;
  white-space: nowrap;
  padding: 12px 20px;
  font-size: 14px;
}
.map-popup .popup-content .popup-partner .partner-item .partner-info .partner-actions .btn .btn-icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
  margin-right: 4px;
}
.map-popup .popup-content .popup-partner .partner-item .partner-info .partner-actions .btn .btn-icon.icon-external-link {
  background-image: url('../themes/pensoft-onestop/assets/images/external-link.svg');
}
.map-popup .popup-content .popup-partner .partner-item .partner-info .partner-actions .btn .btn-icon.icon-mail-send {
  background-image: url('../themes/pensoft-onestop/assets/images/mail-send.svg');
}
.map-popup .popup-content .popup-partner .partner-item .partner-info .partner-actions .btn.btn-website .btn-icon,
.map-popup .popup-content .popup-partner .partner-item .partner-info .partner-actions .btn.btn-contact .btn-icon {
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.map-popup .popup-content .popup-partner .partner-item .partner-info .partner-actions .btn.btn-website:hover .btn-icon,
.map-popup .popup-content .popup-partner .partner-item .partner-info .partner-actions .btn.btn-contact:hover .btn-icon {
  animation: iconBounce 0.8s ease-in-out infinite;
}
@keyframes iconBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) scale(1);
  }
  40% {
    transform: translateY(-4px) scale(1.15);
  }
  60% {
    transform: translateY(-2px) scale(1.08);
  }
}
body:has(.map-popup[style*="display: block"])::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}
@media (max-width: 768px) {
  .map-popup {
    width: 95%;
    min-width: 320px;
    border-radius: 16px;
  }
  .map-popup .popup-header {
    padding: 24px 24px 0;
  }
  .map-popup .popup-content {
    padding: 0 24px 24px;
  }
  .map-popup .popup-content .popup-country {
    margin-bottom: 24px;
    padding: 0 12px;
  }
  .map-popup .popup-content .popup-country .country-name {
    font-size: 26px;
    letter-spacing: -0.6px;
  }
  .map-popup .popup-content .popup-country .country-name::after {
    width: 60px;
    height: 3px;
    bottom: -10px;
  }
  .map-popup .popup-content .popup-partner .partner-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 24px 20px;
  }
  .map-popup .popup-content .popup-partner .partner-item .partner-logo img {
    width: 100px;
    height: 75px;
  }
  .map-popup .popup-content .popup-partner .partner-item .partner-info {
    width: 100%;
  }
  .map-popup .popup-content .popup-partner .partner-item .partner-info .partner-name {
    font-size: 20px;
    letter-spacing: -0.3px;
  }
  .map-popup .popup-content .popup-partner .partner-item .partner-info .partner-description {
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 18px;
  }
  .map-popup .popup-content .popup-partner .partner-item .partner-info .partner-actions {
    justify-content: center;
    gap: 12px;
  }
  .map-popup .popup-content .popup-partner .partner-item .partner-info .partner-actions .btn {
    font-size: 12px;
    padding: 10px 16px;
    min-width: auto;
  }
}
.map-popup {
  animation: popupFadeIn 0.3s ease;
}
@keyframes popupFadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.page-intro .page-content p,
.page-intro .page-intro p {
  color: #1E513D;
  font-family: Satoshi;
  font-size: 17px;
}
.page-intro .page-content h2,
.page-intro .page-intro h2 {
  color: #0B2712;
  font-family: Satoshi;
  font-size: 35px;
}
.page-intro .text-container,
.page-intro .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-intro .text-container p,
.page-intro .img-container p {
  margin-bottom: 20px;
}
.page-intro img {
  position: relative;
  object-fit: contain;
}
@media screen and (max-width: 991.98px) {
  .page-intro img {
    max-width: 320px;
    max-height: 430px;
  }
}
.page-tabs .tab-link {
  border-radius: 30px;
  border: 1px solid #fff;
  background: #F6F6F6;
  padding: 16px 20px;
  color: #90A494;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page-tabs .tab-link:hover,
.page-tabs .tab-link.active {
  border: 1px solid #3CBB54;
  background: #3CBB54;
  color: #fff;
}
.page-content .tab-content {
  display: none;
  opacity: 0;
}
.page-content .tab-content.active {
  display: block;
  opacity: 1;
}
.deliverable-text {
  color: #3CBB54;
  font-size: 17px;
  text-align: left !important;
}
.content_flyer,
.content_press,
.content_video,
.content_newsletter,
.content_logo {
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .content_flyer,
  .content_press,
  .content_video,
  .content_newsletter,
  .content_logo {
    justify-content: center;
  }
}
.coming-soon {
  width: 100%;
}
.newsletters .date {
  color: #8C99A0;
  font-size: 14px;
}
.newsletters .title {
  color: #283841;
  font-size: 18px;
}
.card-container {
  position: relative;
}
.card-container .media_label {
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 20px;
}
@media screen and (max-width: 991.98px) {
  .card-container .media_label {
    left: 20%;
  }
}
.media-center .card_image_container {
  border-radius: 7px;
  margin: 0 auto;
  width: 227px;
  height: 164px;
  max-width: 100%;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
}
.media-center .card_image_container .card_icon {
  display: flex;
  height: 196px;
  border-radius: 7px;
  background-size: 40% !important;
  transition: all ease-in-out 0.3s;
}
.media-center .media_item .card_bg {
  border-radius: 7px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
  background: url("../themes/pensoft-onestop/assets/images/Logo-Media centre.png") center no-repeat;
  background-size: cover;
}
.media-center .media_item .card_bg:hover {
  transform: scale(1.15);
}
.media-center .media_item .card_bg:hover > .card_icon {
  transform: scale(0.85);
}
.flyer-container,
.logo-container,
.presentation-container,
.newsletter-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 357px;
  max-width: 100%;
  height: 253px;
  margin: 0 auto 20px auto;
  border-radius: 7px;
  overflow: visible;
  position: relative;
}
.flyer-container .image-wrapper,
.logo-container .image-wrapper,
.presentation-container .image-wrapper,
.newsletter-container .image-wrapper {
  position: relative;
  display: inline-block;
  overflow: visible;
  z-index: 1;
}
.flyer-container .image-wrapper img,
.logo-container .image-wrapper img,
.presentation-container .image-wrapper img,
.newsletter-container .image-wrapper img {
  object-fit: contain !important;
}
.flyer-container .image-wrapper::after,
.logo-container .image-wrapper::after,
.presentation-container .image-wrapper::after,
.newsletter-container .image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(30, 81, 61, 0.14) 0%, rgba(30, 81, 61, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 7px;
  pointer-events: none;
}
.flyer-container .image-wrapper:hover::after,
.logo-container .image-wrapper:hover::after,
.presentation-container .image-wrapper:hover::after,
.newsletter-container .image-wrapper:hover::after {
  opacity: 1;
}
.flyer-container .image-wrapper:hover .download-dropdown,
.logo-container .image-wrapper:hover .download-dropdown,
.presentation-container .image-wrapper:hover .download-dropdown,
.newsletter-container .image-wrapper:hover .download-dropdown,
.flyer-container .image-wrapper:hover .single-download .download-btn,
.logo-container .image-wrapper:hover .single-download .download-btn,
.presentation-container .image-wrapper:hover .single-download .download-btn,
.newsletter-container .image-wrapper:hover .single-download .download-btn {
  opacity: 1;
  visibility: visible;
}
.flyer-container .single-download,
.logo-container .single-download,
.presentation-container .single-download,
.newsletter-container .single-download {
  position: relative;
  display: block;
  text-decoration: none;
}
.flyer-container img,
.logo-container img,
.presentation-container img,
.newsletter-container img {
  width: 300px;
  height: 350px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.flyer-container .download-btn,
.logo-container .download-btn,
.presentation-container .download-btn,
.newsletter-container .download-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3CBB54;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(60, 187, 84, 0.3);
  cursor: pointer;
  z-index: 10;
}
.flyer-container .download-btn .download-icon,
.logo-container .download-btn .download-icon,
.presentation-container .download-btn .download-icon,
.newsletter-container .download-btn .download-icon {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 15.575L6.7 10.275L8.1 8.875L11 11.775V3H13V11.775L15.9 8.875L17.3 10.275L12 15.575ZM6 21C5.45 21 4.979 20.804 4.587 20.412C4.195 20.02 3.999 19.549 3.999 19V15H5.999V19H18V15H20V19C20 19.55 19.804 20.021 19.412 20.413C19.02 20.805 18.549 21.001 18 21H6Z'/%3E%3C/svg%3E") center no-repeat;
  background-size: contain;
}
.flyer-container .download-btn:hover,
.logo-container .download-btn:hover,
.presentation-container .download-btn:hover,
.newsletter-container .download-btn:hover {
  background: #2FA045;
  box-shadow: 0 6px 16px rgba(60, 187, 84, 0.4);
}
.flyer-container .download-dropdown,
.logo-container .download-dropdown,
.presentation-container .download-dropdown,
.newsletter-container .download-dropdown {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999999;
}
.flyer-container .download-dropdown .download-btn-main,
.logo-container .download-dropdown .download-btn-main,
.presentation-container .download-dropdown .download-btn-main,
.newsletter-container .download-dropdown .download-btn-main {
  background: #3CBB54;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(60, 187, 84, 0.3);
  cursor: pointer;
  position: relative;
  user-select: none;
  z-index: 1000000;
}
.flyer-container .download-dropdown .download-btn-main .download-icon,
.logo-container .download-dropdown .download-btn-main .download-icon,
.presentation-container .download-dropdown .download-btn-main .download-icon,
.newsletter-container .download-dropdown .download-btn-main .download-icon {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 15.575L6.7 10.275L8.1 8.875L11 11.775V3H13V11.775L15.9 8.875L17.3 10.275L12 15.575ZM6 21C5.45 21 4.979 20.804 4.587 20.412C4.195 20.02 3.999 19.549 3.999 19V15H5.999V19H18V15H20V19C20 19.55 19.804 20.021 19.412 20.413C19.02 20.805 18.549 21.001 18 21H6Z'/%3E%3C/svg%3E") center no-repeat;
  background-size: contain;
}
.flyer-container .download-dropdown .download-btn-main .dropdown-arrow,
.logo-container .download-dropdown .download-btn-main .dropdown-arrow,
.presentation-container .download-dropdown .download-btn-main .dropdown-arrow,
.newsletter-container .download-dropdown .download-btn-main .dropdown-arrow {
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 15L6 9h12l-6 6z'/%3E%3C/svg%3E") center no-repeat;
  background-size: contain;
  margin-left: 4px;
}
.flyer-container .download-dropdown .download-btn-main:hover,
.logo-container .download-dropdown .download-btn-main:hover,
.presentation-container .download-dropdown .download-btn-main:hover,
.newsletter-container .download-dropdown .download-btn-main:hover {
  background: #2FA045;
}
.flyer-container .download-dropdown .dropdown-menu,
.logo-container .download-dropdown .dropdown-menu,
.presentation-container .download-dropdown .dropdown-menu,
.newsletter-container .download-dropdown .dropdown-menu {
  position: absolute;
  top: calc(108%);
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999999;
  padding: 6px;
  min-width: 180px;
  width: auto;
  max-width: 200px;
}
.flyer-container .download-dropdown .dropdown-menu .dropdown-item,
.logo-container .download-dropdown .dropdown-menu .dropdown-item,
.presentation-container .download-dropdown .dropdown-menu .dropdown-item,
.newsletter-container .download-dropdown .dropdown-menu .dropdown-item {
  display: block;
  padding: 10px 0;
  color: white;
  background: #3CBB54;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  margin-bottom: 3px;
  transition: all 0.2s ease;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.flyer-container .download-dropdown .dropdown-menu .dropdown-item:last-child,
.logo-container .download-dropdown .dropdown-menu .dropdown-item:last-child,
.presentation-container .download-dropdown .dropdown-menu .dropdown-item:last-child,
.newsletter-container .download-dropdown .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.flyer-container .download-dropdown .dropdown-menu .dropdown-item:hover,
.logo-container .download-dropdown .dropdown-menu .dropdown-item:hover,
.presentation-container .download-dropdown .dropdown-menu .dropdown-item:hover,
.newsletter-container .download-dropdown .dropdown-menu .dropdown-item:hover {
  background: #2FA045;
  color: white;
  text-decoration: none;
}
.flyer-container .download-dropdown .dropdown-menu .dropdown-item:focus,
.logo-container .download-dropdown .dropdown-menu .dropdown-item:focus,
.presentation-container .download-dropdown .dropdown-menu .dropdown-item:focus,
.newsletter-container .download-dropdown .dropdown-menu .dropdown-item:focus {
  outline: none;
  background: #2FA045;
}
.flyer-container .download-dropdown.dropdown-open .dropdown-menu,
.logo-container .download-dropdown.dropdown-open .dropdown-menu,
.presentation-container .download-dropdown.dropdown-open .dropdown-menu,
.newsletter-container .download-dropdown.dropdown-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.flyer-container::before,
.logo-container::before,
.presentation-container::before,
.newsletter-container::before {
  content: attr(data-item-name);
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #FFF;
  font-family: Satoshi;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 5;
  max-width: 280px;
  line-height: 1.2;
  word-wrap: break-word;
  hyphens: auto;
  pointer-events: none;
}
.flyer-container:hover::before,
.logo-container:hover::before,
.presentation-container:hover::before,
.newsletter-container:hover::before,
.flyer-container.name-tooltip-active::before,
.logo-container.name-tooltip-active::before,
.presentation-container.name-tooltip-active::before,
.newsletter-container.name-tooltip-active::before {
  opacity: 1;
  visibility: visible;
}
.flyer-container:has(.download-dropdown.dropdown-open)::before,
.logo-container:has(.download-dropdown.dropdown-open)::before,
.presentation-container:has(.download-dropdown.dropdown-open)::before,
.newsletter-container:has(.download-dropdown.dropdown-open)::before {
  opacity: 0;
  visibility: hidden;
}
.flyer-container.white,
.logo-container.white,
.presentation-container.white,
.newsletter-container.white {
  background-color: #25bdd2;
}
.flyer-container a,
.logo-container a,
.presentation-container a,
.newsletter-container a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.flyer-container .image-wrapper img,
.logo-container .image-wrapper img,
.presentation-container .image-wrapper img,
.newsletter-container .image-wrapper img {
  width: 357px !important;
  height: 253px !important;
  object-fit: cover;
  border-radius: 7px;
  transition: all 0.3s ease;
}
.flyer-container .download-dropdown,
.logo-container .download-dropdown,
.presentation-container .download-dropdown,
.newsletter-container .download-dropdown {
  opacity: 0;
  visibility: hidden;
}
.flyer-container .download-btn,
.logo-container .download-btn,
.presentation-container .download-btn,
.newsletter-container .download-btn {
  opacity: 0 !important;
  visibility: hidden !important;
}
.flyer-container .image-wrapper:hover .download-dropdown,
.logo-container .image-wrapper:hover .download-dropdown,
.presentation-container .image-wrapper:hover .download-dropdown,
.newsletter-container .image-wrapper:hover .download-dropdown,
.flyer-container .image-wrapper:hover .download-btn,
.logo-container .image-wrapper:hover .download-btn,
.presentation-container .image-wrapper:hover .download-btn,
.newsletter-container .image-wrapper:hover .download-btn {
  opacity: 1 !important;
  visibility: visible !important;
}
.flyer-container img,
.logo-container img,
.presentation-container img,
.newsletter-container img {
  width: 357px;
  height: 253px;
  object-fit: cover;
  border-radius: 7px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 0;
}
.flyer-container .button_su.download .button_su_inner,
.logo-container .button_su.download .button_su_inner,
.presentation-container .button_su.download .button_su_inner,
.newsletter-container .button_su.download .button_su_inner {
  width: unset;
  height: unset;
}
.links {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  .links {
    justify-content: space-evenly;
    margin-bottom: 50px;
  }
}
.links form {
  width: fit-content;
}
.links button {
  border-radius: 7px;
  font-size: 18px;
  background: #25bdd2;
  border: none;
}
.links .button_su {
  margin: 0 3px;
}
.links .button_su i {
  background: url("../themes/pensoft-onestop/assets/images/download.svg") center no-repeat;
  background-size: contain;
  width: 15px;
  height: 14px;
  margin-right: 6px;
}
.press-relies-item {
  width: 90%;
  background-color: #ffffff;
  border: 1px solid #B9D7DB;
  margin: 0 auto 20px auto;
  border-radius: 7px;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .press-relies-item {
    width: auto;
  }
}
.press-relies-item .card-title {
  font-size: 25px;
}
.press-relies-item .date {
  width: 133px;
  height: 33px;
  white-space: nowrap;
  font-size: 14px;
  background: transparent linear-gradient(254deg, #25bdd2 0%, #2d7252 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 0.86;
  color: white;
  text-align: center;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.press-relies-item body {
  font-size: 16px;
}
.press-relies-item body p {
  font-size: 16px;
}
.press-relies-item .button_su {
  margin-right: 10px;
}
.flyer_image_container {
  width: auto;
  height: auto;
  text-align: left;
}
.flyer_image_container img {
  border: 1px solid #c1c1c1;
}
.video-title {
  color: #000401;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.videos iframe,
.videos video {
  width: 357px;
  max-width: 100%;
  height: 253px;
  background-color: black;
  margin: 0 auto 20px auto;
  box-shadow: 0px 0px 20px #1B869426;
  border-radius: 7px;
  display: flex;
  align-self: center;
}
.videos .card_title {
  text-align: center;
}
.videos .video-title {
  color: #0B2712;
  padding-left: 20px;
}
.go-back {
  display: flex;
  justify-content: start;
  width: fit-content;
  margin-bottom: 20px;
  margin-left: 10px;
}
.go-back a {
  width: fit-content;
  font-size: 17px;
  font-weight: 500;
  color: #3cbb54;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  transition: all 0.3s ease-in-out;
}
.go-back a::before {
  display: flex;
  align-items: center;
  position: absolute;
  content: "";
  background: url("../themes/pensoft-onestop/assets/images/arrow-media.svg") center center no-repeat;
  background-size: 10px !important;
  width: 10px !important;
  height: 8px !important;
  left: 0;
  transform: rotate(90deg);
}
.go-back a:hover::before {
  left: -2px;
}
.project-materials-container .col-md-4,
.project-materials-container .col-xs-12 {
  overflow: visible !important;
}
.container-fluid:has(.download-dropdown),
.container:has(.download-dropdown),
.row:has(.download-dropdown) {
  overflow: visible !important;
}
[class*="col-"]:has(.download-dropdown) {
  overflow: visible !important;
}
.page-content {
  overflow: visible !important;
}
.page-content .container {
  overflow: visible !important;
}
.page-content .row {
  overflow: visible !important;
}
.page-content [class*="col-"] {
  overflow: visible !important;
}
.tab-content {
  overflow: visible !important;
}
.external-resources .external-links-list {
  list-style: disc outside;
  margin-left: 27px;
}
.external-resources .external-links-list li {
  margin-bottom: 15px;
}
.external-resources .external-links-list li a {
  font-size: 18px;
  font-weight: 500;
  color: #3cbb54;
  text-decoration: underline;
  text-underline-position: from-font;
}
.external-resources .external-links-list li a:hover {
  color: #309443;
}
.date {
  padding-left: 20px;
  color: #8C99A0;
  font-size: 14px;
  margin-bottom: 10px;
}
.title {
  padding-left: 20px;
  color: #283841;
  font-size: 18px;
  margin-bottom: 10px;
}
html,
body {
  font-family: satoshi, Sathoshi, sans-serif;
  background-color: #ffffff;
  color: #40454a;
  height: 100%;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
}
#layout-content {
  min-height: 60vh;
}
.content-wrapper {
  min-height: unset !important;
}
a {
  color: #3cbb54;
  transition: all 0.3s ease-in-out;
}
a.no-color {
  color: #3cbb54;
}
a:focus {
  outline: none;
}
ol {
  list-style-type: decimal;
  padding-left: 20px;
}
button:focus {
  outline: none;
}
.btn:focus {
  outline: none !important;
}
p:not(.news-date) {
  font-weight: 400;
  width: 100%;
}
img {
  width: 100%;
}
nav img {
  width: auto;
}
.row {
  width: 100%;
}
.row + .row {
  margin-top: 1.5rem;
}
.slick-list .row + .row {
  margin-top: 0;
}
ul {
  list-style-type: disc;
}
ol.q {
  list-style-type: upper-roman;
  padding-left: 20px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.title,
.head,
.page_heading {
  color: #0B2712;
  font-weight: 600;
}
h1,
h2 {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  h1,
  h2 {
    font-size: 30px;
  }
}
.display-1 {
  font-size: 35px;
  color: #0B2712;
}
.underline {
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 600;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  width: 100%;
}
.subtitle {
  color: #25bdd2;
}
p:has(.edit-link) {
  display: none !important;
}
.head {
  color: #000401;
  font-size: 20px;
  font-weight: bold;
}
.page_heading {
  color: #010d1c;
  font-size: 75px;
  line-height: 100px;
}
@media screen and (max-width: 991.98px) {
  .page_heading {
    text-align: center;
    word-break: break-word;
    font-size: 46px;
    line-height: 50px;
    margin-left: 0 !important;
  }
}
.privacy a {
  color: #25bdd2;
}
.privacy a:hover {
  opacity: 0.7;
}
ul.pagination {
  padding: 0;
  margin: 0 auto;
  width: fit-content;
}
ul.pagination .page-item {
  font-weight: bold;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000401;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000401;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000401;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000401;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000401;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #000401;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes animatedBackgroundIntro {
  0% {
    background-position: right center;
  }
  100% {
    background-position: right 41px center;
  }
}
@keyframes animatedBackgroundBtn {
  0% {
    background-position: right center;
  }
  100% {
    background-position: right 21px center;
  }
}
@keyframes animate {
  0% {
    height: 0px;
  }
  100% {
    height: 100%;
  }
}
#layout-content:not(.home) h1.underline {
  display: none;
}
#layout-content.search {
  margin-top: 0;
}
#layout-content .container ul {
  padding-left: 40px;
}
.content-wrapper {
  min-height: 100%;
}
.content_static_list {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin-top: 80px;
  justify-content: space-between;
}
.content_static_list img {
  width: 88%;
}
.download-icon {
  background: url(../themes/pensoft-onestop/assets/images/download-icon.svg) bottom left no-repeat;
  background-size: 14px;
  padding-left: 20px;
  color: #3daae9;
  font-size: 15px;
}
.ui-widget-content {
  border: none !important;
  background: none !important;
  color: unset !important;
}
.p-0 {
  padding: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-1 {
  padding: 10px;
}
.pt-1 {
  padding-top: 10px;
}
.pb-1 {
  padding-bottom: 10px;
}
.pl-1 {
  padding-left: 10px;
}
.pr-1 {
  padding-right: 10px;
}
.px-1 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-2 {
  padding: 20px;
}
.pt-2 {
  padding-top: 20px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pl-2 {
  padding-left: 20px;
}
.pr-2 {
  padding-right: 20px;
}
.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-3 {
  padding: 30px;
}
.pt-3 {
  padding-top: 30px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pl-3 {
  padding-left: 30px;
}
.pr-3 {
  padding-right: 30px;
}
.px-3 {
  padding-left: 30px;
  padding-right: 30px;
}
.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-4 {
  padding: 40px;
}
.pt-4 {
  padding-top: 40px;
}
.pb-4 {
  padding-bottom: 40px;
}
.pl-4 {
  padding-left: 40px;
}
.pr-4 {
  padding-right: 40px;
}
.px-4 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-5 {
  padding: 50px;
}
.pt-5 {
  padding-top: 50px;
}
.pb-5 {
  padding-bottom: 50px;
}
.pl-5 {
  padding-left: 50px;
}
.pr-5 {
  padding-right: 50px;
}
.px-5 {
  padding-left: 50px;
  padding-right: 50px;
}
.py-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-auto {
  padding: auto;
}
.pt-auto {
  padding-top: auto;
}
.pb-auto {
  padding-bottom: auto;
}
.pl-auto {
  padding-left: auto;
}
.pr-auto {
  padding-right: auto;
}
.px-auto {
  padding-left: auto;
  padding-right: auto;
}
.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}
.m-0 {
  margin: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.m-1 {
  margin: 20px;
}
.mt-1 {
  margin-top: 20px;
}
.mb-1 {
  margin-bottom: 20px;
}
.ml-1 {
  margin-left: 20px;
}
.mr-1 {
  margin-right: 20px;
}
.mx-1 {
  margin-left: 20px;
  margin-right: 20px;
}
.my-1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-2 {
  margin: 40px;
}
.mt-2 {
  margin-top: 40px;
}
.mb-2 {
  margin-bottom: 40px;
}
.ml-2 {
  margin-left: 40px;
}
.mr-2 {
  margin-right: 40px;
}
.mx-2 {
  margin-left: 40px;
  margin-right: 40px;
}
.my-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-3 {
  margin: 60px;
}
.mt-3 {
  margin-top: 60px;
}
.mb-3 {
  margin-bottom: 60px;
}
.ml-3 {
  margin-left: 60px;
}
.mr-3 {
  margin-right: 60px;
}
.mx-3 {
  margin-left: 60px;
  margin-right: 60px;
}
.my-3 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.m-4 {
  margin: 80px;
}
.mt-4 {
  margin-top: 80px;
}
.mb-4 {
  margin-bottom: 80px;
}
.ml-4 {
  margin-left: 80px;
}
.mr-4 {
  margin-right: 80px;
}
.mx-4 {
  margin-left: 80px;
  margin-right: 80px;
}
.my-4 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.m-5 {
  margin: 100px;
}
.mt-5 {
  margin-top: 100px;
}
.mb-5 {
  margin-bottom: 100px;
}
.ml-5 {
  margin-left: 100px;
}
.mr-5 {
  margin-right: 100px;
}
.mx-5 {
  margin-left: 100px;
  margin-right: 100px;
}
.my-5 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.m-auto {
  margin: auto;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 992px) {
  .p-lg-0 {
    padding: 0px;
  }
  .pt-lg-0 {
    padding-top: 0px;
  }
  .pb-lg-0 {
    padding-bottom: 0px;
  }
  .pl-lg-0 {
    padding-left: 0px;
  }
  .pr-lg-0 {
    padding-right: 0px;
  }
  .px-lg-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-lg-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-lg-1 {
    padding: 10px;
  }
  .pt-lg-1 {
    padding-top: 10px;
  }
  .pb-lg-1 {
    padding-bottom: 10px;
  }
  .pl-lg-1 {
    padding-left: 10px;
  }
  .pr-lg-1 {
    padding-right: 10px;
  }
  .px-lg-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-lg-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-lg-2 {
    padding: 20px;
  }
  .pt-lg-2 {
    padding-top: 20px;
  }
  .pb-lg-2 {
    padding-bottom: 20px;
  }
  .pl-lg-2 {
    padding-left: 20px;
  }
  .pr-lg-2 {
    padding-right: 20px;
  }
  .px-lg-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-lg-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-lg-3 {
    padding: 30px;
  }
  .pt-lg-3 {
    padding-top: 30px;
  }
  .pb-lg-3 {
    padding-bottom: 30px;
  }
  .pl-lg-3 {
    padding-left: 30px;
  }
  .pr-lg-3 {
    padding-right: 30px;
  }
  .px-lg-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-lg-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-lg-4 {
    padding: 40px;
  }
  .pt-lg-4 {
    padding-top: 40px;
  }
  .pb-lg-4 {
    padding-bottom: 40px;
  }
  .pl-lg-4 {
    padding-left: 40px;
  }
  .pr-lg-4 {
    padding-right: 40px;
  }
  .px-lg-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-lg-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-lg-5 {
    padding: 50px;
  }
  .pt-lg-5 {
    padding-top: 50px;
  }
  .pb-lg-5 {
    padding-bottom: 50px;
  }
  .pl-lg-5 {
    padding-left: 50px;
  }
  .pr-lg-5 {
    padding-right: 50px;
  }
  .px-lg-5 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-lg-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-lg-auto {
    padding: auto;
  }
  .pt-lg-auto {
    padding-top: auto;
  }
  .pb-lg-auto {
    padding-bottom: auto;
  }
  .pl-lg-auto {
    padding-left: auto;
  }
  .pr-lg-auto {
    padding-right: auto;
  }
  .px-lg-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .py-lg-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .m-lg-0 {
    margin: 0px;
  }
  .mt-lg-0 {
    margin-top: 0px;
  }
  .mb-lg-0 {
    margin-bottom: 0px;
  }
  .ml-lg-0 {
    margin-left: 0px;
  }
  .mr-lg-0 {
    margin-right: 0px;
  }
  .mx-lg-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-lg-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .m-lg-1 {
    margin: 20px;
  }
  .mt-lg-1 {
    margin-top: 20px;
  }
  .mb-lg-1 {
    margin-bottom: 20px;
  }
  .ml-lg-1 {
    margin-left: 20px;
  }
  .mr-lg-1 {
    margin-right: 20px;
  }
  .mx-lg-1 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-lg-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-lg-2 {
    margin: 40px;
  }
  .mt-lg-2 {
    margin-top: 40px;
  }
  .mb-lg-2 {
    margin-bottom: 40px;
  }
  .ml-lg-2 {
    margin-left: 40px;
  }
  .mr-lg-2 {
    margin-right: 40px;
  }
  .mx-lg-2 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-lg-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .m-lg-3 {
    margin: 60px;
  }
  .mt-lg-3 {
    margin-top: 60px;
  }
  .mb-lg-3 {
    margin-bottom: 60px;
  }
  .ml-lg-3 {
    margin-left: 60px;
  }
  .mr-lg-3 {
    margin-right: 60px;
  }
  .mx-lg-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-lg-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .m-lg-4 {
    margin: 80px;
  }
  .mt-lg-4 {
    margin-top: 80px;
  }
  .mb-lg-4 {
    margin-bottom: 80px;
  }
  .ml-lg-4 {
    margin-left: 80px;
  }
  .mr-lg-4 {
    margin-right: 80px;
  }
  .mx-lg-4 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-lg-4 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .m-lg-5 {
    margin: 100px;
  }
  .mt-lg-5 {
    margin-top: 100px;
  }
  .mb-lg-5 {
    margin-bottom: 100px;
  }
  .ml-lg-5 {
    margin-left: 100px;
  }
  .mr-lg-5 {
    margin-right: 100px;
  }
  .mx-lg-5 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-lg-5 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ml-lg-auto {
    margin-left: auto;
  }
  .mr-lg-auto {
    margin-right: auto;
  }
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 576px) {
  .p-sm-0 {
    padding: 0px;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .pr-sm-0 {
    padding-right: 0px;
  }
  .px-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-sm-1 {
    padding: 10px;
  }
  .pt-sm-1 {
    padding-top: 10px;
  }
  .pb-sm-1 {
    padding-bottom: 10px;
  }
  .pl-sm-1 {
    padding-left: 10px;
  }
  .pr-sm-1 {
    padding-right: 10px;
  }
  .px-sm-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-sm-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-sm-2 {
    padding: 20px;
  }
  .pt-sm-2 {
    padding-top: 20px;
  }
  .pb-sm-2 {
    padding-bottom: 20px;
  }
  .pl-sm-2 {
    padding-left: 20px;
  }
  .pr-sm-2 {
    padding-right: 20px;
  }
  .px-sm-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-sm-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-sm-3 {
    padding: 30px;
  }
  .pt-sm-3 {
    padding-top: 30px;
  }
  .pb-sm-3 {
    padding-bottom: 30px;
  }
  .pl-sm-3 {
    padding-left: 30px;
  }
  .pr-sm-3 {
    padding-right: 30px;
  }
  .px-sm-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-sm-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-sm-4 {
    padding: 40px;
  }
  .pt-sm-4 {
    padding-top: 40px;
  }
  .pb-sm-4 {
    padding-bottom: 40px;
  }
  .pl-sm-4 {
    padding-left: 40px;
  }
  .pr-sm-4 {
    padding-right: 40px;
  }
  .px-sm-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-sm-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-sm-5 {
    padding: 50px;
  }
  .pt-sm-5 {
    padding-top: 50px;
  }
  .pb-sm-5 {
    padding-bottom: 50px;
  }
  .pl-sm-5 {
    padding-left: 50px;
  }
  .pr-sm-5 {
    padding-right: 50px;
  }
  .px-sm-5 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-sm-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-sm-auto {
    padding: auto;
  }
  .pt-sm-auto {
    padding-top: auto;
  }
  .pb-sm-auto {
    padding-bottom: auto;
  }
  .pl-sm-auto {
    padding-left: auto;
  }
  .pr-sm-auto {
    padding-right: auto;
  }
  .px-sm-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .py-sm-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .m-sm-0 {
    margin: 0px;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
  .mr-sm-0 {
    margin-right: 0px;
  }
  .mx-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-sm-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .m-sm-1 {
    margin: 20px;
  }
  .mt-sm-1 {
    margin-top: 20px;
  }
  .mb-sm-1 {
    margin-bottom: 20px;
  }
  .ml-sm-1 {
    margin-left: 20px;
  }
  .mr-sm-1 {
    margin-right: 20px;
  }
  .mx-sm-1 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-sm-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-sm-2 {
    margin: 40px;
  }
  .mt-sm-2 {
    margin-top: 40px;
  }
  .mb-sm-2 {
    margin-bottom: 40px;
  }
  .ml-sm-2 {
    margin-left: 40px;
  }
  .mr-sm-2 {
    margin-right: 40px;
  }
  .mx-sm-2 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-sm-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .m-sm-3 {
    margin: 60px;
  }
  .mt-sm-3 {
    margin-top: 60px;
  }
  .mb-sm-3 {
    margin-bottom: 60px;
  }
  .ml-sm-3 {
    margin-left: 60px;
  }
  .mr-sm-3 {
    margin-right: 60px;
  }
  .mx-sm-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-sm-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .m-sm-4 {
    margin: 80px;
  }
  .mt-sm-4 {
    margin-top: 80px;
  }
  .mb-sm-4 {
    margin-bottom: 80px;
  }
  .ml-sm-4 {
    margin-left: 80px;
  }
  .mr-sm-4 {
    margin-right: 80px;
  }
  .mx-sm-4 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-sm-4 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .m-sm-5 {
    margin: 100px;
  }
  .mt-sm-5 {
    margin-top: 100px;
  }
  .mb-sm-5 {
    margin-bottom: 100px;
  }
  .ml-sm-5 {
    margin-left: 100px;
  }
  .mr-sm-5 {
    margin-right: 100px;
  }
  .mx-sm-5 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-sm-5 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .ml-sm-auto {
    margin-left: auto;
  }
  .mr-sm-auto {
    margin-right: auto;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-md-0 {
    padding: 0px;
  }
  .pt-md-0 {
    padding-top: 0px;
  }
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .pl-md-0 {
    padding-left: 0px;
  }
  .pr-md-0 {
    padding-right: 0px;
  }
  .px-md-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-md-1 {
    padding: 10px;
  }
  .pt-md-1 {
    padding-top: 10px;
  }
  .pb-md-1 {
    padding-bottom: 10px;
  }
  .pl-md-1 {
    padding-left: 10px;
  }
  .pr-md-1 {
    padding-right: 10px;
  }
  .px-md-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-md-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-md-2 {
    padding: 20px;
  }
  .pt-md-2 {
    padding-top: 20px;
  }
  .pb-md-2 {
    padding-bottom: 20px;
  }
  .pl-md-2 {
    padding-left: 20px;
  }
  .pr-md-2 {
    padding-right: 20px;
  }
  .px-md-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-md-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-md-3 {
    padding: 30px;
  }
  .pt-md-3 {
    padding-top: 30px;
  }
  .pb-md-3 {
    padding-bottom: 30px;
  }
  .pl-md-3 {
    padding-left: 30px;
  }
  .pr-md-3 {
    padding-right: 30px;
  }
  .px-md-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-md-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-md-4 {
    padding: 40px;
  }
  .pt-md-4 {
    padding-top: 40px;
  }
  .pb-md-4 {
    padding-bottom: 40px;
  }
  .pl-md-4 {
    padding-left: 40px;
  }
  .pr-md-4 {
    padding-right: 40px;
  }
  .px-md-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-md-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-md-5 {
    padding: 50px;
  }
  .pt-md-5 {
    padding-top: 50px;
  }
  .pb-md-5 {
    padding-bottom: 50px;
  }
  .pl-md-5 {
    padding-left: 50px;
  }
  .pr-md-5 {
    padding-right: 50px;
  }
  .px-md-5 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-md-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-md-auto {
    padding: auto;
  }
  .pt-md-auto {
    padding-top: auto;
  }
  .pb-md-auto {
    padding-bottom: auto;
  }
  .pl-md-auto {
    padding-left: auto;
  }
  .pr-md-auto {
    padding-right: auto;
  }
  .px-md-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .py-md-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .m-md-0 {
    margin: 0px;
  }
  .mt-md-0 {
    margin-top: 0px;
  }
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .ml-md-0 {
    margin-left: 0px;
  }
  .mr-md-0 {
    margin-right: 0px;
  }
  .mx-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-md-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .m-md-1 {
    margin: 20px;
  }
  .mt-md-1 {
    margin-top: 20px;
  }
  .mb-md-1 {
    margin-bottom: 20px;
  }
  .ml-md-1 {
    margin-left: 20px;
  }
  .mr-md-1 {
    margin-right: 20px;
  }
  .mx-md-1 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-md-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-md-2 {
    margin: 40px;
  }
  .mt-md-2 {
    margin-top: 40px;
  }
  .mb-md-2 {
    margin-bottom: 40px;
  }
  .ml-md-2 {
    margin-left: 40px;
  }
  .mr-md-2 {
    margin-right: 40px;
  }
  .mx-md-2 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-md-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .m-md-3 {
    margin: 60px;
  }
  .mt-md-3 {
    margin-top: 60px;
  }
  .mb-md-3 {
    margin-bottom: 60px;
  }
  .ml-md-3 {
    margin-left: 60px;
  }
  .mr-md-3 {
    margin-right: 60px;
  }
  .mx-md-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-md-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .m-md-4 {
    margin: 80px;
  }
  .mt-md-4 {
    margin-top: 80px;
  }
  .mb-md-4 {
    margin-bottom: 80px;
  }
  .ml-md-4 {
    margin-left: 80px;
  }
  .mr-md-4 {
    margin-right: 80px;
  }
  .mx-md-4 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-md-4 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .m-md-5 {
    margin: 100px;
  }
  .mt-md-5 {
    margin-top: 100px;
  }
  .mb-md-5 {
    margin-bottom: 100px;
  }
  .ml-md-5 {
    margin-left: 100px;
  }
  .mr-md-5 {
    margin-right: 100px;
  }
  .mx-md-5 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-md-5 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .m-md-auto {
    margin: auto;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .ml-md-auto {
    margin-left: auto;
  }
  .mr-md-auto {
    margin-right: auto;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-0 {
    padding: 0px;
  }
  .pt-xl-0 {
    padding-top: 0px;
  }
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .pl-xl-0 {
    padding-left: 0px;
  }
  .pr-xl-0 {
    padding-right: 0px;
  }
  .px-xl-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-xl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-xl-1 {
    padding: 10px;
  }
  .pt-xl-1 {
    padding-top: 10px;
  }
  .pb-xl-1 {
    padding-bottom: 10px;
  }
  .pl-xl-1 {
    padding-left: 10px;
  }
  .pr-xl-1 {
    padding-right: 10px;
  }
  .px-xl-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-xl-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-xl-2 {
    padding: 20px;
  }
  .pt-xl-2 {
    padding-top: 20px;
  }
  .pb-xl-2 {
    padding-bottom: 20px;
  }
  .pl-xl-2 {
    padding-left: 20px;
  }
  .pr-xl-2 {
    padding-right: 20px;
  }
  .px-xl-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-xl-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-xl-3 {
    padding: 30px;
  }
  .pt-xl-3 {
    padding-top: 30px;
  }
  .pb-xl-3 {
    padding-bottom: 30px;
  }
  .pl-xl-3 {
    padding-left: 30px;
  }
  .pr-xl-3 {
    padding-right: 30px;
  }
  .px-xl-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-xl-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-xl-4 {
    padding: 40px;
  }
  .pt-xl-4 {
    padding-top: 40px;
  }
  .pb-xl-4 {
    padding-bottom: 40px;
  }
  .pl-xl-4 {
    padding-left: 40px;
  }
  .pr-xl-4 {
    padding-right: 40px;
  }
  .px-xl-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-xl-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-xl-5 {
    padding: 50px;
  }
  .pt-xl-5 {
    padding-top: 50px;
  }
  .pb-xl-5 {
    padding-bottom: 50px;
  }
  .pl-xl-5 {
    padding-left: 50px;
  }
  .pr-xl-5 {
    padding-right: 50px;
  }
  .px-xl-5 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-xl-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-xl-auto {
    padding: auto;
  }
  .pt-xl-auto {
    padding-top: auto;
  }
  .pb-xl-auto {
    padding-bottom: auto;
  }
  .pl-xl-auto {
    padding-left: auto;
  }
  .pr-xl-auto {
    padding-right: auto;
  }
  .px-xl-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .py-xl-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .m-xl-0 {
    margin: 0px;
  }
  .mt-xl-0 {
    margin-top: 0px;
  }
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .ml-xl-0 {
    margin-left: 0px;
  }
  .mr-xl-0 {
    margin-right: 0px;
  }
  .mx-xl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-xl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .m-xl-1 {
    margin: 20px;
  }
  .mt-xl-1 {
    margin-top: 20px;
  }
  .mb-xl-1 {
    margin-bottom: 20px;
  }
  .ml-xl-1 {
    margin-left: 20px;
  }
  .mr-xl-1 {
    margin-right: 20px;
  }
  .mx-xl-1 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-xl-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-xl-2 {
    margin: 40px;
  }
  .mt-xl-2 {
    margin-top: 40px;
  }
  .mb-xl-2 {
    margin-bottom: 40px;
  }
  .ml-xl-2 {
    margin-left: 40px;
  }
  .mr-xl-2 {
    margin-right: 40px;
  }
  .mx-xl-2 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-xl-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .m-xl-3 {
    margin: 60px;
  }
  .mt-xl-3 {
    margin-top: 60px;
  }
  .mb-xl-3 {
    margin-bottom: 60px;
  }
  .ml-xl-3 {
    margin-left: 60px;
  }
  .mr-xl-3 {
    margin-right: 60px;
  }
  .mx-xl-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-xl-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .m-xl-4 {
    margin: 80px;
  }
  .mt-xl-4 {
    margin-top: 80px;
  }
  .mb-xl-4 {
    margin-bottom: 80px;
  }
  .ml-xl-4 {
    margin-left: 80px;
  }
  .mr-xl-4 {
    margin-right: 80px;
  }
  .mx-xl-4 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-xl-4 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .m-xl-5 {
    margin: 100px;
  }
  .mt-xl-5 {
    margin-top: 100px;
  }
  .mb-xl-5 {
    margin-bottom: 100px;
  }
  .ml-xl-5 {
    margin-left: 100px;
  }
  .mr-xl-5 {
    margin-right: 100px;
  }
  .mx-xl-5 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-xl-5 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mt-xl-auto {
    margin-top: auto;
  }
  .mb-xl-auto {
    margin-bottom: auto;
  }
  .ml-xl-auto {
    margin-left: auto;
  }
  .mr-xl-auto {
    margin-right: auto;
  }
  .mx-xl-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-xl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.text-primary {
  color: #25bdd2;
}
.text-secondary {
  color: #f0f0f0;
}
.text-success {
  color: #020202;
}
.text-danger {
  color: #dc3545;
}
.text-warning {
  color: #ffc107;
}
.text-info {
  color: #3cbb54;
}
.text-light {
  color: #0d3654;
}
.text-dark {
  color: #000401;
}
.text-muted {
  color: #000401;
}
.text-white {
  color: #ffffff;
}
.text-grey {
  color: #495a62;
}
.text-grey-search-btn {
  color: #010f21;
}
.text-link {
  color: #3cbb54;
}
.bg-primary {
  background-color: #ffffff;
}
.bg-secondary {
  background: #f0f0f0;
  background-size: cover;
}
.bg-success {
  background-color: #020202;
}
.bg-danger {
  background-color: #dc3545;
}
.bg-warning {
  background-color: #ffc107;
}
.bg-info {
  background-color: #3cbb54;
}
.bg-light {
  background-color: #0d3654;
}
.bg-dark {
  background-color: #000401;
}
.bg-white {
  background-color: #ffffff;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-published {
  color: #000401;
  margin-bottom: 20px;
  color: #25bdd2;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-bold {
  font-weight: bold;
}
.text-ligth {
  color: #000401;
  font-size: 16px;
}
.break-word {
  word-break: break-word;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.nowrap {
  flex-wrap: nowrap !important;
}
.flex-flow-row-wrap {
  flex-flow: row wrap;
}
.flex-flow-column-wrap {
  flex-flow: column wrap;
}
.flex-flow-wrap {
  flex-flow: wrap;
}
.flex-flow-wrap-reverse {
  flex-flow: wrap-reverse;
}
.flex-flow-nowrap {
  flex-flow: nowrap;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-around {
  -ms-flex-line-pack: space-around !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
@media screen and (min-width: 576px) {
  .flex-flow-sm-row-wrap {
    flex-flow: row wrap;
  }
  .flex-flow-sm-column-wrap {
    flex-flow: column wrap;
  }
  .flex-flow-sm-wrap {
    flex-flow: wrap;
  }
  .flex-flow-sm-wrap-reverse {
    flex-flow: wrap-reverse;
  }
  .flex-flow-sm-nowrap {
    flex-flow: nowrap;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: space-around !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
@media screen and (min-width: 768px) {
  .flex-flow-md-row-wrap {
    flex-flow: row wrap;
  }
  .flex-flow-md-column-wrap {
    flex-flow: column wrap;
  }
  .flex-flow-md-wrap {
    flex-flow: wrap;
  }
  .flex-flow-md-wrap-reverse {
    flex-flow: wrap-reverse;
  }
  .flex-flow-md-nowrap {
    flex-flow: nowrap;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: space-around !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .flex-flow-lg-row-wrap {
    flex-flow: row wrap;
  }
  .flex-flow-lg-column-wrap {
    flex-flow: column wrap;
  }
  .flex-flow-lg-wrap {
    flex-flow: wrap;
  }
  .flex-flow-lg-wrap-reverse {
    flex-flow: wrap-reverse;
  }
  .flex-flow-lg-nowrap {
    flex-flow: nowrap;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: space-around !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .flex-flow-xl-row-wrap {
    flex-flow: row wrap;
  }
  .flex-flow-xl-column-wrap {
    flex-flow: column wrap;
  }
  .flex-flow-xl-wrap {
    flex-flow: wrap;
  }
  .flex-flow-xl-wrap-reverse {
    flex-flow: wrap-reverse;
  }
  .flex-flow-xl-nowrap {
    flex-flow: nowrap;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
.d-grid {
  display: grid;
}
.gtc-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gtc-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.gtc-2 {
  grid-template-columns: 1fr 1fr;
}
.gtc-1 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .gtc-lg-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .gtc-lg-2 {
    grid-template-columns: 1fr 1fr;
  }
  .gtc-lg-1 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .gtc-xs-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .gtc-xs-2 {
    grid-template-columns: 1fr 1fr;
  }
  .gtc-xs-1 {
    grid-template-columns: 1fr;
  }
}
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    /*width: 49rem;*/
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    /*width: 65rem;*/
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    /*width: 76rem;*/
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  overflow: visible;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
/* Arrows */
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "icomoon";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
