:root {
  --global-font-family: "Hanken Grotesk", sans-serif;
  --heading-font-family: "Playfair Display", serif;
  --global-font-size: 16px;
  --global-font-weight: 300;
  --global-font-color: #333;
  --global-background-color: #FFF;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
}

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden;
  counter-reset: my-counter;
}
body ::selection {
  background-color: #000;
  color: #FFF;
}
body * {
  box-sizing: border-box;
}
body .container {
  max-width: 1730px;
  margin: 0 auto;
  padding: 0 15px;
}
body .hidden {
  display: none !important;
}
body .desktop_hidden {
  display: none;
}
body p {
  margin: 0 0 15px;
}
body p:last-child {
  margin: 0;
}
body a {
  color: #333;
}
body ul li, body ol li {
  margin-bottom: 1rem;
}
body ul li:last-child, body ol li:last-child {
  margin-bottom: 0;
}
body table {
  width: 100%;
  border-collapse: collapse;
}
body table tr th, body table tr td {
  padding: 4px;
  border: 0.5px solid #000;
}
body .row {
  display: flex;
}
body .row [class^=col_] {
  flex: 0 0 auto;
}
body .row.gap_sm {
  gap: 8px;
}
body .row.gap_md {
  gap: 16px;
}
body .row.gap_lg {
  gap: 24px;
}
body .row .col_1 {
  flex: 8.3333%;
  width: 8.3333%;
}
body .row .col_2 {
  flex: 16.6667%;
  width: 16.6667%;
}
body .row .col_3 {
  flex: 25%;
  width: 25%;
}
body .row .col_4 {
  flex: 33.3333%;
  width: 33.3333%;
}
body .row .col_5 {
  flex: 41.6667%;
  width: 41.6667%;
}
body .row .col_6 {
  flex: 50%;
  width: 50%;
}
body .row .col_7 {
  flex: 58.3333%;
  width: 58.3333%;
}
body .row .col_8 {
  flex: 66.6667%;
  width: 66.6667%;
}
body .row .col_9 {
  flex: 75%;
  width: 75%;
}
body .row .col_10 {
  flex: 83.3333%;
  width: 83.3333%;
}
body .row .col_11 {
  flex: 91.6667%;
  width: 91.6667%;
}
body .row .col_12 {
  flex: 100%;
  width: 100%;
}
body .row .col_auto {
  flex: 1 1 0;
}
body .row .col_fit {
  flex: 0 0 auto;
}

header#masthead {
  padding: 0.63rem 0;
}
header#masthead .row {
  align-items: center;
}
header#masthead .mob_flex {
  width: 13.6%;
}
header#masthead .mob_flex .logo img {
  width: 100%;
  height: auto;
}
header#masthead .menu_wrapper {
  width: 75.6%;
}
header#masthead .menu_wrapper #site-navigation .menu-main-menu-container ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5rem;
  align-items: center;
  justify-content: center;
}
header#masthead .menu_wrapper #site-navigation .menu-main-menu-container ul.menu li.menu-item {
  list-style: none;
  margin: 0;
}
header#masthead .menu_wrapper #site-navigation .menu-main-menu-container ul.menu li.menu-item a {
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  display: block;
}
header#masthead .header_options {
  width: 10.8%;
}
header#masthead .header_options .widget_custom_html .custom-html-widget {
  text-align: right;
}
header#masthead .header_options .widget_custom_html .custom-html-widget a {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.75rem 2.5rem;
  background: #CF9A35;
}
header#masthead .mobile_burger .burger {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
header#masthead .mobile_burger .burger span {
  display: block;
  width: 35px;
  height: 5px;
  border-radius: 4px;
  background: #8D3E00;
}

