:root{--s-font-eab0cf48:'Noto Sans';--s-font-daa8975e:'Noto Sans JP','Noto Sans',sans-serif;--s-font-f79ce552:Poppins;}
.input,
.richText *{transition: all 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  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;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  align-content: normal;
  z-index: 0;}
.richText s,
.richText del,
.richText u{text-decoration: revert;}
.richText{display: block;

  flex-direction: column;
  flex: none;

  position: relative;
  z-index: 0;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  line-height: 1;

* {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    word-spacing: 1px;

    backface-visibility: visible;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
  }
  h1 {
    font-size: 3em;
    font-weight: 700;
    margin: 20px 0;
  }

  h2,
    h3 {
    font-weight: 700;
    margin: 10px 0;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1em;
  }
  h4,
    h5,
    h6 {
    display: block;
    font-size: 1em;
    margin: 10px 0;
  }
  h4,
    h5 {
    font-weight: 600;
  }
  h6 {
    font-weight: 500;
  }
p {
    margin: 10px 0;
  }
> p {
    min-height: 1em;
  }

  hr {
    border-top: 1px solid #ccc;
    margin: 10px 0;
  }

  em {
    font-style: italic;
  }

> blockquote {
    border-left: 3px solid rgba(0, 0, 0, 0.15);
    font-style: italic;
    margin: 10px 0;
    padding: 10px 15px;
  }

  strong {
    color: inherit;
    display: inline;
    font-family: inherit;
    font-weight: 900;
  }

> [data-type="table_of_contents"] {
    line-height: 1;
    list-style: none;
    padding: 24px 24px 8px;
    margin: 0;
    border-radius: 2px;
    font-size: 16px;
    background-color: #f5f5f5;
    text-decoration: underline;
    color: #616161;

  .toc_list {
      margin: 0;
      padding: 0;
    }

  .toc_item {
      font-size: inherit;
      font-weight: inherit;
      color: currentColor;
      list-style: none;
      margin: 0 0 16px 0;

      padding-left: 2rem;

    &.toc_item--1 {
        margin: 0 0 16px 0;

        padding-left: 0;
      }
    &.toc_item--2 {
        margin: 0 0 16px 0;
        padding-left: 2rem;
      }
    &.toc_item--3 {
        margin: 0 0 16px 0;
        padding-left: 4rem;
      }

    > a {
        font-size: inherit;
        font-weight: inherit;
        color: currentColor;
        border: none;
        text-decoration: none;
      }
    }
  }

> [data-type="table"] {
    overflow-x: auto;
    p {
      white-space: pre-line;
      word-break: break-all;
    }
  }
  table {
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: unset;
    margin: 10px 0 10px 0;
    font-size: 14px;
    border: 1px solid #f2f2f2;
    color: #1a1a1a;
    line-height: 1.4;
  }
  th {
    background: rgba(245, 245, 245, 0.5);
  }
  th,
    td {
    min-width: 100px;
    max-width: 240px;
    border: 1px solid #f2f2f2;
    padding: 12px;

    p {
      margin: 0;
    }
  }

p > code {
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: inline;
    margin: 2px;
    padding: 0 5px;
  }
  ol {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    li {
      list-style: decimal;
      margin: 10px 0;
    }
  }

  ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    li {
      list-style: disc;
      margin: 10px 0;
    }
  }
  li > p {
    margin: 0;
  }
  pre {
    margin: 20px 0 20px 0;
    padding: 25px 35px 25px 35px;
    background: #eeeeee;
    border-radius: 6px;
    white-space: pre-wrap;
    font-family: Menlo, Monaco, "Courier New", monospace;

    code {
      padding: 0;
      border: none;
    }
  }

  img,
    video {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
  }

  a {
    color: #007cff;
    display: inline;
    text-decoration: underline;
  }

  [data-type="embed_code"] {
    position: relative;
    margin: 20px 0;
    .height-adjuster {
      position: relative;

      .wrapper {
        position: relative;
      }

      .wrapper[style*='padding-top'] {
        iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
      }
    }
  }}
.sd-1{min-height: 100vh;
  min-height: 100dvh;
  overflow: clip;}
