/*
*  The function accepts the following params: 
*   @prop   css propriety
*   @size   css design size
*   @min    css minimum size possible (not required, auto calculated from size)
*   
*   @design_width   this should be updated to the design maximum width
*
*   Examples
*   .clamp(font-size; 14; 12);
*   .clamp(min-width; 205; 130);
*   .clamp(line-height; 40; 25);
*
*/
html,
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  [class^="col-"],
  [class*=" col-"] {
    padding: 0 !important;
    flex-basis: unset !important;
  }
}
.page-section .no-padding-top {
  padding-top: 0;
}
.page-section .no-padding-bottom {
  padding-bottom: 0;
}
.image-cover {
  object-fit: cover;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
figcaption {
  vertical-align: bottom !important;
}
@media (min-width: 768px) {
  .col-md-7 {
    max-width: 58.333333% !important;
  }
}
@media (min-width: 1200px) {
  .col-md-5 {
    max-width: 41.666667% !important;
  }
}
@media (max-width: 768px) and (min-width: 1199.98px) {
  .col-md-5 {
    max-width: 50% !important;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    max-width: 50% !important;
  }
}
.lity-container {
  vertical-align: middle !important;
}
.j-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .j-overlay {
    padding-top: 60px !important;
  }
}
#privy-container #privy-inner-container .privy-mobile.privy-tab-container.privy-basic {
  z-index: 999 !important;
}
body.onScroll .site-header .header-content .header-wrapper .logo {
  margin-top: 0;
  height: 5rem;
  z-index: -1;
}
body.onScroll .site-header .header-content .header-wrapper .logo .main-logo {
  display: none;
}
body.onScroll .site-header .header-content .header-wrapper .logo .logo-sticky {
  display: block;
}
.site-header {
  transition: transform 0.7s, top 0.7s, opacity 0.7s;
  background-color: var(--main-blue);
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  max-width: 100vw;
  box-sizing: border-box;
}
.site-header .header-content {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.site-header .header-content .header-wrapper {
  display: flex;
  align-items: center;
  padding: 0 5.4rem;
  height: 98px;
}
@media (max-width: 1200px) {
  .site-header .header-content .header-wrapper {
    padding: 0 20px;
    height: 90px;
  }
}
.site-header .header-content .header-wrapper .logo {
  margin-right: 32px;
  flex: 0 1 20.5rem;
  animation-delay: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20.5rem;
  margin-top: 108px;
  background-color: var(--main-blue);
}
@media (max-width: 1200px) {
  .site-header .header-content .header-wrapper .logo {
    flex: unset;
    margin-top: 0 !important;
    height: 90px !important;
  }
}
.site-header .header-content .header-wrapper .logo .main-logo {
  display: block;
  height: 13.7rem;
  width: 13.7rem;
  max-width: 20.5rem;
}
@media (max-width: 1200px) {
  .site-header .header-content .header-wrapper .logo .main-logo {
    display: none;
  }
}
.site-header .header-content .header-wrapper .logo .logo-sticky {
  display: none;
}
@media (max-width: 1200px) {
  .site-header .header-content .header-wrapper .logo .logo-sticky {
    display: block;
    width: 145px;
  }
}
@media (max-width: 1200px) {
  .site-header .header-content .header-wrapper .header-menu {
    display: none;
  }
}
.site-header .header-content .header-wrapper .header-menu .header-menu-wrapper ul li {
  position: relative;
}
.site-header .header-content .header-wrapper .header-menu .header-menu-wrapper ul li a {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.site-header .header-content .header-wrapper .header-menu .header-menu-wrapper ul li:hover {
  color: #ffffff d3;
}
.site-header .header-content .header-wrapper .header-menu .header-menu-wrapper ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.site-header .header-content .header-wrapper .header-menu .header-menu-wrapper ul li .sub-menu {
  background: #202945;
  position: absolute;
  width: 250px;
  left: -15px;
  z-index: 1;
  padding: 15px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.site-header .header-content .header-wrapper .header-menu .header-menu-wrapper ul li .sub-menu li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.site-header .header-content .header-wrapper .header-menu .header-menu-wrapper ul li .sub-menu li::after {
  display: none;
}
.site-header .header-content .header-wrapper .header-menu .header-menu-wrapper ul li::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6 13.8909V10.3909M6 10.8909L11 5.39094H8.5L6 8.39094L3.5 5.39094H1L6 10.8909ZM6 10.8909V8.89094M6 9.39094V7.89094M6 7.89094L7 6.89094V2.89094L6.54191 1.56574C6.51409 1.48523 6.47682 1.40803 6.42702 1.33893C6.10066 0.886073 5.89925 0.887387 5.57285 1.3407C5.52315 1.40973 5.48592 1.4868 5.4581 1.56719L5 2.89094V6.89094L6 7.89094Z' stroke='%239AA2C3' stroke-width='0.5'/%3E %3C/svg%3E ");
  margin: 0 15px;
}
.site-header .header-content .header-wrapper .header-menu .header-menu-wrapper #flexible-menu {
  display: flex;
}
.site-header .header-content .header-wrapper .header-ctas {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
@media (max-width: 1200px) {
  .site-header .header-content .header-wrapper .header-ctas {
    display: none;
  }
}
.site-header .header-content .header-wrapper .header-ctas li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 17px 35px;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .site-header .header-content .header-wrapper .header-ctas li a {
    padding: 10px 20px;
  }
}
.site-header .header-content .header-wrapper .header-ctas li a:hover {
  background-color: #ffffff;
  color: var(--main-blue);
  border: 1px solid #ffffff;
}
.site-header .header-content .header-wrapper .header-ctas li a.btn-yellow {
  background-color: #f0d282;
  color: var(--main-blue);
  border: 1px solid #F0D282;
}
.site-header .header-content .header-wrapper .header-ctas li a.btn-yellow:hover {
  background-color: #ffffff;
  color: var(--main-blue);
  border: 1px solid #ffffff;
}
.site-header .header-content .mobile-menu-trigger {
  margin-left: auto;
  position: relative;
  z-index: 9999;
}
@media (min-width: 1201px) {
  .site-header .header-content .mobile-menu-trigger {
    display: none;
  }
}
.site-header .header-content .mobile-menu-trigger span {
  background-color: #ffffff;
  height: 1px;
  width: 26px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.site-header .header-content .mobile-menu-trigger span:nth-child(2) {
  right: 0;
}
.site-header .header-content .mobile-menu-trigger span:nth-child(3) {
  top: 8px;
  right: 0;
}
.site-header .header-content .mobile-menu-trigger span:nth-child(1) {
  top: -8px;
  right: 0;
}
.site-header .header-content .mobile-menu-trigger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
}
.site-header .header-content .mobile-menu-trigger.active span:nth-child(2) {
  opacity: 0;
}
.site-header .header-content .mobile-menu-trigger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 0;
}
.site-header .header-content #mobile-menu {
  position: fixed;
  z-index: 9991;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-color: #7e3b15;
  background-image: url(https://tupelohoneycafe.com/wp-content/themes/tupelo-honey/css/flexible-css/../../img/layout/nav/bg-menu.jpg);
  background-position: center;
  transition: transform 0.5s cubic-bezier(0.25, 0.11, 0.4, 0.98);
  padding: 10rem 1.5rem 6rem 3.7rem;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.25, 0.11, 0.4, 0.98), opacity 0.7s;
}
.site-header .header-content #mobile-menu .mobile-menu-wrapper {
  overflow-x: auto;
}
.site-header .header-content #mobile-menu .mobile-menu-wrapper .primary-menu li {
  margin-bottom: 2.9rem;
}
.site-header .header-content #mobile-menu .mobile-menu-wrapper .primary-menu li a {
  text-transform: uppercase;
  color: var(--main-white);
  font-family: var(--aaux);
  font-weight: 800;
  font-size: 2.4em;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}
