@charset "UTF-8";
/* styles/_global.scss */
/* Mixins */
/* Variables */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
:root {
  --mighty-black: #0D1720;
  --light-black: #3B3B3B;
  --cool-gray: #5A5A5A;
  --cool-gray-20: rgba(105, 105, 115, 0.2);
  --cool-gray-30: rgba(105, 105, 115, 0.3);
  --cool-gray-60: rgba(105, 105, 115, 0.6);
  --theme-color: #E1251B;
  --secondary-color: #F97316;
  --gray-light: #F3F4F6;
  --theme-color-light: #F97316;
  --baby-blue-20: rgba(149, 212, 219, 0.2);
  --baby-blue-30: rgba(149, 212, 219, 0.3);
  --baby-blue-60: rgba(149, 212, 219, 0.6);
  --baby-blue-80: rgba(149, 212, 219, 0.8);
  --baby-blue-100: rgba(149, 212, 219, 1);
  --baby-blue-dark: #5CA4AB;
  --baby-blue-darker: #457B81;
  --black: hsl(0deg 0% 0% / 100%);
  --white: hsl(0deg 0% 100% / 100%);
  --white-for-dark: hsl(0deg 0% 95% / 100%);
  --success: hsl(140deg 35% 44% / 100%);
  --warning: hsl(45deg 100% 60% / 100%);
  --error: hsl(0deg 55% 44% / 100%);
  --link-color: var(--theme-color);
  --link-hover: var(--theme-color);
  --link-active: var(--theme-color);
  --scale: 0.1;
  --space-2: calc(2 / 16 * 1rem);
  --space-4: calc(4 / 16 * 1rem);
  --space-6: calc(6 / 16 * 1rem);
  --space-8: calc(8 / 16 * 1rem);
  --space-10: calc(10 / 16 * 1rem);
  --space-12: calc(12 / 16 * 1rem);
  --space-14: calc(14 / 16 * 1rem);
  --space-16: calc(16 / 16 * 1rem);
  --space-18: calc(18 / 16 * 1rem);
  --space-20: calc(20 / 16 * 1rem);
  --space-22: calc(22 / 16 * 1rem);
  --space-24: calc(24 / 16 * 1rem);
  --space-26: calc(26 / 16 * 1rem);
  --space-28: calc(28 / 16 * 1rem);
  --space-30: calc(30 / 16 * 1rem);
  --space-32: calc(32 / 16 * 1rem);
  --space-34: calc(34 / 16 * 1rem);
  --space-36: calc(36 / 16 * 1rem);
  --space-38: calc(38 / 16 * 1rem);
  --space-40: calc(40 / 16 * 1rem);
  --space-42: calc(42 / 16 * 1rem);
  --space-44: calc(44 / 16 * 1rem);
  --space-46: calc(46 / 16 * 1rem);
  --space-48: calc(48 / 16 * 1rem);
  --space-50: calc(50 / 16 * 1rem);
  --space-52: calc(52 / 16 * 1rem);
  --space-54: calc(54 / 16 * 1rem);
  --space-56: calc(56 / 16 * 1rem);
  --space-58: calc(58 / 16 * 1rem);
  --space-60: calc(60 / 16 * 1rem);
  --space-62: calc(62 / 16 * 1rem);
  --space-64: calc(64 / 16 * 1rem);
  --space-66: calc(66 / 16 * 1rem);
  --space-68: calc(68 / 16 * 1rem);
  --space-70: calc(70 / 16 * 1rem);
  --space-72: calc(72 / 16 * 1rem);
  --space-xs: var(--space-4);
  --space-sm: var(--space-8);
  --space-md: var(--space-16);
  --space-lg: var(--space-24);
  --space-xl: var(--space-40);
  --row-gap: var(--space-24);
  --transition-base: all 0.2s linear;
  --transition-four: all 0.4s linear;
  --transition-fade: opacity 0.15s linear;
  --transition-collapse: height 0.35s ease;
  --transition-collapse-width: width 0.35s ease;
  --font-size-2: calc(2 / 16 * 1rem);
  --font-size-4: calc(4 / 16 * 1rem);
  --font-size-6: calc(6 / 16 * 1rem);
  --font-size-8: calc(8 / 16 * 1rem);
  --font-size-10: calc(10 / 16 * 1rem);
  --font-size-12: calc(12 / 16 * 1rem);
  --font-size-14: calc(14 / 16 * 1rem);
  --font-size-16: calc(16 / 16 * 1rem);
  --font-size-18: calc(18 / 16 * 1rem);
  --font-size-20: calc(20 / 16 * 1rem);
  --font-size-22: calc(22 / 16 * 1rem);
  --font-size-24: calc(24 / 16 * 1rem);
  --font-size-26: calc(26 / 16 * 1rem);
  --font-size-28: calc(28 / 16 * 1rem);
  --font-size-30: calc(30 / 16 * 1rem);
  --font-size-32: calc(32 / 16 * 1rem);
  --font-size-34: calc(34 / 16 * 1rem);
  --font-size-36: calc(36 / 16 * 1rem);
  --font-size-38: calc(38 / 16 * 1rem);
  --font-size-40: calc(40 / 16 * 1rem);
  --font-size-42: calc(42 / 16 * 1rem);
  --font-size-44: calc(44 / 16 * 1rem);
  --font-size-46: calc(46 / 16 * 1rem);
  --font-size-48: calc(48 / 16 * 1rem);
  --font-size-50: calc(50 / 16 * 1rem);
  --font-size-52: calc(52 / 16 * 1rem);
  --font-size-54: calc(54 / 16 * 1rem);
  --font-size-56: calc(56 / 16 * 1rem);
  --font-size-58: calc(58 / 16 * 1rem);
  --font-size-60: calc(60 / 16 * 1rem);
  --font-size-62: calc(62 / 16 * 1rem);
  --font-size-64: calc(64 / 16 * 1rem);
  --font-size-66: calc(66 / 16 * 1rem);
  --font-size-68: calc(68 / 16 * 1rem);
  --font-size-70: calc(70 / 16 * 1rem);
  --font-size-72: calc(72 / 16 * 1rem);
  --font-size-base: var(--font-size-16);
  --headline-xs: var(--font-size-20);
  --headline-sm: var(--font-size-24);
  --headline-md: var(--font-size-32);
  --headline-lg: var(--font-size-42);
  --headline-xl: var(--font-size-56);
  --headline-xxl: var(--font-size-62);
  --line-height: 1.4;
  --line-height-title: 140%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  line-height: var(--line-height);
  font-weight: 400;
}

