
.coming-soon-hero {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.coming-box {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Cerapro, sans-serif;
  color: #8F5693;
  font-size: 11vw;
  line-height: 0.8;
  font-weight: 900;
  text-align: left;
}



.logo-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16vw;
  height: auto;
  margin-right: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #8F5693;
  font-size: 15px;
}

.copy-right {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: .31;
  font-family: Cerapro, sans-serif;
  color: #8F5693;
  font-size: 18px;
  text-align: center;
}























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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
}

.hero-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999;
  display: block;
  width: 21%;
  height: 100vh;
  max-width: 360px;
  min-width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f7d009;
}

.hero-menu.hm-news {
  background-color: #a1887f;
}


.hero-menu.hm-tools {
  background-color: #3993ff;
}

.hero-menu.hm-ideaz {
  background-color: #ff4081;
}

.hero-menu.hm-blog {
  background-color: #ff9500;
}

.hero-menu.hm-events {
  background-color: #13db71;
}

.hero-menu.hm-uxers {
  background-color: #fe2d54;
}

.hero-submenu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  height: 100vh;
  max-width: 300px;
  min-width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5fb;
}

.hero-content.hc-white {
  padding-top: 144px;
  padding-right: 3%;
  padding-left: 3%;
  background-color: #fff;
}

.body {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ffffff;
}

.body.body-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5fb;
}

.side-menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100vh;
  margin: 0px;
  padding: 32px 32px 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.submenu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  margin: 0px;
  padding: 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  height: auto;
  max-width: 1220px;
  min-width: 700px;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.hero-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #13db71;
}

.action-btn-menu {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 28px;
  background-color: #a1887f;
}

.action-btn-submenu {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 28px;
  background-color: #a1887f;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-full {
  width: 176px;
  color: #382a4d;
  font-size: 15px;
}

.logo-full:hover {
  color: #fff;
}

.logo-v {
  display: none;
  width: 68px;
  height: auto;
  color: #382a4d;
  font-size: 15px;
}

.logo-v:hover {
  color: #fff;
}

.logo-v-full {
  display: none;
  width: 68px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #382a4d;
  font-size: 15px;
}

.logo-v-full:hover {
  color: #fff;
}

.beta {
  width: auto;
  height: 18px;
  margin-right: -20px;
  margin-left: -10px;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #382a4d;
  font-size: 15px;
}

.beta:hover {
  color: #fff;
}

.menu-list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  margin-top: 44px;
  margin-bottom: 44px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Cerapro, sans-serif;
  color: #382a4d;
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
}

.menu-link:hover {
  color: #fff;
}

.menu-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 34px;
}

.menu-link.hide {
  display: none;
}

.menu-link.menu-link-s {
  height: 36px;
  margin-bottom: 14px;
}

.menu-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.menu-text.mm-text-jp {
  font-family: 'Mplus 1p', Verdana, sans-serif;
  font-size: 23px;
}

.menu-text.menu-txt-s {
  font-size: 28px;
}

.menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0px;
  font-size: 0px;
}

.menu-icon:hover {
  color: #fff;
}

.menu-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-bottom: 4px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Cerapro, sans-serif;
  color: #382a4d;
  font-size: 27px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.menu-footer:hover {
  color: #fff;
}

.menu-footer.w--current {
  color: #fff;
  font-size: 34px;
}

.bottom-menu-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
}

.copyright-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Cerapro, sans-serif;
  color: #382a4d;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}

.footer-sns-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 12px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: center;
  text-decoration: none;
}

.sns-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 16px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 70px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Uud, sans-serif;
  color: #382a4d;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.sns-footer:hover {
  color: #fff;
}

.footer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-text-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
}

.menu-text-footer-jp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  font-size: 22px;
}

.sidebar-big-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 88px;
  min-height: 88px;
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Cerapro, sans-serif;
  color: #f7d009;
  font-size: 54px;
  line-height: 0.7;
  font-weight: 900;
}

.sidebar-big-title.bts-fixed {
  position: fixed;
  top: 32px;
  margin-bottom: 16px;
  margin-left: 0px;
  font-size: 54px;
}

.sidebar-big-title.bts-fixed.bts-news {
  color: #a1887f;
}

.sidebar-big-title.bts-resos {
  color: #8c4cd6;
}

.sidebar-big-title.bts-tools {
  color: #3993ff;
}

.sidebar-big-title.bts-ideaz {
  color: #ff4081;
}

.sidebar-big-title.bts-blog {
  color: #ff9500;
}

.sidebar-big-title.bts-events {
  color: #13db71;
}

.sidebar-big-title.bts-uxers {
  color: #fe2d54;
}

.def-css {
  display: none;
}

.en {
  font-family: Cerapro, sans-serif;
  font-size: 29px;
  font-weight: 900;
}

.card-sub-ttl-home-big {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.card-sub-ttl-home {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #dee3e9;
  font-size: 24px;
  line-height: 1;
}



.logo-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #dee3e9;
  font-size: 15px;
}



.top-slogan {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Cerapro, sans-serif;
  color: #dee3ea;
  font-size: 44px;
  line-height: 0.9;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.top-slogan.grey {
  color: #ebeef1;
}

.card-title-home-big {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Cerapro, sans-serif;
  font-size: 44px;
  line-height: 0.8;
  font-weight: 900;
}

.card-bg-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 250px;
  min-width: 240px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 5px;
  border-color: #f8f8f9;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03);
  color: #fec502;
  text-decoration: none;
}

.card-bg-home.ideaz {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ff407c;
  cursor: pointer;
}

.card-bg-home.ideaz:hover {
  background-color: #ff407c;
  color: #fff;
}

.card-bg-home.def {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fec400;
  cursor: pointer;
}

.card-bg-home.def:hover {
  background-color: #dee3e9;
  color: #fff;
}

.card-bg-home.uxers {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f5614e;
  cursor: pointer;
}

.card-bg-home.uxers:hover {
  background-color: #f5614e;
  color: #fff;
}

.card-bg-home.events {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0dcf69;
  cursor: pointer;
}

.card-bg-home.events:hover {
  background-color: #0dcf69;
  color: #fff;
}

.card-bg-home.news {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #a1887f;
  cursor: pointer;
}

.card-bg-home.news:hover {
  background-color: #a1887f;
  color: #fff;
}

.card-bg-home.blog {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ff9c1b;
  cursor: pointer;
}

.card-bg-home.blog:hover {
  background-color: #ff9c1b;
  color: #fff;
}

.card-bg-home.tools {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #5482ff;
  cursor: pointer;
}

.card-bg-home.tools:hover {
  background-color: #5482ff;
  color: #fff;
}

.card-bg-home.resos {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #8a51cf;
  cursor: pointer;
}

.card-bg-home.resos:hover {
  background-color: #8a51cf;
  color: #fff;
}

.card-img-home-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84px;
  margin-bottom: 24px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
}

.card-title-home {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Cerapro, sans-serif;
  color: #dee3e9;
  font-size: 36px;
  line-height: 0.8;
  font-weight: 900;
  text-align: center;
}

.grid-top {
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 100vh;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.card-img-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98px;
  height: 90px;
  max-width: none;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  color: #dee3e9;
}

.html-embed {
  display: none;
}

.news-card-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  margin-top: 16px;
  margin-bottom: 0px;
  padding: 2px 32px 0px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #dee3ea;
  border-radius: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Cerapro, sans-serif;
  color: #b2bdca;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  white-space: normal;
  cursor: pointer;
}

.news-card-link:hover {
  background-color: #dee3ea;
  color: #fff;
  font-weight: 700;
  white-space: normal;
}

.news-spacer-2 {
  width: 6%;
  height: 40px;
}

.news-image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #f5f5fb;
}

.news-image-box.ver {
  width: 100%;
  border-radius: 0px;
}

.def-h1-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Cerapro, sans-serif;
  color: #f7d009;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.def-h1-title.news {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #a1887f;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.def-h1-title.news {
  height: auto;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #a1887f;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.news-card-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2px;
  padding: 54px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid none;
  border-width: 2px 1px;
  border-color: #f5f5fb #000 #f5f5fb;
  border-radius: 0px;
  background-color: #fff;
}

