html, body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
}

input:focus, button:focus, a:focus {
  outline: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

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

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .header {
    max-height: 90vh;
  }
}
.header__topBar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  z-index: 1;
}
.header__sections {
  width: 130px;
}
.header__sections span {
  padding: 10px 10px 10px 0;
  display: block;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 300;
  cursor: pointer;
}
.header .fa-bars {
  display: none;
  font-size: 24px;
  color: #fff;
}
.header__center {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header__center {
    transform: translate(-20px);
  }
}
.header__search {
  width: 130px;
}
.header__video-outer {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.header__video-outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .header__video-outer iframe {
    display: none !important;
  }
}
.header__video-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .header__video-inner {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .header__video-inner {
    width: 300%;
    left: -100%;
  }
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
@media screen and (max-width: 991px) {
  .header:before {
    display: none;
  }
}
.header--single {
  width: auto;
  height: auto;
}
.header--single .container-fluid {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .header--single .container-fluid {
    padding: 0 15px;
  }
}
.header--single .fa-bars {
  color: #000;
}
.header--single .date {
  color: #000;
}
.header--single .header__sections span {
  color: #000;
}
.header--single .header__video-outer {
  background: #000;
  position: static;
  overflow: hidden;
}
.header--single .header__video-inner {
  position: static;
  width: auto;
  height: auto;
  pointer-events: none;
  padding-bottom: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-aspect-ratio: 16/9) {
  .header--single .header__video-inner {
    height: auto;
    top: unset;
  }
}
@media (max-aspect-ratio: 16/9) {
  .header--single .header__video-inner {
    width: auto;
    left: unset;
  }
}
@media screen and (max-width: 767px) {
  .header--single .header__video-inner {
    padding-bottom: 58%;
  }
}
.header--single .search__field {
  color: #000;
}
.header--single .search__field::-webkit-input-placeholder {
  color: #000;
}
.header--single .search__field:-ms-input-placeholder {
  color: #000;
}
.header--single .search__field::placeholder {
  color: #000;
}
.header--single .search__field:focus {
  background-color: transparent !important;
  color: #000;
}
.header--single .search__submit {
  display: none;
}
.header--single .search .fa-search {
  color: #000;
}
.header--single .navigation .menu a {
  color: #000;
}
.header--single .navigation .sub-menu {
  padding: 15px 0;
  background-color: #fff;
}
.header--single:before {
  content: none;
}
@media screen and (max-width: 991px) {
  .header__sections {
    width: auto;
    margin-right: 30px;
  }
  .header__sections span {
    display: none;
  }
  .header .fa-bars {
    display: block;
  }
  .header__search {
    display: none;
  }
  .header__video-inner {
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: 20% 10px;
    width: 100%;
    left: unset;
  }
  .header--new {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .header .fa-bars {
    font-size: 18px;
  }
}

.postHeader {
  display: none;
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.postHeader__body {
  position: absolute;
  bottom: 30px;
  padding: 0 15px;
}
.postHeader__body p {
  color: #fff;
  margin-bottom: 0;
}
.postHeader__title {
  color: #fff;
  margin-bottom: 15px;
}
.postHeader__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.postHeader:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 991px) {
  .postHeader {
    display: block;
  }
}

.logo {
  display: block;
  max-width: 590px;
  margin: 0 auto 15px auto;
}
.logo img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .logo {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    max-width: 80%;
  }
}

.date {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  .date {
    display: none;
  }
}

.search {
  position: relative;
}
.search__field {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  background-color: transparent !important;
  padding: 10px 0 10px 10px;
  border: 0;
  width: 70px;
  margin-bottom: 0;
}
.search__field::-webkit-input-placeholder {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 300;
}
.search__field:-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 300;
}
.search__field::placeholder {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 300;
}
.search__field:focus {
  background-color: transparent !important;
  color: #fff;
}
.search label {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search .fa-search {
  color: #fff;
  font-size: 14px;
}
.search__submit {
  display: none;
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
.navigation .menu-item {
  opacity: 0;
}
.navigation.open .menu-item {
  animation: fade-in 0.5s forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.navigation.open .menu-item:nth-child(1) {
  animation-delay: 0s;
}
.navigation.open .menu-item:nth-child(2) {
  animation-delay: 0.25s;
}
.navigation.open .menu-item:nth-child(3) {
  animation-delay: 0.5s;
}
.navigation.open .menu-item:nth-child(4) {
  animation-delay: 0.75s;
}
.navigation.open .menu-item:nth-child(5) {
  animation-delay: 1s;
}
.navigation.open .menu-item.menu-language {
  animation-delay: 1.25s;
}
.navigation.open .sub-menu .menu-item {
  opacity: 1;
  animation: none;
}
@media screen and (max-width: 991px) {
  .navigation {
    display: none;
  }
}

.navigation-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  padding: 30px;
  transform: translateX(-100%);
  transition: ease all 0.5s;
  overflow: auto;
}
.navigation-mobile__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.navigation-mobile__header h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.navigation-mobile__header .fa-times {
  font-size: 24px;
}
.navigation-mobile .search {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 15px 0 5px 0;
  margin-bottom: 15px;
}
.navigation-mobile .search__field {
  font-size: 16px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 400;
  background-color: transparent !important;
  border: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
.navigation-mobile .search__field::-webkit-input-placeholder {
  font-size: 16px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 400;
}
.navigation-mobile .search__field:-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 400;
}
.navigation-mobile .search__field::placeholder {
  font-size: 16px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 400;
}
.navigation-mobile .search__field:focus {
  background-color: transparent !important;
  color: #000;
}
.navigation-mobile .search label {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.navigation-mobile .search .fa-search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #000;
  font-size: 14px;
}
.navigation-mobile .search__submit {
  display: none;
}
.navigation-mobile .menu {
  display: block;
}
.navigation-mobile .menu-item a {
  display: block;
  margin: 0 0 15px 0;
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0 5px 0;
}
.navigation-mobile .menu-item a:hover {
  color: #000;
}
.navigation-mobile .menu-item-has-children {
  position: relative;
}
.navigation-mobile .menu-item-has-children .fa-chevron-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.navigation-mobile .menu-item:last-child a {
  border-bottom: 0;
}
.navigation-mobile .menu .sub-menu {
  display: block;
  position: static;
}
.navigation-mobile .menu .sub-menu a {
  color: #000;
  text-transform: uppercase;
  padding: 0;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 300;
  white-space: nowrap;
}
.navigation-mobile.open {
  transform: translateX(0);
  transition: ease all 0.5s;
}
.navigation-mobile.logged {
  padding: 76px 30px 30px 30px;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
.menu a {
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 300;
}
.menu a:hover {
  color: #fff;
}
.menu .sub-menu {
  display: none;
  position: absolute;
}
.menu .sub-menu a {
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 300;
  white-space: nowrap;
}
.menu li:hover > .sub-menu {
  display: block;
}

.scroll-down {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 82px;
  left: 50%;
  transform: translate(-50%);
}
.scroll-down__chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.scroll-down__chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.scroll-down__chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.scroll-down__chevron:before, .scroll-down__chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.scroll-down__chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.scroll-down__chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .scroll-down {
    display: none;
  }
}

.section-standard {
  margin-bottom: 60px;
}
.section-standard:first-of-type {
  padding-top: 60px;
}
.section-standard__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 15px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.section-standard.section-pimp .section-standard__title {
  font-family: "Northwell";
  font-size: 52px;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .section-standard {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-standard__title {
    margin-bottom: 30px;
  }
}

.grid {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.grid--first {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "post-1 post-1 post-1 post-1 post-2 post-2 post-2 post-2 post-3 post-3 post-3 post-3" "slider slider slider slider slider slider slider slider slider slider slider slider";
}
.grid--first .grid__content {
  position: relative;
}
.grid--first .grid__content--1 {
  grid-area: post-1;
  height: 300px;
}
.grid--first .grid__content--2 {
  grid-area: post-2;
  height: 300px;
}
.grid--first .grid__content--3 {
  grid-area: post-3;
  height: 300px;
}
.grid--first .grid__content--slider {
  grid-area: slider;
  width: 100%;
  height: 300px;
}
.grid--first .grid__content--slider .grid__content {
  height: 300px;
  margin: 0 7.5px;
}
.grid--second {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "post-1 post-1 post-1 post-1 post-1 post-1 post-1 post-1 post-1 post-1 post-1 post-1" "slider slider slider slider slider slider slider slider slider slider slider slider";
}
.grid--second .grid__content {
  position: relative;
}
.grid--second .grid__content--1 {
  grid-area: post-1;
  height: 550px;
}
.grid--second .grid__content--slider {
  grid-area: slider;
  width: 100%;
  height: 300px;
}
.grid--second .grid__content--slider .grid__content {
  height: 300px;
  margin: 0 7.5px;
}
.grid--pimp {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas: "pimp-1 pimp-1 pimp-1 pimp-1 pimp-3 pimp-3 pimp-3 pimp-3 pimp-5 pimp-5 pimp-5 pimp-5" "pimp-1 pimp-1 pimp-1 pimp-1 pimp-4 pimp-4 pimp-4 pimp-4 pimp-5 pimp-5 pimp-5 pimp-5" "pimp-2 pimp-2 pimp-2 pimp-2 pimp-4 pimp-4 pimp-4 pimp-4 pimp-6 pimp-6 pimp-6 pimp-6";
}
.grid--pimp .grid__content--1 {
  grid-area: pimp-1;
  height: 415px;
}
.grid--pimp .grid__content--1 .pimp--desktop .pimp__item {
  height: 415px;
}
.grid--pimp .grid__content--2 {
  grid-area: pimp-2;
  height: 200px;
}
.grid--pimp .grid__content--2 .pimp--desktop .pimp__item {
  height: 200px;
}
.grid--pimp .grid__content--3 {
  grid-area: pimp-3;
  height: 200px;
}
.grid--pimp .grid__content--3 .pimp--desktop .pimp__item {
  height: 200px;
}
.grid--pimp .grid__content--4 {
  grid-area: pimp-4;
  height: 415px;
}
.grid--pimp .grid__content--4 .pimp--desktop .pimp__item {
  height: 415px;
}
.grid--pimp .grid__content--5 {
  grid-area: pimp-5;
  height: 415px;
}
.grid--pimp .grid__content--5 .pimp--desktop .pimp__item {
  height: 415px;
}
.grid--pimp .grid__content--6 {
  grid-area: pimp-6;
  height: 200px;
}
.grid--pimp .grid__content--6 .pimp--desktop .pimp__item {
  height: 200px;
}
.grid__content--title h2 {
  font-size: 42px;
  text-transform: uppercase;
}
.grid__title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.grid__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100% - 47px);
  margin-bottom: 10px;
}
.grid__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.grid__arrow {
  position: absolute;
  top: 50%;
  padding: 15px;
  border-radius: 50%;
  border: 0;
  line-height: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
}
.grid__arrow i {
  font-size: 21px;
  color: #fff;
}
.grid__arrow--prev {
  left: 12px;
}
.grid__arrow--next {
  right: 12px;
}
@media screen and (max-width: 991px) {
  .grid {
    display: block;
  }
  .grid__content {
    margin-bottom: 30px;
  }
  .grid--first .grid__content--title {
    height: auto;
  }
  .grid--first .grid__content--title h2 {
    font-size: 42px;
    padding-top: 20px;
  }
  .grid--second .grid__content--title {
    height: auto;
  }
  .grid--second .grid__content--title h2 {
    font-size: 42px;
    padding-top: 20px;
  }
}

.item {
  display: grid;
}
.item__title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.item__content {
  position: relative;
  overflow: hidden;
}
.item__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100% - 47px);
  margin-bottom: 10px;
}
.item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.item--six {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "post-1 post-1 post-1 post-2 post-2 post-2 post-2 post-2 post-2 post-3 post-3 post-3" "post-4 post-4 post-4 post-4 post-5 post-5 post-5 post-5 post-6 post-6 post-6 post-6";
  grid-column-gap: 15px;
  grid-row-gap: 30px;
}
.item--six .item-1 {
  grid-area: post-1;
  height: 345px;
}
@media screen and (max-width: 767px) {
  .item--six .item-1 {
    height: 200px;
  }
}
.item--six .item-2 {
  grid-area: post-2;
  height: 345px;
}
@media screen and (max-width: 767px) {
  .item--six .item-2 {
    height: 200px;
  }
}
.item--six .item-3 {
  grid-area: post-3;
  height: 345px;
}
@media screen and (max-width: 767px) {
  .item--six .item-3 {
    height: 200px;
  }
}
.item--six .item-4 {
  grid-area: post-4;
  height: 245px;
}
@media screen and (max-width: 767px) {
  .item--six .item-4 {
    height: 200px;
  }
}
.item--six .item-5 {
  grid-area: post-5;
  height: 245px;
}
@media screen and (max-width: 767px) {
  .item--six .item-5 {
    height: 200px;
  }
}
.item--six .item-6 {
  grid-area: post-6;
  height: 245px;
}
@media screen and (max-width: 767px) {
  .item--six .item-6 {
    height: 200px;
  }
}
.item--five {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "post-1 post-1 post-1 post-1 post-1 post-1 post-1 post-1 post-2 post-2 post-2 post-2" "post-3 post-3 post-3 post-3 post-4 post-4 post-4 post-4 post-5 post-5 post-5 post-5";
  grid-column-gap: 15px;
  grid-row-gap: 30px;
}
.item--five .item-1 {
  grid-area: post-1;
  height: 345px;
}
@media screen and (max-width: 767px) {
  .item--five .item-1 {
    height: 200px;
  }
}
.item--five .item-2 {
  grid-area: post-2;
  height: 345px;
}
@media screen and (max-width: 767px) {
  .item--five .item-2 {
    height: 200px;
  }
}
.item--five .item-3 {
  grid-area: post-3;
  height: 245px;
}
@media screen and (max-width: 767px) {
  .item--five .item-3 {
    height: 200px;
  }
}
.item--five .item-4 {
  grid-area: post-4;
  height: 245px;
}
@media screen and (max-width: 767px) {
  .item--five .item-4 {
    height: 200px;
  }
}
.item--five .item-5 {
  grid-area: post-5;
  height: 245px;
}
@media screen and (max-width: 767px) {
  .item--five .item-5 {
    height: 200px;
  }
}
.item--four {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "post-1 post-1 post-1 post-2 post-2 post-2 post-3 post-3 post-3 post-4 post-4 post-4" "post-1 post-1 post-1 post-2 post-2 post-2 post-3 post-3 post-3 post-4 post-4 post-4";
  grid-column-gap: 15px;
  grid-row-gap: 30px;
}
.item--four .item-1 {
  grid-area: post-1;
  height: 445px;
}
@media screen and (max-width: 767px) {
  .item--four .item-1 {
    height: 200px;
  }
}
.item--four .item-2 {
  grid-area: post-2;
  height: 445px;
}
@media screen and (max-width: 767px) {
  .item--four .item-2 {
    height: 200px;
  }
}
.item--four .item-3 {
  grid-area: post-3;
  height: 445px;
}
@media screen and (max-width: 767px) {
  .item--four .item-3 {
    height: 200px;
  }
}
.item--four .item-4 {
  grid-area: post-4;
  height: 445px;
}
@media screen and (max-width: 767px) {
  .item--four .item-4 {
    height: 200px;
  }
}
.item--standard {
  display: block;
}
.item--standard .item__image {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .item {
    display: block;
  }
  .item__content {
    margin-bottom: 30px;
  }
}