.headline-h1 {
  font-size: var(--headline-xl);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  .headline-h1 {
    font-size: var(--headline-xxl);
    margin-bottom: var(--space-md);
  }
}

.headline-h2 {
  font-size: var(--headline-lg);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  .headline-h2 {
    font-size: var(--headline-xl);
    margin-bottom: var(--space-md);
  }
}

.headline-h3 {
  font-size: var(--headline-md);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  .headline-h3 {
    font-size: var(--headline-lg);
    margin-bottom: var(--space-md);
  }
}

.headline-h4 {
  font-size: var(--headline-sm);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  .headline-h4 {
    font-size: var(--headline-md);
    margin-bottom: var(--space-md);
  }
}

.headline-h5 {
  font-size: var(--headline-xs);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  .headline-h5 {
    font-size: var(--headline-sm);
    margin-bottom: var(--space-md);
  }
}

.headline-h6 {
  font-size: var(--headline-xs);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  .headline-h6 {
    font-size: var(--headline-xs);
    margin-bottom: var(--space-md);
  }
}

.fs-5 {
  font-size: var(--font-size-18) !important;
}
.fs-7 {
  font-size: var(--font-size-14);
}
.fs-18 {
  font-size: var(--font-size-18);
}
.fs-24 {
  font-size: var(--font-size-24);
}
.fs-28 {
  font-size: var(--font-size-28);
}
.fs-32 {
  font-size: var(--font-size-32);
}
.fs-40 {
  font-size: var(--font-size-40);
}
.fs-50 {
  font-size: var(--font-size-50);
}
.fs-60 {
  font-size: var(--font-size-60);
}
.fs-120 {
  font-size: 120px;
}

.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}

.header {
  top: 0;
  transition: top 0.3s ease;
  z-index: 100;
  padding: 15px 0;
}
.page-home .header {
  position: fixed;
}
.header.sticky-top-up {
  background: #FFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.header.sticky-top-down {
  top: -98px;
}
.header.openmenu {
  top: 0;
}
.header-logo {
  display: flex;
  margin: 0;
}
.header-logo span {
  color: #111111;
  margin-left: 15px;
  font-size: 18px;
  transition: color 1s ease;
}
.page-home .header-logo span {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  .header-logo span {
    font-size: 24px;
  }
}
.sticky-top-up .header-logo span {
  color: #111111;
}
.openmenu .header-logo span {
  color: #FFF;
}
.header .navbar-brand, .header .navbar-toggler {
  position: relative;
  z-index: 2222;
}
.header .offcanvas {
  top: 98px;
  right: 0;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  background: #141E55;
  transform: translateX(100%);
}
.header .offcanvas::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -98px;
  left: 0;
  background: #141E55;
  width: 100%;
  height: 98px;
}
.header .offcanvas .container-md {
  overflow: auto;
}
.header .offcanvas-backdrop {
  opacity: 0;
}

.dropdown-toggle:after {
  border: solid;
  border-width: 0 1px 1px 0;
  padding: 4px;
  transform: scale(1) rotate(45deg);
  margin-left: var(--space-8);
}

