/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: currentcolor;
}
td,
th {
  padding: 0;
}
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  min-width: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
:root {
  --aut-black: #333;
  --transparent: #0000;
  --white: #fff;
  --aut-blue--nocode-green: #12ccb0;
  --aut-gray: #f6f9fb;
  --black: black;
  --aut-alt-gray: #909ea7;
  --pro-service: #ff4478;
  --pro-service-50: #ffa2bc;
  --pro-service-70: #ffb4c9;
  --aut-blue--autify-green: #00b398;
  --pro-service-blue: #6370f6;
  --accent-gray: #4a5568;
  --border-gray: #cbd5e0;
  --image-bg: #edf2f7;
  --lp_cta_orange: #ff5c35;
  --aero-blue: #c0fef5;
  --rose: #e4006e;
  --robin-s-egg-blue: #00e7c6;
  --sf-blue: #179cd7;
  --super-light-green-bg: #ecfffc;
  --line-gray: #718096;
  --highlight_ye: #e6fb0080;
  --genesis: #6946e6;
  --white-2: white;
  --sp-navmenu-height: 100vh;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/custom-checkbox-checkmark.589d534424.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-embed-youtubevideo {
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/youtube-placeholder.2b05e7d68d.svg);
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

body {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
}

a {
  color: var(--aut-black);
  font-family: Noto Sans JP, sans-serif;
  text-decoration: none;
  display: inline-block;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.hp-section-client-logos {
  margin-top: 20px;
  overflow: hidden;
}

.tab-2-arrow {
  width: 80px;
  position: absolute;
  inset: -7% 0% auto 47%;
}

.footer-right-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
}

.flex-wrapper-footer-logos {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 40px;
}

.mid-header-headline {
  text-align: center;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 50px;
}

.mid-header-headline.inline {
  flex: 1;
}

.tab-link-tab-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ddd0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 30%;
  display: flex;
}

.tab-link-tab-2.w--current {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transparent);
  border-bottom: 5px solid #718096;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider-black {
  background-color: #dee2e6;
  width: 100%;
  height: 2px;
}

.footer-col-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.web-card-wrapper {
  padding: 10px;
}

.left-footer-flex-wrapper {
  flex: 0 auto;
  align-self: stretch;
}

.footer-link-text {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer-link-text:hover {
  color: #12ccb0;
}

.footer-link-text.eng-roboto {
  font-family: Roboto, sans-serif;
}

.page-wrapper {
  position: static;
}

.page-wrapper.relative {
  flex-flow: column;
  display: flex;
  position: relative;
}

.page-wrapper.relative.height-vh {
  height: 190vh;
}

.page-wrapper.pt-80 {
  padding-top: 80px;
}

.page-wrapper.nexus {
  letter-spacing: .2px;
}

.footer-copyright-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.web-tab-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f9fb;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding: 40px;
  display: grid;
}

.web-tab-wrapper.pricing {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
}

.web-icon-image {
  max-width: 100%;
}

.aut-footer {
  background-color: var(--white);
}

.tab-link-tab-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fffefe1a;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.tab-link-tab-1:lang(en) {
  align-self: stretch;
}

.tab-link-tab-1.w--current {
  background-color: #c8c8c800;
  border-bottom: 5px solid #718096;
  flex: 0 auto;
  width: 30%;
}

.top-web-card-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.footer-logo {
  flex: 1;
}

.footer-logo.hide-isms-badge {
  display: none;
}

