@import url(https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap);
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.button {
  color: black;
  font-family: "Red Hat Display", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  background-color: transparent;
  gap: 8px;
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1.5px solid black;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 1175px) {
  .button {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 500px), (max-height: 550px) and (orientation: landscape) {
  .button {
    font-size: 18px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 380px) {
  .button {
    font-size: 16px;
  }
}
.button:hover {
  background: black;
  color: white !important;
  text-decoration: none !important;
}
.button:active {
  background: #5c5c5b;
  border: 1.5px solid #5c5c5b;
}
.button-white {
  color: white;
  border: 1.5px solid white;
}
.button-white:hover {
  background: white;
  color: black !important;
}
.button-white:active {
  background: #5c5c5b;
  border: 1.5px solid #5c5c5b;
}
.button-mobile {
  color: white;
  border: 1.5px solid #FBB040;
  height: 30px;
  width: 300px;
  padding: 10px 20px;
  font-family: "Red Hat Display", serif;
  text-decoration: none;
  margin-bottom: 50px;
  padding: 10px 20px;
}
@media screen and (max-width: 550px), (max-height: 550px) and (orientation: landscape) {
  .button-mobile {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px), (max-height: 550px) and (orientation: landscape) {
  .button-mobile {
    width: 225px;
  }
}
@media screen and (max-width: 390px) {
  .button-mobile {
    width: 185px;
  }
}
.button-mobile-white {
  border: none;
  height: 10px;
  width: 100px;
}
.button-mobile-noBorder {
  border: none;
  height: 5px;
  width: 100px;
  margin-bottom: 40px;
}
@media screen and (min-width: 750px) {
  .button-mobile-noBorder {
    height: 15px;
  }
}
@media screen and (max-width: 550px), (max-height: 550px) and (orientation: landscape) {
  .button-mobile-noBorder {
    margin-bottom: 20px;
  }
}
.button-yellow {
  border: 1.5px solid #FBB040;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
}
.button-yellow:hover {
  background: #FBB040;
}
.button-yellow:active {
  background: #5c5c5b;
  border: 1.5px solid #5c5c5b;
}

.primaryFont {
  font-family: "Red Hat Display", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .primaryFont {
    font-size: 16px;
  }
}
@media screen and (max-width: 830px) {
  .primaryFont {
    font-size: 12px;
  }
}
.primaryFont-black {
  color: black;
}
.primaryFont-black a {
  color: black;
  text-decoration: none;
}
.primaryFont-black a:hover {
  -webkit-text-decoration: underline solid 2px black;
          text-decoration: underline solid 2px black;
  text-underline-offset: 5px;
}
.primaryFont-black a:hover:active {
  -webkit-text-decoration: underline solid 2px #5c5c5b;
          text-decoration: underline solid 2px #5c5c5b;
  color: #5c5c5b;
}
.primaryFont-white {
  color: white;
}
.primaryFont-white a {
  color: white;
  text-decoration: none;
}
.primaryFont-white a:hover {
  color: white;
  -webkit-text-decoration: underline solid 2px white;
          text-decoration: underline solid 2px white;
  text-underline-offset: 5px;
}
.primaryFont-white a:hover:active {
  -webkit-text-decoration: underline solid 2px #5c5c5b;
          text-decoration: underline solid 2px #5c5c5b;
  color: #5c5c5b;
}
.primaryFont-dropdown a {
  color: white;
}
.primaryFont-dropdown a:hover {
  color: #FBB040;
  -webkit-text-decoration: underline solid 2px #FBB040;
          text-decoration: underline solid 2px #FBB040;
  text-underline-offset: 5px;
}
.primaryFont-dropdown a:hover:active {
  -webkit-text-decoration: underline solid 2px #5c5c5b;
          text-decoration: underline solid 2px #5c5c5b;
  color: #5c5c5b;
}

.heading {
  color: white;
  font-family: "Red Hat Display", serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.5;
  margin: 20px 0px;
}
@media screen and (max-width: 1050px) {
  .heading {
    font-size: 46px;
  }
}
@media screen and (max-width: 770px) {
  .heading {
    font-size: 42px;
  }
}
@media screen and (max-width: 500px), (max-height: 500px) and (orientation: landscape) {
  .heading {
    font-size: 28px;
  }
}
.heading-text {
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Red Hat Text", serif;
}
.heading-text-black {
  color: black;
}
.heading-text-grey {
  color: #646566;
}
@media screen and (max-width: 1250px) {
  .heading-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px), (max-height: 500px) and (orientation: landscape) {
  .heading-text {
    font-size: 16px;
  }
}
.heading-mediumBold {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-height: 500px) and (orientation: landscape), (max-width: 500px) {
  .heading-mediumBold {
    font-size: 16px;
  }
}
.heading-mediumBold-black {
  color: black;
}
.heading-mediumBold-yellow {
  color: #FBB040;
}
.heading-mediumBold-yellow-large {
  font-size: 30px;
}
@media screen and (max-width: 500px), (max-height: 500px) and (orientation: landscape) {
  .heading-mediumBold-yellow-large {
    font-size: 24px;
  }
}
.heading-bold {
  font-size: 18px;
  font-weight: 600;
  font-family: "Red Hat Text", serif;
  line-height: 1.5;
}

.links {
  color: white;
  font-family: "Red Hat Display", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
@media (hover: hover) {
  .links:hover {
    color: #FBB040;
    -webkit-text-decoration: 1.5px solid underline #FBB040;
            text-decoration: 1.5px solid underline #FBB040;
    text-underline-offset: 5px;
  }
}
.links:active {
  color: #5c5c5b;
  -webkit-text-decoration: 1.5px solid underline #5c5c5b;
          text-decoration: 1.5px solid underline #5c5c5b;
}
@media screen and (max-width: 1250px) {
  .links {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px), (max-height: 500px) and (orientation: landscape) {
  .links {
    font-size: 16px;
  }
}

.footerText {
  color: white;
  font-family: "Red Hat Text", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media screen and (max-width: 1050px) and (min-width: 770px) {
  .footerText {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px), (max-height: 500px) and (orientation: landscape) {
  .footerText {
    font-size: 12px;
  }
}
.footerText a {
  text-decoration: none;
  color: inherit;
}

.body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.ham_menu {
  height: 45px;
  width: 45px;
  position: relative;
  border: 2px solid black;
  border-radius: 5px;
  z-index: 1001;
}
@media screen and (min-width: 750px) {
  .ham_menu {
    height: 65px;
    width: 65px;
  }
}
@media screen and (max-width: 500px), (max-height: 500px) and (orientation: landscape) {
  .ham_menu {
    height: 40px;
    width: 40px;
  }
}
.ham_menu span {
  background-color: black;
}
.ham_menu.active {
  border: 2px solid white;
}
.ham_menu--white {
  border: 2px solid white;
}
.ham_menu--white span {
  background-color: white;
}

.ham_menu span {
  height: 3px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
}
@media screen and (min-width: 750px) {
  .ham_menu span {
    width: 35px;
  }
}
@media screen and (max-width: 500px), (max-height: 500px) and (orientation: landscape) {
  .ham_menu span {
    width: 20px;
  }
}

.ham_menu span:nth-child(1) {
  top: 30%;
}

.ham_menu span:nth-child(3) {
  top: 70%;
}

.ham_menu.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: white;
}

.ham_menu.active span:nth-child(2) {
  opacity: 0;
}

.ham_menu.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: white;
}

.off_screen_menu {
  background: black;
  padding-top: 20vh;
  color: white;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 20px;
  transition: 0.5s ease;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .off_screen_menu {
    padding-top: 25vh;
  }
}
.off_screen_menu_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-self: center;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .off_screen_menu_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.off_screen_menu.active {
  right: 0;
  position: fixed;
  top: 0;
}

.off_screen_menu.active ~ body,
.off_screen_menu.active ~ html {
  overflow: hidden;
  height: 100vh;
}

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero_mask {
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%; /* Adjust this to control how much of the bottom the gradient covers */
  background: linear-gradient(0deg, rgb(0, 0, 0) 5%, rgba(255, 255, 255, 0) 45%);
  z-index: 0; /* Keeps the gradient behind other content */
}
.hero_mask--top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 65%);
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .hero_mask--top {
    display: none;
  }
}
.hero_mask_inner {
  max-width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1500px) {
  .hero_mask_inner {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1025px) {
  .hero_mask_inner {
    max-width: 100% !important;
  }
}
.hero_nav {
  display: flex;
  padding-top: 50px;
  padding-bottom: 35px;
  justify-content: space-between;
  list-style: none;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .hero_nav .button {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.hero_nav #tab {
  padding: 0px 15px;
  margin-right: 10px;
}
@media screen and (max-width: 1175px) {
  .hero_nav #tab {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 770px) {
  .hero_nav #tab {
    padding: 0px 5px;
  }
}
@media screen and (max-width: 1025px) {
  .hero_nav {
    display: none;
  }
}
.hero_nav_mobile {
  display: none;
  padding-top: 35px;
  padding-bottom: 35px;
  z-index: 1000;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .hero_nav_mobile {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .hero_nav_mobile a {
    z-index: 1001;
  }
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .hero_nav_mobile a img {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px), screen and (max-width: 1024px) and (max-height: 500px) and (orientation: landscape) {
  .hero_nav_mobile a img {
    width: 225px;
  }
}
.hero_nav img {
  margin-top: 10px;
  padding-right: 95px;
}
@media screen and (max-width: 1175px) {
  .hero_nav img {
    width: 150px;
    padding-right: 75px;
  }
}
@media screen and (max-width: 950px) {
  .hero_nav img {
    width: 105px;
    padding-right: 25px;
  }
}
.hero_nav_dropdown {
  /* Show the dropdown menu on hover */
  /* Dropdown content (hidden by default) */
}
.hero_nav_dropdown_trigger {
  padding: 0px 10px;
}
@media screen and (max-width: 1175px) {
  .hero_nav_dropdown_trigger {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 770px) {
  .hero_nav_dropdown_trigger {
    padding: 0px 5px;
  }
}
.hero_nav_dropdown #dropdownArrow {
  opacity: 0;
}
.hero_nav_dropdown:hover .hero_nav_dropdown_trigger {
  color: white;
  background: black;
  border-radius: 10px 10px 0px 0px;
  text-decoration: none !important;
  padding: 20px 10px;
}
@media screen and (max-width: 1175px) {
  .hero_nav_dropdown:hover .hero_nav_dropdown_trigger {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 770px) {
  .hero_nav_dropdown:hover .hero_nav_dropdown_trigger {
    padding: 20px 5px;
  }
}
.hero_nav_dropdown:hover .hero_nav_dropdown_trigger #dropdownArrow {
  opacity: 1;
}
.hero_nav_dropdown:hover .hero_nav_dropdown_links {
  display: block;
}
.hero_nav_dropdown_links {
  width: 250px;
  position: absolute;
  margin-top: 15px;
  margin-left: -75px;
  position: absolute;
  border-radius: 10px;
  padding: 20px 15px;
  z-index: 999;
  display: none;
  background: black;
  /* Links inside the dropdown */
}
@media screen and (max-width: 1175px) {
  .hero_nav_dropdown_links {
    margin-top: 10px;
    margin-left: -60px;
    width: 235px;
  }
}
@media screen and (max-width: 770px) {
  .hero_nav_dropdown_links {
    margin-left: -50px;
    width: 200px;
  }
}
.hero_nav_dropdown_links a {
  float: none;
  display: block;
  padding: 10px 0px 5px 15px;
}
.hero_nav_dropdown_links a :hover {
  color: #FBB040;
}
@media screen and (max-width: 770px) {
  .hero_nav_dropdown_links a {
    margin-bottom: 0;
  }
}
.hero_nav_dropdown_links a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15' fill='none'%3E%3Cpath d='M5.20581 15L3.3338 15L6.43783 10.1425L7.65577 8.23709L-2.16033e-06 8.23709L-1.77637e-06 6.77308L7.66281 6.77309L6.44629 4.86899L3.3338 8.74351e-07L5.20581 1.36532e-06L8.3183 4.86899L9.064 6.03409L9.53623 6.77309L10 7.49937L9.52918 8.23709L9.064 8.96464L8.31125 10.1425L5.20581 15Z' fill='white'/%3E%3C/svg%3E");
  margin-right: 10px;
  vertical-align: -2px;
}
.hero_nav_dropdown_links a:hover::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15' fill='%23FBB040'%3E%3Cpath d='M5.20581 15L3.3338 15L6.43783 10.1425L7.65577 8.23709L-2.16033e-06 8.23709L-1.77637e-06 6.77308L7.66281 6.77309L6.44629 4.86899L3.3338 8.74351e-07L5.20581 1.36532e-06L8.3183 4.86899L9.064 6.03409L9.53623 6.77309L10 7.49937L9.52918 8.23709L9.064 8.96464L8.31125 10.1425L5.20581 15Z' fill='%23FBB040'/%3E%3C/svg%3E");
}
.hero_nav_dropdown_links a:active::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15' fill='%235c5c5b'%3E%3Cpath d='M5.20581 15L3.3338 15L6.43783 10.1425L7.65577 8.23709L-2.16033e-06 8.23709L-1.77637e-06 6.77308L7.66281 6.77309L6.44629 4.86899L3.3338 8.74351e-07L5.20581 1.36532e-06L8.3183 4.86899L9.064 6.03409L9.53623 6.77309L10 7.49937L9.52918 8.23709L9.064 8.96464L8.31125 10.1425L5.20581 15Z' fill='%235c5c5b'/%3E%3C/svg%3E");
}
.hero_content {
  height: 85vh;
  display: flex;
}
@media screen and (max-width: 770px) {
  .hero_content {
    height: 100vh;
  }
}
@media screen and (max-width: 500px) {
  .hero_content {
    height: 65vh;
    padding-bottom: 50px;
  }
}
.hero_content-none {
  display: none;
}
.hero_content h1 {
  font-size: 40px;
}
@media screen and (max-width: 1050px) {
  .hero_content h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 770px) {
  .hero_content h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .hero_content h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 380px) {
  .hero_content h1 {
    font-size: 32px;
  }
}
.hero_content h3 {
  font-size: 20px;
}
@media screen and (max-width: 1050px) {
  .hero_content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 770px) {
  .hero_content h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .hero_content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .hero_content h3 {
    font-size: 18px;
  }
}
.hero_content--top {
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  .hero_content--top {
    align-items: flex-end;
  }
}
.hero_content--bottom {
  align-items: flex-end;
  justify-content: center;
}
.hero_content_text {
  justify-content: center;
  text-align: center;
  width: 1000px;
  height: 250px;
}
@media screen and (max-width: 780px) {
  .hero_content_text {
    width: 600px;
  }
}
@media screen and (max-width: 500px) {
  .hero_content_text {
    width: 350px;
    height: 200px;
  }
}
.hero_content_text h1, .hero_content_text h3 {
  font-weight: 400;
  margin: 10px 0px;
}
@media screen and (max-width: 1025px) {
  .hero_content_text h1, .hero_content_text h3 {
    color: white;
  }
}
.hero_content_text a {
  margin: 10px 0px;
}
@media screen and (max-width: 1025px) {
  .hero_content_text a {
    color: white;
    border: 1.5px solid white;
  }
}
.hero_content_text--white {
  color: white;
}

.footer {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: black;
}
.footer_inner {
  max-width: 90%;
  margin: auto;
  padding: 25px 0px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1500px) {
  .footer_inner {
    max-width: 1440px;
  }
}
.footer_inner--contact {
  border-top: 1.5px solid #646566;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1050px) {
  .footer_inner {
    display: block;
    justify-items: center;
    text-align: center;
  }
}
.footer_inner_logo img {
  width: 250px;
}
@media screen and (max-width: 1050px) {
  .footer_inner_logo img {
    width: 200px;
  }
}
@media screen and (min-width: 1050px) {
  .footer_inner_contact {
    margin-right: 75px;
  }
}
@media screen and (max-width: 1050px) {
  .footer_inner_contact a {
    margin-top: 25px;
  }
}
.footer_inner_contact_socials {
  padding-top: 35px;
}
@media screen and (max-width: 1050px) {
  .footer_inner_contact_socials {
    justify-self: center;
  }
}
.footer_inner_contact_socials a {
  text-decoration: none;
}
.footer_inner_contact_socials img {
  margin-right: 5px;
  margin-left: 5px;
  width: 25px;
}
.footer_inner_left, .footer_inner_right {
  border-left: 3px solid #FBB040;
  padding-left: 10px;
  flex-direction: column;
}
@media screen and (max-width: 1050px) {
  .footer_inner_left, .footer_inner_right {
    display: inline-block;
    margin-top: 25px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1050px) {
  .footer_inner_left, .footer_inner_right {
    display: block;
    margin-left: 0px;
    justify-items: center;
    text-align: center;
    border-left: none;
    padding-left: 0px;
  }
}
.footer_inner_left p, .footer_inner_right p {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 1050px) {
  .footer_inner_left {
    border-bottom: 1.5px solid #646566;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1050px) {
  .footer_inner_right {
    margin-top: 25px;
  }
}

.scrollTop {
  cursor: pointer;
}

.cta {
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 25px 0px;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.cta_inner {
  display: flex;
  height: 75vh;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cta_inner_content {
  max-width: 90%;
  margin: auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .cta_inner_content {
    max-width: 1440px;
  }
}
.info {
  background: black;
}
.info_inner {
  max-width: 90%;
  margin: auto;
  padding: 25px 0px;
  display: flex;
}
@media screen and (min-width: 1500px) {
  .info_inner {
    max-width: 1440px;
  }
}
@media screen and (max-width: 770px) {
  .info_inner {
    padding: 25px 0px;
  }
}
.info_inner--divide {
  border-bottom: 1.5px solid #646566;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 770px) {
  .info_inner--reorder {
    display: grid !important;
  }
  .info_inner--reorder > .info_inner_left {
    order: 2 !important;
    border-top: 1.5px solid #FBB040;
    padding-top: 25px;
  }
  .info_inner--reorder > .info_inner_right {
    order: 1;
    border: none;
    padding-bottom: 25px;
    padding-top: 0px;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .info_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 770px) {
  .info_inner {
    display: block;
    justify-items: center;
  }
}
.info_inner_left, .info_inner_right {
  width: 100%;
  align-content: center;
  justify-content: center;
}
.info_inner_left {
  width: 85%;
  padding-right: 35px;
}
@media screen and (max-width: 1050px) {
  .info_inner_left {
    padding-right: 0px;
  }
}
@media screen and (max-width: 770px) {
  .info_inner_left {
    text-align: left;
    width: 100%;
  }
}
.info_inner_left h1 {
  width: 90%;
}
@media screen and (max-width: 770px) {
  .info_inner_left a {
    margin: 25px 0px;
  }
}
.info_inner_right {
  border-left: 1.5px solid #FBB040;
  padding-left: 35px;
}
@media screen and (max-width: 1050px) and (min-width: 780px) {
  .info_inner_right {
    padding-right: 25px;
  }
}
@media screen and (max-width: 770px) {
  .info_inner_right {
    justify-items: left;
    text-align: left;
    width: 100%;
    border-left: none;
    border-top: 1.5px solid #FBB040;
    padding-left: 0;
    padding-top: 25px;
  }
}
.info_inner_right_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 5px;
}
@media screen and (max-width: 450px) {
  .info_inner_right_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.banner {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 25px 0px;
}
.banner_mask-left {
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%; /* Adjust this to control how much of the bottom the gradient covers */
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 90%);
}
.banner_mask-right {
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%; /* Adjust this to control how much of the bottom the gradient covers */
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 90%);
}
.banner_mask-none {
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%; /* Adjust this to control how much of the bottom the gradient covers */
  background: none;
}
.banner_inner {
  max-width: 90%;
  margin: auto;
  display: flex;
  padding: 0 !important;
  flex-direction: column; /* Added to ensure vertical alignment of content */
}
@media screen and (min-width: 1500px) {
  .banner_inner {
    max-width: 1440px;
  }
}
.banner_inner_content {
  width: 100%;
  height: 65vh;
  margin-top: 75px;
  margin-bottom: 75px;
  display: flex;
  flex-direction: column;
}
.banner_inner_content p {
  padding-bottom: 15px;
}
.banner_inner_content a {
  margin: 20px 0px;
}
.banner_inner_content h2 {
  width: 400px;
}
@media screen and (max-width: 770px) {
  .banner_inner_content h2 {
    width: 280px;
  }
}
@media screen and (max-width: 500px) {
  .banner_inner_content h2 {
    width: 275px;
  }
}
.banner_inner_content-top-right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end; /* Replaced align-content */
}
.banner_inner_content-bottom-right {
  justify-content: flex-end;
  text-align: right;
  align-items: flex-end; /* Replaced align-content */
}
.banner_inner_content-bottom-left {
  justify-content: flex-end;
  text-align: left;
  align-items: flex-start; /* Replaced align-content */
}
@media (max-width: 500px) {
  .banner_inner_content.mobile-top-right {
    justify-content: flex-start;
    text-align: right;
    align-items: flex-end;
  }
  .banner_inner_content.mobile-top-left {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .banner_inner_content.mobile-bottom-left {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
  }
  .banner_inner_content.mobile-bottom-right {
    justify-content: flex-end;
    text-align: right;
    align-items: flex-end;
  }
}
@media (max-height: 500px) and (orientation: landscape) {
  .banner_inner_content.mobile-top-right {
    justify-content: flex-start;
    text-align: right;
    align-items: flex-end;
  }
  .banner_inner_content.mobile-top-left {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .banner_inner_content.mobile-bottom-left {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
  }
  .banner_inner_content.mobile-bottom-right {
    justify-content: flex-end;
    text-align: right;
    align-items: flex-end;
  }
}

.snapshot {
  background: black;
}
.snapshot_inner {
  max-width: 90%;
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 25px 0px !important;
  flex-direction: row;
}
@media screen and (min-width: 1500px) {
  .snapshot_inner {
    max-width: 1440px;
  }
}
@media screen and (max-width: 780px) {
  .snapshot_inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-height: 550px) and (orientation: landscape) {
  .snapshot_inner {
    flex-direction: row;
    align-items: stretch;
  }
}
.snapshot_inner_nav #arrow-prev,
.snapshot_inner_nav #arrow-next {
  background: none;
  border: none;
}
@media (hover: hover) {
  .snapshot_inner_nav #arrow-prev:hover,
  .snapshot_inner_nav #arrow-next:hover {
    background: #FBB040;
    border-radius: 5px;
  }
}
.snapshot_inner_nav #arrow-prev:active,
.snapshot_inner_nav #arrow-next:active {
  background: #5c5c5b;
  border-radius: 5px;
}
.snapshot_inner_nav #arrow-prev {
  margin-right: 25px;
}
.snapshot_inner_left, .snapshot_inner_right {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .snapshot_inner_left, .snapshot_inner_right {
    width: 75%;
  }
}
@media screen and (max-width: 550px) {
  .snapshot_inner_left, .snapshot_inner_right {
    width: 100%;
  }
}
@media screen and (max-height: 550px) and (orientation: landscape) {
  .snapshot_inner_left, .snapshot_inner_right {
    width: 75%;
  }
}
.snapshot_inner_left {
  display: flex;
  flex-direction: column;
  height: auto;
}
.snapshot_inner_left_title h1, .snapshot_inner_left_content p {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.snapshot_inner_left_title h1.fade-out, .snapshot_inner_left_content p.fade-out {
  opacity: 0;
}
.snapshot_inner_left_title h1.fade-in, .snapshot_inner_left_content p.fade-in {
  opacity: 1;
}
.snapshot_inner_left_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0px;
  border-bottom: 1.5px solid #646566;
  padding-top: 15px;
}
@media screen and (max-height: 550px) and (orientation: landscape) {
  .snapshot_inner_left_title {
    padding-top: 0px;
  }
}
.snapshot_inner_left_title a {
  text-decoration: none;
}
@media (hover: hover) {
  .snapshot_inner_left_title a:hover {
    color: #FBB040;
  }
}
.snapshot_inner_left_title a:active {
  color: #5c5c5b;
}
.snapshot_inner_left_content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 915px) {
  .snapshot_inner_left_content {
    margin: 5px 0px;
  }
}
.snapshot_inner_left_button {
  padding-bottom: 35px;
}
@media screen and (max-width: 915px) {
  .snapshot_inner_left_button {
    display: contents;
  }
}
.snapshot_inner_left .button2 {
  margin-left: 10px;
}
@media screen and (max-width: 915px) {
  .snapshot_inner_left .button2 {
    margin-left: 0px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 780px) {
  .snapshot_inner_left .button2 {
    margin-bottom: 0px;
  }
}
@media screen and (max-height: 550px) and (orientation: landscape) {
  .snapshot_inner_left .button2 {
    margin-bottom: 0px;
  }
}
.snapshot_inner_right {
  aspect-ratio: 3/2;
  background-position: center;
  background-size: cover;
  margin-left: 75px;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.snapshot_inner_right.fade-out {
  opacity: 0;
}
.snapshot_inner_right.fade-in {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .snapshot_inner_right {
    margin-left: 50px;
  }
}
@media screen and (max-width: 780px) {
  .snapshot_inner_right {
    margin: 0px;
  }
}
@media screen and (max-height: 550px) and (orientation: landscape) {
  .snapshot_inner_right {
    margin: 0px;
    margin-left: 50px;
  }
}
.snapshot-item.hidden {
  display: none;
}

.testimonial {
  background: black;
}
@media screen and (max-width: 450px) {
  .testimonial {
    height: 100%;
  }
}
.testimonial_inner {
  max-width: 90%;
  margin: auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 1500px) {
  .testimonial_inner {
    max-width: 1440px;
  }
}
@media screen and (max-width: 780px) {
  .testimonial_inner {
    padding-bottom: 0px;
  }
}
.testimonial_inner_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  padding-top: 25px;
  margin-top: 15px;
  padding-bottom: 25px;
}
@media screen and (min-width: 780px) {
  .testimonial_inner_mobile {
    display: none;
  }
}
.testimonial_inner_mobile #arrow-next,
.testimonial_inner_mobile #arrow-prev {
  width: 40px;
  height: 40px;
}
.testimonial_inner_mobile #arrow-next:active,
.testimonial_inner_mobile #arrow-prev:active {
  background: #5c5c5b;
  border-radius: 5px;
}
.testimonial_inner_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.testimonial_inner_content #testimonial-title {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 779px) {
  .testimonial_inner_content #testimonial-title {
    display: none;
  }
}
.testimonial_inner_content .item {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1050px), (max-height: 1050px) and (orientation: landscape) {
  .testimonial_inner_content .item {
    width: 65%;
  }
}
@media screen and (max-width: 550px) {
  .testimonial_inner_content .item {
    width: 100%;
  }
}
.testimonial_inner_content .item #testimonial-info {
  padding-top: 50px;
}
@media screen and (max-width: 780px) {
  .testimonial_inner_content .item #testimonial-info {
    padding-top: 5px;
  }
}
.testimonial_inner_content .item #testimonial-info p {
  font-size: 14px;
}
.testimonial_inner_content .item #testimonial-contact {
  padding-top: 50px;
}
@media screen and (max-width: 780px) {
  .testimonial_inner_content .item #testimonial-contact {
    padding-top: 25px;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .testimonial_inner_content .item #testimonial-contact {
    font-size: 14px;
  }
}
.testimonial_inner_content .item img {
  width: 35px;
  padding-bottom: 25px;
}
.testimonial .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 35%;
  left: 5%;
}
.testimonial .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 35%;
  right: 5%;
}
.testimonial .owl-carousel .owl-nav button.owl-prev,
.testimonial .owl-carousel .owl-nav button.owl-next,
.testimonial .owl-carousel button.owl-dot {
  color: inherit;
  background: none;
}
.testimonial .owl-carousel .owl-nav button.owl-prev img,
.testimonial .owl-carousel .owl-nav button.owl-next img,
.testimonial .owl-carousel button.owl-dot img {
  padding: 0;
  width: 45px;
}
@media screen and (max-width: 779px) {
  .testimonial .owl-carousel .owl-nav button.owl-prev img,
  .testimonial .owl-carousel .owl-nav button.owl-next img,
  .testimonial .owl-carousel button.owl-dot img {
    display: none;
  }
}
@media (hover: hover) {
  .testimonial .owl-carousel .owl-nav button.owl-prev img:hover,
  .testimonial .owl-carousel .owl-nav button.owl-next img:hover,
  .testimonial .owl-carousel button.owl-dot img:hover {
    background: #FBB040;
    border-radius: 5px;
  }
}
.testimonial .owl-carousel .owl-nav button.owl-prev img:active,
.testimonial .owl-carousel .owl-nav button.owl-next img:active,
.testimonial .owl-carousel button.owl-dot img:active {
  background: #5c5c5b;
  border-radius: 5px;
}
.testimonial .owl-dots {
  display: none;
}
.testimonial .owl-height {
  height: -moz-fit-content;
  height: fit-content;
}

