: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:auto; 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:0px; padding:0px 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{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 50px; 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:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; 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:20px 0px 0px; width:100%; max-width:100%;}
.sd-17{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-17 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-18{background:rgba(0,0,0,0.0); flex:none; height:auto; width:100%; max-width:100%;}
.sd-19{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-20{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-21{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-22{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-23{color:#f49d5cff; font-size:24px; padding:0px;}
.sd-24{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-25{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-26{color:#f49d5cff; font-size:24px; padding:0px;}
.sd-27{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-28{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-29{color:#f49d5cff; font-size:24px; padding:0px;}
.sd-30{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-31{background:rgba(0,0,0,0.0); flex:none; height:auto; width:100%; max-width:100%;}
.sd-32{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-33{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-34{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-35{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-36{background:#aaaaaa; border-radius:50%; color:#FFFFFF; font-size:14px; padding:6px;}
.sd-37{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-38{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-39{background:#aaaaaa; border-radius:50%; color:#FFFFFF; font-size:14px; padding:6px;}
.sd-40{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-41{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-42{background:#aaaaaa; border-radius:50%; color:#FFFFFF; font-size:14px; padding:6px;}
.sd-43{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-44{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-45{background:#aaaaaa; border-radius:50%; color:#FFFFFF; font-size:14px; padding:6px;}
.sd-46{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-47{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-48{background:#aaaaaa; border-radius:50%; color:#FFFFFF; font-size:14px; padding:6px;}
.sd-49{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-50{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-51{background:#aaaaaa; border-radius:50%; color:#FFFFFF; font-size:14px; padding:6px;}
.sd-52{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-53{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-54{background:#aaaaaa; border-radius:50%; color:#FFFFFF; font-size:14px; padding:6px;}
.sd-55{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-56{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-57{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; 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-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:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-59{color:#f49d5cff; font-family:var(--s-font-eab0cf48); font-size:20px; 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-60{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-60 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-61{background:rgba(0,0,0,0.0); flex:none; height:auto; width:100%; max-width:100%;}
.sd-62{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #f49d5cff; border-left:2px solid #f49d5cff; border-radius:10px 10px 0px 0px; border-right:2px solid #f49d5cff; border-top:2px solid #f49d5cff; flex:none; flex-direction:column; flex-wrap:nowrap; height:45px; justify-content:center; margin:30px 0px 0px; width:75%; max-width:75%;}
.sd-63{color:#f49d5cff; 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-64{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #f49d5cff; border-left:2px solid #f49d5cff; border-radius:0px 0px 10px 10px; border-right:2px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 0px 30px; width:75%; max-width:75%;}
.sd-65{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-66{background:rgba(0,0,0,0.0); border-radius:0%; color:#f49d5cff; font-size:24px; padding:0px;}
.sd-67{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-68{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-69{background:rgba(0,0,0,0.0); border-radius:0%; color:#f49d5cff; font-size:24px; padding:0px;}
.sd-70{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-71{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-72{background:rgba(0,0,0,0.0); border-radius:0%; color:#f49d5cff; font-size:24px; padding:0px;}
.sd-73{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-74{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-75{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; 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-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:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-77{color:#f49d5cff; font-family:var(--s-font-eab0cf48); font-size:20px; 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-78{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; 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-79{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-80{color:#f49d5cff; 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-81{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-81 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-82{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-83{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; 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-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:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-85{color:#f49d5cff; 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-86{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-86 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-87{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-88{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; 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-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:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-90{color:#f49d5cff; 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-91{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-91 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-92{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-93{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; 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-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:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-95{color:#f49d5cff; 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-96{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-96 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-97{background:rgba(0,0,0,0.0); flex:none; height:auto; width:100%; max-width:100%;}
.sd-98{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #f49d5cff; border-left:2px solid #f49d5cff; border-radius:10px 10px 0px 0px; border-right:2px solid #f49d5cff; border-top:2px solid #f49d5cff; flex:none; flex-direction:column; flex-wrap:nowrap; height:45px; justify-content:center; margin:30px 0px 0px; width:75%; max-width:75%;}
.sd-99{color:#f49d5cff; 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-100{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #f49d5cff; border-left:2px solid #f49d5cff; border-radius:0px 0px 10px 10px; border-right:2px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 0px 30px; width:75%; max-width:75%;}
.sd-101{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-102{background:rgba(0,0,0,0.0); border-radius:0%; color:#f49d5cff; font-size:24px; padding:0px;}
.sd-103{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-104{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-105{background:rgba(0,0,0,0.0); border-radius:0%; color:#f49d5cff; font-size:24px; padding:0px;}
.sd-106{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-107{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-108{background:rgba(0,0,0,0.0); border-radius:0%; color:#f49d5cff; font-size:24px; padding:0px;}
.sd-109{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-110{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-111{background:rgba(0,0,0,0.0); border-radius:0%; color:#f49d5cff; font-size:24px; padding:0px;}
.sd-112{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-113{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-114{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; 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-115{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-116{color:#f49d5cff; font-family:var(--s-font-eab0cf48); font-size:20px; 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-117{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-117 table{border-bottom:1px solid #000000ff; border-left:1px solid #000000ff; border-right:1px solid #000000ff; border-top:1px solid #000000ff;}
.richText.sd-117 td{border-bottom:1px solid #000000ff; border-left:1px solid #000000ff; border-right:1px solid #000000ff; border-top:1px solid #000000ff;}
.richText.sd-117 th{border-bottom:1px solid #000000ff; border-left:1px solid #000000ff; border-right:1px solid #000000ff; border-top:1px solid #000000ff;}
.sd-118{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-118 > *{--gap-h:0px; --gap-v:0px;}
.sd-119{flex:none; height:115px; margin:0px; width:calc(40% - (var(--gap-h) * 0.6)); max-width:calc(40% - (var(--gap-h) * 0.6));}
.sd-119 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-120{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-121{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-121 > *{--gap-h:0px; --gap-v:0px;}
.sd-122{flex:none; height:115px; margin:0px 40px 0px 0px; width:465px; max-width:calc(100% - 40px);}
.sd-122 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-123{flex:none; height:115px; margin:0px 0px 0px 40px; width:465px; max-width:calc(100% - 40px);}
.sd-123 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-124{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-125{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; 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-126{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-127{color:#f49d5cff; font-family:var(--s-font-eab0cf48); font-size:20px; 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-128{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-129{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-129.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-130{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-130 > *{--gap-h:0px; --gap-v:0px;}
.sd-131{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-132{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-133{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-134{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-135{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-136{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-137{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-138{color:#333; font-size:48px; rotate:90deg;}
.sd-139{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-139 > *{--gap-h:0px; --gap-v:0px;}
.sd-140{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-141{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-142{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-143{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-144{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-145{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-146{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-147{color:#333; font-size:48px; rotate:90deg;}
.sd-148{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-148 > *{--gap-h:0px; --gap-v:0px;}
.sd-149{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-150{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-151{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-152{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-153{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-154{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-155{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-156{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-156 > *{--gap-h:0px; --gap-v:0px;}
.sd-157{flex:none; height:115px; margin:0px; width:calc(40% - (var(--gap-h) * 0.6)); max-width:calc(40% - (var(--gap-h) * 0.6));}
.sd-157 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-158{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-159{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-159 > *{--gap-h:0px; --gap-v:0px;}
.sd-160{flex:none; height:115px; margin:0px 40px 0px 0px; width:465px; max-width:calc(100% - 40px);}
.sd-160 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-161{flex:none; height:115px; margin:0px 0px 0px 40px; width:465px; max-width:calc(100% - 40px);}
.sd-161 > .image__bg-container::before{background-repeat:no-repeat;}
.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:auto; justify-content:flex-start; margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-163{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; 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-164{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-165{color:#f49d5cff; font-family:var(--s-font-eab0cf48); font-size:20px; 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-166{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-166 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-167{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-168{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; 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-169{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-170{color:#f49d5cff; font-family:var(--s-font-eab0cf48); font-size:20px; 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-171{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; 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-172{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-173{color:#f49d5cff; 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-174{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-174 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-175{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-175 > *{--gap-h:20px; --gap-v:0px;}
.sd-181{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-182{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-182:hover{background:#e1e1e1; --ha:1;}
.sd-183{font-size:24px;}
.sd-184{background:#FFFFFF; border-radius:50%; flex-direction:column; flex-wrap:nowrap; height:40px; justify-content:center; width:40px; max-width:100%;}
.sd-184:hover{background:#e1e1e1; --ha:1;}
.sd-185{height:auto; width:auto; max-width:100%;}
.sd-186{font-size:18px;}
.sd-187{height:auto; width:auto; max-width:100%;}
.sd-188{font-size:18px;}
.sd-189{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-189:hover{background:#e1e1e1; --ha:1;}
.sd-190{font-size:24px;}
.sd-175__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-175__content:focus-visible{outline:2px solid black;}
[data-animatingNext].sd-175__content{transform:translateX(-100%);}
[data-animatingPrev].sd-175__content{transform:translateX(100%);}
.sd-175__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-175__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-175__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-175__content__sd-4{height:120px; width:160px; max-width:100%;}
.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 #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; 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:#f49d5cff; 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 dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; 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:#f49d5cff; 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-200{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-200 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-201{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-202{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; 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-203{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-204{color:#f49d5cff; 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-205{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-205 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-206{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-207{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; 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-208{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-209{color:#f49d5cff; font-family:var(--s-font-eab0cf48); font-size:20px; 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-210{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:0px; width:100%; max-width:100%;}
.list-1{flex:none; height:auto; 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-211{background:rgba(0,0,0,0.0); flex:none; height:calc(100% - 40px); margin:20px 0px; width:100%; max-width:100%;}
.sd-212{display:none; flex:none; height:540px; width:960px; max-width:100%;}
.sd-213{background:rgba(0,0,0,0.0); display:none; flex:none; height:calc(100% - 40px); margin:20px 0px; width:100%; max-width:100%;}
.sd-214{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-215{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-216{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:-2px; 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-217{background:rgba(0,0,0,0.0); border-radius:12px; flex:none; height:auto; margin:15px 30px 0px 0px; opacity:1; padding:0px; width:360px; z-index:1; max-width:calc(100% - 30px);}
.sd-217:before{background-repeat:no-repeat; background-size:contain;}
.sd-217{aspect-ratio:auto 2400 / 523;}
.sd-218{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-218 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-219{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-radius:0px; bottom:auto; display:none; 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-219.appear{opacity:0; transition-delay:5000ms; transition-duration:800ms;}
.sd-219:not([open]), .sd-219[data-toggle-closing]{opacity:0; scale:0 0; transition-delay:0ms; transition-duration:0ms;}
.sd-220{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-220 > *{--gap-h:0px; --gap-v:0px;}
.sd-221{background:#FFFFFF; border-radius:128px; color:#333; font-size:16px; margin:0px; opacity:0.8; padding:6px; max-width:100%;}
.sd-219:not([open]) .sd-221, .sd-219[data-toggle-closing] .sd-221, .sd-219 > [data-toggle-closing] .sd-221, .sd-219 > .sd-221[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-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:flex-start; opacity:1; overflow-x:hidden; overflow-y:hidden; padding:0px; width:100%; max-width:100%;}
.sd-223{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-224{box-shadow:3px 3px rgba(0,0,0,0.2); flex:none; height:400px; margin:5px 0px 0px; width:100%; max-width:100%;}
.sd-224 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-224:hover{opacity:0.8; --ha:1;}
.sd-224toggleClose > .image__bg-container::before{background-repeat:no-repeat;}
.sd-225{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-226{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-226 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-227{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-227 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-228{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-radius:0px; bottom:NaNpx; display:none; 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-228.appear{opacity:0; transition-delay:1000ms; transition-duration:600ms;}
.sd-228:not([open]), .sd-228[data-toggle-closing]{opacity:0; scale:0 0; transition-delay:0ms; transition-duration:0ms;}
.sd-229{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-229 > *{--gap-h:0px; --gap-v:0px;}
.sd-230{background:#FFFFFF; border-radius:128px; color:#333; font-size:16px; margin:0px; opacity:0.8; padding:6px; max-width:100%;}
.sd-228:not([open]) .sd-230, .sd-228[data-toggle-closing] .sd-230, .sd-228 > [data-toggle-closing] .sd-230, .sd-228 > .sd-230[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-231{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-232{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-233{flex:none; height:369px; margin:5px 0px 0px; width:315px; max-width:100%;}
.sd-233 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-233:hover{opacity:0.8; --ha:1;}
.sd-233toggleClose > .image__bg-container::before{background-repeat:no-repeat;}
@media (max-width: 1088px) {
.sd-120{display:none;}
.sd-158{display:none;}
.sd-175{display:none;}
.sd-175 > *{--gap-h:20px; --gap-v:0px;}
.sd-175__content{display:none;}
.sd-212{display:none;}
.sd-213{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-219{display:none;}
.sd-225{display:none;}
.sd-228{display:none;}
}
@media (max-width: 840px) {
.sd-2{flex:none; height:0px;}
.sd-4{flex:none; height:auto; margin:0px 30px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-5{padding:0px;}
.sd-6{flex:none; width:100%; max-width:100%;}
.sd-10{font-size:24px;}
.sd-12{margin:20px 30px 0px; width:calc(100% - 60px); max-width:calc(100% - 60px); height:calc(100% - 20px);}
.sd-13{flex:none; height:200px; width:100%; max-width:100%;}
.sd-14{margin:0px; padding:0px 30px; width:100%; max-width:100%;}
.sd-19{flex:none; width:100%; max-width:100%;}
.sd-21{flex:none; margin:0px; width:100%; max-width:100%;}
.sd-32{flex:none; width:100%; max-width:100%;}
.sd-34{flex:none; margin:0px; width:100%; max-width:100%;}
.sd-57{border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff;}
.sd-62{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-63{color:#f49d5cff;}
.sd-64{border-bottom:2px solid #f49d5cff; border-left:2px solid #f49d5cff; border-right:2px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; margin:0px; width:100%; max-width:100%;}
.sd-66{color:#f49d5cff;}
.sd-67{color:#f49d5cff;}
.sd-69{color:#f49d5cff;}
.sd-70{color:#f49d5cff;}
.sd-72{color:#f49d5cff;}
.sd-73{color:#f49d5cff;}
.sd-74{margin:50px 0px 10px; width:100%; max-width:100%;}
.sd-75{border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff;}
.sd-77{color:#f49d5cff;}
.sd-78{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-79{flex:none; height:auto; width:100%; max-width:100%;}
.sd-80{color:#f49d5cff; flex:none; text-align:center; width:100%; justify-content:center; max-width:100%;}
.richText.sd-81 > p{margin:0px 0px 10px;}
.sd-82{margin:10px 0px; width:100%; max-width:100%;}
.sd-83{border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; margin:0px; width:100%; max-width:100%;}
.sd-84{flex:none; height:auto;}
.sd-85{color:#f49d5cff;}
.sd-87{margin:10px 0px; width:100%; max-width:100%;}
.sd-88{border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; margin:0px; width:100%; max-width:100%;}
.sd-89{flex:none; height:auto;}
.sd-90{color:#f49d5cff;}
.sd-92{margin:0px 0px 10px; width:100%; max-width:100%;}
.sd-93{border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; margin:0px; width:100%; max-width:100%;}
.sd-94{flex:none; height:auto;}
.sd-95{color:#f49d5cff;}
.sd-98{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-99{color:#f49d5cff;}
.sd-100{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-101{margin:0px; width:100%; max-width:100%;}
.sd-102{color:#f49d5cff;}
.sd-103{color:#f49d5cff; padding:10px 0px 10px 20px;}
.sd-105{color:#f49d5cff;}
.sd-106{color:#f49d5cff; padding:10px 0px 10px 20px;}
.sd-108{color:#f49d5cff;}
.sd-109{color:#f49d5cff; padding:10px 0px 10px 20px;}
.sd-110{margin:0px; width:100%; max-width:100%;}
.sd-111{color:#f49d5cff;}
.sd-112{color:#f49d5cff; padding:10px 0px 10px 20px;}
.sd-113{margin:20px 0px; width:100%; max-width:100%;}
.sd-114{border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff;}
.sd-116{color:#f49d5cff;}
.richText.sd-117 > p{line-height:1.6;}
.sd-120{display:flex; flex:none; height:100px;}
.sd-121{margin:0px; width:100%; max-width:100%;}
.sd-122{flex:none; height:57px; margin:0px 10px 0px 0px; width:calc(50% - 10px - (var(--gap-h) * 0.5)); max-width:calc(50% - 10px - (var(--gap-h) * 0.5));}
.sd-123{flex:none; height:57px; margin:0px 0px 0px 10px; width:calc(50% - 10px - (var(--gap-h) * 0.5)); max-width:calc(50% - 10px - (var(--gap-h) * 0.5));}
.sd-124{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-125{border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff;}
.sd-127{color:#f49d5cff;}
.sd-128{padding:0px;}
.sd-130{padding:15px 10px;}
.sd-130 > *{--gap-h:0px; --gap-v:0px;}
.sd-131{flex:none; padding:0px 10px 0px 0px; width:calc(20% - (var(--gap-h) * 0.8)); max-width:calc(20% - (var(--gap-h) * 0.8));}
.sd-134{padding:0px 0px 0px 15px;}
.sd-135{font-size:20px;}
.sd-136{font-size:14px; margin:0px; width:100%; max-width:100%;}
.sd-139{padding:15px 10px;}
.sd-139 > *{--gap-h:0px; --gap-v:0px;}
.sd-140{flex:none; padding:0px 10px 0px 0px; width:calc(20% - (var(--gap-h) * 0.8)); max-width:calc(20% - (var(--gap-h) * 0.8));}
.sd-143{padding:0px 0px 0px 15px;}
.sd-144{font-size:20px;}
.sd-145{margin:0px; width:100%; max-width:100%;}
.sd-148{padding:10px 15px;}
.sd-148 > *{--gap-h:0px; --gap-v:0px;}
.sd-149{flex:none; padding:0px 10px 0px 0px; width:calc(20% - (var(--gap-h) * 0.8)); max-width:calc(20% - (var(--gap-h) * 0.8));}
.sd-152{padding:0px 0px 0px 15px;}
.sd-153{font-size:20px;}
.sd-155{display:none; flex:none; height:100px;}
.sd-158{background:#eeeeee00; display:flex; flex:none; height:100px; margin:20px 0px 0px; width:100%; max-width:100%;}
.sd-159{margin:0px; width:100%; max-width:100%;}
.sd-160{flex:none; height:57px; margin:0px 10px 0px 0px; width:calc(50% - 10px - (var(--gap-h) * 0.5)); max-width:calc(50% - 10px - (var(--gap-h) * 0.5));}
.sd-161{flex:none; height:57px; margin:0px 0px 0px 10px; width:calc(50% - 10px - (var(--gap-h) * 0.5)); max-width:calc(50% - 10px - (var(--gap-h) * 0.5));}
.sd-163{border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff;}
.sd-165{color:#f49d5cff;}
.sd-167{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-168{border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff;}
.sd-169{flex:none; height:auto;}
.sd-170{color:#f49d5cff;}
.sd-171{border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; margin:15px 0px 0px; width:100%; max-width:100%;}
.sd-173{color:#f49d5cff;}
.sd-174{margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-175{display:none;}
.sd-175 > *{--gap-h:20px; --gap-v:0px;}
.sd-175__content{display:none;}
.sd-191{margin:0px 0px 20px; 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; margin:0px; width:100%; max-width:100%;}
.sd-193{flex:none; height:auto; width:100%; max-width:100%;}
.sd-194{color:#f49d5cff;}
.sd-196{margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-197{border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff; margin:0px; width:100%; max-width:100%;}
.sd-198{flex:none; height:auto; width:100%; max-width:100%;}
.sd-199{color:#f49d5cff;}
.sd-201{margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-202{border-bottom:0px dotted #f49d5cff; border-left:1px dotted #f49d5cff; border-right:0px dotted #f49d5cff; border-top:0px dotted #f49d5cff;}
.sd-204{color:#f49d5cff;}
.sd-206{margin:50px 0px 20px; width:100%; max-width:100%;}
.sd-207{border-bottom:0px solid #f49d5cff; border-left:1px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff;}
.sd-209{color:#f49d5cff;}
.sd-210{flex:none; padding:0px; width:100%; max-width:100%;}
.list-1{flex:none; height:auto;}
.list-1__item{flex:none; margin:0px; width:100%; max-width:100%;}
.list-1__item__sd-1{padding:10px 15px;}
.list-1__item__sd-5{flex:none; font-size:16px; width:85%; max-width:85%;}
.list-1__item__sd-10{flex:none; width:91%; max-width:91%;}
.list-1__item__sd-11{flex:none; font-size:14px; width:95%; max-width:95%;}
.sd-212{display:none;}
.sd-213{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-216{display:none; flex:none; width:100%; max-width:100%;}
.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:before{background-repeat:no-repeat; background-size:908px;}
.sd-218{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-218 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-219{display:none;}
.sd-225{display:none; flex:none; width:100%; max-width:100%;}
.sd-226{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-226 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-227{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-227 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-228{display:none;}
}
@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{padding:0px;}
.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:220px; padding:0px; width:100%; max-width:100%;}
.sd-13 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-14{flex-direction:column; flex-wrap:nowrap; margin:0px; padding:0px 30px; width:100%; max-width:100%;}
.sd-15{flex:none; margin:0px; width:100%; max-width:100%;}
.sd-16{margin:0px; width:100%; max-width:100%;}
.sd-19{flex:none; width:100%; max-width:100%;}
.sd-20{font-weight:700;}
.sd-21{flex:none; width:100%; max-width:100%;}
.sd-22{align-content:center; align-items:center; justify-content:flex-start; padding:0px 20px;}
.sd-24{flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-25{align-content:center; align-items:center; justify-content:flex-start; padding:0px 20px;}
.sd-27{flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-28{align-content:center; align-items:center; justify-content:flex-start; padding:0px 20px;}
.sd-30{flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-32{flex:none; width:100%; max-width:100%;}
.sd-34{flex:none; width:100%; max-width:100%;}
.sd-35{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-37{flex:none; font-size:13px; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-38{align-content:center; align-items:center; justify-content:flex-start; margin:0px 20px; width:calc(100% - 40px); max-width:calc(100% - 40px);}
.sd-40{flex:none; font-size:13px; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-41{align-content:center; align-items:center; justify-content:flex-start; margin:0px 20px; width:calc(100% - 40px); max-width:calc(100% - 40px);}
.sd-43{flex:none; font-size:13px; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-44{align-content:center; align-items:center; justify-content:flex-start; margin:0px 20px; width:calc(100% - 40px); max-width:calc(100% - 40px);}
.sd-46{flex:none; font-size:13px; margin:0px; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-47{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-49{flex:none; font-size:13px; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-50{align-content:center; align-items:center; justify-content:flex-start; margin:0px 20px; width:calc(100% - 40px); max-width:calc(100% - 40px);}
.sd-52{flex:none; font-size:13px; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-53{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-55{flex:none; font-size:13px; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-56{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-57{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-58{flex:1; height:auto; width:auto; max-width:100%;}
.sd-59{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-60{padding:0px 0px;}
.sd-62{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-63{color:#f49d5cff; font-weight:700;}
.sd-64{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-65{align-content:center; align-items:center; justify-content:flex-start; margin:20px 10px 0px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-66{color:#f49d5cff;}
.sd-67{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 10px; width:100%; max-width:100%;}
.sd-68{align-content:center; align-items:center; justify-content:flex-start;}
.sd-69{color:#f49d5cff; margin:0px 10px; max-width:calc(100% - 20px);}
.sd-70{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; padding:10px 10px 10px 0px; width:88%; max-width:88%;}
.sd-71{align-content:center; align-items:center; justify-content:flex-start;}
.sd-72{color:#f49d5cff; margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-73{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 10px; width:100%; max-width:100%;}
.sd-74{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-75{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-76{flex:1; height:auto; width:auto; max-width:100%;}
.sd-77{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-78{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-79{flex:1; height:auto; width:auto; max-width:100%;}
.sd-80{color:#f49d5cff; flex:none; font-size:18px; margin:0px 0px 3px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-81{padding:0px 0px;}
.sd-82{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-83{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-84{flex:1; height:auto; margin:0px 0px 3px; width:auto; max-width:100%;}
.sd-85{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-86{padding:0px 0px;}
.sd-87{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-88{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-89{flex:1; height:auto; margin:0px 0px 3px; width:auto; max-width:100%;}
.sd-90{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-91{padding:0px 0px;}
.sd-92{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-93{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-94{flex:1; height:auto; width:auto; max-width:100%;}
.sd-95{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-96{padding:0px 0px;}
.sd-98{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-99{color:#f49d5cff; font-weight:700;}
.sd-100{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-101{align-content:center; align-items:center; justify-content:flex-start; margin:20px 10px 0px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-102{color:#f49d5cff;}
.sd-103{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 10px; width:90%; max-width:90%;}
.sd-104{align-content:center; align-items:center; justify-content:flex-start;}
.sd-105{color:#f49d5cff; margin:0px 10px; max-width:calc(100% - 20px);}
.sd-106{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; padding:10px 10px 10px 0px; width:90%; max-width:90%;}
.sd-107{align-content:center; align-items:center; justify-content:flex-start;}
.sd-108{color:#f49d5cff; margin:0px 10px; max-width:calc(100% - 20px);}
.sd-109{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; padding:10px 10px 10px 0px; width:90%; max-width:90%;}
.sd-110{align-content:center; align-items:center; justify-content:flex-start;}
.sd-111{color:#f49d5cff; margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-112{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; overflow-x:visible; overflow-y:visible; padding:10px 0px 10px 10px; width:90%; max-width:90%;}
.sd-113{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-114{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-115{flex:1; height:auto; width:auto; max-width:100%;}
.sd-116{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-118{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-118 > *{--gap-h:0px; --gap-v:20px;}
.sd-119{flex:none; height:70px; margin:0px; width:310px; max-width:100%;}
.sd-120{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-121{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-121 > *{--gap-h:0px; --gap-v:20px;}
.sd-122{flex:none; height:92px; margin:0px; width:300px; max-width:100%;}
.sd-123{flex:none; height:92px; margin:0px; width:300px; max-width:100%;}
.sd-124{margin:30px 0px; width:100%; max-width:100%;}
.sd-125{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-126{flex:1; height:auto; width:auto; max-width:100%;}
.sd-127{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-128{padding:0px;}
.sd-130{padding:20px 24px 30px;}
.sd-130 > *{--gap-h:0px; --gap-v:0px;}
.sd-131{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-132{font-size:14px; margin:0px 0px 4px; max-width:100%;}
.sd-134{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-135{font-size:19px; letter-spacing:0.1em; line-height:1.6; text-align:center; justify-content:center;}
.sd-136{font-size:14px; margin:10px 0px 15px; width:100%; max-width:100%;}
.sd-137{margin:10px 0px; width:100%; max-width:100%;}
.sd-138{font-size:32px;}
.sd-139{padding:20px 24px 30px;}
.sd-139 > *{--gap-h:0px; --gap-v:0px;}
.sd-140{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-141{font-size:14px; margin:0px 0px 4px; max-width:100%;}
.sd-143{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-144{font-size:19px; line-height:1.6; text-align:center; justify-content:center;}
.sd-145{font-size:14px; margin:15px 0px 10px; width:100%; max-width:100%;}
.sd-146{margin:10px 0px; width:100%; max-width:100%;}
.sd-147{font-size:32px;}
.sd-148{padding:20px 24px 30px;}
.sd-148 > *{--gap-h:0px; --gap-v:0px;}
.sd-149{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-150{font-size:14px; margin:0px 0px 4px; max-width:100%;}
.sd-152{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-153{font-size:19px; line-height:1.6; text-align:center; justify-content:center;}
.sd-154{font-size:14px; margin:15px 0px 10px; width:100%; max-width:100%;}
.sd-155{display:none; height:225px; margin:0px 0px 30px; width:100%; max-width:100%;}
.sd-156{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-156 > *{--gap-h:0px; --gap-v:20px;}
.sd-157{flex:none; height:70px; margin:0px; width:310px; max-width:100%;}
.sd-158{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-159{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-159 > *{--gap-h:0px; --gap-v:20px;}
.sd-160{flex:none; height:92px; margin:0px; width:300px; max-width:100%;}
.sd-161{flex:none; height:92px; margin:0px; width:300px; max-width:100%;}
.sd-162{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-163{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-164{flex:none; height:auto; width:100%; max-width:100%;}
.sd-165{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-166{padding:0px 0px;}
.sd-167{margin:30px 0px 20px; width:100%; max-width:100%;}
.sd-168{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-169{flex:1; height:auto; width:auto; max-width:100%;}
.sd-170{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-171{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-172{flex:1; height:auto; margin:0px 0px 3px; width:auto; max-width:100%;}
.sd-173{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-174{padding:0px 0px;}
.sd-175{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-175 > *{--gap-h:50px; --gap-v:0px;}
.sd-181{bottom:0px; flex:none; height:auto; top:auto;}
.sd-175__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-175__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-175__content__sd-2{flex:none; height:255.69px;}
.sd-175__content__sd-4{flex:none; height:100%; width:100%; max-width:100%;}
.sd-191{height:auto; 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; width:100%; max-width:100%;}
.sd-193{flex:1; height:auto; margin:0px 0px 3px; 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 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-198{flex:1; height:auto; 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{padding:0px 0px;}
.sd-201{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-202{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-203{flex:1; height:auto; width:auto; max-width:100%;}
.sd-204{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-205{padding:0px 0px;}
.sd-206{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-207{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-208{flex:1; width:auto; max-width:100%;}
.sd-209{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-210{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-211{background:rgba(0,0,0,0.0); flex:none; height:auto; margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-212{display:none; flex:none; height:255px; width:85%; max-width:85%;}
.sd-213{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-214{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-215{bottom:0px; flex:none; height:90px; left:0px; right:0px; top:NaNpx;}
.sd-216{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-217{bottom:0; flex:none; height:100%; left:0; margin:0px; right:0; top:0; width:215px; max-width:100%;}
.sd-217:before{background-size:contain;}
.sd-218{bottom:0; flex:none; height:100%; left:0; margin:0px; right:0; top:0; width:215px; max-width:100%;}
.sd-218 > .image__bg-container::before{background-size:contain;}
.sd-219{display:none;}
.sd-225{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-226{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-226 > .image__bg-container::before{background-size:contain;}
.sd-227{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-227 > .image__bg-container::before{background-size:contain;}
.sd-228{bottom:90px; display:none; left:auto; right:20px; top:auto;}
.sd-228.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-120{display:flex;}
.sd-155{display:none;}
.sd-158{display:flex;}
.sd-175{display:flex;}
.sd-175 > *{--gap-h:20px; --gap-v:0px;}
.sd-175__content{display:none;}
.sd-212{display:none;}
.sd-213{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-216{display:none;}
.sd-219{display:none;}
.sd-225{display:flex;}
.sd-228{display:none;}
}