.hp-hero-sub-heading {
  color: var(--aut-black);
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.footer-social-link-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.sp {
  display: none;
}

.container.contact {
  max-width: 1200px;
  padding-top: 20px;
}

.container.section-e2e.pt-60 {
  padding-top: 60px;
}

.container.section-e2e.flex-align-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.full-width {
  background-color: var(--transparent);
}

.container.full-width.is-relative {
  z-index: 1;
  position: relative;
}

.container.nlm-info {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.with_bg-grey {
  z-index: 1;
  position: relative;
}

.container.full-wide {
  max-width: none;
}

.container.staaslp_problem {
  background-color: var(--transparent);
}

.container.is-splide {
  max-width: 1378px;
}

.footer-col-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tabs-menu {
  border-bottom: 1px #718096;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hp-section-mid-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hp-section-forweb-mobile {
  background-color: #f6f9fb;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.navbar {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 12px #0000001a;
}

.container-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  flex: 0 auto;
  align-self: center;
}

.nav-menu {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-cta-btns {
  flex: none;
  align-self: center;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.main-cta-btn {
  background-color: var(--aut-blue--nocode-green);
  text-align: center;
  border-radius: 4px;
  align-self: auto;
  padding: 10px 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.nav-secondary-btn {
  color: #4f575d;
  background-color: #e2ebf1;
  border-radius: 4px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.nav-secondary-btn.pc-nav, .nav-secondary-btn.is-flex-grow {
  align-self: auto;
  padding: 12px 15px;
  font-size: 14px;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
}

.pp-table-section {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.faq-question-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.pp-comp-blank.border-bottom-light-gray {
  border-bottom: 2px solid #e2e8f0;
}

.pp-list-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.faq-accordion-top-content {
  justify-content: space-between;
  align-items: center;
}

.floating-stick-notification {
  margin-top: 20px;
  position: sticky;
  top: 0;
}

.header-sub-text {
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 700;
}

.header-sub-text.background-gray {
  background-color: #f6f9fb;
}

.header-sub-text.background-gray.border-right {
  border-right: 2px solid #e2e8f0;
  font-family: Noto Sans JP, sans-serif;
}

.header-sub-text.border-right {
  border-right: 2px solid #e2e8f0;
}

.header-sub-text.border-right.border-bottom {
  padding-top: 15px;
}

.header-sub-text.border-bottom {
  border-bottom: 2px solid #e2e8f0;
  padding-top: 40px;
}

.pp-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pp-image.background-gray {
  background-color: #f6f9fb;
}

.pp-image.background-gray.border-right, .pp-image.border-right {
  border-right: 2px solid #e2e8f0;
}

.pp-image.border-right.border-bottom {
  border-bottom: 2px solid #e2e8f0;
}

.pp-top-heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.pp-secondary-btn {
  color: #12ccb0;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #12ccb0;
  border-radius: 4px;
  font-family: Noto Sans JP, sans-serif;
}

.pp-card-col-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  padding: 20px 20px 30px;
  display: flex;
}

.faq-text {
  color: #00b398;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.pp-col-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 300px;
}

.faq-accordion-item {
  flex-flow: column;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.faq-accordion-item.background-gray {
  background-color: #f6f9fb;
}

.fine-print-text {
  text-align: center;
  font-size: 13px;
}

.inner-table-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-arrow-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10px;
  display: flex;
}

.section-text-green {
  color: #00b398;
  font-family: Noto Sans JP, sans-serif;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pp-main-cta-btn {
  text-align: center;
  background-color: #12ccb0;
  border-radius: 4px;
  align-self: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pp-list-inner {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.fine-print-wrapper {
  margin-top: 20px;
}

.faq-accordion-wrapper {
  padding: 20px 40px;
}

.pp-table-header.border-bottom-light-gray {
  border-bottom: 2px solid #e2e8f0;
}

.section-e2e-hero {
  padding-top: 40px;
}

.section-e2e-hero.pb-40 {
  padding-bottom: 40px;
}

.section-e2e-hero.pb-40.spv {
  display: none;
}

.e2e-sub-heading {
  text-align: center;
  margin-top: 46px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.section-e2e-information {
  background-color: #f6f9fb;
  padding-top: 0;
  padding-bottom: 60px;
}

.flex-block-4 {
  flex: 1;
}

.flex-block-4.shrink {
  flex: 0 auto;
}

.flex-block-4.shrink.gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.mid-image {
  flex: 0 auto;
  max-width: 40%;
}

.mid-image._30 {
  width: 100%;
  max-width: 30%;
}

.autify-e2e-section-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
}

.autify-e2e-section-wrapper.flex-align-center {
  justify-content: center;
  align-items: center;
}

.autify-e2e-section-wrapper.flex-align-center.mb-0 {
  margin-bottom: 0;
}

.autify-solution-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.e2e-sol-card-wrapper {
  flex: 1;
  font-family: Roboto, sans-serif;
}

.card-flex-wrapper-sol {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  inset: 0% 0% auto;
}

.background-sol-section {
  z-index: 2;
  background-color: var(--white);
  border-radius: 48px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: absolute;
  inset: auto 0% -14%;
}

.e2e-features-section {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
}

.e2e-features-section.mt-20 {
  margin-top: 20px;
}

.e2e-features-section.mt-20.flex-align-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.e2e-features-section.mt-ptb-0 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.e2e-features-section.mt-ptb-0.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.e2e-features-section.mt-ptb-0.flex-align-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.e2e-features-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.e2e-features-grid._w-max-1200 {
  max-width: 1200px;
}

.e2e-features-card {
  padding: 20px;
}

.features-top-flex-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}

.features-top-flex-wrapper.align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.features-top-flex-wrapper.mb-0 {
  height: 188px;
  margin-bottom: 0;
}

.features-bottom-text-content.bg-arrow {
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/sf-bg-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 66px;
  display: flex;
}

.e2e-features-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
}

.e2e-features-heading.mt-60 {
  margin-top: 60px;
}

.e2e-features-heading.mb-24 {
  margin-bottom: 24px;
}

.e2e-features-heading.mb-20 {
  margin-bottom: 20px;
}

.e2e-features-heading.mb-40 {
  margin-bottom: 40px;
}

.e2e-top-headline-hero {
  text-align: center;
  order: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
}

.e2e-top-headline-hero.leftt-align {
  text-align: left;
  line-height: 1.5;
}

.e2e-top-hero-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 20px auto 0;
  padding-left: 20px;
  padding-right: 20px;
}

.e2e-top-hero-content-wrapper.sf {
  flex-flow: row;
  width: 100%;
  margin-top: 0;
}

.section-use-cases {
  margin-top: 60px;
}

.e2e-uc-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.e2e-uc-card-wrapper {
  object-fit: fill;
  border: 1px solid #a0aec0;
  border-radius: 8px;
  overflow: hidden;
}

.e2e-uc-content-card-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
}

.e2e-uc-card-img {
  flex: 0 auto;
  max-width: 100%;
  font-family: Noto Sans JP, sans-serif;
  display: block;
}

.flex-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
}

.flex-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
}

.customer-story-logo {
  max-width: 20%;
}

.ee2e-uc-heading {
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 33px;
}

.section-divider.no-padding {
  padding-bottom: 0;
}

.section-divider.add-margin-top {
  margin-top: 40px;
}

.bold-text {
  color: var(--aut-black);
  font-family: Roboto, sans-serif;
}

.form-heading-main {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.form-heading-sub {
  text-align: center;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.form-cta-flex {
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.sol-page-description {
  text-align: left;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
}

.sol-page-description.text-align-center {
  text-align: center;
}

.sol-page-description.new-proservice {
  text-align: center;
  margin-top: 24px;
}

.heading-5 {
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.heading-5.sf-h2 {
  font-size: 38px;
  font-weight: 700;
}

.e2e-button {
  background-color: var(--aut-blue--nocode-green);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 360px;
  height: 48px;
  margin-top: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.section-webinar-hero {
  background-color: var(--aut-gray);
  padding-top: 60px;
}

.columns {
  align-self: stretch;
}

.webinar-hero-flex-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.webinar-hero-heading-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.webinar-sidebar-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.webinar-title-sb {
  font-family: Noto Sans JP, sans-serif;
  line-height: 24px;
}

.webinar-speaker-card-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
}

.speaker-img {
  border-radius: 60%;
  max-width: 10%;
  display: block;
}

.speaker-name {
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.speaker-title {
  color: #727e86;
  letter-spacing: .2px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.image-4 {
  max-width: 50%;
}

.webinar-left-col {
  padding-right: 20px;
}

.webinar-add-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.participation-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.participation-heading {
  color: #282c2f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.participation-text {
  color: #282c2f;
  font-size: 16px;
}

.target-audience-block, .sponsored-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.use-case-flex-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
}

.about-hero-flex-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-hero-flex-wrapper.sp {
  display: none;
}

.about-key-mission-text {
  font-size: 24px;
  font-weight: 700;
}

.about-key-message-text {
  text-align: center;
  align-self: stretch;
  font-family: Noto Sans JP, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
}

.about-key-message-description {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.about-hero-left-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.section-ceo-message {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ceo-inner-message-wrapper {
  background-color: #f6f9fb;
  border-radius: 20px;
  align-self: stretch;
  overflow: hidden;
}

.ceo-image {
  align-self: auto;
  max-width: 45%;
}

.ceo-name-text {
  align-self: flex-end;
  font-size: 16px;
}

.ceo-message {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.ceo-headline {
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
}

.ceo-message-col-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 20px 40px;
}

.section-roadmap {
  background-color: var(--aut-gray);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-company-history {
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-top-board-members {
  background-color: var(--aut-gray);
  padding-top: 60px;
  padding-bottom: 0;
}

.section-top-vc-companies {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-company-info {
  margin-top: 60px;
  margin-bottom: 100px;
}

.vc-logo-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.board-image._w-65 {
  width: 100%;
  max-width: 65%;
}

.board-title {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 700;
}

.board-name {
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.board-person-description {
  font-family: Noto Sans JP, sans-serif;
}

.board-person-description.smaller-text-test {
  font-size: 14px;
}

.board-person-description.board-person-desc-txt {
  text-align: justify;
  font-size: 14px;
}

.board-member-card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
}

.board-member-main-card-wrapper-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: stretch;
  display: none;
}

.image-5 {
  flex: 1;
}

.roadmap-card-title {
  color: #7b7b7b;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.roadmap-card-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.roadmap-card-wrapper {
  position: sticky;
}

.roadmap-container-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.roadmap-top-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.company-history-heading {
  text-align: center;
  flex: 0 auto;
  align-self: stretch;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.info-table-container {
  border: 1px solid #cbd5e0;
  border-radius: 8px;
  align-self: stretch;
  width: 60%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
}

.info-key-txt {
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.info-key-txt.margin-bottom {
  margin-bottom: 75px;
}

.info-value-txt {
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.column {
  border-right: 1px solid #cbd5e0;
}

.career-banner-container {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.board-member-heading {
  text-align: center;
  align-self: stretch;
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
}

.roadmap-heading {
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
}

.vc-heading {
  text-align: center;
  align-self: stretch;
  margin-bottom: 40px;
  font-size: 36px;
}

.careers-hero-section {
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/autify_2022_01_003.png);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.columns-3 {
  align-self: stretch;
}

.career-value-section {
  margin-top: 100px;
  margin-bottom: 60px;
}

.career-section-team {
  background-color: var(--aut-gray);
}

.career-team-nav-wrapper {
  padding-top: 60px;
}

.team-nav-heading {
  text-align: center;
  align-self: stretch;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 50px;
}

.team-nav-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.engineering-team-detail {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.team-img {
  width: 8%;
  max-width: 40%;
  display: block;
}

.flex-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}

.div-block {
  border-right: 1px none var(--black);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr 2.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.tabs-menu-2 {
  flex-flow: column;
  display: flex;
}

.tabs-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: stretch;
  display: block;
}

.tab-link-tab-1-2 {
  color: #718096;
  text-align: right;
  background-color: #0000;
  font-size: 16px;
}

.tab-link-tab-1-2.w--current {
  color: var(--black);
  text-align: right;
  background-color: #0000;
  font-size: 16px;
  font-weight: 700;
}

.tab-link-tab-2-2 {
  color: #718096;
  text-align: right;
  background-color: #0000;
  font-size: 16px;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--transparent);
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}

.tab-link-tab-3 {
  background-color: var(--transparent);
  color: #718096;
  text-align: right;
  padding-left: 0;
  font-size: 16px;
}

.tab-link-tab-3.w--current {
  color: var(--black);
  background-color: #0000;
  font-weight: 700;
}

.team-inner-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px 10px;
  display: block;
}

.value-sub-text {
  text-align: center;
  align-self: stretch;
  width: 62%;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.value-card-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: stretch;
  align-items: stretch;
  margin-top: 60px;
}

.value-card-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}

.value-heading {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

.value-heading.border-bottom-purple {
  border-bottom: 3px solid #d6bcfa;
  padding-bottom: 10px;
}

.value-heading.border-bottom-green {
  border-bottom: 3px solid #86f5e5;
  padding-bottom: 10px;
}

.value-heading.border-bottom-yellow {
  border-bottom: 3px solid #ffe082;
  padding-bottom: 10px;
}

.value-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
}

.career-location-wrapper {
  background-color: var(--aut-gray);
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/img-worldmap-1.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  align-self: stretch;
  width: 85%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.career-location-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 220px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
}

.career-location-text {
  text-align: left;
  width: 90%;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.team-nav-inner-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.team-nav-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
}

.team-nav-text {
  color: #00b398;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.vertical-divider {
  background-color: #cbd5e0;
  width: 2px;
  height: 20px;
}

.link-block {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.news-mini-slider-career {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-career-open-jobs {
  align-self: stretch;
  padding-top: 40px;
  padding-bottom: 0;
}

.flex-block-15 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.flex-block-16 {
  justify-content: flex-start;
  align-items: stretch;
}

.open-jobs-divider {
  background-color: #e2e8f0;
  width: 100%;
  height: 2px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.open-jobs-divider-badge {
  background-color: #4a5568;
  border-radius: 20px;
  width: 20%;
  padding: 10px;
  position: absolute;
  inset: 8% 0% auto 39%;
}

.open-jobs-divider-badge.one-line-text {
  top: 21%;
}

.oj-inside-text {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.open-jobs-divider-wrapper {
  width: 100%;
  height: 2px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.open-job-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.open-job-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 4px;
  justify-content: space-between;
  align-items: stretch;
  padding: 25px 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #0003;
}

.inner-open-job-text {
  width: 70%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.link-block-2 {
  color: var(--aut-black);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.html-embed {
  color: var(--aut-blue--nocode-green);
  align-self: center;
  width: 10px;
}

.external-resource-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.careers-iframe-company-deck {
  flex: 0 auto;
  align-self: auto;
  width: 966px;
  margin: 20px auto;
}

.news-main-heading {
  text-align: center;
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.cta-inner-wrapper {
  background-color: var(--aut-gray);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  overflow: hidden;
}

.news-compact-container {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.news-breadcrumbs-wrapper {
  margin-top: 20px;
}

.category-date-wrapper {
  border-bottom: 1px solid #e2ebf1;
  justify-content: space-between;
  width: 915px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.html-embed-3 {
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 15px;
  display: flex;
}

.breadcrumb-link-text {
  color: #282c2f;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb-link-text:hover {
  color: #12ccb0;
}

.link-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #282c2f;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-3:hover {
  color: #12ccb0;
}

.inner-news-breadcrump-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 915px;
  margin-left: auto;
  margin-right: auto;
}

.category-news-text {
  color: #727e86;
  text-transform: uppercase;
  font-size: 20px;
}

.news-published-date-text {
  color: #727e86;
  font-size: 20px;
}

.general-rtb {
  margin-bottom: 170px;
}

.general-rtb p {
  letter-spacing: .2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.general-rtb a {
  color: var(--aut-blue--nocode-green);
  font-family: Noto Sans JP, sans-serif;
}

.general-rtb img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.general-rtb h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.general-rtb h3 {
  margin-top: 36px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 39px;
}

.general-rtb blockquote {
  border-left-color: var(--black);
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.section-news-hero {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.press-link-menu-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-bottom: 40px;
  display: flex;
}

.press-link-nav-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.press-link-nav-img {
  width: 20px;
}

.press-link-nav-text {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.press-link-text-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #12ccb0;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.news-date-wrapper {
  flex: 1;
  padding: 20px;
  display: flex;
}

.news-card-wrapper {
  border-top: 1px solid #dee2e6;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.news-card-content {
  color: var(--aut-black);
  flex: 0 auto;
  width: 80%;
  padding: 20px;
}

.news-tag-type {
  color: #007bff;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.news-content-text {
  color: var(--aut-black);
  letter-spacing: .2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.news-pb-date {
  color: #6c757d;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.news-pb-date.comma {
  padding-left: 3px;
  padding-right: 5px;
}

.collection-news-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.news-sorting-nav {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.news-main-heading-text {
  margin-top: 160px;
  margin-bottom: 100px;
  font-family: Noto Sans JP, sans-serif;
}

.dropdown-list {
  background-color: var(--aut-blue--nocode-green);
}

.dropdown-list.w--open {
  background-color: var(--aut-gray);
  padding: 20px;
}

.news-sorting-button-text {
  margin-right: 20px;
}

.section-why-us-hero {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-company-logos {
  background-color: var(--aut-gray);
  margin-top: 0;
}

.section-company-logos.mb-40 {
  margin-bottom: 40px;
}

.logo-grid-whyus-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.whyus-grid-logo-img {
  width: 224px;
}

.whyus-grid-logo-img.nri {
  width: 136px;
}

.section-customer-stories-slider {
  margin-top: 100px;
  margin-bottom: 60px;
  padding-top: 40px;
}

.section-stories-hero {
  background-color: var(--aut-gray);
}

.label-wrapper-hero-stories {
  z-index: 10;
  position: relative;
}

.stories-img-hero {
  max-width: 50%;
}

.stories-hero-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.stories-hero-left-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 20px;
}

.section-stories-content {
  margin-top: 60px;
}

.guide-side-bar-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-self: stretch;
}

.column-2 {
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.company-block, .industry-block, .published-date-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.guide-title {
  color: #909ea7;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 24px;
}

.guide-company-url {
  color: #2edec4;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.guide-company-name, .industry-text-stories, .published-date-text-stories {
  color: #2d3748;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.stories-main-heading {
  color: #282c2f;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.stories-badge-text {
  z-index: 45;
  color: #8e56f7;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.image-6 {
  z-index: 3;
  position: absolute;
  inset: -42% 0% auto -14%;
}

.stories-sub-title {
  color: #909ea7;
  letter-spacing: .2px;
  flex: 0 auto;
  font-size: 16px;
  line-height: 32px;
}

.stories-container-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.stories-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.link-block-stroies-wrapper {
  color: var(--aut-black);
  text-decoration: none;
}

.story-card-title.text-style-2lines {
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}

.image-7 {
  flex: 1;
}

.flex-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.wu-story-card-sub-title {
  color: #909ea7;
  flex: 0 auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.stories-wu-heading {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
}

.why-us-main-heading {
  text-align: center;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.sub-heading_center {
  color: #909ea7;
  text-align: center;
  letter-spacing: .2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.stories-card-image-wrapper {
  height: 200px;
  overflow: hidden;
}

.main-nav-dropdown.w--open {
  background-color: var(--white);
  border-radius: 8px;
  padding: 10px 2px 20px;
}

.menu-drop-down-link {
  margin-top: 10px;
}

.menu-drop-down-link:hover {
  background-color: var(--aut-gray);
}

.section-webinars-hero {
  padding-top: 40px;
}

.webinars-main-heading {
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

.webinars-sub-heading {
  color: #909ea7;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.section-webinars-cards {
  background-color: var(--aut-gray);
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-5 {
  flex-flow: column;
  display: flex;
}

.past-webinars-section {
  margin-top: 100px;
}

.upcoming-webinars-section {
  margin-bottom: 72px;
  padding-bottom: 100px;
}

.webinars-h2-headings {
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 44px;
}

.tabs-arrow-box {
  color: var(--aut-gray);
  width: 60px;
  max-width: 100%;
  position: absolute;
  inset: -38px 0% auto 17%;
}

.pricing-plan-name-heading {
  font-size: 26px;
  line-height: 1.5;
}

.pp-checklist-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.web-tab-wrapper-tab-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f9fb;
  border-radius: 50px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding: 40px;
  display: flex;
}

.inner-pp-tab-two-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  align-self: auto;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.pp-line-divider {
  background-color: var(--aut-gray);
  width: 100%;
  height: 2px;
}

.pp-tab-two {
  flex: 0 auto;
  padding-bottom: 0;
}

.tabs-content-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.flex-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
}

.tab-two-heading-pp {
  align-self: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.tab-two-sub-text {
  text-align: center;
  font-size: 16px;
}

.inner-floating-bar-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #555;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: none;
}

.html-embed-4 {
  align-self: center;
  height: 24px;
}

.pp-floating-text {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.faq-arrow-icon {
  transform: rotate(90deg);
}

.section-hero-guides {
  padding-top: 60px;
}

.section-hero-guide {
  padding-bottom: 0;
  position: static;
}

.tighter-width-container {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.guide-image-block-container {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #e2ebf1;
  border-radius: 8px;
  padding: 71px 269px;
}

.guide-main-img {
  float: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  max-width: 100%;
  display: block;
  position: static;
}

.dummy-form {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

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

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

.aut-form-field {
  color: #909ea7;
  background-color: #f0f5f9;
  border: 1px solid #cbd5e0;
  border-radius: 4px;
}

.aut-link-text-color {
  color: #12ccb0;
  font-weight: 400;
  text-decoration: none;
}

.copyright-text-form {
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.link {
  text-decoration: none;
  display: inline-block;
}

.cta-btn-wide {
  background-color: var(--aut-blue--nocode-green);
  border-radius: 4px;
  align-self: auto;
  width: 40%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.section-guide-content {
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 25%;
}

.guide-main-cta-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.guide-sub-text {
  color: #909ea7;
  letter-spacing: .2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 25.6px;
}

.guides-container-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.guides-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.guides-card-image-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 230px;
  padding: 20px;
  display: flex;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.guides-img {
  max-width: 100%;
}

.guides-card-link-box {
  color: var(--aut-black);
  text-decoration: none;
}

.guides-link-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  font-family: Noto Sans JP, sans-serif;
}

.flex-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: stretch;
  align-items: flex-start;
  padding: 20px 10px;
}

.hero-points-text {
  color: #00b398;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.points-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.flex-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.hero-cta-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.hero-sub-cta-link {
  color: var(--white);
  text-decoration: underline;
}

.hero-sub-cta-link.color-blk {
  color: var(--aut-black);
  font-family: Noto Sans JP, sans-serif;
}

.text-block-5 {
  font-size: 16px;
  font-weight: 700;
}

.link-3 {
  text-align: right;
}

.hp-section-solutions {
  background-color: var(--aut-gray);
  padding-top: 60px;
  padding-bottom: 40px;
}

.solution-card-text {
  text-align: center;
  align-self: stretch;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.solution-card-text.no-align {
  align-self: auto;
}

.hp-section-blog {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hp-download-ctas {
  background-color: var(--aut-gray);
  padding-top: 60px;
  padding-bottom: 40px;
}

.hp-cta-section {
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/staas-cta-bg-img.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}

.pricing-tab {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fffefe1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.pricing-tab:lang(en) {
  align-self: stretch;
}

.pricing-tab.w--current {
  background-color: #c8c8c800;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 30%;
  display: flex;
}

.pricing-tab-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 30%;
  display: flex;
}

.pricing-tab-mobile.w--current {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transparent);
  border-bottom: 5px #718096;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.news-sorting-dropdown {
  background-color: #f8f8f8;
  border-radius: 3px;
  margin-right: 20px;
  font-size: 16px;
}

.hide-radio-btn, .radio-button, .radio-button-2 {
  display: none;
}

.radio-button-field {
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.radio-button-field-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.radio-button-field-3 {
  padding-left: 0;
}

.ai-labs-cta-btn {
  background-color: #00b398;
  border-radius: 6px;
  padding: 15px 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.ai-blog-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  padding: 30px;
  box-shadow: 0 4px 8px #0003;
}

.ai-slider-text {
  color: #909ea7;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.ai-tabs-menu-wrapper {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ai-blog-card-text {
  align-self: stretch;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.section-manual-blog {
  padding-top: 60px;
  padding-bottom: 40px;
}

.tab-link-tab-2-3 {
  background-color: #ddd0;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-link-tab-2-3:hover {
  border-bottom: 4px solid #00b398;
}

.tab-link-tab-2-3.w--current {
  background-color: #ddd0;
  border-bottom: 4px solid #00b398;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: block;
}

.ai-blog-btn {
  text-align: center;
  background-color: #00b398;
  width: 100%;
  padding: 20px;
}

.section-ai-labs-what-you-can-do {
  background-color: #f5f3fe;
  padding-top: 60px;
  padding-bottom: 40px;
}

.ai-hero-container {
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/bg_line.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.wycd-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
}

.ai-sub-header-text {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 25.5px;
}

.timeline-heading {
  color: #fff;
  margin-top: 0;
  font-size: 20px;
}

.ai-slider-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  line-height: 56px;
}

.column-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-hero-ai-labs {
  background-color: #1a202c;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.ai-slider-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-5 {
  display: flex;
}

.wycd-overall-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wycd-overall-wrapper.sp {
  display: none;
}

.ai-blog-card-container-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
}

.timeline-card {
  padding: 10px;
}

.sub-hero-heading {
  padding-top: 0;
  padding-bottom: 40px;
}

.wycd-main-heading {
  text-align: center;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 50px;
}

.timeline-text {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.wycd-top-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.ai-tabs-main-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.ai-hero-timeline {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.section-ai-labs-featured {
  background-color: #37325b;
  padding-top: 60px;
  padding-bottom: 40px;
}

.tab-link-tab-1-3 {
  background-color: #c8c8c800;
}

.tab-link-tab-1-3:hover {
  border-bottom: 4px solid #00b398;
}

.tab-link-tab-1-3.w--current {
  background-color: #c8c8c800;
  border-bottom: 4px solid #00b398;
}

.ai-hero-sub-header {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(49deg, #805ad5 15%, #00b398 69%);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 1;
  align-self: auto;
  margin-top: 35px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.ai-hero-header {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(250deg, #805ad5, #00b398);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 1;
  align-self: auto;
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 100px;
  line-height: 1.2;
}

.tab-link-tab-3-2 {
  background-color: #ddd0;
}

.tab-link-tab-3-2:hover {
  border-bottom: 4px solid #00b398;
}

.tab-link-tab-3-2.w--current {
  background-color: #ddd0;
  border-bottom: 4px solid #00b398;
}

.section-terms {
  padding-top: 20px;
}

.tos-terms-int-container {
  width: 641.328px;
  margin-left: auto;
  margin-right: auto;
}

.sol-card-headings {
  text-align: center;
  margin-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.link-faq-text-highlight {
  color: var(--aut-blue--nocode-green);
  display: inline-block;
}

.nav-cta-btns-for-mobile {
  flex: none;
  align-self: center;
  display: none;
}

.careers-marquee {
  background-color: #4a5568;
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
  border-bottom-left-radius: 38px;
  padding: 18px 30px;
}

.marquee-inner-text {
  color: #fff;
  font-size: 20px;
}

.careers-tech-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.careers-tab-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.external-resource-container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 966px;
  margin: 10px auto;
  padding-left: 10px;
  padding-right: 10px;
}

.careers-mr-podcasts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.careers-mr-text {
  font-size: 20px;
  font-weight: 700;
}

.careers-mr-sub-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.careers-mr-sub-text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.html-embed-5 {
  color: #12ccb0;
  align-self: auto;
  width: 10px;
  display: flex;
}

.section-contact-hero {
  height: 145vh;
  position: relative;
}

.section-container-form {
  height: auto;
  position: absolute;
  inset: 15% 0% 0%;
}

.webinar-link-text {
  color: var(--aut-blue--nocode-green);
  font-family: Noto Sans JP, sans-serif;
}

.ai-labs-hero-side-text {
  color: #909ea7;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.ai-labs-hero-text-link {
  color: var(--aut-blue--nocode-green);
  display: inline-block;
}

.ai-labs-ft-heading {
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.ai-blog-card-im-wrapper {
  height: 200px;
  overflow: hidden;
}

.tos-sub-heading {
  color: #212529;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.tos-link-text {
  color: var(--aut-blue--nocode-green);
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.tos-container {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.tos-main-heading {
  color: #212529;
  margin-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

.section-partner-hero {
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-partner-problem {
  background-color: #f6f9fb;
  padding-top: 35px;
  padding-bottom: 96px;
}

.section-partner-solution, .section-certified-partners {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-partner-list {
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-partner-cta {
  margin-top: 60px;
}

.partner-hero-text {
  color: #909ea7;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.partner-problem-card-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  padding: 24px;
  font-family: Noto Sans JP, sans-serif;
}

.partner-problem-card-text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.partner-problem-flex-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
}

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

.pp-card-title {
  background-color: #d8d8d8;
  border-radius: 4px;
  padding: 4px;
}

.pp-card-inner-content {
  text-align: center;
  background-color: #f6f9fb;
  flex: 1;
  padding: 16px;
}

.pp-inner-white {
  background-color: var(--white);
  align-items: stretch;
  margin-top: 10px;
  padding: 10px;
  display: flex;
}

.pp-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  align-items: stretch;
}

.pp-flex-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.pp-card-blue-content {
  background-color: #c0fbf2;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.pp-blue-fx-box {
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.partner-sol-align-mid-flex {
  justify-content: center;
  align-items: center;
}

.partner-flex-wrapper {
  background-color: #f6f9fb;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 296px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 40px;
  display: none;
  overflow: hidden;
}

.partner-logo-uc-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partner-logo-image {
  max-width: 100%;
  height: 121px;
}

.partner-logo-uc-name {
  color: var(--aut-alt-gray);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.partner-logo-uc-text-link {
  color: var(--aut-blue--nocode-green);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.partner-logo-uc-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.nocode-hero-image-bg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-img-small {
  flex: 1;
  align-self: auto;
  max-width: 100%;
  display: block;
}

.hero-img-small.sp {
  display: none;
}

.int-logo-img {
  object-fit: contain;
  width: 100%;
  height: 60px;
  display: block;
}

.ticker {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker.has-horizontal-fade {
  flex: 1;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  -webkit-mask-source-type: alpha;
  mask-mode: alpha;
}

.ticker.has-horizontal-fade.lp {
  width: auto;
  overflow: hidden;
}

.ticker.carrousel_lp {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  overflow: visible;
}

.ticker.carrousel_lp.lp {
  width: auto;
  overflow: hidden;
}

.ticker-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 100px;
  display: flex;
}

.link-block-6 {
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px;
  display: flex;
}

.card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.card.lp {
  display: block;
  overflow: hidden;
}

.ticker-logo {
  background-color: #fff;
  border-radius: 5px;
  flex: none;
  width: auto;
  height: 4.5em;
  margin-left: 1.5em;
  margin-right: 1.5em;
  padding: 0;
}

.ticker-logo.bg-trans {
  background-color: #0000;
}

.mid-sect-number {
  color: #00b398;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.mid-sect-heading {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.mid-sect-text {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.mid-sect-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.image-block-tl {
  background-color: #f6f9fb;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.code-embed-2 {
  width: 15px;
}

.timeline-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.about-timeline-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: stretch;
  display: grid;
}

.timeline-heading-right {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
}

.line-bg {
  z-index: -1;
  background-color: #333;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 9%;
}

.div-block-10 {
  padding: 20px;
}

.flex-block-42 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.timeline-badge-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.timeline-badge {
  background-color: #4a5568;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.about-history-wrapper {
  position: relative;
}

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

.table-for-mobile, .display-none {
  display: none;
}

.careers-job-board-heading {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 32px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 50px;
}

.career-board-sub-heading {
  text-align: center;
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
}

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

.autify-small-img-banner, .autify-small-img-banner.pc {
  width: 100%;
  max-width: 760px;
}

.autify-small-img-banner.sp {
  display: none;
}

.careers-btm-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.podcast-divider {
  background-color: var(--aut-gray);
  width: 100%;
  height: 2px;
}

.link-highlight {
  color: var(--aut-blue--nocode-green);
  font-weight: 700;
}

.nocode-hero-heading {
  color: var(--aut-black);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 44px;
  line-height: 1.5;
}

.mid-section-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}

.mid-sect-btn {
  text-align: center;
  background-color: #00b398;
  border-radius: 4px;
  width: 300px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1;
}

.mid-sect-btn.proservice {
  background-color: var(--pro-service);
}

.mid-sect-link-text {
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  text-decoration: underline;
}

.mid-sect-link-text.margin-top-0 {
  margin-top: 0;
}

.fw-new-badge {
  color: #f44343;
  border: 1px solid #f44343;
  border-radius: 12px;
  margin-bottom: 5px;
  padding: 3px 14px;
  font-size: 15px;
  line-height: 18px;
}

.section-graph {
  position: relative;
}

.section-graph.margin-bottom-0 {
  margin-top: 0;
}

.graph-inner-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--aut-gray);
  border-radius: 20px;
  padding: 20px 20px 140px;
}

.graph-inner-card-wrapper.white-bg {
  background-color: var(--white);
  height: 400px;
}

.outer-graph-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-17 {
  background-color: #f6f9fb;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: auto 0% 7%;
}

.graph-arrow-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.arrow-tip {
  border-top: 20px solid var(--transparent);
  border-bottom: 20px solid var(--transparent);
  border-left: 20px solid #69e3c7;
}

.arrow-main-body {
  color: var(--aut-black);
  background-color: #69e3c7;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Noto Sans;
  display: flex;
}

.inner-arrow-text {
  font-size: 15px;
}

.arrow-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.arrow-bottom-container {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.hp-stories-card-wrapper {
  align-items: flex-start;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-10 {
  max-width: 100%;
}

.hp-stories-cta {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}

.hp-stories-cta.margin-bottom-0 {
  margin-top: 0;
}

.cta-form-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 0 0 24px #00000026;
}

.support-guides-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.support-guides-grid.home {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.support-guide-card {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.support-guide-card.white-bg {
  background-color: var(--white);
  border-radius: 8px;
}

.support-guide-heading {
  font-size: 18px;
  font-weight: 700;
}

.support-guide-text {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
}

.support-guide-button {
  color: var(--white);
  text-align: center;
  background-color: #00b398;
  border-radius: 4px;
  width: 90%;
  margin-top: auto;
  font-family: Noto Sans JP, sans-serif;
}

.sg-inner-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px 16px;
}

.flex-block-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.staas-section-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/Pro-Service-Desktop-Hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.staas-customer-area {
  background-color: #6270f6;
  padding-top: 60px;
  padding-bottom: 40px;
}

.staas-customer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.staas-customer-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
}

.staas-customer-heading {
  text-align: left;
  font-size: 20px;
  line-height: 1.8;
}

.staas-customer-text {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}

.staas-customer-img {
  float: none;
  object-position: 50% 50%;
  max-width: 90%;
  position: static;
}

.staas-customer-main-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
}

.staas-customer-cta-btn {
  color: var(--aut-black);
  background-color: #69e3c7;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.customer-btn-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.staas-ft-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.staas-ft-left-content {
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.text-style-2lines {
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.text-style-2lines.stories-headline-staas {
  font-size: 20px;
  line-height: 1.5;
}

.staas-hero-cta-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.staas-hero-cta-wrapper.staaslp {
  margin-top: 0;
}

.staas-hero-cta-wrapper.nexus {
  width: 30%;
  margin-top: 0;
}

.staas-main-cta-btn {
  background-color: var(--white);
  color: #6370f6;
  border-radius: 4px;
  align-self: auto;
  padding: 15px 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.flex-block-52 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.flex-block-54 {
  padding: 20px;
}

.staast-ft-num {
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.staas-cta-section {
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/staas-cta-bg-img.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}

.genesis-section-hero {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.staas-hero-image-bg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gen-hero-image-bg {
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/genesis-hero-img.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-55 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-55.pc {
  width: 98%;
  display: flex;
}

.flex-block-55.sp {
  display: none;
}

.flex-block-56 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.gen-cta-section {
  background-color: #fff;
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/genesis-bg-cta.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
  display: none;
}

.section-featured-points {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.section-featured-points.bg-pro-service {
  background-image: linear-gradient(90deg, var(--pro-service-50), var(--pro-service-70));
  color: var(--white);
  padding-bottom: 80px;
}

.section-featured-points.bg-pro-service.last {
  margin-bottom: -40px;
}

.gen-ft-card-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.gen-img-test {
  margin-left: -29px;
}

.stories-img-force-height {
  overflow: hidden;
}

.corp-section-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/corp-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.corp-hero-heading {
  color: var(--white);
  font-family: Noto Sans JP, sans-serif;
  font-size: 44px;
  line-height: 1.5;
}

.corp-hero-sub-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.corp-hero-points-text {
  color: var(--white);
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.corp-main-cta-btn {
  background-color: var(--white);
  color: #00b398;
  border-radius: 4px;
  align-self: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.corp-hero-sub-cta-link {
  color: var(--white);
  font-family: Noto Sans JP, sans-serif;
  text-decoration: underline;
}

.corp-problem-grid-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch stretch;
  display: grid;
}

.corp-problem-grid-box.staaslp_problem {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.corp-problem-card {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 10px;
}

.corp-problem-card.bottom-grid-fix-width {
  width: 360px;
}

.corp-problem-card.staaslp_problem {
  padding: 40px;
}

.corp-problem-card-text {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.corp-problem-card-text.min-height-2line {
  min-height: 54px;
}

.corp-problem-bt-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: stretch stretch;
  margin-top: 20px;
  display: grid;
}

.problem-grid-holder {
  position: relative;
}

.corp-img-illus {
  position: absolute;
  inset: 45% 0% 0% auto;
}

.corp-bento-content {
  background-color: #f6f9fb;
  margin-top: 0;
  padding-top: 60px;
}

.corp-bento-wrapper {
  background-color: var(--white);
  border-radius: 6px;
  align-self: stretch;
  padding: 20px;
}

.inner-bento-grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.bento-left-content-wrapper.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.bento-headline-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.bento-headline-flex.top {
  margin-bottom: 20px;
}

.bento-headline-icon-wrapper.width-fixed {
  width: 72px;
}

.bento-sub-headline {
  color: #00e7c6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

.bento-main-headline {
  margin-top: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  line-height: 1.5;
}

.bento-bulletpoint-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: stretch;
  font-family: Noto Sans JP, sans-serif;
}

.bento-bulletpoint-wrapper.gap-tiny {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.bento-bulletpoint-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
}

.bento-cta-btn {
  background-color: var(--transparent);
  color: #00b398;
  border: 1px solid #00b398;
  border-radius: 4px;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
}

.corp-bento-btm-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}

.inner-bento-vert-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.bento-nocode-sub-headline {
  color: var(--pro-service-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

.bento-gen-sub-headline {
  color: var(--aut-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

.corp-section-why-aut {
  background-color: #f6f9fb;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
}

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

.corp-wa-flex {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.corp-wa-card-flex-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  margin-top: 40px;
}

.why-solving-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.graph-pill-wrapper {
  border-radius: 20px;
  padding: 10px;
}

.graph-pill-wrapper.nocode-pill {
  color: var(--white);
  text-align: center;
  background-color: #00e7c6;
  border-radius: 70px;
  width: 40%;
  font-weight: 700;
}

.graph-pill-wrapper.staas-pill {
  color: var(--white);
  text-align: center;
  background-color: #d48af6;
  width: 40%;
  font-weight: 700;
}

.graph-pill-wrapper.gen-pill {
  text-align: center;
  background-color: #e6fb00;
  width: 20%;
  font-weight: 700;
}

.flex-block-60 {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
}

.corp-arrow-body-graph {
  color: var(--aut-black);
  background-color: #00b398;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Noto Sans;
  display: flex;
}

.corp-arrow-tip {
  border-top: 20px solid var(--transparent);
  border-bottom: 20px solid var(--transparent);
  border-left: 20px solid #00b398;
}

.corp-inner-arrow-text {
  color: var(--white);
  flex: 1;
  justify-content: center;
  align-items: stretch;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.stories-content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.stories-content-grid.align-top {
  place-items: start stretch;
}

.background-sol-section-sf {
  z-index: 2;
  background-color: var(--white);
  border-radius: 48px;
  padding-top: 15rem;
  padding-bottom: 15rem;
  position: absolute;
  inset: auto 0% 4%;
}

.sol-stories-force-height {
  flex: 1;
  height: auto;
  overflow: hidden;
}

.background-sol-section-e2e {
  z-index: 2;
  background-color: var(--white);
  border-radius: 48px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: absolute;
  inset: auto 0% -3%;
}

.background-sol-section-rmt {
  z-index: 2;
  background-color: var(--white);
  border-radius: 48px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: absolute;
  inset: auto 0% 3%;
}

.sel-alt-ft-point-heading {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.background-sol-section-sel {
  z-index: 2;
  background-color: var(--white);
  border-radius: 48px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: absolute;
  inset: auto 0% 1%;
}

.background-sol-section-agile {
  z-index: 2;
  background-color: var(--white);
  border-radius: 48px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: absolute;
  inset: auto 0% 2%;
}

.partner-hero-btn {
  background-color: var(--aut-blue--nocode-green);
  color: var(--white);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.partner-hero-text-link {
  color: var(--aut-blue--nocode-green);
  font-family: Noto Sans JP, sans-serif;
  display: none;
}

.partner-problems-heading {
  text-align: center;
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

.partner-pg-heading {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

.partner-pg-text {
  color: var(--aut-alt-gray);
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
}

.app-card-heading {
  text-align: center;
  margin-left: 21px;
  margin-right: 21px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.app-inner-card-small-txt {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.app-inner-list-text {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.app-graph-text {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.app-arrow-img {
  max-width: 25%;
  margin-bottom: 20px;
  display: block;
}

.pp-card-title-gwt {
  color: var(--white);
  text-align: center;
  background-color: #00b398;
  border-radius: 4px;
  padding: 4px;
  font-weight: 700;
}

.certified-partner-heading {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

.certified-partner-sub-heading {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.certified-partner-card-wrapper {
  flex: 1;
}

.certified-partner-card-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
}

.partner-logos-heading {
  text-align: center;
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
}

.partner-bottom-cta-btn {
  background-color: var(--aut-blue--nocode-green);
  border-radius: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.pricing-line-break {
  border-top: 1px solid #8c54ff;
  height: 81px;
  margin-top: 20px;
  padding-top: 44px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.pricing-line-break-top {
  height: 75px;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.pricing-table-cell {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  display: flex;
}

.pp-mobile-title {
  color: #7b88a8;
  letter-spacing: 2px;
  font-size: 12px;
}

.pricing-grid-mobile-only {
  display: none;
}

.help-icon {
  width: 18px;
}

.help {
  opacity: .3;
  margin-left: 10px;
}

.staas-hero-heading {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}

.staas-hero-sub-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.gen-ft-heading {
  margin-bottom: 20px;
}

.gen-graph-bottom-bar {
  background-color: #e0e6e9;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: auto 0% 7%;
}

.nc-section-mid-section {
  padding-top: 60px;
  padding-bottom: 0;
}

.flex-block-63 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.text-block-6, .text-block-7 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.div-block-21 {
  font-weight: 700;
}

.navmenu__dropdown-right {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  padding-top: 40px;
  padding-bottom: 52px;
}

.navbar__container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar__container.is-flex-wrap {
  flex-flow: wrap;
}

.navbar__container.is-gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  position: relative;
}

.navbar__mobile-overlay {
  display: none;
}

.navmenu__dropdown-section-link {
  color: #1b1b1b;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navmenu__dropdown-section-link:hover, .navmenu__dropdown-section-link:focus {
  color: #4353ff;
}

.navmenu__dropdown-section-link.hidden {
  display: none;
}

.link-list__dropdown-toggle {
  z-index: 0;
  color: #1b1b1b;
  align-items: center;
  height: 100%;
  padding: 16px 0;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.link-list__dropdown-toggle:hover {
  box-shadow: 0 3px 0 0 var(--aut-blue--nocode-green);
  color: var(--aut-blue--nocode-green);
  -webkit-text-stroke-color: var(--aut-blue--nocode-green);
}

.link-list__dropdown-toggle:focus {
  border-bottom: 3px none var(--aut-blue--nocode-green);
}

.link-list__dropdown-toggle.w--open {
  box-shadow: inset 0 -3px #4353ff;
}

.navmenu__dropdown-section-link-heading {
  margin-right: 8px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.5;
}

.navmenu__dropdown-section-link-heading.eng-font {
  font-family: Roboto, sans-serif;
}

.navmenu__dropdown-section-link-heading.is-2lines {
  min-height: 48px;
}

.navmenu__dropdown-block {
  background-color: #fafafa;
  border-left: 1px solid #e4e4e4;
  flex: 0 0 34%;
  padding-left: 60px;
}

.navmenu__dropdown-block.hidden {
  display: none;
}

.navmenu__flex-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.navmenu__flex-container.width-auto {
  width: auto;
}

.navmenu__cta-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navmenu__cta-wrapper.is-flex-fixed {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.logo-nav-menu-link-wrapper {
  color: #1b1b1b;
  align-self: center;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: color .2s;
}

.logo-nav-menu-link-wrapper:hover {
  color: #4353ff;
}

.navmenu__dropdown {
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px #0003;
}

.navmenu__dropdown.w--open {
  z-index: 1;
  border-top-style: none;
  border-bottom-style: none;
  max-height: 90vh;
  top: 65px;
  overflow: hidden;
  box-shadow: 0 0 20px #0003;
}

.navmenu__dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  box-shadow: 0 0 20px #0003;
}

.navmenu__dropdown-list {
  margin-bottom: 0;
}

.navmenu__dropdown-section-list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 0;
  display: grid;
}

.navmenu__dropdown-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 0;
  display: block;
}

.navbar__navmenu-mobile {
  display: none;
}

.navmenu__dropdown-section-link-icon {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  transform: translate(0, 1px);
}

.navmenu__dropdown-section-heading {
  color: #666;
  text-transform: none;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 28px;
  padding-bottom: 8px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.navmenu__dropdown-section-heading.mt-10 {
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
}

.navmenu__dropdown-section-heading.hidden {
  display: none;
}

.nav-menu__cta-button {
  color: #fff;
  cursor: pointer;
  background-color: #12ccb0;
  border-radius: 4px;
  align-items: center;
  padding: 12px 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, color .2s, background-color .2s;
  display: flex;
}

.nav-menu__cta-button:hover {
  background-color: #14e3c4;
}

.link-list__link {
  color: #1b1b1b;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.link-list__link:hover {
  box-shadow: inset 0 -3px 0 0 var(--aut-blue--nocode-green);
  color: var(--aut-blue--nocode-green);
  -webkit-text-stroke-color: var(--aut-blue--nocode-green);
}

.navmenu__dropdown-container {
  z-index: 1;
  justify-content: space-between;
  max-width: 1280px;
  display: flex;
  position: static;
}

.navbar-mega-new {
  z-index: 999;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 4px 8px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 12px #0000001a;
}

.navbar__wrapper {
  z-index: 100;
  position: relative;
}

.navmenu__link-list {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navmenu__link-list.min-width {
  min-width: 644px;
}

.navmenu__link-list.sp {
  display: none;
}

.link-list__dropdown-wrapper {
  align-items: center;
  margin-bottom: -30px;
  padding-bottom: 30px;
  font-weight: 500;
  display: flex;
  position: static;
}

.navmenu__dropdown-section-link-description {
  color: #666;
  margin-top: 8px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.navbar__navmenu {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  margin-left: 8px;
  transition: all .2s;
  display: flex;
  position: static;
}

.navbar__navmenu.is-flex-fixed {
  flex: 0 auto;
}

.navmenu__dropdown-section {
  margin-bottom: 40px;
  display: block;
}

.navmenu__dropdown-section.cc-last {
  margin-bottom: 0;
}

.link-list__list-item {
  margin-right: 8px;
  display: flex;
}

.link-list__dropdown-icon {
  align-self: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.mega-menu-small-icon {
  width: 16px;
  height: 16px;
  margin-right: 16px;
}

.mega-menu-small-icon.x-small {
  flex: none;
  height: 17px;
}

.mega-menu-small-icon.genesis-2_2 {
  flex: none;
  width: 19px;
  height: auto;
  margin-top: 4px;
}

.mega-menu-small-icon.nexus {
  flex: none;
  height: auto;
  margin-top: 6px;
}

.footer-headings {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.cta-form-sub-text {
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.nc-section-graph {
  margin-top: 60px;
}

.nc-section-graph.margin-bottom-0 {
  margin-top: 0;
}

.nc-bento-content {
  background-color: #f6f9fb;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.nc-cta-section {
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/cta-bg-pattern.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-ns-why-solv {
  margin-top: 220px;
}

.aps-solution-graph-section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  font-family: Roboto, sans-serif;
  display: block;
}

.gen-section-mid-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.gen-gray-color-bg-square {
  background-color: #a2abc4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.gen-neon-yellow-color-bg-square {
  background-color: #e6fb00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.gen-green-color-bg-square {
  background-color: #00e7c6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-section-02-gen {
  margin-left: 36px;
}

.image-section-03-gen {
  margin-left: -41px;
}

.hero-badge-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.hero-small-badge {
  background-color: var(--black);
  color: var(--white);
  border-radius: 10px;
  padding: 10px 20px;
  display: none;
}

.what-is-aps-sub-text {
  text-align: center;
  margin-bottom: 60px;
}

.aps-header-headline {
  text-align: center;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 1.5;
}

.cta-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  line-height: 39px;
}

.br {
  font-family: Noto Sans JP, sans-serif;
}

.career-banner-img.sp {
  display: none;
}

.nc-section-sub-text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}

.gen-ft-sol-heading {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.4;
}

.gen-ft-sol-sub-heading {
  text-align: center;
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
  display: block;
}

.gen-ft-sol-sub-heading.margin-bottom-small {
  margin-bottom: 40px;
}

.graph-bottom-banner-corp {
  background-color: #f6f9fb;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: auto 0% 9%;
}

.corp-ft-sol-text {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.corp-ft-sol-text.nocode-green {
  color: #00b398;
  font-family: Roboto, sans-serif;
}

.corp-ft-sol-text.aps-color {
  color: var(--pro-service-blue);
  font-family: Roboto, sans-serif;
}

.corp-ft-sol-text.gen-color {
  color: #163253;
  font-family: Roboto, sans-serif;
}

.corp-ft-sol-text.proservice {
  color: var(--pro-service);
  font-family: Roboto, sans-serif;
}

.bg-corp-no-color {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.code-embed-4 {
  width: 850px;
}

.corp-hero-left-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  align-self: stretch;
  align-items: flex-start;
  padding: 20px 10px;
}

.heading-15 {
  font-size: 46px;
  line-height: 64px;
}

.careers-hero-subttl {
  margin-top: 46px;
}

.team-slider, .hide {
  display: none;
}

.company-deck-text {
  font-weight: 600;
}

.br-pc {
  display: inline-block;
}

.careers-company-deck-heading {
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 54px;
}

.ai-labs-ft-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.ai-labs-ft-text.txt-align-center {
  text-align: center;
}

.autify-e2e-section-text {
  margin-top: 48px;
  font-family: Noto Sans JP, sans-serif;
}

.autify-e2e-section-text.margin-top-mini {
  margin-top: 24px;
}

.sol-card-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
}

.nav-bar-logo-img {
  width: 100%;
  max-width: 136px;
}

.text-block-10, .pricing-table-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.faq-answer-pricing, .text-block-12 {
  font-family: Noto Sans JP, sans-serif;
}

.heading-16 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-13 {
  font-family: Noto Sans JP, sans-serif;
}

.webinar-upcoming-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.webinar-cta-box-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.heading-17 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.heading-18, .text-block-14 {
  font-family: Noto Sans JP, sans-serif;
}

.corp-wa-heading {
  text-align: center;
  align-self: stretch;
  font-family: Noto Sans JP, sans-serif;
}

.corp-wa-text {
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.6;
}

.corp-wa-text.text-align-center {
  text-align: center;
}

.corp-wa-text.font-size-mid {
  font-size: 18px;
}

.corp-solution-text {
  font-family: Noto Sans JP, sans-serif;
}

.contact-form {
  background-color: var(--white);
  width: 100%;
  max-width: 60%;
  margin: 40px auto 60px;
  padding: 20px;
  box-shadow: 0 2px 16px 3px #0003;
}

.arrow-flex-wrapper {
  flex-flow: column;
  position: absolute;
  inset: auto 0% 35%;
}

.arrow-bottom-graph-img {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
}

.arrow-img-alt-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 36% 0% auto;
}

.image-14 {
  align-self: stretch;
}

.graph-image-container {
  justify-content: center;
  align-items: center;
}

.div-block-22 {
  margin-left: 40px;
  margin-right: 40px;
}

.heading-19, .text-block-15 {
  font-family: Noto Sans JP, sans-serif;
}

.partner-top-headline-hero {
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

.partner-cta-text {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 39px;
}

.partner-cta-img-block {
  flex: 1;
}

.guide-list-title {
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.heading-int-tos {
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
}

.terms-paragraph {
  font-family: Noto Sans JP, sans-serif;
}

.terms-paragraph.terms-signiture {
  text-align: right;
}

.terms-heading3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 39px;
}

.list-type-b {
  list-style-type: lower-alpha;
}

.hero-top-image-badge {
  max-width: 50%;
}

.terms-flex-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-3 {
  font-family: Noto Sans JP, sans-serif;
}

.bold-text-4 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.bold-text-4.link-highlight:hover {
  text-decoration: underline;
}

.guide-text-top-section {
  background-color: var(--aut-gray);
  padding-top: 60px;
}

.section-guide-img {
  z-index: 1;
  margin-top: -250px;
  position: relative;
}

.guide-form-wrapper {
  max-width: 940px;
}

.corp-wa-flex-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 330px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.forarchive-webinars {
  margin-top: 20px;
}

.hero-badge-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.x-small {
  width: 19px;
  max-width: 100%;
  display: block;
}

.hero-badge-text {
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.lb-text-strong {
  text-align: center;
  font-weight: 400;
}

.flex-block-65 {
  flex: 1;
}

.link-block-7 {
  font-family: Noto Sans JP, sans-serif;
}

.text-block-17 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
}

.text-block-18 {
  font-size: 15px;
}

.code-embed-6 {
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.staas-hero-left-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  color: var(--white);
  align-self: stretch;
  align-items: flex-start;
  padding: 20px 10px;
}

.responsive-hero-img_block {
  display: none;
}

.graph-image {
  height: 100%;
}

.graph-image.pc.max-width_860 {
  width: 100%;
  max-width: 860px;
}

.graph-image.sp {
  display: none;
}

.staas-hero-image-bg-color {
  justify-content: center;
  align-items: center;
  display: none;
}

.corp-home-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.nc-section-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/nocode-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-19 {
  font-family: Noto Sans JP, sans-serif;
}

.stories-sol-card-btm-link {
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.text-block-20 {
  font-family: Noto Sans JP, sans-serif;
}

.salesforce-ft-images-img-wrapper {
  justify-content: center;
  align-items: stretch;
  height: 240.852px;
  display: flex;
  overflow: hidden;
}

.ai-labs-all-ft-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-21, .text-block-22, .text-block-23 {
  font-family: Noto Sans JP, sans-serif;
}

.upcoming-webinars-col-wrapper {
  margin-bottom: 72px;
}

.image-15 {
  border-radius: 8px;
}

.rich-text-block {
  font-family: Noto Sans JP, sans-serif;
}

.webinar-rtf p {
  letter-spacing: .2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.webinar-rtf h3 {
  letter-spacing: 1px;
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 39px;
}

.webinar-rtf h2 {
  letter-spacing: 1px;
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 42px;
}

.webinar-rtf li {
  font-size: 18px;
  line-height: 32px;
}

.webinar-rtf a {
  color: var(--aut-blue--nocode-green);
  font-family: Noto Sans JP, sans-serif;
}

.webinar-inner-form-heading {
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.webinar-inner-form-text {
  color: #909ea7;
  font-family: Noto Sans JP, sans-serif;
  line-height: 25px;
}

.webinar-form-wrapper {
  margin-top: 80px;
  display: block;
}

.news-dropdown-bg.w--open {
  background-color: var(--aut-gray);
  margin-top: 10px;
  padding: 10px 20px;
}

.news-dropdown-link-txt {
  color: #adb5bd;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.news-dropdown-link-txt:hover {
  color: #00b398;
}

.heading-20 {
  margin-top: 36px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 39px;
}

.thankyou-heading-main {
  text-align: center;
  font-size: 30px;
  line-height: 42px;
}

.thankyou-message-text {
  color: #909ea7;
  text-align: center;
  letter-spacing: .2px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 32px;
}

.seminar-banner-wrapper {
  margin-top: 100px;
}

.ty-cta-heading {
  letter-spacing: .6px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  line-height: 1.5;
}

.ty-cta-text {
  margin-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 25px;
}

.ty-bottom-cta-btn {
  background-color: var(--aut-blue--nocode-green);
  text-align: center;
  border-radius: 4px;
  width: 160px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.ty-cta-flex-wrapper {
  background-color: #f6f9fb;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 296px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 40px;
  overflow: hidden;
}

.image-16 {
  order: 0;
}

.bold-text-5, .bold-text-6 {
  font-family: Noto Sans JP, sans-serif;
}

.about-hero-section.tb, .about-hero-section.mb {
  display: none;
}

.pp-tab-title {
  color: #00e7c6;
  text-align: center;
  letter-spacing: .5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.pp-tab-title.staas-color {
  color: #6270f6;
}

.pp-tab-title.gen-color {
  color: #183253;
}

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

.pp-sub-text {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.pp-tab-three {
  flex: 0 auto;
  padding-bottom: 0;
}

.tab-3-arrow {
  width: 80px;
  position: absolute;
  inset: -7% 0% auto 77%;
}

.pp-table-heading {
  font-size: 24px;
  line-height: 26px;
}

.image-17 {
  flex: 1;
}

.flex-block-67 {
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.flex-block-67.sp {
  display: none;
}

.mask {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: var(--transparent);
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow {
  inset: 0% -10% 0% auto;
}

.left-arrow {
  inset: 0% auto 0% -10%;
}

.career-member-slider {
  background-color: var(--white);
}

.career-job-openings {
  background-color: var(--aut-gray);
}

.job-opening-card-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-opening-cat-card {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  box-shadow: 0 1px 2px #0003;
}

.link-block-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.career-mini-slider-wrapper {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
}

.mini-blog-card {
  width: 33%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-inner-card-wrapper {
  background-color: var(--white);
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.autify-small-img-banner_block {
  justify-content: center;
  align-items: center;
  margin-left: 45px;
  margin-right: 45px;
}

.autify-small-img-banner_block.pc {
  display: flex;
}

.autify-small-img-banner_block.responsive-hero-img_block {
  display: none;
}

.new-badge_block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-6 {
  padding-left: 20px;
}

.heading-21 {
  text-align: center;
  margin-bottom: 40px;
}

.container-6 {
  margin-top: 40px;
}

.board-member-new-desktop-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.new-bm-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.new-bm-card-wrapper.set-width {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.new-bm-card-wrapper.set-width.margin-bottom {
  grid-template-columns: 1fr 1.5fr;
  width: 800px;
  margin-bottom: 60px;
}

.new-bm-img-wrapper {
  flex: 0 auto;
  width: 100%;
}

.new-bm-title-name-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.careers-slider-img-icon {
  width: 50px;
  display: block;
  overflow: clip;
}

.career-mini-slider-date {
  color: var(--aut-alt-gray);
  font-size: 11px;
}

.flex-block-68 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-24 {
  flex: 0 auto;
}

.flex-block-69 {
  flex: 1;
}

.board-member-new-grid-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-3 {
  height: auto;
}

.pp-table-heading-2 {
  font-size: 24px;
  line-height: 26px;
}

.pricing-grid-mobile--arrow-box {
  color: var(--aut-gray);
  width: 60px;
  max-width: 100%;
  position: absolute;
  inset: -38px 0% auto 17%;
}

.pricing-line-break-mobile {
  height: 75px;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.pricing-tab-mobile-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.br-pc-mbp {
  display: block;
}

.gen-left-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: stretch;
  align-items: flex-start;
  padding: 20px 10px;
}

.image-18 {
  width: 100%;
  max-width: 150px;
}

.container-7 {
  width: 730px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-24 {
  margin: 20px 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-25 {
  margin-left: 40px;
  margin-right: 40px;
}

.text-block-24 {
  color: #909ea7;
  letter-spacing: .2px;
  -webkit-text-stroke-color: #909ea7;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.image-19 {
  align-self: center;
}

.hero-sub-cta-link-genesis {
  color: var(--black);
  text-decoration: underline;
}

.hero-sub-cta-link-genesis.color-blk {
  color: var(--aut-black);
  font-family: Noto Sans JP, sans-serif;
}

.flex-block-70 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nocode-main-cta-btn, .genesis-main-cta-btn {
  background-color: var(--aut-blue--nocode-green);
  text-align: center;
  border-radius: 4px;
  align-self: auto;
  padding: 15px 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.bento-check-block {
  flex: none;
  width: 20px;
}

.code-embed-7 {
  position: static;
}

.section-hero-inner-guides {
  background-color: var(--aut-gray);
  padding-top: 60px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.inner-guides-main-cta-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.inner-guides-sub-text {
  color: #909ea7;
  letter-spacing: .2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 25.6px;
}

.section-guides-content {
  margin-top: 40px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 25%;
}

.section-guides-img-section {
  z-index: 1;
  margin-top: -30px;
  position: absolute;
  inset: auto 0% -3%;
}

.section-guides-divider.no-padding {
  padding-bottom: 0;
}

.section-guides-divider.add-margin-top {
  margin-top: 40px;
}

.image-20 {
  overflow: clip;
}

.slider-left-arrow, .slider-right-arrow {
  color: var(--black);
}

.career-text-slider {
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  overflow: visible;
}

.flex-block-71 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.slider-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-nav {
  inset: auto 0% -24%;
}

.flex-block-72 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.code-embed-8 {
  width: 8px;
  display: flex;
}

.arrow-svg-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.open-job-cat-text {
  font-weight: 600;
}

.set-width-block {
  text-align: center;
  width: 966px;
  margin-left: auto;
  margin-right: auto;
}

.guide-image-block-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/Rectangle-1-1.png);
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  border: 1px solid #e2ebf1;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 71px 140px;
  display: block;
}

.guide-text-top-section-2 {
  background-color: #f6f9fb;
  padding-top: 60px;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.code-embed-9 {
  width: 850px;
}

.code-embed-10 {
  flex: 1;
}

.text-block-25 {
  text-align: center;
  font-size: 12px;
}

.heading-28 {
  padding-left: 40px;
  font-size: 26px;
}

.dfft-hero-wrapper-section {
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
}

.dfft-heading {
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 50px;
}

.dfft-sub-heading {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.dfft-form-wrapper {
  width: 100%;
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
}

.dfft-inner-form {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.dfft-inner-field {
  color: #495057;
  background-color: #f0f5f9;
  border: 1px solid #cbd5e0;
  border-radius: 4px;
  height: 48px;
}

.dfft-flex-fields {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

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

.dfft-web-mob-heading {
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
}

.hidden-checkbox-label {
  display: none;
}

.dfft-forweb-label {
  color: var(--white);
  background-color: #4f575d;
  border-radius: 5px;
  padding: 5px 20px;
}

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

.checkbox-field {
  border: 2px solid #e2e8f0;
  border-radius: 6px;
  padding: 20px;
}

.checkbox-field.fix-width {
  width: 179.758px;
}

.dfft-checkbox {
  background-color: #edf2f7;
  border: 0 #000;
  margin-left: 0;
}

.flex-block-75 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.dfft-submit-btn {
  background-color: #12ccb0;
  border-radius: 3px;
  width: 100%;
  max-width: 320px;
  height: 50px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-26 {
  margin-top: 30px;
}

.pro-service-cta-section {
  padding-top: 60px;
  padding-bottom: 40px;
}

.main-bento-img {
  width: 100%;
}

.link-block-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-nav {
  z-index: 0;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 4px 8px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 2px 12px #0000001a;
}

.container-9 {
  grid-row-gap: 44px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 681px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 52px;
  left: 198px;
}

.heading-1 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 108px;
  left: 209px;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 108px;
  left: 275px;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 108px;
  left: 341px;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 108px;
  left: 443px;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 108px;
  left: 509px;
}

.frame-1 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 290px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.link-4 {
  background-color: #ff5c35;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 238px;
  padding: 15px 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 20px #00000026;
}

.text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.frame-12 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.93258px;
  height: 12px;
  text-decoration: none;
  display: flex;
}

.link-5 {
  background-color: #fff;
  border: 2px solid #12ccb0;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 238px;
  padding: 15px 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 20px #00000026;
}

.text-2 {
  color: #12ccb0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

._0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100px;
  text-decoration: none;
}

._1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100px;
  text-decoration: none;
}

._2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 100px;
  text-decoration: none;
}

.lp-kv_line {
  width: 100%;
}

.el_lp-kv_line {
  z-index: -1;
  position: absolute;
  inset: auto auto -20% -40%;
}

.el_lp-kv_line.b-0 {
  width: 1440px;
  bottom: -10%;
}

.el_lp-kv_bg-tri {
  z-index: -1;
  position: absolute;
  inset: 0% -50% 0% auto;
}

.el_lp-kv_bg-tri.autify {
  display: none;
}

.lp-kv_bg-tri {
  width: 100%;
}

.el_lp-kv_human {
  z-index: 11;
  object-fit: contain;
  width: 380px;
}

.section {
  z-index: 11;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.demo-request {
  margin-bottom: -40px;
  padding-top: 0;
  padding-bottom: 0;
}

.lp-kv_section {
  z-index: 11;
  background-color: var(--aut-blue--autify-green);
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.lp-kv_section.wh {
  background-color: var(--white);
}

.bl_lp-kv_cont {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ly-lp-nc-kv {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 480px;
  display: flex;
  position: relative;
}

.lp-kv_img {
  width: 100%;
}

.lp-nc_h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.6;
}

.lp-nc_h1.sp-v {
  display: none;
}

.lp-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: center;
  width: 238px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  display: flex;
  box-shadow: 4px 4px 20px #00000026;
}

.lp-btn.dl {
  background-color: var(--lp_cta_orange);
  color: var(--white);
  font-weight: 500;
}

.lp-btn.contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--aut-blue--nocode-green);
  background-color: var(--white);
  color: var(--aut-blue--nocode-green);
  font-weight: 500;
}

.lp-btn.sf {
  background-color: var(--lp_cta_orange);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 288px;
  font-weight: 500;
}

.lp-nc-contact_btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-bar-nocode-logo {
  width: 100%;
  max-width: 262px;
}

.span_h1_mini {
  font-size: 36px;
}

.span_h1_mini.nomal {
  font-weight: 400;
}

.span_h1_huge {
  font-size: 66px;
}

.bl_lp-nc-btn {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dot {
  font-size: 66px;
  position: relative;
}

.lp_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.lp_section.feature {
  padding-top: 30px;
  padding-bottom: 40px;
}

.lp_section.aerobule {
  background-color: var(--aero-blue);
}

.lp_section.catch-copy {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.bl_feature_message {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.bl_feature_caption {
  margin-top: 16px;
  padding-left: 30px;
}

.bl_feature {
  position: relative;
}

.feature_caption {
  color: var(--black);
  font-size: 14px;
  line-height: 1.2;
}

.feature_message_1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--rose);
  letter-spacing: -.05em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 42px;
  font-size: 125.87px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.feature_message_2 {
  color: var(--aut-blue--autify-green);
  letter-spacing: .05em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 80.89px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.span_ft_a {
  color: var(--aut-blue--autify-green);
  letter-spacing: .05em;
  margin-bottom: -16px;
  font-size: 32.67px;
  line-height: 1.5;
  display: inline-block;
}

.span_ft_b {
  letter-spacing: .05em;
  font-size: 27.88px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.span_ft_c {
  text-align: center;
  letter-spacing: .33em;
  padding-left: 6px;
  font-size: 32.67px;
}

.sakugen_graph {
  width: 74px;
}

.el_sakugen_graph {
  margin-left: 14px;
  margin-right: 22px;
}

.chonchon {
  margin-bottom: 21px;
}

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

.bl_reason {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bl_lp_h2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp_h2 {
  letter-spacing: .2em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  line-height: 1.56;
}

.ly_lp_reason_card {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.lp_reason_card {
  width: 296px;
}

.el_lp_reason_card_ttl {
  justify-content: center;
  align-items: flex-start;
  height: 121px;
  margin-bottom: -12px;
  display: flex;
  position: relative;
}

.el_lp_reason_card_ttl.h-137 {
  height: 137px;
}

.lp_nc_reason_card_ttl {
  z-index: 2;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 1.1;
  position: relative;
}

.lp_nc_reason_card_ttl.mt-24 {
  margin-top: 24px;
}

.el_lp_reason_card_img {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 24px 28px;
}

.el_lp_reason_card_img.p-1-2 {
  padding: 28px 32px;
}

.lp_reason_bubble {
  z-index: 0;
  filter: drop-shadow(0 0 20px #0003);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.span_reason_card_ttl {
  background-image: linear-gradient(180deg, transparent 70%, var(--robin-s-egg-blue) 70%, #00e7c6 96%, transparent 96%);
  font-size: 43px;
}

.span_reason_card_ttl.en {
  background-image: linear-gradient(180deg, transparent 70%, var(--robin-s-egg-blue) 70%, var(--robin-s-egg-blue) 93%, transparent 94%);
}

.span_reason_card_ttl.f-35 {
  background-image: linear-gradient(180deg, transparent 65%, var(--robin-s-egg-blue) 65%, #00e7c6 91%, transparent 91%);
  font-size: 35px;
}

.client-logos_section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.client-logos_section.under-border {
  border-bottom: 1px solid #909ea733;
}

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

.lp-cta-section {
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/ichimatsu_bg.svg), linear-gradient(180deg, var(--robin-s-egg-blue), var(--aut-blue--autify-green));
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.lp_footer {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 99px 20px;
  text-decoration: none;
  display: flex;
}

.lp_footer_menu {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1182px;
  text-decoration: none;
  display: flex;
}

.link-6 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.lp_footer_link {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.lp_footer_link_txt {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.lp_copyright {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.ticker-content-lp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
}

.carrousel_lp_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  -webkit-mask-source-type: alpha;
  mask-mode: alpha;
}

.carrousel_lp_wrapper.lp {
  display: block;
  overflow: hidden;
}

.re-section-client-logos {
  margin-top: 20px;
}

.re-section-client-logos.pb-60 {
  padding-bottom: 60px;
}

.ticker_flex {
  display: flex;
}

.lp_logo-nav-menu-link-wrapper {
  color: #1b1b1b;
  align-self: center;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: color .2s;
}

.lp_logo-nav-menu-link-wrapper:hover {
  color: #4353ff;
}

.re_section-why-us-hero {
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.re_section-divider {
  margin-top: -60px;
}

.re_section-divider.no-padding {
  padding-bottom: 0;
}

.re_section-divider.add-margin-top {
  margin-top: 40px;
}

.re_section-divider.bg-wh {
  background-color: var(--white);
}

.divider-img {
  width: 100%;
}

.divider-img._420, .divider-img._768 {
  object-fit: cover;
  display: none;
}

.divider-img._1280 {
  object-fit: cover;
}

.divider-img._1440, .divider-img._1920, .divider-img._2560 {
  object-fit: cover;
  display: none;
}

.main-heading_center {
  text-align: center;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.section-customer-cases-slider {
  margin-bottom: 60px;
  padding-top: 0;
}

.image-22 {
  z-index: 3;
  position: absolute;
  inset: -42% 0% auto -14%;
}

.section-stories-hero-2 {
  z-index: 1;
  background-color: #f6f9fb;
}

.re_section-divider_rev {
  margin-top: -60px;
}

.re_section-divider_rev.bg-wh {
  z-index: 0;
  background-color: #fff;
  margin-top: -90px;
  margin-bottom: -40px;
}

.re_container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.nav-bar-lp-autify-logo {
  width: 100%;
  max-width: 170px;
}

.lp-autify_h1 {
  color: var(--aut-blue--autify-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.6;
}

.lp-autify_h1.sp-v {
  display: none;
}

.ly-lp-autify-kv {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 480px;
  display: flex;
  position: relative;
}

.el_lp-kv_img {
  z-index: 11;
  object-fit: contain;
  align-self: flex-end;
  width: 400px;
}

.el_lp-kv_subttl {
  border-top: 2px solid var(--aut-blue--autify-green);
  border-bottom: 2px solid var(--aut-blue--autify-green);
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.lp-kv_subttl {
  color: var(--aut-blue--autify-green);
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
}

.ly_catch-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bl_catch-copy {
  position: relative;
}

.el_catch-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.el_catch-copy_p {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.catch-copy_h2 {
  letter-spacing: .05em;
  margin-top: 0;
  font-size: 70px;
  line-height: 1.5;
}

.catch-copy_h2.under-highlight {
  background-image: linear-gradient(180deg, transparent 73%, var(--robin-s-egg-blue) 73%);
  line-height: 1.2;
}

.catch-copy_p {
  color: var(--aut-blue--autify-green);
  letter-spacing: .05em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.catch-copy_logo {
  float: right;
  width: 256px;
}

.span_catch-copy_rose {
  color: var(--rose);
}

.catch-copy_h2_wrap {
  display: flex;
}

.lp_autify_reason_card_ttl {
  z-index: 2;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.1;
  position: relative;
}

.lp_autify_reason_card_ttl.mt-24 {
  margin-top: 24px;
}

.lp_autify_reason_card_ttl.mt-6 {
  margin-top: 6px;
}

.lp_autify_reason_card_ttl.mt-22 {
  margin-top: 22px;
}

.lp_merit_section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.ly_lp_merit {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.bl_lp_merit_txt {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bl_lp_merit_img {
  width: 35%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.lp_merit_txt {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.lp_merit_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.lp_merit_img {
  width: 100%;
}

.lp-autify_logo-nav-menu-link-wrapper {
  color: #1b1b1b;
  align-self: center;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: color .2s;
}

.lp-autify_logo-nav-menu-link-wrapper:hover {
  color: #4353ff;
}

.board-member-grid-desktop {
  grid-column-gap: 6%;
  grid-row-gap: 60px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.new-bm-card-h-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 29%;
  display: flex;
}

.new-bm-card-h-wrapper.set-width {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.new-bm-card-h-wrapper.set-width.margin-bottom {
  grid-template-columns: 1fr 1.5fr;
  width: 800px;
  margin-bottom: 60px;
}

.board-member-3col-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

._3col-bm-title-name-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.new-ceo-inner-message-wrapper {
  background-color: #f6f9fb;
  border-radius: 20px;
  align-self: stretch;
  overflow: hidden;
}

.new-ceo-image {
  align-self: auto;
  max-width: 45%;
}

._3col-bm-img-wrapper {
  flex: 0 auto;
  width: 100%;
}

.section-top-board-members-2 {
  background-color: #f6f9fb;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.new_guide-side-bar-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.case-info-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.case-info-text-stories {
  color: #2d3748;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.listitem-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  text-decoration: none;
  display: flex;
}

.frame-19 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.frame-20 {
  grid-row-gap: 10px;
  background-color: #f6f9fb;
  border: 1px solid #2edec4;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  text-decoration: none;
}

.container-11 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 176px;
  display: flex;
}

._6684a26d086fe7da895fa051_plusalpha3-p-500-png {
  grid-column-gap: 10px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 176px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-21 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.frame-22 {
  grid-column-gap: 2px;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 14px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 14px;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.frame-18 {
  grid-column-gap: 10px;
  border: 0 solid #909ea7;
  border-top-width: .5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
}

.error-c0bb9ce8-b4dd-2bbd-4c47-9c49120a8a03 {
  color: #909ea7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  text-decoration: none;
}

._667434ddc4e9288d6cf14c7d_logo_plusalpha-png {
  grid-column-gap: 10px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.listitem-link-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  text-decoration: none;
  display: flex;
}

.frame-23 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.frame-24 {
  grid-row-gap: 10px;
  background-color: #f6f9fb;
  border: 1px solid #2edec4;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  text-decoration: none;
}

.container-12 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 176px;
  display: flex;
}

._6684a26d086fe7da895fa051_plusalpha3-p-500-png-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 176px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-25 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.frame-26 {
  grid-column-gap: 2px;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 14px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 14px;
  text-decoration: none;
  display: flex;
}

.heading-29 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.frame-27 {
  grid-column-gap: 10px;
  border: 0 solid #909ea7;
  border-top-width: .5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
}

.error-5560e867-a777-0594-e184-d9e223ee764a {
  color: #909ea7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  text-decoration: none;
}

._667434ddc4e9288d6cf14c7d_logo_plusalpha-png-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.pain_tag_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 0;
  display: flex;
}

.size-pain_tag {
  border: 1px solid var(--aut-blue--nocode-green);
  background-color: var(--white);
  pointer-events: none;
  border-radius: 4px;
  padding: 2px 4px;
}

.size-pain_tag_txt {
  font-size: 12px;
}

.ceses-card-image-wrapper {
  flex-flow: column;
  height: 200px;
  display: flex;
}

.cases-card-image {
  object-fit: cover;
  height: 100%;
}

.industry-service_tag-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.industry-service_tag {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.industry-service_tag_txt {
  pointer-events: none;
  font-size: 13px;
}

.cases-card-title {
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.cases-card_company_info_wrapper {
  border-top: .5px solid var(--aut-alt-gray);
  border-bottom: .5px solid var(--aut-alt-gray);
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.cases-card-sub-title {
  color: #909ea7;
  flex: 0 auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.cases-card-company_logo.on-list {
  width: 125px;
}

.cases-container-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.cases-wu-heading {
  text-align: center;
  margin-bottom: 50px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
}

.section-cases-cards {
  background-color: var(--aut-gray);
  margin-top: -80px;
  margin-bottom: 40px;
}

.section-cases-cards.mb-40 {
  margin-bottom: 40px;
}

.cases_collection-list {
  grid-column-gap: 6.25%;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio_field_size {
  border-top: 1px solid var(--aut-blue--nocode-green);
  cursor: pointer;
  margin-bottom: 0;
  padding: 5px 10px;
}

.radio_field_pain {
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px 20px;
}

.case_empty {
  text-align: center;
  background-color: #0000;
}

.filer_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.filter_label {
  color: var(--aut-alt-gray);
  font-weight: 400;
}

.filter_dropdown {
  margin-left: 0;
  margin-right: 0;
}

.filter_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--aut-black);
  justify-content: center;
  align-items: flex-end;
  font-size: 14px;
  display: flex;
}

.filter_dropdown_toggle {
  border: 1px solid var(--aut-blue--nocode-green);
  background-color: var(--white);
  border-radius: 4px;
  width: 200px;
  padding: 10px;
}

.filter_dropdown_toggle.pain {
  width: 300px;
}

.filter_search {
  background-color: var(--aut-blue--nocode-green);
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/search-icon.svg);
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  width: 118px;
  margin-left: 10px;
  padding-left: 37px;
  font-size: 16px;
  font-weight: 700;
}

.filter_or_sign {
  color: var(--aut-alt-gray);
  font-size: 18px;
  font-weight: 700;
}

.filter_clear_block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.filter_clear {
  color: var(--aut-alt-gray);
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.filter_icon {
  margin-right: 10px;
}

.filter_dropdown_list {
  height: 300px;
  overflow: auto;
}

.filter_dropdown_list.w--open {
  border: 1px solid var(--aut-blue--nocode-green);
  background-color: var(--aero-blue);
  border-radius: 4px;
  height: auto;
  max-height: 300px;
  top: 45px;
}

.clear_link {
  padding: 10px 20px;
}

.clear_link:hover {
  background-color: var(--aut-blue--nocode-green);
  color: var(--white);
}

.clear_link.radio_field_size {
  border-top-style: none;
  padding: 5px 10px;
}

.filter_link {
  border-top: 1px solid var(--aut-blue--nocode-green);
  width: 100%;
}

.filter_link:hover {
  background-color: var(--aut-blue--nocode-green);
  color: var(--white);
}

.pagenation_block {
  margin-top: 60px;
}

.next, .previous {
  background-color: var(--aero-blue);
  color: var(--aut-black);
  border-style: none;
  border-radius: 4px;
  font-weight: 500;
}

.code-embed-11 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cms_nest_wrap_pain {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  display: flex;
}

.cms_nest_wrap_industry {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.cms_nest_item {
  flex: none;
}

.size_tag_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 8px;
  display: flex;
}

.filter_dropdown_toggle_size {
  border: 1px solid var(--aut-blue--nocode-green);
  background-color: var(--white);
  border-radius: 4px;
  width: 200px;
  padding: 10px;
}

.filter_dropdown_toggle_size.pain {
  width: 300px;
}

.lp-btn_space {
  width: 18px;
}

.e2e-top-hero-desc {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

._2e-top-hero-img {
  order: 0;
}

._2e-top-hero-img.sf {
  width: 36vw;
}

.span_sf {
  color: var(--sf-blue);
}

.span_under_highlight {
  background-image: linear-gradient(180deg, transparent 70%, var(--robin-s-egg-blue) 70%, var(--robin-s-egg-blue) 95%, transparent 95%);
}

.section-e2e-attention {
  background-color: var(--super-light-green-bg);
  padding-top: 0;
  padding-bottom: 60px;
}

.container_grey_bg {
  background-color: var(--aut-gray);
}

.autify-e2e-section-mid-text {
  margin-top: 48px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

.autify-e2e-section-mid-text.mt-0 {
  margin-top: 0;
}

.autify-e2e-section-mid-text.mt-24 {
  margin-top: 24px;
}

.span_24-b {
  font-size: 24px;
  font-weight: 700;
}

.el_green_frame-txt {
  border: 2px solid var(--aut-blue--nocode-green);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.green_frame-txt {
  font-size: 24px;
  font-weight: 700;
}

.container_grey_wh {
  background-color: var(--white);
}

.e2e-features-flex-h {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1200px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.e2e-features-flex-card {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 217px;
  margin-right: -15px;
  display: flex;
}

.e2e-features-flex-card.last {
  margin-right: 0;
}

.fs-arrow-text {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.fs-arrow-text.txt-align-center {
  text-align: center;
}

.fs-arrow-content-icon {
  width: 100%;
}

.el_fs-arrow-content-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 188px;
}

.el_fs-arrow-content-icon.align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.el_fs-arrow-content-icon.mb-0 {
  height: 188px;
  margin-bottom: 0;
}

.el_fs-arrow-content-icon.autify {
  padding: 30px;
}

.el_fs-arrow-content-icon.autify-nocode, .el_fs-arrow-content-icon.mentenance {
  padding: 20px;
}

.el_fs-arrow-content-icon.check {
  padding: 60px;
}

.sf-sepalator-img {
  width: 100%;
}

.sf-pain-section-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
}

.sf-pain-section-wrapper.flex-align-center {
  justify-content: center;
  align-items: center;
}

.sf-pain-section-wrapper.flex-align-center.mb-0 {
  margin-bottom: 0;
}

.sf-sol-section-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
}

.sf-sol-section-wrapper.flex-align-center {
  justify-content: center;
  align-items: center;
}

.sf-sol-section-wrapper.flex-align-center.mb-0 {
  margin-bottom: 0;
}

.sf_sol_symbol {
  width: 124px;
}

.none {
  display: none;
}

.ab-list {
  list-style-type: lower-alpha;
}

.roma-list {
  list-style-type: lower-roman;
}

.cookie-service-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--line-gray);
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 641.328px;
  display: grid;
}

.cookie-service-table_wrapper {
  overflow: auto;
}

.cookie-service-table_th {
  border-right: 1px solid var(--line-gray);
  border-bottom: 1px solid var(--line-gray);
  text-align: center;
  padding: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.cookie-service-table_th.last {
  border-right-style: none;
}

.cookie-service-table_td {
  border-right: 1px solid var(--line-gray);
  border-bottom: 1px solid var(--line-gray);
  text-align: left;
  word-break: break-all;
  padding: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.cookie-service-table_td.last {
  border-right-style: none;
}

.privacy-tools-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--line-gray);
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 641.328px;
  display: grid;
}

.no-number-list {
  padding-left: 20px;
  list-style-type: none;
}

.label-wrapper {
  grid-column-gap: 2px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subject {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.subject.flex-vertical {
  flex-flow: column;
}

.radiobox {
  grid-column-gap: 8px;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 2px 2px 4px #5b380033;
}

.radiobox.w--redirected-checked {
  background-color: #5b3800;
  border: 3px solid #c98c37;
}

.radiobox.rounded {
  border-radius: 50%;
}

.required {
  color: red;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.select {
  grid-column-gap: 8px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4px 12px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.required-wrapper {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.text-input {
  grid-column-gap: 8px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.subject-label {
  color: #5b3800;
  letter-spacing: .08em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.text-style-link {
  color: #2b983a;
  border-bottom: 1px solid #2b983a;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
  box-shadow: inset 0 0 #2b983a;
}

.text-style-link:hover {
  color: #fff;
  background-image: linear-gradient(#0000 94% 94%);
  box-shadow: inset 1000px 0 #2b983a;
}

.check-radio-label {
  color: #5b3800;
  letter-spacing: .08em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.button {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: .05em;
  background-color: #12ccb0;
  border: 1px solid #12ccb0;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.form_block-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-area-input {
  grid-column-gap: 8px;
  color: #3e3e3e;
  background-color: #fcffe9;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 160px;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  box-shadow: inset 2px 2px 4px #5b38000f;
}

.label {
  color: #212d3a;
  letter-spacing: .08em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 130%;
  text-decoration: none;
}

.input-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.sept-line {
  background-color: #5b3800;
  width: 100%;
  height: 1px;
}

.sept-line.margin-top_8px {
  margin-top: 8px;
}

.input-column_2col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.test-form_paragraph {
  font-size: 13px;
}

.nlm_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.nlm_section.hero {
  padding-top: 60px;
}

.nlm_section.aut-grey {
  background-color: var(--aut-gray);
}

.span-inline-block {
  display: inline-block;
}

.nlm-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 30%;
}

.nlm_info_title {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.nlm_info_title.nocode-green {
  color: #00b398;
  font-family: Roboto, sans-serif;
}

.nlm_info_title.aps-color {
  color: #5d71ff;
  font-family: Roboto, sans-serif;
}

.nlm_info_title.gen-color {
  color: #163253;
  font-family: Roboto, sans-serif;
}

.nlm_1st-section {
  margin-top: -120px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.nlm_1st-section.hero {
  padding-top: 60px;
}

.nlm_1st-section.aut-grey {
  background-color: var(--aut-gray);
}

.nlm-info-linktext {
  color: #282c2f;
  font-size: 16px;
  text-decoration: underline;
}

.nlm-info_main-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.nlm-info_list {
  padding-left: 25px;
}

.nlm-info_columns {
  align-self: stretch;
}

.nlm-info_main-block_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.nlm_form-section {
  background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/ichimatsu_bg.svg), linear-gradient(180deg, var(--robin-s-egg-blue), var(--aut-blue--autify-green));
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.el_nlm-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nlm_1st_text {
  font-family: Noto Sans JP, sans-serif;
}

.el_nlm_1st_text {
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.bl_nlm_1st_about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-meetup-thanks-hero {
  min-height: 50vh;
  padding-top: 32px;
  padding-bottom: 32px;
}

.nlm-table_instance {
  display: block;
}

.nlm-table_header {
  border: 1px solid #ddd;
  border-right: 1px solid var(--white);
  background-color: var(--aut-blue--nocode-green);
  color: var(--white);
  text-align: left;
  width: 100px;
  padding: 8px;
}

.nlm-table_header.wide {
  border-right-style: none;
  width: 300px;
}

.nlm-table_row {
  text-align: left;
  border: 1px solid #ddd;
}

.nlm-table_head {
  background-color: #f3f3f3;
}

.nlm-table_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.nlm-table_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-right-color: #000;
  width: 100%;
}

.nlm-info_main-block_table_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: stretch;
  font-family: Noto Sans JP, sans-serif;
}

.navmenu__dropdown-section-list_4col {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 0;
  display: grid;
}

.price_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.price_section.hero {
  background-color: var(--aut-gray);
  padding-top: 60px;
  padding-bottom: 0;
}

.price_section.aut-grey {
  background-color: var(--aut-gray);
}

.price-form_section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.price-form_section.margin-top_-large {
  margin-top: -120px;
  padding-bottom: 80px;
}

.price-form_bg {
  border: 1px solid var(--border-gray);
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 95px;
  display: flex;
}

.demo-request_2col_wrapper {
  justify-content: center;
  display: flex;
}

.demo-request_2col_unit {
  flex: 1;
}

.demo-request_2col_unit.left {
  background-color: var(--aut-gray);
  justify-content: flex-end;
  align-items: stretch;
  padding: 80px 5% 80px 7.5%;
  display: flex;
}

.demo-request_2col_unit.right {
  background-color: var(--white);
  flex-flow: row;
  padding: 80px 7.5% 80px 5%;
  display: flex;
}

.demo-request_2col_unit_inner {
  width: 100%;
  max-width: 780px;
}

.demo-request_2col_unit-left_inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  display: flex;
}

.demo-request_2col_unit-right_inner {
  width: 100%;
  max-width: 460px;
  margin-right: auto;
}

.demo-request_info_block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.demo-request_info_text-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.demo-request_info_image {
  width: 100%;
}

.demo-request_heading {
  font-size: 28px;
  line-height: 140%;
}

.home-recruit-message_block {
  background-color: var(--aut-gray);
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  padding: 16px 24px;
}

.link-text {
  text-decoration: underline;
  transition: opacity .2s;
}

.link-text:hover {
  color: var(--aut-blue--autify-green);
}

.staas-button {
  background-color: var(--pro-service-blue);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 360px;
  height: 48px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.staas-button:hover {
  filter: brightness(130%);
}

.staas-button.bg-wh {
  border: 1px solid var(--pro-service-blue);
  background-color: var(--white);
  color: var(--pro-service-blue);
}

.staas-button.bg-wh.proservice {
  border-color: var(--pro-service);
  color: var(--pro-service);
  width: 200px;
}

.staas-button.bg-proservice {
  background-color: var(--pro-service);
  width: 200px;
}

.section-staaslp-hero {
  padding-top: 40px;
}

.section-staaslp-hero.pb-40 {
  padding-bottom: 40px;
}

.section-staaslp-hero.pb-40.spv {
  display: none;
}

.staaslp-top-hero-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 20px auto 0;
  padding-left: 20px;
  padding-right: 20px;
}

.staaslp-top-hero-content-wrapper.sf {
  flex-flow: row;
  width: 100%;
  margin-top: 0;
}

.section-staaslp {
  padding-top: 60px;
  padding-bottom: 60px;
}

.staaslp_kv-image_contaner {
  width: 100%;
}

.staaslp_kv-image_mask {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 303px;
  display: flex;
  overflow: hidden;
}

.staaslp_kv-image_card {
  aspect-ratio: 3 / 2;
  flex: none;
  height: 100%;
}

.staaslp_kv-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.staaslp-section-title_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

.staaslp-section-title_image, .staaslp-section-title_image_spacer {
  width: 12.3vw;
}

.staaslp_problem-grid-holder {
  margin-top: 25px;
  position: relative;
}

.staaslp_service_image {
  border-radius: 20px;
  width: 100%;
}

.staaslp_service_image_cover {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.staaslp_service_flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 80px;
}

.spacer-mini {
  width: 100%;
  padding-bottom: 24px;
}

.staaslp_cta_cont {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--aut-gray);
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
}

.staaslp_cta_cont.nexus {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.staaslp_cta_cont.proservice {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 80px;
}

.spacer-small {
  width: 100%;
  padding-bottom: 40px;
}

.staaslp-cta-heading {
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.staaslp-cta-heading.span_under_highlight_ye {
  background-image: linear-gradient(180deg, transparent 70%, var(--highlight_ye) 70%, var(--highlight_ye) 95%, transparent 95%);
}

.staaslp-cta-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.staaslp-cta-text.txt-align-center {
  text-align: center;
}

.staaslp-cta_cont {
  color: var(--aut-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.staaslp-bento-wrapper {
  background-color: var(--aut-gray);
  border-radius: 12px;
  align-self: stretch;
  padding: 20px;
}

.staaslp-bento-cont {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.staaslp-bento_inner-bento-grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.staaslp-bento_inner-bento {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.staaslp_mid-header-headline {
  text-align: center;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 50px;
}

.staaslp_mid-header-headline.inline {
  flex: 1;
}

.small {
  width: 28px;
  max-width: 100%;
  display: block;
}

.webinars_empty {
  background-color: #0000;
}

.material-symbols-rounded {
  margin-right: 4px;
}

.navbar__navmenu_left {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nexus-section-hero {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 48% 52%;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.nexus-hero-heading {
  color: var(--aut-black);
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.6875;
}

.new-hero-sub-heading {
  color: var(--aut-black);
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.nexus-hero-points-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  margin-bottom: 26px;
}

.nexus_hero-cta-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nexus-hero-points-text {
  color: #00b398;
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.new-section-hero_wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: none;
  padding: 60px 2.5% 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.nexus-section-hero_text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: stretch;
  align-items: flex-start;
}

.new-hero_image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.new-hero_image-block.pading-left-large {
  padding-left: 40px;
}

.new-hero_video {
  width: 100%;
}

.new-hero_video.is-r {
  border-radius: 20px;
  overflow: hidden;
}

.about-aut-products {
  padding: 80px 2.5%;
}

.about-aut-products.bg-autgrey {
  background-color: var(--aut-gray);
}

.nexus-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
}

.nexus-heading-2.text-align-center {
  text-align: center;
}

.nexus-heading-2.cta-form {
  font-size: 36px;
}

.heading-2-block.text-align-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.heading-2-block.text-align-center.gap-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.heading-2-block.text-align-center.is-relative {
  z-index: 1;
  position: relative;
}

.heading-2-block.text-align-center.margin-bottom-large {
  margin-bottom: 80px;
}

.nexus-wa-heading {
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.nexus-wa-heading.text-align-center {
  text-align: center;
}

.nexus-wa-card-flex-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
}

.nexus-wa-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
}

.nexus-wa-flex.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.nexus-wa-image {
  object-fit: contain;
  height: 340px;
}

.nexus-function {
  padding: 80px 2.5%;
}

.nexus-function-list-grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nexus-function-list-grid.pricing {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
}

.nexus-function-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.nexus-function-heading.text-align-center {
  text-align: center;
}

.nexus-function-list-icon {
  background-color: var(--aut-gray);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding-top: 14px;
  padding-bottom: 13px;
  overflow: visible;
}

.nexus-function-list-icon.icon-code {
  padding: 0 12px;
}

.nexus-function-list-icon.icon-cloud {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nexus-function-list-name {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}

.nexus-case-image {
  object-fit: contain;
  width: 100%;
}

.cta-2 {
  background-color: var(--white);
  border-radius: 12px;
  margin-top: 40px;
  padding: 60px;
}

.cta-2_inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.cta-2_text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-2_button-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.cta-button_bg-green {
  color: var(--white);
  text-align: center;
  background-color: #00b398;
  border-radius: 4px;
  flex: none;
  width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.cta-button_bg-trans {
  background-color: var(--transparent);
  color: #00b398;
  text-align: center;
  border: 1px solid #00b398;
  border-radius: 4px;
  flex: none;
  width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.cta-button_bg-trans.pro-service {
  border-color: var(--pro-service);
  color: var(--pro-service);
}

.cta-button_bg-trans.genesis {
  border-color: var(--genesis);
  color: var(--genesis);
}

.cta-button_bg-trans.margin-top-auto {
  margin-top: auto;
}

.cta-2_text-title {
  font-size: 28px;
}

.cta-2_text {
  font-size: 18px;
}

.new-bento-content {
  margin-top: 0;
  padding: 80px 2.5%;
}

.new-bento-content.nexus-bg {
  position: relative;
}

.new-bento-content.section-padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.nexus-case-title-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.nexus-case-title-block.gap-40, .nexus-case-flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.nexus-case-flex-block.bg-aut-grey {
  background-color: var(--aut-gray);
  border-radius: 30px;
}

.nexus-case-flex-block.gap-large {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.nexus-case-bento-wrapper {
  align-self: stretch;
  padding: 40px;
}

.nexus-case-bento-wrapper.bg-aut-grey {
  background-color: var(--aut-gray);
  border-radius: 30px;
}

.nexus-case-bento-wrapper.padding-0 {
  padding: 0;
}

.nexus-case-sol-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 50vh;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  transition: all .2s;
  display: flex;
}

.nexus-case-sol-badge:hover {
  opacity: .5;
}

.nexus-case-sol-badge.no-click {
  transition-property: none;
}

.nexus-case-sol-badge.no-click:hover {
  opacity: 1;
}

.nexus-case-sol-badge_logo {
  width: 30px;
}

.nexus-case-sol-badge_name {
  letter-spacing: 1.44px;
  font-family: Inter, sans-serif;
}

.nexus-case-bento-img-wrapper {
  width: 100%;
  padding-left: 40px;
}

.nexus-case-bento-img-wrapper.margin-right {
  padding-left: 0;
  padding-right: 40px;
}

.nexus-case-sol-badge_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nexus-case-inner-bento-grid {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.nexus-support-step {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.new-cta-section {
  padding: 80px 2.5%;
}

.new_cta-form-wrapper {
  background-image: linear-gradient(90deg, #2edec4, #b794f4);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-shadow: 0 0 24px #00000026;
}

.new_cta-form_bg {
  background-color: #ffffff80;
  border-radius: 5px;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  overflow: hidden;
  box-shadow: 0 0 24px #00000026;
}

.new-cts-form {
  width: 100%;
}

.support-contents-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.support-contents-grid.home {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.support-contents-card {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.support-contents-card.white-bg {
  background-color: var(--white);
  border-radius: 8px;
}

.splide {
  margin-left: 89px;
  margin-right: 89px;
}

.splide__list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.splide__slide {
  border-radius: 8px;
  overflow: hidden;
}

.splide-image-block {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.splide-image {
  object-fit: cover;
  height: 100%;
}

.new-section-cases {
  padding: 80px 2.5%;
}

.new-section-cases.bg-autgrey {
  background-color: var(--aut-gray);
}

.sg-inner-card-content_text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.support-contents-img {
  aspect-ratio: 291 / 208;
  object-fit: cover;
}

.support-content-heading {
  font-size: 20px;
}

.support-content-text {
  text-align: center;
  font-size: 15px;
}

.new-hero-cta-btn {
  background-color: var(--aut-blue--nocode-green);
  text-align: center;
  border-radius: 4px;
  align-self: auto;
  padding: 12px 37px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  transition: all .2s;
}

.new-hero-cta-btn:hover {
  filter: brightness(115%);
}

.new-hero-cta-btn.genesis {
  background-color: var(--genesis);
}

.new-hero-cta-btn.proservice {
  background-color: var(--pro-service);
}

.nexus-bento-img {
  width: 100%;
}

.nexus-bento-img.is-image-shadow {
  box-shadow: 0 0 8px 2px var(--line-gray);
}

.new-hero-text {
  margin-bottom: 26px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.8;
}

.new-hero-text.text-align-center {
  text-align: center;
}

.home-hero-heading {
  color: var(--aut-black);
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.6875;
}

.home-hero_video-block {
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.home-hero_video-block.sp {
  display: none;
}

.home-hero_video {
  aspect-ratio: 16 / 9;
  width: 100%;
  box-shadow: 0 2px 10px 5px #00000040;
}

.home-hero_text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: stretch;
  align-items: flex-start;
}

.home-hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 44% auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home-hero.is-relative {
  z-index: 1;
  position: relative;
}

.new-medium-text {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.new-medium-text.min-height-2line {
  min-height: 54px;
}

.home-problem-card {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 35px 28px;
}

.home-problem-card.bottom-grid-fix-width {
  width: 360px;
}

.home-problem-card.staaslp_problem {
  padding: 40px;
}

.home-problem-grid-box {
  grid-column-gap: 40px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch stretch;
  display: grid;
}

.home-problem-grid-box.staaslp_problem {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.home-img-illus {
  position: absolute;
  inset: auto 20px -60px auto;
}

.home-perform-text-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.home-perform-text-block.margin-right {
  margin-right: 40px;
}

.home-perform-text-block.margin-left {
  margin-left: 40px;
}

.home-perform-text {
  letter-spacing: 0;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}

.home-perform-text.text-align-center {
  text-align: center;
}

.home-perform-bento-img-wrapper {
  width: 100%;
}

.home-perform-bento-wrapper {
  align-self: stretch;
}

.home-perform-flex-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.home-bento-click-cont {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-xsmall {
  width: 100%;
  padding-bottom: 30px;
}

.home-product-bento-grid {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 54% auto;
  display: grid;
}

.home-regular-text {
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.8;
}

.home-regular-text.text-align-center {
  text-align: center;
}

.home-users {
  padding: 80px 2.5%;
}

.home-users-list-grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-users-list-grid.pricing {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
}

.home-users-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--aut-gray);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.home-users-card_catchcopy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.home-users-card_catchcopy.pc-3lines {
  height: 78px;
}

.home-users-card_thumbnail {
  aspect-ratio: 505 / 280;
  object-fit: cover;
  width: 100%;
}

.home-users-card_title {
  font-size: 20px;
  line-height: 1.2;
}

.home-users-card_company-info {
  font-size: 15px;
  line-height: 1.2;
}

.home-users-card_company-logo {
  width: 190px;
}

.home-users-card_conpany-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-users-card_info-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.home-users-card_conpany-info-block_inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.new-home_problem-grid-holder {
  position: relative;
}

.new-home-img-illus {
  width: 177px;
  position: absolute;
  inset: auto 20px -60px auto;
}

.span-block {
  display: inline-block;
}

.span-block.pc {
  display: block;
}

.nexus-bento-left-content-wrapper.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.new-nav-secondary-btn {
  color: #4f575d;
  background-color: #e2ebf1;
  border-radius: 4px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.new-nav-secondary-btn.pc-nav, .new-nav-secondary-btn.is-flex-grow {
  align-self: auto;
  padding: 12px 15px;
  font-size: 14px;
}

.new-nav-menu__cta-button {
  color: #fff;
  cursor: pointer;
  background-color: #12ccb0;
  border-radius: 4px;
  align-items: center;
  padding: 12px 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, color .2s, background-color .2s;
  display: flex;
}

.new-nav-menu__cta-button:hover {
  background-color: #14e3c4;
}

.navmenu__link-list_wrapper {
  flex: 1;
  align-self: center;
  min-width: 644px;
}

.navmenu__link-list_wrapper.sp {
  display: none;
}

.new-navmenu__flex-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.new-navmenu__flex-container.width-auto {
  width: auto;
}

.new-navbar__navmenu {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  margin-left: 8px;
  transition: all .2s;
  display: flex;
  position: static;
}

.new-navbar__navmenu.is-flex-fixed {
  flex: 0 auto;
}

.new-product-logo-block {
  width: 100%;
  margin-bottom: 26px;
}

.new-product-logo {
  height: 43px;
}

.new-section-hero_bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.new-section-hero_bg-spline {
  opacity: .15;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.new-section-hero_bg-blur {
  z-index: 0;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.genesis-wa-card-flex-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.genesis-arrow-wa-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 4.3%;
}

.genesis-arrow-wa-flex.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.genesis-arrow {
  width: 100%;
}

.genesis-wa-image {
  object-fit: contain;
  width: 100%;
}

.new-section_bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.new-section_bg-spline {
  aspect-ratio: 16 / 9;
  opacity: .15;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
}

.nexus-wa-mid-heading {
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.nexus-wa-mid-heading.text-align-center {
  text-align: center;
}

.proservice_cta-form-wrapper {
  background-image: linear-gradient(90deg, var(--pro-service-50), var(--pro-service-70));
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-shadow: 0 0 24px #00000026;
}

.pros-wa-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--aut-gray);
  border-radius: 12px;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 373px;
  padding: 24px 27px;
}

.pros-wa-card.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.pros-wa-card-flex-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.pros-wa-card-flex-wrapper.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.pros-wa-text {
  text-align: center;
  font-size: 18px;
}

.pros-wa-image {
  object-fit: contain;
  width: 100%;
}

.corp-wa-list {
  padding-left: 30px;
}

.pros-case-inner-bento-grid {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 55% 45%;
  align-items: start;
  display: grid;
}

.pros-wa-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pros-bento-content-bg {
  background-color: var(--aut-gray);
  border-radius: 10px;
  padding: 32px;
}

.pros-bento-content-bg.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.pros-case-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: var(--white);
  border-radius: 8px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
}

.pros-case-card.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.card-quote-image {
  object-fit: contain;
  width: 20%;
  max-width: 61px;
}

.pros-case-card_text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pros-case-text {
  font-size: 15px;
}

.pros-case-card_spt-line {
  background-color: var(--aut-gray);
  width: 85px;
  height: 1px;
}

.staaslp_cta_cont_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
}

.br-pc_block {
  display: block;
}

.home-users-list-wrapper {
  width: 100%;
}

.home-users-list {
  width: 100%;
  height: 100%;
}

.home-hero_video_cover {
  aspect-ratio: 16 / 9;
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .mid-header-headline {
    margin-bottom: 20px;
    position: static;
  }

  .page-wrapper.relative.height-vh {
    height: 190vh;
  }

  .container.staaslp_problem {
    max-width: 1312px;
  }

  .main-cta-btn {
    width: 200px;
  }

  .nav-secondary-btn.pc-nav, .nav-secondary-btn.is-flex-grow {
    font-size: 16px;
  }

  .section-top-board-members {
    padding-bottom: 0;
  }

  .board-image.smaller-img {
    max-width: 80%;
  }

  .section-news-top-information {
    margin-top: 0;
    padding-top: 0;
  }

  .news-main-heading {
    text-align: left;
    margin-bottom: 60px;
  }

  .cta-inner-wrapper {
    width: 100%;
  }

  .news-compact-container {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .general-rtb {
    font-family: Roboto, sans-serif;
  }

  .general-rtb p {
    color: #2d3748;
    font-size: 18px;
    line-height: 1.8;
  }

  .general-rtb a {
    color: #12ccb0;
  }

  .general-rtb img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .press-link-menu-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    display: flex;
  }

  .press-link-nav-img {
    width: 20px;
  }

  .press-link-text-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #12ccb0;
    font-size: 16px;
    font-weight: 700;
    display: flex;
  }

  .filter-container {
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .form-block {
    flex: 0 auto;
    align-self: stretch;
  }

  .news-date-wrapper {
    align-self: center;
    padding: 20px;
  }

  .news-card-wrapper {
    width: 100%;
  }

  .news-card-content {
    padding: 20px;
  }

  .news-tag-type {
    color: #007bff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .news-content-text {
    color: var(--aut-black);
    width: 80%;
    font-size: 20px;
  }

  .news-pb-date {
    color: #6c757d;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .section-hero-guide {
    padding-bottom: 0;
  }

  .section-guide-content {
    margin-top: 0;
    padding-top: 0;
    position: static;
    inset: auto 0% -21%;
  }

  .flex-block-22 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
  }

  .hp-download-ctas {
    background-color: #f6f9fb;
  }

  .hp-cta-section {
    background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/cta-bg-pattern.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .section-terms {
    padding-top: 20px;
  }

  .section-contact-hero {
    height: 145vh;
  }

  .section-container-form {
    top: 15%;
  }

  .tos-sub-heading {
    color: #212529;
    font-family: Noto Sans JP, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .tos-link-text {
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
  }

  .tos-main-heading {
    color: #212529;
    font-family: Noto Sans JP, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
  }

  .hero-img-small {
    max-width: 100%;
  }

  .int-logo-img {
    width: auto;
  }

  .mid-sect-text {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .timeline-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .timeline-heading-right {
    font-size: 20px;
  }

  .mid-section-button {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .mid-sect-btn {
    color: var(--white);
    text-align: center;
    background-color: #00b398;
    border-radius: 4px;
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mid-sect-link-text {
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
  }

  .forweb-card-link {
    text-align: right;
    font-size: 15px;
    display: block;
  }

  .forweb-heading {
    font-size: 20px;
  }

  .forweb-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
  }

  .fw-new-badge {
    border: 1px solid #f44343;
    border-radius: 12px;
    padding: 5px 20px;
  }

  .new-inner-text {
    color: #f44343;
  }

  .div-block-15 {
    background-color: var(--white);
    border-radius: 20px;
  }

  .section-graph {
    margin-top: 40px;
    position: relative;
  }

  .graph-inner-card-wrapper {
    background-color: var(--aut-gray);
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .graph-inner-card-wrapper.white-bg.left-block {
    margin-right: 20px;
  }

  .outer-graph-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-17 {
    background-color: #e0e6e9;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 10px;
    bottom: 3%;
  }

  .graph-arrow-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .arrow-tip {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .arrow-main-body {
    font-family: Noto Sans;
  }

  .arrow-wrapper {
    align-items: stretch;
  }

  .collection-list-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flex-block-50, .image-10 {
    flex: 1;
  }

  .hp-stories-cta {
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
  }

  .cta-form-wrapper {
    background-color: var(--white);
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    box-shadow: 0 0 24px #00000026;
  }

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

  .support-guide-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--white);
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .support-guide-card.white-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .support-guide-heading {
    font-family: Noto Sans;
    font-size: 20px;
    font-weight: 700;
  }

  .support-guide-text {
    margin-bottom: 10px;
    font-family: Noto Sans;
  }

  .support-guide-button {
    text-align: center;
    background-color: #00b398;
    width: 90%;
  }

  .sg-inner-card-content {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .flex-block-51 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .staas-section-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .staas-customer-heading {
    margin-bottom: 0;
  }

  .staas-customer-main-heading {
    position: static;
  }

  .staas-customer-cta-btn {
    color: var(--white);
    text-align: center;
    background-color: #69e3c7;
    border-radius: 4px;
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .customer-btn-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .staas-cta-section {
    background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/staas-cta-bg-img.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .gen-hero-image-bg {
    background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/genesis-hero-img.svg);
  }

  .section-featured-points {
    margin-top: 60px;
  }

  .corp-hero-heading {
    margin-bottom: 20px;
  }

  .corp-main-cta-btn {
    padding: 15px 40px;
  }

  .corp-img-illus {
    top: 66%;
    right: 7%;
  }

  .corp-arrow-body-graph {
    font-family: Noto Sans;
  }

  .corp-arrow-tip {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .staas-hero-heading {
    font-size: 42px;
  }

  .gen-graph-bottom-bar {
    background-color: #e0e6e9;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 10px;
    bottom: 3%;
  }

  .navmenu__flex-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .navmenu__cta-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .navmenu__dropdown.w--open {
    top: 70px;
  }

  .navmenu__dropdown-grid {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .navmenu__dropdown-left {
    flex: 1;
    padding-right: 0;
  }

  .nav-menu__cta-button {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }

  .navmenu__link-list {
    justify-content: flex-start;
    align-items: center;
  }

  .navmenu__link-list.min-width {
    min-width: 0;
  }

  .navbar__navmenu {
    flex-flow: row;
    margin-left: 32px;
  }

  .cta-form-sub-text {
    margin-bottom: 20px;
  }

  .nc-cta-section {
    background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/cta-bg-pattern.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .aps-header-headline {
    margin-bottom: 20px;
    position: static;
  }

  .graph-bottom-banner-corp {
    background-color: #e0e6e9;
    border-radius: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px 10px;
    bottom: 3%;
  }

  .corp-hero-left-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .arrow-img-alt-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    left: 2%;
    right: 1%;
  }

  .image-14 {
    object-fit: fill;
  }

  .terms-flex-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-guide-img {
    z-index: 5;
    margin-top: -260px;
    inset: 22% 0% auto;
  }

  .guide-form-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: static;
  }

  .staas-hero-left-content {
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
  }

  .ty-cta-flex-wrapper {
    padding-right: 40px;
  }

  .image-17 {
    flex: 1;
    align-self: auto;
  }

  .div-block-23 {
    background-color: #fff;
    border-radius: 20px;
  }

  .new-bm-card-wrapper {
    grid-template-columns: 1fr 1.5fr;
  }

  .new-bm-img-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .board-member-new-grid-desktop {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .color-green {
    color: var(--border-gray);
  }

  .right-arrow-2 {
    inset: 0% -3% 0% auto;
  }

  .gen-left-content {
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
  }

  .image-18 {
    width: 100%;
    max-width: 150px;
  }

  .section-hero-inner-guides {
    padding-bottom: 0;
  }

  .section-guides-content {
    position: static;
    inset: auto 0% -21%;
  }

  .section-guides-img-section {
    z-index: 5;
    margin-top: -260px;
    inset: 79% 0% auto;
  }

  .slide-nav {
    bottom: -27%;
  }

  .left-arrow-3 {
    inset: 0% auto 0% -4%;
  }

  .text-span {
    color: var(--black);
  }

  .el_lp-kv_line.b-0 {
    bottom: 0%;
  }

  .re_section-divider {
    margin-top: -80px;
  }

  .divider-img._1280 {
    display: none;
  }

  .divider-img._1440 {
    display: block;
  }

  .re_section-divider_rev {
    margin-top: -80px;
  }

  .ly-lp-autify-kv {
    height: 510px;
  }

  .el_lp-kv_img {
    width: 420px;
  }

  .el_lp-kv_subttl {
    border-top: 2px solid var(--aut-blue--autify-green);
  }

  .lp-kv_subttl {
    color: var(--aut-blue--autify-green);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
  }

  .new-bm-card-h-wrapper {
    grid-template-columns: 1fr 1.5fr;
    width: 29%;
  }

  ._3col-bm-img-wrapper {
    justify-content: center;
    align-items: center;
  }

  .section-top-board-members-2 {
    padding-bottom: 0;
  }

  ._2e-top-hero-img.sf {
    max-width: 461px;
  }

  .staaslp_kv-image {
    object-fit: cover;
  }

  .staaslp-section-title_image {
    max-width: 150px;
    top: 66%;
    right: 7%;
  }

  .staaslp_mid-header-headline {
    margin-bottom: 20px;
    position: static;
  }

  .navbar__navmenu_left {
    grid-column-gap: 32px;
  }

  .nexus-hero-heading {
    font-size: 32px;
  }

  .new-hero-sub-heading {
    font-size: 20px;
  }

  .new-section-hero_wrapper {
    aspect-ratio: 1440 / 556;
    max-height: 556px;
  }

  .nexus-heading-2 {
    font-size: 40px;
  }

  .nexus-function-heading {
    font-size: 20px;
  }

  .cta-button_bg-green {
    text-align: center;
    background-color: #00b398;
  }

  .new_cta-form-wrapper {
    background-color: var(--white);
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 24px #00000026;
  }

  .support-contents-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .support-contents-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--white);
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .support-contents-card.white-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .splide__list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .support-content-heading {
    font-family: Noto Sans;
    font-size: 20px;
    font-weight: 700;
  }

  .support-content-text {
    margin-bottom: 10px;
    font-family: Noto Sans;
  }

  .home-hero-heading {
    font-size: 42px;
  }

  .home-img-illus {
    top: 66%;
    right: 7%;
  }

  .home-perform-text {
    font-size: 28px;
  }

  .home-product-bento-grid {
    grid-template-columns: 56% 44%;
  }

  .new-nav-secondary-btn.pc-nav {
    font-size: 16px;
  }

  .new-nav-menu__cta-button {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }

  .new-nav-menu__cta-button.is-flex-grow {
    padding-left: 15px;
    padding-right: 15px;
  }

  .new-navmenu__flex-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .new-navbar__navmenu {
    flex-flow: row;
    margin-left: 32px;
  }

  .proservice_cta-form-wrapper {
    background-color: var(--white);
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 24px #00000026;
  }

  .pros-case-inner-bento-grid {
    grid-template-columns: 56% 44%;
  }
}

@media screen and (min-width: 1440px) {
  .footer-right-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex: 0 auto;
  }

  .footer-link-text, .footer-link-text.eng-roboto {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .footer-link-text.eng-roboto.social {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-wrapper.relative.height-vh {
    height: 165vh;
  }

  .footer-social-link-wrapper {
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .container.footer.x-large {
    max-width: 1380px;
  }

  .footer-col-wrapper {
    justify-content: space-around;
    padding-bottom: 100px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    max-width: 1440px;
  }

  .nav-menu {
    margin-left: 40px;
  }

  .main-cta-btn {
    width: 220px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .board-image.smaller-img {
    max-width: 80%;
  }

  .section-news-top-information {
    padding-top: 0;
  }

  .cta-inner-wrapper {
    width: 100%;
  }

  .mobile-drop-down-block {
    display: block;
  }

  .flex-block-22 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 100px;
  }

  .section-terms {
    padding-bottom: 60px;
  }

  .tos-terms-int-container {
    width: 700px;
  }

  .section-container-form {
    top: 15%;
  }

  .tos-link-text.margin-top {
    margin-top: 20px;
  }

  .tos-main-heading {
    font-family: Roboto, sans-serif;
  }

  .nocode-hero-image-bg {
    background-size: cover;
  }

  .mid-sect-text {
    line-height: 1.5;
  }

  .staas-section-hero {
    grid-template-columns: 1.5fr 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .staas-customer-area {
    background-color: #6270f6;
    padding-bottom: 60px;
  }

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

  .staas-customer-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    border-radius: 10px;
    padding: 20px;
  }

  .staas-customer-main-heading {
    color: var(--white);
  }

  .staas-customer-cta-btn {
    color: var(--black);
    background-color: #69e3c7;
  }

  .staas-hero-image-bg, .gen-hero-image-bg {
    background-size: cover;
  }

  .corp-section-hero {
    background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/corp-bg.png);
    background-position: 50%;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .corp-img-illus {
    right: 8%;
  }

  .staas-hero-heading {
    font-size: 44px;
  }

  .gen-ft-heading {
    line-height: 1.5;
  }

  .navmenu__dropdown-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navmenu__dropdown-container.cc-mobile {
    justify-content: center;
    align-items: stretch;
  }

  .navbar-mega-new {
    flex-flow: column;
  }

  .footer-headings {
    margin-bottom: 28px;
  }

  .gen-ft-sol-heading {
    margin-bottom: 20px;
  }

  .corp-hero-left-content {
    background-color: var(--transparent);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 100px;
  }

  .nav-bar-logo-img {
    max-width: 150px;
  }

  .text-block-10 {
    font-size: 15px;
  }

  .heading-int-tos {
    font-family: Noto Sans JP, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
  }

  .terms-paragraph {
    letter-spacing: .2px;
    font-family: Noto Sans JP, sans-serif;
    line-height: 25.6px;
  }

  .terms-heading3 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 39px;
  }

  .font-type-jp, .bold-text-3 {
    font-family: Noto Sans JP, sans-serif;
  }

  .list-item {
    line-height: 25.6px;
  }

  .section-guide-img {
    margin-top: -300px;
  }

  .guide-form-wrapper {
    margin-top: 0;
  }

  .staas-hero-left-content {
    justify-content: center;
    align-items: flex-start;
    padding-left: 100px;
  }

  .staas-hero-image-bg-color {
    background-size: cover;
  }

  .nc-section-hero {
    padding-top: 60px;
  }

  .new-bm-card-wrapper {
    grid-template-columns: 1fr 1.5fr;
  }

  .new-bm-card-wrapper.set-width {
    grid-template-columns: .5fr 1fr;
    width: 800px;
  }

  .new-bm-card-wrapper.set-width.margin-bottom {
    margin-bottom: 60px;
  }

  .new-bm-img-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .color-green {
    color: var(--border-gray);
  }

  .right-arrow-2 {
    inset: 0% -3% 0% auto;
  }

  .gen-left-content {
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 100px;
  }

  .nocode-main-cta-btn, .genesis-main-cta-btn {
    font-size: 18px;
  }

  .section-guides-img-section {
    margin-top: 0;
    top: 47%;
  }

  .slide-nav {
    bottom: -40%;
  }

  .left-arrow-3 {
    inset: 0% auto 0% -4%;
  }

  .main-bento-img {
    width: 100%;
  }

  .el_lp-kv_line.b-0 {
    left: -35%;
  }

  .divider-img._1440 {
    display: none;
  }

  .divider-img._1920 {
    display: block;
  }

  .el_lp-kv_img.autify {
    margin-left: 40px;
  }

  .new-bm-card-h-wrapper {
    grid-template-columns: 1fr 1.5fr;
  }

  .new-bm-card-h-wrapper.set-width {
    grid-template-columns: .5fr 1fr;
    width: 800px;
  }

  .new-bm-card-h-wrapper.set-width.margin-bottom {
    margin-bottom: 60px;
  }

  ._3col-bm-img-wrapper {
    justify-content: center;
    align-items: center;
  }

  .section-cases-cards {
    margin-top: -60px;
  }

  .section-padding-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-padding-medium.padding-bottom-small {
    padding-bottom: 40px;
  }

  .staaslp-section-title_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .staaslp-section-title_image {
    right: 8%;
  }

  .new-section-hero_wrapper {
    max-height: 676px;
  }

  .nexus-section-hero_text-block {
    justify-content: center;
    align-items: flex-start;
  }

  .new-hero_image-block {
    background-size: cover;
  }

  .new-hero-cta-btn {
    font-size: 18px;
  }

  .nexus-bento-img {
    width: 100%;
  }

  .home-hero_video-block {
    background-size: cover;
  }

  .home-hero_text-block {
    justify-content: center;
    align-items: flex-start;
  }

  .home-img-illus {
    right: 8%;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper.relative.height-vh {
    height: 135vh;
  }

  .hp-hero-sub-heading {
    font-family: Noto Sans JP, sans-serif;
  }

  .container {
    max-width: 1600px;
  }

  .container.nlm-info {
    max-width: 1200px;
  }

  .container.staaslp_problem {
    max-width: 1600px;
  }

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

  .container-3 {
    max-width: 1920px;
  }

  .nav-menu {
    margin-left: 40px;
  }

  .main-cta-btn {
    font-size: 20px;
  }

  .mid-image._30 {
    max-width: 24%;
  }

  .e2e-top-hero-content-wrapper {
    width: 100%;
  }

  .e2e-uc-wrapper {
    align-items: stretch;
  }

  .e2e-uc-content-card-flex.align-right {
    flex: 0 auto;
  }

  .board-person-description.smaller-text-test, .board-person-description.board-person-desc-txt {
    font-size: 16px;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
  }

  .tabs {
    grid-template-columns: .25fr .25fr 1.5fr .25fr;
  }

  .cta-inner-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .main-nav-dropdown.w--open {
    box-shadow: 0 0 20px #0003;
  }

  .faq-arrow-icon {
    display: block;
  }

  .section-guide-content {
    bottom: -10%;
  }

  .flex-block-22 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 220px;
  }

  .hero-points-text {
    font-family: Noto Sans JP, sans-serif;
    font-size: 18px;
  }

  .hero-cta-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-sub-cta-link {
    font-family: Noto Sans JP, sans-serif;
  }

  .hero-sub-cta-link.color-blk {
    color: var(--aut-black);
    font-size: 18px;
  }

  .wycd-overall-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .wycd-main-heading {
    margin-bottom: 40px;
  }

  .section-container-form {
    top: 15%;
  }

  .nocode-hero-image-bg {
    background-size: cover;
  }

  .nocode-hero-heading {
    font-family: Noto Sans JP, sans-serif;
    font-size: 60px;
  }

  .support-guide-card.white-bg {
    justify-content: space-between;
    align-items: center;
  }

  .staas-section-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-size: cover;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
    display: grid;
  }

  .staas-hero-cta-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .genesis-section-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .staas-hero-image-bg, .gen-hero-image-bg {
    background-size: cover;
  }

  .corp-section-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 100px;
    padding-bottom: 100px;
    display: grid;
  }

  .corp-hero-heading {
    margin-bottom: 40px;
    font-size: 60px;
  }

  .corp-hero-sub-heading {
    font-size: 28px;
  }

  .corp-hero-points-text {
    font-size: 18px;
  }

  .corp-problem-bt-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .25fr .25fr;
  }

  .corp-arrow-body-graph, .sol-stories-force-height {
    flex: 1;
  }

  .staas-hero-heading {
    font-size: 54px;
  }

  .staas-hero-sub-heading {
    font-size: 32px;
  }

  .navbar__container {
    width: 100%;
  }

  .navbar__container.is-gap-0 {
    max-width: 1600px;
  }

  .navmenu__flex-container {
    justify-content: flex-end;
  }

  .navmenu__cta-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .navmenu__dropdown.guide {
    max-width: 1280px;
  }

  .link-list__link {
    font-size: 16px;
  }

  .navmenu__dropdown-container.cc-mobile {
    max-width: none;
  }

  .nc-cta-section {
    background-size: cover;
  }

  .corp-hero-left-content {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 220px;
  }

  .graph-image-container {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-top-image-badge {
    max-width: 40%;
  }

  .section-guide-img {
    margin-top: -410px;
    top: 25%;
  }

  .guide-form-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Noto Sans JP, sans-serif;
  }

  .hero-badge-text {
    font-size: 30px;
  }

  .staas-hero-left-content {
    justify-content: center;
    align-items: flex-start;
    padding-left: 220px;
  }

  .graph-image.pc.max-width_860 {
    max-width: 1000px;
  }

  .staas-hero-image-bg-color {
    background-size: cover;
  }

  .corp-home-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nc-section-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-size: cover;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 100px;
    padding-bottom: 100px;
    display: grid;
  }

  .stories-sol-card-btm-link {
    justify-content: flex-start;
    align-items: stretch;
  }

  .ty-cta-flex-wrapper {
    border-radius: 20px;
  }

  .gen-left-content {
    justify-content: center;
    align-items: flex-start;
    padding-left: 220px;
  }

  .hero-sub-cta-link-genesis {
    font-family: Noto Sans JP, sans-serif;
  }

  .hero-sub-cta-link-genesis.color-blk {
    color: var(--aut-black);
  }

  .nocode-main-cta-btn, .genesis-main-cta-btn {
    font-size: 20px;
  }

  .section-guides-content {
    margin-top: 0;
    bottom: -10%;
  }

  .section-guides-img-section {
    top: 59%;
  }

  .slide-nav {
    bottom: -38%;
  }

  .container-8 {
    max-width: 1600px;
  }

  .lp-nav {
    display: flex;
  }

  .el_lp-kv_line.b-0 {
    left: -10%;
  }

  .el_lp-kv_bg-tri.autify {
    width: 80%;
    display: block;
    right: 0%;
    overflow: hidden;
  }

  .lp-kv_bg-tri.autify {
    margin-top: -20%;
    margin-left: 20%;
  }

  .divider-img._1920 {
    display: none;
  }

  .divider-img._2560 {
    display: block;
  }

  .re_container {
    max-width: 1600px;
  }

  .el_lp-kv_img.autify {
    margin-left: 60px;
  }

  .new-bm-card-h-wrapper {
    width: 29%;
  }

  .container-10 {
    max-width: 1600px;
  }

  .staaslp-top-hero-content-wrapper {
    width: 100%;
  }

  .staaslp-cta-text.text-large_apper-1920 {
    font-size: 18px;
    line-height: 1.4;
  }

  .nexus-section-hero {
    background-image: none;
    grid-auto-columns: 1fr;
    max-width: 1600px;
  }

  .nexus-hero-heading {
    font-size: 42px;
  }

  .new-hero-sub-heading {
    font-size: 28px;
  }

  .nexus_hero-cta-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .nexus-hero-points-text {
    font-family: Noto Sans JP, sans-serif;
    font-size: 20px;
  }

  .nav-text {
    font-size: 16px;
  }

  .new-hero_image-block {
    background-size: cover;
  }

  .support-contents-card.white-bg {
    justify-content: space-between;
    align-items: center;
  }

  .new-hero-cta-btn {
    font-size: 20px;
  }

  .home-hero-heading {
    font-size: 42px;
  }

  .home-hero_video-block {
    background-size: cover;
  }

  .home-hero {
    background-image: none;
    grid-auto-columns: 1fr;
    max-width: 1600px;
  }

  .new-navmenu__flex-container {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .footer-right-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .mid-header-headline {
    font-size: 24px;
    line-height: 1.4;
  }

  .mid-header-headline.mg-10 {
    margin-bottom: 10px;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current {
    justify-content: center;
    align-items: center;
    width: 40%;
  }

  .footer-col-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-link-text {
    min-width: 172px;
    line-height: 1.23;
  }

  .footer-link-text.eng-roboto {
    line-height: 1.4;
  }

  .footer-link-text.eng-roboto.social {
    min-width: 155px;
  }

  .web-tab-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .tab-link-tab-1 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 40%;
  }

  .tab-link-tab-1.w--current {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 40%;
  }

  .hp-hero-sub-heading {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.5;
  }

  .container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.inner {
    padding-left: 0;
    padding-right: 0;
  }

  .container.pc {
    display: none;
  }

  .container.sp {
    display: block;
  }

  .container.contact {
    text-align: center;
  }

  .container.products-hero {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.full-wide {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-col-wrapper {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .hp-section-mid-section {
    padding-bottom: 60px;
  }

  .container-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .nav-cta-btns {
    display: none;
  }

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

  .main-cta-btn {
    font-size: 13px;
  }

  .nav-secondary-btn {
    width: 50%;
  }

  .nav-secondary-btn.pc-nav {
    font-size: 16px;
  }

  .nav-secondary-btn.is-flex-grow {
    flex: 1;
    width: auto;
    font-size: 16px;
  }

  .faq-section-title.mr-top-40 {
    margin-top: 40px;
  }

  .pp-col-button {
    align-self: center;
  }

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

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

  .flex-block-4.shrink {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mid-image {
    flex: 1;
    max-width: 60%;
  }

  .mid-image._30 {
    max-width: 40%;
  }

  .mid-image.shrink {
    flex: 0 auto;
  }

  .autify-e2e-section-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .autify-e2e-section-wrapper.flex-align-center.mb-0 {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .autify-solution-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .e2e-sol-card-wrapper {
    background-color: #fff;
    border-radius: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 32px;
    padding-left: 8.17%;
    padding-right: 8.17%;
    display: flex;
  }

  .card-flex-wrapper-sol {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    flex-flow: column;
  }

  .background-sol-section {
    display: none;
  }

  .e2e-features-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .e2e-features-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .e2e-features-card {
    padding: 10px;
  }

  .features-bottom-text-content.bg-arrow {
    background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/sf-bg-arrow_respo.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .e2e-features-heading {
    font-size: 28px;
  }

  .e2e-top-headline-hero {
    font-size: 32px;
  }

  .e2e-uc-content-card-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .e2e-uc-card-img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .flex-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block-9 {
    font-size: 13px;
  }

  .customer-story-logo {
    max-width: 25%;
  }

  .ee2e-uc-heading {
    margin-top: 0;
    margin-bottom: auto;
    font-size: 18px;
    line-height: 1.5;
  }

  .form-heading-main {
    font-size: 30px;
    line-height: 1.4;
  }

  .form-heading-sub {
    font-size: 16px;
    line-height: 1.6;
  }

  .heading-5 {
    text-align: center;
    font-size: 28px;
  }

  .about-hero-flex-wrapper.pc {
    display: none;
  }

  .about-hero-flex-wrapper.sp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding-top: 10px;
    display: flex;
  }

  .about-key-mission-text {
    font-size: 13px;
  }

  .about-key-message-text {
    font-size: 24px;
  }

  .about-key-message-description {
    font-size: 13px;
  }

  .ceo-inner-message-wrapper {
    flex-flow: column;
    max-width: 343px;
    margin-left: auto;
    margin-right: auto;
  }

  .ceo-image {
    object-fit: cover;
    object-position: 50% 20%;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: 232px;
  }

  .ceo-name-text, .ceo-message {
    font-size: 13px;
  }

  .ceo-headline {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
  }

  .ceo-message-col-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    padding: 5% 20px 32px;
  }

  .section-top-board-members {
    padding-bottom: 0;
  }

  .section-company-info {
    margin-bottom: 0;
  }

  .vc-logo-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }

  .board-image {
    width: 53%;
  }

  .board-image.order-last {
    order: 1;
  }

  .board-title {
    font-size: 14px;
    line-height: 1.2;
  }

  .board-name {
    font-size: 16px;
    line-height: 1.6;
  }

  .board-person-description {
    white-space: pre-wrap;
    margin-top: 16px;
    font-size: 12px;
  }

  .board-member-card-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .board-member-main-card-wrapper-mobile {
    flex-flow: column;
  }

  .image-5 {
    width: 58%;
  }

  .roadmap-card-title {
    text-align: center;
    font-size: 17px;
    line-height: 1.2;
  }

  .roadmap-card-text {
    margin-bottom: 15px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.2;
  }

  .roadmap-card-wrapper {
    max-width: 410px;
    padding-top: 32px;
    position: relative;
  }

  .roadmap-container-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 27px;
  }

  .company-history-heading {
    font-size: 24px;
    line-height: 1.4;
  }

  .info-table-container {
    width: 91%;
    margin-top: 25px;
    padding: 26px 24px;
  }

  .info-key-txt, .info-value-txt {
    font-size: 13px;
  }

  .career-banner-container {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }

  .board-member-heading {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.4;
  }

  .roadmap-heading {
    font-size: 24px;
    line-height: 1.2;
  }

  .vc-heading {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.4;
  }

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

  .team-nav-heading {
    font-size: 20px;
    line-height: 1.4;
  }

  .engineering-team-wrapper {
    margin-top: -120px;
    padding-top: 120px;
  }

  .engineering-team-detail {
    flex-flow: column;
    display: flex;
  }

  .team-img {
    width: 56px;
    max-width: none;
    height: 56px;
  }

  .div-block {
    align-self: center;
  }

  .tabs {
    display: none;
  }

  .value-sub-text {
    width: 91%;
    font-size: 13px;
  }

  .value-card-container {
    flex-flow: column;
  }

  .value-heading {
    font-size: 20px;
    line-height: 1.2;
  }

  .value-text {
    font-size: 13px;
    line-height: 1.6;
  }

  .career-location-wrapper {
    background-position: 50% 10%;
    background-size: 90%;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 500px;
    padding-top: 20px;
    padding-bottom: 33px;
    display: flex;
  }

  .career-location-heading {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .career-location-text {
    margin-top: 16px;
    font-size: 13px;
  }

  .team-nav-inner-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .team-nav-card {
    flex-flow: row;
  }

  .team-nav-text {
    margin-left: 8px;
    font-size: 14px;
  }

  .vertical-divider {
    width: 100%;
    height: 1px;
  }

  .link-block {
    flex-flow: row;
  }

  .revenue-team-wrapper, .corporate-team-wrapper, .management-team-wrapper {
    margin-top: -120px;
    padding-top: 120px;
  }

  .open-jobs-divider-badge {
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .open-jobs-divider-badge.one-line-text {
    top: 50%;
  }

  .oj-inside-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .open-job-card {
    padding: 23px 24px 21px;
  }

  .inner-open-job-text {
    flex: 1;
    width: auto;
    font-size: 14px;
  }

  .careers-iframe-company-deck {
    width: 91%;
    margin-top: 15px;
  }

  .news-main-heading {
    text-align: left;
  }

  .cta-inner-wrapper {
    width: 100%;
  }

  .news-compact-container, .category-date-wrapper, .inner-news-breadcrump-wrapper {
    width: auto;
  }

  .section-news-hero {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-tag-type {
    font-size: 16px;
  }

  .collection-news-wrapper, .news-sorting-nav {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-main-heading-text {
    margin-top: 60px;
  }

  .logo-grid-whyus-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .mobile-drop-down-block {
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .section-webinars-hero {
    padding-top: 40px;
  }

  .webinars-main-heading {
    font-size: 30px;
    line-height: 1.4;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-3 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .webinars-h2-headings {
    margin-top: 20px;
  }

  .tab-two-heading-pp {
    text-align: center;
    font-size: 24px;
  }

  .tighter-width-container {
    width: 100%;
    height: 100%;
  }

  .tighter-width-container.form-bit-wider {
    width: 95%;
    max-width: 712px;
  }

  .guide-image-block-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .guide-main-img {
    height: 278px;
  }

  .section-guide-content {
    margin-bottom: 0;
  }

  .guide-main-cta-heading {
    font-size: 30px;
    line-height: 1.4;
  }

  .guides-container-section {
    grid-template-columns: 1fr 1fr;
  }

  .guides-card-wrapper {
    width: 100%;
  }

  .guides-card-image-wrapper {
    width: 100%;
    height: auto;
    padding-top: 53%;
    position: relative;
  }

  .guides-img {
    object-fit: contain;
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .guides-card-link-box {
    width: 100%;
  }

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

  .hero-cta-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-sub-cta-link {
    color: var(--aut-blue--nocode-green);
  }

  .hero-sub-cta-link.color-wh {
    color: var(--white);
  }

  .solution-card-text {
    align-self: center;
    font-size: 18px;
  }

  .pricing-tab-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ai-blog-card-wrapper {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .ai-tabs-menu-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 160px;
    margin-right: 160px;
    padding: 15px;
    display: flex;
  }

  .tab-link-tab-2-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .wycd-card-wrapper.sp {
    flex: 0 auto;
    width: 48%;
  }

  .ai-sub-header-text {
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-5 {
    display: block;
  }

  .wycd-overall-wrapper.sp {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .wycd-overall-wrapper.pc {
    display: none;
  }

  .ai-blog-card-container-flex {
    flex-flow: column;
  }

  .timeline-card {
    margin-top: 40px;
  }

  .ai-hero-timeline {
    width: 100%;
  }

  .tab-link-tab-1-3, .tab-link-tab-3-2 {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tos-terms-int-container {
    width: auto;
  }

  .sol-card-headings {
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
  }

  .menu-button {
    text-align: right;
    flex: 1;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
    color: var(--black);
  }

  .nav-cta-btns-for-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .careers-marquee {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .marquee-inner-text {
    font-size: 16px;
  }

  .careers-tech-icons {
    justify-content: center;
    align-items: center;
  }

  .careers-tab-text {
    margin-top: 8px;
    font-size: 12px;
  }

  .external-resource-container {
    flex-flow: column;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .careers-mr-sub-container {
    padding-left: 15px;
  }

  .careers-mr-sub-container.link {
    padding-left: 0;
  }

  .section-container-form {
    margin-top: -240px;
    position: static;
  }

  .ai-blog-card-im-wrapper {
    height: 200px;
  }

  .tos-container {
    width: 100%;
  }

  .section-partner-cta {
    padding-left: 15px;
    padding-right: 15px;
  }

  .partner-problem-card-text {
    text-align: left;
  }

  .pp-card-title {
    min-height: 68px;
  }

  .pp-inner-white {
    padding-right: 5px;
  }

  .pp-flex-wrapper {
    width: 90%;
  }

  .partner-flex-wrapper {
    width: 100%;
  }

  .nocode-hero-image-bg {
    z-index: -1;
    position: absolute;
    inset: 0%;
  }

  .hero-img-small.sp {
    max-width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block-6 {
    width: 168px;
  }

  .ticker-logo {
    flex: 0 auto;
  }

  .mid-sect-heading {
    font-size: 21px;
  }

  .mid-sect-card-wrapper {
    width: 80%;
  }

  .image-block-tl {
    border-radius: 16px;
    overflow: hidden;
  }

  .about-timeline-grid {
    display: block;
    position: relative;
  }

  .timeline-heading-right {
    font-size: 14px;
    line-height: 1.2;
  }

  .line-bg {
    left: 36px;
  }

  .div-block-10 {
    white-space: pre-wrap;
    padding: 16px 24px 24px;
    font-size: 12px;
    line-height: 1.7;
  }

  .flex-block-42 {
    margin-top: 15px;
    margin-left: 51px;
    margin-right: 12px;
  }

  .timeline-badge-text {
    font-size: 14px;
    font-weight: 400;
  }

  .timeline-badge {
    width: 72px;
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-14 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .flex-block-46 {
    width: 47%;
    position: relative;
    transform: translate(0, -50%);
  }

  .careers-job-board-heading {
    font-size: 28px;
  }

  .career-board-sub-heading {
    text-align: left;
    width: 91%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .flex-block-47 {
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .careers-btm-text {
    padding-left: 16px;
  }

  .nocode-hero-heading {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .graph-inner-card-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .outer-graph-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .arrow-main-body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-4, .support-guides-grid, .support-guides-grid.home {
    grid-template-columns: 1fr 1fr;
  }

  .staas-section-hero {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-columns: 1fr;
    padding: 40px 5% 80px;
    position: relative;
  }

  .staas-customer-img {
    width: 30%;
    max-width: none;
  }

  .staas-customer-main-heading {
    font-size: 24px;
  }

  .text-style-2lines {
    line-height: 1.4;
  }

  .staas-hero-cta-wrapper.nexus {
    width: 50%;
  }

  .staas-main-cta-btn {
    padding: 9px 15px;
  }

  .genesis-section-hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .staas-hero-image-bg {
    background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/Pro-Service-Mobile-Hero.png);
    background-position: 50%;
    background-size: cover;
    position: absolute;
    inset: 0%;
  }

  .gen-hero-image-bg {
    z-index: -1;
    background-position: 60%;
    position: absolute;
    inset: 0%;
  }

  .flex-block-55.pc {
    display: none;
  }

  .flex-block-55.sp {
    display: flex;
  }

  .stories-img-force-height {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .corp-section-hero {
    background-color: var(--aut-blue--autify-green);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-top: 20px;
    display: flex;
  }

  .corp-hero-heading {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
  }

  .corp-hero-sub-heading {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
  }

  .corp-problem-grid-box {
    flex-flow: column;
    display: flex;
  }

  .corp-problem-grid-box.staaslp_problem {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .corp-problem-card.bottom-grid-fix-width.align-center {
    width: auto;
  }

  .corp-problem-card.staaslp_problem {
    padding: 24px;
  }

  .corp-problem-card-text.min-height-2line {
    min-height: auto;
  }

  .corp-problem-bt-grid {
    flex-flow: column;
    display: flex;
  }

  .problem-grid-holder {
    padding-left: 40px;
    padding-right: 40px;
  }

  .corp-img-illus {
    width: 130px;
    top: auto;
    bottom: -20%;
  }

  .corp-img-illus.proservice {
    bottom: -50%;
  }

  .corp-bento-wrapper {
    width: 50%;
  }

  .corp-bento-wrapper.top {
    width: 100%;
  }

  .inner-bento-grid {
    grid-template-rows: auto auto;
  }

  .bento-headline-icon-wrapper.width-fixed {
    flex: none;
    width: 60px;
  }

  .corp-bento-btm-card-wrapper {
    margin-top: 20px;
  }

  .corp-wa-card-flex-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why-solving-card-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .background-sol-section-sf {
    display: none;
  }

  .sol-stories-force-height {
    flex: 0 auto;
    width: 40%;
    height: 100%;
  }

  .background-sol-section-e2e, .background-sol-section-sel, .background-sol-section-agile {
    display: none;
  }

  .partner-hero-btn {
    text-align: center;
    width: 210px;
    font-size: 14px;
  }

  .partner-problems-heading, .partner-pg-heading {
    font-size: 30px;
    line-height: 1.4;
  }

  .app-inner-list-text {
    text-align: left;
  }

  .app-arrow-img {
    max-width: 40%;
  }

  .pp-card-title-gwt {
    min-height: 68px;
  }

  .certified-partner-heading, .staas-hero-heading {
    font-size: 30px;
  }

  .gen-ft-heading {
    font-size: 20px;
    line-height: 1.5;
  }

  .gen-graph-bottom-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 14%;
  }

  .navmenu__dropdown-right {
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .navbar__container {
    z-index: 1;
    background-color: #fff;
    width: 100%;
    padding: 10px 20px;
    position: relative;
  }

  .navbar__mobile-overlay {
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .navmenu__dropdown-section-link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navmenu__button-icon {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .link-list__dropdown-toggle {
    z-index: 1;
    background-color: #fff;
    flex: 1;
    justify-content: space-between;
    width: 100%;
  }

  .link-list__dropdown-toggle:hover, .link-list__dropdown-toggle.w--open {
    box-shadow: none;
  }

  .navmenu__dropdown-section-link-heading.is-2lines {
    min-height: auto;
  }

  .navmenu__dropdown-block {
    border: 1px solid #e4e4e4;
    padding-left: 32px;
    padding-right: 32px;
  }

  .navmenu__flex-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    position: absolute;
  }

  .navmenu__flex-container.width-auto {
    width: 100%;
  }

  .navmenu__cta-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    padding: 20px;
  }

  .logo-nav-menu-link-wrapper {
    z-index: 1;
  }

  .navmenu__dropdown {
    position: relative;
    top: 0%;
    overflow: hidden;
  }

  .navmenu__dropdown.w--open {
    border-top-style: none;
    border-bottom-style: none;
    height: 70vh;
    max-height: none;
    position: relative;
    top: 0%;
    overflow: scroll;
  }

  .navmenu__dropdown.guide.w--open {
    height: auto;
    overflow: visible;
  }

  .navmenu__dropdown-grid {
    padding-top: 20px;
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-left: 20px;
    display: flex;
  }

  .navmenu__dropdown-left {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar__navmenu-mobile {
    display: flex;
  }

  .navmenu__dropdown-section-heading, .navmenu__dropdown-section-heading.mt-10 {
    margin-bottom: 14px;
  }

  .nav-menu__cta-button {
    flex: 0 auto;
    justify-content: center;
    width: 50%;
    font-size: 16px;
  }

  .nav-menu__cta-button.is-flex-grow {
    flex: 1;
    width: auto;
  }

  .link-list__link {
    flex: 1;
    margin-left: 20px;
    font-size: 16px;
  }

  .link-list__link:hover {
    box-shadow: none;
  }

  .link-list__link.is-flex-fixed_sp {
    flex: none;
    margin-left: 0;
  }

  .navmenu__dropdown-container {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
  }

  .navmenu__dropdown-container.cc-mobile {
    border-bottom-style: none;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-mega-new {
    align-items: stretch;
    padding: 0;
  }

  .navmenu__link-list {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    border-bottom: 1px solid #e4e4e4;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    overflow: auto;
  }

  .navmenu__link-list.min-width.pc {
    display: none;
  }

  .navmenu__link-list.sp {
    display: flex;
  }

  .link-list__dropdown-wrapper {
    background-color: #fff;
    flex-direction: column;
    flex: 1;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .navmenu__dropdown-section-link-description {
    margin-top: 4px;
  }

  .navbar__navmenu {
    z-index: 0;
    border-bottom: 1px solid #e4e4e4;
    height: 100vh;
    margin-left: 0;
    transition-property: none;
    position: absolute;
    inset: 100% 0% 0%;
    overflow: hidden;
    transform: translate(0);
  }

  .navmenu__dropdown-section {
    margin-bottom: 32px;
  }

  .link-list__list-item {
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    margin-right: 0;
    position: relative;
  }

  .link-list__list-item.cc-first {
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .navmenu__button {
    z-index: 1;
    cursor: pointer;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 0;
    padding: 22px 16px 18px;
    font-size: 24px;
    display: block;
    position: relative;
  }

  .navmenu__button.w--open {
    background-color: #0000;
  }

  .link-list__dropdown-icon {
    margin-right: 20px;
  }

  .mega-menu-small-icon.x-small {
    width: 22px;
    height: 19px;
  }

  .mega-menu-small-icon.genesis-2_2 {
    width: 24px;
    height: auto;
    margin-top: 1px;
  }

  .mega-menu-small-icon.nexus {
    width: 22px;
    height: 19px;
    margin-top: 2px;
  }

  .section-ns-why-solv {
    margin-top: 120px;
  }

  .aps-solution-graph-section {
    max-width: 728px;
  }

  .hero-badge-container.center, .hero-badge-container.respo-align-center {
    justify-content: center;
    align-items: center;
  }

  .aps-header-headline {
    font-size: 24px;
  }

  .cta-img {
    width: 40%;
  }

  .br {
    display: block;
  }

  .roadmap-top-text {
    text-align: center;
    font-size: 14px;
  }

  .phase-circle {
    background-color: var(--accent-gray);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    padding-top: 18px;
    padding-bottom: 14px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .phase-circle-span {
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: .85;
    display: block;
  }

  .phase-circle-span.last-child {
    margin-top: 4px;
    font-size: 20px;
  }

  .roadmap-phase-content {
    border: 1px solid var(--border-gray);
    background-color: #fff;
    border-radius: 16px;
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .phase-image {
    background-color: var(--image-bg);
    text-align: center;
    order: -1;
    width: 100%;
    margin-top: auto;
    padding-top: 32px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .phase-arrow-sp {
    background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/arrow-gray-short-bottom.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 15px;
    height: 54px;
    margin-bottom: -8px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: -8px;
  }

  .history-month {
    flex: none;
    width: 32px;
    font-size: 14px;
    line-height: 1.2;
  }

  .history-year-label.mg-top {
    margin-top: 24px;
  }

  .image-block-img {
    width: 100%;
  }

  .gen-ft-sol-heading {
    font-size: 24px;
  }

  .code-embed-4 {
    width: 100%;
  }

  .section-cta {
    margin-top: 64px;
  }

  .heading-15 {
    font-size: 24px;
    line-height: 1.4;
  }

  .careers-hero-subttl {
    font-size: 13px;
    line-height: 1.2;
  }

  .team-nav-icon {
    width: 24px;
    height: 24px;
  }

  .team-slider {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    max-width: 450px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 16px 26px;
    display: block;
  }

  .team-slide-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }

  .careers-tech-icons-img {
    width: 32px;
  }

  .careers-tech-icons-img.wd-64 {
    width: 64px;
  }

  .hide {
    display: none;
  }

  .team-slider-bubble {
    bottom: -40px;
  }

  .company-deck-text {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }

  .br-pc.only-pc {
    display: inline;
  }

  .contact-main-heading {
    font-size: 24px;
    line-height: 1.4;
  }

  .autify-e2e-section-text {
    font-size: 13px;
  }

  .e2e-sol-card-img {
    margin-top: -110px;
  }

  .sol-card-text {
    margin-top: 6px;
    font-size: 13px;
  }

  .text-block-10 {
    margin-left: 20px;
    font-size: 16px;
  }

  .heading-18 {
    font-size: 24px;
  }

  .corp-wa-heading {
    font-size: 20px;
  }

  .contact-form {
    flex-flow: column;
    display: flex;
  }

  .heading-19 {
    font-size: 16px;
  }

  .partner-top-headline-hero {
    font-size: 30px;
    line-height: 1.4;
  }

  .pp-card-list {
    padding-left: 10px;
  }

  .guide-list-title {
    margin-bottom: 0;
  }

  .heading-int-tos {
    font-size: 30px;
    line-height: 1.4;
  }

  .section-guide-img {
    justify-content: center;
    align-items: center;
    height: 428px;
    margin-top: -120px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .hero-badge-text {
    font-size: 22px;
  }

  .staas-hero-left-content {
    z-index: 2;
    position: relative;
  }

  .responsive-hero-img_block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .staas-hero-image-bg-color {
    z-index: 1;
    background-image: linear-gradient(to bottom, var(--pro-service-blue), var(--pro-service-blue));
    mix-blend-mode: multiply;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .mid-sect-card-img {
    width: 80%;
    max-width: 100%;
  }

  .corp-home-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .nc-section-hero {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .ty-cta-flex-wrapper {
    width: 100%;
  }

  .about-hero-section.pc {
    display: none;
  }

  .about-hero-section.tb {
    display: block;
  }

  .flex-block-67.pc {
    display: none;
  }

  .flex-block-67.sp {
    grid-column-gap: 39px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.75fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .customer-service-wrapper {
    margin-top: -120px;
    padding-top: 120px;
  }

  .heading-21 {
    font-size: 24px;
  }

  .new-bm-title-name-wrapper {
    width: 47%;
    position: relative;
    transform: translate(0, -50%);
  }

  .container-7 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-sub-cta-link-genesis {
    color: var(--aut-blue--nocode-green);
  }

  .div-block-25 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nocode-main-cta-btn {
    font-size: 13px;
  }

  .inner-guides-main-cta-heading {
    font-size: 30px;
    line-height: 1.4;
  }

  .section-guides-content {
    margin-bottom: 0;
  }

  .section-guides-img-section {
    justify-content: center;
    align-items: center;
    height: 428px;
    margin-top: -120px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .set-width-block {
    width: 90%;
  }

  .guide-image-block-container-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .container-8 {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lp-nav {
    align-items: stretch;
  }

  .el_lp-kv_line {
    bottom: -10%;
    left: -20%;
  }

  .el_lp-kv_bg-tri {
    z-index: -2;
    right: -100%;
  }

  .el_lp-kv_human {
    width: 300px;
  }

  .bl_lp-kv_cont.autify {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ly-lp-nc-kv {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    height: 420px;
  }

  .lp-nc_h1 {
    font-size: 36px;
  }

  .nav-bar-nocode-logo {
    max-width: 222px;
  }

  .span_h1_mini {
    font-size: 28px;
  }

  .span_h1_huge, .dot {
    font-size: 42px;
  }

  .lp_section.aerobule, .lp_section.catch-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bl_feature_caption {
    margin-top: 8px;
    padding-left: 22px;
  }

  .feature_message_1 {
    padding-right: 32px;
    font-size: 90px;
  }

  .feature_message_2 {
    font-size: 60px;
  }

  .span_ft_a, .span_ft_b, .span_ft_c {
    font-size: 24px;
  }

  .sakugen_graph {
    width: 56px;
  }

  .el_sakugen_graph {
    margin-left: 12px;
    margin-right: 8px;
  }

  .chonchon {
    width: 18px;
    margin-bottom: 10px;
  }

  .bl_lp_h2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .lp_h2_icon {
    width: 32px;
  }

  .lp_h2 {
    font-size: 32px;
  }

  .lp_reason_card {
    width: 230px;
  }

  .lp_nc_reason_card_ttl {
    font-size: 28px;
  }

  .lp_nc_reason_card_ttl.mt-24 {
    margin-top: 18px;
  }

  .span_reason_card_ttl {
    font-size: 36px;
  }

  .span_reason_card_ttl.f-35 {
    font-size: 28px;
  }

  .lp-cta-section {
    background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/ichimatsu_bg_tablet.svg), linear-gradient(180deg, var(--robin-s-egg-blue), var(--aut-blue--autify-green));
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, auto;
  }

  .lp_logo-nav-menu-link-wrapper {
    z-index: 1;
  }

  .divider-img._768 {
    display: none;
  }

  .divider-img._1280 {
    display: block;
  }

  .re_container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-bar-lp-autify-logo {
    max-width: 130px;
  }

  .lp-autify_h1 {
    font-size: 36px;
  }

  .ly-lp-autify-kv {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    height: 420px;
  }

  .el_lp-kv_img {
    width: 300px;
  }

  .catch-copy_h2.under-highlight {
    font-size: 60px;
  }

  .catch-copy_p {
    font-size: 24px;
  }

  .catch-copy_logo {
    width: 240px;
  }

  .lp_autify_reason_card_ttl {
    font-size: 28px;
  }

  .lp_autify_reason_card_ttl.mt-24 {
    margin-top: 18px;
  }

  .lp_autify_reason_card_ttl.mt-6 {
    margin-top: 3px;
    font-size: 24px;
  }

  .lp_autify_reason_card_ttl.mt-22 {
    margin-top: 14px;
  }

  .lp_merit_txt {
    font-size: 24px;
  }

  .lp-autify_logo-nav-menu-link-wrapper {
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .board-member-grid-desktop {
    grid-column-gap: 6%;
    grid-row-gap: 50px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .new-bm-card-h-wrapper {
    width: 47%;
  }

  .new-ceo-inner-message-wrapper {
    flex-flow: column;
    max-width: 343px;
    margin-left: auto;
    margin-right: auto;
  }

  .new-ceo-image {
    object-fit: cover;
    object-position: 50% 20%;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: 232px;
  }

  .section-top-board-members-2 {
    padding-bottom: 0;
  }

  .container-10 {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-cases-cards {
    margin-top: -60px;
    padding-top: 0;
  }

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

  .filer_block {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 380px;
  }

  .filter_wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .filter_dropdown_toggle {
    width: 300px;
  }

  .filter_search {
    width: 300px;
    margin-top: 10px;
    margin-left: 0;
  }

  .filter_or_sign {
    display: none;
  }

  .filter_clear_block {
    justify-content: flex-end;
    align-items: center;
    width: 380px;
    padding-top: 0;
    display: flex;
  }

  .filter_search_block {
    justify-content: flex-end;
    align-items: center;
    width: 380px;
    display: flex;
  }

  .filter_dropdown_toggle_size {
    width: 300px;
  }

  .autify-e2e-section-mid-text {
    font-size: 13px;
  }

  .e2e-features-flex-h {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .e2e-features-flex-card {
    width: 25%;
    max-width: none;
    margin-right: -25px;
    padding: 10px;
  }

  .fs-arrow-text {
    line-height: 1.2;
  }

  .el_fs-arrow-content-icon {
    height: 100px;
  }

  .el_fs-arrow-content-icon.autify {
    padding: 15px;
  }

  .el_fs-arrow-content-icon.autify-nocode, .el_fs-arrow-content-icon.mentenance {
    padding: 0 8px 0 0;
  }

  .el_fs-arrow-content-icon.check {
    padding: 40px;
  }

  .br-tab-bl {
    display: block;
  }

  .br-tab-bl.inline {
    display: inline-block;
  }

  .sf-pain-section-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sf-pain-section-wrapper.flex-align-center.mb-0 {
    flex-flow: row;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sf-sol-section-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sf-sol-section-wrapper.flex-align-center.mb-0 {
    flex-flow: column-reverse;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sf_sol_symbol {
    width: 100px;
  }

  .form_block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    padding: 12px 24px;
    font-size: 16px;
  }

  .nlm_form-section {
    background-image: url(//47383058.fs1.hubspotusercontent-na1.net/hubfs/47383058/raw_assets/public/autify-jp/images/common/css/ichimatsu_bg_tablet.svg), linear-gradient(180deg, var(--robin-s-egg-blue), var(--aut-blue--autify-green));
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, auto;
  }

  .section-meetup-thanks-hero {
    min-height: auto;
  }

  .nlm-table_header {
    width: 80px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
  }

  .nlm-table_header.wide {
    width: 250px;
  }

  .nlm-table_cell {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
  }

  .navmenu__dropdown-section-list_4col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-left: 20px;
    display: flex;
  }

  .price-form_section.margin-top_-large {
    margin-top: -60px;
  }

  .price-form_bg {
    padding: 20px;
  }

  .demo-request_2col_wrapper {
    flex-flow: column;
  }

  .demo-request_2col_unit.left {
    padding: 20px;
  }

  .demo-request_2col_unit.right {
    padding: 40px 20px;
  }

  .demo-request_2col_unit-left_inner {
    max-width: none;
  }

  .demo-request_2col_unit-right_inner {
    margin-left: auto;
    margin-right: auto;
  }

  .demo-request_info_block {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .demo-request_info_image {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-recruit-message_block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-staaslp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .staaslp_kv-image_mask {
    height: 240px;
  }

  .staaslp-section-title_image {
    width: 130px;
    top: auto;
    bottom: -20%;
  }

  .staaslp-section-title_image.proservice {
    bottom: -50%;
  }

  .staaslp_problem-grid-holder {
    padding-left: 40px;
    padding-right: 40px;
  }

  .staaslp_service_flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .staaslp_cta_cont {
    flex-flow: column;
    padding: 40px;
  }

  .staaslp_cta_cont.nexus {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .staaslp-bento-wrapper, .staaslp-bento-wrapper.top {
    width: 100%;
  }

  .staaslp-bento_inner-bento-grid, .staaslp-bento_inner-bento {
    grid-template-rows: auto auto;
  }

  .staaslp_mid-header-headline {
    font-size: 24px;
    line-height: 1.4;
  }

  .staaslp_mid-header-headline.mg-10 {
    margin-bottom: 10px;
  }

  .nexus-section-hero {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nexus-hero-heading {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .new-hero-sub-heading {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
  }

  .nexus-hero-points-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .nexus_hero-cta-wrapper {
    justify-content: center;
    align-items: center;
  }

  .new-section-hero_wrapper {
    max-height: none;
    padding-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-text {
    margin-left: 20px;
    font-size: 16px;
  }

  .new-hero_image-block {
    z-index: -1;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .new-hero_image-block.pading-left-large {
    padding-left: 0;
  }

  .about-aut-products {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nexus-heading-2, .nexus-heading-2.cta-form {
    font-size: 24px;
  }

  .nexus-wa-heading {
    font-size: 20px;
  }

  .nexus-wa-card-flex-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nexus-function {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nexus-function-list-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-2 {
    padding: 40px;
  }

  .cta-2_inner {
    flex-flow: column;
  }

  .cta-2_text-title {
    font-size: 24px;
  }

  .nexus-case-title-block.gap-40 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nexus-case-bento-wrapper.top {
    width: 100%;
  }

  .nexus-case-bento-img-wrapper {
    order: -1;
    padding-left: 0;
  }

  .nexus-case-bento-img-wrapper.margin-right {
    padding-right: 0;
  }

  .nexus-case-bento-img-wrapper.tab-flex-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nexus-case-inner-bento-grid {
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .nexus-support-step {
    max-width: 728px;
  }

  .new-cts-form {
    width: 100%;
  }

  .support-contents-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .support-contents-grid.home {
    grid-template-columns: 1fr 1fr;
  }

  .splide {
    margin-left: 8%;
    margin-right: 8%;
  }

  .splide__list {
    grid-template-columns: 1fr 1fr;
  }

  .splide-image-block {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .new-section-cases {
    padding-left: 0%;
    padding-right: 0%;
  }

  .new-hero-cta-btn {
    width: 300px;
    font-size: 13px;
  }

  .nexus-bento-img.tab-width-80 {
    width: 80%;
  }

  .home-hero-heading {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .home-hero_video-block {
    z-index: -1;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .home-hero_video-block.sp {
    width: 100%;
    max-width: 80%;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .home-hero {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .new-medium-text.min-height-2line {
    min-height: auto;
  }

  .home-problem-card.bottom-grid-fix-width.align-center {
    width: auto;
  }

  .home-problem-card.staaslp_problem {
    padding: 24px;
  }

  .home-problem-grid-box {
    flex-flow: column;
    display: flex;
  }

  .home-problem-grid-box.staaslp_problem {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-img-illus {
    width: 130px;
  }

  .home-img-illus.proservice {
    bottom: -50%;
  }

  .home-perform-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-perform-text-block.margin-right {
    margin-right: 0;
  }

  .home-perform-text-block.margin-left {
    order: -1;
    margin-left: 0;
  }

  .home-perform-text {
    font-size: 20px;
  }

  .home-perform-bento-img-wrapper {
    order: -1;
    padding-left: 0;
  }

  .home-perform-bento-wrapper.top {
    width: 100%;
  }

  .home-product-bento-grid {
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .home-users {
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-users-list-grid {
    grid-template-columns: 1fr;
  }

  .new-home_problem-grid-holder {
    padding-left: 40px;
    padding-right: 40px;
  }

  .new-home-img-illus {
    width: 130px;
  }

  .new-home-img-illus.proservice {
    bottom: -50%;
  }

  .span-block.pc {
    display: inline;
  }

  .new-nav-secondary-btn {
    width: 50%;
  }

  .new-nav-secondary-btn.pc-nav {
    font-size: 16px;
  }

  .new-nav-secondary-btn.is-flex-grow {
    flex: 1;
    width: auto;
    font-size: 16px;
  }

  .new-nav-menu__cta-button {
    flex: 0 auto;
    justify-content: center;
    width: 50%;
    font-size: 16px;
  }

  .new-nav-menu__cta-button.is-flex-grow {
    flex: 1;
    width: auto;
  }

  .navmenu__link-list_wrapper {
    width: 100%;
    min-width: 0;
  }

  .navmenu__link-list_wrapper.pc {
    display: none;
  }

  .navmenu__link-list_wrapper.sp {
    flex-flow: column;
    display: flex;
  }

  .new-navmenu__flex-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
  }

  .new-navmenu__flex-container.width-auto {
    width: 100%;
  }

  .new-navbar__navmenu {
    z-index: 0;
    background-color: var(--white);
    border-bottom: 1px solid #e4e4e4;
    height: calc(100vh - 84px);
    margin-left: 0;
    transition-property: none;
    position: absolute;
    inset: 100% 0% 0%;
    overflow: auto;
    transform: translate(0);
  }

  .new-section-hero_bg-blur {
    width: 80%;
  }

  .genesis-wa-card-flex-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto 1fr;
    grid-auto-columns: 1fr;
  }

  .new-section_bg-spline {
    height: 100svh;
  }

  .nexus-wa-mid-heading {
    font-size: 20px;
  }

  .pros-wa-card {
    flex: 0 auto;
    width: 48%;
    max-width: none;
  }

  .pros-wa-card-flex-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .pros-case-inner-bento-grid {
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .pros-case-card._3rd {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .br-pc_block.only-pc {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .tab-2-arrow {
    left: 44%;
  }

  .footer-right-content-wrapper {
    justify-content: flex-start;
  }

  .mid-header-headline {
    font-size: 20px;
  }

  .mid-header-headline.pricing {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current {
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .footer-col-content {
    margin-bottom: 40px;
  }

  .page-wrapper.pt-80 {
    padding-top: 60px;
  }

  .web-tab-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 20px;
    flex-flow: column;
    margin-top: 20px;
    padding: 20px;
    display: flex;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    width: 50%;
  }

  .top-web-card-flex {
    margin-bottom: 10px;
  }

  .hp-hero-sub-heading {
    text-align: left;
    font-size: 21px;
  }

  .hp-hero-sub-heading.respo-text-align-center {
    text-align: center;
    padding-bottom: 0;
  }

  .container {
    max-width: 540px;
  }

  .container.footer, .container.about, .container.news, .container.career {
    max-width: none;
  }

  .container.section-e2e {
    width: 100%;
    max-width: none;
  }

  .container.section-e2e-form {
    width: 90%;
    max-width: none;
  }

  .container.partner {
    max-width: none;
  }

  .container.full-width {
    width: 90%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container.products-hero {
    justify-content: center;
    align-items: stretch;
  }

  .container.pricing {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container.nlm-info, .container.staaslp_problem {
    width: 90%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-col-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .container-3 {
    justify-content: space-between;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .nav-secondary-btn {
    clear: right;
    font-size: 13px;
  }

  .nav-secondary-btn.is-flex-grow {
    font-size: 13px;
  }

  .pp-table-section {
    display: none;
  }

  .faq-question-text {
    margin-right: 14px;
    font-size: 14px;
  }

  .pp-list-wrapper {
    width: 50%;
  }

  .header-sub-text.mobile {
    padding: 0;
  }

  .pp-card-col-wrapper {
    border-radius: 20px;
  }

  .faq-text {
    margin-left: 68px;
    margin-right: 68px;
  }

  .accordion-content {
    margin-right: 16px;
  }

  .section-text-green {
    font-size: 14px;
  }

  .container-4.faq {
    padding-top: 60px;
  }

  .faq-accordion-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .e2e-sub-heading {
    font-size: 16px;
  }

  .mid-image {
    max-width: 343px;
  }

  .mid-image._30 {
    max-width: 30%;
  }

  .autify-e2e-section-wrapper {
    width: 92%;
    padding-left: 0;
    padding-right: 0;
  }

  .autify-solution-wrapper {
    width: auto;
    max-width: 542px;
  }

  .card-flex-wrapper-sol {
    padding-left: 0;
    padding-right: 0;
  }

  .e2e-features-grid {
    grid-template-columns: 1fr;
  }

  .e2e-features-card {
    margin-bottom: 30px;
    padding: 0;
  }

  .e2e-features-heading {
    font-size: 25px;
  }

  .e2e-top-headline-hero {
    order: 0;
    font-size: 24px;
  }

  .e2e-top-hero-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .e2e-uc-wrapper {
    max-width: 362px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-8 {
    flex-flow: column;
    align-items: stretch;
  }

  .flex-block-9 {
    text-align: center;
    flex-flow: column;
    margin-top: 30px;
  }

  .customer-story-logo {
    max-width: 40%;
  }

  .ee2e-uc-heading {
    font-size: 17px;
  }

  .bold-text {
    font-size: 24px;
    line-height: 1.2;
  }

  .form-heading-main {
    font-size: 25px;
  }

  .form-heading-sub, .sol-page-description {
    font-size: 13px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 1.4;
  }

  .heading-5.sf-h2 {
    font-size: 28px;
  }

  .webinar-hero-flex-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
  }

  .webinar-title-sb {
    font-size: 14px;
  }

  .speaker-name {
    font-size: 16px;
  }

  .image-4 {
    width: 100%;
    max-width: 100%;
  }

  .webinar-left-col {
    margin-bottom: 32px;
  }

  .about-hero-flex-wrapper {
    flex-flow: column;
  }

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

  .ceo-inner-message-wrapper {
    flex-flow: column;
  }

  .section-top-board-members {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .vc-logo-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 288px;
  }

  .board-image {
    max-width: 60%;
  }

  .board-image._w-65 {
    max-width: 85%;
  }

  .board-member-main-card-wrapper-mobile {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-flow: column;
  }

  .image-5 {
    width: 100%;
  }

  .roadmap-card-title {
    font-size: 16px;
  }

  .roadmap-card-text {
    font-size: 13px;
  }

  .column {
    flex-flow: column;
    display: flex;
  }

  .flex-block-13 {
    margin-top: 16px;
  }

  .open-job-card-wrapper {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .news-main-heading {
    font-size: 16px;
    line-height: 1.5;
  }

  .cta-inner-wrapper {
    height: 186px;
    padding-left: 16px;
  }

  .breadcrumb-link-text, .category-news-text, .news-published-date-text {
    font-size: 14px;
  }

  .general-rtb {
    margin-bottom: 0;
  }

  .general-rtb p {
    font-size: 14px;
  }

  .general-rtb img {
    min-width: 100%;
  }

  .general-rtb h4 {
    font-size: 16px;
  }

  .general-rtb h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .general-rtb h2 {
    font-size: 20px;
  }

  .general-rtb h1 {
    font-size: 28px;
  }

  .general-rtb figure {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .press-link-menu-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .news-date-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .news-tag-type {
    font-size: 13px;
  }

  .collection-news-wrapper, .news-sorting-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-grid-whyus-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .stories-img-hero {
    max-width: 90%;
  }

  .stories-hero-main-wrapper {
    flex-flow: column;
  }

  .stories-hero-left-col {
    padding-right: 20px;
  }

  .column-2 {
    margin-bottom: 32px;
  }

  .company-block {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .guide-title.sph_pb-0 {
    margin-bottom: 0;
  }

  .stories-main-heading {
    font-size: 16px;
    line-height: 1.5;
  }

  .stories-sub-title {
    font-size: 13px;
    line-height: 1.5;
  }

  .collection-list {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .story-card-title.text-style-2lines {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.4;
  }

  .stories-wu-heading {
    font-size: 14px;
    line-height: 1.4;
  }

  .why-us-main-heading {
    font-size: 16px;
    line-height: 1.4;
  }

  .sub-heading_center {
    font-size: 13px;
    line-height: 2;
  }

  .stories-card-image-wrapper {
    height: 137.55px;
  }

  .webinars-main-heading {
    font-size: 16px;
  }

  .webinars-sub-heading {
    font-size: 13px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .collection-list-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .webinars-h2-headings {
    font-size: 20px;
  }

  .tabs-arrow-box {
    left: 15%;
  }

  .pricing-plan-name-heading {
    font-size: 20px;
  }

  .pp-checklist-text {
    font-size: 13px;
  }

  .web-tab-wrapper-tab-two {
    border-radius: 20px;
    padding: 30px;
  }

  .flex-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-around;
    align-items: flex-start;
  }

  .tab-two-heading-pp {
    font-size: 20px;
  }

  .tab-two-sub-text {
    font-size: 14px;
  }

  .guide-main-img {
    height: 180px;
  }

  .dummy-form {
    margin-bottom: 20px;
  }

  .copyright-text-form, .cta-btn-wide {
    font-size: 13px;
  }

  .guide-main-cta-heading {
    font-size: 16px;
  }

  .guide-sub-text {
    font-size: 13px;
  }

  .guides-container-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .guides-card-image-wrapper {
    height: auto;
  }

  .solution-card-text {
    font-size: 16px;
  }

  .ai-blog-card-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .wycd-card-wrapper.sp {
    width: 100%;
    margin-bottom: 30px;
  }

  .ai-sub-header-text {
    max-width: 80%;
  }

  .columns-5 {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .wycd-overall-wrapper.sp {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wycd-main-heading {
    font-size: 25px;
    line-height: 1.4;
  }

  .ai-hero-header {
    text-align: center;
  }

  .external-resource-container {
    padding-left: 0;
    padding-right: 0;
  }

  .ai-labs-ft-heading {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .tos-sub-heading {
    font-size: 16px;
    line-height: 1.4;
  }

  .tos-link-text {
    font-size: 16px;
  }

  .tos-container {
    flex-flow: column;
    display: flex;
  }

  .tos-main-heading {
    font-size: 16px;
    line-height: 1.4;
  }

  .partner-hero-text {
    font-size: 13px;
  }

  .partner-problem-card-text {
    text-align: center;
    font-size: 13px;
  }

  .pp-card-title {
    min-height: auto;
  }

  .pp-inner-white {
    justify-content: center;
    align-items: stretch;
  }

  .pp-flex-wrapper {
    flex-flow: column;
  }

  .pp-blue-fx-box {
    text-align: center;
    font-size: 13px;
  }

  .partner-flex-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 186px;
    padding-left: 16px;
    padding-right: 0;
  }

  .partner-logo-uc-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .hero-img-small.sp {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }

  .mid-sect-card-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .careers-job-board-heading {
    font-size: 20px;
    line-height: 1.4;
  }

  .autify-small-img-banner {
    width: 343px;
    max-width: none;
  }

  .autify-small-img-banner.pc {
    display: none;
  }

  .autify-small-img-banner.sp {
    width: 343px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .nocode-hero-heading {
    text-align: left;
    font-size: 24px;
  }

  .nocode-hero-heading.respo-text-align-center {
    text-align: center;
  }

  .mid-sect-btn {
    width: auto;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .forweb-card-text {
    font-size: 14px;
  }

  .forweb-heading {
    font-size: 16px;
    line-height: 1.2;
  }

  .new-inner-text {
    font-size: 14px;
  }

  .graph-inner-card-wrapper {
    padding-bottom: 80px;
  }

  .outer-graph-grid {
    grid-template-columns: .67fr 1fr;
  }

  .inner-arrow-text {
    font-size: 13px;
  }

  .collection-list-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .hp-stories-cta {
    margin-top: 20px;
  }

  .support-guides-grid {
    flex-flow: column;
    display: flex;
  }

  .support-guide-card.white-bg {
    overflow: hidden;
  }

  .support-guide-heading {
    width: 90%;
    font-size: 16px;
  }

  .support-guide-text {
    text-align: left;
    width: 90%;
    font-size: 13px;
  }

  .sg-inner-card-content {
    padding-top: 10px;
  }

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

  .staas-customer-grid {
    grid-template-columns: 1fr;
  }

  .staas-customer-heading {
    font-size: 18px;
  }

  .staas-customer-text {
    font-size: 14px;
  }

  .staas-customer-img {
    width: 20%;
  }

  .staas-customer-main-heading {
    font-size: 20px;
  }

  .staas-ft-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .staas-ft-card-wrapper.reverse {
    flex-flow: column-reverse;
  }

  .staas-ft-left-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 0;
  }

  .text-style-2lines, .text-style-2lines.stories-headline-staas {
    font-size: 17px;
  }

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

  .staast-ft-num {
    font-size: 32px;
  }

  .flex-block-55.sp {
    width: 100%;
  }

  .section-featured-points.bg-pro-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gen-ft-card-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .stories-img-force-height {
    height: auto;
    display: flex;
  }

  .corp-hero-heading {
    font-size: 27px;
  }

  .corp-problem-grid-box {
    flex-flow: column;
  }

  .corp-problem-card-text {
    font-size: 16px;
  }

  .corp-problem-bt-grid {
    flex-flow: column;
  }

  .corp-bento-wrapper {
    width: 100%;
  }

  .inner-bento-grid {
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .bento-left-content-wrapper {
    order: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .bento-left-content-wrapper.top {
    order: 0;
  }

  .bento-headline-icon-wrapper.width-fixed {
    width: 48px;
  }

  .bento-bulletpoint-wrapper {
    align-self: center;
  }

  .corp-bento-btm-card-wrapper, .inner-bento-vert-flex {
    flex-flow: column;
  }

  .corp-wa-flex {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .corp-wa-card-flex-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .why-solving-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .stories-content-grid {
    place-items: center stretch;
  }

  .sol-stories-force-height {
    width: 100%;
  }

  .background-sol-section-rmt {
    display: none;
  }

  .partner-hero-text-link {
    font-size: 13px;
  }

  .partner-problems-heading, .partner-pg-heading {
    font-size: 16px;
  }

  .partner-pg-text {
    text-align: center;
    font-size: 13px;
  }

  .app-card-heading, .app-graph-text {
    font-size: 13px;
  }

  .app-arrow-img {
    max-width: 60%;
  }

  .pp-card-title-gwt {
    min-height: auto;
    font-size: 13px;
  }

  .certified-partner-heading {
    font-size: 16px;
  }

  .certified-partner-sub-heading {
    font-size: 16px;
    line-height: 1.4;
  }

  .certified-partner-card-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .certified-partner-card-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .partner-logos-heading {
    font-size: 14px;
    line-height: 1.4;
  }

  .flex-block-62 {
    flex-flow: column;
  }

  .tab-standard {
    background-color: #0000;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-standard.w--current {
    background-color: #0000;
  }

  .pp-mobile-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .pricing-table-cell {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .pp-mobile-tab {
    color: #fff;
    background-color: #0000;
    border: 1px solid #7b88a845;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pp-mobile-tab.w--current {
    color: #fff;
  }

  .pricing-grid-mobile-only {
    margin-top: 60px;
    display: block;
  }

  .pp-mobile-tab-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .tabs-menu-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .help {
    display: none;
  }

  .pricing-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    border-radius: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    display: flex;
  }

  .staas-hero-heading {
    font-size: 24px;
  }

  .staas-hero-sub-heading {
    font-size: 16px;
  }

  .gen-ft-heading {
    margin-top: -2px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .gen-graph-bottom-bar {
    bottom: 0%;
  }

  .text-block-6, .text-block-7 {
    font-size: 13px;
  }

  .navbar__container {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar__mobile-overlay {
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .navmenu__dropdown-section-link-heading {
    font-size: 14px;
  }

  .navmenu__cta-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-nav-menu-link-wrapper {
    width: 30%;
    max-width: 150px;
    padding-left: 0;
  }

  .navmenu__dropdown-grid {
    padding-left: 32px;
    padding-right: 32px;
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu__cta-button {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }

  .link-list__link {
    margin-left: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .navbar-mega-new {
    align-items: stretch;
    height: 60px;
  }

  .navmenu__dropdown-section-link-description {
    font-size: 13px;
  }

  .navbar__navmenu {
    overflow: scroll;
  }

  .link-list__dropdown-icon {
    margin-right: 32px;
  }

  .cta-form-sub-text {
    font-size: 13px;
  }

  .aps-solution-graph-section, .gen-section-mid-section {
    padding-bottom: 0;
  }

  .cta-title {
    font-size: 14px;
    line-height: 1.4;
  }

  .roadmap-top-text {
    text-align: left;
  }

  .career-banner-img.pc {
    display: none;
  }

  .career-banner-img.sp {
    display: inline-block;
  }

  .career-banner-linkblock {
    width: 343px;
  }

  .bg-corp-no-color {
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-slider {
    margin-top: 16px;
  }

  .company-deck-text {
    font-size: 14px;
  }

  .br-pc {
    margin-left: 1px;
    display: inline-block;
  }

  .careers-company-deck-heading {
    font-size: 20px;
    line-height: 1.4;
  }

  .contact-main-heading.webinars-main-heading {
    font-size: 24px;
  }

  .contac-sub-heading {
    font-size: 13px;
  }

  .ai-labs-ft-text {
    font-size: 14px;
  }

  .wycd-top-content-icon {
    width: 40px;
    height: 40px;
  }

  .e2e-top-hero-img-block {
    width: 242px;
  }

  .text-block-10 {
    margin-left: 32px;
    font-size: 14px;
  }

  .faq-answer-pricing {
    font-size: 13px;
  }

  .corp-wa-heading {
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
  }

  .corp-wa-text, .corp-solution-text {
    font-size: 14px;
  }

  .div-block-22 {
    margin-left: 0;
    margin-right: 0;
  }

  .partner-top-headline-hero {
    font-size: 16px;
  }

  .pp-card-list {
    margin-bottom: 0;
  }

  .partner-cta-text {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .partner-cta-img {
    width: 154px;
  }

  .heading-int-tos {
    font-size: 16px;
  }

  .terms-paragraph {
    font-size: 13px;
  }

  .terms-heading3 {
    font-size: 14px;
    line-height: 1.4;
  }

  .section-guide-img {
    height: 258px;
    margin-top: -100px;
    position: static;
  }

  .corp-wa-flex-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .corp-wa-icon {
    width: 40px;
    height: 40px;
  }

  .bg-corp-img {
    height: 100%;
  }

  .hero-badge-text {
    font-size: 16px;
  }

  .webinar-rtf p {
    font-size: 14px;
  }

  .webinar-rtf h3 {
    font-size: 18px;
  }

  .webinar-rtf h2 {
    font-size: 20px;
  }

  .webinar-rtf li, .webinar-rtf blockquote {
    font-size: 14px;
  }

  .webinar-rtf ol {
    padding-left: 20px;
    font-size: 14px;
  }

  .webinar-rtf ul {
    padding-left: 20px;
  }

  .webinar-rtf figure {
    min-width: 100%;
  }

  .webinar-rtf img {
    width: 100%;
  }

  .webinar-inner-form-heading {
    font-size: 20px;
  }

  .webinar-inner-form-text {
    font-size: 14px;
  }

  .ty-cta-heading {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .ty-cta-flex-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 186px;
    padding-left: 16px;
    padding-right: 0;
  }

  .about-hero-section.tb {
    display: none;
  }

  .about-hero-section.mb {
    display: block;
  }

  .tab-3-arrow {
    left: 75%;
  }

  .pp-table-heading {
    font-size: 24px;
  }

  .autify-small-img-banner_block.pc {
    display: none;
  }

  .autify-small-img-banner_block.responsive-hero-img_block {
    display: flex;
  }

  .container-6 {
    max-width: 540px;
  }

  .pp-table-heading-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricing-grid-mobile--arrow-box {
    z-index: 1;
    top: -40px;
    left: 14%;
  }

  .pricing-grid-mobile--arrow-box._2 {
    left: 46%;
  }

  .pricing-grid-mobile--arrow-box._3 {
    left: 79%;
  }

  .mob-tab-wrapper {
    background-color: #f6f9fb;
    border-radius: 20px;
    padding: 30px;
  }

  .tabs-content-3 {
    padding-top: 44px;
  }

  .pricing-line-break-mobile {
    border-top: 2px #e2e8f0;
    border-bottom: 2px solid #e2e8f0;
    height: auto;
    margin-top: 0;
    padding: 32px 10px 16px;
    font-weight: 700;
  }

  .pricing-line-break-mobile.td {
    border-top-style: none;
    border-bottom-style: none;
    justify-content: space-between;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .pricing-line-break-mobile.td-even {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    border-top-style: none;
    border-bottom-style: none;
    justify-content: space-between;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .pricing-line-break-mobile.td-odd {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    background-color: #f6f9fb;
    border-top-style: none;
    border-bottom-style: none;
    justify-content: space-between;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .pp-mobile-txt {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
  }

  .heading-22 {
    font-size: 24px;
  }

  .heading-23 {
    font-size: 28px;
  }

  .richtext-img_block {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-7 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nocode-main-cta-btn {
    padding: 9px 15px;
    font-size: 16px;
  }

  .genesis-main-cta-btn {
    padding: 9px 15px;
  }

  .bento-left-title-wrapper {
    order: -1;
    justify-content: flex-start;
    align-items: center;
  }

  .br-sph {
    display: block;
  }

  .inner-guides-main-cta-heading {
    font-size: 16px;
  }

  .inner-guides-sub-text {
    font-size: 13px;
  }

  .section-guides-img-section {
    height: 258px;
    margin-top: -100px;
    position: static;
  }

  .stories-img {
    object-fit: cover;
    width: 100%;
  }

  .heading-26 {
    font-size: 16px;
  }

  .heading-27 {
    font-size: 14px;
  }

  .container-8 {
    max-width: 540px;
  }

  .lp-nav {
    align-items: stretch;
    height: 60px;
  }

  .el_lp-kv_human {
    width: 220px;
  }

  .lp-kv_section {
    padding-top: 60px;
  }

  .bl_lp-kv_cont {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ly-lp-nc-kv {
    height: 310px;
  }

  .lp-nc_h1 {
    font-size: 28px;
  }

  .span_h1_mini {
    font-size: 22px;
  }

  .span_h1_huge {
    font-size: 36px;
  }

  .bl_lp-nc-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .dot {
    font-size: 36px;
  }

  .lp_section.aerobule, .lp_section.catch-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bl_feature_message {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .feature_message_1 {
    font-size: 60px;
  }

  .feature_message_2 {
    font-size: 40px;
  }

  .span_ft_a {
    margin-bottom: -6px;
    margin-left: 8px;
    font-size: 20px;
  }

  .span_ft_c {
    letter-spacing: .1em;
    padding-left: 0;
    font-size: 20px;
  }

  .el_sakugen_graph {
    margin-left: 0;
    margin-right: 0;
  }

  .lp_h2_icon {
    width: 28px;
  }

  .lp_h2 {
    font-size: 28px;
  }

  .lp_reason_card {
    width: 208px;
  }

  .el_lp_reason_card_ttl {
    height: 90px;
  }

  .lp_nc_reason_card_ttl {
    font-size: 24px;
  }

  .lp_nc_reason_card_ttl.mt-24 {
    margin-top: 15px;
  }

  .span_reason_card_ttl {
    font-size: 32px;
  }

  .span_reason_card_ttl.f-35 {
    font-size: 24px;
  }

  .lp_footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lp_logo-nav-menu-link-wrapper {
    width: 30%;
    max-width: 150px;
    padding-left: 0;
  }

  .re_section-why-us-hero {
    padding-top: 20px;
  }

  .re_section-divider {
    margin-top: -40px;
  }

  .divider-img._768 {
    display: block;
  }

  .divider-img._1280 {
    display: none;
  }

  .main-heading_center {
    font-size: 24px;
    line-height: 1.4;
  }

  .re_section-divider_rev {
    margin-top: -40px;
  }

  .re_container {
    max-width: 540px;
  }

  .lp-autify_h1 {
    font-size: 28px;
  }

  .ly-lp-autify-kv {
    height: 310px;
  }

  .el_lp-kv_img {
    align-self: center;
    width: 220px;
  }

  .el_lp-kv_subttl {
    margin-bottom: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lp-kv_subttl {
    font-size: 18px;
  }

  .el_catch-copy_p {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .catch-copy_h2.under-highlight {
    font-size: 42px;
  }

  .catch-copy_p {
    font-size: 20px;
  }

  .catch-copy_logo {
    width: 220px;
  }

  .lp_autify_reason_card_ttl {
    font-size: 24px;
  }

  .lp_autify_reason_card_ttl.mt-24 {
    margin-top: 15px;
  }

  .lp_autify_reason_card_ttl.mt-6 {
    font-size: 20px;
  }

  .ly_lp_merit {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .lp_merit_txt {
    font-size: 20px;
  }

  .lp-autify_logo-nav-menu-link-wrapper {
    width: 30%;
    max-width: 150px;
    padding-left: 0;
  }

  .new-bm-card-h-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .new-ceo-inner-message-wrapper {
    flex-flow: column;
    max-width: none;
  }

  .new-ceo-image {
    object-position: 50% 30%;
    max-height: 300px;
  }

  ._3col-bm-img-wrapper {
    flex: none;
    width: 40%;
    padding-top: 10px;
  }

  .section-top-board-members-2 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container-10 {
    max-width: 540px;
  }

  .new_guide-side-bar-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cases-card-company_logo.on-list {
    width: 100px;
  }

  .cases-wu-heading {
    font-size: 20px;
    line-height: 1.4;
  }

  .cases_collection-list {
    grid-row-gap: 40px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .e2e-top-hero-desc {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .span_24-b, .green_frame-txt {
    font-size: 18px;
  }

  .e2e-features-flex-h {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .e2e-features-flex-card {
    margin-bottom: 30px;
    margin-right: -5px;
    padding: 0;
  }

  .fs-arrow-text {
    font-size: 14px;
  }

  .sf-pain-section-wrapper, .sf-sol-section-wrapper {
    width: 92%;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-top-hero-img-block {
    width: 242px;
  }

  .text-input {
    font-size: 14px;
  }

  .input-column_2col {
    flex-flow: column;
    display: flex;
  }

  .nlm-image {
    height: 100%;
  }

  .el_nlm-image {
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nlm_1st_text {
    font-size: 14px;
  }

  .el_nlm_1st_text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }

  .bl_nlm_1st_about {
    flex-flow: column;
    display: flex;
  }

  .bl_nlm_1st_about.reverse {
    flex-flow: column-reverse;
  }

  .navmenu__dropdown-section-list_4col {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .price_section.hero {
    padding-top: 20px;
  }

  .price-form_section.margin-top_-large {
    margin-top: -30px;
    padding-bottom: 40px;
  }

  .demo-request_info_text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .demo-request_heading {
    font-size: 24px;
  }

  .sub-heading {
    font-size: 13px;
  }

  .home-recruit-message_block {
    margin-top: 0;
  }

  .section-staaslp-hero {
    padding-top: 20px;
  }

  .staaslp-top-hero-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-staaslp {
    padding-bottom: 0;
  }

  .staaslp_kv-image_mask {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 200px;
  }

  .staaslp-section-title_image {
    width: 110px;
  }

  .staaslp-section-title_image_spacer {
    display: none;
  }

  .staaslp_service_image {
    height: 100%;
  }

  .staaslp_service_image_cover {
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .staaslp_service_flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .spacer-mini {
    padding-bottom: 12px;
  }

  .staaslp_cta_cont {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .staaslp_cta_cont.nexus {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px;
  }

  .staaslp_cta_cont.proservice {
    padding: 20px;
  }

  .spacer-small {
    padding-bottom: 20px;
  }

  .staaslp-cta-heading {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .staaslp-cta-text {
    width: 100%;
    font-size: 14px;
  }

  .staaslp-bento-wrapper {
    width: 100%;
  }

  .staaslp-bento_inner-bento-grid, .staaslp-bento_inner-bento {
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .staaslp_mid-header-headline {
    font-size: 20px;
  }

  .staaslp_mid-header-headline.pricing {
    margin-left: 15px;
    margin-right: 15px;
  }

  .nexus-hero-heading {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .new-hero-sub-heading {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .nexus-hero-points-text {
    font-size: 13px;
  }

  .nav-text {
    margin-left: 32px;
    font-size: 14px;
  }

  .nexus-heading-2, .nexus-heading-2.cta-form {
    font-size: 20px;
  }

  .heading-2-block.text-align-center.margin-bottom-large {
    margin-bottom: 40px;
  }

  .nexus-wa-heading {
    text-align: left;
    margin-top: 10px;
    font-size: 18px;
  }

  .nexus-wa-heading.text-align-center {
    width: 100%;
  }

  .nexus-wa-card-flex-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .nexus-wa-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .nexus-wa-flex.gap-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nexus-function-list-grid {
    border-radius: 20px;
    flex-flow: column;
    margin-top: 20px;
    padding: 20px;
    display: flex;
  }

  .nexus-function-heading {
    font-size: 18px;
  }

  .nexus-function-heading.text-center-align_sp {
    text-align: center;
    width: 100%;
  }

  .nexus-function-heading.text-align-center {
    width: 100%;
  }

  .nexus-function-list-icon {
    width: 40px;
    height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nexus-function-list-icon.icon-code {
    padding-left: 6px;
    padding-right: 6px;
  }

  .nexus-function-list-icon.icon-cloud {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nexus-function-list-name {
    margin-bottom: 10px;
  }

  .nexus-case-image {
    object-fit: cover;
    height: auto;
  }

  .nexus-case-image.sp-h-width-80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-2 {
    padding: 20px;
  }

  .cta-2_inner {
    justify-content: space-between;
    align-items: center;
  }

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

  .cta-2_text-title {
    font-size: 20px;
  }

  .nexus-case-title-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    order: 1;
  }

  .nexus-case-title-block.top {
    order: 0;
  }

  .nexus-case-bento-wrapper {
    width: 100%;
    padding: 0;
  }

  .nexus-case-bento-wrapper.bg-aut-grey {
    padding: 20px;
  }

  .nexus-case-sol-badge {
    padding: 8px 12px;
  }

  .nexus-case-sol-badge_name {
    font-size: 14px;
  }

  .nexus-case-inner-bento-grid {
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .nexus-support-step {
    padding-bottom: 0;
  }

  .new_cta-form-wrapper, .new_cta-form_bg {
    padding: 20px;
  }

  .support-contents-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .support-contents-card.white-bg {
    overflow: hidden;
  }

  .splide-image-block {
    height: auto;
    display: flex;
  }

  .splide-image {
    object-fit: cover;
    width: 100%;
  }

  .sg-inner-card-content_text-block {
    width: 100%;
  }

  .support-content-heading {
    width: 90%;
    font-size: 16px;
  }

  .support-content-text {
    text-align: left;
    width: 90%;
    font-size: 14px;
  }

  .new-hero-cta-btn {
    padding: 9px 15px;
    font-size: 16px;
  }

  .nexus-bento-img.tab-width-80 {
    width: 80%;
  }

  .home-hero-heading {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .home-hero_video-block.sp {
    width: 100%;
    max-width: 100%;
  }

  .new-medium-text {
    font-size: 16px;
  }

  .home-problem-card {
    padding: 20px;
  }

  .home-problem-grid-box {
    flex-flow: column;
  }

  .home-img-illus {
    display: none;
    right: 0;
  }

  .home-perform-text-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    order: 1;
    margin-top: 0;
  }

  .home-perform-text-block.top {
    order: 0;
  }

  .home-perform-text {
    text-align: left;
    font-size: 18px;
  }

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

  .home-perform-bento-wrapper {
    width: 100%;
    padding: 0;
  }

  .home-perform-flex-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .spacer-xsmall {
    padding-bottom: 20px;
  }

  .home-product-bento-grid {
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .home-regular-text {
    font-size: 14px;
  }

  .home-users-list-grid {
    border-radius: 20px;
    flex-flow: column;
    margin-top: 20px;
    padding: 20px;
    display: flex;
  }

  .home-users-card-wrapper {
    padding: 20px;
  }

  .home-users-card_catchcopy {
    font-size: 18px;
  }

  .home-users-card_company-info {
    font-size: 13px;
  }

  .home-users-card_company-logo {
    width: auto;
  }

  .home-users-card_conpany-info-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .new-home_problem-grid-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .new-home-img-illus {
    width: 100px;
    bottom: -50px;
    right: 0;
  }

  .nexus-bento-left-content-wrapper {
    order: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .nexus-bento-left-content-wrapper.top {
    order: 0;
  }

  .new-nav-secondary-btn {
    clear: right;
    font-size: 13px;
  }

  .new-nav-secondary-btn.is-flex-grow {
    font-size: 13px;
  }

  .new-nav-menu__cta-button {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }

  .new-navbar__navmenu {
    height: calc(100vh - 64px);
  }

  .new-section-hero_bg-blur {
    width: 100%;
  }

  .genesis-wa-card-flex-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .genesis-arrow-wa-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    transform: rotate(90deg);
  }

  .nexus-wa-mid-heading {
    text-align: left;
    margin-top: 10px;
    font-size: 18px;
  }

  .nexus-wa-mid-heading.text-align-center {
    width: 100%;
  }

  .proservice_cta-form-wrapper {
    padding: 20px;
  }

  .pros-wa-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .pros-wa-card-flex-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .pros-wa-image.sp-h-width-80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .pros-case-inner-bento-grid {
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .pros-bento-content-bg {
    order: 1;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .pros-bento-content-bg.top {
    order: 0;
  }

  .pros-case-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 20px;
  }

  .pros-case-card._3rd {
    max-width: none;
  }

  .br-pc_block {
    margin-left: 1px;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .hp-section-client-logos {
    margin-top: 0;
  }

  .tab-2-arrow {
    display: none;
  }

  .footer-right-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-around;
    align-self: auto;
    align-items: stretch;
    display: block;
  }

  .flex-wrapper-footer-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .mid-header-headline {
    font-size: 20px;
  }

  .tab-link-tab-2 {
    flex-flow: column;
    width: 100%;
  }

  .tab-link-tab-2.w--current {
    width: 100%;
  }

  .footer-col-content {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .left-footer-flex-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link-text.eng-roboto.social {
    min-width: auto;
    margin-left: 8px;
  }

  .page-wrapper.relative.height-vh {
    height: auto;
  }

  .footer-copyright-block {
    text-align: center;
  }

  .web-tab-wrapper {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .web-tab-wrapper.pricing {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .web-icon-image.pricing {
    width: 32px;
    height: 32px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    flex-flow: column;
    width: 100%;
  }

  .hp-hero-sub-heading {
    font-size: 18px;
    line-height: 1.5;
  }

  .container {
    max-width: none;
  }

  .container.section-e2e.pt-60 {
    padding-top: 40px;
  }

  .container.section-e2e.flex-align-center {
    padding-bottom: 40px;
  }

  .container.section-e2e-form, .container.e2e {
    padding-left: 0;
    padding-right: 0;
  }

  .container.full-width, .container.nlm-info, .container.staaslp_problem {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-col-wrapper {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .hp-section-mid-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-3 {
    justify-content: space-between;
  }

  .nav-menu {
    background-color: var(--white);
    flex: none;
  }

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

  .nav-secondary-btn {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .nav-secondary-btn.is-flex-grow {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .pp-table-section {
    display: none;
  }

  .pp-list-wrapper {
    width: 100%;
  }

  .pp-card-col-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .faq-text {
    margin-left: 37.5px;
    margin-right: 37.5px;
  }

  .accordion-arrow-wrapper {
    flex: none;
  }

  .container-4 {
    max-width: none;
  }

  .section-e2e-hero {
    padding-top: 40px;
  }

  .section-e2e-hero.pb-40 {
    display: none;
  }

  .section-e2e-hero.pb-40.spv {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .section-e2e-information {
    padding-bottom: 10px;
  }

  .flex-block-4 {
    width: 92%;
  }

  .flex-block-4.shrink {
    width: auto;
  }

  .mid-image {
    max-width: 100%;
  }

  .mid-image._30 {
    max-width: 50%;
  }

  .autify-e2e-section-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .autify-solution-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .card-flex-wrapper-sol {
    flex-flow: column;
  }

  .background-sol-section {
    bottom: -1%;
  }

  .e2e-features-section {
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .e2e-features-section.mt-ptb-0.flex-align-center {
    padding-top: 40px;
  }

  .e2e-features-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .features-bottom-text-content.bg-arrow {
    border: 2px solid var(--aut-blue--nocode-green);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 50px;
  }

  .e2e-features-heading {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
  }

  .e2e-top-headline-hero {
    order: 0;
    font-size: 32px;
    line-height: 1.2;
  }

  .e2e-top-headline-hero.leftt-align {
    font-size: 25px;
  }

  .e2e-top-hero-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin-top: 0;
  }

  .e2e-top-hero-content-wrapper.sf {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 500px;
  }

  .section-use-cases {
    padding-left: 20px;
    padding-right: 20px;
  }

  .e2e-uc-card-img {
    max-width: 100%;
  }

  .flex-block-8 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .ee2e-uc-heading {
    font-size: 20px;
  }

  .section-divider.mg_-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .bold-text {
    line-height: 1.2;
  }

  .form-heading-main {
    font-size: 20px;
    line-height: 1.2;
  }

  .heading-5 {
    font-size: 20px;
  }

  .e2e-button {
    width: 90%;
  }

  .webinar-hero-heading-text {
    font-size: 16px;
  }

  .vc-logo-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .board-image._w-65 {
    width: 65%;
  }

  .board-name {
    display: flex;
  }

  .board-person-description.board-person-desc-txt {
    margin-top: 8px;
  }

  .board-member-main-card-wrapper-mobile {
    display: flex;
  }

  .roadmap-container-wrapper {
    flex-flow: column;
  }

  .info-table-container {
    width: 100%;
  }

  .info-value-txt {
    margin-top: 4px;
  }

  .career-banner-container {
    width: 100%;
  }

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

  .flex-block-13 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .value-sub-text {
    width: auto;
  }

  .career-location-wrapper {
    background-size: contain;
  }

  .news-mini-slider-career {
    position: relative;
  }

  .careers-iframe-company-deck {
    width: 100%;
  }

  .news-main-heading {
    font-size: 16px;
  }

  .cta-inner-wrapper {
    flex-flow: row;
    padding-left: 15px;
  }

  .news-breadcrumbs-wrapper {
    margin-top: 20px;
  }

  .category-date-wrapper {
    margin-bottom: 30px;
  }

  .category-news-text, .news-published-date-text {
    font-size: 16px;
  }

  .general-rtb {
    word-break: break-all;
  }

  .section-news-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .press-link-menu-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .news-date-wrapper {
    flex: none;
    align-self: center;
    width: 60px;
  }

  .news-card-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .news-card-content {
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .news-tag-type, .news-content-text {
    align-self: stretch;
  }

  .news-sorting-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .news-main-heading-text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.4;
  }

  .section-why-us-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-grid-whyus-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .whyus-grid-logo-img.nri {
    width: 83px;
  }

  .section-customer-stories-slider {
    margin-top: 0;
  }

  .stories-img-hero {
    max-width: 90%;
  }

  .stories-hero-main-wrapper {
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .stories-hero-left-col {
    padding-right: 20px;
  }

  .section-stories-content {
    margin-top: 40px;
  }

  .collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .stories-card-image-wrapper {
    aspect-ratio: 100 / 53;
    height: auto;
  }

  .mobile-drop-down-block {
    display: block;
  }

  .section-webinars-hero {
    padding-top: 20px;
  }

  .collection-list-2, .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .tabs-arrow-box {
    display: none;
    top: -.5%;
    left: 22%;
  }

  .pricing-plan-name-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pp-checklist-text {
    font-size: 14px;
  }

  .web-tab-wrapper-tab-two {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-pp-tab-two-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .tab-two-heading-pp {
    margin-top: 0;
    font-size: 20px;
  }

  .faq-arrow-icon {
    width: 14px;
  }

  .guide-image-block-container {
    padding: 30px;
  }

  .guide-main-img {
    max-width: 100%;
    height: 180px;
  }

  .guides-container-section {
    grid-template-columns: 1fr;
  }

  .flex-block-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-points-text {
    font-size: 13px;
  }

  .flex-block-23 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero-cta-wrapper {
    flex-flow: column;
  }

  .hero-sub-cta-link {
    font-size: 13px;
  }

  .hp-section-solutions {
    padding-top: 40px;
  }

  .pricing-tab.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-tab-mobile {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding: 4px 10px 4px 0;
  }

  .pricing-tab-mobile.w--current {
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0 -1px 0 1px #fff, 0 1px 0 1px #fff, -3px 0 0 2px #12ccb0;
  }

  .news-sorting-dropdown {
    align-self: stretch;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .ai-labs-cta-btn {
    margin-top: 10px;
    font-size: 12px;
  }

  .ai-blog-card-wrapper {
    width: 100%;
  }

  .ai-tabs-menu-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .section-manual-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    max-width: none;
  }

  .ai-blog-btn {
    padding: 10px;
  }

  .section-ai-labs-what-you-can-do {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ai-hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ai-sub-header-text {
    font-size: 13px;
  }

  .ai-slider-heading {
    font-size: 28px;
  }

  .columns-5 {
    flex-flow: column;
  }

  .wycd-overall-wrapper {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wycd-overall-wrapper.sp {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ai-blog-card-container-flex {
    flex-flow: column;
  }

  .sub-hero-heading {
    padding: 10px 20px;
  }

  .wycd-main-heading {
    font-size: 20px;
  }

  .section-ai-labs-featured {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ai-hero-sub-header {
    font-size: 28px;
  }

  .ai-hero-header {
    text-align: center;
    font-size: 42px;
  }

  .tos-terms-int-container {
    width: 100%;
  }

  .section-container-form {
    margin-top: -150px;
  }

  .dropdown-toggle, .dropdown-toggle-2 {
    display: block;
  }

  .ai-labs-hero-side-text {
    text-align: center;
  }

  .ai-labs-ft-heading {
    font-size: 18px;
  }

  .ai-blog-card-im-wrapper {
    height: 140px;
  }

  .section-partner-problem, .section-partner-solution {
    padding: 20px;
  }

  .section-certified-partners {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pp-flex-wrapper {
    flex-flow: column;
  }

  .partner-flex-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .partner-logo-uc-grid {
    grid-template-columns: 1fr;
  }

  .int-logo-img {
    height: 60px;
  }

  .mid-sect-number {
    font-family: Inter, sans-serif;
  }

  .mid-sect-heading {
    font-size: 18px;
  }

  .mid-sect-text {
    font-size: 14px;
  }

  .mid-sect-card-wrapper {
    width: 100%;
  }

  .code-embed-2 {
    margin-bottom: -4px;
  }

  .flex-block-42 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    display: flex;
  }

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

  .table-for-mobile {
    display: block;
  }

  .columns-6 {
    display: none;
  }

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

  .autify-small-img-banner {
    width: 100%;
    max-width: 100%;
  }

  .autify-small-img-banner.sp {
    max-width: 100%;
  }

  .outer-graph-grid {
    grid-template-columns: 1fr;
  }

  .graph-arrow-wrapper {
    flex-flow: column;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .cta-form-wrapper {
    width: 100%;
  }

  .support-guides-grid {
    grid-template-columns: 1fr;
  }

  .support-guide-heading, .support-guide-text, .support-guide-button {
    width: 100%;
  }

  .flex-block-51 {
    flex-flow: column;
  }

  .staas-section-hero {
    grid-template-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .staas-customer-grid {
    grid-template-columns: 1fr;
  }

  .staas-customer-card {
    padding: 0;
  }

  .staas-customer-main-heading {
    font-family: Noto Sans JP, sans-serif;
    font-size: 20px;
    line-height: 1.2;
  }

  .staas-ft-card-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-style-2lines {
    line-height: 1.5;
  }

  .staas-hero-cta-wrapper {
    flex-flow: column;
  }

  .staas-hero-cta-wrapper.nexus {
    width: 80%;
  }

  .flex-block-54 {
    padding: 0;
  }

  .staast-ft-num {
    font-size: 24px;
  }

  .genesis-section-hero {
    grid-template-columns: 1fr;
  }

  .flex-block-55.sp, .gen-ft-card-flex {
    width: 100%;
  }

  .corp-section-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .corp-hero-heading {
    font-size: 26px;
  }

  .corp-hero-sub-heading, .corp-hero-points-text, .corp-hero-sub-cta-link {
    font-size: 13px;
  }

  .problem-grid-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .corp-img-illus {
    width: 100px;
    bottom: -23%;
  }

  .corp-bento-content {
    padding-top: 40px;
  }

  .corp-bento-wrapper {
    padding-top: 30px;
  }

  .corp-bento-wrapper.top {
    padding-top: 10px;
  }

  .inner-bento-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .bento-left-content-wrapper {
    margin-top: 16px;
  }

  .bento-headline-icon-wrapper {
    width: 60px;
  }

  .bento-main-headline {
    font-size: 18px;
  }

  .bento-bulletpoint-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 13px;
  }

  .bento-cta-btn {
    margin-top: 20px;
  }

  .inner-bento-vert-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stories-content-grid {
    grid-template-columns: 1fr .5fr;
  }

  .background-sol-section-sf {
    bottom: -1%;
  }

  .sol-stories-force-height {
    overflow: visible;
  }

  .background-sol-section-e2e, .background-sol-section-rmt, .background-sol-section-sel, .background-sol-section-agile {
    bottom: -1%;
  }

  .partner-hero-text-link {
    display: none;
  }

  .partner-problems-heading {
    margin-bottom: 20px;
  }

  .app-arrow-img {
    max-width: 80%;
  }

  .certified-partner-card-flex {
    flex-flow: column;
  }

  .partner-logos-heading {
    font-size: 28px;
  }

  .partner-bottom-cta-btn {
    font-size: 14px;
  }

  .flex-block-62 {
    flex-flow: column;
  }

  .pricing-line-break {
    padding-top: 10px;
    padding-right: 0;
  }

  .tab-standard {
    width: 166px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px 0 5px;
    display: flex;
  }

  .tab-standard.w--current {
    box-shadow: 0 -1px 0 3px #fff, 0 1px 0 3px #fff, -3px 0 0 4px #12ccb0;
  }

  .pricing-line-break-top {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-table-cell {
    flex: none;
    justify-content: center;
    align-items: center;
  }

  .pricing-table-cell.align-left {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
  }

  .pp-mobile-tab {
    color: #00b398;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pp-mobile-tab.w--current {
    color: #fff;
  }

  .pp-mobile-title {
    color: #00b398;
    font-size: 16px;
  }

  .pricing-grid-mobile-only {
    display: block;
  }

  .tabs-menu-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .pricing-mobile {
    border-radius: 0;
    grid-template-columns: 1fr .5fr;
  }

  .staas-hero-sub-heading {
    line-height: 1.5;
  }

  .gen-ft-heading {
    line-height: 1.2;
  }

  .gen-graph-bottom-bar {
    bottom: -5%;
  }

  .navmenu__dropdown-right {
    padding-top: 28px;
    padding-bottom: 12px;
  }

  .navbar__container {
    padding-left: 8px;
    padding-right: 0;
  }

  .navbar__mobile-overlay {
    align-self: auto;
    display: block;
  }

  .navmenu__dropdown-block {
    border-bottom-width: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navmenu__flex-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .navmenu__cta-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    margin-top: 0;
  }

  .logo-nav-menu-link-wrapper {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navmenu__dropdown-grid {
    padding-left: 8px;
    padding-right: 8px;
  }

  .navmenu__dropdown-section-list {
    grid-row-gap: 24px;
    margin-left: 8px;
  }

  .navmenu__dropdown-left {
    padding-bottom: 32px;
  }

  .navmenu__dropdown-section-link-icon {
    margin-bottom: 24px;
    transform: none;
  }

  .nav-menu__cta-button {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .link-list__link {
    margin-left: 8px;
  }

  .navbar-mega-new {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .navbar__wrapper {
    padding-top: 0;
  }

  .navmenu__link-list {
    flex: 0 auto;
  }

  .navmenu__dropdown-section-link-description {
    margin-top: 4px;
  }

  .navmenu__button {
    padding-top: 18px;
  }

  .mega-menu-small-icon {
    margin-right: 8px;
  }

  .mega-menu-small-icon.x-small, .mega-menu-small-icon.genesis-2_2, .mega-menu-small-icon.nexus {
    width: 19px;
    height: 17px;
  }

  .aps-solution-graph-section {
    max-width: none;
  }

  .gen-gray-color-bg-square, .gen-neon-yellow-color-bg-square, .gen-green-color-bg-square {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-section-02-gen {
    order: 1;
  }

  .hero-badge-container.center {
    justify-content: flex-start;
    align-items: center;
  }

  .aps-header-headline {
    font-size: 20px;
  }

  .cta-img {
    width: 30%;
  }

  .bg-corp-no-color {
    height: auto;
  }

  .corp-hero-left-content {
    padding-left: 0;
    padding-right: 0;
  }

  .team-slider {
    height: 320px;
  }

  .team-slider-bubble {
    inset: auto 0% 0%;
  }

  .company-deck-text {
    width: auto;
  }

  .autify-e2e-section-text {
    margin-top: 20px;
  }

  .text-block-10 {
    margin-left: 8px;
  }

  .text-block-15 {
    font-size: 13px;
  }

  .partner-cta-img {
    width: auto;
  }

  .partner-cta-img-block {
    flex: none;
    width: 60px;
  }

  .section-guide-img {
    margin-top: -60px;
    position: static;
  }

  .guide-form-wrapper {
    padding-top: 0;
  }

  .code-embed-6 {
    height: 600px;
  }

  .staas-hero-left-content {
    padding-left: 0;
    padding-right: 0;
  }

  .graph-image.pc {
    display: none;
  }

  .graph-image.sp {
    width: 100%;
    height: auto;
    display: block;
  }

  .mid-sect-card-img {
    width: 100%;
  }

  .corp-home-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .nc-section-hero {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .salesforce-ft-images-img-wrapper {
    height: auto;
    overflow: visible;
  }

  .ty-bottom-cta-btn {
    font-size: 14px;
  }

  .ty-cta-flex-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .pp-tab-title {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .flex-block-66 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .pp-sub-text {
    text-align: left;
  }

  .tab-3-arrow {
    display: none;
  }

  .flex-block-67 {
    grid-template-columns: 1fr;
  }

  .mask, .slider {
    width: 100%;
  }

  .right-arrow {
    height: auto;
    inset: 0% 0% 0% auto;
  }

  .left-arrow {
    inset: 0% auto 0% 0%;
  }

  .job-opening-card-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .mini-blog-card {
    width: 100%;
  }

  .blog-inner-card-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-21 {
    font-size: 20px;
  }

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

  .board-member-new-desktop-wrapper {
    display: none;
  }

  .new-bm-title-name-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .flex-block-68 {
    flex-flow: column;
  }

  .board-member-new-grid-desktop {
    display: none;
  }

  .left-arrow-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .color-black {
    color: var(--aut-blue--nocode-green);
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
  }

  .color-green {
    color: var(--aut-blue--nocode-green);
    font-size: 16px;
  }

  .right-arrow-2 {
    inset: 0% 0% 0% auto;
  }

  .slide-3 {
    height: auto;
  }

  .pricing-grid-mobile--arrow-box {
    display: none;
    top: -.5%;
    left: 22%;
  }

  .mob-tab-wrapper {
    padding: 0;
  }

  .tabs-content-3 {
    padding-top: 20px;
  }

  .pricing-line-break-mobile {
    border-top-style: solid;
    margin-top: 0;
  }

  .pricing-line-break-mobile.td-even {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .pricing-tab-mobile-icon {
    flex: none;
    width: 80px;
  }

  .br-pc-mbp {
    display: inline;
  }

  .pp-list-check-img {
    flex: none;
    width: 16px;
  }

  .pp-line-check-img {
    flex: none;
    width: 20px;
  }

  .br-spv {
    display: block;
  }

  .br-spv.inline {
    display: inline-block;
  }

  .gen-left-content {
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-24 {
    font-size: 16px;
  }

  .text-block-24, .hero-sub-cta-link-genesis {
    font-size: 13px;
  }

  .bento-check-block {
    flex: none;
    width: 16px;
  }

  .br-sph {
    display: inline-block;
  }

  .section-guides-img-section {
    margin-top: -60px;
    position: static;
  }

  .section-guides-divider.mg_-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .slider-left-arrow, .slider-right-arrow {
    font-size: 14px;
  }

  .set-width-block {
    width: 100%;
  }

  .guide-image-block-container-2 {
    padding: 30px;
  }

  .container-8 {
    max-width: none;
  }

  .dfft-heading {
    font-size: 30px;
  }

  .dfft-form-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dfft-flex-fields {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .flex-block-73 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-block-74 {
    flex-flow: row;
  }

  .checkbox-field.fix-width {
    width: 100%;
  }

  .flex-block-75 {
    flex-flow: column;
    align-items: stretch;
  }

  .lp-nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .el_lp-kv_human {
    width: 220px;
    position: absolute;
    inset: 10px -13% auto auto;
  }

  .bl_lp-kv_cont {
    z-index: 12;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .ly-lp-nc-kv {
    justify-content: center;
    align-items: center;
    height: 440px;
  }

  .lp-nc_h1.pc {
    display: none;
  }

  .lp-nc_h1.sp-v {
    margin-top: 35px;
    padding-left: 8px;
    display: block;
  }

  .lp-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .span_h1_huge {
    margin-right: 80px;
    display: inline-block;
  }

  .bl_lp-nc-btn {
    background-color: var(--white);
    align-items: stretch;
    margin-bottom: 15px;
    padding: 15px;
  }

  .bl_lp-nc-btn.bg-trans {
    background-color: var(--transparent);
  }

  .lp_section.aerobule {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bl_lp_h2.gap_sp-v_8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-end;
  }

  .lp_h2 {
    line-height: 1.2;
  }

  .ly_lp_reason_card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .lp_reason_card {
    width: 240px;
  }

  .el_lp_reason_card_ttl {
    margin-bottom: 0;
  }

  .el_lp_reason_card_ttl.h-137 {
    height: 100px;
  }

  .lp_nc_reason_card_ttl {
    margin-top: 8px;
  }

  .client-logos_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lp-cta-section {
    background-size: cover, auto;
  }

  .lp_footer_menu {
    flex-flow: column;
  }

  .re-section-client-logos {
    margin-top: 0;
  }

  .lp_logo-nav-menu-link-wrapper {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .re_section-why-us-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .re_section-divider {
    margin-top: -20px;
  }

  .re_section-divider.mg_-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .divider-img._420 {
    display: block;
  }

  .divider-img._768 {
    display: none;
  }

  .main-heading_center {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .section-customer-cases-slider {
    margin-top: 0;
  }

  .re_section-divider_rev {
    margin-top: -20px;
  }

  .re_container {
    max-width: none;
  }

  .lp-autify_h1.pc {
    display: none;
  }

  .lp-autify_h1.sp-v {
    margin-top: 12px;
    padding-left: 4%;
    display: block;
  }

  .ly-lp-autify-kv {
    justify-content: center;
    align-items: center;
    height: 440px;
  }

  .el_lp-kv_img {
    width: 220px;
    position: absolute;
    inset: 10px -13% auto auto;
  }

  .el_lp-kv_img.autify {
    width: 55%;
    top: auto;
    bottom: 140px;
    right: 0%;
  }

  .el_lp-kv_subttl {
    margin-top: 20px;
  }

  .el_catch-copy {
    text-align: center;
  }

  .catch-copy_h2.under-highlight {
    font-size: 34px;
  }

  .catch-copy_logo {
    float: none;
    width: 200px;
  }

  .lp_autify_reason_card_ttl {
    margin-top: 8px;
  }

  .lp_autify_reason_card_ttl.mt-6 {
    margin-top: 9px;
    line-height: 1.2;
  }

  .lp_autify_reason_card_ttl.mt-22 {
    margin-top: 19px;
  }

  .lp_merit_section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .lp_merit_icon {
    width: 22px;
  }

  .lp-autify_logo-nav-menu-link-wrapper {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .new-bm-card-h-wrapper {
    flex-flow: column;
  }

  ._3col-bm-img-wrapper {
    width: 100%;
  }

  .container-10 {
    max-width: none;
  }

  .section-cases-cards {
    margin-top: -40px;
  }

  .cases_collection-list {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .filer_block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .filter_clear_block, .filter_search_block {
    width: auto;
  }

  .e2e-top-hero-desc {
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  ._2e-top-hero-img.sf {
    width: 100%;
  }

  .section-e2e-attention {
    padding-bottom: 10px;
  }

  .autify-e2e-section-mid-text {
    margin-top: 20px;
  }

  .autify-e2e-section-mid-text.mt-24 {
    margin-top: 4px;
  }

  .e2e-features-flex-h {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .e2e-features-flex-card {
    justify-content: center;
    align-items: stretch;
    width: 60%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .el_fs-arrow-content-icon {
    height: auto;
  }

  .el_fs-arrow-content-icon.autify {
    padding: 20px 30px;
  }

  .el_fs-arrow-content-icon.autify-nocode, .el_fs-arrow-content-icon.mentenance {
    aspect-ratio: 3 / 2;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .el_fs-arrow-content-icon.check {
    padding: 40px 60px 20px;
  }

  .sf-pain-section-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .sf-pain-section-wrapper.flex-align-center.mb-0 {
    flex-flow: column-reverse;
  }

  .sf-sol-section-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .fs-top-hero-img-block {
    z-index: -1;
    width: 80%;
    position: absolute;
    top: 170px;
  }

  .label-wrapper {
    grid-column-gap: 6px;
  }

  .form_block {
    width: 100%;
  }

  .required {
    flex: none;
  }

  .nlm_form-section {
    background-size: cover, auto;
  }

  .el_nlm-image {
    height: auto;
  }

  .bl_nlm_1st_about {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .nlm-table_header {
    width: 60px;
    padding: 4px 6px;
  }

  .nlm-table_header.wide {
    width: auto;
  }

  .nlm-table_cell {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nlm-info_main-block_table_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 13px;
  }

  .navmenu__dropdown-section-list_4col {
    grid-row-gap: 24px;
    margin-left: 8px;
  }

  .demo-request_heading {
    font-size: 20px;
  }

  .staas-button {
    width: 90%;
  }

  .section-staaslp-hero {
    padding-top: 40px;
  }

  .section-staaslp-hero.pb-40 {
    display: none;
  }

  .section-staaslp-hero.pb-40.spv {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .staaslp-top-hero-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin-top: 0;
  }

  .staaslp-top-hero-content-wrapper.sf {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 500px;
  }

  .staaslp_kv-image_mask {
    height: 120px;
  }

  .staaslp-section-title_wrapper {
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .staaslp-section-title_image {
    width: 90px;
    position: absolute;
    bottom: -23%;
    right: 0;
  }

  .staaslp_problem-grid-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .staaslp_service_image_cover {
    height: auto;
  }

  .staaslp_service_flex, .staaslp_cta_cont {
    width: 100%;
  }

  .staaslp-cta-heading {
    font-size: 18px;
  }

  .staaslp-bento-wrapper {
    padding-top: 30px;
  }

  .staaslp-bento-wrapper.top {
    padding-top: 10px;
  }

  .staaslp-bento_inner-bento-grid, .staaslp-bento_inner-bento {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .staaslp_mid-header-headline {
    text-align: left;
    font-size: 20px;
  }

  .nexus-section-hero {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .nexus-hero-points-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .nexus_hero-cta-wrapper {
    flex-flow: column;
  }

  .new-section-hero_wrapper {
    padding-bottom: 40px;
  }

  .nav-text {
    margin-left: 8px;
  }

  .nexus-section-hero_text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .nexus-wa-image {
    width: 100%;
    height: auto;
  }

  .nexus-function-list-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .nexus-function-list-grid.pricing {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nexus-case-image.sp-h-width-80 {
    width: 100%;
  }

  .cta-2_button-block {
    flex-flow: column;
  }

  .cta-2_text-title {
    text-align: center;
  }

  .new-bento-content {
    padding-top: 40px;
  }

  .nexus-case-bento-wrapper.top {
    padding-top: 10px;
  }

  .nexus-case-sol-badge_name {
    font-size: 13px;
  }

  .nexus-case-sol-badge_wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nexus-support-step {
    max-width: none;
  }

  .new_cta-form-wrapper {
    width: 100%;
  }

  .support-contents-grid, .splide__list {
    grid-template-columns: 1fr;
  }

  .support-content-heading, .support-content-text, .nexus-bento-img.tab-width-80 {
    width: 100%;
  }

  .new-hero-text {
    font-size: 14px;
  }

  .home-hero_text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .new-medium-text {
    font-size: 14px;
  }

  .home-img-illus {
    width: 100px;
    bottom: -23%;
  }

  .home-perform-bento-wrapper.top {
    padding-top: 10px;
  }

  .home-bento-click-cont {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .home-product-bento-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-row-gap: 16px;
  }

  .home-users-list-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .home-users-list-grid.pricing {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .new-home_problem-grid-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .new-home-img-illus {
    width: 90px;
  }

  .span-block.spv {
    display: block;
  }

  .new-nav-secondary-btn {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .new-nav-secondary-btn.is-flex-grow {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .new-nav-menu__cta-button {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .new-navmenu__flex-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .genesis-arrow-wa-flex {
    width: 8.6%;
  }

  .genesis-wa-image {
    width: 100%;
    height: auto;
  }

  .proservice_cta-form-wrapper {
    width: 100%;
  }

  .pros-wa-image {
    width: 100%;
    height: auto;
  }

  .pros-wa-image.sp-h-width-80 {
    width: 100%;
  }

  .card-quote-image {
    width: 100%;
    max-width: 42px;
    height: auto;
  }
}

#w-node-_0d0d490d-703b-f2dd-0426-f98e584dc639-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc645-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc649-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc64b-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc655-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc661-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc665-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc667-3f8ff07a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_0d0d490d-703b-f2dd-0426-f98e584dc681-3f8ff07a {
  justify-self: center;
}

#w-node-_0d0d490d-703b-f2dd-0426-f98e584dc6a4-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc6ce-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc6f6-3f8ff07a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_3b13d9fc-deb7-5828-71d5-53076d717057-6d71704e, #w-node-_3b13d9fc-deb7-5828-71d5-53076d717090-6d71704e, #w-node-_3b13d9fc-deb7-5828-71d5-53076d7170b8-6d71704e {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_3b13d9fc-deb7-5828-71d5-53076d7170e9-6d71704e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf5f8079-496e-ecfe-85ef-4a094f184165-4f184154, #w-node-_9de964dd-8491-7a4d-d2a4-515ddd4eb9b4-4f184154 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_9de964dd-8491-7a4d-d2a4-515ddd4eb9e5-4f184154 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_771c5e9e-dc50-570d-a13a-6a4a814f9fbd-369b6ed7 {
  align-self: center;
}

#w-node-_771c5e9e-dc50-570d-a13a-6a4a814f9fc1-369b6ed7 {
  place-self: auto;
}

#w-node-_771c5e9e-dc50-570d-a13a-6a4a814f9fc6-369b6ed7 {
  align-self: start;
}

#w-node-_771c5e9e-dc50-570d-a13a-6a4a814f9fcb-369b6ed7 {
  place-self: auto;
}

#w-node-_771c5e9e-dc50-570d-a13a-6a4a814f9fe3-369b6ed7 {
  align-self: start;
}

#w-node-_771c5e9e-dc50-570d-a13a-6a4a814f9fe8-369b6ed7 {
  place-self: auto;
}

#w-node-_771c5e9e-dc50-570d-a13a-6a4a814f9ff9-369b6ed7, #w-node-e2a3e080-1433-7c54-0c30-a687a7e73500-369b6ed7, #w-node-_2b5a6774-84cb-d671-ed48-1786283e4c17-369b6ed7, #w-node-a6b393e0-a17d-9419-c898-49206771ddc1-be3326c5 {
  align-self: start;
}

#w-node-_2339c6a7-d630-21e3-06e0-7ad951b340a8-c0258ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5023bea3-8e18-5056-8cac-ef320e7f5ef6-aa9a1b27 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5023bea3-8e18-5056-8cac-ef320e7f5f18-aa9a1b27, #w-node-_5023bea3-8e18-5056-8cac-ef320e7f5f3a-aa9a1b27 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_4bf4de78-11b5-8252-5d9a-ec429bbb24bb-0cc45125, #w-node-_4bf4de78-11b5-8252-5d9a-ec429bbb24e5-0cc45125 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_5dda697c-a652-66d1-666c-26961d5783c5-0cc45125, #w-node-_5dda697c-a652-66d1-666c-26961d5783d1-0cc45125, #w-node-_5dda697c-a652-66d1-666c-26961d5783d5-0cc45125, #w-node-_5dda697c-a652-66d1-666c-26961d5783d7-0cc45125 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_4bf4de78-11b5-8252-5d9a-ec429bbb251e-0cc45125 {
  justify-self: center;
}

#w-node-_5d9cf5f3-736d-1953-511d-26a5b22c50be-df5a551c, #w-node-_5d9cf5f3-736d-1953-511d-26a5b22c50c5-df5a551c, #w-node-_5d9cf5f3-736d-1953-511d-26a5b22c50ce-df5a551c {
  justify-self: auto;
}

#w-node-_771c5e9e-dc50-570d-a13a-6a4a814f9fbd-e9f98615 {
  align-self: center;
}

#w-node-_771c5e9e-dc50-570d-a13a-6a4a814f9fc1-e9f98615 {
  place-self: auto;
}

#w-node-_771c5e9e-dc50-570d-a13a-6a4a814f9fc6-e9f98615 {
  align-self: start;
}

#w-node-_771c5e9e-dc50-570d-a13a-6a4a814f9fcb-e9f98615 {
  place-self: auto;
}

#w-node-_771c5e9e-dc50-570d-a13a-6a4a814f9fe3-e9f98615 {
  align-self: start;
}

#w-node-_771c5e9e-dc50-570d-a13a-6a4a814f9fe8-e9f98615 {
  place-self: auto;
}

#w-node-_771c5e9e-dc50-570d-a13a-6a4a814f9ff9-e9f98615 {
  align-self: start;
}

#w-node-_4e905274-5631-dee0-cadb-702096815c19-cfb8586d {
  align-self: stretch;
}

#w-node-_4e905274-5631-dee0-cadb-702096815c28-cfb8586d {
  align-self: center;
}

#w-node-_4e905274-5631-dee0-cadb-702096815c33-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c35-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c3b-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c3d-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c3f-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c45-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c47-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c49-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c4f-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c51-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c53-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c62-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c64-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c66-cfb8586d {
  justify-self: stretch;
}

#w-node-_4e905274-5631-dee0-cadb-702096815c71-cfb8586d {
  align-self: center;
}

#w-node-_4e905274-5631-dee0-cadb-702096815c84-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c86-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c88-cfb8586d {
  justify-self: stretch;
}

#w-node-_4e905274-5631-dee0-cadb-702096815c8a-cfb8586d {
  align-self: center;
}

#w-node-_4e905274-5631-dee0-cadb-702096815c9d-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815c9f-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815ca1-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815cb0-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815cb2-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815cb4-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815cc3-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815cc5-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815cc7-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815cd6-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815cd8-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815cda-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815ce9-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815ceb-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815ced-cfb8586d {
  justify-self: stretch;
}

#w-node-_4e905274-5631-dee0-cadb-702096815cef-cfb8586d {
  align-self: center;
}

#w-node-_4e905274-5631-dee0-cadb-702096815d02-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815d04-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815d06-cfb8586d {
  justify-self: stretch;
}

#w-node-_4e905274-5631-dee0-cadb-702096815d11-cfb8586d {
  align-self: center;
}

#w-node-_4e905274-5631-dee0-cadb-702096815d24-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815d26-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815d28-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815d37-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815d39-cfb8586d, #w-node-_4e905274-5631-dee0-cadb-702096815d3b-cfb8586d, #w-node-_49b50371-ea53-9abb-cdd2-e2157454c758-dd6e7671, #w-node-e78b182e-4fb3-c54d-f7ba-31468d7d1e7c-dd6e7671, #w-node-_776d69cd-3c7a-951f-8613-fd9edb09cece-dd6e7671, #w-node-_137b8653-8327-07c3-0efe-35f1b8f1796d-dd6e7671, #w-node-e81ebfc8-24cb-6f6b-48a8-dd9baa5f70f9-dd6e7671, #w-node-a26ba04a-b76c-9597-d2dd-367b798afe3c-dd6e7671, #w-node-fc4b5258-d132-7b14-4ceb-04ed885e7a8f-dd6e7671, #w-node-_83ed2de8-3ce0-6187-32bd-bd055a685291-dd6e7671, #w-node-bf42d380-4a64-d9d8-59e7-2940b47bffb0-dd6e7671, #w-node-_26b1cde0-ca7d-6ff6-b579-41be4c15022f-dd6e7671, #w-node-_0da68dda-ee87-e4c3-37bb-336056297422-dd6e7671 {
  justify-self: stretch;
}

#w-node-_5f5a1871-46d3-96ae-82c6-b2e9c12ddb82-e18948c6, #w-node-_5f5a1871-46d3-96ae-82c6-b2e9c12ddbe2-e18948c6 {
  justify-self: center;
}

#w-node-e1b4193f-c8e5-3900-548e-0561ae85f664-ae85f658 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddec69-bc037ee2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddece6-bc037ee2 {
  align-self: stretch;
}

#w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddecf5-bc037ee2 {
  align-self: center;
}

#w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded01-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded03-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded08-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded0a-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded0c-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded12-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded14-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded16-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded1c-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded1d-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded1f-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded2d-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded30-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded33-bc037ee2 {
  justify-self: stretch;
}

#w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded40-bc037ee2 {
  align-self: center;
}

#w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded53-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded55-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded57-bc037ee2 {
  justify-self: stretch;
}

#w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded59-bc037ee2 {
  align-self: center;
}

#w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded6c-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded6e-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded70-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded7f-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded81-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded83-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded92-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded93-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8dded95-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddeda2-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddeda3-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddeda5-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddedb3-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddedb4-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddedb6-bc037ee2 {
  justify-self: stretch;
}

#w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddedb8-bc037ee2 {
  align-self: center;
}

#w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddedcb-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddedcd-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddedcf-bc037ee2 {
  justify-self: stretch;
}

#w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddedda-bc037ee2 {
  align-self: center;
}

#w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddeded-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddedee-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddedf0-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddedfd-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddedfe-bc037ee2, #w-node-_3968c97c-e0d5-5eb4-205a-1f96b8ddee00-bc037ee2 {
  justify-self: stretch;
}

#w-node-d4065dee-48fa-47d5-f247-fe18e4f274a8-98ef5f42, #w-node-_3fb14a09-33a8-b48a-3b9d-431fb6ee55ce-98ef5f42, #w-node-_398fbbda-81a6-6d69-512b-ba519235ba87-98ef5f42, #w-node-ead0a43b-8ab2-7cc7-b058-233719470a4e-98ef5f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13771012-54c1-6127-b0ab-4ca604336bf9-7fcd787a {
  justify-self: auto;
}

#w-node-b6a46358-cf37-2b1e-1f22-435f1c99cb2a-b8689fc2, #w-node-_830d9450-a3e7-a93a-b293-725e916a7682-b8689fc2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_898fdf0c-1c28-db23-1f89-cece6d0b1586-b8689fc2 {
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_5d9cf5f3-736d-1953-511d-26a5b22c4fd4-df5a551c, #w-node-_13771012-54c1-6127-b0ab-4ca604336b20-7fcd787a {
    align-self: auto;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-fc27239e-790e-4cf9-83f2-e8a027124fdc-28e6a321 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc645-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc649-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc661-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc665-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc6a4-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc6ce-3f8ff07a, #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc6f6-3f8ff07a, #w-node-_5023bea3-8e18-5056-8cac-ef320e7f5f18-aa9a1b27, #w-node-_5023bea3-8e18-5056-8cac-ef320e7f5f3a-aa9a1b27, #w-node-_4bf4de78-11b5-8252-5d9a-ec429bbb24bb-0cc45125, #w-node-_4bf4de78-11b5-8252-5d9a-ec429bbb24e5-0cc45125, #w-node-_5dda697c-a652-66d1-666c-26961d5783d1-0cc45125, #w-node-_5dda697c-a652-66d1-666c-26961d5783d5-0cc45125, #w-node-_5f5a1871-46d3-96ae-82c6-b2e9c12ddb49-e18948c6, #w-node-e1b4193f-c8e5-3900-548e-0561ae85f664-ae85f658, #w-node-d4065dee-48fa-47d5-f247-fe18e4f274a8-98ef5f42, #w-node-_3fb14a09-33a8-b48a-3b9d-431fb6ee55ce-98ef5f42, #w-node-_398fbbda-81a6-6d69-512b-ba519235ba87-98ef5f42, #w-node-ead0a43b-8ab2-7cc7-b058-233719470a4e-98ef5f42, #w-node-b6a46358-cf37-2b1e-1f22-435f1c99cb2a-b8689fc2, #w-node-_830d9450-a3e7-a93a-b293-725e916a7682-b8689fc2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0d0d490d-703b-f2dd-0426-f98e584dc681-3f8ff07a, #w-node-_4bf4de78-11b5-8252-5d9a-ec429bbb251e-0cc45125, #w-node-_5f5a1871-46d3-96ae-82c6-b2e9c12ddbe2-e18948c6, #w-node-_898fdf0c-1c28-db23-1f89-cece6d0b1586-b8689fc2 {
    justify-self: center;
  }

  #w-node-fc27239e-790e-4cf9-83f2-e8a027124f2a-28e6a321 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
/* common */
::-moz-selection {
  color: #fff;
	background-color: var(--aut-blue--autify-green);
}

::selection {
  color: #fff;
	background-color: var(--aut-blue--autify-green);
}

/* header */
/* メニューのリサイズ時のトランジション無効化 */
.resizing * {
  transition: none !important;
}

/* ヘッダーメニューのスタイルを上書き */
@media screen and (max-width: 991px) {
  .navmenu__dropdown {
    box-shadow: none;
  }

  .navmenu__dropdown.w--open {
    height: auto;
    box-shadow: none;
  }

  .navmenu__dropdown.w--open .navmenu__dropdown-grid {
    border-top: 1px solid #e4e4e4;
  }
}

/* lp header */
@media screen and (min-width:1280px) {
  .navbar-mega-new.no-navigation {
    align-items: initial;
  }
}

@media screen and (max-width:767px) {
  .no-navigation .logo-nav-menu-link-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* lp footer */
.no-navigation .footer-copyright-block {
  text-align: center;
}

.aut-footer.no-navigation {
  margin-top: 0;
}