.news-card-box.ver {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-card-box.flip {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.news-card-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-card-info-box.ver {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.news-card-text-def {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #4a356b;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  white-space: normal;
}

.news-card-date {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Cerapro, sans-serif;
  color: #b2bdca;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  white-space: normal;
}

.image {
  border-radius: 20px;
}

.image-about-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  height: auto;
  margin: 20px 0px 72px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 0px;
  background-color: #fff;
}

.def-text-2 {
  margin-top: 10px;
  margin-bottom: 39px;
  padding-right: 0px;
  padding-left: 0px;
  color: #1b2937;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.def-text-2.big {
  display: none;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 24px;
  font-family: Cerapro, sans-serif;
  color: #dde2e5;
  font-size: 49px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
}

.def-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #4a356b;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  white-space: normal;
}

ul {
  width: 100%;
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.list {
  margin-top: 16px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.list--blog {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  background-color: transparent;
  background-image: url('../images/dot-2.svg');
  background-position: 0% 15px;
  background-size: 8px;
  background-repeat: no-repeat;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #4a356b;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
  list-style-type: none;
}

.list-title-en {
  font-family: Cerapro, sans-serif;
  color: #f7d009;
  font-size: 20px;
  font-weight: 700;
}

.submit-input {
  height: 54px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 72px;
  border-style: solid;
  border-width: 2px;
  border-color: #ebecf1;
  border-radius: 30px;
  background-color: #fff;
  font-family: Cerapro, sans-serif;
  color: #4a356b;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.submit-input:focus {
  border-color: #f7d009;
}

.submit-input::-webkit-input-placeholder {
  color: #614774;
}

.submit-input:-ms-input-placeholder {
  color: #614774;
}

.submit-input::-ms-input-placeholder {
  color: #614774;
}

.submit-input::placeholder {
  color: #614774;
}

.submit-input.name {
  padding-left: 80px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
}

.submit-input.company {
  padding-left: 66px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
}

.submit-input.email {
  padding-left: 82px;
  font-family: Cerapro, sans-serif;
}

.submit-input.phone {
  padding-left: 92px;
  font-family: Cerapro, sans-serif;
}

.submit-label {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin: 0px;
  padding: 0px 0px 0px 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #a3b1c4;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

.error-small-text {
  height: auto;
  padding: 8px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-transform: none;
}

.error-message {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 690px;
  margin-top: 0px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  font-family: Cerapro, sans-serif;
  text-align: center;
}

.submit-form {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.error-box {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 12px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #f71223;
  border-radius: 20px;
  background-color: #ee4060;
  font-family: Cerapro, sans-serif;
  color: #fff;
}

.form-boxx {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 800px;
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #fff;
}

.submit-radio-btn {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #dedfe8;
  border-radius: 7px;
}

.submit-radio-btn:active {
  border-color: #f7d009;
  background-color: #f7d009;
  background-image: url('../images/check.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.submit-radio-btn.w--redirected-checked {
  border-style: solid;
  border-width: 3px;
  border-color: #f7d009;
  background-color: #f7d009;
  background-image: url('../images/check.svg');
  color: #ff5e6e;
  cursor: pointer;
}

.submit-radio-btn.w--redirected-focus {
  box-shadow: none;
}

.success-hero {
  position: static;
  width: 750px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  text-align: center;
}

.field-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-wrap.send-box {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  height: auto;
  margin-bottom: 32px;
  padding-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-box.robot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}


.button-main-2 {
  width: 160px;
  height: 48px;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #f7d009;
  border-radius: 90px;
  background-color: #f7d009;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.button-main-2:hover {
  border-color: #382a4d;
  background-color: #382a4d;
  color: #fff;
}

.box-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-input.select {
  width: 100%;
}

.box-input.message {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-label-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Cerapro, sans-serif;
  color: #b2bdca;
  font-size: 16px;
  font-weight: 700;
}

.success-img {
  width: 100%;
  margin-bottom: 32px;
  background-color: transparent;
}

.thanks-message {
  display: block;
  width: 550px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 12px;
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Cerapro, sans-serif;
  color: #f7d009;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  white-space: normal;
}

.success-box {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Cerapro, sans-serif;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Uud, sans-serif;
  color: #b2bdca;
  font-size: 28px;
  font-weight: 400;
}

.success-small-text {
  height: auto;
  margin-bottom: 24px;
  font-family: Cerapro, sans-serif;
  color: #1e2b6d;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: none;
}

.submit-checkbox-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 16px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #dedfe8;
}

.submit-checkbox-box:focus {
  border-color: #407aff;
}

.spicer-form {
  width: 24px;
  height: 24px;
}

.submit-input-message {
  height: 150px;
  min-height: 300px;
  margin-bottom: 0px;
  padding: 36px 24px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #ebecf1;
  border-radius: 20px;
  background-color: #fff;
  font-family: Cerapro, sans-serif;
  color: #4a356b;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.submit-input-message:focus {
  border-color: #f7d009;
}

.submit-input-message::-webkit-input-placeholder {
  color: #614774;
}

.submit-input-message:-ms-input-placeholder {
  color: #614774;
}

.submit-input-message::-ms-input-placeholder {
  color: #614774;
}

.submit-input-message::placeholder {
  color: #614774;
}

.mail-magazine-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #fec400;
  font-size: 22px;
  line-height: 32px;
}

.pop-mm-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  font-size: 17px;
  line-height: 24px;
}

.mm-btn {
  position: static;
  width: 110px;
  height: 50px;
  margin-right: 0px;
  padding-right: 16px;
  padding-left: 6px;
  border: 1px none #fec502;
  border-radius: 0px 50px 50px 0px;
  background-color: #fec502;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}

.mm-btn:hover {
  background-color: #382a4d;
}

.submit-close {
  position: static;
  left: 155px;
  top: -52px;
  z-index: 99999;
  display: inline-block;
  width: 54px;
  height: 54px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top-right-radius: 26px;
  border-bottom-left-radius: 90px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #cfd4db;
  font-size: 18px;
  cursor: pointer;
}

.submit-close:hover {
  color: #f7d009;
}

.popup-mm {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #2e2140;
  opacity: 0.98;
  text-align: center;
}

.mm-text {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-right: 32px;
  padding-left: 32px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #4a356b;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.contact-text {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #4a356b;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.mm-label {
  position: absolute;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 22px;
  background-color: transparent;
  font-weight: 500;
}

.mm-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mm-input {
  height: 50px;
  margin-bottom: 0px;
  padding-left: 18px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 30px 0px 0px 30px;
  background-color: #fff;
  font-size: 17px;
  line-height: 1;
}

.mm-input:focus {
  border-style: solid;
  border-color: #fec400;
}

.mm-input::-webkit-input-placeholder {
  color: #b2bdca;
}

.mm-input:-ms-input-placeholder {
  color: #b2bdca;
}

.mm-input::-ms-input-placeholder {
  color: #b2bdca;
}

.mm-input::placeholder {
  color: #b2bdca;
}

.pop-mm-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-bottom: 16px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fec400;
  font-size: 12px;
  line-height: 1;
}

.box-input-mm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #b2bdca;
  font-size: 16px;
  font-weight: 500;
}

.box-input-mm:active {
  border: 1px none #000;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.mm-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  margin-bottom: 0px;
  padding: 0px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 0px 0px 16px 16px;
  background-color: #eceef0;
}

.pop-mm-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #fec400;
  font-size: 20px;
  line-height: 32px;
}

.popup-mail-magazine {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #2e2140;
  opacity: 0.98;
  text-align: center;
}

.mm-text-2 {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #4a356b;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.mm-footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  margin-bottom: 0px;
  padding: 0px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 0px 0px 16px 16px;
  background-color: #eceef0;
}

.symboles-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.submit-inputt {
  height: 52px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 6px;
  padding-left: 78px;
  border-style: solid;
  border-width: 2px;
  border-color: #ebecf1;
  border-radius: 30px;
  background-color: #fff;
  font-family: Cerapro, sans-serif;
  color: #4a356b;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.submit-inputt:focus {
  border-color: #fec400;
}

.submit-inputt::-webkit-input-placeholder {
  color: #614774;
}

.submit-inputt:-ms-input-placeholder {
  color: #614774;
}

.submit-inputt::-ms-input-placeholder {
  color: #614774;
}

.submit-inputt::placeholder {
  color: #614774;
}

.submit-inputt.en {
  font-family: 'Mplus 1p', Verdana, sans-serif;
  font-weight: 500;
}

.submit-labell {
  position: absolute;
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 20px;
  margin-left: 12px;
  padding-top: 0px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: transparent;
  font-family: Cerapro, sans-serif;
  color: #a3b1c4;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

.submitt-box {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999999999;
  display: none;
  padding: 16px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #2e2140;
  opacity: 0.98;
  text-align: center;
}

.submit-pop-box {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  font-size: 17px;
  line-height: 24px;
}

.submit-thanks-ttl {
  display: block;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 8px;
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Cerapro, sans-serif;
  color: #fec400;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  white-space: normal;
}

.submit-formm {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: -20px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.submit-box-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-success-img {
  width: 120px;
  color: #fec400;
}

.submit-button {
  width: 120px;
  height: 45px;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fec400;
  border-radius: 90px;
  background-color: #fec400;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.submit-button:hover {
  border-color: #4a356b;
  background-color: #4a356b;
  color: #fff;
}

.submit-error-small-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e43939;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.submit-success-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-error-box {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 77777;
  overflow: visible;
  width: 100%;
  max-width: 690px;
  margin-top: -46px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  font-family: Cerapro, sans-serif;
  font-size: 12px;
  text-align: center;
}

.submit-inputs {
  width: 82%;
  margin-top: 0px;
}

.submit-pop-btn {
  position: static;
  left: 0%;
  top: 153px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  max-width: 160px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fec400;
  border-radius: 60px;
  background-color: #fec400;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.submit-pop-btn:hover {
  border-color: #614774;
  background-color: #614774;
  color: #fff;
}

.submit-field-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 24px;
  margin-bottom: 0px;
  padding: 0px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-radio-btn-2 {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #dedfe8;
  border-radius: 7px;
}

.submit-radio-btn-2:active {
  border-color: #fec400;
  background-color: #fec400;
  background-image: url('../images/check.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.submit-radio-btn-2.w--redirected-checked {
  border-style: solid;
  border-width: 3px;
  border-color: #fec400;
  background-color: #fec400;
  background-image: url('../images/check.svg');
  color: #ff5e6e;
  cursor: pointer;
}

.submit-radio-btn-2.w--redirected-focus {
  box-shadow: none;
}

.submit-not-robot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  padding: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Cerapro, sans-serif;
  color: #b2bdca;
  font-size: 15px;
  font-weight: 700;
}

.submit-robot-icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-left: 3px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Uud, sans-serif;
  color: #b2bdca;
  font-size: 28px;
  font-weight: 400;
}

.submit-success {
  padding: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
}

.submit-thanks-message {
  height: 71px;
  margin-bottom: 24px;
  font-family: Cerapro, sans-serif;
  color: #1e2b6d;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: none;
}

.submit-checkbox-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 16px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #dedfe8;
}

.submit-checkbox-box-2:focus {
  border-color: #407aff;
}

.mail-maga-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.submit-box {
  display: none;
}

.mailmaga-box {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999999999;
  display: none;
  padding: 16px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #2e2140;
  opacity: 0.98;
  text-align: center;
}

.popups-box {
  width: auto;
}

.sidebar-filter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 88px;
  min-height: 88px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Cerapro, sans-serif;
  color: #f7d009;
  font-size: 54px;
  line-height: 0.7;
  font-weight: 900;
}

