:root {
  --background: #fff5eb;
  --background-900: #f9e6d4;
  --background-800: #f4d1ae;
  --background-700: #eebb86;
  --background-600: #e5993b;
  --background-dark: #1e0e00;
  --background-dark-900: #2f1900;
  --background-dark-800: #4b2a00;
  --background-dark-700: #663b00;
  --background-dark-600: #824c00;
  --dominant-color: #ff9636;
  --dominant-dark-color: #54241e;
  --dominant-darken-color: #c66700;
  --dominant-light-color: #e0d3be;
  --dominant-lighten-color: #ffc766;
  --primary-color: #4b8378;
  --primary-dark-color: #003f34;
  --primary-darken-color: #1c564c;
  --primary-light-color: #d4f1ea;
  --primary-lighten-color: #7ab3a7;
  --secondary-color: #3f6c85;
  --secondary-dark-color: #003852;
  --secondary-darken-color: #094158;
  --secondary-light-color: #d1eef6;
  --secondary-lighten-color: #6e9ab5;
  --success-color: #20ac6b;
  --success-dark-color: #1e421f;
  --success-darken-color: #007c3f;
  --success-light-color: #d2eadb;
  --success-lighten-color: #60df9a;
  --danger-color: #ae1e2c;
  --danger-dark-color: #5b2a24;
  --danger-darken-color: #770003;
  --danger-light-color: #e0c4c2;
  --danger-lighten-color: #e65555;
  --warning-color: #cc9900;
  --warning-dark-color: #50280a;
  --warning-darken-color: #966b00;
  --warning-light-color: #e9e3cb;
  --warning-lighten-color: #ffc945;
  --info-color: #0aa3c2;
  --info-dark-color: #023e59;
  --info-darken-color: #007492;
  --info-light-color: #cfeded;
  --info-lighten-color: #5ed4f5;
  --background-text: #000000;
  --background-900-text: #000000;
  --background-800-text: #000000;
  --background-700-text: #000000;
  --background-600-text: #000000;
  --background-dark-text: #ffffff;
  --background-dark-900-text: #ffffff;
  --background-dark-800-text: #ffffff;
  --background-dark-700-text: #ffffff;
  --background-dark-600-text: #ffffff;
  --dominant-text: #000000;
  --dominant-dark-text: #ffffff;
  --dominant-darken-text: #ffffff;
  --dominant-light-text: #000000;
  --dominant-lighten-text: #000000;
  --primary-text: #ffffff;
  --primary-dark-text: #ffffff;
  --primary-darken-text: #ffffff;
  --primary-light-text: #000000;
  --primary-lighten-text: #000000;
  --secondary-text: #ffffff;
  --secondary-dark-text: #ffffff;
  --secondary-darken-text: #ffffff;
  --secondary-light-text: #000000;
  --secondary-lighten-text: #000000;
  --success-text: #ffffff;
  --success-dark-text: #ffffff;
  --success-darken-text: #ffffff;
  --success-light-text: #000000;
  --success-lighten-text: #000000;
  --danger-text: #ffffff;
  --danger-dark-text: #ffffff;
  --danger-darken-text: #ffffff;
  --danger-light-text: #000000;
  --danger-lighten-text: #ffffff;
  --warning-text: #000000;
  --warning-dark-text: #ffffff;
  --warning-darken-text: #ffffff;
  --warning-light-text: #000000;
  --warning-lighten-text: #000000;
  --info-text: #ffffff;
  --info-dark-text: #ffffff;
  --info-darken-text: #ffffff;
  --info-light-text: #000000;
  --info-lighten-text: #000000;
  --display1-font: "Source Serif 4", sans-serif;
  --display2-font: "Source Serif 4", sans-serif;
  --display4-font: "Source Serif 4", sans-serif;
  --display5-font: "Source Serif 4", sans-serif;
  --display7-font: "Source Serif 4", sans-serif;
}

.cid-uZGLItmbPd {
  z-index: 1000;
  width: 100%;
  position: relative;
}

.cid-uZGLItmbPd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

@media (max-width: 767px) {
  .cid-uZGLItmbPd .navbar-toggler {
    transform: scale(0.8);
  }
}

.cid-uZGLItmbPd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-uZGLItmbPd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}

.cid-uZGLItmbPd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-uZGLItmbPd .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-uZGLItmbPd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}

.cid-uZGLItmbPd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}

.cid-uZGLItmbPd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}

.cid-uZGLItmbPd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}