#content .section {
  margin-top: 5rem;
}
#content .heading {
  font-family: var(--heading-font-family);
  font-size: 3.125rem;
  font-weight: 400;
  color: #8D3E00;
  text-align: center;
  margin: 0 0 2.5rem;
}
#content .sub_heading {
  font-size: 1.5625rem;
  font-weight: 400;
  color: #CF9A35;
  text-align: center;
  margin: 0 0 0.63rem;
}
#content .txt p {
  font-size: 1.25rem;
}
#content .button {
  margin-bottom: 0;
  display: inline-block;
}
#content .button a {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  padding: 0.94rem 1.88rem;
  border: 1px solid #CF9A35;
  background: #CF9A35;
  transition: all 0.4s;
}
#content .button a:hover {
  color: #CF9A35;
  background: #000;
}
#content .button.button_transparent a {
  color: #FFF;
  border: 1px solid #FFF;
  background: transparent;
}
#content .button.button_transparent a:hover {
  color: #000;
  background: #FFF;
}
#content .button.button_icon a {
  padding: 0.94rem 4.06rem 0.94rem 1.88rem;
  position: relative;
}
#content .button.button_icon a::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 15px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cpath d='M25.7071 8.07106C26.0976 7.68054 26.0976 7.04737 25.7071 6.65685L19.3431 0.292885C18.9526 -0.0976396 18.3195 -0.0976396 17.9289 0.292885C17.5384 0.683409 17.5384 1.31657 17.9289 1.7071L23.5858 7.36395L17.9289 13.0208C17.5384 13.4113 17.5384 14.0445 17.9289 14.435C18.3195 14.8255 18.9526 14.8255 19.3431 14.435L25.7071 8.07106ZM0 7.36395V8.36395H25V7.36395V6.36395H0V7.36395Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cpath d='M25.7071 8.07106C26.0976 7.68054 26.0976 7.04737 25.7071 6.65685L19.3431 0.292885C18.9526 -0.0976396 18.3195 -0.0976396 17.9289 0.292885C17.5384 0.683409 17.5384 1.31657 17.9289 1.7071L23.5858 7.36395L17.9289 13.0208C17.5384 13.4113 17.5384 14.0445 17.9289 14.435C18.3195 14.8255 18.9526 14.8255 19.3431 14.435L25.7071 8.07106ZM0 7.36395V8.36395H25V7.36395V6.36395H0V7.36395Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
#content .page-header {
  position: relative;
  padding: 10.62rem 0;
  background-color: #1A1A1A;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5rem;
}
#content .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 6.19%, rgba(0, 0, 0, 0) 100%);
}
#content .page-header .container {
  position: relative;
  z-index: 1;
}
#content .page-header .page-title {
  font-family: var(--heading-font-family);
  font-size: 3.75rem;
  font-weight: 400;
  color: #FFF;
  margin: 0;
}
#content .product_category_section {
  padding: 3.75rem 0 5rem;
}
#content .product_category_section .product_tabs_nav {
  list-style: none;
  padding: 0;
  margin: 0 0 3.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1.5rem;
}
#content .product_category_section .product_tabs_nav li {
  margin: 0;
}
#content .product_category_section .product_tabs_nav .product_tab_btn {
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  font-weight: 400;
  color: #333;
  background: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