.sidebar-filter-box.bts-fixed {
  position: fixed;
  top: 32px;
  margin-bottom: 16px;
  margin-left: -27px;
  font-size: 54px;
}

.sidebar-filter-box.bts-fixed.bts-news {
  color: #a1887f;
}

.sidebar-filter-box.bts-resos {
  color: #8c4cd6;
}

.sidebar-filter-box.bts-tools {
  color: #3993ff;
}

.sidebar-filter-box.bts-ideaz {
  color: #ff4081;
}

.sidebar-filter-box.bts-blog {
  color: #ff9500;
}

.sidebar-filter-box.bts-events {
  color: #13db71;
}

.sidebar-filter-box.bts-uxers {
  color: #fe2d54;
}

.sidebar-footer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #f7d009;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.sidebar-footer-box.bts-fixed {
  position: fixed;
  top: 32px;
  margin-bottom: 16px;
  margin-left: -27px;
  font-size: 54px;
}

.sidebar-footer-box.bts-fixed.bts-news {
  color: #a1887f;
}

.sidebar-footer-box.bts-resos {
  color: #8c4cd6;
}

.sidebar-footer-box.bts-tools {
  color: #3993ff;
}

.sidebar-footer-box.bts-ideaz {
  color: #ff4081;
}

.sidebar-footer-box.bts-blog {
  color: #ff9500;
}

.sidebar-footer-box.bts-events {
  color: #13db71;
}

.sidebar-footer-box.bts-uxers {
  color: #fe2d54;
}

.submit-btn {
  position: static;
  left: 0%;
  top: 153px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 42px;
  max-width: none;
  min-height: 42px;
  margin-bottom: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #dee3ea;
  border-radius: 60px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #f7d009;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.submit-btn:hover {
  border-style: solid;
  border-color: #f7d009;
  background-color: #fff;
  color: #f7d009;
}

.submit-btn.event {
  margin-bottom: 16px;
  border-color: #0dcf69;
  color: #0dcf69;
}

.submit-btn.event:hover {
  background-color: #0dcf69;
  color: #fff;
}

.submit-btn.tools {
  color: #3993ff;
}

.submit-btn.tools:hover {
  border-color: #3993ff;
  background-color: #3993ff;
  color: #fff;
}

.submit-btn.resos {
  color: #8c4cd6;
  font-size: 15px;
}

.submit-btn.resos:hover {
  border-color: #8c4cd6;
  background-color: #8c4cd6;
  color: #fff;
}

.submit-btn.ideaz {
  color: #ff4081;
}

.submit-btn.ideaz:hover {
  border-color: #ff4081;
  background-color: #ff4081;
  color: #fff;
}

.submit-btn.uxers {
  color: #fe2d54;
}

.submit-btn.uxers:hover {
  border-color: #fe2d54;
  background-color: #fe2d54;
  color: #fff;
}

.submit-btn.blog {
  color: #ff9500;
}

.submit-btn.blog:hover {
  border-color: #ff9500;
  background-color: #ff9500;
  color: #fff;
}

.submit-btn.events {
  color: #13db71;
}

.submit-btn.events:hover {
  border-color: #13db71;
  background-color: #13db71;
  color: #fff;
}

.bold-text-2 {
  font-weight: 500;
}

.submit-desc-text {
  padding-right: 6px;
  padding-left: 6px;
  color: #382a4d;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #614774;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  cursor: none;
}

.button-space:hover {
  color: #fff;
}

.button {
  display: block;
  width: auto;
  margin-right: 10px;
  margin-bottom: 12px;
  padding: 8px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 40px;
  background-color: #f7f8fb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #614774;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.button:hover {
  background-color: #7d5ac2;
  color: #fff;
}

.button.is-checked {
  margin-right: 10px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #7d5ac2;
  color: #fff;
}

.tag-number {
  font-family: Cerapro, sans-serif;
  font-size: 17px;
  white-space: nowrap;
}

.filter-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 12px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ebeef1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #382a4d;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.filter-btn:hover {
  background-color: #7d5ac2;
  color: #fff;
}

.filter-btn.is-checked {
  background-color: #7d5ac2;
  color: #fff;
}

.filter-btn.tools:hover {
  background-color: #3993ff;
}

.filter-btn.tools.is-checked {
  background-color: #3993ff;
}

.filter-btn.ideaz:hover {
  background-color: #ff4081;
}

.filter-btn.ideaz.is-checked {
  background-color: #ff4081;
}

.toolz-card-img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 88px;
  margin-bottom: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.card-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  margin: 0px 8px 8px 0px;
  padding: 4px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #f5f5fb;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #382a4d;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.card-category.blog {
  margin-right: 6px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: auto;
  margin: 32px 26px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
}

.hide {
  display: none;
}

.toolz-card-image {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none;
  border-width: 2px;
  border-color: #ffbf00;
  border-radius: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-tilte-box {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Cerapro, sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.card-tags-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-tags-box._2lines {
  height: 57px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.card-summary-box {
  height: 68px;
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #382a4d;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.item {
  position: relative;
  display: block;
  margin-right: 8px;
  margin-bottom: 16px;
  margin-left: 8px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  background-image: url('../images/link.svg');
  background-position: 92% 8%;
  background-size: 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4a356b;
  text-decoration: none;
  cursor: pointer;
}

.item:hover {
  background-image: url('../images/link.svg');
  background-position: 95% 13px;
  background-size: 28px;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #f7d009;
  font-weight: 700;
}

.item.tools:hover {
  color: #3993ff;
}

.item.ideaz:hover {
  color: #3993ff;
}

.item.idea:hover {
  color: #ff4081;
}

.item-empty {
  position: relative;
  display: block;
  margin-right: 8px;
  margin-bottom: 16px;
  margin-left: 8px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  background-image: url('../images/link.svg');
  background-position: 92% 8%;
  background-size: 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4a356b;
  text-decoration: none;
  cursor: pointer;
}

.item-empty:hover {
  background-image: url('../images/link.svg');
  background-position: 95% 13px;
  background-size: 28px;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #f7d009;
  font-weight: 700;
}

.card-os-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.toolz-os-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 27px;
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 8px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0px;
  color: rgba(222, 227, 234, 0.76);
  font-size: 0px;
}

.tool-info-box {
  position: static;
  left: 12px;
  top: 10px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 8px;
  padding: 4px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f8f8f8;
  font-size: 14px;
  text-align: right;
}

.toolz-price {
  margin-top: 12px;
  margin-bottom: 0px;
  padding: 5px 12px;
  border-radius: 20px;
  background-color: rgba(245, 245, 251, 0.6);
  font-family: Cerapro, sans-serif;
  color: #3993ff;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
}

.toolz-price.paid {
  color: #fe2d54;
}

.toolz-price.free {
  color: #13db71;
}

.controls-form {
  margin-bottom: 0px;
}

.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter_check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 5px;
  padding: 0px 7px 0px 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: padding-bottom 200ms ease;
  transition: padding-bottom 200ms ease;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #614774;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}

.filter_check:hover {
  color: #f5614e;
  font-weight: 700;
}

.filter_check.event {
  color: #382a4d;
}

.filter_check.event:hover {
  color: #0dcf69;
}

.strain-uxers {
  display: block;
  width: 28px;
  height: 28px;
  min-height: 30px;
  min-width: 30px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #dedfe8;
  border-radius: 8px;
  background-color: #fff;
}

.strain-uxers:hover {
  border-color: #f5614e;
  color: #fe2d54;
}

.strain-uxers:active {
  border-color: #fe2d54;
  background-color: transparent;
}

.strain-uxers.w--redirected-checked {
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fe2d54;
  background-color: #fe2d54;
  background-image: url('../images/check.svg');
  background-position: 50% 50%;
  background-size: 27px;
  color: #fe2d54;
  cursor: pointer;
}

.strain-uxers.w--redirected-focus {
  border-color: #fe2d54;
  box-shadow: none;
  color: #fe2d54;
}

.checkbox_label {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
}

.checkbox_label:hover {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fe2d54;
}

.uxer-name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #382a4d;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: capitalize;
  cursor: default;
}

.card-uxer-img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  min-height: 103px;
  min-width: 130px;
  margin-top: 16px;
  margin-bottom: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
}

