@media screen and (min-width: 1700px) {
  .qode_grid_1400 .carousel-inner .slider_content_outer,
  .qode_grid_1400 .container_inner,
  .qode_grid_1400 .container_inner nav.content_menu,
  .qode_grid_1400
    .elementor-container
    .elementor-widget-wrap
    > .qode_elementor_container_inner,
  .qode_grid_1400
    .elementor-row
    .elementor-widget-wrap
    > .qode_elementor_container_inner,
  .qode_grid_1400 .footer_bottom_border.in_grid,
  .qode_grid_1400 .footer_top_border.in_grid,
  .qode_grid_1400 .full_width .parallax_content,
  .qode_grid_1400 .grid_section .section_inner,
  .qode_grid_1400 .qode_elementor_container_inner,
  .qode_grid_1400 .title_border_in_grid_holder,
  .qode_grid_1400
    div[data-element_type="container"].qode_elementor_container_inner,
  .qode_grid_1400 nav.content_menu ul,
  .qode_grid_1400.boxed .section .section_inner,
  .qode_grid_1400.boxed nav.content_menu.fixed {
    width: 100%;
    max-width: 1618px;
  }
}

/* ================================
   Mobile (up to 768px)
   ================================ */
@media (max-width: 768px) {
  .tablet-only,
  .laptop-only,
  .big-laptop-only,
  .desktop-only,
  .not-mobile {
    display: none !important;
  }
}

/* ================================
   Tablet (769px to 1023px)
   ================================ */
@media (min-width: 769px) and (max-width: 1023px) {
  .mobile-only,
  .laptop-only,
  .big-laptop-only,
  .desktop-only,
  .not-tablet {
    display: none !important;
  }
}

/* ================================
   Laptop (1024px to 1439px)
   ================================ */
@media (min-width: 1024px) and (max-width: 1439px) {
  .mobile-only,
  .tablet-only,
  .big-laptop-only,
  .desktop-only,
  .not-laptop {
    display: none !important;
  }
}

/* ================================
   Big Laptop (1440px to 1535px)
   ================================ */
@media (min-width: 1440px) and (max-width: 1535px) {
  .mobile-only,
  .tablet-only,
  .laptop-only,
  .desktop-only,
  .not-big-laptop {
    display: none !important;
  }
}

/* ================================
   Desktop (1536px and up)
   ================================ */
@media (min-width: 1536px) {
  .mobile-only,
  .tablet-only,
  .laptop-only,
  .big-laptop-only,
  .not-desktop {
    display: none !important;
  }
}

