a:focus {
  outline: none !important; }

body {
  font-family: var(--font-family-base); }
  body.post-template .header_section {
    padding: 50px 0; }
    body.post-template .header_section .header_title .back {
      margin-bottom: 45px; }
      @media screen and (max-width: 600px) {
        body.post-template .header_section .header_title .back {
          margin-bottom: 35px; } }
    @media screen and (max-width: 600px) {
      body.post-template .header_section .header_title h1 {
        font-size: 25px; } }
  body ul {
    padding-left: 20px; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: var(--font-family-base); }
  body a {
    font-family: var(--font-family-additional); }

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  border: none !important;
  box-shadow: none !important;
  z-index: 999 !important; }
  .site-header.scrolled .header_wrap .header_right .menu:hover li {
    opacity: 1; }
  .site-header.scrolled .header_wrap .header_right .menu li:hover a {
    color: #0054ff; }
  @media screen and (min-width: 992px) {
    .site-header.scrolled .header_wrap .header_right .menu li.wpml-ls-item {
      border-left: 1px solid #e9e9e9; } }
  @media screen and (min-width: 992px) {
    .site-header.scrolled .header_wrap .header_right .menu li.wpml-ls-item ul {
      background: white !important; } }
  @media screen and (min-width: 992px) {
    .site-header.scrolled .header_wrap .header_right .menu li.wpml-ls-item ul li {
      border-left: none;
      border-bottom: none;
      padding: 0; } }
  .site-header.scrolled .header_wrap .header_right .menu li.wpml-ls-item ul li a {
    transition: all .3s;
    border-bottom: none; }
    @media screen and (min-width: 992px) {
      .site-header.scrolled .header_wrap .header_right .menu li.wpml-ls-item ul li a {
        opacity: 1;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        color: #1d1d1d; } }
  .site-header.scrolled .header_wrap .header_right .menu li.current_page_item a:after {
    position: absolute;
    left: 20px;
    bottom: 0;
    content: "";
    width: calc(100% - 40px);
    height: 1.5px;
    background-color: #0054ff; }
  .site-header.scrolled .header_wrap .header_right .menu a {
    color: #1d1d1d;
    transition: all .2s ease-out; }
    .site-header.scrolled .header_wrap .header_right .menu a:hover {
      color: #0054ff;
      transition: all .2s ease-out; }
    @media screen and (max-width: 1200px) {
      .site-header.scrolled .header_wrap .header_right .menu a {
        font-size: 15px !important; } }
    @media screen and (max-width: 1113px) {
      .site-header.scrolled .header_wrap .header_right .menu a {
        font-size: 14px !important; } }
  .site-header.scrolled .header_wrap .header_right .mobile_burger span {
    background: #1D1D1D; }
  .site-header.scrolled .header_wrap .header_right .button_mobile a {
    background: #FFFFFF; }
  .site-header.scrolled .header_wrap .header_right .button_desktop a {
    background: #1D1D1D;
    color: white; }

.slider {
  background-position: right;
  background-repeat: no-repeat; }
  .slider .slider_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 650px;
    max-width: 60%;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .slider .slider_content {
        max-height: calc(100vh - 75px);
        max-width: 80%; } }
    .slider .slider_content .slider_title {
      margin-bottom: 21px; }
      @media screen and (max-width: 991px) {
        .slider .slider_content .slider_title {
          font-size: 22px;
          line-height: 30px; } }
    .slider .slider_content .slide_description {
      font-family: Open Sans;
      font-style: normal;
      font-weight: normal; }
      .slider .slider_content .slide_description p {
        font-size: 22px;
        line-height: 35px;
        color: #616161; }
        @media screen and (max-width: 991px) {
          .slider .slider_content .slide_description p {
            font-size: 16px;
            line-height: 25px; } }
    .slider .slider_content .button_wrap a {
      background: transparent;
      padding: 10px 25px;
      border-radius: 20px;
      display: inline-block;
      text-align: center;
      border: 1px solid #0054FF;
      transition: all .5s;
      margin: 45px 0; }
      @media screen and (max-width: 991px) {
        .slider .slider_content .button_wrap a {
          margin: 10px 0; } }
      .slider .slider_content .button_wrap a:hover {
        background: #0054FF;
        color: white;
        transition: all .5s;
        text-decoration: none; }

.container {
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .container {
      max-width: 1300px;
      padding: 0 40px 0; } }

.header_wrap {
  max-width: 1680px;
  margin: auto;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between; }
  .header_wrap .logo {
    align-self: center;
    float: none;
    padding: 15px 0 !important;
    width: 15%; }
    @media screen and (max-width: 1190px) {
      .header_wrap .logo {
        padding: 0 !important; } }
  .header_wrap .header_right {
    align-self: center;
    float: none;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; }
    .header_wrap .header_right .button_desktop {
      display: block; }
      @media screen and (max-width: 1115px) {
        .header_wrap .header_right .button_desktop a {
          padding: 0 15px;
          height: 35px; } }
      @media screen and (max-width: 991px) {
        .header_wrap .header_right .button_desktop {
          display: none; } }
    .header_wrap .header_right .button_mobile {
      display: none; }
      @media screen and (max-width: 991px) {
        .header_wrap .header_right .button_mobile {
          display: block;
          margin-top: 50px; } }
      @media screen and (max-width: 991px) {
        .header_wrap .header_right .button_mobile a {
          width: fit-content;
          margin: auto;
          padding: 5px 23px; } }
    .header_wrap .header_right .menu:hover li {
      opacity: 0.5;
      transition: opacity 0.3s; }
      .header_wrap .header_right .menu:hover li:hover {
        opacity: 1;
        transition: opacity 0.3s; }
        .header_wrap .header_right .menu:hover li:hover a {
          color: #FFFFFF; }
    .header_wrap .header_right .menu li.wpml-ls-item {
      border-left: 1px solid #ffffff4d;
      margin-left: 10px;
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (max-width: 991px) {
        .header_wrap .header_right .menu li.wpml-ls-item {
          border-left: none;
          padding-left: 0;
          margin-left: 0;
          padding-right: 0; } }
      .header_wrap .header_right .menu li.wpml-ls-item ul {
        background: transparent !important; }
        .header_wrap .header_right .menu li.wpml-ls-item ul li {
          border-left: none;
          border-bottom: none;
          padding: 0; }
          .header_wrap .header_right .menu li.wpml-ls-item ul li a {
            opacity: 0.3;
            transition: opacity .3s; }
            @media screen and (min-width: 993px) {
              .header_wrap .header_right .menu li.wpml-ls-item ul li a {
                border-bottom: none;
                padding-top: 0 !important;
                padding-bottom: 0 !important;
                font-size: 14px;
                line-height: 35px; } }
            .header_wrap .header_right .menu li.wpml-ls-item ul li a:hover {
              opacity: 1;
              transition: opacity .3s; }
    .header_wrap .header_right .menu li.current_page_item a:after {
      position: absolute;
      left: 20px;
      bottom: 0;
      content: "";
      width: calc(100% - 40px);
      height: 1.5px;
      background-color: #fff; }
    .header_wrap .header_right .menu a {
      position: relative;
      display: flex;
      height: 100%;
      padding: 0;
      font-family: Proxima Nova, Arial, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 35px;
      color: #fff;
      transition: all .2s ease-out; }
      @media screen and (min-width: 992px) {
        .header_wrap .header_right .menu a {
          padding: 0px 5px; } }
      @media screen and (min-width: 1215px) {
        .header_wrap .header_right .menu a {
          padding: 0 20px; } }
      @media screen and (min-width: 992px) and (max-width: 1200px) {
        .header_wrap .header_right .menu a {
          font-size: 14px !important; } }
    @media screen and (max-width: 980px) {
      .header_wrap .header_right #main-navigation {
        padding: 0; } }
    .header_wrap .header_right #main-navigation .close {
      position: absolute;
      top: 15px;
      right: 24px;
      max-width: 17px;
      opacity: 1;
      display: none; }
      @media screen and (max-width: 991px) {
        .header_wrap .header_right #main-navigation .close {
          display: block; } }
    @media screen and (max-width: 991px) {
      .header_wrap .header_right #main-navigation {
        position: fixed;
        width: 100%;
        max-width: 360px;
        color: red;
        top: 0;
        bottom: 0;
        height: 100%;
        left: auto;
        right: -400px;
        background: url("../images/mobileMenuShape.svg") #1D1D1D no-repeat;
        padding: 100px 20px;
        transition: right .4s; } }
    @media screen and (max-width: 991px) {
      .header_wrap .header_right #main-navigation.active {
        right: 0;
        transition: right .4s;
        z-index: 999; } }
    @media screen and (max-width: 991px) {
      .header_wrap .header_right #main-navigation li.menu-item {
        position: relative;
        top: auto;
        display: block;
        left: 0; } }
    @media screen and (max-width: 991px) {
      .header_wrap .header_right #main-navigation li.menu-item a {
        color: #FFFFFF;
        text-align: left;
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 60px;
        text-transform: uppercase; } }
    .header_wrap .header_right #main-navigation li.menu-item a:focus {
      outline: none !important; }
    @media screen and (max-width: 991px) {
      .header_wrap .header_right #main-navigation li.menu-item span {
        display: inline-block !important; } }
    .header_wrap .header_right .mobile_burger {
      align-self: center;
      vertical-align: middle;
      margin-left: 25px;
      cursor: pointer;
      display: none; }
      @media screen and (max-width: 991px) {
        .header_wrap .header_right .mobile_burger {
          display: inline-block; } }
      @media screen and (max-width: 400px) {
        .header_wrap .header_right .mobile_burger {
          margin-left: 10px; } }
      .header_wrap .header_right .mobile_burger span {
        width: 30px;
        height: 2px;
        background: #ffffff;
        display: block;
        margin-bottom: 5px; }
        .header_wrap .header_right .mobile_burger span:last-of-type {
          margin-bottom: 0; }

@media screen and (max-width: 991px) and (max-width: 991px) {
  .header_wrap .header_right .dropdown-toggle {
    display: none !important; } }
  .header_wrap .button {
    border: none; }
    .header_wrap .button:hover {
      border: none;
      text-decoration: none; }

.button {
  border: none; }
  .button:hover {
    border-color: #0054ff;
    text-decoration: none; }

.main-home .grant_featured_blocks {
  background: #0054FF;
  color: white; }
  .main-home .grant_featured_blocks .col-lg-4:last-of-type .grant_featured_block {
    border: none; }
  .main-home .grant_featured_blocks .grant_featured_block {
    border-right: 1px solid white;
    padding: 60px 50px; }
    @media screen and (max-width: 991px) {
      .main-home .grant_featured_blocks .grant_featured_block {
        padding: 30px 10px; } }
    @media screen and (max-width: 768px) {
      .main-home .grant_featured_blocks .grant_featured_block {
        border-right: none;
        border-bottom: 1px solid #FFFFFF; } }
    .main-home .grant_featured_blocks .grant_featured_block h5 {
      font-family: Open Sans;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #FFFFFF; }
      @media screen and (max-width: 1200px) {
        .main-home .grant_featured_blocks .grant_featured_block h5 {
          font-size: 14px; } }
    .main-home .grant_featured_blocks .grant_featured_block h2 {
      font-family: Open Sans;
      font-style: normal;
      font-weight: 600;
      font-size: 36px;
      line-height: 49px;
      color: #FFFFFF;
      margin-bottom: 0; }
      @media screen and (max-width: 1200px) {
        .main-home .grant_featured_blocks .grant_featured_block h2 {
          font-size: 26px; } }

#ApplicationEnd_B, #ApplicationEnd_U {
  display: none; }

.countdown-section {
  padding-bottom: 52px; }

.about_us_page_title {
  padding: 0 !important; }

.block-2 {
  margin-bottom: 20px; }
  .block-2 h1 {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    margin-bottom: 30px; }
    .block-2 h1 .countdown_block {
      margin-right: 30px;
      font-family: Open Sans;
      font-style: normal;
      font-weight: 600;
      font-size: 36px;
      line-height: 49px;
      text-align: center;
      color: #1D1D1D; }
      .block-2 h1 .countdown_block div {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        color: #1D1D1D; }
  .block-2 h2 {
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 47px;
    color: #1D1D1D; }
    .block-2 h2 img {
      display: block;
      margin: 0 auto 30px; }
  .block-2 a.button:hover {
    border-color: #0054FF; }

.block-1 {
  text-align: center;
  padding: 80px 0; }
  .block-1 h1 {
    display: flex;
    justify-content: center; }
    .block-1 h1 .countdown_block {
      margin-right: 30px; }
  .block-1 h2 {
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 47px;
    color: #1D1D1D; }
    .block-1 h2 img {
      margin: 0 auto 30px;
      display: block; }

.widget_wysija_cont {
  justify-content: space-between;
  max-width: 80%; }
  @media screen and (max-width: 991px) {
    .widget_wysija_cont {
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .widget_wysija_cont {
      max-width: 80%; } }
  @media screen and (max-width: 500px) {
    .widget_wysija_cont {
      max-width: 100%; } }
  .widget_wysija_cont .wysija-paragraph {
    align-self: center;
    margin-right: 20px;
    width: calc(100%); }
    @media screen and (max-width: 768px) {
      .widget_wysija_cont .wysija-paragraph {
        width: 100%; } }
    .widget_wysija_cont .wysija-paragraph input {
      width: 100%;
      height: 45px;
      margin-right: 20px;
      font-family: Proxima Nova, Arial, sans-serif;
      font-size: 18px;
      line-height: 25px;
      color: #1d1d1d;
      border: none;
      border-bottom: 1px solid #1d1d1d;
      outline: none;
      cursor: url("../images/custom-cursor.svg"), auto;
      box-shadow: none;
      border-radius: 0;
      padding-left: 0; }
      .widget_wysija_cont .wysija-paragraph input:focus {
        outline: none !important; }
  .widget_wysija_cont p {
    position: relative; }
    .widget_wysija_cont p .ajax-loader {
      position: absolute !important; }

.wpcf7 input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  padding: 0 35px;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 35px;
  border-radius: 23px;
  transition: all .2s ease-out;
  background-color: transparent !important;
  color: #1d1d1d;
  border: 1px solid #1d1d1d;
  cursor: url("../images/custom-cursor.svg"), auto !important;
  text-transform: initial; }
  @media screen and (max-width: 768px) {
    .wpcf7 input[type="submit"] {
      padding: 0 25px; } }
  .wpcf7 input[type="submit"]:focus {
    outline: none !important; }
  .wpcf7 input[type="submit"]:hover {
    color: #0054ff;
    border-color: #0054ff;
    transition: all .2s ease-out; }

.who_can_participate {
  background: #F6F6F6; }
  .who_can_participate .container {
    padding: 72px 30px 40px; }
    @media screen and (max-width: 576px) {
      .who_can_participate .container {
        padding: 72px 10px 40px; } }
  .who_can_participate h2 {
    margin-bottom: 49px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #1D1D1D; }
  .who_can_participate .single-block {
    background: #fff;
    color: white;
    padding: 25px 45px 100px; }
    @media screen and (max-width: 991px) {
      .who_can_participate .single-block {
        margin-bottom: 20px; } }
    .who_can_participate .single-block h3 {
      height: 63px;
      overflow: hidden;
      font-family: Open Sans;
      font-style: normal;
      font-weight: 600;
      font-size: 22px;
      line-height: 30px;
      text-transform: uppercase;
      color: #0054FF;
      margin-bottom: 16px; }
    .who_can_participate .single-block p {
      font-family: Open Sans;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 25px;
      color: #1D1D1D;
      margin-bottom: 23px; }
    .who_can_participate .single-block a {
      position: absolute;
      background: white;
      padding: 10px 25px;
      border-radius: 20px;
      margin-top: 30px;
      display: block;
      text-align: center;
      margin-right: auto;
      border: 1px solid #0054FF;
      transition: all .5s;
      right: 45px;
      bottom: 36px; }
      .who_can_participate .single-block a:hover {
        background: #0054FF;
        color: white;
        transition: all .5s;
        text-decoration: none; }

.how_it_work {
  padding-top: 72px; }
  .how_it_work h2 {
    width: 100%;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #1D1D1D;
    margin-bottom: 10px; }
  .how_it_work h6 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #616161; }
  .how_it_work .steps_list {
    display: flex;
    margin-top: 55px; }
    @media screen and (max-width: 991px) {
      .how_it_work .steps_list {
        flex-wrap: wrap;
        justify-content: space-between; } }
    .how_it_work .steps_list .single-block {
      max-width: 20%;
      padding: 0 14px;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .how_it_work .steps_list .single-block {
          max-width: 49%; } }
      @media screen and (max-width: 768px) {
        .how_it_work .steps_list .single-block {
          max-width: 100%;
          margin-bottom: 40px; } }
      .how_it_work .steps_list .single-block h4 {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        text-transform: uppercase;
        color: #1D1D1D;
        margin-bottom: 4px; }
      .how_it_work .steps_list .single-block p {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 25px;
        color: #1D1D1D; }
      .how_it_work .steps_list .single-block:last-child .number-block:after {
        display: none; }
        @media screen and (max-width: 991px) {
          .how_it_work .steps_list .single-block:last-child .number-block:after {
            display: block; } }
      .how_it_work .steps_list .single-block .number-block {
        display: flex;
        justify-content: space-between;
        margin-bottom: 36px; }
        @media screen and (max-width: 768px) {
          .how_it_work .steps_list .single-block .number-block {
            margin-bottom: 10px; } }
        .how_it_work .steps_list .single-block .number-block:after {
          content: '';
          height: 1px;
          width: calc(100% - 70px);
          background: #E8E8E8;
          display: block;
          align-self: center; }
        .how_it_work .steps_list .single-block .number-block .number {
          font-size: 26px;
          position: relative;
          width: 38px;
          height: 38px;
          border: 1px solid;
          border-radius: 50%;
          text-align: center;
          color: white;
          background: #0054FF;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .how_it_work .steps_list .single-block .number-block .number span {
            font-size: 14px; }
  .how_it_work .links-block {
    display: flex;
    justify-content: center;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .how_it_work .links-block {
        flex-wrap: wrap; } }
    .how_it_work .links-block a {
      margin-right: 20px;
      background: white;
      color: #0054FF;
      padding: 10px 25px;
      border-radius: 20px;
      border: 1px solid #0054FF;
      transition: all .5s; }
      @media screen and (max-width: 768px) {
        .how_it_work .links-block a {
          margin-bottom: 20px; } }
      .how_it_work .links-block a:hover {
        background: #0054FF;
        color: white;
        border: 1px solid #0054FF;
        transition: all .5s;
        text-decoration: none; }

.winner-content {
  padding: 80px 20px;
  max-width: 940px;
  width: 100%;
  margin: 0 auto; }

.winners_page_bottom_image {
  margin: 0 auto;
  display: block; }

.home_winners_section {
  background: var(--linear-gradient-black); }
  @media screen and (max-width: 991px) {
    .home_winners_section .col-lg-3 {
      margin-bottom: 30px; } }
  .home_winners_section .winners_section_title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #1D1D1D;
    margin-bottom: 49px; }
  .home_winners_section .single_winner_home {
    height: 100%;
    background: #323232; }
    @media screen and (max-width: 575px) {
      .home_winners_section .single_winner_home {
        height: auto; } }
    .home_winners_section .single_winner_home .img-block a {
      position: relative;
      width: 100%;
      overflow: hidden;
      display: block;
      height: 190px; }
      .home_winners_section .single_winner_home .img-block a img {
        object-fit: cover;
        position: absolute;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .home_winners_section .single_winner_home .info {
      background: #323232;
      padding: 36px 20px 90px; }
      @media screen and (max-width: 991px) {
        .home_winners_section .single_winner_home .info {
          padding: 36px 20px 40px; } }
      .home_winners_section .single_winner_home .info a:hover {
        text-decoration: none; }
      .home_winners_section .single_winner_home .info a h4 {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 0; }
      .home_winners_section .single_winner_home .info .subtitle {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 25px;
        color: #A7A7A7;
        margin-bottom: 20px; }
      .home_winners_section .single_winner_home .info .excerpt {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 25px;
        color: #FFFFFF; }
        .home_winners_section .single_winner_home .info .excerpt p {
          height: 50px;
          overflow: hidden; }
      .home_winners_section .single_winner_home .info .specification_single_group {
        list-style: none;
        position: relative;
        margin-left: 1.5em; }
        .home_winners_section .single_winner_home .info .specification_single_group:before {
          content: '';
          position: absolute;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: white;
          top: 10px;
          left: -12px; }
        .home_winners_section .single_winner_home .info .specification_single_group span {
          color: #FFFFFF; }
      .home_winners_section .single_winner_home .info .learn-more {
        display: block;
        margin: 10px auto 0;
        color: #FFFFFF;
        position: absolute;
        bottom: 20px;
        width: 100%;
        left: 30px;
        font-family: Open Sans;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px; }
        .home_winners_section .single_winner_home .info .learn-more:focus {
          outline: none !important; }
        .home_winners_section .single_winner_home .info .learn-more img {
          max-width: 10px;
          margin-left: 2px; }

.emaillist .es_subscription_message {
  font-size: 18px;
  display: block; }

.es_subscription_form.es_shortcode_form {
  display: flex;
  justify-content: center;
  margin-top: 50px; }
  .es_subscription_form.es_shortcode_form .es-field-wrap {
    margin-bottom: 0;
    width: 100%;
    margin-right: 15px; }
    .es_subscription_form.es_shortcode_form .es-field-wrap label {
      margin-bottom: 0;
      width: 100%; }
      .es_subscription_form.es_shortcode_form .es-field-wrap label input {
        width: 100%;
        height: 40px;
        padding: 13px 19px;
        border: 1px solid #CACACA;
        border-radius: 22px; }
        .es_subscription_form.es_shortcode_form .es-field-wrap label input:focus {
          border: 1px solid #0054FF;
          outline: none; }
  .es_subscription_form.es_shortcode_form input[type=submit] {
    height: 40px;
    padding: 0 25px;
    border-radius: 20px;
    border: 1px solid #0054FF;
    background: #FFFFFF;
    color: #0054FF;
    transition: all .4s; }
    .es_subscription_form.es_shortcode_form input[type=submit]:focus {
      outline: none; }
    .es_subscription_form.es_shortcode_form input[type=submit]:hover {
      background: #0054FF;
      color: white;
      transition: all .4s; }

.view_all {
  margin: 50px auto;
  display: inline-block;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 10px 25px;
  border-radius: 20px;
  color: #121212;
  transition: all .5s;
  background: white; }
  .view_all:hover {
    color: #0054FF;
    transition: all .5s;
    text-decoration: none; }

.header_section {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  height: 400px;
  padding: 92px 0;
  display: flex; }
  .header_section .container {
    align-self: flex-end; }
  .header_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000052;
    z-index: 9; }
  .header_section .header_title {
    z-index: 99;
    position: relative;
    padding: 0 0 13px;
    width: 100%;
    margin-bottom: 20px; }
    .header_section .header_title h1 {
      color: white;
      margin-bottom: 0; }
      .header_section .header_title h1.faq_header-button {
        margin-bottom: -8px; }
  .header_section .subtitle {
    color: white;
    z-index: 99;
    position: relative; }
    .header_section .subtitle p {
      color: white; }
  .header_section .apply_now {
    position: absolute;
    bottom: -30px; }

.winners_page .winners_specifications {
  display: none;
  background: #77C720;
  padding: 50px 0;
  margin-bottom: 80px; }
  .winners_page .winners_specifications .specification_single_group {
    text-align: center; }
    .winners_page .winners_specifications .specification_single_group h2 {
      color: #FFFFFF; }
    .winners_page .winners_specifications .specification_single_group h5 {
      color: #FFFFFF;
      margin-bottom: 0; }

.eventsItemActions .addeventatc {
  border-radius: 25px;
  outline: none;
  box-shadow: none !important; }
  .eventsItemActions .addeventatc .addeventatc_icon {
    background: none !important;
    position: relative;
    display: none !important; }

@media screen and (max-width: 991px) {
  .wpml-ls-menu-item {
    display: flex !important;
    justify-content: space-between;
    margin-top: 50px; } }

@media screen and (max-width: 991px) {
  .wpml-ls-menu-item a {
    padding: 1em 0 !important;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    max-width: 25%;
    width: 100%;
    text-align: center !important;
    margin: 0 auto;
    font-size: 18px !important; } }

@media screen and (max-width: 991px) {
  .wpml-ls-menu-item a:after {
    display: none !important; } }

@media screen and (max-width: 991px) {
  .wpml-ls-menu-item a span {
    margin: 0 auto !important; } }

.wpml-ls-menu-item a img {
  display: none !important; }

.wpml-ls-menu-item .sub-menu {
  width: 100px;
  padding-left: 0; }
  @media screen and (max-width: 991px) {
    .wpml-ls-menu-item .sub-menu {
      margin-left: 0 !important;
      display: flex !important;
      align-self: center;
      width: 100%;
      max-width: 75%; } }
  @media screen and (min-width: 981px) and (max-width: 991px) {
    .wpml-ls-menu-item .sub-menu {
      position: relative !important;
      left: 0 !important; } }
  @media screen and (max-width: 991px) {
    .wpml-ls-menu-item .sub-menu .wpml-ls-menu-item {
      margin-left: 0 !important;
      display: flex !important;
      border-bottom: 1px solid #373737 !important;
      border-top: 1px solid #373737 !important;
      margin-top: 0; } }
  @media screen and (max-width: 991px) {
    .wpml-ls-menu-item .sub-menu .wpml-ls-menu-item a {
      padding: 18px 0 !important;
      border-bottom: none;
      border-top: none;
      font-size: 14px !important;
      line-height: 35px; } }

.view-all-wrap {
  margin: 50px auto 0; }

.event_list_page h2, .upcoming_events h2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  color: #1D1D1D; }

.event_list_page .event_list_wrap, .upcoming_events .event_list_wrap {
  margin-top: 60px; }
  .event_list_page .event_list_wrap .filter ul li a, .upcoming_events .event_list_wrap .filter ul li a {
    color: #0054FF; }
  .event_list_page .event_list_wrap h2, .upcoming_events .event_list_wrap h2 {
    text-align: left; }

.event_list_page .section-header, .upcoming_events .section-header {
  background-repeat: no-repeat;
  height: 400px;
  padding: 131px 0;
  background-size: cover;
  background-position: center;
  position: relative; }
  .event_list_page .section-header:before, .upcoming_events .section-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000052;
    z-index: 9; }
  .event_list_page .section-header .header-content, .upcoming_events .section-header .header-content {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .event_list_page .section-header .header-content, .upcoming_events .section-header .header-content {
        flex-wrap: wrap; } }
    .event_list_page .section-header .header-content .header_title, .upcoming_events .section-header .header-content .header_title {
      z-index: 99; }
      .event_list_page .section-header .header-content .header_title h1, .upcoming_events .section-header .header-content .header_title h1 {
        margin-bottom: 0;
        color: #FFFFFF;
        z-index: 99; }
    .event_list_page .section-header .header-content .header_subscribe, .upcoming_events .section-header .header-content .header_subscribe {
      align-self: flex-end;
      z-index: 99; }
      .event_list_page .section-header .header-content .header_subscribe input, .upcoming_events .section-header .header-content .header_subscribe input {
        border-radius: 20px;
        padding: 0 15px;
        cursor: initial; }
      .event_list_page .section-header .header-content .header_subscribe input[type="submit"], .upcoming_events .section-header .header-content .header_subscribe input[type="submit"] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        height: 45px;
        padding: 0 35px;
        font-family: var(--font-family-additional);
        font-weight: 600;
        cursor: initial !important;
        border: none;
        font-size: 14px;
        line-height: 35px;
        border-radius: 23px;
        transition: var(--transition);
        background-color: var(--color-white) !important;
        color: var(--color-black); }
      @media screen and (max-width: 991px) {
        .event_list_page .section-header .header-content .header_subscribe, .upcoming_events .section-header .header-content .header_subscribe {
          width: 100%; } }
      @media screen and (max-width: 991px) {
        .event_list_page .section-header .header-content .header_subscribe form, .upcoming_events .section-header .header-content .header_subscribe form {
          margin-top: 20px; } }
      .event_list_page .section-header .header-content .header_subscribe .wpcf7, .upcoming_events .section-header .header-content .header_subscribe .wpcf7 {
        margin-top: 0; }

.single_event {
  position: relative;
  margin-top: 50px; }
  .single_event .img_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px; }
    .single_event .img_block img {
      align-self: center;
      width: 50px;
      height: 50px;
      overflow: hidden;
      border-radius: 50%; }
    .single_event .img_block:after {
      content: '';
      height: 1px;
      width: calc(100% - 70px);
      background: #E8E8E8;
      display: block;
      align-self: center; }
  .single_event .info h4 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    color: #1D1D1D;
    margin-bottom: 0; }
  .single_event .info p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    color: #616161; }
  .single_event .info .title {
    margin: 28px 0 6px;
    display: block; }
    .single_event .info .title h4 {
      font-family: Open Sans;
      font-style: normal;
      font-weight: 600;
      font-size: 22px;
      line-height: 30px;
      text-transform: uppercase;
      color: #1D1D1D; }
  .single_event .info .who_create_event {
    display: block; }
  .single_event .info .short_description {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #1D1D1D;
    margin-bottom: 28px; }
  .single_event .info .learn-more {
    position: absolute;
    bottom: 20px; }

.about_us {
  padding-top: 40px;
  max-width: 940px;
  width: 100%;
  margin: auto; }

.service_providers_content {
  padding-top: 60px; }
  .service_providers_content .single-block-provider {
    margin-bottom: 30px; }
  .service_providers_content .filter {
    display: block;
    margin: 0 auto 25px; }
    .service_providers_content .filter .taxonomies_filters {
      margin-top: 50px; }
      .service_providers_content .filter .taxonomies_filters ul {
        flex-wrap: wrap; }
        .service_providers_content .filter .taxonomies_filters ul li {
          margin-bottom: 28px; }
          .service_providers_content .filter .taxonomies_filters ul li input {
            position: absolute;
            left: -100000px; }
            .service_providers_content .filter .taxonomies_filters ul li input:checked + label {
              color: #0054FF;
              border-color: #0054FF; }
          .service_providers_content .filter .taxonomies_filters ul li label {
            color: #1d1d1d;
            padding: 0 10px;
            align-self: center;
            margin-bottom: 0;
            height: 41px;
            width: 218px;
            margin-right: 16px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 400;
            text-align: center;
            border: 1px solid #1d1d1d;
            line-height: 20px;
            display: flex;
            justify-content: center;
            cursor: pointer;
            transition: all .3s; }
            .service_providers_content .filter .taxonomies_filters ul li label:hover {
              color: #0054FF;
              border-color: #0054FF;
              transition: all .3s; }
          .service_providers_content .filter .taxonomies_filters ul li span {
            align-self: center; }
    .service_providers_content .filter ul li a {
      color: #333333; }
  .service_providers_content .single_provider_wrap {
    background: white;
    padding-bottom: 15px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 5px 18px -3px #81818133; }
    .service_providers_content .single_provider_wrap .single_provider {
      color: initial; }
      .service_providers_content .single_provider_wrap .single_provider:hover {
        text-decoration: none; }
      .service_providers_content .single_provider_wrap .single_provider .img_block {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        padding: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
        .service_providers_content .single_provider_wrap .single_provider .img_block img {
          align-self: center;
          width: 70%; }
      .service_providers_content .single_provider_wrap .single_provider .card-info {
        border-top: 1px solid white;
        padding: 15px 15px 0; }
        .service_providers_content .single_provider_wrap .single_provider .card-info h2 {
          font-size: 22px;
          font-weight: 600;
          margin-bottom: 0px; }
        .service_providers_content .single_provider_wrap .single_provider .card-info .country {
          font-size: 14px; }
        .service_providers_content .single_provider_wrap .single_provider .card-info .custom_tagcloud {
          margin: 9px auto 22px;
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap; }
          .service_providers_content .single_provider_wrap .single_provider .card-info .custom_tagcloud span.sector {
            color: #939090;
            margin-right: 14px;
            position: relative; }
            .service_providers_content .single_provider_wrap .single_provider .card-info .custom_tagcloud span.sector:last-child:after {
              display: none; }
            .service_providers_content .single_provider_wrap .single_provider .card-info .custom_tagcloud span.sector:after {
              content: '';
              position: absolute;
              height: 15px;
              width: 1px;
              background: #939090;
              right: -7px;
              top: 6px; }
        .service_providers_content .single_provider_wrap .single_provider .card-info .excerpt {
          margin-bottom: 20px; }
    .service_providers_content .single_provider_wrap .winnersItemLink {
      padding-left: 15px;
      padding-right: 15px;
      text-align: right;
      justify-content: flex-end;
      position: absolute;
      bottom: 15px;
      right: 15px;
      color: #0054FF; }
      .service_providers_content .single_provider_wrap .winnersItemLink:after {
        content: url("../images/learn-more-arrow_black.svg");
        align-self: center;
        margin-left: 9px; }

.logo_buttons {
  display: flex;
  justify-content: center; }
  .logo_buttons .button1 {
    margin-right: 10px; }

.wpcf7-not-valid-tip {
  line-height: 14px;
  position: absolute;
  bottom: -20px;
  font-size: 14px; }

.partners_logo {
  margin-bottom: 100px; }
  .partners_logo h2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #1D1D1D;
    margin-bottom: 100px; }
  .partners_logo .partner_logo_slick {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .partners_logo .partner_logo_slick {
        flex-wrap: wrap;
        justify-content: space-between; } }
    .partners_logo .partner_logo_slick .partner-img-block {
      max-width: 190px;
      margin-right: 69px; }
      @media screen and (max-width: 768px) {
        .partners_logo .partner_logo_slick .partner-img-block {
          max-width: 45%;
          width: 100%;
          margin-right: 0; } }
      .partners_logo .partner_logo_slick .partner-img-block:last-of-type {
        margin-right: 0; }
      @media screen and (max-width: 991px) {
        .partners_logo .partner_logo_slick .partner-img-block {
          margin-bottom: 20px; } }
      .partners_logo .partner_logo_slick .partner-img-block img {
        max-width: 100%;
        margin: 0 auto; }

.site-footer {
  background: var(--linear-gradient-group); }

.footer_form {
  background: url(../images/group-bg.png);
  background-repeat: no-repeat;
  background-position: top right; }
  .footer_form .fixfooter {
    z-index: 9; }
  .footer_form .consultationForm .radio_custom_label {
    display: flex;
    justify-content: space-between; }
    .footer_form .consultationForm .radio_custom_label span {
      font-family: Proxima Nova, Arial, sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 25px;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .footer_form .consultationForm .radio_custom_label span {
          align-self: center;
          font-size: 15px; } }
    .footer_form .consultationForm .radio_custom_label .wpcf7-form-control-wrap {
      align-self: center;
      margin-bottom: 0; }
    .footer_form .consultationForm .radio_custom_label .wpcf7-radio {
      display: flex;
      align-self: center; }
      .footer_form .consultationForm .radio_custom_label .wpcf7-radio .wpcf7-list-item {
        position: relative;
        align-self: center; }
        .footer_form .consultationForm .radio_custom_label .wpcf7-radio .wpcf7-list-item label {
          margin-bottom: 0; }
          .footer_form .consultationForm .radio_custom_label .wpcf7-radio .wpcf7-list-item label input[type=radio]:not(:checked) + span:after {
            opacity: 0;
            transform: scale(0); }
          .footer_form .consultationForm .radio_custom_label .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
            position: relative;
            display: inline-block;
            padding-left: 40px;
            font-family: Proxima Nova, Arial, sans-serif;
            font-size: 18px;
            line-height: 25px;
            color: #fff;
            cursor: pointer; }
            @media screen and (max-width: 768px) {
              .footer_form .consultationForm .radio_custom_label .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
                font-size: 15px; } }
            .footer_form .consultationForm .radio_custom_label .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              width: 21px;
              height: 21px;
              border: 2px solid #616161;
              border-radius: 100%;
              background-color: transparent; }
              @media screen and (max-width: 768px) {
                .footer_form .consultationForm .radio_custom_label .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
                  top: 3px; } }
            .footer_form .consultationForm .radio_custom_label .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
              content: "";
              width: 13px;
              height: 13px;
              background-color: #fff;
              position: absolute;
              top: 4px;
              left: 4px;
              border-radius: 100%;
              transition: all .2s ease; }
              @media screen and (max-width: 768px) {
                .footer_form .consultationForm .radio_custom_label .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
                  top: 7px; } }
  .footer_form .consultationForm input[type="submit"] {
    background-color: #fff !important;
    color: #1d1d1d;
    -webkit-appearance: button;
    cursor: pointer !important;
    border: none !important;
    margin: 40px 0 0 auto; }
    .footer_form .consultationForm input[type="submit"]:hover {
      color: #0054ff; }

.fter_logo {
  margin-bottom: 0 !important; }
  @media screen and (max-width: 600px) {
    .fter_logo {
      padding: 0; } }
  .fter_logo h2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    margin: 0 0 10px 0; }

.footer_contact_form {
  font-size: 18px; }
  .footer_contact_form label {
    width: 100%;
    margin-bottom: 5px; }
  .footer_contact_form .wpcf7 .wpcf7-not-valid-tip {
    line-height: 1.2;
    text-align: left; }
  .footer_contact_form .wpcf7 .wpcf7-submit {
    max-width: 150px;
    display: block;
    border: 1px solid white;
    text-align: center;
    padding: 10px 25px !important;
    border-radius: 20px;
    color: #0054FF;
    transition: all .5s;
    background: white;
    line-height: 1.5;
    margin-left: auto; }
    .footer_contact_form .wpcf7 .wpcf7-submit:hover {
      background: #0054FF;
      color: #FFFFFF;
      transition: all .5s;
      border: 1px solid #0054FF;
      text-decoration: none; }

.links {
  margin: 30px 0 30px; }
  .links a {
    margin-right: 20px; }
  .links span {
    margin-right: 20px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #0054FF;
    cursor: pointer; }
    .links span.active {
      text-decoration: underline; }

.become_a_participant {
  margin-bottom: 60px;
  padding-top: 50px; }
  .become_a_participant h2 {
    margin-bottom: 40px; }
  .become_a_participant .participants_criteria {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .become_a_participant .participants_criteria .single-criteria {
      position: relative;
      padding: 35px;
      border-right: 1px solid var(--color-gray-light);
      max-width: 50%;
      width: 100%;
      border-top: 1px solid var(--color-gray-light); }
      @media screen and (max-width: 768px) {
        .become_a_participant .participants_criteria .single-criteria {
          max-width: 100%;
          border-right: none;
          padding: 15px; } }
      .become_a_participant .participants_criteria .single-criteria:nth-of-type(2n) {
        border-right: none; }
      .become_a_participant .participants_criteria .single-criteria span {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 10px;
        border-radius: 50%;
        left: 0; }
      .become_a_participant .participants_criteria .single-criteria h3 {
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase; }
  .become_a_participant .section_faq {
    margin-bottom: 50px; }
  .become_a_participant .ukraine-content {
    display: none; }
    .become_a_participant .ukraine-content.show {
      display: block; }
  .become_a_participant .belarus-content {
    display: none; }
    .become_a_participant .belarus-content.show {
      display: block; }
  .become_a_participant .big_img {
    margin-top: 20px; }
  .become_a_participant .view_all {
    margin: 30px 0; }

.back {
  width: 100%;
  color: white;
  z-index: 99;
  margin-bottom: 75px;
  cursor: pointer; }

.participant-page {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .participant-page h1 {
    margin-bottom: 0; }
  .participant-page .apply_now {
    z-index: 99;
    align-self: flex-end; }
    @media screen and (max-width: 991px) {
      .participant-page .apply_now {
        width: 100%; } }
    .participant-page .apply_now a {
      display: block;
      z-index: 9999;
      background: #ffffff;
      padding: 10px 25px;
      border-radius: 20px;
      color: #303030;
      border: 1px solid #ffffff;
      transition: all .5s;
      font-weight: 700; }
      @media screen and (max-width: 991px) {
        .participant-page .apply_now a {
          margin-left: 0;
          display: inline-block; } }
      .participant-page .apply_now a:hover {
        text-decoration: none;
        color: #0054FF;
        background: #FFFFFF;
        border: 1px solid #ffffff;
        transition: all .5s; }

.event_content_single_page {
  max-width: 940px;
  width: 100%;
  margin: 60px auto; }
  .event_content_single_page .event_big_img {
    margin: 0 auto;
    display: block; }
  .event_content_single_page .date_location {
    margin: 30px 0; }
  .event_content_single_page .excerpt {
    margin-bottom: 30px;
    display: block; }

.copyrigh-wrapper {
  background: #F5F5F5 !important;
  padding: 0; }
  .copyrigh-wrapper .custom-menu-class ul {
    padding-left: 0; }
    .copyrigh-wrapper .custom-menu-class ul li {
      list-style: none; }
  .copyrigh-wrapper .menu-title {
    color: #FFFFFF;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase; }
  .copyrigh-wrapper .menu li {
    padding: 0; }
    .copyrigh-wrapper .menu li:before {
      display: none; }
    .copyrigh-wrapper .menu li a {
      display: flex;
      align-items: center;
      font-family: var(--font-family-base);
      font-size: 18px;
      line-height: 35px;
      color: #1D1D1D;
      transition: var(--transition); }
      .copyrigh-wrapper .menu li a:after {
        content: url(../images/link-hover-arrow.svg);
        margin-left: 5px;
        opacity: 0;
        transition: var(--transition); }
      .copyrigh-wrapper .menu li a:hover {
        text-decoration: none;
        color: var(--color-blue);
        transition: all .3s; }
        .copyrigh-wrapper .menu li a:hover:after {
          opacity: 1; }
  .copyrigh-wrapper .footer_contact .country {
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 19px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase; }
  .copyrigh-wrapper .footer_contact .contacts_block {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 21px; }
    .copyrigh-wrapper .footer_contact .contacts_block .footer_phone {
      text-align: left;
      display: block;
      background: #292929;
      padding: 10px 34px;
      border-radius: 20px;
      color: white;
      font-family: Open Sans;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 19px; }
      .copyrigh-wrapper .footer_contact .contacts_block .footer_phone:hover {
        text-decoration: none; }
    .copyrigh-wrapper .footer_contact .contacts_block .social_links_footer {
      margin-left: 15px;
      align-self: center; }
      .copyrigh-wrapper .footer_contact .contacts_block .social_links_footer img {
        max-width: 20px; }
  .copyrigh-wrapper .footer_logos {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 27px; }
    .copyrigh-wrapper .footer_logos img {
      max-width: 29%;
      margin-right: 10px;
      margin-bottom: 10px;
      align-self: center; }

.list-posts {
  margin-top: 60px;
  margin-bottom: 60px; }
  .list-posts h2 {
    margin-bottom: 30px; }
  .list-posts .single-post {
    margin-bottom: 40px;
    background: #323232; }
  .list-posts .img_block {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    height: 300px; }
    .list-posts .img_block img {
      object-fit: cover;
      position: absolute;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .list-posts .post_info {
    padding: 20px 20px 0 0;
    position: relative;
    height: 100%; }
    @media screen and (max-width: 991px) {
      .list-posts .post_info {
        padding: 20px; } }
    .list-posts .post_info h5 {
      margin-bottom: 0; }
      .list-posts .post_info h5 a {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 24px;
        text-transform: uppercase;
        color: #FFFFFF; }
    .list-posts .post_info p {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 25px;
      color: #A7A7A7;
      margin-bottom: 10px; }
    .list-posts .post_info .short_description {
      height: 96px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .list-posts .post_info .short_description {
          height: 126px; } }
      .list-posts .post_info .short_description p {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 25px;
        color: #FFFFFF; }
    .list-posts .post_info .learn-more {
      position: absolute;
      bottom: 10px;
      display: block;
      margin: 10px auto 0;
      color: #FFFFFF;
      width: 100%;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 19px; }
      .list-posts .post_info .learn-more img {
        max-width: 10px;
        margin-left: 2px; }

ul li {
  margin-left: 0; }

.select2-results__options .select2-results__option {
  color: #0054FF; }

.select2-results__options .select2-results__option--highlighted {
  background-color: #0054FF !important;
  color: #FFFFFF; }

.winners-section {
  padding-bottom: 100px; }
  .winners-section .col-lg-3 {
    margin-bottom: 30px; }

.filter {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px; }
  @media screen and (max-width: 768px) {
    .filter {
      flex-wrap: wrap;
      margin: 0 auto 30px; } }
  .filter ul {
    display: flex;
    justify-content: flex-start;
    align-self: center; }
    @media screen and (max-width: 768px) {
      .filter ul {
        width: 100%;
        margin-bottom: 20px; } }
    .filter ul li {
      list-style: none;
      margin-left: 0; }
      .filter ul li:first-of-type a {
        text-decoration: underline; }
      .filter ul li a {
        margin-right: 15px;
        color: white; }
        .filter ul li a.active {
          text-decoration: underline; }
  .filter .select2 {
    height: 32px;
    align-self: center; }
    .filter .select2 .selection .select2-selection {
      border: solid #0054FF 1px !important;
      padding-bottom: 16px !important;
      z-index: 99; }
      .filter .select2 .selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice {
        background-color: #0054FF !important;
        border: 1px solid #0054FF !important; }
        .filter .select2 .selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice button.select2-selection__choice__remove {
          border-right: 1px solid #fff !important;
          color: #fff !important; }
        .filter .select2 .selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__display {
          color: white !important; }
      .filter .select2 .selection .select2-selection span.select2-search textarea.select2-search__field {
        margin-top: 13px !important; }
        .filter .select2 .selection .select2-selection span.select2-search textarea.select2-search__field::placeholder {
          color: #0054FF !important; }

.slick-slide {
  display: inline-block !important;
  vertical-align: middle;
  float: none !important; }

.accordion .card {
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #e9e9e9 !important;
  border-radius: .25rem; }
  .accordion .card .card-header {
    background: white;
    padding: 0; }
    .accordion .card .card-header button {
      color: #FFFFFF;
      width: 100%;
      text-align: left;
      padding: 1rem 0;
      cursor: url(../images/custom-cursor.svg), auto; }
      .accordion .card .card-header button:hover p {
        color: #0054FF;
        transition: all .3s; }
      .accordion .card .card-header button p {
        color: #303030;
        font-size: 16px;
        transition: all .3s; }
      .accordion .card .card-header button:focus {
        box-shadow: none; }
  .accordion .card .card-body {
    color: black; }
    .accordion .card .card-body ul {
      padding-left: 20px;
      font-size: 14px; }
      .accordion .card .card-body ul li {
        list-style: initial !important; }

.faq {
  margin: 60px 0; }
  .faq .accordion h3 {
    margin-top: 50px; }

.wpcf7-form.sent .consultationForm {
  display: none; }

.wpcf7-form.sent .consultationThankYou {
  opacity: 1; }

.firstScreenStats {
  flex-wrap: wrap; }
  .firstScreenStats .firstScreenStat:nth-of-type(2) {
    padding-left: 50px; }
    @media screen and (max-width: 1049px) {
      .firstScreenStats .firstScreenStat:nth-of-type(2) {
        padding-left: 0; } }
  .firstScreenStats .firstScreenStat:last-of-type {
    width: 100%;
    align-items: flex-start !important;
    padding-left: 50px;
    border-top: 1px solid #fff; }
    @media screen and (max-width: 1049px) {
      .firstScreenStats .firstScreenStat:last-of-type {
        padding-left: 0;
        padding-top: 40px; } }

.participateContainer .participateItem:nth-of-type(2n) .participateItemImage {
  order: 2; }
  @media screen and (max-width: 768px) {
    .participateContainer .participateItem:nth-of-type(2n) .participateItemImage {
      order: 0; } }
