/* business-studio.css — Auto-generated from SingleFile by singlefile_to_wp.py */
/* Original Studio.Design CSS preserved. Images extracted to files. */

/* System font mappings (replaces Studio.Design base64 subsets) */
@font-face {
  font-family: 'ヒラギノ角ゴ W0 JIS2004';
  src:
    local('Hiragino Sans W0'), local('HiraginoSans-W0'),
    local('Hiragino Kaku Gothic ProN'), local('Noto Sans JP');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'ヒラギノ角ゴ W3 JIS2004';
  src:
    local('Hiragino Sans W3'), local('HiraginoSans-W3'),
    local('Hiragino Kaku Gothic ProN'), local('Noto Sans JP');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'ヒラギノ角ゴ W4 JIS2004';
  src:
    local('Hiragino Sans W4'), local('HiraginoSans-W4'),
    local('Hiragino Kaku Gothic ProN'), local('Noto Sans JP');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'ヒラギノ角ゴ W5 JIS2004';
  src:
    local('Hiragino Sans W5'), local('HiraginoSans-W5'),
    local('Hiragino Kaku Gothic ProN'), local('Noto Sans JP');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'ヒラギノ角ゴ W6 JIS2004';
  src:
    local('Hiragino Sans W6'), local('HiraginoSans-W6'),
    local('Hiragino Kaku Gothic ProN'), local('Noto Sans JP');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'ヒラギノ角ゴ W7 JIS2004';
  src:
    local('Hiragino Sans W7'), local('HiraginoSans-W7'),
    local('Hiragino Kaku Gothic ProN'), local('Noto Sans JP');
  font-weight: 700;
  font-display: swap;
}