.logo {
  background: black;
}
.logo_inner {
  max-width: 90%;
  margin: auto;
  border-top: 1.5px solid #5c5c5b;
  display: flex;
  padding: 25px 0px !important;
}
@media screen and (min-width: 1500px) {
  .logo_inner {
    max-width: 1440px;
  }
}
@media screen and (max-width: 780px) {
  .logo_inner {
    display: block;
  }
}
.logo_inner-alt {
  max-width: 90%;
  margin: auto;
  padding: 25px 0px !important;
  border-top: 1.5px solid #646566;
  display: block;
}
@media screen and (min-width: 1500px) {
  .logo_inner-alt {
    max-width: 1440px;
  }
}
.logo_inner_left, .logo_inner_right {
  align-content: center;
  align-self: center;
}
.logo_inner_left {
  width: 40%;
}
.logo_inner_left p {
  width: 350px;
}
@media screen and (max-width: 1025px) {
  .logo_inner_left p {
    width: 275px;
  }
}
@media screen and (max-width: 500px) {
  .logo_inner_left p {
    width: unset;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .logo_inner_left p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 780px) {
  .logo_inner_left {
    width: 100%;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 500px), (max-height: 500px) and (orientation: landscape) {
  .logo_inner_left {
    text-align: center;
  }
}
.logo_inner_left-alt {
  width: 100%;
  padding-bottom: 25px;
  text-align: center;
}
.logo_inner_right {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .logo_inner_right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .logo_inner_right {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(1, 1fr);
  }
}
.logo_inner_right img {
  width: 30%;
  height: 30%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .logo_inner_right img {
    min-width: 50%;
    height: 100%;
  }
}
.logo_inner_right-alt {
  width: 100%;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1050px) {
  .logo_inner_right-alt {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .logo_inner_right-alt {
    grid-template-columns: repeat(2, 1fr);
  }
}
.logo_inner_right-alt img {
  width: 85%;
  height: 85%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project {
  background: black;
}
.project_inner {
  padding: 25px 0px;
  height: 100%;
}
.project_inner_title {
  padding-left: 100px;
}
@media screen and (max-width: 750px) {
  .project_inner_title {
    padding-left: 50px;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .project_inner_title {
    padding-left: 100px;
  }
}
.project_inner .image-container img {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 30%, rgba(255, 255, 255, 0) 90%);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 30%, rgba(255, 255, 255, 0) 90%);
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .project_inner .image-container img {
    height: 225px;
  }
}
.project_inner .image-container a {
  color: inherit;
  text-decoration: none;
}
.project_inner .image-container h2 {
  position: absolute;
  width: 300px;
  font-size: 18px;
  bottom: 25px;
  left: 25px;
  font-weight: 400;
}
.project_inner .image-container p {
  position: absolute;
  width: 300px;
  padding-top: 15px;
  font-size: 18px;
  bottom: -50px;
}
.project_inner .image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 10%, rgba(255, 255, 255, 0) 65%);
}
.project_inner_progress {
  margin-top: 75px;
  width: 75%;
  margin-left: 100px;
  background: #5c5c5b;
}
@media screen and (max-width: 1125px) and (min-width: 870px) {
  .project_inner_progress {
    width: 70%;
  }
}
@media screen and (max-width: 750px) {
  .project_inner_progress {
    margin-left: 50px;
  }
}
.project_inner_progress_bar {
  background: #FBB040;
  height: 3px;
  transition: width 400ms ease;
  width: 0;
}
.project .owl-carousel .owl-nav button.owl-prev,
.project .owl-carousel .owl-nav button.owl-next,
.project .owl-carousel button.owl-dot {
  color: inherit;
  background: none;
  display: flex;
  position: absolute;
  right: 5%;
}
@media screen and (max-width: 1050px) {
  .project .owl-carousel .owl-nav button.owl-prev,
  .project .owl-carousel .owl-nav button.owl-next,
  .project .owl-carousel button.owl-dot {
    display: none;
  }
}
.project .owl-carousel .owl-nav button.owl-prev img,
.project .owl-carousel .owl-nav button.owl-next img,
.project .owl-carousel button.owl-dot img {
  padding: 0;
  width: 45px;
  max-height: 100%;
}
@media screen and (max-width: 1050px) {
  .project .owl-carousel .owl-nav button.owl-prev img,
  .project .owl-carousel .owl-nav button.owl-next img,
  .project .owl-carousel button.owl-dot img {
    width: 40px;
  }
}
@media screen and (max-width: 780px) {
  .project .owl-carousel .owl-nav button.owl-prev img,
  .project .owl-carousel .owl-nav button.owl-next img,
  .project .owl-carousel button.owl-dot img {
    width: 35px;
    height: 35px;
  }
}
@media (hover: hover) {
  .project .owl-carousel .owl-nav button.owl-prev img:hover,
  .project .owl-carousel .owl-nav button.owl-next img:hover,
  .project .owl-carousel button.owl-dot img:hover {
    background: #FBB040;
    border-radius: 5px;
  }
}
.project .owl-carousel .owl-nav button.owl-prev img:active,
.project .owl-carousel .owl-nav button.owl-next img:active,
.project .owl-carousel button.owl-dot img:active {
  background: #5c5c5b;
  border-radius: 5px;
}
.project button.owl-prev {
  margin-right: 75px;
}

.slide-progress {
  width: 0;
  max-width: 75%;
  height: 4px;
  background: #FBB040;
  margin-top: 20px;
  margin-left: 100px;
}
@media screen and (max-width: 750px) {
  .slide-progress {
    margin-left: 50px;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .slide-progress {
    margin-left: 100px;
  }
}

.gallery {
  background: black;
  padding: 25px 0px;
}
.gallery_inner {
  max-width: 90%;
  margin: auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .gallery_inner {
    max-width: 1440px;
  }
}
.gallery_inner #galleryTitle {
  padding-bottom: 50px;
}
.gallery_inner_wrapper {
  position: relative;
}
.gallery_inner_arrows {
  display: none;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .gallery_inner_arrows {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    justify-content: space-between;
    z-index: 100;
  }
}
.gallery_inner_arrows svg:active {
  background: #5c5c5b;
  border-radius: 5px;
}
.gallery_inner_arrows--general {
  top: 40%;
}
.gallery_inner_filters {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media screen and (max-width: 880px) {
  .gallery_inner_filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    line-height: 1.5;
    padding-bottom: 25px;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .gallery_inner_filters {
    justify-items: center;
    padding-bottom: 25px;
  }
}
.gallery_inner_filters a {
  cursor: pointer;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 880px) {
  .gallery_inner_filters a {
    width: 200px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .gallery_inner_filters a {
    width: unset;
  }
}
.gallery_inner_filters a.active-filter {
  color: #FBB040;
}
.gallery_inner_item img {
  aspect-ratio: 7/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 880px) {
  .gallery_inner_item img {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .gallery_inner_item img {
    aspect-ratio: 4/3;
  }
}
.gallery_inner_item a {
  text-decoration: none;
}
.gallery_inner_content {
  justify-content: center;
}
.gallery_inner_content h3 {
  margin-bottom: 10px;
}
.gallery_inner_content p {
  margin: 0;
}
.gallery .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  margin-top: -50px;
  background: none;
  width: 100%;
}
.gallery .owl-carousel .owl-nav button.owl-prev,
.gallery .owl-carousel .owl-nav button.owl-next {
  background: none;
  z-index: 10;
}
.gallery .owl-carousel .owl-nav img {
  width: 45px;
  padding: 0;
}
@media (hover: hover) {
  .gallery .owl-carousel .owl-nav img:hover {
    background: #FBB040;
    border-radius: 5px;
  }
}
.gallery .owl-carousel .owl-nav img:active {
  background: #5c5c5b;
  border-radius: 5px;
}
@media screen and (max-width: 450px) {
  .gallery .owl-carousel .owl-nav img {
    width: 35px;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .gallery .owl-item img {
    width: 45% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .gallery .owl-nav {
    display: none !important;
  }
}
.gallery .owl-dots {
  display: none;
}
.gallery_hidden {
  display: none !important;
}

.feature {
  background: black;
}
.feature_inner {
  max-width: 90%;
  margin: auto;
  display: block;
  justify-items: center;
}
@media screen and (min-width: 1500px) {
  .feature_inner {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1050px) {
  .feature_inner {
    max-width: 100% !important;
  }
}
.feature_inner_image {
  max-width: 90%;
  margin: auto;
  padding: 0 !important;
  flex-grow: 1;
  aspect-ratio: 21/9;
}
@media screen and (min-width: 1500px) {
  .feature_inner_image {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1050px) {
  .feature_inner_image {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .feature_inner_image {
    aspect-ratio: 4/3;
  }
}
.feature_inner_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  transition: opacity 0.5s ease-in-out;
}
.feature_inner_wrapper {
  max-width: 90%;
  margin: auto;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1500px) {
  .feature_inner_wrapper {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1050px) {
  .feature_inner_wrapper {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .feature_inner_wrapper::-webkit-scrollbar {
    display: none;
  }
}
.feature_inner_content {
  cursor: pointer;
  max-width: 30%;
}
@media screen and (max-width: 1050px) {
  .feature_inner_content {
    max-width: 65%;
    flex-shrink: 0;
    margin-right: 20px;
    width: auto;
  }
}
@media screen and (max-width: 1050px) and (max-width: 500px) {
  .feature_inner_content {
    max-width: 80%;
  }
}
.feature_inner_content #feature-title {
  border-top: 1.5px solid #646566;
  padding-top: 25px;
  opacity: 0.7;
  transition: opacity 0.5s ease-in-out, color 0.5s ease-in-out, border-top-color 0.5s ease-in-out;
}
.feature_inner_content #feature-title.highlighted {
  border-top: 3px solid #FBB040;
  padding-top: 23.5px;
  opacity: 1;
}
.feature_inner_content #feature-text {
  font-size: 16px;
  opacity: 0.7;
  transition: opacity 0.5s ease-in-out, color 0.5s ease-in-out;
}
.feature_inner_content h2 {
  font-size: 18px;
}

.question {
  background: black;
  padding: 25px 0px;
}
@media screen and (max-width: 780px) {
  .question {
    padding: 0px;
  }
}
.question_inner {
  max-width: 90%;
  margin: auto;
  display: block;
  justify-content: center;
}
@media screen and (min-width: 1500px) {
  .question_inner {
    max-width: 1440px;
  }
}
.question_inner_singleWrap {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #646566;
}
.question_inner_singleWrap_row {
  display: flex;
  align-items: center;
  position: relative;
}
.question_inner_singleWrap_title {
  width: 90%;
  transition: color 0.1s ease-in-out;
}
@media screen and (max-width: 780px) {
  .question_inner_singleWrap_title {
    width: 80%;
  }
}
.question_inner_singleWrap_icon {
  position: absolute;
  right: 0;
  transform: rotate(180deg);
}
@media (hover: hover) {
  .question_inner_singleWrap_icon:hover {
    background: #FBB040;
    border-radius: 5px;
  }
}
.question_inner_singleWrap_icon:active {
  background: #5c5c5b;
}
.question_inner_singleWrap_content {
  display: none;
  width: 55%;
}
@media screen and (max-width: 780px) {
  .question_inner_singleWrap_content {
    width: 80%;
  }
}
.question_inner_singleWrap_content p {
  margin-top: 0px;
}
.question_inner_singleWrap_content a {
  color: #FBB040;
}
.question_inner_singleWrap_content a:active {
  color: #646566;
}
.question_inner_singleWrap_content.active {
  display: block;
  max-height: 400px;
  margin-top: 0;
  width: 55%;
}
@media screen and (max-width: 780px) {
  .question_inner_singleWrap_content.active {
    width: 80%;
  }
}

.formBlock {
  background: black;
}
.formBlock_inner {
  max-width: 90%;
  margin: auto;
  padding: 25px 0px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1500px) {
  .formBlock_inner {
    max-width: 1440px;
  }
}
@media screen and (max-width: 780px) {
  .formBlock_inner {
    display: block;
    justify-items: left;
    padding-top: 0px;
  }
}
.formBlock_inner a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 780px) {
  .formBlock_inner_left {
    padding-bottom: 50px;
  }
}
.formBlock_inner_left p {
  margin: 0;
}
.formBlock_inner_socials {
  padding-top: 50px;
}
.formBlock_inner_socials a {
  text-decoration: none;
}
.formBlock_inner_socials img {
  margin-right: 10px;
  width: 25px;
}
.formBlock_inner_right {
  width: 45%;
}
@media screen and (max-width: 780px) {
  .formBlock_inner_right {
    width: 65%;
  }
}
@media screen and (max-width: 450px) {
  .formBlock_inner_right {
    width: 100%;
  }
}

.gform_title {
  display: none;
}

.gfield_label {
  color: white !important;
  font-family: "Red Hat Text", serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

label.gform-field-label.gform-field-label--type-sub {
  display: none !important;
}

span.gfield_required.gfield_required_text {
  display: none;
}

input[type=text], input[type=email], input[type=tel] {
  font-family: "Red Hat Text", serif !important;
  font-size: 16px !important;
  color: black !important;
  margin: 0 !important;
  margin-bottom: -15px !important;
}

textarea#input_1_5 {
  font-family: "Red Hat Text", serif;
  color: black;
  font-size: 16px;
  resize: none;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

#gform_submit_button_1 {
  color: black;
  height: 55px;
  font-family: "Red Hat Display", serif;
  font-size: 18px;
  font-weight: 400;
  background-color: transparent;
  gap: 8px;
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1.5px solid black;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  border: 1.5px solid #FBB040;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
}
@media screen and (max-width: 770px) and (min-width: 550px) {
  #gform_submit_button_1 {
    width: 200px;
    font-size: 20px;
    height: 50px;
  }
}
#gform_submit_button_1:hover {
  background: #FBB040;
}
#gform_submit_button_1:active {
  background: #5c5c5b;
  border: 1.5px solid #5c5c5b;
}

body .gform_wrapper .gfield_description,
body .gform_wrapper .validation_message,
body .gform_wrapper .gfield_validation_message {
  color: white; /* Using standard color name for testing */
  font-family: sans-serif; /* Using standard font for testing */
  padding-top: 20px;
}

div#gform_1_validation_container {
  border: 1.5px solid #FBB040;
}

h2.gform_submission_error.hide_summary {
  color: white !important;
}

span.gform-icon.gform-icon--circle-error {
  color: white !important;
  border: 1px solid white !important;
}

.spec {
  background: black;
  padding: 25px 0px;
}
.spec_inner {
  max-width: 90%;
  margin: auto;
}
@media screen and (min-width: 1500px) {
  .spec_inner {
    max-width: 1440px;
  }
}
.spec_inner_title {
  padding-top: 5px;
}
@media screen and (max-width: 780px) {
  .spec_inner_title {
    padding-top: 10px;
  }
}
.spec_inner_title h2 {
  font-size: 18px;
}
.spec_inner_single {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #646566;
}
@media screen and (max-width: 780px) {
  .spec_inner_single {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 460px) {
  .spec_inner_single {
    grid-template-columns: repeat(1, 1fr);
  }
}
.spec_inner_single:last-child {
  border-bottom: none;
}
.spec_inner_single_items {
  width: 58%;
}
.spec_inner_single_items h3, .spec_inner_single_items p {
  font-size: 16px;
  margin-top: 0px;
}

.news {
  background: black;
  padding: 25px 0px;
}
.news_inner {
  max-width: 90%;
  margin: auto;
  padding: 0px !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
@media screen and (min-width: 1500px) {
  .news_inner {
    max-width: 1440px;
  }
}
@media screen and (max-width: 780px) {
  .news_inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .news_inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
}
.news_inner_single {
  width: 80%;
  padding-bottom: 50px;
}
@media screen and (max-width: 450px) {
  .news_inner_single {
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1.5px solid #646566;
  }
}
.news_inner_single.last {
  border-bottom: none;
}
.news_inner_single img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .news_inner_single img {
    height: 300px;
  }
}
.news_inner_single_title {
  border-bottom: 1.5px solid #646566;
  margin: 30px 0px !important;
}
@media screen and (max-width: 450px) {
  .news_inner_single_title {
    margin: 0 !important;
  }
}
.news_pagination {
  display: flex;
  justify-content: center; /* Center the page numbers */
  align-items: center;
  width: 100%;
}
.news_pagination svg {
  vertical-align: middle;
}
.news_pagination svg:hover {
  background: #FBB040;
  border-radius: 5px;
}
.news_pagination svg:active {
  background: #5c5c5b;
}
.news_pagination a, .news_pagination span {
  margin: 15px;
  padding: 15px;
  font-size: 20px;
  font-family: "Red Hat Text", serif;
  color: white;
  text-decoration: none;
}
.news_pagination a:hover, .news_pagination span:hover {
  color: #FBB040;
  transition: color 0.3s ease;
}
.news_pagination a:active, .news_pagination a span:active, .news_pagination span:active, .news_pagination span span:active {
  color: #5c5c5b;
  transition: color 0.3s ease-out;
}
.news_pagination .current {
  color: #FBB040;
}

.list {
  background: black;
}
.list.last .list_inner {
  border-bottom: none;
}
.list_inner {
  max-width: 90%;
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-self: center;
  padding: 25px 0px !important;
  border-bottom: 1.5px solid #646566;
}
@media screen and (min-width: 1500px) {
  .list_inner {
    max-width: 1440px;
  }
}
@media screen and (max-width: 780px) {
  .list_inner {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding: 35px 0px !important;
  }
}
@media screen and (max-width: 780px) and (max-height: 500px) and (orientation: landscape) {
  .list_inner {
    align-items: stretch;
    flex-direction: row;
    padding: 25px 0px !important;
  }
}
@media screen and (max-width: 780px) {
  .list_inner > *:not(:first-child) {
    padding-top: 25px;
  }
}
.list_inner_left, .list_inner_right {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .list_inner_left, .list_inner_right {
    width: 75%;
  }
}
@media screen and (max-width: 450px) {
  .list_inner_left, .list_inner_right {
    width: 100%;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .list_inner_left, .list_inner_right {
    width: 75%;
  }
}
.list_inner_left {
  display: flex;
  flex-direction: column;
}
.list_inner_left_title {
  padding-bottom: 0px;
  border-bottom: 1.5px solid #646566;
  padding-top: 15px;
}
.list_inner_left_title a {
  color: white;
  text-decoration: none;
}
@media (hover: hover) {
  .list_inner_left_title a:hover {
    color: #FBB040;
  }
}
.list_inner_left_title a:active {
  color: #5c5c5b;
}
@media screen and (max-width: 1050px) {
  .list_inner_left_title {
    padding-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .list_inner_left_title {
    display: block;
  }
}
.list_inner_left_title_arrows svg {
  margin-left: 15px;
  margin-right: 15px;
}
.list_inner_left_title_arrows svg:hover {
  background-color: #FBB040;
  border-radius: 5px;
}
.list_inner_left_title_arrows svg:active {
  background-color: #5c5c5b;
  border-radius: 5px;
}
.list_inner_left_content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .list_inner_left_content {
    padding-top: 0px;
    margin-bottom: 15px;
  }
}
.list_inner_left_content a {
  margin-top: 0px;
}
@media screen and (max-width: 780px) {
  .list_inner_left_content a {
    margin-top: 0px;
  }
}
.list_inner_left_button {
  padding-bottom: 35px;
}
@media screen and (max-width: 1050px) {
  .list_inner_left_button {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 780px) {
  .list_inner_left_button {
    padding-bottom: 0;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .list_inner_left_button {
    padding-bottom: 20px;
  }
}
.list_inner_right {
  aspect-ratio: 3/2;
  background-position: center;
  background-size: cover;
  margin-left: 75px;
}
@media screen and (max-width: 780px) {
  .list_inner_right {
    margin: 0px;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .list_inner_right {
    margin-left: 75px;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M32.25 28C32.25 30.3472 30.3472 32.25 28 32.25L4.99999 32.25C2.65278 32.25 0.749997 30.3472 0.749997 28L0.750004 5C0.750004 2.65279 2.65279 0.749996 5 0.749996L28 0.750003C30.3472 0.750003 32.25 2.65279 32.25 5L32.25 28Z' stroke='%23FBB040' stroke-width='1.5'/%3E%3Cpath d='M16.7264 25L14.6672 25L18.0816 19.4948L19.4213 17.3354L11 17.3354L11 15.6762L19.4291 15.6762L18.0909 13.5182L14.6672 8L16.7264 8L20.1501 13.5182L20.9704 14.8386L21.4898 15.6762L22 16.4993L21.4821 17.3354L20.9704 18.1599L20.1424 19.4948L16.7264 25Z' fill='white'/%3E%3C/svg%3E");
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  background: black;
}

p {
  color: white;
  font-family: "Red Hat Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: normal;
  line-height: 32px;
}
@media screen and (max-width: 450px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

.siteContent > p {
  max-width: 90%;
  margin: auto;
  margin-bottom: 25px;
}
@media screen and (min-width: 1500px) {
  .siteContent > p {
    max-width: 1440px;
  }
}
.wp-block-heading {
  max-width: 90%;
  margin: auto;
  margin-bottom: 25px;
  color: #FBB040;
  font-family: "Red Hat Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media screen and (min-width: 1500px) {
  .wp-block-heading {
    max-width: 1440px;
  }
}
.pagination {
  max-width: 90%;
  margin: auto;
  font-family: "Red Hat Text", serif;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  border-top: 1.5px solid #5c5c5b;
  padding-top: 25px;
  margin-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1500px) {
  .pagination {
    max-width: 1440px;
  }
}
.pagination h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.pagination a {
  text-decoration: none;
  color: white;
}
.pagination_next svg, .pagination_previous svg {
  margin-top: 15px;
}
.pagination_next svg:hover, .pagination_previous svg:hover {
  background: #FBB040;
  border-radius: 5px;
}
.pagination_next svg:active, .pagination_previous svg:active {
  background: #5c5c5b;
}
.pagination_content {
  display: flex;
  align-items: center;
}
.pagination_content_previous {
  margin-left: 25px;
}
.pagination_content_next {
  margin-right: 25px;
  justify-items: end;
}