#content .product_category_section .product_tabs_nav .product_tab_btn:hover {
  color: #8D3E00;
}
#content .product_category_section .product_tabs_nav .product_tab_btn.active {
  color: #8D3E00;
  border-color: #C4A574;
  background: #F6F1E9;
}
#content .product_category_section .product_tab_panel {
  display: none;
}
#content .product_category_section .product_tab_panel.active {
  display: block;
}
#content .product_category_section .product_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(11.25rem, 18vw);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
#content .product_category_section .product_gallery .product_gallery_item {
  margin: 0;
  overflow: hidden;
  min-height: 0;
}
#content .product_category_section .product_gallery .product_gallery_item a {
  display: block;
  height: 100%;
  line-height: 0;
}
#content .product_category_section .product_gallery .product_gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#content .product_category_section .product_gallery .product_gallery_item:nth-child(5n+1) {
  grid-column: span 2;
  grid-row: span 2;
}
#content .product_category_section .product_gallery .product_gallery_item:nth-child(5n+2) {
  grid-column: span 2;
}
#content .product_category_section .product_gallery .product_gallery_item:nth-child(5n) {
  grid-column: 1/-1;
}
#content .product_category_section .product_content {
  text-align: center;
}
#content .product_category_section .product_content p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #333;
}
#content .product_category_section .no_products {
  font-size: 1.25rem;
  text-align: center;
}
#content .mg_bottom0 {
  margin-bottom: 0;
}
#content .full_image figure {
  display: block;
}
#content .full_image figure .vc_single_image-wrapper {
  display: block;
}
#content .full_image figure .vc_single_image-wrapper img {
  width: 100%;
  max-width: initial;
}
#content .hero_section {
  padding-top: 15.25rem;
  padding-bottom: 15.25rem;
}
#content .hero_section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 6.19%, rgba(0, 0, 0, 0) 100%);
}
#content .hero_section .hero_tagline {
  font-size: 1.875rem;
  font-weight: 400;
  color: #FFF;
  margin: 0 0 0.31rem;
}
#content .hero_section .hero_title {
  font-family: var(--heading-font-family);
  font-size: 5rem;
  font-weight: 400;
  color: #FFF;
  margin: 0 0 1.25rem;
}
#content .hero_section .hero_txt {
  margin-bottom: 2.5rem;
}
#content .hero_section .hero_txt p {
  font-size: 1.875rem;
  font-weight: 400;
  color: #FFF;
}
#content .hero_section .button.button_transparent {
  margin-left: 1.25rem;
}
#content .standards_section {
  padding-top: 0;
}
#content .standards_section .standards_boxes {
  gap: 2.5rem;
  flex-wrap: nowrap;
  margin-bottom: 2.5rem;
}
#content .standards_section .standards_boxes::before, #content .standards_section .standards_boxes::after {
  display: none;
}
#content .standards_section .standards_boxes:last-child {
  margin-bottom: 0;
}
#content .standards_section .standards_boxes > .wpb_column > .vc_column-inner {
  height: 100%;
}
#content .standards_section .standards_boxes > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
#content .standards_section .standards_boxes .standards_box {
  height: 100%;
  gap: 1.87rem;
  flex-wrap: nowrap;
}
#content .standards_section .standards_boxes .standards_box > .wpb_column > .vc_column-inner {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
#content .standards_section .standards_boxes .standards_box > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
#content .standards_section .standards_boxes .standards_box .standards_box_txt {
  padding: 1.25rem;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F6F1E9;
}
#content .standards_section .standards_boxes .standards_box .standards_box_txt h2 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #8D3E00;
  margin: 0 0 1.25rem;
}
#content .standards_section .standards_boxes .standards_box .standards_box_image {
  height: 100%;
}
#content .standards_section .standards_boxes .standards_box .standards_box_image figure {
  height: 100%;
}
#content .standards_section .standards_boxes .standards_box .standards_box_image figure .vc_single_image-wrapper {
  height: 100%;
}
#content .standards_section .standards_boxes .standards_box .standards_box_image figure .vc_single_image-wrapper img {
  height: 100%;
  object-fit: cover;
}
#content .about_section {
  padding-top: 13.94rem;
  background-attachment: fixed;
}
#content .about_section .about_row > .txt_col > .vc_column-inner {
  padding: 5rem 2.5rem;
}
#content .about_section .about_row .heading {
  margin: 0 0 1.25rem;
}
#content .about_section .about_row .txt {
  margin-bottom: 2.5rem;
}
#content .developers_section {
  padding-top: 0;
}
#content .developers_section .heading {
  margin: 0;
}
#content .developers_section .developers_boxes {
  gap: 3.12rem;
  flex-wrap: nowrap;
  margin-top: 2.5rem;
}
#content .developers_section .developers_boxes > .wpb_column > .vc_column-inner {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
#content .developers_section .developers_boxes > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  padding: 2.5rem 3.25rem;
  background: #F6F1E9;
}
#content .developers_section .developers_boxes > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  background: #8D3E00;
}
#content .developers_section .developers_boxes > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .developers_icon img {
  filter: brightness(0) invert(1);
}
#content .developers_section .developers_boxes > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .developers_title {
  color: #FFF !important;
}
#content .developers_section .developers_boxes .developers_icon {
  margin-bottom: 0.62rem;
}
#content .developers_section .developers_boxes .developers_icon img {
  transition: all 0.4s;
}
#content .developers_section .developers_boxes .developers_title {
  font-size: 1.675rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 0;
  transition: all 0.4s;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .slick-list {
  max-width: 47%;
  margin: 0 auto;
  overflow: visible;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .slick-list .slick-track .slick-slide {
  margin: 0 0.63rem;
  transform: scale(0.875);
  transition: all 0.4s;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .slick-list .slick-track .slick-slide > div {
  display: flex;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .slick-list .slick-track .slick-slide.slick-active {
  transform: scale(1);
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .slick-list .slick-track .slick-slide.slick-active .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-row-position-top .product_title {
  display: block;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-zone::before {
  padding-top: 0;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-col {
  padding: 0;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-row-position-top {
  position: static;
  top: initial;
  left: initial;
  right: initial;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-row-position-top .product_image {
  margin-bottom: 1.25rem;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-row-position-top .product_image img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-row-position-top .product_title {
  margin-bottom: 0;
  display: none;
  transition: all 0.4s;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-row-position-top .product_title h2 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #8D3E00;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .slick-dots {
  padding: 0;
  margin: 2.5rem 0 0;
  display: flex;
  gap: 0.63rem;
  align-items: center;
  justify-content: center;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .slick-dots li {
  list-style: none;
  line-height: 0;
  margin: 0;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .slick-dots li button {
  font-size: 0;
  width: 2.5rem;
  height: 0.1875rem;
  border: none;
  background: #C19775;
  transition: all 0.4s;
}
#content .products_section .products_grid .vc_pageable-slide-wrapper .slick-dots li.slick-active button {
  background: #8D3E00;
}
#content .get_started_section .bg_video_row > .wpb_column > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
#content .get_started_section .bg_video_row .bg_video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 70%);
}
#content .get_started_section .bg_video_row .bg_video video {
  width: 100%;
  height: 45.6875rem;
  object-fit: cover;
}
#content .get_started_section .get_started_row {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#content .get_started_section .get_started_row > .wpb_column {
  height: 100%;
}
#content .get_started_section .get_started_row > .wpb_column > .vc_column-inner {
  height: 100%;
}
#content .get_started_section .get_started_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
#content .get_started_section .get_started_row .get_started_inner_row {
  height: 100%;
}
#content .get_started_section .get_started_row .get_started_inner_row > .wpb_column {
  height: 100%;
}
#content .get_started_section .get_started_row .get_started_inner_row > .wpb_column > .vc_column-inner {
  height: 100%;
}
#content .get_started_section .get_started_row .get_started_inner_row .sub_heading {
  color: #FFF;
}
#content .get_started_section .get_started_row .get_started_inner_row .heading {
  color: #FFF;
}
#content .get_started_section .get_started_row .get_started_inner_row .txt {
  margin-bottom: 2.5rem;
}
#content .get_started_section .get_started_row .get_started_inner_row .txt p {
  color: #FFF;
}
#content .get_started_section .get_started_row .get_started_inner_row .button.button_transparent {
  margin-left: 1.25rem;
}
#content .faqs_section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#content .faqs_section .faqs_row {
  gap: 12.5rem;
  flex-wrap: nowrap;
}
#content .faqs_section .faqs_row .sub_heading {
  margin: 0;
}
#content .faqs_section .faqs_row .heading {
  margin: 0 0 1.25rem;
}
#content .faqs_section .faqs_row .txt {
  margin-bottom: 0;
}
#content .faqs_section .faqs_row .faq_tab {
  padding: 2.5rem;
  background: #FFF;
  transition: all 0.4s;
}
#content .faqs_section .faqs_row .faq_tab:last-child {
  margin-bottom: 0;
}
#content .faqs_section .faqs_row .faq_tab .vc_toggle_title {
  padding: 0;
  transition: all 0.4s;
}
#content .faqs_section .faqs_row .faq_tab .vc_toggle_title h4 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #8D3E00;
}
#content .faqs_section .faqs_row .faq_tab .vc_toggle_title .vc_toggle_icon {
  display: none;
}
#content .faqs_section .faqs_row .faq_tab .vc_toggle_content {
  padding: 0;
  margin: 0;
}
#content .faqs_section .faqs_row .faq_tab .vc_toggle_content p {
  font-size: 1.25rem;
}
#content .faqs_section .faqs_row .faq_tab.vc_toggle_active {
  padding: 1.25rem 2.5rem;
}
#content .faqs_section .faqs_row .faq_tab.vc_toggle_active .vc_toggle_title {
  margin: 0 0 1.25rem;
}
#content .collaborators_section {
  padding-top: 0;
}
#content .collaborators_section .heading {
  margin: 0 0 3.5rem;
}
#content .collaborators_section .logo_image figure {
  display: block;
}
#content .collaborators_section .logo_image figure .vc_single_image-wrapper {
  display: block;
}
#content .collaborators_section .logo_image figure .vc_single_image-wrapper img {
  width: 60%;
}
#content .projects_intro_section .projects_intro_txt {
  margin-bottom: 0;
}
#content .projects_intro_section .projects_intro_txt p {
  font-size: 1.25rem;
}
#content .projects_categories_section .heading {
  margin: 0 0 1.25rem;
}
#content .projects_categories_section .project_category_boxes {
  margin-top: 2.5rem;
}
#content .projects_categories_section .project_category_boxes::before, #content .projects_categories_section .project_category_boxes::after {
  display: none;
}
#content .projects_categories_section .project_category_boxes > .wpb_column > .vc_column-inner {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
#content .projects_categories_section .project_category_boxes > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  background: #F6F1E9;
  transition: all 0.4s;
}
#content .projects_categories_section .project_category_boxes > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  background: #8D3E00;
}
#content .projects_categories_section .project_category_boxes > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .project_category_title {
  color: #FFF !important;
}
#content .projects_categories_section .project_category_boxes > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .project_category_txt p {
  color: #FFF;
}
#content .projects_categories_section .project_category_boxes > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .button a {
  color: #000;
  border-color: #CF9A35;
  background: #CF9A35;
}
#content .projects_categories_section .project_category_boxes .project_category_image {
  margin-bottom: 1.25rem;
}
#content .projects_categories_section .project_category_boxes .project_category_image img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
#content .projects_categories_section .project_category_boxes .project_category_title {
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0 0 0.75rem !important;
  transition: color 0.4s;
}
#content .projects_categories_section .project_category_boxes .project_category_title a {
  color: inherit;
  text-decoration: none;
}
#content .projects_categories_section .project_category_boxes .project_category_txt {
  margin-bottom: 1.5rem;
  flex: 1;
}
#content .projects_categories_section .project_category_boxes .project_category_txt p {
  font-size: 1.125rem;
  margin: 0;
  transition: color 0.4s;
}
#content .projects_categories_section .project_category_boxes .button {
  margin-top: auto;
  margin-bottom: 0;
}
#content .contact_page_section .contact_intro_txt {
  margin-bottom: 0;
}
#content .contact_page_section .contact_intro_txt p {
  font-size: 1.25rem;
}
#content .contact_page_section .contact_page_row {
  margin-top: 3.75rem;
}
#content .contact_page_section .contact_page_row::before, #content .contact_page_section .contact_page_row::after {
  display: none;
}
#content .contact_page_section .contact_info_col > .vc_column-inner {
  height: 100%;
}
#content .contact_page_section .contact_info_col > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  padding: 2.5rem;
  background: #F6F1E9;
}
#content .contact_page_section .contact_info_col .contact_info_heading, #content .contact_page_section .contact_info_col .contact_form_heading {
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0 0 1.5rem !important;
  text-align: left !important;
}
#content .contact_page_section .contact_info_col .contact_info_list {
  margin-bottom: 2rem;
}
#content .contact_page_section .contact_info_col .contact_info_list .contact_info_item {
  padding-left: 2.75rem;
  margin-bottom: 1.75rem;
  position: relative;
}
#content .contact_page_section .contact_info_col .contact_info_list .contact_info_item:last-child {
  margin-bottom: 0;
}
#content .contact_page_section .contact_info_col .contact_info_list .contact_info_item::before {
  content: "";
  width: 1.625rem;
  height: 1.625rem;
  position: absolute;
  left: 0;
  top: 0.15rem;
  background-repeat: no-repeat;
  background-size: contain;
}
#content .contact_page_section .contact_info_col .contact_info_list .contact_info_item.phone::before {
  background-image: url(../images/phone.png);
  filter: brightness(0) saturate(100%) invert(27%) sepia(74%) saturate(1078%) hue-rotate(7deg) brightness(92%) contrast(101%);
}
#content .contact_page_section .contact_info_col .contact_info_list .contact_info_item.email::before {
  background-image: url(../images/email.png);
  filter: brightness(0) saturate(100%) invert(27%) sepia(74%) saturate(1078%) hue-rotate(7deg) brightness(92%) contrast(101%);
}
#content .contact_page_section .contact_info_col .contact_info_list .contact_info_item.address::before {
  background-image: url(../images/location.png);
  filter: brightness(0) saturate(100%) invert(27%) sepia(74%) saturate(1078%) hue-rotate(7deg) brightness(92%) contrast(101%);
}
#content .contact_page_section .contact_info_col .contact_info_list .contact_info_item .contact_info_label {
  font-size: 0.95rem;
  font-weight: 500;
  color: #8D3E00;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#content .contact_page_section .contact_info_col .contact_info_list .contact_info_item .contact_info_value {
  margin: 0;
}
#content .contact_page_section .contact_info_col .contact_info_list .contact_info_item .contact_info_value a {
  font-size: 1.125rem;
  font-weight: 300;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