.cid-uZGLItmbPd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .cid-uZGLItmbPd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}

.cid-uZGLItmbPd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}

.cid-uZGLItmbPd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}

@media (min-width: 992px) {
  .cid-uZGLItmbPd .navbar-nav {
    padding-left: 1.5rem;
  }
}

.cid-uZGLItmbPd .nav-link {
  width: fit-content;
  position: relative;
}

.cid-uZGLItmbPd .navbar-logo {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .cid-uZGLItmbPd .navbar-logo {
    padding-left: 0;
  }
}

.cid-uZGLItmbPd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}

@media (max-width: 767px) {
  .cid-uZGLItmbPd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}

.cid-uZGLItmbPd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}

.cid-uZGLItmbPd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}

@media (max-width: 992px) {
  .cid-uZGLItmbPd .container {
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-uZGLItmbPd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}

.cid-uZGLItmbPd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}

.cid-uZGLItmbPd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}

.cid-uZGLItmbPd .nav-item:focus,
.cid-uZGLItmbPd .nav-link:focus {
  outline: none;
}

.cid-uZGLItmbPd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-uZGLItmbPd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uZGLItmbPd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-uZGLItmbPd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-uZGLItmbPd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-uZGLItmbPd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-uZGLItmbPd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.cid-uZGLItmbPd .navbar.opened {
  transition: all 0.3s;
}

.cid-uZGLItmbPd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-uZGLItmbPd .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}

.cid-uZGLItmbPd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}

.cid-uZGLItmbPd .navbar.collapsed {
  justify-content: center;
}

.cid-uZGLItmbPd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-uZGLItmbPd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-uZGLItmbPd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}

.cid-uZGLItmbPd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-uZGLItmbPd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-uZGLItmbPd
  .navbar.collapsed
  .dropdown-menu
  .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-uZGLItmbPd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-uZGLItmbPd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-uZGLItmbPd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .cid-uZGLItmbPd .navbar {
    min-height: 72px;
  }

  .cid-uZGLItmbPd .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}

@media (max-width: 991px) {
  .cid-uZGLItmbPd .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-uZGLItmbPd .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-uZGLItmbPd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-uZGLItmbPd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-uZGLItmbPd
    .navbar
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-uZGLItmbPd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-uZGLItmbPd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }

  .cid-uZGLItmbPd .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-uZGLItmbPd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-uZGLItmbPd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}

.cid-uZGLItmbPd .dropdown-item.active,
.cid-uZGLItmbPd .dropdown-item:active {
  background-color: transparent;
}

.cid-uZGLItmbPd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-uZGLItmbPd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-uZGLItmbPd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-uZGLItmbPd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-uZGLItmbPd
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}

.cid-uZGLItmbPd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}

.cid-uZGLItmbPd ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-uZGLItmbPd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}

@media (max-width: 992px) {
  .cid-uZGLItmbPd .navbar-buttons {
    text-align: left;
  }
}

.cid-uZGLItmbPd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-uZGLItmbPd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-uZGLItmbPd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-uZGLItmbPd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-uZGLItmbPd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-uZGLItmbPd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-uZGLItmbPd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-uZGLItmbPd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-uZGLItmbPd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-uZGLItmbPd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-uZGLItmbPd .navbar-dropdown {
  padding: 0 1rem;
}

.cid-uZGLItmbPd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-uZGLItmbPd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media (max-width: 992px) {
  .cid-uZGLItmbPd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZGLItmbPd .navbar {
    height: 70px;
  }

  .cid-uZGLItmbPd .navbar.opened {
    height: auto;
  }

  .cid-uZGLItmbPd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-uZGLItmbPd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}

.cid-uZGLItmbPd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}

.cid-uZGLItmbPd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}

.cid-uZGLItmbPd
  .navbar
  .dropdown
  > .dropdown-menu
  .dropdown
  .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}

.cid-uZGLItmbPd
  .navbar
  .dropdown
  > .dropdown-menu
  .dropdown.open
  .dropdown-item::after {
  transform: rotate(0deg);
}

.cid-uZGLItmbPd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}

.cid-uZGLItmbPd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}