:root {
  --sf-img-35: url('../img/business/img-001.webp');
  --sf-img-36: url('../img/business/img-002.webp');
  --sf-img-40: url('../img/business/img-003.svg');
  --sf-img-44: url('../img/business/img-004.webp');
}
:root {
  --rebranding-loading-bg: #e5e5e5;
  --rebranding-loading-bar: #222;
}
.DynamicAnnouncer[data-v-cc1e3fda],
.TitleAnnouncer[data-v-1a8a037a] {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}
.spinner[data-v-36413753]:before {
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-color: transparent currentcolor currentcolor transparent;
  border-style: solid;
  border-width: 2px;
  opacity: 0.2;
}
.spinner[data-v-36413753]:after,
.spinner[data-v-36413753]:before {
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}
.spinner[data-v-36413753]:after {
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-color: currentcolor transparent transparent currentcolor;
  border-style: solid;
  border-width: 2px;
  opacity: 1;
}
@keyframes loading-spin-36413753 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.StudioCanvas {
  display: flex;
  height: auto;
  min-height: 100dvh;
}
.StudioCanvas > .sd {
  min-height: 100dvh;
  overflow: clip;
}
a,
body,
button,
div,
footer,
header,
html,
i,
img,
p,
section {
  border: 0;
  font-family: sans-serif;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  color: #333;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  word-spacing: 1px;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
summary:focus:not(:focus-visible) {
  outline: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
a,
button {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
.sd {
  flex-wrap: nowrap;
  max-width: 100%;
  pointer-events: all;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  position: relative;
}
.sd::-webkit-scrollbar {
  display: none;
}
.sd {
  transition-property:
    all, --g-angle, --g-color-0, --g-position-0, --g-color-1, --g-position-1,
    --g-color-2, --g-position-2, --g-color-3, --g-position-3, --g-color-4,
    --g-position-4, --g-color-5, --g-position-5, --g-color-6, --g-position-6,
    --g-color-7, --g-position-7, --g-color-8, --g-position-8, --g-color-9,
    --g-position-9, --g-color-10, --g-position-10, --g-color-11, --g-position-11;
}
.sd[tabindex]:focus {
  outline: none;
}
.sd[tabindex]:focus-visible {
  outline: 1px solid;
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
}
.image {
  position: relative;
}
.image:before {
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  z-index: -2;
}
.sd.file:focus-within {
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
}
.sd.text,
.sd:where(.icon) {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.material-icons {
  align-items: center;
  display: inline-flex;
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a,
a.text {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15);
}
.button {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
.button,
.link {
  cursor: pointer;
}
.richText [data-type='table_of_contents'] .toc_item > a:hover {
  opacity: 0.7;
}
.sd.section {
  align-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  height: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}
.sd.section-inner {
  position: static !important;
}
@property --g-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 180deg;
}
@property --g-color-0 {
  syntax: '<color>';
  inherits: false;
  initial-value: transparent;
}
@property --g-position-0 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 0.01%;
}
@property --g-color-1 {
  syntax: '<color>';
  inherits: false;
  initial-value: transparent;
}
@property --g-position-1 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
@property --g-color-2 {
  syntax: '<color>';
  inherits: false;
  initial-value: transparent;
}
@property --g-position-2 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
@property --g-color-3 {
  syntax: '<color>';
  inherits: false;
  initial-value: transparent;
}
@property --g-position-3 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
@property --g-color-4 {
  syntax: '<color>';
  inherits: false;
  initial-value: transparent;
}
@property --g-position-4 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
@property --g-color-5 {
  syntax: '<color>';
  inherits: false;
  initial-value: transparent;
}
@property --g-position-5 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
@property --g-color-6 {
  syntax: '<color>';
  inherits: false;
  initial-value: transparent;
}
@property --g-position-6 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
@property --g-color-7 {
  syntax: '<color>';
  inherits: false;
  initial-value: transparent;
}
@property --g-position-7 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
@property --g-color-8 {
  syntax: '<color>';
  inherits: false;
  initial-value: transparent;
}
@property --g-position-8 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
@property --g-color-9 {
  syntax: '<color>';
  inherits: false;
  initial-value: transparent;
}
@property --g-position-9 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
@property --g-color-10 {
  syntax: '<color>';
  inherits: false;
  initial-value: transparent;
}
@property --g-position-10 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
@property --g-color-11 {
  syntax: '<color>';
  inherits: false;
  initial-value: transparent;
}
@property --g-position-11 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
.snackbar .button[data-v-e23c1c77]:hover {
  background: #f5f5f5;
}
@media (hover: hover) {
  a[data-v-757b86f2]:hover {
    height: 32px;
    width: 200px;
  }
}
.design-canvas__modal:focus {
  outline: none;
}

.sf-hidden {
  display: none !important;
}
img[src='data:,'],
source[src='data:,'] {
  display: none !important;
}
.sd[data-s-1c9efd3a-edae-487f-a330-28e1c5ceada3]:hover {
  color: #00000066;
  transition-duration: 200ms;
}
.sd[data-s-53d57552-c2d8-4609-8bc8-26de0a64fe5f]:hover {
  color: #00000066;
  transition-duration: 200ms;
}
.sd[data-s-b029bcfe-ba28-460d-bc3c-c72c2bdbce44]:hover {
  color: #00000066;
  transition-duration: 200ms;
}
.sd[data-s-d3ae4361-66b3-4966-a17d-5f0bf7b2dfe5]:hover {
  color: #00000066;
  transition-duration: 200ms;
}
.sd[data-s-0c310fd8-1134-4f8b-9f14-f63ede4f8516]:hover {
  color: #00000066;
}
.sd[data-s-c59244d7-a584-4ab1-9a35-9fc08e5d26ee]:hover {
  color: #00000066;
}
.sd[data-s-e9872478-d41e-4ae4-ab17-46041b91729d]:hover {
  color: #00000066;
  transition-duration: 200ms;
}

.sd[data-s-f8641c46-bb13-4d2c-930c-38d1c33a3797] {
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  height: auto;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: auto;
  --gap-h-f8641c46-bb13-4d2c-930c-38d1c33a3797: 0px;
  --gap-v-f8641c46-bb13-4d2c-930c-38d1c33a3797: 15px;
  --gap-uuid: f8641c46-bb13-4d2c-930c-38d1c33a3797;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-f8641c46-bb13-4d2c-930c-38d1c33a3797] {
    padding: 0px;
    --gap-h-f8641c46-bb13-4d2c-930c-38d1c33a3797: 0px;
    --gap-v-f8641c46-bb13-4d2c-930c-38d1c33a3797: 15px;
  }
}
.sd[data-s-924f248a-2084-4118-a8b1-f1c37da1a877] {
  color: #000000;
  font-family: var(--s-font-538ff687);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 0em;
  line-height: 1;
  margin: 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-924f248a-2084-4118-a8b1-f1c37da1a877] {
    text-align: left;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-924f248a-2084-4118-a8b1-f1c37da1a877] {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-924f248a-2084-4118-a8b1-f1c37da1a877] {
    font-size: 44px;
  }
}
.sd[data-s-b9442a04-e711-41c6-a090-7c0ebcf732b1] {
  color: #000000;
  flex: none;
  font-family: var(--s-font-419c9bb7);
  font-size: 16px;
  font-style: normal;
  height: auto;
  letter-spacing: 0em;
  line-height: 1;
  margin: 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-b9442a04-e711-41c6-a090-7c0ebcf732b1] {
    line-height: 1.4;
    text-align: left;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-b9442a04-e711-41c6-a090-7c0ebcf732b1] {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-b9442a04-e711-41c6-a090-7c0ebcf732b1] {
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    justify-content: flex-start;
  }
}
.sd[data-s-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  height: 100%;
  justify-content: flex-end;
  padding: 0px;
  width: 33.333%;
  --gap-h-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb: 0px;
  --gap-v-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb: 12px;
  --gap-uuid: 5a56e2f5-d7b5-4255-a287-df31bb2ea1cb;
  max-width: 33.333%;
}
.sd[data-s-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb]:hover {
  opacity: 0.99;
  --gap-h-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb: 0px;
  --gap-v-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb: 12px;
}
@media screen and (max-width: 768px) {
  .sd[data-s-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb] {
    gap: 12px 0px;
    width: 50%;
    --gap-h-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb: 0px;
    --gap-v-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb: 12px;
    max-width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb] {
    gap: 4px 0px;
    width: 100%;
    --gap-h-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb: 0px;
    --gap-v-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb: 4px;
    max-width: 100%;
    height: 100%;
  }
}
.sd[data-s-7e5aa04e-ee11-4403-b6ce-f3d01883cf95] {
  background: #000000ff;
  bottom: 0px;
  height: calc(100% - (var(--gap-v-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb) * 0));
  left: 0px;
  opacity: 1;
  position: absolute;
  right: auto;
  top: auto;
  transform: scale(0, 1);
  transform-origin: center left;
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: calc(100% - (var(--gap-h-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb) * 0));
  z-index: 1;
  max-width: calc(
    100% - (var(--gap-h-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb) * 0)
  );
}
.sd[data-s-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb]:hover
  .sd[data-s-7e5aa04e-ee11-4403-b6ce-f3d01883cf95] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-9ccdc886-caa0-49c4-a7e3-091e96ae2fb7] {
  align-content: flex-start;
  align-items: flex-start;
  background: #ffffffff;
  bottom: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 7px;
  justify-content: flex-end;
  left: 0px;
  margin: 0px 0px -1px 0px;
  padding: 30px 50px 0px 0px;
  position: absolute;
  right: auto;
  top: auto;
  z-index: 1;
  --gap-h-9ccdc886-caa0-49c4-a7e3-091e96ae2fb7: 0px;
  --gap-v-9ccdc886-caa0-49c4-a7e3-091e96ae2fb7: 7px;
  --gap-uuid: 9ccdc886-caa0-49c4-a7e3-091e96ae2fb7;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-9ccdc886-caa0-49c4-a7e3-091e96ae2fb7] {
    padding: 20px 30px 0px 0px;
    --gap-h-9ccdc886-caa0-49c4-a7e3-091e96ae2fb7: 0px;
    --gap-v-9ccdc886-caa0-49c4-a7e3-091e96ae2fb7: 7px;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-9ccdc886-caa0-49c4-a7e3-091e96ae2fb7] {
    gap: 40px 0px;
    padding: 20px 40px 0px 0px;
    --gap-h-9ccdc886-caa0-49c4-a7e3-091e96ae2fb7: 0px;
    --gap-v-9ccdc886-caa0-49c4-a7e3-091e96ae2fb7: 40px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-9ccdc886-caa0-49c4-a7e3-091e96ae2fb7] {
    gap: 16px 0px;
    --gap-h-9ccdc886-caa0-49c4-a7e3-091e96ae2fb7: 0px;
    --gap-v-9ccdc886-caa0-49c4-a7e3-091e96ae2fb7: 16px;
  }
}
.sd[data-s-cb91dcab-ebb2-4b0b-be0b-e30ec10c8432] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  height: auto;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: auto;
  z-index: 1;
  --gap-h-cb91dcab-ebb2-4b0b-be0b-e30ec10c8432: 20px;
  --gap-v-cb91dcab-ebb2-4b0b-be0b-e30ec10c8432: 0px;
  --gap-uuid: cb91dcab-ebb2-4b0b-be0b-e30ec10c8432;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sd[data-s-cb91dcab-ebb2-4b0b-be0b-e30ec10c8432] {
    margin: 0px 0px 0px 0px;
    --gap-h-cb91dcab-ebb2-4b0b-be0b-e30ec10c8432: 20px;
    --gap-v-cb91dcab-ebb2-4b0b-be0b-e30ec10c8432: 0px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-cb91dcab-ebb2-4b0b-be0b-e30ec10c8432] {
    gap: 16px;
    margin: 0px;
    padding: 0px;
    --gap-h-cb91dcab-ebb2-4b0b-be0b-e30ec10c8432: 16px;
    --gap-v-cb91dcab-ebb2-4b0b-be0b-e30ec10c8432: 0px;
    max-width: 100%;
  }
}
.sd[data-s-8fb012f8-05eb-4dea-8856-1a9a0b6cd8d8] {
  color: #000000ff;
  font-family: var(--s-font-c5aaf4a9);
  font-size: 18px;
  font-style: normal;
  gap: 3px 0px;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 0px 0px 0px 20px;
  text-align: left;
  width: auto;
  z-index: 1;
  --gap-h-8fb012f8-05eb-4dea-8856-1a9a0b6cd8d8: 0px;
  --gap-v-8fb012f8-05eb-4dea-8856-1a9a0b6cd8d8: 3px;
  --gap-uuid: 8fb012f8-05eb-4dea-8856-1a9a0b6cd8d8;
  max-width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-8fb012f8-05eb-4dea-8856-1a9a0b6cd8d8] {
    font-size: 14px;
    --gap-h-8fb012f8-05eb-4dea-8856-1a9a0b6cd8d8: 0px;
    --gap-v-8fb012f8-05eb-4dea-8856-1a9a0b6cd8d8: 3px;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-8fb012f8-05eb-4dea-8856-1a9a0b6cd8d8] {
    font-size: 14px;
    --gap-h-8fb012f8-05eb-4dea-8856-1a9a0b6cd8d8: 0px;
    --gap-v-8fb012f8-05eb-4dea-8856-1a9a0b6cd8d8: 3px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-8fb012f8-05eb-4dea-8856-1a9a0b6cd8d8] {
    font-size: 13px;
    --gap-h-8fb012f8-05eb-4dea-8856-1a9a0b6cd8d8: 0px;
    --gap-v-8fb012f8-05eb-4dea-8856-1a9a0b6cd8d8: 3px;
  }
}
.sd[data-s-1d9ecbbd-bd55-4ee4-bd4b-0e271d909061] {
  height: auto;
  width: 16px;
  max-width: 100%;
}
.sd[data-s-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb]:hover
  .sd[data-s-1d9ecbbd-bd55-4ee4-bd4b-0e271d909061] {
  transform: translate(7px, 0px);
}
.sd[data-s-d33b8e7e-5889-44c2-a9b0-ebd170e58772] {
  bottom: auto;
  flex: none;
  height: auto;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  width: calc(100% - (var(--gap-h-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb) * 0));
  max-width: calc(
    100% - (var(--gap-h-5a56e2f5-d7b5-4255-a287-df31bb2ea1cb) * 0)
  );
}
.sd[data-s-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd] {
  align-content: flex-start;
  align-items: flex-start;
  background: #000000ff;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  height: 100%;
  justify-content: flex-end;
  padding: 0px;
  width: 33.333%;
  --gap-h-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd: 0px;
  --gap-v-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd: 12px;
  --gap-uuid: 052b7b73-0e9f-4464-ad2a-c67ed0a52bcd;
  max-width: 33.333%;
}
.sd[data-s-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd]:hover {
  opacity: 1;
  --gap-h-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd: 0px;
  --gap-v-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd: 12px;
}
@media screen and (max-width: 768px) {
  .sd[data-s-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd] {
    gap: 12px 0px;
    width: 50%;
    --gap-h-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd: 0px;
    --gap-v-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd: 12px;
    max-width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd] {
    gap: 4px 0px;
    width: 100%;
    --gap-h-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd: 0px;
    --gap-v-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd: 4px;
    max-width: 100%;
    height: 100%;
  }
}
.sd[data-s-73023a86-2b8c-4e9d-8318-59d1ac34bb0f] {
  background: #000000ff;
  bottom: 0px;
  height: calc(100% - (var(--gap-v-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd) * 0));
  left: 0px;
  opacity: 1;
  position: absolute;
  right: auto;
  top: auto;
  transform: scale(0, 1);
  transform-origin: center left;
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: calc(100% - (var(--gap-h-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd) * 0));
  z-index: 1;
  max-width: calc(
    100% - (var(--gap-h-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd) * 0)
  );
}
.sd[data-s-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd]:hover
  .sd[data-s-73023a86-2b8c-4e9d-8318-59d1ac34bb0f] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-9fe52708-a033-4583-8d47-a67fd8319794] {
  align-content: flex-start;
  align-items: flex-start;
  background: #ffffffff;
  bottom: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 7px;
  justify-content: flex-end;
  left: 0px;
  margin: 0px 0px -1px 0px;
  padding: 30px 50px 0px 0px;
  position: absolute;
  right: auto;
  top: auto;
  z-index: 1;
  --gap-h-9fe52708-a033-4583-8d47-a67fd8319794: 0px;
  --gap-v-9fe52708-a033-4583-8d47-a67fd8319794: 7px;
  --gap-uuid: 9fe52708-a033-4583-8d47-a67fd8319794;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-9fe52708-a033-4583-8d47-a67fd8319794] {
    padding: 20px 30px 0px 0px;
    --gap-h-9fe52708-a033-4583-8d47-a67fd8319794: 0px;
    --gap-v-9fe52708-a033-4583-8d47-a67fd8319794: 7px;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-9fe52708-a033-4583-8d47-a67fd8319794] {
    gap: 40px 0px;
    padding: 16px 40px 0px 0px;
    --gap-h-9fe52708-a033-4583-8d47-a67fd8319794: 0px;
    --gap-v-9fe52708-a033-4583-8d47-a67fd8319794: 40px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-9fe52708-a033-4583-8d47-a67fd8319794] {
    gap: 16px 0px;
    --gap-h-9fe52708-a033-4583-8d47-a67fd8319794: 0px;
    --gap-v-9fe52708-a033-4583-8d47-a67fd8319794: 16px;
  }
}
.sd[data-s-aa486683-27f3-4e5d-9337-89dedf6a43d9] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  height: auto;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: auto;
  z-index: 1;
  --gap-h-aa486683-27f3-4e5d-9337-89dedf6a43d9: 20px;
  --gap-v-aa486683-27f3-4e5d-9337-89dedf6a43d9: 0px;
  --gap-uuid: aa486683-27f3-4e5d-9337-89dedf6a43d9;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sd[data-s-aa486683-27f3-4e5d-9337-89dedf6a43d9] {
    gap: 15px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    --gap-h-aa486683-27f3-4e5d-9337-89dedf6a43d9: 15px;
    --gap-v-aa486683-27f3-4e5d-9337-89dedf6a43d9: 0px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-aa486683-27f3-4e5d-9337-89dedf6a43d9] {
    gap: 16px;
    margin: 0px;
    padding: 0px;
    --gap-h-aa486683-27f3-4e5d-9337-89dedf6a43d9: 16px;
    --gap-v-aa486683-27f3-4e5d-9337-89dedf6a43d9: 0px;
    max-width: 100%;
  }
}
.sd[data-s-9fce8dc1-8f1d-417b-ae6b-08b19d48c686] {
  color: #000000ff;
  font-family: var(--s-font-c5aaf4a9);
  font-size: 18px;
  font-style: normal;
  gap: 3px 0px;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: left;
  width: auto;
  z-index: 1;
  --gap-h-9fce8dc1-8f1d-417b-ae6b-08b19d48c686: 0px;
  --gap-v-9fce8dc1-8f1d-417b-ae6b-08b19d48c686: 3px;
  --gap-uuid: 9fce8dc1-8f1d-417b-ae6b-08b19d48c686;
  max-width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-9fce8dc1-8f1d-417b-ae6b-08b19d48c686] {
    font-size: 14px;
    --gap-h-9fce8dc1-8f1d-417b-ae6b-08b19d48c686: 0px;
    --gap-v-9fce8dc1-8f1d-417b-ae6b-08b19d48c686: 3px;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-9fce8dc1-8f1d-417b-ae6b-08b19d48c686] {
    font-size: 13px;
    --gap-h-9fce8dc1-8f1d-417b-ae6b-08b19d48c686: 0px;
    --gap-v-9fce8dc1-8f1d-417b-ae6b-08b19d48c686: 3px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-9fce8dc1-8f1d-417b-ae6b-08b19d48c686] {
    flex: 1;
    font-size: 14px;
    line-height: 1.3;
    width: auto;
    --gap-h-9fce8dc1-8f1d-417b-ae6b-08b19d48c686: 0px;
    --gap-v-9fce8dc1-8f1d-417b-ae6b-08b19d48c686: 3px;
  }
}
.sd[data-s-e90dfbac-6bcb-4c29-ba36-95a63d1d546f] {
  height: auto;
  width: 16px;
  max-width: 100%;
}
.sd[data-s-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd]:hover
  .sd[data-s-e90dfbac-6bcb-4c29-ba36-95a63d1d546f] {
  transform: translate(7px, 0px);
}
.sd[data-s-ec4127cb-b859-4eed-80d1-5edf982df3ab] {
  bottom: auto;
  flex: none;
  height: auto;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  width: calc(100% - (var(--gap-h-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd) * 0));
  max-width: calc(
    100% - (var(--gap-h-052b7b73-0e9f-4464-ad2a-c67ed0a52bcd) * 0)
  );
}
.sd[data-s-f3691d59-1e98-4d25-9d8c-b7e5fd9ed5a1] {
  align-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0;
  height: 100%;
  justify-content: center;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 100%;
}
.sd[data-s-b974f670-8c35-4fe0-b7d8-0694dccb238a] {
  background: #e0e0e0ff;
  border-bottom: 1px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 0px solid #bebebeff;
  border-top: 0px solid #bebebeff;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sd[data-s-b974f670-8c35-4fe0-b7d8-0694dccb238a] {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.sd[data-s-section-inner-b974f670-8c35-4fe0-b7d8-0694dccb238a] {
  padding: 0 0;
  width: 1440px;
  height: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sd[data-s-section-inner-b974f670-8c35-4fe0-b7d8-0694dccb238a] {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.sd[data-s-9d761ebe-cee3-43be-a393-b323d413a14a] {
  align-content: flex-start;
  align-items: flex-start;
  background: transparent;
  border-bottom: 0px solid #bebebeff;
  border-left: 1px solid #bebebeff;
  border-right: 0px solid #bebebeff;
  border-top: 0px solid #bebebeff;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-9d761ebe-cee3-43be-a393-b323d413a14a] {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-9d761ebe-cee3-43be-a393-b323d413a14a] {
    display: none;
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-9d761ebe-cee3-43be-a393-b323d413a14a] {
    display: none;
  }
}
.sd[data-s-7f2e3db8-abb1-40a2-aeb7-dd2a7d6afed5] {
  background: #e0e0e0ff;
  border-bottom: 0px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 1px solid #bebebeff;
  border-top: 1px solid #bebebeff;
  flex: none;
  height: auto;
  width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-7f2e3db8-abb1-40a2-aeb7-dd2a7d6afed5] {
    border-bottom: 0px solid #bebebeff;
    border-left: 0px solid #bebebeff;
    border-right: 1px solid #bebebeff;
    border-top: 1px solid #bebebeff;
  }
}
.sd[data-s-d7d27222-a1bd-4f41-8739-2e04fc90d0e0] {
  flex: none;
  height: auto;
  opacity: 0;
  width: 100%;
  max-width: 100%;
}
.sd[data-s-90fcd140-11d7-49f3-8607-58cd3fa77439] {
  background: #dbdbdbff;
  border-bottom: 0px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 1px solid #bebebeff;
  border-top: 1px solid #bebebeff;
  flex: none;
  height: auto;
  width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-90fcd140-11d7-49f3-8607-58cd3fa77439] {
    border-bottom: 0px solid #bebebeff;
    border-left: 0px solid #bebebeff;
    border-right: 1px solid #bebebeff;
    border-top: 1px solid #bebebeff;
  }
}
.sd[data-s-8814b93e-95a2-47bc-b5c0-302cfbcf5dfe] {
  flex: none;
  height: auto;
  opacity: 0;
  width: 100%;
  max-width: 100%;
}
.sd[data-s-043b5b19-e84c-4b1f-9b94-13d9d990b705] {
  align-content: flex-start;
  align-items: flex-start;
  background: transparent;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .sd[data-s-043b5b19-e84c-4b1f-9b94-13d9d990b705] {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
.sd[data-s-e9876020-1c97-42e4-9103-e0227c171d5e] {
  background: #d6d6d6ff;
  border-bottom: 0px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 1px solid #bebebeff;
  border-top: 1px solid #bebebeff;
  display: flex;
  flex: none;
  height: auto;
  width: 25%;
  max-width: 25%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-e9876020-1c97-42e4-9103-e0227c171d5e] {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-e9876020-1c97-42e4-9103-e0227c171d5e] {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-e9876020-1c97-42e4-9103-e0227c171d5e] {
    display: flex;
  }
}
.sd[data-s-6873f769-076a-4f30-b2de-8e2df7e20d17] {
  flex: none;
  height: auto;
  opacity: 0;
  width: 100%;
  max-width: 100%;
}
.sd[data-s-d7651db4-62da-4bef-acd2-c2badb9fd709] {
  background: #d6d6d6ff;
  border-bottom: 0px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 1px solid #bebebeff;
  border-top: 1px solid #bebebeff;
  display: flex;
  flex: none;
  height: auto;
  width: 25%;
  max-width: 25%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-d7651db4-62da-4bef-acd2-c2badb9fd709] {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-d7651db4-62da-4bef-acd2-c2badb9fd709] {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-d7651db4-62da-4bef-acd2-c2badb9fd709] {
    display: flex;
  }
}
.sd[data-s-d25b05ef-30f8-4056-8505-57d4ab6d32de] {
  flex: none;
  height: auto;
  opacity: 0;
  width: 100%;
  max-width: 100%;
}
.sd[data-s-bc867781-3029-4bb6-97b3-eb03acafdb46] {
  background: #d6d6d6ff;
  border-bottom: 0px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 1px solid #bebebeff;
  border-top: 1px solid #bebebeff;
  display: flex;
  flex: none;
  height: auto;
  width: 25%;
  max-width: 25%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-bc867781-3029-4bb6-97b3-eb03acafdb46] {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-bc867781-3029-4bb6-97b3-eb03acafdb46] {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-bc867781-3029-4bb6-97b3-eb03acafdb46] {
    display: flex;
  }
}
.sd[data-s-2e98a3d3-673a-45b5-b99e-0ba33820dcb6] {
  flex: none;
  height: auto;
  opacity: 0;
  width: 100%;
  max-width: 100%;
}
.sd[data-s-c656c76b-09d1-4d36-8d46-e0907c6f39dc] {
  background: #d6d6d6ff;
  border-bottom: 0px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 1px solid #bebebeff;
  border-top: 1px solid #bebebeff;
  display: flex;
  flex: none;
  height: auto;
  width: 25%;
  max-width: 25%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-c656c76b-09d1-4d36-8d46-e0907c6f39dc] {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-c656c76b-09d1-4d36-8d46-e0907c6f39dc] {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-c656c76b-09d1-4d36-8d46-e0907c6f39dc] {
    display: flex;
  }
}
.sd[data-s-b1cb7202-d356-408f-829b-7752d13f57a9] {
  flex: none;
  height: auto;
  opacity: 0;
  width: 100%;
  max-width: 100%;
}
.sd[data-s-b6b9a357-05ac-4519-a484-f3991d42e17a] {
  background: #d6d6d6ff;
  border-bottom: 0px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 1px solid #bebebeff;
  border-top: 1px solid #bebebeff;
  flex: none;
  height: auto;
  width: 25%;
  max-width: 25%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-b6b9a357-05ac-4519-a484-f3991d42e17a] {
    border-bottom: 0px solid #bebebeff;
    border-left: 0px solid #bebebeff;
    border-right: 1px solid #bebebeff;
    border-top: 1px solid #bebebeff;
  }
}
.sd[data-s-78a71b50-afc1-4b71-bbdf-62d1a2faaaee] {
  flex: none;
  height: auto;
  opacity: 0;
  width: 100%;
  max-width: 100%;
}
.sd[data-s-fa830604-785b-4ac4-8838-18685fc08237] {
  background: #e0e0e0ff;
  border-bottom: 0px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 1px solid #bebebeff;
  border-top: 1px solid #bebebeff;
  flex: none;
  height: auto;
  width: 25%;
  max-width: 25%;
}
.sd[data-s-57cff145-0917-4570-8a9d-a265a7931854] {
  flex: none;
  height: auto;
  opacity: 0;
  width: 100%;
  max-width: 100%;
}
.sd[data-s-597da903-c94c-499b-ad8e-28b6bf855eb4] {
  background: #cececeff;
  border-bottom: 0px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 1px solid #bebebeff;
  border-top: 1px solid #bebebeff;
  flex: none;
  height: auto;
  width: 25%;
  max-width: 25%;
}
.sd[data-s-d70b99b6-f173-49a2-b52e-c3033114ab4f] {
  flex: none;
  height: auto;
  opacity: 0;
  width: 100%;
  max-width: 100%;
}
.sd[data-s-fe21c1f6-c667-4807-8e83-dc8a6ce4f57c] {
  background: #cececeff;
  border-bottom: 0px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 1px solid #bebebeff;
  border-top: 1px solid #bebebeff;
  flex: none;
  height: auto;
  width: 25%;
  max-width: 25%;
}
.sd[data-s-f37575b9-d605-4b11-a0f4-ba4acf4eaacb] {
  flex: none;
  height: auto;
  opacity: 0;
  width: 100%;
  max-width: 100%;
}
.sd[data-s-63573b22-a971-4bed-8e59-b38acf301c27] {
  background: #e0e0e0ff;
  border-bottom: 0px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 1px solid #bebebeff;
  border-top: 1px solid #bebebeff;
  flex: none;
  height: auto;
  width: 25%;
  max-width: 25%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-63573b22-a971-4bed-8e59-b38acf301c27] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-63573b22-a971-4bed-8e59-b38acf301c27] {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-63573b22-a971-4bed-8e59-b38acf301c27] {
    display: none;
  }
}
.sd[data-s-47be089b-371b-4255-97b6-449ab18e9e55] {
  background: #cececeff;
  border-bottom: 0px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 1px solid #bebebeff;
  border-top: 1px solid #bebebeff;
  flex: none;
  height: auto;
  width: 25%;
  max-width: 25%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-47be089b-371b-4255-97b6-449ab18e9e55] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-47be089b-371b-4255-97b6-449ab18e9e55] {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-47be089b-371b-4255-97b6-449ab18e9e55] {
    display: none;
  }
}
.sd[data-s-83bb3457-5d67-4f53-b98c-544faf7dd80f] {
  background: #cececeff;
  border-bottom: 0px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 1px solid #bebebeff;
  border-top: 1px solid #bebebeff;
  flex: none;
  height: auto;
  width: 25%;
  max-width: 25%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-83bb3457-5d67-4f53-b98c-544faf7dd80f] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-83bb3457-5d67-4f53-b98c-544faf7dd80f] {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-83bb3457-5d67-4f53-b98c-544faf7dd80f] {
    display: none;
  }
}
.sd[data-s-4b076bbe-a613-43c8-804a-0e23edddceeb] {
  background: #cececeff;
  border-bottom: 0px solid #bebebeff;
  border-left: 0px solid #bebebeff;
  border-right: 1px solid #bebebeff;
  border-top: 1px solid #bebebeff;
  flex: none;
  height: auto;
  width: 25%;
  max-width: 25%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-4b076bbe-a613-43c8-804a-0e23edddceeb] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-4b076bbe-a613-43c8-804a-0e23edddceeb] {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-4b076bbe-a613-43c8-804a-0e23edddceeb] {
    display: none;
  }
}
.sd[data-s-bc5dd0b7-ed55-4959-8921-3b36021c94ec] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  left: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sd[data-s-bc5dd0b7-ed55-4959-8921-3b36021c94ec] {
    flex-direction: column;
  }
}
.sd[data-s-4facc735-aad4-4d9c-9110-ee49bc66a7ec] {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px 0px;
  justify-content: flex-start;
  padding: 0px 0px 0px 60px;
  width: 1440px;
  --gap-h-4facc735-aad4-4d9c-9110-ee49bc66a7ec: 0px;
  --gap-v-4facc735-aad4-4d9c-9110-ee49bc66a7ec: 10px;
  --gap-uuid: 4facc735-aad4-4d9c-9110-ee49bc66a7ec;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sd[data-s-4facc735-aad4-4d9c-9110-ee49bc66a7ec] {
    flex-direction: column;
    gap: 15px 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
    --gap-h-4facc735-aad4-4d9c-9110-ee49bc66a7ec: 0px;
    --gap-v-4facc735-aad4-4d9c-9110-ee49bc66a7ec: 15px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-4facc735-aad4-4d9c-9110-ee49bc66a7ec] {
    gap: 10px 0px;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 1440px;
    --gap-h-4facc735-aad4-4d9c-9110-ee49bc66a7ec: 0px;
    --gap-v-4facc735-aad4-4d9c-9110-ee49bc66a7ec: 10px;
    max-width: calc(100% - 20px);
  }
}
.sd[data-s-3297b21e-bb7d-4ef3-b307-53275224eee2] {
  display: flex;
  height: auto;
  width: calc(
    53% -
      (var(--gap-h-4facc735-aad4-4d9c-9110-ee49bc66a7ec) * 0.47000000000000003)
  );
  max-width: calc(
    53% -
      (var(--gap-h-4facc735-aad4-4d9c-9110-ee49bc66a7ec) * 0.47000000000000003)
  );
}
@media screen and (max-width: 1140px) {
  .sd[data-s-3297b21e-bb7d-4ef3-b307-53275224eee2] {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-3297b21e-bb7d-4ef3-b307-53275224eee2] {
    display: flex;
    width: calc(
      90% -
        (
          var(--gap-h-4facc735-aad4-4d9c-9110-ee49bc66a7ec) *
            0.10000000000000003
        )
    );
    max-width: calc(
      90% -
        (
          var(--gap-h-4facc735-aad4-4d9c-9110-ee49bc66a7ec) *
            0.10000000000000003
        )
    );
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-3297b21e-bb7d-4ef3-b307-53275224eee2] {
    display: none;
  }
}
.sd[data-s-b3f529e8-e44a-4304-a8d9-e2e03f52fd5c] {
  height: auto;
  width: 200px;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-b3f529e8-e44a-4304-a8d9-e2e03f52fd5c] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-b3f529e8-e44a-4304-a8d9-e2e03f52fd5c] {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-b3f529e8-e44a-4304-a8d9-e2e03f52fd5c] {
    display: flex;
    margin: 0px 0px 0px 0px;
    width: calc(
      78% -
        (
          var(--gap-h-4facc735-aad4-4d9c-9110-ee49bc66a7ec) *
            0.22000000000000006
        )
    );
    max-width: calc(
      78% -
        (
          var(--gap-h-4facc735-aad4-4d9c-9110-ee49bc66a7ec) *
            0.22000000000000006
        )
    );
  }
}
.sd[data-s-a0d4d34b-6185-4003-aa17-4dc565251c01] {
  color: #333333;
  flex: none;
  font-family: var(--s-font-419c9bb7);
  font-size: 18px;
  font-style: normal;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sd[data-s-a0d4d34b-6185-4003-aa17-4dc565251c01] {
    font-size: 20px;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-a0d4d34b-6185-4003-aa17-4dc565251c01] {
    flex: none;
    font-size: 18px;
    height: 19px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    width: auto;
    max-width: calc(100% - 20px);
  }
}
.sd[data-s-f834e4c2-26c8-479e-8a8b-182344e12c50] {
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  margin: 80px 0px 100px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-f834e4c2-26c8-479e-8a8b-182344e12c50] {
    margin: 80px 0px 100px 0px;
    z-index: -1;
  }
}
.sd[data-s-fc5f90d9-1781-4b5c-ab5e-3bb05783d702] {
  align-content: stretch;
  align-items: stretch;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px 40px;
  height: auto;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  overflow-x: visible;
  overflow-y: visible;
  transition-timing-function: cubic-bezier(0, 0, 0.99, 0.98);
  width: 100%;
  --gap-h-fc5f90d9-1781-4b5c-ab5e-3bb05783d702: 40px;
  --gap-v-fc5f90d9-1781-4b5c-ab5e-3bb05783d702: 0px;
  --gap-uuid: fc5f90d9-1781-4b5c-ab5e-3bb05783d702;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sd[data-s-fc5f90d9-1781-4b5c-ab5e-3bb05783d702] {
    align-content: flex-start;
    align-items: flex-start;
    gap: 0px 20px;
    justify-content: center;
    --gap-h-fc5f90d9-1781-4b5c-ab5e-3bb05783d702: 20px;
    --gap-v-fc5f90d9-1781-4b5c-ab5e-3bb05783d702: 0px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-fc5f90d9-1781-4b5c-ab5e-3bb05783d702] {
    height: auto;
    margin: 0px 20px;
    --gap-h-fc5f90d9-1781-4b5c-ab5e-3bb05783d702: 40px;
    --gap-v-fc5f90d9-1781-4b5c-ab5e-3bb05783d702: 0px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}
.sd[data-s-56baa8b8-c011-413d-ba8d-5d96cec20ecf] {
  flex-direction: column;
  flex-wrap: nowrap;
  height: calc(100% - (var(--gap-v-fc5f90d9-1781-4b5c-ab5e-3bb05783d702) * 0));
  outline-offset: -4px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.58, 0.21, 0.41, 0.96);
  width: 400px;
  will-change: transform;
  max-width: 100%;
}
.sd[data-s-56baa8b8-c011-413d-ba8d-5d96cec20ecf]:focus {
  outline: none;
}
.sd[data-s-56baa8b8-c011-413d-ba8d-5d96cec20ecf]:focus-visible {
  outline: 2px solid black;
}
@media screen and (max-width: 768px) {
  .sd[data-s-56baa8b8-c011-413d-ba8d-5d96cec20ecf] {
    height: auto;
    width: 300px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-56baa8b8-c011-413d-ba8d-5d96cec20ecf] {
    width: calc(100% - (var(--gap-h-fc5f90d9-1781-4b5c-ab5e-3bb05783d702) * 0));
    max-width: calc(
      100% - (var(--gap-h-fc5f90d9-1781-4b5c-ab5e-3bb05783d702) * 0)
    );
  }
}
.sd[data-s-5e6195cf-d88a-4c7c-89e8-962e6c820a8d] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 400px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-5e6195cf-d88a-4c7c-89e8-962e6c820a8d] {
    width: 100%;
    max-width: 100%;
  }
}
.sd[data-s-353be471-f35d-446f-b2ec-ee669766351c] {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.sd[data-s-60f62871-2997-4994-b148-6f4b7ebd353d] {
  align-content: center;
  align-items: center;
  background: #ffffffff;
  height: 182px;
  justify-content: center;
  padding: 27px 27px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sd[data-s-60f62871-2997-4994-b148-6f4b7ebd353d] {
    align-content: flex-start;
    align-items: flex-start;
    height: 174px;
    justify-content: space-between;
    padding: 20px 20px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-60f62871-2997-4994-b148-6f4b7ebd353d] {
    height: 150px;
    width: 100%;
    max-width: 100%;
  }
}
.sd[data-s-70a816df-d5f9-4fba-bdd5-2b2c22bfbc77] {
  color: #000000ff;
  flex: none;
  font-family: var(--s-font-c5aaf4a9);
  font-size: 16px;
  height: auto;
  line-height: 1.6;
  text-align: left;
  max-width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sd[data-s-70a816df-d5f9-4fba-bdd5-2b2c22bfbc77] {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-70a816df-d5f9-4fba-bdd5-2b2c22bfbc77] {
    font-size: 14px;
  }
}
.sd[data-s-28736dd7-b666-4ea5-9f5a-c7d2bf470eb3] {
  align-content: center;
  align-items: center;
  background: #ffffff00;
  bottom: -45px;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 14px;
  justify-content: flex-end;
  left: 0px;
  position: absolute;
  right: 0px;
  top: NaNpx;
  transition-timing-function: cubic-bezier(0.4, 0.4, 0.05, 1);
  width: auto;
  z-index: 3;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-28736dd7-b666-4ea5-9f5a-c7d2bf470eb3] {
    bottom: -46px;
    top: NaNpx;
  }
}
.sd[data-s-d8ce98c7-d980-45f1-beb2-5aa44c0dd3f8] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 0px 50px 0px 0px;
  padding: 0px;
  max-width: calc(100% - 50px);
}
@media screen and (max-width: 480px) {
  .sd[data-s-d8ce98c7-d980-45f1-beb2-5aa44c0dd3f8] {
    margin: 0px 0px 0px 0px;
    max-width: 100%;
  }
}
.sd[data-s-08d03b30-cf0c-422a-91da-74554dc22637] {
  align-content: center;
  align-items: center;
  background: #ffffff00;
  border-radius: 0% 0% 0% 0%;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 40px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  width: 40px;
  max-width: 100%;
}
.sd[data-s-08d03b30-cf0c-422a-91da-74554dc22637]:hover {
  opacity: 0.5;
}
.sd[data-s-16df1b8d-9bf9-472e-a622-76cab75f5da8] {
  color: #222222;
  font-size: 36px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-16df1b8d-9bf9-472e-a622-76cab75f5da8] {
    font-size: 40px;
    width: 24px;
    max-width: 100%;
  }
}
.sd[data-s-df42540d-42d5-4aa8-ac7e-c0868c4d3828] {
  background: #ffffff00;
  border-radius: 0% 0% 0% 0%;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 40px;
  justify-content: center;
  width: 40px;
  max-width: 100%;
}
.sd[data-s-df42540d-42d5-4aa8-ac7e-c0868c4d3828]:hover {
  opacity: 0.5;
}
.sd[data-s-872fe078-fa73-4b7b-887d-74e558005bd5] {
  height: auto;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-872fe078-fa73-4b7b-887d-74e558005bd5] {
    padding: 0px 0px 0px 0px;
  }
}
.sd[data-s-649a023a-17a2-4f9c-ba09-96d87c59abdd] {
  color: #222222;
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-649a023a-17a2-4f9c-ba09-96d87c59abdd] {
    font-size: 28px;
  }
}
.sd[data-s-c701593d-37c5-4574-9e15-433539fa3c8a] {
  background: #ffffff00;
  border-radius: 0% 0% 0% 0%;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 40px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  width: 40px;
  max-width: 100%;
}
.sd[data-s-c701593d-37c5-4574-9e15-433539fa3c8a]:hover {
  opacity: 0.5;
}
.sd[data-s-6a24c655-9db1-49c9-ae96-c57ac624f88f] {
  color: #222222;
  font-size: 36px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-6a24c655-9db1-49c9-ae96-c57ac624f88f] {
    font-size: 40px;
  }
}
.sd[data-s-727bb49d-9a57-4453-8c29-e309e1822c9b]:hover {
  opacity: 0.5;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}