.banner {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .banner {
    margin-bottom: 30px;
  }
}

.pre-footer {
  text-align: center;
  margin-bottom: 60px;
}
.pre-footer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
  background-color: #ffd45b;
}
.pre-footer__header {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pre-footer__header {
    margin-bottom: 15px;
  }
}
.pre-footer__title {
  font-size: 62px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .pre-footer__title {
    font-size: 42px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.pre-footer__subtitle {
  font-size: 56px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .pre-footer__subtitle {
    font-size: 39px;
    padding-bottom: 15px;
  }
}
.pre-footer .header {
  height: 360px;
}
.pre-footer .header:before {
  display: none;
}
.pre-footer:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .pre-footer:last-of-type .row {
    flex-direction: column;
  }
  .pre-footer__content {
    padding: 30px;
    margin-bottom: 15px;
    height: auto;
  }
}

.newsletter__sub table {
  width: 100%;
}
.newsletter__sub input[type=text] {
  width: 100%;
  padding: 10px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000;
  background-color: transparent;
  color: #000;
  box-shadow: none;
  margin-bottom: 10px;
}
.newsletter__sub input[type=email] {
  width: 100%;
  padding: 10px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000;
  background-color: transparent;
  color: #000;
  box-shadow: none;
  margin-bottom: 10px;
}
.newsletter__sub input[type=submit] {
  width: 50px;
  height: 50px;
  font-size: 12px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  border-radius: 100%;
  text-transform: uppercase;
  margin: 0;
}
.newsletter__sub input[type=submit]:hover {
  background-color: #000;
  color: #000;
  cursor: pointer;
  padding: 16px 8px;
  font-family: "Lato", sans-serif;
  border-radius: 73px;
  text-transform: uppercase;
}

#sb_instagram {
  padding: 0 !important;
}