#content .contact_page_section .contact_info_col .contact_info_list .contact_info_item .contact_info_value a:hover {
  color: #CF9A35;
}
#content .contact_page_section .contact_info_col .contact_hours p {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.7;
}
#content .contact_page_section .contact_info_col .contact_hours p strong {
  color: #8D3E00;
  font-weight: 500;
}
#content .contact_page_section .contact_form_col > .vc_column-inner {
  height: 100%;
}
#content .contact_page_section .contact_form_col > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  padding: 2.5rem;
  border: 1px solid #E8DFD2;
}
#content .contact_page_section .contact_form_col .contact_form_heading {
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0 0 1.5rem !important;
  text-align: left !important;
}
#content .contact_page_section .contact_form_col .contact_form_wrap {
  margin-bottom: 0;
}
#content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .contact_form_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1.5rem;
}
#content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_field {
  margin: 0;
}
#content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_field.form_field_full {
  grid-column: 1/-1;
}
#content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_field label {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  display: block;
  margin-bottom: 0;
}
#content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_field input[type=text], #content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_field input[type=email], #content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_field input[type=tel], #content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_field textarea {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.85rem 1rem;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 300;
  color: #333;
  border: 1px solid #D9CFC0;
  background: #FFF;
  outline: none;
  transition: border-color 0.3s;
}
#content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_field input[type=text]:focus, #content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_field input[type=email]:focus, #content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_field input[type=tel]:focus, #content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_field textarea:focus {
  border-color: #CF9A35;
}
#content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_field textarea {
  min-height: 8rem;
  resize: vertical;
}
#content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_submit {
  margin-top: 0.5rem;
}
#content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_submit input.contact_submit, #content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_submit input.wpcf7-submit {
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  padding: 0.94rem 2rem;
  border: 1px solid #CF9A35;
  background: #CF9A35;
  cursor: pointer;
  transition: all 0.4s;
}
#content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_submit input.contact_submit:hover, #content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .form_submit input.wpcf7-submit:hover {
  color: #CF9A35;
  background: #000;
  border-color: #000;
}
#content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin-top: 0.35rem;
}
#content .contact_page_section .contact_form_col .contact_form_wrap .wpcf7 .wpcf7-response-output {
  margin: 1.25rem 0 0;
  padding: 0.85rem 1rem;
  border-width: 1px;
}