.sd[data-s-ecc66463-3164-4109-9843-a9d8e5f6e2c5]:hover {
  opacity: 0.5;
}
.sd[data-s-2bfb1d2e-205c-4c34-b446-86de3c5d5c47]:hover {
  flex: none;
  height: 40px;
  opacity: 0.5;
  width: 40px;
  max-width: calc(100% - 4px);
}
.sd[data-s-1657abbb-fa69-4acd-a8ac-f484870a533e] {
  bottom: -151px;
  display: flex;
  height: auto;
  left: 0px;
  position: absolute;
  top: -80px;
  width: 100%;
  z-index: -1;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-1657abbb-fa69-4acd-a8ac-f484870a533e] {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-1657abbb-fa69-4acd-a8ac-f484870a533e] {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-1657abbb-fa69-4acd-a8ac-f484870a533e] {
    display: flex;
  }
}
.sd[data-s-a378fcbe-8672-4132-8204-aa034853128c] {
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 120px 60px;
  padding: 0px;
  width: calc(100% - 120px);
  max-width: calc(100% - 120px);
}
@media screen and (max-width: 1140px) {
  .sd[data-s-a378fcbe-8672-4132-8204-aa034853128c] {
    margin: 100px 60px;
    width: calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-a378fcbe-8672-4132-8204-aa034853128c] {
    margin: 80px 30px;
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-a378fcbe-8672-4132-8204-aa034853128c] {
    margin: 80px 20px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}
.sd[data-s-ff3c55ca-7ce0-4ed7-be37-c98b3efc7802] {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 1320px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-ff3c55ca-7ce0-4ed7-be37-c98b3efc7802] {
    display: none;
    margin: 0px 30px;
    max-width: calc(100% - 60px);
  }
}
.sd[data-s-a308160e-6c1d-4be3-93af-f69c12e52252] {
  align-content: center;
  align-items: center;
  height: 465px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-a308160e-6c1d-4be3-93af-f69c12e52252] {
    height: 520px;
    width: 100%;
    max-width: 100%;
  }
}
.sd[data-s-fe4b262c-ff59-4496-95b2-9669dd70f013] {
  align-items: center;
  flex-direction: column;
  gap: 58px;
  height: auto;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
  width: 100%;
  --gap-h-fe4b262c-ff59-4496-95b2-9669dd70f013: 0px;
  --gap-v-fe4b262c-ff59-4496-95b2-9669dd70f013: 58px;
  --gap-uuid: fe4b262c-ff59-4496-95b2-9669dd70f013;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-fe4b262c-ff59-4496-95b2-9669dd70f013] {
    gap: 28px;
    margin: 0px;
    padding: 0px;
    --gap-h-fe4b262c-ff59-4496-95b2-9669dd70f013: 0px;
    --gap-v-fe4b262c-ff59-4496-95b2-9669dd70f013: 28px;
  }
}
.sd[data-s-7f063963-5702-423d-83e4-906b1de9b535] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
  width: calc(100% - (var(--gap-h-fe4b262c-ff59-4496-95b2-9669dd70f013) * 0));
  --gap-h-7f063963-5702-423d-83e4-906b1de9b535: 0px;
  --gap-v-7f063963-5702-423d-83e4-906b1de9b535: 20px;
  --gap-uuid: 7f063963-5702-423d-83e4-906b1de9b535;
  max-width: calc(
    100% - (var(--gap-h-fe4b262c-ff59-4496-95b2-9669dd70f013) * 0)
  );
}
@media screen and (max-width: 768px) {
  .sd[data-s-7f063963-5702-423d-83e4-906b1de9b535] {
    padding: 0px 30px;
    --gap-h-7f063963-5702-423d-83e4-906b1de9b535: 0px;
    --gap-v-7f063963-5702-423d-83e4-906b1de9b535: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-7f063963-5702-423d-83e4-906b1de9b535] {
    gap: 8px;
    margin: 0px;
    padding: 0px;
    --gap-h-7f063963-5702-423d-83e4-906b1de9b535: 0px;
    --gap-v-7f063963-5702-423d-83e4-906b1de9b535: 8px;
  }
}
.sd[data-s-5293bb35-d612-4b61-836c-73859c37dac1] {
  align-items: center;
  flex-direction: column;
  height: auto;
  justify-content: center;
  width: 57px;
  max-width: 100%;
}
.sd[data-s-67139040-1d4f-4261-b2dc-161a3d1cf906] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 40px;
  height: auto;
  justify-content: flex-start;
  padding: 0px;
  width: calc(100% - (var(--gap-h-7f063963-5702-423d-83e4-906b1de9b535) * 0));
  --gap-h-67139040-1d4f-4261-b2dc-161a3d1cf906: 0px;
  --gap-v-67139040-1d4f-4261-b2dc-161a3d1cf906: 40px;
  --gap-uuid: 67139040-1d4f-4261-b2dc-161a3d1cf906;
  max-width: calc(
    100% - (var(--gap-h-7f063963-5702-423d-83e4-906b1de9b535) * 0)
  );
}
@media screen and (max-width: 1140px) {
  .sd[data-s-67139040-1d4f-4261-b2dc-161a3d1cf906] {
    padding: 0px 60px;
    --gap-h-67139040-1d4f-4261-b2dc-161a3d1cf906: 0px;
    --gap-v-67139040-1d4f-4261-b2dc-161a3d1cf906: 40px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-67139040-1d4f-4261-b2dc-161a3d1cf906] {
    gap: 16px;
    padding: 0px;
    --gap-h-67139040-1d4f-4261-b2dc-161a3d1cf906: 0px;
    --gap-v-67139040-1d4f-4261-b2dc-161a3d1cf906: 16px;
  }
}
.sd[data-s-ec9421e0-6d4c-462d-866b-c3434d1c883e] {
  color: #ffffff;
  font-family: var(--s-font-419c9bb7);
  font-size: 36px;
  font-style: normal;
  height: auto;
  letter-spacing: 0em;
  line-height: 1.3;
  text-align: center;
  width: calc(100% - (var(--gap-h-67139040-1d4f-4261-b2dc-161a3d1cf906) * 0));
  max-width: calc(
    100% - (var(--gap-h-67139040-1d4f-4261-b2dc-161a3d1cf906) * 0)
  );
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sd[data-s-ec9421e0-6d4c-462d-866b-c3434d1c883e] {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-ec9421e0-6d4c-462d-866b-c3434d1c883e] {
    font-size: 20px;
  }
}
.sd[data-s-86febede-05d8-47a2-988c-6370c4f66805] {
  color: #ffffff;
  font-family: var(--s-font-c5aaf4a9);
  font-size: 18px;
  font-style: normal;
  height: auto;
  letter-spacing: 0em;
  line-height: 2;
  text-align: center;
  width: calc(100% - (var(--gap-h-67139040-1d4f-4261-b2dc-161a3d1cf906) * 0));
  max-width: calc(
    100% - (var(--gap-h-67139040-1d4f-4261-b2dc-161a3d1cf906) * 0)
  );
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sd[data-s-86febede-05d8-47a2-988c-6370c4f66805] {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-86febede-05d8-47a2-988c-6370c4f66805] {
    font-size: 13px;
  }
}
.sd[data-s-8dc086e1-0292-467f-bc40-e8200c967d2d] {
  align-items: center;
  background: #ffffffff;
  border-bottom: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  padding: 12px 28px 11px 28px;
  width: auto;
  max-width: 100%;
}
.sd[data-s-8dc086e1-0292-467f-bc40-e8200c967d2d]:hover {
  opacity: 1;
}
.sd[data-s-47c15289-3783-4257-a85d-95a517a3f313] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
  height: auto;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 5;
  --gap-h-47c15289-3783-4257-a85d-95a517a3f313: 18px;
  --gap-v-47c15289-3783-4257-a85d-95a517a3f313: 0px;
  --gap-uuid: 47c15289-3783-4257-a85d-95a517a3f313;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-47c15289-3783-4257-a85d-95a517a3f313] {
    height: auto;
    --gap-h-47c15289-3783-4257-a85d-95a517a3f313: 18px;
    --gap-v-47c15289-3783-4257-a85d-95a517a3f313: 0px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-47c15289-3783-4257-a85d-95a517a3f313] {
    gap: 8px;
    margin: 0px;
    padding: 0px;
    --gap-h-47c15289-3783-4257-a85d-95a517a3f313: 8px;
    --gap-v-47c15289-3783-4257-a85d-95a517a3f313: 0px;
  }
}
.sd[data-s-2311faf1-f8e8-41b9-9a67-a23c0be9ec7d] {
  color: #000000;
  flex: none;
  font-family: var(--s-font-9d91efdb);
  font-size: 16px;
  font-style: normal;
  height: 29px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
.sd[data-s-8dc086e1-0292-467f-bc40-e8200c967d2d]:hover
  .sd[data-s-2311faf1-f8e8-41b9-9a67-a23c0be9ec7d] {
  color: #ffffffff;
}
@media screen and (max-width: 768px) {
  .sd[data-s-2311faf1-f8e8-41b9-9a67-a23c0be9ec7d] {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-2311faf1-f8e8-41b9-9a67-a23c0be9ec7d] {
    font-size: 13px;
  }
}
.sd[data-s-c625ed67-3668-4642-b844-b57b3d9e5faf] {
  height: auto;
  width: 10px;
  max-width: 100%;
}
.sd[data-s-8dc086e1-0292-467f-bc40-e8200c967d2d]:hover
  .sd[data-s-c625ed67-3668-4642-b844-b57b3d9e5faf] {
  opacity: 0;
  transform: translate(10px, 0px);
}
.sd[data-s-30b65439-bde3-400e-af9f-d09d2551bc08] {
  align-content: center;
  align-items: center;
  bottom: 0px;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
  height: calc(100% - (var(--gap-v-47c15289-3783-4257-a85d-95a517a3f313) * 0));
  justify-content: flex-start;
  left: auto;
  margin: 0 0 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  --gap-h-30b65439-bde3-400e-af9f-d09d2551bc08: 18px;
  --gap-v-30b65439-bde3-400e-af9f-d09d2551bc08: 0px;
  --gap-uuid: 30b65439-bde3-400e-af9f-d09d2551bc08;
  max-width: 100%;
}
.sd[data-s-8dc086e1-0292-467f-bc40-e8200c967d2d]:hover
  .sd[data-s-30b65439-bde3-400e-af9f-d09d2551bc08] {
  opacity: 1;
  --gap-h-30b65439-bde3-400e-af9f-d09d2551bc08: 18px;
  --gap-v-30b65439-bde3-400e-af9f-d09d2551bc08: 0px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-30b65439-bde3-400e-af9f-d09d2551bc08] {
    gap: 8px;
    --gap-h-30b65439-bde3-400e-af9f-d09d2551bc08: 8px;
    --gap-v-30b65439-bde3-400e-af9f-d09d2551bc08: 0px;
  }
}
.sd[data-s-a51ddd98-3863-4ddb-945f-25f63a2d437c] {
  height: auto;
  width: 10px;
  max-width: 100%;
}
.sd[data-s-8dc086e1-0292-467f-bc40-e8200c967d2d]:hover
  .sd[data-s-a51ddd98-3863-4ddb-945f-25f63a2d437c] {
  transform: translate(10px, 0px);
}
.sd[data-s-c36816b2-2c43-43f0-923d-865d83aab8a3] {
  background: #000000ff;
  flex: none;
  height: 100%;
  left: 0;
  margin: 0 0 0 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 0;
  max-width: 100%;
}
.sd[data-s-8dc086e1-0292-467f-bc40-e8200c967d2d]:hover
  .sd[data-s-c36816b2-2c43-43f0-923d-865d83aab8a3] {
  flex: none;
  opacity: 1;
  transition-duration: 480ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.sd[data-s-04befdb8-bc5c-41a9-a55c-a2ba0dc04e8b] {
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 1440px;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-04befdb8-bc5c-41a9-a55c-a2ba0dc04e8b] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-04befdb8-bc5c-41a9-a55c-a2ba0dc04e8b] {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-04befdb8-bc5c-41a9-a55c-a2ba0dc04e8b] {
    display: none;
  }
}
.sd[data-s-20bde45a-3e5b-4e61-b2b8-baa32a3b3cf0] {
  align-content: center;
  align-items: center;
  height: 465px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.sd[data-s-d78492f5-c79d-49e5-8894-99d3f0279f07]:hover {
  opacity: 1;
}
.sd[data-s-0c69baaf-fece-47ea-bb7c-cb8d0b5d157f] {
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 1440px;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-0c69baaf-fece-47ea-bb7c-cb8d0b5d157f] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-0c69baaf-fece-47ea-bb7c-cb8d0b5d157f] {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-0c69baaf-fece-47ea-bb7c-cb8d0b5d157f] {
    display: flex;
  }
}
.sd[data-s-d3a3b74f-cc73-4646-bce8-30bf3d87647a] {
  align-content: center;
  align-items: center;
  height: 465px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-d3a3b74f-cc73-4646-bce8-30bf3d87647a] {
    height: 470px;
    width: 100%;
    max-width: 100%;
  }
}
.sd[data-s-dc7c3d24-3777-4244-add5-66df4eef9f4e]:hover {
  opacity: 1;
}
.sd[data-s-1946c113-19dc-4abe-b79e-66265973defb] {
  align-content: center;
  align-items: center;
  background: #ebebebff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-1946c113-19dc-4abe-b79e-66265973defb] {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-1946c113-19dc-4abe-b79e-66265973defb] {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-1946c113-19dc-4abe-b79e-66265973defb] {
    display: none;
  }
}
.sd[data-s-2224521e-5f31-4839-89f0-c4a597a63a84] {
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: column;
  gap: 60px;
  height: auto;
  justify-content: flex-start;
  margin: 100px 60px 100px 60px;
  padding: 0px;
  width: 1320px;
  --gap-h-2224521e-5f31-4839-89f0-c4a597a63a84: 0px;
  --gap-v-2224521e-5f31-4839-89f0-c4a597a63a84: 60px;
  --gap-uuid: 2224521e-5f31-4839-89f0-c4a597a63a84;
  max-width: calc(100% - 120px);
}
@media screen and (max-width: 1140px) {
  .sd[data-s-2224521e-5f31-4839-89f0-c4a597a63a84] {
    display: flex;
    --gap-h-2224521e-5f31-4839-89f0-c4a597a63a84: 0px;
    --gap-v-2224521e-5f31-4839-89f0-c4a597a63a84: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-2224521e-5f31-4839-89f0-c4a597a63a84] {
    display: flex;
    margin: 80px 30px 80px 30px;
    --gap-h-2224521e-5f31-4839-89f0-c4a597a63a84: 0px;
    --gap-v-2224521e-5f31-4839-89f0-c4a597a63a84: 60px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-2224521e-5f31-4839-89f0-c4a597a63a84] {
    display: flex;
    gap: 28px;
    margin: 0px;
    padding: 0px;
    --gap-h-2224521e-5f31-4839-89f0-c4a597a63a84: 0px;
    --gap-v-2224521e-5f31-4839-89f0-c4a597a63a84: 28px;
    max-width: 100%;
  }
}
.sd[data-s-b05b523c-935e-426e-9a77-33435375cc36] {
  align-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 70px;
  justify-content: flex-start;
  padding: 0px;
  --gap-h-b05b523c-935e-426e-9a77-33435375cc36: 0px;
  --gap-v-b05b523c-935e-426e-9a77-33435375cc36: 70px;
  --gap-uuid: b05b523c-935e-426e-9a77-33435375cc36;
}
@media screen and (max-width: 480px) {
  .sd[data-s-b05b523c-935e-426e-9a77-33435375cc36] {
    gap: 28px;
    --gap-h-b05b523c-935e-426e-9a77-33435375cc36: 0px;
    --gap-v-b05b523c-935e-426e-9a77-33435375cc36: 28px;
  }
}
.sd[data-s-4fef6859-9e08-4757-b1a0-a9382d95f23e] {
  align-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: flex-start;
  padding: 0px;
  width: calc(100% - (var(--gap-h-b05b523c-935e-426e-9a77-33435375cc36) * 0));
  --gap-h-4fef6859-9e08-4757-b1a0-a9382d95f23e: 0px;
  --gap-v-4fef6859-9e08-4757-b1a0-a9382d95f23e: 40px;
  --gap-uuid: 4fef6859-9e8-4757-b1a0-a9382d95f23e;
  max-width: calc(
    100% - (var(--gap-h-b05b523c-935e-426e-9a77-33435375cc36) * 0)
  );
}
@media screen and (max-width: 480px) {
  .sd[data-s-4fef6859-9e08-4757-b1a0-a9382d95f23e] {
    gap: 28px;
    --gap-h-4fef6859-9e08-4757-b1a0-a9382d95f23e: 0px;
    --gap-v-4fef6859-9e08-4757-b1a0-a9382d95f23e: 28px;
  }
}
.sd[data-s-e0c82575-2055-4d31-b789-c4c022069344] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: auto;
  justify-content: flex-start;
  padding: 0px;
  width: calc(100% - (var(--gap-h-4fef6859-9e08-4757-b1a0-a9382d95f23e) * 0));
  --gap-h-e0c82575-2055-4d31-b789-c4c022069344: 10px;
  --gap-v-e0c82575-2055-4d31-b789-c4c022069344: 0px;
  --gap-uuid: e0c82575-2055-4d31-b789-c4c022069344;
  max-width: calc(
    100% - (var(--gap-h-4fef6859-9e08-4757-b1a0-a9382d95f23e) * 0)
  );
}
@media screen and (max-width: 480px) {
  .sd[data-s-e0c82575-2055-4d31-b789-c4c022069344] {
    gap: 4px;
    padding: 0px;
    --gap-h-e0c82575-2055-4d31-b789-c4c022069344: 4px;
    --gap-v-e0c82575-2055-4d31-b789-c4c022069344: 0px;
  }
}
.sd[data-s-c19c165a-d6ed-4611-bbd5-b59dae351d28] {
  align-items: center;
  background: #ff0000;
  flex: none;
  flex-direction: column;
  height: 38px;
  justify-content: center;
  width: 4px;
  max-width: 100%;
}
.sd[data-s-97e968ed-a09b-41d9-93bf-f565a324bac1] {
  color: #000000;
  flex: none;
  font-family: var(--s-font-698fd34e);
  font-size: 32px;
  font-style: normal;
  height: auto;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sd[data-s-97e968ed-a09b-41d9-93bf-f565a324bac1] {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-97e968ed-a09b-41d9-93bf-f565a324bac1] {
    font-size: 18px;
  }
}
.sd[data-s-e5c308c4-588e-4a68-a6ea-9b9f79818aae] {
  align-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: flex-start;
  padding: 0px;
  --gap-h-e5c308c4-588e-4a68-a6ea-9b9f79818aae: 0px;
  --gap-v-e5c308c4-588e-4a68-a6ea-9b9f79818aae: 0px;
  --gap-uuid: e5c308c4-588e-4a68-a6ea-9b9f79818aae;
}
@media screen and (max-width: 480px) {
  .sd[data-s-e5c308c4-588e-4a68-a6ea-9b9f79818aae] {
    gap: 28px;
    --gap-h-e5c308c4-588e-4a68-a6ea-9b9f79818aae: 0px;
    --gap-v-e5c308c4-588e-4a68-a6ea-9b9f79818aae: 28px;
  }
}
.sd[data-s-83b81b3a-2b54-4c0b-9785-3d45b8038923] {
  align-content: flex-start;
  align-items: flex-start;
  background: #ffffff;
  border-bottom: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  border-top: 1px solid #bebebe;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
  height: auto;
  justify-content: flex-start;
  padding: 50px 60px 50px 60px;
  width: calc(100% - (var(--gap-h-e5c308c4-588e-4a68-a6ea-9b9f79818aae) * 0));
  --gap-h-83b81b3a-2b54-4c0b-9785-3d45b8038923: 0px;
  --gap-v-83b81b3a-2b54-4c0b-9785-3d45b8038923: 30px;
  --gap-uuid: 83b81b3a-2b54-4c0b-9785-3d45b8038923;
  max-width: calc(
    100% - (var(--gap-h-e5c308c4-588e-4a68-a6ea-9b9f79818aae) * 0)
  );
}
@media screen and (max-width: 1140px) {
  .sd[data-s-83b81b3a-2b54-4c0b-9785-3d45b8038923] {
    padding: 60px 60px 60px 60px;
    --gap-h-83b81b3a-2b54-4c0b-9785-3d45b8038923: 0px;
    --gap-v-83b81b3a-2b54-4c0b-9785-3d45b8038923: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-83b81b3a-2b54-4c0b-9785-3d45b8038923] {
    padding: 40px 30px 40px 30px;
    --gap-h-83b81b3a-2b54-4c0b-9785-3d45b8038923: 0px;
    --gap-v-83b81b3a-2b54-4c0b-9785-3d45b8038923: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-83b81b3a-2b54-4c0b-9785-3d45b8038923] {
    gap: 14px;
    padding: 24px 16px 24px 16px;
    --gap-h-83b81b3a-2b54-4c0b-9785-3d45b8038923: 0px;
    --gap-v-83b81b3a-2b54-4c0b-9785-3d45b8038923: 14px;
  }
}
.sd[data-s-4d79b992-7e82-438f-b71d-34cd8b3dc53c] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 60px;
  justify-content: flex-start;
  padding: 0px;
  --gap-h-4d79b992-7e82-438f-b71d-34cd8b3dc53c: 0px;
  --gap-v-4d79b992-7e82-438f-b71d-34cd8b3dc53c: 60px;
  --gap-uuid: 4d79b992-7e82-438f-b71d-34cd8b3dc53c;
}
@media screen and (max-width: 480px) {
  .sd[data-s-4d79b992-7e82-438f-b71d-34cd8b3dc53c] {
    gap: 14px;
    --gap-h-4d79b992-7e82-438f-b71d-34cd8b3dc53c: 0px;
    --gap-v-4d79b992-7e82-438f-b71d-34cd8b3dc53c: 14px;
  }
}
.sd[data-s-efa6067e-34c8-47e1-8eae-70a679bc835e] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  height: auto;
  justify-content: flex-start;
  padding: 0px;
  width: calc(100% - (var(--gap-h-4d79b992-7e82-438f-b71d-34cd8b3dc53c) * 0));
  --gap-h-efa6067e-34c8-47e1-8eae-70a679bc835e: 12px;
  --gap-v-efa6067e-34c8-47e1-8eae-70a679bc835e: 0px;
  --gap-uuid: efa6067e-34c8-47e1-8eae-70a679bc835e;
  max-width: calc(
    100% - (var(--gap-h-4d79b992-7e82-438f-b71d-34cd8b3dc53c) * 0)
  );
}
@media screen and (max-width: 480px) {
  .sd[data-s-efa6067e-34c8-47e1-8eae-70a679bc835e] {
    gap: 14px;
    --gap-h-efa6067e-34c8-47e1-8eae-70a679bc835e: 14px;
    --gap-v-efa6067e-34c8-47e1-8eae-70a679bc835e: 0px;
  }
}
.sd[data-s-7c493275-b764-4663-870c-dcf8e0d8113d] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  height: auto;
  justify-content: flex-start;
  padding: 0px;
  width: calc(100% - (var(--gap-h-4d79b992-7e82-438f-b71d-34cd8b3dc53c) * 0));
  --gap-h-7c493275-b764-4663-870c-dcf8e0d8113d: 12px;
  --gap-v-7c493275-b764-4663-870c-dcf8e0d8113d: 0px;
  --gap-uuid: 7c493275-b764-4663-870c-dcf8e0d8113d;
  max-width: calc(
    100% - (var(--gap-h-4d79b992-7e82-438f-b71d-34cd8b3dc53c) * 0)
  );
}
@media screen and (max-width: 480px) {
  .sd[data-s-7c493275-b764-4663-870c-dcf8e0d8113d] {
    gap: 14px;
    --gap-h-7c493275-b764-4663-870c-dcf8e0d8113d: 14px;
    --gap-v-7c493275-b764-4663-870c-dcf8e0d8113d: 0px;
  }
}
.sd[data-s-c47840d6-0216-4dfe-acd7-5417b23f08c8] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  height: auto;
  justify-content: flex-start;
  padding: 0px;
  width: calc(100% - (var(--gap-h-4d79b992-7e82-438f-b71d-34cd8b3dc53c) * 0));
  --gap-h-c47840d6-0216-4dfe-acd7-5417b23f08c8: 12px;
  --gap-v-c47840d6-0216-4dfe-acd7-5417b23f08c8: 0px;
  --gap-uuid: c47840d6-0216-4dfe-acd7-5417b23f08c8;
  max-width: calc(
    100% - (var(--gap-h-4d79b992-7e82-438f-b71d-34cd8b3dc53c) * 0)
  );
}
@media screen and (max-width: 480px) {
  .sd[data-s-c47840d6-0216-4dfe-acd7-5417b23f08c8] {
    gap: 14px;
    --gap-h-c47840d6-0216-4dfe-acd7-5417b23f08c8: 14px;
    --gap-v-c47840d6-0216-4dfe-acd7-5417b23f08c8: 0px;
  }
}
.sd[data-s-c957135f-d377-4482-b9b9-08ad274b1dfe] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  height: auto;
  justify-content: flex-start;
  padding: 0px;
  width: calc(100% - (var(--gap-h-4d79b992-7e82-438f-b71d-34cd8b3dc53c) * 0));
  --gap-h-c957135f-d377-4482-b9b9-08ad274b1dfe: 12px;
  --gap-v-c957135f-d377-4482-b9b9-08ad274b1dfe: 0px;
  --gap-uuid: c957135f-d377-4482-b9b9-08ad274b1dfe;
  max-width: calc(
    100% - (var(--gap-h-4d79b992-7e82-438f-b71d-34cd8b3dc53c) * 0)
  );
}
@media screen and (max-width: 480px) {
  .sd[data-s-c957135f-d377-4482-b9b9-08ad274b1dfe] {
    gap: 14px;
    --gap-h-c957135f-d377-4482-b9b9-08ad274b1dfe: 14px;
    --gap-v-c957135f-d377-4482-b9b9-08ad274b1dfe: 0px;
  }
}
.sd[data-s-23080974-9ffc-41bf-87d8-6c63fd75c99f] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  height: auto;
  justify-content: flex-start;
  padding: 0px;
  width: calc(100% - (var(--gap-h-4d79b992-7e82-438f-b71d-34cd8b3dc53c) * 0));
  --gap-h-23080974-9ffc-41bf-87d8-6c63fd75c99f: 12px;
  --gap-v-23080974-9ffc-41bf-87d8-6c63fd75c99f: 0px;
  --gap-uuid: 23080974-9ffc-41bf-87d8-6c63fd75c99f;
  max-width: calc(
    100% - (var(--gap-h-4d79b992-7e82-438f-b71d-34cd8b3dc53c) * 0)
  );
}
@media screen and (max-width: 480px) {
  .sd[data-s-23080974-9ffc-41bf-87d8-6c63fd75c99f] {
    gap: 14px;
    --gap-h-23080974-9ffc-41bf-87d8-6c63fd75c99f: 14px;
    --gap-v-23080974-9ffc-41bf-87d8-6c63fd75c99f: 0px;
  }
}
.sd[data-s-9e32fac3-dfaa-487f-8007-0df3d7feb4c2] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: flex-start;
  padding: 0px;
  --gap-h-9e32fac3-dfaa-487f-8007-0df3d7feb4c2: 0px;
  --gap-v-9e32fac3-dfaa-487f-8007-0df3d7feb4c2: 40px;
  --gap-uuid: 9e32fac3-dfaa-487f-8007-0df3d7feb4c2;
}
@media screen and (max-width: 480px) {
  .sd[data-s-9e32fac3-dfaa-487f-8007-0df3d7feb4c2] {
    gap: 28px;
    --gap-h-9e32fac3-dfaa-487f-8007-0df3d7feb4c2: 0px;
    --gap-v-9e32fac3-dfaa-487f-8007-0df3d7feb4c2: 28px;
  }
}
.sd[data-s-e8ce1c3a-4b1d-4892-9311-c7099eceab59] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: auto;
  justify-content: flex-start;
  padding: 0px;
  width: calc(100% - (var(--gap-h-9e32fac3-dfaa-487f-8007-0df3d7feb4c2) * 0));
  --gap-h-e8ce1c3a-4b1d-4892-9311-c7099eceab59: 10px;
  --gap-v-e8ce1c3a-4b1d-4892-9311-c7099eceab59: 0px;
  --gap-uuid: e8ce1c3a-4b1d-4892-9311-c7099eceab59;
  max-width: calc(
    100% - (var(--gap-h-9e32fac3-dfaa-487f-8007-0df3d7feb4c2) * 0)
  );
}
@media screen and (max-width: 480px) {
  .sd[data-s-e8ce1c3a-4b1d-4892-9311-c7099eceab59] {
    gap: 4px;
    padding: 0px;
    --gap-h-e8ce1c3a-4b1d-4892-9311-c7099eceab59: 4px;
    --gap-v-e8ce1c3a-4b1d-4892-9311-c7099eceab59: 0px;
  }
}
.sd[data-s-ee9f480a-20c7-4b32-95dc-3d448eae7538] {
  align-items: center;
  background: #ff0000;
  flex: none;
  flex-direction: column;
  height: 38px;
  justify-content: center;
  width: 4px;
  max-width: 100%;
}
.sd[data-s-380e2749-980f-4c3f-8c58-d43a27ee6e72] {
  color: #000000;
  flex: none;
  font-family: var(--s-font-698fd34e);
  font-size: 32px;
  font-style: normal;
  height: auto;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sd[data-s-380e2749-980f-4c3f-8c58-d43a27ee6e72] {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-380e2749-980f-4c3f-8c58-d43a27ee6e72] {
    font-size: 18px;
  }
}
.sd[data-s-64be326b-cd3f-4748-a293-ca8ee27f6480] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 60px;
  justify-content: flex-start;
  padding: 0px;
  --gap-h-64be326b-cd3f-4748-a293-ca8ee27f6480: 0px;
  --gap-v-64be326b-cd3f-4748-a293-ca8ee27f6480: 60px;
  --gap-uuid: 64be326b-cd3f-4748-a293-ca8ee27f6480;
}
@media screen and (max-width: 480px) {
  .sd[data-s-64be326b-cd3f-4748-a293-ca8ee27f6480] {
    gap: 28px;
    --gap-h-64be326b-cd3f-4748-a293-ca8ee27f6480: 0px;
    --gap-v-64be326b-cd3f-4748-a293-ca8ee27f6480: 28px;
  }
}
.sd[data-s-0dc00bb5-868d-4a0b-b898-4779fcdc5671] {
  align-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  padding: 0px;
  --gap-h-0dc00bb5-868d-4a0b-b898-4779fcdc5671: 0px;
  --gap-v-0dc00bb5-868d-4a0b-b898-4779fcdc5671: 16px;
  --gap-uuid: 0dc00bb5-868d-4a0b-b898-4779fcdc5671;
}
@media screen and (max-width: 480px) {
  .sd[data-s-0dc00bb5-868d-4a0b-b898-4779fcdc5671] {
    gap: 28px;
    --gap-h-0dc00bb5-868d-4a0b-b898-4779fcdc5671: 0px;
    --gap-v-0dc00bb5-868d-4a0b-b898-4779fcdc5671: 28px;
  }
}
.sd[data-s-9af0900a-eaef-486a-a3d3-54cdc5669a39] {
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  height: calc(100% - (var(--gap-v-0dc00bb5-868d-4a0b-b898-4779fcdc5671) * 0));
  justify-content: flex-start;
  padding: 0px;
  width: calc(100% - (var(--gap-h-0dc00bb5-868d-4a0b-b898-4779fcdc5671) * 0));
  --gap-h-9af0900a-eaef-486a-a3d3-54cdc5669a39: 16px;
  --gap-v-9af0900a-eaef-486a-a3d3-54cdc5669a39: 0px;
  --gap-uuid: 9af0900a-eaef-486a-a3d3-54cdc5669a39;
  max-width: calc(
    100% - (var(--gap-h-0dc00bb5-868d-4a0b-b898-4779fcdc5671) * 0)
  );
}
@media screen and (max-width: 480px) {
  .sd[data-s-9af0900a-eaef-486a-a3d3-54cdc5669a39] {
    gap: 28px;
    --gap-h-9af0900a-eaef-486a-a3d3-54cdc5669a39: 28px;
    --gap-v-9af0900a-eaef-486a-a3d3-54cdc5669a39: 0px;
  }
}
.sd[data-s-774cf9a7-e3af-433d-966e-0e330508345c] {
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  padding: 0px;
  width: calc(
    33.333% - (var(--gap-h-9af0900a-eaef-486a-a3d3-54cdc5669a39) * 0.66667)
  );
  z-index: 2;
  --gap-h-774cf9a7-e3af-433d-966e-0e330508345c: 16px;
  --gap-v-774cf9a7-e3af-433d-966e-0e330508345c: 0px;
  --gap-uuid: 774cf9a7-e3af-433d-966e-0e330508345c;
  max-width: calc(
    33.333% - (var(--gap-h-9af0900a-eaef-486a-a3d3-54cdc5669a39) * 0.66667)
  );
}
.sd[data-s-774cf9a7-e3af-433d-966e-0e330508345c]:hover {
  opacity: 1;
  --gap-h-774cf9a7-e3af-433d-966e-0e330508345c: 16px;
  --gap-v-774cf9a7-e3af-433d-966e-0e330508345c: 0px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-774cf9a7-e3af-433d-966e-0e330508345c] {
    gap: 28px;
    --gap-h-774cf9a7-e3af-433d-966e-0e330508345c: 28px;
    --gap-v-774cf9a7-e3af-433d-966e-0e330508345c: 0px;
  }
}
.sd[data-s-93458d36-25fb-434a-845c-aba3aef9db31] {
  background: #000000ff;
  bottom: 0px;
  height: calc(100% - (var(--gap-v-774cf9a7-e3af-433d-966e-0e330508345c) * 0));
  left: 0px;
  opacity: 1;
  position: absolute;
  right: auto;
  top: auto;
  transform: scale(0, 1);
  transform-origin: center left;
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: calc(100% - (var(--gap-h-774cf9a7-e3af-433d-966e-0e330508345c) * 0));
  z-index: 1;
  max-width: calc(
    100% - (var(--gap-h-774cf9a7-e3af-433d-966e-0e330508345c) * 0)
  );
}
.sd[data-s-774cf9a7-e3af-433d-966e-0e330508345c]:hover
  .sd[data-s-93458d36-25fb-434a-845c-aba3aef9db31] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-af86619c-adcf-4dab-9855-27aa86a81186] {
  height: auto;
  width: calc(100% - (var(--gap-h-774cf9a7-e3af-433d-966e-0e330508345c) * 0));
  max-width: calc(
    100% - (var(--gap-h-774cf9a7-e3af-433d-966e-0e330508345c) * 0)
  );
}
.sd[data-s-f14ad06e-ca91-473a-ab7a-0a24969094aa] {
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  padding: 0px;
  width: calc(
    33.333% - (var(--gap-h-9af0900a-eaef-486a-a3d3-54cdc5669a39) * 0.66667)
  );
  z-index: 2;
  --gap-h-f14ad06e-ca91-473a-ab7a-0a24969094aa: 16px;
  --gap-v-f14ad06e-ca91-473a-ab7a-0a24969094aa: 0px;
  --gap-uuid: f14ad06e-ca91-473a-ab7a-0a24969094aa;
  max-width: calc(
    33.333% - (var(--gap-h-9af0900a-eaef-486a-a3d3-54cdc5669a39) * 0.66667)
  );
}
.sd[data-s-f14ad06e-ca91-473a-ab7a-0a24969094aa]:hover {
  opacity: 1;
  --gap-h-f14ad06e-ca91-473a-ab7a-0a24969094aa: 16px;
  --gap-v-f14ad06e-ca91-473a-ab7a-0a24969094aa: 0px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-f14ad06e-ca91-473a-ab7a-0a24969094aa] {
    gap: 28px;
    --gap-h-f14ad06e-ca91-473a-ab7a-0a24969094aa: 28px;
    --gap-v-f14ad06e-ca91-473a-ab7a-0a24969094aa: 0px;
  }
}
.sd[data-s-c8fe1166-3351-47a0-bca4-f17e222ca964] {
  background: #000000ff;
  bottom: 0px;
  height: calc(100% - (var(--gap-v-f14ad06e-ca91-473a-ab7a-0a24969094aa) * 0));
  left: 0px;
  opacity: 1;
  position: absolute;
  right: auto;
  top: auto;
  transform: scale(0, 1);
  transform-origin: center left;
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: calc(100% - (var(--gap-h-f14ad06e-ca91-473a-ab7a-0a24969094aa) * 0));
  z-index: 1;
  max-width: calc(
    100% - (var(--gap-h-f14ad06e-ca91-473a-ab7a-0a24969094aa) * 0)
  );
}
.sd[data-s-f14ad06e-ca91-473a-ab7a-0a24969094aa]:hover
  .sd[data-s-c8fe1166-3351-47a0-bca4-f17e222ca964] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-5ffec645-0104-4ec7-8e62-c27a2a907069] {
  height: auto;
  width: calc(100% - (var(--gap-h-f14ad06e-ca91-473a-ab7a-0a24969094aa) * 0));
  max-width: calc(
    100% - (var(--gap-h-f14ad06e-ca91-473a-ab7a-0a24969094aa) * 0)
  );
}
.sd[data-s-336ce6f0-25d4-420c-9a1e-dd5c1450ddee] {
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  padding: 0px;
  width: calc(
    33.333% - (var(--gap-h-9af0900a-eaef-486a-a3d3-54cdc5669a39) * 0.66667)
  );
  z-index: 2;
  --gap-h-336ce6f0-25d4-420c-9a1e-dd5c1450ddee: 16px;
  --gap-v-336ce6f0-25d4-420c-9a1e-dd5c1450ddee: 0px;
  --gap-uuid: 336ce6f0-25d4-420c-9a1e-dd5c1450ddee;
  max-width: calc(
    33.333% - (var(--gap-h-9af0900a-eaef-486a-a3d3-54cdc5669a39) * 0.66667)
  );
}
.sd[data-s-336ce6f0-25d4-420c-9a1e-dd5c1450ddee]:hover {
  opacity: 1;
  --gap-h-336ce6f0-25d4-420c-9a1e-dd5c1450ddee: 16px;
  --gap-v-336ce6f0-25d4-420c-9a1e-dd5c1450ddee: 0px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-336ce6f0-25d4-420c-9a1e-dd5c1450ddee] {
    gap: 28px;
    --gap-h-336ce6f0-25d4-420c-9a1e-dd5c1450ddee: 28px;
    --gap-v-336ce6f0-25d4-420c-9a1e-dd5c1450ddee: 0px;
  }
}
.sd[data-s-f89e776a-3488-47a1-86e5-e63d4d39b95d] {
  background: #000000ff;
  bottom: 0px;
  height: calc(100% - (var(--gap-v-336ce6f0-25d4-420c-9a1e-dd5c1450ddee) * 0));
  left: 0px;
  opacity: 1;
  position: absolute;
  right: auto;
  top: auto;
  transform: scale(0, 1);
  transform-origin: center left;
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: calc(100% - (var(--gap-h-336ce6f0-25d4-420c-9a1e-dd5c1450ddee) * 0));
  z-index: 1;
  max-width: calc(
    100% - (var(--gap-h-336ce6f0-25d4-420c-9a1e-dd5c1450ddee) * 0)
  );
}
.sd[data-s-336ce6f0-25d4-420c-9a1e-dd5c1450ddee]:hover
  .sd[data-s-f89e776a-3488-47a1-86e5-e63d4d39b95d] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-4bcb0e42-720e-42e2-8813-64820ded147a] {
  height: auto;
  width: calc(100% - (var(--gap-h-336ce6f0-25d4-420c-9a1e-dd5c1450ddee) * 0));
  max-width: calc(
    100% - (var(--gap-h-336ce6f0-25d4-420c-9a1e-dd5c1450ddee) * 0)
  );
}
.sd[data-s-3b734218-abb0-4bd9-ad74-2323a4551745] {
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  height: calc(100% - (var(--gap-v-0dc00bb5-868d-4a0b-b898-4779fcdc5671) * 0));
  justify-content: flex-start;
  padding: 0px;
  --gap-h-3b734218-abb0-4bd9-ad74-2323a4551745: 16px;
  --gap-v-3b734218-abb0-4bd9-ad74-2323a4551745: 0px;
  --gap-uuid: 3b734218-abb0-4bd9-ad74-2323a4551745;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-3b734218-abb0-4bd9-ad74-2323a4551745] {
    gap: 28px;
    --gap-h-3b734218-abb0-4bd9-ad74-2323a4551745: 28px;
    --gap-v-3b734218-abb0-4bd9-ad74-2323a4551745: 0px;
  }
}
.sd[data-s-0686c5c0-363b-4f19-b9f6-e96b3735383b] {
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  padding: 0px;
  width: calc(
    33.333% - (var(--gap-h-3b734218-abb0-4bd9-ad74-2323a4551745) * 0.66667)
  );
  z-index: 2;
  --gap-h-0686c5c0-363b-4f19-b9f6-e96b3735383b: 16px;
  --gap-v-0686c5c0-363b-4f19-b9f6-e96b3735383b: 0px;
  --gap-uuid: 0686c5c0-363b-4f19-b9f6-e96b3735383b;
  max-width: calc(
    33.333% - (var(--gap-h-3b734218-abb0-4bd9-ad74-2323a4551745) * 0.66667)
  );
}
.sd[data-s-0686c5c0-363b-4f19-b9f6-e96b3735383b]:hover {
  opacity: 1;
  --gap-h-0686c5c0-363b-4f19-b9f6-e96b3735383b: 16px;
  --gap-v-0686c5c0-363b-4f19-b9f6-e96b3735383b: 0px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-0686c5c0-363b-4f19-b9f6-e96b3735383b] {
    gap: 28px;
    --gap-h-0686c5c0-363b-4f19-b9f6-e96b3735383b: 28px;
    --gap-v-0686c5c0-363b-4f19-b9f6-e96b3735383b: 0px;
  }
}
.sd[data-s-b5fb865f-b69e-4f14-b7ac-a701e9f25e5d] {
  background: #000000ff;
  bottom: 0px;
  height: calc(100% - (var(--gap-v-0686c5c0-363b-4f19-b9f6-e96b3735383b) * 0));
  left: 0px;
  opacity: 1;
  position: absolute;
  right: auto;
  top: auto;
  transform: scale(0, 1);
  transform-origin: center left;
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: calc(100% - (var(--gap-h-0686c5c0-363b-4f19-b9f6-e96b3735383b) * 0));
  z-index: 1;
  max-width: calc(
    100% - (var(--gap-h-0686c5c0-363b-4f19-b9f6-e96b3735383b) * 0)
  );
}
.sd[data-s-0686c5c0-363b-4f19-b9f6-e96b3735383b]:hover
  .sd[data-s-b5fb865f-b69e-4f14-b7ac-a701e9f25e5d] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-0c95b72b-e886-405d-af49-edf8ce64e987] {
  height: auto;
  width: calc(100% - (var(--gap-h-0686c5c0-363b-4f19-b9f6-e96b3735383b) * 0));
  max-width: calc(
    100% - (var(--gap-h-0686c5c0-363b-4f19-b9f6-e96b3735383b) * 0)
  );
}
.sd[data-s-2ab51dd2-0b5d-441c-92d9-566252bd26ea] {
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  padding: 0px;
  width: calc(
    33.333% - (var(--gap-h-3b734218-abb0-4bd9-ad74-2323a4551745) * 0.66667)
  );
  z-index: 2;
  --gap-h-2ab51dd2-0b5d-441c-92d9-566252bd26ea: 16px;
  --gap-v-2ab51dd2-0b5d-441c-92d9-566252bd26ea: 0px;
  --gap-uuid: 2ab51dd2-0b5d-441c-92d9-566252bd26ea;
  max-width: calc(
    33.333% - (var(--gap-h-3b734218-abb0-4bd9-ad74-2323a4551745) * 0.66667)
  );
}
.sd[data-s-2ab51dd2-0b5d-441c-92d9-566252bd26ea]:hover {
  opacity: 1;
  --gap-h-2ab51dd2-0b5d-441c-92d9-566252bd26ea: 16px;
  --gap-v-2ab51dd2-0b5d-441c-92d9-566252bd26ea: 0px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-2ab51dd2-0b5d-441c-92d9-566252bd26ea] {
    gap: 28px;
    --gap-h-2ab51dd2-0b5d-441c-92d9-566252bd26ea: 28px;
    --gap-v-2ab51dd2-0b5d-441c-92d9-566252bd26ea: 0px;
  }
}
.sd[data-s-a209f7b4-4990-4e04-86f9-78bc3c1be117] {
  background: #000000ff;
  bottom: 0px;
  height: calc(100% - (var(--gap-v-2ab51dd2-0b5d-441c-92d9-566252bd26ea) * 0));
  left: 0px;
  opacity: 1;
  position: absolute;
  right: auto;
  top: auto;
  transform: scale(0, 1);
  transform-origin: center left;
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: calc(100% - (var(--gap-h-2ab51dd2-0b5d-441c-92d9-566252bd26ea) * 0));
  z-index: 1;
  max-width: calc(
    100% - (var(--gap-h-2ab51dd2-0b5d-441c-92d9-566252bd26ea) * 0)
  );
}
.sd[data-s-2ab51dd2-0b5d-441c-92d9-566252bd26ea]:hover
  .sd[data-s-a209f7b4-4990-4e04-86f9-78bc3c1be117] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-331ef3cf-a308-4532-bdfd-b91386463375] {
  height: auto;
  width: calc(100% - (var(--gap-h-2ab51dd2-0b5d-441c-92d9-566252bd26ea) * 0));
  max-width: calc(
    100% - (var(--gap-h-2ab51dd2-0b5d-441c-92d9-566252bd26ea) * 0)
  );
}
.sd[data-s-45e7bc26-1a46-4816-ae62-e2032d786717] {
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  padding: 0px;
  width: calc(
    33.333% - (var(--gap-h-3b734218-abb0-4bd9-ad74-2323a4551745) * 0.66667)
  );
  z-index: 2;
  --gap-h-45e7bc26-1a46-4816-ae62-e2032d786717: 16px;
  --gap-v-45e7bc26-1a46-4816-ae62-e2032d786717: 0px;
  --gap-uuid: 45e7bc26-1a46-4816-ae62-e2032d786717;
  max-width: calc(
    33.333% - (var(--gap-h-3b734218-abb0-4bd9-ad74-2323a4551745) * 0.66667)
  );
}
.sd[data-s-45e7bc26-1a46-4816-ae62-e2032d786717]:hover {
  opacity: 1;
  --gap-h-45e7bc26-1a46-4816-ae62-e2032d786717: 16px;
  --gap-v-45e7bc26-1a46-4816-ae62-e2032d786717: 0px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-45e7bc26-1a46-4816-ae62-e2032d786717] {
    gap: 28px;
    --gap-h-45e7bc26-1a46-4816-ae62-e2032d786717: 28px;
    --gap-v-45e7bc26-1a46-4816-ae62-e2032d786717: 0px;
  }
}
.sd[data-s-a476e599-9b90-4a46-90b5-a82786a69005] {
  background: #000000ff;
  bottom: 0px;
  height: calc(100% - (var(--gap-v-45e7bc26-1a46-4816-ae62-e2032d786717) * 0));
  left: 0px;
  opacity: 1;
  position: absolute;
  right: auto;
  top: auto;
  transform: scale(0, 1);
  transform-origin: center left;
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: calc(100% - (var(--gap-h-45e7bc26-1a46-4816-ae62-e2032d786717) * 0));
  z-index: 1;
  max-width: calc(
    100% - (var(--gap-h-45e7bc26-1a46-4816-ae62-e2032d786717) * 0)
  );
}
.sd[data-s-45e7bc26-1a46-4816-ae62-e2032d786717]:hover
  .sd[data-s-a476e599-9b90-4a46-90b5-a82786a69005] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-3eee0c53-ac39-4211-b552-6714be2e7374] {
  height: auto;
  width: calc(100% - (var(--gap-h-45e7bc26-1a46-4816-ae62-e2032d786717) * 0));
  max-width: calc(
    100% - (var(--gap-h-45e7bc26-1a46-4816-ae62-e2032d786717) * 0)
  );
}
.sd[data-s-b9fa60f1-405f-48b2-a340-9d54bbd811be] {
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  height: calc(100% - (var(--gap-v-0dc00bb5-868d-4a0b-b898-4779fcdc5671) * 0));
  justify-content: flex-start;
  padding: 0px;
  --gap-h-b9fa60f1-405f-48b2-a340-9d54bbd811be: 16px;
  --gap-v-b9fa60f1-405f-48b2-a340-9d54bbd811be: 0px;
  --gap-uuid: b9fa60f1-405f-48b2-a340-9d54bbd811be;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-b9fa60f1-405f-48b2-a340-9d54bbd811be] {
    gap: 28px;
    --gap-h-b9fa60f1-405f-48b2-a340-9d54bbd811be: 28px;
    --gap-v-b9fa60f1-405f-48b2-a340-9d54bbd811be: 0px;
  }
}
.sd[data-s-12c93e0a-547a-4f28-b59e-4b582b4bf947] {
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  padding: 0px;
  width: calc(
    33.333% - (var(--gap-h-b9fa60f1-405f-48b2-a340-9d54bbd811be) * 0.66667)
  );
  z-index: 2;
  --gap-h-12c93e0a-547a-4f28-b59e-4b582b4bf947: 16px;
  --gap-v-12c93e0a-547a-4f28-b59e-4b582b4bf947: 0px;
  --gap-uuid: 12c93e0a-547a-4f28-b59e-4b582b4bf947;
  max-width: calc(
    33.333% - (var(--gap-h-b9fa60f1-405f-48b2-a340-9d54bbd811be) * 0.66667)
  );
}
.sd[data-s-12c93e0a-547a-4f28-b59e-4b582b4bf947]:hover {
  opacity: 1;
  --gap-h-12c93e0a-547a-4f28-b59e-4b582b4bf947: 16px;
  --gap-v-12c93e0a-547a-4f28-b59e-4b582b4bf947: 0px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-12c93e0a-547a-4f28-b59e-4b582b4bf947] {
    gap: 28px;
    --gap-h-12c93e0a-547a-4f28-b59e-4b582b4bf947: 28px;
    --gap-v-12c93e0a-547a-4f28-b59e-4b582b4bf947: 0px;
  }
}
.sd[data-s-7f73abfb-3313-4bfc-9132-8406eaba32f4] {
  background: #000000ff;
  bottom: 0px;
  height: calc(100% - (var(--gap-v-12c93e0a-547a-4f28-b59e-4b582b4bf947) * 0));
  left: 0px;
  opacity: 1;
  position: absolute;
  right: auto;
  top: auto;
  transform: scale(0, 1);
  transform-origin: center left;
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: calc(100% - (var(--gap-h-12c93e0a-547a-4f28-b59e-4b582b4bf947) * 0));
  z-index: 1;
  max-width: calc(
    100% - (var(--gap-h-12c93e0a-547a-4f28-b59e-4b582b4bf947) * 0)
  );
}
.sd[data-s-12c93e0a-547a-4f28-b59e-4b582b4bf947]:hover
  .sd[data-s-7f73abfb-3313-4bfc-9132-8406eaba32f4] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-c51aa201-c2a4-47d6-8c18-1c819c174db4] {
  height: auto;
  width: calc(100% - (var(--gap-h-12c93e0a-547a-4f28-b59e-4b582b4bf947) * 0));
  max-width: calc(
    100% - (var(--gap-h-12c93e0a-547a-4f28-b59e-4b582b4bf947) * 0)
  );
}
.sd[data-s-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f] {
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  padding: 0px;
  width: calc(
    33.333% - (var(--gap-h-b9fa60f1-405f-48b2-a340-9d54bbd811be) * 0.66667)
  );
  z-index: 2;
  --gap-h-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f: 16px;
  --gap-v-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f: 0px;
  --gap-uuid: 5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f;
  max-width: calc(
    33.333% - (var(--gap-h-b9fa60f1-405f-48b2-a340-9d54bbd811be) * 0.66667)
  );
}
.sd[data-s-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f]:hover {
  opacity: 1;
  --gap-h-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f: 16px;
  --gap-v-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f: 0px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f] {
    gap: 28px;
    --gap-h-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f: 28px;
    --gap-v-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f: 0px;
  }
}
.sd[data-s-35266b1a-8d88-4c93-bf72-b5ef11b3ab9a] {
  background: #000000ff;
  bottom: 0px;
  height: calc(100% - (var(--gap-v-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f) * 0));
  left: 0px;
  opacity: 1;
  position: absolute;
  right: auto;
  top: auto;
  transform: scale(0, 1);
  transform-origin: center left;
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: calc(100% - (var(--gap-h-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f) * 0));
  z-index: 1;
  max-width: calc(
    100% - (var(--gap-h-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f) * 0)
  );
}
.sd[data-s-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f]:hover
  .sd[data-s-35266b1a-8d88-4c93-bf72-b5ef11b3ab9a] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-e0e77697-a503-4d2b-97d1-1a44dffbceff] {
  height: auto;
  width: calc(100% - (var(--gap-h-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f) * 0));
  max-width: calc(
    100% - (var(--gap-h-5c7e5ee0-43b8-4112-b9b7-1e9e1478f68f) * 0)
  );
}
.sd[data-s-9bfa889d-5f97-42b7-b006-6720160c20c4] {
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  opacity: 0;
  padding: 0px;
  width: calc(
    33.333% - (var(--gap-h-b9fa60f1-405f-48b2-a340-9d54bbd811be) * 0.66667)
  );
  --gap-h-9bfa889d-5f97-42b7-b006-6720160c20c4: 16px;
  --gap-v-9bfa889d-5f97-42b7-b006-6720160c20c4: 0px;
  --gap-uuid: 9bfa889d-5f97-42b7-b006-6720160c20c4;
  max-width: calc(
    33.333% - (var(--gap-h-b9fa60f1-405f-48b2-a340-9d54bbd811be) * 0.66667)
  );
}
.sd[data-s-9bfa889d-5f97-42b7-b006-6720160c20c4]:hover {
  opacity: 1;
  --gap-h-9bfa889d-5f97-42b7-b006-6720160c20c4: 16px;
  --gap-v-9bfa889d-5f97-42b7-b006-6720160c20c4: 0px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-9bfa889d-5f97-42b7-b006-6720160c20c4] {
    gap: 28px;
    --gap-h-9bfa889d-5f97-42b7-b006-6720160c20c4: 28px;
    --gap-v-9bfa889d-5f97-42b7-b006-6720160c20c4: 0px;
  }
}
.sd[data-s-0df8dc3d-a4a1-4249-978e-08f853256114] {
  height: auto;
  opacity: 0;
  width: calc(100% - (var(--gap-h-9bfa889d-5f97-42b7-b006-6720160c20c4) * 0));
  max-width: calc(
    100% - (var(--gap-h-9bfa889d-5f97-42b7-b006-6720160c20c4) * 0)
  );
}
.sd[data-s-4696ad8e-c9e2-49e3-80e8-429019cf8867] {
  align-items: center;
  border-bottom: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  padding: 12px 28px 11px 28px;
  width: auto;
  max-width: 100%;
}
.sd[data-s-4696ad8e-c9e2-49e3-80e8-429019cf8867]:hover {
  opacity: 1;
}
.sd[data-s-7dcf4c52-548c-4970-a61a-b4b1ab32bbf7] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
  height: auto;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 5;
  --gap-h-7dcf4c52-548c-4970-a61a-b4b1ab32bbf7: 18px;
  --gap-v-7dcf4c52-548c-4970-a61a-b4b1ab32bbf7: 0px;
  --gap-uuid: 7dcf4c52-548c-4970-a61a-b4b1ab32bbf7;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-7dcf4c52-548c-4970-a61a-b4b1ab32bbf7] {
    height: auto;
    --gap-h-7dcf4c52-548c-4970-a61a-b4b1ab32bbf7: 18px;
    --gap-v-7dcf4c52-548c-4970-a61a-b4b1ab32bbf7: 0px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-7dcf4c52-548c-4970-a61a-b4b1ab32bbf7] {
    gap: 8px;
    margin: 0px;
    padding: 0px;
    --gap-h-7dcf4c52-548c-4970-a61a-b4b1ab32bbf7: 8px;
    --gap-v-7dcf4c52-548c-4970-a61a-b4b1ab32bbf7: 0px;
  }
}
.sd[data-s-f69011df-7103-45b5-a1ee-deba34b24e5c] {
  color: #000000;
  flex: none;
  font-family: var(--s-font-9d91efdb);
  font-size: 16px;
  font-style: normal;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
.sd[data-s-4696ad8e-c9e2-49e3-80e8-429019cf8867]:hover
  .sd[data-s-f69011df-7103-45b5-a1ee-deba34b24e5c] {
  color: #ffffffff;
}
@media screen and (max-width: 768px) {
  .sd[data-s-f69011df-7103-45b5-a1ee-deba34b24e5c] {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-f69011df-7103-45b5-a1ee-deba34b24e5c] {
    font-size: 13px;
  }
}
.sd[data-s-280d1da1-3d89-4053-bbd2-52a53d41d246] {
  height: auto;
  width: 10px;
  max-width: 100%;
}
.sd[data-s-4696ad8e-c9e2-49e3-80e8-429019cf8867]:hover
  .sd[data-s-280d1da1-3d89-4053-bbd2-52a53d41d246] {
  opacity: 0;
  transform: translate(10px, 0px);
}
.sd[data-s-4bc2ae00-e429-47dc-94fc-0637a21c5cef] {
  align-content: center;
  align-items: center;
  bottom: 0px;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
  height: calc(100% - (var(--gap-v-7dcf4c52-548c-4970-a61a-b4b1ab32bbf7) * 0));
  justify-content: flex-start;
  left: auto;
  margin: 0 0 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  --gap-h-4bc2ae00-e429-47dc-94fc-0637a21c5cef: 18px;
  --gap-v-4bc2ae00-e429-47dc-94fc-0637a21c5cef: 0px;
  --gap-uuid: 4bc2ae00-e429-47dc-94fc-0637a21c5cef;
  max-width: 100%;
}
.sd[data-s-4696ad8e-c9e2-49e3-80e8-429019cf8867]:hover
  .sd[data-s-4bc2ae00-e429-47dc-94fc-0637a21c5cef] {
  opacity: 1;
  --gap-h-4bc2ae00-e429-47dc-94fc-0637a21c5cef: 18px;
  --gap-v-4bc2ae00-e429-47dc-94fc-0637a21c5cef: 0px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-4bc2ae00-e429-47dc-94fc-0637a21c5cef] {
    gap: 8px;
    --gap-h-4bc2ae00-e429-47dc-94fc-0637a21c5cef: 8px;
    --gap-v-4bc2ae00-e429-47dc-94fc-0637a21c5cef: 0px;
  }
}
.sd[data-s-9ec37f27-9867-4c1c-8488-ef7caff7de92] {
  height: auto;
  width: 10px;
  max-width: 100%;
}
.sd[data-s-4696ad8e-c9e2-49e3-80e8-429019cf8867]:hover
  .sd[data-s-9ec37f27-9867-4c1c-8488-ef7caff7de92] {
  transform: translate(10px, 0px);
}
.sd[data-s-a39c9abe-e2b5-4c82-8eb3-5548b5fdcf50] {
  background: #000000ff;
  flex: none;
  height: 100%;
  left: 0;
  margin: 0 0 0 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 0;
  max-width: 100%;
}
.sd[data-s-4696ad8e-c9e2-49e3-80e8-429019cf8867]:hover
  .sd[data-s-a39c9abe-e2b5-4c82-8eb3-5548b5fdcf50] {
  flex: none;
  opacity: 1;
  transition-duration: 480ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.sd[data-s-2076075b-7123-4040-9830-cc57e36bc5f5] {
  align-content: center;
  align-items: center;
  background: #ebebebff;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 1440px;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-2076075b-7123-4040-9830-cc57e36bc5f5] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-2076075b-7123-4040-9830-cc57e36bc5f5] {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-2076075b-7123-4040-9830-cc57e36bc5f5] {
    display: none;
  }
}
.sd[data-s-6c4828ac-c45f-464a-b8f9-da94ccbfbd3f]:hover {
  opacity: 1;
  --gap-h-6c4828ac-c45f-464a-b8f9-da94ccbfbd3f: 16px;
  --gap-v-6c4828ac-c45f-464a-b8f9-da94ccbfbd3f: 0px;
}
.sd[data-s-6c4828ac-c45f-464a-b8f9-da94ccbfbd3f]:hover
  .sd[data-s-af04d6a8-d5f2-45b2-98a5-02ad72de91d6] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-e528717f-ce1f-4e22-b021-58ab6c6aed78]:hover {
  opacity: 1;
  --gap-h-e528717f-ce1f-4e22-b021-58ab6c6aed78: 16px;
  --gap-v-e528717f-ce1f-4e22-b021-58ab6c6aed78: 0px;
}
.sd[data-s-e528717f-ce1f-4e22-b021-58ab6c6aed78]:hover
  .sd[data-s-5e5ae33f-98e7-48fd-bb18-fcf9eb041cc9] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-1e7c7d66-e9a4-423c-b849-bd338e43cad4]:hover {
  opacity: 1;
  --gap-h-1e7c7d66-e9a4-423c-b849-bd338e43cad4: 16px;
  --gap-v-1e7c7d66-e9a4-423c-b849-bd338e43cad4: 0px;
}
.sd[data-s-1e7c7d66-e9a4-423c-b849-bd338e43cad4]:hover
  .sd[data-s-8883c34f-5105-450f-9625-0bc953a0197a] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-5d8e92e0-33b7-49f9-9528-18b7c252ceba]:hover {
  opacity: 1;
  --gap-h-5d8e92e0-33b7-49f9-9528-18b7c252ceba: 16px;
  --gap-v-5d8e92e0-33b7-49f9-9528-18b7c252ceba: 0px;
}
.sd[data-s-5d8e92e0-33b7-49f9-9528-18b7c252ceba]:hover
  .sd[data-s-4521562c-0cad-4882-911d-9d561fe79786] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-de5003ed-eec1-4d5a-9dfd-28ffcd2f7da1]:hover {
  opacity: 1;
  --gap-h-de5003ed-eec1-4d5a-9dfd-28ffcd2f7da1: 16px;
  --gap-v-de5003ed-eec1-4d5a-9dfd-28ffcd2f7da1: 0px;
}
.sd[data-s-de5003ed-eec1-4d5a-9dfd-28ffcd2f7da1]:hover
  .sd[data-s-393c0599-9c05-453b-a56e-9496b3281b79] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-c6312124-fe7f-4f18-99f3-b85c58da00d4]:hover {
  opacity: 1;
  --gap-h-c6312124-fe7f-4f18-99f3-b85c58da00d4: 16px;
  --gap-v-c6312124-fe7f-4f18-99f3-b85c58da00d4: 0px;
}
.sd[data-s-c6312124-fe7f-4f18-99f3-b85c58da00d4]:hover
  .sd[data-s-c9e91a37-b8ab-4fc5-acd0-8f092f3d6f7f] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-e6d06d23-710f-403f-9a7d-f00f1c1bc5de]:hover {
  opacity: 1;
  --gap-h-e6d06d23-710f-403f-9a7d-f00f1c1bc5de: 16px;
  --gap-v-e6d06d23-710f-403f-9a7d-f00f1c1bc5de: 0px;
}
.sd[data-s-e6d06d23-710f-403f-9a7d-f00f1c1bc5de]:hover
  .sd[data-s-3945644f-3a18-47d5-991a-72e0b12d50ce] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-d03736c1-f25d-4094-b60e-346a88df8c7d]:hover {
  opacity: 1;
  --gap-h-d03736c1-f25d-4094-b60e-346a88df8c7d: 16px;
  --gap-v-d03736c1-f25d-4094-b60e-346a88df8c7d: 0px;
}
.sd[data-s-d03736c1-f25d-4094-b60e-346a88df8c7d]:hover
  .sd[data-s-01fc155c-7a42-46fa-8194-3bd22e1d1342] {
  background: #000000ff;
  opacity: 0.4;
  transform: scale(1, 1);
  transition-duration: 420ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sd[data-s-31829c11-5805-42b6-a47c-cc68edc9aef8]:hover {
  opacity: 1;
  --gap-h-31829c11-5805-42b6-a47c-cc68edc9aef8: 16px;
  --gap-v-31829c11-5805-42b6-a47c-cc68edc9aef8: 0px;
}
.sd[data-s-7b0e85d5-d75c-45eb-a938-1c4924f49d73]:hover {
  opacity: 1;
}
.sd[data-s-7b0e85d5-d75c-45eb-a938-1c4924f49d73]:hover
  .sd[data-s-bdcf4474-2d49-4d61-be10-48f1b4b986e6] {
  color: #ffffffff;
}
.sd[data-s-7b0e85d5-d75c-45eb-a938-1c4924f49d73]:hover
  .sd[data-s-c96de3bd-5337-4da8-8286-97cff5852c44] {
  opacity: 0;
  transform: translate(10px, 0px);
}
.sd[data-s-7b0e85d5-d75c-45eb-a938-1c4924f49d73]:hover
  .sd[data-s-7bc88e81-1ed7-463c-9d96-9dd0e134910e] {
  opacity: 1;
  --gap-h-7bc88e81-1ed7-463c-9d96-9dd0e134910e: 18px;
  --gap-v-7bc88e81-1ed7-463c-9d96-9dd0e134910e: 0px;
}
.sd[data-s-7b0e85d5-d75c-45eb-a938-1c4924f49d73]:hover
  .sd[data-s-f0ac6e33-5341-45bf-bcc8-024c45a50ddd] {
  transform: translate(10px, 0px);
}
.sd[data-s-7b0e85d5-d75c-45eb-a938-1c4924f49d73]:hover
  .sd[data-s-d7cbddb3-7c1f-4eea-9199-e0ed4751c063] {
  flex: none;
  opacity: 1;
  transition-duration: 480ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.sd[data-s-1276d974-d31a-4087-9cb4-c3e38e358671] {
  align-content: center;
  align-items: center;
  background: #ebebebff;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 1440px;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-1276d974-d31a-4087-9cb4-c3e38e358671] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-1276d974-d31a-4087-9cb4-c3e38e358671] {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-1276d974-d31a-4087-9cb4-c3e38e358671] {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    margin: 0px 0px;
    max-width: 100%;
  }
}
.sd[data-s-bc009819-4961-461c-8fd9-82309192136e]:hover {
  opacity: 1;
}
.sd[data-s-bc009819-4961-461c-8fd9-82309192136e]:hover
  .sd[data-s-5f1eb1ec-ff8e-4f61-a795-1894174985b6] {
  color: #ffffffff;
}
.sd[data-s-bc009819-4961-461c-8fd9-82309192136e]:hover
  .sd[data-s-02190027-8a94-4c74-a448-4c868b297519] {
  opacity: 0;
  transform: translate(10px, 0px);
}
.sd[data-s-bc009819-4961-461c-8fd9-82309192136e]:hover
  .sd[data-s-46b6df73-6598-4436-80a7-7ebb4fc961cf] {
  opacity: 1;
  --gap-h-46b6df73-6598-4436-80a7-7ebb4fc961cf: 18px;
  --gap-v-46b6df73-6598-4436-80a7-7ebb4fc961cf: 0px;
}
.sd[data-s-bc009819-4961-461c-8fd9-82309192136e]:hover
  .sd[data-s-a6e9bb90-f411-4c39-a73c-8d7552a97de0] {
  transform: translate(10px, 0px);
}
.sd[data-s-bc009819-4961-461c-8fd9-82309192136e]:hover
  .sd[data-s-28bb15e5-6f30-4f14-81bf-4553a59d197a] {
  flex: none;
  opacity: 1;
  transition-duration: 480ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.sd[data-s-c18baa57-beea-43d8-9eb7-d46e4ffb69aa] {
  align-content: flex-start;
  align-items: flex-start;
  background: #ffffffff;
  display: flex;
  flex: none;
  flex-wrap: nowrap;
  gap: 60px 0px;
  justify-content: flex-start;
  margin: 120px 60px;
  padding: 0px 0px 0px 0px;
  width: 1320px;
  --gap-h-c18baa57-beea-43d8-9eb7-d46e4ffb69aa: 0px;
  --gap-v-c18baa57-beea-43d8-9eb7-d46e4ffb69aa: 60px;
  --gap-uuid: c18baa57-beea-43d8-9eb7-d46e4ffb69aa;
  max-width: calc(100% - 120px);
}
@media screen and (max-width: 1140px) {
  .sd[data-s-c18baa57-beea-43d8-9eb7-d46e4ffb69aa] {
    display: flex;
    --gap-h-c18baa57-beea-43d8-9eb7-d46e4ffb69aa: 0px;
    --gap-v-c18baa57-beea-43d8-9eb7-d46e4ffb69aa: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-c18baa57-beea-43d8-9eb7-d46e4ffb69aa] {
    display: flex;
    margin: 80px 30px 80px 30px;
    --gap-h-c18baa57-beea-43d8-9eb7-d46e4ffb69aa: 0px;
    --gap-v-c18baa57-beea-43d8-9eb7-d46e4ffb69aa: 60px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-c18baa57-beea-43d8-9eb7-d46e4ffb69aa] {
    display: flex;
    gap: 40px 0px;
    margin: 70px 20px 70px 20px;
    --gap-h-c18baa57-beea-43d8-9eb7-d46e4ffb69aa: 0px;
    --gap-v-c18baa57-beea-43d8-9eb7-d46e4ffb69aa: 40px;
    max-width: calc(100% - 40px);
  }
}
.sd[data-s-738a29cb-3f4c-4387-a226-1e488a5cf553] {
  align-content: flex-start;
  align-items: flex-start;
  background: #eeeeee00;
  gap: 20px 0px;
  height: auto;
  justify-content: flex-start;
  width: calc(100% - (var(--gap-h-c18baa57-beea-43d8-9eb7-d46e4ffb69aa) * 0));
  --gap-h-738a29cb-3f4c-4387-a226-1e488a5cf553: 0px;
  --gap-v-738a29cb-3f4c-4387-a226-1e488a5cf553: 20px;
  --gap-uuid: 738a29cb-3f4c-4387-a226-1e488a5cf553;
  max-width: calc(
    100% - (var(--gap-h-c18baa57-beea-43d8-9eb7-d46e4ffb69aa) * 0)
  );
}
@media screen and (max-width: 1140px) {
  .sd[data-s-738a29cb-3f4c-4387-a226-1e488a5cf553] {
    display: none;
    --gap-h-738a29cb-3f4c-4387-a226-1e488a5cf553: 0px;
    --gap-v-738a29cb-3f4c-4387-a226-1e488a5cf553: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-738a29cb-3f4c-4387-a226-1e488a5cf553] {
    display: none;
    --gap-h-738a29cb-3f4c-4387-a226-1e488a5cf553: 0px;
    --gap-v-738a29cb-3f4c-4387-a226-1e488a5cf553: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-738a29cb-3f4c-4387-a226-1e488a5cf553] {
    display: none;
    --gap-h-738a29cb-3f4c-4387-a226-1e488a5cf553: 0px;
    --gap-v-738a29cb-3f4c-4387-a226-1e488a5cf553: 20px;
  }
}
.sd[data-s-8ba87b6a-d129-453b-9605-63dbc6ab4c9f] {
  align-content: center;
  align-items: center;
  background: #ebebebff;
  display: flex;
  flex: none;
  flex-wrap: nowrap;
  gap: 60px 0px;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 120px 60px;
  width: 100%;
  --gap-h-8ba87b6a-d129-453b-9605-63dbc6ab4c9f: 0px;
  --gap-v-8ba87b6a-d129-453b-9605-63dbc6ab4c9f: 60px;
  --gap-uuid: 8ba87b6a-d129-453b-9605-63dbc6ab4c9f;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-8ba87b6a-d129-453b-9605-63dbc6ab4c9f] {
    display: flex;
    --gap-h-8ba87b6a-d129-453b-9605-63dbc6ab4c9f: 0px;
    --gap-v-8ba87b6a-d129-453b-9605-63dbc6ab4c9f: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-8ba87b6a-d129-453b-9605-63dbc6ab4c9f] {
    display: flex;
    padding: 80px 30px 80px 30px;
    --gap-h-8ba87b6a-d129-453b-9605-63dbc6ab4c9f: 0px;
    --gap-v-8ba87b6a-d129-453b-9605-63dbc6ab4c9f: 60px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-8ba87b6a-d129-453b-9605-63dbc6ab4c9f] {
    display: flex;
    gap: 40px 0px;
    margin: 0px 0px 0px 0px;
    padding: 70px 20px 70px 20px;
    --gap-h-8ba87b6a-d129-453b-9605-63dbc6ab4c9f: 0px;
    --gap-v-8ba87b6a-d129-453b-9605-63dbc6ab4c9f: 40px;
  }
}
.sd[data-s-9edfc3ca-905c-4ada-80e2-5be08d42c8d3] {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-wrap: nowrap;
  gap: 60px 0px;
  justify-content: flex-start;
  padding: 0px;
  width: 1320px;
  --gap-h-9edfc3ca-905c-4ada-80e2-5be08d42c8d3: 0px;
  --gap-v-9edfc3ca-905c-4ada-80e2-5be08d42c8d3: 60px;
  --gap-uuid: 9edfc3ca-905c-4ada-80e2-5be08d42c8d3;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-9edfc3ca-905c-4ada-80e2-5be08d42c8d3] {
    gap: 40px 0px;
    --gap-h-9edfc3ca-905c-4ada-80e2-5be08d42c8d3: 0px;
    --gap-v-9edfc3ca-905c-4ada-80e2-5be08d42c8d3: 40px;
  }
}
.sd[data-s-a80168de-4107-4b6b-bc8c-588606431a03] {
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 108px 0px;
  justify-content: flex-start;
  padding: 0px;
  width: auto;
  --gap-h-a80168de-4107-4b6b-bc8c-588606431a03: 0px;
  --gap-v-a80168de-4107-4b6b-bc8c-588606431a03: 108px;
  --gap-uuid: a80168de-4107-4b6b-bc8c-588606431a03;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-a80168de-4107-4b6b-bc8c-588606431a03] {
    margin: 0px 0px;
    --gap-h-a80168de-4107-4b6b-bc8c-588606431a03: 0px;
    --gap-v-a80168de-4107-4b6b-bc8c-588606431a03: 108px;
    max-width: 100%;
  }
}
.sd[data-s-671835ee-fd30-4a4f-95a6-208c5c98cbd8] {
  align-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0px 0px 0px 0px;
  transition-timing-function: cubic-bezier(0, 0, 0.99, 0.98);
  width: calc(100% - (var(--gap-h-a80168de-4107-4b6b-bc8c-588606431a03) * 0));
  --gap-uuid: 671835ee-fd30-4a4f-95a6-208c5c98cbd8;
  --gap-h-671835ee-fd30-4a4f-95a6-208c5c98cbd8: 0px;
  --gap-v-671835ee-fd30-4a4f-95a6-208c5c98cbd8: 0px;
  max-width: calc(
    100% - (var(--gap-h-a80168de-4107-4b6b-bc8c-588606431a03) * 0)
  );
}
@media screen and (max-width: 480px) {
  .sd[data-s-671835ee-fd30-4a4f-95a6-208c5c98cbd8] {
    gap: 0px 20px;
    padding: 0px 0px 0px 0px;
    --gap-h-671835ee-fd30-4a4f-95a6-208c5c98cbd8: 20px;
    --gap-v-671835ee-fd30-4a4f-95a6-208c5c98cbd8: 0px;
  }
}
.sd[data-s-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4] {
  align-content: center;
  align-items: center;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #a0a0a0ff;
  border-left: 1px solid #a0a0a0ff;
  border-right: 0px solid #a0a0a0ff;
  border-top: 1px solid #a0a0a0ff;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 70px 0px;
  height: auto;
  justify-content: space-between;
  outline-offset: -4px;
  padding: 40px 40px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.58, 0.21, 0.41, 0.96);
  width: 362px;
  will-change: transform;
  --gap-h-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4: 0px;
  --gap-v-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4: 70px;
  --gap-uuid: 3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4;
  max-width: 100%;
}
.sd[data-s-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4]:focus {
  outline: none;
}
.sd[data-s-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4]:focus-visible {
  outline: 2px solid black;
  --gap-h-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4: 0px;
  --gap-v-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4: 70px;
}
.sd[data-s-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4]:hover {
  background: #f0f0f0ff;
  --gap-h-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4: 0px;
  --gap-v-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4: 70px;
}
.sd._animatingNext[data-s-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4] {
  --gap-h-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4: 0px;
  --gap-v-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4: 70px;
}
@media screen and (max-width: 768px) {
  .sd[data-s-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4] {
    padding: 30px 30px;
    width: 342px;
    --gap-h-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4: 0px;
    --gap-v-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4: 70px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4] {
    border-bottom: 1px solid #a0a0a0ff;
    border-left: 1px solid #a0a0a0ff;
    border-right: 1px solid #a0a0a0ff;
    border-top: 1px solid #a0a0a0ff;
    gap: 50px 0px;
    width: calc(100% - (var(--gap-h-671835ee-fd30-4a4f-95a6-208c5c98cbd8) * 0));
    --gap-h-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4: 0px;
    --gap-v-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4: 50px;
    max-width: calc(
      100% - (var(--gap-h-671835ee-fd30-4a4f-95a6-208c5c98cbd8) * 0)
    );
  }
}
.sd[data-s-5ddc8e56-de53-4d6c-b382-693de24b1417] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px 0px;
  justify-content: flex-end;
  padding: 0px 0px;
  width: calc(100% - (var(--gap-h-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4) * 0));
  --gap-h-5ddc8e56-de53-4d6c-b382-693de24b1417: 0px;
  --gap-v-5ddc8e56-de53-4d6c-b382-693de24b1417: 20px;
  --gap-uuid: 5ddc8e56-de53-4d6c-b382-693de24b1417;
  max-width: calc(
    100% - (var(--gap-h-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4) * 0)
  );
}
.sd[data-s-1498dee0-d009-4bf7-b5f0-9537311e9ade] {
  height: 180px;
  width: calc(100% - (var(--gap-h-5ddc8e56-de53-4d6c-b382-693de24b1417) * 0));
  max-width: calc(
    100% - (var(--gap-h-5ddc8e56-de53-4d6c-b382-693de24b1417) * 0)
  );
}
.sd[data-s-dbc39d2d-bb4b-4549-a0fb-1a90c0a4277f] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 14px;
  height: auto;
  justify-content: flex-start;
  margin: 0px;
  padding: 5px 0px 5px 0px;
  width: calc(100% - (var(--gap-h-5ddc8e56-de53-4d6c-b382-693de24b1417) * 0));
  --gap-h-dbc39d2d-bb4b-4549-a0fb-1a90c0a4277f: 0px;
  --gap-v-dbc39d2d-bb4b-4549-a0fb-1a90c0a4277f: 14px;
  --gap-uuid: dbc39d2d-bb4b-4549-a0fb-1a90c0a4277f;
  max-width: calc(
    100% - (var(--gap-h-5ddc8e56-de53-4d6c-b382-693de24b1417) * 0)
  );
}
@media screen and (max-width: 480px) {
  .sd[data-s-dbc39d2d-bb4b-4549-a0fb-1a90c0a4277f] {
    gap: 6px;
    margin: 0px;
    padding: 2px 0px 2px 0px;
    --gap-h-dbc39d2d-bb4b-4549-a0fb-1a90c0a4277f: 0px;
    --gap-v-dbc39d2d-bb4b-4549-a0fb-1a90c0a4277f: 6px;
  }
}
.sd[data-s-f6908613-0b32-49c4-a809-1308b480ed77] {
  color: #000000;
  font-family: var(--s-font-c5aaf4a9);
  font-size: 16px;
  font-style: normal;
  height: auto;
  letter-spacing: -0.02em;
  line-height: 1.8;
  text-align: left;
  width: 358px;
  max-width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sd[data-s-f6908613-0b32-49c4-a809-1308b480ed77] {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-f6908613-0b32-49c4-a809-1308b480ed77] {
    font-size: 15px;
  }
}
.sd[data-s-009808db-14de-47a6-b782-0d5ca3c965cd] {
  color: #999999ff;
  font-family: var(--s-font-409d7b36);
  font-size: 14px;
  font-style: normal;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sd[data-s-009808db-14de-47a6-b782-0d5ca3c965cd] {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-009808db-14de-47a6-b782-0d5ca3c965cd] {
    font-size: 14px;
  }
}
.sd[data-s-0e1494cb-2198-48ee-92bf-5a866b854775] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 69px;
  height: auto;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
  width: calc(100% - (var(--gap-h-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4) * 0));
  --gap-h-0e1494cb-2198-48ee-92bf-5a866b854775: 0px;
  --gap-v-0e1494cb-2198-48ee-92bf-5a866b854775: 69px;
  --gap-uuid: 0e1494cb-2198-48ee-92bf-5a866b854775;
  max-width: calc(
    100% - (var(--gap-h-3faf39cc-8cdb-480a-b8d1-2a4dece8c9e4) * 0)
  );
}
@media screen and (max-width: 480px) {
  .sd[data-s-0e1494cb-2198-48ee-92bf-5a866b854775] {
    gap: 32px;
    margin: 0px;
    padding: 0px;
    --gap-h-0e1494cb-2198-48ee-92bf-5a866b854775: 0px;
    --gap-v-0e1494cb-2198-48ee-92bf-5a866b854775: 32px;
  }
}
.sd[data-s-70da51de-62e3-4937-b43e-7b904f75516e] {
  align-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px;
  width: calc(100% - (var(--gap-h-0e1494cb-2198-48ee-92bf-5a866b854775) * 0));
  max-width: calc(
    100% - (var(--gap-h-0e1494cb-2198-48ee-92bf-5a866b854775) * 0)
  );
}
.sd[data-s-f67d18bf-831f-4f8a-b23d-eea6b7daa784] {
  align-content: center;
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #a0a0a0ff;
  border-left: 1px solid #a0a0a0ff;
  border-right: 1px solid #a0a0a0ff;
  border-top: 1px solid #a0a0a0ff;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: auto;
  justify-content: center;
  padding: 10px 13px 10px 13px;
  width: auto;
  --gap-h-f67d18bf-831f-4f8a-b23d-eea6b7daa784: 10px;
  --gap-v-f67d18bf-831f-4f8a-b23d-eea6b7daa784: 0px;
  --gap-uuid: f67d18bf-831f-4f8a-b23d-eea6b7daa784;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sd[data-s-f67d18bf-831f-4f8a-b23d-eea6b7daa784] {
    padding: 10px 12px 10px 12px;
    --gap-h-f67d18bf-831f-4f8a-b23d-eea6b7daa784: 10px;
    --gap-v-f67d18bf-831f-4f8a-b23d-eea6b7daa784: 0px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-f67d18bf-831f-4f8a-b23d-eea6b7daa784] {
    gap: 4px;
    padding: 10px 14px 10px 14px;
    --gap-h-f67d18bf-831f-4f8a-b23d-eea6b7daa784: 4px;
    --gap-v-f67d18bf-831f-4f8a-b23d-eea6b7daa784: 0px;
  }
}
.sd[data-s-1a3708e0-8071-4554-928e-4ecd5755b88a] {
  color: #000000;
  flex: none;
  font-family: var(--s-font-409d7b36);
  font-size: 13px;
  font-style: normal;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sd[data-s-1a3708e0-8071-4554-928e-4ecd5755b88a] {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-1a3708e0-8071-4554-928e-4ecd5755b88a] {
    font-size: 12px;
  }
}
.sd[data-s-f5b28d73-5fd0-4cc6-ad8a-46e54587f5dd] {
  height: auto;
  width: 16px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .sd[data-s-f5b28d73-5fd0-4cc6-ad8a-46e54587f5dd] {
    width: 20px;
    max-width: 100%;
  }
}
.sd[data-s-2a42f5aa-4b62-402d-b85b-f8f3d0a98ead] {
  align-content: center;
  align-items: center;
  bottom: -45px;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 14px;
  justify-content: flex-end;
  left: 0px;
  position: absolute;
  right: 0px;
  top: NaNpx;
  transition-timing-function: cubic-bezier(0.4, 0.4, 0.05, 1);
  width: calc(100% - (var(--gap-h-671835ee-fd30-4a4f-95a6-208c5c98cbd8) * 0));
  z-index: 3;
  max-width: calc(
    100% - (var(--gap-h-671835ee-fd30-4a4f-95a6-208c5c98cbd8) * 0)
  );
}
.sd[data-s-ba8279c0-ebaf-4069-8b05-a2146a16c850] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 0px 50px 0px 0px;
  padding: 0px;
  max-width: calc(100% - 50px);
}
@media screen and (max-width: 480px) {
  .sd[data-s-ba8279c0-ebaf-4069-8b05-a2146a16c850] {
    margin: 0px 0px 0px 0px;
    max-width: 100%;
  }
}
.sd[data-s-e4f48bfb-304f-4d76-a968-4a8ef00ffc5d] {
  align-content: center;
  align-items: center;
  background: #ffffff00;
  border-radius: 0% 0% 0% 0%;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 40px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  width: 40px;
  max-width: 100%;
}
.sd[data-s-e4f48bfb-304f-4d76-a968-4a8ef00ffc5d]:hover {
  opacity: 0.5;
}
.sd[data-s-2da546fd-2e26-4543-bc7d-812b5c50873d] {
  color: #222222;
  font-size: 36px;
}
.sd[data-s-1d9c3e4a-83d9-4927-8192-5fd67b904110] {
  background: #ffffff00;
  border-radius: 0% 0% 0% 0%;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 40px;
  justify-content: center;
  width: 40px;
  max-width: 100%;
}
.sd[data-s-1d9c3e4a-83d9-4927-8192-5fd67b904110]:hover {
  opacity: 0.5;
}
.sd[data-s-8dbd7ab7-4e29-470c-879c-566c00055ebc] {
  height: auto;
  width: auto;
  max-width: 100%;
}
.sd[data-s-0cd07b74-fded-4736-85cb-8e90653d2a38] {
  color: #222222;
  font-size: 28px;
}
.sd[data-s-73ac5217-6699-4712-883c-d92a2df4d77e] {
  background: #ffffff00;
  border-radius: 0% 0% 0% 0%;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 40px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  width: 40px;
  max-width: 100%;
}
.sd[data-s-73ac5217-6699-4712-883c-d92a2df4d77e]:hover {
  opacity: 0.5;
}
.sd[data-s-e237e975-7dac-4bbc-bafe-c51920819fb7] {
  color: #222222;
  font-size: 36px;
}
.sd[data-s-48409aa0-ad07-4d5a-9461-0678ce0204c4] {
  align-items: center;
  border-bottom: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  padding: 12px 28px 11px 28px;
  width: auto;
  max-width: 100%;
}
.sd[data-s-48409aa0-ad07-4d5a-9461-0678ce0204c4]:hover {
  opacity: 1;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-48409aa0-ad07-4d5a-9461-0678ce0204c4] {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-48409aa0-ad07-4d5a-9461-0678ce0204c4] {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-48409aa0-ad07-4d5a-9461-0678ce0204c4] {
    display: none;
    padding: 12px 0px 11px 0px;
    width: calc(100% - (var(--gap-h-a80168de-4107-4b6b-bc8c-588606431a03) * 0));
    max-width: calc(
      100% - (var(--gap-h-a80168de-4107-4b6b-bc8c-588606431a03) * 0)
    );
  }
}
.sd[data-s-e89d8d48-36a4-4333-9eae-12fec46ea4f3] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
  height: auto;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 5;
  --gap-h-e89d8d48-36a4-4333-9eae-12fec46ea4f3: 18px;
  --gap-v-e89d8d48-36a4-4333-9eae-12fec46ea4f3: 0px;
  --gap-uuid: e89d8d48-36a4-4333-9eae-12fec46ea4f3;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-e89d8d48-36a4-4333-9eae-12fec46ea4f3] {
    height: auto;
    --gap-h-e89d8d48-36a4-4333-9eae-12fec46ea4f3: 18px;
    --gap-v-e89d8d48-36a4-4333-9eae-12fec46ea4f3: 0px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-e89d8d48-36a4-4333-9eae-12fec46ea4f3] {
    align-content: center;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    --gap-h-e89d8d48-36a4-4333-9eae-12fec46ea4f3: 8px;
    --gap-v-e89d8d48-36a4-4333-9eae-12fec46ea4f3: 0px;
  }
}
.sd[data-s-866d135d-3336-4f1a-a829-9ea2bee11d7f] {
  color: #000000;
  flex: none;
  font-family: var(--s-font-9d91efdb);
  font-size: 16px;
  font-style: normal;
  height: 29px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
.sd[data-s-48409aa0-ad07-4d5a-9461-0678ce0204c4]:hover
  .sd[data-s-866d135d-3336-4f1a-a829-9ea2bee11d7f] {
  color: #ffffffff;
}
@media screen and (max-width: 768px) {
  .sd[data-s-866d135d-3336-4f1a-a829-9ea2bee11d7f] {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-866d135d-3336-4f1a-a829-9ea2bee11d7f] {
    font-size: 13px;
  }
}
.sd[data-s-6cd19087-5779-45a2-a2c4-4b9b1249b3de] {
  height: auto;
  width: 10px;
  max-width: 100%;
}
.sd[data-s-48409aa0-ad07-4d5a-9461-0678ce0204c4]:hover
  .sd[data-s-6cd19087-5779-45a2-a2c4-4b9b1249b3de] {
  opacity: 0;
  transform: translate(10px, 0px);
}
.sd[data-s-feb0f23f-4754-4dfc-93a9-9dbf40c52b46] {
  align-content: center;
  align-items: center;
  bottom: 0px;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
  height: calc(100% - (var(--gap-v-e89d8d48-36a4-4333-9eae-12fec46ea4f3) * 0));
  justify-content: flex-start;
  left: auto;
  margin: 0 0 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  --gap-h-feb0f23f-4754-4dfc-93a9-9dbf40c52b46: 18px;
  --gap-v-feb0f23f-4754-4dfc-93a9-9dbf40c52b46: 0px;
  --gap-uuid: feb0f23f-4754-4dfc-93a9-9dbf40c52b46;
  max-width: 100%;
}
.sd[data-s-48409aa0-ad07-4d5a-9461-0678ce0204c4]:hover
  .sd[data-s-feb0f23f-4754-4dfc-93a9-9dbf40c52b46] {
  opacity: 1;
  --gap-h-feb0f23f-4754-4dfc-93a9-9dbf40c52b46: 18px;
  --gap-v-feb0f23f-4754-4dfc-93a9-9dbf40c52b46: 0px;
}
@media screen and (max-width: 480px) {
  .sd[data-s-feb0f23f-4754-4dfc-93a9-9dbf40c52b46] {
    gap: 8px;
    --gap-h-feb0f23f-4754-4dfc-93a9-9dbf40c52b46: 8px;
    --gap-v-feb0f23f-4754-4dfc-93a9-9dbf40c52b46: 0px;
  }
}
.sd[data-s-1785fe2b-eeb5-4705-b364-f9abb2274415] {
  height: auto;
  width: 10px;
  max-width: 100%;
}
.sd[data-s-48409aa0-ad07-4d5a-9461-0678ce0204c4]:hover
  .sd[data-s-1785fe2b-eeb5-4705-b364-f9abb2274415] {
  transform: translate(10px, 0px);
}
.sd[data-s-9bba0ed0-d510-447c-966e-98c716fb70f5] {
  background: #000000ff;
  flex: none;
  height: 100%;
  left: 0;
  margin: 0 0 0 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 0;
  max-width: 100%;
}
.sd[data-s-48409aa0-ad07-4d5a-9461-0678ce0204c4]:hover
  .sd[data-s-9bba0ed0-d510-447c-966e-98c716fb70f5] {
  flex: none;
  opacity: 1;
  transition-duration: 480ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.sd[data-s-c4e24610-748f-4e37-a084-b3f5a92b9ba8] {
  align-items: center;
  border-bottom: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  padding: 12px 28px 11px 28px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-c4e24610-748f-4e37-a084-b3f5a92b9ba8] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-c4e24610-748f-4e37-a084-b3f5a92b9ba8] {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-c4e24610-748f-4e37-a084-b3f5a92b9ba8] {
    display: flex;
    padding: 12px 0px 11px 0px;
    width: calc(100% - (var(--gap-h-a80168de-4107-4b6b-bc8c-588606431a03) * 0));
    max-width: calc(
      100% - (var(--gap-h-a80168de-4107-4b6b-bc8c-588606431a03) * 0)
    );
  }
}
.sd[data-s-2e0959f8-4739-499a-8478-b58a2d5b4fcd] {
  align-content: center;
  align-items: center;
  background: #e3e3e3ff;
  flex-wrap: nowrap;
  height: 80px;
  justify-content: center;
  padding: 0px 60px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-2e0959f8-4739-499a-8478-b58a2d5b4fcd] {
    height: 60px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-2e0959f8-4739-499a-8478-b58a2d5b4fcd] {
    padding: 0px 0px;
  }
}
.sd[data-s-77fac36c-5e18-462a-84b7-61e0c3d43b97] {
  align-content: center;
  align-items: center;
  background: #e3e3e3ff;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px 8px;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 1320px;
  --gap-h-77fac36c-5e18-462a-84b7-61e0c3d43b97: 8px;
  --gap-v-77fac36c-5e18-462a-84b7-61e0c3d43b97: 0px;
  --gap-uuid: 77fac36c-5e18-462a-84b7-61c3d43b97;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .sd[data-s-77fac36c-5e18-462a-84b7-61e0c3d43b97] {
    margin: 0px 0px 0px 0px;
    --gap-h-77fac36c-5e18-462a-84b7-61e0c3d43b97: 8px;
    --gap-v-77fac36c-5e18-462a-84b7-61e0c3d43b97: 0px;
  }
}
@media screen and (max-width: 768px) {
  .sd[data-s-77fac36c-5e18-462a-84b7-61e0c3d43b97] {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
    --gap-h-77fac36c-5e18-462a-84b7-61e0c3d43b97: 8px;
    --gap-v-77fac36c-5e18-462a-84b7-61e0c3d43b97: 0px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-77fac36c-5e18-462a-84b7-61e0c3d43b97] {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    --gap-h-77fac36c-5e18-462a-84b7-61e0c3d43b97: 8px;
    --gap-v-77fac36c-5e18-462a-84b7-61e0c3d43b97: 0px;
    max-width: calc(100% - 20px);
  }
}
.sd[data-s-89216c05-950a-40aa-a90c-deee5432a786] {
  color: #333333;
  font-family: var(--s-font-9d91efdb);
  font-size: 16px;
  font-style: normal;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sd[data-s-89216c05-950a-40aa-a90c-deee5432a786] {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-89216c05-950a-40aa-a90c-deee5432a786] {
    font-size: 14px;
  }
}
.sd[data-s-2bcbd5f2-eca9-48b8-b05f-ec927548ba46] {
  color: #333333;
  font-family: var(--s-font-9d91efdb);
  font-size: 16px;
  font-style: normal;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sd[data-s-2bcbd5f2-eca9-48b8-b05f-ec927548ba46] {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-2bcbd5f2-eca9-48b8-b05f-ec927548ba46] {
    font-size: 14px;
  }
}
.sd[data-s-e02921c4-1aed-4da6-ab39-f1d24d24d82f] {
  color: #333333;
  font-family: var(--s-font-9d91efdb);
  font-size: 16px;
  font-style: normal;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sd[data-s-e02921c4-1aed-4da6-ab39-f1d24d24d82f] {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-e02921c4-1aed-4da6-ab39-f1d24d24d82f] {
    font-size: 14px;
  }
}
body {
  background: #fff;
  transition: background 0.5s cubic-bezier(0.4, 0.4, 0, 1);
}
.sd[data-r-1_3_1657abbb-fa69-4acd-a8ac-f484870a533e]:before {
  background-image: url(../img/business/img-005.webp);
}
.sd[data-r-0_0_4_a308160e-6c1d-4be3-93af-f69c12e52252]:before {
  background-image: url(../img/business/img-006.webp);
}
.sd[data-r-0_0_17_0_1_0_9_1498dee0-d009-4bf7-b5f0-9537311e9ade]:before {
  background-image: var(--sf-img-35);
}
.sd[data-r-0_0_18_0_1_0_9_1498dee0-d009-4bf7-b5f0-9537311e9ade]:before {
  background-image: var(--sf-img-36);
}
.sd[data-r-0_0_19_0_1_0_9_1498dee0-d009-4bf7-b5f0-9537311e9ade]:before {
  background-image: url(../img/business/img-007.webp);
}
.sd[data-r-0_0_20_0_1_0_9_1498dee0-d009-4bf7-b5f0-9537311e9ade]:before {
  background-image: url(../img/business/img-008.webp);
}
.sd[data-r-0_0_21_0_1_0_9_1498dee0-d009-4bf7-b5f0-9537311e9ade]:before {
  background-image: url(../img/business/img-009.webp);
}
.sd[data-r-0_0_22_0_1_0_9_1498dee0-d009-4bf7-b5f0-9537311e9ade]:before {
  background-image: var(--sf-img-35);
}
.sd[data-r-0_0_23_0_1_0_9_1498dee0-d009-4bf7-b5f0-9537311e9ade]:before {
  background-image: var(--sf-img-36);
}
.sd[data-r-1_0_0_1_11_8b78206e-ad51-4720-8949-212fd5c4f31d_905d4f62-d7d9-4fe9-a158-e022e9b9ef90]:before {
  background-image: var(--sf-img-40);
}
.sd[data-r-1_1_0_1_11_8b78206e-ad51-4720-8949-212fd5c4f31d_9f6df7ae-3102-4b61-80e8-b5a7b54bf2fd]:before {
  background-image: var(--sf-img-40);
}
:root {
  --s-font-258333f5: Lato;
  --s-font-419c9bb7: 'ヒラギノ角ゴ W6 JIS2004';
  --s-font-c5aaf4a9: 'ヒラギノ角ゴ W4 JIS2004';
  --s-font-698fd34e: 'ヒラギノ角ゴ W7 JIS2004';
  --s-font-9d91efdb: 'ヒラギノ角ゴ W5 JIS2004';
  --s-font-409d7b36: 'ヒラギノ角ゴ W3 JIS2004';
  --s-font-538ff687: Inter;
  --s-font-05bde54e: Inter, 'Noto Sans JP';
  --s-font-68950348: 'Noto Sans JP';
  --s-font-dd94b322: 'Noto Sans JP';
  --s-font-84846cfd: 'ヒラギノ角ゴ W0 JIS2004';
}
xt-mark[xt-annotation]::after {
  visibility: visible !important;
  content: attr(xt-annotation);
  margin-left: 0.25em;
  font-size: 0.85em;
  opacity: 0.8;
}
@keyframes skeleton-loading {
  0% {
    background-color: rgba(128, 128, 128, 0.06);
  }
  100% {
    background-color: rgba(128, 128, 128, 0.12);
  }
}