.navbar {
  padding: 10px 0;
}
.navbar-collapse {
  flex-grow: 0;
}
.navbar-nav {
  text-align: left;
}
.navbar-nav .dropdown-menu {
  --bs-dropdown-min-width: 240px;
  border: none;
  --bs-dropdown-border-radius: var(--space-xs);
  --bs-dropdown-font-size: var(--font-size-14);
  --bs-dropdown-padding-y: 0;
}
@media only screen and (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  }
}
.navbar-nav .dropdown-menu li {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .navbar-nav .dropdown-menu li:hover > .dropdown-submenu {
    display: block;
  }
}
.navbar-nav .dropdown-submenu {
  display: none;
  left: 100%;
  top: 0;
  border-top-right-radius: var(--space-xs);
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 991px) {
  .navbar-nav .dropdown-submenu .dropdown-item {
    --bs-dropdown-item-padding-x: var(--space-30);
  }
}
.navbar-nav .dropdown-submenu.show {
  display: block;
}
.navbar-nav .dropdown-item {
  border-bottom: 1px solid var(--cool-gray-20);
  --bs-dropdown-link-color: var(--cool-gray);
  --bs-dropdown-link-hover-color: var(--theme-color);
  --bs-dropdown-link-active-color: var(--theme-color);
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-active-bg: transparent;
  line-height: 16px;
  --bs-dropdown-item-padding-y: var(--space-12);
  --bs-dropdown-item-padding-x: var(--space-20);
  cursor: pointer;
  transition: var(--transition-base);
}
.navbar-nav .dropdown-item.active a {
  color: var(--theme-color);
}
.navbar-nav .dropdown-item a {
  color: var(--cool-gray);
  text-decoration: none;
}
.navbar-nav .dropdown-item a:hover, .navbar-nav .dropdown-item a:active {
  color: var(--theme-color);
}
.navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item.active {
  box-shadow: inset 4px 0 0 var(--theme-color);
}
.navbar-toggler {
  width: 40px;
  height: 40px;
  background: none;
}
.navbar-toggler svg {
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: absolute;
  z-index: 11;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .navbar-toggler svg {
    width: 33px;
    height: 33px;
  }
}
.openmenu .navbar-toggler svg {
  opacity: 0;
  z-index: 1;
}
.navbar-toggler svg rect {
  transition: fill 0.3s ease;
  fill: #111;
}
.page-home .navbar-toggler svg rect {
  fill: #FFF;
}
.sticky-top-up .navbar-toggler svg rect {
  fill: #111;
}
.openmenu .navbar-toggler svg rect {
  fill: #FFF;
}
.navbar-toggler svg.closemenu {
  opacity: 0;
  z-index: 1;
}
.openmenu .navbar-toggler svg.closemenu {
  opacity: 1;
}
.nav-item {
  position: relative;
  font-size: var(--font-size-base);
  font-weight: 700;
  display: inline-block;
}
.nav-link {
  --bs-nav-link-color: #FFF;
  --bs-nav-link-hover-color: #FFF;
  --bs-navbar-active-color: #F97316;
  padding: 20px 0;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .nav-link {
    font-size: 32px;
  }
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFF;
  transition: width 0.3s ease;
}
.nav-link:hover::after {
  width: 40%;
}
.social-share .nav-link {
  border-left: 1px solid #5A5A5A;
  line-height: 16px;
  transition: var(--transition-four);
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .social-share .nav-link {
    border-right: 1px solid #5A5A5A;
    border-left-color: transparent;
  }
}
.social-share .nav-link:after {
  display: none;
}
.social-share .nav-link path {
  transition: var(--transition-four);
}
.social-share .nav-link:hover path {
  fill: var(--theme-color);
}

