@charset "UTF-8";


.page-enter-active {
  transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.page-leave-active {
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.page-enter-from,
.page-leave-to {
  opacity: 0;
}

.product-font-style[data-v-4b268d44] {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}

/*! * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2023 Fonticons, Inc. */
.fa-brands,
.fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-solid {
  font-family: Font Awesome\6 Free;
  font-weight: 900;
}
.fa-brands {
  font-family: Font Awesome\6 Brands;
  font-weight: 400;
}
:host,
:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-display: block;
  font-family: Font Awesome\6 Free;
  font-style: normal;
  font-weight: 900;
  src: url(https://storage.googleapis.com/production-os-assets/assets/fontawesome/1629704621943/6.4.2/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(https://storage.googleapis.com/production-os-assets/assets/fontawesome/1629704621943/6.4.2/webfonts/fa-solid-900.ttf)
      format("truetype");
}
@font-face {
  font-display: block;
  font-family: Font Awesome\6 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(https://storage.googleapis.com/production-os-assets/assets/fontawesome/1629704621943/6.4.2/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(https://storage.googleapis.com/production-os-assets/assets/fontawesome/1629704621943/6.4.2/webfonts/fa-brands-400.ttf)
      format("truetype");
}

.spinner[data-v-ea7b3a3a] {
  animation: loading-spin-ea7b3a3a 1s linear infinite;
  height: 16px;
  pointer-events: none;
  width: 16px;
}
.spinner[data-v-ea7b3a3a]:before {
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-color: transparent currentcolor currentcolor transparent;
  border-style: solid;
  border-width: 2px;
  opacity: 0.2;
}
.spinner[data-v-ea7b3a3a]:after,
.spinner[data-v-ea7b3a3a]:before {
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.spinner[data-v-ea7b3a3a]:after {
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-color: currentcolor transparent transparent currentcolor;
  border-style: solid;
  border-width: 2px;
  opacity: 1;
}
@keyframes loading-spin-ea7b3a3a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@font-face {
  font-family: grandam;
  font-style: normal;
  font-weight: 400;
  src: url(https://storage.googleapis.com/studio-front/fonts/grandam.ttf)
    format("truetype");
}
@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  src: url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff2)
      format("woff2"),
    url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff)
      format("woff"),
    url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.ttf)
      format("truetype");
}
.StudioCanvas {
  display: flex;
  height: auto;
  min-height: 100vh;
}
.StudioCanvas > .sd {
  min-height: 100vh;
  overflow: hidden;
}
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  border: 0;
  font-family: sans-serif;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  color: #333;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  word-spacing: 1px;
}
a:focus:not(:focus-visible),
summary:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}
button:focus:not(:focus-visible) {
  outline: none;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
a,
button {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ins {
  text-decoration: none;
}
ins,
mark {
  background-color: #ff9;
  color: #000;
}
mark {
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
textarea {
  resize: none;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
[slot="after"] button {
  overflow-anchor: none;
}

.sd {
  flex-wrap: nowrap;
  max-width: 100%;
  pointer-events: all;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  position: relative;
}
.sd::-webkit-scrollbar {
  display: none;
}
.sd,
.sd.richText * {
  transition-property: all, --g-angle, --g-color-0, --g-position-0,
    --g-color-1, --g-position-1, --g-color-2, --g-position-2, --g-color-3,
    --g-position-3, --g-color-4, --g-position-4, --g-color-5,
    --g-position-5, --g-color-6, --g-position-6, --g-color-7,
    --g-position-7, --g-color-8, --g-position-8, --g-color-9,
    --g-position-9, --g-color-10, --g-position-10, --g-color-11,
    --g-position-11;
}
.sd[tabindex]:focus {
  outline: none;
}
.sd[tabindex]:focus-visible {
  outline: 1px solid;
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
}
input[type="email"],
input[type="tel"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
}
select {
  cursor: pointer;
}
.frame {
  display: block;
  overflow: hidden;
}
.frame > iframe {
  height: 100%;
  width: 100%;
}
.frame .formrun-embed > iframe:not(:first-child) {
  display: none !important;
}
.image {
  position: relative;
}
.image:before {
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  z-index: -2;
}
.sd.file {
  cursor: pointer;
  flex-direction: row;
  outline: 2px solid transparent;
  outline-offset: -1px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.sd.file:focus-within {
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
}
.file > input[type="file"] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.sd.icon,
.sd.text {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.material-icons {
  display: inline-block;
  font-family: Material Icons;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a,
a.icon,
a.text {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15);
}
.fixed {
  z-index: 2;
}
.button {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
.button,
.link {
  cursor: pointer;
}
.submitLoading {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
.richText {
  display: block;
  word-break: break-word;
}
.richText [data-thread],
.richText a,
.richText blockquote,
.richText em,
.richText h1,
.richText h2,
.richText h3,
.richText h4,
.richText li,
.richText ol,
.richText p,
.richText p > code,
.richText pre,
.richText pre > code,
.richText s,
.richText strong,
.richText table tbody,
.richText table tbody tr,
.richText table tbody tr > td,
.richText table tbody tr > th,
.richText u,
.richText ul {
  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;
}
.richText p {
  display: block;
  margin: 10px 0;
}
.richText > p {
  min-height: 1em;
}
.richText img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.richText h1 {
  display: block;
  font-size: 3em;
  font-weight: 700;
  margin: 20px 0;
}
.richText h2 {
  font-size: 2em;
}
.richText h2,
.richText h3 {
  display: block;
  font-weight: 700;
  margin: 10px 0;
}
.richText h3 {
  font-size: 1em;
}
.richText h4,
.richText h5 {
  font-weight: 600;
}
.richText h4,
.richText h5,
.richText h6 {
  display: block;
  font-size: 1em;
  margin: 10px 0;
}
.richText h6 {
  font-weight: 500;
}
.richText [data-type="table"] {
  overflow-x: auto;
}
.richText [data-type="table"] p {
  white-space: pre-line;
  word-break: break-all;
}
.richText table {
  border: 1px solid #f2f2f2;
  border-collapse: collapse;
  border-spacing: unset;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
  table-layout: auto;
}
.richText table tr th {
  background: hsla(0, 0%, 96%, 0.5);
}
.richText table tr td,
.richText table tr th {
  border: 1px solid #f2f2f2;
  max-width: 240px;
  min-width: 100px;
  padding: 12px;
}
.richText table tr td p,
.richText table tr th p {
  margin: 0;
}
.richText blockquote {
  border-left: 3px solid rgba(0, 0, 0, 0.15);
  font-style: italic;
  margin: 10px 0;
  padding: 10px 15px;
}
.richText [data-type="embed_code"] {
  margin: 20px 0;
  position: relative;
}
.richText [data-type="embed_code"] > .height-adjuster > .wrapper {
  position: relative;
}
.richText
  [data-type="embed_code"]
  > .height-adjuster
  > .wrapper[style*="padding-top"]
  iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.richText [data-type="embed_code"][data-embed-sandbox="true"] {
  display: block;
  overflow: hidden;
}
.richText
  [data-type="embed_code"][data-embed-code-type="instagram"]
  > .height-adjuster
  > .wrapper[style*="padding-top"] {
  padding-top: 100%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="instagram"]
  > .height-adjuster
  > .wrapper[style*="padding-top"]
  blockquote {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="codepen"]
  > .height-adjuster
  > .wrapper {
  padding-top: 50%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="codepen"]
  > .height-adjuster
  > .wrapper
  iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="slideshare"]
  > .height-adjuster
  > .wrapper {
  padding-top: 56.25%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="slideshare"]
  > .height-adjuster
  > .wrapper
  iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="speakerdeck"]
  > .height-adjuster
  > .wrapper {
  padding-top: 56.25%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="speakerdeck"]
  > .height-adjuster
  > .wrapper
  iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="snapwidget"]
  > .height-adjuster
  > .wrapper {
  padding-top: 30%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="snapwidget"]
  > .height-adjuster
  > .wrapper
  iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.richText
  [data-type="embed_code"][data-embed-code-type="firework"]
  > .height-adjuster
  > .wrapper
  fw-embed-feed {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.richText [data-type="embed_code_empty"] {
  display: none;
}
.richText ul {
  margin: 0 0 0 20px;
}
.richText ul li {
  list-style: disc;
  margin: 10px 0;
}
.richText ul li p {
  margin: 0;
}
.richText ol {
  margin: 0 0 0 20px;
}
.richText ol li {
  list-style: decimal;
  margin: 10px 0;
}
.richText ol li p {
  margin: 0;
}
.richText hr {
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
.richText p > code {
  background: #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: inline;
  margin: 2px;
  padding: 0 5px;
}
.richText pre {
  background: #eee;
  border-radius: 6px;
  font-family: Menlo, Monaco, Courier New, monospace;
  margin: 20px 0;
  padding: 25px 35px;
  white-space: pre-wrap;
}
.richText pre code {
  border: none;
  padding: 0;
}
.richText strong {
  color: inherit;
  display: inline;
  font-family: inherit;
  font-weight: 900;
}
.richText em {
  font-style: italic;
}
.richText a,
.richText u {
  text-decoration: underline;
}
.richText a {
  color: #007cff;
  display: inline;
}
.richText s {
  text-decoration: line-through;
}
.richText [data-type="table_of_contents"] {
  background-color: #f5f5f5;
  border-radius: 2px;
  color: #616161;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 24px 24px 8px;
  text-decoration: underline;
}
.richText [data-type="table_of_contents"] .toc_list {
  margin: 0;
}
.richText [data-type="table_of_contents"] .toc_item {
  color: currentColor;
  font-size: inherit !important;
  font-weight: inherit;
  list-style: none;
}
.richText [data-type="table_of_contents"] .toc_item > a {
  border: none;
  color: currentColor;
  font-size: inherit !important;
  font-weight: inherit;
  text-decoration: none;
}
.richText [data-type="table_of_contents"] .toc_item > a:hover {
  opacity: 0.7;
}
.richText [data-type="table_of_contents"] .toc_item--1 {
  margin: 0 0 16px;
}
.richText [data-type="table_of_contents"] .toc_item--2 {
  margin: 0 0 16px;
  padding-left: 2rem;
}
.richText [data-type="table_of_contents"] .toc_item--3 {
  margin: 0 0 16px;
  padding-left: 4rem;
}
.sd.section {
  align-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  height: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}
.sd.section-inner {
  position: static !important;
}
@property --g-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 180deg;
}
@property --g-color-0 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0.01%;
}
@property --g-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-4 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-5 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-5 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-6 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-6 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-7 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-7 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-8 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-8 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-9 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-9 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-10 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-10 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-11 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-11 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

a[data-v-ac5d8026] {
  align-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  display: flex;
  height: 28px;
  justify-content: center;
  left: 20px;
  padding: 0 12px;
  perspective: 300px;
  position: fixed;
  transition: 0s linear;
  width: auto;
  z-index: 2000;
}

.TitleAnnouncer[data-v-d9645d67] {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}

.publish-studio-style[data-v-52f3f575] {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}

.snackbar[data-v-5a917894] {
  align-items: center;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 6px;
  box-shadow: 0 16px 48px -8px rgba(0, 0, 0, 0.08),
    0 10px 25px -5px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  left: 50%;
  max-width: 90vw;
  padding: 16px 20px;
  position: fixed;
  top: 32px;
  transform: translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 480px;
  z-index: 9999;
}
.snackbar.v-enter-active[data-v-5a917894],
.snackbar.v-leave-active[data-v-5a917894] {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
.snackbar.v-enter-from[data-v-5a917894],
.snackbar.v-leave-to[data-v-5a917894] {
  opacity: 0;
  transform: translate(-50%, -10px);
}
.snackbar .convey[data-v-5a917894] {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 0;
}
.snackbar .convey .icon[data-v-5a917894] {
  background-position: 50%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}
.snackbar .convey .message[data-v-5a917894] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  white-space: pre-line;
}
.snackbar .convey.error .icon[data-v-5a917894] {
  background-image: url(/_nuxt/close_circle.c7480f3c.svg);
}
.snackbar .convey.error .message[data-v-5a917894] {
  color: #f84f65;
}
.snackbar .convey.success .icon[data-v-5a917894] {
  background-image: url(/_nuxt/round_check.0ebac23f.svg);
}
.snackbar .convey.success .message[data-v-5a917894] {
  color: #111;
}
.snackbar .button[data-v-5a917894] {
  align-items: center;
  border-radius: 40px;
  color: #4b9cfb;
  display: flex;
  flex-shrink: 0;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 16px;
  padding: 4px 8px;
}
.snackbar .button[data-v-5a917894]:hover {
  background: #f5f5f5;
}

.design-canvas__modal {
  height: 100%;
  pointer-events: none;
  position: fixed;
  transition: none;
  width: 100%;
  z-index: 2;
}
.design-canvas__modal:focus {
  outline: none;
}
.design-canvas__modal.v-enter-active .studio-canvas,
.design-canvas__modal.v-leave-active,
.design-canvas__modal.v-leave-active .studio-canvas {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
.design-canvas__modal.v-enter-active .studio-canvas *,
.design-canvas__modal.v-leave-active .studio-canvas * {
  transition: none !important;
}
.design-canvas__modal.isNone {
  transition: none;
}
.design-canvas__modal .design-canvas__modal__base {
  height: 100%;
  left: 0;
  pointer-events: auto;
  position: fixed;
  top: 0;
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  width: 100%;
  z-index: -1;
}
.design-canvas__modal .studio-canvas {
  height: 100%;
  pointer-events: none;
}
.design-canvas__modal .studio-canvas > * {
  background: none !important;
  pointer-events: none;
}

.LoadMoreAnnouncer[data-v-2d07cb19] {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}

.app[data-v-d12de11f] {
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.title[data-v-d12de11f] {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 2.45px;
  line-height: 30px;
  margin: 30px;
}

  display: block; /* 余計な隙間を防ぎたい場合に推奨 */
}

.business-info-title {
  color: #222; /* 例: 文字をやや濃いめに */
  font-weight: bold;
　font-size: 1.4rem;
  margin-bottom: 1.2em;
　margin-top: 0.8em;
}

.business-info-title2 {
  color: #222; /* 例: 文字をやや濃いめに */
  font-weight: bold;
　font-size: 1.4rem;
  margin-bottom: 1.0em;
　margin-top: 30px;
}


.business-info-text strong {
  color: #d4a517; /* 例: アクセントカラー（ゴールド系） */
}

.business-info-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 40px; /* 上下60px、左右80pxにするなど */
  max-width: 800px;
  margin: 10px auto;
  text-align: center; /* 必要に応じて調整 */
　box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* うっすら影を落とす */
}

.business-info-list {
  font-size: 1rem;       /* 16px相当。お好みで調整 */
  line-height: 0;      /* 行間を広めに */
  list-style: none; 
  margin: 0;
  padding: 0;
  text-align: center;    /* 中央寄せでリストを配置 */
  display: inline-block; /* 要素幅を縮めることで中央寄せに */
  

}

.business-info-list li {
  margin: 10px 0;
  font-size: 1.2rem;
　color: #d4a517; /* 例: アクセントカラー（ゴールド系） */
  line-height: 1.6;
}

.soldout-image {
  width: 30%;    /* 必要な幅 */
  height: auto;    /* アスペクト比を保ちたい場合はauto */
}
/* アイコンの例（Font Awesome利用）*/


.business-info-list li i {
  color: #d4a517; /* アイコンだけアクセントカラー */
  margin-right: 8px;
}

.business-info-text {
  margin-bottom: 1em;    /* 下方向の余白 */
　font-size: 1.2rem;
　color: #d4a517; /* 例: アクセントカラー（ゴールド系） */
  line-height: 1.2;
}




      .sd[data-s-c6a0f18c-bbc0-4d97-a255-f9d56c69f262] {
        align-content: stretch;
        align-items: stretch;
        background: #ffffff;
        bottom: auto;
        flex: none;
        flex-direction: row;
        flex-wrap: wrap;
        height: 100px;
        justify-content: center;
        left: 0px;
        margin: 0 0 0 0;
        opacity: 1;
        padding: 0px 25px 0px;
        position: fixed;
        right: 0px;
        top: 0px;
        width: 100%;
        z-index: 2;
        max-width: 100%;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-c6a0f18c-bbc0-4d97-a255-f9d56c69f262] {
          padding: 0px 20px 0px;
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-c6a0f18c-bbc0-4d97-a255-f9d56c69f262] {
          flex: none;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-c6a0f18c-bbc0-4d97-a255-f9d56c69f262] {
          flex: none;
          height: 60px;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-0b3c85f1-cc18-48b0-ae8a-579184ab2f6a] {
        align-content: center;
        align-items: center;
        background: rgba(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: row;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        margin: 0px 0px 0px 0px;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-48b73d26-57c9-4fed-9206-95ae9995a594] {
        flex: none;
        height: auto;
        width: 21%;
        max-width: 21%;
      }
      .sd[data-s-48b73d26-57c9-4fed-9206-95ae9995a594]:hover {
        opacity: 0.5;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-48b73d26-57c9-4fed-9206-95ae9995a594] {
          flex: none;
          width: 40%;
          max-width: 40%;
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-48b73d26-57c9-4fed-9206-95ae9995a594] {
          flex: none;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-48b73d26-57c9-4fed-9206-95ae9995a594] {
          flex: none;
          height: 50%;
          width: 235px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-48b73d26-57c9-4fed-9206-95ae9995a594] {
          flex: none;
          height: 47%;
          width: 205px;
          max-width: 100%;
        }
      }
      .sd[data-s-091d5389-c741-485d-ad26-14295dbaaf5c] {
        align-content: center;
        align-items: center;
        flex: none;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0px;
        width: auto;
        max-width: 100%;
      }
      .sd[data-s-a5986a54-2609-4a75-816f-0d59d05db21f] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        display: flex;
        flex: none;
        flex-direction: row;
        flex-wrap: nowrap;
        height: auto;
        justify-content: space-between;
        margin: 0px 15px 0px 0px;
        width: auto;
        max-width: calc(100% - 15px);
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-a5986a54-2609-4a75-816f-0d59d05db21f] {
          display: none;
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-a5986a54-2609-4a75-816f-0d59d05db21f] {
          display: none;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-a5986a54-2609-4a75-816f-0d59d05db21f] {
          display: none;
        }
      }
      .sd[data-s-bea000b3-e6e4-41e2-a945-53aa4e33a965] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        padding: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-bea000b3-e6e4-41e2-a945-53aa4e33a965]:hover {
        opacity: 0.5;
      }
      .sd[data-s-19e0e13f-cbdf-46fc-9085-9f2de6d51741] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 15px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        padding: 0px 5px 0px 5px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-19e0e13f-cbdf-46fc-9085-9f2de6d51741]:hover {
        opacity: 0.5;
      }
      .sd[data-s-69501ac1-c842-4047-9fdb-7ccc96891c69] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        padding: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-69501ac1-c842-4047-9fdb-7ccc96891c69]:hover {
        opacity: 0.5;
      }
      .sd[data-s-e44363fe-ed08-495b-bef4-d3988a0366a3] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 15px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        padding: 0px 5px 0px 5px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-e44363fe-ed08-495b-bef4-d3988a0366a3]:hover {
        opacity: 0.5;
      }
      .sd[data-s-8d801b28-9ebb-4037-b110-2c0363219a21] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        padding: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-8d801b28-9ebb-4037-b110-2c0363219a21]:hover {
        opacity: 0.5;
      }
      .sd[data-s-692ba937-48a3-479d-b082-c3711a205312] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 15px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        padding: 0px 5px 0px 5px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-692ba937-48a3-479d-b082-c3711a205312]:hover {
        opacity: 0.5;
      }
      .sd[data-s-9455f413-70e6-4fd1-8a54-38c483d003fa] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        padding: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-9455f413-70e6-4fd1-8a54-38c483d003fa]:hover {
        opacity: 0.5;
      }
      .sd[data-s-58a09209-e169-4300-affa-e2bcdb211e6d] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 15px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        padding: 0px 5px 0px 5px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-58a09209-e169-4300-affa-e2bcdb211e6d]:hover {
        opacity: 0.5;
      }
      .sd[data-s-5b7d40da-b700-4427-81bf-f615a2b43ebd] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        padding: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-5b7d40da-b700-4427-81bf-f615a2b43ebd]:hover {
        opacity: 0.5;
      }
      .sd[data-s-21d9eb74-575d-46a6-8290-76f6fa1088d5] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 15px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        padding: 0px 5px 0px 5px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-21d9eb74-575d-46a6-8290-76f6fa1088d5]:hover {
        opacity: 0.5;
      }
      .sd[data-s-a1dcfb32-2f34-4dad-8b09-c618ca426ad3] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        padding: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-a1dcfb32-2f34-4dad-8b09-c618ca426ad3]:hover {
        opacity: 0.5;
      }
      .sd[data-s-55f44189-62ba-426a-8746-ac6196e1f4c0] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 48px;
        justify-content: space-between;
        margin: 0px 15px 0px 0px;
        padding: 0px;
        width: 150px;
        max-width: calc(100% - 15px);
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-55f44189-62ba-426a-8746-ac6196e1f4c0] {
          flex: none;
          margin: 0px 15px 0px 0px;
          width: auto;
          max-width: calc(100% - 15px);
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-55f44189-62ba-426a-8746-ac6196e1f4c0] {
          display: flex;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-55f44189-62ba-426a-8746-ac6196e1f4c0] {
          display: none;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-55f44189-62ba-426a-8746-ac6196e1f4c0] {
          display: none;
        }
      }
      .sd[data-s-a6fa8fd2-f823-40ba-a928-6bc4ab339e10] {
        align-content: center;
        align-items: center;
        background: #eabd00;
        border-bottom: 0px solid #eabd00;
        border-left: 0px solid #eabd00;
        border-radius: 30px;
        border-right: 0px solid #eabd00;
        border-top: 0px solid #eabd00;
        flex: none;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 50px;
        justify-content: space-around;
        padding: 0px 10px 0px;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-a6fa8fd2-f823-40ba-a928-6bc4ab339e10]:hover {
        background: rgba(0, 0, 0, 0);
        border-bottom: 1px solid #eabd00;
        border-left: 1px solid #eabd00;
        border-right: 1px solid #eabd00;
        border-top: 1px solid #eabd00;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-a6fa8fd2-f823-40ba-a928-6bc4ab339e10] {
          flex: none;
          height: 45px;
          padding: 0px 20px 0px;
          width: auto;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-a6fa8fd2-f823-40ba-a928-6bc4ab339e10] {
          flex: none;
          height: 45px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-a6fa8fd2-f823-40ba-a928-6bc4ab339e10] {
          display: flex;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-a6fa8fd2-f823-40ba-a928-6bc4ab339e10] {
          display: flex;
        }
      }
      .sd[data-s-3efe8ee9-f7eb-4369-970b-b40a0d95aa66] {
        border-radius: 0;
        color: #000000;
        flex: none;
        font-family: var(--s-font-36b40316);
        font-size: 13px;
        font-weight: 700;
        height: auto;
        letter-spacing: 0em;
        line-height: 1;
        margin: 0 0 0 0;
        opacity: 1;
        padding: 0px 0px 2px 0px;
        text-align: left;
        width: auto;
        max-width: 100%;
        justify-content: flex-start;
      }
      .sd[data-s-a6fa8fd2-f823-40ba-a928-6bc4ab339e10]:hover
        .sd[data-s-3efe8ee9-f7eb-4369-970b-b40a0d95aa66] {
        color: #eabd00;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-3efe8ee9-f7eb-4369-970b-b40a0d95aa66] {
          font-size: 14px;
          margin: 0px 0px 0px 0px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-3efe8ee9-f7eb-4369-970b-b40a0d95aa66] {
          font-size: 12px;
        }
      }
      .sd[data-s-e51b4f87-e01f-4cba-8acb-c290da1aff89] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 48px;
        justify-content: space-between;
        padding: 0px;
        width: 212px;
        max-width: 100%;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-e51b4f87-e01f-4cba-8acb-c290da1aff89] {
          flex: none;
          margin: 0px 25px 0px 0px;
          width: auto;
          max-width: calc(100% - 25px);
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-e51b4f87-e01f-4cba-8acb-c290da1aff89] {
          display: flex;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-e51b4f87-e01f-4cba-8acb-c290da1aff89] {
          display: none;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-e51b4f87-e01f-4cba-8acb-c290da1aff89] {
          display: none;
        }
      }
      .sd[data-s-0045e049-3acb-4045-b8f4-3a4162f2e216] {
        align-content: center;
        align-items: center;
        background: #eabd00;
        border-bottom: 0px solid #eabd00;
        border-left: 0px solid #eabd00;
        border-radius: 30px;
        border-right: 0px solid #eabd00;
        border-top: 0px solid #eabd00;
        flex: none;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 50px;
        justify-content: space-around;
        padding: 0px 10px 0px;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-0045e049-3acb-4045-b8f4-3a4162f2e216]:hover {
        background: rgba(0, 0, 0, 0);
        border-bottom: 1px solid #eabd00;
        border-left: 1px solid #eabd00;
        border-right: 1px solid #eabd00;
        border-top: 1px solid #eabd00;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-0045e049-3acb-4045-b8f4-3a4162f2e216] {
          flex: none;
          height: 45px;
          padding: 0px 20px 0px;
          width: auto;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-0045e049-3acb-4045-b8f4-3a4162f2e216] {
          flex: none;
          height: 45px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-0045e049-3acb-4045-b8f4-3a4162f2e216] {
          display: flex;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-0045e049-3acb-4045-b8f4-3a4162f2e216] {
          display: flex;
        }
      }
      .sd[data-s-b27f339c-9e7a-4581-bf10-ba4e013d8ac1] {
        border-radius: 0;
        color: #000000;
        flex: none;
        font-family: var(--s-font-36b40316);
        font-size: 13px;
        font-weight: 700;
        height: auto;
        letter-spacing: 0em;
        line-height: 1;
        margin: 0 0 0 0;
        opacity: 1;
        padding: 0px 0px 2px 0px;
        text-align: left;
        width: auto;
        max-width: 100%;
        justify-content: flex-start;
      }
      .sd[data-s-0045e049-3acb-4045-b8f4-3a4162f2e216]:hover
        .sd[data-s-b27f339c-9e7a-4581-bf10-ba4e013d8ac1] {
        color: #eabd00;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-b27f339c-9e7a-4581-bf10-ba4e013d8ac1] {
          font-size: 14px;
          margin: 0px 0px 0px 0px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-b27f339c-9e7a-4581-bf10-ba4e013d8ac1] {
          font-size: 12px;
        }
      }
      .sd[data-s-5b03bdcd-8704-4164-815b-f682ed005150] {
        display: none;
        font-size: 24px;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-5b03bdcd-8704-4164-815b-f682ed005150] {
          display: flex;
          font-size: 48px;
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-5b03bdcd-8704-4164-815b-f682ed005150] {
          display: flex;
          font-size: 38px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-5b03bdcd-8704-4164-815b-f682ed005150] {
          display: flex;
        }
      }
      .sd[data-s-84d00ba9-cd60-4a12-a4d4-a322549a1b52] {
        bottom: 30px;
        flex: none;
        height: 42px;
        left: auto;
        margin: 0 0 0 0;
        position: fixed;
        right: 50px;
        top: auto;
        width: 35px;
        z-index: 1;
        max-width: 100%;
      }
      .sd[data-s-84d00ba9-cd60-4a12-a4d4-a322549a1b52]:before {
        background-repeat: no-repeat;
        background-size: contain;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-84d00ba9-cd60-4a12-a4d4-a322549a1b52] {
          bottom: 70px;
          flex: none;
          height: 37px;
          left: auto;
          right: 20px;
          top: auto;
          width: 30px;
          max-width: 100%;
        }
      }
      .sd[data-s-dc605e9e-12a1-4eb5-bed2-0bb3ef247144] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 185px;
        justify-content: center;
        padding: 0px 0px 0px 0px;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-dc605e9e-12a1-4eb5-bed2-0bb3ef247144].appear {
        opacity: 0;
        transform: translate(0px, 80px);
        transition-duration: 1000ms;
      }
      .sd[data-s-dc605e9e-12a1-4eb5-bed2-0bb3ef247144].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-dc605e9e-12a1-4eb5-bed2-0bb3ef247144] {
          flex: none;
          height: 135px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-dc605e9e-12a1-4eb5-bed2-0bb3ef247144] {
          flex: none;
          height: 115px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-dc605e9e-12a1-4eb5-bed2-0bb3ef247144] {
          padding: 0px 0px 45px 0px;
        }
      }
      .sd[data-s-994620d1-2798-4c73-8d6a-c3216eaf9dc2] {
        align-content: center;
        align-items: center;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0px 60px 0px;
        padding: 0px;
        width: calc(100% - 120px);
        max-width: calc(100% - 120px);
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-994620d1-2798-4c73-8d6a-c3216eaf9dc2] {
          margin: 0px 30px 0px;
          width: calc(100% - 60px);
          max-width: calc(100% - 60px);
        }
      }
      .sd[data-s-db531bc3-0772-4447-963d-31d500f83ac8] {
        color: #70ae42;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-db531bc3-0772-4447-963d-31d500f83ac8] {
          font-size: 14px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-db531bc3-0772-4447-963d-31d500f83ac8] {
          font-size: 12px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-db531bc3-0772-4447-963d-31d500f83ac8] {
          font-size: 34px;
          line-height: 1.2;
          margin: 40px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-7b9855cd-e1ad-4e5a-9b90-b5528a761c3a] {
        color: #333;
        flex: none;
        font-family: var(--s-font-60ae4775);
        font-size: 26px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.7;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-7b9855cd-e1ad-4e5a-9b90-b5528a761c3a] {
          font-size: 24px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-7b9855cd-e1ad-4e5a-9b90-b5528a761c3a] {
          font-size: 20px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-7b9855cd-e1ad-4e5a-9b90-b5528a761c3a] {
          margin: 30px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-ddf30d9c-7d70-4ce5-8fd9-69a3701ef86e] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 185px;
        justify-content: center;
        padding: 0px 0px 0px 0px;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-ddf30d9c-7d70-4ce5-8fd9-69a3701ef86e].appear {
        opacity: 0;
        transform: translate(0px, 80px);
        transition-duration: 1000ms;
      }
      .sd[data-s-ddf30d9c-7d70-4ce5-8fd9-69a3701ef86e].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-ddf30d9c-7d70-4ce5-8fd9-69a3701ef86e] {
          flex: none;
          height: 135px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-ddf30d9c-7d70-4ce5-8fd9-69a3701ef86e] {
          flex: none;
          height: 115px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-ddf30d9c-7d70-4ce5-8fd9-69a3701ef86e] {
          padding: 0px 0px 45px 0px;
        }
      }
      .sd[data-s-8229c937-bc2c-4537-b560-2ed9a95fad97] {
        align-content: center;
        align-items: center;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0px 60px 0px;
        padding: 0px;
        width: calc(100% - 120px);
        max-width: calc(100% - 120px);
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-8229c937-bc2c-4537-b560-2ed9a95fad97] {
          margin: 0px 30px 0px;
          width: calc(100% - 60px);
          max-width: calc(100% - 60px);
        }
      }
      .sd[data-s-4245afe5-7992-4e7e-9718-ee3baaeb442c] {
        color: #007ac2;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-4245afe5-7992-4e7e-9718-ee3baaeb442c] {
          font-size: 12px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-4245afe5-7992-4e7e-9718-ee3baaeb442c] {
          font-size: 34px;
          line-height: 1.2;
          margin: 40px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-4de356d0-859e-4602-b8a9-d2e03afb3271] {
        color: #333;
        flex: none;
        font-family: var(--s-font-60ae4775);
        font-size: 26px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.7;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-4de356d0-859e-4602-b8a9-d2e03afb3271] {
          font-size: 24px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-4de356d0-859e-4602-b8a9-d2e03afb3271] {
          font-size: 20px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-4de356d0-859e-4602-b8a9-d2e03afb3271] {
          margin: 30px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-64477e0d-d4e3-4984-9549-e62720cac7fe] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 185px;
        justify-content: center;
        padding: 0px 0px 0px 0px;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-64477e0d-d4e3-4984-9549-e62720cac7fe].appear {
        opacity: 0;
        transform: translate(0px, 80px);
        transition-duration: 1000ms;
      }
      .sd[data-s-64477e0d-d4e3-4984-9549-e62720cac7fe].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-64477e0d-d4e3-4984-9549-e62720cac7fe] {
          flex: none;
          height: 135px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-64477e0d-d4e3-4984-9549-e62720cac7fe] {
          flex: none;
          height: 115px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-64477e0d-d4e3-4984-9549-e62720cac7fe] {
          flex: none;
          height: 140px;
          padding: 0px 0px 45px 0px;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-763c6fe5-b3c3-466c-8543-2a5e8d1a1d2f] {
        align-content: center;
        align-items: center;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0px 60px 0px;
        padding: 0px;
        width: calc(100% - 120px);
        max-width: calc(100% - 120px);
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-763c6fe5-b3c3-466c-8543-2a5e8d1a1d2f] {
          margin: 0px 30px 0px;
          width: calc(100% - 60px);
          max-width: calc(100% - 60px);
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-763c6fe5-b3c3-466c-8543-2a5e8d1a1d2f] {
          margin: 0px 20px 0px;
          width: calc(100% - 40px);
          max-width: calc(100% - 40px);
        }
      }
      .sd[data-s-67350b69-dea4-4daf-97f9-ffb1bfee9f1f] {
        color: #eabd00;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-67350b69-dea4-4daf-97f9-ffb1bfee9f1f] {
          margin: 0px 0px 10px 0px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-67350b69-dea4-4daf-97f9-ffb1bfee9f1f] {
          font-size: 12px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-67350b69-dea4-4daf-97f9-ffb1bfee9f1f] {
          font-size: 34px;
          line-height: 1.2;
          margin: 40px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-1e48b072-1e99-46dd-a07f-a4b98028dcab] {
        color: #333;
        flex: none;
        font-family: var(--s-font-3db45531);
        font-size: 16px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.7;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: 100%;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-1e48b072-1e99-46dd-a07f-a4b98028dcab] {
          font-size: 14px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-1e48b072-1e99-46dd-a07f-a4b98028dcab] {
          font-size: 12px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-1e48b072-1e99-46dd-a07f-a4b98028dcab] {
          margin: 30px 0px 0px 0px;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-cb768807-a9db-4c23-a3c6-74fa0fdec6eb] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 185px;
        justify-content: center;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-cb768807-a9db-4c23-a3c6-74fa0fdec6eb].appear {
        opacity: 0;
        transform: translate(0px, 80px);
        transition-duration: 1000ms;
      }
      .sd[data-s-cb768807-a9db-4c23-a3c6-74fa0fdec6eb].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-cb768807-a9db-4c23-a3c6-74fa0fdec6eb] {
          flex: none;
          height: 115px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-cb768807-a9db-4c23-a3c6-74fa0fdec6eb] {
          padding: 0px 0px 45px 0px;
        }
      }
      .sd[data-s-a916c71f-2cc2-4031-9150-397ba823ed01] {
        align-content: center;
        align-items: center;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0px 60px 0px;
        padding: 0px;
        width: calc(100% - 120px);
        max-width: calc(100% - 120px);
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-a916c71f-2cc2-4031-9150-397ba823ed01] {
          margin: 0px 30px 0px;
          width: calc(100% - 60px);
          max-width: calc(100% - 60px);
        }
      }
      .sd[data-s-3aa310eb-4a91-4efa-8dff-d4b174811c7a] {
        color: #eabd00;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-3aa310eb-4a91-4efa-8dff-d4b174811c7a] {
          font-size: 12px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-3aa310eb-4a91-4efa-8dff-d4b174811c7a] {
          font-size: 34px;
          line-height: 1.2;
          margin: 40px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-b5136e98-520f-41d6-9f12-331e5bd6c086] {
        color: #333;
        flex: none;
        font-family: var(--s-font-60ae4775);
        font-size: 26px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.7;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-b5136e98-520f-41d6-9f12-331e5bd6c086] {
          font-size: 20px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-b5136e98-520f-41d6-9f12-331e5bd6c086] {
          margin: 30px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-0564ab3d-8a71-400f-9d03-ab07c101c3aa] {
        align-content: center;
        align-items: center;
        background: #eabd00;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        margin: 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        z-index: 0;
        max-width: 100%;
      }
      .sd[data-s-f1deff85-8514-47b0-bde2-bc3bece1b145] {
        align-content: center;
        align-items: center;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 60px;
        padding: 0px;
        width: calc(100% - 120px);
        max-width: calc(100% - 120px);
      }
      .sd[data-s-f1deff85-8514-47b0-bde2-bc3bece1b145].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-f1deff85-8514-47b0-bde2-bc3bece1b145].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-f1deff85-8514-47b0-bde2-bc3bece1b145] {
          margin: 50px 60px 50px 60px;
          width: calc(100% - 120px);
          max-width: calc(100% - 120px);
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-f1deff85-8514-47b0-bde2-bc3bece1b145] {
          margin: 50px 20px 50px 20px;
          width: calc(100% - 40px);
          max-width: calc(100% - 40px);
        }
      }
      .sd[data-s-d9daca0a-9bcd-4f4d-ab9c-455ed885a42a] {
        color: #ffffff;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-d9daca0a-9bcd-4f4d-ab9c-455ed885a42a] {
          font-size: 12px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-d9daca0a-9bcd-4f4d-ab9c-455ed885a42a] {
          font-size: 34px;
          line-height: 1.2;
          margin: 40px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-dda20d4f-99c9-44f2-8abf-7118bfc51cd3] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 26px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-dda20d4f-99c9-44f2-8abf-7118bfc51cd3] {
          flex: none;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-dda20d4f-99c9-44f2-8abf-7118bfc51cd3] {
          font-size: 24px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-dda20d4f-99c9-44f2-8abf-7118bfc51cd3] {
          font-size: 20px;
        }
      }
      .sd[data-s-218c7041-60c7-4871-a65e-dbaea8bd5f58] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: row;
        flex-wrap: nowrap;
        height: auto;
        justify-content: space-between;
        margin: 0px 50px 65px;
        width: 1200px;
        max-width: calc(100% - 100px);
      }
      .sd[data-s-218c7041-60c7-4871-a65e-dbaea8bd5f58].appear {
        transform: ;
      }
      .sd[data-s-218c7041-60c7-4871-a65e-dbaea8bd5f58].appear-active {
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-218c7041-60c7-4871-a65e-dbaea8bd5f58] {
          flex: none;
          width: 1000px;
          max-width: calc(100% - 100px);
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-218c7041-60c7-4871-a65e-dbaea8bd5f58] {
          flex: none;
          margin: 0px 50px 50px;
          width: 700px;
          max-width: calc(100% - 100px);
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-218c7041-60c7-4871-a65e-dbaea8bd5f58] {
          flex: none;
          margin: 0px 20px 50px;
          width: calc(100% - 40px);
          max-width: calc(100% - 40px);
        }
      }
      .sd[data-s-0240f38f-6b96-4dfb-a39d-907a3c2a0145] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 300px;
        justify-content: center;
        width: 48%;
        max-width: 48%;
      }
      .sd[data-s-0240f38f-6b96-4dfb-a39d-907a3c2a0145].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-0240f38f-6b96-4dfb-a39d-907a3c2a0145].appear-active {
        transition-duration: 1000ms;
      }
      .sd[data-s-0240f38f-6b96-4dfb-a39d-907a3c2a0145]:hover {
        opacity: 0.5;
        transition-duration: 400ms;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-0240f38f-6b96-4dfb-a39d-907a3c2a0145] {
          flex: none;
          height: 250px;
          width: 48%;
          max-width: 48%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-0240f38f-6b96-4dfb-a39d-907a3c2a0145] {
          flex: none;
          height: 180px;
          width: 48%;
          max-width: 48%;
        }
      }
      .sd[data-s-65447895-a8cb-417d-a084-81b9efab9843] {
        flex: none;
        height: auto;
        margin: 55px 0px 55px 0px;
        width: 112px;
        max-width: 100%;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-65447895-a8cb-417d-a084-81b9efab9843] {
          flex: none;
          margin: 30px 0px 30px 0px;
          width: 95px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-65447895-a8cb-417d-a084-81b9efab9843] {
          flex: none;
          width: 50px;
          max-width: 100%;
        }
      }
      .sd[data-s-bbe67d77-964d-40ea-bf64-5e03c2a4a3a3] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 16px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-bbe67d77-964d-40ea-bf64-5e03c2a4a3a3] {
          font-size: 14px;
        }
      }
      .sd[data-s-c74af693-4d41-46e7-a8eb-0b7a163784a7] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 300px;
        justify-content: center;
        width: 48%;
        max-width: 48%;
      }
      .sd[data-s-c74af693-4d41-46e7-a8eb-0b7a163784a7].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1400ms;
      }
      .sd[data-s-c74af693-4d41-46e7-a8eb-0b7a163784a7].appear-active {
        transition-duration: 1400ms;
      }
      .sd[data-s-c74af693-4d41-46e7-a8eb-0b7a163784a7]:hover {
        opacity: 0.5;
        transition-duration: 400ms;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-c74af693-4d41-46e7-a8eb-0b7a163784a7] {
          flex: none;
          height: 250px;
          width: 48%;
          max-width: 48%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-c74af693-4d41-46e7-a8eb-0b7a163784a7] {
          flex: none;
          height: 180px;
          width: 48%;
          max-width: 48%;
        }
      }
      .sd[data-s-eac7abd0-4cab-4bab-ab40-d880844cd80c] {
        flex: none;
        height: auto;
        margin: 0px 0px 10px 0px;
        width: 62px;
        max-width: 100%;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-eac7abd0-4cab-4bab-ab40-d880844cd80c] {
          flex: none;
          margin: 0px 0px 15px 0px;
          width: 50px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-eac7abd0-4cab-4bab-ab40-d880844cd80c] {
          flex: none;
          margin: 0px 0px 10px 0px;
          width: 30px;
          max-width: 100%;
        }
      }
      .sd[data-s-2572fbec-acf3-41d4-b7a1-bd161f711636] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 26px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 20px 0px;
        text-align: justify;
        width: auto;
        max-width: 100%;
        justify-content: space-between;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-2572fbec-acf3-41d4-b7a1-bd161f711636] {
          font-size: 20px;
          margin: 0px 0px 5px 0px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-2572fbec-acf3-41d4-b7a1-bd161f711636] {
          font-size: 14px;
        }
      }
      .sd[data-s-74d4272b-f5e4-4378-a8ed-6c4acfa9db99] {
        align-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0px;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-74d4272b-f5e4-4378-a8ed-6c4acfa9db99] {
          flex: none;
          flex-direction: column;
          flex-wrap: nowrap;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-2918731e-dde2-40e4-b6b3-88ce1cdcc6f7] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 16px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-2918731e-dde2-40e4-b6b3-88ce1cdcc6f7] {
          font-size: 14px;
        }
      }
      .sd[data-s-57cb2baa-2251-46c7-8fbd-2971bc945b29] {
        color: #333;
        font-family: var(--s-font-3db45531);
        font-size: 12px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-5688e486-13d4-4ef6-b8d2-4af321c67cd7] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        margin: 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        z-index: 0;
        max-width: 100%;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-5688e486-13d4-4ef6-b8d2-4af321c67cd7] {
          z-index: 0;
        }
      }
      .sd[data-s-73368a61-04c0-468e-968e-aa484fef956b] {
        align-content: center;
        align-items: center;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 45px 60px 45px;
        padding: 0px;
        width: calc(100% - 120px);
        max-width: calc(100% - 120px);
      }
      .sd[data-s-73368a61-04c0-468e-968e-aa484fef956b].appear {
        opacity: 0;
        transform: translate(0px, 80px);
        transition-duration: 1000ms;
      }
      .sd[data-s-73368a61-04c0-468e-968e-aa484fef956b].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-73368a61-04c0-468e-968e-aa484fef956b] {
          margin: 50px 60px 50px;
          width: calc(100% - 120px);
          max-width: calc(100% - 120px);
        }
      }
      .sd[data-s-ff46672c-4b66-4880-b415-897bde70deaa] {
        color: #eabd00;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-ff46672c-4b66-4880-b415-897bde70deaa] {
          font-size: 12px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-ff46672c-4b66-4880-b415-897bde70deaa] {
          font-size: 34px;
          line-height: 1.2;
          margin: 40px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-125a4ed8-7eb3-49f4-939d-ab293a985144] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 26px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-125a4ed8-7eb3-49f4-939d-ab293a985144] {
          font-size: 24px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-125a4ed8-7eb3-49f4-939d-ab293a985144] {
          font-size: 20px;
        }
      }
      .sd[data-s-c895ba0b-1623-4735-8847-a1ac2e64694d] {
        align-content: space-between;
        align-items: space-between;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: center;
        margin: 0px 50px 65px;
        width: 1200px;
        max-width: calc(100% - 100px);
      }
      .sd[data-s-c895ba0b-1623-4735-8847-a1ac2e64694d].appear {
        opacity: 0;
        transform: translate(0px, 80px);
        transition-duration: 1000ms;
      }
      .sd[data-s-c895ba0b-1623-4735-8847-a1ac2e64694d].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-c895ba0b-1623-4735-8847-a1ac2e64694d] {
          flex: none;
          width: 1000px;
          max-width: calc(100% - 100px);
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-c895ba0b-1623-4735-8847-a1ac2e64694d] {
          flex: none;
          width: 700px;
          max-width: calc(100% - 100px);
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-c895ba0b-1623-4735-8847-a1ac2e64694d] {
          flex: none;
          margin: 0px 30px 50px;
          width: calc(100% - 60px);
          max-width: calc(100% - 60px);
        }
      }
      .sd[data-s-69940533-7ea7-46cd-9864-6f821362bcf1] {
        color: #333;
        font-family: var(--s-font-3db45531);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        margin: 0px 0px 30px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-239d12ac-df01-45ad-9aac-c8beff978455] {
        background: rgba(0, 0, 0, 0);
        border-radius: 0;
        box-shadow: none;
        flex: none;
        height: 600px;
        margin: 0 0 0 0;
        opacity: 1;
        padding: 0 0 0 0;
        width: 100%;
        max-width: 100%;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-239d12ac-df01-45ad-9aac-c8beff978455] {
          flex: none;
          height: 500px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-239d12ac-df01-45ad-9aac-c8beff978455] {
          flex: none;
          height: 400px;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-5307099d-ec98-4ab8-b8c0-f9aafcad1916] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        width: 100%;
        z-index: 0;
        max-width: 100%;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-5307099d-ec98-4ab8-b8c0-f9aafcad1916] {
          flex: none;
          height: auto;
        }
      }
      .sd[data-s-4630cd05-5e6f-44f5-8931-bab0677c47f7] {
        align-content: center;
        align-items: center;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-c6004ef2-49ad-4d05-8563-5f69f897e2cf] {
        align-content: center;
        align-items: center;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0px 50px 0px;
        padding: 0px;
        width: 1400px;
        max-width: calc(100% - 100px);
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-c6004ef2-49ad-4d05-8563-5f69f897e2cf] {
          flex: none;
          height: auto;
          margin: 0px 60px 0px;
          max-width: calc(100% - 120px);
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-c6004ef2-49ad-4d05-8563-5f69f897e2cf] {
          flex: none;
          margin: 0px 30px 60px;
          width: calc(100% - 60px);
          max-width: calc(100% - 60px);
        }
      }
      .sd[data-s-7fc24f55-88dd-4d8e-ad9a-f7e9ea348d77] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: center;
        margin: 0px 0px 20px 0px;
        width: auto;
        max-width: 100%;
      }
      .sd[data-s-7fc24f55-88dd-4d8e-ad9a-f7e9ea348d77]:hover {
        opacity: 0.5;
      }
      .sd[data-s-dd511d0f-407e-4011-9c94-8a1460a041d1] {
        flex: none;
        height: 102px;
        width: 280px;
        max-width: 100%;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-dd511d0f-407e-4011-9c94-8a1460a041d1] {
          flex: none;
          height: 91px;
          width: 250px;
          max-width: 100%;
        }
      }
      .sd[data-s-fa47eca3-cb98-4504-99b2-d923a1a0bf33] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 16px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-fa47eca3-cb98-4504-99b2-d923a1a0bf33] {
          font-size: 14px;
        }
      }
      .sd[data-s-b28139e9-091b-4f60-b67d-d6c3dd76bbb6] {
        color: #000000;
        font-family: var(--s-font-ca8b9569);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        margin: 100px 0px 55px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-b28139e9-091b-4f60-b67d-d6c3dd76bbb6] {
          margin: 80px 0px 30px 0px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-b28139e9-091b-4f60-b67d-d6c3dd76bbb6] {
          font-size: 12px;
          margin: 70px 0px 30px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-cc4cb8d7-9060-4510-afd3-4a40f437501b] {
        align-content: center;
        align-items: center;
        background: #eeeeee;
        display: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 50px;
        justify-content: center;
        width: 50px;
        max-width: 100%;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-cc4cb8d7-9060-4510-afd3-4a40f437501b] {
          display: none;
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-cc4cb8d7-9060-4510-afd3-4a40f437501b] {
          display: none;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-cc4cb8d7-9060-4510-afd3-4a40f437501b] {
          align-content: center;
          align-items: center;
          background: #eabd00;
          bottom: 0px;
          display: flex;
          flex: none;
          flex-direction: column;
          flex-wrap: nowrap;
          height: 60px;
          justify-content: center;
          left: 0px;
          margin: 0 0 0 0;
          position: fixed;
          right: 0px;
          top: auto;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-cc4cb8d7-9060-4510-afd3-4a40f437501b] {
          display: flex;
        }
      }
      .sd[data-s-2ddc75b6-1a97-4370-b6c2-34419993d5d3] {
        align-content: center;
        align-items: center;
        background: #eeeeee;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 50px;
        justify-content: center;
        width: 50px;
        max-width: 100%;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-2ddc75b6-1a97-4370-b6c2-34419993d5d3] {
          align-content: center;
          align-items: center;
          background: rgba(0, 0, 0, 0);
          flex: none;
          flex-direction: row;
          flex-wrap: nowrap;
          height: auto;
          justify-content: center;
          width: auto;
          max-width: 100%;
        }
      }
      .sd[data-s-f74ac275-8ba0-438b-a9b8-7a23808b0e06] {
        height: auto;
        width: 160px;
        max-width: 100%;
      }
      .sd[data-s-f74ac275-8ba0-438b-a9b8-7a23808b0e06]:before {
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-f74ac275-8ba0-438b-a9b8-7a23808b0e06]:before {
          background-repeat: no-repeat;
        }
        .sd[data-s-f74ac275-8ba0-438b-a9b8-7a23808b0e06] {
          flex: none;
          margin: 0px 5px 0px 0px;
          width: 25px;
          max-width: calc(100% - 5px);
        }
      }
      .sd[data-s-3766baa6-7a1a-4119-87c3-94df1996b942] {
        color: #333;
        font-family: var(--s-font-50909b9c);
        font-size: 20px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-3766baa6-7a1a-4119-87c3-94df1996b942] {
          color: #ffffff;
          font-family: var(--s-font-60ae4775);
          font-size: 21px;
          margin: 0px 5px 0px 0px;
          max-width: calc(100% - 5px);
        }
      }
      .sd[data-s-e81595f8-7749-41ba-81b1-405977ba2ffa] {
        color: #333;
        font-family: var(--s-font-50909b9c);
        font-size: 20px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-e81595f8-7749-41ba-81b1-405977ba2ffa] {
          color: #ffffff;
          font-family: var(--s-font-ca8b9569);
          font-size: 10px;
        }
      }
      .sd[data-s-72b42d9d-03ec-4dd8-b6f1-4370ea38158c] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 185px;
        justify-content: center;
        padding: 0px 0px 0px 0px;
        transform: translate(0px, 0px);
        width: 100%;
        z-index: 0;
        max-width: 100%;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-72b42d9d-03ec-4dd8-b6f1-4370ea38158c] {
          flex: none;
          height: 115px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-72b42d9d-03ec-4dd8-b6f1-4370ea38158c] {
          padding: 0px 0px 45px 0px;
        }
      }
      .sd[data-s-36d8ba0f-e50e-48b0-bc19-19649c381139] {
        align-content: center;
        align-items: center;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0px 60px 0px;
        padding: 0px;
        width: calc(100% - 120px);
        max-width: calc(100% - 120px);
      }
      .sd[data-s-36d8ba0f-e50e-48b0-bc19-19649c381139].appear {
        opacity: 0;
        transform: translate(0px, 80px);
        transition-duration: 1000ms;
      }
      .sd[data-s-36d8ba0f-e50e-48b0-bc19-19649c381139].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-36d8ba0f-e50e-48b0-bc19-19649c381139] {
          margin: 0px 30px 0px;
          width: calc(100% - 60px);
          max-width: calc(100% - 60px);
        }
      }
      .sd[data-s-e465765b-c7df-4add-8437-46313199e78a] {
        color: #eabd00;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-e465765b-c7df-4add-8437-46313199e78a] {
          font-size: 12px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-e465765b-c7df-4add-8437-46313199e78a] {
          font-size: 34px;
          line-height: 1.2;
          margin: 40px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-f22c544a-4e24-410e-8b04-a487ae80e1a5] {
        color: #333;
        flex: none;
        font-family: var(--s-font-60ae4775);
        font-size: 26px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.7;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-f22c544a-4e24-410e-8b04-a487ae80e1a5] {
          font-size: 20px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-f22c544a-4e24-410e-8b04-a487ae80e1a5] {
          margin: 30px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-99aeb235-ca21-4bce-98c5-c44d14f74fd4] {
        align-content: center;
        align-items: center;
        background: #eeeeee;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-ed5fd6cc-5701-4b96-9537-aa0e8217452b] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 25px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        margin: 50px 0px 50px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-ed5fd6cc-5701-4b96-9537-aa0e8217452b].appear {
        opacity: 0;
        transform: translate(0px, 80px);
        transition-duration: 1000ms;
      }
      .sd[data-s-ed5fd6cc-5701-4b96-9537-aa0e8217452b].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-ed5fd6cc-5701-4b96-9537-aa0e8217452b] {
          font-size: 20px;
          margin: 35px 0px 35px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-9332fa28-7c91-4fc2-a381-77fd7e029665] {
        align-content: flex-start;
        align-items: flex-start;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
        justify-content: space-between;
        margin: 0px 50px 50px;
        width: 1400px;
        max-width: calc(100% - 100px);
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-9332fa28-7c91-4fc2-a381-77fd7e029665] {
          flex: none;
          margin: 0px 30px 50px;
          width: calc(100% - 60px);
          max-width: calc(100% - 60px);
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-9332fa28-7c91-4fc2-a381-77fd7e029665] {
          flex: none;
          margin: 0px 30px 50px;
          width: 100%;
        }
      }
      .sd[data-s-cdc49cf7-7793-4023-b6b5-bcbec8e4af11] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        margin: 0px 0px 30px 0px;
        width: 30%;
        max-width: 30%;
      }
      .sd[data-s-cdc49cf7-7793-4023-b6b5-bcbec8e4af11].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 800ms;
      }
      .sd[data-s-cdc49cf7-7793-4023-b6b5-bcbec8e4af11].appear-active {
        transition-duration: 800ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-cdc49cf7-7793-4023-b6b5-bcbec8e4af11] {
          flex: none;
          width: 48%;
          max-width: 48%;
        }
      }
      .sd[data-s-21ed4e9b-2dd3-461c-8413-f1f150411285] {
        flex: none;
        height: 291px;
        margin: 0px 0px 15px 0px;
        width: 100%;
        max-width: 100%;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-21ed4e9b-2dd3-461c-8413-f1f150411285] {
          flex: none;
          height: 200px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-21ed4e9b-2dd3-461c-8413-f1f150411285] {
          flex: none;
          height: 160px;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-e647fd18-4ade-4394-955d-f265efe97152] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 22px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 15px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-e647fd18-4ade-4394-955d-f265efe97152] {
          font-size: 18px;
          margin: 0px 0px 0px 0px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-e647fd18-4ade-4394-955d-f265efe97152] {
          font-size: 14px;
          margin: 0px 0px 0px 0px;
        }
      }
      .sd[data-s-0f4b28f1-cabb-4d3f-91db-b2ea18c237c1] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        margin: 0px 0px 30px 0px;
        width: 30%;
        max-width: 30%;
      }
      .sd[data-s-0f4b28f1-cabb-4d3f-91db-b2ea18c237c1].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1200ms;
      }
      .sd[data-s-0f4b28f1-cabb-4d3f-91db-b2ea18c237c1].appear-active {
        transition-duration: 1200ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-0f4b28f1-cabb-4d3f-91db-b2ea18c237c1] {
          flex: none;
          width: 48%;
          max-width: 48%;
        }
      }
      .sd[data-s-6418de53-4e11-405e-979f-ecf0f9c24831] {
        flex: none;
        height: 291px;
        margin: 0px 0px 15px 0px;
        width: 100%;
        max-width: 100%;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-6418de53-4e11-405e-979f-ecf0f9c24831] {
          flex: none;
          height: 200px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-6418de53-4e11-405e-979f-ecf0f9c24831] {
          flex: none;
          height: 160px;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-0b9f6f21-cabf-48c8-b126-96f3f81bc8f5] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 22px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 15px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-0b9f6f21-cabf-48c8-b126-96f3f81bc8f5] {
          font-size: 18px;
          margin: 0px 0px 0px 0px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-0b9f6f21-cabf-48c8-b126-96f3f81bc8f5] {
          font-size: 14px;
          margin: 0px 0px 0px 0px;
        }
      }
      .sd[data-s-cd5cae2b-fc37-45e1-8c84-06820101b091] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        margin: 0px 0px 30px 0px;
        width: 30%;
        max-width: 30%;
      }
      .sd[data-s-cd5cae2b-fc37-45e1-8c84-06820101b091].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1600ms;
      }
      .sd[data-s-cd5cae2b-fc37-45e1-8c84-06820101b091].appear-active {
        transition-duration: 1600ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-cd5cae2b-fc37-45e1-8c84-06820101b091].appear {
          transition-duration: 800ms;
        }
        .sd[data-s-cd5cae2b-fc37-45e1-8c84-06820101b091].appear-active {
          transition-duration: 800ms;
        }
        .sd[data-s-cd5cae2b-fc37-45e1-8c84-06820101b091] {
          flex: none;
          width: 48%;
          max-width: 48%;
        }
      }
      .sd[data-s-ff3b519e-5d60-4ebf-8b2f-1707d35e723d] {
        flex: none;
        height: 291px;
        margin: 0px 0px 15px 0px;
        width: 100%;
        max-width: 100%;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-ff3b519e-5d60-4ebf-8b2f-1707d35e723d] {
          flex: none;
          height: 200px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-ff3b519e-5d60-4ebf-8b2f-1707d35e723d] {
          flex: none;
          height: 160px;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-d5e1c4c3-3255-4eb3-be7b-3221a5d9a520] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 22px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 15px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-d5e1c4c3-3255-4eb3-be7b-3221a5d9a520] {
          font-size: 18px;
          margin: 0px 0px 0px 0px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-d5e1c4c3-3255-4eb3-be7b-3221a5d9a520] {
          font-size: 14px;
          margin: 0px 0px 0px 0px;
        }
      }
      .sd[data-s-e07e7e25-c43d-4b18-b330-e89ec59061eb] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        margin: 0px 0px 30px 0px;
        width: 30%;
        max-width: 30%;
      }
      .sd[data-s-e07e7e25-c43d-4b18-b330-e89ec59061eb].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 800ms;
      }
      .sd[data-s-e07e7e25-c43d-4b18-b330-e89ec59061eb].appear-active {
        transition-duration: 800ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-e07e7e25-c43d-4b18-b330-e89ec59061eb].appear {
          transition-duration: 1200ms;
        }
        .sd[data-s-e07e7e25-c43d-4b18-b330-e89ec59061eb].appear-active {
          transition-duration: 1200ms;
        }
        .sd[data-s-e07e7e25-c43d-4b18-b330-e89ec59061eb] {
          flex: none;
          width: 48%;
          max-width: 48%;
        }
      }
      .sd[data-s-53036a54-1fa9-45be-a5d6-ce99b8c8f9bb] {
        flex: none;
        height: 291px;
        margin: 0px 0px 15px 0px;
        width: 100%;
        max-width: 100%;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-53036a54-1fa9-45be-a5d6-ce99b8c8f9bb] {
          flex: none;
          height: 200px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-53036a54-1fa9-45be-a5d6-ce99b8c8f9bb] {
          flex: none;
          height: 160px;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-e50b32df-c1ee-4302-a592-6e1e0e70dc04] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 22px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 15px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-e50b32df-c1ee-4302-a592-6e1e0e70dc04] {
          font-size: 18px;
          margin: 0px 0px 0px 0px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-e50b32df-c1ee-4302-a592-6e1e0e70dc04] {
          font-size: 14px;
          margin: 0px 0px 0px 0px;
        }
      }
      .sd[data-s-53beeea5-24b4-41d2-881f-7560e9c4f4ac] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        margin: 0px 0px 30px 0px;
        width: 30%;
        max-width: 30%;
      }
      .sd[data-s-53beeea5-24b4-41d2-881f-7560e9c4f4ac].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1200ms;
      }
      .sd[data-s-53beeea5-24b4-41d2-881f-7560e9c4f4ac].appear-active {
        transition-duration: 1200ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-53beeea5-24b4-41d2-881f-7560e9c4f4ac].appear {
          transition-duration: 800ms;
        }
        .sd[data-s-53beeea5-24b4-41d2-881f-7560e9c4f4ac].appear-active {
          transition-duration: 800ms;
        }
        .sd[data-s-53beeea5-24b4-41d2-881f-7560e9c4f4ac] {
          flex: none;
          width: 48%;
          max-width: 48%;
        }
      }
      .sd[data-s-5cb7cfd7-704b-420b-92f2-64ba06a0c7c6] {
        flex: none;
        height: 291px;
        margin: 0px 0px 15px 0px;
        width: 100%;
        max-width: 100%;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-5cb7cfd7-704b-420b-92f2-64ba06a0c7c6] {
          flex: none;
          height: 200px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-5cb7cfd7-704b-420b-92f2-64ba06a0c7c6] {
          flex: none;
          height: 160px;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-d9b1eb4a-620f-4a6a-8198-224cfc12e8af] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 22px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 15px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-d9b1eb4a-620f-4a6a-8198-224cfc12e8af] {
          font-size: 18px;
          margin: 0px 0px 0px 0px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-d9b1eb4a-620f-4a6a-8198-224cfc12e8af] {
          font-size: 14px;
          margin: 0px 0px 0px 0px;
        }
      }
      .sd[data-s-a7533967-6c24-457c-943d-55772e428945] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        margin: 0px 0px 30px 0px;
        width: 30%;
        max-width: 30%;
      }
      .sd[data-s-a7533967-6c24-457c-943d-55772e428945].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1600ms;
      }
      .sd[data-s-a7533967-6c24-457c-943d-55772e428945].appear-active {
        transition-duration: 1600ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-a7533967-6c24-457c-943d-55772e428945].appear {
          transition-duration: 1200ms;
        }
        .sd[data-s-a7533967-6c24-457c-943d-55772e428945].appear-active {
          transition-duration: 1200ms;
        }
        .sd[data-s-a7533967-6c24-457c-943d-55772e428945] {
          flex: none;
          width: 48%;
          max-width: 48%;
        }
      }
      .sd[data-s-7f6eb9eb-6478-4134-8318-bd6865427da3] {
        flex: none;
        height: 291px;
        margin: 0px 0px 15px 0px;
        width: 100%;
        max-width: 100%;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-7f6eb9eb-6478-4134-8318-bd6865427da3] {
          flex: none;
          height: 200px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-7f6eb9eb-6478-4134-8318-bd6865427da3] {
          flex: none;
          height: 160px;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-5fa832cf-b7b0-4eee-b180-b8d263fab94d] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 22px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 15px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-5fa832cf-b7b0-4eee-b180-b8d263fab94d] {
          font-size: 18px;
          margin: 0px 0px 0px 0px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-5fa832cf-b7b0-4eee-b180-b8d263fab94d] {
          font-size: 14px;
          margin: 0px 0px 0px 0px;
        }
      }
      .sd[data-s-a43b1fee-7d98-4fb7-8af6-14dc29591da9] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        width: 30%;
        max-width: 30%;
      }
      .sd[data-s-a43b1fee-7d98-4fb7-8af6-14dc29591da9].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 800ms;
      }
      .sd[data-s-a43b1fee-7d98-4fb7-8af6-14dc29591da9].appear-active {
        transition-duration: 800ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-a43b1fee-7d98-4fb7-8af6-14dc29591da9].appear {
          transition-duration: 800ms;
        }
        .sd[data-s-a43b1fee-7d98-4fb7-8af6-14dc29591da9].appear-active {
          transition-duration: 800ms;
        }
        .sd[data-s-a43b1fee-7d98-4fb7-8af6-14dc29591da9] {
          flex: none;
          width: 48%;
          max-width: 48%;
        }
      }
      .sd[data-s-b6b8e8e7-846c-4ba7-bd45-6c76e4f1cd45] {
        flex: none;
        height: 291px;
        margin: 0px 0px 15px 0px;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-b6b8e8e7-846c-4ba7-bd45-6c76e4f1cd45]:before {
        background-size: cover;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-b6b8e8e7-846c-4ba7-bd45-6c76e4f1cd45] {
          flex: none;
          height: 200px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-b6b8e8e7-846c-4ba7-bd45-6c76e4f1cd45] {
          flex: none;
          height: 160px;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-1701c91a-d0ec-4e75-bf06-1f2b8dcfa4b4] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 22px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 15px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-1701c91a-d0ec-4e75-bf06-1f2b8dcfa4b4] {
          font-size: 18px;
          margin: 0px 0px 0px 0px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-1701c91a-d0ec-4e75-bf06-1f2b8dcfa4b4] {
          font-size: 14px;
          margin: 0px 0px 0px 0px;
        }
      }
      .sd[data-s-c8ceed4e-2eb1-4878-ae7b-709e26f516d5] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        width: 30%;
        max-width: 30%;
      }
      .sd[data-s-c8ceed4e-2eb1-4878-ae7b-709e26f516d5].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1200ms;
      }
      .sd[data-s-c8ceed4e-2eb1-4878-ae7b-709e26f516d5].appear-active {
        transition-duration: 1200ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-c8ceed4e-2eb1-4878-ae7b-709e26f516d5].appear {
          transition-duration: 1200ms;
        }
        .sd[data-s-c8ceed4e-2eb1-4878-ae7b-709e26f516d5].appear-active {
          transition-duration: 1200ms;
        }
        .sd[data-s-c8ceed4e-2eb1-4878-ae7b-709e26f516d5] {
          flex: none;
          width: 48%;
          max-width: 48%;
        }
      }
      .sd[data-s-5913cf55-3bcf-4b6d-9f17-7d8a6e9995c9] {
        flex: none;
        height: 291px;
        margin: 0px 0px 15px 0px;
        width: 100%;
        max-width: 100%;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-5913cf55-3bcf-4b6d-9f17-7d8a6e9995c9] {
          flex: none;
          height: 200px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-5913cf55-3bcf-4b6d-9f17-7d8a6e9995c9] {
          flex: none;
          height: 160px;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-cd797a04-1e09-4d78-8ad3-7c429e61e3dc] {
        color: #333;
        flex: none;
        font-family: var(--s-font-60ae4775);
        font-size: 17px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 5px 0px;
        text-align: left;
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-cd797a04-1e09-4d78-8ad3-7c429e61e3dc] {
          flex: none;
          font-size: 18px;
          height: auto;
          margin: 0px 0px 0px 0px;
          text-align: left;
          width: 100%;
          max-width: 100%;
          justify-content: flex-start;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-cd797a04-1e09-4d78-8ad3-7c429e61e3dc] {
          font-size: 13px;
          margin: 0px 0px 0px 0px;
          text-align: left;
          justify-content: flex-start;
        }
      }
      .sd[data-s-7363477f-21a3-408e-84bd-6ff7c289af13] {
        color: #333;
        flex: none;
        font-family: var(--s-font-60ae4775);
        font-size: 17px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: left;
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-7363477f-21a3-408e-84bd-6ff7c289af13] {
          flex: none;
          font-size: 18px;
          height: auto;
          text-align: left;
          justify-content: flex-start;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-7363477f-21a3-408e-84bd-6ff7c289af13] {
          font-size: 13px;
          margin: 0px 0px 0px 0px;
          text-align: left;
          justify-content: flex-start;
        }
      }
      .sd[data-s-3b0d488c-7098-40db-8ce7-519cf3a5e21a] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        display: flex;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        opacity: 0;
        width: 30%;
        max-width: 30%;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-3b0d488c-7098-40db-8ce7-519cf3a5e21a] {
          display: flex;
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-3b0d488c-7098-40db-8ce7-519cf3a5e21a] {
          display: flex;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-3b0d488c-7098-40db-8ce7-519cf3a5e21a] {
          display: none;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-3b0d488c-7098-40db-8ce7-519cf3a5e21a] {
          display: none;
        }
      }
      .sd[data-s-ae8d336d-e015-493a-86dd-fb19962530ec] {
        flex: none;
        height: 291px;
        margin: 0px 0px 15px 0px;
        width: 100%;
        max-width: 100%;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-ae8d336d-e015-493a-86dd-fb19962530ec] {
          flex: none;
          height: 200px;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-093875f6-d278-421d-8178-e0c1ab745f5d] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 26px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 15px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-093875f6-d278-421d-8178-e0c1ab745f5d] {
          font-size: 18px;
          margin: 0px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-941901cf-bec3-4b23-9aee-2f394c4580be] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 185px;
        justify-content: center;
        padding: 0px 0px 0px 0px;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-941901cf-bec3-4b23-9aee-2f394c4580be].appear {
        opacity: 0;
        transform: translate(0px, 80px);
        transition-duration: 1000ms;
      }
      .sd[data-s-941901cf-bec3-4b23-9aee-2f394c4580be].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-941901cf-bec3-4b23-9aee-2f394c4580be] {
          flex: none;
          height: 115px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-941901cf-bec3-4b23-9aee-2f394c4580be] {
          flex: none;
          height: 140px;
          padding: 0px 0px 45px 0px;
          width: 100%;
          max-width: 100%;
        }
      }
      .sd[data-s-3a8486ba-8608-4bb5-9942-94d33a745314] {
        align-content: center;
        align-items: center;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0px 60px 0px;
        padding: 0px;
        width: calc(100% - 120px);
        max-width: calc(100% - 120px);
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-3a8486ba-8608-4bb5-9942-94d33a745314] {
          margin: 0px 30px 0px;
          width: calc(100% - 60px);
          max-width: calc(100% - 60px);
        }
      }
      .sd[data-s-59003b48-6496-4d1d-b658-f76bfa66e78e] {
        color: #eabd00;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-59003b48-6496-4d1d-b658-f76bfa66e78e] {
          font-size: 12px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-59003b48-6496-4d1d-b658-f76bfa66e78e] {
          font-size: 34px;
          line-height: 1.2;
          margin: 40px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-c6412dd0-a68a-4b79-9865-4400709b9f31] {
        color: #333;
        flex: none;
        font-family: var(--s-font-60ae4775);
        font-size: 26px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.7;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-c6412dd0-a68a-4b79-9865-4400709b9f31] {
          font-size: 20px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-c6412dd0-a68a-4b79-9865-4400709b9f31] {
          margin: 30px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-4aa2c79b-bd07-4604-bef5-fd60062dc918] {
        align-content: center;
        align-items: center;
        background: #eabd00;
        border-radius: 50px;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 100px;
        justify-content: center;
        margin: 0px 0px 70px 0px;
        width: 450px;
        max-width: 100%;
      }
      .sd[data-s-4aa2c79b-bd07-4604-bef5-fd60062dc918].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 800ms;
      }
      .sd[data-s-4aa2c79b-bd07-4604-bef5-fd60062dc918].appear-active {
        transition-duration: 800ms;
      }
      .sd[data-s-4aa2c79b-bd07-4604-bef5-fd60062dc918]:hover {
        background: #ffffff;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-4aa2c79b-bd07-4604-bef5-fd60062dc918] {
          flex: none;
          height: 70px;
          margin: 0px 0px 30px 0px;
          width: 60%;
          max-width: 60%;
        }
      }
      .sd[data-s-d895c9a0-1db9-4809-9146-3193231bbe53] {
        color: #ffffff;
        font-family: var(--s-font-60ae4775);
        font-size: 18px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-4aa2c79b-bd07-4604-bef5-fd60062dc918]:hover
        .sd[data-s-d895c9a0-1db9-4809-9146-3193231bbe53] {
        color: #eabd00;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-d895c9a0-1db9-4809-9146-3193231bbe53] {
          font-size: 15px;
        }
      }
      .sd[data-s-247d36e9-12bd-4793-a1e5-230c384b81cb] {
        align-content: center;
        align-items: center;
        background: #b3b3b3;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 833px;
        justify-content: flex-start;
        margin: 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        z-index: 0;
        max-width: 100%;
      }
      .sd[data-s-88aebef3-f319-42a5-b2f3-d6643595df62] {
        align-content: center;
        align-items: center;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 45px 60px 45px;
        padding: 0px;
        width: calc(100% - 120px);
        max-width: calc(100% - 120px);
      }
      .sd[data-s-88aebef3-f319-42a5-b2f3-d6643595df62].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-88aebef3-f319-42a5-b2f3-d6643595df62].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-88aebef3-f319-42a5-b2f3-d6643595df62] {
          margin: 30px;
          width: calc(100% - 60px);
          max-width: calc(100% - 60px);
        }
      }
      .sd[data-s-1e2f8faa-b0c5-4119-af77-b14759f56c56] {
        color: #ffffff;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-1e2f8faa-b0c5-4119-af77-b14759f56c56] {
          font-size: 12px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-1e2f8faa-b0c5-4119-af77-b14759f56c56] {
          font-size: 34px;
          line-height: 1.2;
          margin: 40px 0px 0px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-3395b012-fd1b-49cf-93d7-d4a614926e3b] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 26px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-3395b012-fd1b-49cf-93d7-d4a614926e3b] {
          font-size: 20px;
        }
      }
      .sd[data-s-83ec08ae-9ca7-4c2c-85b2-dcdf11aa7e28] {
        align-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        margin: 0px 50px 0px;
        width: 1200px;
        max-width: calc(100% - 100px);
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-83ec08ae-9ca7-4c2c-85b2-dcdf11aa7e28] {
          flex: none;
          margin: 0px 20px 0px;
          width: calc(100% - 40px);
          max-width: calc(100% - 40px);
        }
      }
      .sd[data-s-1215a1f4-7830-405b-a831-dd1bbecd96a5] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        border-radius: 50px;
        flex: none;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 100px;
        justify-content: center;
        margin: 0px 0px 25px 0px;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-1215a1f4-7830-405b-a831-dd1bbecd96a5].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-1215a1f4-7830-405b-a831-dd1bbecd96a5].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-1215a1f4-7830-405b-a831-dd1bbecd96a5] {
          bottom: 0;
          flex: none;
          height: 70px;
          left: 0;
          margin: 0px 0px 15px 0px;
          right: 0;
          top: 0;
          width: 90%;
          max-width: 90%;
        }
      }
      .sd[data-s-23bedeaf-eb4f-4348-9137-489007a73609] {
        align-content: center;
        align-items: center;
        background: #eabd00;
        border-radius: 50%;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 40px;
        justify-content: center;
        margin: 0px 10px 0px 0px;
        width: 40px;
        max-width: calc(100% - 10px);
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-23bedeaf-eb4f-4348-9137-489007a73609] {
          flex: none;
          height: 30px;
          width: 30px;
          max-width: calc(100% - 10px);
        }
      }
      .sd[data-s-1771e9d6-17dc-4e78-b0d0-d5be9081d746] {
        color: #ffffff;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-19d33fea-e11a-44a3-9db5-096dd66f6089] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 20px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-19d33fea-e11a-44a3-9db5-096dd66f6089] {
          font-size: 16px;
        }
      }
      .sd[data-s-efff753f-6a5d-4400-aa59-157fbd77e646] {
        flex: none;
        height: auto;
        margin: 0px 0px 25px 0px;
        width: 45px;
        max-width: 100%;
      }
      .sd[data-s-efff753f-6a5d-4400-aa59-157fbd77e646].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-efff753f-6a5d-4400-aa59-157fbd77e646].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-efff753f-6a5d-4400-aa59-157fbd77e646] {
          margin: 0px 0px 15px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-89d7eb34-d27b-44c2-9588-a62e47f4af44] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        border-radius: 50px;
        flex: none;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 100px;
        justify-content: center;
        margin: 0px 0px 25px 0px;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-89d7eb34-d27b-44c2-9588-a62e47f4af44].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-89d7eb34-d27b-44c2-9588-a62e47f4af44].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-89d7eb34-d27b-44c2-9588-a62e47f4af44] {
          bottom: 0;
          flex: none;
          height: 70px;
          left: 0;
          margin: 0px 0px 15px 0px;
          right: 0;
          top: 0;
          width: 90%;
          max-width: 90%;
        }
      }
      .sd[data-s-3b948e51-e6b2-4e04-8426-ba11042fbd82] {
        align-content: center;
        align-items: center;
        background: #eabd00;
        border-radius: 50%;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 40px;
        justify-content: center;
        margin: 0px 10px 0px 0px;
        width: 40px;
        max-width: calc(100% - 10px);
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-3b948e51-e6b2-4e04-8426-ba11042fbd82] {
          flex: none;
          height: 30px;
          width: 30px;
          max-width: calc(100% - 10px);
        }
      }
      .sd[data-s-86584e45-cc20-48e9-ab96-4787caec0869] {
        color: #ffffff;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-4a6a9a8a-30a7-48a0-817f-9252b9ce9379] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 20px;
        font-weight: 400;
        height: auto;
        letter-spacing: normal;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-4a6a9a8a-30a7-48a0-817f-9252b9ce9379] {
          font-size: 16px;
        }
      }
      .sd[data-s-fdfc6fee-b570-47d2-9241-3eb250a8c064] {
        flex: none;
        height: auto;
        margin: 0px 0px 25px 0px;
        width: 45px;
        max-width: 100%;
      }
      .sd[data-s-fdfc6fee-b570-47d2-9241-3eb250a8c064].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-fdfc6fee-b570-47d2-9241-3eb250a8c064].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-fdfc6fee-b570-47d2-9241-3eb250a8c064] {
          margin: 0px 0px 15px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-84933ace-ebf7-4702-9261-6c5649a30bbd] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        border-radius: 50px;
        flex: none;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 100px;
        justify-content: center;
        margin: 0px 0px 25px 0px;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-84933ace-ebf7-4702-9261-6c5649a30bbd].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-84933ace-ebf7-4702-9261-6c5649a30bbd].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-84933ace-ebf7-4702-9261-6c5649a30bbd] {
          bottom: 0;
          flex: none;
          height: 70px;
          left: 0;
          margin: 0px 0px 15px 0px;
          right: 0;
          top: 0;
          width: 90%;
          max-width: 90%;
        }
      }
      .sd[data-s-ef45dba5-daa6-4622-8282-6e0e7b31b329] {
        align-content: center;
        align-items: center;
        background: #eabd00;
        border-radius: 50%;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 40px;
        justify-content: center;
        margin: 0px 10px 0px 0px;
        width: 40px;
        max-width: calc(100% - 10px);
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-ef45dba5-daa6-4622-8282-6e0e7b31b329] {
          flex: none;
          height: 30px;
          width: 30px;
          max-width: calc(100% - 10px);
        }
      }
      .sd[data-s-11885189-d890-49cf-9790-5d2c8ec16e71] {
        color: #ffffff;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-2e52ba2c-ac8e-4bc5-bcaf-2ef1376cef26] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 20px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-2e52ba2c-ac8e-4bc5-bcaf-2ef1376cef26] {
          font-size: 16px;
        }
      }
      .sd[data-s-79f78e71-de0a-4d85-ad9a-e7f8f2904d7c] {
        flex: none;
        height: auto;
        margin: 0px 0px 25px 0px;
        width: 45px;
        max-width: 100%;
      }
      .sd[data-s-79f78e71-de0a-4d85-ad9a-e7f8f2904d7c].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-79f78e71-de0a-4d85-ad9a-e7f8f2904d7c].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-79f78e71-de0a-4d85-ad9a-e7f8f2904d7c] {
          margin: 0px 0px 15px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-51934e33-3eb5-4293-90b1-cc4ef9bdafc4] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        border-radius: 50px;
        flex: none;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 100px;
        justify-content: center;
        margin: 0px 0px 70px 0px;
        width: 100%;
        max-width: 100%;
      }
      .sd[data-s-51934e33-3eb5-4293-90b1-cc4ef9bdafc4].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-51934e33-3eb5-4293-90b1-cc4ef9bdafc4].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-51934e33-3eb5-4293-90b1-cc4ef9bdafc4] {
          bottom: 0;
          flex: none;
          height: 70px;
          left: 0;
          margin: 0px 0px 45px 0px;
          right: 0;
          top: 0;
          width: 90%;
          max-width: 90%;
        }
      }
      .sd[data-s-5aea19c4-391e-428e-a64d-eb8ba4ebefd7] {
        align-content: center;
        align-items: center;
        background: #eabd00;
        border-radius: 50%;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 40px;
        justify-content: center;
        margin: 0px 10px 0px 0px;
        width: 40px;
        max-width: calc(100% - 10px);
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-5aea19c4-391e-428e-a64d-eb8ba4ebefd7] {
          flex: none;
          height: 30px;
          width: 30px;
          max-width: calc(100% - 10px);
        }
      }
      .sd[data-s-5cf12879-0511-4e96-854f-2a23bb7cfac2] {
        color: #ffffff;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-863ca201-c328-4d3b-983a-915ed13b9a1f] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 20px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-863ca201-c328-4d3b-983a-915ed13b9a1f] {
          font-size: 16px;
        }
      }
      .sd[data-s-ddb52cb3-a22f-4ff9-8818-835ed5378efe] {
        align-content: center;
        align-items: center;
        background: #b3b3b3;
        border-bottom: 0px solid #ffffff;
        border-left: 0px solid #ffffff;
        border-right: 0px solid #ffffff;
        border-top: 0px solid #ffffff;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        justify-content: flex-start;
        margin: 0px 0px 70px 0px;
        padding: 70px 0px 0px 0px;
        width: 100%;
        max-width: 100%;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-ddb52cb3-a22f-4ff9-8818-835ed5378efe] {
          flex: none;
          height: auto;
          width: 100%;
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-ddb52cb3-a22f-4ff9-8818-835ed5378efe] {
          height: calc(100% - 70px);
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-ddb52cb3-a22f-4ff9-8818-835ed5378efe] {
          height: auto;
          margin: 0px 0px 70px 0px;
          padding: 70px 0px 0px 0px;
          width: 100%;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-ddb52cb3-a22f-4ff9-8818-835ed5378efe] {
          flex: none;
          height: auto;
          margin: 0px 0px 70px 0px;
          padding: 0px 0px 0px 0px;
          width: 100%;
        }
      }
      .sd[data-s-b53e0196-c179-4de6-ba6c-74f93b6e5a93] {
        align-content: center;
        align-items: center;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 0px 60px 10px;
        padding: 0px;
        width: calc(100% - 120px);
        max-width: calc(100% - 120px);
      }
      .sd[data-s-b53e0196-c179-4de6-ba6c-74f93b6e5a93].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-b53e0196-c179-4de6-ba6c-74f93b6e5a93].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-b53e0196-c179-4de6-ba6c-74f93b6e5a93] {
          margin: 0px 30px 10px 30px;
          width: calc(100% - 60px);
          max-width: calc(100% - 60px);
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-b53e0196-c179-4de6-ba6c-74f93b6e5a93] {
          height: auto;
          margin: 0px 30px 10px 30px;
          width: calc(100% - 60px);
          max-width: calc(100% - 60px);
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-b53e0196-c179-4de6-ba6c-74f93b6e5a93] {
          margin: 70px 30px 30px 30px;
          width: calc(100% - 60px);
          max-width: calc(100% - 60px);
        }
      }
      .sd[data-s-65b58ce6-cdd6-4bac-bca0-4fce81667b59] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 26px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-65b58ce6-cdd6-4bac-bca0-4fce81667b59] {
          font-size: 20px;
        }
      }
      .sd[data-s-9a600978-f327-47cf-a586-e2138c464ca5] {
        align-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0px;
      }
      .sd[data-s-593a2e43-56df-44e8-81e6-7e6d1bb32a7d] {
        color: #26842b;
        font-family: var(--s-font-3db45531);
        font-size: 15px;
        font-weight: 400;
        height: auto;
        line-height: 1.5;
        margin: 0px 50px 0px 50px;
        text-align: justify;
        width: auto;
        max-width: calc(100% - 100px);
        justify-content: space-between;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-593a2e43-56df-44e8-81e6-7e6d1bb32a7d] {
          font-size: 14px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-593a2e43-56df-44e8-81e6-7e6d1bb32a7d] {
          font-size: 12px;
          margin: 0px 20px 60px 20px;
          max-width: calc(100% - 40px);
        }
      }
      .sd[data-s-26ccd0f9-1214-417f-bab1-9c615009ecbd] {
        color: #ae1f18;
        font-family: var(--s-font-3db45531);
        font-size: 15px;
        font-weight: 400;
        height: auto;
        line-height: 1.5;
        margin: 0px 50px 0px 50px;
        text-align: justify;
        width: auto;
        max-width: calc(100% - 100px);
        justify-content: space-between;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-26ccd0f9-1214-417f-bab1-9c615009ecbd] {
          font-size: 14px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-26ccd0f9-1214-417f-bab1-9c615009ecbd] {
          font-size: 12px;
          margin: 0px 20px 60px 20px;
          max-width: calc(100% - 40px);
        }
      }
      .sd[data-s-2798f771-96c4-429c-b9b3-86f48d9695a8] {
        color: #183ba1;
        font-family: var(--s-font-3db45531);
        font-size: 15px;
        font-weight: 400;
        height: auto;
        line-height: 1.5;
        margin: 0px 50px 60px 50px;
        text-align: justify;
        width: auto;
        max-width: calc(100% - 100px);
        justify-content: space-between;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-2798f771-96c4-429c-b9b3-86f48d9695a8] {
          font-size: 14px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-2798f771-96c4-429c-b9b3-86f48d9695a8] {
          font-size: 12px;
          margin: 0px 20px 60px 20px;
          max-width: calc(100% - 40px);
        }
      }
      .sd[data-s-54ce6cc4-d3ec-4bc6-8d97-0207a933c433] {
        align-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0px;
        justify-content: center;
        margin: 0px 50px 0px 50px;
        padding: 0px;
        --gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433: 0px;
        --gap-v-54ce6cc4-d3ec-4bc6-8d97-0207a933c433: 0px;
        --gap-uuid: 54ce6cc4-d3ec-4bc6-8d97-0207a933c433;
        max-width: calc(100% - 100px);
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-54ce6cc4-d3ec-4bc6-8d97-0207a933c433] {
          margin: 0px 50px 0px 50px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-54ce6cc4-d3ec-4bc6-8d97-0207a933c433] {
          margin: 0px 20px 0px 20px;
          width: auto;
          max-width: calc(100% - 40px);
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-54ce6cc4-d3ec-4bc6-8d97-0207a933c433] {
          padding: 0px;
          width: calc(100% - 40px);
          max-width: calc(100% - 40px);
        }
      }
      .sd[data-s-ccf7a08d-c0cd-4f13-b1b8-94851ab2ee32] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        border-bottom: 0px solid #ffffff;
        border-left: 0px solid #ffffff;
        border-radius: 49px;
        border-right: 0px solid #ffffff;
        border-top: 0px solid #ffffff;
        flex: none;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 25px;
        height: 200px;
        justify-content: center;
        margin: 0px 0px 25px 0px;
        padding: 20px;
        width: 1200px;
        --gap-h-ccf7a08d-c0cd-4f13-b1b8-94851ab2ee32: 25px;
        --gap-v-ccf7a08d-c0cd-4f13-b1b8-94851ab2ee32: 25px;
        --gap-uuid: ccf7a08d-c0cd-4f13-b1b8-94851ab2ee32;
        max-width: 100%;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-ccf7a08d-c0cd-4f13-b1b8-94851ab2ee32] {
          padding: 0px 40px 0px 40px;
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-ccf7a08d-c0cd-4f13-b1b8-94851ab2ee32] {
          align-content: center;
          align-items: center;
          flex-direction: row;
          flex-wrap: wrap;
          gap: 10px 25px;
          justify-content: center;
          padding: 20px;
          --gap-h-ccf7a08d-c0cd-4f13-b1b8-94851ab2ee32: 25px;
          --gap-v-ccf7a08d-c0cd-4f13-b1b8-94851ab2ee32: 10px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-ccf7a08d-c0cd-4f13-b1b8-94851ab2ee32] {
          padding: 0px 20px 0px 20px;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-ccf7a08d-c0cd-4f13-b1b8-94851ab2ee32] {
          margin: 0px 0px 15px 0px;
          padding: 20px;
          max-width: 100%;
        }
      }
      .sd[data-s-b736d498-94e2-4c49-a553-5683c671bb75] {
        align-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px;
        justify-content: center;
        padding: 0px;
        --gap-h-b736d498-94e2-4c49-a553-5683c671bb75: 10px;
        --gap-v-b736d498-94e2-4c49-a553-5683c671bb75: 0px;
        --gap-uuid: b736d498-94e2-4c49-a553-5683c671bb75;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-b736d498-94e2-4c49-a553-5683c671bb75] {
          align-content: center;
          align-items: center;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: center;
          margin: 0px 0px 0px 0px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-b736d498-94e2-4c49-a553-5683c671bb75] {
          flex-direction: row;
          flex-wrap: wrap;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-b736d498-94e2-4c49-a553-5683c671bb75] {
          flex-direction: row;
          flex-wrap: wrap;
        }
      }
      .sd[data-s-6b0cda8e-f2fb-4cbc-a3dd-6fdb8b17a773] {
        align-content: center;
        align-items: center;
        background: #eabd00;
        border-radius: 24px;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 40px;
        justify-content: center;
        margin: 0px 0px 0px 0px;
        width: 40px;
        max-width: 100%;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-6b0cda8e-f2fb-4cbc-a3dd-6fdb8b17a773] {
          margin: 0px 10px 0px 0px;
          max-width: calc(100% - 10px);
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-6b0cda8e-f2fb-4cbc-a3dd-6fdb8b17a773] {
          margin: 0px 0px 0px 0px;
          max-width: 100%;
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-6b0cda8e-f2fb-4cbc-a3dd-6fdb8b17a773] {
          margin: 0px 0px 0px 0px;
        }
      }
      .sd[data-s-021f6709-187f-4ac1-8e43-fc6c73075ec3] {
        color: #ffffff;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-4be0850d-30ee-4159-8d49-6b50912a642a] {
        align-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0px;
      }
      .sd[data-s-a48da219-86d4-4e17-8cf1-e2dea0743873] {
        align-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0px;
      }
      .sd[data-s-fa5d22d9-5067-4806-9791-7edaaf8abb95] {
        color: #333;
        font-family: var(--s-font-36b40316);
        font-size: 20px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-fa5d22d9-5067-4806-9791-7edaaf8abb95] {
          margin: 0px 0px 0px 0px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-fa5d22d9-5067-4806-9791-7edaaf8abb95] {
          font-size: 16px;
          margin: 0px 0px 0px 0px;
        }
      }
      .sd[data-s-b7df9f9a-1f0d-429a-a4ed-2657ada3f1bc] {
        align-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0px;
      }
      .sd[data-s-025b90be-9db7-4bd8-9a3f-f6e388b11a0b] {
        align-content: center;
        align-items: center;
        border-radius: 0px;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        max-width: 100%;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-025b90be-9db7-4bd8-9a3f-f6e388b11a0b] {
          padding: 0px 0px 0px 0px;
        }
      }
      .sd[data-s-00f86309-d6e2-4823-b90e-c4ad8d40d79a] {
        flex: none;
        height: auto;
        width: 100px;
        max-width: 100%;
      }
      .sd[data-s-00f86309-d6e2-4823-b90e-c4ad8d40d79a]:before {
        background-size: cover;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-00f86309-d6e2-4823-b90e-c4ad8d40d79a] {
          flex: none;
          width: 80px;
          max-width: 100%;
        }
      }
      .sd[data-s-014435cd-86bb-4cb7-87b5-d46c216bc181] {
        flex: none;
        height: auto;
        margin: 0px 0px 25px 0px;
        width: 45px;
        max-width: 100%;
      }
      .sd[data-s-014435cd-86bb-4cb7-87b5-d46c216bc181].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-014435cd-86bb-4cb7-87b5-d46c216bc181].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-014435cd-86bb-4cb7-87b5-d46c216bc181] {
          margin: 0px 0px 15px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-cfa761dc-c87a-4ed2-b8d5-2b92dda741c5] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        border-radius: 50px;
        flex: none;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        height: 100px;
        justify-content: center;
        margin: 0px 0px 25px 0px;
        padding: 20px;
        width: calc(
          100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
        );
        --gap-h-cfa761dc-c87a-4ed2-b8d5-2b92dda741c5: 10px;
        --gap-v-cfa761dc-c87a-4ed2-b8d5-2b92dda741c5: 10px;
        --gap-uuid: cfa761dc-c87a-4ed2-b8d5-2b92dda741c5;
        max-width: calc(
          100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
        );
      }
      .sd[data-s-cfa761dc-c87a-4ed2-b8d5-2b92dda741c5].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-cfa761dc-c87a-4ed2-b8d5-2b92dda741c5].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-cfa761dc-c87a-4ed2-b8d5-2b92dda741c5] {
          flex: none;
          height: auto;
          padding: 20px;
          width: calc(
            100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
          );
          max-width: calc(
            100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
          );
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-cfa761dc-c87a-4ed2-b8d5-2b92dda741c5] {
          bottom: 0;
          flex: none;
          height: auto;
          left: 0;
          margin: 0px 0px 15px 0px;
          right: 0;
          top: 0;
          width: calc(
            90% -
              (
                var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) *
                  0.10000000000000003
              )
          );
          max-width: calc(
            90% -
              (
                var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) *
                  0.10000000000000003
              )
          );
        }
      }
      .sd[data-s-ee7c583b-4dcd-452a-94a3-4cc35312a2f9] {
        align-content: center;
        align-items: center;
        background: #eabd00;
        border-radius: 50%;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 40px;
        justify-content: center;
        margin: 0px 0px 0px 0px;
        width: 40px;
        max-width: 100%;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-ee7c583b-4dcd-452a-94a3-4cc35312a2f9] {
          flex: none;
          height: 30px;
          width: 30px;
          max-width: 100%;
        }
      }
      .sd[data-s-6213381a-c6df-40b9-a295-323c4fbe0421] {
        color: #ffffff;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-ddf266f8-f1dc-48b6-a884-55cc25a2a2d3] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 20px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-ddf266f8-f1dc-48b6-a884-55cc25a2a2d3] {
          font-size: 16px;
        }
      }
      .sd[data-s-4c8a710a-1a17-4d97-889c-3d81071fb828] {
        flex: none;
        height: auto;
        margin: 0px 0px 25px 0px;
        width: 45px;
        max-width: 100%;
      }
      .sd[data-s-4c8a710a-1a17-4d97-889c-3d81071fb828].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-4c8a710a-1a17-4d97-889c-3d81071fb828].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-4c8a710a-1a17-4d97-889c-3d81071fb828] {
          margin: 0px 0px 15px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-15d25ce3-d2ca-46c8-b728-78956badfcc9] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        border-radius: 50px;
        flex: none;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        height: 100px;
        justify-content: center;
        margin: 0px 0px 25px 0px;
        padding: 20px;
        width: calc(
          100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
        );
        --gap-h-15d25ce3-d2ca-46c8-b728-78956badfcc9: 10px;
        --gap-v-15d25ce3-d2ca-46c8-b728-78956badfcc9: 10px;
        --gap-uuid: 15d25ce3-d2ca-46c8-b728-78956badfcc9;
        max-width: calc(
          100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
        );
      }
      .sd[data-s-15d25ce3-d2ca-46c8-b728-78956badfcc9].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-15d25ce3-d2ca-46c8-b728-78956badfcc9].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-15d25ce3-d2ca-46c8-b728-78956badfcc9] {
          flex: none;
          height: auto;
          padding: 20px;
          width: calc(
            100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
          );
          max-width: calc(
            100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
          );
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-15d25ce3-d2ca-46c8-b728-78956badfcc9] {
          bottom: 0;
          flex: none;
          height: auto;
          left: 0;
          margin: 0px 0px 15px 0px;
          right: 0;
          top: 0;
          width: calc(
            90% -
              (
                var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) *
                  0.10000000000000003
              )
          );
          max-width: calc(
            90% -
              (
                var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) *
                  0.10000000000000003
              )
          );
        }
      }
      .sd[data-s-3b04b739-e99c-478c-9c45-45684e81e289] {
        align-content: center;
        align-items: center;
        background: #eabd00;
        border-radius: 50%;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 40px;
        justify-content: center;
        margin: 0px 0px 0px 0px;
        width: 40px;
        max-width: 100%;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-3b04b739-e99c-478c-9c45-45684e81e289] {
          flex: none;
          height: 30px;
          width: 30px;
          max-width: 100%;
        }
      }
      .sd[data-s-a80b3a43-64d4-437c-8a7c-b5ac70abddf6] {
        color: #ffffff;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-13cc8c99-a6ed-4af6-b66a-be8d4c2f2697] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 20px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-13cc8c99-a6ed-4af6-b66a-be8d4c2f2697] {
          font-size: 16px;
        }
      }
      .sd[data-s-09927c2c-aea2-49bc-ae95-ad067dd8d9e1] {
        flex: none;
        height: auto;
        margin: 0px 0px 25px 0px;
        width: 45px;
        max-width: 100%;
      }
      .sd[data-s-09927c2c-aea2-49bc-ae95-ad067dd8d9e1].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-09927c2c-aea2-49bc-ae95-ad067dd8d9e1].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-09927c2c-aea2-49bc-ae95-ad067dd8d9e1] {
          margin: 0px 0px 15px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-e3a94b42-55f8-40c1-981f-c35464abb308] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        border-radius: 50px;
        flex: none;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        height: auto;
        justify-content: center;
        margin: 0px 0px 25px 0px;
        padding: 20px;
        width: calc(
          100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
        );
        --gap-h-e3a94b42-55f8-40c1-981f-c35464abb308: 10px;
        --gap-v-e3a94b42-55f8-40c1-981f-c35464abb308: 10px;
        --gap-uuid: e3a94b42-55f8-40c1-981f-c35464abb308;
        max-width: calc(
          100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
        );
      }
      .sd[data-s-e3a94b42-55f8-40c1-981f-c35464abb308].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-e3a94b42-55f8-40c1-981f-c35464abb308].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-e3a94b42-55f8-40c1-981f-c35464abb308] {
          flex: none;
          height: auto;
          padding: 20px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-e3a94b42-55f8-40c1-981f-c35464abb308] {
          bottom: 0;
          flex: none;
          height: auto;
          left: 0;
          margin: 0px 0px 15px 0px;
          right: 0;
          top: 0;
          width: calc(
            90% -
              (
                var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) *
                  0.10000000000000003
              )
          );
          max-width: calc(
            90% -
              (
                var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) *
                  0.10000000000000003
              )
          );
        }
      }
      .sd[data-s-c8a5fde2-b389-4de3-b69d-0012ba46a97e] {
        align-content: center;
        align-items: center;
        background: #eabd00;
        border-radius: 50%;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 40px;
        justify-content: center;
        margin: 0px 0px 0px 0px;
        width: 40px;
        max-width: 100%;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-c8a5fde2-b389-4de3-b69d-0012ba46a97e] {
          flex: none;
          height: 30px;
          width: 30px;
          max-width: 100%;
        }
      }
      .sd[data-s-cc74b873-432f-40a5-8b0f-6077b02b6610] {
        color: #ffffff;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-d44fd8dd-a6e6-4c74-b87b-9ce89fd79eb6] {
        align-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0px;
        justify-content: center;
        padding: 0px;
        --gap-h-d44fd8dd-a6e6-4c74-b87b-9ce89fd79eb6: 0px;
        --gap-v-d44fd8dd-a6e6-4c74-b87b-9ce89fd79eb6: 0px;
        --gap-uuid: d44fd8dd-a6e6-4c74-b87b-9ce89fd79eb6;
      }
      .sd[data-s-f2e4c2f1-e1fc-4ea4-a7a2-8cf1c83b0a22] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 20px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-f2e4c2f1-e1fc-4ea4-a7a2-8cf1c83b0a22] {
          font-size: 16px;
        }
      }
      .sd[data-s-2538fe9c-3711-4551-8901-72fd52ff16af] {
        color: #e10000;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.3;
        margin: 5px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-2538fe9c-3711-4551-8901-72fd52ff16af] {
          font-size: 12px;
        }
      }
      .sd[data-s-47ac0103-601c-4166-bbef-a13f259df160] {
        flex: none;
        height: auto;
        margin: 0px 0px 25px 0px;
        width: 45px;
        max-width: 100%;
      }
      .sd[data-s-47ac0103-601c-4166-bbef-a13f259df160].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-47ac0103-601c-4166-bbef-a13f259df160].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-47ac0103-601c-4166-bbef-a13f259df160] {
          margin: 0px 0px 15px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-88aad456-c5be-4173-99ae-836b3d866ace] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        border-radius: 50px;
        flex: none;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        height: 100px;
        justify-content: center;
        margin: 0px 0px 25px 0px;
        padding: 20px;
        width: calc(
          100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
        );
        --gap-h-88aad456-c5be-4173-99ae-836b3d866ace: 10px;
        --gap-v-88aad456-c5be-4173-99ae-836b3d866ace: 10px;
        --gap-uuid: 88aad456-c5be-4173-99ae-836b3d866ace;
        max-width: calc(
          100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
        );
      }
      .sd[data-s-88aad456-c5be-4173-99ae-836b3d866ace].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-88aad456-c5be-4173-99ae-836b3d866ace].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-88aad456-c5be-4173-99ae-836b3d866ace] {
          flex: none;
          height: auto;
          padding: 20px;
          width: calc(
            100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
          );
          max-width: calc(
            100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
          );
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-88aad456-c5be-4173-99ae-836b3d866ace] {
          bottom: 0;
          flex: none;
          height: auto;
          left: 0;
          margin: 0px 0px 15px 0px;
          right: 0;
          top: 0;
          width: calc(
            90% -
              (
                var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) *
                  0.10000000000000003
              )
          );
          max-width: calc(
            90% -
              (
                var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) *
                  0.10000000000000003
              )
          );
        }
      }
      .sd[data-s-2c37d208-897a-45fe-bbd4-af7a118ca520] {
        align-content: center;
        align-items: center;
        background: #eabd00;
        border-radius: 50%;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 40px;
        justify-content: center;
        margin: 0px 0px 0px 0px;
        width: 40px;
        max-width: 100%;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-2c37d208-897a-45fe-bbd4-af7a118ca520] {
          flex: none;
          height: 30px;
          width: 30px;
          max-width: 100%;
        }
      }
      .sd[data-s-5c49d74b-1c06-4849-9c5d-b6e67aafc588] {
        color: #ffffff;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-ec2eeb23-49f5-4433-b1a3-b98bc2ec714a] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 20px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-ec2eeb23-49f5-4433-b1a3-b98bc2ec714a] {
          font-size: 16px;
        }
      }
      .sd[data-s-8e1897df-f5b9-4f44-a332-7e12548de4b2] {
        flex: none;
        height: auto;
        margin: 0px 0px 25px 0px;
        width: 45px;
        max-width: 100%;
      }
      .sd[data-s-8e1897df-f5b9-4f44-a332-7e12548de4b2].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-8e1897df-f5b9-4f44-a332-7e12548de4b2].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-8e1897df-f5b9-4f44-a332-7e12548de4b2] {
          margin: 0px 0px 15px 0px;
          max-width: 100%;
        }
      }
      .sd[data-s-0ef05730-e3e4-4423-ac83-9c74fddfcac6] {
        align-content: center;
        align-items: center;
        background: #ffffff;
        border-radius: 50px;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
        height: 100px;
        justify-content: center;
        margin: 0px 0px 0px 0px;
        padding: 20px;
        width: calc(
          100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
        );
        --gap-h-0ef05730-e3e4-4423-ac83-9c74fddfcac6: 0px;
        --gap-v-0ef05730-e3e4-4423-ac83-9c74fddfcac6: 10px;
        --gap-uuid: 0ef05730-e3e4-4423-ac83-9c74fddfcac6;
        max-width: calc(
          100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
        );
      }
      .sd[data-s-0ef05730-e3e4-4423-ac83-9c74fddfcac6].appear {
        opacity: 0;
        transform: translate(0px, 70px);
        transition-duration: 1000ms;
      }
      .sd[data-s-0ef05730-e3e4-4423-ac83-9c74fddfcac6].appear-active {
        transition-duration: 1000ms;
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-0ef05730-e3e4-4423-ac83-9c74fddfcac6] {
          flex: none;
          height: auto;
          padding: 20px;
          width: calc(
            100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
          );
          max-width: calc(
            100% - (var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) * 0)
          );
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-0ef05730-e3e4-4423-ac83-9c74fddfcac6] {
          bottom: 0;
          flex: none;
          height: auto;
          left: 0;
          margin: 0px 0px 15px 0px;
          padding: 20px 30px 20px 30px;
          right: 0;
          top: 0;
          width: calc(
            90% -
              (
                var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) *
                  0.10000000000000003
              )
          );
          max-width: calc(
            90% -
              (
                var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) *
                  0.10000000000000003
              )
          );
        }
      }
      @media screen and (max-width: 320px) {
        .sd[data-s-0ef05730-e3e4-4423-ac83-9c74fddfcac6] {
          height: 147px;
          width: calc(
            90% -
              (
                var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) *
                  0.10000000000000003
              )
          );
          max-width: calc(
            90% -
              (
                var(--gap-h-54ce6cc4-d3ec-4bc6-8d97-0207a933c433) *
                  0.10000000000000003
              )
          );
        }
      }
      .sd[data-s-43d0be58-fe03-48d3-abe8-97c01ac98908] {
        align-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        max-width: 100%;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-43d0be58-fe03-48d3-abe8-97c01ac98908] {
          flex: none;
          margin: 0px 0px 0px 0px;
          width: 276px;
          max-width: 100%;
        }
      }
      .sd[data-s-cd263c3e-8670-4faf-a9ae-bd3ced73ca8f] {
        align-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0px;
      }
      @media screen and (max-width: 1280px) {
        .sd[data-s-cd263c3e-8670-4faf-a9ae-bd3ced73ca8f] {
          padding: 0px 20px 0px 20px;
        }
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-cd263c3e-8670-4faf-a9ae-bd3ced73ca8f] {
          padding: 0px 40px 0px 40px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-cd263c3e-8670-4faf-a9ae-bd3ced73ca8f] {
          padding: 0px 12px 0px 0px;
        }
      }
      .sd[data-s-081e4d40-e062-420b-a957-5f462b8bc8b1] {
        align-content: center;
        align-items: center;
        background: #eabd00;
        border-radius: 50%;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 40px;
        justify-content: center;
        margin: 0px 10px 0px 0px;
        width: 40px;
        max-width: calc(100% - 10px);
      }
      @media screen and (max-width: 840px) {
        .sd[data-s-081e4d40-e062-420b-a957-5f462b8bc8b1] {
          margin: 0px 10px 0px 0px;
        }
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-081e4d40-e062-420b-a957-5f462b8bc8b1] {
          flex: none;
          height: 30px;
          margin: 0px 10px 0px 0px;
          width: 30px;
          max-width: calc(100% - 10px);
        }
      }
      .sd[data-s-2dd128cd-c68a-4764-aa1c-47c376703289] {
        color: #ffffff;
        font-family: var(--s-font-60ae4775);
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 1.4;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      .sd[data-s-0e7b4c68-f7d7-497d-b6d9-5d8c2e4f6e9e] {
        color: #333;
        font-family: var(--s-font-60ae4775);
        font-size: 20px;
        font-weight: 400;
        height: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: auto;
        max-width: 100%;
        justify-content: center;
      }
      @media screen and (max-width: 540px) {
        .sd[data-s-0e7b4c68-f7d7-497d-b6d9-5d8c2e4f6e9e] {
          font-size: 16px;
        }
      }
      .sd[data-s-e300e618-3b7d-4d55-a468-c3202c776db8] { align-content: center; align-items: center; background: #fff; border-radius: 0; box-shadow: ; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: flex-start; margin: 0 0 0 0; opacity: 1; padding: 0 0 0 0; width: 100%; max-width: 100%; }.sd[data-s-b355e13b-311d-484d-bec6-3ace79a44a72] {  }.sd[data-s-70504ff1-d190-401a-87ac-b2f01b442e8a] {  }.sd[data-s-58b56c29-dc91-4f6e-8d08-431d758cbbe1] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; margin: 200px 0px 0px 0px; padding: 0px 0px 0px 0px; width: 100%; z-index: 0; max-width: 100%; }
        @media screen and (max-width: 840px){
        .sd[data-s-58b56c29-dc91-4f6e-8d08-431d758cbbe1] { margin: 150px 0px 0px 0px; width: 100%; max-width: 100%; }
        }
        @media screen and (max-width: 540px){
        .sd[data-s-58b56c29-dc91-4f6e-8d08-431d758cbbe1] { margin: 100px 0px 0px 0px; width: 100%; max-width: 100%; }
        }
        @media screen and (max-width: 320px){
        .sd[data-s-58b56c29-dc91-4f6e-8d08-431d758cbbe1] { padding: 0px 0px 45px 0px; }
        }.sd[data-s-52482d17-44dd-450b-b5f5-485c7ce704a3] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; justify-content: center; margin: 0px 60px 70px; padding: 0px; width: calc(100% - 120px); max-width: calc(100% - 120px); }
        .sd[data-s-52482d17-44dd-450b-b5f5-485c7ce704a3].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-52482d17-44dd-450b-b5f5-485c7ce704a3].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 840px){
        .sd[data-s-52482d17-44dd-450b-b5f5-485c7ce704a3] { margin: 0px 30px 30px; width: calc(100% - 60px); max-width: calc(100% - 60px); }
        }
        @media screen and (max-width: 540px){
        .sd[data-s-52482d17-44dd-450b-b5f5-485c7ce704a3] { margin: 0px 30px 30px; }
        }.sd[data-s-4274cbb6-f2f5-441d-933c-1095f508d62f] { color: #70ae42; font-family: var(--s-font-60ae4775); font-size: 14px; font-weight: 400; height: auto; letter-spacing: 0.1em; line-height: 1.4; margin: 0px 0px 0px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-4274cbb6-f2f5-441d-933c-1095f508d62f] { font-size: 12px; }
        }
        @media screen and (max-width: 320px){
        .sd[data-s-4274cbb6-f2f5-441d-933c-1095f508d62f] { font-size: 34px; line-height: 1.2; margin: 40px 0px 0px 0px; max-width: 100%; }
        }.sd[data-s-b03a68ce-6204-4bfd-b9f1-1e847b34ab3b] { color: #333; flex: none; font-family: var(--s-font-60ae4775); font-size: 26px; font-weight: 400; height: auto; letter-spacing: 0.1em; line-height: 1.7; margin: 0px 0px 0px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-b03a68ce-6204-4bfd-b9f1-1e847b34ab3b] { font-size: 20px; }
        }
        @media screen and (max-width: 320px){
        .sd[data-s-b03a68ce-6204-4bfd-b9f1-1e847b34ab3b] { margin: 30px 0px 0px 0px; max-width: 100%; }
        }.sd[data-s-3708b6ce-70f8-4400-9ebd-60c1ff3a9499] { align-content: center; align-items: center; background: #abc783; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; margin: 0px 50px 0px; width: 1200px; max-width: calc(100% - 100px); }
        .sd[data-s-3708b6ce-70f8-4400-9ebd-60c1ff3a9499].appear { transform: translate(0px, 0px); }
        .sd[data-s-3708b6ce-70f8-4400-9ebd-60c1ff3a9499].appear-active {  }
        @media screen and (max-width: 540px){
        .sd[data-s-3708b6ce-70f8-4400-9ebd-60c1ff3a9499] { flex: none; margin: 0px 0px 0px; max-width: 100%; }
        }.sd[data-s-35931774-3779-4e15-b561-616b071e27bc] { color: #333; font-family: var(--s-font-2e89cefe); font-size: 26px; font-weight: 400; height: auto; line-height: 1.4; margin: 50px 0px 30px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        .sd[data-s-35931774-3779-4e15-b561-616b071e27bc].appear { opacity: 0; transform: translate(0px, 50px); transition-duration: 1000ms; }
        .sd[data-s-35931774-3779-4e15-b561-616b071e27bc].appear-active { transition-duration: 1000ms; }.sd[data-s-e2e8ff09-a2f1-4943-af67-d762ef97cb51] { 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: 0px 50px 70px; width: 440px; max-width: calc(100% - 100px); }.sd[data-s-3beb338c-e702-4a3e-854f-bdfbf785e908] { align-content: center; align-items: center; background: #666666; border-radius: 35px; flex: none; flex-direction: row; flex-wrap: nowrap; height: 70px; justify-content: center; margin: 0px 0px 30px 0px; width: 100%; max-width: 100%; }
        .sd[data-s-3beb338c-e702-4a3e-854f-bdfbf785e908].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-3beb338c-e702-4a3e-854f-bdfbf785e908].appear-active { transition-duration: 1000ms; }.sd[data-s-7d540161-f676-4d6c-adb2-69bad9809923] { color: #FFFFFF; font-family: var(--s-font-3db45531); font-size: 14px; font-weight: 400; height: auto; line-height: 1.4; margin: 0px 10px 0px 0px; text-align: center; width: auto; max-width: calc(100% - 10px); justify-content: center; }.sd[data-s-56f04900-d62e-4c32-8c0f-aea8d58bd695] { flex: none; height: auto; margin: 0px 5px 0px 0px; width: 43px; max-width: calc(100% - 5px); }.sd[data-s-da59e719-8d4d-4d07-96cb-c198b4b85853] { color: #FFFFFF; font-family: var(--s-font-2e89cefe); font-size: 18px; font-weight: 400; height: auto; line-height: 1.4; margin: 0px 10px 0px 0px; text-align: center; width: auto; max-width: calc(100% - 10px); justify-content: center; }.sd[data-s-99a55881-7e67-4372-829f-c8b9a50a9b03] { color: #333; font-family: var(--s-font-3db45531); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; margin: 0px 0px 30px 0px; text-align: justify; width: auto; max-width: 100%; justify-content: space-between; }
        .sd[data-s-99a55881-7e67-4372-829f-c8b9a50a9b03].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-99a55881-7e67-4372-829f-c8b9a50a9b03].appear-active { transition-duration: 1000ms; }.sd[data-s-e34b3828-ece0-4c52-8217-1dcdc0519560] { background: rgba(0,0,0,0.0); border-bottom: 0px solid #000; border-left: 0px solid #000; border-right: 0px solid #000; border-top: 1px solid #000; flex: none; height: 1px; margin: 0px 0px 20px 0px; width: 100%; max-width: 100%; }
        .sd[data-s-e34b3828-ece0-4c52-8217-1dcdc0519560].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-e34b3828-ece0-4c52-8217-1dcdc0519560].appear-active { transition-duration: 1000ms; }.sd[data-s-6736b079-691f-4b35-a4e1-41ab1de19d6d] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; margin: 0px 0px 10px 0px; padding: 0px; max-width: 100%; }.sd[data-s-1310a4d5-279f-485d-bc4c-56e92d105f35] { color: #333; font-family: var(--s-font-3db45531); font-size: 14px; font-weight: 400; height: auto; line-height: 1.4; margin: 0px 0px 0px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        .sd[data-s-1310a4d5-279f-485d-bc4c-56e92d105f35].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-1310a4d5-279f-485d-bc4c-56e92d105f35].appear-active { transition-duration: 1000ms; }.sd[data-s-83c332fa-f123-43e6-830b-41ab236844ad] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; justify-content: center; margin: 0px 0px 20px 0px; padding: 0px; width: auto; max-width: 100%; }
        .sd[data-s-83c332fa-f123-43e6-830b-41ab236844ad].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-83c332fa-f123-43e6-830b-41ab236844ad].appear-active { transition-duration: 1000ms; }.sd[data-s-2855d0d0-3abf-4a77-a7a6-338c1e31fb79] { height: auto; margin: 0px 5px 0px 0px; padding: 0px 0px 0px 0px; width: 200px; max-width: calc(100% - 5px); }.sd[data-s-d55ff5e8-d342-48e7-9e34-64d9d6b86798] { color: #333; font-family: var(--s-font-2e89cefe); font-size: 18px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-12771a95-a9b8-4f0a-9738-9b0dc180fa29] { background: rgba(0,0,0,0.0); border-bottom: 0px solid #000; border-left: 0px solid #000; border-right: 0px solid #000; border-top: 1px solid #000; flex: none; height: 1px; margin: 0px 0px 20px 0px; width: 100%; max-width: 100%; }
        .sd[data-s-12771a95-a9b8-4f0a-9738-9b0dc180fa29].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-12771a95-a9b8-4f0a-9738-9b0dc180fa29].appear-active { transition-duration: 1000ms; }.sd[data-s-2b42c4dc-fa5d-4de5-b12b-ac8a218a8686] { color: #333; font-family: var(--s-font-3db45531); font-size: 14px; font-weight: 400; height: auto; line-height: 1.4; margin: 0px 0px 10px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        .sd[data-s-2b42c4dc-fa5d-4de5-b12b-ac8a218a8686].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-2b42c4dc-fa5d-4de5-b12b-ac8a218a8686].appear-active { transition-duration: 1000ms; }.sd[data-s-15a1a40b-7b42-4d5a-a3af-7d3ea322501b] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; margin: 0px 0px 20px 0px; padding: 0px; max-width: 100%; }
        .sd[data-s-15a1a40b-7b42-4d5a-a3af-7d3ea322501b].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-15a1a40b-7b42-4d5a-a3af-7d3ea322501b].appear-active { transition-duration: 1000ms; }.sd[data-s-ab92adbf-c4f4-45fd-9598-b85062bb7dcf] { height: auto; margin: 0px 5px 0px 0px; width: 200px; max-width: calc(100% - 5px); }.sd[data-s-7ea9f85b-2f84-4f40-bad3-86685f980f9f] { color: #333; font-family: var(--s-font-2e89cefe); font-size: 18px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-da8d3bf5-6ced-4154-8bc9-75f0c926ae94] { background: rgba(0,0,0,0.0); border-bottom: 0px solid #000; border-left: 0px solid #000; border-right: 0px solid #000; border-top: 1px solid #000; flex: none; height: 1px; margin: 0px 0px 20px 0px; width: 100%; max-width: 100%; }
        .sd[data-s-da8d3bf5-6ced-4154-8bc9-75f0c926ae94].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-da8d3bf5-6ced-4154-8bc9-75f0c926ae94].appear-active { transition-duration: 1000ms; }.sd[data-s-54b83835-4692-4459-aff2-3e41efd15af5] { color: #333; font-family: var(--s-font-3db45531); font-size: 14px; font-weight: 400; height: auto; line-height: 1.4; margin: 0px 0px 10px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        .sd[data-s-54b83835-4692-4459-aff2-3e41efd15af5].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-54b83835-4692-4459-aff2-3e41efd15af5].appear-active { transition-duration: 1000ms; }.sd[data-s-ee7b0a4a-ea64-46d4-8088-e41babb31ff6] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; margin: 0px 0px 20px 0px; padding: 0px; max-width: 100%; }
        .sd[data-s-ee7b0a4a-ea64-46d4-8088-e41babb31ff6].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-ee7b0a4a-ea64-46d4-8088-e41babb31ff6].appear-active { transition-duration: 1000ms; }.sd[data-s-21eb4b52-da72-476f-b178-e6932aaaaae3] { height: auto; margin: 0px 5px 0px 0px; width: 200px; max-width: calc(100% - 5px); }.sd[data-s-930be814-437f-4c52-bb5d-61dfbdfe32e4] { color: #333; font-family: var(--s-font-2e89cefe); font-size: 18px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-76eb4b85-05b2-4de3-ad11-9b0c1f3afef5] { background: rgba(0,0,0,0.0); border-bottom: 0px solid #000; border-left: 0px solid #000; border-right: 0px solid #000; border-top: 1px solid #000; flex: none; height: 1px; margin: 0px 0px 0px 0px; width: 100%; max-width: 100%; }
        .sd[data-s-76eb4b85-05b2-4de3-ad11-9b0c1f3afef5].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-76eb4b85-05b2-4de3-ad11-9b0c1f3afef5].appear-active { transition-duration: 1000ms; }.sd[data-s-cc141df8-30ec-42a3-bbc0-38e7fb4baea4] { color: #333; font-family: var(--s-font-3db45531); font-size: 14px; font-weight: 400; height: auto; line-height: 1.4; margin: 10px 0px 0px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
        @media screen and (max-width: 1280px){
        .sd[data-s-cc141df8-30ec-42a3-bbc0-38e7fb4baea4] { font-size: 12px; margin: 10px 0px 0px 0px; text-align: left; justify-content: flex-start; }
        }.sd[data-s-3072c8bb-c7ac-42ed-8365-4378184ab8e8] { align-content: center; align-items: center; background: #EEEEEE; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; margin: 0px 50px 0px; width: 1200px; max-width: calc(100% - 100px); }
        .sd[data-s-3072c8bb-c7ac-42ed-8365-4378184ab8e8].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-3072c8bb-c7ac-42ed-8365-4378184ab8e8].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-3072c8bb-c7ac-42ed-8365-4378184ab8e8] { margin: 0px 0px 0px; max-width: 100%; }
        }.sd[data-s-3e2be0d4-cd3a-4bec-a87f-a5271f819051] { align-content: center; align-items: center; background: #EEEEEE; border-radius: 0px; flex: none; flex-direction: row; flex-wrap: nowrap; height: 640px; justify-content: center; margin: 0px 0px 0px 0px; overflow-x: hidden; overflow-y: hidden; padding: 0px 0px 0px; transition-timing-function: cubic-bezier(0   , 0   , 0.99, 0.98); width: 100%; max-width: 100%; }
        @media screen and (max-width: 840px){
        .sd[data-s-3e2be0d4-cd3a-4bec-a87f-a5271f819051] { flex: none; height: 490px; width: 100%; max-width: 100%; }
        }
        @media screen and (max-width: 540px){
        .sd[data-s-3e2be0d4-cd3a-4bec-a87f-a5271f819051] { flex: none; height: 350px; width: 100%; max-width: 100%; }
        }.sd[data-s-b0cf57fc-d059-404e-8679-2483ae610fb1] { align-content: center; align-items: center; border-radius: 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: center; margin: 0px 0px 0px; padding: 0px 0px 0px; transform: translate({{translateX}}, 0px); transition-duration: {{_duration}}ms; transition-timing-function: cubic-bezier(0.58, 0.21, 0.41, 0.96); width: 100%; z-index: 2; max-width: 100%; }
        .sd[data-s-b0cf57fc-d059-404e-8679-2483ae610fb1]:before { filter: brightness(0.8); }
        .sd[data-s-b0cf57fc-d059-404e-8679-2483ae610fb1]:hover { background: #EEEEEE; }.sd[data-s-3416af74-ec4e-4b85-aa07-032e61936f19] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: flex-end; padding: 0px 80px 60px; width: 100%; max-width: 100%; }.sd[data-s-45f9f2e1-eef9-4912-ba08-a6fc889f4ec4] { align-content: center; align-items: center; background: rgba(0,0,0,0.0); bottom: 0px; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; left: auto; margin: 0 0 0 0; padding: 0px; position: absolute; right: 0px; top: 0px; width: 80px; z-index: 2; max-width: 100%; }
        .sd[data-s-45f9f2e1-eef9-4912-ba08-a6fc889f4ec4]:hover { background: rgba(255, 255, 255, 0.62); }
        @media screen and (max-width: 540px){
        .sd[data-s-45f9f2e1-eef9-4912-ba08-a6fc889f4ec4] { display: flex; flex: none; width: 40px; max-width: 100%; }
        }
        @media screen and (max-width: 320px){
        .sd[data-s-45f9f2e1-eef9-4912-ba08-a6fc889f4ec4] { display: flex; }
        }.sd[data-s-018b4bf6-7238-4d2b-8a71-c5b948a00738] { align-content: center; align-items: center; background: #FFFFFF; border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; height: 40px; justify-content: center; margin: 0px 0px 0px 0px; width: 40px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-018b4bf6-7238-4d2b-8a71-c5b948a00738] { flex: none; height: 25px; width: 25px; max-width: 100%; }
        }.sd[data-s-712b8326-08f6-496d-ab5f-1fb31bbd35f2] { font-size: 24px; margin: 0px 0px 0px 0px; max-width: 100%; }.sd[data-s-579af0a3-b2f4-4363-953d-a42b80a2dcb3] { align-content: center; align-items: center; border-radius: 0px; bottom: 0px; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; left: 0px; margin: 0 0 0 0; padding: 0px; position: absolute; right: auto; top: 0px; transition-timing-function: cubic-bezier(0.4 , 0.4 , 0.05, 1   ); width: 80px; z-index: 4; max-width: 100%; }
        .sd[data-s-579af0a3-b2f4-4363-953d-a42b80a2dcb3]:hover { background: rgba(255, 255, 255, 0.62); }
        @media screen and (max-width: 540px){
        .sd[data-s-579af0a3-b2f4-4363-953d-a42b80a2dcb3] { display: flex; flex: none; width: 40px; max-width: 100%; }
        }
        @media screen and (max-width: 320px){
        .sd[data-s-579af0a3-b2f4-4363-953d-a42b80a2dcb3] { display: flex; }
        }.sd[data-s-2722935a-015c-485b-9ad6-f0286ba55435] { align-content: center; align-items: center; background: #FFFFFF; border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; height: 40px; justify-content: center; margin: 0px 0px 0px 0px; width: 40px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-2722935a-015c-485b-9ad6-f0286ba55435] { flex: none; height: 25px; width: 25px; max-width: 100%; }
        }.sd[data-s-e1248cc8-3d20-4e83-bd39-8e06631302e5] { font-size: 24px; margin: 0px 0px 0px 0px; max-width: 100%; }.sd[data-s-14534fd0-1840-48dc-8874-05c50d430955] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: 100%; z-index: 0; max-width: 100%; }.sd[data-s-90bb4af3-63eb-4865-9f0d-4716ad2d3f55] {  }.sd[data-s-c7007e6c-0a7a-40d7-800a-d0c7b97a7096] { align-content: center; align-items: center; background: #e6e6e6; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; margin: 0px 0px 0px; padding: 0px 0px 0px 0px; width: 100%; max-width: 100%; }.sd[data-s-bffefdae-bb27-46fd-b694-5055e943af26] { 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; margin: 40px 50px 80px; overflow-x: hidden; overflow-y: auto; padding: 0px 0px 0px 0px; width: 1200px; max-width: calc(100% - 100px); }
        .sd[data-s-bffefdae-bb27-46fd-b694-5055e943af26].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-bffefdae-bb27-46fd-b694-5055e943af26].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-bffefdae-bb27-46fd-b694-5055e943af26] { margin: 0px 20px 0px; max-width: calc(100% - 40px); }
        }.sd[data-s-69249f9f-ccd8-4f38-b37c-3360380b4c58] { flex: none; height: auto; width: 100%; max-width: 600px; }.sd[data-s-16f795e0-338a-4094-9e57-b3e46225fa2a] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; justify-content: center; margin: 0px 60px 0px; padding: 0px; width: calc(100% - 120px); max-width: calc(100% - 120px); }
        .sd[data-s-16f795e0-338a-4094-9e57-b3e46225fa2a].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-16f795e0-338a-4094-9e57-b3e46225fa2a].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 840px){
        .sd[data-s-16f795e0-338a-4094-9e57-b3e46225fa2a] { margin: 0px 30px 0px; width: calc(100% - 60px); max-width: calc(100% - 60px); }
        }.sd[data-s-429b9e7e-6707-449e-a945-000de0e4387f] { color: #eabd00; font-family: var(--s-font-60ae4775); font-size: 14px; font-weight: 400; height: auto; letter-spacing: 0.1em; line-height: 1.4; margin: 0px 0px 0px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-429b9e7e-6707-449e-a945-000de0e4387f] { font-size: 12px; }
        }
        @media screen and (max-width: 320px){
        .sd[data-s-429b9e7e-6707-449e-a945-000de0e4387f] { font-size: 34px; line-height: 1.2; margin: 40px 0px 0px 0px; max-width: 100%; }
        }.sd[data-s-52031d6b-9c33-43d4-84b6-c8321abda012] { color: #333; flex: none; font-family: var(--s-font-60ae4775); font-size: 26px; font-weight: 400; height: auto; letter-spacing: 0.1em; line-height: 1.7; margin: 0px 0px 0px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-52031d6b-9c33-43d4-84b6-c8321abda012] { font-size: 20px; }
        }
        @media screen and (max-width: 320px){
        .sd[data-s-52031d6b-9c33-43d4-84b6-c8321abda012] { margin: 30px 0px 0px 0px; max-width: 100%; }
        }.sd[data-s-0354dc18-9b25-48c6-b97d-7c2b54c64d99] { align-content: center; align-items: center; background: rgba(0,0,0,0.0); flex: none; flex-direction: row; flex-wrap: nowrap; height: 120px; justify-content: space-between; margin: 40px 0px 40px 0px; width: 1200px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-0354dc18-9b25-48c6-b97d-7c2b54c64d99] { flex: none; height: 70px; margin: 10px 0px 10px 0px; width: 90%; max-width: 90%; }
        }.sd[data-s-c245fdfc-7fea-45d3-925b-d80963af6f65] { align-content: center; align-items: center; background: #FFFFFF; border-radius: 48px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 84px; justify-content: center; padding: 0px 0px 0px 0px; width: 24%; max-width: 24%; }
        @media screen and (max-width: 540px){
        .sd[data-s-c245fdfc-7fea-45d3-925b-d80963af6f65] { flex: none; height: 50px; width: 24%; max-width: 24%; }
        }.sd[data-s-c1fa1417-90a2-460a-b77e-78302ff4dac2] { flex: none; height: 30px; width: 30px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-c1fa1417-90a2-460a-b77e-78302ff4dac2] { flex: none; height: 20px; width: 20px; max-width: 100%; }
        }.sd[data-s-1c05c23f-9d1d-4cf5-91f4-98993b445804] { align-content: center; align-items: center; background: #FFFFFF; border-radius: 48px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 84px; justify-content: center; padding: 0px 0px 0px 0px; width: 24%; max-width: 24%; }
        @media screen and (max-width: 540px){
        .sd[data-s-1c05c23f-9d1d-4cf5-91f4-98993b445804] { flex: none; height: 50px; width: 24%; max-width: 24%; }
        }.sd[data-s-8feb2b62-baca-4251-a279-24e083462ef8] { flex: none; height: 30px; width: 30px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-8feb2b62-baca-4251-a279-24e083462ef8] { flex: none; height: 20px; width: 20px; max-width: 100%; }
        }.sd[data-s-acd696f9-0147-4f22-af4f-2723148d57cf] { align-content: center; align-items: center; background: #FFFFFF; border-radius: 48px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 84px; justify-content: center; padding: 0px 0px 0px 0px; width: 24%; max-width: 24%; }
        @media screen and (max-width: 540px){
        .sd[data-s-acd696f9-0147-4f22-af4f-2723148d57cf] { flex: none; height: 50px; width: 24%; max-width: 24%; }
        }.sd[data-s-32f95699-9fae-4910-a748-41f969da12df] { flex: none; height: 30px; width: 30px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-32f95699-9fae-4910-a748-41f969da12df] { flex: none; height: 20px; width: 20px; max-width: 100%; }
        }.sd[data-s-aec71948-c7fa-42d0-98d1-4ab0fcec38fe] { align-content: center; align-items: center; background: #FFFFFF; border-radius: 48px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 84px; justify-content: center; padding: 0px 0px 0px 0px; width: 24%; max-width: 24%; }
        @media screen and (max-width: 540px){
        .sd[data-s-aec71948-c7fa-42d0-98d1-4ab0fcec38fe] { flex: none; height: 50px; width: 24%; max-width: 24%; }
        }.sd[data-s-697507da-96fb-4068-ac2a-5aa782724a92] { flex: none; height: 30px; width: 30px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-697507da-96fb-4068-ac2a-5aa782724a92] { flex: none; height: 20px; width: 20px; max-width: 100%; }
        }.sd[data-s-94d16906-65e6-4bd7-ab4b-d768960b7374] { align-content: center; align-items: center; background: #abc783; border-radius: 48px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100px; justify-content: center; margin: 0px 0px 80px 0px; padding: 0px 0px 0px 0px; width: 450px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-94d16906-65e6-4bd7-ab4b-d768960b7374] { flex: none; height: 70px; width: 60%; max-width: 60%; }
        }.sd[data-s-d638161a-6c41-41b0-8ea0-7992b244233e] { color: #FFFFFF; font-family: var(--s-font-60ae4775); font-size: 18px; font-weight: 400; height: auto; letter-spacing: 0.1em; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-97d94f87-c765-4652-b151-a783815f0ede] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 0px 0px 0px 0px; width: 100%; z-index: 0; max-width: 100%; }
        @media screen and (max-width: 320px){
        .sd[data-s-97d94f87-c765-4652-b151-a783815f0ede] { padding: 0px 0px 45px 0px; }
        }.sd[data-s-dada1e98-1750-4750-8ce4-5ad9c8c8d6cf] {  }.sd[data-s-29336048-e20c-4091-aa1a-7e907a327c95] {  }.sd[data-s-f5f2aba7-1fed-4348-a237-f20537c41914] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: 100%; z-index: 0; max-width: 100%; }
        @media screen and (max-width: 840px){
        .sd[data-s-f5f2aba7-1fed-4348-a237-f20537c41914] { z-index: 0; }
        }.sd[data-s-e91a5d4f-6c26-4911-b0cd-fc5d48b8dfbd] {  }.sd[data-s-a138fb46-838c-4c52-8c15-bf70558a2d65] { align-content: center; align-items: center; background: #EEEEEE; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: 100%; max-width: 100%; }.sd[data-s-41728697-18e2-4b45-aec4-32165466b9e4] { 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: 40px 0px 20px 0px; width: auto; max-width: 100%; }
        .sd[data-s-41728697-18e2-4b45-aec4-32165466b9e4].appear { opacity: 0; transform: translate(0px, 70px); transition-duration: 800ms; }
        .sd[data-s-41728697-18e2-4b45-aec4-32165466b9e4].appear-active { transition-duration: 800ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-41728697-18e2-4b45-aec4-32165466b9e4] { flex: none; width: 85%; max-width: 85%; }
        }.sd[data-s-b401139a-a2c7-45d5-adbf-73768a1cc14c] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-b401139a-a2c7-45d5-adbf-73768a1cc14c].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-b401139a-a2c7-45d5-adbf-73768a1cc14c].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-b401139a-a2c7-45d5-adbf-73768a1cc14c] { justify-content: center; }
        }.sd[data-s-b6040ea1-10e6-499d-8e99-85ad9e664e2d] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 10px 0px 0px; opacity: 0; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 10px); }
        @media screen and (max-width: 540px){
        .sd[data-s-b6040ea1-10e6-499d-8e99-85ad9e664e2d] { flex: none; width: calc(56% - 10px); max-width: calc(56% - 10px); }
        }.sd[data-s-f4cdbaab-c70e-49e8-bdf2-1e59720804e8] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-c30cfc5e-4d76-4ecc-9fd8-b297a3e1c989] { align-content: center; align-items: center; background: rgba(0,0,0,0.0); flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-c30cfc5e-4d76-4ecc-9fd8-b297a3e1c989] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-240286a4-3f04-4a61-a452-4fdbc0da121c] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.2; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-240286a4-3f04-4a61-a452-4fdbc0da121c] { font-size: 14px; }
        }.sd[data-s-985dc2fa-c1b9-4ce4-989c-3b6e7e012e11] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-985dc2fa-c1b9-4ce4-989c-3b6e7e012e11].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-985dc2fa-c1b9-4ce4-989c-3b6e7e012e11].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-985dc2fa-c1b9-4ce4-989c-3b6e7e012e11] { justify-content: center; }
        }.sd[data-s-32efb9ef-220e-40e7-b0c4-8b2efebbc224] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-32efb9ef-220e-40e7-b0c4-8b2efebbc224] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-2736f8ac-f757-4dfe-8b2c-d6c34d1b7f6f] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-2736f8ac-f757-4dfe-8b2c-d6c34d1b7f6f] { font-size: 14px; }
        }.sd[data-s-a71bec94-17be-4056-93fa-8e99e7fa6f38] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: row; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-a71bec94-17be-4056-93fa-8e99e7fa6f38] { flex: none; flex-direction: column; flex-wrap: nowrap; width: 42%; max-width: 42%; }
        }.sd[data-s-3d567e0c-b8bf-4715-b409-1c2eb15035d5] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-3d567e0c-b8bf-4715-b409-1c2eb15035d5] { font-size: 14px; }
        }.sd[data-s-5440affa-0776-4b8b-ac20-9ca11395c956] { color: #333; font-family: var(--s-font-3db45531); font-size: 12px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-c33fc57a-0f57-4058-943b-c0d7a7ca2a77] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-c33fc57a-0f57-4058-943b-c0d7a7ca2a77].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-c33fc57a-0f57-4058-943b-c0d7a7ca2a77].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-c33fc57a-0f57-4058-943b-c0d7a7ca2a77] { justify-content: center; }
        }.sd[data-s-32b66ea1-71fd-409e-8bfd-86c6ff45d92a] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-32b66ea1-71fd-409e-8bfd-86c6ff45d92a] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-a1283907-3f9f-4455-a322-c5349f298205] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-a1283907-3f9f-4455-a322-c5349f298205] { font-size: 14px; }
        }.sd[data-s-3085077f-e6a7-4084-86b6-7a62f7865925] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-3085077f-e6a7-4084-86b6-7a62f7865925] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-23f5f4e8-5296-4736-91cb-fa7ecb070f88] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-23f5f4e8-5296-4736-91cb-fa7ecb070f88] { font-size: 14px; }
        }.sd[data-s-cbdcb3d4-2a53-499c-a32b-22347930cacb] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-cbdcb3d4-2a53-499c-a32b-22347930cacb].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-cbdcb3d4-2a53-499c-a32b-22347930cacb].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-cbdcb3d4-2a53-499c-a32b-22347930cacb] { justify-content: center; }
        }.sd[data-s-c4074c22-e703-4404-9f46-a0d24729a42f] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-c4074c22-e703-4404-9f46-a0d24729a42f] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-d3f9d118-2206-41a4-8a6b-69275b847b0f] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-d3f9d118-2206-41a4-8a6b-69275b847b0f] { font-size: 14px; }
        }.sd[data-s-1e8f6e00-6a70-4612-a1e3-54b2f775de91] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: row; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-1e8f6e00-6a70-4612-a1e3-54b2f775de91] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-c60fa074-5069-4b69-ab0c-3f4eba9ed723] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-c60fa074-5069-4b69-ab0c-3f4eba9ed723] { font-size: 14px; }
        }.sd[data-s-2d893ac8-656d-4958-bb36-6becdb1450d6] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-2d893ac8-656d-4958-bb36-6becdb1450d6].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-2d893ac8-656d-4958-bb36-6becdb1450d6].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-2d893ac8-656d-4958-bb36-6becdb1450d6] { justify-content: center; }
        }.sd[data-s-bc233159-b1cc-4b40-abbe-4f98699d3297] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-bc233159-b1cc-4b40-abbe-4f98699d3297] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-af6eaec5-66f7-46d4-b8a9-379ee4f5b02c] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-af6eaec5-66f7-46d4-b8a9-379ee4f5b02c] { font-size: 14px; }
        }.sd[data-s-4a94cee5-5bf0-47d3-91a8-6bd89598ed31] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: row; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-4a94cee5-5bf0-47d3-91a8-6bd89598ed31] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-edcd7d1d-4fba-4caa-9370-cf9d5b2c34b9] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-f0f0b13e-2e81-493d-ad52-b22bfb0fdb1d] { color: #333; font-family: var(--s-font-3db45531); font-size: 12px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-f0f0b13e-2e81-493d-ad52-b22bfb0fdb1d] { font-size: 10px; }
        }.sd[data-s-81bd962d-bd4c-4955-bc45-dbcce77d30c6] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-81bd962d-bd4c-4955-bc45-dbcce77d30c6].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-81bd962d-bd4c-4955-bc45-dbcce77d30c6].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-81bd962d-bd4c-4955-bc45-dbcce77d30c6] { justify-content: center; }
        }.sd[data-s-c19cbb1f-c2a1-4321-9581-b32b8ebe561c] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-c19cbb1f-c2a1-4321-9581-b32b8ebe561c] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-927a8867-d9a8-4e42-a9f2-34ef9163f66f] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-927a8867-d9a8-4e42-a9f2-34ef9163f66f] { font-size: 14px; }
        }.sd[data-s-ae0412dc-4a08-43a1-8662-d5307140d42c] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: row; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-ae0412dc-4a08-43a1-8662-d5307140d42c] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-d93e20c6-ee6b-4a44-925b-f5390fb6ccdf] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; margin: 0px 5px 0px 0px; text-align: center; width: auto; max-width: calc(100% - 5px); justify-content: center; }.sd[data-s-2e25676c-fd67-4d69-a9f5-e7c34a7cc920] { color: #333; font-family: var(--s-font-3db45531); font-size: 12px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-2e25676c-fd67-4d69-a9f5-e7c34a7cc920] { font-size: 10px; }
        }.sd[data-s-bbc4f8e4-4b35-4c7c-8a52-93081df81e31] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-bbc4f8e4-4b35-4c7c-8a52-93081df81e31].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-bbc4f8e4-4b35-4c7c-8a52-93081df81e31].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-bbc4f8e4-4b35-4c7c-8a52-93081df81e31] { justify-content: center; }
        }.sd[data-s-2a859c98-0fb3-4cb3-a4fb-2f1638a846bb] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-2a859c98-0fb3-4cb3-a4fb-2f1638a846bb] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-580cfd71-ec2f-4033-8f0e-94e4fe72913e] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-580cfd71-ec2f-4033-8f0e-94e4fe72913e] { font-size: 14px; }
        }.sd[data-s-7784218f-8b8e-4401-be56-c75f29b12c87] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-7784218f-8b8e-4401-be56-c75f29b12c87] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-7c164dda-db39-49b8-a6de-8f9d13707810] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-7c164dda-db39-49b8-a6de-8f9d13707810] { font-size: 14px; }
        }.sd[data-s-525bee4d-edd6-43b3-b06b-0b8e25a014e6] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-525bee4d-edd6-43b3-b06b-0b8e25a014e6].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-525bee4d-edd6-43b3-b06b-0b8e25a014e6].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-525bee4d-edd6-43b3-b06b-0b8e25a014e6] { justify-content: center; }
        }.sd[data-s-7b810f19-0a43-45c5-b5f8-1f59b2122990] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-7b810f19-0a43-45c5-b5f8-1f59b2122990] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }
        @media screen and (max-width: 320px){
        .sd[data-s-7b810f19-0a43-45c5-b5f8-1f59b2122990] { flex: none; height: 90px; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-fafb9130-b5d2-4845-8994-b90add9a5d3e] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-fafb9130-b5d2-4845-8994-b90add9a5d3e] { font-size: 14px; }
        }.sd[data-s-cbde0406-7c60-4ef1-a887-8368730dcc72] { color: #333; font-family: var(--s-font-3db45531); font-size: 10px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-cbde0406-7c60-4ef1-a887-8368730dcc72] { font-size: 9px; text-align: left; justify-content: flex-start; }
        }.sd[data-s-8fd600e7-0939-4d43-b666-f0af7a849ca0] { color: #333; font-family: var(--s-font-3db45531); font-size: 10px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-8fd600e7-0939-4d43-b666-f0af7a849ca0] { font-size: 9px; text-align: left; justify-content: flex-start; }
        }.sd[data-s-ca308022-979a-475c-b2b7-0e6bb4a2a853] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-ca308022-979a-475c-b2b7-0e6bb4a2a853] { flex: none; width: 42%; max-width: 42%; }
        }
        @media screen and (max-width: 320px){
        .sd[data-s-ca308022-979a-475c-b2b7-0e6bb4a2a853] { flex: none; height: 90px; width: 42%; max-width: 42%; }
        }.sd[data-s-efdffd44-09ab-4b4e-95f3-0df1ea1d6f8c] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-bd96b6b7-66f6-426f-8e70-68940aa87e86] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-bd96b6b7-66f6-426f-8e70-68940aa87e86].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-bd96b6b7-66f6-426f-8e70-68940aa87e86].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-bd96b6b7-66f6-426f-8e70-68940aa87e86] { justify-content: center; }
        }.sd[data-s-7957c0f7-b69e-4e1b-bf6f-3247b0cf17ce] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-7957c0f7-b69e-4e1b-bf6f-3247b0cf17ce] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-a1116c7f-470d-4ce5-8fb7-1d4821902b1b] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-a1116c7f-470d-4ce5-8fb7-1d4821902b1b] { font-size: 14px; }
        }.sd[data-s-501c911d-8815-4368-9a4e-aa7da2f95006] { color: #333; font-family: var(--s-font-3db45531); font-size: 10px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-501c911d-8815-4368-9a4e-aa7da2f95006] { font-size: 9px; text-align: left; justify-content: flex-start; }
        }.sd[data-s-df4e2f5c-697c-448c-a48c-937898d64644] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-df4e2f5c-697c-448c-a48c-937898d64644] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-195e0b1b-f4ea-4f2f-9360-b4f77ae38d6b] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-d00b54f1-e4dc-4e5c-a7b0-e99861bd2ac4] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-d00b54f1-e4dc-4e5c-a7b0-e99861bd2ac4].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-d00b54f1-e4dc-4e5c-a7b0-e99861bd2ac4].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-d00b54f1-e4dc-4e5c-a7b0-e99861bd2ac4] { justify-content: center; }
        }.sd[data-s-e4637611-9b56-4601-9b3f-7b79c6174a8d] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-e4637611-9b56-4601-9b3f-7b79c6174a8d] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-f17dea87-12af-4487-82de-e3d508ab765b] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-f17dea87-12af-4487-82de-e3d508ab765b] { font-size: 14px; }
        }.sd[data-s-a27224e4-c484-429e-8191-6f3d8e78e1c6] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-a27224e4-c484-429e-8191-6f3d8e78e1c6] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-35d10d4f-e462-4149-b124-6e7ebc3b8740] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-9e05edfd-74c3-4c91-95aa-f9b8c9760e8f] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-9e05edfd-74c3-4c91-95aa-f9b8c9760e8f].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-9e05edfd-74c3-4c91-95aa-f9b8c9760e8f].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-9e05edfd-74c3-4c91-95aa-f9b8c9760e8f] { justify-content: center; }
        }.sd[data-s-b3404744-1831-4877-bf3d-f0a528b64037] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-b3404744-1831-4877-bf3d-f0a528b64037] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-a4d3e7c0-3fd4-4e54-ad08-2707534f30b7] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-a4d3e7c0-3fd4-4e54-ad08-2707534f30b7] { font-size: 14px; text-align: left; justify-content: flex-start; }
        }.sd[data-s-903e46bd-31af-4074-a756-7d08b06f6519] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-903e46bd-31af-4074-a756-7d08b06f6519] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-0207c9ef-58ae-4206-8403-9e09e8f3f369] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-6e4c7f4e-f17d-4a2e-a897-8653a1850657] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-6e4c7f4e-f17d-4a2e-a897-8653a1850657].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-6e4c7f4e-f17d-4a2e-a897-8653a1850657].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-6e4c7f4e-f17d-4a2e-a897-8653a1850657] { justify-content: center; }
        }.sd[data-s-4d0bade7-b8c4-4001-b983-ff14cc75740b] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-4d0bade7-b8c4-4001-b983-ff14cc75740b] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-7d30c7d6-e4a4-4f3f-9982-2bb4b40865b6] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-7d30c7d6-e4a4-4f3f-9982-2bb4b40865b6] { font-size: 14px; }
        }.sd[data-s-803e4441-9cb3-4750-aaa9-8b551ee99453] { color: #333; font-family: var(--s-font-3db45531); font-size: 10px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-803e4441-9cb3-4750-aaa9-8b551ee99453] { font-size: 9px; text-align: left; justify-content: flex-start; }
        }.sd[data-s-a5701b72-5a47-4a9b-8627-10b75a4a8358] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-a5701b72-5a47-4a9b-8627-10b75a4a8358] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-fb36a4e9-8694-4fb1-b8c1-1141508a361a] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-6caf8e62-f01d-4962-b28e-49ab2781cc19] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-6caf8e62-f01d-4962-b28e-49ab2781cc19].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-6caf8e62-f01d-4962-b28e-49ab2781cc19].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-6caf8e62-f01d-4962-b28e-49ab2781cc19] { justify-content: center; }
        }.sd[data-s-363892f3-582c-42a9-9efd-b60baf469669] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-363892f3-582c-42a9-9efd-b60baf469669] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-f2012aa2-3d5e-4068-b50d-08a911419855] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-f2012aa2-3d5e-4068-b50d-08a911419855] { font-size: 14px; text-align: left; justify-content: flex-start; }
        }.sd[data-s-7d115085-aec7-4782-8aa4-2af28e55d9e2] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-7d115085-aec7-4782-8aa4-2af28e55d9e2] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-b54ee052-63db-4922-a62d-90bf04daa729] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-eb779d5b-cab8-466a-bc05-b649be352906] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-eb779d5b-cab8-466a-bc05-b649be352906].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-eb779d5b-cab8-466a-bc05-b649be352906].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-eb779d5b-cab8-466a-bc05-b649be352906] { justify-content: center; }
        }.sd[data-s-952ed2d9-8302-43ef-a03b-8f8bc700d1fe] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-952ed2d9-8302-43ef-a03b-8f8bc700d1fe] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-3eb030a3-b4fa-4c07-98e1-9b9ce0d2171f] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-3eb030a3-b4fa-4c07-98e1-9b9ce0d2171f] { font-size: 14px; }
        }.sd[data-s-60d221c6-d61a-4940-a271-13554df704aa] { color: #333; font-family: var(--s-font-3db45531); font-size: 10px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
        @media screen and (max-width: 540px){
        .sd[data-s-60d221c6-d61a-4940-a271-13554df704aa] { font-size: 9px; }
        }.sd[data-s-a88536b2-c50b-4fd0-a086-1adba6eb27a1] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-a88536b2-c50b-4fd0-a086-1adba6eb27a1] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-96a61e6f-3794-425c-aa9d-1666d11e2651] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-96a61e6f-3794-425c-aa9d-1666d11e2651] { font-size: 14px; }
        }.sd[data-s-94f8831f-857b-40c6-9521-89fa795c7e3d] { color: #333; font-family: var(--s-font-3db45531); font-size: 10px; font-weight: 400; height: auto; line-height: 1.4; margin: 2px 0px 0px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-94f8831f-857b-40c6-9521-89fa795c7e3d] { font-size: 9px; }
        }.sd[data-s-c813ff8b-edf4-4858-a35f-30c0aa736a56] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-c813ff8b-edf4-4858-a35f-30c0aa736a56].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-c813ff8b-edf4-4858-a35f-30c0aa736a56].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-c813ff8b-edf4-4858-a35f-30c0aa736a56] { justify-content: center; }
        }.sd[data-s-94c84598-bf9e-4957-bfc9-70b77687e068] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-94c84598-bf9e-4957-bfc9-70b77687e068] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-5eac6d95-a51c-4ec8-ae55-31220150c353] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-5eac6d95-a51c-4ec8-ae55-31220150c353] { font-size: 14px; }
        }.sd[data-s-88c4377e-0175-4ec2-b1b1-20814bf3ee53] { color: #333; font-family: var(--s-font-3db45531); font-size: 10px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-88c4377e-0175-4ec2-b1b1-20814bf3ee53] { font-size: 9px; }
        }.sd[data-s-8d7538bc-1e9b-4bf6-8ba3-4d42e2f47bb0] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-8d7538bc-1e9b-4bf6-8ba3-4d42e2f47bb0] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-f41305c4-bbf0-439d-ac59-9e816c4923ac] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-461b2edd-c22f-4d9b-b82c-02792722174e] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-461b2edd-c22f-4d9b-b82c-02792722174e].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-461b2edd-c22f-4d9b-b82c-02792722174e].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-461b2edd-c22f-4d9b-b82c-02792722174e] { justify-content: center; }
        }.sd[data-s-1e62d046-58c2-4ecc-adb9-1141103b51c1] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-1e62d046-58c2-4ecc-adb9-1141103b51c1] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-316f1560-5894-4b96-9995-ec81b9602329] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-316f1560-5894-4b96-9995-ec81b9602329] { font-size: 14px; }
        }.sd[data-s-c9eaf5f6-2fdd-4b0b-892f-59abfca47196] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-c9eaf5f6-2fdd-4b0b-892f-59abfca47196] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-12048177-687f-4373-b403-69a3851b37cd] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-a352fdb3-b425-4212-b459-6f7d40b32937] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-a352fdb3-b425-4212-b459-6f7d40b32937].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-a352fdb3-b425-4212-b459-6f7d40b32937].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-a352fdb3-b425-4212-b459-6f7d40b32937] { justify-content: center; }
        }.sd[data-s-87fda49a-c1bc-40a4-b30b-74393187c4a0] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-87fda49a-c1bc-40a4-b30b-74393187c4a0] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-d3f1be7d-4d2d-4cba-96a9-8f7d56e2f8c3] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-d3f1be7d-4d2d-4cba-96a9-8f7d56e2f8c3] { font-size: 14px; }
        }.sd[data-s-e29dc84b-1dfb-420d-b617-fa6158d862fa] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-e29dc84b-1dfb-420d-b617-fa6158d862fa] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-5f28466f-2daf-4a1b-b6aa-01359ba43dc9] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-939ba5da-87e6-4a95-8487-aa1506ee33d3] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
        .sd[data-s-939ba5da-87e6-4a95-8487-aa1506ee33d3].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-939ba5da-87e6-4a95-8487-aa1506ee33d3].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-939ba5da-87e6-4a95-8487-aa1506ee33d3] { justify-content: center; }
        }.sd[data-s-b6786b73-2568-4be3-bce5-6f5c50c5116a] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-b6786b73-2568-4be3-bce5-6f5c50c5116a] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-5d5b8652-e689-48ef-9a2e-279e66702f9f] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-5d5b8652-e689-48ef-9a2e-279e66702f9f] { font-size: 14px; }
        }.sd[data-s-c420fa7d-d868-4ec6-a179-b09fc03d6bff] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: center; margin: 5px 0px 0px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-c420fa7d-d868-4ec6-a179-b09fc03d6bff] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-f47cc03c-cf2c-40ac-9714-b9a0b046cd37] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-c45398b1-83d5-43e2-b6db-b79341ea6220] { align-content: flex-start; align-items: flex-start; background: rgba(0,0,0,0.0); flex: none; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: center; margin: 5px 0px 10px 0px; width: auto; max-width: 100%; }
        .sd[data-s-c45398b1-83d5-43e2-b6db-b79341ea6220].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-c45398b1-83d5-43e2-b6db-b79341ea6220].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-c45398b1-83d5-43e2-b6db-b79341ea6220] { flex: none; justify-content: center; margin: 5px 0px 10px 0px; width: 100%; max-width: 100%; }
        }.sd[data-s-58f68d14-5894-4c26-86c6-f49104e28ab2] { align-content: flex-start; align-items: flex-start; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 170px; justify-content: center; margin: 0px 5px 0px 0px; padding: 0px 0px 0px 20px; width: 250px; max-width: calc(100% - 5px); }
        @media screen and (max-width: 540px){
        .sd[data-s-58f68d14-5894-4c26-86c6-f49104e28ab2] { flex: none; width: calc(56% - 5px); max-width: calc(56% - 5px); }
        }.sd[data-s-54fcc11d-e704-49fd-aa45-ebdb9b4e38d8] { color: #333; font-family: var(--s-font-36b40316); font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-54fcc11d-e704-49fd-aa45-ebdb9b4e38d8] { font-size: 14px; }
        }.sd[data-s-b4f8395b-a06d-4fc1-a782-ad538123ebc0] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; }
        @media screen and (max-width: 540px){
        .sd[data-s-b4f8395b-a06d-4fc1-a782-ad538123ebc0] { flex: none; width: 42%; max-width: 42%; }
        }.sd[data-s-25d5c11a-6fe8-43e0-a24a-fb377443ee7d] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 90px; justify-content: center; margin: 0px 0px 5px 0px; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-25d5c11a-6fe8-43e0-a24a-fb377443ee7d] { flex: none; width: 100%; max-width: 100%; }
        }.sd[data-s-2d1f4ba9-21ee-4ac3-bbbd-a7ca1b9b6ae5] { color: #333; font-family: var(--s-font-3db45531); font-size: 14px; font-weight: 400; height: auto; line-height: 1.4; padding: 0px 5px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-2d1f4ba9-21ee-4ac3-bbbd-a7ca1b9b6ae5] { padding: 0px 0px 0px; }
        }.sd[data-s-f4b7098e-6a66-4634-8bba-f2a85af8e5ac] { color: #333; font-family: var(--s-font-3db45531); font-size: 10px; font-weight: 400; height: auto; line-height: 1.4; margin: 2px 0px 0px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-f4b7098e-6a66-4634-8bba-f2a85af8e5ac] { font-size: 9px; }
        }.sd[data-s-fdcfa016-cf69-4901-b8f3-7f1ac765b7f1] { align-content: center; align-items: center; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: 75px; justify-content: center; width: 185px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-fdcfa016-cf69-4901-b8f3-7f1ac765b7f1] { flex: none; width: 100%; max-width: 100%; }
        }.sd[data-s-112c643d-fa1e-4363-bc7c-4ede478ff573] { color: #333; font-family: var(--s-font-3db45531); font-size: 14px; font-weight: 400; height: auto; line-height: 1.4; padding: 0px 5px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 540px){
        .sd[data-s-112c643d-fa1e-4363-bc7c-4ede478ff573] { padding: 0px 0px 0px; }
        }
        @media screen and (max-width: 320px){
        .sd[data-s-112c643d-fa1e-4363-bc7c-4ede478ff573] { font-size: 12px; }
        }.sd[data-s-6491749f-21ce-4574-935d-b4cd5139a803] { 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 50px 0px; width: 440px; max-width: calc(100% - 100px); }
        .sd[data-s-6491749f-21ce-4574-935d-b4cd5139a803].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-6491749f-21ce-4574-935d-b4cd5139a803].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-6491749f-21ce-4574-935d-b4cd5139a803] { flex: none; margin: 0px 0px 0px; width: 100%; max-width: 100%; }
        }.sd[data-s-ff553e13-8ada-45e4-bf17-461489ffb0de] { color: #333; font-family: var(--s-font-3db45531); font-size: 15px; font-weight: 400; height: auto; line-height: 1.75; text-align: center; width: auto; max-width: 100%; justify-content: center; }
        @media screen and (max-width: 840px){
        .sd[data-s-ff553e13-8ada-45e4-bf17-461489ffb0de] { font-size: 16px; }
        }
        @media screen and (max-width: 540px){
        .sd[data-s-ff553e13-8ada-45e4-bf17-461489ffb0de] { font-size: 14px; }
        }.sd[data-s-eb0dd4e8-8c89-44da-82d3-950802928399] { color: #333; font-family: var(--s-font-3db45531); font-size: 15px; font-weight: 400; height: auto; line-height: 1.75; text-align: justify; width: auto; max-width: 100%; justify-content: space-between; }
        @media screen and (max-width: 840px){
        .sd[data-s-eb0dd4e8-8c89-44da-82d3-950802928399] { font-size: 14px; }
        }
        @media screen and (max-width: 540px){
        .sd[data-s-eb0dd4e8-8c89-44da-82d3-950802928399] { font-size: 12px; }
        }.sd[data-s-6e5dea09-d1f6-450b-9aa5-ee94f9b1c292] { color: #333; font-family: var(--s-font-3db45531); font-size: 15px; font-weight: 400; height: auto; line-height: 1.75; text-align: justify; width: auto; max-width: 100%; justify-content: space-between; }
        @media screen and (max-width: 840px){
        .sd[data-s-6e5dea09-d1f6-450b-9aa5-ee94f9b1c292] { font-size: 14px; }
        }
        @media screen and (max-width: 540px){
        .sd[data-s-6e5dea09-d1f6-450b-9aa5-ee94f9b1c292] { font-size: 12px; }
        }.sd[data-s-8a610c7b-61ab-4832-b994-be9fab50206b] { color: #333; font-family: var(--s-font-3db45531); font-size: 15px; font-weight: 400; height: auto; line-height: 1.75; text-align: justify; width: auto; max-width: 100%; justify-content: space-between; }
        @media screen and (max-width: 840px){
        .sd[data-s-8a610c7b-61ab-4832-b994-be9fab50206b] { font-size: 14px; }
        }
        @media screen and (max-width: 540px){
        .sd[data-s-8a610c7b-61ab-4832-b994-be9fab50206b] { font-size: 12px; }
        }.sd[data-s-3428bb83-d844-4dca-b031-a10f03769b03] {  }.sd[data-s-85c29715-248b-4b99-9128-ed3993f9e971] {  }.sd[data-s-a8978f05-e653-412c-8275-9d907d09ba35] {  }.sd[data-s-a81845c5-6e48-4747-af85-0b0595064fda] {  }.sd[data-s-a7c29975-02e9-4cb0-a47a-895abba7d54e] {  }.sd[data-s-e24973a0-90e6-46e4-8da8-2431c540568a] {  }
      body {
        background: #fff;
        transition: background 0.5s cubic-bezier(0.4, 0.4, 0, 1);
      }
      .sd[data-s-d5c9b845-b3fd-497e-a7f5-c42a736dc3cb] { background: rgba(0, 0, 0, 0.7); border-radius: 0; box-shadow: ; flex: none; height: 100%; justify-content: center; margin: 0 0 0 0; opacity: 1; padding: 0 0 0 0; width: 100%; max-width: 100%; }.sd[data-s-a19d3c82-c040-43cb-aeef-302a714d3433] { align-content: center; align-items: center; background: #EEEEEE; border-radius: 24px; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; margin: 0px 50px 0px; overflow-x: hidden; overflow-y: hidden; width: 900px; max-width: calc(100% - 100px); }
        .sd[data-s-a19d3c82-c040-43cb-aeef-302a714d3433].appear { opacity: 0; transform: translate(0px, 80px); transition-duration: 1000ms; }
        .sd[data-s-a19d3c82-c040-43cb-aeef-302a714d3433].appear-active { transition-duration: 1000ms; }
        @media screen and (max-width: 540px){
        .sd[data-s-a19d3c82-c040-43cb-aeef-302a714d3433] { flex: none; margin: 0px 0px 0px; width: 90%; max-width: 90%; }
        }.sd[data-s-5d3baff5-f914-4e59-9326-beaaafa4a3b7] { align-content: center; align-items: center; background: #EEEEEE; border-radius: 0px; flex: none; flex-direction: row; flex-wrap: nowrap; height: 600px; justify-content: center; margin: 0px 0px 0px 0px; overflow-x: hidden; overflow-y: hidden; padding: 0px 0px 0px; transition-timing-function: cubic-bezier(0   , 0   , 0.99, 0.98); width: 100%; max-width: 100%; }
        @media screen and (max-width: 840px){
        .sd[data-s-5d3baff5-f914-4e59-9326-beaaafa4a3b7] { flex: none; height: 490px; width: 100%; max-width: 100%; }
        }
        @media screen and (max-width: 540px){
        .sd[data-s-5d3baff5-f914-4e59-9326-beaaafa4a3b7] { flex: none; height: 350px; width: 100%; max-width: 100%; }
        }.sd[data-s-fd1613f6-2248-4188-b9df-92cb1ef9b094] { align-content: center; align-items: center; border-radius: 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: center; margin: 0px 0px 0px; padding: 0px 0px 0px; transform: translate({{translateX}}, 0px); transition-duration: {{_duration}}ms; transition-timing-function: cubic-bezier(0.58, 0.21, 0.41, 0.96); width: 100%; z-index: 2; max-width: 100%; }
        .sd[data-s-fd1613f6-2248-4188-b9df-92cb1ef9b094]:before { filter: brightness(0.8); }
        .sd[data-s-fd1613f6-2248-4188-b9df-92cb1ef9b094]:hover { background: #EEEEEE; }.sd[data-s-9432a4b5-07a5-47d3-95ae-909e43c5a167] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; height: 560px; justify-content: flex-end; padding: 0px 80px 60px; width: 100%; max-width: 100%; }
        @media screen and (max-width: 840px){
        .sd[data-s-9432a4b5-07a5-47d3-95ae-909e43c5a167] { flex: none; height: 450px; width: 100%; max-width: 100%; }
        }
        @media screen and (max-width: 540px){
        .sd[data-s-9432a4b5-07a5-47d3-95ae-909e43c5a167] { flex: none; height: 310px; width: 100%; max-width: 100%; }
        }.sd[data-s-6bd61139-1c7c-4ba1-aa43-9d00b1e4194d] { color: #333; flex: none; font-family: var(--s-font-3db45531); font-size: 16px; font-weight: 400; height: 40px; line-height: 1.4; padding: 0px 0px 0px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-142e2b8e-ba5e-4cf6-aa58-f8d7ef069b3b] { color: #333; font-family: var(--s-font-50909b9c); font-size: 20px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-d766e71d-e2b2-46bc-8380-6415a3f9df5b] { align-content: center; align-items: center; background: rgba(0,0,0,0.0); bottom: 0px; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; left: auto; margin: 0 0 0 0; padding: 0px; position: absolute; right: 0px; top: 0px; width: 80px; z-index: 2; max-width: 100%; }
        .sd[data-s-d766e71d-e2b2-46bc-8380-6415a3f9df5b]:hover { background: rgba(255, 255, 255, 0.62); }
        @media screen and (max-width: 540px){
        .sd[data-s-d766e71d-e2b2-46bc-8380-6415a3f9df5b] { display: flex; flex: none; width: 40px; max-width: 100%; }
        }
        @media screen and (max-width: 320px){
        .sd[data-s-d766e71d-e2b2-46bc-8380-6415a3f9df5b] { display: flex; }
        }.sd[data-s-a212a612-93e3-4b27-bb34-2adbd5f32d1d] { align-content: center; align-items: center; background: #FFFFFF; border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; height: 40px; justify-content: center; margin: 0px 0px 0px 0px; width: 40px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-a212a612-93e3-4b27-bb34-2adbd5f32d1d] { flex: none; height: 25px; width: 25px; max-width: 100%; }
        }.sd[data-s-1209fa48-2bc0-49e9-abb5-6246dbb3b546] { font-size: 24px; margin: 0px 0px 0px 0px; max-width: 100%; }.sd[data-s-0bd1bec6-2792-4e31-bbec-49f4fca4a58a] { align-content: center; align-items: center; border-radius: 0px; bottom: 0px; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; left: 0px; margin: 0 0 0 0; padding: 0px; position: absolute; right: auto; top: 0px; transition-timing-function: cubic-bezier(0.4 , 0.4 , 0.05, 1   ); width: 80px; z-index: 4; max-width: 100%; }
        .sd[data-s-0bd1bec6-2792-4e31-bbec-49f4fca4a58a]:hover { background: rgba(255, 255, 255, 0.62); }
        @media screen and (max-width: 540px){
        .sd[data-s-0bd1bec6-2792-4e31-bbec-49f4fca4a58a] { display: flex; flex: none; width: 40px; max-width: 100%; }
        }
        @media screen and (max-width: 320px){
        .sd[data-s-0bd1bec6-2792-4e31-bbec-49f4fca4a58a] { display: flex; }
        }.sd[data-s-3c1974ab-b6c7-4b55-a917-7243fb50a9d3] { align-content: center; align-items: center; background: #FFFFFF; border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; height: 40px; justify-content: center; margin: 0px 0px 0px 0px; width: 40px; max-width: 100%; }
        @media screen and (max-width: 540px){
        .sd[data-s-3c1974ab-b6c7-4b55-a917-7243fb50a9d3] { flex: none; height: 25px; width: 25px; max-width: 100%; }
        }.sd[data-s-2c889fa8-f55e-45fe-959e-bed901b39b9b] { font-size: 24px; margin: 0px 0px 0px 0px; max-width: 100%; }