#sbi_images {
  padding: 0 !important;
}

.sbi_item {
  border: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .sbi_item {
    width: 50% !important;
  }
}

.social-home {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-home__item {
  line-height: 1;
  margin-right: 30px;
}
.social-home__item:last-of-type {
  margin-right: 0;
}
.social-home i {
  font-size: 30px;
  color: #000;
}
.social-home img {
  width: 50px;
  height: 50px;
}

.post {
  margin-bottom: 60px;
}
.post__header {
  padding: 30px 0 60px 0;
  text-align: center;
}
.post__header .post__title {
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .post__header .post__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .post__header {
    padding: 30px 0 0 0;
  }
  .post__header .post__date {
    font-size: 12px;
  }
}
.post__content {
  text-align: justify;
}
.post__content img {
  margin: 0;
}

.related {
  margin-bottom: 60px;
}
.related__topTitle {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 15px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.related__thumb {
  background-size: cover;
  background-position: center;
  height: 200px;
  margin-bottom: 10px;
}
.related__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .related__topTitle {
    margin-bottom: 30px;
  }
}

.page {
  padding-top: 30px;
  text-align: center;
  font-size: 16px;
}
.page-num {
  margin-right: 15px !important;
}
.page-numbers {
  margin: 0 5px;
}
.page-numbers.current {
  margin: 0 5px;
}
.page a {
  color: #ccc;
  margin: 0 5px;
}

.footer {
  position: relative;
  background-color: #000;
  padding: 30px 0 15px 0;
}
.footer .logo {
  text-align: center;
  max-width: 490px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 767px) {
  .footer {
    background-image: none;
    height: auto;
  }
  .footer .logo {
    margin: 0 auto 80px auto;
  }
}

.footer-menu {
  margin-bottom: 90px;
}
.footer-menu__label {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}
.footer-menu__link {
  color: #fff;
  font-weight: 300;
}
.footer-menu__link:hover {
  color: #fff;
  text-decoration: none;
}

.menu_footer {
  width: 200px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .menu_footer {
    width: 170px;
  }
}

.menu_footer li {
  margin-bottom: 6px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .menu_footer li {
    font-size: 12px;
    margin-right: 5px;
  }
}

.title_footer {
  color: #fff;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 54px;
}

.widget-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#form_two_blocks {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}

.form_one_block {
  margin-top: 5px;
  text-align: center;
}

#form_two_blocks #left {
  width: 49%;
  float: left;
}

