.elementor-kit-6{--e-global-color-primary:#2A3543;--e-global-color-secondary:#E0B08B;--e-global-color-text:#3F7A8C;--e-global-color-accent:#3B3A3A;--e-global-color-a6a7ea8:#6D737D;--e-global-color-5b52caf:#F9ECE3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-accent );font-family:"Geist", Sans-serif;font-size:18px;font-weight:300;line-height:27px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-accent );font-family:"Montserrat", Sans-serif;font-size:80px;font-weight:600;line-height:72px;}.elementor-kit-6 h2{color:var( --e-global-color-accent );font-family:"Montserrat", Sans-serif;font-size:36px;font-weight:600;line-height:43px;}.elementor-kit-6 h3{color:var( --e-global-color-accent );font-family:"Geist", Sans-serif;font-size:26px;font-weight:600;line-height:29px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== FRAMER STYLE BUTTON ===== */
.framer-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 10px 10px 15px;
  border-radius: 10px;
  background: url('https://insuredbyjenna.reduxstaging.com/wp-content/uploads/2025/12/bronze.png') center/cover no-repeat;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition:
    padding 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    gap 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.framer-btn:hover {
  padding-right: 18px;
  gap: 18px;
}

/* TEXT */
.framer-btn span {
  white-space: nowrap;
  padding-right: 28px;
}

/* ICON WRAPPER */
.arrow-wrap {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 8px;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}

/* SVG (RESET STATE) */
.arrow-wrap svg {
  width: 14px;
  height: 14px;
  transform: translate(0, 0);
}

/* === TELEPORT RESET === */
.framer-btn .arrow-wrap svg {
  animation: none;
}

/* === HOVER TELEPORT === */
.framer-btn:hover .arrow-wrap svg {
  animation: arrowTeleportBronze 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.framer-btn,
.framer-btn:hover {
  color: #fff;
}

/* ===== FRAMER WHITE BUTTON ===== */
.framer-btn-white {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 10px 10px 15px;
  border-radius: 10px;
  background: #ffffff;
  color: #2b2b2b;
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition:
    padding 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    gap 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.framer-btn-white:hover {
  padding-right: 18px;
  gap: 18px;
}

/* TEXT */
.framer-btn-white span {
  white-space: nowrap;
  padding-right: 28px;
}

/* ICON WRAPPER */
.arrow-wrap-white {
  width: 38px;
  height: 38px;
  background: #2f7f8c;
  border-radius: 8px;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}

/* SVG (RESET STATE) */
.arrow-wrap-white svg {
  width: 14px;
  height: 14px;
  transform: translate(0, 0);
}

/* === TELEPORT RESET === */
.framer-btn-white .arrow-wrap-white svg {
  animation: none;
}

/* === HOVER TELEPORT === */
.framer-btn-white:hover .arrow-wrap-white svg {
  animation: arrowTeleportBronze 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ======================================================
   TELEPORT KEYFRAMES (LOCKED BEHAVIOUR)
====================================================== */

@keyframes arrowTeleportBronze {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  49% {
    transform: translate(12px, -12px);
    opacity: 0;
  }
  50% {
    transform: translate(-12px, 12px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://insuredbyjenna.reduxstaging.com/wp-content/uploads/2025/12/Geist-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://insuredbyjenna.reduxstaging.com/wp-content/uploads/2025/12/Geist-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://insuredbyjenna.reduxstaging.com/wp-content/uploads/2025/12/Geist-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://insuredbyjenna.reduxstaging.com/wp-content/uploads/2025/12/Geist-SemiBold.woff2') format('woff2');
}
/* End Custom Fonts CSS */