.btn {
  --bs-btn-padding-y: var(--space-12);
  --bs-btn-padding-x: var(--space-20);
  --bs-btn-font-size: var(--font-size-base);
  --bs-btn-line-height: var(--line-height);
  --bs-btn-border-width: 2px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .btn {
    --bs-btn-padding-y: var(--space-8);
    --bs-btn-padding-x: var(--space-16);
    --bs-btn-font-size: var(--font-size-14);
  }
}
.btn-sm {
  --bs-btn-padding-y: var(--space-8);
  --bs-btn-padding-x: var(--space-8);
  --bs-btn-font-size: var(--font-size-14);
  line-height: var(--space-16);
}
.btn-primary {
  --bs-btn-border-color: var(--theme-color);
  --bs-btn-border-radius: 0;
  --bs-btn-bg: var(--theme-color);
  --bs-btn-hover-bg: var(--theme-color-light);
  --bs-btn-hover-border-color: var(--theme-color-light);
  --bs-btn-active-bg: var(--theme-color-light);
  --bs-btn-active-border-color: var(--theme-color-light);
}
.btn-secondary {
  --bs-btn-border-color: var(--secondary-color);
  --bs-btn-border-radius: 0;
  --bs-btn-bg: var(--secondary-color);
  --bs-btn-hover-bg: var(--theme-color-light);
  --bs-btn-hover-border-color: var(--theme-color-light);
  --bs-btn-active-bg: var(--theme-color-light);
  --bs-btn-active-border-color: var(--theme-color-light);
}
.btn-outline-primary {
  --bs-btn-border-color: var(--theme-color);
  --bs-btn-border-radius: 0;
  --bs-btn-color: var(--theme-color);
  --bs-btn-hover-bg: var(--theme-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: var(--theme-color);
  --bs-btn-active-bg: var(--theme-color);
  --bs-btn-active-color: #fff;
  --bs-btn-active-border-color: var(--theme-color);
}
.btn-outline-secondary {
  --bs-btn-border-color: var(--baby-blue-100);
  --bs-btn-border-radius: 0;
  --bs-btn-color: var(--baby-blue-dark);
  --bs-btn-hover-bg: var(--baby-blue-100);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: var(--baby-blue-100);
  --bs-btn-active-bg: var(--baby-blue-dark);
  --bs-btn-active-color: #fff;
  --bs-btn-active-border-color: var(--baby-blue-dark);
}
.btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  margin: -32px;
}
.btn-close {
  background-color: var(--secondary-color);
  right: 0;
  top: -32px;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-focus-shadow: none;
  --bs-btn-close-hover-opacity: 0.9;
  border-radius: var(--space-xs);
  box-shadow: none;
  transition: var(--transition-base);
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .btn-close {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (min-width: 576px) {
  .btn-close {
    right: -32px;
    top: 16px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}

.border-primary {
  --bs-primary-rgb: 149, 212, 219;
}
.border-secondary-subtle {
  --bs-secondary-border-subtle: #DFDFDF !important;
}
@media only screen and (min-width: 576px) {
  .border-sm-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
}
@media only screen and (min-width: 768px) {
  .border-md-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
}

.carousel {
  background-color: var(--white);
}
@media only screen and (max-width: 767px) {
  .carousel .container-md {
    padding: 0;
  }
}
.carousel-caption {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .carousel-caption {
    padding: 20px;
  }
}
.carousel-caption h1 {
  font-size: var(--font-size-50);
  color: var(--theme-color);
  font-weight: 900;
}
@media only screen and (max-width: 1399px) {
  .carousel-caption h1 {
    font-size: var(--font-size-40);
  }
}
@media only screen and (min-width: 768px) {
  .carousel-caption h1 span {
    display: block;
  }
}
.carousel-caption p {
  font-size: var(--font-size-28);
  color: var(--mighty-black);
  line-height: var(--space-40);
  font-weight: 500;
  margin-bottom: var(--space-20);
  color: #1D1D1B;
}
@media only screen and (min-width: 768px) {
  .carousel-caption p {
    font-size: var(--font-size-28);
  }
}
.carousel-control {
  width: var(--space-60);
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EC008C'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EC008C'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  bottom: var(--space-30);
  padding: 0 var(--space-16);
  margin: 0;
}
.carousel-indicators [data-bs-target] {
  width: 80px;
  height: 6px;
  border-bottom: none;
  box-shadow: 0 4px 6px -3px rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  margin: 0 var(--space-4);
  transition: var(--transition-base);
}
@media only screen and (min-width: 768px) {
  .carousel-indicators [data-bs-target] {
    width: 100px;
    margin: 0 var(--space-10);
  }
}
.carousel-indicators [data-bs-target].active {
  background-color: var(--theme-color);
  width: 120px;
}
@media only screen and (min-width: 768px) {
  .carousel-indicators [data-bs-target].active {
    width: 150px;
  }
}

.swiper-pagination {
  --swiper-pagination-bottom: var(--space-22);
}
.blogswiper .swiper-pagination {
  position: relative;
  --swiper-pagination-bottom: var(--space-8);
  margin-top: var(--space-26);
}
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
}
.swiper-pagination-bullet {
  box-sizing: content-box;
  --swiper-pagination-bullet-border-radius: 0;
  width: 70px;
  height: 4px;
  --swiper-pagination-bullet-inactive-color: var(--white);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  box-shadow: 0 4px 6px -3px rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  --swiper-pagination-bullet-horizontal-gap: var(--space-4);
  transition: var(--transition-base);
}
.blogswiper .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: var(--mighty-black);
}
@media only screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 40px;
    --swiper-pagination-bullet-horizontal-gap: var(--space-10);
  }
}
.swiper-pagination-bullet-active {
  --swiper-pagination-color: var(--theme-color);
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .swiper-pagination-bullet-active {
    width: 80px;
  }
}

