/*@import "less/variables.less";
@import "less/overrides.less";
@import "less/calendar.less";
@import "less/head.less";

@import "less/slider.less";
@import "less/icons.less";
@import "less/other.less";
@import "less/inner.less";
@import "less/slick.less";
@import "less/fonts.less";
@import "less/response.less";*/
/*
==============================================
pullDown
==============================================
*/
@keyframes pullDown {
  0% {
    opacity: 1;
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullDown {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
  }
}
/*
==============================================
PopSpin
==============================================
*/
@keyframes popInSpin {
  0% {
    -webkit-transform: scale(0.6) scaleY(0.5);
    transform: rotate(180deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: scaleY(1.12);
  }
  100% {
    -webkit-transform: scale(1) scaleY(1);
    opacity: 1;
  }
}
@-webkit-keyframes popInSpin {
  0% {
    -webkit-transform: scale(0.6) scaleY(0.5);
    transform: rotate(0deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: scaleY(1.12);
  }
  100% {
    -webkit-transform: scale(1) scaleY(1);
    transform: rotate(180deg);
    opacity: 1;
  }
}
/*
==============================================
PopIn
==============================================
*/
@keyframes popIn {
  0% {
    opacity: 1;
    transform: scale(0.6) scaleY(0.5);
  }
  60% {
    transform: scaleY(1.12);
  }
  100% {
    opacity: 1;
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
@-webkit-keyframes popIn {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    -webkit-transform: translateY(3%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
popRightTop
==============================================
*/
@keyframes popRightTop {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateX(54%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) skewX(-10deg);
  }
  75% {
    transform: translateY(1%) translateX(-1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
@-webkit-keyframes popRightTop {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateX(54%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) skewX(-10deg);
  }
  75% {
    transform: translateY(1%) translateX(-1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
popLeftTop
==============================================
*/
@keyframes popLeftTop {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateX(-54%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) skewX(10deg);
  }
  75% {
    transform: translateY(1%) translateX(1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
@-webkit-keyframes popLeftTop {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateX(-54%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) skewX(10deg);
  }
  75% {
    transform: translateY(1%) translateX(1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
popRightBottom
==============================================
*/
@keyframes popRightBottom {
  0% {
    opacity: 1;
    transform: translateY(116%) translateX(-85%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(12%) skewX(23deg);
  }
  75% {
    transform: translateY(1%) translateX(4%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
@-webkit-keyframes popRightBottom {
  0% {
    opacity: 1;
    transform: translateY(116%) translateX(-85%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(12%) skewX(23deg);
  }
  75% {
    transform: translateY(1%) translateX(4%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
popRightBottom
==============================================
*/
@keyframes popLeftBottom {
  0% {
    opacity: 1;
    transform: translateY(116%) translateX(85%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(12%) skewX(-23deg);
  }
  75% {
    transform: translateY(1%) translateX(-4%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
@-webkit-keyframes popLeftBottom {
  0% {
    opacity: 1;
    transform: translateY(116%) translateX(-85%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(12%) skewX(23deg);
  }
  75% {
    transform: translateY(1%) translateX(4%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
hatch
==============================================
*/
@keyframes hatch {
  0% {
    opacity: 1;
    transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes hatch {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  65% {
    -webkit-transform: rotate(1deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
  }
}
@keyframes openLap {
  from {
    transform: rotateX(60deg);
    top: 15px;
    width: 34px;
    z-index: 1;
    height: 34px;
    background: #f5b400;
  }
  to {
    transform: rotateX(0deg);
    top: 7px;
    width: 29px;
    height: 21px;
    background: none;
    z-index: 0;
    border: solid #f5b400;
    border-radius: 4px;
  }
}
@-webkit-keyframes openLap {
  0% {
    transform: rotateX(60deg);
    top: 15px;
    width: 34px;
    z-index: 1;
    height: 34px;
    background: #f5b400;
  }
  100% {
    transform: rotateX(0deg);
    top: 7px;
    width: 29px;
    height: 21px;
    background: none;
    z-index: 0;
    border: solid #f5b400;
    border-radius: 4px;
  }
}
@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 0.5;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 0.8;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes news-el-pt1 {
  25% {
    right: 12px;
    bottom: 20px;
    height: 4px;
    width: 1px;
  }
  50% {
    right: -22px;
    bottom: 15px;
    width: 21px;
  }
  100% {
    right: -4px;
    bottom: 15px;
    width: 9px;
  }
}
@keyframes news-el-pt2 {
  25% {
    right: 9px;
    bottom: 13px;
    width: 1px;
  }
  50% {
    right: -9px;
    bottom: 23px;
    height: 12px;
    width: 16px;
  }
  100% {
    right: -4px;
    bottom: 24px;
    width: 11px;
  }
}
@keyframes news-el-pt3 {
  25% {
    right: 14px;
    bottom: 24px;
    width: 2px;
    height: 4px;
  }
  50% {
    right: 5px;
    bottom: 33px;
    width: 5px;
    height: 16px;
  }
  100% {
    right: 3px;
    bottom: 30px;
    width: 8px;
    height: 10px;
  }
}
@keyframes event-el-pt1 {
  0% {
    width: 0px;
  }
  100% {
    right: 11px;
    bottom: 14px;
    height: 5px;
    width: 30px;
  }
}
@keyframes event-el-pt2 {
  0% {
    height: 0px;
  }
  100% {
    right: 18px;
    bottom: 23px;
    width: 16px;
    height: 12px;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dashPulse {
  0% {
    stroke-dashoffset: -139;
    stroke-dasharray: 138px;
  }
  5% {
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 20;
  }
  100% {
    stroke-dashoffset: 60;
    stroke-dasharray: 4px;
    opacity: 1;
  }
}
@keyframes dashPulseReverse {
  0% {
    stroke-dashoffset: 90;
    stroke-dasharray: 110px;
  }
  5% {
    opacity: 1;
  }
  50% {
    stroke-dashoffset: -20;
  }
  100% {
    stroke-dashoffset: -120;
    stroke-dasharray: 4px;
    opacity: 1;
  }
}
@keyframes dashAlt {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 100;
    opacity: 1;
  }
}
@keyframes bulbOn {
  5% {
    fill-opacity: 1;
    stroke: transparent;
  }
  25% {
    fill-opacity: 1;
    stroke: transparent;
  }
  30% {
    fill-opacity: 0;
    stroke: black;
  }
  95% {
    fill-opacity: 0;
    stroke: black;
  }
  100% {
    fill-opacity: 1;
    stroke: transparent;
  }
}
/*
==============================================
pullUp
==============================================
*/
@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
    opacity: 1;
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@-webkit-keyframes pullUp {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
  }
}
@-webkit-keyframes beamRotation {
  0% {
    transform: rotateY(180deg);
  }
  5% {
    opacity: 1;
  }
  50% {
    left: -75px;
    transform: rotateY(180deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg);
    left: 60px;
  }
}
@-webkit-keyframes flare {
  0% {
    opacity: 0;
    transform: translateX(-2%);
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    transform: translateX(2%);
    opacity: 0;
  }
}
@keyframes scroll-indicator {
  50% {
    opacity: 0;
    top: 15%;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: 60%;
    opacity: 0;
  }
}
body {
  max-width: 2560px;
  font-size: 18px;
  font-family: GTWalsheimProLight;
  letter-spacing: -0.5px;
}
h1 {
  font-family: GTWalsheimBold;
  font-size: 50px;
}
h2 {
  font-family: GTWalsheimBold;
  font-size: 24px;
  clear: right;
}
h3 {
  font-family: GTWalsheimBold;
}
h4 {
  font-family: GTWalsheimBold;
}
h5 {
  font-family: GTWalsheimBold;
}
a {
  color: black;
  font-size: 18px;
  font-family: GTWalsheimBold;
}
a:hover {
  text-decoration: none;
  color: #ee5554;
}
.alignright {
  float: right;
}
table {
  border-collapse: collapse;
}
table td {
  border: 2px solid white;
}
table tr:first-child td {
  border-top: 0;
}
table tr td:first-child {
  border-left: 0;
}
table tr td:last-child {
  border-right: 0;
}
table tr td {
  padding: 10px 30px;
}
table tbody tr {
  background: #f3f3f3;
}
table thead tr td {
  border: 2px solid white;
  background: #f5b400;
  font-family: GTWalsheimBold;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p {
  margin-top: 0;
}
p {
  margin: 30px 0;
  color: #303030;
  font-size: 20px;
}
p:first-child {
  margin-top: 0;
}
article ol {
  list-style: none;
  counter-reset: listNumbering;
  padding-left: 20px;
}
article ol li {
  font-size: 20px;
  counter-increment: listNumbering;
}
article ol li:before {
  content: counter(listNumbering) '.';
  font-size: 24px;
  color: #f5b400;
  font-family: GTWalsheimBold;
  margin-right: 10px;
}
article ul {
  list-style: none;
  padding-left: 20px;
}
article ul li:before {
  content: '';
  background-image: url("/wp-content/themes/cpstartup/assets/img/bullet.png");
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-right: 10px;
}
.navigation.pagination {
  display: block;
  text-align: center;
}
.navigation.pagination a.page-numbers {
  margin: 0px 15px;
}
.navigation.pagination .page-numbers.current {
  color: #f5b400;
  font-family: GTWalsheimBold;
  font-size: 32px;
}
.back-to-archive {
  float: left;
  margin-top: 40px;
  font-family: GTWalsheimBold;
  padding-left: 0;
}
.back-to-archive a:hover i {
  background-position: right;
}
.back-to-archive i {
  margin-right: 40px;
}
.single-article:after {
  content: '';
  display: block;
  border-bottom: solid 2px #f5f5f5;
}
.inner a {
  color: #ee5554;
}
.inner a:hover {
  color: #289670;
}
.no-search .select2-search {
  display: none;
}
#faq > ul {
  list-style: none;
}
#faq > ul > li:before {
  content: "";
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_plus.png");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
}
#faq > ul > li.active:before {
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_minus.png");
}
#faq .accordion-item:not(:first-child) .faq-content {
  display: none;
}
#faq .accordion-header {
  cursor: pointer;
}
.scroll-indicator-holder {
  position: absolute;
  bottom: 125px;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-indicator {
  width: 20px;
  height: 32px;
  border: solid 2px #fff;
  border-radius: 45% / 35%;
  position: relative;
}
.scroll-indicator:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 6px;
  background: #fff;
  left: calc(50% - 2px);
  top: 20%;
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: scroll-indicator 1.8s infinite;
  -moz-animation: scroll-indicator 1.8s infinite;
  -ms-animation: scroll-indicator 1.8s infinite;
  -o-animation: scroll-indicator 1.8s infinite;
  animation: scroll-indicator 1.8s infinite;
  animation-timing-function: ease-in-out;
}
.header {
  padding-top: 20px;
}
.header .login-button__text {
  font-family: GTWalsheimProLight;
  line-height: 1.25;
}
.header .login-button__text:hover .cp-user {
  background-position: right;
}
.header .main-site-logo {
  top: -6px;
  height: 65px;
}
.header .header__logo {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: -58px;
  padding-right: 20px;
}
.header .header__logo img {
  max-width: 100%;
}
.header .header__blog-name {
  width: 0;
  top: 20px;
  right: -90px;
  position: relative;
  font-size: 30px;
  line-height: 31px;
  font-family: GTWalsheimBold;
}
.header .top-header .socials {
  float: right;
  list-style: none;
  text-align: right;
}
.header .top-header .socials .socials__single-social {
  display: inline-block;
  margin-right: 15px;
}
.header .top-header .socials .socials__single-social a {
  font-size: 24px;
}
.header .bottom-header {
  margin-top: 60px;
}
.header .bottom-header .header__menu {
  list-style: none;
  padding: 0;
}
.header .bottom-header .header__menu a {
  font-family: GTWalsheimProMedium;
}
.header .bottom-header .header__menu .menu-item-icon {
  width: 100%;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  content: '';
  position: absolute;
  top: -42px;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.header .bottom-header .header__menu .menu-item-icon:before,
.header .bottom-header .header__menu .menu-item-icon:after,
.header .bottom-header .header__menu .menu-item-icon .sub-el {
  content: '';
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  height: 40px;
  width: 9px;
  background-size: cover;
  animation-duration: 0.2s;
}
.header .bottom-header .header__menu .menu-item-icon.for-startups {
  background-image: url("/wp-content/themes/cpstartup/assets/img/startup-guide_pt1.png");
}
.header .bottom-header .header__menu .menu-item-icon.for-startups:before {
  right: 53px;
  bottom: 13px;
  height: 15px;
  width: 10px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/startup-guide_pt2.png");
}
.header .bottom-header .header__menu .menu-item-icon.for-startups:after {
  right: 34px;
  bottom: 13px;
  width: 10px;
  height: 15px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/startup-guide_pt3.png");
}
.header .bottom-header .header__menu .menu-item-icon.database {
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_database_pt3.png");
}
.header .bottom-header .header__menu .menu-item-icon.database:before {
  right: 20px;
  bottom: 10px;
  height: 16px;
  width: 38px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_database_pt2.png");
}
.header .bottom-header .header__menu .menu-item-icon.database:after {
  right: 20px;
  bottom: 21px;
  width: 38px;
  height: 16px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_database_pt1.png");
}
.header .bottom-header .header__menu .menu-item-icon.news {
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_menu_news.png");
}
.header .bottom-header .header__menu .menu-item-icon.news:before {
  right: -4px;
  bottom: 15px;
  height: 5px;
  width: 9px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_news_pt1.png");
}
.header .bottom-header .header__menu .menu-item-icon.news:after {
  right: -4px;
  bottom: 24px;
  width: 11px;
  height: 7px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_news_pt2.png");
}
.header .bottom-header .header__menu .menu-item-icon.news .sub-el {
  right: 3px;
  bottom: 30px;
  width: 8px;
  height: 10px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_news_pt3.png");
}
.header .bottom-header .header__menu .menu-item-icon.events {
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_menu_events.png");
}
.header .bottom-header .header__menu .menu-item-icon.events:before {
  right: 11px;
  bottom: 14px;
  height: 5px;
  width: 30px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_menu_events_pt1.png");
}
.header .bottom-header .header__menu .menu-item-icon.events:after {
  right: 18px;
  bottom: 23px;
  width: 16px;
  height: 12px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_menu_events_pt2.png");
}
.header .bottom-header .header__menu .menu-item-icon.ecosystem:before,
.header .bottom-header .header__menu .menu-item-icon.ecosystem:after,
.header .bottom-header .header__menu .menu-item-icon.ecosystem .sub-el {
  height: 22px;
  width: 22px;
  background-size: contain;
  opacity: 0;
}
.header .bottom-header .header__menu .menu-item-icon.ecosystem:before {
  top: 18px;
  left: 25px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_ecosystem_pt1.png");
}
.header .bottom-header .header__menu .menu-item-icon.ecosystem:after {
  top: 0px;
  right: 36px;
  width: 16px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_ecosystem_pt2.png");
}
.header .bottom-header .header__menu .menu-item-icon.ecosystem .sub-el {
  top: 10px;
  right: 26px;
  width: 13px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_ecosystem_pt3.png");
}
.header .bottom-header .header__menu .menu-item-icon.startups:before,
.header .bottom-header .header__menu .menu-item-icon.startups:after,
.header .bottom-header .header__menu .menu-item-icon.startups .sub-el {
  background-size: contain;
  width: 38px;
  right: 17px;
  opacity: 0;
}
.header .bottom-header .header__menu .menu-item-icon.startups:before {
  top: -18px;
  z-index: 2;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_startups_pt3.png");
}
.header .bottom-header .header__menu .menu-item-icon.startups .sub-el {
  top: -9px;
  z-index: 1;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_startups_pt2.png");
}
.header .bottom-header .header__menu .menu-item-icon.startups:after {
  top: 0px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_startups_pt1.png");
}
.header .bottom-header .header__menu .menu-item-icon.startup-visa:before,
.header .bottom-header .header__menu .menu-item-icon.startup-visa:after {
  background-size: contain;
  opacity: 0;
}
.header .bottom-header .header__menu .menu-item-icon.startup-visa:before {
  top: 2px;
  left: 26px;
  width: 41px;
  height: 41px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_visa_pt1.png");
}
.header .bottom-header .header__menu .menu-item-icon.startup-visa .sub-el {
  bottom: -13px;
  left: 38.5px;
}
.header .bottom-header .header__menu .menu-item-icon.startup-visa:after {
  top: -3px;
  left: 32px;
  width: 29px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_visa_pt2.png");
}
.header .bottom-header .header__menu .menu-item-icon.entry-to-lithuania:before,
.header .bottom-header .header__menu .menu-item-icon.entry-to-lithuania:after {
  background-size: contain;
  opacity: 0;
}
.header .bottom-header .header__menu .menu-item-icon.entry-to-lithuania:before {
  top: 2px;
  left: 50%;
  width: 41px;
  margin: 0 0 0 -21px;
  height: 41px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_visa_pt1.png");
}
.header .bottom-header .header__menu .menu-item-icon.entry-to-lithuania .sub-el {
  bottom: -13px;
  left: 50%;
  margin: 0 0 0 -8px;
}
.header .bottom-header .header__menu .menu-item-icon.entry-to-lithuania:after {
  top: -3px;
  left: 50%;
  width: 29px;
  margin: 0 0 0 -15px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_visa_pt2.png");
}
.header .bottom-header .header__menu .menu-item-icon.marketplace:before,
.header .bottom-header .header__menu .menu-item-icon.marketplace:after {
  background-size: contain;
}
.header .bottom-header .header__menu .menu-item-icon.marketplace:before {
  z-index: 1;
  top: -2px;
  left: 32px;
  width: 41px;
  height: 41px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_market_pt1.png");
}
.header .bottom-header .header__menu .menu-item-icon.marketplace:after {
  transform: rotateX(60deg);
  top: 19px;
  left: 38px;
  width: 34px;
  z-index: 1;
  height: 25px;
  background: #f5b400;
  background-position: center;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_market_pt2.png");
  border: solid #f5b400;
}
.header .bottom-header .header__menu .menu-item-icon.startup-fair:before,
.header .bottom-header .header__menu .menu-item-icon.startup-fair:after {
  background-size: contain;
}
.header .bottom-header .header__menu .menu-item-icon.startup-fair:before {
  z-index: 1;
  top: -2px;
  left: 27px;
  width: 41px;
  height: 41px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_whylt_pt1.png");
}
.header .bottom-header .header__menu .menu-item-icon.startup-fair:after {
  top: -7px;
  left: 35px;
  width: 26px;
  z-index: 1;
  height: 100%;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_whylt_pt2.png");
}
.header .bottom-header .header__menu .menu-item-icon.about-us:before,
.header .bottom-header .header__menu .menu-item-icon.about-us:after {
  background-size: contain;
  opacity: 0;
}
.header .bottom-header .header__menu .menu-item-icon.about-us:before {
  z-index: 0;
  top: 8px;
  left: 6px;
  width: 24px;
  height: 31px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_us_pt1.png");
}
.header .bottom-header .header__menu .menu-item-icon.about-us .sub-el {
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_us_pt2.png");
  height: 40px;
  width: 22px;
  left: 21px;
  top: 3px;
  z-index: 2;
}
.header .bottom-header .header__menu .menu-item-icon.about-us:after {
  z-index: 0;
  top: 8px;
  left: 34px;
  width: 24px;
  height: 31px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_us_pt3.png");
}
.header .bottom-header .header__menu .menu-item {
  display: inline-block;
  margin-right: 20px;
  font-family: GTWalsheimBold;
}
.header .bottom-header .header__menu .menu-item--subitem {
  position: relative;
  top: -25px;
  color: #ee5554;
  display: block;
  height: 0;
  text-align: center;
}
.header .bottom-header .header__menu .menu-item--subitem:hover {
  color: #f5b400;
}
.header .bottom-header .header__menu .menu-item a {
  position: relative;
}
.header .bottom-header .header__menu .menu-item a:before {
  background: url("/wp-content/themes/cpstartup/assets/img/hover_shapes.png") no-repeat;
}
.header .bottom-header .header__menu .menu-item:hover a,
.header .bottom-header .header__menu .menu-item.current-menu-item a {
  color: #ee5554;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon {
  /*opacity: 1;
  visibility: visible;*/
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.news:before,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.news:before {
  animation-name: news-el-pt1;
  animation-duration: 0.5s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.news:after,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.news:after {
  animation-name: news-el-pt2;
  animation-duration: 0.5s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.news .sub-el,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.news .sub-el {
  animation-name: news-el-pt3;
  animation-duration: 0.5s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.database:before,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.database:before {
  animation-name: slideInDown;
  animation-duration: 0.5s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.database:after,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.database:after {
  animation-name: slideInDown;
  animation-duration: 0.5s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.for-startups:before,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.for-startups:before {
  animation-name: slideInDown;
  animation-duration: 0.5s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.for-startups:after,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.for-startups:after {
  animation-name: slideInDown;
  animation-duration: 0.5s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.events:before,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.events:before {
  animation-name: event-el-pt1;
  animation-duration: 1s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.events:after,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.events:after {
  animation-name: event-el-pt2;
  animation-duration: 1s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.ecosystem:before,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.ecosystem:before {
  animation-fill-mode: forwards;
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-delay: 0s;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.ecosystem .sub-el,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.ecosystem .sub-el {
  animation-fill-mode: forwards;
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-delay: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.ecosystem:after,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.ecosystem:after {
  animation-fill-mode: forwards;
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-delay: 0.4s;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.startups:before,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.startups:before {
  animation-fill-mode: forwards;
  animation-name: slideInDown;
  animation-delay: 0.3s;
  animation-duration: 0.3s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.startups .sub-el,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.startups .sub-el {
  animation-fill-mode: forwards;
  animation-name: slideInDown;
  animation-delay: 0.15s;
  animation-duration: 0.3s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.startups:after,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.startups:after {
  animation-fill-mode: forwards;
  animation-name: slideInDown;
  animation-delay: 0s;
  animation-duration: 0.3s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.startup-visa:before,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.startup-visa:before,
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.entry-to-lithuania:before,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.entry-to-lithuania:before {
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 0.15s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.startup-visa:after,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.startup-visa:after,
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.entry-to-lithuania:after,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.entry-to-lithuania:after {
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-delay: 0.15s;
  animation-duration: 0.15s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.startup-visa .sub-el path,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.startup-visa .sub-el path,
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.entry-to-lithuania .sub-el path,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.entry-to-lithuania .sub-el path {
  stroke-dasharray: 90;
  stroke-dashoffset: 100;
  animation: dash 2s linear forwards;
  animation-delay: 0.30s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.marketplace:after,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.marketplace:after {
  animation-fill-mode: forwards;
  animation-name: openLap;
  animation-duration: 0.3s;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.startup-fair:after,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.startup-fair:after {
  opacity: 0;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  animation-delay: 0;
  visibility: visible !important;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.about-us:before,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.about-us:before {
  animation-fill-mode: forwards;
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-delay: 0.4s;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.about-us .sub-el,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.about-us .sub-el {
  animation-fill-mode: forwards;
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-delay: 0s;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
.header .bottom-header .header__menu .menu-item:hover .menu-item-icon.about-us:after,
.header .bottom-header .header__menu .menu-item.current-menu-item .menu-item-icon.about-us:after {
  animation-fill-mode: forwards;
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-delay: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
.subheader {
  height: 220px;
  background: no-repeat center;
  width: 85.5%;
  margin: auto auto 55px;
  position: relative;
}
.subheader .subheader__title-holder {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.subheader .subheader__title h1 {
  color: white;
  font-size: 64px;
}
.header .bottom-header .header__menu .menu-item:last-child {
  float: none;
  color: #ee5554;
}
.header .bottom-header .header__menu .menu-item:last-child a:first-child:hover {
  color: #f5b400;
}
.header .bottom-header .header__menu .menu-item:last-child a:last-child:hover {
  color: #ee5554;
}
.header .bottom-header .header__menu .menu-item:last-child:hover .menu-item--subitem {
  color: #ee5554;
}
.header .bottom-header .header__menu .menu-item:last-child:hover a {
  color: #000000;
}
.sidebar-block {
  padding: 15px 10px 35px 40px;
  background: #f5f5f5;
  margin-top: 30px;
}
.sidebar-block .sidebar-block__content {
  margin-bottom: 15px;
}
.sidebar-block .listing__label,
.sidebar-block .listing__date {
  font-size: 16px;
}
.sidebar-block .listing__title {
  margin: 0;
  width: 79%;
  display: inline-block;
  vertical-align: top;
}
.sidebar-block .listing__date {
  font-family: GTWalsheimBold;
  color: #f5b400;
  display: inline-block;
}
.sidebar-block .listing__date.listing__date--news {
  color: #289670;
  font-size: 14px;
  float: right;
}
.sidebar-block .listing__date.listing__date--news .listing__title {
  width: 60%;
}
.sidebar-block .listing__main-info-holder {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}
.sidebar-block .sidebar-block__element:after {
  content: '';
  border-top: solid white;
  display: block;
  margin: 10px 0;
}
.sidebar-block--news .sidebar-block__element:after {
  margin: 15px 0 10px;
}
.sidebar-block--visa {
  background-image: url("/wp-content/themes/cpstartup/assets/img/bg_visa.png");
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 360px;
}
body:not(.home) .site-footer {
  margin-top: 30px;
}
.site-footer {
  background: #303030;
  color: #9a9a9a;
  height: 295px;
  position: relative;
}
.site-footer a {
  color: #9a9a9a;
}
.site-footer a:hover {
  color: #ee5554;
}
.site-footer .footer__cp-link {
  width: 100px;
  height: 26px;
  background: url('/wp-content/themes/cpstartup/assets/img/cp.png') top center no-repeat;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  background-size: cover;
}
.site-footer .footer__cp-link:hover {
  background-position: bottom center;
  border-bottom: none;
}
.site-footer .footer__enterprise-logo {
  margin-top: 18px;
  display: inline-block;
}
.site-footer .footer__enterprise-link {
  background: url('/wp-content/themes/cpstartup/assets/img/enterprise-logo.png') center left no-repeat;
  width: 180px;
  height: 86px;
  display: inline-block;
  margin-top: -20px;
  background-size: 180px auto;
  filter: grayscale(100%);
}
.site-footer .footer__enterprise-link:hover {
  background-position: right;
  border-bottom: none;
  filter: grayscale(0);
}
.site-footer .footer__startup-logo {
  width: 141px;
  height: 55px;
  background: url(/wp-content/themes/cpstartup/assets/img/startup-logo.png) no-repeat;
  display: inline-block;
  background-size: cover;
  margin-bottom: 45px;
}
.footer-holder {
  height: 100%;
}
.footer-holder .form__newsletter--footer {
  padding-right: 30px;
  background-color: #289670;
}
.footer-block {
  display: block;
  z-index: 1;
  position: relative;
  min-height: 1px;
  float: left;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-menu {
  width: 30%;
  padding-left: 3%;
}
.footer-menu a {
  font-family: GTWalsheimProMedium;
}
.footer-menu ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  list-style: none;
}
.footer-menu ul li {
  margin-bottom: 10px;
}
.footer-menu ul li a {
  border-bottom: solid #9a9a9a 1px;
}
.footer-menu ul li a:hover {
  border-bottom: none;
}
.footer-contacts {
  width: 49%;
  padding-left: 100px;
  display: flex;
}
.footer-contacts__left {
  display: inline-block;
  margin-right: 40px;
  width: 30%;
}
.footer-contacts__right {
  display: inline-block;
  width: 70%;
}
.footer-contacts__right .trademarks__left {
  width: 60%;
  display: inline-block;
}
.footer-contacts__right .trademarks__right {
  flex: auto;
  width: 40%;
  display: inline-block;
}
.footer__created-by {
  display: inline-block;
}
.footer-contacts__phone {
  margin-top: 10px;
}
.footer-contacts__email a,
.footer__created-by,
.footer-contacts__address,
.footer-contacts__phone,
.footer__enteprise-copy {
  font-size: 16px;
}
.footer-block__title {
  color: #9a9a9a;
  margin-bottom: 10px;
}
.footer-bg {
  background: #289670;
  width: 32%;
  height: 100%;
  display: inline-block;
  position: absolute;
}
.mobile-newsletter {
  display: none;
}
@media all and (min-width: 992px) {
  .listing__article:not(.listing__article--nothumb):not(.listing__article--ecosystem):hover .listing__holder {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15), 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  }
  .listing__article:not(.listing__article--nothumb):not(.listing__article--ecosystem):hover .listing__holder:after {
    border-bottom-color: transparent !important;
  }
  .listing__article:not(.listing__article--nothumb):not(.listing__article--ecosystem):hover .listing__main-info-holder,
  .listing__article:not(.listing__article--nothumb):not(.listing__article--ecosystem):hover .listing__content,
  .listing__article:not(.listing__article--nothumb):not(.listing__article--ecosystem):hover .listing__label {
    transform: scale(0.909);
    transition: transform 0.25s;
  }
  .listing__article:hover {
    border: none !important;
    z-index: 2;
  }
  .listing__article--ecosystem {
    min-height: 260px;
  }
  .listing__article--ecosystem .listing__title {
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 16px;
    font-size: 18px;
    margin-top: 10px;
  }
  .listing__article--ecosystem:hover .listing__title {
    display: none;
  }
  .listing__article--ecosystem:hover .listing__content {
    display: block;
  }
  .listing__article--ecosystem:hover .wrap {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .listing__article--ecosystem:hover .listing__holder {
    transform: scale(1.1);
    width: 350px;
    z-index: 1;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15), 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  }
  .listing__article--ecosystem:hover .listing__holder .listing__website,
  .listing__article--ecosystem:hover .listing__holder .listing__email {
    display: block !important;
  }
  .listing__article--ecosystem:hover .listing__holder .listing__thumbnail {
    padding-bottom: 60%;
  }
  .listing__article--ecosystem:hover .listing__holder .listing__thumbnail-holder {
    padding: 0px 0px 0px;
  }
  .listing__article--ecosystem:hover .listing__holder .listing__main-info-holder,
  .listing__article--ecosystem:hover .listing__holder .listing__content,
  .listing__article--ecosystem:hover .listing__holder .listing__label,
  .listing__article--ecosystem:hover .listing__holder .listing__holder {
    transform: scale(0.93);
  }
  .listing__article--startups {
    min-height: 170px;
  }
  .listing__article--startups .listing__title {
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 16px;
    font-size: 18px;
    margin-top: 10px;
  }
  .listing__article--startups:hover .listing__title {
    display: none;
  }
  .listing__article--startups:hover .listing__content {
    display: block;
  }
  .listing__article--startups:hover .wrap {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .listing__article--startups:hover .listing__holder {
    transform: scale(1.1);
    width: 350px;
    z-index: 1;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15), 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  }
  .listing__article--startups:hover .listing__holder .listing__website,
  .listing__article--startups:hover .listing__holder .listing__email {
    display: block !important;
  }
  .listing__article--startups:hover .listing__holder .listing__thumbnail {
    padding-bottom: 60%;
  }
  .listing__article--startups:hover .listing__holder .listing__thumbnail-holder {
    padding: 0px 0px 0px;
  }
  .listing__article--startups:hover .listing__holder .listing__main-info-holder,
  .listing__article--startups:hover .listing__holder .listing__content,
  .listing__article--startups:hover .listing__holder .listing__label,
  .listing__article--startups:hover .listing__holder .listing__holder {
    transform: scale(0.93);
  }
}
.listing__article--ecosystem {
  border: solid 1px #f5f5f5;
  margin: 0 !important;
}
.listing__article--ecosystem .wrap {
  z-index: 1;
}
.listing__article--ecosystem .listing__main-info-holder,
.listing__article--ecosystem .listing__content,
.listing__article--ecosystem .listing__label,
.listing__article--ecosystem .listing__holder {
  transition: transform 0.2s;
}
.listing__article--ecosystem .listing__holder {
  background: white;
  padding: 20px !important;
  width: 100%;
}
.listing__article--ecosystem .listing__content,
.listing__article--ecosystem .listing__website,
.listing__article--ecosystem .listing__email {
  display: none;
}
.listing__article--ecosystem .listing__website {
  word-wrap: break-word;
  padding-left: 10px;
}
.listing__article--ecosystem .listing__thumbnail {
  max-width: 160px;
  max-height: 160px;
  margin: auto;
}
.listing__article--ecosystem .listing__thumbnail-holder {
  padding: 20px 20px 0px;
}
.listing__article--ecosystem .listing__title {
  text-align: center;
}
.listing__article--faq {
  background: #f5f5f5;
}
.listing__article--faq .info-icon {
  display: block;
  width: 54px;
  height: 108px;
  background: url("/wp-content/themes/cpstartup/assets/img/info_icon.png") center center no-repeat;
  background-size: cover;
  margin: -20px auto 0;
}
.listing__article--faq h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1;
}
.listing__article--faq a {
  padding: 10px 25px;
  background: #f5b400;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  display: block;
  margin: 15px 10px 0;
  text-align: center;
}
.listing__article--faq a:hover {
  background: #ee5554;
}
.listing--events.row {
  margin-right: 0px;
}
.post-type-archive-cpstart_news .content,
.post-type-archive-cpstart_ecosystem .content,
.post-type-archive-cpstart_marketplace .content,
.post-type-archive-cpstart_startups .content {
  margin-top: 120px;
}
.new {
  font-size: 18px;
  background: #289670;
  padding: 2px 10px;
  margin-right: 5px;
  color: white;
}
.listing__holder {
  background: white;
}
.listing__border {
  /*&:after {
    content: '';
    border-bottom: solid @lightGray;
    position: relative;
    display: block;
    top: 10px;
  }*/
}
.home .listing__article--startups {
  margin: 0 !important;
}
.home .listing__article--startups .wrap {
  z-index: 1;
}
.home .listing__article--startups .listing__main-info-holder,
.home .listing__article--startups .listing__content,
.home .listing__article--startups .listing__label,
.home .listing__article--startups .listing__holder {
  transition: transform 0.2s;
}
.home .listing__article--startups .listing__holder {
  background: white;
  padding: 10px !important;
  width: 100%;
  min-height: 160px;
  display: flex;
  flex-wrap: wrap;
}
.home .listing__article--startups .listing__main-info-holder {
  text-align: center;
  align-self: center;
}
.home .listing__article--startups .listing__content,
.home .listing__article--startups .listing__website,
.home .listing__article--startups .listing__email {
  display: none;
}
.home .listing__article--startups .listing__website {
  word-wrap: break-word;
}
.home .listing__article--startups .listing__thumbnail {
  max-width: 160px;
  max-height: 160px;
  margin: auto;
  background-size: contain;
}
.home .listing__article--startups .listing__thumbnail-holder {
  padding: 20px 20px 0px;
  width: 100%;
}
.home .listing__article--startups .listing__title {
  text-align: center;
}
.home .listing__article--startups .listing__subtitle {
  display: none;
}
.home .listing__article--startups .listing__subtitle a {
  font-family: GTWalsheimProLight;
}
.home .listing__article--startups:hover .listing__subtitle {
  display: block;
}
.home .listing__article--startups:hover .listing__thumbnail {
  display: none;
}
.home .listing__article .dummy {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home .listing__article:not(.listing__article--tall) .listing__thumbnail {
  max-height: 260px;
}
.home .listing__article:not(.listing__article--tall) .listing__thumbnail a {
  display: block;
}
.home .listing__article.listing__article--events:first-child .listing__holder {
  /*&:after {
    content: '';
    border-bottom: solid @lightGray;
    position: relative;
    display: block;
    top: 10px;
  }*/
}
.home .listing__article.listing__article--news {
  margin-left: -10px;
}
.home .listing__article.listing__article--news:nth-child(2) .listing__holder,
.home .listing__article.listing__article--news:nth-child(3) .listing__holder {
  /*&:after {
    content: '';
    border-bottom: solid @lightGray;
    position: relative;
    display: block;
    top: 10px;
  }*/
}
.archive .listing--news a {
  display: block;
}
.archive .listing {
  position: relative;
}
.archive .listing .listing__article .listing__holder {
  padding: 10px;
}
.archive .listing .hr {
  display: block;
  border-bottom: solid 2px #f5f5f5;
  padding-top: 80px;
}
.listing__label {
  text-align: left;
  position: relative;
}
.listing__label .listing__label-holder {
  background: #f5b400;
  display: inline-block;
  color: #ffffff;
  padding: 0 10px;
  font-family: GTWalsheimBold;
}
.listing__label.listing__label--news .listing__label-holder {
  background: #289670;
}
.listing__label.listing__label--news .listing__label-holder a {
  color: white;
}
.listing__label.listing__label--news .listing__label-holder a:hover {
  color: #f5b400;
}
.listing .listing__block-title {
  margin-bottom: 25px;
}
.listing.listing--ecosystem {
  display: flex;
  flex-wrap: wrap;
}
.listing.listing--news .row {
  margin-right: 0;
}
.listing.listing--marketplace {
  flex-wrap: nowrap;
  display: block;
}
.listing.lisiting--ecosystem {
  display: flex;
  flex-wrap: wrap;
}
.listing.listing--startups {
  display: flex;
  flex-wrap: wrap;
}
.listing .listing__bottom {
  margin-top: 20px;
}
.listing .listing__thumbnail {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.listing .listing__article {
  cursor: pointer;
  margin-bottom: 20px;
}
.listing .listing__article:not(.listing__article--ecosystem) {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.listing .listing__article:not(.listing__article--nothumb) .listing__label {
  margin-top: -10px;
}
.listing .listing__article .listing__holder {
  padding: 10px;
}
.listing .listing__article .listing__main-info-holder {
  width: 100%;
}
.listing .listing__article .listing__date {
  font-size: 14px;
  width: 20%;
  font-family: GTWalsheimBold;
  letter-spacing: -0.5px;
}
.listing .listing__article .listing__thumbnail {
  overflow: hidden;
}
.listing .listing__article .listing__thumbnail img {
  height: auto;
  width: 100%;
}
.listing .listing__article.listing__article--ecosystem .listing__thumbnail {
  background-size: contain;
}
.listing .listing__article.listing__article--ecosystem .listing__content {
  text-align: center;
}
.listing .listing__article.listing__article--ecosystem .listing__website {
  margin-top: 10px;
  text-align: center;
  display: none;
}
.listing .listing__article.listing__article--news .listing__main-info-holder,
.listing .listing__article.listing__article--news .listing__content,
.listing .listing__article.listing__article--news .listing__label,
.listing .listing__article.listing__article--news .listing__holder {
  transition: transform 0.2s;
}
.listing .listing__article.listing__article--news .listing__main-info-holder {
  display: table;
}
.listing .listing__article.listing__article--news .listing__main-info-holder .listing__title,
.listing .listing__article.listing__article--news .listing__main-info-holder .listing__date {
  display: table-cell;
  padding-top: 6px;
}
.listing .listing__article.listing__article--news .listing__date {
  width: 46px;
  text-align: right;
  font-family: GTWalsheimBold;
  color: #289670;
}
.listing .listing__article.listing__article--news.listing__article--tall .listing__thumbnail {
  height: 320px;
}
.listing .listing__article.listing__article--news.listing__article--tall .listing__thumbnail a {
  display: block;
}
.listing .listing__article.listing__article--news.listing__article--tall .listing__thumbnail .dummy {
  padding-bottom: 320px;
}
.listing .listing__article.listing__article--news.listing__article--tall .listing__thumbnail img {
  width: auto;
}
.listing .listing__article.listing__article--news.listing__article--nothumb .listing__thumbnail {
  display: none;
}
.listing .listing__article.listing__article--news:hover a:not(.listing__label-holder a) {
  color: #289670;
}
.listing .listing__article.listing__article--news .listing__title {
  margin-top: 5px;
  width: 80%;
}
.listing .listing__article.listing__article--news .listing__title a {
  display: block;
}
.listing .listing__article.listing__article--events .listing__main-info-holder,
.listing .listing__article.listing__article--events .listing__content,
.listing .listing__article.listing__article--events .listing__label,
.listing .listing__article.listing__article--events .listing__holder {
  transition: transform 0.2s;
}
.listing .listing__article.listing__article--events .listing__title {
  margin-top: 5px;
  margin-bottom: 0px;
  width: 100%;
}
.listing .listing__article.listing__article--events .listing__date {
  color: #f5b400;
  width: 100%;
}
.listing .listing__article.listing__article--events:hover a {
  color: #f5b400;
}
.listing .listing__article.listing__article--events.listing__article--nothumb .listing__thumbnail {
  display: none;
}
.listing .listing__article.listing__article--offer {
  margin-bottom: 0;
}
.listing .listing__article.listing__article--offer:hover h3 a {
  color: #ee5554;
}
.listing .listing__article.listing__article--offer:hover .listing__holder {
  border: none !important;
  z-index: 1;
  position: relative;
}
.listing .listing__article.listing__article--offer:first-of-type .listing__holder {
  border-top: solid #e5e5e5 1px;
}
.listing .listing__article.listing__article--offer .listing__holder {
  display: table;
  height: 120px;
  width: 100%;
  transition: transform 0.2s;
  border: solid #e5e5e5 1px;
  border-top: none;
}
.listing .listing__article.listing__article--offer .listing__thumbnail {
  width: 100%;
  height: 108px;
  padding: 0;
  background-size: contain;
}
.listing .listing__article.listing__article--offer .listing__thumbnail-holder,
.listing .listing__article.listing__article--offer .listing__author,
.listing .listing__article.listing__article--offer .listing__title,
.listing .listing__article.listing__article--offer .listing__location {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}
.listing .listing__article.listing__article--offer .listing__thumbnail-holder {
  padding-left: 0;
  width: 20%;
}
.listing .listing__article.listing__article--offer .listing__author {
  width: 20%;
}
.listing .listing__article.listing__article--offer .listing__title {
  width: 50%;
}
.listing .listing__article.listing__article--offer .listing__location {
  width: 20%;
}
.select2-container {
  background: white;
  display: block;
  height: 45px;
  border: solid #e5e5e5 2px;
  border-radius: 5px;
  font-size: 20px;
}
.select2-container .select2-selection__arrow {
  background: url('/wp-content/themes/cpstartup/assets/img/dropdown_arrow.png') no-repeat;
  display: block;
  width: 11px;
  height: 7px;
  float: right;
  top: 12px;
  position: relative;
  width: 30px;
}
.select2-container .selection {
  cursor: pointer;
  top: -4px;
  position: relative;
}
.select2-container .select2-selection__rendered {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 30px;
}
.select2-container .selection,
.select2-container .select2-selection {
  display: block;
  height: 100%;
}
.select2-container .select2-selection {
  padding: 9px 0px 0px 30px;
  outline: none;
  display: flex;
}
.select2-container .select2-results {
  border-style: none none solid solid;
  border-color: #e5e5e5;
  border-width: 2px;
  border-radius: 5px;
  display: block;
  background: white;
  z-index: 1;
  margin: 0;
}
.select2-container .select2-results ul {
  padding: 0;
  margin: 0;
}
.select2-container .select2-results ul li {
  padding: 8px 25px;
  cursor: pointer;
}
.select2-container .select2-results ul li:hover {
  background: #ee5554;
  color: white;
}
.listing-filter {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 90px;
}
.listing-filter .category-name {
  display: inline-block;
  max-width: 100px;
  vertical-align: middle;
}
.listing-filter .startup-select-holder--sector:after {
  content: "";
  margin-left: 20px;
  border-right: solid white 2px;
  position: absolute;
  right: -30px;
  top: 0;
  height: 100%;
}
.listing-filter.listing-filter--startups .listing-filter__search label {
  bottom: 4px;
}
.listing-filter.listing-filter--startups .startup-select-holder {
  position: relative;
  width: 220px;
  display: table-cell;
  vertical-align: middle;
}
.listing-filter.listing-filter--startups .select2-container {
  background: white;
  width: 100% !important;
}
.listing-filter.listing-filter--startups .select-filter-title {
  display: table-cell;
  vertical-align: middle;
  width: 1px;
  padding-right: 20px;
}
.listing-filter.listing-filter--startups .select-filter-title--sector {
  padding-left: 40px;
}
.listing-filter #clear-button {
  display: none;
}
.listing-filter #clear-button i {
  top: 8px;
  right: 22px;
}
.listing-filter h2 {
  margin: 30px 0 20px;
}
.listing-filter .listing-filter__date-holder {
  border-radius: 5px;
  float: right;
  background: #f5f5f5;
  position: relative;
}
.listing-filter label {
  margin-right: 20px;
  font-family: GTWalsheimBold;
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.listing-filter .citypicker {
  padding: 0 30px;
}
.listing-filter .citypicker__container {
  display: block;
  position: relative;
  height: auto;
}
.listing-filter .listing-filter__holder {
  background: #f5f5f5;
  height: 90px;
  display: table;
  align-items: center;
  justify-content: left;
  width: 100%;
  padding: 0;
  border-radius: 5px;
  padding: 0 25px;
}
.listing-filter .listing-filter__holder form {
  padding-left: 40px;
}
.listing-filter .datepicker table {
  margin: 0;
}
.listing-filter .datepicker table tbody tr {
  background: inherit;
}
.listing-filter .datepicker .ui-datepicker-current-day {
  position: relative;
}
.listing-filter .datepicker .ui-datepicker-current-day:before {
  content: '';
  position: absolute;
  display: block;
  border: solid 2px;
  height: 100%;
  width: 100%;
}
.listing-filter .datepicker .ui-datepicker {
  width: auto;
  padding: 0;
}
.listing-filter .datepicker .ui-datepicker .ui-datepicker-header {
  text-align: center;
  margin-left: 10px;
  width: 215px;
}
.listing-filter .datepicker .ui-datepicker .ui-datepicker-title {
  display: inline-block;
  font-family: GTWalsheimBold;
  margin: 0;
}
.listing-filter .datepicker .ui-datepicker td {
  padding: 0;
}
.listing-filter .datepicker .ui-datepicker td span,
.listing-filter .datepicker .ui-datepicker td a {
  font-family: GTWalsheimBold;
  font-size: 16px;
  padding: 12px;
  text-align: center;
  border: solid white 1px;
}
.listing-filter .datepicker .ui-datepicker .ui-datepicker-unselectable span,
.listing-filter .datepicker .ui-datepicker .ui-datepicker-unselectable a {
  color: #cccccc;
  font-family: GTWalsheimProLight;
}
.listing-filter .datepicker .ui-datepicker .available-day {
  background: #f5b400;
}
.listing-filter .datepicker .ui-datepicker .available-day a {
  color: white;
}
.listing-filter .datepicker .ui-datepicker .available-day a:hover {
  color: #ee5554;
}
.listing-filter .datepicker .ui-datepicker-next,
.listing-filter .datepicker .ui-datepicker-prev {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  top: 5px;
}
.listing-filter .datepicker .ui-datepicker-next:hover,
.listing-filter .datepicker .ui-datepicker-prev:hover {
  top: 5px;
}
.listing-filter .datepicker .ui-datepicker-prev {
  float: left;
  left: 0px;
}
.listing-filter .datepicker .ui-datepicker-prev:hover {
  left: 0px;
}
.listing-filter .datepicker .ui-datepicker-prev:before {
  content: "\f053";
}
.listing-filter .datepicker .ui-datepicker-next {
  right: 0px;
  float: right;
}
.listing-filter .datepicker .ui-datepicker-next:hover {
  right: 0px;
}
.listing-filter .datepicker .ui-datepicker-next:before {
  content: "\f054";
}
.listing-filter .listing-filter__search-field {
  width: 60%;
  display: inline-block;
}
.listing-filter .listing-filter__button {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  font-size: 0;
  background: none;
  border: none;
  outline: none;
}
.listing-filter .listing-filter__button i {
  font-size: 35px;
  right: 15px;
  position: relative;
  color: #ee5554;
}
.listing-filter .listing-filter__field-holder {
  display: block;
  position: relative;
}
.listing-filter .listing-filter__field-holder .text-input {
  height: 50px;
  font-size: 20px;
  line-height: 50px;
}
.listing-filter .category-filter__category {
  padding: 0px 10px;
}
.listing-filter .category-filter__category:not(:nth-child(2)) {
  border-left-style: solid;
  border-width: 2px;
  border-color: white;
}
.listing-filter .category-filter__category.category-all:before {
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_all.png");
}
.listing-filter .category-filter__category:before {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: '';
  bottom: -4px;
  position: relative;
  background-position: right;
}
.listing-filter .category-filter__category.active {
  color: white;
  border: none;
}
.listing-filter .category-filter__category.active:before {
  background-position: left;
}
.listing-filter .category-filter__category.active:after {
  content: '';
  display: block;
  position: absolute;
  width: 56px;
  height: 15px;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
.listing-filter__category {
  padding-left: 40px;
}
.listing-filter__search {
  text-align: right;
  margin-right: 40px;
  vertical-align: middle;
  display: table-cell;
}
.listing-filter__search label {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  margin-right: 0;
}
.listing-filter__search .listing-filter__search-field {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.listing-filter__search .listing-filter__search-field input {
  padding-right: 50px;
}
.listing-filter .category-filter {
  display: table;
}
.listing-filter .category-filter__category:not(.category-all):before {
  width: 14px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_bulb.png");
}
.listing-filter .category-filter__category,
.listing-filter .category-filter__text {
  display: table-cell;
  vertical-align: middle;
}
.listing-filter .category-filter__text {
  font-size: 20px;
  top: -4px;
}
.listing-filter .category-filter__category.category-event:before {
  width: 19px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_calendar.png");
}
.listing-filter .category-filter__category.category-startup-visa:before {
  width: 19px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_book.png");
}
.listing-filter .category-filter__category.category-ecosystem:before {
  width: 21px;
  height: 21px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_eco.png");
}
.listing-filter .category-filter__category.category-funding:before {
  width: 17px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_funding.png");
}
.listing-filter .category-filter__category.category-grown-up:before {
  width: 19px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_case.png");
}
.listing-filter .category-filter__category.category-meet-up:before {
  width: 19px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_calendar.png");
}
.listing-filter .category-filter__category.category-speed-up:before {
  width: 18px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_chem.png");
}
.listing-filter .category-filter__category.category-team-up:before {
  width: 22px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_people.png");
}
.listing-filter .category-filter__category.category-start-up:before {
  width: 14px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_bulb.png");
}
.listing-filter .category-filter__category.category-hiring:before {
  width: 19px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_case.png");
}
.listing-filter .category-filter__category.category-partners:before {
  width: 25px;
  height: 20px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_partner.png");
}
.listing-filter .category-filter__category.category-investment:before,
.listing-filter .category-filter__category.category-investments:before {
  width: 17px;
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_funding.png");
}
.listing-filter .category-filter__category.active {
  background: #289670;
}
.listing-filter .category-filter__category.active:after {
  background: url("/wp-content/themes/cpstartup/assets/img/icon_arrow-pager-green.png");
}
.listing-filter--ecosystem .category-filter__category.active {
  background: #ee5554;
}
.listing-filter--ecosystem .category-filter__category.active:after {
  background: url("/wp-content/themes/cpstartup/assets/img/icon_arrow-pager-red.png");
}
.listing-filter--marketplace .category-filter__category.active {
  background: #f5b400;
}
.listing-filter--marketplace .category-filter__category.active:after {
  background: url("/wp-content/themes/cpstartup/assets/img/icon_arrow-pager-yellow.png");
}
.category-filter {
  height: 100%;
}
.category-filter__category,
.category-filter__text {
  display: inline-block;
  position: relative;
}
.category-filter__text {
  padding-right: 15px;
}
.hidden {
  display: none;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.shadow {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15), 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
}
.clear {
  clear: both;
}
.read-more-icon {
  display: inline-block;
  background-size: cover;
  width: 20px;
  height: 24px;
  content: '';
  margin-right: 5px;
  margin-bottom: -4px;
}
.read-more:hover .read-more:before {
  background-position: right;
}
.read-more.read-more--news:before {
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_news.png");
  display: inline-block;
  background-size: cover;
  width: 20px;
  height: 24px;
  content: '';
  margin-right: 5px;
  margin-bottom: -4px;
  width: 26px;
}
.read-more.read-more--events:before {
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_events.png");
  display: inline-block;
  background-size: cover;
  width: 20px;
  height: 24px;
  content: '';
  margin-right: 5px;
  margin-bottom: -4px;
}
.read-more.read-more--startups:before {
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_startups.png");
  display: inline-block;
  background-size: cover;
  width: 20px;
  height: 24px;
  content: '';
  margin-right: 5px;
  margin-bottom: -4px;
  width: 24px;
}
.read-more.read-more--visa:before {
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_visa.png");
  display: inline-block;
  background-size: cover;
  width: 20px;
  height: 24px;
  content: '';
  margin-right: 5px;
  margin-bottom: -4px;
  height: 25px;
  margin-bottom: -5px;
  width: 25px;
}
.read-more.read-more--visa:hover .read-more.read-more--visa:before {
  background-position: center;
}
.cp-icon.cp-user {
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_user.png");
  width: 12px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}
.cp-icon.cp-user.cp-user--white {
  background-image: url("/wp-content/themes/cpstartup/assets/img/icon_user--white.png");
}
.arrow-right,
.arrow-left {
  background-repeat: no-repeat;
  background-size: cover;
  width: 61px;
  height: 15px;
  display: inline-block;
}
.arrow-right:active,
.arrow-left:active {
  background-position: right;
}
.arrow-right {
  background-image: url("/wp-content/themes/cpstartup/assets/img/arrow-right.png");
}
.arrow-left {
  background-image: url("/wp-content/themes/cpstartup/assets/img/arrow-left.png");
}
/* Overall wrapper */
/* Top bar containing title, navigation, and buttons */
/* Center area of top bar containing title and buttons */
/* Buttons for reverting to "today", and closing event list */
/* Add some roundy-ness */
/* current month/yr block */
/* Button to reset to current month */
/* Button to return to month view */
/* wrapper for left/right buttons to make the clickable area bigger */
/* Arrows */
/* Left Arrow */
/* Right Arrow */
/* Day of the week headings */
/* Calendar days wrapper */
/* Calendar Days */
/* Trick to make the days' width equal their height */
/* Hover effect for non event calendar days */
/* Days that are part of previous or next month */
/* Event calendar day number styles */
/* Non-Event calendar day number styles */
/* Days in the past in "picker" mode */
/* Current day style */
/* Wrapper around events */
/* Event indicator dots */
/* Listing of events under calendar */
/* Days in Events List */
/* Events in Events List */
/* Events List custom webkit scrollbar */
/* Track */
/* Handle */
/* Language-specific. Default is English. */
/*
Calendar shows event titles if the device width allows for at least 3em per day (rounded
up to 25em total). This assumes the calendar font is close to the baseline font size and
the calendar takes up close to the full media width as the window is made smaller or the
font is zoomed. If one or both of these is not true, this will need to be overridden by
a layout-specific width, or you will need to use a library like css-element-queries to
establish the rules based on the calendar element width rather than the device width.
*/
.event-calendar {
  position: relative;
  padding: 0 30px;
}
.monthly {
  background: #F3F3F5;
  color: #545454;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.monthly-header {
  position: relative;
  text-align: center;
  padding: 0.5em;
  background: #fff;
  height: 3em;
  box-sizing: border-box;
}
.monthly-header-title {
  text-transform: uppercase;
}
.monthly-header-title a:link {
  display: inline-block;
  border: 1px solid #ccc;
  color: #545454;
  text-decoration: none;
  height: 1.75em;
  line-height: 1.65em;
  padding: 0 0.65em 0 0.65em;
  box-sizing: border-box;
  transition: background .1s;
}
.monthly-header-title a:visited {
  display: inline-block;
  border: 1px solid #ccc;
  color: #545454;
  text-decoration: none;
  height: 1.75em;
  line-height: 1.65em;
  padding: 0 0.65em 0 0.65em;
  box-sizing: border-box;
  transition: background .1s;
}
.monthly-header-title a:first-of-type {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
.monthly-header-title a:last-of-type {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
.monthly-header-title a:hover {
  background: #8b8b8b;
  border: 1px solid #8b8b8b;
  color: #fff;
}
.monthly-header-title a:active {
  background: #222;
  border: 1px solid #222;
  transition: none;
}
.monthly-header-title-date {
  background: #eee !important;
  border: 1px solid #ccc !important;
  color: #545454 !important;
  cursor: default;
}
.monthly-header-title-date:hover {
  background: #eee !important;
  border: 1px solid #ccc !important;
  color: #545454 !important;
  cursor: default;
}
.monthly-reset {
  border-left: 0 !important;
}
.monthly-reset::before {
  content: '\21BB';
  margin-right: 0.25em;
}
.monthly-reset:after {
  content: 'Today';
}
.monthly-cal {
  border-right: 0 !important;
}
.monthly-cal::before {
  content: '\2637';
  margin-right: 0.25em;
}
.monthly-cal:after {
  content: 'Month';
}
.monthly-prev {
  position: absolute;
  top: 0;
  width: 3em;
  height: 100%;
  opacity: .5;
  left: 0;
}
.monthly-prev:hover {
  opacity: 1;
}
.monthly-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #222;
  width: 0.6em;
  height: 0.6em;
  margin: -0.4em 0 0 -0.4em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 0 0.2em 0.2em;
}
.monthly-next {
  position: absolute;
  top: 0;
  width: 3em;
  height: 100%;
  opacity: .5;
  right: 0;
}
.monthly-next:hover {
  opacity: 1;
}
.monthly-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #222;
  width: 0.6em;
  height: 0.6em;
  margin: -0.4em 0 0 -0.4em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0.2em 0.2em 0 0;
}
.monthly-day-title-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #EBEBEB;
}
.monthly-day-title-wrap div {
  width: 14.28% !important;
  display: table-cell;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.monthly-day-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}
.monthly-day-wrap > a:hover {
  background: #A1C2E3;
}
.monthly-week {
  display: table-row;
  width: 100%;
}
.monthly-day {
  width: 14.28% !important;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  color: inherit;
  background: #fff;
  box-shadow: 0 0 0 1px #EBEBEB;
  -webkit-transition: .25s;
  transition: .25s;
  padding: 0;
  text-decoration: none;
}
.monthly-day:before {
  content: '';
  display: block;
  padding-top: 100%;
  float: left;
}
.monthly-day .monthly-event-indicator {
  display: inline-block;
  margin: 0.05em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  vertical-align: middle;
  background: #7BA7CE;
}
.monthly-day .monthly-event-indicator span {
  color: transparent;
}
.monthly-day .monthly-event-indicator:hover {
  cursor: pointer;
}
.monthly-day-blank {
  width: 14.28% !important;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  color: inherit;
  background: #fff;
  box-shadow: 0 0 0 1px #EBEBEB;
  -webkit-transition: .25s;
  transition: .25s;
  padding: 0;
  text-decoration: none;
  background: #F3F3F5;
}
.monthly-day-event > .monthly-day-number {
  position: absolute;
  line-height: 1em;
  top: 0.2em;
  left: 0.25em;
}
.monthly-day-pick > .monthly-indicator-wrap {
  margin: 0;
}
.monthly-day-pick > .monthly-day-number:before {
  content: '';
  display: block;
  padding-top: calc(49.2%);
  width: 0;
  height: 0;
}
.monthly-day-pick > .monthly-day-number:after {
  content: '';
  display: block;
  padding-top: calc(49.2%);
  width: 0;
  height: 0;
}
.monthly-past-day:after {
  content: '';
  width: 150%;
  height: 2px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
.monthly-past-day:hover {
  background: #fff !important;
}
.monthly-today .monthly-day-number {
  color: #FFF;
  background: #EA6565;
  border-radius: 0.75em;
  top: 0.08em;
  left: 0.05em;
  font-size: 0.9em;
  padding: 0;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  text-align: center;
}
.monthly-day-pick.monthly-today .monthly-day-number {
  padding: 0.15em;
  margin: calc(49.3%) auto auto auto;
  font-size: 1em;
}
.monthly-indicator-wrap {
  position: relative;
  text-align: center;
  line-height: 0;
  max-width: 1.5em;
  margin: 0 auto;
  padding-top: 1.2em;
}
.monthly-event-list {
  background: rgba(233, 235, 236, 0.9);
  overflow: auto;
  position: absolute;
  top: 2.5em;
  width: 100%;
  height: calc(97.5%);
  display: none;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.monthly-event-list .monthly-today .monthly-event-list-date {
  color: #EA6565;
}
.monthly-event-list .listed-event {
  display: block;
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 0.2em;
  margin-bottom: 0.5em;
}
.monthly-event-list::-webkit-scrollbar {
  width: 0.75em;
}
.monthly-event-list::-webkit-scrollbar-track {
  background: none;
}
.monthly-event-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border: 1px solid #E9EBEC;
  border-radius: 0.5em;
}
.monthly-event-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.monthly-list-item {
  position: relative;
  padding: 0.5em 0.7em 0.25em 4em;
  display: none;
  border-top: 1px solid #D6D6D6;
  text-align: left;
}
.monthly-list-item:after {
  padding: 0.4em 1em;
  display: block;
  margin-bottom: 0.5em;
  content: 'No Events';
}
.monthly-list-item a:link {
  text-decoration: none;
}
.monthly-list-item a:visited {
  text-decoration: none;
}
.item-has-event {
  display: block;
}
.item-has-event:after {
  display: none !important;
}
.monthly-event-list-date {
  width: 4em;
  position: absolute;
  left: 0;
  top: 0.5em;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
}
.monthly-list-time-start {
  font-size: .8em;
  display: inline-block;
}
.monthly-list-time-end {
  font-size: .8em;
  display: inline-block;
}
.monthly-list-time-end:not(:empty):before {
  content: '\2013';
  padding: 0 2px;
}
.monthly-locale-fr .monthly-reset:after {
  content: "aujourd'hui";
}
.monthly-locale-fr .monthly-cal:after {
  content: "mois";
}
.monthly-locale-fr .monthly-list-item:after {
  content: 'aucun événement';
}
@media (min-width: 25em) {
  .monthly-day-event {
    padding-top: 1.3em;
  }
  .monthly-day-event > .monthly-indicator-wrap {
    width: auto;
    max-width: none;
  }
  .monthly-indicator-wrap {
    padding: 0;
  }
  .monthly-day:before {
    padding-top: calc(98.8%);
  }
  .monthly-day .monthly-event-indicator {
    display: block;
    margin: 0 0 1px 0;
    width: auto;
    height: 1.5em;
    line-height: 1.2em;
    padding: 0.125em 0 0.1em 0.125em;
    border-radius: 0;
    overflow: hidden;
    background-color: #333;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .monthly-day .monthly-event-indicator span {
    display: block;
    width: auto;
    margin: 0;
    color: #fff;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .monthly-day .monthly-event-indicator.monthly-event-continued {
    box-shadow: -1px 0 0 0;
  }
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
div.wpcf7-mail-sent-ok {
  margin: 10px 0 0 auto;
}
select {
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  display: inline-block;
  font: inherit;
  height: 50px;
  line-height: 1.5em;
  padding: 0 15px;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #e8464f 50%), linear-gradient(135deg, #e8464f 50%, transparent 50%);
  background-position: calc(100% - 23px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
  background-size: 8px 8px,
          8px 8px;
  background-repeat: no-repeat;
}
select:focus {
  border: none;
}
.select2-container {
  height: 50px;
}
/* Create a custom checkbox */
/* On mouse-over, add a grey background color */
input[type=file].valid:before {
  content: 'File Selected' !important;
  background: #289670;
}
input[type=file].invalid:before {
  content: 'Invalid Format' !important;
  background: #ee5554;
}
input[type=checkbox] {
  width: 0;
  outline: 0;
}
input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
input[type=checkbox]:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 30px;
  height: 30px;
  background: white;
  cursor: pointer;
}
input[type=checkbox]:hover:before {
  border-color: #303030;
}
input[type=checkbox]:focus:before {
  border: solid #e5e5e5 1px;
  border-radius: 4px;
}
input[type=checkbox]:checked:before {
  background: #289670;
  border-radius: 4px;
}
input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
input[type=checkbox]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
input[type=checkbox]:checked:after {
  content: '';
  position: absolute;
  left: 9px;
  top: 21px;
  background: white;
  width: 4px;
  height: 4px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.acf-field[data-name=frontend_logo] .acf-error-message,
.acf-field[data-name=frontend_featured_image] .acf-error-message,
.acf-field[data-name=brochure] .acf-error-message {
  bottom: -43px;
}
.frontend-form input[type="text"],
.frontend-form input[type="password"],
.frontend-form input[type="number"],
.frontend-form input[type="search"],
.frontend-form input[type="email"],
.frontend-form input[type="url"],
.frontend-form textarea,
.frontend-form select,
.frontend-form .acf-google-map {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  height: 50px !important;
  font-size: 20px!important;
  line-height: 51px!important;
  padding-left: 10px;
  font-weight: 100;
  outline: none;
}
.frontend-form #message {
  position: relative;
  background: #289670;
  top: -40px;
  border-radius: 4px;
}
.frontend-form #message p {
  color: white;
  font-family: GTWalsheimBold;
  padding: 10px 20px;
  margin: 0;
}
.frontend-form ul.acf-checkbox-list li input[type="checkbox"],
.frontend-form input[type="checkbox"] {
  margin: 5px 10px 5px 0;
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.frontend-form .acf-taxonomy-field .categorychecklist-holder {
  max-height: none;
}
.acf-form,
.wpcf7-form {
  background: #f5f5f5;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15), 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
}
.acf-form input[type=submit],
.wpcf7-form input[type=submit] {
  height: 80px;
  width: 300px;
  border: none;
  color: white;
  font-family: GTWalsheimBold;
  background: #ee5554;
  border-radius: 5px;
  outline: none;
  font-size: 24px;
  top: -32px;
  position: relative;
}
.acf-form input[type=submit]:active,
.wpcf7-form input[type=submit]:active {
  background: #289670;
}
.acf-form label,
.wpcf7-form label {
  width: 100%;
}
.acf-form .acf-icon.small,
.wpcf7-form .acf-icon.small,
.acf-form .acf-icon.-small,
.wpcf7-form .acf-icon.-small {
  line-height: 40px;
}
.acf-form .acf-field textarea,
.wpcf7-form .acf-field textarea {
  height: 300px !important;
  line-height: 20px;
}
.acf-field .acf-label {
  font-family: GTWalsheimBold;
  font-size: 20px;
}
.acf-field-textarea {
  flex: 0 0 100%;
}
.acf-field-textarea textarea {
  resize: none;
  height: auto;
  max-height: 160px;
  line-height: 24px;
}
.acf-google-map {
  overflow: hidden!important;
}
.asterix {
  color: #ee5554;
}
.please-fill {
  margin-bottom: 30px;
}
.acf-form > .acf-error-message {
  margin-left: 12px;
}
.acf-fields .acf-error-message {
  position: absolute !important;
  z-index: 1;
  right: 0;
}
.acf-fields .acf-error-message:after {
  content: none !important;
}
.acf-field-recaptcha {
  display: inline-block;
  margin: 0px 12px 20px;
}
.acf-field-recaptcha .acf-label {
  display: none;
}
label {
  color: black;
}
.acf-basic-uploader input {
  width: auto;
  max-width: 100%;
  height: 50px;
  border-radius: 4px;
  border: none;
  position: relative;
}
.acf-basic-uploader input:before {
  background: #303030;
  font-family: GTWalsheimBold;
  color: white;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  content: '';
  text-align: center;
  padding-top: 12px;
}
.acf-field-image .acf-basic-uploader input:before {
  content: 'Select Image';
}
.acf-field-file .acf-basic-uploader input:before {
  content: 'Select File';
}
.acf-form-submit {
  padding-left: 12px;
  display: inline-block;
}
.acf-fields.acf-form-fields {
  display: flex;
  flex-wrap: wrap;
}
.acf-fields.acf-form-fields .acf-field {
  padding: 10px 12px 10px 0;
  border: none !important;
}
.acf-fields .acf-field input[type="text"],
.acf-fields .acf-field textarea {
  line-height: 20px;
  font-size: 20px;
  font-family: GTWalsheimProLight;
}
.form__event-offer {
  margin-top: -75px;
  position: relative;
}
.form__event-offer .acf-field--post-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.form__event-offer .acf-field-image,
.form__event-offer .acf-field-file {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.form__event-offer .acf-field-text[data-name=organizer_title] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.form__event-offer .acf-field-number {
  flex: 0 0 15%;
}
.form__event-offer .acf-field-google-map,
.form__event-offer .acf-field-url {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.form__event-offer .acf-field-date-picker {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.form__event-offer .acf-field-time-picker {
  padding-left: 0 !important;
}
.form__event-offer .acf-google-map .title .search {
  height: 50px;
  border: none;
}
.form__submit-offer {
  margin: 60px 0 80px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.form__submit-offer .form__title {
  font-size: 36px;
  font-family: GTWalsheimBold;
}
.form__submit-offer .form__content {
  display: block;
  margin: auto;
  width: 50%;
  text-align: center;
  padding: 50px 0 74px;
}
.form__submit-offer .form__submit {
  padding: 15px 55px;
  background: #f5b400;
  font-size: 24px;
  color: white;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
}
.form__submit-offer .form__submit:hover {
  background: #ee5554;
}
.form__submit-offer--startups {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
.form__submit-offer--startups:before,
.form__submit-offer--startups:after {
  content: '';
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/cpstartup/assets/img/bg_balloons.png");
  height: 351px;
  width: 100%;
  display: block;
  position: absolute;
  top: -120px;
}
.form__submit-offer--startups:before {
  left: -234px;
}
.form__submit-offer--startups:after {
  right: -191px;
  background-position: right;
}
.form__ecosystem-offer .acf-field[data-name=_post_title] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.form__ecosystem-offer .acf-field-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.form__ecosystem-offer .acf-field-email {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.form__ecosystem-offer .acf-field-url {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.wpcf7-file {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: none;
  position: relative;
}
.wpcf7-file:before {
  border-radius: 4px;
  background: #303030;
  font-family: GTWalsheimBold;
  color: white;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  content: 'Select File';
  text-align: center;
  padding-top: 12px;
}
.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 40px;
}
.wpcf7-form .contact-form__left {
  padding-right: 15px;
  width: 40%;
}
.wpcf7-form .contact-form__right {
  width: 60%;
}
.wpcf7-form input {
  width: 100%;
  margin-top: 10px;
}
.wpcf7-form textarea {
  height: 150px !important;
  width: 100%;
  resize: none;
  display: block;
  margin-top: 10px;
}
.wpcf7-form .wpcf7-submit {
  top: 0 !important;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-top: 22px;
}
.form__job-offer .acf-field[data-name=contacts_to_apply] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.form__job-offer .acf-field[data-name=deadline_for_applications] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.form__job-offer .acf-field[data-name=_post_title] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.form__job-offer .acf-field[data-name=recruiter_title] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.form__job-offer .acf-field-google-map {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.form__job-offer .acf-field[data-name=frontend_logo] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0  33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.form__job-offer .acf-field[data-name=recruiter_email] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0  33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.form__job-offer .acf-field[data-name=website] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0  33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.form__job-offer .acf-field[data-name=frontend_type] {
  width: 314px;
}
.form__job-offer .acf-field[data-name=frontend_type] .select2-container .select2-selection--single {
  height: 50px;
}
.form__startup .acf-field--post-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.form__startup .acf-field[data-name=recruiter_email] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.form__startup .acf-field[data-name=location] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.form__startup .acf-field[data-name=website] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.form__startup .acf-field[data-name=ceo] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.form__startup .acf-field[data-name=employees] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.form__startup .acf-field[data-name=income] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.form__startup .acf-field[data-name=frontend_sector] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.form__startup .acf-field[data-name=frontend_type] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.form__startup .acf-field[data-name=subtitle] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.form__startup .acf-field[data-name=facebook],
.form__startup .acf-field[data-name=twitter],
.form__startup .acf-field[data-name=linkedin] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0  33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.form__contact-us.mobile {
  display: none;
}
.form__contact-us .wpcf7-form input[type=submit] {
  margin-top: -9px;
  float: right;
  height: 76px;
}
.form__contact-us select {
  margin: 10px 0 0 0;
  width: 100%;
}
.form__contact-us .wpcf7-form textarea {
  height: 231px !important;
}
@media screen and (max-width: 1192px) {
  .form__contact-us .g-recaptcha {
    overflow: hidden;
    border-right: solid lightgray 1px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 992px) {
  .form__contact-us {
    display: none;
  }
  .form__contact-us .g-recaptcha {
    border: none;
  }
  .form__contact-us span {
    width: 100%;
  }
  .form__contact-us form {
    display: block;
  }
  .form__contact-us.mobile {
    display: block;
  }
  .form__contact-us .wpcf7-form input[type=submit] {
    width: 250px;
  }
  .form__contact-us p {
    display: inline-block;
  }
  .form__contact-us .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  .form__contact-us p {
    width: 100%;
  }
  .form__contact-us .wpcf7-form-control-wrap {
    margin: 0;
    width: 100%;
  }
  .form__contact-us .wpcf7-form input[type=submit] {
    width: 100%;
  }
}
.form__offer-apply-form .apply-form__content {
  margin-top: 15px;
}
.form__offer-apply-form form {
  display: flex;
  flex-wrap: wrap;
}
.form__offer-apply-form form > p:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%;
}
.form__offer-apply-form form > p:nth-child(3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.form__offer-apply-form form > p:nth-child(4) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34%;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
  padding: 0;
}
.form__offer-apply-form form > p:nth-child(5) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 66%;
  max-width: 66%;
}
.form__offer-apply-form p {
  margin: 0;
  padding-right: 15px;
}
.form__offer-apply-form .ajax-loader {
  display: none;
}
.form__offer-apply-form .wpcf7-form-control-wrap div div {
  display: inline-block;
}
.form__offer-apply-form .wpcf7-form textarea {
  height: 142px!important;
}
.form__offer-apply-form .form-footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34%;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
  margin-top: 15px;
}
.form__newsletter ::-webkit-input-placeholder {
  color: black;

}
.form__newsletter ::-moz-placeholder {
  color: black;

}
.form__newsletter ::-ms-placeholder {
  color: black;

}
.form__newsletter ::placeholder {
  color: black;
  padding-bottom: 5px;
}
.form__newsletter h3 {
  color: white;
  margin-top: 0;
}
.form__newsletter input,
.form__newsletter .submit-button {
  border-radius: 5px;
  height: 40px;
}
.form__newsletter input {
  display: inline-block;
  background-color: #5aa387;
  outline: none;
  border: none !important;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  color: #000;
}
.form__newsletter input::-webkit-input-placeholder {

}
.form__newsletter label input [type=checkbox] {
  height: 20px !important;
  width: 10px !important;
}
.form__newsletter .submit-button {
  background: #303030;
  color: white;
  font-family: GTWalsheimBold;
  width: 100%;
  border: none;
  display: inline-block;
  outline: none;
}
.form__newsletter .omnisend-form-success,
.form__newsletter .omnisend-form-validation {
  display: none;
}
.form-footer ::-webkit-input-placeholder {
  color: black;

}
.form-footer ::-moz-placeholder {
  color: black;

}
.form-footer ::-ms-placeholder {
  color: black;

}
.form-footer ::placeholder {
  color: black;

}
.form__newsletter--intro {
  width: 700px;
  position: absolute;
  bottom: -40px;
  right: 65px;
  border-radius: 13px;
}
.form__newsletter--intro h2 {
  color: white;
}
.form__newsletter--intro .submit-button {
  background: #ee5554;
}
.form__newsletter--intro input {
  background-color: white;
  width: 70%;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: left;
  padding-left: 31px;
  font-weight: bold;

}
.form__newsletter--intro input:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.form__newsletter--intro input:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.form__newsletter--intro input:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.form__newsletter--intro input:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
.form__newsletter--intro .submit-button {
  width: 30%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form__newsletter--intro input,
.form__newsletter--intro .submit-button {
  height: 80px;
}
.form__newsletter--intro .omnisend-form-attributes {
  display: flex;
}
.checkbox {
  position: relative;
  display: block;
  padding-left: 5px;
}
input[type="checkbox"] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.helper {
  position: absolute;
  top: -4px;
  left: -4px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  user-select: none;
  color: #e7e7e7;
}
.helper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  margin: 4px;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  background: #ffffff;
  border-radius: 3px;
  border: 2px solid #f5f5f5;
}
.helper:after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg) scale(0);
  -moz-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  position: absolute;
  top: 18px;
  left: 10px;
}
input[type="checkbox"]:checked ~ .helper::before {
  color: #000;
}
input[type="checkbox"]:checked ~ .helper::after {
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
label #privacy-confirm[type=checkbox] {
  height: 20px;
  width: 20px;
}
label #privacy-confirm[type=checkbox]:before {
  content: none;
}
label #privacy-confirm[type=checkbox]:after {
  content: none !important;
}
.checkbox label {
  min-height: 24px;
  padding-left: 35px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  vertical-align: sub;
}
input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px;
}
.form__newsletter--footer {
  width: 280px;
}
.form__newsletter--footer .omnisend-form-success,
.form__newsletter--footer .omnisend-form-validation {
  display: none;
}
.form__newsletter--footer .omnisend-form-success {
  color: #f5b400;
}
.form__newsletter--footer .omnisend-form-validation {
  color: #ee5554;
}
.form__newsletter .omnisend-form-validation {
  color: #fff;
  background: #ee5554;
  padding: 5px 0 5px 30px;
  border-radius: 0 0 5px 5px;
}
.form__newsletter .omnisend-form-success {
  color: #fff;
  background: #328b68;
  padding: 5px 0 5px 15px;
  border-radius: 0 0 5px 5px;
}
/* faq style */
#ufaq-faq-list {
  padding: 0 0 50px;
}
.ufaq-faq-div {
  padding: 14px 0;
  border-bottom: solid 1px #f5f5f5;
}
.ufaq-faq-div:last-child {
  border-bottom: none;
}
.ufaq-faq-title a {
  color: #f5b400;
}
.ufaq-faq-title a:hover {
  color: #ee5554;
}
.ewd-ufaq-post-active .ufaq-faq-title a {
  color: #000;
}
.ufaq-faq-title-text h4 {
  font-size: 24px;
}
.ewd-ufaq-post-margin-symbol {
  margin: 2px 10px 0 0;
  width: 31px;
  height: 31px;
  box-sizing: border-box;
  padding: 2px;
  border: 3px solid #f5b400;
  border-radius: 50%;
  line-height: 1.15;
}
.ewd-ufaq-post-margin-symbol span {
  font-size: 20px;
}
.ufaq-faq-title a:hover .ewd-ufaq-post-margin-symbol {
  border: 3px solid #ee5554;
}
.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol,
.ewd-ufaq-post-active .ufaq-faq-title a:hover .ewd-ufaq-post-margin-symbol {
  border: 3px solid #000;
}
.ufaq-faq-body {
  padding-left: 47px;
}
@font-face {
  font-family: 'GTWalsheimBold';
  src: url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimBold.eot');
  src: url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimBold.eot') format('embedded-opentype'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimBold.woff2') format('woff2'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimBold.woff') format('woff'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimBold.ttf') format('truetype'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimBold.svg#GTWalsheimBold') format('svg');
}
@font-face {
  font-family: 'GTWalsheimThin';
  src: url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimThin.eot');
  src: url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimThin.eot') format('embedded-opentype'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimThin.woff2') format('woff2'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimThin.woff') format('woff'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimThin.ttf') format('truetype'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimThin.svg#GTWalsheimThin') format('svg');
}
@font-face {
  font-family: 'GTWalsheimProLight';
  src: url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimProLight.eot');
  src: url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimProLight.eot') format('embedded-opentype'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimProLight.woff2') format('woff2'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimProLight.woff') format('woff'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimProLight.ttf') format('truetype'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimProLight.svg#GTWalsheimProLight') format('svg');
}
@font-face {
  font-family: 'GTWalsheimProMedium';
  src: url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimProMedium.eot');
  src: url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimProMedium.eot') format('embedded-opentype'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimProMedium.woff2') format('woff2'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimProMedium.woff') format('woff'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimProMedium.ttf') format('truetype'), url('/wp-content/themes/cpstartup/assets/fonts/GTWalsheimProMedium.svg#GTWalsheimProMedium') format('svg');
}
.home .team-block {
  background: url('/wp-content/themes/cpstartup/assets/img/bg_team.jpg') no-repeat bottom center;
  background-size: cover;
  height: 540px;
  position: relative;
  display: table;
  width: 100%;
}
.intro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 530px;
  position: relative;
  width: 85.5%;
  margin: 0 auto 60px;
}
.intro .video-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  overflow: hidden;
}
.intro .video-holder #video {
  width: 100%;
  height: 125%;
  position: absolute;
}
.intro #play-button {
  position: absolute;
  top: 50%;
  left: 5%;
  font-size: 36px;
  font-family: GTWalsheimBold;
  width: 330px;
  color: white;
  cursor: pointer;
}
.intro #play-button:before {
  content: '';
  display: inline-block;
  background: url("/wp-content/themes/cpstartup/assets/img/icon_play.png");
  width: 90px;
  height: 90px;
  margin-bottom: -30px;
  margin-right: 15px;
}
.intro .intro__text {
  position: absolute;
  top: 60px;
  left: 5%;
}
.intro .intro__text h1,
.intro .intro__text h2,
.intro .intro__text h3,
.intro .intro__text h4,
.intro .intro__text h5 {
  color: white;
}
.intro .intro__shape {
  position: absolute;
  bottom: -4px;
  display: block;
  left: -50px;
}
.news-events-block {
  margin-bottom: 60px;
}
.team-block--inner {
  margin-bottom: 20px;
}
.team-block--inner .team-member .team-member__photo {
  background-color: #f5f5f5;
}
.team-block__title {
  font-size: 140px;
  color: white;
  position: relative;
  width: 100%;
  text-indent: -8px;
}
.team-block__holder {
  display: table-cell;
  vertical-align: middle;
}
.team-block__holder .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team-member {
  margin-bottom: 30px;
}
.team-member .team-member__name {
  font-family: GTWalsheimBold;
  width: 0;
}
.team-member .team-member__photo {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  border-radius: 150px;
  background-repeat: no-repeat;
  background-color: white;
}
.team-member .team-member__left-holder,
.team-member .team-member__right-holder {
  float: left;
}
.team-member .team-member__right-holder {
  margin-left: 10px;
  width: 121px;
}
.team-member .team-member__socials .team-member__socials-email,
.team-member .team-member__socials .team-member__socials-linkedIn {
  display: inline-block;
  margin-right: 8px;
}
.visa-block {
  height: 568px;
  background: url("/wp-content/themes/cpstartup/assets/img/bg_visa.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
}
.visa-block .visa-block__holder {
  z-index: 2;
  position: relative;
  padding-top: 60px;
}
.visa-block .visa-block__shapes {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: -55px;
  overflow: hidden;
}
.visa-block .visa-block__shapes svg {
  margin: auto;
  display: block;
}
.visa-block .visa-block__read-more {
  margin-top: 10px;
}
.partners-offers-content p {
  margin: 10px 0 0;
}
.listing--partners__offers {
  width: 100% !important;
  margin-bottom: 140px;
  display: flex;
  flex-wrap: wrap;
  float: none !important;
}
.listing__article--partners__offers {
  max-width: 349px;
  border: 1px solid #EEEEEE;
  float: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.listing__article--partners__offers:hover .listing__holder {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.1), 0px 20px 40px rgba(0, 0, 0, 0.1) !important;
  transform: none !important;
}
.listing__article--partners__offers .wrap {
  height: 100%;
}
.listing__article--partners__offers .listing__holder {
  height: 100%;
}
.listing__article--partners__offers:hover .listing__offer {
  background: #F0A827;
  color: #FFFFFF;
}
.listing__article--partners__offers .offer-title {
  text-align: center;
}
.listing__article--partners__offers .offer-title h4 {
  margin-top: 0;
}
.listing__article--partners__offers .listing__content {
  text-align: center;
  max-width: 291px;
  margin: auto;
  color: #333333;
}
.listing__article--partners__offers .listinginside-links {
  text-align: center;
  width: 100%;
  justify-content: center;
  margin: 100px auto auto;
}
.listing__article--partners__offers .listing__offer {
  background: #EEEEEE;
  border-radius: 6px;
  padding: 11px 0 14px 0;
  width: 291px;
  position: absolute;
  bottom: 30px;
}
.listing__article--partners__offers .listing__thumbnail {
  background-size: auto !important;
  padding: 0 0 140px 0 !important;
}
.competition-filter .listing-filter {
  position: relative;
}
.page-template-competition .listing--marketplace {
  margin-top: 50px;
}
.page-template-competition .listing-filter .container {
  padding: 0 !important;
}
.page-template-accelerators .listing--marketplace {
  margin-top: 50px;
}
.page-template-accelerators .listing-filter {
  position: relative;
}
.page-template-accelerators .listing-filter .container {
  padding: 0 !important;
}
.page-template-public-funding .listing--marketplace {
  margin-top: 50px;
}
.page-template-public-funding .listing-filter {
  position: relative;
}
.page-template-public-funding .listing-filter .container {
  padding: 0 !important;
}
.page-template-default.page h2 {
  font-size: 40px;
}
.startups-block {
  height: 465px;
}
.startups-block .listing__block-title {
  margin-top: 75px;
}
.inner.single-article--ecosystem .listing__holder {
  display: flex;
  flex-wrap: wrap;
}
.inner.single-article--ecosystem .listing__content {
  width: 100%;
}
.inner.single-article--ecosystem .listing__thumbnail {
  height: 200px;
  width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}
.inner.single-article--ecosystem .listing__thumbnail-holder {
  height: auto;
  float: left;
  margin: 0px 20px 20px 0px;
  text-align: center;
}
.inner.single-article--ecosystem .listing__email,
.inner.single-article--ecosystem .listing__website {
  display: block;
}
.inner.single-article--job .single-article__company-location {
  font-family: GTWalsheimBold;
  color: #f5b400;
}
.inner .listing__content {
  margin-top: 20px;
}
.inner .single-article__thumbnail {
  margin: 30px 0;
}
.inner img {
  max-width: 100%;
  height: auto;
  display: block;
}
.inner .listing__date {
  display: inline-block;
}
.inner .listing__date .listing__date-holder {
  display: inline-block;
  text-align: right;
  color: #289670;
  font-family: GTWalsheimBold;
  font-size: 14px;
}
.inner .listing__social-share {
  margin-top: 40px;
}
.inner .listing__social-share a {
  color: black;
}
.inner .listing__social-share i {
  margin-right: 5px;
  font-size: 24px;
  position: relative;
}
.inner .listing__social-share .fa-facebook {
  color: #3b5998;
}
.inner .listing__social-share .fa-twitter {
  color: #0084b4;
}
.inner .facebook-share {
  margin-right: 15px;
}
.inner.cpstart_events .listing__date-holder {
  color: #f5b400;
}
.inner.cpstart_marketplace .listing__social-share {
  text-align: right;
}
.inner .single-article__recruiter-holder {
  float: right;
  width: 32%;
  margin-left: 50px;
}
.inner .single-article__recruiter-holder .recruiter-description {
  background: #f5f5f5;
  padding: 20px;
}
.inner .single-article__recruiter-holder .single-article__thumbnail {
  border-top: solid 2px #e5e5e5;
  margin: 0;
}
.inner .single-article__recruiter-holder img {
  margin: 0 auto;
}
.team-block {
  display: flex;
  flex-wrap: wrap;
}
.about-content,
.single-article {
  padding-right: 45px;
}
.related-block .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.related__holder {
  height: 100%;
}
.related__title {
  text-align: center;
}
.related-block__title {
  width: 100%;
}
.related__website,
.related__email {
  text-align: center;
  display: block;
}
.related-block--ecosystem .related__thumbnail {
  overflow: hidden;
  width: 100%;
  padding-bottom: 50%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.inner .single-article__recruiter-holder .single-article__thumbnail {
  margin-bottom: 15px;
  padding-top: 15px;
}
.inner .single-article__recruiter-holder .recruiter-description {
  margin-bottom: 15px;
}
.not-found {
  margin-bottom: 70px;
}
.acf-field-image .acf-basic-uploader input:before,
.acf-field-file .acf-basic-uploader input:before {
  display: none!important;
}
@media (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
.content.container {
  min-height: 550px;
}
.fa-chevron-right {
  bottom: -2px;
  position: relative;
  margin-left: 5px;
}
.acf-field-google-map .canvas {
  display: none;
}
@media (min-width: 991px) {
  .whyltu-content__block-holder.whyltu-content__block-holder--startup {
    height: auto;
  }
  .whyltu-content__block-holder.whyltu-content__block-holder--diff2 {
    height: 270px;
  }
  .whyltu-content__block-holder--startup .whyltu-content__block {
    max-height: 280px;
  }
  .whyltu-media--diff {
    width: 18.2%;
  }
  .whyltu-content__block-holder--diff {
    padding-left: 50px;
  }
  .home .whyltu-content .whyltu-content__block {
    transition: max-height 0.25s ease-in-out, box-shadow 0.25s 0.25s ease-in-out, background 0.25s 0.25s ease-in-out;
  }
  .home .whyltu-content .whyltu-content__block:hover {
    transition: max-height 0.5s 0.25s ease-in-out, box-shadow 0.25s ease-in-out, background 0.25s ease-in-out;
  }
}
.whyltu-content__block-holder--startup .whyltu-media img {
  display: none;
  max-width: 100%;
}
.whyltu-content__block-holder--startup .whyltu-media.active img {
  display: block;
}
.whyltu-media img {
  margin: 25px 0 0 0;
}
.whyltu-content.startup_visa .link-on-block,
.whyltu-content__block-holder--startup .link-on-block {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.whyltu-content__block-holder--startup .video-block {
  margin: -15px 0 10px 0;
}
.whyltu-content__block-holder--startup .video-block a {
  color: #e8464f;
  margin: 0 27px 0 0;
  padding: 0 0px 0 37px;
  font-size: 24px;
  background: url("/wp-content/themes/cpstartup/assets/img/icon_video.png") 0 center no-repeat;
  background-size: 28px auto;
}
.whyltu-content__block-holder--startup .video-block a:hover {
  color: #000;
}
.whyltu-content__block-holder--startup .whyltu-content__block {
  min-width: 100%;
}
.whyltu-content__block-holder--startup .whyltu-content__block:hover {
  min-width: calc(100% + 60px);
}
.whyltu-content__block-holder--startup .whyltu-content__block {
  max-height: 10000px;
}
.whyltu-content {
  padding-bottom: 20px;
}
.whyltu-content .whyltu-content__block {
  padding-bottom: 30px;
}
.whyltu-content .whyltu-content__block:hover {
  position: static;
}
.home .whyltu-content .whyltu-content__block:hover {
  position: absolute;
}
.whyltu-content .btn {
  color: #fff;
  background: #f5b400;
  font-size: 16px;
}
@media (max-width: 991px) {
  .whyltu-content__block-holder--startup .hidden-xs {
    display: none!important;
  }
  .whyltu-content__block-holder--startup .visible-xs {
    display: block!important;
  }
  .whyltu-content__block-holder--startup .whyltu-media {
    width: 200px;
    height: auto;
  }
  .whyltu-content__block-holder--startup .whyltu-content__block:hover {
    min-width: 100%;
  }
  .home .whyltu-content .whyltu-media {
    min-height: 165px;
  }
  .home .whyltu-content .whyltu-media--type4 .media-item__holder,
  .home .whyltu-content .whyltu-media--type6 .media-item__holder {
    left: 42px;
  }
  .home .whyltu-content .whyltu-media--type3 {
    min-height: 180px;
  }
  .home .whyltu-content .whyltu-content__block:hover {
    position: static;
  }
}
@media (max-width: 767px) {
  .home .whyltu-content {
    margin-bottom: -100px;
  }
  .home .whyltu-content .whyltu-content__block-holder {
    padding: 0 45px;
  }
  #page {
    overflow: hidden;
  }
}
@media (max-width: 479px) {
  .whyltu-content__block-holder--startup .video-block a {
    margin: 0 0px 5px 0;
    display: block;
  }
}
@media (min-width: 991px) {
  .whyltu-content__block-holder {
    position: relative;
    height: 240px;
  }
}
.front_whylt-content__block h1 {
  font-size: 36px;
}
.front_whylt-content__block p {
  font-size: 18px;
  margin-top: 24px !important;
}
.whyltu-content__block {
  display: flex;
  flex-wrap: wrap;
  z-index: 500;
  transition: max-height 0.5s ease-in-out, box-shadow 0.3s ease-in-out;
}
.whyltu-content__block p {
  margin-top: 20px;
}
@media (min-width: 991px) {
  .whyltu-content__block {
    max-height: 240px;
    overflow: hidden;
  }
  .whyltu-content__block:hover {
    position: absolute;
    max-height: 1000px;
    border-radius: 3px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px 30px 30px;
    -webkit-box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.33);
    background: #ffffff;
    transition: max-height 0.5s 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
}
.media-item__holder {
  position: absolute;
  transform: scale(1.1);
  top: 100px;
  left: 25%;
}
.whyltu-media .media-item__holder {
  display: none;
}
.whyltu-media.active .media-item__holder {
  display: block;
}
.whyltu-media--type2 .media-item__holder {
  left: 42px;
}
.media-item {
  position: absolute;
  /*
   Type 1
  */
  /*
   Type 2
  */
  /*
    Type 3
  */
  /*
    Type 4
  */
  /*
    Type 5
  */
  /*
   Type 6
  */
}
.media-item.item__post {
  left: 25px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 0.5s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__details {
  opacity: 0;
  top: -20px;
  z-index: 1;
  stroke-dasharray: 50;
  stroke-dashoffset: 200;
  animation: dashAlt 7s linear forwards;
  animation-fill-mode: forwards;
  animation-delay: -3.5s;
}
.media-item.item__cloud-red {
  opacity: 0;
  animation-name: popLeftBottom;
  -webkit-animation-name: popLeftBottom;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-delay: 2.5s;
  visibility: visible !important;
  animation-fill-mode: forwards;
  top: -32px;
  z-index: 1;
}
.media-item.item__cloud-orange {
  opacity: 0;
  animation-name: popLeftTop;
  -webkit-animation-name: popLeftTop;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-delay: 2s;
  visibility: visible !important;
  animation-fill-mode: forwards;
  left: 101px;
  top: 24px;
  z-index: 1;
}
.media-item.item__cloud-green {
  opacity: 0;
  animation-name: popRightBottom;
  -webkit-animation-name: popRightBottom;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-delay: 1.5s;
  visibility: visible !important;
  animation-fill-mode: forwards;
  left: 105px;
  top: -47px;
  z-index: 1;
}
.media-item.item__cloud-at {
  opacity: 0;
  animation-name: popRightTop;
  -webkit-animation-name: popRightTop;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-delay: 1s;
  visibility: visible !important;
  animation-fill-mode: forwards;
  top: 38px;
  left: -14px;
  z-index: 1;
}
.media-item.item__play {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: slideInDown;
  animation-delay: 0.5s;
  animation-duration: 0.3s;
  top: -67px;
  left: -16px;
}
.media-item.item__dashes {
  top: -47px;
}
.media-item.item__dashes line {
  opacity: 0;
}
.media-item.item__dashes line:nth-child(1) {
  animation: dashPulse 3s linear forwards;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}
.media-item.item__dashes line:nth-child(2) {
  animation: dashPulseReverse 3s linear forwards;
  animation-fill-mode: forwards;
  animation-delay: 5.5s;
}
.media-item.item__dashes line:nth-child(3) {
  animation: dashPulseReverse 3s linear forwards;
  animation-fill-mode: forwards;
  animation-delay: 5.5s;
}
.media-item.item__person-sm {
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-delay: 3s;
  animation-duration: 0.15s;
  opacity: 0;
  left: 143px;
  top: 26px;
}
.media-item.item__person-big {
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-delay: 4.5s;
  animation-duration: 0.15s;
  opacity: 0;
  left: -39px;
  top: -17px;
}
.media-item.item__person-red {
  opacity: 0;
  top: -64px;
  left: 87px;
  z-index: 1;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-delay: 7s;
  animation-duration: 0.15s;
}
.media-item.item__laptop {
  z-index: -1;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 0.5s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__bulb {
  opacity: 0;
  z-index: 1;
  left: 47px;
  top: -17px;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-delay: 1s;
  animation-duration: 0.15s;
}
.media-item.item__bulb path {
  fill-opacity: 0;
  stroke: black;
  stroke-width: 0.3px;
  stroke-dasharray: 0;
  animation-fill-mode: forwards;
  animation-name: bulbOn;
  animation-delay: 1.5s;
  animation-duration: 1s;
}
.media-item.item__bottom {
  top: 100px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 0.5s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__building-md {
  top: -10px;
  left: 96px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 1.5s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__building-lg {
  top: -41px;
  left: 43px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 2.5s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__building-sm {
  top: 47px;
  left: 20px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 1s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__tree-lg {
  top: 41px;
  left: 147px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 3s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__tree-sm {
  top: 76px;
  left: 76px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 3.5s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__pointer {
  top: -65px;
  left: 28px;
  opacity: 0;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  animation-delay: 4s;
  visibility: visible !important;
}
.media-item.item__cloud-orange2 {
  opacity: 0;
  animation-name: popLeftBottom;
  -webkit-animation-name: popLeftBottom;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-delay: 0.5s;
  visibility: visible !important;
  animation-fill-mode: forwards;
}
.media-item.item__yes {
  left: 25px;
  top: 38px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: popIn;
  animation-delay: 1.3s;
  -webkit-animation-name: popIn;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
.media-item.item__pop {
  left: 88px;
  top: -7px;
  opacity: 0;
  animation-name: popRightBottom;
  -webkit-animation-name: popRightBottom;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-delay: 1.3s;
  visibility: visible !important;
  animation-fill-mode: forwards;
}
.media-item.item__cloud-square {
  top: 70px;
  left: -36px;
  animation-name: pullDown;
  opacity: 0;
  -webkit-animation-name: pullDown;
  animation-fill-mode: forwards;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-delay: 1.7s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
.media-item.item__heart {
  top: 84px;
  left: -26px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: popIn;
  animation-delay: 2.4s;
  -webkit-animation-name: popIn;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
.media-item.item__cloud-hi {
  top: -14px;
  left: -59px;
  z-index: 1;
  opacity: 0;
  animation-name: popRightBottom;
  -webkit-animation-name: popRightBottom;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-delay: 2.7s;
  visibility: visible !important;
  animation-fill-mode: forwards;
}
.media-item.item__hi {
  top: 10px;
  left: -32px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: popIn;
  animation-delay: 3.5s;
  -webkit-animation-name: popIn;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
.media-item.item__cloud-green2 {
  top: -46px;
  left: 24px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 3.7s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__circle {
  top: -38px;
  left: -8px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: popInSpin;
  animation-delay: 4s;
  -webkit-animation-name: popInSpin;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  visibility: visible !important;
}
.media-item.item__lighthouse {
  top: 35px;
  left: 23px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 1s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__waves {
  top: 128px;
  left: -15px;
}
.media-item.item__waves path {
  stroke-dashoffset: 60;
  stroke-dasharray: 25;
  animation: dash 3s linear forwards;
  animation-fill-mode: forwards;
  animation-delay: -1.5s;
}
.media-item.item__cloud-single {
  z-index: 1;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 1.7s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__beam {
  z-index: 1;
  top: 38px;
  left: -75px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: beamRotation;
  -webkit-animation-name: beamRotation;
  animation-delay: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
}
.media-item.item__flare {
  border-radius: 50%;
  content: '';
  left: 20px;
  z-index: 1;
  top: 29px;
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, #f1a827 0%, orange 100%, red 95%);
  background-image: -webkit-radial-gradient(45px 45px, circle cover, #f1a827, orange);
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: flare;
  -webkit-animation-name: flare;
  animation-delay: 3.15s;
  animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
}
.media-item.item__face {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-delay: 1.5s;
  animation-duration: 0.15s;
}
.media-item.item__hand {
  top: 50px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 0.5s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__plate {
  left: -16px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 0.9s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__note {
  left: -47px;
  opacity: 0;
  animation-name: popLeftBottom;
  -webkit-animation-name: popLeftBottom;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-delay: 3s;
  visibility: visible !important;
  animation-fill-mode: forwards;
}
.media-item.item__circle2 {
  left: 83px;
  top: -40px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: popInSpin;
  animation-delay: 2.7s;
  -webkit-animation-name: popInSpin;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  visibility: visible !important;
}
.media-item.item__circle-big {
  top: 58px;
  left: -41px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: popInSpin;
  animation-delay: 3.7s;
  -webkit-animation-name: popInSpin;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  visibility: visible !important;
}
.media-item.item__cloud-square-green {
  left: 75px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 2.5s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__glass {
  left: 80px;
  top: 50px;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-delay: 2s;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.media-item.item__cloud-square-orange {
  top: -37px;
  left: 28px;
  opacity: 0;
  animation-name: popLeftBottom;
  -webkit-animation-name: popLeftBottom;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-delay: 3.5s;
  visibility: visible !important;
  animation-fill-mode: forwards;
}
.media-item.item__wavy {
  top: -40px;
  stroke-dashoffset: 120;
  stroke-dasharray: 120;
  animation: dash 3s linear forwards;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}
@media all and (min-width: 1698px) {
  .footer-bg {
    width: 25%;
  }
}
@media screen and (max-width: 1698px) {
  .footer-bg {
    width: 20%;
  }
}
@media screen and (max-width: 1600px) {
  .subheader {
    width: 95%;
  }
}
@media screen and (max-width: 1583px) {
  .footer-contacts {
    width: 45%;
    padding-left: 5%;
  }
  .footer-bg {
    width: 15%;
  }
}
@media screen and (max-width: 1439px) {
  .listing-filter .category-filter__category:before {
    margin-right: 3px;
  }
  .category-filter__text {
    padding-right: 0px;
  }
  .listing-filter__search {
    text-align: center;
  }
  .listing-filter .listing-filter__holder {
    padding: 0px 15px;
  }
  .listing-filter .category-name {
    max-width: 85px;
    font-size: 16px;
  }
  .listing-filter .listing-filter__search-field {
    width: 100%;
    max-width: 245px;
  }
  .listing-filter .startup-select-holder--sector:after {
    display: none;
  }
  .listing-filter .listing-filter__date-holder {
    right: -60px;
  }
  .site-footer {
    height: inherit;
  }
  .form__newsletter--footer {
    width: 20%;
    padding-bottom: 80px;
  }
  .whyltu-media--type4 .media-item__holder {
    top: 68px;
  }
  .media-item__holder {
    top: 86px;
    transform: scale(0.8);
  }
  .listing-filter label {
    margin-right: 5px;
    margin-bottom: 0px;
    font-size: 18px;
  }
  .listing-filter .listing-filter__holder form {
    padding-left: 5px;
  }
  .listing-filter__search {
    margin-right: 20px;
  }
  .header .bottom-header .header__menu .menu-item {
    margin-right: 15px;
  }
  .archive .listing .listing__article .listing__holder {
    padding: 5px;
  }
  .archive .listing .listing__article a {
    font-size: 16px;
  }
  .listing__article--ecosystem {
    min-height: 200px;
  }
  .footer-newsletter {
    width: 200px;
  }
  .footer-menu {
    width: 35%;
    padding-left: 6%;
  }
  .footer-contacts {
    width: 45%;
    padding-left: 40px;
  }
  .form__offer-apply-form form > p:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form__offer-apply-form .form-footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form__offer-apply-form .form-footer .wpcf7-form-control-wrap {
    display: inline-block;
    margin: 0;
  }
  .form__offer-apply-form .form-footer p {
    display: inline-block;
  }
  .form__offer-apply-form .form-footer input[type=submit] {
    top: -32px !important;
  }
  .form__offer-apply-form .please-fill {
    margin-bottom: 0;
  }
  .listing__article--faq a {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1320px) and (min-width: 992px) {
  .listing__article--ecosystem:nth-child(6n):hover .wrap {
    left: 0;
  }
  .listing__article--ecosystem:nth-child(6n+1):hover .wrap {
    left: 100%;
  }
}
@media screen and (max-width: 1320px) {
  .listing-filter.listing-filter--startups .startup-select-holder {
    width: 175px;
  }
  .listing-filter.listing-filter--startups .select-filter-title--sector {
    padding-left: 15px;
  }
  .listing-filter .listing-filter__holder {
    padding: 0 20px;
  }
  .listing-filter .listing-filter__button i {
    right: 0;
  }
  .listing-filter #clear-button i {
    right: 10px;
  }
  .listing-filter.listing-filter--startups .listing-filter__search label {
    width: 100px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1280px) {
  .listing-filter .category-filter__category {
    text-align: center;
  }
  .footer-bg {
    width: 23%;
  }
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1199px) {
  .header .main-site-logo {
    top: 5px;
    width: 220px;
  }
  .header .bottom-header {
    margin-top: 0;
  }
  .main-navigation {
    width: 100%;
  }
  .sidebar-block {
    padding: 15px;
  }
  .sidebar-block .listing__title a {
    font-size: 16px;
  }
  .listing__article--faq h2 {
    font-size: 23px;
  }
  .listing__article--faq .info-icon {
    width: 44px;
    height: 90px;
    margin: -40px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 1.9rem;
  }
}
@media all and (max-width: 1280px) {
  .team-block .team-block__title {
    font-size: 100px;
  }
  h3 {
    font-size: 1.05em;
    line-height: normal;
  }
}
@media all and (max-width: 1198px) {
  .mobile-newsletter {
    display: block;
  }
  .site-footer .form__newsletter--footer {
    display: none;
  }
  .listing .listing__article.listing__article--news.listing__article--tall .listing__thumbnail {
    height: auto;
  }
  .listing .listing__article.listing__article--news.listing__article--tall .listing__thumbnail img {
    width: 100%;
  }
  .footer-menu {
    width: 30%;
    padding-left: 20px;
  }
  .footer-contacts {
    width: 50%;
    padding-left: 20px;
  }
  .footer-contacts__email a,
  .footer__created-by,
  .footer-contacts__address,
  .footer-contacts__phone,
  .footer__enteprise-copy {
    font-size: 14px;
  }
  .footer-bg,
  .footer-newsletter {
    display: none;
  }
  body:not(.home) .site-footer {
    margin-top: 0;
  }
  .footer-menu ul {
    padding-left: 0;
  }
  .footer-holder {
    padding: 30px 15px;
  }
  .intro {
    margin: 0 0 50px 0;
    width: 100%;
    height: 500px;
  }
  .intro .intro__shape {
    left: -150px;
  }
  .form__newsletter--intro {
    width: 90%;
    left: 0;
    margin: 0 5%;
  }
}
@media all and (max-width: 992px) {
  .listing__article--faq .info-icon {
    margin: 90px auto 0;
  }
  .listing-filter .listing-filter__date-holder {
    right: 0;
  }
  .form__ecosystem-offer .acf-field-email,
  .form__ecosystem-offer .acf-field-url,
  .form__ecosystem-offer .acf-field[data-name=_post_title],
  .form__ecosystem-offer .acf-field-google-map {
    max-width: 100%;
    width: 450px;
  }
  .form__ecosystem-offer .acf-field-image {
    max-width: 100%;
    width: 200px;
  }
  .acf-fields.acf-form-fields {
    display: block;
  }
  .form__event-offer .acf-field-date-picker {
    max-width: 100%;
  }
  .content.container {
    margin-bottom: 30px;
  }
  .subheader {
    width: 100%;
    margin-bottom: 0;
  }
  .listing-filter .startup-select-holder--sector:after {
    display: none;
  }
  .listing__article--ecosystem .listing__thumbnail {
    margin: auto;
  }
  .header .main-site-logo {
    top: 30px;
  }
  .header .bottom-header .header__menu .menu-item-icon {
    display: none;
  }
  .top-header {
    margin-bottom: 30px;
  }
  p {
    font-size: 18px;
  }
  .home .listing__article .listing__holder:after {
    display: none !important;
  }
  .home .listing__article .listing__thumbnail {
    max-height: none !important;
  }
  .form__event-offer .acf-field-file {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .listing .listing__article {
    padding: 0 15px;
  }
  .listing .listing__article .listing__holder .listing__content {
    display: block;
  }
  .listing .listing__article.listing__article--news.listing__article--nothumb .listing__thumbnail {
    display: block;
  }
  .listing .listing__article.listing__article--news.listing__article--tall .listing__thumbnail {
    height: auto;
  }
  .listing .listing__article.listing__article--news.listing__article--tall .listing__thumbnail .dummy {
    padding-bottom: 100%;
  }
  .listing .listing__article.listing__article--news.listing__article--tall .listing__thumbnail img {
    width: 100%;
  }
  .footer-menu {
    width: 45%;
  }
  .footer-contacts {
    padding-left: 30px;
    width: 55%;
  }
  .footer-contacts__right {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-trademarks {
    padding-left: 10px;
  }
  .trademarks__right {
    margin-top: auto;
  }
  .site-footer .footer__enterprise-link {
    width: 152px;
    height: 62px;
    background-size: 304px auto;
  }
  .site-footer .footer__startup-logo {
    width: 90px;
    height: 35px;
  }
  .site-footer .footer__cp-link {
    width: 75px;
    height: 19px;
  }
  .startups-block {
    height: auto;
    margin-bottom: 50px;
  }
  .footer-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .whyltu-media {
    height: 165px;
  }
  .acf-field {
    display: block;
  }
  .acf-field[data-width] {
    width: 50%!important;
  }
  .form__event-offer .acf-field-google-map,
  .form__event-offer .acf-field-url {
    max-width: 100%;
  }
  .form__event-offer .acf-field-text[data-name=organizer_title] {
    max-width: 100%;
  }
  .form__event-offer .acf-field-image,
  .form__event-offer .acf-field-file {
    max-width: 50%;
  }
  .form__event-offer .acf-field--post-title {
    max-width: 100%;
  }
  .acf-form input[type=submit],
  .wpcf7-form input[type=submit] {
    top: 0;
  }
  .acf-form-submit {
    padding: 0;
  }
  .footer-contacts__email a {
    font-family: GTWalsheimProLight;
    text-decoration: underline;
  }
  .form__submit-offer .form__content {
    min-width: 280px;
  }
  .form__submit-offer {
    background-size: cover;
  }
  .form__submit-offer .form__submit {
    font-size: 18px;
  }
  .subheader {
    width: 100%;
    height: 160px;
    margin-bottom: 0;
    background-position-x: 70%;
  }
  .footer-holder {
    padding: 15px;
  }
  .site-footer .footer__enterprise-link {
    width: 100px;
    background-size: 200px auto;
    background-position: center left;
  }
  .visa-block {
    height: auto;
  }
  .visa-block .visa-block__holder {
    padding-bottom: 30px;
    padding-top: 5px;
  }
  .home .team-block {
    height: auto;
  }
  .home .team-block .team-block__title {
    font-size: 48px;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  .footer-contacts {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .footer-trademarks {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .site-footer {
    height: auto;
  }
  .site-footer .footer__startup-logo {
    display: block;
    margin: 0;
  }
  .footer-menu {
    width: 100%;
    float: none;
    display: flex;
    border-bottom: solid 2px #494949;
    padding-bottom: 25px;
  }
  .footer-menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    column-count: 3;
    font-size: 16px;
  }
  .footer-menu a {
    font-size: 15px;
    border-bottom: none!important;
    text-decoration: underline;
    line-height: 18px;
  }
  .footer-block__title {
    font-size: 16px;
    font-family: GTWalsheimBold, serif;
  }
  body:not(.home) .site-footer {
    margin-top: 0;
  }
  .footer-contacts__right,
  .footer-contacts__left {
    width: 50%;
    float: left;
    margin: 0;
  }
  .footer-contacts__right {
    padding: 0 15px;
  }
  .footer-contacts__left {
    padding-right: 15px;
  }
  .footer-contacts__right .trademarks__left {
    width: 100%;
  }
  .site-footer .footer__enterprise-logo {
    margin-top: -7px;
  }
  .site-footer .footer__cp-link {
    vertical-align: bottom;
    margin-left: 5px;
  }
  .listing .listing__article.listing__article--offer {
    display: block;
  }
  .listing .listing__article.listing__article--offer .listing__holder {
    display: block;
    padding-bottom: 30px;
  }
  .listing .listing__article.listing__article--offer .listing__author,
  .listing .listing__article.listing__article--offer .listing__title,
  .listing .listing__article.listing__article--offer .listing__location {
    width: 100%;
    display: block;
    padding: 0 15px;
  }
  .listing .listing__article.listing__article--offer .listing__thumbnail {
    width: 150px;
    height: 150px;
    margin: 0 15px;
  }
  .listing .listing__article.listing__article--offer .listing__holder {
    height: auto;
  }
  .inner .single-article__recruiter-holder {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .form__offer-apply-form .form-footer input[type=submit] {
    width: 200px;
  }
  .about-content,
  .single-article {
    padding: 0;
    display: inline-block;
    max-width: 100%;
  }
  .form__offer-apply-form form {
    display: inline-block;
    padding: 15px;
  }
  .form__offer-apply-form p {
    padding: 0;
  }
  .form__offer-apply-form form > p:nth-child(2),
  .form__offer-apply-form form > p:nth-child(3),
  .form__offer-apply-form form > p:nth-child(4) {
    max-width: 100%;
    display: block;
  }
  .subheader .subheader__title h1 {
    font-size: 46px;
  }
  .form__offer-apply-form .form-footer input[type=submit] {
    top: 0!important;
  }
  .sidebar-block {
    margin-bottom: 30px;
  }
  .back-to-archive {
    margin-bottom: 30px;
  }
  .content.container {
    min-height: 0;
  }
  .inner a {
    word-break: break-word;
  }
}
@media all and (max-width: 568px) {
  .intro .intro__shape {
    display: none;
  }
  .header .top-header .socials .socials__single-social {
    margin-right: 10px;
  }
  .listing .listing__article {
    width: 100%;
  }
  .footer-contacts {
    flex-wrap: wrap;
  }
  .form__newsletter--intro .submit-button,
  .form__newsletter--intro input {
    font-size: 14px;
  }
  .listing__article--faq .info-icon {
    margin: -40px auto 0;
  }
  .listing__article--faq a {
    margin: 15px 10px 40px;
  }
  .listing__article--faq {
    width: 100%;
  }
}
@media all and (max-width: 568px) {
  .form__event-offer .acf-field-image,
  .form__event-offer .acf-field-file {
    max-width: 100%;
  }
}
@media all and (max-width: 410px) {
  .content .inner.single-article--ecosystem .listing__thumbnail-holder {
    float: none;
    margin: 0px 0px 20px 0px;
  }
  .content .inner.single-article--ecosystem .listing__thumbnail {
    float: none;
    margin: 0 auto;
  }
}
.header-mobile {
  max-height: 60px;
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease-in-out 0.3s, max-height 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out 0.3s, max-height 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.header-mobile.header-mobile--active {
  -webkit-transition: background-color 0.5s ease-in-out, max-height 0.5s ease-in-out 0.3s;
  transition: background-color 0.5s ease-in-out, max-height 0.5s ease-in-out 0.3s;
  background-color: #333333;
  max-height: 1000px;
}
.header-mobile.header-mobile--active .header-mobile__logo {
  background-image: url("/wp-content/themes/cpstartup/assets/img/logo-mobile--white.png");
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
}
.header-mobile__logo {
  background-image: url("/wp-content/themes/cpstartup/assets/img/logo-mobile--black.png");
  -webkit-transition: background-image 0.5s ease-in-out 0.3s;
  transition: background-image 0.5s ease-in-out 0.3s;
  width: 124px;
  height: 49px;
  margin: 5px 15px;
  float: left;
}
.header-mobile__logo img {
  height: 50px;
}
.header-mobile__nav-button {
  width: 60px;
  height: 60px;
  float: right;
  background-color: #e8464f;
  position: relative;
  -webkit-transition: background-color 0.5s linear 0.2s;
  transition: background-color 0.5s linear 0.2s;
}
.header-mobile__nav-button span,
.header-mobile__nav-button span:before,
.header-mobile__nav-button span:after {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  display: block;
}
.header-mobile__nav-button span {
  margin: 0 auto;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.header-mobile__nav-button span:before,
.header-mobile__nav-button span:after {
  position: absolute;
  content: '';
}
.header-mobile__nav-button span:before {
  margin-top: -12px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.header-mobile__nav-button span:after {
  margin-top: 12px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.header-mobile__nav-button.header-mobile__nav-button--active {
  background-color: transparent;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.header-mobile__nav-button.header-mobile__nav-button--active span {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.header-mobile__nav-button.header-mobile__nav-button--active span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.header-mobile__nav-button.header-mobile__nav-button--active span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.mobile-menu {
  list-style: none;
  padding: 20px 40px;
  margin: 0;
}
.mobile-menu__item {
  padding: 10px 0;
}
.mobile-menu__item:not(:last-child) {
  border-bottom: solid 1px #484848;
}
.mobile-menu__item a {
  color: #ffffff;
  font-size: 24px;
}
.mobile-menu__item.mobile-menu__item--active a {
  color: #e8464f;
}
.header-mobile__bottom {
  padding: 20px 40px;
  color: #ffffff;
}
.header-mobile__bottom a {
  color: #ffffff;
}
.header-mobile__login {
  border-bottom: solid 2px #484848;
  padding: 10px 0;
}
.header-mobile__social {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  display: inline-block;
}
.header-mobile__social__item {
  float: left;
  margin-right: 30px;
}
.mobile-page-title h1 {
  font-size: 40px;
  color: #000000;
  margin: 20px 0;
}
.listing-filter .container {
  max-width: 100%;
}
.mobile-filter {
  margin-bottom: 60px;
}
.mobile-filter .container {
  padding: 0;
  margin: 0;
  width: 100%;
}
.mobile-filter .listing-filter {
  position: inherit;
  margin-top: 0;
  background: #f5f5f5;
  -webkit-box-shadow: 0px 0px 50px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 50px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 50px 15px rgba(0, 0, 0, 0.25);
}
.mobile-filter .listing-filter h2 {
  padding-left: 0;
}
.mobile-filter .listing-filter .category-filter {
  display: block;
}
.mobile-filter .listing-filter .category-filter__text {
  display: block;
  width: 100%;
}
.mobile-filter .listing-filter .category-filter__category {
  float: left;
  height: 30px;
  margin-bottom: 10px;
}
.mobile-filter .listing-filter--ecosystem .category-filter__category.active:after {
  display: none;
}
.mobile-filter .listing-filter .datepicker .ui-datepicker .ui-datepicker-header {
  margin-left: 0;
}
.mobile-filter .listing-filter .datepicker .ui-datepicker td span,
.mobile-filter .listing-filter .datepicker .ui-datepicker td a {
  padding: 11px;
}
.mobile-filter .listing-filter .citypicker > .select2-container {
  margin-left: 0;
}
.mobile-filter .listing-filter--marketplace .category-filter__category.active:after {
  display: none;
}
.mobile-filter .listing-filter .listing-filter__date-holder {
  float: none;
}
.mobile-filter .shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mobile-filter .citypicker__container .select2-container.select2-container--open {
  top: 0!important;
}
.mobile-filter .listing-filter .datepicker .ui-datepicker td:first-child span {
  border-left: none;
}
.mobile-filter .listing-filter .datepicker .ui-datepicker td:last-child span {
  border-right: none;
}
.mobile-filter .listing-filter .datepicker table tbody tr:last-child span {
  border-bottom: none;
}
.mobile-filter .select2-container.select2-container--open {
  left: 0!important;
  width: 100%;
}
.mobile-filter .select2-search__field {
  margin-top: 3px;
}
.mobile-filter .select2-selection__arrow {
  width: 15px;
  margin: 0 15px;
}
.mobile-filter .select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}
.mobile-filter .select2-search input {
  background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
.mobile-filter .listing-filter .citypicker {
  padding: 0;
}
.mobile-filter .listing-filter .datepicker .ui-datepicker-prev {
  width: 1em;
  height: 1em;
}
.mobile-filter .listing-filter .listing-filter__holder {
  display: inline-block;
  height: auto;
  padding: 30px 15px;
}
.mobile-filter .listing-filter .category-filter__category:not(:nth-child(2)) {
  border: none;
}
.mobile-filter .listing-filter.listing-filter--startups .select-filter-title {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.mobile-filter .listing-filter.listing-filter--startups .select-filter-title--sector {
  padding-left: 0;
}
.mobile-filter .listing-filter.listing-filter--startups .listing-filter__search label {
  width: 100%;
}
.mobile-filter .listing-filter.listing-filter--startups .startup-select-holder {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.mobile-filter select {
  width: 100%;
}
.mobile-filter .listing-filter__search {
  display: block;
  text-align: left;
}
.mobile-filter .listing-filter .listing-filter__search-field {
  width: 100%;
}
.mobile-filter .listing-filter .listing-filter__holder form {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.mobile-filter .listing-filter--news .category-filter__category.active:after {
  display: none;
}
.mobile-newsletter .form__newsletter {
  background: #318c69;
  width: 100%;
  padding: 30px 15px;
}
.mobile-newsletter h3 {
  font-size: 24px;
  text-align: center;
}
.mobile-newsletter .form__newsletter input {
  font-size: 16px;
}
.startup_visa .whyltu-content__block-holder {
  min-height: 270px;
  height: auto;
  position: relative;
}
.startup_visa .whyltu-media--img img {
  max-width: 100%;
}
blockquote p{
  font-size: 18px;
  margin: 0 0 14px;
}
@media all and (max-width: 1560px) {
  .listing__article--partners__offers .listing__offer {
    padding: 11px 20px 14px 20px;
    width: unset;
  }
}
@media all and (max-width: 991px) {
  .startup_visa .visible-xs {
    display: block !important;
  }
  .startup_visa .hidden-xs {
    display: none !important;
  }
  .startup_visa .whyltu-media {
    height: auto;
  }
  .startup_visa .whyltu-media--img {
    padding: 0 0 10px;
  }
  .startup_visa .whyltu-media--img img {
    max-width: 200px;
  }
}