/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import '../css/bootstrap-grid.css';
@import '../css/hamburgers.css';
@import '../css/slick.css';
@import '../css/jquery.fancybox.css';
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/*Colors*/
/*Classes*/
.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  line-height: 16px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
}

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

h1 {
  font-size: 2rem;
  line-height: 2rem;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

h6 {
  font-size: 1rem;
  line-height: 1rem;
}

sup {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0;
}

sub {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}

a, a:link, a:focus, a:visited {
  color: #000;
  text-decoration: none;
}

p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  p {
    font-size: 1.3125rem;
    line-height: 1.875rem;
  }
}
p strong {
  font-weight: 700;
}

ul {
  margin-bottom: 15px;
  list-style: disc;
  padding-left: 18px;
}
ul li {
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.25rem;
}
ul li ul, ul li ol {
  padding-top: 15px;
}

ol {
  margin-bottom: 15px;
  list-style: disc;
  padding-left: 18px;
}
ol li {
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.25rem;
}
ol li ul, ol li ol {
  padding-top: 15px;
}

.container {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
}
@media only screen and (min-width: 1920px) {
  .container {
    max-width: 1740px;
  }
}
@media only screen and (min-width: 1920px) {
  .container.container-thin {
    max-width: 1400px;
  }
}

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

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

.bold {
  font-weight: 700;
}

