/* 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: 1rem;
  line-height: 1.25rem;
  margin-bottom: 15px;
}
p strong {
  font-weight: 700;
}

ul {
  margin-bottom: 15px;
  list-style: disc;
  padding-left: 18px;
}
ul li {
  margin-bottom: 5px;
}
ul li ul, ul li ol {
  padding-top: 15px;
}

ol {
  margin-bottom: 15px;
  list-style: disc;
  padding-left: 18px;
}
ol li {
  margin-bottom: 5px;
}
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;
  }
}

.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: #000;
  text-transform: uppercase;
}
.menu-secondary-section .button-wrap {
  float: right;
}

.section-headers {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section-headers {
    margin-bottom: 60px;
  }
}
.section-headers .sub-header {
  font-size: 1rem;
  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.75rem;
  line-height: 2.125rem;
  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;
}

.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 26px 12px 26px;
  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: #f9f7f8;
}
.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.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: 25px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  nav {
    padding-top: 35px;
  }
}
nav.static {
  position: static;
  background-color: #000;
  padding-bottom: 10px;
}
nav .row {
  margin-left: -10px;
  margin-right: -10px;
}
nav .row .col {
  padding-left: 10px;
  padding-right: 10px;
}
nav .hamburger {
  float: left;
  padding: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  nav .hamburger {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  nav .hamburger {
    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;
  background-color: #fff;
}
nav .img-wrap {
  display: inline-block;
}
nav .img-wrap img {
  max-height: 90px;
}
nav .right-menus-wrap {
  float: right;
}
nav .right-menus-wrap .menu {
  float: left;
}
nav .right-menus-wrap .button-wrap {
  float: left;
  margin-left: 35px;
  display: none;
}
@media only screen and (min-width: 768px) {
  nav .right-menus-wrap .button-wrap {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  nav .right-menus-wrap .button-wrap {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .right-menus-wrap .button-wrap {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  nav .right-menus-wrap .button-wrap {
    margin-left: 35px;
  }
}
nav .right-menus-wrap .lang-wrap {
  float: left;
  color: #fff;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 4px;
}
@media only screen and (min-width: 768px) {
  nav .right-menus-wrap .lang-wrap {
    padding-top: 16px;
    margin-left: 12px;
  }
}
@media only screen and (min-width: 992px) {
  nav .right-menus-wrap .lang-wrap {
    padding-top: 14px;
    margin-left: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .right-menus-wrap .lang-wrap {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .right-menus-wrap .lang-wrap {
    margin-right: 0;
    margin-left: 35px;
  }
}
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;
}
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: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
nav .right-menus-wrap .lang-wrap .lang-menu li > a {
  font-size: 1.4375rem;
}
@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.4375rem;
  }
}
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 8px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) li a {
    padding: 12px 10px;
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width: 1920px) {
  nav .menu:not(.mobile-menu) li a {
    padding: 12px 20px;
  }
}
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: #f2f2f2;
  -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: 0.875rem;
  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: #000;
  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: #fff;
}
.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 {
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: calc(100% - 67px);
  overflow: scroll;
  padding-top: 60px;
}
.sidenav .menu-bg-wrap.background-sub-menu {
  background-color: #000;
}
.sidenav .menu-bg-wrap.background-sub-menu .extra-menu-items {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu {
  float: none;
  -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;
  list-style: none;
}
.sidenav .menu-bg-wrap .mobile-menu li {
  float: none;
  display: block;
  border-bottom: 1px solid #303030;
  padding: 10px 0;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children {
  position: relative;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children > a {
  padding-right: 90px;
}
.sidenav .menu-bg-wrap .mobile-menu li a {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #fff;
  padding: 10px 24px 10px 40px;
  display: block;
  -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 .menu-bg-wrap .mobile-menu li a:hover {
  background-color: #000;
}
.sidenav .menu-bg-wrap .mobile-menu li a .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;
  -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 .menu-bg-wrap .mobile-menu li a .arrow:hover {
  background-color: #000;
}
.sidenav .menu-bg-wrap .mobile-menu li a .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: #000;
  display: none;
  border-right: 1px solid #303030;
}
.sidenav .menu-bg-wrap .mobile-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  position: relative;
  padding-left: 130px;
  padding-right: 40px;
  border-bottom: 1px solid #303030;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a .arrow {
  background-image: url(../images/chevron-right.svg);
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #fff;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li .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: #f9f7f8;
  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 {
  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;
  text-transform: uppercase;
}
@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 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;
}

.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 {
  background-color: #f2f2f2;
  padding: 14px 0;
}

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

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 12px;
}

.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-liquid-hack .fc-daygrid-day-frame {
  position: static;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fc-liquid-hack .fc-daygrid-day-frame .fc-daygrid-day-events {
  width: 0;
}
.fc-liquid-hack .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;
}
.fc .fc-daygrid-day.has-event .fc-daygrid-day-number {
  color: #fff;
  font-weight: 700;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(212, 33, 62, 0.5);
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  color: #fff;
  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 .title {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.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;
}
.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;
}

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

.post-title {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  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.75rem;
    line-height: 3.875rem;
  }
}

section.top .slider-wrap {
  height: 100vh;
}
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-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;
  text-transform: uppercase;
  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: 7.375rem;
    line-height: 7.375rem;
  }
}
section.top .slider-wrap .text-wrap .sub-header {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
  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;
  }
}
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;
  }
}
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: #f9f7f8;
  padding: 30px 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .events-news-and-sidebar {
    padding: 65px 0 50px 0;
  }
}

.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-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.125rem;
  line-height: 1.625rem;
}
@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 .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 .meta-info-members {
  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;
}
.single-post-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post-wrap .logo-wrap {
  text-align: center;
  margin-bottom: 15px;
}
.single-post-wrap .logo-wrap img {
  display: inline-block;
  max-height: 70px;
  width: auto;
}
.single-post-wrap .title {
  margin-bottom: 10px;
}
.single-post-wrap .title > a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.single-post-wrap .meta-info {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.single-post-wrap .excerpt {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
}
.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.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.events-in-sidebar-wrap .event-single-wrap .meta-info {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}

.button-wrap-sidebar {
  margin-bottom: 25px;
}

.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.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.partners-wrap {
  margin-bottom: 50px;
}
.partners-wrap .partner-wrap {
  display: block;
  margin-bottom: 18px;
  padding: 30px;
  background-color: #fff;
  text-align: center;
}

.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;
  text-transform: uppercase;
  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);
}

.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 {
  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: #f9f7f8;
}
@media only screen and (min-width: 992px) {
  .member-companies-news {
    padding: 45px 0 65px 0;
  }
}

.company-single-section {
  background-color: #f9f7f8;
  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 {
  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.4375rem;
    line-height: 1.875rem;
    margin-bottom: 30px;
  }
}
.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 */