@charset "UTF-8";
/*
Theme Name: Duke Fine Foods
Theme URI: https://example.com/dukefinefoods-theme
Description: Custom WordPress theme for Duke Fine Foods
Version: 1.0.0
Author: Your Name
Author URI: https://example.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dukefinefoods
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  color: #EFE1D1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #21262A;
}
body.menu-open {
  overflow: hidden;
}

body.admin-bar {
  min-height: calc(100vh - 2rem);
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    min-height: calc(100vh - 2.875rem);
  }
}
#main-content {
  flex: 1 0 auto;
}

h1, h2, h3, h4, h5, h6,
.site-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.container {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  width: 100%;
}

a,
button,
input[type=submit],
input[type=button] {
  transition: all 0.3s ease;
}

.styled {
  padding: 2.5rem 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .styled {
    padding: 1.5rem 1rem;
  }
}
.styled h1, .styled h2, .styled h3, .styled h4, .styled h5, .styled h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #D8B867;
  margin-bottom: 1rem;
  line-height: 1.25;
}
.styled h1:not(:first-child), .styled h2:not(:first-child), .styled h3:not(:first-child), .styled h4:not(:first-child), .styled h5:not(:first-child), .styled h6:not(:first-child) {
  margin-top: 1.75rem;
}
.styled h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .styled h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.styled h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  .styled h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.styled h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .styled h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.styled h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media (max-width: 768px) {
  .styled h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.styled h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .styled h5 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.styled h6 {
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .styled h6 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.styled p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #EFE1D1;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .styled p {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}
.styled p:last-child {
  margin-bottom: 0;
}
.styled strong, .styled b {
  font-weight: 700;
  color: #fff;
}
.styled em, .styled i {
  font-style: italic;
}
.styled a {
  color: #D8B867;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: color 0.3s ease;
  word-break: break-word;
  overflow-wrap: break-word;
}
.styled a:hover {
  color: #FDD46D;
}
.styled ul, .styled ol {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #EFE1D1;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}
@media (max-width: 768px) {
  .styled ul, .styled ol {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}
.styled ul:last-child, .styled ol:last-child {
  margin-bottom: 0;
}
.styled ul {
  list-style-type: none;
  padding-left: 0;
}
.styled ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}
.styled ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #D8B867;
  border-radius: 50%;
}
.styled ul li:last-child {
  margin-bottom: 0;
}
.styled ol {
  list-style-type: none;
  padding-left: 0;
  counter-reset: list-counter;
}
.styled ol li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  counter-increment: list-counter;
}
.styled ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #D8B867;
  min-width: 1.25rem;
}
.styled ol li:last-child {
  margin-bottom: 0;
}
.styled ul ul, .styled ol ol, .styled ul ol, .styled ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.styled blockquote {
  position: relative;
  margin: 1.25rem 0;
  padding: 1rem 1.5rem;
  padding-left: 1.75rem;
  border-left: 0.1875rem solid #D8B867;
  background-color: rgba(216, 184, 103, 0.05);
  border-radius: 0 0.375rem 0.375rem 0;
}
.styled blockquote p {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  font-style: italic;
  color: #EFE1D1;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .styled blockquote p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.styled blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-style: normal;
  color: #D8B867;
}
.styled blockquote cite::before {
  content: "—";
}
.styled hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #333B41 20%, #333B41 80%, transparent);
  margin: 1.5rem 0;
}
.styled code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9375em;
  background-color: rgba(216, 184, 103, 0.1);
  color: #FDD46D;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.styled pre {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1rem;
  border-radius: 0.375rem;
  overflow-x: auto;
  margin-bottom: 1rem;
}
.styled pre code {
  background-color: transparent;
  padding: 0;
}
.styled img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  margin: 1rem 0;
}
.styled figure {
  margin: 1.25rem 0;
}
.styled figure img {
  margin: 0;
}
.styled figure figcaption {
  font-size: 0.8125rem;
  color: rgba(239, 225, 209, 0.7);
  text-align: center;
  margin-top: 0.5rem;
  font-style: italic;
}
.styled table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}
.styled table th, .styled table td {
  padding: 0.625rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid #333B41;
}
.styled table th {
  font-weight: 700;
  color: #D8B867;
  background-color: rgba(216, 184, 103, 0.05);
}
.styled table tr:hover td {
  background-color: rgba(216, 184, 103, 0.03);
}
.styled small {
  font-size: 0.875rem;
  color: rgba(239, 225, 209, 0.7);
}
.styled mark {
  background-color: rgba(216, 184, 103, 0.3);
  color: #fff;
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
}
.styled sub, .styled sup {
  font-size: 0.75em;
}
.styled .wp-block-separator {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #333B41 20%, #333B41 80%, transparent);
  margin: 1.5rem 0;
}
.styled .wp-block-separator.is-style-wide {
  width: 100%;
}
.styled .wp-block-separator.is-style-dots {
  background: none;
  text-align: center;
}
.styled .wp-block-separator.is-style-dots::before {
  content: "···";
  color: #D8B867;
  font-size: 1.25rem;
  letter-spacing: 0.75rem;
}
.styled .wp-block-spacer {
  margin: 0;
}

header {
  padding: 0.5rem 0 1.25rem;
  height: 6.0625rem;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0.625rem 0 0.75rem;
    height: 4.625rem;
  }
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .site-branding .custom-logo-link {
  display: inline-block;
}
header .site-branding .custom-logo-link img {
  max-height: 6.25rem;
  width: auto;
  transition: opacity all 0.3s ease;
}
@media screen and (max-width: 768px) {
  header .site-branding .custom-logo-link img {
    max-height: 3.25rem;
  }
}
header .site-branding .site-title {
  margin: 0;
  font-size: 2rem;
}
header .site-branding .site-title a {
  color: #EFE1D1;
  text-decoration: none;
  transition: color all 0.3s ease;
}
header .site-branding .site-title a:hover {
  color: #D4AF37;
}
header ul#primary-menu {
  display: flex;
  column-gap: 2.5rem;
}
header ul#primary-menu li {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 100%;
}
header ul#primary-menu li a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
header ul#primary-menu li a:hover {
  color: #D8B867;
  text-decoration-color: #D8B867;
}
header ul#primary-menu li a:focus, header ul#primary-menu li a:active {
  color: #845A23;
  text-decoration-color: #845A23;
}
header .header-button-wrapper.mobile-only {
  display: none;
}
header .header-button-wrapper a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 2.5rem;
  padding: 0;
  background: linear-gradient(180deg, #D8B867 0%, #9E8137 120%);
  border: 0.125rem solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 0.5rem;
  color: #21262A;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  transition: border 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
header .header-button-wrapper a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #FDD46D 0%, #F9D069 120%);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
header .header-button-wrapper a:hover {
  border-color: rgba(0, 0, 0, 0.3019607843);
}
header .header-button-wrapper a:hover::before {
  opacity: 1;
}
header .header-button-wrapper a:focus, header .header-button-wrapper a:active {
  border-color: rgba(0, 0, 0, 0.4);
}
header .header-button-wrapper a:focus::before, header .header-button-wrapper a:active::before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  header .header-button-wrapper a {
    height: 3.75rem;
  }
}
header .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 1.875rem;
  height: 1.1875rem;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1001;
}
header .mobile-menu-toggle:focus, header .mobile-menu-toggle:active {
  outline: none;
  background: transparent;
}
header .mobile-menu-toggle .hamburger-line {
  width: 100%;
  height: 0.1875rem;
  background-color: #D8B867;
  transition: all 0.3s ease;
}
header .mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}
header .mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
header .mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  header .mobile-menu-toggle {
    display: flex;
  }
  header .header-button-wrapper.desktop-only {
    display: none;
  }
  header .main-navigation {
    position: fixed;
    top: 4.625rem;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 4.625rem);
    min-height: calc(100dvh - 4.625rem);
    background-color: #21262A;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
    z-index: 1000;
  }
  header .main-navigation.menu-open {
    opacity: 1;
    visibility: visible;
  }
  header .main-navigation ul#primary-menu {
    flex-direction: column;
    align-items: flex-start;
    border-top: 0.0625rem solid #333B41;
  }
  header .main-navigation ul#primary-menu li {
    width: 100%;
    padding: 1.25rem;
    font-size: 1.5rem;
    border-bottom: 0.0625rem solid #333B41;
  }
  header .main-navigation ul#primary-menu li a {
    display: block;
  }
  header .main-navigation .header-button-wrapper.mobile-only {
    display: block;
    margin: auto 1.25rem 0.625rem;
  }
  header .main-navigation .header-button-wrapper.mobile-only a {
    width: 100%;
  }
}
.hero {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  min-height: 41.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.75rem;
  overflow: hidden;
  border-radius: 0.9375rem;
  margin-bottom: 6.875rem;
}
@media (max-width: 768px) {
  .hero {
    min-height: 25rem;
    padding: 2rem 1.25rem;
    padding-top: 7.625rem;
    margin: 0 1.25rem 3.75rem;
    width: auto;
  }
}
.hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(82.15deg, #21262A 3.4%, rgba(33, 38, 42, 0) 82.77%);
  z-index: 2;
}
.hero .hero-content {
  position: relative;
  z-index: 3;
  max-width: 46.6875rem;
}
.hero .hero-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 5rem;
  color: #FFFFFF;
  margin-bottom: 3.125rem;
  max-width: 31.25rem;
}
@media (max-width: 768px) {
  .hero .hero-title {
    font-size: 2.625rem;
    line-height: 3rem;
    text-align: center;
  }
}
.hero .hero-text {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #FFF;
}
.hero .hero-text strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero .hero-text span {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero .hero-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    text-align: center;
    max-width: 95%;
    padding-bottom: 8.75rem;
  }
}

@media (max-width: 768px) {
  .contacts-section .container {
    padding: 0;
  }
}
.contacts-section .container .contacts-wrapper {
  background-color: #EFE1D1;
}
.contacts-section .container .contacts-wrapper .row-top {
  padding-top: 7.0625rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 7.1875rem;
  max-width: 73.75rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contacts-section .container .contacts-wrapper .row-top {
    flex-direction: column;
    padding: 2.9375rem 1rem;
    row-gap: 2rem;
  }
}
.contacts-section .container .contacts-wrapper .row-top .blocktitle {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #1F2428;
  font-size: 3.75rem;
  line-height: 4.375rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .contacts-section .container .contacts-wrapper .row-top .blocktitle {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 2.6875rem;
  }
}
.contacts-section .container .contacts-wrapper .row-top .contact-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
  max-width: 17.8125rem;
}
@media (max-width: 768px) {
  .contacts-section .container .contacts-wrapper .row-top .contact-list {
    max-width: 100%;
  }
}
.contacts-section .container .contacts-wrapper .row-top .contact-list .contact-item {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
}
.contacts-section .container .contacts-wrapper .row-top .contact-list .contact-item .icon {
  flex-shrink: 0;
}
.contacts-section .container .contacts-wrapper .row-top .contact-list .contact-item .icon img {
  width: 2.125rem;
  height: 2.125rem;
}
.contacts-section .container .contacts-wrapper .row-top .contact-list .contact-item .contact-info {
  color: #161C20;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.125rem;
}
.contacts-section .container .contacts-wrapper .row-top .contact-list .contact-item .contact-info a {
  color: #red;
  text-decoration: none;
}
.contacts-section .container .contacts-wrapper .row-top .contact-list .contact-item .contact-info .address-link {
  color: #161C20;
}
.contacts-section .container .contacts-wrapper .row-top .days {
  display: flex;
  flex-direction: column;
  width: 20.125rem;
  margin-top: 1rem;
}
@media (max-width: 478) {
  .contacts-section .container .contacts-wrapper .row-top .days {
    width: 100%;
  }
}
.contacts-section .container .contacts-wrapper .row-top .days .day {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  overflow: hidden;
  color: #21262A;
  font-size: 1rem;
  line-height: 1.75rem;
}
.contacts-section .container .contacts-wrapper .row-top .days .day::before {
  content: ".............................................................................................................................................................................................";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #21262A;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}
.contacts-section .container .contacts-wrapper .row-top .days .day .day-name,
.contacts-section .container .contacts-wrapper .row-top .days .day .time {
  position: relative;
  z-index: 1;
  background-color: #EFE1D1;
}
.contacts-section .container .contacts-wrapper .row-top .days .day .day-name {
  font-weight: 600;
  padding-right: 0.5rem;
}
.contacts-section .container .contacts-wrapper .row-top .days .day .time {
  font-weight: 700;
  color: #B18440;
  padding-left: 0.5rem;
}
.contacts-section .container .contacts-wrapper .row-top .right .map-wrapper {
  margin-top: 1.875rem;
  width: 40.8125rem;
  max-width: 100%;
  aspect-ratio: 653/573;
}
.contacts-section .container .contacts-wrapper .row-top .right .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.9375rem;
}
.contacts-section .container .contacts-wrapper .row-middle {
  max-width: 73.75rem;
  margin: 0 auto 4.3125rem;
}
@media (max-width: 768px) {
  .contacts-section .container .contacts-wrapper .row-middle {
    margin-bottom: 1.9375rem;
  }
}
@media (max-width: 768px) {
  .contacts-section .container .contacts-wrapper .row-bottom {
    padding: 0 1rem;
  }
}

.carousel-slider {
  overflow: hidden;
  margin-bottom: 6.875rem;
}
@media (max-width: 768px) {
  .carousel-slider {
    margin-bottom: 3.75rem;
  }
}
.carousel-slider .product-slider {
  max-width: 75.25rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .carousel-slider .product-slider {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.carousel-slider .product-slider .slider-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 3.375rem;
  column-gap: 4.875rem;
}
@media (max-width: 768px) {
  .carousel-slider .product-slider .slider-header {
    margin-bottom: 1.875rem;
  }
}
.carousel-slider .product-slider .slider-header .slider-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 100%;
  color: #D8B867;
}
@media (max-width: 768px) {
  .carousel-slider .product-slider .slider-header .slider-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.carousel-slider .product-slider .slider-header .sider-controls {
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .carousel-slider .product-slider .slider-header .sider-controls {
    display: none;
  }
}
.carousel-slider .product-slider .slider-header .sider-controls .arrow-left,
.carousel-slider .product-slider .slider-header .sider-controls .arrow-right {
  width: 3.375rem;
  height: 3.375rem;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  user-select: none;
}
.carousel-slider .product-slider .slider-header .sider-controls .arrow-left:hover,
.carousel-slider .product-slider .slider-header .sider-controls .arrow-right:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.carousel-slider .product-slider .slider-elements {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.5s ease;
  margin-right: calc(-50vw + 50%);
}
@media (max-width: 768px) {
  .carousel-slider .product-slider .slider-elements {
    margin-right: 0;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: none;
    transform: none !important;
  }
  .carousel-slider .product-slider .slider-elements::-webkit-scrollbar {
    display: none;
  }
}
.carousel-slider .product-slider .slider-elements .item {
  flex: 0 0 auto;
  width: 35.75rem;
  max-height: 33.75rem;
  background-color: #181D20;
  border-radius: 0.9375rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .carousel-slider .product-slider .slider-elements .item {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    max-height: 30rem;
  }
}
.carousel-slider .product-slider .slider-elements .item .slider-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 4.375rem;
  color: #D8B867;
  padding: 2.5rem 2.5rem 0;
}
@media (max-width: 768px) {
  .carousel-slider .product-slider .slider-elements .item .slider-title {
    font-size: 1.25rem;
    line-height: 100%;
    margin-bottom: 1.875rem;
    padding: 1.875rem 1.875rem 0;
  }
}
.carousel-slider .product-slider .slider-elements .item .slider {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #EFE1D1;
  padding-left: 2.5rem;
  padding-right: 3.5625rem;
  flex: 1;
}
@media (max-width: 768px) {
  .carousel-slider .product-slider .slider-elements .item .slider {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 0 1.875rem;
  }
}
.carousel-slider .product-slider .slider-elements .item .slider-image {
  width: 100%;
}
.carousel-slider .product-slider .slider-elements .item .slider-image img {
  width: 100%;
  height: auto;
  display: block;
}
.carousel-slider .product-slider .slider-dots {
  display: none;
}
@media (max-width: 768px) {
  .carousel-slider .product-slider .slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.875rem;
  }
  .carousel-slider .product-slider .slider-dots .dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #D8B867;
    opacity: 0.3;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .carousel-slider .product-slider .slider-dots .dot.active {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .about {
    padding-bottom: 3.25rem;
  }
}

.mobileTitle {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobileTitle {
    display: block;
    font-family: "Playfair Display", serif;
    color: #D8B867;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-align: center;
  }
}

.about-us-wrapper {
  display: flex;
  flex-direction: row;
  padding: 0.4375rem 7.375rem 0 7.375rem;
  column-gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .about-us-wrapper {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.about-us-wrapper .about-content .about-title {
  font-family: "Playfair Display", serif;
  color: #D8B867;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.375rem;
}
@media screen and (max-width: 768px) {
  .about-us-wrapper .about-content .about-title {
    display: none;
  }
}
.about-us-wrapper .about-content .about-text {
  margin-top: 3.125rem;
  max-width: 37rem;
  width: 100%;
}
.about-us-wrapper .about-content .about-text p {
  color: #EFE1D1;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding-bottom: 1.5rem;
}
.about-us-wrapper .about-content .about-text p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .about-us-wrapper .about-content .about-text p {
    text-align: center;
  }
}
.about-us-wrapper .about-content .about-button {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .about-us-wrapper .about-content .about-button {
    margin-bottom: 3.75rem;
  }
}
.about-us-wrapper .about-content .about-button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.5625rem;
  height: 3.75rem;
  padding: 0;
  background: linear-gradient(180deg, #D8B867 0%, #9E8137 120%);
  border: 0.125rem solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 0.5rem;
  color: #21262A;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  transition: border 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.about-us-wrapper .about-content .about-button a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #FDD46D 0%, #F9D069 120%);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.about-us-wrapper .about-content .about-button a:hover {
  border-color: rgba(0, 0, 0, 0.3019607843);
}
.about-us-wrapper .about-content .about-button a:hover::before {
  opacity: 1;
}
.about-us-wrapper .about-content .about-button a:focus, .about-us-wrapper .about-content .about-button a:active {
  border-color: rgba(0, 0, 0, 0.4);
}
.about-us-wrapper .about-content .about-button a:focus::before, .about-us-wrapper .about-content .about-button a:active::before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .about-us-wrapper .about-content .about-button a {
    width: 100%;
  }
}
.about-us-wrapper .about-image {
  flex: 1;
  min-height: 40.625rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .about-us-wrapper .about-image {
    min-height: 25.5rem;
  }
}

.about.image-left .about-us-wrapper {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .about.image-left .about-us-wrapper {
    flex-direction: column-reverse;
  }
}

.gift {
  margin-top: 2.8125rem;
  margin-bottom: 7.5rem;
}
.gift .gift-title {
  font-family: "Playfair Display", serif;
  color: #C3A456;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.375rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.gift .gift-text {
  font-weight: 400;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.625rem;
  max-width: 56.375rem;
  margin: 0 auto;
  text-align: center;
}
.gift .gift-items {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .gift .gift-items {
    flex-direction: column;
    align-items: center;
  }
}
.gift .gift-items .gift-item {
  width: 24.25rem;
  height: 28.125rem;
  max-width: 100%;
  border-radius: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #EFE1D1;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .gift .gift-items .gift-item {
    width: 100%;
  }
}
.gift .gift-items .gift-item .gift-item-image {
  display: flex;
  justify-content: flex-end;
}
.gift .gift-items .gift-item .gift-item-title {
  font-family: "Playfair Display", serif;
  font-size: 1.875rem;
  color: #21262A;
  line-height: 4.375rem;
  text-align: center;
}
.gift .gift-items .gift-item .gift-item-text {
  margin-bottom: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: center;
  color: #21262A;
}
.gift .gift-items .gift-item .gift-item-button-wrapper {
  margin: 0 auto;
  margin-bottom: 1.875rem;
}
.gift .gift-items .gift-item .gift-item-button-wrapper a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 2.5rem;
  padding: 0;
  background: linear-gradient(180deg, #D8B867 0%, #9E8137 120%);
  border: 0.125rem solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 0.5rem;
  color: #21262A;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  transition: border 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.gift .gift-items .gift-item .gift-item-button-wrapper a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #FDD46D 0%, #F9D069 120%);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.gift .gift-items .gift-item .gift-item-button-wrapper a:hover {
  border-color: rgba(0, 0, 0, 0.3019607843);
}
.gift .gift-items .gift-item .gift-item-button-wrapper a:hover::before {
  opacity: 1;
}
.gift .gift-items .gift-item .gift-item-button-wrapper a:focus, .gift .gift-items .gift-item .gift-item-button-wrapper a:active {
  border-color: rgba(0, 0, 0, 0.4);
}
.gift .gift-items .gift-item .gift-item-button-wrapper a:focus::before, .gift .gift-items .gift-item .gift-item-button-wrapper a:active::before {
  opacity: 0;
}
.gift .gift-items .gift-item:nth-child(1) .gift-item-text, .gift .gift-items .gift-item:nth-child(1) .gift-item-title {
  color: #fff;
}

.alcohol {
  max-width: 75.25rem;
  background-color: #181D20;
  margin: 0 auto 6.875rem;
  border-radius: 0.9375rem;
}
@media (max-width: 768px) {
  .alcohol {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-bottom: 3.75rem;
  }
}
.alcohol .alcohol-wrapper {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .alcohol .alcohol-wrapper {
    flex-direction: column;
  }
}
.alcohol .alcohol-wrapper .alcohol-content {
  flex: 1;
  padding: 3.75rem;
}
@media (max-width: 768px) {
  .alcohol .alcohol-wrapper .alcohol-content {
    padding: 1.875rem 1.875rem 2.5rem;
    text-align: center;
  }
}
.alcohol .alcohol-wrapper .alcohol-content .alcohol-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.375rem;
  color: #D8B867;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .alcohol .alcohol-wrapper .alcohol-content .alcohol-title {
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.alcohol .alcohol-wrapper .alcohol-content .alcohol-text {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #EFE1D1;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media (max-width: 768px) {
  .alcohol .alcohol-wrapper .alcohol-content .alcohol-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.alcohol .alcohol-wrapper .alcohol-image {
  flex: 1;
  min-height: 31.25rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
  position: relative;
}
.alcohol .alcohol-wrapper .alcohol-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(24, 29, 32, 0) 63.34%, #181D20 100%);
  border-radius: inherit;
}
@media (max-width: 768px) {
  .alcohol .alcohol-wrapper .alcohol-image {
    min-height: 19.3125rem;
  }
  .alcohol .alcohol-wrapper .alcohol-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(24, 29, 32, 0) 50%, #181D20 97.25%);
    border-radius: inherit;
  }
}
.alcohol.image-left .alcohol-image {
  border-radius: 0;
  border-top-left-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
}
.alcohol.image-left .alcohol-image::before {
  background: linear-gradient(90deg, rgba(24, 29, 32, 0) 63.34%, #181D20 100%);
}
@media (max-width: 768px) {
  .alcohol.image-left .alcohol-image {
    order: 2;
  }
  .alcohol.image-left .alcohol-image::before {
    background: linear-gradient(0deg, rgba(24, 29, 32, 0) 50%, #181D20 97.25%);
  }
}
@media (max-width: 768px) {
  .alcohol.image-left .alcohol-content {
    order: 1;
  }
}

.gallery-container {
  position: relative;
  padding-bottom: 6.875rem;
  margin-bottom: 2.0625rem;
}
@media (max-width: 768px) {
  .gallery-container {
    padding-bottom: 3.125rem;
  }
}
.gallery-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16.1875rem;
  background: linear-gradient(360deg, #EFE1D1 14.49%, rgba(239, 225, 209, 0) 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .gallery-container::after {
    display: none;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(0, 22.1875rem);
  grid-auto-rows: 1fr;
  gap: 1.25rem;
  max-width: 75.25rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .gallery-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 0;
    height: 21.875rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-padding: 0;
  }
  .gallery-grid::-webkit-scrollbar {
    display: none;
  }
}
.gallery-grid .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.9375rem;
}
@media (max-width: 768px) {
  .gallery-grid .gallery-item {
    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .gallery-grid .gallery-item img {
    object-fit: cover;
  }
}
.gallery-grid .gallery-item img {
  display: block;
  transition: transform 0.3s ease;
}
.gallery-grid .gallery-item-1 {
  grid-column: 1/3;
  grid-row: 1;
  max-height: 18.6875rem;
}
@media (max-width: 768px) {
  .gallery-grid .gallery-item-1 {
    max-height: 21.875rem;
  }
}
.gallery-grid .gallery-item-2 {
  grid-column: 3;
  grid-row: 1;
  max-height: 18.6875rem;
}
@media (max-width: 768px) {
  .gallery-grid .gallery-item-2 {
    max-height: 21.875rem;
  }
}
.gallery-grid .gallery-item-3 {
  grid-column: 1;
  grid-row: 2/4;
  max-height: 38.6875rem;
}
@media (max-width: 768px) {
  .gallery-grid .gallery-item-3 {
    max-height: 21.875rem;
  }
}
.gallery-grid .gallery-item-4 {
  grid-column: 2;
  grid-row: 2/4;
  max-height: 38.6875rem;
}
@media (max-width: 768px) {
  .gallery-grid .gallery-item-4 {
    max-height: 21.875rem;
  }
}
.gallery-grid .gallery-item-5 {
  grid-column: 3;
  grid-row: 2;
  max-height: 18.6875rem;
}
@media (max-width: 768px) {
  .gallery-grid .gallery-item-5 {
    max-height: 21.875rem;
  }
}
.gallery-grid .gallery-item-6 {
  grid-column: 3;
  grid-row: 3;
  max-height: 18.6875rem;
}
@media (max-width: 768px) {
  .gallery-grid .gallery-item-6 {
    max-height: 21.875rem;
  }
}
@media (max-width: 768px) {
  .gallery-grid .gallery-item {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

.gallery-dots {
  display: none;
}
@media (max-width: 768px) {
  .gallery-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.875rem;
  }
  .gallery-dots .dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #21262A;
    opacity: 0.2;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .gallery-dots .dot.active {
    opacity: 1;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.info {
  width: 100%;
  max-width: 75.25rem;
  margin: 0 auto;
  margin-bottom: 6.875rem;
  background-color: #EFE1D1;
  border-radius: 0.9375rem;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .info {
    flex-direction: column;
    width: auto;
    margin: 0 1.25rem 3.75rem;
    padding-bottom: 4.375rem;
  }
}
.info .info-content {
  flex: 1;
  padding: 3.75rem;
  padding-right: 0;
  max-width: 38.25rem;
}
@media (max-width: 768px) {
  .info .info-content {
    max-width: 100%;
    padding: 1.875rem;
    text-align: center;
  }
}
.info .info-content .info-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.375rem;
  color: #21262A;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .info .info-content .info-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
    text-align: center;
  }
}
.info .info-content .info-text {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #21262A;
  margin-bottom: 2.5rem;
}
.info .info-content .info-text strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .info .info-content .info-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    text-align: center;
  }
}
.info .info-content .info-rewards {
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .info .info-content .info-rewards {
    justify-content: center;
  }
}
.info .info-content .info-rewards .rewart-item img {
  max-height: 8.8125rem;
  width: auto;
}
@media (max-width: 768px) {
  .info .info-content .info-rewards .rewart-item img {
    max-height: 5.9375rem;
  }
}
.info .info-image {
  flex: 1;
  min-height: 31.25rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .info .info-image {
    min-height: 15rem;
  }
}

.job-info-wrapper {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .job-info-wrapper {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.job-info-wrapper .left {
  flex: 1;
}
.job-info-wrapper .left .job-info-title {
  margin-top: 6rem;
  color: #C3A456;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 3.75rem;
  line-height: 4.375rem;
}
@media (max-width: 768px) {
  .job-info-wrapper .left .job-info-title {
    margin-top: 1rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 100%;
  }
}
.job-info-wrapper .left .job-info-text {
  margin-top: 2.5rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.625rem;
  max-width: 32.75rem;
}
@media (max-width: 768px) {
  .job-info-wrapper .left .job-info-text {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.job-info-wrapper .left .job-info-link {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .job-info-wrapper .left .job-info-link {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
  }
}
.job-info-wrapper .left .job-info-link a {
  text-decoration: none;
  color: #D8B867;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  align-items: flex-end;
  column-gap: 0.6875rem;
}
@media (max-width: 768px) {
  .job-info-wrapper .left .job-info-link a {
    font-size: 1rem;
  }
}
.job-info-wrapper .right {
  flex: 1;
}

.job_list {
  background-color: #EFE1D1;
}
.job_list .job-list-title {
  margin-top: 3.75rem;
  color: #21262A;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 3.75rem;
  line-height: 4.375rem;
  text-align: center;
}
.job_list .job-preference {
  margin-top: 3.9375rem;
  margin-bottom: 6.25rem;
  display: flex;
  flex-direction: row;
  column-gap: 3.75rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .job_list .job-preference {
    flex-wrap: wrap;
    gap: 1.75rem;
  }
}
.job_list .job-preference .preference-item {
  display: flex;
  height: 160px;
  width: 150px;
  box-shadow: 0px 0px 30px 0px rgba(33, 38, 42, 0.3019607843);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.6875rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.job_list .job-preference .preference-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 40px 0px rgba(33, 38, 42, 0.4);
}
.job_list .job-preference .preference-item img {
  margin-top: 20px;
  width: 62px;
  height: 62px;
}
.job_list .job-preference .preference-item .item-title {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.job_list .job-list-current-wrapper {
  background-color: #181D20;
  border-radius: 0.9375rem;
  padding: 50px 100px 60px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .job_list .job-list-current-wrapper {
    padding: 30px 20px 40px;
    margin-bottom: 60px;
  }
}
.job_list .job-table .job-table-header {
  display: flex;
  border-bottom: 1px solid #333;
  color: #D8B867;
  font-size: 16px;
  line-height: 70px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .job_list .job-table .job-table-header {
    display: none;
  }
}
.job_list .job-table .job-table-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333B41;
}
.job_list .job-table .job-table-row .col-position {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 70px;
}
@media (max-width: 768px) {
  .job_list .job-table .job-table-row .col-position {
    font-size: 20px;
    line-height: 100%;
    padding-top: 30px;
  }
}
.job_list .job-table .job-table-row .col-type, .job_list .job-table .job-table-row .col-date {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 70px;
}
@media (max-width: 768px) {
  .job_list .job-table .job-table-row {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.job_list .job-table .col-position {
  flex: 2;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 768px) {
  .job_list .job-table .col-position {
    flex: 0 0 100%;
  }
}
.job_list .job-table .col-type {
  flex: 1.5;
  color: #D8B867;
  font-weight: 400;
  font-size: 16px;
  line-height: 70px;
}
@media (max-width: 768px) {
  .job_list .job-table .col-type {
    flex: 1;
  }
}
.job_list .job-table .col-date {
  flex: 1;
  color: #D8B867;
  font-weight: 400;
  font-size: 16px;
  line-height: 70px;
}
@media (max-width: 768px) {
  .job_list .job-table .col-date {
    flex: 1;
  }
}
.job_list .job-table .col-apply {
  flex: 0 0 100px;
  text-align: right;
}
.job_list .job-table .col-apply a {
  color: #C3A456;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-decoration: underline;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.job_list .job-table .col-apply a:hover {
  color: #D8B867;
}
@media (max-width: 768px) {
  .job_list .job-table .col-apply {
    flex: 0 0 auto;
  }
}
.job_list .job-table .no-jobs .col-position {
  color: #8B8B6E;
  font-weight: 400;
}

.job_openings {
  padding: 5rem 0;
}
.job_openings .job-openings-title {
  color: #C3A456;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 3.75rem;
  line-height: 4.375rem;
  text-align: center;
  margin-bottom: 3rem;
}
.job_openings .job-item {
  background-color: #1a1a1a;
  border-radius: 0.6875rem;
  padding: 2.5rem;
  margin-bottom: 2rem;
}
.job_openings .job-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.job_openings .job-item-title {
  color: #C3A456;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  margin: 0;
}
.job_openings .job-item-type {
  background-color: #D8B867;
  color: #21262A;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 0.875rem;
}
.job_openings .job-item-about, .job_openings .job-item-section {
  margin-bottom: 1.5rem;
}
.job_openings .job-item-about h4, .job_openings .job-item-section h4 {
  color: #D8B867;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.job_openings .job-item-about p, .job_openings .job-item-section p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.625rem;
}
.job_openings .job-item-about ul, .job_openings .job-item-section ul {
  color: #fff;
  padding-left: 1.5rem;
  margin: 0;
}
.job_openings .job-item-about ul li, .job_openings .job-item-section ul li {
  font-size: 1rem;
  line-height: 1.75rem;
}
.job_openings .no-jobs {
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
}

.single-job-page {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .single-job-page {
    padding-top: 1rem;
  }
}
.single-job-page .job-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .single-job-page .job-wrapper {
    flex-direction: column;
  }
}
.single-job-page .job-wrapper .job-right {
  max-width: 695px;
}
.single-job-page .job-wrapper .single-job-header {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .single-job-page .job-wrapper .single-job-header {
    gap: 20px;
    margin-bottom: 25px;
  }
}
.single-job-page .job-wrapper .single-job-title {
  color: #C3A456;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  line-height: 70px;
  margin: 0;
}
@media (max-width: 768px) {
  .single-job-page .job-wrapper .single-job-title {
    margin-top: 1.5rem;
    font-size: 36px;
    line-height: 100%;
  }
}
.single-job-page .job-wrapper .single-job-meta {
  display: flex;
  gap: 20px;
}
.single-job-page .job-wrapper .single-job-meta .single-job-type {
  align-items: center;
  background-color: #141A1F;
  color: #C3A456;
  display: flex;
  height: 30px;
  border-radius: 1.375rem;
  font-weight: 600;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625rem;
  padding: 0 30px;
}
.single-job-page .job-wrapper .single-job-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-job-page .job-wrapper .single-job-content .single-job-section h2 {
  color: #D9D9D9;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 130%;
  text-transform: uppercase;
}
.single-job-page .job-wrapper .single-job-content .single-job-section p {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
}
.single-job-page .job-wrapper .single-job-content .single-job-section ul {
  padding-left: 1.5rem;
  list-style-type: disc;
}
.single-job-page .job-wrapper .single-job-content .single-job-section ul li {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
}
.single-job-page .job-wrapper .single-job-back {
  display: flex;
  color: #D8B867;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  transition: color 0.3s ease;
  align-items: center;
  text-transform: uppercase;
  column-gap: 6px;
  padding-left: 95px;
  padding-right: 125px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .single-job-page .job-wrapper .single-job-back {
    padding: 0;
    margin-top: 1rem;
  }
}
.single-job-page .job-wrapper .single-job-back:hover {
  color: #C3A456;
}

.job-contact-form-wrapper {
  position: relative;
  max-width: 1204px;
  margin: 0 auto;
  background-color: #181D20;
  border-radius: 0.9375rem;
}
.job-contact-form-wrapper .form-success-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #181D20;
  border-radius: 0.9375rem;
  z-index: 10;
}
.job-contact-form-wrapper .form-success-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px;
}
.job-contact-form-wrapper .form-success-message svg {
  margin-bottom: 74px;
}
.job-contact-form-wrapper .form-success-message .success-title {
  color: #C3A456;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 67px;
  max-width: 27.8125rem;
}
@media (max-width: 768px) {
  .job-contact-form-wrapper .form-success-message .success-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 50px;
  }
}
.job-contact-form-wrapper .form-success-message .success-subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
}
@media (max-width: 768px) {
  .job-contact-form-wrapper .form-success-message .success-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.job-contact-form-wrapper .single-job-contact-title {
  padding-top: 60px;
  text-align: center;
  color: #C3A456;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 70px;
}
@media (max-width: 768px) {
  .job-contact-form-wrapper .single-job-contact-title {
    padding-top: 40px;
    font-weight: 500;
    font-size: 23px;
    line-height: 100%;
  }
}
.job-contact-form-wrapper .form-wrapper {
  padding-top: 70px;
  padding-bottom: 83px;
  max-width: 690px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .job-contact-form-wrapper .form-wrapper {
    padding: 40px 1rem;
    padding-bottom: 70px;
    margin-bottom: 40px;
  }
}
.job-contact-form-wrapper .form-wrapper input, .job-contact-form-wrapper .form-wrapper textarea {
  width: 100%;
}
.job-contact-form-wrapper .form-wrapper input {
  border-radius: 12px;
  border: 1px solid #C4C4C4;
  height: 58px;
  color: #21262A;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
  padding: 0 18px;
  outline: none;
  margin-bottom: 20px;
}
.job-contact-form-wrapper .form-wrapper input::placeholder {
  color: #21262A;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
}
.job-contact-form-wrapper .form-wrapper textarea {
  height: 150px;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
  border-radius: 12px;
  border: 1px solid #C4C4C4;
  padding: 21px 18px;
  resize: none;
  outline: none;
}
.job-contact-form-wrapper .form-wrapper textarea::placeholder {
  color: #21262A;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
}
.job-contact-form-wrapper .form-wrapper .wpcf7-not-valid-tip {
  color: #ff0000;
  font-weight: 400;
  position: absolute;
  top: 0px;
  right: 16px;
  font-size: 12px;
}
.job-contact-form-wrapper .form-wrapper .custom-file-upload {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  cursor: pointer;
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
}
.job-contact-form-wrapper .form-wrapper .custom-file-upload > p:first-child {
  display: none;
}
.job-contact-form-wrapper .form-wrapper .custom-file-upload .first-line-attach {
  flex-shrink: 0;
}
.job-contact-form-wrapper .form-wrapper .custom-file-upload .second-line-attach {
  flex: 1;
  min-width: 0;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 100%;
}
.job-contact-form-wrapper .form-wrapper .custom-file-upload .second-line-attach .d-inline:first-child {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}
.job-contact-form-wrapper .form-wrapper .custom-file-upload .uploader_field {
  display: none;
}
.job-contact-form-wrapper .form-wrapper .custom-file-upload > p:last-child {
  flex: 0 0 100%;
  margin: 0;
  overflow-x: auto;
}
.job-contact-form-wrapper .form-wrapper .custom-file-upload .file-name-display {
  display: block;
  margin-top: 10px;
  color: #C3A456;
  font-size: 14px;
  font-weight: 400;
}
.job-contact-form-wrapper .form-wrapper .acceptable {
  margin: 20px 0;
}
.job-contact-form-wrapper .form-wrapper .acceptable > span[data-name=acceptance-659] {
  display: none;
}
.job-contact-form-wrapper .form-wrapper .acceptable .custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.job-contact-form-wrapper .form-wrapper .acceptable .custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.job-contact-form-wrapper .form-wrapper .acceptable .custom-checkbox .checkmark {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  margin-right: 12px;
  margin-top: 2px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.job-contact-form-wrapper .form-wrapper .acceptable .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 0.625rem;
  height: 0.875rem;
  border: solid #21262A;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.job-contact-form-wrapper .form-wrapper .acceptable .custom-checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: #C3A456;
  border-color: #C3A456;
}
.job-contact-form-wrapper .form-wrapper .acceptable .custom-checkbox input[type=checkbox]:checked ~ .checkmark::after {
  display: block;
}
.job-contact-form-wrapper .form-wrapper .acceptable .custom-checkbox input[type=checkbox]:focus ~ .checkmark {
  border-color: #C3A456;
}
.job-contact-form-wrapper .form-wrapper .acceptable .custom-checkbox .wpcf7-list-item-label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.job-contact-form-wrapper .form-wrapper .acceptable .custom-checkbox .wpcf7-list-item-label a {
  color: #C3A456;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.job-contact-form-wrapper .form-wrapper .acceptable .custom-checkbox .wpcf7-list-item-label a:hover {
  color: #D8B867;
}
.job-contact-form-wrapper .form-wrapper .wpcf7-submit {
  height: 40px;
  color: #21262A;
  background: linear-gradient(180deg, #D8B867 0%, #9E8137 120%);
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  border: 2px solid rgba(0, 0, 0, 0.1019607843);
  outline: none;
  cursor: pointer;
}
.job-contact-form-wrapper .form-wrapper .wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.job-contact-form-wrapper .form-wrapper .wpcf7-spinner {
  display: none;
}

.archive-job-form-wrapper {
  position: relative;
  max-width: 1204px;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 0.9375rem;
}
.archive-job-form-wrapper .wpcf7-list-item {
  margin: 0;
}
.archive-job-form-wrapper .form-success-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFE1D1;
  border-radius: 0.9375rem;
  z-index: 10;
}
.archive-job-form-wrapper .form-success-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px;
}
.archive-job-form-wrapper .form-success-message svg {
  margin-bottom: 74px;
}
.archive-job-form-wrapper .form-success-message .success-title {
  color: #C3A456;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 67px;
  max-width: 27.8125rem;
}
@media (max-width: 768px) {
  .archive-job-form-wrapper .form-success-message .success-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 50px;
  }
}
.archive-job-form-wrapper .form-success-message .success-subtitle {
  color: #333B41;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
}
@media (max-width: 768px) {
  .archive-job-form-wrapper .form-success-message .success-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.archive-job-form-wrapper .cant-find-title {
  text-align: center;
  color: #21262A;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 70px;
}
@media (max-width: 768px) {
  .archive-job-form-wrapper .cant-find-title {
    font-weight: 500;
    font-size: 23px;
    line-height: 100%;
  }
}
.archive-job-form-wrapper .form-wrapper {
  padding-top: 40px;
  padding-bottom: 83px;
  max-width: 690px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .archive-job-form-wrapper .form-wrapper {
    padding: 40px 1rem;
    padding-bottom: 70px;
    margin-bottom: 40px;
  }
}
.archive-job-form-wrapper .form-wrapper input, .archive-job-form-wrapper .form-wrapper textarea {
  width: 100%;
}
.archive-job-form-wrapper .form-wrapper input {
  border-radius: 12px;
  border: 1px solid #C4C4C4;
  height: 58px;
  color: #21262A;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
  padding: 0 18px;
  outline: none;
  margin-bottom: 20px;
}
.archive-job-form-wrapper .form-wrapper input::placeholder {
  color: #21262A;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
}
.archive-job-form-wrapper .form-wrapper textarea {
  height: 150px;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
  border-radius: 12px;
  border: 1px solid #C4C4C4;
  padding: 21px 18px;
  resize: none;
  outline: none;
}
.archive-job-form-wrapper .form-wrapper textarea::placeholder {
  color: #21262A;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
}
.archive-job-form-wrapper .form-wrapper .wpcf7-not-valid-tip {
  color: #ff0000;
  font-weight: 400;
  position: absolute;
  top: 0px;
  right: 16px;
  font-size: 12px;
}
.archive-job-form-wrapper .form-wrapper .custom-file-upload {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  cursor: pointer;
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
}
.archive-job-form-wrapper .form-wrapper .custom-file-upload > p:first-child {
  display: none;
}
.archive-job-form-wrapper .form-wrapper .custom-file-upload .first-line-attach {
  flex-shrink: 0;
}
.archive-job-form-wrapper .form-wrapper .custom-file-upload .second-line-attach {
  flex: 1;
  min-width: 0;
  color: #333B41;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 100%;
}
.archive-job-form-wrapper .form-wrapper .custom-file-upload .second-line-attach .d-inline:first-child {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}
.archive-job-form-wrapper .form-wrapper .custom-file-upload .uploader_field {
  display: none;
}
.archive-job-form-wrapper .form-wrapper .custom-file-upload > p:last-child {
  flex: 0 0 100%;
  margin: 0;
  overflow-x: auto;
}
.archive-job-form-wrapper .form-wrapper .custom-file-upload .file-name-display {
  display: block;
  margin-top: 10px;
  color: #333B41;
  font-size: 14px;
  font-weight: 400;
}
.archive-job-form-wrapper .form-wrapper .acceptable {
  margin: 20px 0;
}
.archive-job-form-wrapper .form-wrapper .acceptable > span[data-name=acceptance-659] {
  display: none;
}
.archive-job-form-wrapper .form-wrapper .acceptable .custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.archive-job-form-wrapper .form-wrapper .acceptable .custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.archive-job-form-wrapper .form-wrapper .acceptable .custom-checkbox .checkmark {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  margin-right: 12px;
  margin-top: 2px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.archive-job-form-wrapper .form-wrapper .acceptable .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 0.625rem;
  height: 0.875rem;
  border: solid #21262A;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.archive-job-form-wrapper .form-wrapper .acceptable .custom-checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: #C3A456;
  border-color: #C3A456;
}
.archive-job-form-wrapper .form-wrapper .acceptable .custom-checkbox input[type=checkbox]:checked ~ .checkmark::after {
  display: block;
}
.archive-job-form-wrapper .form-wrapper .acceptable .custom-checkbox input[type=checkbox]:focus ~ .checkmark {
  border-color: #C3A456;
}
.archive-job-form-wrapper .form-wrapper .acceptable .custom-checkbox .wpcf7-list-item-label {
  color: #333B41;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
.archive-job-form-wrapper .form-wrapper .acceptable .custom-checkbox .wpcf7-list-item-label a {
  color: #C3A456;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.archive-job-form-wrapper .form-wrapper .acceptable .custom-checkbox .wpcf7-list-item-label a:hover {
  color: #D8B867;
}
.archive-job-form-wrapper .form-wrapper .wpcf7-submit {
  height: 40px;
  color: #21262A;
  background: linear-gradient(180deg, #D8B867 0%, #9E8137 120%);
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  border: 2px solid rgba(0, 0, 0, 0.1019607843);
  outline: none;
  cursor: pointer;
}
.archive-job-form-wrapper .form-wrapper .wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.archive-job-form-wrapper .form-wrapper .wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}

.job-list-current-wrapper {
  background-color: #181D20;
  padding: 60px;
  border-radius: 15px;
  margin-bottom: 100px;
}
.job-list-current-wrapper .job-list-current-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 70px;
  color: #C3A456;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .job-list-current-wrapper .job-list-current-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #C3A456;
    text-align: center;
    margin-bottom: 40px;
  }
}

.cant-find-title {
  color: #21262A;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
}

.any-position-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  max-width: 823px;
  margin: 0 auto;
}

footer {
  flex-shrink: 0;
}
footer .footer-content {
  display: flex;
  column-gap: 4.625rem;
  padding-bottom: 2.5rem;
  justify-content: center;
}
@media (max-width: 768px) {
  footer .footer-content {
    flex-direction: column;
    column-gap: 0;
    padding-bottom: 0;
    padding-top: 3.4375rem;
  }
}
footer .contacts {
  padding-top: 2.1875rem;
}
@media (max-width: 768px) {
  footer .contacts {
    order: -1;
    padding-top: 0;
  }
}
footer .contacts .footer-logo-link {
  display: block;
  margin-bottom: 1.6875rem;
}
@media (max-width: 768px) {
  footer .contacts .footer-logo-link {
    display: flex;
    justify-content: center;
  }
}
footer .working-hours,
footer .navigations,
footer .subscribe {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  footer .working-hours,
  footer .navigations,
  footer .subscribe {
    margin-top: 0;
  }
}
footer .footer-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.8125rem;
}
footer .working-hours .days {
  display: flex;
  flex-direction: column;
  width: 11.25rem;
}
@media (max-width: 768px) {
  footer .working-hours .days {
    width: 100%;
  }
}
footer .working-hours .days .day {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
footer .working-hours .days .day::before {
  content: ".............................................................................................................................................................................................";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}
footer .working-hours .days .day .day-name,
footer .working-hours .days .day .time {
  position: relative;
  z-index: 1;
  background-color: #21262A;
}
footer .working-hours .days .day .day-name {
  font-weight: 600;
  padding-right: 0.5rem;
}
footer .working-hours .days .day .time {
  font-weight: 400;
  color: #D8B867;
  padding-left: 0.5rem;
}
footer .contact-list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  max-width: 13.875rem;
}
@media (max-width: 768px) {
  footer .contact-list {
    max-width: 100%;
  }
}
footer .contact-list .contact-item {
  display: flex;
  align-items: center;
  column-gap: 0.6875rem;
}
footer .contact-list .contact-item .icon {
  flex-shrink: 0;
}
footer .contact-list .contact-item .icon img {
  width: 1.5rem;
  height: 1.5rem;
}
footer .contact-list .contact-item .contact-info {
  color: #fff;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
footer #footer-menu {
  color: #fff;
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  width: 7.6875rem;
}
footer .subscribe {
  min-width: 0;
  overflow: hidden;
}
footer .subscribe .contact-info {
  max-width: 28.75rem;
  padding-top: 0.8125rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #fff;
}
footer .subscribe .input-wrapper {
  margin-top: 0.4375rem;
}
footer .subscribe .social-icons {
  margin-top: 1.375rem;
  display: flex;
  column-gap: 1.25rem;
}
@media (max-width: 768px) {
  footer .subscribe .social-icons {
    display: none;
  }
}
footer .subscribe .social-icons a {
  transition: opacity 0.3s ease;
}
footer .subscribe .social-icons a:hover {
  opacity: 0.8;
}
footer .sp-form[sp-id="251899"] {
  display: block !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: inherit !important;
}
footer .sp-form[sp-id="251899"] .sp-form-fields-wrapper {
  margin: 0 !important;
  width: 100% !important;
}
footer .sp-form[sp-id="251899"] .sp-field-full-width,
footer .sp-form[sp-id="251899"] .sp-control-label,
footer .sp-form[sp-id="251899"] .sp-link-wrapper {
  display: none !important;
}
footer .sp-form[sp-id="251899"] .sp-element-container {
  position: relative;
  display: block;
}
footer .sp-form[sp-id="251899"] .sp-field:not(.sp-button-container):not(.sp-field-full-width) {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
footer .sp-form[sp-id="251899"] .sp-form-control {
  width: 100% !important;
  height: 3.625rem !important;
  padding: 0 10.5rem 0 1.25rem !important;
  background-color: transparent !important;
  border: 0.0625rem solid #333B41 !important;
  border-radius: 0.75rem !important;
  color: #fff !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 100% !important;
  transition: border-color 0.3s ease !important;
}
footer .sp-form[sp-id="251899"] .sp-form-control::placeholder {
  color: #fff !important;
}
footer .sp-form[sp-id="251899"] .sp-form-control:focus {
  outline: none !important;
  border-color: #D8B867 !important;
}
footer .sp-form[sp-id="251899"] .sp-form-control.sp-form-control-error {
  border-color: #FF4646 !important;
}
footer .sp-form[sp-id="251899"] .sp-button-container {
  position: absolute !important;
  right: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  text-align: center !important;
}
footer .sp-form[sp-id="251899"] .sp-button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 10rem !important;
  height: 2.875rem !important;
  padding: 0 !important;
  background: linear-gradient(180deg, #D8B867 0%, #9E8137 120%) !important;
  border: 0.125rem solid rgba(0, 0, 0, 0.1019607843) !important;
  border-radius: 0.5rem !important;
  color: #21262A !important;
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
  transition: border-color 0.3s ease;
  font-family: inherit !important;
}
footer .sp-form[sp-id="251899"] .sp-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #FDD46D 0%, #F9D069 120%);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
footer .sp-form[sp-id="251899"] .sp-button:hover {
  border-color: rgba(0, 0, 0, 0.3019607843) !important;
}
footer .sp-form[sp-id="251899"] .sp-button:hover::before {
  opacity: 1;
}
footer .sp-form[sp-id="251899"] .sp-button:focus, footer .sp-form[sp-id="251899"] .sp-button:active {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
footer .sp-form[sp-id="251899"] .sp-button:focus::before, footer .sp-form[sp-id="251899"] .sp-button:active::before {
  opacity: 0;
}
footer .sp-form[sp-id="251899"] .sp-message {
  min-height: 1.125rem;
  margin-bottom: 0.2rem;
  color: #D8B867;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal !important;
  max-width: 100%;
}
footer .sp-form-outer.sp-force-hide {
  display: block !important;
}
footer .accordion-item .accordion-header {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  text-align: left;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 768px) {
  footer .accordion-item .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    cursor: pointer;
    pointer-events: auto;
  }
}
footer .accordion-item .accordion-header .footer-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  footer .accordion-item .accordion-header .footer-title {
    margin-bottom: 0;
  }
}
footer .accordion-item .accordion-header .accordion-icon {
  display: none;
}
@media (max-width: 768px) {
  footer .accordion-item .accordion-header .accordion-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.3125rem;
    transition: transform 0.3s ease;
  }
}
@media (max-width: 768px) {
  footer .accordion-item .accordion-header[aria-expanded=true] .accordion-icon {
    transform: rotate(180deg);
  }
}
footer .accordion-item .accordion-content {
  display: block;
  margin-top: 0.8125rem;
}
@media (max-width: 768px) {
  footer .accordion-item .accordion-content {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-in-out, padding 0.35s ease-in-out;
  }
  footer .accordion-item .accordion-content.active {
    max-height: 25rem;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  footer .accordion-item {
    border-bottom: 0.0625rem solid #333B41;
  }
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  margin: 0 6.25rem;
  border-top: 0.0625rem solid #333B41;
  color: #fff;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
}
@media (max-width: 768px) {
  footer .copyright {
    flex-direction: column;
    padding: 1.875rem 0;
    row-gap: 1.25rem;
    margin: 0;
  }
}
footer .copyright .links {
  color: #D8B867;
}
footer .copyright .links a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
}
footer .copyright .links a:hover {
  text-decoration-color: #D8B867;
}
footer .copyright .social-icons {
  display: none;
  column-gap: 1.25rem;
}
@media (max-width: 768px) {
  footer .copyright .social-icons {
    display: flex;
  }
}
footer .subscribe {
  max-width: 492px;
  width: 100%;
}
@media (max-width: 768px) {
  footer .subscribe {
    margin-top: 1.25rem;
    padding-bottom: 1.875rem;
    border-bottom: none;
  }
  footer .subscribe .footer-title {
    display: block;
    margin-bottom: 0.8125rem;
  }
}