@media (max-width: 991px) {
  .cid-uZGLItmbPd .navbar-brand {
    margin-right: auto;
  }

  .cid-uZGLItmbPd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }

  .cid-uZGLItmbPd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }

  .cid-uZGLItmbPd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }

  .cid-uZGLItmbPd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }

  .cid-uZGLItmbPd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }

  .cid-uZGLItmbPd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }

  .cid-uZGLItmbPd
    .navbar
    .dropdown
    > .dropdown-menu
    .dropdown
    .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }

  .cid-uZGLItmbPd
    .navbar
    .dropdown
    > .dropdown-menu
    .dropdown.open
    .dropdown-item::after {
    transform: rotate(180deg);
  }

  .cid-uZGLItmbPd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }

  .cid-uZGLItmbPd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .cid-uZGLItmbPd .navbar-collapse {
    padding: 1rem;
  }
}

.cid-uZGLItmTd0 {
  display: flex;
}

@media (min-width: 768px) {
  .cid-uZGLItmTd0 {
    align-items: flex-end;
  }

  .cid-uZGLItmTd0 .row {
    justify-content: flex-start;
  }

  .cid-uZGLItmTd0 .content-wrap {
    padding: 1rem 3rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZGLItmTd0 .content-wrap {
    min-width: 50%;
  }
}

@media (max-width: 767px) {
  .cid-uZGLItmTd0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }

  .cid-uZGLItmTd0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .cid-uZGLItmTd0 .content-wrap {
    width: 100%;
  }
}

.cid-uZGLItmTd0 .mbr-fallback-image.disabled {
  display: none;
}

.cid-uZGLItmTd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #000000;
}

.cid-uZGLItmTd0 .mbr-section-title,
.cid-uZGLItmTd0 .mbr-section-subtitle {
  text-align: left;
  color: var(--dominant-color, #ffc091);
}

.cid-uZGLItmTd0 .mbr-text,
.cid-uZGLItmTd0 .mbr-section-btn {
  text-align: left;
}

.cid-uZGLItmuYy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-uZGLItmuYy .item-subtitle {
  line-height: 1.2;
  color: #000000;
}

.cid-uZGLItmuYy img,
.cid-uZGLItmuYy .item-img {
  width: 100%;
}

.cid-uZGLItmuYy .item:focus,
.cid-uZGLItmuYy span:focus {
  outline: none;
}

.cid-uZGLItmuYy .item {
  margin-bottom: 2rem;
}

@media (max-width: 575px) {
  .cid-uZGLItmuYy .item {
    margin-bottom: 1rem;
  }
}

.cid-uZGLItmuYy .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.cid-uZGLItmuYy .mbr-section-title {
  color: #000000;
}

.cid-uZGLItmuYy .mbr-text,
.cid-uZGLItmuYy .mbr-section-btn {
  color: #000000;
}

.cid-uZGLItmuYy .item-title {
  color: #000000;
  text-align: center;
}

.cid-uZGLItmuYy .content-head {
  max-width: 800px;
}

.cid-uZGLItmuYy img {
  filter: grayscale(1);
}
.cid-uZGLItmP7N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../images/tata-bg.webp");
}

.cid-uZGLItmP7N .mbr-fallback-image.disabled {
  display: none;
}

.cid-uZGLItmP7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uZGLItmP7N .card-wrapper {
  background: var(--dominant-color, #333333);
  border-radius: 4px;
}

@media (max-width: 767px) {
  .cid-uZGLItmP7N .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZGLItmP7N .card-wrapper {
    padding: 2.25rem;
  }
}

@media (min-width: 992px) {
  .cid-uZGLItmP7N .card-wrapper {
    padding: 4rem;
  }
}

.cid-uZGLItmP7N .mbr-text,
.cid-uZGLItmP7N .mbr-section-btn {
  text-align: center;
}

.cid-uZGLItmP7N .card-title {
  text-align: center;
  color: var(--dominant-text, #ffd7ef);
}
.cid-uZGLItmW5m {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.cid-uZGLItmW5m .mbr-fallback-image.disabled {
  display: none;
}

.cid-uZGLItmW5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uZGLItmW5m .title .num {
  width: 100%;
  display: block;
}

.cid-uZGLItmW5m .title .card-title {
  z-index: 1;
}

.cid-uZGLItmW5m .num {
  color: var(--primary-color, #9fe870);
  text-align: center;
}

.cid-uZGLItmW5m .item-mb {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .cid-uZGLItmW5m * {
    text-align: center !important;
  }

  .cid-uZGLItmW5m .content-column {
    margin-bottom: 2rem;
  }
}

.cid-uZGLItmW5m .content-head {
  max-width: 800px;
}

.cid-uZGLItmW5m .card-text {
  text-align: center;
}

.cid-uZGLItmW5m .card-title,
.cid-uZGLItmW5m .card-img {
  text-align: center;
}
.cid-uZGLItmKlr .mbr-fallback-image.disabled {
  display: none;
}

.cid-uZGLItmKlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #000000;
}
.cid-uZGLItmuhL {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}

.cid-uZGLItmuhL .item:focus,
.cid-uZGLItmuhL span:focus {
  outline: none;
}

.cid-uZGLItmuhL .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.cid-uZGLItmuhL .content-head {
  max-width: 800px;
}

.cid-uZGLItmuhL .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .cid-uZGLItmuhL .item {
    min-height: 45px;
  }
}

.cid-uZGLItnm5Q {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../images/fold.jpg");

  @media (max-width: 767px) {
    padding-bottom: 4rem;
  }
}

.cid-uZGLItnm5Q .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}

.cid-uZGLItnm5Q .mbr-fallback-image.disabled {
  display: none;
}

.cid-uZGLItnm5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uZGLItnm5Q .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}

