:root {
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray700: #344054;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --untitled-ui--gray300: #d0d5dd;
  --white: white;
  --black: black;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --flowstica-webflow-library--black: #010b15;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-200: #f3f5fb;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--gray200: #eaecf0;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--primary-base: #642eff;
}


.professional-comments-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.comments-row {
  display: flex !important;
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: auto !important;
  max-width: 100%;
  scroll-snap-type: x mandatory;
  gap: 20px;
  z-index: 100;
}

.comment-card {
  display: inline-block;
  min-width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
  border-radius: 10px;
  background-color: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-picture {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.comment-card strong {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.no-comments {
  font-size: 18px;
  color: #444;
  text-align: center;
  margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 767px) {
  .comment-card {
    min-width: 100%;
    max-width: 100%;
  }
  .section-title {
    font-size: 20px;
  }
}






.onboarding-message {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 10px;
  border-radius: 5px;
  z-index: 1000;
  font-size: 14px;
  display: none;
  /* 初期状態では非表示 */
}


.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body-2 {
  background-color: #bec2b1;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.heading-2 {
  color: #151417;
  margin-top: 10px;
  margin-bottom: 0;
}

.image-3 {
  text-align: left;
  border: 10px solid #000;
  max-width: 70%;
  max-height: 70%;
}

.container-5 {
  background-image: url('../images/mini_dot-2.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.uui-footer04_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--untitled-ui--gray800);
  justify-content: center;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_social-icon {
  color: var(--untitled-ui--gray800);
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer04_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.f-field-icon-r {
  color: var(--flowui-component-library--gray-400);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 16px;
}

.f-field-icon {
  color: var(--flowui-component-library--gray-400);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16px;
  right: auto;
}

.f-field-input-double {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  background-color: rgba(255, 255, 255, .8);
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 56px;
  font-size: 14px;
  transition: all .25s;
}

.f-field-input-double:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input-double::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-field-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.container-6 {
  padding-left: 140px;
  padding-right: 140px;
}

.container-7 {
  border-top: 1px none var(--untitled-ui--gray800);
  border-bottom: 2px solid #000;
}

.section-6 {
  margin-top: 20px;
}

.text-block-5,
.text-block-6 {
  color: var(--untitled-ui--gray800);
  font-size: 14px;
}

.text-block-7 {
  color: #151417;
  padding-left: 1px;
}

.cell {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-nav-2 {
  font-size: 10px;
}

.icon {
  width: auto;
  margin-left: 28px;
  margin-right: 28px;
  font-size: 24px;
}

.icon-2 {
  font-size: 24px;
}

.slider-2 {
  background-color: #dadbd5;
  width: 100%;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-8 {
  font-size: 24px;
  font-weight: 700;
}

.text-block-9,
.text-block-10 {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
}

.right-arrow,
.left-arrow {
  width: 40px;
}

.text-block-11 {
  background-color: #b2b5a8;
  padding: 1px;
}

.flex-block {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.div-block-2 {
  padding: 2px;
}

.table-wrapper {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 50%;
  height: auto;
  margin-left: 3px;
  margin-right: 10px;
  padding: 15px 5px;
  transition: transform .2s;
  position: relative;
}

.table-wrapper.medium {
  max-height: none;
  overflow: hidden;
}

.table-wrapper.medium.rankings {
  background-color: #dadbd5;
  border-radius: 0;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.table-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-col.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col.data.left {
  z-index: 80;
  background-color: #dadbd5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  font-size: 16px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.table {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.table:active {
  border: 1px solid #dadada;
}

.table:focus {
  border-color: #d4d4d4;
}

.table.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.table.no-pad.overflow {
  background-color: #dadbd5;
  border-style: none;
  flex: none;
  width: 100%;
  height: 100%;
  max-height: none;
  padding-left: 0;
  position: relative;
  overflow: auto;
}

.table-row-3-col {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140vw;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
}

.table-row-3-col.data-row {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 30px;
}

.table-row-3-col.data-row:hover {
  background-color: rgba(0, 0, 0, 0);
}

.table-row-3-col.data-row.wide {
  grid-template-columns: 1fr 1fr;
}

.table-1---header---text {
  color: #5e5656;
  text-align: center;
  border: 1px #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.table-1---header---text.data {
  text-align: right;
  width: 100%;
  font-weight: 400;
}

.table-1---header---text.data.center {
  text-align: right;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 500px;
  display: flex;
}

.quick-stack {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: none;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-11 {
  background-color: #dadbd6;
}

.image-5 {
  width: 50px;
  height: 50px;
}

.dropdown {
  text-align: center;
  width: 100%;
}

.dropdown-list.w--open {
  background-color: #dadbd6;
}

.div-block-3,
.div-block-4,
.div-block-5,
.div-block-7 {
  width: 100%;
  height: 100%;
}

.html-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.html-embed-2,
.html-embed-3,
.html-embed-4 {
  width: 100%;
  height: 100%;
}

.body-3 {
  background-color: #b2b5a8;
}

.container-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: #505355;
}

.left-arrow-2 {
  font-size: 12px;
}

.icon-3,
.icon-4 {
  font-size: 14px;
}

.slide-nav-3 {
  font-size: 10px;
}

.slider-3 {
  background-color: rgba(0, 0, 0, 0);
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
}

.container-14 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.button-2 {
  background-color: #585858;
  margin-right: 10px;
}

.button-3 {
  background-color: #585858;
  margin-left: 10px;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
}

.paragraph-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-12 {
  margin-bottom: 0;
}

.text-block-13,
.text-block-14 {
  margin-top: 20px;
}

.flex-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.heading-4 {
  margin-left: 20px;
}

.link {
  font-style: normal;
  text-decoration: none;
}

.text-block-15 {
  margin-left: 0;
  font-weight: 700;
  text-decoration: none;
}

.link-block-2 {
  color: #333;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.container-15 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.container-16 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.container-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-4 {
  font-size: 10px;
}

.icon-5,
.icon-6,
.icon-7,
.icon-8,
.icon-9,
.icon-10 {
  font-size: 14px;
}

.slide-nav-5,
.slide-nav-6 {
  font-size: 10px;
}

.icon-11,
.icon-12 {
  font-size: 14px;
}

.slide-nav-7 {
  font-size: 10px;
}

.slider-4 {
  width: 100%;
  height: 100%;
}

.left-arrow-3,
.right-arrow-3 {
  height: auto;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.slide-nav-8 {
  font-size: 10px;
}

.slider-5 {
  width: 100%;
  height: 100%;
}

.right-arrow-4,
.icon-13 {
  font-size: 14px;
}

.slider-6,
.slider-7,
.slider-8 {
  width: 100%;
  height: 100%;
}

.section-1-copy {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .body-2 {
    background-color: #bec2b1;
  }

  .container-4 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .container-6 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .table-wrapper {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 4px;
  }

  .table-wrapper.medium.rankings {
    width: 75%;
  }

  .table {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table.no-pad.overflow {
    flex: none;
  }

  .table-row-3-col.data-row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .table-1---header---text {
    font-size: 10px;
    line-height: 14px;
  }

  .container-10 {
    max-width: 300px;
    max-height: 300px;
  }

  .html-embed-2 {
    height: 100%;
  }

  .html-embed-3,
  .html-embed-4 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .uui-footer04_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer04_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table-wrapper {
    border-style: none;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    transform: scale(.8);
  }

  .table-wrapper.medium.rankings {
    width: 100%;
  }

  .table.no-pad {
    padding-left: 10px;
    padding-right: 0;
  }

  .table.no-pad.overflow {
    width: 100%;
    padding-left: 0;
    overflow: auto;
  }

  .table-row-3-col.data-row {
    width: 100%;
  }

  .table-1---header---text {
    font-size: 10px;
    line-height: 12px;
  }
}

@media screen and (max-width: 479px) {
  .container-4 {
    max-width: none;
    display: block;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 36px;
  }

  .image-3 {
    border-width: 5px;
  }

  .uui-footer04_link-list {
    grid-template-columns: 1fr 1fr;
  }

  .container-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .text-block-7 {
    padding-top: 0;
    font-size: 12px;
  }

  .section-1 {
    padding-bottom: 20px;
  }

  .slide-nav-2 {
    font-size: 7px;
  }

  .icon {
    margin-left: 10px;
    margin-right: 46px;
    font-size: 18px;
  }

  .icon-2 {
    margin-right: 10px;
    font-size: 18px;
  }

  .slider-2 {
    object-fit: fill;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-4 {
    border: 1px solid var(--untitled-ui--gray300);
    width: auto;
    height: auto;
  }

  .text-block-8 {
    font-size: 18px;
    margin-top: 18px;
  }

  .text-block-9 {
    font-size: 24px;
  }

  .right-arrow,
  .left-arrow {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20px;
    display: flex;
  }

  .text-block-11 {
    background-color: #b2b5a8;
    padding: 1px;
    display: flex;
  }

  .flex-block {
    flex-flow: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-2 {
    padding: 2px;
  }

  .table-wrapper {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper.medium {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .table-wrapper.medium.rankings {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .table {
    width: 100%;
  }

  .table.no-pad.overflow {
    flex: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-row-3-col.data-row {
    width: 140vw;
  }

  .table-row-3-col.data-row.wide {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-1---header---text.data.center {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }

  .container-9 {
    background-color: #dadbd6;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 350px;
    height: 100%;
  }

  .container-10 {
    width: 300px;
    height: 300px;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    width: 25px;
    height: 25px;
    position: static;
  }

  .dropdown {
    text-align: center;
    width: 100%;
  }

  .dropdown-list {
    background-color: #dadbd6;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph,
  .paragraph-2,
  .paragraph-3 {
    word-break: break-all;
  }

  .container-12 {
    padding: 10px;
  }

  .html-embed,
  .html-embed-2,
  .html-embed-3,
  .html-embed-4 {
    width: 100%;
    height: 100%;
  }

  .paragraph-4 {
    margin: 20px 10px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    text-align: center;
  }

  .body-3 {
    background-color: #b2b5a8;
  }

  .link-block {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-13 {
    justify-content: center;
    display: flex;
  }

  .button {
    background-color: #505355;
  }

  .button.w--current {
    background-color: #444;
  }

  .left-arrow-2 {
    width: 35px;
  }

  .icon-3 {
    margin: 50px 10px 50px auto;
  }

  .icon-4 {
    margin: 50px auto 50px 10px;
  }

  .right-arrow-2 {
    width: 35px;
  }

  .slider-3 {
    width: 100%;
    height: 100%;
  }

  .flex-block-2 {
    justify-content: center;
    align-items: center;
  }

  .container-14 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .button-2 {
    background-color: #585858;
    margin-right: 10px;
  }

  .button-3 {
    background-color: #585858;
    margin-left: 10px;
  }

  .paragraph-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-1-copy {
    padding-bottom: 20px;
  }
}

#w-node-_24c85a50-bf60-24b6-60d3-5df87c9d2c16-abb4cc9e {
  justify-self: end;
}

#w-node-_80fad0c9-c5c8-7611-5116-c79d21521981-d5fc9922 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_24c85a50-bf60-24b6-60d3-5df87c9d2c16-abb4cc9e {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_24c85a50-bf60-24b6-60d3-5df87c9d2bfb-abb4cc9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}