.spinner-style {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.spinner-style svg {
  animation: spin 3s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#chaty-widget-0 .chaty-i-trigger .chaty-cta-button button circle,
#chaty-widget-0 .chaty-i-trigger .chaty-cta-button button ellipse {
  fill: #EC008C;
}

.accordion-item {
  --bs-accordion-color: var(--cool-gray);
  border-radius: 4px;
  border: none;
  margin-bottom: 5px;
}
.accordion-item:first-of-type {
  --bs-accordion-inner-border-radius: 4px;
  border-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-button, .accordion-body {
  border-radius: 4px;
  border: 1px solid #DFDFDF;
}
.accordion-button:focus {
  --bs-accordion-btn-focus-border-color: var(--theme-color);
  box-shadow: none;
}
.accordion-button svg {
  transition: var(--transition-base);
}
.accordion-button:not(.collapsed) {
  --bs-accordion-active-color: var(--theme-color);
  --bs-accordion-active-bg: transparent;
  border-color: var(--theme-color);
  box-shadow: none;
}
.accordion-button:not(.collapsed) svg {
  transform: scale(1) rotate(180deg);
}
.accordion-button:after {
  --bs-accordion-btn-icon-width: 13px;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8' width='13' height='8' %3E%3Cpath fill='%23EC008C' d='M0.933594 1.499C0.933594 1.39479 0.973674 1.30261 1.05383 1.22245L1.65504 0.621245C1.7352 0.541085 1.82738 0.501005 1.93159 0.501005C2.0358 0.501005 2.12798 0.541085 2.20814 0.621245L6.93359 5.3467L11.659 0.621245C11.7392 0.541085 11.8314 0.501005 11.9356 0.501005C12.0398 0.501005 12.132 0.541085 12.2122 0.621245L12.8134 1.22245C12.8935 1.30261 12.9336 1.39479 12.9336 1.499C12.9336 1.60321 12.8935 1.69539 12.8134 1.77555L7.21015 7.37876C7.12999 7.45892 7.0378 7.499 6.93359 7.499C6.82939 7.499 6.7372 7.45892 6.65704 7.37876L1.05383 1.77555C0.973674 1.69539 0.933594 1.60321 0.933594 1.499Z'/%3E%3C/svg%3E");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8' width='13' height='8' %3E%3Cpath fill='%23EC008C' d='M0.933594 1.499C0.933594 1.39479 0.973674 1.30261 1.05383 1.22245L1.65504 0.621245C1.7352 0.541085 1.82738 0.501005 1.93159 0.501005C2.0358 0.501005 2.12798 0.541085 2.20814 0.621245L6.93359 5.3467L11.659 0.621245C11.7392 0.541085 11.8314 0.501005 11.9356 0.501005C12.0398 0.501005 12.132 0.541085 12.2122 0.621245L12.8134 1.22245C12.8935 1.30261 12.9336 1.39479 12.9336 1.499C12.9336 1.60321 12.8935 1.69539 12.8134 1.77555L7.21015 7.37876C7.12999 7.45892 7.0378 7.499 6.93359 7.499C6.82939 7.499 6.7372 7.45892 6.65704 7.37876L1.05383 1.77555C0.973674 1.69539 0.933594 1.60321 0.933594 1.499Z'/%3E%3C/svg%3E");
  height: 8px;
}
.accordion-body {
  border-radius: 4px;
  border: 1px solid #DFDFDF;
  margin-top: 5px;
}

.jarallax {
  height: 90vh;
}
@media only screen and (min-width: 992px) {
  .jarallax {
    height: 100vh;
  }
}
.jarallax.hvh-50 {
  height: 50vh;
}

.banner {
  position: relative;
}
.banner .figure {
  margin: 0;
}
.banner .figure::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .bcontent {
  position: absolute;
  bottom: 0;
  padding: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .banner .bcontent {
    width: 50%;
    padding: 50px;
  }
}
.banner .bcontent::before, .banner .bcontent::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--theme-color);
}
.banner .bcontent::before {
  top: 72px;
  width: 35px;
  height: 3px;
}
.banner .bcontent::after {
  top: 72px;
  width: 3px;
  height: 100%;
}
.banner .h1 {
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 35px;
  color: var(--theme-color);
  margin: 0 0 20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) {
  .banner .h1 {
    font-size: var(--font-size-36);
    line-height: 46px;
  }
}
.banner .h2 {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) {
  .banner .h2 {
    font-size: 60px;
  }
}

.meta-info span {
  color: #FFF;
}
.meta-author-name {
  color: #FFF;
  text-decoration: none;
  margin: 0 10px;
}
.meta-author-name:hover {
  text-decoration: underline;
}

