@font-face {
  font-family: "F 37 Sonic";
  src: url("../../../fonts/rebrand/F37Sonic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "F 37 Sonic";
  src: url("../../../fonts/rebrand/F37Sonic-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body.rebrand-light {
  margin: 0;
  padding: 0;
  padding-bottom: 1px;
  overflow: auto;
}

body.rebrand-light.active-menu {
  background-color: #fcf9fb;
  overflow: hidden;
}
body.rebrand-light.active-menu {
  background-color: #fcf9fb;
  overflow: hidden;
}

body.rebrand-dark {
  background: var(--utility-overlay-20, rgba(56, 29, 42, 0.3));
}

body.rebrand-dark.active-menu {
  background: var(--Neutrals-Dark-Blackberry, #1e141e) !important;
  overflow: hidden;
}

.icontainer {
  padding-left: clamp(0.8rem, 4vw, 3rem);
  padding-right: clamp(0.8rem, 4vw, 3rem);
  position: sticky;
  top: 0;
  backdrop-filter: blur(20px);
  z-index: 1000;
  /* border-bottom: 1px solid var(--utility-overlay-10, rgba(56, 29, 42, 0.1)); */
  background: rgba(240, 234, 237, 0.3);
}
.icontainer.i-dark {
  /* border-bottom: 1px solid rgba(252, 249, 251, 0.1); */
  /* background: var(--utility-overlay-20, rgba(56, 29, 42, 0.3)); */
  backdrop-filter: blur(15px);
  background: rgba(30, 20, 30, 0.3);
}

.icontainer.active {
  backdrop-filter: none;
  background-color: #fcf9fb;
}

.icontainer.i-dark.active {
  border-radius: 8px;
  background: var(--Neutrals-Dark-Blackberry, #1e141e);
}
.iheader-mobile {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.imobile-logo {
  width: 118px;
  height: 20.374px;
  flex-shrink: 0;
}
.imobile-btns {
  display: flex;
  gap: 8px;
}
.ibtn {
  border-radius: 8px;
  font-family: DM Sans, sans-serif;
  color: #381d2a;
}

.get-the-app {
  text-decoration: none;
  background-color: #fcf9fb;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.36px;
}

.get-the-app.i-dark {
  background-color: #2e1c27;
  color: #fcf9fb;
}

.ham-button {
  height: 44px;
  width: 40px;
  position: relative;
  border-radius: 8px;
  background: #fcf9fb;
}

.ham-button.i-dark {
  background-color: #2e1c27;
}

.ham-button span {
  height: 3px;
  width: 55%;
  background-color: #381d2a;
  border-radius: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.ham-button.i-dark span {
  background-color: #fcf9fb !important;
}
.ham-button span:nth-child(1) {
  top: 32%;
}
.ham-button span:nth-child(3) {
  top: 68%;
}

.ham-button.active span:nth-child(1) {
  width: 40%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ham-button.active span:nth-child(2) {
  opacity: 0;
}
.ham-button.active span:nth-child(3) {
  width: 40%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.get-the-app.active,
.ham-button.active {
  background-color: #f0eaed;
}

.get-the-app.i-dark.active,
.ham-button.i-dark.active {
  background: var(--Neutrals-Mid-Blackberry, #2e1c27);
}

.iheader-hammenu {
  background-color: #fcf9fb;
  position: absolute;
  bottom: 0;
  top: 64px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  z-index: 1000;
}

.iheader-hammenu-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: clamp(0.9rem, 5vw, 3rem);
  padding-right: clamp(0.9rem, 5vw, 3rem);
  padding-bottom: 20px;
  /* height: 91vh; */
  height: calc(var(--vh, 1vh) * 91);
  background: #fcf9fb;
  z-index: 99999 !important;
}

.iheader-hammenu-container.i-dark {
  background: var(--Neutrals-Dark-Blackberry, #1e141e) !important;
}

.iheader-hammenu.active {
  display: block;
}

.iheader-hammenu-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
}

.iheader-hammenu-items li {
  margin-bottom: 16px;
}

.iheader-hammenu-items li a {
  text-decoration: none;
  color: #381d2a;
  /* Mobile/Sub Copy */
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24px */
  letter-spacing: -0.96px;
}

.iheader-hammenu-items.i-dark li a {
  color: #fcf9fb;
}

.resources-nav-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resources-nav-mobile svg {
  transition: transform 0.4s ease;
  transform: rotate(180deg);
}

.resources-nav-mobile.active svg {
  transform: rotate(360deg);
}

.mobile-resources-items {
  max-height: 10px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin-top: -8px;
  transition: all 0.4s ease;
}

.mobile-resources-items ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.mobile-resources-items.active {
  max-height: max-content; /* adjust based on content */
  opacity: 1;
  visibility: visible;
}

.mobile-resources-items ul p {
  font-size: 16px;
  color: #a99195;
  font-weight: 600;
  font-family: "DM Sans";
  margin-bottom: 10px;
  margin-top: 20px;
}
.mobile-resources-items.i-dark ul p {
  color: var(--Neutrals-Mid-Grey, #745f62);
}

.mobile-resources-items ul li {
  margin-bottom: 8px;
}
.mobile-resources-items ul li a {
  text-decoration: none;
  color: #381d2a;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.48px;
  user-select: none;
}
.iheader-desktop {
  display: none;
}

.ifooter-mobile {
  margin: 20px;
  background-color: #381d2a;
  padding: 24px;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ifooter-mobile.i-dark {
  background: var(--Neutrals-Dark-Blackberry, #1e141e);
}

.ifooter-m-items {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.ifooter-m-items span {
  color: var(--Neutrals-Hyper-White, #fcf9fb);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 25.2px */
  letter-spacing: -0.42px;
}

.ifooter-m-items li a {
  text-decoration: none;
  color: var(--Neutrals-Lightest-Grey, #ddd0d4);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.42px;
}

.ifooter-m-connect-legal {
  display: flex;
  gap: 35px;
}

.ifooter-certs {
  width: 180px;
}

.ifooter-m-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ifooter-m-info p {
  color: var(--Neutrals-Lightest-Grey, #ddd0d4);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%; /* 16.52px */
  letter-spacing: -0.42px;
  align-self: stretch;
}

.ifooter-m-info-socials {
  display: flex;
  gap: 8px;
}

.ifooter-m-info-socials a {
  text-decoration: none;
}

.ifooter-m-logo {
  width: 128.308px;
  height: 22.154px;
  flex-shrink: 0;
}

.ifooter-m-copyright-text {
  color: var(--Neutrals-Lightest-Grey, #ddd0d4);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%; /* 16.52px */
  letter-spacing: -0.42px;
}

.ifooter-desktop {
  display: none;
}

.ifooter {
  padding: 1px 0px;
  margin-top: -1px;
}
.ifooter.i-consumer-bg {
  background-color: var(--electric-orange, #ff5018);
}

.ifooter.i-dark {
  background-color: #9048c4;
}

.ifooter-d-info-socials-icons {
  width: 28px !important;
  width: 28px !important;
}

.dialog-modal {
  margin: auto;
  width: 400px;
  border-radius: 5px;
  padding: 0px;
  border: 0;
  margin-top: 150px;
}

.dialog-modal::backdrop {
  background: rgba(0, 0, 0, 0.5); /* Lower alpha = more transparent */
}

.close-dl-modal {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  outline: none;
  border: none;
  background: transparent;
  margin-right: 10px;
  align-self: flex-start;
}
.close-dl-modal:hover {
  opacity: 0.3;
}

.dl-modal-header {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  border-bottom: 1px solid #e5e5e5;
  height: 60px;
}

.i-modal-logo {
  margin-left: 10px;
  align-self: center;
  width: 120px;
  height: 25.374px;
}

.dl-modal-body {
  padding: 30px 15px;
}

.dl-modal-title-with-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.dl-modal-title-with-buttons p {
  padding: 0px;
  margin: 0px;
  color: #1e141e;
  font-family: "F 37 Sonic", Verdana, sans-serif;
  font-size: 16px;
}
.dl-modal-title-with-buttons img {
  width: 147px;
  height: 43.31px;
}

@media (max-width: 400px) {
  /* .imobile-logo {
    width: 7rem;
  } */
  /* .iheader-mobile {
    padding: 1rem 0;
  } */
}

@media (min-width: 500px) and (max-width: 980px) and (max-height: 1000px) {
  .iheader-hammenu-container {
    height: 84vh;
  }
}

@media (min-width: 990px) {
  .iheader-mobile {
    display: none;
  }
  .iheader-desktop {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 0px;
    align-items: center;
    max-width: 1439px;
  }

  .iheader-d-logo {
    width: 150px;
    height: 25.374px;
    flex-shrink: 0;
  }

  .iheader-d-logo.show-business-logo {
    width: 166.95px;
    height: 19.34px;
  }

  .iheader-d-items {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    gap: 10px;
    margin-left: 20px;
  }

  .iheader-d-items li.iheader-d-item {
    border-radius: 8px;
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
  }

  .iheader-d-items li.iheader-d-item:hover {
    background: var(--utility-overlay-10, rgba(56, 29, 42, 0.1));
  }

  .iheader-d-items.i-dark li.iheader-d-item:hover {
    background: var(--utility-tint-10, rgba(242, 237, 240, 0.1));
  }

  .iheader-d-items li.iheader-d-item a {
    text-decoration: none;
    color: var(--Neutrals-Blackberry, #381d2a);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.42px;
    transition: opacity 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    user-select: none;
  }
  .iheader-d-items.i-dark li.iheader-d-item a {
    color: var(--Neutrals-Hyper-White, #fcf9fb);
  }

  .resources-d-nav a svg {
    transform: rotate(180deg);
    height: 18px;
    width: 18px;
    margin-left: 2px;
  }

  .get-started {
    background-color: #fcf9fb;
    padding: 14px 50px;
    color: var(--Neutrals-Blackberry, #381d2a);
    text-align: center;
    /* Desktop/Small Text Bold */
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.42px;
    align-items: center;
    text-decoration: none;
    gap: 10px;
  }

  .get-started.i-dark {
    background: var(--Brand-Vivid-Violet, #c4b8ff);
  }

  .get-started:hover {
    background: #ff5018;
  }

  .resources-d-dropdown {
    position: absolute;
    left: 0px;
    max-width: 1439px;
    margin: 0 auto;
    top: 86px;
    right: 0px;
    height: 265px;
    background-color: #fcf9fb;
    border-radius: 0px 0px 32px 32px;
    padding: 40px;
    visibility: hidden;
  }
  .resources-d-dropdown.i-dark {
    background: var(--Neutrals-Dark-Blackberry, #1e141e);
  }

  .resources-d-container {
    display: flex;
    margin: 0 auto;
    gap: 35px;
  }
  .resources-d-dropdown ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 220px;
  }

  .resources-d-dropdown ul p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #a99195;
    font-weight: 600;
    letter-spacing: -0.24px;
    font-family: "DM Sans";
    /* margin-bottom: 25px; */
  }

  .resources-d-dropdown ul li {
    margin: 20px 0px;
  }

  .resources-d-dropdown ul li a {
    text-decoration: none;
    color: #381d2a;
    /* Desktop/Sub Copy */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.96px;
    user-select: none;
  }

  .resources-d-dropdown.i-dark ul li a {
    color: #fcf9fb;
  }
  .resources-d-dropdown li:hover {
    background: none;
  }

  .resources-d-dropdown ul li a:hover {
    color: #ff5018;
  }
  .ifooter-mobile {
    display: none;
  }
  .ifooter-desktop {
    margin: 16px;
    background-color: #381d2a;
    padding: 56px;
    border-radius: 24px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 40% 20% 20% 20%;
    gap: 1rem;
    margin-bottom: 14px;
    max-width: 1392px;
  }

  .ifooter-desktop.i-dark {
    background: var(--Neutrals-Dark-Blackberry, #1e141e);
  }
  .ifooter-d-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .ifooter-d-logo {
    width: 128.308px;
    height: 22.154px;
    flex-shrink: 0;
  }
  .ifooter-d-info p {
    color: var(--Neutrals-Lightest-Grey, #ddd0d4);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 158%; /* 16.52px */
    letter-spacing: -0.42px;
    align-self: stretch;
    width: 50%;
  }

  .ifooter-d-copyright-text {
    color: var(--Neutrals-Lightest-Grey, #ddd0d4);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 118%; /* 16.52px */
    letter-spacing: -0.42px;
    padding-top: 20px;
  }

  .ifooter-d-items {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }

  .ifooter-d-items li {
    padding-left: 0;
  }

  .ifooter-d-items span {
    color: var(--Neutrals-Hyper-White, #fcf9fb);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 25.2px */
    letter-spacing: -0.42px;
  }
  .ifooter-d-items li a {
    text-decoration: none;
    color: var(--Neutrals-Lightest-Grey, #ddd0d4);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: -0.42px;
  }

  .ifooter-d-items li a:hover {
    color: #ff5018;
  }

  .ifooter-d-certs img {
    width: 200px;
    padding-top: 40px;
  }
}

@media (min-width: 300px) and (max-width: 500px) and (max-height: 1300px) {
  .iheader-hammenu-container {
    height: calc(var(--vh, 1vh) * 94);
    border: none;
    padding-bottom: 40px;
  }
  .icontainer.i-dark.active {
    border-radius: 0px;
  }
}
@media (min-width: 1200px) {
  .ifooter-desktop {
    margin: 40px auto;
  }
}