@media (max-width: 767px) {
  .cid-uZGLItnm5Q .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZGLItnm5Q .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}

.cid-uZGLItnm5Q .card-title,
.cid-uZGLItnm5Q .iconfont-wrapper {
  color: #000000;
}

.cid-uZGLItnm5Q .content-head {
  max-width: 800px;
}

.cid-uZGLItnm5Q .mbr-section-title {
  color: #000000;
}

.cid-uZGLItnm5Q .mbr-section-subtitle {
  color: #000000;
}

.cid-uZGLItnm5Q .card-text {
  color: #000000;
}

.cid-uZGLItnm5Q .item-mb {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .cid-uZGLItnm5Q .item-mb {
    margin-bottom: 1rem;
  }
}

.cid-uZGLItnam9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}

.cid-uZGLItnam9 .mbr-text {
  color: #000000;
}

.cid-uZGLItnam9 .mbr-section-subtitle {
  color: #000000;
}

.cid-uZGLItnam9 .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-uZGLItnam9 .mbr-text,
.cid-uZGLItnam9 .item .mbr-section-btn {
  text-align: left;
}

.cid-uZGLItnam9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZGLItnam9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-uZGLItnam9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZGLItnOXh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}

.cid-uZGLItnOXh .item-subtitle {
  line-height: 1.2;
  color: #000000;
}

.cid-uZGLItnOXh img,
.cid-uZGLItnOXh .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}

.cid-uZGLItnOXh .item:focus,
.cid-uZGLItnOXh span:focus {
  outline: none;
}

.cid-uZGLItnOXh .item {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .cid-uZGLItnOXh .item {
    margin-bottom: 1rem;
  }
}

.cid-uZGLItnOXh .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.cid-uZGLItnOXh .mbr-section-title {
  color: #232323;
}

.cid-uZGLItnOXh .mbr-text,
.cid-uZGLItnOXh .mbr-section-btn {
  color: #232323;
}

.cid-uZGLItnOXh .item-title {
  color: #232323;
}

.cid-uZGLItnOXh .content-head {
  max-width: 800px;
}

.cid-uZGLItnEAx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-uZGLItnEAx .mbr-fallback-image.disabled {
  display: none;
}

.cid-uZGLItnEAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uZGLItnEAx .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}

.cid-uZGLItnEAx .bg-facebook:hover {
  background: #0b60cb;
}

.cid-uZGLItnEAx .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}

.cid-uZGLItnEAx .bg-twitter:hover {
  background: #0c85d0;
}

.cid-uZGLItnEAx .bg-instagram {
  background: #f00075;
  color: #ffffff;
}

.cid-uZGLItnEAx .bg-instagram:hover {
  background: #bd005c;
}

.cid-uZGLItnEAx .bg-tiktok {
  background: #000000;
  color: #ffffff;
}

.cid-uZGLItnEAx .bg-tiktok:hover {
  background: #000000;
}

.cid-uZGLItnEAx .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.cid-uZGLItnEAx [class^="socicon-"]:before,
.cid-uZGLItnEAx [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uZGLItnP03 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}

.cid-uZGLItnP03 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}

.cid-uZGLItnP03 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}

.cid-uZGLItnP03 form .mbr-section-btn .btn {
  display: inline-flex;
}

@media (max-width: 991px) {
  .cid-uZGLItnP03 form .mbr-section-btn .btn {
    width: 100%;
  }
}