.icon-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 32px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 70px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Uud, sans-serif;
  color: #fe2d54;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.icon-main:hover {
  color: #382a4d;
}

.uxer-katagaki {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
  font-family: Cerapro, sans-serif;
  color: #1b2937;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: capitalize;
  cursor: default;
}

.card-events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7d5ac2;
  text-decoration: none;
  cursor: default;
}

.card-events:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.uxer-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 2px;
  border-color: #ffbf00;
  border-radius: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.uxers-sns-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-decoration: none;
}

.uxer-rule {
  height: auto;
  margin-top: 0px;
  margin-bottom: 8px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #fe2d54;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
  cursor: default;
}

.uxer-compnay {
  margin: 0px 6px 0px 0px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #382a4d;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: capitalize;
  cursor: default;
}

.uxer-compnay.hide {
  display: none;
}

.jobs-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.uxers-titles {
  height: 54px;
  margin-top: 28px;
  margin-bottom: 24px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #382a4d;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.uxer-location {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #b2bdca;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: capitalize;
  cursor: default;
}

.button-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  margin-right: 0px;
  margin-bottom: 4px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #4a356b;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.button-blog:hover {
  color: #ff9c1b;
  font-size: 18px;
  font-weight: 700;
}

.button-blog.is-checked {
  color: #ff9c1b;
  font-size: 18px;
  font-weight: 700;
}

.text-block-3 {
  margin-right: 8px;
  font-family: Uud, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.text-block-5 {
  line-height: 0.7;
}

.blog-card-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Cerapro, sans-serif;
  color: rgba(178, 189, 202, 0.65);
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.blog-card-time-tag_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #e3ebf5;
  text-align: right;
}

.blog-card-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-card-title {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-align: justify;
}

.blog-card-image {
  height: 240px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 0px;
  background-color: #eceef0;
  background-image: url('../images/img.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-blog {
  display: block;
  width: 100%;
  height: auto;
  max-width: 520px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 3px 3px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #382a4d;
  text-decoration: none;
  cursor: pointer;
}

.item-blog:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #ff9500;
}

.blog-card-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  margin-top: 16px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #ff9500;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 32px;
}

.search-input {
  height: 46px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #dde2e5;
  border-radius: 5vh;
  background-color: transparent;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #4a356b;
  font-size: 16px;
  font-weight: 500;
}

.search-input:hover {
  border-color: #0dcf69;
  color: #0dcf69;
  font-weight: 500;
}

.search-input:active {
  font-size: 16px;
  font-weight: 500;
}

.search-input:focus {
  border-color: #0dcf69;
  color: #0dcf69;
  font-weight: 500;
}

.search-input::-webkit-input-placeholder {
  background-color: #fff;
  color: #dee3e9;
  font-weight: 500;
}

.search-input:-ms-input-placeholder {
  background-color: #fff;
  color: #dee3e9;
  font-weight: 500;
}

.search-input::-ms-input-placeholder {
  background-color: #fff;
  color: #dee3e9;
  font-weight: 500;
}

.search-input::placeholder {
  background-color: #fff;
  color: #dee3e9;
  font-weight: 500;
}

.search-input.blog {
  padding-left: 14px;
  border-radius: 5vh;
  color: #ff9500;
  line-height: 20px;
}

.search-input.blog:hover {
  border-color: #ff9500;
  color: #ff9500;
}

.search-input.blog:focus {
  border-color: #ff9500;
}

.search-input.blog {
  padding-left: 14px;
  border-radius: 5vh;
  color: #ff9c1b;
  line-height: 20px;
}

.search-input.blog:hover {
  border-color: #ff9c1b;
  color: #ff9c1b;
}

.search-input.blog:focus {
  border-color: #ff9c1b;
}

.search-input.tools {
  color: #3993ff;
}

.search-input.tools:hover {
  border-color: #dee3ea;
}

.search-input.tools:active {
  border-color: #3993ff;
  color: #13db71;
}

.search-input.tools:focus {
  border-color: #3993ff;
}

.search-input.resos {
  padding-left: 14px;
  border-radius: 5vh;
  color: #8c4cd6;
  line-height: 20px;
}

.search-input.resos:hover {
  border-color: #8c4cd6;
  color: #8c4cd6;
}

.search-input.resos:focus {
  border-color: #8c4cd6;
}

.search-input.ideaz {
  color: #ff4081;
}

.search-input.ideaz:hover {
  border-color: #dee3ea;
}

.search-input.ideaz:active {
  border-color: #ff4081;
  color: #13db71;
}

.search-input.ideaz:focus {
  border-color: #ff4081;
}

.search-button-3 {
  display: none;
}

.checkbox_label-2 {
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 500;
}

.checkbox_label-2:hover {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.event-check-btn {
  display: block;
  width: 28px;
  height: 28px;
  min-height: 28px;
  min-width: 28px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #dedfe8;
  border-radius: 8px;
  background-color: #fff;
}

.event-check-btn:active {
  border-color: #58c372;
  background-color: transparent;
}

.event-check-btn.w--redirected-checked {
  margin-left: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #0dcf69;
  background-color: #0dcf69;
  background-image: url('../images/check.svg');
  background-position: 50% 50%;
  background-size: 24px;
  color: #0dcf69;
  cursor: pointer;
}

.event-check-btn.w--redirected-focus {
  box-shadow: none;
}

.event-small-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin-right: 13px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.date-month {
  color: #b2bdca;
  font-size: 20px;
  line-height: 0.9;
  font-weight: 900;
}

.event-img {
  width: 1237px;
  height: 200px;
  border-radius: 16px 16px 0px 0px;
  background-color: #eceef0;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-info-box {
  position: static;
  padding: 0px 0px 24px;
}

.event-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #0dcf69;
  font-size: 16px;
  line-height: 0.8;
  font-weight: 500;
  text-align: left;
}

.event-ttl {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-right: 24px;
  padding-left: 24px;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #614774;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-align: justify;
}

.event-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  padding: 5px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f5f5fb;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #4a356b;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-align: left;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.event-card-time-tag_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 12px;
  padding: 0px 16px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #e3ebf5;
  text-align: right;
}

.card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: auto;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 20px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7d5ac2;
  text-decoration: none;
  cursor: default;
}

.card-2:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #f5614e;
}

.card-2.event-style {
  width: auto;
  padding: 0px;
  color: #614774;
  cursor: pointer;
}

.card-2.event-style:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.event-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #b2bdca;
  font-size: 15px;
  line-height: 0.8;
  font-weight: 500;
  text-align: right;
}

.event-start-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Mplus 1p', Verdana, sans-serif;
  color: #0dcf69;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-align: left;
}

.date-year {
  color: #b2bdca;
  font-size: 18px;
  line-height: 0.8;
  font-weight: 700;
}

.date-day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin-right: 4px;
  padding-top: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #0dcf69;
  font-size: 44px;
  line-height: 1;
}

.event-box {
  width: 100%;
  max-width: 460px;
  margin-bottom: 0px;
  background-color: transparent;
}

.date-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  font-family: Cerapro, sans-serif;
  color: #b2bdca;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.event-hour {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Cerapro, sans-serif;
  color: #b2bdca;
  font-size: 17px;
  line-height: 0.8;
}

.event-tag-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 19px;
  padding-left: 19px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-tags-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-tags-box._2lines {
  height: 57px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}


.coming-soon-hero.ideaz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7d009;
}


.coming-close {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: none;
  width: 64px;
  height: 64px;
  margin: 16px 16px 0px 0px;
  padding: 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top-right-radius: 26px;
  border-bottom-left-radius: 90px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.coming-close:hover {
  color: #382a4d;
}



.logo-d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 80px;
  color: #6822cc;
  font-size: 15px;
}

