/* Minification failed. Returning unminified contents.
(843,61): run-time error CSS1030: Expected identifier, found '.'
(843,90): run-time error CSS1031: Expected selector, found ')'
(843,90): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
.splide__arrow {
    background: #fff;
    height: 42px;
    width: 42px;
    opacity:1;
}

    .splide__arrow svg {
        fill: #234465;
    }

.splide__arrow:hover:not(:disabled) {
    opacity: 1
}

.splide__arrow:disabled{
    display: none;
}
/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .nano-pane {
  height     : 95%;
  background : rgba(255,255,255,.25);
  position   : absolute;
  width      : 10px;
  right      : 5px;
  top        : 8px;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(255,255,255,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

/*@import '../../variables-and-mixins.less';*/
.page-wrapper .softuni-btn,
.buttons-wrapper .softuni-btn {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  display: inline-block;
  border-radius: 100px;
  border: 0;
  padding: 0;
  background: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  transition: all 0.28s ease-in-out;
  transition-property: box-shadow, background-color;
}
.page-wrapper .softuni-btn-extra-large,
.buttons-wrapper .softuni-btn-extra-large,
.page-wrapper .softuni-btn-large,
.buttons-wrapper .softuni-btn-large {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 16px;
}
.page-wrapper .softuni-btn-extra-large,
.buttons-wrapper .softuni-btn-extra-large {
  padding: 16px 48px;
}
.page-wrapper .softuni-btn-large,
.buttons-wrapper .softuni-btn-large {
  padding: 14px 32px;
}
.page-wrapper .softuni-btn-medium,
.buttons-wrapper .softuni-btn-medium {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  line-height: 14px;
  padding: 13px 24px;
}
.page-wrapper .softuni-btn-small,
.buttons-wrapper .softuni-btn-small {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  line-height: 12px;
  padding: 10px 18px;
}
.page-wrapper .softuni-btn-extra-large,
.buttons-wrapper .softuni-btn-extra-large,
.page-wrapper .softuni-btn-large,
.buttons-wrapper .softuni-btn-large,
.page-wrapper .softuni-btn-medium,
.buttons-wrapper .softuni-btn-medium,
.page-wrapper .softuni-btn-small,
.buttons-wrapper .softuni-btn-small {
  font-weight: 800;
}
.page-wrapper .softuni-btn-primary,
.buttons-wrapper .softuni-btn-primary {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: #FFA000;
  color: #FFF;
}
.page-wrapper .softuni-btn-primary:hover,
.buttons-wrapper .softuni-btn-primary:hover,
.page-wrapper .softuni-btn-primary:focus,
.buttons-wrapper .softuni-btn-primary:focus,
.page-wrapper .softuni-btn-primary:active,
.buttons-wrapper .softuni-btn-primary:active {
  color: #FFF;
}
.page-wrapper .softuni-btn-primary:hover,
.buttons-wrapper .softuni-btn-primary:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.page-wrapper .softuni-btn-primary:active,
.buttons-wrapper .softuni-btn-primary:active {
  background-color: #FFB401;
}
.page-wrapper .softuni-btn-primary[disabled],
.buttons-wrapper .softuni-btn-primary[disabled],
.page-wrapper .softuni-btn-primary-disabled,
.buttons-wrapper .softuni-btn-primary-disabled {
  box-shadow: none;
  color: #FFF;
  background-color: #D6D6D6;
  cursor: not-allowed;
}
.page-wrapper .softuni-btn-secondary,
.buttons-wrapper .softuni-btn-secondary,
.page-wrapper .softuni-btn-outlined,
.buttons-wrapper .softuni-btn-outlined {
  color: #FFA000;
  box-shadow: 0 0 0 1px #FFA000 inset;
}
.page-wrapper .softuni-btn-secondary:hover,
.buttons-wrapper .softuni-btn-secondary:hover,
.page-wrapper .softuni-btn-outlined:hover,
.buttons-wrapper .softuni-btn-outlined:hover {
  background-color: rgba(255, 160, 0, 0.06);
  color: #FFA000;
}
.page-wrapper .softuni-btn-secondary:active,
.buttons-wrapper .softuni-btn-secondary:active,
.page-wrapper .softuni-btn-outlined:active,
.buttons-wrapper .softuni-btn-outlined:active {
  background-color: rgba(255, 160, 0, 0.2);
  color: #FFA000;
}
.page-wrapper .softuni-btn-secondary[disabled],
.buttons-wrapper .softuni-btn-secondary[disabled],
.page-wrapper .softuni-btn-outlined[disabled],
.buttons-wrapper .softuni-btn-outlined[disabled],
.page-wrapper .softuni-btn-secondary-disabled,
.buttons-wrapper .softuni-btn-secondary-disabled,
.page-wrapper .softuni-btn-outlined-disabled,
.buttons-wrapper .softuni-btn-outlined-disabled {
  color: #D6D6D6;
  box-shadow: 0 0 0 1px #D6D6D6 inset;
  background: #FFF;
  cursor: not-allowed;
}
.page-wrapper .softuni-btn-tertiary,
.buttons-wrapper .softuni-btn-tertiary {
  color: #FFA000;
}
.page-wrapper .softuni-btn-tertiary:hover,
.buttons-wrapper .softuni-btn-tertiary:hover {
  color: #FFB401;
}
.page-wrapper .softuni-btn-tertiary:active,
.buttons-wrapper .softuni-btn-tertiary:active,
.page-wrapper .softuni-btn-tertiary:focus,
.buttons-wrapper .softuni-btn-tertiary:focus {
  color: #FFC309;
}
.page-wrapper .softuni-btn-tertiary-disabled,
.buttons-wrapper .softuni-btn-tertiary-disabled {
  color: #B2B2B2;
}
/*@import '../../variables-and-mixins.less';*/
.seminars-news-section {
  background: #E4F0F4;
  position: relative;
  z-index: 1;
}
.seminars-news-section-arrow {
  display: none;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 14%;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .seminars-news-section-arrow {
    display: block;
  }
}
.seminars-news-section-wrapper {
  display: block;
  padding: 48px 0 48px 18px;
}
@media (min-width: 576px) {
  .seminars-news-section-wrapper {
    display: flex;
    padding: 64px 0 96px 18px;
  }
}
.seminars-news-section-wrapper .seminars-section-wrapper {
  display: grid;
  gap: 32px;
}
@media (min-width: 576px) {
  .seminars-news-section-wrapper .seminars-section-wrapper {
    margin-bottom: 0;
  }
}
.seminars-news-section-wrapper .seminars-section-wrapper-information-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 18px;
}
@media (min-width: 576px) {
  .seminars-news-section-wrapper .seminars-section-wrapper-information-wrapper {
    margin-bottom: 0;
    padding-right: 0;
  }
}
.seminars-news-section-wrapper .seminars-section-wrapper-information-wrapper-heading {
  font-size: 36px;
  line-height: 44px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #234465;
  margin: 0 0 16px;
}
.seminars-news-section-wrapper .seminars-section-wrapper-information-wrapper-content {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #565656;
  margin: 0;
}
.seminars-news-section-wrapper .seminars-section-wrapper-items {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .seminars-news-section-wrapper .seminars-section-wrapper-items {
    display: flex;
    flex-direction: row;
    column-gap: 32px;
    padding-right: 20px;
  }
}
.seminars-news-section-wrapper .seminars-section-wrapper-items .seminar-box-wrapper .seminar-box {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  row-gap: 24px;
  border-radius: 6px;
  padding: 12px;
  background: #FFF;
  width: 276px;
  min-height: 200px;
  margin-bottom: 4px;
}
.seminars-news-section-wrapper .seminars-section-wrapper-items .seminar-box-wrapper .seminar-box:hover {
  text-decoration: none;
}
.seminars-news-section-wrapper .seminars-section-wrapper-items .seminar-box-wrapper .seminar-box-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-family: 'Montserrat-SemiBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.seminars-news-section-wrapper .seminars-section-wrapper-items .seminar-box-wrapper .seminar-box-date-information-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 24px;
}
.seminars-news-section-wrapper .seminars-section-wrapper-items .seminar-box-wrapper .seminar-box-date-information-wrapper-date-wrapper,
.seminars-news-section-wrapper .seminars-section-wrapper-items .seminar-box-wrapper .seminar-box-date-information-wrapper-time-wrapper {
  display: flex;
  row-gap: 4px;
  flex-direction: column;
}
.seminars-news-section-wrapper .seminars-section-wrapper-items .seminar-box-wrapper .seminar-box-date-information-wrapper-date-wrapper-text,
.seminars-news-section-wrapper .seminars-section-wrapper-items .seminar-box-wrapper .seminar-box-date-information-wrapper-time-wrapper-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #696969;
}
.seminars-news-section-wrapper .seminars-section-wrapper-items .seminar-box-wrapper .seminar-box-date-information-wrapper-date-wrapper-value,
.seminars-news-section-wrapper .seminars-section-wrapper-items .seminar-box-wrapper .seminar-box-date-information-wrapper-time-wrapper-value {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-family: 'Montserrat-SemiBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #565656;
}
.seminars-news-section-wrapper .seminars-section-wrapper-items .seminar-box-wrapper .seminar-box-lecturer-wrapper {
  display: grid;
  grid-template-columns: 1fr 5fr;
  column-gap: 12px;
}
.seminars-news-section-wrapper .seminars-section-wrapper-items .seminar-box-wrapper .seminar-box-lecturer-wrapper-image img {
  max-width: 40px;
  max-height: 40px;
  border: 2px solid #FFA000;
  border-radius: 100px;
}
.seminars-news-section-wrapper .seminars-section-wrapper-items .seminar-box-wrapper .seminar-box-lecturer-wrapper-name-wrapper-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #696969;
  display: block;
}
.seminars-news-section-wrapper .seminars-section-wrapper-items .seminar-box-wrapper .seminar-box-lecturer-wrapper-name-wrapper-value {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-family: 'Montserrat-SemiBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #565656;
}
.seminars-news-section .see-more-seminars-btn {
  width: fit-content;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
@media (min-width: 576px) {
  .seminars-news-section .see-more-seminars-btn {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
  }
}
.page-wrapper .conferences-and-competitions-section-wrapper {
  padding: 48px 18px;
  row-gap: 32px;
}
@media (min-width: 992px) {
  .page-wrapper .conferences-and-competitions-section-wrapper {
    padding: 128px 18px;
  }
}
@media (min-width: 992px) {
  .page-wrapper .conferences-and-competitions-section-wrapper {
    display: grid;
    grid-template-columns: 1fr 5fr;
    column-gap: 32px;
  }
}
.page-wrapper .conferences-and-competitions-section-wrapper-side-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 992px) {
  .page-wrapper .conferences-and-competitions-section-wrapper-side-section {
    flex-direction: column;
  }
}
.page-wrapper .conferences-and-competitions-section-wrapper-side-section-divider-line {
  display: block;
  margin: 24px 0;
  border: 1px solid #E6E6E6;
  max-width: inherit;
  width: 48px;
  max-height: inherit;
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .page-wrapper .conferences-and-competitions-section-wrapper-side-section-divider-line {
    transform: rotate(0deg);
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-wrapper .conferences-and-competitions-section-wrapper-side-section-fest-logo img {
    margin-left: 32px;
  }
}
.page-wrapper .conferences-and-competitions-section-wrapper-content {
  display: grid;
}
@media (min-width: 576px) {
  .page-wrapper .conferences-and-competitions-section-wrapper-content {
    row-gap: 0;
    column-gap: 32px;
    grid-template-columns: 7fr 5fr;
  }
}
@media (min-width: 768px) {
  .page-wrapper .conferences-and-competitions-section-wrapper-content {
    grid-template-columns: 6fr 7fr;
  }
}
.page-wrapper .conferences-and-competitions-section-wrapper-content-label {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #696969;
  margin-bottom: 8px;
}
.page-wrapper .conferences-and-competitions-section-wrapper-content-container {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  grid-column: 1;
}
.page-wrapper .conferences-and-competitions-section-wrapper-content-container-heading {
  font-size: 36px;
  line-height: 44px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: 500;
  font-family: 'Montserrat-SemiBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #234465;
}
.page-wrapper .conferences-and-competitions-section-wrapper-content-container-description {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #565656;
  margin: 0;
}
.page-wrapper .conferences-and-competitions-section-wrapper-content-container-list-item {
  display: flex;
  column-gap: 16px;
}
.page-wrapper .conferences-and-competitions-section-wrapper-content-container-list-item:not(:first-of-type) {
  margin-top: 12px;
}
.page-wrapper .conferences-and-competitions-section-wrapper-content-container-list-item-text {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #565656;
}
.page-wrapper .conferences-and-competitions-section-wrapper-content-container-dates {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media (min-width: 768px) {
  .page-wrapper .conferences-and-competitions-section-wrapper-content-container-dates {
    column-gap: 48px;
    flex-direction: row;
  }
}
.page-wrapper .conferences-and-competitions-section-wrapper-content-container-dates-start-date-text,
.page-wrapper .conferences-and-competitions-section-wrapper-content-container-dates-remaining-days-and-hours-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #696969;
  display: block;
}
.page-wrapper .conferences-and-competitions-section-wrapper-content-container-dates-start-date-value,
.page-wrapper .conferences-and-competitions-section-wrapper-content-container-dates-remaining-days-and-hours-value {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-family: 'LatoBold', sans-serif;
  color: #565656;
}
.page-wrapper .conferences-and-competitions-section-wrapper-content-logo-and-apply-btn-wrapper {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media (min-width: 576px) {
  .page-wrapper .conferences-and-competitions-section-wrapper-content-logo-and-apply-btn-wrapper {
    justify-self: center;
    row-gap: 18px;
    margin-top: 0;
    grid-column: 2;
  }
}
.page-wrapper .initiatives-section {
  background: #FFF;
}
.page-wrapper .initiatives-section-wrapper {
  padding: 48px 0 0;
  display: block;
}
@media (min-width: 576px) {
  .page-wrapper .initiatives-section-wrapper {
    padding: 96px;
  }
}
@media (min-width: 992px) {
  .page-wrapper .initiatives-section-wrapper {
    display: flex;
  }
}
.page-wrapper .initiatives-section-wrapper-header {
  padding-left: 18px;
}
@media (min-width: 576px) {
  .page-wrapper .initiatives-section-wrapper-header {
    padding: 0;
  }
}
.page-wrapper .initiatives-section-wrapper-header-heading {
  font-size: 36px;
  line-height: 44px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #234465;
}
.page-wrapper .initiatives-section-wrapper-header-input {
  display: none;
}
.page-wrapper .initiatives-section-wrapper-header-initiatives {
  display: flex;
  column-gap: 24px;
  margin: 24px 0 96px;
  position: relative;
}
.page-wrapper .initiatives-section-wrapper-header-initiatives:before {
  width: 99%;
  margin: 0 auto;
  background: #E6E6E6;
  position: absolute;
  bottom: -16px;
  right: 0;
  height: 1px;
  content: '';
}
@media (min-width: 992px) {
  .page-wrapper .initiatives-section-wrapper-header-initiatives {
    margin: 48px 0;
  }
  .page-wrapper .initiatives-section-wrapper-header-initiatives:before {
    content: unset;
  }
}
@media (min-width: 1200px) {
  .page-wrapper .initiatives-section-wrapper-header-initiatives {
    column-gap: 24px;
  }
}
.page-wrapper .initiatives-section-wrapper-header-initiatives-wrapper {
  position: relative;
}
.page-wrapper .initiatives-section-wrapper-header-initiatives-wrapper-initiative {
  cursor: pointer;
}
.page-wrapper .initiatives-section-wrapper-header-initiatives-wrapper-initiative-digital {
  filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(120%) contrast(100%);
}
.page-wrapper .initiatives-section-wrapper-header-initiatives-wrapper-initiative-creative {
  filter: invert(75%) sepia(34%) saturate(0%) hue-rotate(101deg) brightness(120%) contrast(100%);
}
.page-wrapper .initiatives-section-wrapper-header-initiatives-wrapper-initiative-ai {
  filter: invert(59%) sepia(0%) saturate(8%) hue-rotate(247deg) brightness(138%) contrast(87%);
}
.page-wrapper .initiatives-section-wrapper-header-initiatives-wrapper-initiative-svetlina {
  filter: invert(59%) sepia(0%) saturate(8%) hue-rotate(247deg) brightness(138%) contrast(87%);
}
.page-wrapper .initiatives-section-wrapper-header-initiatives-wrapper-initiative-finance {
  filter: invert(59%) sepia(0%) saturate(8%) hue-rotate(247deg) brightness(138%) contrast(87%);
}
.page-wrapper .initiatives-section-wrapper-header-initiatives .slick-track {
  padding-bottom: 16px;
}
.page-wrapper .initiatives-section-wrapper-header .slick-slider:before {
  bottom: 0;
}
.page-wrapper .initiatives-section-wrapper-header .active-nav {
  opacity: 1;
  transition: all 1.3s ease;
}
.page-wrapper .initiatives-section-wrapper-header .active-nav:after {
  position: absolute;
  content: '';
  border-bottom: 3px solid #234465;
  width: 88%;
  transform: translateX(-50%);
  bottom: -16px;
  left: 50%;
}
@media (min-width: 992px) {
  .page-wrapper .initiatives-section-wrapper-header .active-nav:after {
    content: none;
  }
}
.page-wrapper .initiatives-section-wrapper-header .active-nav img {
  filter: unset;
}
.page-wrapper .initiatives-section-wrapper-details {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  background: #E4F0F4;
  padding: 0 18px 48px 18px;
  position: relative;
}
@media (min-width: 576px) {
  .page-wrapper .initiatives-section-wrapper-details {
    flex-direction: row;
    column-gap: 24px;
    padding: 64px 24px 64px 0;
  }
}
@media (min-width: 992px) {
  .page-wrapper .initiatives-section-wrapper-details {
    column-gap: 48px;
    grid-template-columns: 2fr 11fr;
    padding: 64px 48px 64px 0;
  }
}
.page-wrapper .initiatives-section-wrapper-details-logo {
  margin-top: -64px;
}
@media (min-width: 576px) {
  .page-wrapper .initiatives-section-wrapper-details-logo {
    margin-left: -96px;
    margin-top: 0;
    padding-left: 18px;
  }
}
.page-wrapper .initiatives-section-wrapper-details-logo img {
  max-width: unset;
}
.page-wrapper .initiatives-section-wrapper-details-information {
  opacity: 0;
  transform: translateX(-4px);
  transition: 0.2s opacity ease-in, 0.3s transform ease;
  position: absolute;
  visibility: hidden;
}
.page-wrapper .initiatives-section-wrapper-details-information-initiative-name {
  font-size: 30px;
  line-height: 36px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #234465;
  margin: 0;
}
.page-wrapper .initiatives-section-wrapper-details-information-initiative-activity {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #696969;
  margin: 12px 0 0;
}
.page-wrapper .initiatives-section-wrapper-details-information-initiative-description {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #565656;
  margin: 18px 0 0;
}
.page-wrapper .initiatives-section-wrapper-details-information-see-more-btn {
  margin: 32px 0 0;
}
.page-wrapper .initiatives-section-wrapper-details .active-content {
  position: relative;
  transform: translateX(0px);
  opacity: 1;
  transition: all 1.3s ease;
  visibility: visible;
}
.page-wrapper .header-initiatives {
  background: #4F8DB2;
}
.page-wrapper .header-initiatives .splide__arrow {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.page-wrapper .header-initiatives .splide__arrow--prev {
  left: -16px;
}
.page-wrapper .header-initiatives .splide__arrow--next {
  right: -16px;
}
.page-wrapper .header-initiatives-wrapper {
  padding: 48px 18px;
  display: block;
}
@media (min-width: 992px) {
  .page-wrapper .header-initiatives-wrapper {
    padding: 64px 18px;
  }
}
.page-wrapper .header-initiatives-wrapper-heading-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-wrapper .header-initiatives-wrapper-heading-wrapper {
    text-align: center;
    align-items: center;
  }
}
.page-wrapper .header-initiatives-wrapper-heading-wrapper-heading {
  font-size: 36px;
  line-height: 44px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #FFF;
  margin: 0 0 24px;
}
@media (min-width: 576px) {
  .page-wrapper .header-initiatives-wrapper-heading-wrapper-heading {
    font-size: 48px;
    line-height: 58px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .page-wrapper .header-initiatives-wrapper-heading-wrapper-heading {
    margin: 0 0 16px;
  }
}
.page-wrapper .header-initiatives-wrapper-heading-wrapper-sub-heading {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0 0 24px;
  color: #FFF;
  display: none;
}
@media (min-width: 992px) {
  .page-wrapper .header-initiatives-wrapper-heading-wrapper-sub-heading {
    display: block;
  }
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper {
  display: block;
  position: relative;
  margin-bottom: 0;
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper-dots {
  display: none;
  position: absolute;
  top: -60%;
  right: -64px;
}
@media (min-width: 992px) {
  .page-wrapper .header-initiatives-wrapper-inner-wrapper-dots {
    display: block;
  }
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper:has(.splide__arrow--next:disabled)::after {
  opacity: 0;
  pointer-events: none;
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper:after {
  content: '';
  width: 100px;
  height: 260px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(270deg, #4F8DB2 0%, rgba(79, 141, 178, 0) 100%);
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper.on-last-slide:after {
  display: none;
}
@media (min-width: 1264px) {
  .page-wrapper .header-initiatives-wrapper-inner-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap: 16px;
    justify-content: center;
    border: 1px solid #78ACC6;
    padding: 16px;
    background: #629CBC;
    border-radius: 4px;
  }
  .page-wrapper .header-initiatives-wrapper-inner-wrapper:after {
    content: none;
  }
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper-box {
  margin-right: 8px;
}
@media (min-width: 576px) {
  .page-wrapper .header-initiatives-wrapper-inner-wrapper-box {
    margin-right: 0;
  }
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper-box-initiative {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-rows: 32px 14px;
  align-content: center;
  text-decoration: none;
  height: 96px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  margin: 4px;
  gap: 4px;
}
@media (min-width: 576px) {
  .page-wrapper .header-initiatives-wrapper-inner-wrapper-box-initiative {
    width: 230px;
    height: 170px;
    gap: 32px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .page-wrapper .header-initiatives-wrapper-inner-wrapper-box-initiative {
    margin: 4px 0;
  }
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper-box-initiative-logo {
  justify-self: center;
  height: 100%;
}
@media (min-width: 576px) {
  .page-wrapper .header-initiatives-wrapper-inner-wrapper-box-initiative-logo {
    height: auto;
  }
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper-box-initiative-content {
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 0 4px;
}
@media (min-width: 576px) {
  .page-wrapper .header-initiatives-wrapper-inner-wrapper-box-initiative-content {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
  }
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper-box-initiative:not(:last-of-type) {
  margin-right: 16px;
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper-box-initiative-university {
  background: #FFA000;
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper-box-initiative-ai {
  background: linear-gradient(270deg, #3D0791 0%, #02B296 100%);
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper-box-initiative-digital {
  background: #FC4C50;
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper-box-initiative-creative {
  background: #9A5DC6;
}
.page-wrapper .header-initiatives-wrapper-inner-wrapper-box-initiative-buditel {
  background: #2B66F6;
}
.program-benefits-section {
  background: #234465;
  padding: 32px 0 32px 0;
  scroll-margin-top: 125px;
}
.program-benefits-section h2,
.program-benefits-section li {
  color: #FFF;
}
.program-benefits-section h2 {
  line-height: 30px;
}
.program-benefits-section li div {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.program-benefits-section-benefits-list {
  display: block;
}
.program-benefits-section-benefits-list-row {
  justify-content: space-between;
  align-items: start;
  display: block;
}
@media (min-width: 768px) {
  .program-benefits-section-benefits-list-row {
    display: flex;
  }
}
.program-benefits-section-benefits-list-row-item {
  display: flex;
  margin: 24px 0px;
  width: 100%;
  max-width: unset;
}
.program-benefits-section-benefits-list-row-item:not(:last-child) {
  padding-right: 12px;
}
@media (min-width: 992px) {
  .program-benefits-section-benefits-list-row-item {
    max-width: 320px;
  }
}
.program-benefits-section-benefits-list-row-item .students-count {
  white-space: nowrap;
}
.program-benefits-section-benefits-list-row img {
  padding: 5px 35px 5px 0;
  max-width: 60px;
}
@media (min-width: 768px) {
  .program-benefits-section-benefits-list-row img {
    max-width: unset;
  }
}
.member {
  /*.design-guidelines-mixin();*/
}
.member .candidacy-status-message-wrapper {
  background: #EAEAEA;
}
.member .candidacy-status-message-container {
  margin-top: -20px;
}
.member .seminars-news-initiatives-section {
  padding: 64px 0px 128px 0px;
}
.page-wrapper .guest-users-container-header {
  background: #234465;
  position: relative;
  background: linear-gradient(to bottom, rgba(35, 68, 101, 0.96), rgba(55, 100, 130, 0.95), rgba(68, 169, 248, 0.85)), url("/Content/images/home-page/home-header-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .page-wrapper .guest-users-container-header {
    background: linear-gradient(to right, rgba(35, 68, 101, 0.96), rgba(55, 100, 130, 0.95), rgba(68, 169, 248, 0.85)), url("/Content/images/home-page/home-header-background.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.page-wrapper .guest-users-container-header-dots {
  display: none;
  position: absolute;
  bottom: 96px;
  left: 64px;
}
@media (min-width: 1200px) {
  .page-wrapper .guest-users-container-header-dots {
    display: block;
  }
}
.page-wrapper .guest-users-container-header-wrapper {
  display: grid;
  justify-items: center;
  row-gap: 32px;
  padding: 48px 18px 48px;
}
@media (min-width: 992px) {
  .page-wrapper .guest-users-container-header-wrapper {
    grid-template-columns: 7fr 5fr;
    justify-items: unset;
    padding: 96px 24px 96px;
    column-gap: 32px;
  }
}
.page-wrapper .guest-users-container-header-wrapper-heading-wrapper {
  align-content: center;
}
.page-wrapper .guest-users-container-header-wrapper-heading-wrapper-heading {
  font-size: 36px;
  line-height: 44px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #FFF;
  margin: 0 48px 32px 0;
}
@media (min-width: 576px) {
  .page-wrapper .guest-users-container-header-wrapper-heading-wrapper-heading {
    font-size: 48px;
    line-height: 58px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
  }
}
.page-wrapper .guest-users-container-header-wrapper-heading-wrapper-sub-heading-wrapper-program-info-items-item {
  display: flex;
  column-gap: 12px;
}
.page-wrapper .guest-users-container-header-wrapper-heading-wrapper-sub-heading-wrapper-program-info-items-item:not(:first-of-type) {
  margin-top: 12px;
}
.page-wrapper .guest-users-container-header-wrapper-heading-wrapper-sub-heading-wrapper-program-info-items-item-check-icon {
  width: 20px;
  align-self: start;
}
.page-wrapper .guest-users-container-header-wrapper-heading-wrapper-sub-heading-wrapper-program-info-items-item-content {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #FFF;
}
.page-wrapper .guest-users-container-header-wrapper-logo-wrapper-dekstop-img {
  max-height: 320px;
}
@media (min-width: 576px) {
  .page-wrapper .guest-users-container-header-wrapper-logo-wrapper-dekstop-img {
    max-height: 100%;
  }
}
.seo-section {
  min-height: unset;
  background-color: #FFF;
}
.seo-section .nano {
  margin-bottom: 74px !important;
}
@media (min-width: 1200px) {
  .seo-section .nano {
    min-height: 600px !important;
  }
}
.seo-section .nano:hover-pane {
  opacity: 1 !important;
}
@media (min-width: 1200px) {
  .seo-section .nano-content {
    padding-right: 32px;
  }
}
.seo-section .nano-pane,
.seo-section .nano-slider {
  width: 8px !important;
  border-radius: 4px !important;
}
.seo-section .nano-pane {
  opacity: 1 !important;
  height: 98% !important;
  background: #F8F8F8 !important;
}
.seo-section .nano-slider {
  margin: 0 !important;
  background: #D6D6D6 !important;
}
.seo-section .seo-container {
  position: relative;
  padding: 48px 0;
}
@media only screen and (max-width: 991px) {
  .seo-section .seo-container {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .seo-section .seo-container {
    display: flex;
    justify-content: space-between;
    padding: 96px 0;
  }
}
.seo-section .seo-text-and-button,
.seo-section .seo-text-container {
  flex: 1;
}
.seo-section .seo-text-container {
  overflow: hidden;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .seo-section .seo-text-container {
    max-height: 240px;
    margin: 0 32px 0 0;
  }
}
.seo-section .seo-text {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .seo-section .seo-text:last-child {
    margin-bottom: 0;
  }
}
.seo-section .seo-text-heading {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 24px 0;
}
.seo-section .seo-text-subheading {
  margin: 0 0 32px 0;
}
.seo-section .seo-text-description,
.seo-section .seo-text-list-item {
  color: #565656;
}
.seo-section .seo-text-description-link {
  color: #FFA000;
  border-bottom: 1px solid;
}
.seo-section .seo-text-list {
  margin: 18px 0 0 18px;
  padding-bottom: 32px;
  list-style-position: outside;
}
.seo-section .seo-text-list-item {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  position: relative;
  font-family: inherit;
  padding-left: 22px;
  margin-top: 18px;
  color: #565656;
}
.seo-section .seo-text-list-item:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #565656;
}
.seo-section .sub-articles {
  display: none;
}
@media (min-width: 1200px) {
  .seo-section .sub-articles {
    display: block;
  }
}
.seo-section .seo-images-container {
  flex: 0 1 auto;
  text-align: center;
  margin-top: 18px;
}
@media (min-width: 1200px) {
  .seo-section .seo-images-container {
    height: 300px;
    margin: 0;
  }
}
.seo-section .seo-image-wrapper {
  margin-bottom: 32px;
  max-height: 128px;
}
.seo-section .seo-image-wrapper:last-child {
  margin: 0;
}
.seo-section .seo-image {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  height: 100%;
}
.seo-section .see-more-seo {
  margin-top: -38px;
}
@media (min-width: 1200px) {
  .seo-section .see-more-seo {
    position: absolute;
    bottom: 106px;
    flex: 0 1 55%;
    margin-top: 0;
  }
}
.seo-section .see-more-seo-btn {
  padding-left: 0;
}
.seo-section .see-more-seo .fa-angle-up,
.seo-section .see-more-seo .fa-angle-down {
  font-size: 18px;
  position: relative;
  padding-left: 8px;
}
.seo-section .hidden-mobile {
  display: none;
}
@media (min-width: 1200px) {
  .seo-section .hidden-mobile {
    display: block;
  }
}
.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.page-wrapper .softuni-programs-section {
  position: relative;
  padding: 48px 0;
  display: block;
}
@media (min-width: 576px) {
  .page-wrapper .softuni-programs-section {
    padding: 64px 0;
  }
}
.page-wrapper .softuni-programs-section .splide__arrow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.page-wrapper .softuni-programs-section .splide__arrow--prev {
  left: -20px;
}
@media only screen and (min-width: 1328px) {
  .page-wrapper .softuni-programs-section .splide__arrow--prev {
    left: -40px;
  }
}
.page-wrapper .softuni-programs-section .splide__arrow--next {
  right: -20px;
}
@media only screen and (min-width: 1328px) {
  .page-wrapper .softuni-programs-section .splide__arrow--next {
    right: -30px;
  }
}
.page-wrapper .softuni-programs-section .splide__slide.is-next {
  overflow: hidden;
}
.page-wrapper .softuni-programs-section-wrapper {
  display: block;
  position: relative;
  padding-right: 0;
}
@media (min-width: 992px) {
  .page-wrapper .softuni-programs-section-wrapper {
    padding: 0 20px;
  }
}
.page-wrapper .softuni-programs-section-wrapper-title {
  font-size: 36px;
  line-height: 44px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  margin: 18px auto;
  margin-top: 0;
}
.page-wrapper .softuni-programs-section-wrapper-texts {
  padding-right: 18px;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .page-wrapper .softuni-programs-section-wrapper-texts {
    padding-right: 0;
  }
}
.page-wrapper .softuni-programs-section-wrapper-texts-description {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  /*margin-bottom: @sp-32;*/
}
.page-wrapper .softuni-programs-section-wrapper-texts-see-all-button {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .page-wrapper .softuni-programs-section-wrapper-texts-see-all-button {
    position: initial;
  }
}
.page-wrapper .softuni-programs-section-wrapper-list .softuni-instance-box-wrapper {
  padding: 4px;
  margin-bottom: 6px;
}
.page-wrapper .softuni-programs-section-wrapper-list .softuni-instance-box-wrapper .course-instance-box {
  position: relative;
}
.page-wrapper .softuni-programs-section-wrapper-list .softuni-instance-box-wrapper .course-instance-box-coming-soon-label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  padding: 4px 8px;
  color: #FFF;
  background: #029A3C;
  position: absolute;
  top: 18px;
  left: -4px;
  text-transform: uppercase;
}
.page-wrapper .softuni-programs-section-wrapper-list .softuni-instance-box-wrapper .course-instance-box-coming-soon-label-triangle {
  position: absolute;
  left: 0;
  bottom: -4px;
  border-top: 4px solid #46B661;
  border-left: 4px solid transparent;
}
.page-wrapper .softuni-programs-section-wrapper-list .upcoming-course-title {
  margin-bottom: 0;
}
body .content h1,
body .content h2,
body .content h3,
body .content h4,
body .content h5,
body .content h6,
body .content .info-item,
body .content .box-title,
body .content .category-link,
body .content .info-item a,
body .content .regular.title {
  font-family: "LatoBold", "Arial", "Helvetica", sans-serif;
}
body .content .seo-text-heading {
  font-family: 'Montserrat-Medium', sans-serif;
}
.softuni-instance-box-wrapper,
.course-instance-box-wrapper {
  padding: 4px;
  margin-bottom: 6px;
}
.softuni-instance-box-wrapper .course-instance-box,
.course-instance-box-wrapper .course-instance-box {
  width: 276px;
  height: 261px;
}
.softuni-instance-box-wrapper .course-instance-box-label,
.course-instance-box-wrapper .course-instance-box-label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  padding: 4px 8px;
  color: #FFF;
  background: #029A3C;
  position: absolute;
  text-transform: uppercase;
  top: 18px;
  left: -4px;
}
.softuni-instance-box-wrapper .course-instance-box-label-triangle,
.course-instance-box-wrapper .course-instance-box-label-triangle {
  position: absolute;
  left: 0;
  bottom: -4px;
  border-top: 4px solid #46B661;
  border-left: 4px solid transparent;
}
.softuni-instance-box-wrapper .course-instance-box a,
.course-instance-box-wrapper .course-instance-box a {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #565656;
  background-color: #FFF;
}
.softuni-instance-box-wrapper .course-instance-box a:hover,
.course-instance-box-wrapper .course-instance-box a:hover {
  color: #FFA000;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.softuni-instance-box-wrapper .course-instance-box a .box-img,
.course-instance-box-wrapper .course-instance-box a .box-img {
  height: 140px;
  margin: 0 auto;
  width: 100%;
}
.softuni-instance-box-wrapper .course-instance-box a .box-img.has-default-image,
.course-instance-box-wrapper .course-instance-box a .box-img.has-default-image {
  width: 100%;
}
.softuni-instance-box-wrapper .course-instance-box a .box-content,
.course-instance-box-wrapper .course-instance-box a .box-content {
  padding: 12px;
}
.softuni-instance-box-wrapper .course-instance-box a .box-content .box-title,
.course-instance-box-wrapper .course-instance-box a .box-content .box-title {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-family: 'LatoBold', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  margin-top: 0;
  color: #565656;
}
.softuni-instance-box-wrapper .course-instance-box a .box-content .bottom-bar,
.course-instance-box-wrapper .course-instance-box a .box-content .bottom-bar {
  display: flex;
  column-gap: 8px;
  justify-content: space-between;
}
.softuni-instance-box-wrapper .course-instance-box a .box-content .bottom-bar:hover .course-date,
.course-instance-box-wrapper .course-instance-box a .box-content .bottom-bar:hover .course-date,
.softuni-instance-box-wrapper .course-instance-box a .box-content .bottom-bar:hover .course-duration,
.course-instance-box-wrapper .course-instance-box a .box-content .bottom-bar:hover .course-duration {
  color: #FFA000;
}
.softuni-instance-box-wrapper .course-instance-box a .box-content .bottom-bar .course-date,
.course-instance-box-wrapper .course-instance-box a .box-content .bottom-bar .course-date {
  display: flex;
  column-gap: 4px;
  color: #565656;
  align-items: flex-end;
}
.softuni-instance-box-wrapper .course-instance-box a .box-content .bottom-bar .course-date-value,
.course-instance-box-wrapper .course-instance-box a .box-content .bottom-bar .course-date-value {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-family: 'LatoBold', sans-serif;
}
.softuni-instance-box-wrapper .course-instance-box a .box-content .bottom-bar .course-duration,
.course-instance-box-wrapper .course-instance-box a .box-content .bottom-bar .course-duration {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-family: 'LatoBold', sans-serif;
  color: #565656;
}
.home-stats-section {
  background-color: #306085;
  padding: 32px 0;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .home-stats-section {
    padding: 48px 0;
    margin-bottom: 64px;
  }
}
.home-stats-section .stats-wrapper {
  display: grid;
  gap: 32px;
  align-items: center;
}
@media (min-width: 768px) {
  .home-stats-section .stats-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home-stats-section .stats-item {
  text-align: center;
}
.home-stats-section .stats-item-value {
  color: #FFF;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .home-stats-section .stats-item-value {
    font-size: 36px;
    line-height: 44px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
    font-weight: 700;
  }
}
.home-stats-section .stats-item-text {
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) {
  .home-stats-section .stats-item-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
  }
}
.page-wrapper .open-courses-and-modules {
  margin-bottom: 48px;
  /* Hide by default on desktop */
  /* Show and style on mobile/tablet (< 1200px) */
}
@media (min-width: 992px) {
  .page-wrapper .open-courses-and-modules {
    margin-bottom: 64px;
  }
}
.page-wrapper .open-courses-and-modules-title {
  font-size: 30px;
  line-height: 36px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .page-wrapper .open-courses-and-modules-title {
    font-size: 36px;
    line-height: 44px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
  }
}
.page-wrapper .open-courses-and-modules-wrapper {
  margin-bottom: 48px;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .page-wrapper .open-courses-and-modules-wrapper {
    padding: 0 20px;
  }
}
.page-wrapper .open-courses-and-modules .trainings-auto-fix {
  display: block;
  width: 100%;
  min-width: 0;
}
.page-wrapper .open-courses-and-modules .splide-progress-container {
  display: none;
}
@media (max-width: 1200px) {
  .page-wrapper .open-courses-and-modules .progress-wrapper {
    padding-right: 20px;
  }
  .page-wrapper .open-courses-and-modules .splide-progress-container {
    display: block;
    width: 100%;
    height: 4px;
    /* Thickness of the track */
    background: #F1F1F1;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    /* Centers it and adds spacing above */
    overflow: hidden;
  }
  .page-wrapper .open-courses-and-modules .splide-progress-bar {
    background: #99C3D7;
    height: 100%;
    width: 0;
    /* JS will control this */
    border-radius: 4px;
    transition: width 0.2s ease;
    /* Makes the bar slide smoothly */
  }
}
@media (min-width: 1200px) {
  .page-wrapper .open-courses-and-modules {
    /* Optional: Ensure the track doesn't hide overflowing grid rows */
  }
  .page-wrapper .open-courses-and-modules #courses-modules-slider .splide__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Creates exactly 4 equal columns */
    gap: 24px;
    /* The spacing between rows and columns */
  }
  .page-wrapper .open-courses-and-modules #courses-modules-slider .splide__slide {
    width: 100% !important;
    /* Overrides any leftover Splide width math */
    margin: 0 !important;
    /* Let the grid 'gap' handle the spacing instead */
  }
  .page-wrapper .open-courses-and-modules #courses-modules-slider .splide__track {
    overflow: visible;
  }
}
.page-wrapper .open-courses-and-modules .catalog {
  padding: 0 20px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.page-wrapper .open-courses-and-modules .catalog p {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #565656;
}
.page-wrapper .active-community-section {
  background-color: #234465;
  position: relative;
  margin-bottom: 64px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .page-wrapper .active-community-section {
    max-height: 204px;
  }
}
@media (min-width: 992px) {
  .page-wrapper .active-community-section {
    margin-bottom: 0;
  }
}
.page-wrapper .active-community-section ::after {
  content: '';
  position: absolute;
  width: 106px;
  height: 134px;
  top: 32px;
  left: -3%;
  opacity: 0.2;
  z-index: 1;
  background: url(/Content/images/dots-eight-by-ten.svg);
}
@media only screen and (max-width: 1200px) {
  .page-wrapper .active-community-section ::after {
    background: none;
    width: 0;
    height: 0;
  }
}
.page-wrapper .active-community-section-wrapper {
  max-height: inherit;
  column-gap: 18px;
  align-items: center;
  flex-flow: column;
  align-content: space-between;
}
@media (min-width: 1200px) {
  .page-wrapper .active-community-section-wrapper {
    flex-flow: column wrap;
  }
}
.page-wrapper .active-community-section-wrapper-description {
  color: #234465;
  padding: 48px 0;
}
.page-wrapper .active-community-section-wrapper-description-number {
  font-size: 60px;
  line-height: 74px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #FFF;
  text-align: center;
}
@media (min-width: 1200px) {
  .page-wrapper .active-community-section-wrapper-description-number {
    font-size: 72px;
    line-height: 88px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
    text-align: start;
  }
}
.page-wrapper .active-community-section-wrapper-description-text {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #FFF;
  text-align: center;
}
@media (min-width: 1200px) {
  .page-wrapper .active-community-section-wrapper-description-text {
    text-align: start;
  }
}
.page-wrapper .active-community-section-wrapper-pictures {
  display: flex;
  column-gap: 32px;
  margin-bottom: -64px;
}
@media (min-width: 1200px) {
  .page-wrapper .active-community-section-wrapper-pictures {
    margin-top: -18px;
    margin-bottom: 0;
  }
}
.page-wrapper .active-community-section-wrapper-pictures-picture {
  max-width: 208px;
  height: 240px;
  z-index: 3;
}
.apply-logged-users-section {
  width: 100%;
  background-color: #234465;
  color: #FFF;
}
.apply-logged-users-section-wrapper {
  align-items: center;
  padding: 10px;
}
@media (min-width: 576px) {
  .apply-logged-users-section-wrapper {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .apply-logged-users-section-wrapper {
    flex-direction: row;
  }
}
.apply-logged-users-section-wrapper-description {
  color: #FFF;
  max-width: 512px;
  margin: 24px 0;
}
@media screen and (max-width: 992px) {
  .apply-logged-users-section-wrapper-description {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.apply-logged-users-section-wrapper-review-section {
  display: flex;
  margin-top: 56px;
}
@media screen and (max-width: 1200px) {
  .apply-logged-users-section-wrapper-review-section {
    flex-direction: column;
    margin: 24px 0px 24px 0px;
  }
}
@media screen and (max-width: 992px) {
  .apply-logged-users-section-wrapper-review-section {
    flex-direction: row;
  }
}
@media screen and (max-width: 300px) {
  .apply-logged-users-section-wrapper-review-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.apply-logged-users-section-wrapper-review-section-users-pictures {
  display: flex;
  flex-direction: row;
}
.apply-logged-users-section-wrapper-review-section-users-pictures-picture {
  width: 45px;
  height: 45px;
  border: 2px solid #FFA000;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
}
.apply-logged-users-section-wrapper-review-section-users-pictures-picture:nth-child(2) {
  left: -11px;
}
.apply-logged-users-section-wrapper-review-section-users-pictures-picture:nth-child(3) {
  left: -21px;
}
.apply-logged-users-section-wrapper-review-section-users-pictures-picture img {
  z-index: 1;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.apply-logged-users-section-wrapper-review-section-raiting-stars-star {
  margin-right: 10px;
}
.apply-logged-users-section-wrapper-review-section-raiting-description {
  font-size: 14px;
  line-height: 16px;
}
.apply-logged-users-section-wrapper-apply-button {
  max-width: 203px;
}
@media screen and (max-width: 992px) {
  .apply-logged-users-section-wrapper-apply-button {
    max-width: 100%;
    width: 100%;
  }
}
.apply-logged-users-section-wrapper-apply-button .primary-btn {
  margin: 52px 0px 0px 40px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.07em;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  width: 203px;
  background-color: #FFA000;
  color: #FFF;
}
.apply-logged-users-section-wrapper-apply-button .primary-btn:hover,
.apply-logged-users-section-wrapper-apply-button .primary-btn:focus,
.apply-logged-users-section-wrapper-apply-button .primary-btn:active {
  color: #FFF;
}
.apply-logged-users-section-wrapper-apply-button .primary-btn:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  .apply-logged-users-section-wrapper-apply-button .primary-btn {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .apply-logged-users-section-wrapper-apply-button .primary-btn {
    margin: 52px 0px 0px 16px;
  }
}
@media screen and (max-width: 992px) {
  .apply-logged-users-section-wrapper-apply-button .primary-btn {
    width: 100%;
    margin: 24px 0px 24px 0px;
  }
}
.apply-logged-users-section-text-title {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 992px) {
  .apply-logged-users-section-text-title {
    text-align: center;
  }
}
.apply-logged-users-section-text-subtitle {
  margin-top: 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
}
.guest-users-container .awards-slider-wrapper {
  margin-top: 12px;
}
.awards-slider {
  max-width: 1200px;
  margin: auto;
  align-items: center;
}
.awards-slider-wrapper {
  background-color: #F8F8F8;
  padding: 5px;
  margin-top: 10px;
}
.awards-slider .splide__arrow {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.awards-slider-container {
  max-width: 1290px;
  margin: 25px auto 18px auto;
}
@media (min-width: 992px) {
  .awards-slider-container {
    padding: 24px 65px;
  }
}
.awards-slider .award {
  /*&-item {
                margin: 20px 20px;
            }*/
}
.awards-slider .award-logo {
  max-width: 110px;
  max-height: 48px;
  min-height: 48px;
  margin: auto;
  display: flex;
  align-self: center;
}
@media (min-width: 992px) {
  .awards-slider .award-logo {
    max-width: 180px;
    max-height: 66px;
    min-height: 66px;
  }
}
.awards-slider .award-logo-border {
  width: 96px;
  margin: 8px auto;
  border-bottom: 3px solid #FFA000;
}
.awards-slider .award-info {
  margin: 16px 0;
  text-align: center;
}
.awards-slider .award-info-title {
  font-size: 18px;
  line-height: 21px;
  color: #FFA000;
  font-weight: 700;
  word-break: break-word;
}
.awards-slider .award-info-subtitle {
  font-size: 14px;
  line-height: 16px;
  color: #565656;
  margin-top: 10px;
  font-weight: 500;
}
.page-wrapper .student-comments-section {
  background: #397096;
  /* 1. Position the wrapper that holds both arrows to the top right */
}
.page-wrapper .student-comments-section-wrapper {
  position: relative;
  display: block;
  padding: 96px 18px 48px 18px;
}
@media (min-width: 576px) {
  .page-wrapper .student-comments-section-wrapper {
    padding: 96px 48px;
  }
}
@media (min-width: 992px) {
  .page-wrapper .student-comments-section-wrapper {
    padding: 128px 96px;
  }
}
.page-wrapper .student-comments-section-wrapper-vector-icon {
  position: absolute;
  right: -150px;
  bottom: 6%;
}
.page-wrapper .student-comments-section-wrapper-dots {
  position: absolute;
  left: -50px;
  top: 38%;
}
.page-wrapper .student-comments-section-wrapper-vector-icon,
.page-wrapper .student-comments-section-wrapper-dots {
  display: none;
}
@media (min-width: 576px) {
  .page-wrapper .student-comments-section-wrapper-vector-icon,
  .page-wrapper .student-comments-section-wrapper-dots {
    display: block;
  }
}
.page-wrapper .student-comments-section-wrapper-comments {
  background: #F1F1F1;
}
.page-wrapper .student-comments-section-wrapper-comments-quotes-icon {
  position: absolute;
  top: 70px;
  left: 36px;
  z-index: 10;
}
@media (min-width: 576px) {
  .page-wrapper .student-comments-section-wrapper-comments-quotes-icon {
    top: 70px;
    left: 80px;
  }
}
@media (min-width: 992px) {
  .page-wrapper .student-comments-section-wrapper-comments-quotes-icon {
    top: 105px;
    left: 125px;
  }
}
.page-wrapper .student-comments-section-wrapper-comments-comment {
  position: relative;
  padding: 48px 18px 24px;
  background: #F1F1F1;
}
@media (min-width: 576px) {
  .page-wrapper .student-comments-section-wrapper-comments-comment {
    padding: 64px 32px 32px;
  }
}
.page-wrapper .student-comments-section-wrapper-comments-comment-student-info {
  display: flex;
  margin-top: 18px;
  column-gap: 18px;
}
@media (min-width: 576px) {
  .page-wrapper .student-comments-section-wrapper-comments-comment-student-info {
    margin-top: 32px;
    column-gap: 32px;
  }
}
.page-wrapper .student-comments-section-wrapper-comments-comment-student-info-details {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.page-wrapper .student-comments-section-wrapper-comments-comment-student-info-details-name {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #234465;
}
.page-wrapper .student-comments-section-wrapper-comments-comment-student-info-details-profession {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #696969;
}
.page-wrapper .student-comments-section-wrapper-comments-comment-student-info-profile-image {
  height: 80px;
  max-width: 80px;
  width: 100%;
  border-radius: 100px;
  border: 2px solid #FFA000;
}
.page-wrapper .student-comments-section .splide__arrows {
  position: absolute;
  top: 40px;
  right: 20px;
  display: flex;
  gap: 12px;
  z-index: 10;
}
@media (min-width: 576px) {
  .page-wrapper .student-comments-section .splide__arrows {
    right: 50px;
  }
}
@media (min-width: 992px) {
  .page-wrapper .student-comments-section .splide__arrows {
    top: 60px;
    right: 100px;
  }
}
.page-wrapper .student-comments-section .splide__arrow {
  position: relative;
  /* Overrides absolute */
  top: auto;
  left: auto;
  right: auto;
  transform: none;
}
.upcoming-course-label {
  margin-top: 12px;
  margin-bottom: 12px;
}
.upcoming-course-label .label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  padding: 4px 8px;
}
.upcoming-course-label .upskill {
  background-color: #FFF8E1;
  color: #FFA000;
}
.upcoming-course-label .module {
  background-color: #F1F1F1;
  color: #565656;
}
.upcoming-course-label .course {
  background-color: #E4F0F4;
  color: #4480A7;
}
