:root{--s-font-eab0cf48:'Noto Sans';--s-font-daa8975e:'Noto Sans JP','Noto Sans',sans-serif;--s-font-f79ce552:Poppins;}
.input,
.richText *{transition: all 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition-property: all, --g-angle, --g-color-0, --g-position-0, --g-color-1, --g-position-1, --g-color-2, --g-position-2, --g-color-3, --g-position-3, --g-color-4, --g-position-4, --g-color-5, --g-position-5, --g-color-6, --g-position-6, --g-color-7, --g-position-7, --g-color-8, --g-position-8, --g-color-9, --g-position-9, --g-color-10, --g-position-10, --g-color-11, --g-position-11;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  align-content: normal;
  z-index: 0;}
.richText s,
.richText del,
.richText u{text-decoration: revert;}
.richText{display: block;

  flex-direction: column;
  flex: none;

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

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

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

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

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

  em {
    font-style: italic;
  }

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

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

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

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

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

      padding-left: 2rem;

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

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

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

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

    p {
      margin: 0;
    }
  }

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

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

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

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

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

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

      .wrapper {
        position: relative;
      }

      .wrapper[style*='padding-top'] {
        iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
      }
    }
  }}
.sd-1{min-height: 100vh;
  min-height: 100dvh;
  overflow: clip;}