.section-title {
  position: relative;
  text-align: center;
}
.section-title h2 {
  font-size: var(--font-size-24);
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .section-title h2 {
    font-size: var(--font-size-36);
  }
}
.section-title p {
  font-size: var(--font-size-16);
}
@media only screen and (min-width: 768px) {
  .section-title p {
    font-size: var(--font-size-20);
  }
}
.section-title-border {
  position: relative;
  left: var(--space-12);
  font-size: var(--font-size-24);
  color: var(--mighty-black);
  line-height: 1.1;
  text-align: left;
}
.section-title-border:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  background-color: var(--theme-color);
  width: var(--space-4);
  height: 100%;
}

.numbertitle {
  font-size: 120px;
}

.card {
  overflow: hidden;
  border-color: transparent;
  border-radius: 0;
  height: 100%;
}
.card::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--theme-color);
  transition: width 0.3s ease;
}
.card:hover::after {
  width: 100%;
}
.card-blog::after {
  width: 40%;
  display: none;
}
.card-blog::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  left: 0;
  bottom: 0;
  background: var(--theme-color);
}
.card-blog h5 {
  color: #5A5A5A;
}
.card-blog .readmore {
  position: relative;
  color: #5A5A5A;
}
.card-blog .readmore:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-left: 8px;
  transition: margin 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='%23000000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0377 0.343262L10.6268 1.76078L13.8971 5.01579L0.291992 5.02939L0.294012 7.02939L13.8618 7.01579L10.6466 10.246L12.0642 11.6569L17.7078 5.98689L12.0377 0.343262Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.card-blog .readmore::before {
  content: "";
  width: calc(100% + 15px);
  height: 1px;
  position: absolute;
  left: -15px;
  bottom: -20px;
  background: var(--theme-color);
}
.card-blog:hover .readmore {
  color: var(--theme-color);
}
.card-blog:hover .readmore:after {
  content: "";
  margin-left: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='%23E1251B' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0377 0.343262L10.6268 1.76078L13.8971 5.01579L0.291992 5.02939L0.294012 7.02939L13.8618 7.01579L10.6466 10.246L12.0642 11.6569L17.7078 5.98689L12.0377 0.343262Z'/%3E%3C/svg%3E");
}
.card-img-top {
  transition: var(--transition-four);
}
.card-icon {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  border-radius: 50%;
}
.card-icon svg {
  padding: 5px;
}
.card:hover h3 {
  color: var(--theme-color);
}
.card:hover h3 a {
  color: var(--theme-color);
}
.card:hover img {
  transform: scale(1.2) rotate(0deg);
}
.card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.card-title {
  margin-bottom: 20px;
}
.card-title a {
  text-decoration: none;
  font-size: var(--font-size-22);
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .card-title a {
    font-size: var(--font-size-32);
  }
}

.lineclamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.lineclamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.lineclamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}

.modal-content {
  --bs-modal-border-radius: var(--space-4);
}
.modal-header {
  border: none;
  padding-bottom: 0;
}

.pagination {
  margin-bottom: 0;
}
.pagination .page-item {
  padding: 0;
  margin: 0;
}
.pagination .page-item:before {
  display: none;
}
.pagination .page-link {
  --bs-pagination-color: var(--baby-blue-dark);
  --bs-pagination-active-bg: var(--baby-blue-dark);
  --bs-pagination-active-border-color: var(--baby-blue-dark);
  --bs-pagination-hover-color: var(--baby-blue-dark);
  --bs-pagination-hover-bg: var(--baby-blue-20);
  --bs-pagination-focus-color: var(--baby-blue-dark);
  --bs-pagination-focus-bg: var(--baby-blue-20);
  --bs-pagination-focus-box-shadow: none;
}

.text-bg-primary {
  background-color: var(--baby-blue-dark) !important;
}
.text-bg-secondary {
  background-color: var(--baby-blue-60) !important;
  color: var(--baby-blue-darker) !important;
}
.text-bg-light {
  background-color: #DFDFDF !important;
  color: var(--cool-gray) !important;
}

.form-label {
  font-size: var(--font-size-18);
  color: var(--theme-color);
}
.form-control {
  border-radius: var(--space-xs);
  padding: var(--space-12) var(--space-16);
}
.form-control:focus {
  --bs-body-color: var(--mighty-black);
  border-color: var(--baby-blue-100);
  box-shadow: 0 0 0 0.1rem var(--baby-blue-20);
}
.form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--cool-gray-60);
  opacity: 1; /* Firefox */
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--cool-gray-60);
  opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--cool-gray-60);
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--cool-gray-60);
}
.form-select {
  --bs-border-radius: var(--space-4);
  --bs-border-color: var(--baby-blue-100);
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235CA4AB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-body-color: var(--cool-gray);
  padding: var(--space-12) var(--space-36) var(--space-12) var(--space-16);
}
.form-select:focus {
  box-shadow: none;
  border-color: var(--baby-blue-100);
}