.loading {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.menu-secondary-section {
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .menu-secondary-section {
    padding: 30px 0;
  }
}
.menu-secondary-section .hamburger {
  padding: 13px 0 0 0;
}
.menu-secondary-section .menu {
  float: left;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.menu-secondary-section .menu li {
  float: left;
  margin-right: 62px;
  list-style: none;
  margin-bottom: 0;
}
.menu-secondary-section .menu li > a {
  font-size: 1.4375rem;
  line-height: 3.4375rem;
  font-weight: 700;
  color: #5a5a5a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .menu-secondary-section .menu li > a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1600px) {
  .menu-secondary-section .menu li > a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1920px) {
  .menu-secondary-section .menu li > a {
    font-size: 1.125rem;
  }
}
.menu-secondary-section .menu li > a:hover {
  color: #d4213e;
}
.menu-secondary-section .float-right {
  float: right;
}
.menu-secondary-section .button-wrap {
  float: left;
  margin-right: 5px;
}
.menu-secondary-section .button-wrap:last-of-type {
  margin-right: 0;
}
.menu-secondary-section .button-wrap.d-md-block {
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) {
  .menu-secondary-section .button-wrap .btn {
    padding: 8px 7px 7px 12px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .menu-secondary-section .button-wrap .btn {
    padding: 10px 20px 10px 20px;
    font-size: 1rem;
  }
}
.menu-secondary-section .search-button-wrap {
  float: left;
  margin-right: 10px;
}
.menu-secondary-section .search-button-wrap .open-search {
  padding: 10px;
  display: inline-block;
}
.menu-secondary-section .search-button-wrap .open-search:hover svg {
  color: #d4213e;
}
.menu-secondary-section .search-button-wrap .open-search svg {
  color: #5a5a5a;
}

.search-form-bar {
  display: none;
  padding: 25px 0 10px 0;
  background-color: #f7f4f6;
}
.search-form-bar form input[type=text] {
  width: calc(100% - 112px);
  float: left;
}
.search-form-bar form input[type=submit] {
  float: left;
}

.section-headers {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section-headers {
    margin-bottom: 60px;
  }
}
.section-headers.small-bottom-margin {
  margin-bottom: 30px;
  padding-top: 30px;
}
.section-headers .sub-header {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d4213e;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section-headers .sub-header {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.section-headers .header {
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 3px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section-headers .header {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
}

.slick-dots {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.slick-dots li {
  margin-right: 8px;
  float: left;
  margin-bottom: 0;
}
.slick-dots li.slick-active button {
  background-color: #d4213e;
}
.slick-dots li button {
  background-color: #67686d;
  border: none;
  font-size: 0;
  width: 78px;
  height: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.simple-page-wrap {
  padding: 40px 0;
  background-color: #f7f4f6;
}
@media only screen and (min-width: 992px) {
  .simple-page-wrap {
    padding: 80px 0;
  }
}
.simple-page-wrap a {
  text-decoration: underline;
}
.simple-page-wrap a:hover {
  text-decoration: none;
}
.simple-page-wrap h1, .simple-page-wrap h2, .simple-page-wrap h3, .simple-page-wrap h4, .simple-page-wrap h5, .simple-page-wrap h6 {
  margin-bottom: 20px;
}

.simple-page-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .simple-page-title {
    font-size: 2rem;
    line-height: 2.8125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .simple-page-title {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
}

.wp-block-columns {
  margin-bottom: 40px;
}

.pagination {
  padding-top: 40px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.pagination .page-numbers {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 0;
  border: 1px solid #e9e7e8;
  border-radius: 5px;
  color: #000;
  width: 42px;
  height: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  background-color: #d4213e;
  border-color: #d4213e;
  color: #fff;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background-color: #fff;
  border-color: #d4213e;
}
.pagination .page-numbers.prev:hover svg, .pagination .page-numbers.next:hover svg {
  stroke: #d4213e;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination .page-numbers.current {
  font-weight: 700;
}
.pagination .page-numbers.current:hover {
  background-color: transparent;
  border-color: #e9e7e8;
  color: #000;
}
.pagination .page-numbers.dots:hover {
  background-color: transparent;
  border-color: #e9e7e8;
  color: #000;
}
.pagination .page-numbers:hover {
  background-color: #d4213e;
  border-color: #d4213e;
  color: #fff;
}

.wp-block-image.aligncenter {
  width: 100%;
}

.wpcf7-not-valid-tip {
  margin-top: -13px;
  margin-bottom: 15px;
}

.search-result-simple-wrap {
  margin-bottom: 20px;
}

.page-not-found {
  font-size: 6.25rem;
  line-height: 7.5rem;
  font-weight: 700;
  color: #d4213e;
}

.btn, .btn:link, .btn:focus, .btn:visited {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #e9e7e8;
  border-radius: 12px;
  color: #000;
  padding: 12px 25px 12px 25px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
}
.btn:hover, .btn:link:hover, .btn:focus:hover, .btn:visited:hover {
  background-color: #e9e7e8;
}
.btn.small, .btn:link.small, .btn:focus.small, .btn:visited.small {
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 10px 20px 10px 20px;
}
.btn.small svg, .btn:link.small svg, .btn:focus.small svg, .btn:visited.small svg {
  height: 17px;
}
.btn.gray-bg, .btn:link.gray-bg, .btn:focus.gray-bg, .btn:visited.gray-bg {
  background-color: #f7f4f6;
}
.btn.gray-bg:hover, .btn:link.gray-bg:hover, .btn:focus.gray-bg:hover, .btn:visited.gray-bg:hover {
  background-color: #fff;
}
.btn.red, .btn:link.red, .btn:focus.red, .btn:visited.red {
  border: 1px solid #d4213e;
  background-color: #d4213e;
  color: #fff;
}
.btn.red:hover, .btn:link.red:hover, .btn:focus.red:hover, .btn:visited.red:hover {
  color: #d4213e;
  background-color: #fff;
}
.btn.red:hover svg, .btn:link.red:hover svg, .btn:focus.red:hover svg, .btn:visited.red:hover svg {
  stroke: #d4213e;
}
.btn.red-reversed, .btn:link.red-reversed, .btn:focus.red-reversed, .btn:visited.red-reversed {
  border: 1px solid #d4213e;
  background-color: #fff;
  color: #d4213e;
}
.btn.red-reversed svg, .btn:link.red-reversed svg, .btn:focus.red-reversed svg, .btn:visited.red-reversed svg {
  stroke: #d4213e;
}
.btn.red-reversed:hover, .btn:link.red-reversed:hover, .btn:focus.red-reversed:hover, .btn:visited.red-reversed:hover {
  color: #fff;
  background-color: #d4213e;
}
.btn.red-reversed:hover svg, .btn:link.red-reversed:hover svg, .btn:focus.red-reversed:hover svg, .btn:visited.red-reversed:hover svg {
  stroke: #fff;
}
.btn.black, .btn:link.black, .btn:focus.black, .btn:visited.black {
  border: 1px solid #000;
  color: #000;
}
.btn.black:hover, .btn:link.black:hover, .btn:focus.black:hover, .btn:visited.black:hover {
  color: #fff;
  background-color: #000;
}
.btn span, .btn:link span, .btn:focus span, .btn:visited span {
  vertical-align: middle;
}
.btn svg, .btn:link svg, .btn:focus svg, .btn:visited svg {
  margin-left: 5px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav {
  padding-top: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  nav {
    padding-top: 10px;
  }
}
@media only screen and (max-height: 420px) {
  nav {
    padding-top: 12px;
  }
}
nav.static {
  position: static;
  background-color: #f7f4f6;
  padding-bottom: 10px;
}
nav.static .menu:not(.mobile-menu) li.menu-item-has-children:hover > a::after {
  background-image: url(../images/chevron-down-red.svg);
}
nav.static .menu:not(.mobile-menu) li.menu-item-has-children > a {
  color: #000;
}
nav.static .menu:not(.mobile-menu) li.menu-item-has-children > a::after {
  background-image: url(../images/chevron-down-black.svg);
}
nav.static .right-menus-wrap .lang-wrap .lang-menu li::after {
  background-color: #000;
}
nav.static .right-menus-wrap .lang-wrap .lang-menu li > a {
  color: #000;
}
nav.static .hamburger-inner, nav.static .hamburger-inner::after, nav.static .hamburger-inner::before {
  background-color: #000;
}
nav .row {
  margin-left: -10px;
  margin-right: -10px;
}
nav .row .col {
  padding-left: 10px;
  padding-right: 10px;
}
nav .row .col.col-mobile-bottom {
  margin-bottom: -10px;
  padding-top: 10px;
  background-color: #fff;
  position: relative;
}
nav .row .col.col-mobile-bottom::before, nav .row .col.col-mobile-bottom::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  width: calc(2.5% + 6px);
  height: 100%;
  top: 0;
}
nav .row .col.col-mobile-bottom::before {
  left: 100%;
}
nav .row .col.col-mobile-bottom::after {
  right: 100%;
}
@media only screen and (min-width: 768px) {
  nav .row .col.col-mobile-bottom {
    background-color: transparent;
    margin-bottom: 0;
    padding-top: 0;
  }
  nav .row .col.col-mobile-bottom::before, nav .row .col.col-mobile-bottom::after {
    display: none;
  }
}
nav .search-button-wrap {
  float: left;
}
nav .search-form-bar-mobile-col {
  display: none;
}
nav .search-form-bar-mobile-col .search-form-bar {
  display: block;
  margin-top: 10px;
  padding: 15px 0 15px 0;
  position: relative;
}
nav .search-form-bar-mobile-col .search-form-bar::before, nav .search-form-bar-mobile-col .search-form-bar::after {
  content: "";
  display: block;
  background-color: #f7f4f6;
  position: absolute;
  width: calc(2.5% + 16px);
  height: 100%;
  top: 0;
}
nav .search-form-bar-mobile-col .search-form-bar::before {
  left: 100%;
}
nav .search-form-bar-mobile-col .search-form-bar::after {
  right: 100%;
}
nav .search-form-bar-mobile-col .search-form-bar form input[type=text] {
  width: calc(100% - 114px);
  margin-bottom: 0;
}
nav .hamburger {
  float: left;
  padding: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  nav .hamburger {
    padding-top: 11px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  nav .hamburger {
    padding-top: 12px;
    margin-left: 10px;
  }
}
nav .hamburger-inner, nav .hamburger-inner::after, nav .hamburger-inner::before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media only screen and (min-width: 768px) {
  nav .hamburger-inner, nav .hamburger-inner::after, nav .hamburger-inner::before {
    background-color: #fff;
  }
}
nav .img-wrap {
  display: inline-block;
}
nav .img-wrap img {
  max-height: 90px;
}
@media only screen and (min-width: 768px) {
  nav .img-wrap img {
    max-height: 67px;
  }
}
@media only screen and (min-width: 992px) {
  nav .img-wrap img {
    max-height: 90px;
  }
}
nav .right-menus-wrap {
  float: right;
}
@media only screen and (min-width: 768px) {
  nav .right-menus-wrap {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .right-menus-wrap {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 1920px) {
  nav .right-menus-wrap {
    padding-top: 15px;
  }
}
nav .right-menus-wrap .menu {
  float: left;
}
nav .right-menus-wrap .button-wrap {
  float: left;
  display: none;
}
@media only screen and (min-width: 992px) {
  nav .right-menus-wrap .button-wrap {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  nav .right-menus-wrap .button-wrap {
    padding-top: 4px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .right-menus-wrap .button-wrap {
    padding-top: 0;
    margin-left: 0;
  }
}
nav .right-menus-wrap .button-wrap {
  /*@include devices(fullHd){
      margin-left: 5px;
  }*/
}
@media only screen and (min-width: 1200px) {
  nav .right-menus-wrap .button-wrap .btn {
    padding: 8px 7px 7px 12px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1600px) {
  nav .right-menus-wrap .button-wrap .btn {
    padding: 10px 20px 10px 20px;
    font-size: 1rem;
  }
}
nav .right-menus-wrap .lang-wrap {
  float: left;
  color: #fff;
  padding-top: 4px;
}
@media only screen and (min-width: 1200px) {
  nav .right-menus-wrap .lang-wrap {
    padding-top: 2px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .right-menus-wrap .lang-wrap {
    padding-top: 4px;
  }
}
nav .right-menus-wrap .lang-wrap .lang-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
nav .right-menus-wrap .lang-wrap .lang-menu li {
  list-style: none;
  margin-bottom: 0;
  float: left;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  nav .right-menus-wrap .lang-wrap .lang-menu li {
    padding-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  nav .right-menus-wrap .lang-wrap .lang-menu li {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  nav .right-menus-wrap .lang-wrap .lang-menu li {
    margin-left: 20px;
    margin-right: 20px;
  }
}
nav .right-menus-wrap .lang-wrap .lang-menu li:last-of-type::after {
  display: none;
}
nav .right-menus-wrap .lang-wrap .lang-menu li {
  /*&::after{
      content: '';
      display: block;
      height: 20px;
      width: 2px;
      background-color: $white;
      position: absolute;
      right: -9px;
      top: -2px;
      @include devices(medium){
          right: -6px;
          top: 14px;
      }   
      @include devices(large){
          right: -18px;
          top: 11px;
      }
      @include devices(extraLarge){
          right: -7px;
          top: 11px;
      }
      @include devices(biggest){
          right: -7px;
      }
      @include devices(fullHd){
          right: -16px;
      }
  }*/
}
nav .right-menus-wrap .lang-wrap .lang-menu li > a {
  color: #000;
  font-size: 1.4375rem;
}
@media only screen and (min-width: 768px) {
  nav .right-menus-wrap .lang-wrap .lang-menu li > a {
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  nav .right-menus-wrap .lang-wrap .lang-menu li > a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1600px) {
  nav .right-menus-wrap .lang-wrap .lang-menu li > a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1920px) {
  nav .right-menus-wrap .lang-wrap .lang-menu li > a {
    font-size: 1.125rem;
  }
}
nav .menu:not(.mobile-menu) {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
nav .menu:not(.mobile-menu) li {
  float: left;
  line-height: 1.5rem;
  list-style: none;
  margin-bottom: 0;
}
nav .menu:not(.mobile-menu) li a {
  display: block;
  padding: 12px 20px;
  font-size: 1.4375rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  nav .menu:not(.mobile-menu) li a {
    padding: 12px 5px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) li a {
    padding: 12px 10px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1920px) {
  nav .menu:not(.mobile-menu) li a {
    padding: 12px 10px;
    font-size: 1.125rem;
  }
}
nav .menu:not(.mobile-menu) li.menu-item-has-children {
  position: relative;
}
nav .menu:not(.mobile-menu) li.menu-item-has-children:hover {
  background-color: #fff;
}
nav .menu:not(.mobile-menu) li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
nav .menu:not(.mobile-menu) li.menu-item-has-children:hover > a {
  color: #d4213e;
}
nav .menu:not(.mobile-menu) li.menu-item-has-children:hover > a::after {
  background-image: url(../images/chevron-down-red.svg);
}
nav .menu:not(.mobile-menu) li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/chevron-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
  nav .menu:not(.mobile-menu) li.menu-item-has-children > a::after {
    width: 19px;
    height: 19px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) li.menu-item-has-children > a::after {
    width: 20px;
    height: 20px;
  }
}
nav .menu:not(.mobile-menu) .sub-menu {
  z-index: 4;
  display: none;
  position: absolute;
  padding: 10px 10px 5px 10px;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 430px;
}
nav .menu:not(.mobile-menu) .sub-menu li {
  background-color: #f7f4f6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  width: 100%;
}
nav .menu:not(.mobile-menu) .sub-menu li:hover {
  background-color: #d4213e;
}
nav .menu:not(.mobile-menu) .sub-menu li:hover a {
  color: #fff;
}
nav .menu:not(.mobile-menu) .sub-menu li a {
  width: 100%;
  padding: 12px 30px;
  color: #fff;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidenav {
  position: fixed;
  background-color: #e8e0dd;
  height: 100vh;
  width: 100%;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
.sidenav.open {
  left: 0px;
}
.sidenav .hamburger {
  padding: 10px 0px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.sidenav .hamburger .hamburger-inner, .sidenav .hamburger .hamburger-inner::after, .sidenav .hamburger .hamburger-inner::before {
  background-color: #000;
}
.sidenav .top-wrap {
  overflow: hidden;
  border-bottom: 1px solid #303030;
}
.sidenav .top-wrap a.logo-wrap {
  display: block;
  float: left;
  height: 45px;
  width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 40px;
}
.sidenav .top-wrap a.logo-wrap img, .sidenav .top-wrap a.logo-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
}
.sidenav .menu-bg-wrap {
  height: 100%;
  overflow: scroll;
  margin-top: 72px;
  background-color: #e8e0dd;
  padding: 15px 20px 0 20px;
}
.sidenav .menu-bg-wrap ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style: none;
}
.sidenav .menu-bg-wrap ul li {
  margin-bottom: 0;
}
.sidenav .menu-bg-wrap ul li.menu-item-has-children > a {
  position: relative;
}
.sidenav .menu-bg-wrap ul li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/chevron-down-black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}
.sidenav .menu-bg-wrap ul li.menu-item-has-children > a .arrow {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.sidenav .menu-bg-wrap ul li.menu-item-has-children ul {
  display: none;
}
.sidenav .menu-bg-wrap ul li.active > a::after {
  transform: rotate(180deg);
}
.sidenav .menu-bg-wrap ul li a {
  display: block;
  padding: 8px 16px 8px 8px;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 400;
  color: #000;
}
.sidenav .menu-bg-wrap ul li ul {
  padding-top: 0;
}
.sidenav .menu-bg-wrap ul li ul li.menu-item-has-children > a::before {
  left: 37px;
  background: url(../images/chevron-down.svg);
}
.sidenav .menu-bg-wrap ul li ul li a {
  padding: 8px 16px 8px 32px;
  background-color: #e8e0dd;
  font-weight: 400;
  color: #000;
}
.sidenav .menu-bg-wrap ul li ul li ul li {
  border: none;
}
.sidenav .menu-bg-wrap ul li ul li ul li a {
  padding: 8px 16px 8px 48px;
  background-color: #e8e0dd;
  font-weight: 400;
  color: #000;
}
.sidenav .menu-bg-wrap .button-wrap {
  margin-bottom: 10px;
}
.sidenav {
  /*.menu-bg-wrap{
      background-position: left bottom;
      background-size: contain;
      background-repeat: no-repeat;
      height: calc(100% - 67px);
      overflow: scroll;
      padding-top: 60px;
      &.background-sub-menu{
          background-color: #000;
          .extra-menu-items{
              display: none
          }
      }
      .mobile-menu{
          float: none;
          @include easy-transform-fast;
          list-style: none;
          margin-bottom: 0;
          padding-left: 0;
          list-style: none;
          li{
              list-style: none;
              float: none;
              display: block;
              border-bottom: 1px solid #303030;
              padding: 10px 0;
              margin-bottom: 0;
              &.menu-item-has-children{
                  position: relative;
                  >a{
                      padding-right: 90px;
                  }
              }
              a{
                  text-align: left;
                  font-size: 1rem;
                  line-height: 1.5rem;
                  font-weight: 400;
                  color: $white;
                  padding: 10px 24px 10px 40px;
                  display: block;
                  @include easy-transform-fast;
                  &:hover{
                      background-color: $black;
                  }
                  .arrow{
                      height: 100%;
                      width: 90px;
                      position: absolute;
                      top: 0;
                      right: 0;
                      display: block;
                      background-image: url(../images/chevron-right.svg);
                      background-position: center;
                      background-repeat: no-repeat;
                      background-size: 18px;
                      background-color: #000;
                      border-left: 1px solid #303030;
                      @include easy-transform-fast;
                      &:hover{
                          background-color: $black;
                      }
                  }
                  .back-arrow{
                      position: absolute;
                      left: 0;
                      top: 0;
                      height: 100%;
                      width: 90px;
                      background-image: url(../images/chevron-left.svg);
                      background-position: center;
                      background-repeat: no-repeat;
                      background-size: 18px;
                      background-color: $black;
                      display: none;
                      border-right: 1px solid #303030;
                  }
                  &.menu-item-going-back{
                      margin-left: 0;
                      font-weight: 400;
                      color: #fff;
                      background-color: $black;
                      position: relative;
                      padding-left: 130px;
                      padding-right: 40px;
                      border-bottom: 1px solid #303030;
                  }
              }
              .sub-menu{
                  display: none;
                  li{
                      &:last-of-type{
                          border-bottom: none;
                      }
                      a{
                          .arrow{
                              background-image: url(../images/chevron-right.svg);
                          }
                          &.menu-item-going-back{
                              margin-left: 0;
                              font-weight: 400;
                              color: $white;
                          }
                      }
                      .sub-menu{
                          li{
                              &:last-of-type{
                                  border-bottom: none;
                              }
                          }
                      }
                  }
              }
          }
      }
  }*/
}

footer .footer-top {
  padding: 30px 0;
  background-color: #e8e0dd;
}
@media only screen and (min-width: 992px) {
  footer .footer-top {
    padding: 60px 0;
  }
}
footer .footer-top .row {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 992px) {
  footer .footer-top .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  footer .footer-top .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
footer .footer-top .row .col {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 992px) {
  footer .footer-top .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  footer .footer-top .row .col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
footer .footer-top .form-wrap .row {
  margin-left: -8px;
  margin-right: -8px;
}
footer .footer-top .form-wrap .row .col {
  padding-left: 8px;
  padding-right: 8px;
}
footer .row-columns {
  padding-top: 45px;
}
footer .footer-bottom {
  background-color: #fff;
  padding: 12px 0;
}
footer .footer-bottom p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #979797;
}
@media only screen and (min-width: 1200px) {
  footer .form-wrap {
    padding-left: 50px;
  }
}
footer .form-wrap form {
  background-color: #f7f4f6;
  padding: 25px 25px 24px 25px;
  border-radius: 8px;
}
@media only screen and (min-width: 1200px) {
  footer .form-wrap form {
    padding: 30px 35px 24px 35px;
  }
}
footer .address, footer .phone, footer .mail, footer .footer-sm {
  padding-left: 40px;
}
footer .address, footer .phone, footer .mail {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 992px) {
  footer .address, footer .phone, footer .mail {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  footer .address, footer .phone, footer .mail {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
footer .address::before, footer .phone::before, footer .mail::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .address a, footer .phone a, footer .mail a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .address a:hover, footer .phone a:hover, footer .mail a:hover {
  color: #d4213e;
}
footer .address {
  margin-bottom: 30px;
}
footer .address::before {
  background-image: url(../images/map-pin.svg);
}
footer .phone {
  margin-bottom: 5px;
}
footer .phone::before {
  background-image: url(../images/phone.svg);
}
footer .mail {
  margin-bottom: 50px;
}
footer .mail::before {
  background-image: url(../images/mail.svg);
}
footer .footer-sm {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  footer .footer-sm {
    margin-bottom: 0;
  }
}
footer .footer-sm .social-icon {
  margin-right: 5px;
}
footer .footer-sm .social-icon img {
  width: 25px;
  height: 25px;
}

.menu-footer-bold {
  margin-bottom: 50px;
}
.menu-footer-bold ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.menu-footer-bold ul li {
  list-style: none;
  margin-bottom: 0;
}
.menu-footer-bold ul li a {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .menu-footer-bold ul li a {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-footer-bold ul li a {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.menu-footer-bold ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-footer-bold ul li a:hover {
  color: #d4213e;
}

.menu-footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.menu-footer ul li {
  list-style: none;
  margin-bottom: 5px;
}
.menu-footer ul li a {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-footer ul li a:hover {
  color: #d4213e;
}

.form-title {
  font-size: 1.125rem;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .form-title {
    padding-left: 25px;
  }
}

.label-text {
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .label-text {
    padding-left: 25px;
  }
}

label {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}

input[type=text], input[type=email], input[type=password], textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e8e0dd;
  background-color: #e8e0dd;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 15px;
  box-sizing: border-box;
}

input[type=submit] {
  background-color: #000;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.25rem;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #000;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=submit]:hover {
  background-color: #fff;
  color: #000;
}

textarea {
  min-height: 160px;
}

.events-calendar {
  background-color: #fff;
  padding-top: 12px;
}
.events-calendar thead tr th:not([role=presentation]) {
  background-color: #f7f4f6;
  padding: 14px 0;
}

.fc .fc-scrollgrid-section-sticky > * {
  background-color: #f2f2f2;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.fc .fc-toolbar-title {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
}

.fc-theme-standard td, .fc-theme-standard th {
  border: 1px solid #f4f2f3;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #f4f2f3;
}

.fc-daygrid-day-frame {
  position: static;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fc-daygrid-day-frame .fc-daygrid-day-events {
  width: 0;
}
.fc-daygrid-day-frame .fc-h-event {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d4213e;
  border: none;
  border-radius: 0;
  z-index: 2;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-left: 0;
  margin-right: 0;
}

.fc .fc-daygrid-day.has-event {
  background-color: #d4213e;
  position: relative;
}
.fc .fc-daygrid-day.has-event .fc-daygrid-day-number {
  color: #fff;
  font-weight: 700;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: #fff;
  border: 2px solid #d4213e;
}
.fc .fc-daygrid-day.fc-day-today.has-event {
  background-color: #d4213e;
}
.fc .fc-daygrid-day.fc-day-today.has-event .fc-daygrid-day-number {
  color: #fff;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  color: #000;
  font-weight: 700;
}

/*.fc .fc-daygrid-day-top{
    justify-content: center;
}*/
.fc-event {
  position: absolute !important;
  z-index: 999 !important;
  top: 100%;
  left: 0;
}

.fc-daygrid-day-frame {
  position: static !important;
}
.fc-daygrid-day-frame .fc-daygrid-day-events {
  position: static !important;
}
.fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness {
  position: static !important;
}
.fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event {
  position: static !important;
}
.fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event .fc-event-main {
  position: static !important;
}
.fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event .fc-event-main .my-event {
  position: static !important;
}

.fc-day:hover .my-tooltip {
  display: block;
}

.my-tooltip {
  position: absolute;
  z-index: 99999;
  width: 260px;
  background-color: #fff;
  display: none;
  left: 0;
  top: 100%;
  padding: 16px 8px 8px 8px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(66, 68, 90, 0.08);
  -moz-box-shadow: 0px 0px 2px 2px rgba(66, 68, 90, 0.08);
  box-shadow: 0px 0px 2px 2px rgba(66, 68, 90, 0.08);
}
.my-tooltip .my-tooltip-inside {
  padding-bottom: 15px;
  display: block;
}
.my-tooltip .my-tooltip-inside:last-of-type {
  padding-bottom: 0;
}
.my-tooltip .title {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 700;
  margin-bottom: 8px;
  white-space: normal;
}
.my-tooltip .date-wrap, .my-tooltip .time-wrap {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 700;
  padding: 12px 20px 12px 55px;
  background-color: #f2f2f2;
  margin-bottom: 4px;
  min-height: 40px;
  position: relative;
}
.my-tooltip .date-wrap svg, .my-tooltip .time-wrap svg {
  position: absolute;
  left: 8px;
  top: 6px;
  width: 30px;
  height: 30px;
}
.my-tooltip .date-wrap p, .my-tooltip .time-wrap p {
  white-space: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .my-tooltip .date-wrap p, .my-tooltip .time-wrap p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.my-tooltip .place-wrap {
  padding: 8px 20px 8px 55px;
  background-color: #f2f2f2;
  margin-bottom: 0;
  min-height: 40px;
  position: relative;
}
.my-tooltip .place-wrap svg {
  position: absolute;
  left: 8px;
  top: 6px;
  width: 30px;
  height: 30px;
}
.my-tooltip .place-wrap p {
  white-space: normal;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 0;
}

.fc .fc-scroller-harness {
  overflow: visible !important;
}

.fc .fc-button-primary {
  background-color: #fff;
  color: #000;
  border: 1px solid #e9e7e8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fc .fc-button-primary:hover {
  background-color: #e9e7e8;
  border: 1px solid #e9e7e8;
  color: #000;
  box-shadow: none;
}
.fc .fc-button-primary:not(:disabled):focus, .fc .fc-button-primary:not(:disabled):active {
  background-color: #e9e7e8;
  border: 1px solid #e9e7e8;
  color: #000;
  box-shadow: none;
}

.fc .fc-scrollgrid-section-body table.fc-scrollgrid-sync-table {
  border-collapse: separate;
}

.thumbnail-wrap {
  margin-bottom: 30px;
}
.thumbnail-wrap img {
  width: 100%;
  height: auto;
}

.post-title {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .post-title {
    font-size: 2.1875rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 992px) {
  .post-title {
    font-size: 2.1875rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .post-title {
    font-size: 2.8125rem;
    line-height: 3.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .post-title {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

.content-wrap {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .content-wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-wrap p {
    font-size: 1.1875rem;
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content-wrap ul li, .content-wrap ol li {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}
.content-wrap a {
  color: #d4213e;
}
.content-wrap a:hover {
  color: #5a5a5a;
}

.back-button-wrap {
  margin-bottom: 20px;
}

.breadcrumbs-class {
  margin-bottom: 30px;
  font-size: 0;
}
.breadcrumbs-class span, .breadcrumbs-class a {
  font-size: 1rem;
  line-height: 1.25rem;
  float: left;
}
.breadcrumbs-class a {
  font-weight: 600;
}
.breadcrumbs-class .separator {
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background-image: url(../images/chevron-right-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.post-date-single {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
@media only screen and (min-width: 1200px) {
  .post-date-single {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

.company-link > a {
  font-size: 1.125rem;
  line-height: 1.125rem;
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  .company-link > a {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.company-link > a:hover {
  text-decoration: none;
}

.wp-block-image a {
  overflow: hidden;
}
.wp-block-image a:hover img {
  transform: scale(1.1);
}
.wp-block-image a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.top .slider-wrap {
  height: 100vh;
}
@media only screen and (max-height: 350px) {
  section.top .slider-wrap {
    height: 120vh;
  }
}
section.top .slider-wrap .slick-list {
  height: 100%;
}
section.top .slider-wrap .slick-list .slick-track {
  height: 100%;
}
section.top .slider-wrap .slick-list .slick-track .slick-slide {
  height: 100%;
}
section.top .slider-wrap .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
section.top .slider-wrap .slick-list .slick-track .slick-slide > div .slide-single {
  height: 100%;
}
section.top .slider-wrap .slide-single {
  height: 100%;
}
section.top .slider-wrap .slide-single-wrap {
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.top .slider-wrap .slide-single-wrap .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
section.top .slider-wrap .slide-single-wrap .red-box-small, section.top .slider-wrap .slide-single-wrap .red-box-big {
  position: absolute;
  background-color: rgba(212, 33, 62, 0.7);
  z-index: 2;
}
section.top .slider-wrap .slide-single-wrap .red-box-small {
  width: 75px;
  height: 75px;
  left: 1%;
  top: 15%;
}
@media only screen and (min-width: 992px) {
  section.top .slider-wrap .slide-single-wrap .red-box-small {
    left: 18%;
    top: 18%;
  }
}
section.top .slider-wrap .slide-single-wrap .red-box-big {
  width: 105px;
  height: 105px;
  right: 0%;
  top: 28%;
}
@media only screen and (min-width: 992px) {
  section.top .slider-wrap .slide-single-wrap .red-box-big {
    right: 10%;
    top: 28%;
  }
}
section.top .slider-wrap .slide-single-wrap .yellow-box {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: rgba(255, 193, 6, 0.7);
  right: 3%;
  bottom: 31%;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  section.top .slider-wrap .slide-single-wrap .yellow-box {
    right: 21%;
    bottom: 25%;
  }
}
section.top .slider-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
section.top .slider-wrap .container {
  position: relative;
  z-index: 3;
}
section.top .slider-wrap .text-wrap {
  text-align: center;
}
section.top .slider-wrap .text-wrap .header-main {
  font-size: 2.25rem;
  line-height: 2.625rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  section.top .slider-wrap .text-wrap .header-main {
    font-size: 3.125rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  section.top .slider-wrap .text-wrap .header-main {
    font-size: 4.0625rem;
    line-height: 4.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  section.top .slider-wrap .text-wrap .header-main {
    font-size: 5rem;
    line-height: 5.3125rem;
  }
}
@media only screen and (max-height: 640px) {
  section.top .slider-wrap .text-wrap .header-main {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media only screen and (max-height: 420px) {
  section.top .slider-wrap .text-wrap .header-main {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
section.top .slider-wrap .text-wrap .sub-header {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  section.top .slider-wrap .text-wrap .sub-header {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-height: 640px) {
  section.top .slider-wrap .text-wrap .sub-header {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media only screen and (max-height: 420px) {
  section.top .slider-wrap .text-wrap .sub-header {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
section.top .slider-wrap .text-wrap .text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) {
  section.top .slider-wrap .text-wrap .text {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-height: 640px) {
  section.top .slider-wrap .text-wrap .text {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-height: 490px) {
  section.top .slider-wrap .text-wrap .text {
    margin-bottom: 30px;
  }
}
@media only screen and (max-height: 420px) {
  section.top .slider-wrap .text-wrap .text {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 20px;
  }
}
section.top .slider-wrap .slick-dots {
  position: absolute;
  left: 6%;
  bottom: 5%;
}
@media only screen and (min-width: 768px) {
  section.top .slider-wrap .slick-dots {
    right: 6%;
    left: auto;
  }
}

.events-news-and-sidebar {
  background-color: #f7f4f6;
  padding: 30px 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .events-news-and-sidebar {
    padding: 65px 0 50px 0;
  }
}

.new-companies {
  padding: 30px 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .new-companies {
    padding: 65px 0 50px 0;
  }
}

.row-top-members {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .row-top-members {
    margin-bottom: 50px;
  }
}

.post-tiles .posts-slider-companies .slick-dots li.slick-active button {
  background-color: #d4213e;
}
.post-tiles .posts-slider-companies .slick-dots li button {
  border: 1px solid #edebec;
  background-color: transparent;
  font-size: 0;
  width: 78px;
  height: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.post-tiles .slick-track {
  display: flex !important;
}
.post-tiles .slick-slide {
  height: inherit !important;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .post-tiles .slick-slide {
    margin-bottom: 82px;
  }
}
.post-tiles .slick-slide > div {
  height: 100%;
}
.post-tiles .slick-slide > div .col {
  height: 100%;
  margin-bottom: 0;
}
.post-tiles .slick-dots {
  padding-left: 16px;
}
.post-tiles .row {
  margin-left: -16px;
  margin-right: -16px;
}
.post-tiles .row .slick-slide .col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.post-tiles .row .slick-dots {
  bottom: 0;
  position: absolute;
}
.post-tiles .row .col {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .post-tiles .row .col {
    margin-bottom: 82px;
  }
}
.post-tiles .row .col .single-post-wrap .row .col {
  margin-bottom: 0;
}

.row-main-columns {
  margin-left: -30px;
  margin-right: -30px;
}
.row-main-columns > .col {
  padding-left: 30px;
  padding-right: 30px;
}

.single-post-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.single-post-wrap.main {
  display: block;
}
.single-post-wrap.main .img-wrap {
  padding-top: 50%;
  margin-bottom: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .single-post-wrap.main .img-wrap {
    margin-bottom: 0;
    padding-top: 90%;
  }
}
@media only screen and (min-width: 1600px) {
  .single-post-wrap.main .img-wrap {
    padding-top: 50%;
  }
}
.single-post-wrap.main .title > a {
  font-size: 1.25rem;
  line-height: 1.625rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .single-post-wrap.main .title > a {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.single-post-wrap.main .title > a:hover {
  color: #d4213e;
}
.single-post-wrap.main .text-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 1600px) {
  .single-post-wrap.main .event-main-row .col-xl-6:first-of-type {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .single-post-wrap.main .event-main-row .col-xl-6:last-of-type {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.single-post-wrap.member .title > a {
  text-transform: none;
}
.single-post-wrap.member .title > a:hover {
  color: #d4213e;
}
.single-post-wrap.member .img-wrap {
  background-color: #fff;
}
.single-post-wrap.member .img-wrap img {
  object-fit: contain;
  padding: 30px;
}
.single-post-wrap .meta-info-members {
  font-size: 0.875rem;
  color: #676566;
  margin-bottom: 10px;
}
.single-post-wrap .img-wrap {
  display: block;
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
  position: relative; /* If you want text inside of it */
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}
.single-post-wrap .img-wrap:hover img {
  transform: scale(1.1);
}
.single-post-wrap .img-wrap img, .single-post-wrap .img-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-wrap .logo-wrap {
  text-align: center;
  margin-bottom: 15px;
}
.single-post-wrap .logo-wrap img {
  display: inline-block;
  max-height: 50px;
  width: auto;
}
.single-post-wrap .title {
  margin-bottom: 10px;
}
.single-post-wrap .title > a {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-wrap .title > a:hover {
  color: #d4213e;
}
.single-post-wrap .meta-info {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .single-post-wrap .meta-info {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.single-post-wrap .excerpt {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .single-post-wrap .excerpt {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.single-post-wrap .button-wrap {
  margin-top: auto;
}

.events-calendar-wrap {
  margin-bottom: 34px;
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .events-calendar-wrap {
    padding-top: 0;
  }
}

.events-in-sidebar-wrap .event-single-wrap {
  margin-bottom: 25px;
}
.events-in-sidebar-wrap .event-single-wrap .title {
  margin-bottom: 0;
}
.events-in-sidebar-wrap .event-single-wrap .title > a {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .events-in-sidebar-wrap .event-single-wrap .title > a {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.events-in-sidebar-wrap .event-single-wrap .title > a:hover {
  color: #d4213e;
}
.events-in-sidebar-wrap .event-single-wrap .meta-info {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .events-in-sidebar-wrap .event-single-wrap .meta-info {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.button-wrap-sidebar {
  margin-bottom: 45px;
}
@media only screen and (min-width: 1200px) {
  .button-wrap-sidebar {
    margin-bottom: 45px;
  }
}

.buttons-wrap-sidebar {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .buttons-wrap-sidebar {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .buttons-wrap-sidebar {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .buttons-wrap-sidebar {
    padding: 0 30px;
  }
}
.buttons-wrap-sidebar .btn {
  width: 100%;
  margin-bottom: 30px;
}

.sidebar-header {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .sidebar-header {
    /*@include font-size(20);
    @include line-height(24);*/
    font-size: 1.4375rem;
    line-height: 1.5rem;
  }
}

.partners-wrap {
  margin-bottom: 50px;
}
.partners-wrap .partner-wrap {
  display: block;
  margin-bottom: 18px;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding-top: 44.25%;
  position: relative; /* If you want text inside of it */
}
.partners-wrap .partner-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 30px;
}

.search-inputs-wrap {
  margin-bottom: 70px;
}
.search-inputs-wrap label {
  border: 1px solid #eeeced;
  background-color: #fff;
  border-radius: 8px;
  display: block;
  margin-bottom: 12px;
  display: inline-block;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .search-inputs-wrap label {
    min-width: 630px;
  }
}
.search-inputs-wrap p {
  float: left;
  margin-bottom: 0;
  padding: 12px 20px;
  position: relative;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
}
.search-inputs-wrap p::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  background-color: #000;
  right: 0;
  top: 8px;
}
.search-inputs-wrap input[type=text] {
  float: left;
  border: none;
  background-color: #fff;
  margin-bottom: 0;
  width: calc(100% - 180px);
}
.search-inputs-wrap select {
  float: left;
  border: none;
  background-color: #fff;
  margin-bottom: 0;
  width: calc(100% - 180px);
  padding: 10px 12px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.members-slider-section {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .members-slider-section {
    padding: 85px 0;
  }
}
.members-slider-section .members-slider {
  margin-bottom: 20px;
}
.members-slider-section .members-slider .member-single {
  padding: 0 25px;
}
.members-slider-section .members-slider .member-single-wrap {
  display: block;
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
  position: relative; /* If you want text inside of it */
}
.members-slider-section .members-slider .member-single-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.member-companies-news {
  padding: 25px 0 35px 0;
  background-color: #f7f4f6;
}
@media only screen and (min-width: 992px) {
  .member-companies-news {
    padding: 45px 0 65px 0;
  }
}

.company-single-section {
  background-color: #f7f4f6;
  padding: 30px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .company-single-section {
    padding: 30px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .company-single-section {
    padding: 65px 0 120px 0;
  }
}
.company-single-section .row-company-member {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .company-single-section .row-company-member {
    flex-direction: row;
  }
}
.company-single-section .row {
  margin-left: -20px;
  margin-bottom: -20px;
}
.company-single-section .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
.company-single-section .logo-wrap {
  margin-bottom: 30px;
}
.company-single-section .logo-wrap img {
  width: 100%;
  height: auto;
}
.company-single-section p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .company-single-section p {
    font-size: 1.1875rem;
    line-height: 1.75rem;
    margin-bottom: 30px;
  }
}
.company-single-section h1, .company-single-section h2, .company-single-section h3, .company-single-section h4, .company-single-section h5, .company-single-section h6 {
  margin-bottom: 20px;
}
.company-single-section h3 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .company-single-section h3 {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}
.company-single-section ul li {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 992px) {
  .company-single-section ul li {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}
.company-single-section .company-single-title {
  font-size: 2.25rem;
  line-height: 2.625rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .company-single-section .company-single-title {
    font-size: 3.125rem;
    line-height: 4rem;
  }
}/*# sourceMappingURL=main.min.css.map */