:root{--s-color-91af2287: #fa3b4eff;}
.sd-1{align-content:flex-start; align-items:flex-start; background:#EEEEEE; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:flex-start; padding:80px 0px 0px; width:100%; max-width:100%;}
.sd-2{background:rgba(0,0,0,0.0); flex:none; height:90px; width:100%; max-width:100%;}
.sd-3{align-content:flex-end; align-items:flex-end; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; gap:0px; height:auto; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.sd-3 > *{--gap-h:0px; --gap-v:0px;}
.sd-4{background:rgba(0,0,0,0.0); flex:none; height:160px; width:100%; max-width:100%;}
.sd-5{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:1px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:30px 0px 0px; padding:50px 0px 15px; width:1000px; max-width:100%;}
.sd-6{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px; width:1000px; max-width:100%;}
.sd-7{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; width:auto; max-width:100%;}
.sd-8{background:#EEEEEE; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center right; width:100%; max-width:100%;}
.sd-8.appear{scale:1 1; transition-delay:300ms; transition-duration:600ms;}
.sd-9{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-9 > *{--gap-h:0px; --gap-v:0px;}
.sd-10{color:#000000; flex:1; font-family:var(--s-font-eab0cf48); font-size:28px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%; min-width:0;}
.sd-11{background:#000000; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center right; width:100%; max-width:100%;}
.sd-11.appear{scale:1 1; transition-delay:300ms; transition-duration:600ms;}
.sd-12{background:rgba(0,0,0,0.0); flex:none; height:calc(100% - 60px); margin:60px 0px 0px; width:100%; max-width:100%;}
.sd-13{flex:none; height:540px; width:960px; max-width:100%;}
.sd-14{background:rgba(0,0,0,0.0); flex:none; height:calc(100% - 60px); margin:60px 0px 0px; width:100%; max-width:100%;}
.sd-15{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:30px 0px 0px; padding:0px 60px 140px; width:100%; max-width:100%;}
.sd-16{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; width:100%; max-width:100%;}
.sd-17{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; width:100%; max-width:100%;}
.sd-18{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-18 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-19{background:rgba(0,0,0,0.0); flex:none; height:auto; width:100%; max-width:100%;}
.sd-20{align-content:center; align-items:center; background:#f49d5cff; border-radius:10px 10px 0px 0px; flex:none; flex-direction:column; flex-wrap:nowrap; height:45px; justify-content:center; margin:30px 0px 0px; width:75%; max-width:75%;}
.sd-21{color:#FFFFFF; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:800; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-22{align-content:center; align-items:center; background:#FFFFFF; border-radius:0px 0px 10px 10px; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 0px 30px; width:75%; max-width:75%;}
.sd-23{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:20px 0px 0px; padding:0px; width:100%; max-width:100%;}
.sd-24{color:#f49d5cff; font-size:24px; padding:0px;}
.sd-25{color:#f49d5cff; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:800; height:auto; letter-spacing:0.1em; line-height:1.4; padding:10px 30px; text-align:left; width:80%; justify-content:flex-start; max-width:80%;}
.sd-26{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-27{color:#f49d5cff; font-size:24px; padding:0px;}
.sd-28{color:#f49d5cff; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:800; height:auto; letter-spacing:0.1em; line-height:1.4; padding:10px 30px; text-align:left; width:80%; justify-content:flex-start; max-width:80%;}
.sd-29{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:0px 0px 20px; padding:0px; width:100%; max-width:100%;}
.sd-30{color:#f49d5cff; font-size:24px; padding:0px;}
.sd-31{color:#f49d5cff; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:800; height:auto; letter-spacing:0.1em; line-height:1.4; padding:10px 30px; text-align:left; width:80%; justify-content:flex-start; max-width:80%;}
.sd-32{background:rgba(0,0,0,0.0); flex:none; height:auto; width:100%; max-width:100%;}
.sd-33{align-content:center; align-items:center; background:#aaaaaa; border-radius:10px 10px 0px 0px; flex:none; flex-direction:column; flex-wrap:nowrap; height:45px; justify-content:center; margin:30px 0px 0px; width:75%; max-width:75%;}
.sd-34{color:#FFFFFF; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:800; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-35{align-content:center; align-items:center; background:#FFFFFF; border-radius:0px 0px 10px 10px; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 0px 30px; width:75%; max-width:75%;}
.sd-36{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:20px 0px 0px; padding:0px; width:100%; max-width:100%;}
.sd-37{background:#aaaaaa; border-radius:50%; color:#FFFFFF; font-size:14px; padding:6px;}
.sd-38{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; padding:10px 30px; text-align:left; width:80%; justify-content:flex-start; max-width:80%;}
.sd-39{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-40{background:#aaaaaa; border-radius:50%; color:#FFFFFF; font-size:14px; padding:6px;}
.sd-41{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; padding:10px 30px; text-align:left; width:80%; justify-content:flex-start; max-width:80%;}
.sd-42{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-43{background:#aaaaaa; border-radius:50%; color:#FFFFFF; font-size:14px; padding:6px;}
.sd-44{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; padding:10px 30px; text-align:left; width:80%; justify-content:flex-start; max-width:80%;}
.sd-45{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-46{background:#aaaaaa; border-radius:50%; color:#FFFFFF; font-size:14px; padding:6px;}
.sd-47{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; padding:10px 30px; text-align:left; width:80%; justify-content:flex-start; max-width:80%;}
.sd-48{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-49{background:#aaaaaa; border-radius:50%; color:#FFFFFF; font-size:14px; padding:6px;}
.sd-50{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; padding:10px 30px; text-align:left; width:80%; justify-content:flex-start; max-width:80%;}
.sd-51{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-52{background:#aaaaaa; border-radius:50%; color:#FFFFFF; font-size:14px; padding:6px;}
.sd-53{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; padding:10px 30px; text-align:left; width:80%; justify-content:flex-start; max-width:80%;}
.sd-54{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:0px 0px 20px; padding:0px; width:100%; max-width:100%;}
.sd-55{background:#aaaaaa; border-radius:50%; color:#FFFFFF; font-size:14px; padding:6px;}
.sd-56{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; padding:10px 30px; text-align:left; width:80%; justify-content:flex-start; max-width:80%;}
.sd-57{flex:none; height:540px; width:960px; max-width:100%;}
.sd-58{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-59{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #4994ab; border-left:1px solid #4994ab; border-right:0px solid #4994ab; border-top:0px solid #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-60{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-61{color:#f49d5cff; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-62{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-62 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-63{background:rgba(0,0,0,0.0); flex:none; height:auto; width:100%; max-width:100%;}
.sd-64{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #4994ab; border-left:2px solid #4994ab; border-radius:10px 10px 0px 0px; border-right:2px solid #4994ab; border-top:2px solid #4994ab; flex:none; flex-direction:column; flex-wrap:nowrap; height:45px; justify-content:center; margin:30px 0px 0px; width:75%; max-width:75%;}
.sd-65{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:800; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-66{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #4994ab; border-left:2px solid #4994ab; border-radius:0px 0px 10px 10px; border-right:2px solid #4994ab; border-top:0px solid #4994ab; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 0px 30px; width:75%; max-width:75%;}
.sd-67{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:20px 0px 0px; padding:0px; width:100%; max-width:100%;}
.sd-68{background:rgba(0,0,0,0.0); border-radius:0%; color:#4994ab; font-size:24px; padding:0px;}
.sd-69{color:#4994ab; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:800; height:auto; letter-spacing:0.1em; line-height:1.4; padding:10px 30px; text-align:left; width:80%; justify-content:flex-start; max-width:80%;}
.sd-70{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-71{background:rgba(0,0,0,0.0); border-radius:0%; color:#4994ab; font-size:24px; padding:0px;}
.sd-72{color:#4994ab; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:800; height:auto; letter-spacing:0.1em; line-height:1.4; padding:10px 30px; text-align:left; width:80%; justify-content:flex-start; max-width:80%;}
.sd-73{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:0px 0px 20px; padding:0px; width:100%; max-width:100%;}
.sd-74{background:rgba(0,0,0,0.0); border-radius:0%; color:#4994ab; font-size:24px; padding:0px;}
.sd-75{color:#4994ab; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:800; height:auto; letter-spacing:0.1em; line-height:1.4; padding:10px 30px; text-align:left; width:80%; justify-content:flex-start; max-width:80%;}
.sd-76{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-77{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #4994ab; border-left:1px solid #4994ab; border-right:0px solid #4994ab; border-top:0px solid #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-78{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-79{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-80{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #4994ab; border-left:1px dotted #4994ab; border-right:0px dotted #4994ab; border-top:0px dotted #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-81{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-82{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-83{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-83 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-84{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-85{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #4994ab; border-left:1px dotted #4994ab; border-right:0px dotted #4994ab; border-top:0px dotted #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-86{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-87{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-88{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-88 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-89{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-90{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #4994ab; border-left:1px dotted #4994ab; border-right:0px dotted #4994ab; border-top:0px dotted #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-91{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-92{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-93{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-93 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-94{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-95{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #4994ab; border-left:1px dotted #4994ab; border-right:0px dotted #4994ab; border-top:0px dotted #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-96{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-97{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-98{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-98 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-99{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-100{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #4994ab; border-left:1px solid #4994ab; border-right:0px solid #4994ab; border-top:0px solid #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-101{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-102{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-103{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-103 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-104{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex-direction:column; flex-wrap:nowrap; height:160px; justify-content:center; margin:0px; width:100%; max-width:100%;}
.sd-105{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 80px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-105 > *{--gap-h:0px; --gap-v:0px;}
.sd-106{flex:none; height:115px; margin:0px 40px 0px 0px; width:465px; max-width:calc(100% - 40px);}
.sd-106 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-107{flex:none; height:115px; margin:0px 0px 0px 40px; width:465px; max-width:calc(100% - 40px);}
.sd-107 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-108{align-content:center; align-items:center; background:#EEEEEE; display:none; flex-direction:column; flex-wrap:nowrap; height:160px; justify-content:center; margin:0px; width:100%; max-width:100%;}
.sd-109{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 80px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-109 > *{--gap-h:0px; --gap-v:0px;}
.sd-110{flex:none; height:115px; margin:0px 40px 0px 0px; width:465px; max-width:calc(100% - 40px);}
.sd-110 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-111{flex:none; height:115px; margin:0px 0px 0px 40px; width:465px; max-width:calc(100% - 40px);}
.sd-111 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-112{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-113{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #4994ab; border-left:1px solid #4994ab; border-right:0px solid #4994ab; border-top:0px solid #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-114{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-115{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-116{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:30px 0px 0px; width:1200px; max-width:100%;}
.sd-117{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; width:100%; max-width:100%;}
.sd-117.appear{opacity:0; transition-delay:400ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:0px 20px;}
.sd-118{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:1px solid #c1cccb; border-left:1px solid #c1cccb; border-right:1px solid #c1cccb; border-top:1px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:30px 40px; width:100%; max-width:100%;}
.sd-118 > *{--gap-h:0px; --gap-v:0px;}
.sd-119{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:none; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:center; padding:0px 40px 0px 0px; width:94px; max-width:100%;}
.sd-120{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1; margin:0px 0px 6px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-121{color:#333; font-family:var(--s-font-f79ce552); font-size:36px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-122{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:1px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px 0px 0px 40px; width:auto; max-width:100%; min-width:auto;}
.sd-123{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:22px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 10px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-124{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.6; margin:0px 0px 20px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-125{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; width:100%; max-width:100%;}
.sd-126{color:#333; font-size:48px; rotate:90deg;}
.sd-127{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:1px solid #c1cccb; border-left:1px solid #c1cccb; border-right:1px solid #c1cccb; border-top:1px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:30px 40px; width:100%; max-width:100%;}
.sd-127 > *{--gap-h:0px; --gap-v:0px;}
.sd-128{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:none; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:center; padding:0px 40px 0px 0px; width:94px; max-width:100%;}
.sd-129{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1; margin:0px 0px 6px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-130{color:#333; font-family:var(--s-font-f79ce552); font-size:36px; font-weight:500; height:auto; letter-spacing:0.05em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-131{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:1px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px 0px 0px 40px; width:auto; max-width:100%; min-width:auto;}
.sd-132{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:22px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 10px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-133{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.6; margin:0px 0px 20px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-134{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; width:100%; max-width:100%;}
.sd-135{color:#333; font-size:48px; rotate:90deg;}
.sd-136{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:1px solid #c1cccb; border-left:1px solid #c1cccb; border-right:1px solid #c1cccb; border-top:1px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:30px 40px; width:100%; max-width:100%;}
.sd-136 > *{--gap-h:0px; --gap-v:0px;}
.sd-137{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:none; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:center; padding:0px 40px 0px 0px; width:94px; max-width:100%;}
.sd-138{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1; margin:0px 0px 6px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-139{color:#333; font-family:var(--s-font-f79ce552); font-size:36px; font-weight:500; height:auto; letter-spacing:0.05em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-140{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:1px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px 0px 0px 40px; width:auto; max-width:100%; min-width:auto;}
.sd-141{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:22px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 10px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-142{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.6; margin:0px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-143{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex-direction:column; flex-wrap:nowrap; height:160px; justify-content:center; margin:20px 0px 0px; width:100%; max-width:100%;}
.sd-144{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 80px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-144 > *{--gap-h:0px; --gap-v:0px;}
.sd-145{flex:none; height:115px; margin:0px 40px 0px 0px; width:465px; max-width:calc(100% - 40px);}
.sd-145 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-146{flex:none; height:115px; margin:0px 0px 0px 40px; width:465px; max-width:calc(100% - 40px);}
.sd-146 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-147{align-content:center; align-items:center; background:#EEEEEE; display:none; flex-direction:column; flex-wrap:nowrap; height:160px; justify-content:center; margin:0px; width:100%; max-width:100%;}
.sd-148{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 80px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-148 > *{--gap-h:0px; --gap-v:0px;}
.sd-149{flex:none; height:115px; margin:0px 40px 0px 0px; width:465px; max-width:calc(100% - 40px);}
.sd-149 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-150{flex:none; height:115px; margin:0px 0px 0px 40px; width:465px; max-width:calc(100% - 40px);}
.sd-150 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-151{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-152{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #4994ab; border-left:1px solid #4994ab; border-right:0px solid #4994ab; border-top:0px solid #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-153{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%;}
.sd-154{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-155{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-155 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-156{flex:none; height:540px; width:960px; max-width:100%;}
.sd-157{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-158{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #4994ab; border-left:1px solid #4994ab; border-right:0px solid #4994ab; border-top:0px solid #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-159{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-160{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-161{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #4994ab; border-left:1px dotted #4994ab; border-right:0px dotted #4994ab; border-top:0px dotted #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-162{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-163{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-164{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-164 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-165{align-content:center; align-items:center; background:#FFFFFF; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; gap:20px; height:640px; justify-content:center; overflow-x:hidden; overflow-y:hidden; transition-timing-function:cubic-bezier(0, 0, 0.99, 0.98); width:100%; max-width:100%;}
.sd-165 > *{--gap-h:20px; --gap-v:0px;}
.sd-171{align-content:center; align-items:center; bottom:0px; flex:none; flex-direction:row; flex-wrap:nowrap; height:88px; justify-content:center; left:0px; position:absolute; right:0px; top:auto; transition-timing-function:cubic-bezier(0.4, 0.4, 0.05, 1); width:auto; z-index:3; max-width:100%;}
.sd-172{align-content:center; align-items:center; background:#FFFFFF; border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:40px; justify-content:center; margin:0px 24px 0px 0px; width:40px; max-width:calc(100% - 24px);}
.sd-172:hover{background:#e1e1e1; --ha:1;}
.sd-173{font-size:24px;}
.sd-174{background:#FFFFFF; border-radius:50%; flex-direction:column; flex-wrap:nowrap; height:40px; justify-content:center; width:40px; max-width:100%;}
.sd-174:hover{background:#e1e1e1; --ha:1;}
.sd-175{height:auto; width:auto; max-width:100%;}
.sd-176{font-size:18px;}
.sd-177{height:auto; width:auto; max-width:100%;}
.sd-178{font-size:18px;}
.sd-179{background:#FFFFFF; border-radius:50%; flex-direction:column; flex-wrap:nowrap; height:40px; justify-content:center; margin:0px 0px 0px 24px; width:40px; max-width:calc(100% - 24px);}
.sd-179:hover{background:#e1e1e1; --ha:1;}
.sd-180{font-size:24px;}
.sd-165__content{display:none; flex-direction:column; flex-wrap:nowrap; height:100%; outline-offset:-4px; transition-property:transform; transition-timing-function:cubic-bezier(0.58, 0.21, 0.41, 0.96); width:100%; will-change:transform; max-width:100%;}
.sd-165__content:focus-visible{outline:2px solid black;}
[data-animatingNext].sd-165__content{transform:translateX(-100%);}
[data-animatingPrev].sd-165__content{transform:translateX(100%);}
.sd-165__content__sd-1{align-content:flex-start; align-items:flex-start; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:flex-end; padding:0px 80px 88px; width:100%; z-index:-1; max-width:100%;}
.sd-165__content__sd-2{align-content:flex-start; align-items:flex-start; flex-direction:column; flex-wrap:nowrap; justify-content:flex-end; width:100%; max-width:100%;}
.sd-165__content__sd-3{color:#FFFFFF; font-family:var(--s-font-daa8975e); font-size:15px; margin:0px 0px 10px; text-align:center; justify-content:center; max-width:100%;  font-weight:700;}
.sd-165__content__sd-4{height:120px; width:160px; max-width:100%;}
.sd-181{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-182{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #4994ab; border-left:1px dotted #4994ab; border-right:0px dotted #4994ab; border-top:0px dotted #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-183{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-184{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-185{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-185 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-186{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-187{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #4994ab; border-left:1px dotted #4994ab; border-right:0px dotted #4994ab; border-top:0px dotted #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-188{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-189{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-190{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-190 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-191{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-192{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #4994ab; border-left:1px dotted #4994ab; border-right:0px dotted #4994ab; border-top:0px dotted #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-193{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-194{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-195{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-195 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-196{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-197{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #4994ab; border-left:1px solid #4994ab; border-right:0px solid #4994ab; border-top:0px solid #4994ab; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-198{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-199{color:#4994ab; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-200{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:1px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:80px 0px 0px; width:1200px; max-width:100%;}
.list-1{height:1147px; padding:0px;}
.list-1.appear{opacity:0; transition-delay:400ms; transition-duration:600ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:0px 20px;}
.list-1__item{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 30px; width:100%; max-width:100%;}
.list-1__item__sd-1{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:1px solid #c1cccb; border-left:1px solid #c1cccb; border-radius:0; border-right:1px solid #c1cccb; border-top:1px solid #c1cccb; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:20px 30px; width:100%; max-width:100%;}
.list-1__item__sd-2{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; width:100%; max-width:100%;}
.list-1__item__sd-3{align-content:center; align-items:center; background:#FFFFFF; border-radius:40px; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; width:50px; max-width:100%;}
.list-1__item__sd-4{color:#000000; font-family:var(--s-font-f79ce552); font-size:20px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; margin:0px 0px 0px 2px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 2px);}
.list-1__item__sd-5{background:rgba(0,0,0,0.0); color:#000000; flex:1; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:600; height:auto; letter-spacing:0.1em; line-height:1.8; margin:0px; padding:0px 0px 0px 10px; text-align:left; width:auto; justify-content:flex-start; max-width:100%; min-width:0;}
.list-1__item__sd-6{background:#c8c8c8; flex:none; height:1px; margin:10px 0px; width:100%; max-width:100%;}
.list-1__item__sd-7{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; width:100%; max-width:100%;}
.list-1__item__sd-8{align-content:center; align-items:center; background:#575757; border-radius:40px; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; width:50px; max-width:100%;}
.list-1__item__sd-9{color:#FFFFFF; font-family:var(--s-font-f79ce552); font-size:20px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; margin:0px 0px 0px 2px; padding:0px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 2px);}
.list-1__item__sd-10{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px 0px 0px 10px; width:auto; max-width:100%; min-width:0;}
.list-1__item__sd-11{background:rgba(0,0,0,0.0); color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.6; margin:0px; padding:0px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-201{background:rgba(0,0,0,0.0); flex:none; height:calc(100% - 40px); margin:20px 0px; width:100%; max-width:100%;}
.sd-202{display:none; flex:none; height:540px; width:960px; max-width:100%;}
.sd-203{background:rgba(0,0,0,0.0); display:none; flex:none; height:calc(100% - 40px); margin:20px 0px; width:100%; max-width:100%;}
.sd-204{flex:none; height:540px; width:960px; max-width:100%;}
.symbol-2{align-content:center; align-items:center; background:#f6f9f9ff; bottom:0px; flex:none; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:flex-start; left:NaNpx; margin:0; position:absolute; right:0px; top:NaNpx; width:calc(30% - (var(--gap-h) * 0.7)); z-index:-1; max-width:calc(30% - (var(--gap-h) * 0.7));}
.symbol-3{align-content:center; align-items:center; background:rgba(0,0,0,0.0); display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; overflow-x:visible; overflow-y:visible; padding:50px 80px 30px; width:100%; max-width:100%;}
.symbol-3__sd-1{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:space-between; margin:0px 0px 30px; padding:0px 0px; width:100%; max-width:100%;}
.symbol-3__sd-2{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 80px 0px 0px; width:auto; max-width:calc(100% - 80px);}
.symbol-3__sd-3{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:10px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-4{flex:none; height:auto; margin:0px 20px 0px 0px; width:70px; max-width:calc(100% - 20px);}
.symbol-3__sd-4{aspect-ratio:auto 2400 / 2400;}
.symbol-3__sd-5{flex:none; height:auto; width:180px; max-width:100%;}
.symbol-3__sd-5{aspect-ratio:auto 2400 / 633;}
.symbol-3__sd-6{color:#333; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:20px 0px 0px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-7{color:#333; display:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.4; margin:10px 0px 0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-8{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; width:auto; max-width:100%;}
.symbol-3__sd-9{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; width:auto; max-width:100%;}
.symbol-3__sd-10{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 60px 0px 0px; padding:0px; width:auto; max-width:calc(100% - 60px);}
.symbol-3__sd-11{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-11:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-12{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-13{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-13:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-14{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-15{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-15:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-16{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-17{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-17:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-18{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-19{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:-12px 0px 0px; width:auto; max-width:100%;}
.symbol-3__sd-20{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-20:hover{opacity:1; --ha:1;}
.symbol-3__sd-21{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-20:hover .symbol-3__sd-21{background:#c1cccb;}
.symbol-3__sd-22{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-23{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-20:hover .symbol-3__sd-23{opacity:0.5;}
.symbol-3__sd-24{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-24:hover{opacity:1; --ha:1;}
.symbol-3__sd-25{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-24:hover .symbol-3__sd-25{background:#c1cccb;}
.symbol-3__sd-26{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-27{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-24:hover .symbol-3__sd-27{opacity:0.5;}
.symbol-3__sd-28{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-28:hover{opacity:1; --ha:1;}
.symbol-3__sd-29{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-28:hover .symbol-3__sd-29{background:#c1cccb;}
.symbol-3__sd-30{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-31{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; padding:0px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-28:hover .symbol-3__sd-31{opacity:0.5;}
.symbol-3__sd-32{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-32:hover{opacity:1; --ha:1;}
.symbol-3__sd-33{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-32:hover .symbol-3__sd-33{background:#c1cccb;}
.symbol-3__sd-34{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-35{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-32:hover .symbol-3__sd-35{opacity:0.5;}
.symbol-3__sd-36{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 60px 0px 0px; padding:0px; width:auto; max-width:calc(100% - 60px);}
.symbol-3__sd-37{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-37:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-38{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-39{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-39:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-40{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-41{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-41:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-42{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-43{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-43:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-44{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-45{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-45:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-46{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-47{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; width:auto; max-width:100%;}
.symbol-3__sd-48{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 60px 0px 0px; padding:0px; width:auto; max-width:calc(100% - 60px);}
.symbol-3__sd-49{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-49:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-50{color:#333; display:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-51{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-51:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-52{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-53{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-53:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-54{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-55{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-55:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-56{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-57{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-57:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-58{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-59{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:-12px 0px 0px; width:auto; max-width:100%;}
.symbol-3__sd-60{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-60:hover{opacity:1; --ha:1;}
.symbol-3__sd-61{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-60:hover .symbol-3__sd-61{background:#c1cccb;}
.symbol-3__sd-62{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-63{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-60:hover .symbol-3__sd-63{opacity:0.5;}
.symbol-3__sd-64{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-64:hover{opacity:1; --ha:1;}
.symbol-3__sd-65{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-64:hover .symbol-3__sd-65{background:#c1cccb;}
.symbol-3__sd-66{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-67{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-64:hover .symbol-3__sd-67{opacity:0.5;}
.symbol-3__sd-68{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-68:hover{opacity:1; --ha:1;}
.symbol-3__sd-69{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-68:hover .symbol-3__sd-69{background:#c1cccb;}
.symbol-3__sd-70{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-71{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; padding:0px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-68:hover .symbol-3__sd-71{opacity:0.5;}
.symbol-3__sd-72{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-72:hover{opacity:1; --ha:1;}
.symbol-3__sd-73{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-72:hover .symbol-3__sd-73{background:#c1cccb;}
.symbol-3__sd-74{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-75{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-72:hover .symbol-3__sd-75{opacity:0.5;}
.symbol-3__sd-76{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:-12px 0px 0px; width:auto; max-width:100%;}
.symbol-3__sd-77{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:90%; max-width:90%;}
.symbol-3__sd-77:hover{opacity:1; --ha:1;}
.symbol-3__sd-78{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-77:hover .symbol-3__sd-78{background:#c1cccb;}
.symbol-3__sd-79{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-80{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-77:hover .symbol-3__sd-80{opacity:0.5;}
.symbol-3__sd-81{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-81:hover{opacity:1; --ha:1;}
.symbol-3__sd-82{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-81:hover .symbol-3__sd-82{background:#c1cccb;}
.symbol-3__sd-83{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-84{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-81:hover .symbol-3__sd-84{opacity:0.5;}
.symbol-3__sd-85{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:10px 0px 0px; width:100%; max-width:100%;}
.symbol-3__sd-85:hover{opacity:1; --ha:1;}
.symbol-3__sd-86{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 10px; opacity:0.8; width:auto; max-width:calc(100% - 18px);}
.symbol-3__sd-85:hover .symbol-3__sd-86{background:#c1cccb;}
.symbol-3__sd-87{flex:none; height:25px; width:25px; max-width:100%;}
.symbol-3__sd-88{color:#333; flex:none; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; margin:0px 1px 0px 0px; padding:0px; text-align:center; width:calc(50% - 1px); justify-content:center; max-width:calc(50% - 1px);}
.symbol-3__sd-85:hover .symbol-3__sd-88{opacity:0.5;}
.symbol-3__sd-89{align-content:center; align-items:center; background:rgba(0,0,0,0.0); display:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-89:hover{opacity:1; --ha:1;}
.symbol-3__sd-90{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-89:hover .symbol-3__sd-90{background:#c1cccb;}
.symbol-3__sd-91{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-92{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-89:hover .symbol-3__sd-92{opacity:0.5;}
.symbol-3__sd-93{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #dbe1e1; border-left:0px solid #dbe1e1; border-right:0px solid #dbe1e1; border-top:1px solid #dbe1e1; flex:none; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:space-between; margin:20px 0px 120px; padding:30px 0px 0px; width:90%; max-width:90%;}
.symbol-3__sd-93 > *{--gap-h:0px; --gap-v:0px;}
.symbol-3__sd-94{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-94:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-95{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-95:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-96{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-96:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-97{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-97:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-98{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-98:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-99{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-99:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-100{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-100:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-101{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-101:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-102{color:#575757; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-205{background:#000000; bottom:0px; flex:none; height:120px; left:0px; margin:0; opacity:0.6; position:fixed; right:0px; top:NaNpx; width:100%; z-index:2; max-width:100%;}
.sd-206{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid rgba(0, 0, 0, 0); border-left:0px solid rgba(0, 0, 0, 0); border-right:0px solid rgba(0, 0, 0, 0); border-top:0px solid rgba(0, 0, 0, 0); bottom:0px; box-shadow:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:120px; justify-content:center; left:0px; margin:0; opacity:1; position:fixed; right:0px; top:NaNpx; width:auto; max-width:100%; z-index:2;}
.sd-207{background:rgba(0,0,0,0.0); border-radius:12px; flex:none; height:90px; margin:15px 30px 0px 0px; opacity:1; padding:0px; width:360px; z-index:1; max-width:calc(100% - 30px);}
.sd-207 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-208{border-radius:12px; flex:none; height:90px; margin:15px 0px 0px 30px; opacity:1; padding:0px; width:360px; z-index:1; max-width:calc(100% - 30px);}
.sd-208 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-209{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-radius:0px; bottom:auto; display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; left:NaNpx; margin:0; padding:0; position:absolute; right:35px; top:-407px; transition-delay:600ms; width:320px; z-index:4;}
.sd-209.appear{opacity:0; transition-delay:5000ms; transition-duration:800ms;}
.sd-209:not([open]), .sd-209[data-toggle-closing]{opacity:0; scale:0 0; transition-delay:0ms; transition-duration:0ms;}
.sd-210{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:flex-end; margin:0px 0px 5px; padding:0px 5px 0px 0px; width:100%; max-width:100%;}
.sd-210 > *{--gap-h:0px; --gap-v:0px;}
.sd-211{background:#FFFFFF; border-radius:128px; color:#333; font-size:16px; margin:0px; opacity:0.8; padding:6px; max-width:100%;}
.sd-209:not([open]) .sd-211, .sd-209[data-toggle-closing] .sd-211, .sd-209 > [data-toggle-closing] .sd-211, .sd-209 > .sd-211[data-toggle-closing]{background:rgba(0,0,0,0.0); flex:none; font-size:0px; height:0px; opacity:0; padding:0px; transition-duration:0ms; width:0px; max-width:100%;}
.sd-212{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; opacity:1; overflow-x:hidden; overflow-y:hidden; padding:0px; width:100%; max-width:100%;}
.sd-213{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; opacity:1; padding:0px; width:100%; max-width:100%;}
.sd-214{flex:none; height:369px; margin:5px 0px 0px; width:315px; max-width:100%;}
.sd-214 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-214:hover{opacity:0.8; --ha:1;}
.sd-214toggleClose > .image__bg-container::before{background-repeat:no-repeat;}
.sd-215{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid rgba(0, 0, 0, 0); border-left:0px solid rgba(0, 0, 0, 0); border-right:0px solid rgba(0, 0, 0, 0); border-top:0px solid rgba(0, 0, 0, 0); bottom:-20px; box-shadow:none; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:120px; justify-content:center; left:20px; margin:0; opacity:1; position:fixed; right:-20px; top:NaNpx; width:auto; max-width:100%; z-index:2;}
.sd-216{background:rgba(0,0,0,0.0); border-radius:12px; flex:none; height:90px; margin:15px 30px 0px 0px; opacity:1; padding:0px; width:360px; z-index:1; max-width:calc(100% - 30px);}
.sd-216 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-217{border-radius:12px; flex:none; height:90px; margin:15px 0px 0px 30px; opacity:1; padding:0px; width:360px; z-index:1; max-width:calc(100% - 30px);}
.sd-217 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-218{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-radius:0px; bottom:NaNpx; display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; left:NaNpx; margin:0; padding:0; position:absolute; right:15px; top:-310px; transition-delay:600ms; width:320px; z-index:4;}
.sd-218.appear{opacity:0; transition-delay:1000ms; transition-duration:600ms;}
.sd-218:not([open]), .sd-218[data-toggle-closing]{opacity:0; scale:0 0; transition-delay:0ms; transition-duration:0ms;}
.sd-219{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:flex-end; margin:0px 0px 5px; padding:0px 5px 0px 0px; width:100%; max-width:100%;}
.sd-219 > *{--gap-h:0px; --gap-v:0px;}
.sd-220{background:#FFFFFF; border-radius:128px; color:#333; font-size:16px; margin:0px; opacity:0.8; padding:6px; max-width:100%;}
.sd-218:not([open]) .sd-220, .sd-218[data-toggle-closing] .sd-220, .sd-218 > [data-toggle-closing] .sd-220, .sd-218 > .sd-220[data-toggle-closing]{background:rgba(0,0,0,0.0); flex:none; font-size:0px; height:0px; opacity:0; padding:0px; transition-duration:0ms; width:0px; max-width:100%;}
.sd-221{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; opacity:1; overflow-x:hidden; overflow-y:hidden; padding:0px; width:100%; max-width:100%;}
.sd-222{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; opacity:1; padding:0px; width:100%; max-width:100%;}
.sd-223{flex:none; height:369px; margin:5px 0px 0px; width:315px; max-width:100%;}
.sd-223 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-223:hover{opacity:0.8; --ha:1;}
.sd-223toggleClose > .image__bg-container::before{background-repeat:no-repeat;}
@media (max-width: 1088px) {
.sd-108{display:none;}
.sd-147{display:none;}
.sd-165{display:none;}
.sd-165 > *{--gap-h:20px; --gap-v:0px;}
.sd-165__content{display:none;}
.sd-202{display:none;}
.sd-203{display:none;}
.symbol-3{display:flex; padding:50px 40px 30px;}
.symbol-3__sd-2{margin:0px 80px 40px 0px; max-width:calc(100% - 80px);}
.symbol-3__sd-7{display:none;}
.symbol-3__sd-11:hover{opacity:1; --ha:1;}
.symbol-3__sd-11:hover .symbol-3__sd-12{color:#c1cccb;}
.symbol-3__sd-13:hover{opacity:1; --ha:1;}
.symbol-3__sd-13:hover .symbol-3__sd-14{color:#c1cccb;}
.symbol-3__sd-15:hover{opacity:1; --ha:1;}
.symbol-3__sd-15:hover .symbol-3__sd-16{color:#c1cccb;}
.symbol-3__sd-17:hover{opacity:1; --ha:1;}
.symbol-3__sd-17:hover .symbol-3__sd-18{color:#c1cccb;}
.symbol-3__sd-19{display:none;}
.symbol-3__sd-23{display:none;}
.symbol-3__sd-27{display:none;}
.symbol-3__sd-31{display:none;}
.symbol-3__sd-35{display:none;}
.symbol-3__sd-37{display:none;}
.symbol-3__sd-37:hover{opacity:1; --ha:1;}
.symbol-3__sd-37:hover .symbol-3__sd-38{color:#c1cccb;}
.symbol-3__sd-39:hover{opacity:1; --ha:1;}
.symbol-3__sd-39:hover .symbol-3__sd-40{color:#c1cccb;}
.symbol-3__sd-41:hover{opacity:1; --ha:1;}
.symbol-3__sd-41:hover .symbol-3__sd-42{color:#c1cccb;}
.symbol-3__sd-43:hover{opacity:1; --ha:1;}
.symbol-3__sd-43:hover .symbol-3__sd-44{color:#c1cccb;}
.symbol-3__sd-45:hover{opacity:1; --ha:1;}
.symbol-3__sd-45:hover .symbol-3__sd-46{color:#c1cccb;}
.symbol-3__sd-49{display:none;}
.symbol-3__sd-49:hover{opacity:1; --ha:1;}
.symbol-3__sd-50{display:none;}
.symbol-3__sd-49:hover .symbol-3__sd-50{color:#c1cccb;}
.symbol-3__sd-51:hover{opacity:1; --ha:1;}
.symbol-3__sd-51:hover .symbol-3__sd-52{color:#c1cccb;}
.symbol-3__sd-53:hover{opacity:1; --ha:1;}
.symbol-3__sd-53:hover .symbol-3__sd-54{color:#c1cccb;}
.symbol-3__sd-55:hover{opacity:1; --ha:1;}
.symbol-3__sd-55:hover .symbol-3__sd-56{color:#c1cccb;}
.symbol-3__sd-57:hover{opacity:1; --ha:1;}
.symbol-3__sd-57:hover .symbol-3__sd-58{color:#c1cccb;}
.symbol-3__sd-59{display:none;}
.symbol-3__sd-63{display:none;}
.symbol-3__sd-67{display:none;}
.symbol-3__sd-71{display:none;}
.symbol-3__sd-75{display:none;}
.symbol-3__sd-76{display:none;}
.symbol-3__sd-80{display:none;}
.symbol-3__sd-84{display:none;}
.symbol-3__sd-88{display:none;}
.symbol-3__sd-89{display:none;}
.symbol-3__sd-92{display:none;}
.sd-209{display:flex;}
.sd-215{display:none;}
.sd-218{display:flex;}
}
@media (max-width: 840px) {
.sd-5{padding:100px 50px;}
.sd-6{flex:none;}
.sd-15{padding:0px 50px 140px;}
.sd-104{display:none; flex:none; height:100px;}
.sd-108{display:flex; flex:none; height:100px;}
.sd-116{padding:100px 0px 0px;}
.sd-123{font-size:24px;}
.sd-132{font-size:24px;}
.sd-141{font-size:24px;}
.sd-143{display:none; flex:none; height:100px;}
.sd-147{display:flex; flex:none; height:100px;}
.sd-165{display:none;}
.sd-165 > *{--gap-h:20px; --gap-v:0px;}
.sd-165__content{display:none;}
.sd-200{padding:100px 0px 0px;}
.list-1__item{flex:none; margin:0px; width:100%; max-width:100%;}
.list-1__item__sd-5{flex:none; width:91%; max-width:91%;}
.list-1__item__sd-10{flex:none; width:91%; max-width:91%;}
.list-1__item__sd-11{flex:none; width:681.19px; max-width:100%;}
.sd-202{display:none;}
.sd-203{display:none;}
.symbol-3{display:flex; padding:50px 30px 30px;}
.symbol-3__sd-1{align-content:center; align-items:center; flex-direction:column; flex-wrap:nowrap; justify-content:center;}
.symbol-3__sd-2{flex:none; margin:0px 0px 40px; width:100%; max-width:100%;}
.symbol-3__sd-7{display:none;}
.symbol-3__sd-8{align-content:flex-start; align-items:flex-start; border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:1px solid #c1cccb; flex:none; justify-content:flex-start; padding:15px 0px 0px; width:100%; max-width:100%;}
.symbol-3__sd-9{align-content:flex-start; align-items:flex-start; border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:0px solid #c1cccb; flex:none; justify-content:flex-start; padding:0px; width:33%; max-width:33%;}
.symbol-3__sd-10{flex:none; margin:0px; width:100%; max-width:100%;}
.symbol-3__sd-12{font-size:14px;}
.symbol-3__sd-14{font-size:14px;}
.symbol-3__sd-16{font-size:14px;}
.symbol-3__sd-18{font-size:14px;}
.symbol-3__sd-19{display:none; flex:none; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.symbol-3__sd-21{margin:0px; max-width:100%;}
.symbol-3__sd-23{display:none;}
.symbol-3__sd-25{margin:0px; max-width:100%;}
.symbol-3__sd-27{display:none;}
.symbol-3__sd-29{margin:0px; max-width:100%;}
.symbol-3__sd-31{display:none;}
.symbol-3__sd-33{margin:0px; max-width:100%;}
.symbol-3__sd-35{display:none;}
.symbol-3__sd-36{flex:none; margin:0px 0px 0px 10px; width:calc(33% - 10px); max-width:calc(33% - 10px);}
.symbol-3__sd-37{display:none;}
.symbol-3__sd-40{font-size:14px;}
.symbol-3__sd-42{font-size:14px;}
.symbol-3__sd-44{font-size:14px;}
.symbol-3__sd-46{font-size:14px;}
.symbol-3__sd-47{align-content:flex-start; align-items:flex-start; border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:0px solid #c1cccb; flex:none; justify-content:center; margin:0px 0px 0px 20px; padding:0px; width:calc(33% - 20px); max-width:calc(33% - 20px);}
.symbol-3__sd-48{flex:none; margin:0px; width:auto; max-width:100%;}
.symbol-3__sd-49{display:none;}
.symbol-3__sd-50{display:none;}
.symbol-3__sd-52{font-size:14px;}
.symbol-3__sd-54{font-size:14px;}
.symbol-3__sd-56{font-size:14px;}
.symbol-3__sd-58{font-size:14px;}
.symbol-3__sd-59{display:none; flex:none; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.symbol-3__sd-61{margin:0px; max-width:100%;}
.symbol-3__sd-63{display:none;}
.symbol-3__sd-65{margin:0px; max-width:100%;}
.symbol-3__sd-67{display:none;}
.symbol-3__sd-69{margin:0px; max-width:100%;}
.symbol-3__sd-71{display:none;}
.symbol-3__sd-73{margin:0px; max-width:100%;}
.symbol-3__sd-75{display:none;}
.symbol-3__sd-76{display:none; flex:none; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.symbol-3__sd-78{margin:0px; max-width:100%;}
.symbol-3__sd-80{display:none;}
.symbol-3__sd-82{margin:0px; max-width:100%;}
.symbol-3__sd-84{display:none;}
.symbol-3__sd-86{margin:0px; max-width:100%;}
.symbol-3__sd-88{display:none;}
.symbol-3__sd-89{display:none;}
.symbol-3__sd-90{margin:0px; max-width:100%;}
.symbol-3__sd-92{display:none;}
.symbol-3__sd-93{align-content:center; align-items:center; flex-direction:column; flex-wrap:nowrap; gap:10px; justify-content:center; margin:20px 0px 50px; padding:30px 0px 0px; width:90%; max-width:90%;}
.symbol-3__sd-93 > *{--gap-h:0px; --gap-v:10px;}
.symbol-3__sd-102{margin:0px 0px 70px; max-width:100%;}
.sd-206{display:none; flex:none; width:100%; max-width:100%;}
.sd-207{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-207 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-208{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-208 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-209{display:flex;}
.sd-215{display:none; flex:none; width:100%; max-width:100%;}
.sd-216{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-216 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-217{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-217 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-218{display:flex;}
}
@media (max-width: 540px) {
.sd-1{padding:60px 0px 0px;}
.sd-2{background:rgba(0,0,0,0.0); flex:none; height:19px; width:100%; max-width:100%;}
.sd-3{flex:none; height:100%; padding:0px; width:auto; max-width:100%;}
.sd-3 > *{--gap-h:0px; --gap-v:0px;}
.sd-4{flex:none; height:auto;}
.sd-5{flex:none; padding:0px 0px 20px; width:80%; max-width:80%;}
.sd-10{font-size:18px;}
.sd-12{background:rgba(0,0,0,0.0); flex:none; height:auto; margin:30px 0px 0px; padding:10px; width:100%; max-width:100%;}
.sd-13{flex:none; height:300px; padding:0px; width:100%; max-width:100%;}
.sd-13 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-14{background:rgba(0,0,0,0.0); flex:none; height:auto; margin:30px 0px 0px; padding:10px; width:100%; max-width:100%;}
.sd-15{flex-direction:column; flex-wrap:nowrap; margin:0px; padding:0px 30px; width:100%; max-width:100%;}
.sd-16{flex:none; margin:0px; width:100%; max-width:100%;}
.sd-17{margin:0px; width:100%; max-width:100%;}
.sd-20{flex:none; width:100%; max-width:100%;}
.sd-21{font-weight:700;}
.sd-22{flex:none; width:100%; max-width:100%;}
.sd-23{align-content:center; align-items:center; justify-content:flex-start; padding:0px 20px;}
.sd-25{flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-26{align-content:center; align-items:center; justify-content:flex-start; padding:0px 20px;}
.sd-28{flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-29{align-content:center; align-items:center; justify-content:flex-start; padding:0px 20px;}
.sd-31{flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-33{flex:none; width:100%; max-width:100%;}
.sd-35{flex:none; width:100%; max-width:100%;}
.sd-36{align-content:center; align-items:center; justify-content:flex-start; margin:20px 0px 0px 20px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-38{flex:none; font-size:13px; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-39{align-content:center; align-items:center; justify-content:flex-start; margin:0px 20px; width:calc(100% - 40px); max-width:calc(100% - 40px);}
.sd-41{flex:none; font-size:13px; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-42{align-content:center; align-items:center; justify-content:flex-start; margin:0px 20px; width:calc(100% - 40px); max-width:calc(100% - 40px);}
.sd-44{flex:none; font-size:13px; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-45{align-content:center; align-items:center; justify-content:flex-start; margin:0px 20px; width:calc(100% - 40px); max-width:calc(100% - 40px);}
.sd-47{flex:none; font-size:13px; margin:0px; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-48{align-content:center; align-items:center; justify-content:flex-start; margin:0px 0px 0px 20px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-50{flex:none; font-size:13px; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-51{align-content:center; align-items:center; justify-content:flex-start; margin:0px 20px; width:calc(100% - 40px); max-width:calc(100% - 40px);}
.sd-53{flex:none; font-size:13px; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-54{align-content:center; align-items:center; justify-content:flex-start; margin:0px 0px 20px 20px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-56{flex:none; font-size:13px; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-57{flex:none; height:300px; padding:0px; width:100%; max-width:100%;}
.sd-57 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-58{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-59{border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; margin:0px; width:100%; max-width:100%;}
.sd-60{flex:1; height:auto; width:auto; max-width:100%;}
.sd-61{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-62{padding:0px 0px;}
.sd-64{border-bottom:2px solid #f49d5cff; border-left:2px solid #f49d5cff; border-right:2px solid #f49d5cff; border-top:2px solid #f49d5cff; flex:none; width:100%; max-width:100%;}
.sd-65{color:#f49d5cff; font-weight:700;}
.sd-66{border-bottom:2px solid #f49d5cff; border-left:2px solid #f49d5cff; border-right:2px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; width:100%; max-width:100%;}
.sd-67{align-content:center; align-items:center; justify-content:flex-start; margin:20px 10px 0px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-68{color:#f49d5cff;}
.sd-69{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 10px; width:100%; max-width:100%;}
.sd-70{align-content:center; align-items:center; justify-content:flex-start;}
.sd-71{color:#f49d5cff; margin:0px 10px; max-width:calc(100% - 20px);}
.sd-72{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; padding:10px 10px 10px 0px; width:88%; max-width:88%;}
.sd-73{align-content:center; align-items:center; justify-content:flex-start;}
.sd-74{color:#f49d5cff; margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-75{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 10px; width:100%; max-width:100%;}
.sd-76{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-77{border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; margin:0px 0px 16px; width:100%; max-width:100%;}
.sd-78{flex:1; height:auto; width:auto; max-width:100%;}
.sd-79{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-80{border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; flex:none; margin:0px; width:100%; max-width:100%;}
.sd-81{flex:1; height:auto; width:auto; max-width:100%;}
.sd-82{color:#f49d5cff; flex:none; font-size:18px; margin:0px 0px 3px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-83{padding:0px 0px;}
.sd-84{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-85{border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; flex:none; margin:0px; width:100%; max-width:100%;}
.sd-86{flex:1; height:auto; margin:0px 0px 3px; width:auto; max-width:100%;}
.sd-87{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-88{padding:0px 0px;}
.sd-89{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-90{border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; flex:none; margin:0px; width:100%; max-width:100%;}
.sd-91{flex:1; height:auto; margin:0px 0px 3px; width:auto; max-width:100%;}
.sd-92{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-93{padding:0px 0px;}
.sd-94{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-95{border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; flex:none; margin:0px 0px 3px; width:100%; max-width:100%;}
.sd-96{flex:1; height:auto; width:auto; max-width:100%;}
.sd-97{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-98{padding:0px 0px;}
.sd-99{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-100{border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; margin:0px; width:100%; max-width:100%;}
.sd-101{flex:1; height:auto; width:auto; max-width:100%;}
.sd-102{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-103{padding:0px 0px;}
.sd-104{display:none; height:225px; margin:0px 0px 30px; width:100%; max-width:100%;}
.sd-105{flex:none; flex-direction:column; flex-wrap:nowrap; gap:20px; height:100%; margin:0px 20px; width:calc(100% - 40px); max-width:calc(100% - 40px);}
.sd-105 > *{--gap-h:0px; --gap-v:20px;}
.sd-106{flex:none; height:70px; margin:0px; width:310px; max-width:100%;}
.sd-107{flex:none; height:70px; margin:0px; width:280px; max-width:100%;}
.sd-108{background:rgba(0,0,0,0.0); display:flex; flex:none; height:auto; margin:0px; padding:30px 0px 10px; width:100%; max-width:100%;}
.sd-109{flex:none; flex-direction:column; flex-wrap:nowrap; gap:20px; height:calc(100% - 20px); margin:0px 20px 20px; width:calc(100% - 40px); max-width:calc(100% - 40px);}
.sd-109 > *{--gap-h:0px; --gap-v:20px;}
.sd-110{flex:none; height:92px; margin:0px; width:300px; max-width:100%;}
.sd-111{flex:none; height:92px; margin:0px; width:300px; max-width:100%;}
.sd-112{margin:30px 0px; width:100%; max-width:100%;}
.sd-113{border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; margin:0px; width:100%; max-width:100%;}
.sd-114{flex:1; height:auto; width:auto; max-width:100%;}
.sd-115{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-116{padding:0px;}
.sd-118{padding:20px 24px 30px;}
.sd-118 > *{--gap-h:0px; --gap-v:0px;}
.sd-119{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-120{font-size:14px; margin:0px 0px 4px; max-width:100%;}
.sd-122{align-content:center; align-items:center; border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:1px dotted #575757; justify-content:flex-start; margin:14px 0px 0px; padding:20px 0px 0px; max-width:100%;}
.sd-123{font-size:19px; letter-spacing:0.1em; line-height:1.6; text-align:center; justify-content:center;}
.sd-124{font-size:14px; margin:10px 0px 15px; width:100%; max-width:100%;}
.sd-125{margin:10px 0px; width:100%; max-width:100%;}
.sd-126{font-size:32px;}
.sd-127{padding:20px 24px 30px;}
.sd-127 > *{--gap-h:0px; --gap-v:0px;}
.sd-128{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-129{font-size:14px; margin:0px 0px 4px; max-width:100%;}
.sd-131{align-content:center; align-items:center; border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:1px dotted #575757; justify-content:flex-start; margin:14px 0px 0px; padding:20px 0px 0px; max-width:100%;}
.sd-132{font-size:19px; line-height:1.6; text-align:center; justify-content:center;}
.sd-133{font-size:14px; margin:15px 0px 10px; width:100%; max-width:100%;}
.sd-134{margin:10px 0px; width:100%; max-width:100%;}
.sd-135{font-size:32px;}
.sd-136{padding:20px 24px 30px;}
.sd-136 > *{--gap-h:0px; --gap-v:0px;}
.sd-137{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-138{font-size:14px; margin:0px 0px 4px; max-width:100%;}
.sd-140{align-content:center; align-items:center; border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:1px dotted #575757; justify-content:flex-start; margin:14px 0px 0px; padding:20px 0px 0px; max-width:100%;}
.sd-141{font-size:19px; line-height:1.6; text-align:center; justify-content:center;}
.sd-142{font-size:14px; margin:15px 0px 10px; width:100%; max-width:100%;}
.sd-143{display:none; height:225px; margin:0px 0px 30px; width:100%; max-width:100%;}
.sd-144{flex:none; flex-direction:column; flex-wrap:nowrap; gap:20px; height:100%; margin:0px 20px; width:calc(100% - 40px); max-width:calc(100% - 40px);}
.sd-144 > *{--gap-h:0px; --gap-v:20px;}
.sd-145{flex:none; height:70px; margin:0px; width:310px; max-width:100%;}
.sd-146{flex:none; height:70px; margin:0px; width:280px; max-width:100%;}
.sd-147{background:rgba(0,0,0,0.0); display:flex; flex:none; height:auto; margin:0px; padding:30px 0px 10px; width:100%; max-width:100%;}
.sd-148{flex:none; flex-direction:column; flex-wrap:nowrap; gap:20px; height:calc(100% - 20px); margin:0px 20px 20px; width:calc(100% - 40px); max-width:calc(100% - 40px);}
.sd-148 > *{--gap-h:0px; --gap-v:20px;}
.sd-149{flex:none; height:92px; margin:0px; width:300px; max-width:100%;}
.sd-150{flex:none; height:92px; margin:0px; width:300px; max-width:100%;}
.sd-151{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-152{border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; margin:0px; width:100%; max-width:100%;}
.sd-153{flex:none; height:auto; width:100%; max-width:100%;}
.sd-154{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-155{padding:0px 0px;}
.sd-156{flex:none; height:300px; padding:0px; width:100%; max-width:100%;}
.sd-156 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-157{margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-158{border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; margin:0px 0px 16px; width:100%; max-width:100%;}
.sd-159{flex:1; height:auto; width:auto; max-width:100%;}
.sd-160{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-161{border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; flex:none; height:auto; margin:0px; width:100%; max-width:100%;}
.sd-162{flex:1; height:auto; margin:0px 0px 3px; width:auto; max-width:100%;}
.sd-163{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-164{padding:0px 0px;}
.sd-165{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); display:none; flex:none; gap:50px; height:auto; justify-content:center; width:100%; max-width:100%;}
.sd-165 > *{--gap-h:50px; --gap-v:0px;}
.sd-171{bottom:0px; flex:none; height:auto; top:auto;}
.sd-165__content{align-content:center; align-items:center; display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:255px; justify-content:flex-start; margin:0px 0px 15px; width:100%; max-width:100%;}
.sd-165__content__sd-1{align-content:flex-start; align-items:flex-start; flex-direction:column; flex-wrap:nowrap; justify-content:flex-end; padding:0px 0px;}
.sd-165__content__sd-2{flex:none; height:255.69px;}
.sd-165__content__sd-4{flex:none; height:100%; width:100%; max-width:100%;}
.sd-181{height:auto; margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-182{border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; flex:none; height:auto; margin:0px; width:100%; max-width:100%;}
.sd-183{flex:1; height:auto; margin:0px 0px 3px; width:auto; max-width:100%;}
.sd-184{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-185{padding:0px 0px;}
.sd-186{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-187{border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; flex:none; height:auto; margin:0px 0px 3px; width:100%; max-width:100%;}
.sd-188{flex:1; height:auto; width:auto; max-width:100%;}
.sd-189{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-190{padding:0px 0px;}
.sd-191{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-192{border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; flex:none; height:auto; margin:0px 0px 3px; width:100%; max-width:100%;}
.sd-193{flex:1; height:auto; width:auto; max-width:100%;}
.sd-194{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-195{padding:0px 0px;}
.sd-196{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-197{border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; margin:0px 0px 16px; width:100%; max-width:100%;}
.sd-198{flex:1; width:auto; max-width:100%;}
.sd-199{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-200{border-bottom:0px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:0px solid #000; flex:none; padding:0px; width:100%; max-width:100%;}
.list-1{flex:none; height:auto;}
.list-1__item{flex:none; margin:0px 0px 20px; width:100%; max-width:100%;}
.list-1__item__sd-1{padding:14px 14px;}
.list-1__item__sd-3{flex:none; height:34px; width:34px; max-width:100%;}
.list-1__item__sd-4{font-size:16px;}
.list-1__item__sd-5{flex:none; font-size:15px; line-height:1.4; width:88%; max-width:88%;}
.list-1__item__sd-7{align-content:flex-start; align-items:flex-start;}
.list-1__item__sd-8{flex:none; height:34px; width:34px; max-width:100%;}
.list-1__item__sd-9{font-size:16px;}
.list-1__item__sd-10{flex:none; width:88%; max-width:88%;}
.list-1__item__sd-11{font-size:14px;}
.sd-201{background:rgba(0,0,0,0.0); flex:none; height:auto; margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-202{display:none; flex:none; height:255px; width:85%; max-width:85%;}
.sd-203{background:rgba(0,0,0,0.0); display:none; flex:none; margin:30px 0px 0px; width:100%; max-width:100%; height:calc(100% - 30px);}
.sd-204{flex:none; height:255px; width:85%; max-width:85%;}
.symbol-2{background:rgba(87, 87, 87, 0.1); flex:none; width:60px;}
.symbol-3{background:#EEEEEE; display:flex; padding:30px 30px;}
.symbol-3__sd-1{justify-content:center; margin:0px 0px 10px; width:100%; max-width:100%;}
.symbol-3__sd-2{flex:none; margin:0px; width:100%; max-width:100%;}
.symbol-3__sd-3{flex-direction:row; height:auto; margin:0px; max-width:100%;}
.symbol-3__sd-4{flex:none; margin:0px 10px 0px 0px; width:40px; max-width:calc(100% - 10px);}
.symbol-3__sd-5{flex:none; height:auto; width:100px; max-width:100%;}
.symbol-3__sd-6{font-size:16px; margin:10px 0px 0px; max-width:100%;}
.symbol-3__sd-7{display:none; font-size:13px;}
.symbol-3__sd-8{align-content:flex-start; align-items:flex-start; border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:0px solid #c1cccb; flex-direction:row; flex-wrap:wrap; justify-content:flex-start; padding:20px 0px 0px;}
.symbol-3__sd-9{align-content:flex-start; align-items:flex-start; border-bottom:0px solid #dbe1e1; border-left:0px solid #dbe1e1; border-right:0px solid #dbe1e1; border-top:0px solid #dbe1e1; flex:none; flex-direction:row; flex-wrap:wrap; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.symbol-3__sd-10{flex:none; margin:0px; padding:0px; width:100%; max-width:100%;}
.symbol-3__sd-11{margin:5px 0px 0px; max-width:100%;}
.symbol-3__sd-12{font-size:14px; font-weight:600;}
.symbol-3__sd-14{font-size:14px; font-weight:600;}
.symbol-3__sd-16{font-size:14px; font-weight:600;}
.symbol-3__sd-18{font-size:14px; font-weight:600;}
.symbol-3__sd-19{border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:1px solid #c1cccb; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; margin:30px 0px 0px; padding:20px 0px 0px; width:100%; max-width:100%;}
.symbol-3__sd-21{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-22{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-23{display:none; font-size:16px;}
.symbol-3__sd-25{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-26{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-27{display:none; font-size:16px;}
.symbol-3__sd-29{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-30{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-31{display:none; font-size:16px;}
.symbol-3__sd-33{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-34{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-35{display:none; font-size:16px;}
.symbol-3__sd-36{flex:none; margin:20px 0px 0px; padding:0px; width:100%; max-width:100%;}
.symbol-3__sd-37{display:none;}
.symbol-3__sd-38{font-size:14px; font-weight:600;}
.symbol-3__sd-39{padding:0px;}
.symbol-3__sd-40{font-size:14px; font-weight:600;}
.symbol-3__sd-42{font-size:14px; font-weight:600;}
.symbol-3__sd-44{font-size:14px; font-weight:600;}
.symbol-3__sd-46{font-size:14px; font-weight:600;}
.symbol-3__sd-47{align-content:flex-start; align-items:flex-start; border-bottom:0px solid #dbe1e1; border-left:0px solid #dbe1e1; border-right:0px solid #dbe1e1; border-top:0px solid #dbe1e1; flex:none; flex-direction:column; flex-wrap:nowrap; justify-content:flex-start; margin:20px 0px 5px; padding:0px; width:100%; max-width:100%;}
.symbol-3__sd-48{flex:none; margin:0px; padding:0px; width:100%; max-width:100%;}
.symbol-3__sd-49{display:none;}
.symbol-3__sd-50{display:none; font-size:14px; font-weight:600;}
.symbol-3__sd-52{font-size:14px; font-weight:600;}
.symbol-3__sd-54{font-size:14px; font-weight:600;}
.symbol-3__sd-56{font-size:14px; font-weight:600;}
.symbol-3__sd-58{font-size:14px; font-weight:600;}
.symbol-3__sd-59{border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:1px solid #c1cccb; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; margin:30px 0px 0px; padding:20px 0px 0px; width:100%; max-width:100%;}
.symbol-3__sd-61{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-62{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-63{display:none; font-size:16px;}
.symbol-3__sd-65{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-66{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-67{display:none; font-size:16px;}
.symbol-3__sd-69{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-70{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-71{display:none; font-size:16px;}
.symbol-3__sd-73{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-74{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-75{display:none; font-size:16px;}
.symbol-3__sd-76{border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:1px solid #c1cccb; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; margin:30px 0px 0px; padding:20px 0px 0px; width:100%; max-width:100%;}
.symbol-3__sd-78{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-79{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-80{display:none; font-size:16px;}
.symbol-3__sd-82{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-83{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-84{display:none; font-size:16px;}
.symbol-3__sd-86{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-88{display:none; font-size:16px;}
.symbol-3__sd-89{display:none;}
.symbol-3__sd-90{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-91{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-92{display:none; font-size:16px;}
.symbol-3__sd-93{align-content:center; align-items:center; flex:none; flex-direction:column; flex-wrap:nowrap; justify-content:flex-start; margin:20px 0px 60px; width:100%; max-width:100%;}
.symbol-3__sd-94{font-size:13px; margin:0px 0px 15px; max-width:100%;}
.symbol-3__sd-95{font-size:13px; margin:0px 0px 15px; max-width:100%;}
.symbol-3__sd-96{font-size:13px; margin:0px 0px 15px; max-width:100%;}
.symbol-3__sd-97{font-size:13px; margin:0px 0px 15px; max-width:100%;}
.symbol-3__sd-98{font-size:13px; margin:0px 0px 15px; max-width:100%;}
.symbol-3__sd-99{font-size:13px; margin:0px 0px 15px; max-width:100%;}
.symbol-3__sd-100{font-size:13px; margin:0px 0px 15px; max-width:100%;}
.symbol-3__sd-101{font-size:13px; margin:0px 0px 30px; max-width:100%;}
.symbol-3__sd-102{font-size:10px;}
.sd-205{bottom:0px; flex:none; height:90px; left:0px; right:0px; top:NaNpx;}
.sd-206{align-content:center; align-items:center; background:rgba(0,0,0,0.0); bottom:0px; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:90px; justify-content:center; left:0px; right:0px; top:auto; width:100%; max-width:100%;}
.sd-207{bottom:0; flex:none; height:100%; left:0; margin:0px; right:0; top:0; width:215px; max-width:100%;}
.sd-207 > .image__bg-container::before{background-size:contain;}
.sd-208{bottom:0; flex:none; height:100%; left:0; margin:0px; right:0; top:0; width:215px; max-width:100%;}
.sd-208 > .image__bg-container::before{background-size:contain;}
.sd-209{display:flex;}
.sd-215{align-content:center; align-items:center; background:rgba(0,0,0,0.0); bottom:0px; display:flex; flex:none; flex-direction:row; flex-wrap:nowrap; height:90px; justify-content:center; left:0px; right:0px; top:auto; width:100%; max-width:100%;}
.sd-216{bottom:0; flex:none; height:100%; left:0; margin:0px 2px 0px 0px; right:0; top:0; width:178px; max-width:calc(100% - 2px);}
.sd-216 > .image__bg-container::before{background-size:contain;}
.sd-217{bottom:0; flex:none; height:100%; left:0; margin:0px 0px 0px 2px; right:0; top:0; width:178px; max-width:calc(100% - 2px);}
.sd-217 > .image__bg-container::before{background-size:contain;}
.sd-218{bottom:90px; display:flex; left:auto; right:20px; top:auto;}
.sd-218.appear{transition-delay:5000ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.95, 0.05, 0.795, 0.035);}
}
@media (max-width: 320px) {
.sd-104{display:none;}
.sd-108{display:flex;}
.sd-143{display:none;}
.sd-147{display:flex;}
.sd-165{display:flex;}
.sd-165 > *{--gap-h:20px; --gap-v:0px;}
.sd-165__content{display:none;}
.sd-202{display:none;}
.sd-203{display:none;}
.symbol-3{display:flex;}
.symbol-3__sd-7{display:none;}
.symbol-3__sd-19{display:none;}
.symbol-3__sd-37{display:none;}
.symbol-3__sd-49{display:none;}
.symbol-3__sd-50{display:none;}
.symbol-3__sd-59{display:none;}
.symbol-3__sd-76{display:none;}
.symbol-3__sd-89{display:none;}
.sd-206{display:none;}
.sd-209{display:flex;}
.sd-215{display:flex;}
.sd-218{display:flex;}
}