textarea.form-control {
  min-height: 154px;
}

.figure {
  display: block;
  background-color: var(--white-for-dark);
  width: 100%;
}
.figure img {
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .figure img {
  aspect-ratio: 1920/480;
}
@media only screen and (max-width: 991px) {
  .banner .figure img {
    height: 250px;
  }
}
.figure-color {
  position: relative;
}
.figure-color:before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #F5F5F5;
}
.bg-light .figure-color:before {
  background: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .figure-color:before {
    display: none;
  }
}
.figure-color img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.figure-pattern {
  position: relative;
}
.figure-pattern:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/img-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.figure-pattern img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.business svg {
  width: 100%;
}

.testimonial .testi {
  padding: 20px;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  margin-top: -75px;
}
@media only screen and (min-width: 992px) {
  .testimonial .testi {
    font-size: 24px;
    line-height: 40px;
  }
}
.testimonial .testi h4,
.testimonial .testi h5 {
  font-style: normal;
  color: #000000;
}
.testimonial .testi h4 {
  font-weight: 700;
}

@keyframes networkFloat {
  0% {
    transform: translate(-25%, -25%) rotate(0deg);
  }
  100% {
    transform: translate(-25%, -25%) rotate(360deg);
  }
}
.noraai {
  background: #f9f0fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px;
  padding-bottom: 80px;
  margin: 0 auto;
  position: relative;
  color: #5a5a5a;
}

.mic-container {
  width: 300px;
  height: 300px;
  color: #494fbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #1d1d1b;
  position: relative;
  transition: all 0.3s ease;
}

.mic-container.active {
  border: 10px solid #494fbb;
  animation: pulse 2s infinite;
}

.mic-container.muted {
  border: 10px solid #1d1d1b;
}

.chatopen {
  justify-content: flex-end;
}

.mic-container.hidden,
.chatopen .mic-container {
  display: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(73, 79, 187, 0.7);
  }
  70% {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(73, 79, 187, 0);
  }
  100% {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(73, 79, 187, 0);
  }
}
.mic-icon {
  width: 264px;
  height: 264px;
  fill: #1d1d1b;
  transition: fill 0.3s ease;
}

.controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  justify-content: center;
}

.transcript-container {
  width: 100%;
  overflow-y: auto;
  display: none;
}

.transcript-container.visible {
  display: block;
}

.message {
  margin-bottom: 20px;
  line-height: 1.6;
  position: relative;
}

.message:last-child {
  margin-bottom: 0;
}

.message-label {
  font-weight: 600;
  font-size: 14px;
  color: #494fbb;
  margin-bottom: 8px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.message.user .message-label {
  color: #5a5a5a;
  text-align: right;
}

.message.bot .message-label {
  color: #494fbb;
  text-align: left;
}

.message-content {
  padding: 14px 28px;
  color: #1d1d1b;
}

.message.user .message-content {
  background: #d9d9d9;
  text-align: left;
}

.message.bot .message-content {
  background: #ffffff;
  text-align: left;
}

.message.current .message-content {
  background: #fff3cd;
  border-color: #494fbb;
  border-left: 4px solid #494fbb;
  font-style: italic;
}

.status-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  /* border-radius: 50%; */
  background: #dddddd;
  margin-right: 8px;
  transition: background 0.3s ease;
}

.status-indicator.active {
  background: #494fbb;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0.3;
  }
}
.connection-status {
  font-size: 13px;
  color: #5a5a5a;
  margin-top: 15px;
}

/* Custom scrollbar */
.transcript-container::-webkit-scrollbar {
  width: 6px;
}

.transcript-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.transcript-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.transcript-container::-webkit-scrollbar-thumb:hover {
  background: rgba(73, 79, 187, 0.7);
}

/* Chat composer for manual typing in chat mode */
.chat-composer {
  display: none;
  position: sticky;
  bottom: 0;
  background: #f9f0fa;
  padding: 10px 0;
  border-top: 1px solid #dddddd;
  gap: 10px;
  align-items: center;
}

.chat-composer.visible {
  display: flex;
}

#chatInput {
  flex: 1;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  outline: none;
  background: #ffffff;
}

#chatInput:focus {
  border-color: #494fbb;
  box-shadow: 0 0 0 3px rgba(73, 79, 187, 0.1);
}