footer#colophon {
  padding-top: 5rem;
  margin-top: 5rem;
  background: #141414;
}
footer#colophon .footer_wids {
  margin-bottom: 3.13rem;
}
footer#colophon .footer_wids .row {
  gap: 9.88rem;
}
footer#colophon .footer_wids .row > div {
  flex: 1;
}
footer#colophon .footer_wids .widgettitle {
  font-size: 1.875rem;
  font-weight: 400;
  color: #FFF;
  margin: 0 0 1.25rem;
}
footer#colophon .footer_wids ul.menu {
  padding: 0;
  margin: 0;
}
footer#colophon .footer_wids ul.menu li.menu-item {
  list-style: none;
  margin-bottom: 0.5rem;
}
footer#colophon .footer_wids ul.menu li.menu-item:last-child {
  margin-bottom: 0;
}
footer#colophon .footer_wids ul.menu li.menu-item a {
  font-size: 1.125rem;
  font-weight: 300;
  color: #FFF;
  text-decoration: none;
}
footer#colophon .footer_wids .footer_branding {
  flex: 2 !important;
}
footer#colophon .footer_wids .footer_branding .widget_media_image {
  margin-bottom: 1.25rem;
}
footer#colophon .footer_wids .footer_branding .widget_media_image img {
  width: 55%;
}
footer#colophon .footer_wids .footer_branding .widget_text .textwidget p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #FFF;
}
footer#colophon .footer_wids .footer_contact {
  flex: 1.5 !important;
}
footer#colophon .footer_wids .footer_contact ul.menu li.menu-item {
  padding-left: 2.5rem;
  margin-bottom: 1.63rem;
  display: flex;
  position: relative;
}
footer#colophon .footer_wids .footer_contact ul.menu li.menu-item:last-child {
  margin-bottom: 0;
}
footer#colophon .footer_wids .footer_contact ul.menu li.menu-item::before {
  content: "";
  width: 1.625rem;
  height: 1.625rem;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