.site-header .header-content #mobile-menu .mobile-menu-wrapper .menu-item-has-children > a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-header .header-content #mobile-menu .mobile-menu-wrapper .menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'fontawesome-5-juicer';
  font-size: 14px;
  font-weight: unset;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.site-header .header-content #mobile-menu .mobile-menu-wrapper .menu-item-has-children .sub-menu {
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .site-header .header-content #mobile-menu .mobile-menu-wrapper .menu-item-has-children .sub-menu {
    display: none;
  }
}
.site-header .header-content #mobile-menu .mobile-menu-wrapper .menu-item-has-children .sub-menu li {
  margin-bottom: 2rem;
}
.site-header .header-content #mobile-menu .mobile-menu-wrapper .menu-item-has-children .sub-menu li a {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .site-header .header-content #mobile-menu .mobile-menu-wrapper .menu-item-has-children.active .sub-menu {
    display: block;
    padding-left: 10px;
  }
}
.site-header .header-content #mobile-menu .mobile-menu-wrapper .menu-item-has-children.active > a::after {
  content: '\f106';
}
.site-header .header-content #mobile-menu .mobile-menu-wrapper .header-ctas {
  margin-left: auto;
  display: flex;
  gap: 8px;
  margin-top: 15px;
}
.site-header .header-content #mobile-menu .mobile-menu-wrapper .header-ctas li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 17px 35px;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .site-header .header-content #mobile-menu .mobile-menu-wrapper .header-ctas li a {
    padding: 10px 20px;
  }
}
.site-header .header-content #mobile-menu .mobile-menu-wrapper .header-ctas li a:hover {
  background-color: #ffffff;
  color: var(--main-blue);
  border: 1px solid #ffffff;
}
.site-header .header-content #mobile-menu .mobile-menu-wrapper .header-ctas li a.btn-yellow {
  background-color: #f0d282;
  color: var(--main-blue);
  border: 1px solid #F0D282;
}
.site-header .header-content #mobile-menu .mobile-menu-wrapper .header-ctas li a.btn-yellow:hover {
  background-color: #ffffff;
  color: var(--main-blue);
  border: 1px solid #ffffff;
}
body.mobile-menu-open .header-content #mobile-menu {
  transform: translate3d(0, 0, 0);
  overflow-x: auto;
}
.page-template-flexible-sections #sitewide-location-bar {
  height: 50px;
}
.page-template-flexible-sections .sitenav {
  background-color: #202945;
  max-width: 100%;
}
@media (max-width: 960px) {
  .page-template-flexible-sections .sitenav {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 961px) {
  .page-template-flexible-sections .sitenav .col-right-menu {
    padding-top: 4.3rem !important;
  }
}
.footer .footer-wrapper .social-media li {
  opacity: 1;
}
.footer .footer-wrapper .footer-menu {
  opacity: 1;
}
.footer .footer-wrapper::after {
  width: 77.1rem !important;
  opacity: 1;
}
.footer .footer-wrapper::before {
  height: clamp(65px, 12.91666667vw, 186px) !important;
  opacity: 1 !important;
}
.footer .footer-wrapper .logo {
  opacity: 1;
}
.expandable-box {
  width: 314px;
  color: #202945;
  border-radius: 12px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 1000;
}
@media (max-width: 767.98px) {
  .expandable-box {
    right: 10%;
    bottom: 13%;
  }
}
.main-content {
  padding: 20px;
  text-align: center;
}
.main-content p {
  font-size: 16px;
  line-height: 1.2;
  padding-top: 15px;
  margin: 0;
  color: #F0D282;
  font-weight: 400;
}
.main-content a {
  margin-top: 15px;
  width: 274px;
}
.extra-info {
  position: relative;
  font-size: 16px;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.expandable-box .extra-info {
  transform: scale(0);
  transform-origin: bottom center;
  transition: all 0.4s;
  clip-path: circle(0% at bottom);
}
.expandable-box.open .extra-info {
  transform: scale(1);
  clip-path: circle(150% at bottom);
  opacity: 1;
  max-height: none;
  /* Remove height restriction for better animation */
}
.expandable-box.open .extra-info {
  max-height: 180px;
  opacity: 1;
}
.expandable-box.open {
  background-color: #202945;
  /* Already handled by .extra-info */
}
.trigger-btn {
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 0 0 10px 10px;
  transition: background 0.4s ease;
}
.close-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  background: none;
  border: none;
  color: #111928;
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 4px;
  font-weight: 100;
  cursor: pointer;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.section-hero {
  position: relative;
  padding-top: 98px;
}
@media (max-width: 1200px) {
  .section-hero {
    padding-top: 90px;
  }
}
@media (max-width: 767.98px) {
  .section-hero {
    padding-top: 44px;
  }
}
.section-hero .section-inner .image-wrapper {
  padding: 0;
}
.section-hero .section-inner .row {
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .row {
    flex-direction: column-reverse;
  }
}
.section-hero .section-inner .badge {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/wp-content/themes/tupelo-honey/assets/flexible-assets/badge-bg-img.svg);
  width: 185px;
  height: 148px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  background-origin: border-box;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .badge {
    top: 340px;
  }
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .badge {
    width: 150px;
    height: 120px;
  }
}
.section-hero .section-inner .badge h4 {
  font-size: clamp(24px, 2.08333333vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: var(--main-blue);
  font-family: var(--aaux);
}
.section-hero .hero-wrapper .hero-content {
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 960.98px) {
  .section-hero .hero-wrapper .hero-content {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .section-hero .hero-wrapper .hero-content {
    padding-left: clamp(60px, 8.33333333vw, 120px);
    padding-right: clamp(59px, 8.19444444vw, 118px);
  }
}
@media (max-width: 767.98px) {
  .section-hero .hero-wrapper .hero-content {
    padding-bottom: 40px;
    text-align: center;
  }
}
.section-hero .hero-wrapper .hero-content .title {
  font-family: var(--alegreya);
  font-size: clamp(40px, 5vw, 72px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -2.16px;
  margin-bottom: 17.66px;
}
@media (max-width: 767.98px) {
  .section-hero .hero-wrapper .hero-content .title {
    padding-top: 60px;
  }
}
.section-hero .hero-wrapper .hero-content .description {
  margin-bottom: 17.66px;
}
.section-hero .hero-wrapper .hero-content .description p {
  font-family: var(--aaux);
  font-size: clamp(20px, 1.66666667vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--main-blue);
}
.section-hero .hero-wrapper .hero-content .hero-ctas ul {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .section-hero .hero-wrapper .hero-content .hero-ctas ul {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero .hero-wrapper .hero-content .hero-ctas ul li {
    width: 100%;
  }
  .section-hero .hero-wrapper .hero-content .hero-ctas ul li:first-child {
    order: 2;
  }
}
.section-hero .hero-image img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .section-hero .hero-image img {
    height: 80vh;
  }
}
@media (max-width: 1199.98px) {
  .section-hero .hero-image img {
    height: 460px;
  }
}
@media (max-width: 767.98px) {
  .section-hero .hero-image img {
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }
}
.section-content_w_image .section-inner .flex-direction-left {
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-content_w_image .section-inner .flex-direction-left {
    flex-direction: column-reverse;
  }
}
.section-content_w_image .section-inner .flex-direction-right {
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-content_w_image .section-inner .content-wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 960.98px) {
  .section-content_w_image .section-inner .content-wrapper {
    padding-left: 0;
  }
}
.section-content_w_image .section-inner .col-image {
  padding: 0;
}
@media (max-width: 767.98px) {
  .section-content_w_image .section-inner .col-image .column-image .column-image-inner .image-wrapper .desktop-image {
    display: none;
  }
}
.section-content_w_image .section-inner .col-image .column-image .column-image-inner .image-wrapper .mobile-image {
  text-align: center;
}
@media (min-width: 768px) {
  .section-content_w_image .section-inner .col-image .column-image .column-image-inner .image-wrapper .mobile-image {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .section-content_w_image .section-inner .column-content-inner {
    margin-top: -15%;
  }
}
.section-content_w_image.top-divider {
  border-top: 5px solid #f0d282;
}
.bt {
  font-family: var(--aaux);
  font-size: clamp(12px, 0.97222222vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  padding: 16px 25px;
  text-transform: uppercase;
  width: clamp(170px, 16.875vw, 243px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .bt {
    width: 100%;
  }
}
.bt.btn-transparent {
  background-color: transparent;
  color: var(--main-blue);
  border: 1px solid var(--main-blue);
  text-decoration: none;
}
.bt.btn-transparent:hover {
  background-color: var(--main-blue);
  color: #ffffff;
}
.bt.btn-gold {
  background-color: #f0d282;
  color: var(--main-blue);
  border: 1px solid #f0d282;
  text-decoration: none;
}
.bt.btn-gold:hover {
  background-color: var(--main-blue);
  color: #ffffff;
}
.bt.btn-blue {
  background-color: var(--main-blue);
  color: #ffffff;
  border: 1px solid var(--main-blue);
  text-decoration: none;
}
.bt.btn-blue:hover {
  background-color: #f0d282;
  color: var(--main-blue);
  border: 1px solid #f0d282;
}
@media (min-width: 1201px) {
  .col-content .content-wrapper {
    max-width: 465px;
    padding-left: 30px;
  }
}
@media (max-width: 1200.98px) {
  .col-content .content-wrapper {
    padding: 20px;
  }
}
.col-content .content-wrapper .before-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  font-family: var(--aaux);
}
@media (max-width: 767.98px) {
  .col-content .content-wrapper .before-title {
    font-size: 16px;
  }
}
.col-content .content-wrapper .title {
  font-family: var(--alegreya);
  font-size: clamp(40px, 4.02777778vw, 58px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 17.66px;
}
.col-content .content-wrapper .description {
  margin-bottom: 17.66px;
}
.col-content .content-wrapper .description p {
  font-size: clamp(20px, 1.66666667vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffffd3;
  font-family: var(--aaux);
}
.col-content .content-wrapper .ctas-wrapper ul {
  display: flex;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .col-content .content-wrapper .ctas-wrapper ul {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .col-content .content-wrapper .ctas-wrapper ul li {
    width: 100%;
  }
}
.col-content .content-wrapper .ctas-wrapper ul li .bt.btn-transparent {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.col-content .content-wrapper .ctas-wrapper ul li .bt.btn-transparent:hover {
  background-color: #ffffff;
  color: var(--main-blue);
}
.section-video.bottom_divider {
  border-bottom: 4px solid #f0d282;
}
.section-video .section-inner .row {
  align-items: center;
}
.section-video .section-inner .image-wrapper {
  position: relative;
}
.section-video .section-inner .image-wrapper .column-image img {
  width: 100%;
  max-width: 100%;
}
.section-video .section-inner .image-wrapper .video-button {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
@media (max-width: 767.98px) {
  .section-video .section-inner .image-wrapper .video-button {
    bottom: unset;
    right: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section-video .section-inner .image-wrapper .video-button .play-icon img {
    width: 47px;
    height: 47px;
  }
}
@media (min-width: 768px) {
  .section-video .section-inner .col-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-video .section-inner .col-content .content-wrapper {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1300px) {
  .section-video .section-inner .col-content .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .section-video .section-inner .col-content .content-wrapper {
    text-align: left;
    padding-bottom: 40px;
  }
}
.section-video .section-inner .col-content .content-wrapper .before-title,
.section-video .section-inner .col-content .content-wrapper .title,
.section-video .section-inner .col-content .content-wrapper .description p {
  color: var(--main-blue);
}
.section-video .section-inner .col-content .content-wrapper .cta-wrapper .bt {
  margin: 0 auto;
}
.lity-close {
  top: 24px;
  right: 24px;
}
#ex-offer {
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  #ex-offer {
    padding-bottom: 20px;
  }
}
#ex-offer .heading-titles {
  margin-bottom: 0;
}
.section-section_intro {
  padding-top: clamp(70px, 5.55555556vw, 80px);
  padding-bottom: clamp(80px, 6.38888889vw, 92px);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-section_intro.top-divider {
  border-top: 4px solid #f0d282;
}
.section-section_intro.top-divider .heading-titles {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .section-section_intro.top-divider .heading-titles {
    margin-bottom: 12px;
  }
}
.section-section_intro.bottom_divider::before {
  background-image: url(/wp-content/themes/tupelo-honey/assets/flexible-assets/arrow-devider.svg);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 16.8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-section_intro .section-inner .row {
  display: block;
}
.section-section_intro .section-inner .intro-heading .heading-titles .intro-title {
  font-family: var(--alegreya);
  font-size: clamp(37px, 5vw, 72px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -2.16px;
  color: var(--main-blue);
}
.section-section_intro .section-inner .intro-heading .heading-content .description {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .section-section_intro .section-inner .intro-heading .heading-content .description {
    margin-bottom: 20px;
  }
}
.section-section_intro .section-inner .intro-heading .heading-content .description p {
  font-family: var(--aaux);
  font-size: clamp(18px, 2.08333333vw, 30px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: var(--main-blue);
}
.section-section_intro .section-inner .intro-heading .heading-content .divider {
  padding-top: 28px;
}
@media (max-width: 767.98px) {
  .section-section_intro .section-inner .intro-heading .heading-content .divider {
    padding-top: 0;
  }
}
.section-section_intro .section-inner .intro-heading .heading-content .cta-wrapper .bt {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-text_image {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .section-text_image {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .section-text_image .section-inner .container {
    max-width: 90%;
  }
}
.section-text_image .section-inner .row {
  align-items: center;
}
.section-text_image .section-inner .flex-direction-right {
  flex-direction: row-reverse;
}
@media (min-width: 961px) and (max-width: 1200px) {
  .section-text_image .section-inner .flex-direction-right .col-content .column-content .column-content-inner .content-wrapper {
    padding-left: 0;
    padding-right: 50px;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .section-text_image .section-inner .flex-direction-left .col-content .column-content .column-content-inner .content-wrapper {
    padding-left: 50px;
    padding-right: 0;
  }
}
@media (min-width: 1201px) and (max-width: 1299.98px) {
  .section-text_image .section-inner .col-image .column-image .column-image-inner .image-wrapper {
    padding-left: 30px;
  }
}
.section-text_image .section-inner .col-image .column-image .column-image-inner .image-wrapper img {
  max-width: 505px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-text_image .section-inner .col-image .column-image .column-image-inner .image-wrapper img {
    padding: 5px 5px 20px 5px;
  }
}
@media (max-width: 767.98px) {
  .section-text_image .section-inner .col-content .column-content .column-content-inner .content-wrapper {
    padding: 5px;
  }
}
.section-text_image .section-inner .col-content .column-content .column-content-inner .content-wrapper .title {
  color: var(--main-blue);
}
.section-text_image .section-inner .col-content .column-content .column-content-inner .content-wrapper .description p {
  color: var(--main-blue);
}
@media (max-width: 767.98px) {
  .section-text_image .section-inner .col-content .column-content .column-content-inner .content-wrapper .cta-wrapper {
    margin-bottom: 15px;
  }
}
.grouped_outer {
  height: clamp(700px, 57.98611111vw, 835px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .grouped_outer {
    height: auto;
  }
}
.grouped_outer .honeycomb {
  padding: 0;
}
.grouped_outer .grouped_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  transform: translate(-25%, -5%);
}
@media (max-width: 767.98px) {
  .grouped_outer .grouped_inner {
    transform: translate(8%, -15%);
    justify-content: flex-start;
    height: auto;
  }
}
.grouped_outer .grouped_inner .cst_row:last-child {
  margin-top: -5px;
}
@media (max-width: 767.98px) {
  .grouped_outer .grouped_inner .cst_row:last-child {
    margin-top: -60px;
  }
}
@media (max-width: 767.98px) {
  .grouped_outer .grouped_inner .cst_row:nth-child(3) {
    margin-top: -60px;
  }
}
@media (max-width: 1200px) {
  .grouped_outer .grouped_inner .cst_row:nth-child(3) .hex {
    margin-left: 23px;
    margin-right: 23px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 960.98px) {
  .grouped_outer .grouped_inner .cst_row:nth-child(3) .hex {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.grouped_outer .grouped_inner .cst_row .hex {
  margin: 12px;
}
@media (min-width: 768px) and (max-width: 960.98px) {
  .grouped_outer .grouped_inner .cst_row .hex {
    width: 220px;
    height: 160px;
  }
}
@media (max-width: 767.98px) {
  .grouped_outer .grouped_inner .cst_row .hex {
    width: 190px;
    height: 210px;
  }
}
.grouped_outer .grouped_inner .cst_row .hex .hex-image {
  transform: translateX(-30px);
  width: 165px;
  height: 150px;
}
@media (min-width: 768px) and (max-width: 960.98px) {
  .grouped_outer .grouped_inner .cst_row .hex .hex-image {
    width: 185px;
    height: 160px;
  }
}
@media (max-width: 767.98px) {
  .grouped_outer .grouped_inner .cst_row .hex .hex-image {
    width: 135px;
    height: 120px;
  }
}
.honeycomb .cst_row .hex {
  width: clamp(320px, 29.30555556vw, 422px);
  height: clamp(260px, 22.01388889vw, 317px);
}
.honeycomb .cst_row .hex .hex-image {
  width: clamp(135px, 11.11111111vw, 160px);
  height: clamp(115px, 10.41666667vw, 150px);
  object-fit: cover;
  display: block;
}
@media (min-width: 1600px) {
  .honeycomb .cst_row .hex .hex-image {
    width: clamp(120px, 11.45833333vw, 165px);
    height: clamp(80px, 10.41666667vw, 150px);
  }
}
@media (min-width: 961px) and (max-width: 1300px) {
  .honeycomb .cst_row .hex .hex-image {
    width: clamp(160px, 13.19444444vw, 190px);
    height: clamp(140px, 9.375vw, 135px);
  }
}
.section-text_image .flex-direction-right .honeycomb {
  margin-left: 0;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .section-text_image .flex-direction-right .honeycomb {
    align-items: center;
  }
}
.section-text_image .flex-direction-right .honeycomb .hex-image {
  transform: translate(-30%, -15px);
}
@media (min-width: 767px) and (max-width: 960.98px) {
  .section-text_image .flex-direction-right .honeycomb .hex-image {
    transform: translate(-30%, 0%);
  }
}
@media (max-width: 767.98px) {
  .section-text_image .flex-direction-right .honeycomb .hex-image {
    transform: translate(-17.5%, 0px);
  }
}
.section-text_image .flex-direction-left .honeycomb {
  margin-left: 0;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .section-text_image .flex-direction-left .honeycomb {
    align-items: center;
  }
}
.section-text_image .flex-direction-left .honeycomb .hex-image {
  transform: translate(-30%, -15px);
}
@media (min-width: 767px) and (max-width: 960.98px) {
  .section-text_image .flex-direction-left .honeycomb .hex-image {
    transform: translate(-30%, 0%);
  }
}
@media (max-width: 767.98px) {
  .section-text_image .flex-direction-left .honeycomb .hex-image {
    transform: translate(-17.5%, 0px);
  }
}