@media (max-width: 768px) {
  .mic-container {
    width: 120px;
    height: 120px;
  }
  .mic-container.active {
    border: 5px solid #494fbb;
    animation: pulse 2s infinite;
  }
  .mic-container.muted {
    border: 5px solid #1d1d1b;
  }
  .mic-icon {
    width: 40px;
    height: 40px;
  }
  .message.user .message-content {
    margin-left: 20px;
  }
  .message.bot .message-content {
    margin-right: 20px;
  }
  .transcript-container {
    padding: 20px 20px 0 20px;
  }
  .chat-composer {
    padding: 10px 0 0 0;
  }
}
.footer {
  padding-top: 60px;
  position: relative;
  background-color: #1D1D1B;
  font-size: var(--font-size-16);
  color: #ffffff;
  overflow: hidden;
}
.footer-title {
  font-size: var(--font-size-24);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
}
.footer-bottom {
  border-top: 1px #5A5A5A solid;
  padding: var(--space-20) 0;
}
.footer ul {
  list-style: none;
}
.footer ul li a {
  color: #F5F5F5;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}
.footer ul li a:hover {
  color: var(--theme-color);
}

body {
  font-family: "Inter", sans-serif;
  font-size: var(--font-size-base);
  color: var(--cool-gray);
  line-height: 28px;
  font-weight: 400;
}

b,
strong {
  font-weight: 600;
}

ul.list1 {
  text-align: left;
  padding: 0;
}
ul.list1 li {
  list-style: none;
  margin-bottom: var(--space-10);
}
ul.list1 li:before {
  content: "";
  display: inline-block;
  background: var(--theme-color);
  width: 10px;
  height: 10px;
  margin-right: var(--space-12);
}

ul {
  text-align: left;
  padding: 0;
}
.content ul li, .faq ul li {
  list-style: none;
  margin-bottom: var(--space-10);
}
.content ul li:before, .faq ul li:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' width='15' height='15' %3E%3Cpath fill='%23EC008C' d='M14.743 8.265c-.532-1.637-2.567-1.49-4.637-1.095 2.75-1.027 3.798-2.429 3.911-3.91.106-1.393-1.618-2.287-3.154-2.287-1.722 0-2.212 1.981-2.476 4.072C8.261 2.113 7.251.682 5.88.117 4.585-.414 3.203.95 2.729 2.41c-.533 1.638 1.2 2.716 3.106 3.613-2.827-.786-4.5-.268-5.461.863-.905 1.065-.035 2.802 1.207 3.705 1.393 1.012 2.954-.303 4.396-1.839-1.62 2.446-1.645 4.197-.867 5.46.734 1.191 2.654.9 3.897-.002 1.393-1.013.625-2.902-.39-4.75 1.825 2.298 3.483 2.862 4.925 2.512 1.359-.33 1.676-2.246 1.201-3.707Zm-6.958-.148c-.578 0-1.046-.37-1.046-.827 0-.457.468-.827 1.046-.827.577 0 1.045.37 1.045.827 0 .457-.468.827-1.045.827Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-right: var(--space-12);
  margin-bottom: 1px;
  vertical-align: text-bottom;
}

ol {
  text-align: left;
  padding-left: var(--space-18);
}
ol li {
  padding-left: var(--space-8);
  margin-bottom: var(--space-10);
}
ol li::marker {
  color: var(--theme-color);
  font-weight: 700;
}

a {
  color: var(--link-color);
  transition: var(--transition-base);
}
a:hover {
  --link-color: var(--link-hover);
}
a:active {
  --link-color: var(--link-active);
}

.container-md {
  --bs-gutter-x: 2rem;
}

.icon-link {
  --link-color: var(--mighty-black);
  text-decoration: none;
}

.content {
  text-align: justify;
}
.content:after {
  content: "";
  display: block;
  clear: both;
}
.content h3 {
  font-size: var(--font-size-32);
  color: var(--mighty-black);
  font-weight: 500;
}
.content h3 a {
  color: var(--mighty-black);
  text-decoration: none;
}
.content h3 a:hover {
  color: var(--theme-color);
}
.content p:first-of-type:first-child::first-letter {
  font-size: var(--font-size-48);
  color: var(--theme-color);
  line-height: 26px;
}

.color-orange {
  color: var(--secondary-color);
}
.color-red {
  color: var(--theme-color);
}
.color-light-black {
  color: var(--light-black);
}
.color-theme {
  color: var(--theme-color);
}
.color-mighty-black {
  color: var(--mighty-black);
}
.color-light {
  color: #f5f5f5;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.badge {
  --bs-badge-padding-x: var(--space-8);
  --bs-badge-padding-y: var(--space-6);
  --bs-badge-font-size: var(--font-size-14);
  --bs-badge-font-weight: 400;
  --bs-badge-border-radius: var(--space-4);
  min-width: 170px;
}

.quote {
  position: relative;
}
.quote:after {
  content: "”";
  position: absolute;
  right: var(--space-10);
  bottom: 0;
  font-size: 130px;
  color: var(--theme-color);
  line-height: 94px;
  font-weight: 700;
  height: var(--space-40);
}/*# sourceMappingURL=style.css.map */