/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: "GT Pressura Light";
  src: url("../../fonts/GT-Pressura-Light.eot");
  src: url("../../fonts/GT-Pressura-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/GT-Pressura-Light.woff") format("woff"), url("../../fonts/GT-Pressura-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Pressura Regular";
  src: url("../../fonts/GT-Pressura-Regular.eot");
  src: url("../../fonts/GT-Pressura-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/GT-Pressura-Regular.woff") format("woff"), url("../../fonts/GT-Pressura-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Pressura Bold";
  src: url("../../fonts/GT-Pressura-Bold.eot");
  src: url("../../fonts/GT-Pressura-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/GT-Pressura-Bold.woff") format("woff"), url("../../fonts/GT-Pressura-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body, p {
  font-family: "GT Pressura Regular";
  font-size: 1.125rem;
  color: #000000;
  line-height: 26px;
}
p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .text-large p, .text-large li {
    font-size: 1.375rem;
    line-height: 33px;
  }
}
@media (min-width: 768px) {
  .description-large p {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media (min-width: 1200px) {
  .description-large p {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.text-small p {
  font-size: 1.125rem;
}
a {
  text-decoration: none;
  color: #B93420;
}
a:hover {
  color: #E6B10E;
}
ul li::marker {
  color: #E6B10E;
  font-size: 1.5rem;
}
ul li + li {
  margin-top: 0.5rem;
}
.listing-style ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.listing-style ul li {
  position: relative;
  padding-left: 1.5rem;
}
.listing-style ul li::before {
  width: 10px;
  height: 10px;
  background-color: #E6B10E;
  color: #E6B10E;
  font-size: 1.5rem;
  content: "";
  border-radius: 100px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.listing-style ul li + li {
  margin-top: 0.5rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "GT Pressura Bold";
  font-weight: 400;
  margin-bottom: 1rem;
}
h1, .h1 {
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1400px) {
  h1, .h1 {
    font-size: 5rem;
  }
}
h2, .h2 {
  font-size: 1.75rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  h2, .h2 {
    font-size: 3.75rem;
  }
}
h3, .h3 {
  font-size: 1.25rem;
  line-height: 30px;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 24px;
  }
}
@media (min-width: 1400px) {
  h3, .h3 {
    font-size: 2.625rem;
    line-height: 42px;
  }
}
h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1400px) {
  h4, .h4 {
    font-size: 2rem;
  }
}
h5, .h5 {
  font-size: 1.125rem;
  line-height: 22px;
  letter-spacing: 1.5px;
  color: #E6B10E;
}
@media (min-width: 1400px) {
  h5, .h5 {
    font-size: 1.25rem;
    line-height: 24px;
  }
}
h6, .h6 {
  font-size: 1.125rem;
}
.subtitle {
  font-family: "GT Pressura Regular";
  text-transform: uppercase;
}
.btn {
  min-width: 190px;
  height: 60px;
  border-radius: 0px !important;
  border: 0;
  font-family: "GT Pressura Bold";
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 26px;
  transition: all 0.5s ease !important;
  padding: 1rem;
  margin: 0;
  position: relative;
}
@media (min-width: 576px) {
  .btn {
    min-width: 215px;
    font-size: 1.125rem;
    padding: 1rem 2.5rem;
  }
}
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .button-group {
    gap: 1rem;
  }
}
.button-group .btn {
  min-width: 175px;
}
@media (min-width: 576px) {
  .button-group .btn {
    min-width: 215px;
  }
}
.button-group li {
  margin: 0;
}
.btn-white {
  color: #B93420;
  background: #ffffff;
}
.btn-white:hover {
  background: #E6B10E;
  color: #ffffff;
}
.btn-black {
  color: #ffffff;
  background: #000000;
}
.btn-black:hover {
  background: #E6B10E;
  color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background: #B93420;
}
.btn-primary:hover {
  background: #E6B10E;
  color: #ffffff;
}
.btn-secondary {
  background: #E6B10E;
  color: #000000;
}
.btn-secondary:hover {
  background-color: #B93420;
  color: #ffffff;
}
.btn-accent {
  background: #ABBBB0;
  color: #ffffff;
}
.btn-accent:hover {
  background-color: #B93420;
  color: #ffffff;
}
.btn-link {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ABBBB0;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.btn-link:hover {
  color: #B93420;
}
.btn-link:hover svg path {
  fill: #B93420;
}
img {
  max-width: 100%;
  height: auto;
}
.subtitle {
  color: #C2D3DF;
  letter-spacing: 1.6px;
}
body {
  padding-top: 80px;
}
@media (min-width: 1200px) {
  body {
    padding-top: 100px;
  }
}
body.home {
  padding-top: 0;
}
.wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}
.main {
  width: 100%;
  display: block;
}
.bg-overly {
  position: relative;
  z-index: 0;
}
.bg-overly:before {
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: "";
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.spinner-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  display: none;
}
.spinner-wrapper .spinner {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B93420 url("../../images/red-bg.jpg") no-repeat center center;
  background-size: cover;
  margin: 0;
}
.block {
  width: 100%;
  display: block;
  margin: 0;
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .block {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .block {
    padding: 6rem 0;
  }
}
.border-radius {
  border-radius: 0.625rem;
}
.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-primary {
  background: #B93420 !important;
}
.bg-secondary {
  background: #E6B10E !important;
}
.bg-accent {
  background-color: #ABBBB0;
}
.bg-yellow {
  background-color: #FFFEF1;
}
.bg-light-accent {
  background-color: #FFFEF1;
}
.bg-green {
  background-color: #34583C;
}
.bg-offwhite {
  background-color: #FFFEF1;
}
.border-rounded {
  border-radius: 0.625rem;
}
.text-white p {
  color: #ffffff;
}
.text-primary {
  color: #B93420 !important;
}
.text-primary * {
  color: #B93420;
}
.text-secondary {
  color: #E6B10E !important;
}
.text-secondary * {
  color: #E6B10E;
}
.text-darkgrey {
  color: #252121 !important;
}
.text-darkgrey * {
  color: #252121;
}
.vector-pic {
  width: 100px;
  position: absolute;
  right: 0.5rem;
  top: -100px;
}
@media (min-width: 576px) {
  .vector-pic {
    width: 150px;
    top: -150px;
  }
}
@media (min-width: 1200px) {
  .vector-pic {
    width: 190px;
    top: -190px;
  }
}
.video-box {
  width: 100%;
  aspect-ratio: 1.7777777778;
  position: relative;
}
.video-box::before {
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.sticky-button {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-color: #F3D3C1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-family: "GT Pressura Bold";
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  padding: 1rem;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .sticky-button {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .sticky-button {
    width: 150px;
    height: 150px;
    font-size: 2rem;
  }
}
.sticky-button img {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.sticky-button.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1520px;
  }
}
.sbi_item {
  border-radius: 5px;
}
.header {
  width: 100%;
  height: 80px;
  background-color: #B93420;
  background-image: url("../../images/header-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
@media (min-width: 1200px) {
  .header {
    height: 100px;
  }
}
.header .navbar {
  width: 100%;
  display: block;
}
.header .navbar-brand {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.header .navbar-brand img {
  width: 250px;
}
@media (min-width: 1200px) {
  .header .navbar-brand img {
    width: 350px;
  }
}
.header.sticky-header {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.header.sticky-header .navbar-brand {
  opacity: 1;
  visibility: visible;
}
.btn-header {
  display: none;
  padding-right: 70px;
}
@media (min-width: 768px) {
  .btn-header {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .btn-header {
    padding-right: 0;
  }
}
.btn-header .btn {
  min-width: 125px;
  height: 40px;
}
.menu-toggle {
  background-color: transparent;
  padding: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0;
  z-index: 99;
  transition: all 0.5s ease;
  float: right;
  position: relative;
}
@media (min-width: 1400px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle svg {
  width: 50px;
  height: 50px;
}
.menu-toggle svg rect {
  fill: #ffffff;
}
.menu-toggle:hover svg rect {
  fill: #E6B10E;
}
.navbar-menu {
  width: 100%;
  height: 100vh;
  background-color: #E6B10E;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.4s, background-color 0.4s;
  padding: 1rem 1rem 1rem;
  z-index: 1;
}
@media (min-width: 576px) {
  .navbar-menu {
    width: 400px;
  }
}
@media (min-width: 1400px) {
  .navbar-menu {
    width: auto;
    height: auto;
    position: relative;
    transform: initial;
    padding: 0;
    background-color: transparent;
  }
}
.navbar-menu ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .navbar-menu ul.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.navbar-menu ul.menu > li {
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .navbar-menu ul.menu > li {
    margin: 0.225rem;
  }
}
.navbar-menu ul.menu > li > a {
  text-decoration: none;
  color: #000000;
  font-family: "GT Pressura Bold";
  font-size: 1.125rem;
  line-height: 28px;
  text-transform: uppercase;
  line-height: normal;
  display: inline-block;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
  position: relative;
}
@media (min-width: 1400px) {
  .navbar-menu ul.menu > li > a {
    background-color: #ffffff;
    padding: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .navbar-menu ul.menu > li > a {
    padding: 0.5rem 0.75rem;
  }
}
.navbar-menu ul.menu > li > a::before {
  height: 2px;
  background-color: #E6B10E;
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 5px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.navbar-menu ul.menu > li.current-menu-item a, .navbar-menu ul.menu > li:hover a {
  color: #B93420;
  text-decoration: none;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li.current-menu-item a, .navbar-menu ul.menu > li:hover a {
    color: #E6B10E;
  }
}
.navbar-menu ul.menu > li.current-menu-item a::before, .navbar-menu ul.menu > li:hover a::before {
  opacity: 1;
  visibility: visible;
}
.navbar-menu ul.menu > li.menu-item-type-custom a {
  color: #000000;
}
@media (min-width: 1400px) {
  .navbar-menu ul.menu > li.menu-item-type-custom a {
    background-color: #ffffff;
  }
}
.navbar-menu ul.menu > li.menu-item-type-custom a:before {
  opacity: 0;
  visibility: hidden;
}
.navbar-menu ul.menu > li.menu-item-type-custom:hover a {
  color: #B93420;
  text-decoration: none;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li.menu-item-type-custom:hover a {
    color: #E6B10E;
  }
}
.navbar-menu ul.menu > li.menu-item-type-custom:hover a::before {
  opacity: 1;
  visibility: visible;
}
.open-menu {
  overflow: hidden;
}
.open-menu::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.open-menu .navbar-menu {
  transform: translateY(0);
}
.open-menu .menu-toggle svg rect {
  fill: #000000;
}
.open-menu .menu-toggle svg rect.rect1 {
  opacity: 1;
  transform: rotate(45deg) translate(2px, -5px);
}
.open-menu .menu-toggle svg rect.rect2 {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.open-menu .menu-toggle svg rect.rect3 {
  opacity: 1;
  transform: rotate(-45deg) translate(-11px, 7px);
}
.sticky-header .menu-toggle svg path {
  stroke: #B93420;
}
.home .header {
  background-color: transparent;
  background-image: none;
}
.home .header .navbar-brand {
  opacity: 0;
  visibility: hidden;
}
.home .header.sticky-header {
  background-color: #B93420;
  background-image: url("../../images/header-bg.png");
}
.home .header.sticky-header .navbar-brand {
  opacity: 1;
  visibility: visible;
}
.home .header .navbar-menu .navbar-brand {
  opacity: 1;
  visibility: visible;
}
.home footer {
  margin-top: -50px;
}
footer {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #B93420;
  color: #ffffff;
  padding-top: 8rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  footer {
    padding-top: 10rem;
  }
}
footer a {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 24px;
  font-family: "GT Pressura Bold";
  color: #F3D3C1;
}
@media (min-width: 992px) {
  footer a {
    font-size: 1.25rem;
  }
}
footer a:hover {
  color: #ffffff;
}
footer p {
  color: #B93420;
  font-size: 1rem;
  line-height: 28px;
  font-weight: 400;
  font-family: "GT Pressura Regular";
  margin-bottom: 0;
}
footer h6 {
  text-transform: uppercase;
  letter-spacing: 2.7px;
  margin-bottom: 1.5rem;
  color: #B93420;
}
footer .footer-logo {
  width: 70%;
}
@media (min-width: 576px) {
  footer .footer-logo {
    font-size: 1.25rem;
  }
}
footer ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
footer ul.menu li {
  padding: 0;
  margin: 0;
}
footer ul.menu li + li {
  padding-left: 1rem;
}
@media (min-width: 576px) {
  footer ul.menu li + li {
    padding-left: 1.5rem;
  }
}
footer ul.menu li a {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 24px;
  font-family: "GT Pressura Bold";
}
@media (min-width: 992px) {
  footer ul.menu li a {
    font-size: 1.25rem;
  }
}
footer #footer-menu {
  padding-top: 2rem;
  margin: 0 -2px;
}
@media (min-width: 576px) {
  footer #footer-menu {
    margin: 0;
    gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  footer #footer-menu {
    padding-top: 5rem;
  }
}
footer #footer-menu li {
  width: 33.333%;
  padding: 2px;
}
@media (min-width: 576px) {
  footer #footer-menu li {
    width: auto;
    padding: 0;
  }
}
footer #footer-menu li a {
  width: 100%;
  background-color: #ffffff;
  text-decoration: none;
  color: #000000;
  font-family: "GT Pressura Bold";
  font-size: 0.9rem;
  line-height: 28px;
  text-transform: uppercase;
  line-height: normal;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
}
@media (min-width: 576px) {
  footer #footer-menu li a {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  footer #footer-menu li a {
    font-size: 1.25rem;
  }
}
footer #footer-menu li a:hover {
  background-color: #E6B10E;
}
@media (min-width: 576px) {
  footer #footer-menu li + li {
    padding-left: 0;
  }
}
footer .company-email {
  position: relative;
}
footer .company-email a {
  font-size: 1.5rem;
  font-family: "GT Pressura Bold";
  color: #E6B10E;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 576px) {
  footer .company-email a {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  footer .company-email a {
    font-size: 4rem;
  }
}
footer .company-email a:hover {
  color: #ffffff;
}
footer .company-email a br {
  display: none;
}
@media (min-width: 576px) {
  footer .company-email a br {
    display: block;
  }
}
@media (min-width: 1200px) {
  footer .company-email::after {
    width: 150px;
    height: 160px;
    background: url("../../images/hand-icon-group.png") no-repeat center center;
    background-size: 100%;
    content: "";
    position: absolute;
    right: 12rem;
    bottom: 2rem;
  }
}
footer .copyright-text {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 24px;
  font-family: "GT Pressura Bold";
  color: #F3D3C1;
}
@media (min-width: 992px) {
  footer .copyright-text {
    font-size: 1.25rem;
  }
}
.social-icons {
  list-style-type: none;
  margin: 0 -0.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.social-icons li {
  display: inline-block;
  padding: 0.5rem;
  position: relative;
  margin: 0;
}
.social-icons li a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: all 0.5s ease;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
@media (min-width: 576px) {
  .social-icons li a {
    width: 80px;
    height: 80px;
  }
}
.social-icons li a:hover {
  animation-name: bounce;
  animation-timing-function: ease;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.contact-info-block {
  position: relative;
  z-index: 0;
}
.contact-info-block::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact-info-block h1 {
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .contact-info-block h1 {
    font-size: 6rem;
  }
}
.contact-info-block .contact-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact-info-block .contact-info li {
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .contact-info-block .contact-info li {
    font-size: 2rem;
    padding: 2rem 0;
  }
}
.contact-info-block .contact-info li a {
  color: #ffffff;
}
.contact-info-block .contact-info li a:hover {
  color: #FFFEF1;
}
.company-info-block {
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  margin-bottom: -4rem;
  z-index: 1;
}
@media (min-width: 1200px) {
  .company-info-block .row {
    margin-left: calc((100% - 1520px) / 2);
  }
}
.company-info-block .row .opning-hours {
  position: relative;
}
@media (min-width: 992px) {
  .company-info-block .row .opning-hours:after {
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    right: -30px;
    top: 80%;
    background: url("../../images/point-red.svg") no-repeat center center;
    background-size: 100%;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .company-info-block .row .opning-hours:after {
    width: 190px;
    height: 190px;
    right: -70px;
    top: 50%;
    transform: translatey(-50%);
  }
}
.company-info-block .hours-listing {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .company-info-block .hours-listing {
    width: 75%;
  }
}
.company-info-block .hours-listing li {
  background-color: #ffffff;
  padding: 0.75rem 1rem;
  margin: 0.5rem 0;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .company-info-block .hours-listing li {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .company-info-block .hours-listing li {
    font-size: 1.35rem;
    padding: 0.75rem 1.5rem;
  }
}
.company-info-block .hours-listing li.highlight-time {
  background-color: #B93420;
  color: #ffffff;
}
.title-bar {
  min-height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media (min-width: 1200px) {
  .title-bar {
    min-height: 600px;
  }
}
.title-bar h1 {
  font-size: 2.5rem;
  letter-spacing: 3px;
}
@media (min-width: 992px) {
  .title-bar h1 {
    letter-spacing: 8px;
    font-size: 3.75rem;
  }
}
.title-bar::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.title-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.title-bar .play-icon {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-form-control-wrap {
  margin-bottom: 1.5rem;
  display: block;
}
.form-control {
  height: 50px;
  background-color: transparent;
  border: 1px solid #B93420;
  border-radius: 2px;
  color: #B93420;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #ABBBB0;
  background-color: transparent;
}
.form-control.wpcf7-textarea {
  height: 120px;
}
.form-control::-webkit-input-placeholder {
  color: #B93420;
}
.form-control::-moz-placeholder {
  color: #B93420;
}
.form-control:-ms-input-placeholder {
  color: #B93420;
}
.form-control:-moz-placeholder {
  color: #B93420;
}
.btn.wpcf7-submit {
  width: 100%;
  background: #C2D3DF;
  border-radius: 2px;
  text-align: left;
}
.content-box-items .content-box-item .content-box-inner {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  position: relative;
}
@media (min-width: 1200px) {
  .content-box-items .content-box-item .content-box-inner {
    padding: 3rem 2rem;
  }
}
.content-box-items .content-box-item .content-box-inner .box-pic {
  margin-bottom: 2rem;
}
.content-box-items .content-box-item .content-box-inner .box-pic img {
  width: auto;
  height: 140px;
}
.content-box-items .content-box-item .content-box-inner .box-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.content-box-items .content-box-item .content-box-inner .box-content h3 {
  margin-bottom: 1.5rem;
}
.content-box-items .content-box-item .content-box-inner .box-content p {
  min-height: 80px;
}
.content-box-items .content-box-item .content-box-inner .box-content .btn {
  height: 42px;
  line-height: 42px;
  padding: 0;
  margin-top: 1.5rem;
}
.partners-block .content-box-items .content-box-item .content-box-inner .box-pic {
  transform: rotateX(0deg) rotateY(0deg) rotateZ(-1deg);
  position: relative;
}
.partners-block .content-box-items .content-box-item .content-box-inner .box-pic img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .partners-block .content-box-items .content-box-item .content-box-inner .box-pic img {
    height: 400px;
  }
}
.partners-block .content-box-items .content-box-item .content-box-inner .box-pic svg {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.partners-block .content-box-items .content-box-item .content-box-inner .box-pic svg path {
  fill: #B93420;
}
.locations-block .box-pic {
  transform: initial !important;
}
.locations-block .button-group li {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .locations-block .button-group li {
    width: auto;
  }
}
.locations-block .button-group .btn {
  min-width: 175px;
  margin: 0 !important;
}
.hero-banner-block {
  width: 100%;
  background-color: #B93420;
  background-image: url("../../images/red-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.hero-banner-block .container {
  position: relative;
}
.hero-banner-block .hero-banner-inner {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 992px) {
  .hero-banner-block .hero-banner-inner {
    min-height: 100vh;
  }
}
.hero-banner-block .hero-banner-inner .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (min-width: 992px) {
  .hero-banner-block .hero-banner-inner .hero-content {
    padding-top: 5rem;
  }
}
.hero-banner-block .hero-banner-inner .hero-content h1 {
  color: #ffffff;
  font-size: 2.5rem;
  margin: 1rem 0;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .hero-banner-block .hero-banner-inner .hero-content h1 {
    font-size: 3.5rem;
    padding: 0 8rem;
  }
}
@media (min-width: 1200px) {
  .hero-banner-block .hero-banner-inner .hero-content h1 {
    font-size: 4.5rem;
    line-height: 84px;
  }
}
@media (min-width: 1400px) {
  .hero-banner-block .hero-banner-inner .hero-content h1 {
    font-size: 6.5rem;
    line-height: 84px;
  }
}
.hero-banner-block .hero-banner-inner .hero-content .btn-white {
  height: auto;
  color: #B93420;
  font-size: 1.5rem;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .hero-banner-block .hero-banner-inner .hero-content .btn-white {
    font-size: 2rem;
    padding: 2rem 1rem;
  }
}
.hero-banner-block .hero-banner-inner .hero-content .btn-white:hover {
  color: #ffffff;
}
.hero-banner-block .hero-banner-inner .hero-content .hero-tagline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  color: rgba(255, 255, 255, 0.2);
}
.hero-banner-block .hero-banner-inner .hero-logo {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  z-index: 1;
  transform: translatey(-50%);
}
@media (min-width: 768px) {
  .hero-banner-block .hero-banner-inner .hero-logo {
    top: 1rem;
    bottom: 1rem;
    transform: initial;
  }
}
.hero-banner-block .hero-banner-inner .hero-logo img {
  width: auto;
  height: calc(50vh - 2rem);
}
@media (min-width: 768px) {
  .hero-banner-block .hero-banner-inner .hero-logo img {
    height: calc(100vh - 2rem);
  }
}
.hero-banner-block .hero-banner-inner .video-box {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
}
.hero-banner-block .hero-banner-inner .video-box .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-banner-block .hero-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-banner-block .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.two-column-content .two-column-inner p a {
  color: #ffffff;
  text-decoration: underline;
}
.two-column-content .two-column-inner p a:hover {
  color: #E6B10E;
  text-decoration: none;
}
.two-column-content .two-column-inner .video-box {
  position: relative;
  height: 500px;
  min-height: initial;
}
@media (min-width: 992px) {
  .two-column-content .two-column-inner .video-box {
    height: 600px;
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .two-column-content .two-column-inner .video-box {
    height: calc(100vh - 120px);
    min-height: 750px;
  }
}
.two-column-content .two-column-inner .video-box .video-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}
@media (min-width: 576px) {
  .two-column-content .two-column-inner .video-box .video-content {
    padding: 2rem;
  }
}
.two-column-content .two-column-inner .video-box .video-content h2 {
  font-size: 6rem;
  color: #E6B10E;
  line-height: 1;
}
@media (min-width: 1200px) {
  .two-column-content .two-column-inner .video-box .video-content h2 {
    font-size: 10rem;
  }
}
.two-column-content .two-column-inner .video-box .video-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.two-column-content .two-column-inner .video-box .video-content ul li {
  padding: 0.5rem 0;
  margin: 0;
}
.two-column-content .two-column-inner .video-box .video-content ul li .btn {
  min-width: initial;
  height: 42px;
  padding: 0.5rem 1rem;
}
@media (min-width: 576px) {
  .two-column-content .two-column-inner .video-box .video-content ul li .btn {
    padding: 0.5rem 1.25rem;
  }
}
.two-column-content .two-column-inner .image:after {
  height: 100%;
  width: 25px;
  content: "";
  position: absolute;
  top: -96px;
  right: -25px;
  background-color: #E6B10E;
}
.two-column-content .two-column-inner .image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  margin-top: -110px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .two-column-content .two-column-inner .image img {
    margin-top: -185px;
    height: 550px;
  }
}
.two-column-content .two-column-inner .menu-content-items .menu-content-item .menu-listing-icon {
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.two-column-content .two-column-inner .menu-content-items .slick-arrow {
  background-color: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 60px);
}
.two-column-content .two-column-inner .menu-content-items .slick-arrow.next-arrow {
  left: 50%;
}
.full-width-two-column .two-column-inner .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.full-width-two-column .two-column-inner .image {
  height: 100%;
}
.full-width-two-column .two-column-inner .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center center;
}
.full-width-two-column .two-column-inner .column-content {
  padding-left: 6%;
  padding-right: 6%;
}
.full-width-two-column .two-column-inner .column-content a {
  color: #000000;
}
.full-width-two-column .two-column-inner .column-content a:hover {
  color: #E6B10E;
}
.jobs-two-column-content .column-content {
  width: 100%;
  height: 100%;
  background: url("../../images/event-bg.png") no-repeat center center;
  background-size: cover;
  padding: 2rem;
}
.two-column-slider {
  padding: 0 3rem;
}
@media (min-width: 992px) {
  .two-column-slider {
    padding: 0 4rem;
  }
}
.two-column-slider .slick-arrow {
  background: transparent;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}
.two-column-slider .slick-arrow svg {
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .two-column-slider .slick-arrow svg {
    width: 50px;
    height: 50px;
  }
}
.two-column-slider .slick-arrow.prev-arrow {
  left: -0.65rem;
}
.two-column-slider .slick-arrow.next-arrow {
  right: -0.65rem;
}
.tab-section {
  padding-bottom: 6rem;
}
.tab-section h3 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #E6B10E;
}
@media (min-width: 768px) {
  .tab-section h3 {
    font-family: "GT Pressura Regular";
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 1.3;
  }
}
.tab-section .nav {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  column-gap: 1rem;
  border: 0;
}
@media (min-width: 992px) {
  .tab-section .nav {
    flex-direction: column;
    column-gap: 0;
  }
}
.tab-section .nav .nav-item {
  margin: 1.25rem 0;
  display: inline-block;
}
.tab-section .nav .nav-item .nav-link {
  color: #000000;
  line-height: 1;
  opacity: 0.3;
  padding: 0;
  position: relative;
  transition: all 0.5s ease;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
@media (min-width: 992px) {
  .tab-section .nav .nav-item .nav-link::after {
    width: 130px;
    height: 100px;
    display: inline-block;
    background: url("../../images/point.png") no-repeat center center;
    background-size: 100%;
    content: "";
    position: absolute;
    left: 100%;
    bottom: 30px;
    opacity: 0;
    transition: all 0.5s ease;
  }
}
@media (min-width: 1200px) {
  .tab-section .nav .nav-item .nav-link::after {
    width: 175px;
    height: 150px;
  }
}
.tab-section .nav .nav-item .nav-link:hover {
  color: #ffffff;
  opacity: 1;
}
.tab-section .nav .nav-item .nav-link:hover::after {
  opacity: 1;
}
.tab-section .nav .nav-item .nav-link.active {
  color: #ffffff;
  opacity: 1;
}
.tab-section .tab-content .tab-pane {
  display: block;
  opacity: 1;
}
@media (min-width: 992px) {
  .tab-section .tab-content .tab-pane {
    display: none;
  }
  .tab-section .tab-content .tab-pane.active {
    display: block;
  }
}
.tab-section .tab-content .tab-pane .accordion-header {
  margin: 1rem 0;
}
.tab-section .tab-content .tab-pane .accordion-header .accordion-button {
  color: #ffffff;
}
.tab-section .tab-content .tab-pane .accordion-header .accordion-button:after {
  width: 40px;
  height: 40px;
  background: url(../../images/down-arrow.svg) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: rotate(180deg);
  transition: all 0.5s ease !important;
}
.tab-section .tab-content .tab-pane .accordion-header .accordion-button.collapsed {
  color: #ffffff;
  opacity: 0.9;
}
@media (min-width: 576px) {
  .tab-section .tab-content .tab-pane .accordion-header .accordion-button.collapsed {
    color: #000000;
    opacity: 0.3;
  }
}
.tab-section .tab-content .tab-pane .accordion-header .accordion-button.collapsed:after {
  transform: rotate(0deg);
}
.tab-section .tab-content .tab-pane .tab-pic img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center;
}
.tab-section .tab-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tab-section .tab-content ul li, .tab-section .tab-content ul p {
  color: #ffffff;
}
.tab-section .tab-content ul li p, .tab-section .tab-content ul p p {
  margin: 0;
}
.tab-section .tab-content ul li a, .tab-section .tab-content ul p a {
  color: #ffffff;
}
.tab-section .tab-content ul li a:hover, .tab-section .tab-content ul p a:hover {
  color: #E6B10E;
}
.tab-section .tab-content ul li + li, .tab-section .tab-content ul p + li {
  margin-top: 1rem;
}
.tab-section .tab-content .hours-listing li {
  margin-top: 0;
}
.tab-section .tab-content .button-group .btn {
  min-width: initial;
  height: auto;
  line-height: 1;
  padding: 1rem 0.85rem;
}
.tab-section .tab-content .button-group .btn:nth-child(1) {
  background-color: #ffffff;
  color: #B93420;
}
.tab-section .tab-content .button-group .btn:nth-child(1):hover {
  background-color: #E6B10E;
}
.tab-section .tab-content p {
  color: #ffffff;
}
.tab-section .tab-content p strong {
  font-family: "GT Pressura Bold";
  font-weight: 400;
}
.careers-tab-section .tab-content .tab-pane .tab-pic {
  width: 400px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .careers-tab-section .tab-content .tab-pane .tab-pic {
    width: 450px;
    margin: 0;
  }
}
.careers-tab-section .tab-content .tab-pane .tab-pic .image:before {
  height: 75%;
  width: 75%;
  background-color: #E6B10E;
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: -1;
}
.careers-tab-section .tab-content .tab-pane .tab-pic .image:after {
  width: 200px;
  height: 300px;
  background: url("../../images/peace.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: -90px;
  bottom: 0;
}
.careers-tab-section .tab-content .tab-pane .tab-pic img {
  aspect-ratio: 0.75;
}
.our-story-block {
  background-attachment: fixed;
}
.our-story-block .our-story-inner {
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.our-story-block .our-story-inner h3 {
  color: #B93420;
}
.our-story-block .our-story-inner h4 {
  text-transform: uppercase;
  font-family: "GT Pressura Regular";
}
.our-story-block .our-story-inner:after {
  background-color: #ffffff;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  content: "";
  z-index: -1;
}
@media (min-width: 768px) {
  .our-story-block .our-story-inner:after {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }
}
.our-story-block .our-story-inner::before {
  width: 100px;
  height: 100px;
  background: url("../../images/hand-icon-ok.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: -0.5rem;
  top: -2rem;
  content: "";
}
@media (min-width: 576px) {
  .our-story-block .our-story-inner::before {
    width: 125px;
    height: 125px;
    left: -2rem;
    top: -3rem;
  }
}
@media (min-width: 1200px) {
  .our-story-block .our-story-inner::before {
    left: -8rem;
    top: 5rem;
    width: 190px;
    height: 190px;
  }
}
.our-story-block .our-story-inner .our-story-content {
  padding: 4.5rem;
}
@media (min-width: 768px) {
  .our-story-block .our-story-inner .our-story-content {
    padding: 5rem;
  }
}
@media (min-width: 1200px) {
  .our-story-block .our-story-inner .our-story-content {
    padding: 6.5rem;
  }
}
.download-app-section {
  border-radius: 0px 0px 3.125rem 3.125rem;
  z-index: 1;
}
.download-app-section .content h3 {
  color: #000000;
  font-family: "GT Pressura Regular";
  font-weight: 400;
}
.download-app-section .content h3 span {
  color: #ffffff;
  font-family: "GT Pressura Bold";
}
.download-app-section .video-box {
  border-radius: 10px;
  overflow: hidden;
}
.download-app-section .video-box::before {
  display: none;
}
.download-app-section .button-group .btn:hover {
  background-color: #B93420;
  color: #ffffff;
}
.page-id-1227 .title-bar {
  background-position: top center;
}
.feature-box-items {
  position: relative;
  z-index: 1;
}
.feature-box-items .feature-box-item .feature-title {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border: 10px solid #B93420;
  padding: 2rem;
}
@media (min-width: 1200px) {
  .feature-box-items .feature-box-item .feature-title {
    min-height: 300px;
    padding: 5rem;
  }
}
.feature-box-items .feature-box-item .feature-title h5 {
  color: #000000;
  text-transform: uppercase;
  font-family: "GT Pressura Regular";
  font-weight: 400;
  text-align: center;
  letter-spacing: normal;
  margin: 0;
}
.feature-box-items .feature-box-item:nth-child(2) h5 {
  color: #ffffff;
}
.link-point {
  position: absolute;
  bottom: 2rem;
  left: calc(50% + 120px);
  transform: translateX(-50%);
}
.social-feed-block h3 {
  font-family: "GT Pressura Regular";
}
@media (min-width: 1200px) {
  .order-block {
    padding-top: 7rem;
  }
}
.order-block .container {
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .order-block .container {
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .order-block .container {
    padding-bottom: 18rem;
  }
}
.order-block .order-boxes-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.page-id-199 .title-bar h1 {
  color: #E6B10E;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 1200px) {
  .page-id-199 .title-bar h1 {
    font-size: 6rem;
  }
}
.menu-wrapper .menu-filter-listing {
  display: flex;
  column-gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .menu-wrapper .menu-filter-listing {
    column-gap: 1rem;
  }
}
.menu-wrapper .filter {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 1200px) {
  .menu-wrapper .filter {
    gap: 1rem;
  }
}
.menu-wrapper .filter .filter-item {
  min-height: 42px;
  cursor: pointer;
  border: 2px solid #ffffff;
  line-height: 1;
  font-family: "GT Pressura Bold";
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 0.25rem 0;
}
.menu-wrapper .filter .filter-item:hover, .menu-wrapper .filter .filter-item.filter-active {
  color: #ffffff;
  background-color: #E6B10E;
  border-color: #E6B10E;
}
.badges {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  display: flex;
  column-gap: 0.5rem;
}
.badge {
  min-width: 50px;
  min-height: 30px;
  background-color: #E6B10E;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "GT Pressura Bold";
  line-height: 22px;
  padding: 0.275rem 1rem;
}
.badge.size {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  bottom: auto;
  left: auto;
}
.badge.new {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  bottom: auto;
  left: auto;
}
.badge.vegan, .badge.vegan-option {
  background-color: #BCFFC9;
  color: #0BA82B;
}
.badge.vegetarian {
  background-color: #25CC46;
  color: #21612E;
}
.badge.white-base {
  background-color: #ffffff;
  color: #000000;
}
.badge.gulten-free {
  background-color: #E6B10E;
  color: #000000;
}
.badge.not-vegetarian {
  background-color: #000000;
  color: #ffffff;
}
.monthly-special-items .monthly-special-item {
  background-color: #B93420;
  background-image: url("../../images/red-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.monthly-special-items .monthly-special-item + .monthly-special-item {
  margin-top: 2rem;
}
.monthly-special-items .monthly-special-item .badge {
  color: #000000;
}
.menu-item-wrapper .menu-item {
  width: 100%;
}
.menu-item-wrapper .menu-item + .menu-item {
  margin-top: 3rem;
}
.menu-row .menu-col {
  margin: 0;
}
.menu-row .menu-col .card {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  padding: 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .menu-row .menu-col .card {
    min-height: 520px;
  }
}
@media (min-width: 992px) {
  .menu-row .menu-col .card {
    min-height: 480px;
  }
}
@media (min-width: 1200px) {
  .menu-row .menu-col .card {
    min-height: 650px;
  }
}
.menu-row .menu-col .card .card-image {
  position: relative;
}
.menu-row .menu-col .card .card-image img {
  width: 100%;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
}
.menu-row .menu-col .card .card-body {
  padding: 0;
}
.menu-row .menu-col .card .card-body h4 {
  color: #B93420;
}
.menu-row .menu-col .card .card-footer {
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0;
}
@media (min-width: 576px) {
  .menu-row .menu-col .card .card-footer {
    flex-direction: row;
  }
}
.menu-row .menu-col .card .card-footer .price {
  margin: 0;
}
.menu-row .menu-col .card .card-footer .btn {
  min-width: 160px;
  font-size: 1.125rem;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .menu-row .menu-col .card .card-footer .btn {
    min-width: 200px;
    font-size: 2rem;
  }
}
.menu-row .menu-col .card .card-footer.no-price .btn {
  width: 100%;
}
.dips .menu-row .menu-col .card {
  min-height: auto;
}
.images-block .image-grid img {
  position: absolute;
}
.images-block .image-grid img:nth-child(1) {
  top: 7%;
  left: -3%;
  width: 65%;
  transform: rotate(-1deg);
}
@media (min-width: 576px) {
  .images-block .image-grid img:nth-child(1) {
    width: 37%;
  }
}
.images-block .image-grid img:nth-child(2) {
  top: 45%;
  left: 4%;
  width: 38%;
  transform: rotate(1.636deg);
}
@media (min-width: 576px) {
  .images-block .image-grid img:nth-child(2) {
    width: 18%;
    left: 9%;
  }
}
.images-block .image-grid img:nth-child(3) {
  top: 20%;
  left: 37%;
  width: 40%;
  transform: rotate(-1.221deg);
}
@media (min-width: 576px) {
  .images-block .image-grid img:nth-child(3) {
    width: 21%;
  }
}
.images-block .image-grid img:nth-child(4) {
  top: 10%;
  left: 65%;
  width: 45%;
}
@media (min-width: 576px) {
  .images-block .image-grid img:nth-child(4) {
    width: 27%;
    left: 55%;
    top: 8%;
  }
}
.images-block .image-grid img:nth-child(5) {
  top: 53%;
  left: 70%;
  width: 35%;
}
@media (min-width: 576px) {
  .images-block .image-grid img:nth-child(5) {
    width: 21%;
    top: 40%;
    left: 82%;
  }
}
.images-block .icon-grid a {
  position: absolute;
  width: 100px;
}
@media (min-width: 576px) {
  .images-block .icon-grid a {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .images-block .icon-grid a {
    width: 200px;
  }
}
.images-block .icon-grid a:nth-child(1) {
  top: 0%;
  left: 60%;
  transform: rotate(12.04deg);
}
@media (min-width: 576px) {
  .images-block .icon-grid a:nth-child(1) {
    top: 5%;
  }
}
.images-block .icon-grid a:nth-child(2) {
  top: 75%;
  left: 25%;
}
@media (min-width: 576px) {
  .images-block .icon-grid a:nth-child(2) {
    top: 70%;
  }
}
.images-block .icon-grid a:nth-child(3) {
  top: 70%;
  left: 55%;
  width: 25%;
  z-index: 1;
}
@media (min-width: 576px) {
  .images-block .icon-grid a:nth-child(3) {
    width: 13%;
  }
}
.images-block .image-collage .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .images-block .image-collage .btn {
    min-width: 400px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
}
.event-items .event-item {
  position: relative;
}
.event-items .event-item .event-item-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-items .event-item .event-item-inner .event-pic {
  width: 100%;
  height: 100%;
}
.event-items .event-item .event-item-inner .event-pic img {
  width: 100%;
  aspect-ratio: 0.8333333333;
  object-fit: cover;
  object-position: center center;
}
.event-items .event-item .event-item-inner .event-content p {
  line-height: 22px;
}
.event-items .event-item .event-item-inner .event-content .event-icon {
  position: absolute;
  right: calc(var(--bs-gutter-x) * .5);
  bottom: 0;
}
.event-items .event-item .event-item-inner .event-content .event-icon.event-icon-01 {
  top: -7.5rem;
  bottom: auto;
  right: 0;
}
.event-items .event-item .event-item-inner .event-content .event-icon.event-icon-01 img {
  width: 150px;
}
.event-items .event-item .event-item-inner .event-content.event-icons {
  padding-bottom: 12rem;
  padding-top: 2rem;
}
@media (min-width: 1200px) {
  .event-items .event-item .event-item-inner .event-content.event-icons {
    padding-bottom: 10rem;
    padding-top: 0;
  }
}
.event-items .event-item .event-item-inner.event-item-bg {
  background: url("../../images/event-bg.png") no-repeat center center;
  background-size: cover;
  padding: 2rem;
  position: relative;
  z-index: 0;
}
.event-items .event-item .event-item-inner.event-item-bg:before {
  width: 100%;
  height: 100%;
  background-color: #B93420;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
.event-items .event-item .event-item-inner.event-item-bg .event-content p {
  color: #ffffff;
}
.gallery-slider img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 576px) {
  .gallery-slider img {
    aspect-ratio: 2;
  }
}
@media (min-width: 1200px) {
  .gallery-slider img {
    aspect-ratio: 2.5;
  }
}
.gallery-slider .slick-arrow {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
}
.gallery-slider .slick-arrow.prev-arrow {
  left: 0;
}
.gallery-slider .slick-arrow.next-arrow {
  right: 0;
}
.gallery-slider .slick-arrow:hover circle {
  fill: #E6B10E;
}
.event-form {
  background-color: #34583C;
}
.event-form h2 {
  font-family: "GT Pressura Regular";
}
.job-box-items .job-box-item .job-box-inner {
  width: 100%;
  height: 100%;
  background-color: #FFFEF1;
  border-radius: 0;
  padding: 2rem 1rem;
  position: relative;
}
.job-box-items .job-box-item .job-box-inner .box-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.job-box-items .job-box-item .job-box-inner .box-content h3 {
  margin-bottom: 1.5rem;
  padding: 0 3rem;
}
.job-box-items .job-box-item .job-box-inner .box-content .btn {
  width: 100%;
  min-width: initial;
  height: 42px;
  line-height: 42px;
  padding: 0;
}
.single-job .normal-content-section .container {
  position: relative;
}
.single-job .normal-content-section .container:after {
  width: 150px;
  height: 200px;
  background: url("../../images/peace.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: none;
  position: absolute;
  right: 0;
  bottom: -6rem;
}
@media (min-width: 992px) {
  .single-job .normal-content-section .container:after {
    display: block;
  }
}
.job-feature-items .job-feature-item {
  padding-bottom: calc(var(--bs-gutter-x) * .5);
  padding-top: calc(var(--bs-gutter-x) * .5);
}
.job-feature-items .job-feature-item .job-feature-inner {
  width: 100%;
  height: 100%;
  background-color: #FFFEF1;
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .job-feature-items .job-feature-item .job-feature-inner {
    padding: 3rem;
  }
}
.post-items .post-item {
  margin-bottom: 1.5rem;
}
.post-items .post-item .post-item-inner {
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
}
.post-items .post-item .post-item-inner .post-pic {
  margin-bottom: 1.125rem;
}
.post-items .post-item .post-item-inner .post-pic img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.post-items .post-item .post-item-inner .post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
}
.post-items .post-item .post-item-inner .post-meta .author-pic {
  margin-right: 1.125rem;
}
.post-items .post-item .post-item-inner .post-meta .author-pic img {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  object-fit: cover;
  object-position: center;
}
.post-items .post-item .post-item-inner .post-meta .author-name {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 300;
  display: block;
  margin-bottom: 0.25rem;
}
.post-items .post-item .post-item-inner .post-meta .date {
  color: #000000;
  font-weight: 500;
}
.post-items .post-item .post-item-inner .post-meta .arrow-link {
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #B93420;
  transition: all 0.5s ease;
}
.post-items .post-item .post-item-inner .post-meta .arrow-link svg {
  fill: #E6B10E;
  width: 32px;
  height: 32px;
}
.post-items .post-item .post-item-inner .post-content {
  padding: 0 1.25rem 1.5rem;
  margin-top: 1.5rem;
}
.post-items .post-item .post-item-inner .post-content h4 {
  margin-bottom: 1.125rem;
}
.post-items .post-item .post-item-inner .post-content h4 a {
  transition: all 0.5s ease;
  color: #B93420;
  text-decoration: none;
}
.post-items .post-item .post-item-inner .post-content p {
  color: #000000;
}
.post-items .post-item .post-item-inner:hover .post-meta .arrow-link {
  background-color: #E6B10E;
  transform: translateX(-10px);
}
.post-items .post-item .post-item-inner:hover .post-meta .arrow-link svg {
  fill: #B93420;
}
.post-items .post-item .post-item-inner:hover .post-content h4 a {
  color: #B93420;
}
.single-post .post-pic {
  margin-bottom: 2rem;
}
.single-post .post-pic img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.single-post .post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.single-post .post-meta .author-pic {
  margin-right: 1.125rem;
}
.single-post .post-meta .author-pic img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.single-post .post-meta .author-name {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 300;
  display: block;
  margin-bottom: 0.25rem;
}
.single-post .post-meta .date {
  color: #000000;
  font-weight: 500;
}
.single-post .post-meta .social-sharing-icons {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single-post .post-meta .social-sharing-icons li {
  margin-left: 1.25rem;
}
.single-post .post-meta .social-sharing-icons li a {
  transition: all 0.5s ease;
}
.single-post .post-meta .social-sharing-icons li a:hover svg path {
  fill: #ABBBB0;
}
.single-post .tag-listing {
  padding: 2rem 0;
}
.single-post .tag-listing a {
  border: 1px solid #E6B10E;
  text-decoration: none;
  color: #E6B10E;
  padding: 0.5rem 1rem;
}
.single-post .tag-listing a:hover {
  border-color: #B93420;
  background-color: #B93420;
  color: #ABBBB0;
}
.search-location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.store-row {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .store-row {
    flex-direction: row;
  }
}
.store-row .store-map {
  height: 350px;
}
@media (min-width: 992px) {
  .store-row .store-map {
    height: 100%;
    min-height: 600px;
  }
}
.store-wrapper {
  width: 100%;
  background-color: #B93420;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .store-wrapper {
    min-height: 690px;
  }
}
.store-wrapper a, .store-wrapper h5 {
  color: #ffffff;
  letter-spacing: normal;
}
.store-wrapper .accordion-button:after {
  width: 40px;
  height: 40px;
  background: url(../../images/down-arrow.svg) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: rotate(180deg);
  transition: all 0.5s ease !important;
}
.store-wrapper .accordion-button.collapsed {
  color: #000000;
  opacity: 0.3;
}
.store-wrapper .accordion-button.collapsed:after {
  transform: rotate(0deg);
}
.store-wrapper .hours-listing span {
  display: block;
}
.store-wrapper .button-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.store-wrapper .button-listing .btn {
  min-width: 175px;
  padding: 1rem;
}
.store-wrapper .button-listing .btn:nth-child(1) {
  background-color: #ffffff;
  color: #B93420;
}
.store-wrapper .button-listing .btn:nth-child(1):hover {
  background-color: #E6B10E;
}