body {
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

main {
	max-width: 1200px;
	margin: 0 auto;
}
p strong {
  color: var(--e-global-color-secondary);
}

.content li {
  margin-left: 0px;
  padding-left: 32px;
  text-indent: -24px;
}

.accent-black {
  color: #000;
}

.accent-white {
  color: #fff;
}

.accent-orange {
  color: var(--e-global-color-accent);
}

.accent-text {
  color: var(--e-global-color-text);
}

/* Hannah's types */
.caption-02 {
  font-family: "Inter";
  font-size: clamp(1.244rem, 1.211vw, 1.938rem);
  font-weight: 700;
  line-height: normal;
  color: var(--e-global-color-title);
}

.caption-03 {
  font-family: "Inter";
  font-size: clamp(1.05rem, 1.055vw, 1.688rem);
  font-weight: 600;
  line-height: normal;
  color: var(--e-global-color-secondary);
}

header {
  text-align: center;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.logo-link {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.logo-link:focus,
.logo-link:active {
  outline: none;
}

.logo-img {
  display: block;
  width: 140px; /* Adjust this width to fit your layout */
  height: auto;
  border: none;
}

/* Title Styling */
header h1 {
  font-family: Inter, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.05em; /* Gives it a more premium 'investment' feel */
  margin: 0;
  padding: 0;
  text-transform: uppercase; /* Professional look for application forms */
}

html {
  overflow-x:hidden;
}

body {
  padding: 0 10px;
}
  
@media (max-width: 600px) {
  header h1 {
    font-size: 1.3rem;
  }
  .logo-img {
    width: 100px;
  }
}

.content {
  margin-top: 0px;
}

.lity-hide {
  display: none;
}

.lity-iframe-container iframe {
  background-color: #0000;
}

.lity-container.lity-square .lity-content {
  width: 100vw;
  height: 100vw;
  max-width: 100%;
}

.lity-container.lity-square .lity-iframe-container {
  padding-bottom: 0 !important;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .lity-container.lity-square .lity-content {
    width: 80vh;
    height: 80vh;
    max-width: 90%;
  }

  .lity-container.lity-square .lity-iframe-container {
    padding-bottom: 0 !important;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .lity-iframe-container {
    height: 100vw !important;
    max-width: 100vw !important;
  }
}

.admin-bar header.fixed,
.admin-bar header.sticky.sticky_animate {
  padding-top: 0 !important;
}

@media screen and (min-width: 992px) {
  .admin-bar header.fixed,
  .admin-bar header.sticky.sticky_animate {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .header_bottom_right_widget_holder {
    display: block;
  }

  .side_menu_button_wrapper.right {
    height: unset;
  }

  .header_bottom_right_widget_holder .cta-button {
    width: auto;
  }

  header .side-widget {
    height: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .header_bottom_right_widget_holder {
    padding: 0;
  }

  .header_bottom {
    padding: 0 10px;
  }
}

@media screen and (min-width: 992px) {
  .header_bottom_right_widget_holder {
    display: block;
    height: 75px;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

nav.main_menu > ul > li > a,
nav.main_menu > ul > li > a:hover {
  font-family: "Mulish", sans-serif;
  font-size: clamp(1rem, 0.859vw, 1.375rem);
  line-height: 75px !important;
  font-weight: 700;
  letter-spacing: 0.435px;
  text-transform: uppercase;
}

nav.main_menu > ul > li.active > a > span:not(.plus) {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 28px 12px 29px;
  border-radius: 4em;
  background-color: #fff;
}

header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a {
  opacity: 1;
}

header.sticky .header_bottom {
  min-height: 75px;
}

header.sticky nav.main_menu > ul > li.active > a span {
  color: #333 !important;
}

@media only screen and (min-width: 992px) {
  .header_inner_right {
    position: absolute;
    right: 0;
  }
}

body.home header:not(.sticky) nav.main_menu > ul > li:not(.active) > a {
  color: #000;
}

.header_inner.clearfix {
  padding-top: 0 !important;
}

/* LAYOUT */

@media only screen and (max-width: 768px) {
  .boxed div.section .section_inner,
  .carousel-inner .slider_content_outer,
  .container_inner,
  .container_inner nav.content_menu,
  .elementor-container .elementor-widget-wrap > .qode_elementor_container_inner,
  .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner,
  .full_width .parallax_content,
  .qode_elementor_container_inner,
  .steps_holder_inner,
  div.grid_section .section_inner,
  div[data-element_type="container"].qode_elementor_container_inner,
  nav.content_menu ul {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 480px) {
  .boxed div.section .section_inner,
  .carousel-inner .slider_content_outer,
  .container_inner,
  .container_inner nav.content_menu,
  .elementor-container .elementor-widget-wrap > .qode_elementor_container_inner,
  .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner,
  .full_width .parallax_content,
  .qode_elementor_container_inner,
  .steps_holder_inner,
  div.grid_section .section_inner,
  div[data-element_type="container"].qode_elementor_container_inner,
  nav.content_menu ul {
    width: calc(100% - 30px);
  }
}

/* TOP BAR SIDE WIDGET */

header .side-widget {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  header .side-widget .cta-button,
  header .side-widget .quick-contact div:first-of-type {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  header .side-widget .quick-contact {
    margin-right: 20px;
    display: flex;
    width: 100%;
    gap: 0 clamp(0.625rem, 1.563vw, 2.5rem);
  }
}

header:not(.sticky) .side-widget .quick-contact div,
header:not(.sticky) .side-widget .quick-contact div a {
  color: #000;
}

@media only screen and (min-width: 1024px) {
  body.home header:not(.sticky) .side-widget .quick-contact div,
  body.home header:not(.sticky) .side-widget .quick-contact div a {
    color: #000;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1439px) {
  body.home header {
    background-color: #fff;
  }

  body.home header:not(.sticky) nav.main_menu > ul > li:not(.active) > a,
  body.home header:not(.sticky) .side-widget .quick-contact div,
  body.home header:not(.sticky) .side-widget .quick-contact div a {
    color: #000;
  }

  nav.main_menu.left {
    left: unset !important;
  }

  .header_bottom {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .header_bottom > *,
  .header_bottom .header_inner_left,
  .header_bottom .header_inner_right {
    position: relative;
    height: 60px;
  }
}

header.sticky .side-widget .quick-contact div,
header.sticky .side-widget .quick-contact div a {
  color: #000;
}

header .side-widget .quick-contact div,
header .side-widget .quick-contact div a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter;
  font-size: clamp(0.875rem, 0.859vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: 29.5px;
  letter-spacing: 0.393px;
  text-decoration-line: underline;
  text-underline-position: from-font;
  text-transform: uppercase;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  header .side-widget .quick-contact div,
  header .side-widget .quick-contact div a {
    font-size: 10.6px;
    line-height: normal;
  }
}

@media only screen and (min-width: 992px) {
  header .side-widget .quick-contact div,
  header .side-widget .quick-contact div a {
    line-height: 75px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1706px) {
  header .side-widget .quick-contact > div:nth-of-type(2) {
    display: none;
  }

  nav.main_menu > ul > li > a {
    padding: 0 12px;
  }
}

header .side-widget .quick-contact svg {
  width: 20px;
  margin-right: 10px;
}

.q_progress_bar {
  position: relative;
  margin: 0 0 53px;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.testimonial_title_holder h5 {
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.scroll_header_top_area
  .fixed
  transparent
  scrolled_not_transparent
  page_header
  scrolled
  .main_menu
  drop_down
  right {
  padding: 0px;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text,
.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea {
  text-align: center;
}

.wpcf7 form.wpcf7-form p {
  margin-bottom: 7px;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
  margin-top: 6px;
}

.q_counter_holder.center {
  padding: 0;
}

.full_width {
  position: relative;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wpcf7 .ajax-loader {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .qode-custom-columns-holder .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}

.q_counter_holder p.counter_text {
  margin-top: 29px;
}

@media only screen and (max-width: 600px) {
  .q_counter_holder p.counter_text {
    font-size: 19px !important;
    line-height: 28px;
  }
}

nav.mobile_menu ul li {
  -webkit-transform: none;
  transform: none;
}

@media only screen and (max-width: 600px) {
  .footer_top,
  .footer_top.footer_top_full {
    padding-top: 68px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .four_columns {
    justify-content: space-evenly;
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 2%;
  }

  .four_columns .column1,
  .four_columns .column2,
  .four_columns .column3,
  .four_columns .column4 {
    width: 47%;
  }

  .four_columns .column1,
  .four_columns .column4 {
    order: -1;
  }
}

/* HERO */

#hero-section {
  margin: 0;
  padding: 0;
}

.hero {
  color: white;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
    url("/wp-content/uploads/2025/02/hero_background_gray-scaled.webp");
  background-repeat: no-repeat;
  background-color: lightgray; /* Fallback color if the image fails to load */
}

@media screen and (min-width: 37.5em) {
  .hero {
    background-color: #151618;
    min-height: 590px;
    height: auto;
  }
}
@media screen and (min-width: 90em) and (orientation: landscape) {
  .hero {
    min-height: 56.25vw;
  }
}
.hero > * {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hero h2 {
  font-family: "Inter", sans-serif;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.875rem, 4.343vw, 2.5rem);
  text-align: center;
  line-height: 1.1;
  letter-spacing: normal;
  margin: 0 auto;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .hero h2 {
    font-size: clamp(3.438rem, 2.344vw, 3.75rem);
    margin-left: 0;
    margin-right: auto;
  }
}

.hero h3 {
  font-size: clamp(1.375rem, 1.116vw, 1.625rem);
  font-weight: 400;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .hero h3 {
    margin-left: 0px;
  }
}

.hero-legend {
  transform: translateZ(0);
  border-radius: clamp(0.687rem, 2.932vw, 1.688rem);
  border: 3px solid #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 11.14%,
    rgba(131, 131, 131, 0.6) 163.29%
  );
  background-blend-mode: overlay;
  box-shadow: 0px 1.759px 43.969px 0px rgba(85, 85, 85, 0.1);
  -webkit-backdrop-filter: blur(22.5px);
  backdrop-filter: blur(22.5px);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-shrink: 0;
  flex-flow: row nowrap;
  padding: clamp(0.611rem, 2.606vw, 1.5rem) clamp(0.356rem, 1.52vw, 0.875rem);
  max-width: clamp(22.024rem, 84.582vw, 48.688rem);
  margin: 0 auto;
  width: 80%;
  z-index: 2;
  position: relative;
  top: -30px;
}

.hero-legend > div.divider {
  display: inline-flex;
  background-color: #b8b8b8;
  margin: 0 clamp(0.585rem, 2.497vw, 1.438rem);
  width: 1.5px;
  align-self: stretch;
}

.hero-legend h3 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  min-height: clamp(1.781rem, 7.6vw, 4.375rem);
  width: calc((100% - 110px) / 3);
}

.hero-legend h3 span {
  font-size: clamp(18px, 0.938vw, 24px);
  font-weight: 500;
  letter-spacing: 0.36px;
  text-align: center;
  color: #000;
  line-height: normal;
}

.hero-legend h3 span:first-of-type {
  font-size: clamp(0.662rem, 2.823vw, 1.625rem);
  font-weight: 700;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 520px) {
  .hero-legend {
    flex-flow: row wrap;
    gap: clamp(0.5rem, 1.303vw, 0.75rem);
    padding: clamp(8px, 2.606vw, 10px) clamp(8px, 1.52vw, 10px);
    top: -10px;
  }

  .hero h2 {
    font-size: clamp(2.275rem, 4.343vw, 2.7rem);
  }

  .hero-legend h3 {
    width: 100%;
  }

  .hero-legend h3 span {
    font-size: clamp(19px, 4.231vw, 22px);
  }

  .hero-legend h3 span br {
    display: none;
  }

  .hero-legend h3 span:first-of-type {
    font-size: clamp(1.462rem, 2.823vw, 1.625rem);
  }
}

@media screen and (min-width: 992px) {
  .hero-legend {
    flex-flow: row nowrap;
    border-radius: clamp(0.844rem, 1.055vw, 1.688rem);
    padding: clamp(8px, 2.606vw, 10px) clamp(8px, 1.52vw, 10px);
    margin: 0 auto;
    width: 90%;
    z-index: 2;
    position: relative;
    top: -20px;
  }

  .hero-legend > div.divider {
    margin: 0 1.4375em;
  }

  .hero-legend h3 {
    height: clamp(4.25rem, 6.563vw, 9.5rem);
    width: calc((100% - 6.875em) / 3);
  }

  .hero-legend h3 span {
    font-size: clamp(18px, 1.667vw, 24px);
    letter-spacing: 0.46px;
  }

  .hero-legend h3 span:first-of-type {
    font-size: clamp(0.625rem, 2.031vw, 1.61rem);
    letter-spacing: 1.16px;
  }
}

.hero .hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin: 0 auto;
  padding: 1.7rem 0.938rem;
  text-align: center;
  gap: clamp(1.525rem, 2.656vw, 4.25rem);
}

@media screen and (min-width: 992px) {
  .hero .hero-content {
    max-width: 98vw !important;
    gap: clamp(2.125rem, 2.656vw, 4.25rem);
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 95vh;
    justify-content: flex-end;
    padding: clamp(2.75rem, 5.938vw, 5.5rem) 0 clamp(8.75rem, 5.938vw, 11.5rem)
      5%;
    text-align: left;
  }

  .hero .hero-content h2 {
    margin-left: 0;
    text-align: left;
  }
}

.hero.variation_1 {
  background-color: unset;
  background-image: none;
}
.hero.variation_1 .hero-content {
  max-width: 100% !important;
  position: unset;
  min-height: unset;
}

.hero.variation_1 h3,
.hero.variation_1 h4 {
  font-size: clamp(1.325rem, 3.472vw, 1.925rem);
  text-align: left;
  letter-spacing: 0.3px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .hero.variation_1 h3,
  .hero.variation_1 h4 {
    font-size: clamp(20px, 2.031vw, 26px);
  }
}

@media screen and (min-width: 992px) {
  .hero,
  .hero.variation_1 {
    min-height: unset;
  }

  .hero.variation_1 .hero-legend {
    padding: clamp(1.013rem, 2.266vw, 1.425rem) clamp(1.25rem, 1.563vw, 2.5rem);
  }
  .hero.variation_1 .hero-content {
    padding: clamp(2.75rem, 5.938vw, 5.5rem) 0.938rem
      clamp(2.75rem, 5.938vw, 3.5rem) 5%;
  }
}

@media screen and (max-width: 767px) {
  #hero-video_mobile video {
    border-radius: 0px;
  }
}

@media screen and (max-width: 991px) {
  .video-frame video {
    border-radius: 0;
  }
}

@media only screen and (max-width: 640px) {
  .q_slider .carousel,
  .qode_slider_preloader,
  .carousel-inner > .item {
    height: 80vh !important;
  }
}

.tab-customer {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 100rem;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .tab-customer {
    flex-flow: row nowrap;
  }
}

.tab-customer > * {
  background-color: #fff;
}

.tab-customer > *:first-child {
  border-radius: 13px 0 0 13px;
  overflow: hidden;
  background-color: var(--e-global-color-233c433);
}

.tab-customer .video-frame img {
  border-radius: 13px;
}

.tab-customer div.caption {
  width: 37%;
  background-color: #fff;
  margin: 0;
  min-height: 430px;
  padding: clamp(0.989rem, 4.219vw, 6.75rem) clamp(0.613rem, 2.617vw, 4.188rem)
    clamp(0.833rem, 3.555vw, 5.688rem) clamp(0.613rem, 2.617vw, 4.188rem);
  border-radius: 0 13px 13px 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.641rem, 2.734vw, 2.375rem);
}

.tab-customer div.caption ul > li:last-of-type {
  margin-bottom: 0;
}

.tab-customer div.caption img {
  max-width: 67%;
}

.tab-customer div.caption ul li {
  margin-bottom: clamp(0.625rem, 1.445vw, 2.313rem);
  text-indent: -1.4em;
  padding-left: 1em;
}

.tab-customer div.caption ul li::marker {
  color: var(--e-global-color-accent);
}

@media only screen and (max-width: 1024px) {
  .tab-customer > *:first-child {
    border-radius: 8px;
  }

  .tab-customer > *:first-child,
  .tab-customer div.caption {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: unset;
  }

  .tab-customer div.caption img {
    max-height: unset;
    width: fit-content !important;
  }
}

.footer_top,
.footer_top * {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.footer_bottom {
  display: inline-block;
  height: auto;
  width: 100%;
  vertical-align: top;
}

.footer_bottom,
.footer_bottom * {
  margin: 16px 0 0 0 !important;
  letter-spacing: 0.02em;
  text-align: left;
  font-size: 13px;
  line-height: 18px;
}

@media screen and (min-width: 37.5em) {
  .footer_bottom,
  .footer_bottom * {
    font-size: 15px;
    line-height: 18px;
  }
}

.footer_bottom strong {
  color: white;
}

/* Modal */
.modal {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  width: 1px;
  height: 1px;
  will-change: opacity;
}

.modal-body::after {
  content: " ";
  display: block;
  height: 13px;
  width: 10%;
}

.modal.vimeo iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 1024px;
  background: black;
}

.modal.vimeo.square iframe {
  aspect-ratio: 1 / 1;
}

.modal > :first-child {
  will-change: transform;
  transition: transform 0.3s ease-in-out;
  transform: scale(0.5);
}

.modal.open > :first-child {
  transform: scale(1);
}

.modal .overflow-gradient {
  position: relative;
}

@media screen and (max-width: 450px) {
  .modal .overflow-gradient::after {
    content: " ";
    display: block;
    height: 43px;
    width: 100%;
  }
}

@media screen and (orientation: portrait) {
  .modal {
    padding: 0;
  }

  .modal.vimeo iframe {
    height: 100vw;
  }
}

.modal.open {
  width: auto;
  height: auto;
  opacity: 1;
}

.modal .modal-body {
  padding: 20px;
  background: #fff;
  max-height: 85%;
}

@media screen and (orientation: portrait) {
  .modal .modal-body {
    overflow: auto;
  }
}

/* Video-Frame */

.video-frame,
.slider-video-frame .video-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video-frame .play-button-overlay {
  position: absolute;
  width: 100px;
  height: 100px;
  top: unset !important;
  left: unset !important;
  margin: -20px auto 0 auto;
  display: block;
  z-index: 4;
  transform-origin: center;
  overflow: visible;
  transition: all 0.1s cubic-bezier(0.42, 0, 0.55, 1.71);
}

.video-frame[data-square] .play-button-overlay {
  background-color: #00e4a1;
  bottom: 5px;
  right: 0px;
}

.video-frame video {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  border-radius: clamp(0.5rem, 1.412vw, 0.813rem);
}

@media screen and (min-width: 992px) {
  .video-frame video {
    border-radius: clamp(0.85rem, 1.063vw, 1.7rem);
  }
}

.video-frame .play-button-overlay img {
  background-color: transparent;
}

.press-section .video-frame :not(.play-button-overlay) {
  width: 100%;
}

.press-section .video-frame :not(.play-button-overlay) img {
  border-radius: 13px;
  width: 100%;
}

.video-frame .play-button-overlay {
  background-color: transparent;
  position: absolute;
  top: calc(50% - 58px);
  left: calc(50% - (58px / 2));
  height: 58px;
  width: 58px;
  display: block;
  z-index: 4;
  margin: 0 auto;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  overflow: visible;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.55, 1.71);
  -o-transition: all 0.1s cubic-bezier(0.42, 0, 0.55, 1.71);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.55, 1.71);
}

.video-frame:hover .play-button-overlay {
  -webkit-filter: drop-shadow(2px 2px 5px white);
  filter: drop-shadow(2px 2px 5px white);
}

.video-play-button_yt,
.video-play-button {
  padding: clamp(1.125rem, 1.055vw, 1.688rem) 1.938rem
    clamp(1.125rem, 1.055vw, 1.688rem) 1.938rem;
  margin: 0 auto 0 0;
  border: 3.5px solid var(--e-global-color-secondary);
  font-size: clamp(1.25rem, 1.146vw, 1.375rem) !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none !important;
  display: inline-flex;
  border-radius: 99px;
  text-wrap-mode: nowrap;
}

.video-play-button_yt:before,
.video-play-button::before {
  content: " ";
  display: block;
  width: 48px;
  background: url(/wp-content/uploads/2025/03/play_arrow.svg) no-repeat center;
  margin-right: 24px;
  background-size: cover;
}

.video-play-button_yt:hover,
.video-play-button:hover {
  color: var(--e-global-color-primary) !important;
  border-color: var(--e-global-color-primary) !important;
}

.video-play-button_yt:hover::before,
.video-play-button:hover::before {
  filter: saturate(3.9);
}

/* HOMEPAGE */

.as-featured-on img {
  width: auto !important;
  height: 8.5rem !important;
  max-width: 80vw;
  object-fit: contain;
}

.as-featured-on .swiper-slide::before {
  content: " ";
  display: block;
  width: auto;
  height: clamp(1.942rem, 4.017vw, 2.313rem);
  position: relative;
  background: url(/wp-content/uploads/2025/02/quotation_mark.svg) no-repeat top
    center;
  background-size: 23px;
}

@media screen and (min-width: 992px) {
  .as-featured-on .swiper-slide::before {
    height: clamp(2.344rem, 2.93vw, 4.688rem);
    background-size: 23px;
  }
}

.swiper-pagination {
  margin: 10px auto 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  position: relative !important;
}

/*  CTA BUTTONS  */

.cta-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 12px;
  max-width: clamp(22.024rem, 84.582vw, 48.688rem);
  width: 100%;
}

.cta-button {
  font-family: "Inter", Sans-serif;
  font-weight: 700;
  font-size: clamp(0.844rem, 2.932vw, 1.688rem);
  fill: var(--e-global-color-text);
  color: var(--e-global-color-text) !important;
  font-weight: 700;
  background-color: var(--e-global-color-primary);
  border-radius: 50px;
  padding: clamp(0.938rem, 2.932vw, 1.688rem) clamp(1.375rem, 3.366vw, 1.938rem);
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  width: calc(50% - 6px);
  text-decoration: none !important;
  text-wrap-mode: nowrap;
}

.cta-button.secondary {
  border: 2px solid var(--e-global-color-primary);
  background: #444;
  color: white !important;
  text-shadow: 0px 0px 6px #000;
  box-shadow: inset 0px 0px 8px 0px #0003;
}

@media only screen and (min-width: 992px) {
  .cta-buttons {
    margin: 0 auto 0 0;
    max-width: clamp(28.75rem, 30.469vw, 48.75rem);
    width: 100%;
    gap: 22px;
  }

  .cta-buttons .cta-button {
    font-size: clamp(1rem, 1.055vw, 1.688rem);
    width: calc(50% - 12px);
  }

  header .cta-button {
    font-size: clamp(0.581rem, 0.938vw, 1.5rem) !important;
    padding: clamp(0.526rem, 0.848vw, 1.356rem) clamp(0.581rem, 0.938vw, 1.5rem);
    width: clamp(4.844rem, 7.813vw, 12.5rem);
  }
}

.cta-button:hover {
  font-size: clamp(1rem, 1.055vw, 1.688rem) !important;
  color: #000 !important;
  transform: scale(1.1);
}

.cta-button.secondary:hover {
  background-color: #2d6a5799 !important;
  color: white !important;
}

/* DIALOGS */

.ryse-modal .modal-body {
  background: radial-gradient(circle at center, #dcdcdc 1%, #adadad 100%);
  max-width: 95%;
  border-radius: 20px;
  padding: 2rem 15px;
  /* Firefox */
}
@media screen and (max-width: 37.5em) {
  .ryse-modal .modal-body {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 37.5em) {
  .ryse-modal .modal-body {
    max-width: 850px;
    width: 600px;
    overflow: visible;
  }
}
.ryse-modal .modal-body .popup-content {
  max-height: 740px;
  min-height: 180px;
}
.ryse-modal .modal-body .popup-content select.touched:invalid,
.ryse-modal .modal-body .popup-content input.touched:invalid,
.ryse-modal .modal-body .popup-content input.touched.invalid,
.ryse-modal .modal-body .popup-content .PhoneInputInput.invalid {
  border: 1px solid red;
  outline: 1px solid red;
  background-color: #f7e2e2 !important;
}
.ryse-modal .modal-body .popup-content .ryse_step0 .spinner_circle {
  display: flex;
  justify-content: center;
  filter: invert(1);
  margin-top: 20px;
}
.ryse-modal .modal-body .popup-content .ryse_step0 .spinner_circle svg {
  width: 50px !important;
  height: 50px !important;
  color: white;
  animation: spin 1s linear infinite !important;
}
.ryse-modal .modal-body .popup-content .ryse_step0 .spinner_circle svg circle {
  opacity: 0.25;
}
.ryse-modal .modal-body .popup-content .ryse_step0 .spinner_circle svg path {
  opacity: 0.75;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ryse-modal .modal-body div.disclaimer-wrapper {
  width: 100%;
  margin: 10px 0 0 0;
  display: inline-block;
}
.ryse-modal .modal-body h2 {
  margin: 0 auto;
  font-size: 26px;
}
.ryse-modal .modal-body h3 {
  margin: 0px auto;
  font-size: 22px;
}
.ryse-modal .modal-body .modal-title {
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}
.ryse-modal .modal-body p,
.ryse-modal .modal-body legend {
  color: #202027;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ryse-modal .modal-body p.redirect,
.ryse-modal .modal-body legend.redirect {
  font-size: 12px;
  line-height: 1.6;
  margin: 7px 0 0 0;
}
@media screen and (min-width: 37.5em) {
  .ryse-modal .modal-body p.redirect,
  .ryse-modal .modal-body legend.redirect {
    font-size: 14.8px;
    line-height: 1.6;
  }
}
.ryse-modal .modal-body p.disclaimer,
.ryse-modal .modal-body legend.disclaimer {
  font-size: 9px;
  line-height: 1.6;
  margin: 7px 0 0 0;
}
@media screen and (min-width: 37.5em) {
  .ryse-modal .modal-body p.disclaimer,
  .ryse-modal .modal-body legend.disclaimer {
    font-size: 9.8px;
    line-height: 1.6;
  }
}
.ryse-modal .modal-body fieldset {
  padding: 10px 10px 0px 10px;
  margin: 12px auto;
  text-align: center;
  border: none;
}
.ryse-modal .modal-body fieldset.text-box {
  border: 1px solid #979797;
  justify-content: space-between;
  border-radius: 9px;
  text-align: left;
}
.ryse-modal .modal-body fieldset .legend {
  display: inline;
  padding: 0 0 7px 0;
  color: #202027;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 37.5em) {
  .ryse-modal .modal-body fieldset {
    padding: 10px 0 0 0;
  }
}
.ryse-modal .modal-body fieldset legend {
  padding: 0px 5px;
}
.ryse-modal .modal-body fieldset .email-prompt {
  margin-bottom: 30px;
}
.ryse-modal .modal-body fieldset .input-field {
  background: white;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-height: 800px) {
  .ryse-modal .modal-body fieldset .input-field {
    margin-bottom: 10px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 37.5em) {
  .ryse-modal .modal-body fieldset .input-field {
    flex-flow: column;
    padding: 10px 30px;
    margin-right: auto;
    margin-left: auto;
    justify-content: left;
    align-items: center;
  }
}
.ryse-modal .modal-body fieldset .input-field.error {
  background: #ffe3e3;
  box-shadow: 0 0 0 1px #ff7c7c;
}
.ryse-modal .modal-body fieldset .input-field .input-container {
  width: 100%;
  padding: 0 30px;
}
.ryse-modal .modal-body fieldset .input-field .input-container .error-msg {
  color: #ff1f1f;
  position: absolute;
  font-size: 14px;
  margin-top: 7px;
  transform: translate(-50%, 0);
}
.ryse-modal .modal-body fieldset .input-field .input-container .form-input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 16px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-sizing: content-box;
  transition:
    box-shadow 0.3s,
    border 0.3s;
}
.ryse-modal .modal-body fieldset.investor-radio {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
@media screen and (max-width: 37.5em) {
  .ryse-modal .modal-body fieldset.investor-radio {
    flex-flow: column;
  }
}
.ryse-modal .modal-body fieldset.investor-radio legend {
  padding: 4px 5px 0px 5px;
  color: #202027;
}
.ryse-modal .modal-body fieldset.investor-radio input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.ryse-modal .modal-body fieldset.investor-radio .radio-label {
  width: 130px;
  display: inherit;
  padding: 6px 6px;
  height: unset;
  margin-bottom: 12px;
}
.ryse-modal .modal-body .form-input {
  font-family: "Inter", sans-serif;
  display: block;
  width: 100%;
  height: 25px;
  padding: 2px 16px;
  font-size: 16px;
  color: #52616b;
  background-color: #fff;
  background-image: none;
  box-sizing: border-box;
}
.ryse-modal .modal-body .form-input.user-text {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
@media screen and (min-width: 37.5em) {
  .ryse-modal .modal-body .form-input {
    width: 80%;
  }
}
.ryse-modal .modal-body input::-webkit-outer-spin-button,
.ryse-modal .modal-body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ryse-modal .modal-body input[type="number"] {
  -moz-appearance: textfield;
}
@media screen and (min-width: 37.5em) {
  .ryse-modal .modal-body {
    padding: 2rem 30px;
  }
}

.ryse-modal .hidden-step {
  display: none;
}

.ryse-modal .animate__animated {
  --animate-duration: 0.5s;
}

.ryse-modal .modal-body .submit_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ryse-modal .modal-body .submit_buttons button,
.ryse-modal .modal-body .submit_buttons input[type="button"],
.ryse-modal .modal-body .submit_buttons input[type="reset"],
.ryse-modal .modal-body .submit_buttons input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  font-size: 16px;
}
.ryse-modal .modal-body .submit_buttons button:hover,
.ryse-modal .modal-body .submit_buttons input[type="button"]:hover,
.ryse-modal .modal-body .submit_buttons input[type="reset"]:hover,
.ryse-modal .modal-body .submit_buttons input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
.ryse-modal .modal-body .submit_buttons button:active,
.ryse-modal .modal-body .submit_buttons button:focus,
.ryse-modal .modal-body .submit_buttons input[type="button"]:active,
.ryse-modal .modal-body .submit_buttons input[type="button"]:focus,
.ryse-modal .modal-body .submit_buttons input[type="reset"]:active,
.ryse-modal .modal-body .submit_buttons input[type="reset"]:focus,
.ryse-modal .modal-body .submit_buttons input[type="submit"]:active,
.ryse-modal .modal-body .submit_buttons input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

.ryse-modal .modal-body .submit_buttons button[type="button"],
.ryse-modal .modal-body .submit_buttons button[type="submit"] {
  display: inline;
  float: right;
  width: 165px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
  color: #000000;
  background-color: var(--e-global-color-primary);
  border-radius: 50px;
  border: 1px solid #00000066;
}

.ryse-modal .modal-body .submit_buttons button[type="button"] svg path,
.ryse-modal .modal-body .submit_buttons button[type="submit"] svg path {
  fill: var(--e-global-color-primary);
}

.ryse-modal .modal-body .submit_buttons button[type="button"]:hover,
.ryse-modal .modal-body .submit_buttons button[type="submit"]:hover {
  color: #000 !important;
  background-color: #89ffdc !important;
  border-color: #89ffdc !important;
}

.ryse-modal .modal-body .submit_buttons button[type="button"]:hover svg path,
.ryse-modal .modal-body .submit_buttons button[type="submit"]:hover svg path {
  fill: #ffffff;
}

.ryse-modal .modal-body .submit_buttons button[type="button"][disabled],
.ryse-modal .modal-body .submit_buttons button[type="submit"][disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

.ryse-modal .modal-body .submit_buttons button[type="submit"].deal-flag {
  height: auto !important;
  width: 40% !important;
  float: left;
  background-size: cover;
  font-weight: bold;
  color: black !important;
  filter: saturate(0.8) !important;
  text-shadow:
    0px 0px 5px white,
    0px 0px 6px white,
    0px 0px 5px white,
    0px 0px 6px white,
    0px 0px 5px white,
    0px 0px 6px white !important;
  text-align: center;
  vertical-align: middle;
  padding: 12px;
  background-position: center;
  box-shadow: inset 0px 0px 40px 40px rgba(0, 0, 0, 0.5803921569) !important;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
@media screen and (min-width: 37.5em) {
  .ryse-modal .modal-body .submit_buttons button[type="submit"].deal-flag {
    height: 66px !important;
    width: 33% !important;
  }
}
.ryse-modal
  .modal-body
  .submit_buttons
  button[type="submit"].deal-flag:first-of-type {
  -webkit-box-shadow:
    inset 5px 5px 7px 4px rgba(0, 0, 0, 0.3882352941),
    inset -5px -5px 5px -1px rgba(0, 0, 0, 0.5411764706),
    5px 5px 8px -4px rgba(0, 0, 0, 0.3411764706) !important;
  box-shadow:
    inset 5px 5px 7px 4px rgba(0, 0, 0, 0.3882352941),
    inset -5px -5px 5px -1px rgba(0, 0, 0, 0.5411764706),
    5px 5px 8px -4px rgba(0, 0, 0, 0.3411764706) !important;
}
.ryse-modal
  .modal-body
  .submit_buttons
  button[type="submit"].deal-flag:last-of-type {
  -webkit-box-shadow:
    inset 5px 5px 7px 4px rgba(255, 255, 255, 0.5411764706),
    inset -5px -5px 5px -1px rgba(0, 0, 0, 0.5411764706),
    5px 5px 8px -4px rgba(0, 0, 0, 0.3411764706) !important;
  box-shadow:
    inset 5px 5px 7px 4px rgba(255, 255, 255, 0.5411764706),
    inset -5px -5px 5px -1px rgba(0, 0, 0, 0.5411764706),
    5px 5px 8px -4px rgba(0, 0, 0, 0.3411764706) !important;
}
.ryse-modal
  .modal-body
  .submit_buttons
  button[type="submit"].deal-flag[disabled] {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}
.ryse-modal
  .modal-body
  .submit_buttons
  button[type="submit"].deal-flag:first-of-type:not([disabled]):hover {
  -webkit-box-shadow:
    inset -5px -5px 7px 4px rgba(0, 0, 0, 0.3882352941),
    inset 5px 5px 5px -1px rgba(0, 0, 0, 0.5411764706),
    5px 5px 8px -4px rgba(0, 0, 0, 0.3411764706) !important;
  box-shadow:
    inset -5px -5px 7px 4px rgba(0, 0, 0, 0.3882352941),
    inset 5px 5px 5px -1px rgba(0, 0, 0, 0.5411764706),
    5px 5px 8px -4px rgba(0, 0, 0, 0.3411764706) !important;
}
.ryse-modal
  .modal-body
  .submit_buttons
  button[type="submit"].deal-flag:last-of-type:not([disabled]):hover {
  -webkit-box-shadow:
    inset -5px -5px 7px 4px rgba(255, 255, 255, 0.5411764706),
    inset 5px 5px 5px -1px rgba(0, 0, 0, 0.5411764706),
    5px 5px 8px -4px rgba(0, 0, 0, 0.3411764706) !important;
  box-shadow:
    inset -5px -5px 7px 4px rgba(255, 255, 255, 0.5411764706),
    inset 5px 5px 5px -1px rgba(0, 0, 0, 0.5411764706),
    5px 5px 8px -4px rgba(0, 0, 0, 0.3411764706) !important;
}
.ryse-modal
  .modal-body
  .submit_buttons
  button[type="submit"].deal-flag:not([disabled]):hover {
  color: white !important;
  -webkit-filter: saturate(1) !important;
  filter: saturate(1) !important;
  text-shadow:
    0px 0px 5px black,
    0px 0px 6px black !important;
  cursor: pointer !important;
}
.ryse-modal .modal-body #ryin_email_first_error {
  display: none;
}
@media screen and (min-width: 37.5em) {
  .ryse-modal .modal-body input {
    width: 100%;
  }
}
.ryse-modal .modal-body .ryse-form {
  border-radius: 10px;
}
.ryse-modal .modal-body .ryse-form fieldset {
  margin: 10px 0;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.0666666667);
  padding: 10px;
  border-radius: 10px;
}
.ryse-modal .modal-body .ryse-form input {
  border-radius: 10px;
}
.ryse-modal .modal-body .ryse-form input[type="text"],
.ryse-modal .modal-body .ryse-form input[type="email"] {
  margin-bottom: 7px;
}
@media screen and (min-width: 37.5em) {
  .ryse-modal .modal-body .ryse-form input[type="text"],
  .ryse-modal .modal-body .ryse-form input[type="email"] {
    margin-bottom: 0;
  }
}
.ryse-modal .modal-body .ryse-form input[type="text"],
.ryse-modal .modal-body .ryse-form input[type="email"],
.ryse-modal .modal-body .ryse-form button {
  padding: 9px 14px;
  line-height: 24px;
  width: 100%;
}
.ryse-modal .modal-body .ryse-form button {
  border-radius: 10px;
}
.ryse-modal .modal-body .ryse-form button.submit {
  margin-top: 8px;
  background-color: #00ff7f;
  font-weight: 600;
  color: #2d2d2d;
}
.ryse-modal .modal-body .ryse-form button:hover {
  color: #fff;
  background-color: gray;
}
.ryse-modal .modal-body .ryse-form a.legal-anchor {
  display: block;
  margin: 2px auto;
  width: 180px;
  text-align: center;
}
.ryse-modal .modal-body .ryse-form .form-status {
  display: none;
  font-size: 15px;
  position: relative;
  margin: 20px 0px 20px 40px !important;
}
.ryse-modal .modal-body .ryse-form .form-status.error {
  color: #a90000 !important;
  font-size: 16px;
}
.ryse-modal .modal-body .ryse-form .form-status.error::before {
  content: url(/wp-content/uploads/2024/08/alert-circle-icon.svg);
  -webkit-filter: invert(84%) sepia(18%) saturate(798%) hue-rotate(319deg)
    brightness(91%) contrast(89%);
  filter: invert(84%) sepia(18%) saturate(798%) hue-rotate(319deg)
    brightness(91%) contrast(89%);
}
.ryse-modal .modal-body .ryse-form .form-status.success {
  color: #1c5f1c !important;
  font-size: 16px;
}
.ryse-modal .modal-body .ryse-form .form-status.success::before {
  content: url(/wp-content/uploads/2024/08/checkmark-circle-icon.svg);
  -webkit-filter: invert(84%) sepia(18%) saturate(798%) hue-rotate(43deg)
    brightness(91%) contrast(89%);
  filter: invert(84%) sepia(18%) saturate(798%) hue-rotate(43deg)
    brightness(91%) contrast(89%);
}
.ryse-modal .modal-body .ryse-form .form-status::before {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: -43px;
  top: -10px;
}

.iti.iti--allow-dropdown {
  width: 100%;
  display: flex;
  position: inherit;
}
.iti.iti--allow-dropdown .iti__country-container {
  position: inherit;
}

.iti__selected-flag {
  max-height: 40px;
}

.iti__country {
  margin: 0;
}

.iti__country-list {
  z-index: 9995;
  text-align: left;
}

.iti-mobile .iti--container,
.iti--container {
  z-index: 9994;
}

/* OUR PRODUCTS */
@media screen and (min-width: 992px) {
  .our-products-cols > div:not(:last-child)::after {
    content: " ";
    width: 100%;
    height: 2px;
    display: block;
    border-top: 1px solid #bdbdbd;
    position: absolute;
    top: 51px;
    right: calc(-100% + 20.5%);
  }

  .roadmap-item-left::after {
    content: " ";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    background-color: var(--e-global-color-accent);
    border-radius: 100%;
    top: 0;
    right: -15px;
  }
}

.commercial-customers .elementor-tab-title.elementor-active {
  border-radius: 100px;
  border: 1px solid #525252 !important;
  background: #fff;
}

.commercial-customers .elementor-tab-content {
  padding: clamp(0.888rem, 3.789vw, 6.063rem) 0 0 0;
}

.expert-lead .e-n-accordion-item-title {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.expert-lead .e-n-accordion-item-title[aria-expanded="true"] {
  flex-direction: row;
}

.expert-lead
  .e-n-accordion-item-title[aria-expanded="false"]
  .e-n-accordion-item-title-icon {
  display: none;
}

.expert-lead .e-n-accordion-item-title[aria-expanded="false"]::after {
  content: "Read More -->";
  display: flex;
  border-top: 3px solid #f8f8f8;
  font-size: clamp(0.875rem, 0.859vw, 1.375rem);
  font-weight: 600;
  width: 100%;
  height: clamp(3.063rem, 3.945vw, 6.313rem);
  align-items: center;
  padding-left: clamp(0.484rem, 0.781vw, 1.25rem);
  margin-top: clamp(0.581rem, 0.938vw, 1.5rem);
}

.hear-investors-02 h4::after {
  content: " ";
  display: block;
  position: absolute;
  top: clamp(2.275rem, 2.234vw, 3.575rem);
  left: 0;
  border-top: 3px solid #e4e4e4;
  width: 104px;
}

@media screen and (min-width: 992px) {
  .hear-investors-02 h4::after {
    top: clamp(2.375rem, 2.969vw, 4.75rem);
  }
}

.maximize-tiers .tier-wrapper {
  background: linear-gradient(
    -10deg,
    #acacac 0%,
    #fff0 35%,
    #fff0 65%,
    #acacac 100%
  );
}

.maximize-tiers .tier-gifts {
  min-height: 2lh;
}

.footer_top,
.footer_top * {
  font-size: 1rem !important;
}

.footer_top strong,
.footer_top a {
  font-size: 1rem !important;
  color: #fff !important;
}

.footer_bottom,
.footer_bottom * {
  font-size: 0.938rem !important;
}

.express-interest-form fieldset {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.justify-left .express-interest-form fieldset {
  justify-content: flex-start;
}

.express-interest-form * {
  font-family:
    var(--e-global-typography-cf5dc3f-font-family), Inter, Sans-serif;
  font-size: var(--e-global-typography-cf5dc3f-font-size);
  font-weight: var(--e-global-typography-cf5dc3f-font-weight);
  text-decoration: var(--e-global-typography-cf5dc3f-text-decoration);
  line-height: var(--e-global-typography-cf5dc3f-line-height);
}

.express-interest-form .form-success p,
.express-interest-form .form-error p {
  color: black;
  font-weight: normal;
  border-radius: 1.25rem;
  background-color: #ffffff94;
  padding: 2.25rem 2rem;
  margin-bottom: 2rem;
}

.express-interest-form .express_interest_submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.express-interest-form .express_interest_submit {
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: transform;
}

.express-interest-form .express_interest_submit:hover:not(:disabled) {
  transform: scale(1.1);
}

.express-interest-form .express_interest_submit,
.express-interest-form .input-container {
  color: white;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--e-global-color-bffeb2f);
  border-radius: 60px 60px 60px 60px;
  padding: clamp(1.125rem, 1.055vw, 1.688rem) 1.938rem
    clamp(1.125rem, 1.055vw, 1.688rem) 1.938rem;
  background-color: transparent;
}

.express-interest-form .input-container {
  background-color: white;
}

.express-interest-form .input-container input {
  background-color: white;
  color: #000;
  border: none;
  outline: none;
  width: 17.25rem;
  max-width: 29vh;
}

.drop_down .narrow .second .inner ul li {
  min-width: 265px;
}

#top-reasons-to-invest .top-reasons-wrapper > div {
  border: 2px solid #dcdcdc;
  border-radius: 20px;
  padding: 20px;
  background-color: #ffffff;
}
