.home-branch {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  background: #1c1a19;
  padding: 7.06rem 0 7.12rem 0;
  position: relative;
  overflow: hidden;
}
.home-branch-mouse {
  width: 15.75rem;
  height: 15.75rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: transform, width, height 0.15s ease;
  will-change: transform;
  color: #383838;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.1875rem;
  padding: 0.75rem 2.94rem;
  z-index: 99;
}
.home-branch-mouse::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ff6513;
  z-index: -1;
  transition: all 0.15s ease;
}
.home-branch-mouse::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  z-index: -1;
  transition: all 0.15s ease;
}
.home-branch-mouse.min {
  font-size: 0;
  background: transparent;
}
.home-branch-mouse.min::before {
  width: 1.5rem;
  height: 1.5rem;
}
.home-branch-mouse.min::after {
  width: 0;
  height: 0;
}
.home-branch-head {
  padding: 0 6.87rem 4.56rem 6.87rem;
  border-bottom: 0.0625rem solid #2e2e2e;
  position: relative;
}
@media (min-width: 992px) {
  .home-branch-head {
    border-bottom-color: transparent;
  }
}
.home-branch-head .home-branch-lottie {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 2000/350;
  transform: translateY(22.4%);
  pointer-events: none;
}
@media (max-width: 991px) {
  .home-branch-head .home-branch-lottie {
    display: none;
  }
}
.home-branch-head h2 {
  color: #fff;
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 4.375rem;
  margin: 0;
}
.home-branch-head h2 span {
  color: #b0b0b0;
  display: block;
}
.home-branch-body {
  padding: 8.5rem 6.88rem 0 6.88rem;
  display: flex;
  flex-direction: column;
}
.home-branch-body .craw-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.75rem;
}
.home-branch-body .craw-list a {
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.home-branch-body .craw-list a::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjc1MjggMTAuNDc3NkMxMi43NTI1IDExLjg1NzkgMTEuNjMzNSAxMi45Nzc0IDEwLjI1MyAxMi45NzczTC0xLjk0NjYyZS0wNSAxMi45NzU5TC0xLjkzODE5ZS0wNSAxMS45NzZMMTAuMjUyMyAxMS45NzY3QzExLjA4MDcgMTEuOTc2NyAxMS43NTIyIDExLjMwNTIgMTEuNzUyMiAxMC40NzY5TDExLjc1MjIgMC4wMDAxMTY4NzhMMTIuNzUyMSAwLjAwMDExNjk2M0wxMi43NTI4IDEwLjQ3NzZaTTE1LjM3OTYgMTMuMDA2M0MxNS4xMDM1IDEzLjAwNjMgMTQuODc5NyAxMi43ODI0IDE0Ljg3OTYgMTIuNTA2NEMxNC44Nzk5IDEyLjIzMDQgMTUuMTAzNSAxMi4wMDY0IDE1LjM3OTYgMTIuMDA2NEwyNC4yODMzIDEyLjAwNzhMMjQuMjgzMyAxMy4wMDc3TDE1LjM3OTYgMTMuMDA2M1pNMTIuMDQ3NyAyNC4yODM0TDEyLjA0NjMgMTUuMzc5N0MxMi4wNDY1IDE1LjEwMzggMTIuMjcwNSAxNC44OCAxMi41NDYzIDE0Ljg3OTdDMTIuODIyMyAxNC44Nzk4IDEzLjA0NiAxNS4xMDM4IDEzLjA0NjIgMTUuMzc5N0wxMy4wNDc2IDI0LjI4MzRMMTIuMDQ3NyAyNC4yODM0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  background-size: 1.437rem;
  background-position: center;
  background-repeat: no-repeat;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  background-color: #393939;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.home-branch-body .craw-list a:hover::before {
  transform: rotate(180deg);
  background-color: #ff6513;
}
.home-branch-body-desc {
  margin-left: auto;
  max-width: 38rem;
  margin-top: 7.12rem;
  color: #b0b0b0;
  text-align: right;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
.home-branch-body-desc p:last-child {
  margin: 0;
}

@media (hover: hover) and (pointer: fine) {
  .home-branch,
  .home-branch * {
    cursor: none;
  }
  .home-branch.is-mouse-active .home-branch-mouse {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .home-branch {
    padding: 3rem 0;
    cursor: auto;
  }
  .home-branch * {
    cursor: auto;
  }
  .home-branch a {
    cursor: pointer;
  }
  .home-branch-mouse {
    display: none;
  }
  .home-branch-head {
    padding: 0 1.25rem 2rem;
  }
  .home-branch-head::after {
    display: none;
  }
  .home-branch-head h2 {
    font-size: clamp(1.75rem, 4.5vw, 2.75rem);
    line-height: 1.2;
  }
  .home-branch-body {
    padding: 2rem 1.25rem 0;
  }
  .home-branch-body .craw-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .home-branch-body .craw-list a {
    justify-content: flex-start;
    min-width: 0;
    min-height: 44px;
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .home-branch-body .craw-list a::before {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
  }
  .home-branch-body-desc {
    max-width: none;
    margin: 2rem 0 0;
    text-align: left;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .home-branch-body .craw-list {
    grid-template-columns: minmax(0, 1fr);
  }
}