.logo2 {
  padding-left: 24px;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 20px;
}
.logo2-btn {
  border: none;
  background-color: inherit;
  cursor: pointer;
  padding: 0;
}
.header2 {
  overflow: hidden;
  min-height: 560px;
  position: relative;
  background-color: white;
  background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, #FFF 95.19%), url("../image/header2-bg2.png"),url("../image/header2-bg.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center bottom, calc(50% + 350px) top,  calc(50% - 60px) calc(0% - 20px);
  background-size: 100% 172px, auto 100%, auto 100%;
}
.header2-left {
  padding-left: 24px;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.header2-title {
  width: 0;
  height: 97px;
  overflow: hidden;
  padding-left: 584px;
  background-image: url(../image/header2-title.svg);
  background-repeat: no-repeat;
  margin-top: 128px;
}
.header2-subtitle {
  width: 0;
  height: 40px;
  overflow: hidden;
  padding-left: 384px;
  background-image: url(../image/header2-subtitle.svg);
  background-repeat: no-repeat;
}
.header2-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(357deg, #EB3F00 14.65%, #F95F1D 63.07%, #FD926B 96.52%);
  border: none;
  width: 260px;
  height: 44px;
  gap: 5px;
  cursor: pointer;
  padding: 0;
  margin-top: 36px;
}
.header2-bubble-block {
  top:0;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  left: calc(50% + 510px);
  z-index: 10;
}
.header2-bubble {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: linear-gradient(222deg, #979695 0%, #737373 95.25%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.header2-bubble-top-text {
  color: white;
}
.header2-bubble-center {
  transform: translateX(30px);
}
.header2-bubble-icon {
  width: 60px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.footer2-up-bg {
  height: 411px;
  background: url(../image/footer2-bg.png), linear-gradient(0deg, #FFEFD9 0%, #FFF5E1 26.03%, rgba(255, 251, 245, 0.00) 103.91%);
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% + 400px) calc(100% + 40px), center bottom;
  background-size: 677px 100%, auto 100%;
}
.footer2-up-block {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 103px;
  padding-left: 24px;
}
.footer2-up-block-title {
  width: 0;
  height: 67px;
  overflow: hidden;
  padding-left: 747px;
  background-image: url(../image/footer2-title.svg);
  background-repeat: no-repeat;
}
.footer2-up-block-desc {
  padding-top: 24px;
  display: flex;
  gap: 20px;
}
.footer2-up-block-btn {
  padding-top: 32px;
  display: flex;
  gap: 15px;
}
.footer2-up-block-btn-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(357deg, #EB3F00 14.65%, #F95F1D 63.07%, #FD926B 96.52%);
  border: none;
  width: 320px;
  height: 44px;
  gap: 5px;
  cursor: pointer;
  padding: 0;
}
.footer2-down {
  background: #544C3F;
}
.footer2-down-block {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 36px;
  display: flex;
  justify-content: space-between;
  color: white;
  align-items: start;
  padding-left: 24px;
  padding-right: 24px;
}
.footer2-down-block-btns {
  display: flex;
  gap: 10px;
}
.footer2-down-block-btn {
  border: none;
  border-radius: 8px;
  background-color: white;
  width: 60px;
  padding: 8px 0px;
  font-size: 12px;
  cursor: pointer;
}
.footer2-down-block-btn-image {
  width: 28px;
  height: 28px;
}
.footer2-down-block-left-contact {
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
.footer2-down-block-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.4;
}
.footer2-down-block-left-marketing {
  display: flex;
  gap: 12px;
}
.footer2-down-block-left-links {
  display: flex;
  gap: 12px;
}
.footer2-down-block-btn-text {
  color: #333333;
}