.logo-d:hover {
  color: #fff;
}



@media screen and (max-width: 1340px) {
  .hero-menu {
    width: 80px;
    max-width: none;
    min-width: auto;
  }
  .hero-submenu {
    width: 25%;
    max-width: 300px;
    min-width: 220px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .hero-content {
    padding: 24px 20px;
  }
  .hero-content.hc-white {
    padding-top: 96px;
    padding-right: 6%;
    padding-left: 6%;
  }
  .body.body-grey {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .side-menu-box {
    margin: 0px;
    padding: 24px 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .submenu-box {
    padding-right: 12px;
    padding-left: 12px;
  }
  .content-box {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .action-btn-menu {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 52px;
    height: 52px;
    margin-top: 24px;
    margin-right: 20px;
    margin-left: 0px;
    border-radius: 32px;
  }
  .action-btn-submenu {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 52px;
    height: 52px;
    margin-top: 24px;
    margin-right: 20px;
    margin-left: 0px;
    border-radius: 32px;
  }
  .logo-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-full {
    display: none;
  }
  .logo-v {
    display: none;
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .logo-v-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .beta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: auto;
    max-width: none;
    margin-top: 8px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #441f7b;
    font-size: 15px;
  }
  .menu-list-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .menu-link {
    height: auto;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .menu-text {
    display: none;
    font-size: 18px;
    font-weight: 900;
  }
  .menu-icon {
    width: 34px;
    height: 34px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .menu-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottom-menu-box {
    overflow: visible;
    width: auto;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .copyright-box {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #382a4d;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-align: left;
  }
  .footer-sns-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sns-footer {
    margin-right: 0px;
    margin-left: 0px;
    padding: 8px;
    font-size: 24px;
  }
  .footer-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-text-footer {
    display: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 17px;
  }
  .menu-text-footer-jp {
    display: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 17px;
  }
  .sidebar-big-title {
    height: auto;
    min-height: auto;
    margin-bottom: 24px;
    padding-top: 2px;
    font-size: 5vw;
    line-height: 0.7;
  }
  .sidebar-big-title.bts-fixed {
    position: fixed;
    top: 20px;
    height: 54px;
    min-height: 40px;
    padding-left: 0px;
    font-size: 46px;
  }
  .sidebar-big-title.bts-fixed.bts-news {
    width: auto;
  }
  .card-sub-ttl-home-big {
    margin-bottom: 0px;
    font-size: 22px;
  }
  .card-sub-ttl-home {
    margin-bottom: 0px;
    font-size: 22px;
  }
  .logo-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top-slogan {
    height: auto;
    font-size: 36px;
  }
  .card-title-home-big {
    margin-bottom: 6px;
    font-size: 38px;
  }
  .card-bg-home {
    min-height: 240px;
    min-width: auto;
    padding-top: 56px;
    padding-bottom: 56px;
    border-style: none;
    border-width: 2px;
    border-color: #f8f8f9;
  }
  .card-img-home-big {
    width: 70px;
    margin-bottom: 20px;
  }
  .card-title-home {
    font-size: 32px;
  }
  .grid-top {
    width: 94%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 12px 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .card-img-home {
    width: 100px;
  }
  .news-card-link {
    width: auto;
    margin-bottom: 0px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 14px;
    line-height: 1.6;
  }
  .news-spacer-2 {
    height: 48px;
  }
  .def-h1-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 32px;
  }
  .def-h1-title.news {
    font-size: 21px;
    line-height: 1.1;
  }
  .def-h1-title.news {
    font-size: 21px;
    line-height: 1.1;
  }
  .news-card-box {
    padding-right: 0px;
    padding-left: 0px;
  }
  .news-card-info-box {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .news-card-info-box.ver {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .news-card-text-def {
    font-size: 15px;
  }
  .news-card-date {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 1;
  }
  .image-about-box {
    width: 100%;
    margin-bottom: 60px;
    padding: 0px 5%;
  }
  .def-text-2 {
    width: 80%;
    margin-bottom: 24px;
    line-height: 1.6;
  }
  .def-text-2.big {
    font-size: 46px;
  }
  .def-text {
    font-size: 15px;
    line-height: 1.7;
  }
  .list-title-en {
    font-size: 20px;
  }
  .error-small-text {
    font-size: 15px;
    line-height: 1.4;
  }
  .error-message {
    height: auto;
    max-width: 620px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .submit-form {
    width: 100%;
    max-width: 720px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .error-box {
    margin-bottom: 0px;
    padding-right: 48px;
    padding-left: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .form-boxx {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .success-hero {
    width: auto;
  }
  .field-wrap {
    margin-bottom: 0px;
  }
  .field-wrap.send-box {
    height: 75px;
    margin-top: 8px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form-box.robot {
    width: auto;
    padding-left: 0px;
  }
 
  .button-main-2 {
    width: 150px;
    height: 48px;
    padding: 0px;
    border-width: 2px;
  }
  .box-input {
    width: 49%;
    margin-bottom: 0px;
  }
  .box-input.select {
    margin-bottom: 0px;
  }
  .box-input.message {
    margin-bottom: 0px;
  }
  .checkbox-label-2 {
    color: #b2bdca;
    font-size: 16px;
  }
  .thanks-message {
    margin-bottom: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .success-box {
    border-style: none;
  }
  .text-block-4 {
    color: #b2bdca;
  }
  .spicer-form {
    width: 12px;
    height: 20px;
  }
  .mail-magazine-title {
    margin-top: 16px;
    margin-bottom: 8px;
    padding-top: 0px;
    font-size: 22px;
  }
  .pop-mm-box {
    width: 460px;
    padding-bottom: 0px;
  }
  .submit-close {
    left: 106px;
  }
  .popup-mm {
    overflow: auto;
    height: 100vh;
    min-height: 580px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mm-text {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
  }
  .contact-text {
    margin-top: 0px;
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.7;
  }
  .pop-mm-img {
    width: 84px;
    margin-bottom: 0px;
  }
  .box-input-mm {
    width: 100%;
  }
  .pop-mm-title {
    font-size: 20px;
  }
  .popup-mail-magazine {
    overflow: auto;
    height: 100vh;
    min-height: 580px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mm-text-2 {
    font-size: 15px;
    line-height: 1.7;
  }
  .mm-footer-2 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .submitt-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .submit-thanks-ttl {
    margin-bottom: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .submit-formm {
    width: 100%;
    max-width: 720px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .submit-box-input {
    width: 100%;
    margin-bottom: 12px;
  }
  .submit-button {
    border-width: 2px;
  }
  .submit-error-small-text {
    color: #fff;
    font-size: 18px;
  }
  .submit-error-box {
    height: auto;
    max-width: 620px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .submit-pop-btn {
    width: 100%;
    max-width: 200px;
    font-size: 17px;
  }
  .submit-not-robot {
    font-size: 16px;
  }
  .mailmaga-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sidebar-filter-box {
    height: auto;
    min-height: auto;
    margin-bottom: 24px;
    padding-top: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 5vw;
    line-height: 0.7;
  }
  .sidebar-filter-box.bts-fixed {
    position: fixed;
    top: 20px;
    height: 54px;
    min-height: 40px;
    padding-left: 0px;
    font-size: 46px;
  }
  .sidebar-filter-box.bts-fixed.bts-news {
    width: auto;
  }
  .sidebar-footer-box {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 2px;
    font-size: 5vw;
    line-height: 0.7;
  }
  .sidebar-footer-box.bts-fixed {
    position: fixed;
    top: 20px;
    height: 54px;
    min-height: 40px;
    padding-left: 0px;
    font-size: 46px;
  }
  .sidebar-footer-box.bts-fixed.bts-news {
    width: auto;
  }
  .submit-btn {
    width: 100%;
    font-size: 14px;
  }
  .submit-desc-text {
    font-size: 13px;
  }
  .button-group {
    margin-top: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .button-space {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
  }
  .button {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 15px;
  }
  .button.is-checked {
    background-color: #8a51cf;
  }
  .tag-number {
    font-size: 16px;
  }
  .filter-btn {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 15px;
  }
  .filter-btn.is-checked {
    background-color: #8a51cf;
  }
  .toolz-card-img-box {
    height: 88px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-category {
    width: auto;
    height: 26px;
  }
  .card-summary-box {
    font-weight: 500;
  }
  .item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .item.ideaz:hover {
    color: #ff4081;
  }
  .item.idea:hover {
    color: #ff4081;
  }
  .item-empty {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .filter {
    margin-top: 16px;
  }
  .filter_check {
    height: 44px;
    margin-bottom: 8px;
    font-size: 15px;
  }
  .filter_check.event {
    margin-bottom: 0px;
    padding-right: 20px;
    white-space: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .strain-uxers {
    min-height: 30px;
    min-width: 30px;
  }
  .strain-uxers.w--redirected-checked {
    width: 28px;
    height: 28px;
    min-height: 30px;
    min-width: 30px;
  }
  .card-events {
    margin-right: 0px;
  }
  .card-events:hover {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Mplus 1p', Verdana, sans-serif;
    color: #13db71;
    font-size: 10px;
  }
  .uxers-titles {
    margin-top: 28px;
  }
  .button-blog {
    height: 40px;
    margin-right: 0px;
    margin-bottom: 12px;
    padding: 0px;
    font-size: 15px;
  }
  .button-blog:hover {
    font-size: 16px;
  }
  .blog-card-time-tag_box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .blog-card-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-card-image {
    height: 220px;
  }
  .item-blog {
    width: 96%;
    max-width: 440px;
    color: #382a4d;
  }
  .search {
    margin-top: 24px;
  }
  .search-input {
    height: 44px;
    padding-left: 14px;
  }
  .search-input.blog {
    height: 48px;
  }
  .div-block-17 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .event-check-btn {
    min-height: 28px;
    min-width: 28px;
  }
  .event-img {
    width: 100%;
    height: 190px;
  }
  .event-ttl {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
  }
  .event-tag {
    font-size: 12px;
  }
  .card-2 {
    max-width: 260px;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .card-2.event-style {
    max-width: none;
  }
  .event-city {
    margin-bottom: 2px;
  }
  .event-start-time {
    margin-bottom: 0px;
  }
  .event-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 440px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #80709e;
  }
  .event-tag-box {
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    padding: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .coming-close {
    left: 106px;
  }
  .logo-d {
    display: none;
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {

 

  .hero-menu {
    position: fixed;
    width: 320px;
    border-right: 2px none rgba(0, 0, 0, 0.06);
    box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.05);
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .hero-menu.hm-news {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-menu.hm-resos {
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .hero-menu.hm-tools {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-menu.hm-ideaz {
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .hero-submenu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15%;
    height: 100%;
    min-width: 280px;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .hero-content {
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-content.hc-white {
    width: 100%;
    padding: 96px 0px 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .side-menu-box {
    margin: 0px;
    padding-right: 32px;
    padding-left: 16px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .submenu-box {
    overflow: scroll;
    margin: 0px;
    padding: 20px;
    border-left: 2px solid #ebeef1;
  }
  .content-box {
    width: 100%;
    margin-right: 1px;
    padding-right: 27px;
    padding-left: 27px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .action-btn-menu {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 99999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px none #fff;
    background-color: #f7d009;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    cursor: pointer;
  }
  .action-btn-menu:hover {
    border-width: 3px;
    border-color: #f7d009;
    background-color: #fff;
    color: #f7d009;
  }
  .action-btn-menu.abm-news {
    background-color: #a1887f;
  }
  .action-btn-menu.abm-news:hover {
    border-color: #a1887f;
    background-color: #fff;
    color: #a1887f;
  }
  .action-btn-menu.abm-resos {
    border-color: #8c4cd6;
    background-color: #8c4cd6;
  }
  .action-btn-menu.abm-resos:hover {
    border-color: #8c4cd6;
    background-color: #fff;
    color: #8c4cd6;
  }
  .action-btn-menu.abm-tools {
    border-style: none;
    background-color: #3993ff;
  }
  .action-btn-menu.abm-tools:hover {
    border-color: #3993ff;
    background-color: #fff;
    color: #3993ff;
  }
  .action-btn-menu.abm-ideaz {
    border-style: none;
    background-color: #ff4081;
  }
  .action-btn-menu.abm-ideaz:hover {
    border-color: #ff4081;
    background-color: #fff;
    color: #ff4081;
  }
  .action-btn-menu.abm-uxers {
    border-style: none;
    background-color: #fe2d54;
  }
  .action-btn-menu.abm-uxers:hover {
    border-color: #fe2d54;
    background-color: #fff;
    color: #fe2d54;
  }
  .action-btn-menu.abm-blog {
    border-style: none;
    background-color: #ff9500;
  }
  .action-btn-menu.abm-blog:hover {
    border-color: #ff9500;
    background-color: #fff;
    color: #ff9500;
  }
  .action-btn-menu.abm-events {
    border-style: none;
    background-color: #13db71;
  }
  .action-btn-menu.abm-events:hover {
    border-style: solid;
    border-color: #13db71;
    background-color: #fff;
    color: #13db71;
  }
  .action-btn-submenu {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #fff;
    background-color: #f7d009;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    cursor: pointer;
  }
  .action-btn-submenu:hover {
    border-width: 3px;
    border-color: #f7d009;
    background-color: #fff;
    color: #f7d009;
  }
  .action-btn-submenu.abm-resos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-color: #8c4cd6;
    background-color: #8c4cd6;
  }
  .action-btn-submenu.abm-resos:hover {
    border-color: #8c4cd6;
    background-color: #fff;
    color: #8c4cd6;
  }
  .action-btn-submenu.abm-tools {
    border-style: none;
    background-color: #3993ff;
  }
  .action-btn-submenu.abm-tools:hover {
    border-color: #3993ff;
    background-color: #fff;
    color: #3993ff;
  }
  .action-btn-submenu.abm-ideaz {
    border-style: none;
    background-color: #ff4081;
  }
  .action-btn-submenu.abm-ideaz:hover {
    border-color: #ff4081;
    background-color: #fff;
    color: #ff4081;
  }
  .action-btn-submenu.abm-uxers {
    border-style: none;
    background-color: #fe2d54;
    color: #fff;
  }
  .action-btn-submenu.abm-uxers:hover {
    border-color: #fe2d54;
    background-color: #fff;
    color: #fe2d54;
  }
  .action-btn-submenu.abm-blog {
    background-color: #ff9500;
  }
  .action-btn-submenu.abm-blog:hover {
    border-color: #ff9500;
    background-color: #fff;
    color: #ff9500;
  }
  .action-btn-submenu.abm-events {
    background-color: #13db71;
  }
  .action-btn-submenu.abm-events:hover {
    border-style: solid;
    border-color: #13db71;
    background-color: #fff;
    color: #13db71;
  }
  .logo-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .logo-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 123px;
    height: 58px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .logo-v {
    display: none;
    width: 76px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .logo-v-full {
    display: none;
    width: 70px;
  }
  .beta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    margin-top: 0px;
    margin-right: -20px;
    margin-left: -8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu-list-box {
    margin-top: 48px;
    margin-bottom: 48px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-link {
    height: 38px;
    margin-bottom: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .menu-link.menu-link-s {
    height: 32px;
  }
  .menu-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    line-height: 1;
  }
  .menu-text.mm-text-jp {
    font-size: 22px;
  }
  .menu-text.menu-txt-s {
    font-size: 26px;
  }
  .menu-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .menu-footer {
    width: 100%;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .bottom-menu-box {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .copyright-box {
    height: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    text-align: left;
  }
  .footer-sns-box {
    width: 89%;
    height: 44px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sns-footer {
    width: 36px;
    height: 36px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 28px;
  }
  .footer-box {
    width: 200px;
    height: 248px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .menu-text-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    line-height: 1.5;
  }
  .menu-text-footer-jp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Mplus 1p', Verdana, sans-serif;
    font-size: 18px;
  }
  .sidebar-big-title {
    height: 30px;
    min-height: 30px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 40px;
  }
  .sidebar-big-title.bts-fixed {
    position: fixed;
    left: 0px;
    top: 28px;
    z-index: 999999;
    width: 100%;
    height: auto;
    min-height: 33px;
    margin-bottom: 32px;
    margin-left: 0px;
    padding-right: 22px;
    padding-left: 22px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 42px;
    text-align: right;
  }
  .sidebar-big-title.bts-fixed.bts-news {
    width: 100%;
  }
  .action-close-icn {
    display: none;
    width: 32px;
    height: 22px;
    padding: 0px 2px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .action-crown-icn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 22px;
    padding: 0px 2px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .action-humb-icn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 22px;
    padding: 0px 2px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .en {
    font-size: 25px;
  }
  .card-sub-ttl-home-big {
    font-size: 20px;
  }
  .card-sub-ttl-home {
    font-size: 20px;
    font-weight: 900;
  }
  .logo-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24vw;
    margin-bottom: 24px;
  }
  .top-slogan {
    font-size: 34px;
  }
  .card-title-home-big {
    margin-bottom: 5px;
    font-size: 33px;
  }
  .card-bg-home {
    height: 220px;
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .card-img-home-big {
    width: 64px;
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .card-title-home {
    font-size: 30px;
  }
  .grid-top {
    max-width: 640px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .card-img-home {
    width: 92px;
    max-width: none;
    margin-bottom: 16px;
  }
  .news-spacer-2 {
    height: 50px;
  }
  .news-image-box {
    width: 100%;
  }
  .def-h1-title {
    height: 36px;
    margin-bottom: 6px;
    font-size: 32px;
    line-height: 1px;
  }
  .news-card-box {
    padding: 40px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-card-box.flip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-card-info-box {
    width: auto;
  }
  .image-about-box {
    width: 100%;
    height: auto;
    max-width: 560px;
    min-width: 240px;
    margin-bottom: 48px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .def-text-2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
  }
  .def-text-2.big {
    font-size: 35px;
    text-align: center;
  }
  .def-text {
    line-height: 1.8;
  }
  .list--blog {
    font-size: 15px;
  }
  .list-title-en {
    font-size: 18px;
  }
  .submit-input.name {
    padding-left: 84px;
  }
  .submit-input.company {
    padding-left: 70px;
  }
  .submit-input.email {
    padding-left: 86px;
    font-size: 17px;
  }
  .submit-input.phone {
    padding-left: 96px;
    font-size: 17px;
  }
  .submit-label {
    font-size: 15px;
  }
  .error-small-text {
    font-size: 14px;
  }
  .error-message {
    max-width: 520px;
  }
  .submit-form {
    width: 100%;
    max-width: none;
  }
  .error-box {
    padding: 0px;
  }
  .form-boxx {
    max-width: none;
    min-height: auto;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .success-hero {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .field-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .field-wrap.send-box {
    height: auto;
    margin-top: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form-box {
    height: auto;
  }
  .form-box.robot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 380px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .button-main-2 {
    height: 48px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-width: 2px;
    line-height: 1;
  }
  .box-input {
    width: 100%;
  }
  .checkbox-label-2 {
    font-size: 17px;
  }
  .thanks-message {
    width: auto;
    margin-top: 24px;
  }
  .success-box {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .success-small-text {
    font-size: 15px;
  }
  .submit-checkbox-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .spicer-form {
    height: 14px;
  }
  .submit-input-message {
    font-size: 15px;
  }
  .mail-magazine-title {
    padding-bottom: 0px;
    font-size: 22px;
  }
  .pop-mm-box {
    width: 76%;
    max-width: 600px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mm-btn {
    width: 70px;
    padding: 0px;
  }
  .submit-close {
    left: 79px;
  }
  .popup-mm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mm-text {
    padding-right: 29px;
    padding-left: 29px;
    font-size: 15px;
    line-height: 1.5;
  }
  .mm-label {
    padding-left: 18px;
    font-size: 16px;
  }
  .mm-form {
    width: 94%;
    max-width: 420px;
  }
  .mm-input {
    width: 100%;
    font-size: 16px;
  }
  .box-input-mm {
    width: 100%;
  }
  .mm-footer {
    height: 120px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .popup-mail-magazine {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mm-text-2 {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 1.5;
  }
  .mm-footer-2 {
    height: 120px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .submit-pop-box {
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .submit-thanks-ttl {
    width: auto;
    font-size: 22px;
  }
  .submit-formm {
    max-width: none;
    margin-top: -28px;
  }
  .submit-box-input {
    width: 100%;
  }
  .submit-button {
    border-width: 2px;
  }
  .submit-error-box {
    max-width: 520px;
  }
  .submit-inputs {
    width: 86%;
  }
  .submit-pop-btn {
    height: 46px;
    font-size: 16px;
  }
  .submit-success {
    width: 100%;
    max-width: none;
  }
  .submit-thanks-message {
    font-size: 16px;
  }
  .submit-checkbox-box-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .sidebar-filter-box {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 40px;
  }
  .sidebar-filter-box.bts-fixed {
    position: fixed;
    left: 0px;
    top: 28px;
    z-index: 999999;
    width: 100%;
    height: auto;
    min-height: 33px;
    margin-bottom: 32px;
    margin-left: 0px;
    padding-right: 22px;
    padding-left: 22px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 42px;
    text-align: right;
  }
  .sidebar-filter-box.bts-fixed.bts-news {
    width: 100%;
  }
  .sidebar-footer-box {
    width: 94%;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 40px;
  }
  .sidebar-footer-box.bts-fixed {
    position: fixed;
    left: 0px;
    top: 28px;
    z-index: 999999;
    width: 100%;
    height: auto;
    min-height: 33px;
    margin-bottom: 32px;
    margin-left: 0px;
    padding-right: 22px;
    padding-left: 22px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 42px;
    text-align: right;
  }
  .sidebar-footer-box.bts-fixed.bts-news {
    width: 100%;
  }
  .submit-btn {
    font-size: 16px;
  }
  .button-group {
    margin-top: 24px;
    padding-left: 16px;
  }
  .button-space {
    margin-bottom: 0px;
  }
  .button {
    margin-bottom: 16px;
  }
  .filter-btn {
    margin-bottom: 16px;
  }
  .item {
    background-color: #fff;
  }
  .item-empty {
    width: 280px;
    height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: transparent;
  }
  .item-empty:hover {
    background-image: none;
  }
  .filter {
    margin-top: 0px;
    padding-left: 0px;
  }
  .filter_check {
    font-size: 16px;
  }
  .filter_check.event {
    margin-bottom: 4px;
  }
  .checkbox_label {
    font-size: 17px;
  }
  .card-events {
    margin-right: 0px;
  }
  .uxers-sns-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .uxers-titles {
    margin-top: 20px;
  }
  .blog-card-time {
    font-size: 18px;
  }
  .blog-card-title {
    font-weight: 700;
  }
  .blog-card-image {
    height: 220px;
  }
  .item-blog {
    width: 80%;
    max-width: none;
    min-width: 440px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .blog-card-tag {
    font-size: 17px;
  }
  .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 97%;
  }
  .search-input {
    height: 48px;
  }
  .event-check-btn {
    min-height: 28px;
    min-width: 28px;
  }
  .event-small-info-box {
    height: 32px;
  }
  .date-month {
    font-size: 19px;
  }
  .event-img {
    width: 100%;
    max-width: none;
  }
  .event-info-box {
    width: 100%;
  }
  .event-location {
    font-size: 16px;
    white-space: nowrap;
  }
  .event-ttl {
    margin-top: 20px;
    margin-bottom: 19px;
    font-size: 16px;
  }
  .div-block-16 {
    height: 32px;
  }
  .event-card-time-tag_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    white-space: nowrap;
  }
  .card-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42%;
    height: auto;
    max-width: 320px;
    min-width: 260px;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .event-city {
    font-size: 16px;
  }
  .event-start-time {
    font-size: 16px;
  }
  .date-year {
    font-size: 17px;
  }
  .date-day {
    font-size: 38px;
  }
  .event-hour {
    font-size: 17px;
  }
  .coming-soon-hero {
    z-index: 999999999;
  }
  .text-block-6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14vw;
    text-align: center;
  }
  .coming-close {
    left: 79px;
    width: 58px;
    height: 58px;
    margin-top: 8px;
    margin-right: 9px;
  }
  .coming-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-d {
    display: none;
    width: 76px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

}

@media screen and (max-width: 479px) {
  .hero-menu {
    width: 100%;
    min-width: auto;
  }
  .hero-menu.hm-tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .hero-submenu {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .hero-content {
    padding: 16px;
  }
  .hero-content.hc-white {
    padding-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .side-menu-box {
    padding-right: 32px;
    padding-left: 20px;
  }
  .action-btn-menu {
    width: 44px;
    height: 44px;
    margin-top: 16px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .action-btn-menu.abm-tools {
    background-color: #3993ff;
  }
  .action-btn-menu.abm-ideaz {
    background-color: #ff4081;
  }
  .action-btn-menu.abm-ideaz:hover {
    border-color: #ff4081;
    color: #ff4081;
  }
  .action-btn-submenu {
    width: 44px;
    height: 44px;
    margin-top: 16px;
    margin-right: 16px;
    margin-left: 16px;
    border-width: 2px;
  }
  .action-btn-submenu.abm-tools {
    background-color: #3993ff;
  }
  .action-btn-submenu.abm-ideaz {
    background-color: #ff4081;
  }
  .action-btn-submenu.abm-ideaz:hover {
    border-color: #ff4081;
    color: #ff4081;
  }
  .logo-full {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .logo-v {
    display: none;
    width: 153px;
  }
  .logo-v-full {
    display: none;
    width: 90px;
  }
  .beta {
    display: block;
    width: 52px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu-link {
    font-size: 28px;
  }
  .menu-link.w--current {
    font-size: 30px;
  }
  .menu-text {
    line-height: 1;
  }
  .menu-icon {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .menu-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 28px;
  }
  .menu-footer.w--current {
    height: 45px;
    font-size: 30px;
  }
  .bottom-menu-box {
    min-height: 100px;
  }
  .copyright-box {
    font-size: 14px;
  }
  .footer-sns-box {
    width: 318px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sns-footer {
    width: 47px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 29px;
  }
  .menu-text-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-text-footer-jp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
  }
  .sidebar-big-title {
    height: 28px;
    margin-top: 0px;
    padding-left: 0px;
    font-size: 36px;
    line-height: 0.8;
  }
  .sidebar-big-title.bts-fixed {
    position: fixed;
    top: 24px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 34px;
    line-height: 1;
  }
  .action-close-icn {
    width: 26px;
    height: 26px;
    padding: 3px 2px 3px 0px;
  }
  .action-crown-icn {
    width: 26px;
    height: 26px;
    padding: 3px 2px 3px 0px;
  }
  .action-humb-icn {
    width: 26px;
    height: 26px;
    padding: 3px 2px 3px 0px;
  }
  .logo-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34vw;
    margin-bottom: 16px;
  }
  .top-slogan {
    margin-bottom: 4px;
    font-size: 38px;
  }
  .card-title-home-big {
    margin-bottom: 4px;
    font-size: 32px;
  }
  .card-bg-home {
    width: 94%;
    height: 212px;
    min-height: 220px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .card-img-home-big {
    width: 64px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .grid-top {
    width: 92%;
    max-width: 350px;
    min-width: 230px;
    justify-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .card-img-home {
    width: 88px;
    margin-bottom: 16px;
  }
  .news-card-link {
    font-size: 14px;
    line-height: 1.6;
  }
  .news-spacer-2 {
    height: 40px;
  }
  .def-h1-title {
    height: 27px;
    font-size: 27px;
    line-height: 0.8;
  }
  .def-h1-title.news {
    font-size: 19px;
    line-height: 1.2;
  }
  .def-h1-title.news {
    font-size: 19px;
    line-height: 1.2;
  }
  .news-card-box {
    padding-top: 36px;
    padding-bottom: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-card-info-box {
    width: 100%;
  }
  .news-card-text-def {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.6;
  }
  .news-card-date {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 1.6;
  }
  .image-about-box {
    width: 100%;
    height: auto;
    margin-bottom: 36px;
    font-size: 15px;
  }
  .def-text-2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
  .def-text-2.big {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 25px;
    text-align: center;
  }
  .def-text {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.7;
  }
  .list--blog {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    background-size: 6px;
    font-size: 14px;
    line-height: 1.4;
  }
  .list-title-en {
    font-size: 18px;
  }
  .submit-input {
    width: 100%;
    height: 48px;
    padding-left: 66px;
    font-size: 16px;
  }
  .submit-input.name {
    padding-left: 81px;
  }
  .submit-input.company {
    padding-left: 67px;
  }
  .submit-input.email {
    padding-left: 83px;
  }
  .submit-input.phone {
    padding-left: 93px;
    font-size: 17px;
  }
  .submit-label {
    padding-left: 20px;
    font-size: 15px;
  }
  .error-small-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .error-message {
    height: auto;
    margin-bottom: 24px;
  }
  .submit-form {
    width: 100%;
    max-width: none;
  }
  .error-box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .form-boxx {
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .submit-radio-btn {
    width: 30px;
    height: 30px;
  }
  .field-wrap.send-box {
    margin-top: 18px;
    margin-bottom: 14px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-box.robot {
    width: auto;
    margin-top: 12px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-main-2 {
    width: 100%;
    height: 46px;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-width: 2px;
  }
  .checkbox-label-2 {
    padding-right: 0px;
    padding-left: 0px;
    color: #b2bdca;
    font-size: 16px;
    white-space: nowrap;
  }
  .thanks-message {
    font-size: 28px;
  }
  .submit-checkbox-box {
    margin-bottom: 0px;
  }
  .spicer-form {
    height: 12px;
  }
  .submit-input-message {
    width: 100%;
    height: 48px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 15px;
  }
  .mail-magazine-title {
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 1;
  }
  .pop-mm-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 88%;
    height: 370px;
    max-width: none;
    padding-bottom: 0px;
  }
  .mm-btn {
    height: 48px;
    padding-right: 7px;
    font-size: 16px;
  }
  .submit-close:hover {
    color: #fec400;
  }
  .popup-mm {
    display: none;
  }
  .mm-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  .mm-label {
    font-size: 14px;
  }
  .mm-input {
    height: 48px;
    font-size: 15px;
  }
  .pop-mm-img {
    width: 74px;
  }
  .mm-footer {
    height: auto;
    padding: 24px 12px;
  }
  .pop-mm-title {
    line-height: 1;
  }
  .popup-mail-magazine {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mm-text-2 {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.5;
  }
  .mm-footer-2 {
    height: auto;
    padding: 24px 8px;
  }
  .symboles-box {
    display: none;
  }
  .submit-inputt {
    width: 100%;
    padding-left: 91px;
    font-size: 18px;
  }
  .submitt-box {
    display: none;
  }
  .submit-pop-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
  }
  .submit-thanks-ttl {
    font-size: 20px;
  }
  .submit-formm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-top: -22px;
  }
  .submit-button {
    width: 100%;
    height: 48px;
    max-width: 260px;
    border-width: 2px;
  }
  .submit-error-small-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .submit-error-box {
    height: auto;
    margin-bottom: 24px;
  }
  .submit-inputs {
    width: 88%;
  }
  .submit-pop-btn {
    height: 42px;
    font-size: 16px;
  }
  .submit-field-wrap {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-radio-btn-2 {
    width: 30px;
    height: 30px;
  }
  .submit-success {
    width: 100%;
    max-width: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .submit-thanks-message {
    padding-right: 20px;
    padding-left: 20px;
  }
  .submit-checkbox-box-2 {
    margin-bottom: 20px;
  }
  .submit-box {
    display: none;
  }
  .mailmaga-box {
    display: none;
  }
  .sidebar-filter-box {
    height: 28px;
    margin-top: 0px;
    padding-left: 0px;
    font-size: 36px;
    line-height: 0.8;
  }
  .sidebar-filter-box.bts-fixed {
    position: fixed;
    top: 24px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 34px;
    line-height: 1;
  }
  .sidebar-footer-box {
    width: 94%;
    max-width: 280px;
    font-size: 36px;
    line-height: 0.8;
  }
  .sidebar-footer-box.bts-fixed {
    position: fixed;
    top: 24px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 34px;
    line-height: 1;
  }
  .submit-btn {
    height: auto;
    max-width: none;
  }
  .button-group {
    margin-top: 12px;
    padding-left: 8px;
  }
  .button-space {
    margin-bottom: 0px;
  }
  .card-category {
    width: auto;
    height: 26px;
  }
  .div {
    width: 84%;
    max-width: 260px;
  }
  .card-summary-box {
    height: auto;
  }
  .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .item-empty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .toolz-os-icon {
    width: 32px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .filter {
    margin-top: 12px;
    padding-left: 0px;
  }
  .card-events {
    width: 100%;
    max-width: 400px;
    min-width: 200px;
    margin-right: 0px;
  }
  .uxers-titles {
    margin-top: 20px;
  }
  .blog-card-time {
    font-size: 16px;
  }
  .blog-card-title {
    font-size: 17px;
    line-height: 1.5;
  }
  .blog-card-image {
    height: 180px;
  }
  .item-blog {
    width: 92%;
    min-width: 220px;
  }
  .blog-card-tag {
    font-size: 15px;
  }
  .search {
    margin-top: 20px;
  }
  .event-check-btn {
    min-height: 28px;
    min-width: 28px;
  }
  .event-small-info-box {
    height: 30px;
    margin-right: 8px;
  }
  .date-month {
    font-size: 18px;
  }
  .event-img {
    height: 160px;
  }
  .event-info-box {
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
  }
  .event-location {
    font-size: 15px;
  }
  .event-ttl {
    margin-top: 11px;
    margin-bottom: 11px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.3;
  }
  .event-tag {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 11px;
  }
  .div-block-16 {
    height: 30px;
  }
  .event-card-time-tag_box {
    margin-top: 16px;
    padding-bottom: 12px;
  }
  .card-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-2.event-style {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .event-city {
    color: #b2bdca;
    font-size: 15px;
  }
  .event-start-time {
    font-size: 15px;
  }
  .event-box {
    background-color: transparent;
  }
  .event-hour {
    font-size: 16px;
  }
  .event-tag-box {
    padding-right: 16px;
    padding-left: 16px;
  }
  .card {
    width: 92%;
    max-width: 300px;
    margin-right: 0px;
  }
  .text-block-6 {
    font-size: 15vw;
  }
  .coming-close:hover {
    color: #fec400;
  }
  .coming-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-d {
    display: none;
    width: 153px;
  }
  .bold-text-3 {
    font-size: 12px;
  }
}

@font-face {
  font-family: 'Cerapro';
  src: url('../fonts/CeraPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Cerapro';
  src: url('../fonts/CeraPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Cerapro';
  src: url('../fonts/CeraPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Cerapro';
  src: url('../fonts/CeraPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Mplus 1p';
  src: url('../fonts/mplus-1p-black.ttf') format('truetype'), url('../fonts/mplus-1p-heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Mplus 1p';
  src: url('../fonts/mplus-1p-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Mplus 1p';
  src: url('../fonts/mplus-1p-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Mplus 1p';
  src: url('../fonts/mplus-1p-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Mplus 1p';
  src: url('../fonts/mplus-1p-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Uud';
  src: url('../fonts/uud.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Mplus 1p';
  src: url('../fonts/mplus-1p-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}