:root{--s-color-91af2287: #fa3b4eff;}
.sd-1{align-content:flex-start; align-items:flex-start; background:#EEEEEE; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:flex-start; padding:80px 0px 0px; width:100%; max-width:100%;}
.sd-2{background:rgba(0,0,0,0.0); flex:none; height:90px; width:100%; max-width:100%;}
.sd-3{align-content:flex-end; align-items:flex-end; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; gap:0px; height:auto; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.sd-3 > *{--gap-h:0px; --gap-v:0px;}
.sd-4{background:rgba(0,0,0,0.0); flex:none; height:160px; width:100%; max-width:100%;}
.sd-5{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:1px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:30px 0px 0px; padding:50px 0px 15px; width:1000px; max-width:100%;}
.sd-6{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px; width:1000px; max-width:100%;}
.sd-7{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; width:auto; max-width:100%;}
.sd-8{background:#EEEEEE; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center right; width:100%; max-width:100%;}
.sd-8.appear{scale:1 1; transition-delay:300ms; transition-duration:600ms;}
.sd-9{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-9 > *{--gap-h:0px; --gap-v:0px;}
.sd-10{color:#000000; flex:1; font-family:var(--s-font-eab0cf48); font-size:28px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%; min-width:0;}
.sd-11{background:#000000; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center right; width:100%; max-width:100%;}
.sd-11.appear{scale:1 1; transition-delay:300ms; transition-duration:600ms;}
.sd-12{background:rgba(0,0,0,0.0); flex:none; height:calc(100% - 60px); margin:60px 0px 0px; width:100%; max-width:100%;}
.sd-13{flex:none; height:540px; width:960px; max-width:100%;}
.sd-14{background:rgba(0,0,0,0.0); flex:none; height:calc(100% - 60px); margin:60px 0px 0px; width:100%; max-width:100%;}
.sd-15{align-content: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; margin:30px 0px 0px; padding:0px 60px 60px; width:100%; max-width:100%;}
.sd-16{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; width:100%; max-width:100%;}
.sd-17{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; width:100%; max-width:100%;}
.sd-18{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-18 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.richText.sd-18 > p{font-size:14px;}
.sd-19{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-19 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.richText.sd-19 > p{font-size:14px;}
.sd-20{background:rgba(0,0,0,0.0); flex:none; height:auto; width:100%; max-width:100%;}
.sd-21{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #f49e5c; border-left:2px solid #f49e5c; border-radius:10px 10px 0px 0px; border-right:2px solid #f49e5c; border-top:2px solid #f49e5c; flex:none; flex-direction:column; flex-wrap:nowrap; height:45px; justify-content:center; margin:30px 0px 0px; width:75%; max-width:75%;}
.sd-22{color:#f49e5c; 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-23{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #f49e5c; border-left:2px solid #f49e5c; border-radius:0px 0px 10px 10px; border-right:2px solid #f49e5c; border-top:0px solid #f49e5c; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 0px 30px; width:75%; max-width:75%;}
.sd-24{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-25{background:rgba(0,0,0,0.0); border-radius:0%; color:#f49e5c; font-size:24px; padding:0px;}
.sd-26{color:#f49e5c; 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-27{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-28{background:rgba(0,0,0,0.0); border-radius:0%; color:#f49e5c; font-size:24px; padding:0px;}
.sd-29{color:#f49e5c; 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-30{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-31{background:rgba(0,0,0,0.0); border-radius:0%; color:#f49e5c; font-size:24px; padding:0px;}
.sd-32{color:#f49e5c; 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-33{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-34{background:rgba(0,0,0,0.0); border-radius:0%; color:#f49e5c; font-size:24px; padding:0px;}
.sd-35{color:#f49e5c; 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-36{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-37{background:rgba(0,0,0,0.0); border-radius:0%; color:#f49e5c; font-size:24px; padding:0px;}
.sd-38{color:#f49e5c; 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-39{align-content:center; align-items:center; background:#eeeeee00; display:flex; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 0px 20px; overflow-x:hidden; overflow-y:hidden; padding:30px 0px 50px; transition-timing-function:cubic-bezier(0, 0, 0.99, 0.98); width:100%; max-width:100%;}
.sd-42{align-content:center; align-items:center; bottom:30px; flex:none; flex-direction:row; flex-wrap:nowrap; height:40px; 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-43{align-content:center; align-items:center; background:#000000; 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-43:hover{background:#e1e1e1; --ha:1;}
.sd-44{color:#FFFFFF; font-size:24px;}
.sd-45{background:#000000; border-radius:50%; flex-direction:column; flex-wrap:nowrap; height:40px; justify-content:center; width:40px; max-width:100%;}
.sd-45:hover{background:#e1e1e1; --ha:1;}
.sd-46{height:auto; width:auto; max-width:100%;}
.sd-47{color:#FFFFFF; font-size:18px;}
.sd-48{background:#FFFFFF;}
.sd-49{font-size:18px;}
.sd-50{background:#000000; 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-50:hover{background:#e1e1e1; --ha:1;}
.sd-51{color:#FFFFFF; font-size:24px;}
.sd-39__content{flex:none; flex-direction:column; flex-wrap:nowrap; height:220px; margin:0px 15px 60px; outline-offset:-4px; padding:0px; transition-property:transform; transition-timing-function:cubic-bezier(0.58, 0.21, 0.41, 0.96); width:calc(30% - 30px); will-change:transform; max-width:calc(30% - 30px);}
.sd-39__content:focus-visible{outline:2px solid black;}
[data-animatingNext].sd-39__content{transform:translateX(-100%);}
[data-animatingPrev].sd-39__content{transform:translateX(100%);}
.sd-39__content__sd-1{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:column; flex-wrap:nowrap; height:220px; justify-content:flex-end; padding:0px; width:400px; z-index:-1; max-width:100%;}
.sd-52{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-53{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-54{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-55{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-56{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-56 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-57{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:30px 80px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-57 > *{--gap-h:0px; --gap-v:0px;}
.sd-58{flex:none; height:120px; margin:0px 40px 0px 0px; width:380px; max-width:calc(100% - 40px);}
.sd-58 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-59{flex:none; height:125px; margin:0px 0px 0px 40px; width:380px; max-width:calc(100% - 40px);}
.sd-59 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-60{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-61{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-62{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-63{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-64{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-64 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-65{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 0px; width:100%; max-width:100%;}
.sd-66{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #f49d5cff; border-left:0px 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; width:100%; max-width:100%;}
.sd-67{color:#f49d5cff; font-size:28px;}
.sd-68{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; margin:0px 0px 0px 5px; padding:0px; width:auto; max-width:calc(100% - 5px);}
.sd-69{color:#f49d5cff; font-family:var(--s-font-eab0cf48); font-size:22px; 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-70{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:0px; width:100%; max-width:100%;}
.sd-71{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-71.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-72{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; display:none; 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-72 > *{--gap-h:0px; --gap-v:0px;}
.sd-73{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-74{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-75{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-76{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-77{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-78{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; display:flex; 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-78 > *{--gap-h:0px; --gap-v:0px;}
.sd-79{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:auto; max-width:100%;}
.sd-80{color:#333; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; 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-81{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-82{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-83{color:#333333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-83 > h2{font-size:1.2rem;}
.richText.sd-83 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-84{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-85{color:#333; font-size:48px; rotate:90deg;}
.sd-86{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-86 > *{--gap-h:0px; --gap-v:0px;}
.sd-87{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:auto; max-width:100%;}
.sd-88{color:#333; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; 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-89{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-90{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-91{color:#333333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-91 > h2{font-size:1.2rem;}
.richText.sd-91 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-92{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; display:none; 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-92 > *{--gap-h:0px; --gap-v:0px;}
.sd-93{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-94{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-95{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-96{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-97{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-98{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-99{color:#333; font-size:48px; rotate:90deg;}
.sd-100{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-100 > *{--gap-h:0px; --gap-v:0px;}
.sd-101{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:auto; max-width:100%;}
.sd-102{color:#333; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; 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-103{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-104{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-105{color:#333333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-105 > h2{font-size:1.2rem;}
.richText.sd-105 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-106{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; display:none; 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-106 > *{--gap-h:0px; --gap-v:0px;}
.sd-107{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-108{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-109{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-110{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-111{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-112{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-113{color:#333; font-size:48px; rotate:90deg;}
.sd-114{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-114 > *{--gap-h:0px; --gap-v:0px;}
.sd-115{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:auto; max-width:100%;}
.sd-116{color:#333; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; 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-117{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-118{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-119{color:#333333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-119 > h2{font-size:1.2rem;}
.richText.sd-119 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-120{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; display:none; 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-120 > *{--gap-h:0px; --gap-v:0px;}
.sd-121{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-122{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-123{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-124{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-125{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-126{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-127{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-128{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-129{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-130{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 0px; width:100%; max-width:100%;}
.sd-131{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #f49d5cff; border-left:0px 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; width:100%; max-width:100%;}
.sd-132{color:#f49d5cff; font-size:28px;}
.sd-133{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; margin:0px 0px 0px 5px; padding:0px; width:auto; max-width:calc(100% - 5px);}
.sd-134{color:#f49d5cff; font-family:var(--s-font-eab0cf48); font-size:22px; 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-135{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:0px; width:100%; max-width:100%;}
.sd-136{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-136.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-137{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; display:none; 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-137 > *{--gap-h:0px; --gap-v:0px;}
.sd-138{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-139{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-140{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-141{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-142{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.6; margin:0px 0px 20px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-143{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:1px solid #c1cccb; border-left:1px solid #c1cccb; border-right:1px solid #c1cccb; border-top:1px solid #c1cccb; display:flex; 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-143 > *{--gap-h:0px; --gap-v:0px;}
.sd-144{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:auto; max-width:100%;}
.sd-145{color:#333; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; 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-146{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-147{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-148{color:#333333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-148 > h2{font-size:1.2rem;}
.richText.sd-148 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-149{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-150{color:#333; font-size:48px; rotate:90deg;}
.sd-151{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-151 > *{--gap-h:0px; --gap-v:0px;}
.sd-152{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:auto; max-width:100%;}
.sd-153{color:#333; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; 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-154{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-155{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-156{color:#333333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-156 > h2{font-size:1.2rem;}
.richText.sd-156 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-157{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; display:none; 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-157 > *{--gap-h:0px; --gap-v:0px;}
.sd-158{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-159{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-160{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-161{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-162{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-163{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-164{color:#333; font-size:48px; rotate:90deg;}
.sd-165{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-165 > *{--gap-h:0px; --gap-v:0px;}
.sd-166{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:auto; max-width:100%;}
.sd-167{color:#333; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; 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-168{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-169{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-170{color:#333333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-170 > h2{font-size:1.2rem;}
.richText.sd-170 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-171{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; display:none; 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-171 > *{--gap-h:0px; --gap-v:0px;}
.sd-172{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-173{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-174{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-175{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-176{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-177{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-178{color:#333; font-size:48px; rotate:90deg;}
.sd-179{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; display:none; 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-179 > *{--gap-h:0px; --gap-v:0px;}
.sd-180{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-181{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-182{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-183{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-184{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-185{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-185 > *{--gap-h:0px; --gap-v:0px;}
.sd-186{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:auto; max-width:100%;}
.sd-187{color:#333; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; 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-188{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-189{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-190{color:#333333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-190 > h2{font-size:1.2rem;}
.richText.sd-190 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-191{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-192{color:#333; font-size:48px; rotate:90deg;}
.sd-193{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-193 > *{--gap-h:0px; --gap-v:0px;}
.sd-194{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:auto; max-width:100%;}
.sd-195{color:#333; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; 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-196{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-197{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-198{color:#333333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-198 > h2{font-size:1.2rem;}
.richText.sd-198 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-199{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; display:none; 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-199 > *{--gap-h:0px; --gap-v:0px;}
.sd-200{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-201{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-202{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-203{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-204{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-205{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 0px; width:100%; max-width:100%;}
.sd-206{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #f49d5cff; border-left:0px 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; width:100%; max-width:100%;}
.sd-207{color:#f49d5cff; font-size:28px;}
.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; margin:0px 0px 0px 5px; padding:0px; width:auto; max-width:calc(100% - 5px);}
.sd-209{color:#f49d5cff; font-family:var(--s-font-eab0cf48); font-size:22px; 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:0px 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%;}
.sd-211{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-211.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-212{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; display:none; 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-212 > *{--gap-h:0px; --gap-v:0px;}
.sd-213{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-214{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-215{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-216{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-217{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-218{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; display:flex; 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-218 > *{--gap-h:0px; --gap-v:0px;}
.sd-219{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:auto; max-width:100%;}
.sd-220{color:#333; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; 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-221{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-222{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-223{color:#333333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-223 > h2{font-size:1.2rem;}
.richText.sd-223 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-224{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-225{color:#333; font-size:48px; rotate:90deg;}
.sd-226{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-226 > *{--gap-h:0px; --gap-v:0px;}
.sd-227{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:auto; max-width:100%;}
.sd-228{color:#333; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; 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-229{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-230{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-231{color:#333333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-231 > h2{font-size:1.2rem;}
.richText.sd-231 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-232{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; display:none; 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-232 > *{--gap-h:0px; --gap-v:0px;}
.sd-233{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-234{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-235{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-236{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-237{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-238{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-239{color:#333; font-size:48px; rotate:90deg;}
.sd-240{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-240 > *{--gap-h:0px; --gap-v:0px;}
.sd-241{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:auto; max-width:100%;}
.sd-242{color:#333; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; 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-243{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-244{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-245{color:#333333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-245 > h2{font-size:1.2rem;}
.richText.sd-245 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-246{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; display:none; 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-246 > *{--gap-h:0px; --gap-v:0px;}
.sd-247{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-248{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-249{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-250{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-251{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-252{color:#333333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; margin:15px 0px 0px; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-252 > h2{font-size:1.2rem;}
.richText.sd-252 > p{font-family:var(--s-font-eab0cf48); font-size:14px; line-height:1.8;}
.sd-253{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 0px; width:100%; max-width:100%;}
.sd-254{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-255{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-256{color:#f49d5cff; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; padding:0px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-257{color:#333; display:none; 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-257 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.richText.sd-257 strong{font-size:15px; font-weight:500;}
.sd-258{display:flex; flex:none; height:350px; margin:0px 30px; width:calc(50% - 60px); max-width:calc(50% - 60px);}
.sd-259{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:30px 80px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-259 > *{--gap-h:0px; --gap-v:0px;}
.sd-260{flex:none; height:120px; margin:0px 40px 0px 0px; width:380px; max-width:calc(100% - 40px);}
.sd-260 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-261{flex:none; height:125px; margin:0px 0px 0px 40px; width:380px; max-width:calc(100% - 40px);}
.sd-261 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-262{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-262 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-263{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-264{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-265{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-266{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-267{display:none; flex:none; height:540px; margin:0px 200px; width:calc(100% - 400px); max-width:calc(100% - 400px);}
.sd-268{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:15px 40px; width:100%; max-width:100%;}
.sd-268 > *{--gap-h:0px; --gap-v:0px;}
.sd-269{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:calc(20% - (var(--gap-h) * 0.8)); max-width:calc(20% - (var(--gap-h) * 0.8));}
.sd-270{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; 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-271{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-272{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-273{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:400; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-273 > h2{font-size:1.2rem;}
.richText.sd-273 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-274{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:0px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:15px 40px; width:100%; max-width:100%;}
.sd-274 > *{--gap-h:0px; --gap-v:0px;}
.sd-275{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:calc(20% - (var(--gap-h) * 0.8)); max-width:calc(20% - (var(--gap-h) * 0.8));}
.sd-276{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; 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-277{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-278{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-279{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:400; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-279 > h2{font-size:1.2rem;}
.richText.sd-279 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-280{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:0px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:15px 40px; width:100%; max-width:100%;}
.sd-280 > *{--gap-h:0px; --gap-v:0px;}
.sd-281{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:calc(20% - (var(--gap-h) * 0.8)); max-width:calc(20% - (var(--gap-h) * 0.8));}
.sd-282{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; 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-283{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-284{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-285{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:400; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-285 > h2{font-size:1.2rem;}
.richText.sd-285 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-286{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:0px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:15px 40px; width:100%; max-width:100%;}
.sd-286 > *{--gap-h:0px; --gap-v:0px;}
.sd-287{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:calc(20% - (var(--gap-h) * 0.8)); max-width:calc(20% - (var(--gap-h) * 0.8));}
.sd-288{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; 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-289{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-290{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-291{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:400; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-291 > h2{font-size:1.2rem;}
.richText.sd-291 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-292{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:0px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:15px 40px; width:100%; max-width:100%;}
.sd-292 > *{--gap-h:0px; --gap-v:0px;}
.sd-293{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:calc(20% - (var(--gap-h) * 0.8)); max-width:calc(20% - (var(--gap-h) * 0.8));}
.sd-294{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; 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-295{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-296{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-297{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:400; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-297 > h2{font-size:1.2rem;}
.richText.sd-297 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-298{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:0px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:15px 40px; width:100%; max-width:100%;}
.sd-298 > *{--gap-h:0px; --gap-v:0px;}
.sd-299{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:calc(20% - (var(--gap-h) * 0.8)); max-width:calc(20% - (var(--gap-h) * 0.8));}
.sd-300{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; 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-301{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-302{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-303{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:400; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-303 > h2{font-size:1.2rem;}
.richText.sd-303 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-304{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:0px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:15px 40px; width:100%; max-width:100%;}
.sd-304 > *{--gap-h:0px; --gap-v:0px;}
.sd-305{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-radius:0px; 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:calc(20% - (var(--gap-h) * 0.8)); max-width:calc(20% - (var(--gap-h) * 0.8));}
.sd-306{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; 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-307{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-308{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-309{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:400; height:auto; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-309 > h2{font-size:1.2rem;}
.richText.sd-309 > p{font-family:var(--s-font-eab0cf48); line-height:1.8;}
.sd-310{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-311{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-312{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-313{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-314{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-314 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-315{flex:none; height:540px; margin:0px 200px; width:calc(100% - 400px); max-width:calc(100% - 400px);}
.sd-316{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-317{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-318{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-319{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-320{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-320 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-321{align-content:center; align-items:center; background:#eeeeee00; display:flex; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px; overflow-x:hidden; overflow-y:hidden; padding:30px 0px; transition-timing-function:cubic-bezier(0, 0, 0.99, 0.98); width:100%; max-width:100%;}
.sd-324{align-content:center; align-items:center; bottom:30px; flex:none; flex-direction:row; flex-wrap:nowrap; height:40px; 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-325{align-content:center; align-items:center; background:#000000; 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-325:hover{background:#e1e1e1; --ha:1;}
.sd-326{color:#FFFFFF; font-size:24px;}
.sd-327{background:#000000; border-radius:50%; flex-direction:column; flex-wrap:nowrap; height:40px; justify-content:center; width:40px; max-width:100%;}
.sd-327:hover{background:#e1e1e1; --ha:1;}
.sd-328{height:auto; width:auto; max-width:100%;}
.sd-329{color:#FFFFFF; font-size:18px;}
.sd-330{background:#FFFFFF;}
.sd-331{font-size:18px;}
.sd-332{background:#000000; 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-332:hover{background:#e1e1e1; --ha:1;}
.sd-333{color:#FFFFFF; font-size:24px;}
.sd-321__content{flex:none; flex-direction:column; flex-wrap:nowrap; height:220px; margin:0px 15px 60px; outline-offset:-4px; padding:0px; transition-property:transform; transition-timing-function:cubic-bezier(0.58, 0.21, 0.41, 0.96); width:calc(30% - 30px); will-change:transform; max-width:calc(30% - 30px);}
.sd-321__content:focus-visible{outline:2px solid black;}
[data-animatingNext].sd-321__content{transform:translateX(-100%);}
[data-animatingPrev].sd-321__content{transform:translateX(100%);}
.sd-321__content__sd-1{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:column; flex-wrap:nowrap; height:220px; justify-content:flex-end; padding:0px; width:400px; z-index:-1; max-width:100%;}
.sd-334{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-334 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-335{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-336{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-337{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-338{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-339{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-339 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-340{background:#EEEEEE; justify-content:flex-start; overflow-x:auto; overflow-y:hidden;}
.sd-341{align-content:stretch; align-items:stretch; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:60px 30px; width:1280px; max-width:100%;}
.sd-342{align-content:flex-start; align-items:flex-start; background:#FFFFFF; border-radius:4px; flex:none; height:auto; justify-content:flex-start; margin:0px 20px; opacity:1; overflow-x:visible; overflow-y:visible; padding:60px 40px 40px; width:380px; max-width:calc(100% - 40px);}
.sd-343{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-radius:0; flex:1; height:auto; opacity:1; overflow-x:visible; overflow-y:visible; padding:0; width:100%; max-width:100%;}
.sd-344{flex:none; height:250px; width:300px; max-width:100%;}
.sd-345{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; margin:20px 0px 0px; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-345 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-346{align-content:flex-start; align-items:flex-start; background:#FFFFFF; border-radius:4px; flex:none; height:auto; justify-content:flex-start; margin:0px 20px; opacity:1; overflow-x:visible; overflow-y:visible; padding:60px 40px 40px; width:380px; max-width:calc(100% - 40px);}
.sd-347{flex:none; height:250px; width:300px; max-width:100%;}
.sd-348{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; margin:20px 0px 0px; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-348 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-349{align-content:flex-start; align-items:flex-start; background:#FFFFFF; border-radius:4px; flex:none; height:auto; justify-content:flex-start; margin:0px 20px; opacity:1; overflow-x:visible; overflow-y:visible; padding:60px 40px 40px; width:380px; max-width:calc(100% - 40px);}
.sd-350{flex:none; height:250px; width:300px; max-width:100%;}
.sd-351{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; margin:20px 0px 0px; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-351 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-352{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 200px 0px; width:calc(100% - 400px); max-width:calc(100% - 400px);}
.sd-353{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-354{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 200px; width:calc(100% - 400px); max-width:calc(100% - 400px);}
.sd-355{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-356{color:#f49d5cff; font-size:24px; padding:0px;}
.sd-357{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-358{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-359{color:#f49d5cff; font-size:24px; padding:0px;}
.sd-360{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-361{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-362{color:#f49d5cff; font-size:24px; padding:0px;}
.sd-363{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-364{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-365{color:#f49d5cff; font-size:24px; padding:0px;}
.sd-366{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-367{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-368{color:#f49d5cff; font-size:24px; padding:0px;}
.sd-369{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-370{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:30px 80px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-370 > *{--gap-h:0px; --gap-v:0px;}
.sd-371{flex:none; height:120px; margin:0px 40px 0px 0px; width:380px; max-width:calc(100% - 40px);}
.sd-371 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-372{flex:none; height:125px; margin:0px 0px 0px 40px; width:380px; max-width:calc(100% - 40px);}
.sd-372 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-373{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-374{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-375{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-376{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-377{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: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:#f49d5cff; 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-378{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-379{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-380{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-381{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-382{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-382 > h2{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-383{background:rgba(0,0,0,0.0); flex:none; height:calc(100% - 40px); margin:20px 0px; width:100%; max-width:100%;}
.sd-384{display:none; flex:none; height:540px; width:960px; max-width:100%;}
.sd-385{background:rgba(0,0,0,0.0); display:none; flex:none; height:calc(100% - 40px); margin:20px 0px; width:100%; max-width:100%;}
.sd-386{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-387{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-388{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid rgba(0, 0, 0, 0); border-left:0px solid rgba(0, 0, 0, 0); border-right:0px solid rgba(0, 0, 0, 0); border-top:0px solid rgba(0, 0, 0, 0); bottom:0px; box-shadow:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:120px; justify-content:center; left:0px; margin:0; opacity:1; position:fixed; right:0px; top:NaNpx; width:auto; max-width:100%; z-index:2;}
.sd-389{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-389 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-390{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-390 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-391{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-392{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-392 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-393{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-393 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
@media (max-width: 1088px) {
.sd-21{flex:none; margin:30px 70px 0px; width:calc(100% - 140px); max-width:calc(100% - 140px);}
.sd-23{flex:none; height:247px; margin:0px 70px 30px; width:calc(100% - 140px); max-width:calc(100% - 140px);}
.sd-39{display:flex;}
.sd-57{margin:40px 0px; width:100%; max-width:100%;}
.sd-58{flex:none; width:calc(40% - 40px - (var(--gap-h) * 0.6)); max-width:calc(40% - 40px - (var(--gap-h) * 0.6));}
.sd-59{flex:none; height:120px; width:calc(40% - 40px - (var(--gap-h) * 0.6)); max-width:calc(40% - 40px - (var(--gap-h) * 0.6));}
.sd-72{display:none;}
.sd-72 > *{--gap-h:0px; --gap-v:0px;}
.sd-78{display:flex;}
.sd-78 > *{--gap-h:0px; --gap-v:0px;}
.sd-92{display:none;}
.sd-92 > *{--gap-h:0px; --gap-v:0px;}
.sd-106{display:none;}
.sd-106 > *{--gap-h:0px; --gap-v:0px;}
.sd-120{display:none;}
.sd-120 > *{--gap-h:0px; --gap-v:0px;}
.sd-137{display:none;}
.sd-137 > *{--gap-h:0px; --gap-v:0px;}
.sd-143{display:flex;}
.sd-143 > *{--gap-h:0px; --gap-v:0px;}
.sd-157{display:none;}
.sd-157 > *{--gap-h:0px; --gap-v:0px;}
.sd-171{display:none;}
.sd-171 > *{--gap-h:0px; --gap-v:0px;}
.sd-179{display:none;}
.sd-179 > *{--gap-h:0px; --gap-v:0px;}
.sd-199{display:none;}
.sd-199 > *{--gap-h:0px; --gap-v:0px;}
.sd-212{display:none;}
.sd-212 > *{--gap-h:0px; --gap-v:0px;}
.sd-218{display:flex;}
.sd-218 > *{--gap-h:0px; --gap-v:0px;}
.sd-232{display:none;}
.sd-232 > *{--gap-h:0px; --gap-v:0px;}
.sd-246{display:none;}
.sd-246 > *{--gap-h:0px; --gap-v:0px;}
.sd-257{display:none;}
.sd-258{display:flex; flex:none; margin:0px 200px; width:calc(100% - 400px); max-width:calc(100% - 400px);}
.sd-259{margin:40px 0px; width:100%; max-width:100%;}
.sd-260{flex:none; width:calc(40% - 40px - (var(--gap-h) * 0.6)); max-width:calc(40% - 40px - (var(--gap-h) * 0.6));}
.sd-261{flex:none; height:120px; width:calc(40% - 40px - (var(--gap-h) * 0.6)); max-width:calc(40% - 40px - (var(--gap-h) * 0.6));}
.sd-267{display:none;}
.sd-321{display:flex;}
.sd-352{margin:30px 70px 0px; width:calc(100% - 140px); max-width:calc(100% - 140px);}
.sd-354{margin:0px 70px; width:calc(100% - 140px); max-width:calc(100% - 140px);}
.sd-370{margin:40px 0px; width:100%; max-width:100%;}
.sd-371{flex:none; width:calc(40% - 40px - (var(--gap-h) * 0.6)); max-width:calc(40% - 40px - (var(--gap-h) * 0.6));}
.sd-372{flex:none; height:120px; width:calc(40% - 40px - (var(--gap-h) * 0.6)); max-width:calc(40% - 40px - (var(--gap-h) * 0.6));}
.sd-384{display:none;}
.sd-385{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-391{display:none;}
}
@media (max-width: 840px) {
.sd-2{flex:none; height:30px;}
.sd-4{flex:none; height:auto;}
.sd-5{padding:0px 50px;}
.sd-6{flex:none;}
.sd-12{flex:none; height:auto; margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-13{flex:none; height:430px; width:100%; max-width:100%;}
.sd-15{margin:0px; padding:0px 30px; width:100%; max-width:100%;}
.sd-21{flex:none; width:calc(100% - 140px); max-width:calc(100% - 140px);}
.sd-23{flex:none; width:calc(100% - 140px); max-width:calc(100% - 140px);}
.sd-39{display:flex;}
.sd-39__content{flex:none; height:120px; width:calc(65% - 30px); max-width:calc(65% - 30px);}
.sd-57{margin:30px 0px; width:100%; max-width:100%;}
.sd-58{flex:none; height:90px; margin:0px 10px 0px 0px; width:calc(40% - 10px - (var(--gap-h) * 0.6)); max-width:calc(40% - 10px - (var(--gap-h) * 0.6));}
.sd-59{flex:none; height:90px; margin:0px 0px 0px 10px; width:calc(40% - 10px - (var(--gap-h) * 0.6)); max-width:calc(40% - 10px - (var(--gap-h) * 0.6));}
.sd-70{padding:30px 0px 0px;}
.sd-72{display:none;}
.sd-72 > *{--gap-h:0px; --gap-v:0px;}
.sd-78{display:flex; padding:0px;}
.sd-78 > *{--gap-h:0px; --gap-v:0px;}
.sd-79{padding:0px 10px;}
.sd-82{padding:0px;}
.richText.sd-83 > p{font-size:13px;}
.sd-86{padding:0px;}
.sd-86 > *{--gap-h:0px; --gap-v:0px;}
.sd-87{padding:0px 20px 0px 10px;}
.sd-90{padding:0px;}
.sd-91{padding:0px 10px;}
.richText.sd-91 > p{font-size:13px;}
.sd-92{display:none;}
.sd-92 > *{--gap-h:0px; --gap-v:0px;}
.sd-100{padding:0px;}
.sd-100 > *{--gap-h:0px; --gap-v:0px;}
.sd-101{padding:0px 10px;}
.sd-104{padding:0px;}
.richText.sd-105 > p{font-size:13px;}
.sd-106{display:none;}
.sd-106 > *{--gap-h:0px; --gap-v:0px;}
.sd-114{padding:0px;}
.sd-114 > *{--gap-h:0px; --gap-v:0px;}
.sd-115{padding:0px 10px;}
.sd-118{padding:0px;}
.richText.sd-119 > p{font-size:13px;}
.sd-120{display:none;}
.sd-120 > *{--gap-h:0px; --gap-v:0px;}
.sd-135{padding:0px;}
.sd-137{display:none;}
.sd-137 > *{--gap-h:0px; --gap-v:0px;}
.sd-143{display:flex; padding:0px;}
.sd-143 > *{--gap-h:0px; --gap-v:0px;}
.sd-144{padding:0px 10px;}
.sd-147{padding:0px;}
.sd-148{font-size:13px;}
.sd-151{padding:0px;}
.sd-151 > *{--gap-h:0px; --gap-v:0px;}
.sd-152{padding:0px 10px;}
.sd-155{padding:0px;}
.sd-156{font-size:13px;}
.sd-157{display:none;}
.sd-157 > *{--gap-h:0px; --gap-v:0px;}
.sd-165{padding:0px;}
.sd-165 > *{--gap-h:0px; --gap-v:0px;}
.sd-166{padding:0px 10px;}
.sd-169{padding:0px;}
.sd-170{font-size:13px;}
.sd-171{display:none;}
.sd-171 > *{--gap-h:0px; --gap-v:0px;}
.sd-179{display:none;}
.sd-179 > *{--gap-h:0px; --gap-v:0px;}
.sd-185{padding:0px;}
.sd-185 > *{--gap-h:0px; --gap-v:0px;}
.sd-186{padding:0px 10px;}
.sd-189{padding:0px;}
.sd-190{font-size:13px;}
.sd-193{padding:0px;}
.sd-193 > *{--gap-h:0px; --gap-v:0px;}
.sd-194{padding:0px 10px;}
.sd-197{padding:0px;}
.sd-198{font-size:13px;}
.sd-199{display:none;}
.sd-199 > *{--gap-h:0px; --gap-v:0px;}
.sd-210{padding:0px;}
.sd-212{display:none;}
.sd-212 > *{--gap-h:0px; --gap-v:0px;}
.sd-218{display:flex; padding:0px;}
.sd-218 > *{--gap-h:0px; --gap-v:0px;}
.sd-219{padding:0px 10px;}
.sd-222{padding:0px;}
.richText.sd-223 > p{font-size:13px;}
.sd-226{padding:0px;}
.sd-226 > *{--gap-h:0px; --gap-v:0px;}
.sd-227{padding:0px 10px;}
.sd-230{padding:0px;}
.richText.sd-231 > p{font-size:13px;}
.sd-232{display:none;}
.sd-232 > *{--gap-h:0px; --gap-v:0px;}
.sd-240{padding:0px;}
.sd-240 > *{--gap-h:0px; --gap-v:0px;}
.sd-241{padding:0px 10px;}
.sd-244{padding:0px;}
.sd-245{font-size:13px;}
.sd-246{display:none;}
.sd-246 > *{--gap-h:0px; --gap-v:0px;}
.sd-257{display:none;}
.sd-258{display:flex; flex:none; height:400px; margin:0px; width:100%; max-width:100%;}
.sd-259{margin:30px 0px; width:100%; max-width:100%;}
.sd-260{flex:none; height:90px; margin:0px 10px 0px 0px; width:calc(40% - 10px - (var(--gap-h) * 0.6)); max-width:calc(40% - 10px - (var(--gap-h) * 0.6));}
.sd-261{flex:none; height:90px; margin:0px 0px 0px 10px; width:calc(40% - 10px - (var(--gap-h) * 0.6)); max-width:calc(40% - 10px - (var(--gap-h) * 0.6));}
.sd-267{display:none;}
.sd-268{padding:0px;}
.sd-268 > *{--gap-h:0px; --gap-v:0px;}
.sd-269{padding:0px 10px;}
.sd-270{margin:0px; max-width:100%;}
.sd-272{padding:0px;}
.sd-274{padding:0px;}
.sd-274 > *{--gap-h:0px; --gap-v:0px;}
.sd-275{padding:0px 10px;}
.sd-276{margin:0px; max-width:100%;}
.sd-278{padding:0px;}
.sd-280{padding:0px;}
.sd-280 > *{--gap-h:0px; --gap-v:0px;}
.sd-281{padding:0px 10px;}
.sd-282{margin:0px; max-width:100%;}
.sd-284{padding:0px;}
.sd-286{padding:0px;}
.sd-286 > *{--gap-h:0px; --gap-v:0px;}
.sd-287{padding:0px 10px;}
.sd-288{margin:0px; max-width:100%;}
.sd-290{padding:0px;}
.sd-292{padding:0px;}
.sd-292 > *{--gap-h:0px; --gap-v:0px;}
.sd-293{padding:0px 10px;}
.sd-294{font-size:13px; margin:0px; max-width:100%;}
.sd-296{padding:0px;}
.sd-298{padding:0px;}
.sd-298 > *{--gap-h:0px; --gap-v:0px;}
.sd-299{padding:0px 10px;}
.sd-300{font-size:13px; margin:0px; max-width:100%;}
.sd-302{padding:0px;}
.sd-304{padding:0px;}
.sd-304 > *{--gap-h:0px; --gap-v:0px;}
.sd-305{padding:0px;}
.sd-306{margin:0px; max-width:100%;}
.sd-308{padding:0px;}
.sd-311{margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-315{flex:none; height:200px; margin:0px; width:100%; max-width:100%;}
.sd-316{margin:20px 0px; width:100%; max-width:100%;}
.sd-321{display:flex;}
.sd-321__content{flex:none; height:120px; width:calc(65% - 30px); max-width:calc(65% - 30px);}
.sd-340{flex:none;}
.sd-341{padding:0px;}
.sd-342{align-content:flex-start; align-items:flex-start; flex:none; height:auto; padding:15px 15px;}
.sd-343{align-content:flex-start; align-items:flex-start; flex:none; height:auto;}
.richText.sd-345 > p{font-size:13px;}
.sd-346{align-content:flex-start; align-items:flex-start; flex:none; padding:15px 15px;}
.sd-348{font-size:13px; width:auto; max-width:100%;}
.sd-349{align-content:flex-start; align-items:flex-start; flex:none; padding:15px 15px;}
.sd-352{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-354{margin:0px 0px 30px; width:100%; max-width:100%;}
.sd-370{margin:30px 0px; width:100%; max-width:100%;}
.sd-371{flex:none; height:90px; width:calc(40% - 40px - (var(--gap-h) * 0.6)); max-width:calc(40% - 40px - (var(--gap-h) * 0.6));}
.sd-372{flex:none; height:90px; width:calc(40% - 40px - (var(--gap-h) * 0.6)); max-width:calc(40% - 40px - (var(--gap-h) * 0.6));}
.sd-377{padding:0px;}
.list-1__item{flex:none; margin:0px; width:100%; max-width:100%;}
.list-1__item__sd-5{flex:none; width:91%; max-width:91%;}
.list-1__item__sd-10{flex:none; width:91%; max-width:91%;}
.list-1__item__sd-11{flex:none; width:681.19px; max-width:100%;}
.sd-378{flex:none; height:283px; margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-384{display:none;}
.sd-385{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-388{display:none; flex:none; width:100%; max-width:100%;}
.sd-389{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-389 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-390{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-390 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-391{display:none; flex:none; width:100%; max-width:100%;}
.sd-392{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-392 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-393{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-393 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
}
@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{background:rgba(0,0,0,0.0); flex:none; height:auto; margin:30px 0px 0px; padding:10px; width:100%; max-width:100%;}
.sd-15{flex-direction:column; flex-wrap:nowrap; margin:0px; padding:0px 30px; width:100%; max-width:100%;}
.sd-16{flex:none; margin:0px; width:100%; max-width:100%;}
.sd-17{margin:0px; width:100%; max-width:100%;}
.sd-18{color:#f49d5cff; letter-spacing:0.05em;}
.richText.sd-18 > p{font-size:15px; line-height:1.8;}
.sd-21{border-bottom:2px solid #f49d5cff; border-left:2px solid #f49d5cff; border-right:2px solid #f49d5cff; border-top:2px solid #f49d5cff; flex:none; width:calc(100% - 140px); max-width:calc(100% - 140px);}
.sd-22{color:#f49d5cff; font-weight:700;}
.sd-23{border-bottom:2px solid #f49d5cff; border-left:2px solid #f49d5cff; border-right:2px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; width:calc(100% - 140px); max-width:calc(100% - 140px);}
.sd-24{align-content:center; align-items:center; justify-content:flex-start; margin:20px 10px 0px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-25{color:#f49d5cff;}
.sd-26{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 10px; width:88%; max-width:88%;}
.sd-27{align-content:center; align-items:center; justify-content:flex-start;}
.sd-28{color:#f49d5cff; margin:0px 10px; max-width:calc(100% - 20px);}
.sd-29{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; padding:10px 10px 10px 0px; width:88%; max-width:88%;}
.sd-30{align-content:center; align-items:center; justify-content:flex-start;}
.sd-31{color:#f49d5cff; margin:0px 10px; max-width:calc(100% - 20px);}
.sd-32{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; padding:10px 10px 10px 0px; width:88%; max-width:88%;}
.sd-33{align-content:center; align-items:center; justify-content:flex-start;}
.sd-34{color:#f49d5cff; margin:0px 10px; max-width:calc(100% - 20px);}
.sd-35{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; padding:10px 10px 10px 0px; width:88%; max-width:88%;}
.sd-36{align-content:center; align-items:center; justify-content:flex-start;}
.sd-37{color:#f49d5cff; margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-38{color:#f49d5cff; flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 10px; width:88%; max-width:88%;}
.sd-39{display:flex; flex:none; height:auto; margin:0px; width:100%; max-width:100%;}
.sd-39__content{flex:none; height:calc(100% - 60px); width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-39__content__sd-1{flex:none; height:180px; width:100%; max-width:100%;}
.sd-52{margin:15px 0px 0px; width:100%; max-width:100%;}
.sd-53{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 15px; width:100%; max-width:100%;}
.sd-54{flex:1; height:auto; width:auto; max-width:100%;}
.sd-55{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-56{padding:0px 0px;}
.sd-57{flex:none; flex-direction:column; flex-wrap:nowrap; gap:20px; height:auto; margin:0px 15px 15px; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-57 > *{--gap-h:0px; --gap-v:20px;}
.sd-58{flex:none; height:95px; margin:0px; width:310px; max-width:100%;}
.sd-59{flex:none; height:97px; margin:0px; width:310px; max-width:100%;}
.sd-60{height:auto; margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-61{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-62{flex:1; height:auto; width:auto; max-width:100%;}
.sd-63{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-64{padding:0px 0px;}
.sd-65{margin:5px 0px 0px; width:100%; max-width:100%;}
.sd-66{align-content:center; align-items:center; border-bottom:0px solid #f49d5cff; border-left:0px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; justify-content:center; margin:0px 0px 15px; padding:0px; width:100%; max-width:100%;}
.sd-67{color:#f49e5c; font-size:28px;}
.sd-68{align-content:center; align-items:center; flex:none; height:auto; justify-content:center; margin:0px 0px 0px 10px; width:auto; max-width:calc(100% - 10px);}
.sd-69{color:#f49d5cff; flex:none; font-size:20px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-70{margin:0px 0px 30px; padding:0px; width:100%; max-width:100%;}
.sd-72{display:flex; padding:20px 24px 30px;}
.sd-72 > *{--gap-h:0px; --gap-v:0px;}
.sd-73{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-74{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-75{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-76{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-77{font-size:14px; margin:10px 0px 15px; width:100%; max-width:100%;}
.sd-78{display:none; padding:20px 24px 30px;}
.sd-78 > *{--gap-h:0px; --gap-v:0px;}
.sd-79{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-80{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-81{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-82{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-84{margin:10px 0px; width:100%; max-width:100%;}
.sd-85{font-size:32px;}
.sd-86{display:none; padding:20px 24px 30px;}
.sd-86 > *{--gap-h:0px; --gap-v:0px;}
.sd-87{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-88{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-89{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-90{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-92{display:flex; padding:20px 24px 30px;}
.sd-92 > *{--gap-h:0px; --gap-v:0px;}
.sd-93{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-94{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-95{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-96{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-97{font-size:14px; margin:10px 0px 15px; width:100%; max-width:100%;}
.sd-98{margin:10px 0px; width:100%; max-width:100%;}
.sd-99{font-size:32px;}
.sd-100{display:none; padding:20px 24px 30px;}
.sd-100 > *{--gap-h:0px; --gap-v:0px;}
.sd-101{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-102{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-103{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-104{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-106{display:flex; padding:20px 24px 30px;}
.sd-106 > *{--gap-h:0px; --gap-v:0px;}
.sd-107{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-108{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-109{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-110{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-111{font-size:14px; margin:10px 0px 15px; width:100%; max-width:100%;}
.sd-112{margin:10px 0px; width:100%; max-width:100%;}
.sd-113{font-size:32px;}
.sd-114{display:none; padding:20px 24px 30px;}
.sd-114 > *{--gap-h:0px; --gap-v:0px;}
.sd-115{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-116{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-117{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-118{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-120{display:flex; padding:20px 24px 30px;}
.sd-120 > *{--gap-h:0px; --gap-v:0px;}
.sd-121{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-122{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-123{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-124{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; flex:none; height:auto; justify-content:flex-start; margin:14px 0px 0px; padding:20px 0px 0px; width:100%; max-width:100%;}
.sd-125{font-size:14px; margin:10px 0px 15px; width:100%; max-width:100%;}
.sd-126{align-content:center; align-items:center; background:rgba(219, 219, 219, 0); border-bottom:0px dotted #888888ff; border-left:0px dotted #888888ff; border-right:0px dotted #888888ff; border-top:1px dotted #888888ff; flex:none; height:1px; justify-content:flex-start; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-127{font-size:14px; margin:0px; width:100%; max-width:100%;}
.sd-128{align-content:center; align-items:center; border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; justify-content:flex-start; margin:14px 0px 0px; padding:0px; max-width:100%;}
.sd-129{font-size:14px; margin:10px 0px 15px; padding:0px; width:100%; max-width:100%;}
.sd-130{margin:0px 0px 15px; width:100%; max-width:100%;}
.sd-131{align-content:center; align-items:center; border-bottom:0px solid #f49d5cff; border-left:0px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; justify-content:center; margin:0px 0px 5px; padding:0px; width:100%; max-width:100%;}
.sd-132{color:#f49e5c; font-size:28px;}
.sd-133{align-content:center; align-items:center; flex:none; height:auto; justify-content:center; margin:0px 0px 0px 10px; width:auto; max-width:calc(100% - 10px);}
.sd-134{color:#f49d5cff; flex:none; font-size:20px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-135{margin:0px 0px 30px; padding:0px; width:100%; max-width:100%;}
.sd-137{display:flex; padding:20px 24px 30px;}
.sd-137 > *{--gap-h:0px; --gap-v:0px;}
.sd-138{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-139{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-140{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-141{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-142{font-size:14px; margin:10px 0px 15px; width:100%; max-width:100%;}
.sd-143{display:none; padding:20px 24px 30px;}
.sd-143 > *{--gap-h:0px; --gap-v:0px;}
.sd-144{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-145{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-146{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-147{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-149{margin:10px 0px; width:100%; max-width:100%;}
.sd-150{font-size:32px;}
.sd-151{display:none; padding:20px 24px 30px;}
.sd-151 > *{--gap-h:0px; --gap-v:0px;}
.sd-152{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-153{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-154{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-155{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-157{display:flex; padding:20px 24px 30px;}
.sd-157 > *{--gap-h:0px; --gap-v:0px;}
.sd-158{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-159{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-160{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-161{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-162{font-size:14px; margin:10px 0px 15px; width:100%; max-width:100%;}
.sd-163{margin:10px 0px; width:100%; max-width:100%;}
.sd-164{font-size:32px;}
.sd-165{display:none; padding:20px 24px 30px;}
.sd-165 > *{--gap-h:0px; --gap-v:0px;}
.sd-166{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-167{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-168{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-169{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-171{display:flex; padding:20px 24px 30px;}
.sd-171 > *{--gap-h:0px; --gap-v:0px;}
.sd-172{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-173{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-174{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-175{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-176{font-size:14px; margin:10px 0px 15px; width:100%; max-width:100%;}
.sd-177{margin:10px 0px; width:100%; max-width:100%;}
.sd-178{font-size:32px;}
.sd-179{display:flex; padding:20px 24px 30px;}
.sd-179 > *{--gap-h:0px; --gap-v:0px;}
.sd-180{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-181{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-182{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-183{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-184{font-size:14px; margin:10px 0px 15px; width:100%; max-width:100%;}
.sd-185{display:none; padding:20px 24px 30px;}
.sd-185 > *{--gap-h:0px; --gap-v:0px;}
.sd-186{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-187{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-188{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-189{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-191{margin:10px 0px; width:100%; max-width:100%;}
.sd-192{font-size:32px;}
.sd-193{display:none; padding:20px 24px 30px;}
.sd-193 > *{--gap-h:0px; --gap-v:0px;}
.sd-194{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-195{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-196{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-197{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-199{display:flex; padding:20px 24px 30px;}
.sd-199 > *{--gap-h:0px; --gap-v:0px;}
.sd-200{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-201{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-202{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-203{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; flex:none; height:auto; justify-content:flex-start; margin:14px 0px 0px; padding:20px 0px 0px; width:100%; max-width:100%;}
.sd-204{font-size:14px; margin:10px 0px 15px; width:100%; max-width:100%;}
.sd-205{margin:0px 0px 15px; width:100%; max-width:100%;}
.sd-206{align-content:center; align-items:center; border-bottom:0px solid #f49d5cff; border-left:0px solid #f49d5cff; border-right:0px solid #f49d5cff; border-top:0px solid #f49d5cff; flex:none; justify-content:center; margin:0px 0px 5px; padding:0px; width:100%; max-width:100%;}
.sd-207{color:#f49e5c; font-size:28px;}
.sd-208{align-content:center; align-items:center; flex:none; height:auto; justify-content:center; margin:0px 0px 0px 10px; width:auto; max-width:calc(100% - 10px);}
.sd-209{color:#f49d5cff; flex:none; font-size:20px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-210{margin:0px 0px 15px; padding:0px; width:100%; max-width:100%;}
.sd-212{display:flex; padding:20px 24px 30px;}
.sd-212 > *{--gap-h:0px; --gap-v:0px;}
.sd-213{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-214{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-215{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-216{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-217{font-size:14px; margin:10px 0px 15px; width:100%; max-width:100%;}
.sd-218{display:none; padding:20px 24px 30px;}
.sd-218 > *{--gap-h:0px; --gap-v:0px;}
.sd-219{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-220{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-221{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-222{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-224{margin:10px 0px; width:100%; max-width:100%;}
.sd-225{font-size:32px;}
.sd-226{display:none; padding:20px 24px 30px;}
.sd-226 > *{--gap-h:0px; --gap-v:0px;}
.sd-227{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-228{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-229{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-230{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-232{display:flex; padding:20px 24px 30px;}
.sd-232 > *{--gap-h:0px; --gap-v:0px;}
.sd-233{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-234{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-235{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-236{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-237{font-size:14px; margin:10px 0px 15px; width:100%; max-width:100%;}
.sd-238{margin:10px 0px; width:100%; max-width:100%;}
.sd-239{font-size:32px;}
.sd-240{display:none; padding:20px 24px 30px;}
.sd-240 > *{--gap-h:0px; --gap-v:0px;}
.sd-241{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-242{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-243{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-244{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-246{display:flex; padding:20px 24px 30px;}
.sd-246 > *{--gap-h:0px; --gap-v:0px;}
.sd-247{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-248{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-249{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6; padding:0px;}
.sd-250{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-251{font-size:14px; margin:10px 0px 15px; width:100%; max-width:100%;}
.sd-252{margin:5px 0px 10px; width:100%; max-width:100%;}
.sd-253{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-254{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-255{flex:1; height:auto; width:auto; max-width:100%;}
.sd-256{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-257{display:none; padding:0px 0px;}
.sd-258{border-radius:4px; box-shadow:0 2px 5px rgba(0,0,0,0.2); display:flex; flex:none; height:180px; margin:10px 0px 0px; padding:0px; width:100%; max-width:100%;}
.sd-258 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-259{flex:none; flex-direction:column; flex-wrap:nowrap; gap:20px; height:auto; margin:0px 15px 15px; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-259 > *{--gap-h:0px; --gap-v:20px;}
.sd-260{flex:none; height:95px; margin:0px; width:310px; max-width:100%;}
.sd-261{flex:none; height:97px; margin:0px; width:310px; max-width:100%;}
.sd-262{padding:0px 0px;}
.sd-263{height:auto; margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-264{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 15px; width:100%; max-width:100%;}
.sd-265{flex:1; height:auto; margin:0px 0px 3px; width:auto; max-width:100%;}
.sd-266{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-267{display:flex; flex:none; height:300px; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-267 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-268{display:none; padding:20px 24px 30px;}
.sd-268 > *{--gap-h:0px; --gap-v:0px;}
.sd-269{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-270{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-271{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-272{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-274{display:none; padding:20px 24px 30px;}
.sd-274 > *{--gap-h:0px; --gap-v:0px;}
.sd-275{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-276{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-277{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-278{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-280{display:none; padding:20px 24px 30px;}
.sd-280 > *{--gap-h:0px; --gap-v:0px;}
.sd-281{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-282{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-283{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-284{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-286{display:none; padding:20px 24px 30px;}
.sd-286 > *{--gap-h:0px; --gap-v:0px;}
.sd-287{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-288{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-289{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-290{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-292{display:none; padding:20px 24px 30px;}
.sd-292 > *{--gap-h:0px; --gap-v:0px;}
.sd-293{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-294{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-295{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-296{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-298{display:none; padding:20px 24px 30px;}
.sd-298 > *{--gap-h:0px; --gap-v:0px;}
.sd-299{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-300{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-301{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-302{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-304{display:none; padding:20px 24px 30px;}
.sd-304 > *{--gap-h:0px; --gap-v:0px;}
.sd-305{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-306{font-size:18px; margin:0px 0px 4px; max-width:100%;}
.sd-307{font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; line-height:1.6;}
.sd-308{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-310{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-311{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-312{flex:1; height:auto; margin:0px 0px 3px; width:auto; max-width:100%;}
.sd-313{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-314{padding:0px 0px;}
.sd-315{flex:none; height:220px; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-315 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-316{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-317{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-318{flex:1; height:auto; margin:0px 0px 3px; width:auto; max-width:100%;}
.sd-319{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-320{padding:0px 0px;}
.sd-321{display:flex; flex:none; height:auto; margin:0px; padding:30px 0px 20px; width:100%; max-width:100%;}
.sd-321__content{flex:none; height:calc(100% - 60px); width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-321__content__sd-1{flex:none; height:180px; width:100%; max-width:100%;}
.sd-334{padding:0px 0px;}
.sd-335{margin:15px 0px 0px; width:100%; max-width:100%;}
.sd-336{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-337{flex:1; height:auto; margin:0px 0px 3px; width:auto; max-width:100%;}
.sd-338{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-339{margin:0px 0px 20px; padding:0px 0px; width:100%; max-width:100%;}
.sd-340{background:#eeeeee00; flex:none; overflow-x:auto; overflow-y:hidden;}
.sd-341{flex-direction:row; flex-wrap:nowrap; padding:15px 0px; width:auto; max-width:100%;}
.sd-342{flex:none; flex-direction:column; flex-wrap:nowrap; margin:0px 0px; padding:15px 20px 40px; width:auto; max-width:100%;}
.sd-343{flex:none; height:auto;}
.sd-344{flex:none; height:200px; width:300px; max-width:100%;}
.sd-345{padding:0px 0px;}
.richText.sd-345 strong{font-size:15px;}
.sd-346{flex:none; padding:15px 20px 40px;}
.sd-347{flex:none; height:200px;}
.sd-348{border-radius:0px; padding:0px 0px;}
.richText.sd-348 strong{font-size:15px;}
.sd-349{flex:none; padding:15px 20px 40px;}
.sd-350{flex:none; height:200px;}
.sd-351{padding:0px 0px;}
.richText.sd-351 strong{font-size:15px;}
.sd-352{flex:none; margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-353{font-weight:700;}
.sd-354{flex:none; margin:0px; width:100%; max-width:100%;}
.sd-355{align-content:center; align-items:center; justify-content:flex-start; padding:0px 20px;}
.sd-357{flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-358{align-content:center; align-items:center; justify-content:flex-start; padding:0px 20px;}
.sd-360{flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-361{align-content:center; align-items:center; justify-content:flex-start; padding:0px 20px;}
.sd-363{flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-364{align-content:center; align-items:center; justify-content:flex-start; padding:0px 20px;}
.sd-366{flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-367{align-content:center; align-items:center; justify-content:flex-start; padding:0px 20px;}
.sd-369{flex:none; font-size:13px; font-weight:700; padding:10px 0px 10px 20px; width:100%; max-width:100%;}
.sd-370{flex:none; flex-direction:column; flex-wrap:nowrap; gap:20px; height:calc(100% - 45px); margin:30px 15px 15px; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-370 > *{--gap-h:0px; --gap-v:20px;}
.sd-371{flex:none; height:95px; margin:0px; width:310px; max-width:100%;}
.sd-372{flex:none; height:97px; margin:0px; width:310px; max-width:100%;}
.sd-373{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-374{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-375{flex:1; width:auto; max-width:100%;}
.sd-376{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-377{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{background:#f49d5cff; 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-378{height:auto; margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-379{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-380{flex:1; height:auto; margin:0px 0px 3px; width:auto; max-width:100%;}
.sd-381{color:#f49d5cff; flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-382{padding:0px 0px;}
.sd-383{background:rgba(0,0,0,0.0); flex:none; height:auto; margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-384{display:none; flex:none; height:255px; width:85%; max-width:85%;}
.sd-385{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-386{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-387{bottom:0px; flex:none; height:90px; left:0px; right:0px; top:NaNpx;}
.sd-388{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-389{bottom:0; flex:none; height:100%; left:0; margin:0px; right:0; top:0; width:215px; max-width:100%;}
.sd-389 > .image__bg-container::before{background-size:contain;}
.sd-390{bottom:0; flex:none; height:100%; left:0; margin:0px; right:0; top:0; width:215px; max-width:100%;}
.sd-390 > .image__bg-container::before{background-size:contain;}
.sd-391{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-392{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-392 > .image__bg-container::before{background-size:contain;}
.sd-393{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-393 > .image__bg-container::before{background-size:contain;}
}
@media (max-width: 320px) {
.sd-39{display:flex;}
.sd-72{display:flex;}
.sd-72 > *{--gap-h:0px; --gap-v:0px;}
.sd-78{display:none;}
.sd-78 > *{--gap-h:0px; --gap-v:0px;}
.sd-86{display:none;}
.sd-86 > *{--gap-h:0px; --gap-v:0px;}
.sd-92{display:flex;}
.sd-92 > *{--gap-h:0px; --gap-v:0px;}
.sd-100{display:none;}
.sd-100 > *{--gap-h:0px; --gap-v:0px;}
.sd-106{display:flex;}
.sd-106 > *{--gap-h:0px; --gap-v:0px;}
.sd-114{display:none;}
.sd-114 > *{--gap-h:0px; --gap-v:0px;}
.sd-120{display:flex;}
.sd-120 > *{--gap-h:0px; --gap-v:0px;}
.sd-137{display:flex;}
.sd-137 > *{--gap-h:0px; --gap-v:0px;}
.sd-143{display:none;}
.sd-143 > *{--gap-h:0px; --gap-v:0px;}
.sd-151{display:none;}
.sd-151 > *{--gap-h:0px; --gap-v:0px;}
.sd-157{display:flex;}
.sd-157 > *{--gap-h:0px; --gap-v:0px;}
.sd-165{display:none;}
.sd-165 > *{--gap-h:0px; --gap-v:0px;}
.sd-171{display:flex;}
.sd-171 > *{--gap-h:0px; --gap-v:0px;}
.sd-179{display:flex;}
.sd-179 > *{--gap-h:0px; --gap-v:0px;}
.sd-185{display:none;}
.sd-185 > *{--gap-h:0px; --gap-v:0px;}
.sd-193{display:none;}
.sd-193 > *{--gap-h:0px; --gap-v:0px;}
.sd-199{display:flex;}
.sd-199 > *{--gap-h:0px; --gap-v:0px;}
.sd-212{display:flex;}
.sd-212 > *{--gap-h:0px; --gap-v:0px;}
.sd-218{display:none;}
.sd-218 > *{--gap-h:0px; --gap-v:0px;}
.sd-226{display:none;}
.sd-226 > *{--gap-h:0px; --gap-v:0px;}
.sd-232{display:flex;}
.sd-232 > *{--gap-h:0px; --gap-v:0px;}
.sd-240{display:none;}
.sd-240 > *{--gap-h:0px; --gap-v:0px;}
.sd-246{display:flex;}
.sd-246 > *{--gap-h:0px; --gap-v:0px;}
.sd-257{display:none;}
.sd-258{display:flex; flex:none; height:150px;}
.sd-267{display:flex;}
.sd-268{display:none;}
.sd-268 > *{--gap-h:0px; --gap-v:0px;}
.sd-274{display:none;}
.sd-274 > *{--gap-h:0px; --gap-v:0px;}
.sd-280{display:none;}
.sd-280 > *{--gap-h:0px; --gap-v:0px;}
.sd-286{display:none;}
.sd-286 > *{--gap-h:0px; --gap-v:0px;}
.sd-292{display:none;}
.sd-292 > *{--gap-h:0px; --gap-v:0px;}
.sd-298{display:none;}
.sd-298 > *{--gap-h:0px; --gap-v:0px;}
.sd-304{display:none;}
.sd-304 > *{--gap-h:0px; --gap-v:0px;}
.sd-321{display:flex;}
.sd-384{display:none;}
.sd-385{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-388{display:none;}
.sd-391{display:flex;}
}