.cid-uZGLItnP03 .content-head {
  max-width: 800px;
}
.cid-uZGLItoYsd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}

.cid-uZGLItoYsd .mbr-fallback-image.disabled {
  display: none;
}

.cid-uZGLItoYsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uZGLItoYsd .row {
  justify-content: center;
}

.cid-uZGLItoYsd .item {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .cid-uZGLItoYsd .item {
    margin-bottom: 1rem;
  }
}

.cid-uZGLItoYsd .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZGLItoYsd .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .cid-uZGLItoYsd .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}

.cid-uZGLItoYsd .content-head {
  max-width: 800px;
}
.cid-uZGLItoKx7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  background-color: #000000 !important;
}

.cid-uZGLItoKx7 .mbr-fallback-image.disabled {
  display: none;
}

.cid-uZGLItoKx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uZGLItoKx7 .copyright {
  color: #ffffff;
  text-align: left;
}

.cid-uZGLItoKx7 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  .cid-uZGLItoKx7 .row {
    flex-direction: column-reverse !important;
  }

  .cid-uZGLItoKx7 .row .copyright {
    margin: 1rem 0 0 0;
  }
}

.cid-uZGLItoKx7 .row-links {
  width: 100%;
  justify-content: center;
}

.cid-uZGLItoKx7 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .cid-uZGLItoKx7 .row-links .row-links-soc {
    justify-content: center;
  }
}

.cid-uZGLItoKx7 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}

@media (max-width: 767px) {
  .cid-uZGLItoKx7 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}

.cid-uZGLItoKx7 .row-links .row-links-soc li p {
  margin: 0;
}

@media (max-width: 991px) {
  .cid-uZGLItoKx7 .copyright {
    text-align: center;
  }
}

/* our brand section start */
.brands-section {
  text-align: center;
  padding: 60px 0;
  background: transparent;
}

.brands-section h2 {
  font-weight: 700;
  font-size: 2.2rem;
}

.brands-section p {
  margin-bottom: 40px;
}

.brand-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.brand-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.brand-card img {
  max-width: 190px;
  margin-bottom: 0;
  height: 150px;
  transition: transform 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.brand-card:hover img {
  transform: scale(1.1);
}

.brand-card h5 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: start;
  color: #000;
}
.brand-card p {
  text-align: start;
}

.brand-card ul {
  text-align: left;
  margin-top: 15px;
  padding-left: 20px;
  color: #555;
  margin-bottom: 0px;
  font-size: 22px;
}

.brand-card ul li {
  margin-bottom: 6px;
}
/* our brand section end */

/* Contact us section start */
.contact-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 80px 10%;
  gap: 40px;
  background: transparent;
  /* background: linear-gradient(135deg, #b22222, #8b0000); */
}

.contact-left {
  flex: 1 1 45%;
}

.contact-left h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-left h2 span {
  color: #209bd7;
  font-weight: 600;
}

.contact-left p {
  color: #000;
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 22px;
}

.contact-info {
  margin-top: 20px;
}

.contact-info div {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 22px;
}

.contact-info i {
  color: #0f4879;
}

.contact-right {
  flex: 1 1 45%;
  background: rgba(255, 255, 255, 1);
  padding: 30px;
  border-radius: 10px;
}

.contact-right input,
.contact-right textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #0f4879;
  border-radius: 5px;
  background: rgb(243 250 255);
  color: #000000;
  font-size: 16px;
  outline: none;
  transition: background 0.3s;
}

.contact-right input:focus,
.contact-right textarea:focus {
  background: rgba(255, 255, 255, 0.3);
}

.contact-right label {
  font-size: 18px;
  color: #000;
  display: block;
  margin-bottom: 8px;
}

.contact-right button {
  width: 100%;
  padding: 14px;
  background: #094f81;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-right button:hover {
  background: #1b679c;
  transform: scale(1.03);
}

/* about tata motors content start */
.about-content {
  margin-bottom: 60px;
}
.about-content p {
  /* max-width: 80%; */
  margin: auto;
  font-size: 20px;
}
/* about tata motors content end*/

.hero-title {
  font-size: 55px;
}

@media (max-width: 1280px) {
  .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .contact-section {
    flex-direction: column;
    text-align: center;
  }

  .contact-left,
  .contact-right {
    flex: 1 1 100%;
  }

  .contact-left h2 {
    font-size: 32px;
  }

  .contact-right {
    margin-top: 30px;
  }
    .hero-title {
    font-size: 34px;
  }
}