#form_two_blocks #right {
  width: 49%;
  float: right;
}

input[type=text], input[type=email] {
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-top: none;
  border-right: none;
  border-left: none;
  box-shadow: none;
  width: 100%;
  padding: 5px 0;
}

.wpcf7-submit {
  background-color: #fff !important;
  color: #000 !important;
  text-transform: uppercase !important;
  border: 1px solid #000 !important;
  padding: 16px 8px;
  font-family: "Lato", sans-serif;
  border-radius: 73px;
}

.wpcf7-submit:hover {
  background-color: #000 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border: none !important;
}

textarea {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: none;
  margin-top: 35px;
  width: 100%;
  padding: 5px;
}

#text-form {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  text-align: center !important;
  width: 76%;
  margin: 0px auto 60px auto;
}

hr {
  border-top: 1px solid #000;
}

.pimp__item {
  position: relative;
}
.pimp__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.pimp__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
}
.pimp__link small {
  font-family: "Northwell";
  display: block;
  font-size: 52px;
  color: #fff;
  margin-bottom: 15px;
}
.pimp__link span {
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
}
.pimp__link:hover {
  color: #fff;
  text-decoration: none;
}
.pimp--desktop .pimp__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
}
@media screen and (max-width: 991px) {
  .pimp--desktop {
    display: none;
  }
}
.pimp--mobile {
  display: none;
}
.pimp--mobile .pimp__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 470px;
}
@media screen and (max-width: 991px) {
  .pimp--mobile {
    display: block;
  }
}
.pimp--header {
  display: none;
}
.pimp--header .pimp__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90vh;
}
@media screen and (max-width: 991px) {
  .pimp--header {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pimp--mobile {
    margin-bottom: 30px;
  }
}

.has-text-align-center {
  margin: 30px 0;
}

.about__item {
  margin-bottom: 30px;
}
.about__image {
  width: 125px;
  height: 125px;
  margin: 0 auto 30px auto;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.about__name, .about__role {
  margin-bottom: 0;
  text-align: center;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}

.menuForums {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.menuForums__item {
  margin-right: 30px !important;
}

.menuForums__link,
.menuForums__link:hover {
  font-size: 16px !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}

.list-menu-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-menu-bottom li {
  margin-right: 30px !important;
}
.list-menu-bottom li:last-of-type {
  margin-right: 0 !important;
}
.list-menu-bottom a {
  text-transform: uppercase;
  color: #000;
  padding: 0px 15px;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}
.list-menu-bottom__blank {
  margin-bottom: 90px;
  background-color: #000;
  min-height: 44px;
}
.list-menu-bottom__blank a {
  color: #fff;
  text-transform: uppercase;
  padding: 0px 25px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .list-menu-bottom__blank {
    margin-bottom: 60px;
  }
}

.forumLogos {
  display: flex;
  justify-content: center;
}
.forumLogos__claim {
  font-style: italic;
  text-align: center;
  margin-bottom: 60px;
  line-height: 28px;
}
.forumLogos__item {
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forumLogos__item:last-of-type {
  margin-right: 0;
}
.forumLogos__image {
  max-width: 100%;
}

.claimForum {
  font-style: italic;
  text-align: center;
  margin-bottom: 60px;
  line-height: 28px;
  height: 120px;
  overflow: hidden;
  transition: ease all 1s;
}
.claimForum.full {
  height: auto;
}

.forumTitle {
  font-size: 42px;
}

.forumTitleImage {
  width: 380px;
  margin: 0 auto;
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.forumTitleImage img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .menuForums {
    display: block;
  }
  .menuForums__item {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .list-menu-bottom {
    display: block;
  }
  .list-menu-bottom li {
    text-align: center;
    margin-right: 0 !important;
  }

  .forumTitleImage {
    width: 100%;
  }
}
.events {
  margin-bottom: 30px;
}
.events__image {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .events__image {
    margin-bottom: 30px;
  }
}

.containerForum {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .containerForum {
    padding: 0 15px;
  }
}

.textDown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  cursor: pointer;
}
.textDown:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
}
.textDown.open:before {
  content: "\f077";
}

.wp-block-embed.is-type-video {
  text-align: center;
}

.emphasisPost {
  position: relative;
  display: flex;
  position: relative;
}
.emphasisPost__header {
  width: 75%;
  padding-bottom: 40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.emphasisPost__body {
  flex: 1;
  background-color: #fff;
  padding: 0 30px;
}
.emphasisPost__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .emphasisPost {
    display: block;
    margin-bottom: 0;
  }
  .emphasisPost__header {
    width: 100%;
  }
  .emphasisPost__body {
    position: static;
    transform: none;
    padding: 15px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .emphasisPost__header {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding-bottom: 75%;
  }
}

.bannerWatchouse {
  padding-bottom: 35%;
  background-size: 75%;
  background-position: center -60px;
  background-repeat: no-repeat;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .bannerWatchouse {
    background-position: center -20px;
    padding-bottom: 45%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .noMobile {
    display: none;
  }
}

#forum-navigation a:nth-child(1),
#forum-navigation a:nth-child(4),
#forum-navigation a:nth-child(6) {
  display: none !important;
}

.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
}

.cart-contents:before {
  font-family: "fontawesome";
  font-weight: 900;
  content: "\f290" !important;
  font-size: 24px;
  color: #000000;
}

.cart-contents:hover {
  text-decoration: none;
}

/*
.cart-contents-count {
  position: absolute;
  top: 15px;
  right: 1px;
  transform: translateY(-105%) translateX(25%);
  font-weight: normal;
  font-size: 8px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: red;
  border-radius: 50%;
   padding: 1px;  
}
*/
#product_summary {
  float: right !important;
  padding-left: 30px !important;
}

#wooswipe {
  float: left !important;
}

.variations th {
  padding-right: 20px !important;
}

.variations select {
  border: 1px solid #000000;
  border-radius: 0px;
  background-color: #ffffff;
  color: #000000;
  padding: 4px;
}

.variations select:focus {
  background-color: #ffffff;
  color: #000000;
}

.variations select option:checked,
.variations select option:hover {
  box-shadow: 0 0 10px 100px #000 inset;
}

th.label label {
  margin: 10px 0px !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
  width: 50px !important;
}

.product_meta {
  margin-top: 20px !important;
}

.woocommerce-variation-add-to-cart {
  margin-top: 20px !important;
}

.product_meta a {
  color: #000000 !important;
}

.woocommerce-message, .woocommerce-info {
  border-top-color: #000000;
}

.woocommerce-message::before, .woocommerce-info::before {
  color: #000000;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #dfdcde;
  text-decoration: none;
  background-image: none;
  color: #515151;
  border: 2px solid #000000;
  border-radius: 0px;
  line-height: 20px;
}

.single_add_to_cart_button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  margin-top: 3px;
  height: 41px !important;
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  border-radius: 0px;
  line-height: 20px;
}

.wp-element-button #place_order {
  height: 48px !important;
}

.section-standard:first-of-type {
  padding: 0px !important;
}

#coupon_code {
  width: 90% !important;
}

.reset_variations {
  color: #000000;
  padding-left: 10px;
}

.wc-block-components-product-metadata__description, .wc-block-components-product-details {
  display: none !important;
}

.woocommerce-shipping-fields {
  margin-top: 30px !important;
}

#order_review_heading {
  padding: 20px !important;
}

#order_review {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.woocommerce table.shop_table {
  border: 1px solid black !important;
}

#payment {
  background: #ffffff !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: left;
}

.payment_method_paypal label a {
  display: none !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
  color: #000 !important;
}

.form-row-first {
  text-align: left;
}

.form-row-last {
  text-align: right;
}

.single-product-main-image button.wooswipe-next.slick-arrow {
  right: 10px !important;
}

.single-product-main-image button.wooswipe-prev.slick-arrow {
  left: 10px !important;
}

.woocommerce-checkout-review-order-table .variation {
  display: none !important;
}

#af-wrapper .forum-menu {
  float: left !important;
}

.wp-block-image figure {
  margin-bottom: 28px;
}

/*# sourceMappingURL=custom.css.map */