footer#colophon .footer_wids .footer_contact ul.menu li.menu-item.phone::before {
  background-image: url(../images/phone.png);
}
footer#colophon .footer_wids .footer_contact ul.menu li.menu-item.email::before {
  background-image: url(../images/email.png);
}
footer#colophon .footer_wids .footer_contact ul.menu li.menu-item.address::before {
  background-image: url(../images/location.png);
}
footer#colophon .footer_wids .footer_socials ul.menu {
  display: flex;
  gap: 1.56rem;
}
footer#colophon .footer_wids .footer_socials ul.menu li.menu-item {
  margin: 0;
}
footer#colophon .footer_wids .footer_socials ul.menu li.menu-item a {
  width: 3.4375rem;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
}
footer#colophon .footer_wids .footer_socials ul.menu li.menu-item a:hover {
  border: 1px solid #CF9A35;
  background: #CF9A35;
}
footer#colophon .footer_wids .footer_socials ul.menu li.menu-item a:hover svg path {
  fill: #000;
}
footer#colophon .footer_wids .footer_socials ul.menu li.menu-item a svg {
  width: 1.36794rem;
  height: 1.36794rem;
}
footer#colophon .footer_wids .footer_socials ul.menu li.menu-item a svg path {
  fill: #FFF;
  transition: all 0.4s;
}
footer#colophon .copyright {
  text-align: center;
  padding: 0.63rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer#colophon .copyright p {
  font-size: 1.125rem;
  font-weight: 200;
  color: #FFF;
}
footer#colophon .copyright p a {
  color: inherit;
  text-decoration: none;
}

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