@media (max-width: 768px){
    .hero-title {
    font-size: 30px;
  }
}
/* Contact us section end */

.card-title {
  font-size: 56px;
}
.card-wrapper .btn {
  font-size: 20px;
  padding: 15px 25px;
}
.cid-uZGLItmW5m .item-wrapper h4 {
  font-size: 28px;
}
.cid-uZGLItnm5Q .features-without-image .card-title {
  font-size: 28px;
}
.cid-uZGLItnOXh .features-image .item-subtitle {
  font-size: 28px;
}
.cid-uZGLItnOXh .features-image a.btn {
  font-size: 18px;
  padding: 15px 25px;
}
.video-wrapper {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
}
.video-wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* services section start */
.services-section {
  text-align: center;
  padding: 80px 30px;
  background: transparent;
}

/* .services-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
} */

.services-section p.subtitle {
  color: #666;
  margin-bottom: 50px;
  font-size: 1rem;
}

.service-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 30px 25px;
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  background: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.service-icon {
  background-color: #0f4979;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.service-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.service-card ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  color: #555;
}

.service-card ul li {
  margin-bottom: 5px;
}

/* Premium Pack Box */
.premium-box {
  background-color: #d84a05;
  color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.premium-box h5 {
  font-weight: 700;
  margin-bottom: 5px;
}

.premium-box p {
  margin: 0;
  font-size: 0.95rem;
}

.premium-box .btn {
  background: #fff;
  color: #094158;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 8px 20px;
  transition: 0.3s;
}

.premium-box .btn:hover {
  background: #f0f0f0;
}

@media (max-width: 768px) {
  .premium-box {
    flex-direction: column;
    text-align: center;
  }
  .premium-box .btn {
    margin-top: 15px;
  }
}
/* services section end */

/* location section start */
.about-section {
  padding: 80px 20px;
  background: #fff;
}

.about-section h2 {
  font-weight: 700;
  color: #0a0a23;
  margin-bottom: 20px;
}

.about-section p {
  margin-bottom: 20px;
}

.info-box {
  background: #f8fafc;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

.info-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
  font-size: 20px;
}

.info-box li::before {
  content: "• ";
  color: #007bff;
  font-weight: bold;
}

.map-img {
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .about-section {
    text-align: center;
  }
  .info-box {
    text-align: left;
  }
}
/* location section end */

/* back to top car */
.backtotop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  transition: transform 0s ease;
}

#backToTop {
  display: none;
}

#backToTop.show {
  display: block;
}

.backtotop img {
  width: 70px;
  height: auto;
  object-fit: contain;
  transition: opacity 0s ease;
}

.backtotop img.animate__animated.animate__delay-1s {
  animation-delay: 0s !important;
}

.backtotop img.animate__fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.lighton {
  display: none;
}

.backtotop:hover .lightoff {
  display: none;
}

.backtotop:hover .lighton {
  display: block;
}
/* back to top car end  */
@media (max-width: 600px) {
  .brand-card h5 {
    font-size: 24px;
  }
  .services-section {
    padding: 40px 15px;
  }
  .brand-card p {
    text-align: start;
    margin-bottom: 16px;
    font-size: 18px;
  }
  .brand-card ul {
    font-size: 18px;
  }
  .card-title {
    font-size: 32px;
  }

  .cid-uZGLItmuhL {
    padding-top: 0rem;
    padding-bottom: 3rem;
  }
  .cid-uZGLItmW5m .item-wrapper h4 {
    font-size: 24px;
  }
  .cid-uZGLItnm5Q .features-without-image .card-title {
    font-size: 24px;
  }
  .cid-uZGLItnOXh {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .cid-uZGLItnOXh .features-image .item-subtitle {
    font-size: 24px;
  }
  .contact-left h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .contact-left p {
    font-size: 18px;
  }
  .contact-info div {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
  }
  .contact-right {
    margin-top: 0px;
  }
  .contact-section {
    padding: 40px 15px;
  }
  .contact-right label {
    text-align: start;
  }
  .cid-uZGLItoKx7 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .cid-uZGLItoKx7 .row-links {
    margin-bottom: 0px !important;
  }
  .about-section {
    padding: 40px 0px;
    background: #fff;
  }
  .backtotop {
    position: fixed;
    bottom: 20px;
    right: 5px;
  }
  .backtotop img {
    width: 40px;
  }
  .brand-card img {
    height: 100px;
  }
}
