html {
  line-height: 1.15;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
.ocn-sm-hidden,
[hidden],
template {
  display: none;
}
@media (min-width: 768px) {
  .ocn-sm-hidden {
    display: block;
  }
}
.ocn-font-number {
  font-family: DDIN;
}
.ocn-container-response {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1260px) {
  .ocn-container-response {
    max-width: 1260px;
  }
}
.ocn-container-response-px {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1260px) {
  .ocn-container-response-px {
    max-width: 1260px;
  }
}
.ocn-container-px,
.ocn-container-response,
.ocn-container-response-px {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .ocn-container-px,
  .ocn-container-response,
  .ocn-container-response-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1260px) {
  .ocn-container-px,
  .ocn-container-response,
  .ocn-container-response-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ocn-container,
.ocn-container-py,
.ocn-container-response {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .ocn-container,
  .ocn-container-py,
  .ocn-container-response {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1260px) {
  .ocn-container,
  .ocn-container-py,
  .ocn-container-response {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.ocn-same-as-header-height {
  height: 64px;
}
.ocn-link {
  color: var(--blue);
}
.ocn-link:hover {
  color: var(--blue-50);
}
.ocn-link:active {
  color: var(--blue-120);
}
.ocn-items-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ocn-justify-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ocn-content-box {
  padding: 100px 120px;
}
.lg\:ocn-text-ellipsis-2,
.md\:ocn-text-ellipsis-2,
.ocn-text-ellipsis-2,
.xl\:ocn-text-ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lg\:ocn-text-ellipsis-3,
.md\:ocn-text-ellipsis-3,
.ocn-text-ellipsis-3,
.xl\:ocn-text-ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.lg\:ocn-text-ellipsis-4,
.md\:ocn-text-ellipsis-4,
.ocn-text-ellipsis-4,
.xl\:ocn-text-ellipsis-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.lg\:ocn-text-ellipsis-5,
.md\:ocn-text-ellipsis-5,
.ocn-text-ellipsis-5,
.xl\:ocn-text-ellipsis-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.ocn-no-header-height {
  margin-top: -64px;
}
.ocn-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .ocn-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1260px) {
  .ocn-container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
.ocn-container-w {
  margin-left: auto;
  margin-right: auto;
  width: 360px;
}
@media (min-width: 768px) {
  .ocn-container-w {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  .ocn-container-w {
    width: 1024px;
  }
}
@media (min-width: 1260px) {
  .ocn-container-w {
    width: 1260px;
  }
}
.ocn-product-container {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}
@media (min-width: 768px) {
  .ocn-product-container {
    width: 728px;
  }
}
@media (min-width: 1024px) {
  .ocn-product-container {
    width: 960px;
  }
}
@media (min-width: 1260px) {
  .ocn-product-container {
    width: 1200px;
  }
}
.ocn-product-bg-gray {
  background-color: var(--gray-5);
  padding-top: 60px;
}
@media (min-width: 768px) {
  .ocn-product-bg-gray {
    padding-top: 60px;
  }
}
@media (min-width: 1024px) {
  .ocn-product-bg-gray {
    padding-top: 80px;
  }
}
@media (min-width: 1260px) {
  .ocn-product-bg-gray {
    padding-top: 100px;
  }
}
.ocn-product-bg-blue {
  background: linear-gradient(0deg, #fff 54.17%, #ebf3ff);
}
#udesk_btn {
  display: none;
}
:root {
  --blue: #0064ff;
  --blue-120: #0032be;
  --blue-80: #3383ff;
  --blue-50: #80b2ff;
  --blue-20: #cce0ff;
  --blue-10: #e5efff;
  --blue-5: #f2f7ff;
  --brand-1: #0064ff;
  --brand-2: #00007a;
  --brand-3: #0032be;
  --brand-4: #8daaff;
  --brand-5: #deefff;
  --gray: #545558;
  --gray-120: #2b2c2f;
  --gray-100: #545558;
  --gray-80: #7e7f81;
  --gray-50: #a8a8aa;
  --gray-20: #d1d2d4;
  --gray-10: #f0f0f2;
  --gray-5: #fbfbfd;
  --green: #00be5e;
  --green-120: #006105;
  --green-80: #33cb7e;
  --green-50: #80dfaf;
  --green-20: #ccf2df;
  --green-10: #e5f9ef;
  --green-5: #f2fcf7;
  --red: #f43;
  --red-120: #af0000;
  --red-80: #ff695c;
  --red-50: #ffa199;
  --red-20: #ffdad6;
  --red-10: #ffedeb;
  --red-5: #fff6f5;
  --orange: #fa3;
  --orange-120: #7d3e00;
  --orange-80: #ffbb5c;
  --orange-50: #ffd499;
  --orange-20: #ffeed6;
  --orange-10: #fff7eb;
  --orange-5: #fffbf5;
  --purple: #73f;
  --purple-120: #5410e1;
  --purple-80: #925cff;
  --purple-50: #b9f;
  --purple-20: #e4d6ff;
  --purple-10: #f2ebff;
  --purple-5: #f8f5ff;
  --cyan: #3df;
  --cyan-120: #005c7b;
  --cyan-80: #5ce4ff;
  --cyan-50: #9ef;
  --cyan-20: #d6f8ff;
  --cyan-10: #ebfcff;
  --cyan-5: #f5fdff;
  --shadow: 0px 4px 8px rgba(22, 23, 26, 0.05);
  --shadow-s: 0px 8px 16px rgba(22, 23, 26, 0.05);
  --shadow-m: 0px 8px 24px rgba(22, 23, 26, 0.1);
  --shadow-l: 0px 16px 32px rgba(22, 23, 26, 0.1);
  --shadow-xl: 0 3px 12px 0 rgb(48 48 48/5%), 0 4px 8px 0 rgba(48, 48, 48, 0.1),
    0 0 1px 0 rgba(0, 0, 0, 0.1);
  --shadow-blue: 0px 0px 1px rgba(0, 100, 255, 0.25),
    0px 12px 24px rgba(0, 100, 255, 0.2);
  --shadow-green: 0px 0px 1px rgba(0, 190, 94, 0.25),
    0px 12px 24px rgba(0, 190, 94, 0.2);
  --shadow-orange: 0px 0px 1px rgba(255, 170, 51, 0.25),
    0px 12px 24px rgba(255, 170, 51, 0.2);
  --shadow-red: 0px 0px 1px rgba(229, 39, 39, 0.25),
    0px 12px 24px rgba(229, 39, 39, 0.2);
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}
@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
.ease-in-menu.ease-in-menu-mobile {
  top: 64px;
  left: 0;
  z-index: 20;
  width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
}
@media (min-width: 768px) {
  .ease-in-menu.ease-in-menu-mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ease-in-menu.ease-in-menu-mobile {
  position: absolute !important;
  pointer-events: auto !important;
  margin-left: 0 !important;
  height: calc(100vh - 64px - 60px - 60px - var(--header-top));
}
@media (min-width: 1024px) {
  .ease-in-menu.ease-in-menu-mobile {
    height: calc(100vh - 64px - 60px - var(--header-top));
  }
}
.ease-in-menu.ease-in-menu-mobile .menu-item {
  border-bottom: 1px solid #f0f0f2 !important;
  padding: 25px 0 !important;
}
.ease-in-menu.ease-in-menu-mobile .menu-item .ease-in-title {
  border-bottom: 1px solid #f0f0f2 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  text-indent: 0 !important;
}
.ease-in-menu.ease-in-menu-mobile .menu-item .ease-in-panel {
  height: 0;
  transition: none !important;
  position: static !important;
}
.ease-in-menu.ease-in-menu-mobile
  .menu-item
  .ease-in-panel
  .ease-in-panel-wrapper
  .ease-in-panel-content {
  padding: 20px 10px 0 !important;
}
.ease-in-menu.ease-in-menu-mobile
  .menu-item
  .ease-in-panel
  .ease-in-panel-wrapper
  .ease-in-panel-content
  .ease-in-submenu,
.ease-in-menu.ease-in-menu-mobile
  .menu-item
  .ease-in-panel
  .ease-in-panel-wrapper
  .ease-in-panel-content
  .ease-in-title {
  transition: none !important;
}
.ease-in-menu.ease-in-menu-mobile
  .menu-item.menu-item-mobile-selected
  .ease-in-panel {
  height: 100%;
}
.top-hamburger {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 20px;
}
.top-hamburger .top-hamburger-btn {
  background-color: var(--gray);
  width: 20px;
  height: 2px;
  border-radius: 5px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -10px;
  transition: all 0.3s ease-in-out;
}
.top-hamburger .top-hamburger-btn:after,
.top-hamburger .top-hamburger-btn:before {
  background-color: var(--gray);
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.top-hamburger .top-hamburger-btn:before {
  transform: translateY(-6px);
}
.top-hamburger .top-hamburger-btn:after {
  transform: translateY(6px);
}
.top-hamburger-close .top-hamburger-btn {
  width: 0;
  transition: 0.1s;
}
.top-hamburger-close .top-hamburger-btn:before {
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.top-hamburger-close .top-hamburger-btn:after {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

.safari-hack-16_1 .ones-input::-moz-placeholder {
  position: relative;
  top: -3px;
}
.safari-hack-16_1 .ones-input::placeholder {
  position: relative;
  top: -3px;
}
.safari-hack-16_1 .ones-input-number-input::-moz-placeholder {
  position: relative;
  top: -3px;
}
.safari-hack-16_1 .ones-input-number-input::placeholder {
  position: relative;
  top: -3px;
}
.safari-hack-16_1 .ocn-native-input::-moz-placeholder {
  position: relative;
  top: -3px;
}
.safari-hack-16_1 .ocn-native-input::placeholder {
  position: relative;
  top: -3px;
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: ONESSans, PingFang SC, Helvetica, system-ui, -apple-system,
    Microsoft Yahei, Aria;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  scroll-behavior: smooth;
}
body {
  font-family: inherit;
  line-height: inherit;
}
body,
h1,
h2,
p,
pre {
  margin: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid;
}
h1,
h2 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
svg {
  shape-rendering: auto;
  text-rendering: optimizeLegibility;
}
pre {
  background-color: #374151;
  border-radius: 0.25rem;
  color: #e5e7eb;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  overflow: scroll;
  padding: 0.5rem 0.75rem;
}
img {
  border-style: none;
  max-width: 100%;
}
.ones-button-dangerous.ones-button-primary {
  background-color: var(--red);
  border-color: var(--red);
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.oac-container {
  width: 100%;
}
@media (min-width: 360px) {
  .oac-container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .oac-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .oac-container {
    max-width: 1024px;
  }
}
@media (min-width: 1260px) {
  .oac-container {
    max-width: 1260px;
  }
}
@media (min-width: 1920px) {
  .oac-container {
    max-width: 1920px;
  }
}
.who-is-using-bg {
  background-image: url(https://cdn4.ones-ai.cn/_next/static/media/who-is-using-bg.ca5d4113.png);
  background-size: cover;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.who-is-using-mask {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 532px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(
    270deg,
    #fff 0.55%,
    rgba(245, 250, 255, 0) 21.52%,
    rgba(247, 251, 255, 0.194) 77.63%,
    #fff 104.27%
  );
}
.footer-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://cdn4.ones-ai.cn/_next/static/media/footer-banner-bg-sm.260c81b5.png);
  background-size: cover;
  height: 100%;
  width: 1569px;
}
@media (min-width: 768px) {
  .footer-banner-bg {
    background-image: url(https://cdn4.ones-ai.cn/_next/static/media/footer-banner-bg.eb938e0d.png);
    left: 50%;
    transform: translateX(-50%);
    width: 1386px;
  }
}
@media (min-width: 1024px) {
  .footer-banner-bg {
    width: 1676px;
  }
}
@media (min-width: 1260px) {
  .footer-banner-bg {
    width: 1920px;
  }
}
.best-case-bg-left,
.best-case-bg-right {
  display: none;
}
@media (min-width: 768px) {
  .best-case-bg-left,
  .best-case-bg-right {
    display: block;
  }
}
.best-case-bg-left,
.best-case-bg-right {
  background: linear-gradient(
    178.53deg,
    #deefff 1.25%,
    rgba(222, 239, 255, 0) 98.81%
  );
  position: absolute;
  border-radius: 50%;
}
.best-case-bg-left {
  left: -100px;
}
@media (min-width: 1024px) {
  .best-case-bg-left {
    left: -125px;
  }
}
@media (min-width: 1260px) {
  .best-case-bg-left {
    left: -60px;
  }
}
@media (min-width: 1920px) {
  .best-case-bg-left {
    left: 200px;
  }
}
.best-case-bg-left {
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 250px;
  height: 250px;
  bottom: 60px;
  z-index: 0;
}
.best-case-bg-right {
  right: -150px;
}
@media (min-width: 1024px) {
  .best-case-bg-right {
    right: -125px;
  }
}
@media (min-width: 1260px) {
  .best-case-bg-right {
    right: -60px;
  }
}
@media (min-width: 1920px) {
  .best-case-bg-right {
    right: 150px;
  }
}
.best-case-bg-right {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 400px;
  height: 400px;
  top: 120px;
  z-index: 0;
}
.advantages-bg {
  background: linear-gradient(1turn, #fff, rgba(245, 250, 255, 0) 153.2%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.ease-in-menu {
  pointer-events: none;
  height: 0;
}
@media (min-width: 1260px) {
  .ease-in-menu {
    pointer-events: auto;
    height: 64px;
  }
  .ease-in-menu:hover .ease-in-panel {
    height: 100vh;
  }
}
.ease-in-menu .menu-item {
  cursor: pointer;
  border-bottom-width: 2px;
  border-color: transparent;
  padding: 20px 10px;
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-120);
  transition-duration: 0.2s;
}
.ease-in-menu .menu-item .ease-in-panel {
  position: absolute;
  left: 0;
  top: 64px;
  z-index: 20;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 0.6;
  color: var(--gray-120);
  height: 0;
  pointer-events: none;
}
.ease-in-menu .menu-item .ease-in-panel > div {
  opacity: 0;
  height: 0;
}
.ease-in-menu .menu-item .ease-in-panel .ease-in-panel-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
}
.ease-in-menu
  .menu-item
  .ease-in-panel
  .ease-in-panel-wrapper
  .ease-in-panel-content {
  flex: 1 1 0%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 50px;
}
.ease-in-menu .menu-item .ease-in-panel .ease-in-title {
  white-space: nowrap;
  text-indent: 15px;
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-80);
  opacity: 0;
  transform: translateY(20px);
}
.ease-in-menu .menu-item .ease-in-panel .ease-in-submenu {
  opacity: 0;
  transform: translateX(-20px);
}
.ease-in-menu
  .menu-item
  .ease-in-panel
  .ease-in-submenu:hover
  .ease-in-submenu-title {
  color: var(--blue);
}
.ease-in-menu .menu-item .ease-in-panel .ease-in-button {
  background: hsla(240, 7%, 95%, 0.4);
}
.ease-in-menu .menu-item .ease-in-panel .ease-in-button:hover {
  background: hsla(240, 7%, 95%, 0.8);
}
.ease-in-menu .menu-item.menu-item-selected {
  border-color: var(--blue);
  color: var(--blue);
}
.ease-in-menu .menu-item.menu-item-selected .menu-item-icon {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ease-in-menu .menu-item.menu-item-selected .ease-in-panel {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  height: 100vh;
}
.ease-in-menu .menu-item.menu-item-selected .ease-in-panel > div {
  opacity: 1;
  height: auto;
  pointer-events: all;
}
.ease-in-menu .menu-item.menu-item-selected .ease-in-panel .ease-in-title {
  opacity: 1;
  transform: translateY(0);
}
.ease-in-menu .menu-item.menu-item-selected .ease-in-panel .ease-in-submenu {
  opacity: 1;
  transform: translateX(0);
}
.ease-in-menu .menu-item .menu-item-icon {
  margin-left: 5px;
  display: inline-block;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 0.2s;
}
.oac-pointer-events-none {
  pointer-events: none;
}
.oac-pointer-events-auto {
  pointer-events: auto;
}
.oac-fixed {
  position: fixed;
}
.oac-absolute {
  position: absolute;
}
.oac-relative {
  position: relative;
}
.\!oac-relative {
  position: relative !important;
}
.oac-sticky {
  position: sticky;
}
.oac-left-0 {
  left: 0;
}
.-oac-top-2 {
  top: -10px;
}
.oac-top-0 {
  top: 0;
}
.oac-bottom-0 {
  bottom: 0;
}
.oac-right-0 {
  right: 0;
}
.oac-top-1\/2 {
  top: 50%;
}
.oac-left-1\/2 {
  left: 50%;
}
.oac-top-2 {
  top: 10px;
}
.-oac-bottom-\[180px\] {
  bottom: -180px;
}
.-oac-left-\[300px\] {
  left: -300px;
}
.oac-left-4 {
  left: 20px;
}
.oac-top-3 {
  top: 15px;
}
.oac-left-6 {
  left: 30px;
}
.oac-bottom-4 {
  bottom: 20px;
}
.oac-top-4 {
  top: 20px;
}
.oac-left-5 {
  left: 25px;
}
.oac-right-6 {
  right: 30px;
}
.oac-left-\[-106\.5px\] {
  left: -106.5px;
}
.oac-top-\[24px\] {
  top: 24px;
}
.oac-left-\[-41px\] {
  left: -41px;
}
.oac-top-\[-24px\] {
  top: -24px;
}
.oac-top-\[50px\] {
  top: 50px;
}
.oac-top-\[90px\] {
  top: 90px;
}
.oac-top-\[3px\] {
  top: 3px;
}
.oac-left-\[13px\] {
  left: 13px;
}
.oac-top-\[26px\] {
  top: 26px;
}
.oac-bottom-\[-3px\] {
  bottom: -3px;
}
.oac-right-\[-240px\] {
  right: -240px;
}
.oac-bottom-\[100px\] {
  bottom: 100px;
}
.oac-right-\[-55px\] {
  right: -55px;
}
.oac-bottom-\[40px\] {
  bottom: 40px;
}
.oac-left-\[0px\] {
  left: 0;
}
.oac-top-8 {
  top: 40px;
}
.\!oac-bottom-0 {
  bottom: 0 !important;
}
.oac-left-\[50\%\] {
  left: 50%;
}
.oac-top-\[50\%\] {
  top: 50%;
}
.oac-bottom-1\/2 {
  bottom: 50%;
}
.-oac-top-3 {
  top: -15px;
}
.-oac-right-4 {
  right: -20px;
}
.-oac-bottom-2 {
  bottom: -10px;
}
.-oac-left-4 {
  left: -20px;
}
.oac-bottom-\[20\%\] {
  bottom: 20%;
}
.oac-top-\[64px\] {
  top: 64px;
}
.oac-top-\[194px\] {
  top: 194px;
}
.oac-top-\[7px\] {
  top: 7px;
}
.oac-right-\[7px\] {
  right: 7px;
}
.oac-right-\[11px\] {
  right: 11px;
}
.oac-left-\[24px\] {
  left: 24px;
}
.oac-right-2 {
  right: 10px;
}
.oac-top-1 {
  top: 5px;
}
.oac-right-\[12px\] {
  right: 12px;
}
.oac-right-3 {
  right: 15px;
}
.oac-bottom-2 {
  bottom: 10px;
}
.oac-top-1\/3 {
  top: 33.333333%;
}
.oac-right-1 {
  right: 5px;
}
.oac-top-\[20\%\] {
  top: 20%;
}
.-oac-right-1 {
  right: -5px;
}
.oac-top-\[45\%\] {
  top: 45%;
}
.-oac-top-6 {
  top: -30px;
}
.oac-top-\[23\%\] {
  top: 23%;
}
.oac-left-\[53\.2\%\] {
  left: 53.2%;
}
.\!oac-left-\[58\%\] {
  left: 58% !important;
}
.oac-top-\[17\.9\%\] {
  top: 17.9%;
}
.oac-left-\[47\.3\%\] {
  left: 47.3%;
}
.\!oac-left-\[44\%\] {
  left: 44% !important;
}
.oac-top-\[12\.6\%\] {
  top: 12.6%;
}
.oac-left-\[56\.6\%\] {
  left: 56.6%;
}
.\!oac-left-\[65\%\] {
  left: 65% !important;
}
.oac-top-\[17\.4\%\] {
  top: 17.4%;
}
.oac-left-\[59\.1\%\] {
  left: 59.1%;
}
.\!oac-left-\[72\%\] {
  left: 72% !important;
}
.oac-top-\[22\.4\%\] {
  top: 22.4%;
}
.oac-left-\[52\.3\%\] {
  left: 52.3%;
}
.\!oac-left-\[55\%\] {
  left: 55% !important;
}
.oac-top-\[295px\] {
  top: 295px;
}
.-oac-left-\[35px\] {
  left: -35px;
}
.oac-top-\[4px\] {
  top: 4px;
}
.oac-left-\[4px\] {
  left: 4px;
}
.-oac-top-\[15px\] {
  top: -15px;
}
.oac-bottom-\[-10px\] {
  bottom: -10px;
}
.oac-top-\[6px\] {
  top: 6px;
}
.-oac-right-\[27px\] {
  right: -27px;
}
.oac-left-\[-21px\] {
  left: -21px;
}
.oac-bottom-\[-46px\] {
  bottom: -46px;
}
.oac-top-\[9px\] {
  top: 9px;
}
.oac-top-6 {
  top: 30px;
}
.oac-right-\[22px\] {
  right: 22px;
}
.oac-left-8 {
  left: 40px;
}
.oac-right-\[-200px\] {
  right: -200px;
}
.oac-left-\[40\%\] {
  left: 40%;
}
.oac-top-\[-2px\] {
  top: -2px;
}
.-oac-left-5 {
  left: -25px;
}
.-oac-bottom-4 {
  bottom: -20px;
}
.oac-top-\[130px\] {
  top: 130px;
}
.oac-right-\[-40px\] {
  right: -40px;
}
.oac-right-\[calc\(\(100vw-1170px\)\/2\+1424px\)\] {
  right: calc((100vw - 1170px) / 2 + 1424px);
}
.oac-top-\[203px\] {
  top: 203px;
}
.oac-left-\[187px\] {
  left: 187px;
}
.oac-top-\[81px\] {
  top: 81px;
}
.oac-left-\[165px\] {
  left: 165px;
}
.oac-top-\[16px\] {
  top: 16px;
}
.oac-bottom-1 {
  bottom: 5px;
}
.oac-left-\[95px\] {
  left: 95px;
}
.oac-top-\[60px\] {
  top: 60px;
}
.oac-left-\[calc\(50\%-260px\)\] {
  left: calc(50% - 260px);
}
.oac-top-\[140px\] {
  top: 140px;
}
.oac-left-\[calc\(50\%-376px\)\] {
  left: calc(50% - 376px);
}
.oac-top-\[220px\] {
  top: 220px;
}
.oac-left-\[calc\(50\%-261px\)\] {
  left: calc(50% - 261px);
}
.oac-top-\[360px\] {
  top: 360px;
}
.oac-left-\[calc\(50\%-350px\)\] {
  left: calc(50% - 350px);
}
.oac-left-\[calc\(50\%-209px\)\] {
  left: calc(50% - 209px);
}
.oac-bottom-6 {
  bottom: 30px;
}
.oac-top-\[75px\] {
  top: 75px;
}
.oac-right-\[calc\(50\%-294px\)\] {
  right: calc(50% - 294px);
}
.oac-top-\[210px\] {
  top: 210px;
}
.oac-right-\[calc\(50\%-370px\)\] {
  right: calc(50% - 370px);
}
.oac-top-\[270px\] {
  top: 270px;
}
.oac-right-\[calc\(50\%-249px\)\] {
  right: calc(50% - 249px);
}
.oac-top-\[380px\] {
  top: 380px;
}
.oac-right-\[calc\(50\%-376px\)\] {
  right: calc(50% - 376px);
}
.oac-bottom-\[60px\] {
  bottom: 60px;
}
.oac-right-1\/2 {
  right: 50%;
}
.-oac-right-1\/4 {
  right: -25%;
}
.oac-z-\[2\] {
  z-index: 2;
}
.oac-z-10 {
  z-index: 10;
}
.oac-z-\[1\] {
  z-index: 1;
}
.oac-z-50 {
  z-index: 50;
}
.oac-z-0 {
  z-index: 0;
}
.oac-z-\[9\] {
  z-index: 9;
}
.oac-z-20 {
  z-index: 20;
}
.oac-z-30 {
  z-index: 30;
}
.oac-z-\[999999\] {
  z-index: 999999;
}
.oac-z-\[11\] {
  z-index: 11;
}
.oac-z-\[1000\] {
  z-index: 1000;
}
.oac-z-\[1001\] {
  z-index: 1001;
}
.oac-z-\[999\] {
  z-index: 999;
}
.oac-z-\[99\] {
  z-index: 99;
}
.oac-z-\[100\] {
  z-index: 100;
}
.oac-order-2 {
  order: 2;
}
.oac-order-1 {
  order: 1;
}
.oac-order-3 {
  order: 3;
}
.oac-col-start-1 {
  grid-column-start: 1;
}
.oac-col-end-3 {
  grid-column-end: 3;
}
.oac-float-right {
  float: right;
}
.-oac-m-3 {
  margin: -15px;
}
.oac-m-0 {
  margin: 0;
}
.-oac-m-8 {
  margin: -40px;
}
.oac-m-2 {
  margin: 10px;
}
.oac-m-auto {
  margin: auto;
}
.-oac-m-2 {
  margin: -10px;
}
.oac-m-4 {
  margin: 20px;
}
.oac-m-1 {
  margin: 5px;
}
.oac-mx-4 {
  margin-left: 20px;
  margin-right: 20px;
}
.oac-mx-2 {
  margin-left: 10px;
  margin-right: 10px;
}
.oac-mx-\[7\.5px\] {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.oac-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.oac-my-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.oac-mx-6 {
  margin-left: 30px;
  margin-right: 30px;
}
.oac-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.oac-my-8 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.oac-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.oac-my-\[9px\] {
  margin-top: 9px;
  margin-bottom: 9px;
}
.-oac-my-6 {
  margin-top: -30px;
  margin-bottom: -30px;
}
.oac-my-\[3px\] {
  margin-top: 3px;
  margin-bottom: 3px;
}
.oac-mx-3 {
  margin-left: 15px;
  margin-right: 15px;
}
.oac-my-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.oac-mx-1 {
  margin-left: 5px;
  margin-right: 5px;
}
.-oac-mx-4 {
  margin-left: -20px;
  margin-right: -20px;
}
.oac-my-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.-oac-mx-6 {
  margin-left: -30px;
  margin-right: -30px;
}
.-oac-my-1 {
  margin-top: -5px;
  margin-bottom: -5px;
}
.oac-my-12 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.oac-my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.oac-my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}
.oac-mx-\[68px\] {
  margin-left: 68px;
  margin-right: 68px;
}
.oac-mb-1 {
  margin-bottom: 5px;
}
.oac-mb-l {
  margin-bottom: 20px;
}
.oac-mt-4 {
  margin-top: 20px;
}
.oac-mb-8 {
  margin-bottom: 40px;
}
.oac-mt-2 {
  margin-top: 10px;
}
.oac-mt-8 {
  margin-top: 40px;
}
.-oac-mb-6 {
  margin-bottom: -30px;
}
.oac-mb-\[30px\] {
  margin-bottom: 30px;
}
.oac-ml-3 {
  margin-left: 15px;
}
.oac-ml-2 {
  margin-left: 10px;
}
.oac-mt-1 {
  margin-top: 5px;
}
.oac-mr-2 {
  margin-right: 10px;
}
.oac-mt-6 {
  margin-top: 30px;
}
.oac-ml-\[95px\] {
  margin-left: 95px;
}
.oac-mt-\[40px\] {
  margin-top: 40px;
}
.oac-mt-xs {
  margin-top: 5px;
}
.oac-mt-\[30px\] {
  margin-top: 30px;
}
.oac-mb-\[40px\] {
  margin-bottom: 40px;
}
.oac-ml-l {
  margin-left: 20px;
}
.\!oac-mb-8 {
  margin-bottom: 40px !important;
}
.oac-ml-\[-15px\] {
  margin-left: -15px;
}
.oac-mb-2 {
  margin-bottom: 10px;
}
.oac-mb-4 {
  margin-bottom: 20px;
}
.oac-mt-0 {
  margin-top: 0;
}
.oac-mb-6 {
  margin-bottom: 30px;
}
.oac-mt-12 {
  margin-top: 60px;
}
.oac-mt-auto {
  margin-top: auto;
}
.oac-mt-3 {
  margin-top: 15px;
}
.oac-mr-1 {
  margin-right: 5px;
}
.oac-mb-3 {
  margin-bottom: 15px;
}
.oac-mb-\[70px\] {
  margin-bottom: 70px;
}
.oac-ml-6 {
  margin-left: 30px;
}
.oac-mt-\[46px\] {
  margin-top: 46px;
}
.oac-ml-\[7px\] {
  margin-left: 7px;
}
.oac-mr-4 {
  margin-right: 20px;
}
.oac-mr-8 {
  margin-right: 40px;
}
.\!oac-mt-2 {
  margin-top: 10px !important;
}
.-oac-mt-4 {
  margin-top: -20px;
}
.oac-ml-auto {
  margin-left: auto;
}
.\!oac-mt-3 {
  margin-top: 15px !important;
}
.oac-mt-\[8px\] {
  margin-top: 8px;
}
.oac-ml-1 {
  margin-left: 5px;
}
.oac-mt-\[47px\] {
  margin-top: 47px;
}
.-oac-mr-1 {
  margin-right: -5px;
}
.-oac-mt-6 {
  margin-top: -30px;
}
.oac-mr-0 {
  margin-right: 0;
}
.oac-mr-3 {
  margin-right: 15px;
}
.oac-mb-0 {
  margin-bottom: 0;
}
.oac-ml-\[-20px\] {
  margin-left: -20px;
}
.oac-mt-\[-20px\] {
  margin-top: -20px;
}
.oac-mb-12 {
  margin-bottom: 60px;
}
.oac-ml-s {
  margin-left: 10px;
}
.oac-mb-xs {
  margin-bottom: 5px;
}
.oac-mr-s {
  margin-right: 10px;
}
.oac-ml-4 {
  margin-left: 20px;
}
.-oac-mr-2 {
  margin-right: -10px;
}
.-oac-mb-2 {
  margin-bottom: -10px;
}
.-oac-mb-4 {
  margin-bottom: -20px;
}
.\!oac-mb-2 {
  margin-bottom: 10px !important;
}
.-oac-mb-12 {
  margin-bottom: -60px;
}
.-oac-mt-8 {
  margin-top: -40px;
}
.-oac-mr-6 {
  margin-right: -30px;
}
.-oac-mb-3 {
  margin-bottom: -15px;
}
.oac-mr-6 {
  margin-right: 30px;
}
.-oac-mt-1 {
  margin-top: -5px;
}
.-oac-ml-2 {
  margin-left: -10px;
}
.oac-mt-16 {
  margin-top: 80px;
}
.oac-ml-8 {
  margin-left: 40px;
}
.oac-mt-\[2px\] {
  margin-top: 2px;
}
.oac-ml-\[2px\] {
  margin-left: 2px;
}
.\!oac-mt-4 {
  margin-top: 20px !important;
}
.\!oac-mt-0 {
  margin-top: 0 !important;
}
.oac-mb-\[55px\] {
  margin-bottom: 55px;
}
.\!oac-mb-0 {
  margin-bottom: 0 !important;
}
.\!oac-mt-1 {
  margin-top: 5px !important;
}
.oac-mb-\[4px\] {
  margin-bottom: 4px;
}
.oac-ml-\[34px\] {
  margin-left: 34px;
}
.oac-ml-\[-1px\] {
  margin-left: -1px;
}
.oac-mb-\[15px\] {
  margin-bottom: 15px;
}
.oac-mt-\[-337px\] {
  margin-top: -337px;
}
.oac-mt-\[9px\] {
  margin-top: 9px;
}
.oac-mt-\[110px\] {
  margin-top: 110px;
}
.oac-mt-l {
  margin-top: 20px;
}
.oac-ml-xs {
  margin-left: 5px;
}
.oac-mt-10 {
  margin-top: 50px;
}
.oac-mt-s {
  margin-top: 10px;
}
.\!oac-ml-6 {
  margin-left: 30px !important;
}
.-oac-mb-8 {
  margin-bottom: -40px;
}
.-oac-ml-4 {
  margin-left: -20px;
}
.oac-mb-s {
  margin-bottom: 10px;
}
.oac-mr-l {
  margin-right: 20px;
}
.\!oac-mt-8 {
  margin-top: 40px !important;
}
.oac-ml-m {
  margin-left: 15px;
}
.-oac-ml-1 {
  margin-left: -5px;
}
.-oac-mt-2 {
  margin-top: -10px;
}
.oac-mr-\[2px\] {
  margin-right: 2px;
}
.\!oac-mr-0 {
  margin-right: 0 !important;
}
.oac-mr-\[135px\] {
  margin-right: 135px;
}
.oac-ml-\[157px\] {
  margin-left: 157px;
}
.oac-mt-\[-200px\] {
  margin-top: -200px;
}
.oac-mb-\[60px\] {
  margin-bottom: 60px;
}
.oac-mt-\[100px\] {
  margin-top: 100px;
}
.oac-mb-5 {
  margin-bottom: 25px;
}
.oac-mt-\[35px\] {
  margin-top: 35px;
}
.oac-mr-5 {
  margin-right: 25px;
}
.oac-mr-\[110px\] {
  margin-right: 110px;
}
.oac-ml-\[130px\] {
  margin-left: 130px;
}
.oac-mb-\[32px\] {
  margin-bottom: 32px;
}
.oac-mb-\[-8px\] {
  margin-bottom: -8px;
}
.oac-mt-5 {
  margin-top: 25px;
}
.-oac-mb-1 {
  margin-bottom: -5px;
}
.-oac-mr-3 {
  margin-right: -15px;
}
.oac-mt-\[68\.5px\] {
  margin-top: 68.5px;
}
.oac-ml-\[21px\] {
  margin-left: 21px;
}
.oac-ml-\[-21px\] {
  margin-left: -21px;
}
.oac-mr-\[7px\] {
  margin-right: 7px;
}
.\!oac-mb-6 {
  margin-bottom: 30px !important;
}
.oac-mt-\[6px\] {
  margin-top: 6px;
}
.oac-mt-\[4px\] {
  margin-top: 4px;
}
.oac-box-border {
  box-sizing: border-box;
}
.oac-block {
  display: block;
}
.oac-inline-block {
  display: inline-block;
}
.oac-inline {
  display: inline;
}
.oac-flex {
  display: flex;
}
.\!oac-flex {
  display: flex !important;
}
.oac-inline-flex {
  display: inline-flex;
}
.oac-grid {
  display: grid;
}
.oac-hidden {
  display: none;
}
.oac-h-\[30px\] {
  height: 30px;
}
.oac-h-full {
  height: 100%;
}
.\!oac-h-\[90px\] {
  height: 90px !important;
}
.oac-h-16 {
  height: 80px;
}
.oac-h-\[29px\] {
  height: 29px;
}
.oac-h-8 {
  height: 40px;
}
.oac-h-screen {
  height: 100vh;
}
.oac-h-\[50px\] {
  height: 50px;
}
.oac-h-\[40px\] {
  height: 40px;
}
.oac-h-\[16px\] {
  height: 16px;
}
.oac-h-\[24px\] {
  height: 24px;
}
.oac-h-\[48px\] {
  height: 48px;
}
.oac-h-\[100vh\] {
  height: 100vh;
}
.oac-h-auto {
  height: auto;
}
.oac-h-\[416px\] {
  height: 416px;
}
.oac-h-\[1px\] {
  height: 1px;
}
.oac-h-10 {
  height: 50px;
}
.oac-h-\[172px\] {
  height: 172px;
}
.oac-h-max {
  height: -moz-max-content;
  height: max-content;
}
.oac-h-\[213px\] {
  height: 213px;
}
.oac-h-\[113px\] {
  height: 113px;
}
.oac-h-\[26px\] {
  height: 26px;
}
.oac-h-\[12px\] {
  height: 12px;
}
.oac-h-1 {
  height: 5px;
}
.oac-h-\[480px\] {
  height: 480px;
}
.oac-h-\[111px\] {
  height: 111px;
}
.oac-h-\[160px\] {
  height: 160px;
}
.oac-h-6 {
  height: 30px;
}
.oac-h-\[72px\] {
  height: 72px;
}
.oac-h-4 {
  height: 20px;
}
.oac-h-\[38px\] {
  height: 38px;
}
.oac-h-\[180px\] {
  height: 180px;
}
.oac-h-\[537px\] {
  height: 537px;
}
.oac-h-\[4px\] {
  height: 4px;
}
.oac-h-\[3px\] {
  height: 3px;
}
.oac-h-\[255px\] {
  height: 255px;
}
.oac-h-20 {
  height: 100px;
}
.oac-h-\[258px\] {
  height: 258px;
}
.oac-h-\[400px\] {
  height: 400px;
}
.oac-h-\[658px\] {
  height: 658px;
}
.oac-h-\[201px\] {
  height: 201px;
}
.oac-h-\[210px\] {
  height: 210px;
}
.oac-h-\[119px\] {
  height: 119px;
}
.oac-h-\[200px\] {
  height: 200px;
}
.oac-h-\[34px\] {
  height: 34px;
}
.oac-h-\[44px\] {
  height: 44px;
}
.oac-h-\[277px\] {
  height: 277px;
}
.oac-h-\[68px\] {
  height: 68px;
}
.oac-h-\[188px\] {
  height: 188px;
}
.oac-h-\[32px\] {
  height: 32px;
}
.oac-h-\[14px\] {
  height: 14px;
}
.oac-h-\[280px\] {
  height: 280px;
}
.oac-h-\[310px\] {
  height: 310px;
}
.oac-h-5 {
  height: 25px;
}
.oac-h-\[1740px\] {
  height: 1740px;
}
.oac-h-\[60px\] {
  height: 60px;
}
.\!oac-h-10 {
  height: 50px !important;
}
.oac-h-\[2px\] {
  height: 2px;
}
.oac-h-\[205px\] {
  height: 205px;
}
.oac-h-\[420px\] {
  height: 420px;
}
.\!oac-h-\[180px\] {
  height: 180px !important;
}
.oac-h-\[20px\] {
  height: 20px;
}
.oac-h-\[7px\] {
  height: 7px;
}
.oac-h-12 {
  height: 60px;
}
.oac-h-\[80px\] {
  height: 80px;
}
.\!oac-h-12 {
  height: 60px !important;
}
.\!oac-h-\[32px\] {
  height: 32px !important;
}
.\!oac-h-8 {
  height: 40px !important;
}
.oac-h-\[215px\] {
  height: 215px;
}
.oac-h-\[110px\] {
  height: 110px;
}
.oac-h-\[560px\] {
  height: 560px;
}
.oac-h-\[158px\] {
  height: 158px;
}
.\!oac-h-\[158px\] {
  height: 158px !important;
}
.oac-h-\[130px\] {
  height: 130px;
}
.oac-h-\[178px\] {
  height: 178px;
}
.oac-h-\[544px\] {
  height: 544px;
}
.oac-h-\[240px\] {
  height: 240px;
}
.\!oac-h-6 {
  height: 30px !important;
}
.\!oac-h-\[240px\] {
  height: 240px !important;
}
.oac-h-\[5px\] {
  height: 5px;
}
.oac-h-\[104px\] {
  height: 104px;
}
.oac-h-\[70px\] {
  height: 70px;
}
.\!oac-h-\[100\%\] {
  height: 100% !important;
}
.oac-h-\[685px\] {
  height: 685px;
}
.oac-h-\[720px\] {
  height: 720px;
}
.oac-h-\[1214px\] {
  height: 1214px;
}
.oac-h-\[1156px\] {
  height: 1156px;
}
.oac-h-\[1587px\] {
  height: 1587px;
}
.oac-h-\[1640px\] {
  height: 1640px;
}
.oac-h-\[144px\] {
  height: 144px;
}
.oac-h-\[54px\] {
  height: 54px;
}
.oac-h-\[42px\] {
  height: 42px;
}
.oac-h-2 {
  height: 10px;
}
.oac-h-\[64px\] {
  height: 64px;
}
.oac-h-\[21px\] {
  height: 21px;
}
.\!oac-h-auto {
  height: auto !important;
}
.oac-h-\[167px\] {
  height: 167px;
}
.oac-h-\[153px\] {
  height: 153px;
}
.oac-h-\[161px\] {
  height: 161px;
}
.oac-h-\[6px\] {
  height: 6px;
}
.oac-h-\[13px\] {
  height: 13px;
}
.oac-h-\[19px\] {
  height: 19px;
}
.oac-h-\[25px\] {
  height: 25px;
}
.oac-h-\[170px\] {
  height: 170px;
}
.oac-h-0 {
  height: 0;
}
.\!oac-h-\[300px\] {
  height: 300px !important;
}
.oac-h-\[36px\] {
  height: 36px;
}
.oac-h-\[45px\] {
  height: 45px;
}
.\!oac-h-screen {
  height: 100vh !important;
}
.\!oac-h-\[220px\] {
  height: 220px !important;
}
.oac-h-\[33px\] {
  height: 33px;
}
.\!oac-h-\[130px\] {
  height: 130px !important;
}
.oac-h-\[780px\] {
  height: 780px;
}
.oac-h-\[420\] {
  height: 420;
}
.oac-h-\[284px\] {
  height: 284px;
}
.oac-h-\[344px\] {
  height: 344px;
}
.oac-h-\[22px\] {
  height: 22px;
}
.oac-h-\[66px\] {
  height: 66px;
}
.oac-h-\[289px\] {
  height: 289px;
}
.oac-h-\[187px\] {
  height: 187px;
}
.oac-h-\[290px\] {
  height: 290px;
}
.oac-h-\[208px\] {
  height: 208px;
}
.oac-h-\[655px\] {
  height: 655px;
}
.oac-h-\[140px\] {
  height: 140px;
}
.oac-h-\[165px\] {
  height: 165px;
}
.\!oac-h-\[100vh\] {
  height: 100vh !important;
}
.oac-h-\[52px\] {
  height: 52px;
}
.oac-h-\[56px\] {
  height: 56px;
}
.\!oac-h-\[150px\] {
  height: 150px !important;
}
.oac-h-\[28px\] {
  height: 28px;
}
.oac-h-\[46px\] {
  height: 46px;
}
.\!oac-h-\[24px\] {
  height: 24px !important;
}
.oac-max-h-\[24px\] {
  max-height: 24px;
}
.oac-max-h-\[calc\(100vh-40px\)\] {
  max-height: calc(100vh - 40px);
}
.oac-max-h-\[100vh\] {
  max-height: 100vh;
}
.oac-max-h-\[446px\] {
  max-height: 446px;
}
.oac-max-h-full {
  max-height: 100%;
}
.oac-max-h-\[920px\] {
  max-height: 920px;
}
.oac-max-h-\[140px\] {
  max-height: 140px;
}
.oac-min-h-\[800px\] {
  min-height: 800px;
}
.oac-min-h-screen {
  min-height: 100vh;
}
.oac-min-h-\[160px\] {
  min-height: 160px;
}
.oac-min-h-\[251px\] {
  min-height: 251px;
}
.oac-min-h-\[227px\] {
  min-height: 227px;
}
.oac-min-h-\[80px\] {
  min-height: 80px;
}
.oac-min-h-\[700px\] {
  min-height: 700px;
}
.oac-w-\[140px\] {
  width: 140px;
}
.\!oac-w-auto {
  width: auto !important;
}
.\!oac-w-\[90px\] {
  width: 90px !important;
}
.oac-w-\[360px\] {
  width: 360px;
}
.oac-w-16 {
  width: 80px;
}
.oac-w-full {
  width: 100%;
}
.oac-w-screen {
  width: 100vw;
}
.oac-w-\[320px\] {
  width: 320px;
}
.oac-w-\[16px\] {
  width: 16px;
}
.oac-w-\[88px\] {
  width: 88px;
}
.oac-w-\[48px\] {
  width: 48px;
}
.oac-w-\[175px\] {
  width: 175px;
}
.oac-w-\[432px\] {
  width: 432px;
}
.oac-w-\[180px\] {
  width: 180px;
}
.oac-w-1\/2 {
  width: 50%;
}
.oac-w-auto {
  width: auto;
}
.oac-w-\[213px\] {
  width: 213px;
}
.oac-w-\[123px\] {
  width: 123px;
}
.oac-w-\[26px\] {
  width: 26px;
}
.oac-w-\[12px\] {
  width: 12px;
}
.oac-w-\[2px\] {
  width: 2px;
}
.oac-w-1 {
  width: 5px;
}
.oac-w-\[480px\] {
  width: 480px;
}
.oac-w-\[111px\] {
  width: 111px;
}
.oac-w-\[417px\] {
  width: 417px;
}
.oac-w-\[200px\] {
  width: 200px;
}
.oac-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.oac-w-max {
  width: -moz-max-content;
  width: max-content;
}
.oac-w-\[72px\] {
  width: 72px;
}
.oac-w-4 {
  width: 20px;
}
.oac-w-\[150px\] {
  width: 150px;
}
.oac-w-\[3px\] {
  width: 3px;
}
.oac-w-0 {
  width: 0;
}
.\!oac-w-full {
  width: 100% !important;
}
.oac-w-20 {
  width: 100px;
}
.oac-w-\[4px\] {
  width: 4px;
}
.oac-w-\[1270\.5px\] {
  width: 1270.5px;
}
.oac-w-\[178px\] {
  width: 178px;
}
.oac-w-\[280px\] {
  width: 280px;
}
.oac-w-\[144px\] {
  width: 144px;
}
.\!oac-w-\[100\%\] {
  width: 100% !important;
}
.oac-w-\[335px\] {
  width: 335px;
}
.oac-w-\[315px\] {
  width: 315px;
}
.oac-w-\[365px\] {
  width: 365px;
}
.oac-w-\[102px\] {
  width: 102px;
}
.oac-w-\[120px\] {
  width: 120px;
}
.oac-w-\[85px\] {
  width: 85px;
}
.oac-w-\[24px\] {
  width: 24px;
}
.oac-w-\[350px\] {
  width: 350px;
}
.oac-w-\[40px\] {
  width: 40px;
}
.oac-w-\[32px\] {
  width: 32px;
}
.oac-w-\[240px\] {
  width: 240px;
}
.oac-w-\[32\%\] {
  width: 32%;
}
.oac-w-\[56\.5\%\] {
  width: 56.5%;
}
.oac-w-\[52\.9\%\] {
  width: 52.9%;
}
.oac-w-\[30\.6\%\] {
  width: 30.6%;
}
.oac-w-\[29\.4\%\] {
  width: 29.4%;
}
.oac-w-\[49\.5\%\] {
  width: 49.5%;
}
.oac-w-\[29\.6\%\] {
  width: 29.6%;
}
.oac-w-\[136px\] {
  width: 136px;
}
.oac-w-\[80px\] {
  width: 80px;
}
.oac-w-\[96px\] {
  width: 96px;
}
.oac-w-\[75px\] {
  width: 75px;
}
.oac-w-\[1740px\] {
  width: 1740px;
}
.oac-w-\[60px\] {
  width: 60px;
}
.oac-w-\[20px\] {
  width: 20px;
}
.oac-w-\[112px\] {
  width: 112px;
}
.oac-w-12 {
  width: 60px;
}
.oac-w-\[1px\] {
  width: 1px;
}
.\!oac-w-12 {
  width: 60px !important;
}
.\!oac-w-\[32px\] {
  width: 32px !important;
}
.oac-w-\[230px\] {
  width: 230px;
}
.oac-w-\[38px\] {
  width: 38px;
}
.oac-w-\[146px\] {
  width: 146px;
}
.\!oac-w-\[34px\] {
  width: 34px !important;
}
.oac-w-\[125px\] {
  width: 125px;
}
.oac-w-\[160px\] {
  width: 160px;
}
.oac-w-\[130px\] {
  width: 130px;
}
.\!oac-w-\[416px\] {
  width: 416px !important;
}
.oac-w-\[5px\] {
  width: 5px;
}
.oac-w-\[70px\] {
  width: 70px;
}
.oac-w-2 {
  width: 10px;
}
.oac-w-\[110px\] {
  width: 110px;
}
.oac-w-\[34px\] {
  width: 34px;
}
.oac-w-\[104px\] {
  width: 104px;
}
.oac-w-\[548px\] {
  width: 548px;
}
.oac-w-\[135px\] {
  width: 135px;
}
.oac-w-\[720px\] {
  width: 720px;
}
.oac-w-\[1214px\] {
  width: 1214px;
}
.oac-w-\[1156px\] {
  width: 1156px;
}
.oac-w-\[1587px\] {
  width: 1587px;
}
.oac-w-\[1640px\] {
  width: 1640px;
}
.oac-w-\[51px\] {
  width: 51px;
}
.\!oac-w-screen {
  width: 100vw !important;
}
.oac-w-\[83px\] {
  width: 83px;
}
.oac-w-\[289px\] {
  width: 289px;
}
.oac-w-6 {
  width: 30px;
}
.oac-w-\[21px\] {
  width: 21px;
}
.\!oac-w-\[340px\] {
  width: 340px !important;
}
.oac-w-\[153px\] {
  width: 153px;
}
.oac-w-10 {
  width: 50px;
}
.oac-w-\[36px\] {
  width: 36px;
}
.oac-w-\[31px\] {
  width: 31px;
}
.oac-w-\[375px\] {
  width: 375px;
}
.oac-w-\[420px\] {
  width: 420px;
}
.oac-w-\[700px\] {
  width: 700px;
}
.oac-w-\[386px\] {
  width: 386px;
}
.oac-w-\[768px\] {
  width: 768px;
}
.oac-w-\[290px\] {
  width: 290px;
}
.oac-w-\[151px\] {
  width: 151px;
}
.oac-w-\[90\%\] {
  width: 90%;
}
.oac-w-\[66px\] {
  width: 66px;
}
.oac-w-\[187px\] {
  width: 187px;
}
.oac-w-\[208px\] {
  width: 208px;
}
.oac-w-\[655px\] {
  width: 655px;
}
.\!oac-w-\[88px\] {
  width: 88px !important;
}
.\!oac-w-\[100vw\] {
  width: 100vw !important;
}
.oac-w-\[100vw\] {
  width: 100vw;
}
.oac-w-\[305px\] {
  width: 305px;
}
.oac-w-\[52px\] {
  width: 52px;
}
.oac-w-\[68px\] {
  width: 68px;
}
.oac-w-\[56px\] {
  width: 56px;
}
.oac-w-\[86px\] {
  width: 86px;
}
.oac-w-\[100px\] {
  width: 100px;
}
.oac-w-8 {
  width: 40px;
}
.oac-w-\[28px\] {
  width: 28px;
}
.oac-w-\[82px\] {
  width: 82px;
}
.oac-w-\[46px\] {
  width: 46px;
}
.oac-w-\[210px\] {
  width: 210px;
}
.oac-w-\[300px\] {
  width: 300px;
}
.oac-w-\[270px\] {
  width: 270px;
}
.oac-w-\[190px\] {
  width: 190px;
}
.\!oac-w-\[24px\] {
  width: 24px !important;
}
.oac-w-1\/4 {
  width: 25%;
}
.oac-min-w-\[70px\] {
  min-width: 70px;
}
.oac-min-w-\[300px\] {
  min-width: 300px;
}
.oac-min-w-\[375px\] {
  min-width: 375px;
}
.oac-min-w-\[360px\] {
  min-width: 360px;
}
.oac-min-w-\[110px\] {
  min-width: 110px;
}
.oac-max-w-none {
  max-width: none;
}
.oac-max-w-\[1200px\] {
  max-width: 1200px;
}
.oac-max-w-full {
  max-width: 100%;
}
.oac-max-w-\[760px\] {
  max-width: 760px;
}
.\!oac-max-w-none {
  max-width: none !important;
}
.oac-max-w-\[1260px\] {
  max-width: 1260px;
}
.oac-max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.oac-max-w-\[240px\] {
  max-width: 240px;
}
.\!oac-max-w-full {
  max-width: 100% !important;
}
.oac-max-w-\[320px\] {
  max-width: 320px;
}
.oac-max-w-\[400px\] {
  max-width: 400px;
}
.oac-max-w-\[750px\] {
  max-width: 750px;
}
.oac-max-w-\[930px\] {
  max-width: 930px;
}
.oac-flex-1 {
  flex: 1 1 0%;
}
.oac-flex-none {
  flex: none;
}
.oac-flex-\[1\.6\] {
  flex: 1.6;
}
.oac-flex-\[2\] {
  flex: 2;
}
.oac-flex-shrink-0,
.oac-shrink-0 {
  flex-shrink: 0;
}
.oac-flex-grow,
.oac-grow {
  flex-grow: 1;
}
.oac-grow-0 {
  flex-grow: 0;
}
.-oac-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
.-oac-translate-x-1\/2,
.-oac-translate-y-1\/2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-oac-translate-y-1\/2 {
  --tw-translate-y: -50%;
}
.\!oac-translate-x-0 {
  --tw-translate-x: 0 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.oac-translate-x-8 {
  --tw-translate-x: 40px;
}
.-oac-translate-y-full,
.oac-translate-x-8 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-oac-translate-y-full {
  --tw-translate-y: -100%;
}
.-oac-translate-x-\[580px\] {
  --tw-translate-x: -580px;
}
.-oac-translate-x-\[580px\],
.oac-translate-y-1\/2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.oac-translate-y-1\/2 {
  --tw-translate-y: 50%;
}
.oac-translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!oac-translate-x-\[-58\%\] {
  --tw-translate-x: -58% !important;
}
.\!oac-translate-x-\[-44\%\],
.\!oac-translate-x-\[-58\%\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\!oac-translate-x-\[-44\%\] {
  --tw-translate-x: -44% !important;
}
.\!oac-translate-x-\[-65\%\] {
  --tw-translate-x: -65% !important;
}
.\!oac-translate-x-\[-65\%\],
.\!oac-translate-x-\[-72\%\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\!oac-translate-x-\[-72\%\] {
  --tw-translate-x: -72% !important;
}
.\!oac-translate-x-\[-55\%\] {
  --tw-translate-x: -55% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.oac-translate-y-0 {
  --tw-translate-y: 0;
}
.oac-translate-x-\[-50\%\],
.oac-translate-y-0 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.oac-translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
}
.-oac-translate-y-\[4px\] {
  --tw-translate-y: -4px;
}
.-oac-translate-y-\[4px\],
.oac-rotate-\[-22\.43deg\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.oac-rotate-\[-22\.43deg\] {
  --tw-rotate: -22.43deg;
}
.oac-rotate-\[13\.51deg\] {
  --tw-rotate: 13.51deg;
}
.oac-rotate-\[13\.51deg\],
.oac-rotate-\[165deg\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.oac-rotate-\[165deg\] {
  --tw-rotate: 165deg;
}
.oac-rotate-\[-66deg\] {
  --tw-rotate: -66deg;
}
.oac-rotate-180,
.oac-rotate-\[-66deg\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.oac-rotate-180 {
  --tw-rotate: 180deg;
}
.oac-rotate-6 {
  --tw-rotate: 6deg;
}
.oac-rotate-3,
.oac-rotate-6 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.oac-rotate-3 {
  --tw-rotate: 3deg;
}
.oac-rotate-0 {
  --tw-rotate: 0deg;
}
.-oac-rotate-\[135deg\],
.oac-rotate-0 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-oac-rotate-\[135deg\] {
  --tw-rotate: -135deg;
}
.-oac-rotate-45,
.-oac-rotate-\[45deg\] {
  --tw-rotate: -45deg;
}
.-oac-rotate-45,
.-oac-rotate-\[45deg\],
.oac-scale-x-150 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.oac-scale-x-150 {
  --tw-scale-x: 1.5;
}
.oac-cursor-pointer {
  cursor: pointer;
}
.oac-cursor-default {
  cursor: default;
}
.\!oac-cursor-not-allowed {
  cursor: not-allowed !important;
}
.oac-cursor-not-allowed {
  cursor: not-allowed;
}
.oac-touch-none {
  touch-action: none;
}
.oac-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.oac-select-text {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.oac-list-none {
  list-style-type: none;
}
.oac-appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.oac-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.oac-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.oac-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.oac-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.oac-flex-row {
  flex-direction: row;
}
.oac-flex-row-reverse {
  flex-direction: row-reverse;
}
.oac-flex-col {
  flex-direction: column;
}
.oac-flex-col-reverse {
  flex-direction: column-reverse;
}
.oac-flex-wrap {
  flex-wrap: wrap;
}
.oac-items-start {
  align-items: flex-start;
}
.\!oac-items-start {
  align-items: flex-start !important;
}
.oac-items-end {
  align-items: flex-end;
}
.oac-items-center {
  align-items: center;
}
.\!oac-items-center {
  align-items: center !important;
}
.oac-items-baseline {
  align-items: baseline;
}
.oac-justify-start {
  justify-content: flex-start;
}
.\!oac-justify-start {
  justify-content: flex-start !important;
}
.oac-justify-end {
  justify-content: flex-end;
}
.oac-justify-center {
  justify-content: center;
}
.oac-justify-between {
  justify-content: space-between;
}
.oac-justify-items-center {
  justify-items: center;
}
.oac-gap-4 {
  gap: 20px;
}
.oac-gap-2 {
  gap: 10px;
}
.oac-gap-6 {
  gap: 30px;
}
.oac-gap-x-8 {
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.oac-gap-y-4 {
  row-gap: 20px;
}
.oac-gap-x-6 {
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.oac-gap-x-4 {
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.oac-gap-y-6 {
  row-gap: 30px;
}
.oac-gap-y-8 {
  row-gap: 40px;
}
.oac-gap-x-16 {
  -moz-column-gap: 80px;
  column-gap: 80px;
}
.oac-gap-y-2 {
  row-gap: 10px;
}
.oac-gap-x-2 {
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.oac-gap-x-3 {
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.oac-gap-y-3 {
  row-gap: 15px;
}
.oac-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
.oac-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}
.oac-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(40px * var(--tw-space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
}
.oac-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}
.oac-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5px * var(--tw-space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
}
.oac-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15px * var(--tw-space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
}
.oac-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5px * var(--tw-space-y-reverse));
}
.oac-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}
.oac-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.oac-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.oac-space-x-\[8px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.oac-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}
.oac-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.oac-divide-gray-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--gray-10);
}
.oac-self-end {
  align-self: flex-end;
}
.oac-self-center {
  align-self: center;
}
.oac-overflow-auto {
  overflow: auto;
}
.oac-overflow-hidden {
  overflow: hidden;
}
.oac-overflow-y-auto {
  overflow-y: auto;
}
.oac-overflow-x-hidden {
  overflow-x: hidden;
}
.oac-overflow-y-hidden {
  overflow-y: hidden;
}
.oac-truncate {
  overflow: hidden;
  white-space: nowrap;
}
.oac-overflow-ellipsis,
.oac-text-ellipsis,
.oac-truncate {
  text-overflow: ellipsis;
}
.oac-whitespace-nowrap {
  white-space: nowrap;
}
.oac-break-all {
  word-break: break-all;
}
.oac-rounded-full {
  border-radius: 9999px;
}
.oac-rounded {
  border-radius: 3px;
}
.oac-rounded-\[50px\] {
  border-radius: 50px;
}
.oac-rounded-s {
  border-radius: 1px;
}
.oac-rounded-none {
  border-radius: 0;
}
.oac-rounded-\[50\%\] {
  border-radius: 50%;
}
.oac-rounded-\[2px\] {
  border-radius: 2px;
}
.oac-rounded-\[12px\] {
  border-radius: 12px;
}
.oac-rounded-t {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.oac-rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.oac-rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.oac-rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.oac-border-0 {
  border-width: 0;
}
.oac-border {
  border-width: 1px;
}
.oac-border-\[57px\] {
  border-width: 57px;
}
.\!oac-border-2 {
  border-width: 2px !important;
}
.oac-border-\[2px\] {
  border-width: 2px;
}
.oac-border-\[25px\] {
  border-width: 25px;
}
.oac-border-t {
  border-top-width: 1px;
}
.oac-border-l-\[3px\] {
  border-left-width: 3px;
}
.oac-border-b {
  border-bottom-width: 1px;
}
.oac-border-b-\[2px\] {
  border-bottom-width: 2px;
}
.oac-border-r-0 {
  border-right-width: 0;
}
.oac-border-t-\[19px\] {
  border-top-width: 19px;
}
.oac-border-r-\[19px\] {
  border-right-width: 19px;
}
.oac-border-l-\[19px\] {
  border-left-width: 19px;
}
.oac-border-b-\[19px\] {
  border-bottom-width: 19px;
}
.oac-border-r {
  border-right-width: 1px;
}
.oac-border-l {
  border-left-width: 1px;
}
.oac-border-l-3 {
  border-left-width: 3px;
}
.oac-border-b-\[5px\] {
  border-bottom-width: 5px;
}
.oac-border-solid {
  border-style: solid;
}
.\!oac-border-solid {
  border-style: solid !important;
}
.oac-border-dashed {
  border-style: dashed;
}
.oac-border-none {
  border-style: none;
}
.oac-border-gray-10 {
  border-color: var(--gray-10);
}
.oac-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.oac-border-blue {
  border-color: var(--blue);
}
.oac-border-transparent {
  border-color: transparent;
}
.oac-border-gray-5 {
  border-color: var(--gray-5);
}
.\!oac-border-blue {
  border-color: var(--blue) !important;
}
.oac-border-gray-20 {
  border-color: var(--gray-20);
}
.\!oac-border-blue-50 {
  border-color: var(--blue-50) !important;
}
.\!oac-border-blue-120 {
  border-color: var(--blue-120) !important;
}
.oac-border-blue-80 {
  border-color: var(--blue-80);
}
.oac-border-t-gray-10 {
  border-top-color: var(--gray-10);
}
.oac-border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.oac-border-t-blue-5 {
  border-top-color: var(--blue-5);
}
.oac-border-b-blue-5 {
  border-bottom-color: var(--blue-5);
}
.oac-border-l-gray-5 {
  border-left-color: var(--gray-5);
}
.oac-border-t-transparent {
  border-top-color: transparent;
}
.oac-border-b-transparent {
  border-bottom-color: transparent;
}
.oac-border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.oac-border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.oac-border-t-blue {
  border-top-color: var(--blue);
}
.oac-border-r-blue {
  border-right-color: var(--blue);
}
.oac-border-l-transparent {
  border-left-color: transparent;
}
.\!oac-border-t-blue-120 {
  border-top-color: var(--blue-120) !important;
}
.\!oac-border-r-blue-120 {
  border-right-color: var(--blue-120) !important;
}
.oac-border-t-blue-20 {
  border-top-color: var(--blue-20);
}
.oac-border-b-\[\#C3D1FA\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(195 209 250 / var(--tw-border-opacity));
}
.oac-border-b-blue-10 {
  border-bottom-color: var(--blue-10);
}
.oac-border-r-transparent {
  border-right-color: transparent;
}
.oac-border-b-gray-10 {
  border-bottom-color: var(--gray-10);
}
.oac-bg-gray-5 {
  background-color: var(--gray-5);
}
.oac-bg-\[\#8b8c92\] {
  --tw-bg-opacity: 1;
  background-color: rgb(139 140 146 / var(--tw-bg-opacity));
}
.oac-bg-blue-10 {
  background-color: var(--blue-10);
}
.oac-bg-blue {
  background-color: var(--blue);
}
.oac-bg-blue-5 {
  background-color: var(--blue-5);
}
.oac-bg-\[\#303030\] {
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
}
.oac-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.oac-bg-\[\#edeff2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 239 242 / var(--tw-bg-opacity));
}
.oac-bg-gray-10 {
  background-color: var(--gray-10);
}
.oac-bg-blue-50 {
  background-color: var(--blue-50);
}
.oac-bg-gray {
  background-color: var(--gray);
}
.oac-bg-transparent {
  background-color: transparent;
}
.oac-bg-green-10 {
  background-color: var(--green-10);
}
.oac-bg-yellow-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 245 229 / var(--tw-bg-opacity));
}
.oac-bg-gray-120 {
  background-color: var(--gray-120);
}
.oac-bg-gray-80 {
  background-color: var(--gray-80);
}
.oac-bg-blue-20 {
  background-color: var(--blue-20);
}
.\!oac-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.\!oac-bg-blue-10 {
  background-color: var(--blue-10) !important;
}
.oac-bg-\[\#f0f8ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 255 / var(--tw-bg-opacity));
}
.oac-bg-\[\#1d1e20\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 30 32 / var(--tw-bg-opacity));
}
.oac-bg-\[\#30303080\] {
  background-color: #30303080;
}
.oac-bg-red {
  background-color: var(--red);
}
.\!oac-bg-red {
  background-color: var(--red) !important;
}
.oac-bg-gray-20 {
  background-color: var(--gray-20);
}
.oac-bg-\[\#3DE2FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 226 255 / var(--tw-bg-opacity));
}
.\!oac-bg-blue-50 {
  background-color: var(--blue-50) !important;
}
.oac-bg-\[\#B3D1FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(179 209 255 / var(--tw-bg-opacity));
}
.oac-bg-green-50 {
  background-color: var(--green-50);
}
.oac-bg-red-5 {
  background-color: var(--red-5);
}
.oac-bg-purple-5 {
  background-color: var(--purple-5);
}
.oac-bg-\[\#C3D1FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(195 209 250 / var(--tw-bg-opacity));
}
.oac-bg-\[\#cde3ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 227 255 / var(--tw-bg-opacity));
}
.oac-bg-\[rgba\(36\,38\,41\,0\.3\)\] {
  background-color: rgba(36, 38, 41, 0.3);
}
.oac-bg-\[\#242629\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 38 41 / var(--tw-bg-opacity));
}
.oac-bg-\[url\(\'\/img\/aboutus\/award-bg\.png\'\)\] {
  background-image: url(/img/aboutus/award-bg.png);
}
.oac-bg-\[url\(\'\/img\/aboutus\/aboutus-intro\.png\'\)\] {
  background-image: url(/img/aboutus/aboutus-intro.png);
}
.oac-bg-\[url\(\'\/img\/aboutus\/timeline-bg\.png\'\)\] {
  background-image: url(/img/aboutus/timeline-bg.png);
}
.oac-bg-\[url\(\'\/img\/app_center\/banner\.png\'\)\] {
  background-image: url(/img/app_center/banner.png);
}
.oac-bg-\[url\(\'\/img\/customers\/customer_bg\.svg\'\)\] {
  background-image: url(/img/customers/customer_bg.svg);
}
.oac-bg-\[url\(\'\/img\/support\/support-bg\@1024\.png\'\)\] {
  background-image: url(/img/support/support-bg@1024.png);
}
.oac-bg-\[url\(\'\/img\/white_paper\/banner-bg\.png\'\)\] {
  background-image: url(/img/white_paper/banner-bg.png);
}
.oac-bg-\[url\(\"\/img\/video-play\.png\"\)\] {
  background-image: url(/img/video-play.png);
}
.oac-bg-\[url\(\'\/img\/white_paper\/wave\.svg\'\)\] {
  background-image: url(/img/white_paper/wave.svg);
}
.oac-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.oac-bg-\[url\(\'\/img\/white_paper\/meeting-title-bg\.png\'\)\] {
  background-image: url(/img/white_paper/meeting-title-bg.png);
}
.oac-bg-\[url\(\"\/img\/white_paper\/triangle\.png\"\)\] {
  background-image: url(/img/white_paper/triangle.png);
}
.oac-bg-\[url\(\'\/img\/white_paper\/recommend-name-bg\.png\'\)\] {
  background-image: url(/img/white_paper/recommend-name-bg.png);
}
.oac-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.oac-bg-\[url\(\"\/img\/white_paper\/recommend-bg\.svg\"\)\] {
  background-image: url(/img/white_paper/recommend-bg.svg);
}
.oac-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.oac-bg-\[url\(\'\/img\/appointment\/expert-bg\.png\'\)\] {
  background-image: url(/img/appointment/expert-bg.png);
}
.oac-bg-\[url\(\'\/img\/appointment\/expert-quote\.png\'\)\] {
  background-image: url(/img/appointment/expert-quote.png);
}
.oac-from-cyan {
  --tw-gradient-from: var(--cyan);
  --tw-gradient-to: hsla(0, 0%, 100%, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.oac-from-\[\#3be1ff\] {
  --tw-gradient-from: #3be1ff;
  --tw-gradient-to: rgba(59, 225, 255, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.oac-from-\[\#F1F7FF\] {
  --tw-gradient-from: #f1f7ff;
  --tw-gradient-to: rgba(241, 247, 255, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.oac-from-\[\#C3D1FA\] {
  --tw-gradient-from: #c3d1fa;
  --tw-gradient-to: rgba(195, 209, 250, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.oac-to-\[\#7DFFFF\] {
  --tw-gradient-to: #7dffff;
}
.oac-to-\[\#E8F1FF\] {
  --tw-gradient-to: #e8f1ff;
}
.oac-to-\[\#C3D1FA\]\/0 {
  --tw-gradient-to: rgba(195, 209, 250, 0);
}
.oac-bg-cover {
  background-size: cover;
}
.oac-bg-clip-border {
  background-clip: border-box;
}
.oac-bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.oac-bg-center {
  background-position: 50%;
}
.oac-bg-top {
  background-position: top;
}
.oac-bg-bottom {
  background-position: bottom;
}
.oac-bg-left {
  background-position: 0;
}
.oac-bg-no-repeat {
  background-repeat: no-repeat;
}
.oac-bg-origin-border {
  background-origin: border-box;
}
.oac-stroke-\[4px\] {
  stroke-width: 4px;
}
.oac-stroke-2 {
  stroke-width: 2;
}
.oac-object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.\!oac-object-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.oac-object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.oac-object-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.oac-p-6 {
  padding: 30px;
}
.oac-p-4 {
  padding: 20px;
}
.oac-p-8 {
  padding: 40px;
}
.oac-p-0 {
  padding: 0;
}
.oac-p-2 {
  padding: 10px;
}
.oac-p-\[30px\] {
  padding: 30px;
}
.oac-p-12 {
  padding: 60px;
}
.oac-p-1 {
  padding: 5px;
}
.oac-p-\[7px\] {
  padding: 7px;
}
.oac-p-s {
  padding: 10px;
}
.oac-p-l {
  padding: 20px;
}
.oac-p-\[13px\] {
  padding: 13px;
}
.oac-p-\[28px\] {
  padding: 28px;
}
.oac-p-5 {
  padding: 25px;
}
.oac-p-\[2px\] {
  padding: 2px;
}
.oac-p-3 {
  padding: 15px;
}
.\!oac-p-3 {
  padding: 15px !important;
}
.oac-py-12 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.oac-px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.oac-py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.oac-px-4 {
  padding-left: 20px;
  padding-right: 20px;
}
.oac-px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.oac-py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.oac-px-6 {
  padding-left: 30px;
  padding-right: 30px;
}
.oac-py-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.oac-px-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.oac-px-2 {
  padding-left: 10px;
  padding-right: 10px;
}
.oac-py-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.oac-py-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.oac-px-\[45px\] {
  padding-left: 45px;
  padding-right: 45px;
}
.\!oac-py-\[7px\] {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.\!oac-px-\[19px\] {
  padding-left: 19px !important;
  padding-right: 19px !important;
}
.oac-py-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.oac-py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.oac-py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.oac-px-m {
  padding-left: 15px;
  padding-right: 15px;
}
.oac-py-s {
  padding-top: 10px;
  padding-bottom: 10px;
}
.oac-py-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.\!oac-px-4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.oac-px-10 {
  padding-left: 50px;
  padding-right: 50px;
}
.oac-px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.oac-px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.oac-py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.\!oac-py-\[9px\] {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.\!oac-py-\[8px\] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.\!oac-px-\[18px\] {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.oac-py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.oac-px-\[19px\] {
  padding-left: 19px;
  padding-right: 19px;
}
.oac-py-16 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.oac-px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.\!oac-py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.\!oac-px-\[8px\] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.\!oac-py-\[4px\] {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.oac-py-20 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.oac-px-l {
  padding-left: 20px;
  padding-right: 20px;
}
.oac-py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.\!oac-px-\[calc\(\(100vw-360px\)\/2\)\] {
  padding-left: calc((100vw - 360px) / 2) !important;
  padding-right: calc((100vw - 360px) / 2) !important;
}
.\!oac-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.oac-px-5 {
  padding-left: 25px;
  padding-right: 25px;
}
.oac-px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.oac-py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.\!oac-px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.oac-py-24 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.oac-px-1 {
  padding-left: 5px;
  padding-right: 5px;
}
.oac-px-8 {
  padding-left: 40px;
  padding-right: 40px;
}
.oac-px-\[57px\] {
  padding-left: 57px;
  padding-right: 57px;
}
.oac-px-0 {
  padding-left: 0;
  padding-right: 0;
}
.oac-px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}
.oac-px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}
.oac-pt-20 {
  padding-top: 100px;
}
.oac-pt-12 {
  padding-top: 60px;
}
.oac-pb-12 {
  padding-bottom: 60px;
}
.oac-pt-4 {
  padding-top: 20px;
}
.oac-pt-3 {
  padding-top: 15px;
}
.oac-pr-4 {
  padding-right: 20px;
}
.oac-pl-4 {
  padding-left: 20px;
}
.oac-pb-\[242px\] {
  padding-bottom: 242px;
}
.oac-pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}
.oac-pb-8 {
  padding-bottom: 40px;
}
.oac-pl-8 {
  padding-left: 40px;
}
.oac-pt-\[55px\] {
  padding-top: 55px;
}
.oac-pb-\[54px\] {
  padding-bottom: 54px;
}
.oac-pl-\[17px\] {
  padding-left: 17px;
}
.oac-pt-6 {
  padding-top: 30px;
}
.oac-pt-8 {
  padding-top: 40px;
}
.oac-pb-2 {
  padding-bottom: 10px;
}
.oac-pt-1 {
  padding-top: 5px;
}
.oac-pb-6 {
  padding-bottom: 30px;
}
.oac-pt-\[13px\] {
  padding-top: 13px;
}
.oac-pb-\[10px\] {
  padding-bottom: 10px;
}
.oac-pb-1 {
  padding-bottom: 5px;
}
.\!oac-pl-1 {
  padding-left: 5px !important;
}
.oac-pt-\[70px\] {
  padding-top: 70px;
}
.oac-pb-4 {
  padding-bottom: 20px;
}
.oac-pt-\[51px\] {
  padding-top: 51px;
}
.oac-pt-2 {
  padding-top: 10px;
}
.oac-pb-3 {
  padding-bottom: 15px;
}
.oac-pl-2 {
  padding-left: 10px;
}
.oac-pt-\[54px\] {
  padding-top: 54px;
}
.oac-pt-\[70\.59\%\] {
  padding-top: 70.59%;
}
.\!oac-pl-4 {
  padding-left: 20px !important;
}
.oac-pt-16 {
  padding-top: 80px;
}
.oac-pb-16 {
  padding-bottom: 80px;
}
.oac-pb-\[75\%\] {
  padding-bottom: 75%;
}
.\!oac-pt-4 {
  padding-top: 20px !important;
}
.\!oac-pb-8 {
  padding-bottom: 40px !important;
}
.oac-pb-\[40px\] {
  padding-bottom: 40px;
}
.\!oac-pb-0 {
  padding-bottom: 0 !important;
}
.oac-pb-\[114px\] {
  padding-bottom: 114px;
}
.oac-pr-3 {
  padding-right: 15px;
}
.oac-pt-5 {
  padding-top: 25px;
}
.oac-pl-1 {
  padding-left: 5px;
}
.oac-pl-\[6px\] {
  padding-left: 6px;
}
.oac-pb-7 {
  padding-bottom: 35px;
}
.oac-pt-\[50px\] {
  padding-top: 50px;
}
.oac-pr-\[16px\] {
  padding-right: 16px;
}
.oac-pt-10 {
  padding-top: 50px;
}
.oac-pr-2 {
  padding-right: 10px;
}
.oac-pl-3 {
  padding-left: 15px;
}
.oac-pb-\[100px\] {
  padding-bottom: 100px;
}
.oac-pt-\[56\.25\%\] {
  padding-top: 56.25%;
}
.oac-pb-\[35px\] {
  padding-bottom: 35px;
}
.oac-pl-10 {
  padding-left: 50px;
}
.oac-pr-6 {
  padding-right: 30px;
}
.oac-pb-14 {
  padding-bottom: 70px;
}
.oac-text-left {
  text-align: left;
}
.\!oac-text-left {
  text-align: left !important;
}
.oac-text-center {
  text-align: center;
}
.oac-text-right {
  text-align: right;
}
.oac-text-start {
  text-align: start;
}
.\!oac-indent-0 {
  text-indent: 0 !important;
}
.oac-align-top {
  vertical-align: top;
}
.oac-align-middle {
  vertical-align: middle;
}
.oac-align-bottom {
  vertical-align: bottom;
}
.oac-align-text-bottom {
  vertical-align: text-bottom;
}
.oac-text-20 {
  font-size: 20px;
  line-height: 28px;
}
.oac-text-14 {
  font-size: 14px;
  line-height: 22px;
}
.oac-text-24 {
  font-size: 24px;
  line-height: 32px;
}
.\!oac-text-12 {
  font-size: 12px !important;
  line-height: 20px !important;
}
.oac-text-16 {
  font-size: 16px;
  line-height: 24px;
}
.oac-text-12 {
  font-size: 12px;
  line-height: 20px;
}
.oac-text-32 {
  font-size: 32px;
  line-height: 40px;
}
.\!oac-text-32 {
  font-size: 32px !important;
  line-height: 40px !important;
}
.oac-text-18 {
  font-size: 18px;
  line-height: 26px;
}
.oac-text-44 {
  font-size: 44px;
  line-height: 52px;
}
.oac-text-\[120px\] {
  font-size: 120px;
}
.oac-text-48 {
  font-size: 48px;
  line-height: 56px;
}
.\!oac-text-14 {
  font-size: 14px !important;
  line-height: 22px !important;
}
.\!oac-text-16 {
  font-size: 16px !important;
  line-height: 24px !important;
}
.\!oac-text-20 {
  font-size: 20px !important;
  line-height: 28px !important;
}
.oac-text-\[60px\] {
  font-size: 60px;
}
.oac-text-\[20px\] {
  font-size: 20px;
}
.oac-text-36 {
  font-size: 36px;
  line-height: 44px;
}
.oac-text-\[50px\] {
  font-size: 50px;
}
.oac-font-medium {
  font-weight: 500;
}
.oac-font-bold {
  font-weight: 700;
}
.oac-font-normal {
  font-weight: 400;
}
.\!oac-font-normal {
  font-weight: 400 !important;
}
.\!oac-font-bold {
  font-weight: 700 !important;
}
.oac-font-\[400\] {
  font-weight: 400;
}
.oac-font-\[600\] {
  font-weight: 600;
}
.oac-font-\[500\] {
  font-weight: 500;
}
.\!oac-font-medium {
  font-weight: 500 !important;
}
.oac-uppercase {
  text-transform: uppercase;
}
.oac-leading-\[24px\] {
  line-height: 24px;
}
.oac-leading-\[60px\] {
  line-height: 60px;
}
.oac-leading-\[36px\] {
  line-height: 36px;
}
.oac-leading-\[48px\] {
  line-height: 48px;
}
.oac-leading-\[1\.75\] {
  line-height: 1.75;
}
.oac-leading-\[28px\] {
  line-height: 28px;
}
.oac-leading-\[20px\] {
  line-height: 20px;
}
.oac-leading-\[1\.5\] {
  line-height: 1.5;
}
.oac-leading-\[30px\] {
  line-height: 30px;
}
.oac-leading-\[19px\] {
  line-height: 19px;
}
.oac-leading-\[44px\] {
  line-height: 44px;
}
.oac-leading-\[22px\] {
  line-height: 22px;
}
.oac-leading-\[33px\] {
  line-height: 33px;
}
.oac-leading-\[40px\] {
  line-height: 40px;
}
.oac-leading {
  line-height: 1.5715;
}
.oac-tracking-wider {
  letter-spacing: 0.05em;
}
.oac-tracking-wide {
  letter-spacing: 0.025em;
}
.oac-tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.oac-tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}
.oac-tracking-\[1px\] {
  letter-spacing: 1px;
}
.oac-text-gray-120 {
  color: var(--gray-120);
}
.oac-text-gray {
  color: var(--gray);
}
.oac-text-gray-50 {
  color: var(--gray-50);
}
.oac-text-red {
  color: var(--red);
}
.oac-text-gray-80 {
  color: var(--gray-80);
}
.oac-text-blue {
  color: var(--blue);
}
.oac-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.oac-text-\[\#24B47E\] {
  --tw-text-opacity: 1;
  color: rgb(36 180 126 / var(--tw-text-opacity));
}
.oac-text-\[\#303030\] {
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}
.oac-text-\[\#E52727\] {
  --tw-text-opacity: 1;
  color: rgb(229 39 39 / var(--tw-text-opacity));
}
.oac-text-gray-100 {
  color: var(--gray-100);
}
.\!oac-text-blue {
  color: var(--blue) !important;
}
.oac-text-gray-10 {
  color: var(--gray-10);
}
.oac-text-green {
  color: var(--green);
}
.oac-text-yellow {
  --tw-text-opacity: 1;
  color: rgb(240 161 0 / var(--tw-text-opacity));
}
.\!oac-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.oac-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.oac-text-blue-50 {
  color: var(--blue-50);
}
.oac-text-orange {
  color: var(--orange);
}
.\!oac-text-gray-120 {
  color: var(--gray-120) !important;
}
.\!oac-text-gray-80 {
  color: var(--gray-80) !important;
}
.oac-text-blue-80 {
  color: var(--blue-80);
}
.\!oac-text-gray {
  color: var(--gray) !important;
}
.\!oac-text-blue-50 {
  color: var(--blue-50) !important;
}
.oac-text-inherit {
  color: inherit;
}
.oac-text-blue-120 {
  color: var(--blue-120);
}
.oac-text-transparent {
  color: transparent;
}
.oac-no-underline {
  text-decoration-line: none;
}
.oac-opacity-50 {
  opacity: 0.5;
}
.\!oac-opacity-100 {
  opacity: 1 !important;
}
.oac-opacity-0 {
  opacity: 0;
}
.oac-opacity-40 {
  opacity: 0.4;
}
.oac-opacity-100 {
  opacity: 1;
}
.oac-opacity-20 {
  opacity: 0.2;
}
.oac-opacity-60 {
  opacity: 0.6;
}
.oac-opacity-75 {
  opacity: 0.75;
}
.oac-opacity-25 {
  opacity: 0.25;
}
.oac-opacity-80 {
  opacity: 0.8;
}
.oac-shadow {
  --tw-shadow: var(--shadow);
  --tw-shadow-colored: var(--shadow);
}
.oac-shadow,
.oac-shadow-m {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.oac-shadow-m {
  --tw-shadow: var(--shadow-m);
  --tw-shadow-colored: var(--shadow-m);
}
.oac-shadow-l {
  --tw-shadow: var(--shadow-l);
  --tw-shadow-colored: var(--shadow-l);
}
.oac-shadow-l,
.oac-shadow-s {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.oac-shadow-s {
  --tw-shadow: var(--shadow-s);
  --tw-shadow-colored: var(--shadow-s);
}
.oac-shadow-red {
  --tw-shadow: var(--shadow-red);
  --tw-shadow-colored: var(--shadow-red);
}
.oac-shadow-none,
.oac-shadow-red {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.oac-shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.oac-shadow-red {
  --tw-shadow-color: var(--red);
  --tw-shadow: var(--tw-shadow-colored);
}
.oac-shadow-blue-120 {
  --tw-shadow-color: var(--blue-120);
  --tw-shadow: var(--tw-shadow-colored);
}
.oac-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.oac-outline-0 {
  outline-width: 0;
}
.oac-grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.oac-backdrop-blur-\[5px\] {
  --tw-backdrop-blur: blur(5px);
}
.oac-backdrop-blur-\[5px\],
.oac-backdrop-blur-xl {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.oac-backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
}
.oac-backdrop-blur-\[6\.39827px\] {
  --tw-backdrop-blur: blur(6.39827px);
}
.oac-backdrop-blur-\[10px\],
.oac-backdrop-blur-\[6\.39827px\] {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.oac-backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
}
.oac-backdrop-blur-\[1\.55003px\] {
  --tw-backdrop-blur: blur(1.55003px);
}
.oac-backdrop-blur-\[1\.55003px\],
.oac-backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.\!oac-backdrop-filter-none {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.oac-transition-\[transform\,opacity\] {
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.oac-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.oac-transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.oac-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.oac-transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.oac-duration-300 {
  transition-duration: 0.3s;
}
.oac-duration-500 {
  transition-duration: 0.5s;
}
.oac-ease-\[cubic-bezier\(0\.42\,0\,0\.58\,1\)\] {
  transition-timing-function: ease-in-out;
}
.oac-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.oac-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
:root {
  scroll-behavior: auto;
}
.ones-form-item-label > label {
  font-size: 16px;
}
.ones-input-affix-wrapper {
  padding: 8px 11px;
  border-color: var(--gray-20);
}
.ones-input-affix-wrapper-focused {
  border-color: var(--primary);
}
.ones-select:not(.ones-select-customize-input) .ones-select-selector {
  height: auto;
  padding: 5px 11px;
  border-color: var(--gray-20);
}
.ones-input,
.ones-input-group-addon {
  border-color: var(--gray-20);
}
.ones-select-arrow,
.ones-select-clear {
  margin-top: 12px;
}
.ones-modal-content {
  max-height: 100vh;
}
.ones-button.ones-button-background-ghost[disabled] {
  height: 40px;
  font-size: 16px;
}
.ones-form-item-control {
  min-height: 60px;
}
.ones-input::-moz-placeholder {
  color: var(--gray-50);
}
.ones-input::placeholder {
  color: var(--gray-50);
}
.ones-input-number-input::-moz-placeholder {
  color: var(--gray-50);
}
.ones-input-number-input::placeholder {
  color: var(--gray-50);
}
.ones-select-dropdown {
  padding: 5px 0;
}
.ones-select-item {
  line-height: 22px;
}
.ones-select-item .ones-select-item-option-state svg {
  margin-top: 3px;
}
.rc-virtual-list-holder {
  max-height: 266px !important;
}
@media (max-width: 768px) {
  .custom-modal .ones-button.ones-modal-close-button {
    top: 20px;
  }
}
@media (min-width: 768px) {
  .custom-modal .ones-button.ones-modal-close-button {
    top: 14px;
  }
}
.placeholder\:oac-text-gray-80::-moz-placeholder {
  color: var(--gray-80);
}
.placeholder\:oac-text-gray-80::placeholder {
  color: var(--gray-80);
}
.before\:oac-absolute:before {
  content: var(--tw-content);
  position: absolute;
}
.before\:oac-top-0:before {
  content: var(--tw-content);
  top: 0;
}
.before\:oac-left-0:before {
  content: var(--tw-content);
  left: 0;
}
.before\:oac-inline-block:before {
  content: var(--tw-content);
  display: inline-block;
}
.before\:oac-h-full:before {
  content: var(--tw-content);
  height: 100%;
}
.before\:oac-h-1:before {
  content: var(--tw-content);
  height: 5px;
}
.before\:oac-w-\[3px\]:before {
  content: var(--tw-content);
  width: 3px;
}
.before\:oac-w-full:before {
  content: var(--tw-content);
  width: 100%;
}
.before\:oac-bg-blue:before {
  content: var(--tw-content);
  background-color: var(--blue);
}
.before\:oac-content-\[\"\"\]:before {
  --tw-content: "";
  content: var(--tw-content);
}
.after\:oac-absolute:after {
  content: var(--tw-content);
  position: absolute;
}
.after\:oac-top-2:after {
  content: var(--tw-content);
  top: 10px;
}
.after\:oac-right-2:after {
  content: var(--tw-content);
  right: 10px;
}
.after\:oac-inline-block:after {
  content: var(--tw-content);
  display: inline-block;
}
.after\:oac-h-\[16px\]:after {
  content: var(--tw-content);
  height: 16px;
}
.after\:oac-w-\[16px\]:after {
  content: var(--tw-content);
  width: 16px;
}
.after\:oac-bg-check-blue:after {
  content: var(--tw-content);
  background-image: url(/img/pricing/check-blue.png);
}
.after\:oac-bg-cover:after {
  content: var(--tw-content);
  background-size: cover;
}
.after\:oac-content-\[\"\"\]:after {
  --tw-content: "";
  content: var(--tw-content);
}
.first\:oac-mt-0:first-child {
  margin-top: 0;
}
.last\:oac-mb-0:last-child {
  margin-bottom: 0;
}
.last\:oac-mr-0:last-child {
  margin-right: 0;
}
.last\:oac-mt-\[34px\]:last-child {
  margin-top: 34px;
}
.last\:\!oac-mb-0:last-child {
  margin-bottom: 0 !important;
}
.last\:oac-border-b-0:last-child {
  border-bottom-width: 0;
}
.last\:oac-border-none:last-child {
  border-style: none;
}
.last\:oac-pb-0:last-child {
  padding-bottom: 0;
}
.hover\:oac-h-\[266px\]:hover {
  height: 266px;
}
.hover\:oac-scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:oac-border:hover {
  border-width: 1px;
}
.hover\:oac-border-blue-80:hover {
  border-color: var(--blue-80);
}
.hover\:oac-border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:oac-border-blue-50:hover {
  border-color: var(--blue-50);
}
.hover\:\!oac-border-gray-20:hover {
  border-color: var(--gray-20) !important;
}
.hover\:oac-border-blue:hover {
  border-color: var(--blue);
}
.hover\:oac-bg-blue-80:hover {
  background-color: var(--blue-80);
}
.hover\:oac-bg-gray-5:hover {
  background-color: var(--gray-5);
}
.hover\:oac-bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:oac-bg-blue-10:hover {
  background-color: var(--blue-10);
}
.hover\:oac-bg-transparent:hover {
  background-color: transparent;
}
.hover\:oac-bg-blue-20:hover {
  background-color: var(--blue-20);
}
.hover\:oac-bg-gray-10:hover {
  background-color: var(--gray-10);
}
.hover\:oac-bg-blue:hover {
  background-color: var(--blue);
}
.hover\:oac-bg-red-80:hover {
  background-color: var(--red-80);
}
.hover\:\!oac-bg-red-80:hover {
  background-color: var(--red-80) !important;
}
.hover\:\!oac-bg-blue-10:hover {
  background-color: var(--blue-10) !important;
}
.hover\:oac-bg-blue-50:hover {
  background-color: var(--blue-50);
}
.hover\:oac-bg-\[\#EDEFF2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 239 242 / var(--tw-bg-opacity));
}
.hover\:\!oac-bg-transparent:hover {
  background-color: transparent !important;
}
.hover\:oac-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:oac-text-blue-120:hover {
  color: var(--blue-120);
}
.hover\:oac-text-gray:hover {
  color: var(--gray);
}
.hover\:oac-text-blue-80:hover {
  color: var(--blue-80);
}
.hover\:oac-text-blue:hover {
  color: var(--blue);
}
.hover\:\!oac-text-blue-80:hover {
  color: var(--blue-80) !important;
}
.hover\:oac-text-red:hover {
  color: var(--red);
}
.hover\:oac-text-inherit:hover {
  color: inherit;
}
.hover\:oac-underline:hover {
  text-decoration-line: underline;
}
.hover\:oac-no-underline:hover {
  text-decoration-line: none;
}
.hover\:oac-opacity-100:hover {
  opacity: 1;
}
.hover\:oac-shadow-l:hover {
  --tw-shadow: var(--shadow-l);
  --tw-shadow-colored: var(--shadow-l);
}
.hover\:oac-shadow-l:hover,
.hover\:oac-shadow-m:hover {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:oac-shadow-m:hover {
  --tw-shadow: var(--shadow-m);
  --tw-shadow-colored: var(--shadow-m);
}
.hover\:oac-shadow-orange-20:hover {
  --tw-shadow-color: var(--orange-20);
  --tw-shadow: var(--tw-shadow-colored);
}
.focus\:oac-border-blue:focus {
  border-color: var(--blue);
}
.focus\:oac-border-blue-80:focus {
  border-color: var(--blue-80);
}
.focus\:oac-bg-blue-120:focus {
  background-color: var(--blue-120);
}
.focus\:oac-bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:oac-bg-transparent:focus {
  background-color: transparent;
}
.focus\:oac-bg-blue:focus {
  background-color: var(--blue);
}
.focus\:\!oac-bg-blue-20:focus {
  background-color: var(--blue-20) !important;
}
.focus\:oac-text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:oac-text-blue-120:focus {
  color: var(--blue-120);
}
.focus\:oac-text-blue:focus {
  color: var(--blue);
}
.focus\:oac-text-blue-80:focus {
  color: var(--blue-80);
}
.hover\:focus\:oac-border-blue-120:focus:hover {
  border-color: var(--blue-120);
}
.hover\:focus\:oac-bg-blue-120:focus:hover {
  background-color: var(--blue-120);
}
.hover\:focus\:oac-text-white:focus:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.active\:oac-border-blue-120:active {
  border-color: var(--blue-120);
}
.active\:\!oac-bg-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\]:active {
  background-color: hsla(0, 0%, 100%, 0.2) !important;
}
.active\:\!oac-bg-blue-120:active {
  background-color: var(--blue-120) !important;
}
.active\:oac-bg-blue-20:active {
  background-color: var(--blue-20);
}
.active\:oac-bg-brand-3:active {
  background-color: var(--brand-3);
}
.active\:oac-bg-red-120:active {
  background-color: var(--red-120);
}
.active\:\!oac-bg-red-120:active {
  background-color: var(--red-120) !important;
}
.active\:oac-bg-blue-120:active {
  background-color: var(--blue-120);
}
.active\:oac-text-blue-120:active {
  color: var(--blue-120);
}
.active\:\!oac-text-blue-120:active {
  color: var(--blue-120) !important;
}
.active\:oac-text-inherit:active {
  color: inherit;
}
.active\:oac-no-underline:active {
  text-decoration-line: none;
}
.oac-group:hover .group-hover\:oac-block {
  display: block;
}
.oac-group:hover .group-hover\:oac-inline {
  display: inline;
}
.oac-group:hover .group-hover\:oac-hidden {
  display: none;
}
.oac-group:hover .group-hover\:oac-translate-x-1 {
  --tw-translate-x: 5px;
}
.oac-group:hover .group-hover\:oac-scale-105,
.oac-group:hover .group-hover\:oac-translate-x-1 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.oac-group:hover .group-hover\:oac-scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}
.oac-group:hover .group-hover\:oac-bg-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\] {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.oac-group:hover .group-hover\:oac-text-blue {
  color: var(--blue);
}
.oac-group:hover .group-hover\:oac-text-blue-80 {
  color: var(--blue-80);
}
.oac-group:hover .group-hover\:\!oac-text-blue {
  color: var(--blue) !important;
}
.oac-group:active .group-active\:oac-text-blue-120,
.oac-group:focus .group-focus\:oac-text-blue-120 {
  color: var(--blue-120);
}
@media (min-width: 360px) {
  .sm\:oac-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:oac-ml-2 {
    margin-left: 10px;
  }
  .sm\:oac-mt-s {
    margin-top: 10px;
  }
  .sm\:oac-mb-3 {
    margin-bottom: 15px;
  }
  .sm\:oac-h-\[32px\] {
    height: 32px;
  }
  .sm\:oac-h-auto {
    height: auto;
  }
  .sm\:oac-w-\[96px\] {
    width: 96px;
  }
  .sm\:oac-w-\[200px\] {
    width: 200px;
  }
  .sm\:oac-rounded {
    border-radius: 3px;
  }
  .sm\:oac-bg-\[url\(\'\/img\/support\/support-bg\@360\.png\'\)\] {
    background-image: url(/img/support/support-bg@360.png);
  }
  .sm\:oac-text-16 {
    font-size: 16px;
    line-height: 24px;
  }
  .sm\:hover\:oac-bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .sm\:hover\:oac-shadow-m:hover {
    --tw-shadow: var(--shadow-m);
    --tw-shadow-colored: var(--shadow-m);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 768px) {
  .md\:oac-static {
    position: static;
  }
  .md\:oac-fixed {
    position: fixed;
  }
  .md\:oac-absolute {
    position: absolute;
  }
  .md\:oac-relative {
    position: relative;
  }
  .md\:oac-sticky {
    position: sticky;
  }
  .md\:oac-left-6 {
    left: 30px;
  }
  .md\:oac-top-6 {
    top: 30px;
  }
  .md\:oac-top-\[64px\] {
    top: 64px;
  }
  .md\:oac-bottom-\[400px\] {
    bottom: 400px;
  }
  .md\:oac-top-2 {
    top: 10px;
  }
  .md\:oac-top-auto {
    top: auto;
  }
  .md\:-oac-top-6 {
    top: -30px;
  }
  .md\:-oac-right-\[45px\] {
    right: -45px;
  }
  .md\:-oac-left-\[45px\] {
    left: -45px;
  }
  .md\:oac-left-1\/2 {
    left: 50%;
  }
  .md\:oac-top-\[24px\] {
    top: 24px;
  }
  .md\:oac-bottom-auto {
    bottom: auto;
  }
  .md\:oac-left-0 {
    left: 0;
  }
  .md\:oac-right-0 {
    right: 0;
  }
  .md\:oac-top-0 {
    top: 0;
  }
  .md\:oac-bottom-0 {
    bottom: 0;
  }
  .md\:-oac-right-\[34px\] {
    right: -34px;
  }
  .md\:\!oac-left-1\/2 {
    left: 50% !important;
  }
  .md\:oac-top-\[230px\] {
    top: 230px;
  }
  .md\:oac-top-12 {
    top: 60px;
  }
  .md\:-oac-left-\[58px\] {
    left: -58px;
  }
  .md\:oac-left-\[149px\] {
    left: 149px;
  }
  .md\:-oac-left-\[57px\] {
    left: -57px;
  }
  .md\:oac-left-\[145px\] {
    left: 145px;
  }
  .md\:oac-top-1\/2 {
    top: 50%;
  }
  .md\:oac-top-\[63px\] {
    top: 63px;
  }
  .md\:oac-bottom-\[34px\] {
    bottom: 34px;
  }
  .md\:oac-top-\[46px\] {
    top: 46px;
  }
  .md\:-oac-bottom-2 {
    bottom: -10px;
  }
  .md\:-oac-bottom-1 {
    bottom: -5px;
  }
  .md\:oac-bottom-\[108px\] {
    bottom: 108px;
  }
  .md\:-oac-top-4 {
    top: -20px;
  }
  .md\:oac-order-1 {
    order: 1;
  }
  .md\:oac-order-2 {
    order: 2;
  }
  .md\:oac-col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:oac-col-start-1 {
    grid-column-start: 1;
  }
  .md\:oac-col-end-3 {
    grid-column-end: 3;
  }
  .md\:oac-m-auto {
    margin: auto;
  }
  .md\:oac-m-0 {
    margin: 0;
  }
  .md\:oac-mx-6 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .md\:oac-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:oac-my-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .md\:oac-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:oac-my-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .md\:oac-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:oac-mx-8 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .md\:oac-mb-16 {
    margin-bottom: 80px;
  }
  .md\:oac-mt-6 {
    margin-top: 30px;
  }
  .md\:oac-ml-0 {
    margin-left: 0;
  }
  .md\:oac-ml-3 {
    margin-left: 15px;
  }
  .md\:oac-mt-1 {
    margin-top: 5px;
  }
  .md\:oac-mt-4 {
    margin-top: 20px;
  }
  .md\:oac-ml-m {
    margin-left: 15px;
  }
  .md\:oac-ml-\[39px\] {
    margin-left: 39px;
  }
  .md\:oac-mt-8 {
    margin-top: 40px;
  }
  .md\:oac-mb-12 {
    margin-bottom: 60px;
  }
  .md\:oac-mt-0 {
    margin-top: 0;
  }
  .md\:oac-mb-5 {
    margin-bottom: 25px;
  }
  .md\:oac-mt-3 {
    margin-top: 15px;
  }
  .md\:oac-mb-2 {
    margin-bottom: 10px;
  }
  .md\:oac-mb-1 {
    margin-bottom: 5px;
  }
  .md\:oac-mt-12 {
    margin-top: 60px;
  }
  .md\:oac-mr-3 {
    margin-right: 15px;
  }
  .md\:oac-mb-3 {
    margin-bottom: 15px;
  }
  .md\:oac-mr-4 {
    margin-right: 20px;
  }
  .md\:\!oac-mt-0 {
    margin-top: 0 !important;
  }
  .md\:oac-mt-2 {
    margin-top: 10px;
  }
  .md\:oac-mb-6 {
    margin-bottom: 30px;
  }
  .md\:oac-mb-0 {
    margin-bottom: 0;
  }
  .md\:-oac-mr-3 {
    margin-right: -15px;
  }
  .md\:oac-mb-\[55px\] {
    margin-bottom: 55px;
  }
  .md\:oac-mr-\[13px\] {
    margin-right: 13px;
  }
  .md\:oac-ml-\[12px\] {
    margin-left: 12px;
  }
  .md\:oac-mt-\[76px\] {
    margin-top: 76px;
  }
  .md\:oac-mb-\[36px\] {
    margin-bottom: 36px;
  }
  .md\:oac-mt-\[-8px\] {
    margin-top: -8px;
  }
  .md\:oac-mb-8 {
    margin-bottom: 40px;
  }
  .md\:oac-ml-\[-40px\] {
    margin-left: -40px;
  }
  .md\:oac-mt-\[-40px\] {
    margin-top: -40px;
  }
  .md\:-oac-mr-4 {
    margin-right: -20px;
  }
  .md\:-oac-mb-4 {
    margin-bottom: -20px;
  }
  .md\:oac-ml-4 {
    margin-left: 20px;
  }
  .md\:oac-mb-4 {
    margin-bottom: 20px;
  }
  .md\:oac-mr-6 {
    margin-right: 30px;
  }
  .md\:oac-ml-6 {
    margin-left: 30px;
  }
  .md\:oac-mt-16 {
    margin-top: 80px;
  }
  .md\:\!oac-mt-4 {
    margin-top: 20px !important;
  }
  .md\:\!oac-mt-2 {
    margin-top: 10px !important;
  }
  .md\:oac-mt-\[-313px\] {
    margin-top: -313px;
  }
  .md\:oac-mt-\[10px\] {
    margin-top: 10px;
  }
  .md\:oac-mt-m {
    margin-top: 15px;
  }
  .md\:-oac-mt-2 {
    margin-top: -10px;
  }
  .md\:oac-ml-s {
    margin-left: 10px;
  }
  .md\:oac-mr-0 {
    margin-right: 0;
  }
  .md\:oac-ml-8 {
    margin-left: 40px;
  }
  .md\:oac-mr-8 {
    margin-right: 40px;
  }
  .md\:oac-mr-1 {
    margin-right: 5px;
  }
  .md\:oac-mt-20 {
    margin-top: 100px;
  }
  .md\:oac-ml-\[75px\] {
    margin-left: 75px;
  }
  .md\:oac-ml-\[190px\] {
    margin-left: 190px;
  }
  .md\:oac-mt-auto {
    margin-top: auto;
  }
  .md\:-oac-mt-10 {
    margin-top: -50px;
  }
  .md\:oac-ml-2 {
    margin-left: 10px;
  }
  .md\:oac-mr-2 {
    margin-right: 10px;
  }
  .md\:oac-mb-\[38px\] {
    margin-bottom: 38px;
  }
  .md\:oac-ml-\[-150px\] {
    margin-left: -150px;
  }
  .md\:oac-ml-1 {
    margin-left: 5px;
  }
  .md\:-oac-mr-6 {
    margin-right: -30px;
  }
  .md\:-oac-mr-2 {
    margin-right: -10px;
  }
  .md\:oac-mr-5 {
    margin-right: 25px;
  }
  .md\:-oac-ml-8 {
    margin-left: -40px;
  }
  .md\:-oac-mr-8 {
    margin-right: -40px;
  }
  .md\:oac-mt-\[85px\] {
    margin-top: 85px;
  }
  .md\:oac-mt-\[200px\] {
    margin-top: 200px;
  }
  .md\:oac-ml-\[60px\] {
    margin-left: 60px;
  }
  .md\:oac-mt-\[170px\] {
    margin-top: 170px;
  }
  .md\:oac-mt-l {
    margin-top: 20px;
  }
  .md\:oac-ml-10 {
    margin-left: 50px;
  }
  .md\:oac-block {
    display: block;
  }
  .md\:oac-inline-block {
    display: inline-block;
  }
  .md\:oac-flex {
    display: flex;
  }
  .md\:oac-grid {
    display: grid;
  }
  .md\:oac-hidden {
    display: none;
  }
  .md\:oac-h-\[280px\] {
    height: 280px;
  }
  .md\:oac-h-auto {
    height: auto;
  }
  .md\:oac-h-screen {
    height: 100vh;
  }
  .md\:oac-h-\[264px\] {
    height: 264px;
  }
  .md\:\!oac-h-full {
    height: 100% !important;
  }
  .md\:oac-h-\[232px\] {
    height: 232px;
  }
  .md\:oac-h-\[180px\] {
    height: 180px;
  }
  .md\:oac-h-\[250px\] {
    height: 250px;
  }
  .md\:oac-h-\[96px\] {
    height: 96px;
  }
  .md\:oac-h-\[50px\] {
    height: 50px;
  }
  .md\:oac-h-\[60px\] {
    height: 60px;
  }
  .md\:oac-h-\[360px\] {
    height: 360px;
  }
  .md\:oac-h-\[130px\] {
    height: 130px;
  }
  .md\:oac-h-\[231px\] {
    height: 231px;
  }
  .md\:oac-h-10 {
    height: 50px;
  }
  .md\:oac-h-\[200px\] {
    height: 200px;
  }
  .md\:oac-h-\[190px\] {
    height: 190px;
  }
  .md\:oac-h-\[132px\] {
    height: 132px;
  }
  .md\:oac-h-12 {
    height: 60px;
  }
  .md\:oac-h-\[343px\] {
    height: 343px;
  }
  .md\:oac-h-\[478px\] {
    height: 478px;
  }
  .md\:oac-h-\[90px\] {
    height: 90px;
  }
  .md\:oac-h-\[71px\] {
    height: 71px;
  }
  .md\:oac-h-\[80px\] {
    height: 80px;
  }
  .md\:oac-h-\[416px\] {
    height: 416px;
  }
  .md\:oac-h-\[411px\] {
    height: 411px;
  }
  .md\:oac-h-6 {
    height: 30px;
  }
  .md\:oac-h-0 {
    height: 0;
  }
  .md\:oac-h-\[165px\] {
    height: 165px;
  }
  .md\:oac-h-\[24px\] {
    height: 24px;
  }
  .md\:oac-h-\[400px\] {
    height: 400px;
  }
  .md\:\!oac-h-\[160px\] {
    height: 160px !important;
  }
  .md\:oac-h-16 {
    height: 80px;
  }
  .md\:oac-h-\[1px\] {
    height: 1px;
  }
  .md\:\!oac-h-16 {
    height: 80px !important;
  }
  .md\:oac-h-\[219px\] {
    height: 219px;
  }
  .md\:\!oac-h-\[187px\] {
    height: 187px !important;
  }
  .md\:oac-h-\[160px\] {
    height: 160px;
  }
  .md\:oac-h-\[202px\] {
    height: 202px;
  }
  .md\:oac-h-\[579px\] {
    height: 579px;
  }
  .md\:oac-h-\[225px\] {
    height: 225px;
  }
  .md\:oac-h-\[72px\] {
    height: 72px;
  }
  .md\:\!oac-h-8 {
    height: 40px !important;
  }
  .md\:oac-h-\[36px\] {
    height: 36px;
  }
  .md\:\!oac-h-\[44px\] {
    height: 44px !important;
  }
  .md\:oac-h-\[100\%\] {
    height: 100%;
  }
  .md\:oac-h-\[730px\] {
    height: 730px;
  }
  .md\:oac-h-\[1214px\] {
    height: 1214px;
  }
  .md\:oac-h-20 {
    height: 100px;
  }
  .md\:oac-h-\[51px\] {
    height: 51px;
  }
  .md\:oac-h-\[88px\] {
    height: 88px;
  }
  .md\:oac-h-\[54px\] {
    height: 54px;
  }
  .md\:oac-h-\[563px\] {
    height: 563px;
  }
  .md\:oac-h-\[30px\] {
    height: 30px;
  }
  .md\:oac-h-3 {
    height: 15px;
  }
  .md\:oac-h-\[33px\] {
    height: 33px;
  }
  .md\:oac-h-\[32px\] {
    height: 32px;
  }
  .md\:oac-h-\[35px\] {
    height: 35px;
  }
  .md\:oac-h-\[9px\] {
    height: 9px;
  }
  .md\:oac-h-\[19px\] {
    height: 19px;
  }
  .md\:oac-h-\[29px\] {
    height: 29px;
  }
  .md\:oac-h-\[37px\] {
    height: 37px;
  }
  .md\:\!oac-h-auto {
    height: auto !important;
  }
  .md\:oac-h-\[345px\] {
    height: 345px;
  }
  .md\:\!oac-h-\[270px\] {
    height: 270px !important;
  }
  .md\:oac-h-\[43px\] {
    height: 43px;
  }
  .md\:oac-h-\[465px\] {
    height: 465px;
  }
  .md\:oac-h-\[69px\] {
    height: 69px;
  }
  .md\:oac-h-full {
    height: 100%;
  }
  .md\:oac-h-\[320px\] {
    height: 320px;
  }
  .md\:oac-h-\[384px\] {
    height: 384px;
  }
  .md\:oac-h-\[140px\] {
    height: 140px;
  }
  .md\:oac-h-\[326px\] {
    height: 326px;
  }
  .md\:oac-h-\[510px\] {
    height: 510px;
  }
  .md\:oac-h-\[48px\] {
    height: 48px;
  }
  .md\:oac-h-\[210px\] {
    height: 210px;
  }
  .md\:oac-max-h-\[unset\] {
    max-height: unset;
  }
  .md\:\!oac-max-h-\[340px\] {
    max-height: 340px !important;
  }
  .md\:oac-max-h-screen {
    max-height: 100vh;
  }
  .md\:oac-max-h-\[calc\(100vh-40px\)\] {
    max-height: calc(100vh - 40px);
  }
  .md\:oac-min-h-\[800px\] {
    min-height: 800px;
  }
  .md\:oac-min-h-\[292px\] {
    min-height: 292px;
  }
  .md\:oac-w-\[186px\] {
    width: 186px;
  }
  .md\:oac-w-auto {
    width: auto;
  }
  .md\:oac-w-full {
    width: 100%;
  }
  .md\:oac-w-\[400px\] {
    width: 400px;
  }
  .md\:oac-w-\[326px\] {
    width: 326px;
  }
  .md\:oac-w-\[112px\] {
    width: 112px;
  }
  .md\:oac-w-\[291px\] {
    width: 291px;
  }
  .md\:oac-w-\[96px\] {
    width: 96px;
  }
  .md\:oac-w-\[calc\(50\%-10px\)\] {
    width: calc(50% - 10px);
  }
  .md\:oac-w-\[360px\] {
    width: 360px;
  }
  .md\:oac-w-\[132px\] {
    width: 132px;
  }
  .md\:\!oac-w-\[162px\] {
    width: 162px !important;
  }
  .md\:\!oac-w-\[280px\] {
    width: 280px !important;
  }
  .md\:oac-w-\[740px\] {
    width: 740px;
  }
  .md\:oac-w-\[615px\] {
    width: 615px;
  }
  .md\:oac-w-\[180px\] {
    width: 180px;
  }
  .md\:\!oac-w-\[800px\] {
    width: 800px !important;
  }
  .md\:oac-w-\[350px\] {
    width: 350px;
  }
  .md\:oac-w-\[330px\] {
    width: 330px;
  }
  .md\:oac-w-\[452px\] {
    width: 452px;
  }
  .md\:oac-w-\[780px\] {
    width: 780px;
  }
  .md\:oac-w-\[220px\] {
    width: 220px;
  }
  .md\:oac-w-\[43px\] {
    width: 43px;
  }
  .md\:oac-w-\[80px\] {
    width: 80px;
  }
  .md\:oac-w-\[401px\] {
    width: 401px;
  }
  .md\:oac-w-\[120px\] {
    width: 120px;
  }
  .md\:oac-w-\[620px\] {
    width: 620px;
  }
  .md\:oac-w-\[130px\] {
    width: 130px;
  }
  .md\:oac-w-\[582px\] {
    width: 582px;
  }
  .md\:oac-w-\[100px\] {
    width: 100px;
  }
  .md\:oac-w-\[90px\] {
    width: 90px;
  }
  .md\:oac-w-\[140px\] {
    width: 140px;
  }
  .md\:oac-w-\[150px\] {
    width: 150px;
  }
  .md\:oac-w-\[24px\] {
    width: 24px;
  }
  .md\:oac-w-\[298px\] {
    width: 298px;
  }
  .md\:oac-w-16 {
    width: 80px;
  }
  .md\:oac-w-\[72px\] {
    width: 72px;
  }
  .md\:oac-w-\[auto\] {
    width: auto;
  }
  .md\:oac-w-\[136px\] {
    width: 136px;
  }
  .md\:\!oac-w-16 {
    width: 80px !important;
  }
  .md\:oac-w-\[calc\(50\%-15px\)\] {
    width: calc(50% - 15px);
  }
  .md\:oac-w-\[160px\] {
    width: 160px;
  }
  .md\:oac-w-\[84px\] {
    width: 84px;
  }
  .md\:oac-w-\[964px\] {
    width: 964px;
  }
  .md\:oac-w-\[216px\] {
    width: 216px;
  }
  .md\:oac-w-\[420px\] {
    width: 420px;
  }
  .md\:oac-w-\[300px\] {
    width: 300px;
  }
  .md\:\!oac-w-\[300px\] {
    width: 300px !important;
  }
  .md\:oac-w-\[372px\] {
    width: 372px;
  }
  .md\:oac-w-\[1214px\] {
    width: 1214px;
  }
  .md\:oac-w-\[417px\] {
    width: 417px;
  }
  .md\:oac-w-20 {
    width: 100px;
  }
  .md\:oac-w-\[320px\] {
    width: 320px;
  }
  .md\:oac-w-\[750px\] {
    width: 750px;
  }
  .md\:oac-w-\[50px\] {
    width: 50px;
  }
  .md\:oac-w-\[2px\] {
    width: 2px;
  }
  .md\:oac-w-\[283px\] {
    width: 283px;
  }
  .md\:oac-w-\[708px\] {
    width: 708px;
  }
  .md\:oac-w-\[349px\] {
    width: 349px;
  }
  .md\:oac-w-\[410px\] {
    width: 410px;
  }
  .md\:oac-w-\[110px\] {
    width: 110px;
  }
  .md\:oac-w-\[14px\] {
    width: 14px;
  }
  .md\:oac-w-\[145px\] {
    width: 145px;
  }
  .md\:oac-w-\[380px\] {
    width: 380px;
  }
  .md\:oac-w-\[32px\] {
    width: 32px;
  }
  .md\:\!oac-w-\[520px\] {
    width: 520px !important;
  }
  .md\:oac-w-\[475px\] {
    width: 475px;
  }
  .md\:oac-w-\[35px\] {
    width: 35px;
  }
  .md\:\!oac-w-\[310px\] {
    width: 310px !important;
  }
  .md\:oac-w-\[190px\] {
    width: 190px;
  }
  .md\:oac-w-\[6px\] {
    width: 6px;
  }
  .md\:oac-w-\[280px\] {
    width: 280px;
  }
  .md\:\!oac-w-auto {
    width: auto !important;
  }
  .md\:\!oac-w-\[460px\] {
    width: 460px !important;
  }
  .md\:oac-w-1\/2 {
    width: 50%;
  }
  .md\:oac-w-\[40px\] {
    width: 40px;
  }
  .md\:oac-w-\[580px\] {
    width: 580px;
  }
  .md\:oac-w-\[520px\] {
    width: 520px;
  }
  .md\:oac-w-\[600px\] {
    width: 600px;
  }
  .md\:oac-w-10 {
    width: 50px;
  }
  .md\:oac-w-\[48px\] {
    width: 48px;
  }
  .md\:oac-w-\[405px\] {
    width: 405px;
  }
  .md\:oac-w-\[250px\] {
    width: 250px;
  }
  .md\:oac-w-\[210px\] {
    width: 210px;
  }
  .md\:oac-w-\[207px\] {
    width: 207px;
  }
  .md\:oac-min-w-\[125px\] {
    min-width: 125px;
  }
  .md\:oac-max-w-\[95\%\] {
    max-width: 95%;
  }
  .md\:oac-max-w-full {
    max-width: 100%;
  }
  .md\:oac-max-w-\[48\.5\%\] {
    max-width: 48.5%;
  }
  .md\:oac-max-w-\[440px\] {
    max-width: 440px;
  }
  .md\:oac-max-w-\[calc\(100vw-40px\)\] {
    max-width: calc(100vw - 40px);
  }
  .md\:oac-flex-1 {
    flex: 1 1 0%;
  }
  .md\:oac-flex-none {
    flex: none;
  }
  .md\:oac-flex-shrink-0,
  .md\:oac-shrink-0 {
    flex-shrink: 0;
  }
  .md\:oac-grow {
    flex-grow: 1;
  }
  .md\:-oac-translate-x-\[336px\] {
    --tw-translate-x: -336px;
  }
  .md\:-oac-translate-x-1\/2,
  .md\:-oac-translate-x-\[336px\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:-oac-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }
  .md\:\!-oac-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .md\:-oac-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }
  .md\:-oac-translate-y-1\/2,
  .md\:-oac-translate-y-full {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:-oac-translate-y-full {
    --tw-translate-y: -100%;
  }
  .md\:oac-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:oac-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:oac-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:oac-flex-row {
    flex-direction: row;
  }
  .md\:oac-flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:oac-flex-col {
    flex-direction: column;
  }
  .md\:oac-flex-wrap {
    flex-wrap: wrap;
  }
  .md\:\!oac-items-start {
    align-items: flex-start !important;
  }
  .md\:oac-items-start {
    align-items: flex-start;
  }
  .md\:oac-items-end {
    align-items: flex-end;
  }
  .md\:oac-items-center {
    align-items: center;
  }
  .md\:\!oac-items-center {
    align-items: center !important;
  }
  .md\:oac-justify-start {
    justify-content: flex-start;
  }
  .md\:oac-justify-end {
    justify-content: flex-end;
  }
  .md\:oac-justify-center {
    justify-content: center;
  }
  .md\:oac-justify-between {
    justify-content: space-between;
  }
  .md\:oac-justify-around {
    justify-content: space-around;
  }
  .md\:oac-justify-items-start {
    justify-items: start;
  }
  .md\:oac-justify-items-center {
    justify-items: center;
  }
  .md\:oac-gap-6 {
    gap: 30px;
  }
  .md\:oac-gap-4 {
    gap: 20px;
  }
  .md\:oac-gap-8 {
    gap: 40px;
  }
  .md\:oac-gap-x-4 {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .md\:oac-gap-x-6 {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .md\:oac-gap-x-8 {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .md\:oac-gap-y-6 {
    row-gap: 30px;
  }
  .md\:oac-gap-y-10 {
    row-gap: 50px;
  }
  .md\:oac-gap-y-8 {
    row-gap: 40px;
  }
  .md\:oac-gap-y-0 {
    row-gap: 0;
  }
  .md\:oac-gap-x-2 {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .md\:oac-gap-y-2 {
    row-gap: 10px;
  }
  .md\:oac-gap-y-4 {
    row-gap: 20px;
  }
  .md\:oac-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:oac-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }
  .md\:oac-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:oac-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:oac-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0 * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0 * var(--tw-space-y-reverse));
  }
  .md\:oac-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:oac-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }
  .md\:oac-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  .md\:oac-overflow-hidden {
    overflow: hidden;
  }
  .md\:oac-rounded {
    border-radius: 3px;
  }
  .md\:oac-border-r {
    border-right-width: 1px;
  }
  .md\:oac-border-b-0 {
    border-bottom-width: 0;
  }
  .md\:oac-border-t-0 {
    border-top-width: 0;
  }
  .md\:oac-border-solid {
    border-style: solid;
  }
  .md\:oac-border-gray-10 {
    border-color: var(--gray-10);
  }
  .md\:oac-border-r-gray-10 {
    border-right-color: var(--gray-10);
  }
  .md\:oac-bg-transparent {
    background-color: transparent;
  }
  .md\:oac-bg-gray-5 {
    background-color: var(--gray-5);
  }
  .md\:oac-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:oac-bg-\[url\(\'\/img\/support\/support-bg\@768\.png\'\)\] {
    background-image: url(/img/support/support-bg@768.png);
  }
  .md\:oac-bg-\[url\(\'\/img\/white_paper\/banner-bgX3\.png\'\)\] {
    background-image: url(/img/white_paper/banner-bgX3.png);
  }
  .md\:oac-bg-none {
    background-image: none;
  }
  .md\:oac-bg-\[url\(\'\/img\/white_paper\/banner-bg\.png\'\)\] {
    background-image: url(/img/white_paper/banner-bg.png);
  }
  .md\:oac-p-0 {
    padding: 0;
  }
  .md\:oac-p-6 {
    padding: 30px;
  }
  .md\:oac-p-8 {
    padding: 40px;
  }
  .md\:oac-p-4 {
    padding: 20px;
  }
  .md\:oac-p-2 {
    padding: 10px;
  }
  .md\:oac-p-3 {
    padding: 15px;
  }
  .md\:oac-py-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md\:oac-px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:oac-px-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:oac-py-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:oac-px-12 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:oac-px-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:oac-py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md\:oac-py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:oac-py-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:oac-px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px;
  }
  .md\:oac-px-\[66\.667\%\] {
    padding-left: 66.667%;
    padding-right: 66.667%;
  }
  .md\:oac-py-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md\:oac-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:oac-px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .md\:oac-px-\[23px\] {
    padding-left: 23px;
    padding-right: 23px;
  }
  .md\:oac-py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .md\:oac-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:oac-px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .md\:oac-py-16 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md\:oac-px-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .md\:oac-px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }
  .md\:oac-px-\[84px\] {
    padding-left: 84px;
    padding-right: 84px;
  }
  .md\:oac-px-8 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:oac-py-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:oac-py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .md\:oac-py-\[23px\] {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .md\:oac-px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px;
  }
  .md\:oac-py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .md\:\!oac-px-\[calc\(\(100vw-650px\)\/2\)\] {
    padding-left: calc((100vw - 650px) / 2) !important;
    padding-right: calc((100vw - 650px) / 2) !important;
  }
  .md\:\!oac-px-6 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .md\:oac-py-20 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:oac-py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .md\:\!oac-px-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .md\:oac-px-\[5\.2\%\] {
    padding-left: 5.2%;
    padding-right: 5.2%;
  }
  .md\:oac-px-\[65px\] {
    padding-left: 65px;
    padding-right: 65px;
  }
  .md\:oac-py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .md\:oac-px-\[52px\] {
    padding-left: 52px;
    padding-right: 52px;
  }
  .md\:oac-pl-4 {
    padding-left: 20px;
  }
  .md\:oac-pb-\[289px\] {
    padding-bottom: 289px;
  }
  .md\:oac-pt-12 {
    padding-top: 60px;
  }
  .md\:oac-pb-16 {
    padding-bottom: 80px;
  }
  .md\:oac-pb-4 {
    padding-bottom: 20px;
  }
  .md\:oac-pt-6 {
    padding-top: 30px;
  }
  .md\:oac-pb-6 {
    padding-bottom: 30px;
  }
  .md\:oac-pr-4 {
    padding-right: 20px;
  }
  .md\:oac-pb-\[110px\] {
    padding-bottom: 110px;
  }
  .md\:oac-pt-\[40px\] {
    padding-top: 40px;
  }
  .md\:oac-pb-3 {
    padding-bottom: 15px;
  }
  .md\:oac-pt-0 {
    padding-top: 0;
  }
  .md\:\!oac-pr-0 {
    padding-right: 0 !important;
  }
  .md\:\!oac-pl-\[120px\] {
    padding-left: 120px !important;
  }
  .md\:oac-pb-\[40\.3\%\] {
    padding-bottom: 40.3%;
  }
  .md\:\!oac-pl-24 {
    padding-left: 120px !important;
  }
  .md\:oac-pb-0 {
    padding-bottom: 0;
  }
  .md\:oac-pr-\[8px\] {
    padding-right: 8px;
  }
  .md\:oac-pl-\[8px\] {
    padding-left: 8px;
  }
  .md\:oac-pl-8 {
    padding-left: 40px;
  }
  .md\:oac-pb-8 {
    padding-bottom: 40px;
  }
  .md\:oac-pt-8 {
    padding-top: 40px;
  }
  .md\:oac-pb-\[175px\] {
    padding-bottom: 175px;
  }
  .md\:oac-pl-6 {
    padding-left: 30px;
  }
  .md\:oac-pr-8 {
    padding-right: 40px;
  }
  .md\:oac-pt-\[56\.6\%\] {
    padding-top: 56.6%;
  }
  .md\:oac-pt-4 {
    padding-top: 20px;
  }
  .md\:oac-text-left {
    text-align: left;
  }
  .md\:oac-text-center {
    text-align: center;
  }
  .md\:\!oac-text-center {
    text-align: center !important;
  }
  .md\:oac-text-start {
    text-align: start;
  }
  .md\:oac-text-32 {
    font-size: 32px;
    line-height: 40px;
  }
  .md\:\!oac-text-14 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .md\:oac-text-20 {
    font-size: 20px;
    line-height: 28px;
  }
  .md\:oac-text-16 {
    font-size: 16px;
    line-height: 24px;
  }
  .md\:oac-text-24 {
    font-size: 24px;
    line-height: 32px;
  }
  .md\:oac-text-40 {
    font-size: 40px;
    line-height: 48px;
  }
  .md\:oac-text-18 {
    font-size: 18px;
    line-height: 26px;
  }
  .md\:\!oac-text-36 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  .md\:oac-text-44 {
    font-size: 44px;
    line-height: 52px;
  }
  .md\:oac-text-48 {
    font-size: 48px;
    line-height: 56px;
  }
  .md\:oac-text-36 {
    font-size: 36px;
    line-height: 44px;
  }
  .md\:oac-text-14 {
    font-size: 14px;
    line-height: 22px;
  }
  .md\:\!oac-text-16 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .md\:\!oac-text-20 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .md\:\!oac-text-40 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .md\:\!oac-text-24 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .md\:oac-text-\[42px\] {
    font-size: 42px;
  }
  .md\:oac-text-12 {
    font-size: 12px;
    line-height: 20px;
  }
  .md\:oac-font-bold {
    font-weight: 700;
  }
  .md\:oac-leading-\[38px\] {
    line-height: 38px;
  }
  .md\:oac-leading-\[45px\] {
    line-height: 45px;
  }
  .md\:oac-leading-\[26px\] {
    line-height: 26px;
  }
  .md\:oac-leading-\[58px\] {
    line-height: 58px;
  }
  .md\:oac-text-gray {
    color: var(--gray);
  }
  .md\:oac-opacity-70 {
    opacity: 0.7;
  }
  .md\:oac-shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:oac-backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur)
      var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
      var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate)
      var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
      var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
      var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
      var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
      var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
      var(--tw-backdrop-sepia);
  }
  .md\:first\:oac-mt-0:first-child {
    margin-top: 0;
  }
  .md\:first\:oac-ml-0:first-child {
    margin-left: 0;
  }
  .md\:last\:oac-mb-0:last-child {
    margin-bottom: 0;
  }
  .md\:last\:oac-mt-0:last-child {
    margin-top: 0;
  }
  .md\:last\:oac-mr-0:last-child {
    margin-right: 0;
  }
  .md\:last\:oac-border-none:last-child {
    border-style: none;
  }
  .md\:odd\:oac-mr-4:nth-child(odd) {
    margin-right: 20px;
  }
  .md\:even\:oac-ml-2:nth-child(2n) {
    margin-left: 10px;
  }
  .hover\:md\:oac-h-\[254px\]:hover {
    height: 254px;
  }
  .md\:hover\:oac-bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:hover\:oac-shadow-m:hover {
    --tw-shadow: var(--shadow-m);
    --tw-shadow-colored: var(--shadow-m);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .oac-group:hover .md\:group-hover\:oac-block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .lg\:oac-fixed {
    position: fixed;
  }
  .lg\:oac-absolute {
    position: absolute;
  }
  .lg\:oac-top-8 {
    top: 40px;
  }
  .lg\:oac-left-8 {
    left: 40px;
  }
  .lg\:-oac-top-8 {
    top: -40px;
  }
  .lg\:-oac-right-12 {
    right: -60px;
  }
  .lg\:-oac-left-12 {
    left: -60px;
  }
  .lg\:oac-right-1\/2 {
    right: 50%;
  }
  .lg\:-oac-right-\[58px\] {
    right: -58px;
  }
  .lg\:oac-bottom-3 {
    bottom: 15px;
  }
  .lg\:oac-right-0 {
    right: 0;
  }
  .lg\:-oac-right-2 {
    right: -10px;
  }
  .lg\:oac-top-\[25\.5\%\] {
    top: 25.5%;
  }
  .lg\:oac-left-\[33\.7\%\] {
    left: 33.7%;
  }
  .lg\:oac-top-\[21\.5\%\] {
    top: 21.5%;
  }
  .lg\:oac-left-\[26\.7\%\] {
    left: 26.7%;
  }
  .lg\:oac-top-\[13\.9\%\] {
    top: 13.9%;
  }
  .lg\:oac-left-\[34\.9\%\] {
    left: 34.9%;
  }
  .lg\:oac-top-\[18\.3\%\] {
    top: 18.3%;
  }
  .lg\:oac-left-\[38\.5\%\] {
    left: 38.5%;
  }
  .lg\:\!oac-left-\[58\%\] {
    left: 58% !important;
  }
  .lg\:oac-top-\[24\.9\%\] {
    top: 24.9%;
  }
  .lg\:oac-left-\[32\.6\%\] {
    left: 32.6%;
  }
  .lg\:oac-top-\[90px\] {
    top: 90px;
  }
  .lg\:oac-left-auto {
    left: auto;
  }
  .lg\:-oac-right-\[510px\] {
    right: -510px;
  }
  .lg\:-oac-top-4 {
    top: -20px;
  }
  .lg\:oac-top-16 {
    top: 80px;
  }
  .lg\:-oac-right-8 {
    right: -40px;
  }
  .lg\:oac-top-0 {
    top: 0;
  }
  .lg\:oac-top-\[50px\] {
    top: 50px;
  }
  .lg\:oac-left-\[-21px\] {
    left: -21px;
  }
  .lg\:oac-bottom-\[-67px\] {
    bottom: -67px;
  }
  .lg\:oac-top-\[23px\] {
    top: 23px;
  }
  .lg\:oac-right-6 {
    right: 30px;
  }
  .lg\:oac-bottom-\[2px\] {
    bottom: 2px;
  }
  .lg\:oac-top-\[56px\] {
    top: 56px;
  }
  .lg\:oac-left-1\/2 {
    left: 50%;
  }
  .lg\:-oac-bottom-4 {
    bottom: -20px;
  }
  .lg\:oac-top-\[-3px\] {
    top: -3px;
  }
  .lg\:oac-bottom-8 {
    bottom: 40px;
  }
  .lg\:oac-bottom-14 {
    bottom: 70px;
  }
  .lg\:oac-bottom-0 {
    bottom: 0;
  }
  .lg\:oac-top-\[926px\] {
    top: 926px;
  }
  .lg\:oac-left-\[calc\(\(100vw-964px\)\/2\+965px\)\] {
    left: calc((100vw - 964px) / 2 + 965px);
  }
  .lg\:oac-top-\[1708px\] {
    top: 1708px;
  }
  .lg\:oac-left-\[calc\(\(100vw-764px\)\/2\+821px\)\] {
    left: calc((100vw - 764px) / 2 + 821px);
  }
  .lg\:oac-top-\[1366px\] {
    top: 1366px;
  }
  .lg\:oac-right-\[calc\(\(100vw-764px\)\/2\+1470px\)\] {
    right: calc((100vw - 764px) / 2 + 1470px);
  }
  .lg\:oac-top-\[1994px\] {
    top: 1994px;
  }
  .lg\:oac-left-\[calc\(50\%-294px\)\] {
    left: calc(50% - 294px);
  }
  .lg\:oac-left-\[calc\(50\%-425px\)\] {
    left: calc(50% - 425px);
  }
  .lg\:oac-left-\[calc\(50\%-297px\)\] {
    left: calc(50% - 297px);
  }
  .lg\:oac-left-\[calc\(50\%-394px\)\] {
    left: calc(50% - 394px);
  }
  .lg\:oac-left-\[calc\(50\%-216px\)\] {
    left: calc(50% - 216px);
  }
  .lg\:oac-bottom-20 {
    bottom: 100px;
  }
  .lg\:oac-right-\[calc\(50\%-335px\)\] {
    right: calc(50% - 335px);
  }
  .lg\:oac-right-\[calc\(50\%-419px\)\] {
    right: calc(50% - 419px);
  }
  .lg\:oac-right-\[calc\(50\%-256px\)\] {
    right: calc(50% - 256px);
  }
  .lg\:oac-right-\[calc\(50\%-384px\)\] {
    right: calc(50% - 384px);
  }
  .lg\:oac-left-6 {
    left: 30px;
  }
  .lg\:oac-bottom-\[120px\] {
    bottom: 120px;
  }
  .lg\:oac-right-\[20px\] {
    right: 20px;
  }
  .lg\:-oac-left-2 {
    left: -10px;
  }
  .lg\:oac-order-1 {
    order: 1;
  }
  .lg\:oac-order-2 {
    order: 2;
  }
  .lg\:oac-col-auto {
    grid-column: auto;
  }
  .lg\:oac-col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:oac-col-start-1 {
    grid-column-start: 1;
  }
  .lg\:oac-col-start-2 {
    grid-column-start: 2;
  }
  .lg\:oac-col-end-2 {
    grid-column-end: 2;
  }
  .lg\:oac-col-end-3 {
    grid-column-end: 3;
  }
  .lg\:oac-m-0 {
    margin: 0;
  }
  .lg\:oac-mx-8 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .lg\:oac-mx-6 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .lg\:oac-my-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lg\:oac-my-\[4px\] {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .lg\:oac-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:oac-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:oac-mx-20 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .lg\:oac-my-12 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lg\:oac-mx-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .lg\:oac-my-16 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .lg\:oac-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:oac-mt-6 {
    margin-top: 30px;
  }
  .lg\:oac-mt-3 {
    margin-top: 15px;
  }
  .lg\:oac-mt-12 {
    margin-top: 60px;
  }
  .lg\:\!oac-mb-12 {
    margin-bottom: 60px !important;
  }
  .lg\:oac-mb-3 {
    margin-bottom: 15px;
  }
  .lg\:oac-mb-6 {
    margin-bottom: 30px;
  }
  .lg\:oac-mb-8 {
    margin-bottom: 40px;
  }
  .lg\:oac-mr-4 {
    margin-right: 20px;
  }
  .lg\:oac-ml-\[23\%\] {
    margin-left: 23%;
  }
  .lg\:oac-mt-16 {
    margin-top: 80px;
  }
  .lg\:oac-mt-2 {
    margin-top: 10px;
  }
  .lg\:oac-mt-8 {
    margin-top: 40px;
  }
  .lg\:oac-mb-0 {
    margin-bottom: 0;
  }
  .lg\:oac-mb-4 {
    margin-bottom: 20px;
  }
  .lg\:oac-mb-12 {
    margin-bottom: 60px;
  }
  .lg\:\!oac-mt-3 {
    margin-top: 15px !important;
  }
  .lg\:oac-mr-6 {
    margin-right: 30px;
  }
  .lg\:\!oac-mt-4 {
    margin-top: 20px !important;
  }
  .lg\:oac-mt-0 {
    margin-top: 0;
  }
  .lg\:oac-ml-4 {
    margin-left: 20px;
  }
  .lg\:oac-mr-3 {
    margin-right: 15px;
  }
  .lg\:-oac-mr-4 {
    margin-right: -20px;
  }
  .lg\:oac-mt-4 {
    margin-top: 20px;
  }
  .lg\:oac-mb-\[60px\] {
    margin-bottom: 60px;
  }
  .lg\:oac-ml-\[-50px\] {
    margin-left: -50px;
  }
  .lg\:oac-mt-\[-50px\] {
    margin-top: -50px;
  }
  .lg\:oac-mb-16 {
    margin-bottom: 80px;
  }
  .lg\:oac-ml-2 {
    margin-left: 10px;
  }
  .lg\:\!oac-mb-3 {
    margin-bottom: 15px !important;
  }
  .lg\:-oac-mt-\[64px\] {
    margin-top: -64px;
  }
  .lg\:oac-mt-1 {
    margin-top: 5px;
  }
  .lg\:oac-mb-2 {
    margin-bottom: 10px;
  }
  .lg\:oac-mr-8 {
    margin-right: 40px;
  }
  .lg\:oac-ml-8 {
    margin-left: 40px;
  }
  .lg\:oac-ml-0 {
    margin-left: 0;
  }
  .lg\:\!oac-mt-2 {
    margin-top: 10px !important;
  }
  .lg\:\!oac-mt-0 {
    margin-top: 0 !important;
  }
  .lg\:oac-mt-\[-293px\] {
    margin-top: -293px;
  }
  .lg\:oac-mr-2 {
    margin-right: 10px;
  }
  .lg\:oac-mb-\[120px\] {
    margin-bottom: 120px;
  }
  .lg\:oac-mb-\[30px\] {
    margin-bottom: 30px;
  }
  .lg\:\!oac-mt-12 {
    margin-top: 60px !important;
  }
  .lg\:-oac-mt-4 {
    margin-top: -20px;
  }
  .lg\:\!oac-ml-0 {
    margin-left: 0 !important;
  }
  .lg\:oac-mt-24 {
    margin-top: 120px;
  }
  .lg\:oac-mr-\[159px\] {
    margin-right: 159px;
  }
  .lg\:oac-mr-\[100px\] {
    margin-right: 100px;
  }
  .lg\:\!-oac-mt-\[145px\] {
    margin-top: -145px !important;
  }
  .lg\:oac-ml-3 {
    margin-left: 15px;
  }
  .lg\:oac-ml-\[-310px\] {
    margin-left: -310px;
  }
  .lg\:oac-ml-\[-350px\] {
    margin-left: -350px;
  }
  .lg\:\!oac-mr-8 {
    margin-right: 40px !important;
  }
  .lg\:oac-mt-auto {
    margin-top: auto;
  }
  .lg\:-oac-mb-2 {
    margin-bottom: -10px;
  }
  .lg\:-oac-mr-8 {
    margin-right: -40px;
  }
  .lg\:oac-mr-0 {
    margin-right: 0;
  }
  .lg\:-oac-mr-6 {
    margin-right: -30px;
  }
  .lg\:oac-mr-5 {
    margin-right: 25px;
  }
  .lg\:oac-block {
    display: block;
  }
  .lg\:oac-inline-block {
    display: inline-block;
  }
  .lg\:oac-flex {
    display: flex;
  }
  .lg\:oac-hidden {
    display: none;
  }
  .lg\:oac-h-\[310px\] {
    height: 310px;
  }
  .lg\:oac-h-\[440px\] {
    height: 440px;
  }
  .lg\:\!oac-h-\[166px\] {
    height: 166px !important;
  }
  .lg\:oac-h-\[428px\] {
    height: 428px;
  }
  .lg\:oac-h-full {
    height: 100%;
  }
  .lg\:oac-h-\[300px\] {
    height: 300px;
  }
  .lg\:oac-h-\[40px\] {
    height: 40px;
  }
  .lg\:oac-h-\[420px\] {
    height: 420px;
  }
  .lg\:oac-h-\[240px\] {
    height: 240px;
  }
  .lg\:oac-h-\[130px\] {
    height: 130px;
  }
  .lg\:oac-h-\[271px\] {
    height: 271px;
  }
  .lg\:oac-h-\[772px\] {
    height: 772px;
  }
  .lg\:oac-h-\[250px\] {
    height: 250px;
  }
  .lg\:oac-h-\[315px\] {
    height: 315px;
  }
  .lg\:oac-h-\[170px\] {
    height: 170px;
  }
  .lg\:oac-h-\[210px\] {
    height: 210px;
  }
  .lg\:oac-h-\[138px\] {
    height: 138px;
  }
  .lg\:oac-h-\[488px\] {
    height: 488px;
  }
  .lg\:oac-h-\[100px\] {
    height: 100px;
  }
  .lg\:oac-h-\[562px\] {
    height: 562px;
  }
  .lg\:oac-h-8 {
    height: 40px;
  }
  .lg\:oac-h-\[66px\] {
    height: 66px;
  }
  .lg\:oac-h-12 {
    height: 60px;
  }
  .lg\:oac-h-10 {
    height: 50px;
  }
  .lg\:oac-h-\[32px\] {
    height: 32px;
  }
  .lg\:oac-h-\[225px\] {
    height: 225px;
  }
  .lg\:oac-h-\[80px\] {
    height: 80px;
  }
  .lg\:\!oac-h-12 {
    height: 60px !important;
  }
  .lg\:oac-h-\[388px\] {
    height: 388px;
  }
  .lg\:oac-h-\[480px\] {
    height: 480px;
  }
  .lg\:\!oac-h-\[210px\] {
    height: 210px !important;
  }
  .lg\:oac-h-\[347px\] {
    height: 347px;
  }
  .lg\:oac-h-\[60px\] {
    height: 60px;
  }
  .lg\:oac-h-20 {
    height: 100px;
  }
  .lg\:\!oac-h-\[236px\] {
    height: 236px !important;
  }
  .lg\:oac-h-\[188px\] {
    height: 188px;
  }
  .lg\:oac-h-\[619px\] {
    height: 619px;
  }
  .lg\:oac-h-\[285px\] {
    height: 285px;
  }
  .lg\:oac-h-\[447px\] {
    height: 447px;
  }
  .lg\:oac-h-\[284px\] {
    height: 284px;
  }
  .lg\:oac-h-\[482px\] {
    height: 482px;
  }
  .lg\:oac-h-\[1156px\] {
    height: 1156px;
  }
  .lg\:oac-h-\[327px\] {
    height: 327px;
  }
  .lg\:oac-h-\[478px\] {
    height: 478px;
  }
  .lg\:oac-h-\[636px\] {
    height: 636px;
  }
  .lg\:oac-h-\[207px\] {
    height: 207px;
  }
  .lg\:oac-h-\[202px\] {
    height: 202px;
  }
  .lg\:oac-h-\[212px\] {
    height: 212px;
  }
  .lg\:oac-h-\[270px\] {
    height: 270px;
  }
  .lg\:oac-h-\[448px\] {
    height: 448px;
  }
  .lg\:oac-h-auto {
    height: auto;
  }
  .lg\:\!oac-h-\[375px\] {
    height: 375px !important;
  }
  .lg\:oac-h-\[62px\] {
    height: 62px;
  }
  .lg\:oac-h-\[685px\] {
    height: 685px;
  }
  .lg\:oac-h-\[542px\] {
    height: 542px;
  }
  .lg\:oac-h-\[48px\] {
    height: 48px;
  }
  .lg\:oac-h-16 {
    height: 80px;
  }
  .lg\:oac-h-\[537px\] {
    height: 537px;
  }
  .lg\:oac-h-\[466px\] {
    height: 466px;
  }
  .lg\:oac-h-\[380px\] {
    height: 380px;
  }
  .lg\:oac-h-\[68px\] {
    height: 68px;
  }
  .lg\:oac-h-\[90px\] {
    height: 90px;
  }
  .lg\:oac-h-\[95px\] {
    height: 95px;
  }
  .lg\:oac-h-\[52px\] {
    height: 52px;
  }
  .lg\:oac-h-\[77px\] {
    height: 77px;
  }
  .lg\:\!oac-max-h-\[330px\] {
    max-height: 330px !important;
  }
  .lg\:oac-min-h-\[450px\] {
    min-height: 450px;
  }
  .lg\:oac-min-h-\[44px\] {
    min-height: 44px;
  }
  .lg\:oac-w-\[1005px\] {
    width: 1005px;
  }
  .lg\:oac-w-\[260px\] {
    width: 260px;
  }
  .lg\:oac-w-\[460px\] {
    width: 460px;
  }
  .lg\:oac-w-\[576px\] {
    width: 576px;
  }
  .lg\:oac-w-\[calc\(100\%-576px\)\] {
    width: calc(100% - 576px);
  }
  .lg\:oac-w-full {
    width: 100%;
  }
  .lg\:oac-w-\[180px\] {
    width: 180px;
  }
  .lg\:oac-w-\[77\%\] {
    width: 77%;
  }
  .lg\:\!oac-w-\[795px\] {
    width: 795px !important;
  }
  .lg\:oac-w-\[844px\] {
    width: 844px;
  }
  .lg\:oac-w-auto {
    width: auto;
  }
  .lg\:oac-w-\[504px\] {
    width: 504px;
  }
  .lg\:oac-w-\[301px\] {
    width: 301px;
  }
  .lg\:\!oac-w-full {
    width: 100% !important;
  }
  .lg\:oac-w-\[130px\] {
    width: 130px;
  }
  .lg\:oac-w-\[1694px\] {
    width: 1694px;
  }
  .lg\:oac-w-\[221px\] {
    width: 221px;
  }
  .lg\:oac-w-\[760px\] {
    width: 760px;
  }
  .lg\:oac-w-\[420px\] {
    width: 420px;
  }
  .lg\:\!oac-w-\[380px\] {
    width: 380px !important;
  }
  .lg\:oac-w-\[1000px\] {
    width: 1000px;
  }
  .lg\:\!oac-w-\[1000px\] {
    width: 1000px !important;
  }
  .lg\:oac-w-\[355px\] {
    width: 355px;
  }
  .lg\:oac-w-\[643px\] {
    width: 643px;
  }
  .lg\:oac-w-\[220px\] {
    width: 220px;
  }
  .lg\:oac-w-\[1200px\] {
    width: 1200px;
  }
  .lg\:oac-w-\[100px\] {
    width: 100px;
  }
  .lg\:oac-w-\[600px\] {
    width: 600px;
  }
  .lg\:oac-w-\[225px\] {
    width: 225px;
  }
  .lg\:oac-w-8 {
    width: 40px;
  }
  .lg\:oac-w-12 {
    width: 60px;
  }
  .lg\:oac-w-\[155px\] {
    width: 155px;
  }
  .lg\:oac-w-\[32px\] {
    width: 32px;
  }
  .lg\:oac-w-\[80px\] {
    width: 80px;
  }
  .lg\:oac-w-\[364px\] {
    width: 364px;
  }
  .lg\:oac-w-\[434px\] {
    width: 434px;
  }
  .lg\:oac-w-\[120px\] {
    width: 120px;
  }
  .lg\:oac-w-\[96px\] {
    width: 96px;
  }
  .lg\:oac-w-\[88px\] {
    width: 88px;
  }
  .lg\:oac-w-\[440px\] {
    width: 440px;
  }
  .lg\:oac-w-20 {
    width: 100px;
  }
  .lg\:oac-w-\[145px\] {
    width: 145px;
  }
  .lg\:oac-w-\[370px\] {
    width: 370px;
  }
  .lg\:\!oac-w-\[410px\] {
    width: 410px !important;
  }
  .lg\:oac-w-\[520px\] {
    width: 520px;
  }
  .lg\:oac-w-\[480px\] {
    width: 480px;
  }
  .lg\:oac-w-\[1156px\] {
    width: 1156px;
  }
  .lg\:oac-w-\[287px\] {
    width: 287px;
  }
  .lg\:oac-w-\[286px\] {
    width: 286px;
  }
  .lg\:oac-w-\[580px\] {
    width: 580px;
  }
  .lg\:oac-w-\[500px\] {
    width: 500px;
  }
  .lg\:oac-w-\[964px\] {
    width: 964px;
  }
  .lg\:oac-w-\[202px\] {
    width: 202px;
  }
  .lg\:oac-w-\[270px\] {
    width: 270px;
  }
  .lg\:oac-w-\[200px\] {
    width: 200px;
  }
  .lg\:oac-w-\[300px\] {
    width: 300px;
  }
  .lg\:oac-w-1\/2 {
    width: 50%;
  }
  .lg\:oac-w-1\/3 {
    width: 33.333333%;
  }
  .lg\:oac-w-\[58px\] {
    width: 58px;
  }
  .lg\:oac-w-\[48px\] {
    width: 48px;
  }
  .lg\:oac-w-16 {
    width: 80px;
  }
  .lg\:oac-w-\[68px\] {
    width: 68px;
  }
  .lg\:oac-w-\[90px\] {
    width: 90px;
  }
  .lg\:oac-w-\[95px\] {
    width: 95px;
  }
  .lg\:oac-w-\[52px\] {
    width: 52px;
  }
  .lg\:oac-w-\[77px\] {
    width: 77px;
  }
  .lg\:oac-w-\[62px\] {
    width: 62px;
  }
  .lg\:oac-max-w-none {
    max-width: none;
  }
  .lg\:oac-max-w-\[964px\] {
    max-width: 964px;
  }
  .lg\:oac-max-w-\[384px\] {
    max-width: 384px;
  }
  .lg\:oac-flex-1 {
    flex: 1 1 0%;
  }
  .lg\:oac-shrink-0 {
    flex-shrink: 0;
  }
  .lg\:oac-grow {
    flex-grow: 1;
  }
  .lg\:-oac-translate-x-\[448px\] {
    --tw-translate-x: -448px;
  }
  .lg\:-oac-translate-x-\[448px\],
  .lg\:oac-translate-x-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:oac-translate-x-1\/2 {
    --tw-translate-x: 50%;
  }
  .lg\:\!oac-translate-x-\[-58\%\] {
    --tw-translate-x: -58% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .lg\:oac-translate-x-0 {
    --tw-translate-x: 0;
  }
  .lg\:-oac-translate-y-full,
  .lg\:oac-translate-x-0 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-oac-translate-y-full {
    --tw-translate-y: -100%;
  }
  .lg\:-oac-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }
  .lg\:-oac-translate-x-1\/2,
  .lg\:-oac-translate-x-full {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-oac-translate-x-full {
    --tw-translate-x: -100%;
  }
  .lg\:-oac-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }
  .lg\:-oac-translate-y-1\/2,
  .lg\:oac-translate-y-0 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:oac-translate-y-0 {
    --tw-translate-y: 0;
  }
  .lg\:oac-rotate-\[-12\.55deg\] {
    --tw-rotate: -12.55deg;
  }
  .lg\:oac-rotate-\[-12\.55deg\],
  .lg\:oac-scale-\[1\.32\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:oac-scale-\[1\.32\] {
    --tw-scale-x: 1.32;
    --tw-scale-y: 1.32;
  }
  .lg\:oac-cursor-auto {
    cursor: auto;
  }
  .lg\:oac-cursor-pointer {
    cursor: pointer;
  }
  .lg\:oac-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:oac-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:oac-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:oac-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:oac-flex-row {
    flex-direction: row;
  }
  .lg\:oac-flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:oac-flex-col {
    flex-direction: column;
  }
  .lg\:\!oac-flex-col {
    flex-direction: column !important;
  }
  .lg\:oac-flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:oac-items-start {
    align-items: flex-start;
  }
  .lg\:oac-items-end {
    align-items: flex-end;
  }
  .lg\:oac-items-center {
    align-items: center;
  }
  .lg\:\!oac-items-center {
    align-items: center !important;
  }
  .lg\:oac-justify-start {
    justify-content: flex-start;
  }
  .lg\:oac-justify-end {
    justify-content: flex-end;
  }
  .lg\:oac-justify-center {
    justify-content: center;
  }
  .lg\:oac-justify-between {
    justify-content: space-between;
  }
  .lg\:oac-gap-6 {
    gap: 30px;
  }
  .lg\:oac-gap-4 {
    gap: 20px;
  }
  .lg\:oac-gap-8 {
    gap: 40px;
  }
  .lg\:oac-gap-12 {
    gap: 60px;
  }
  .lg\:oac-gap-20 {
    gap: 100px;
  }
  .lg\:oac-gap-x-6 {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .lg\:oac-gap-y-6 {
    row-gap: 30px;
  }
  .lg\:oac-gap-x-12 {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .lg\:oac-gap-x-8 {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .lg\:oac-gap-y-10 {
    row-gap: 50px;
  }
  .lg\:oac-gap-y-8 {
    row-gap: 40px;
  }
  .lg\:oac-gap-y-12 {
    row-gap: 60px;
  }
  .lg\:oac-gap-x-2 {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .lg\:oac-gap-y-2 {
    row-gap: 10px;
  }
  .lg\:oac-gap-y-5 {
    row-gap: 25px;
  }
  .lg\:oac-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0 * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0 * var(--tw-space-y-reverse));
  }
  .lg\:oac-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0 * var(--tw-space-x-reverse));
    margin-left: calc(0 * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:oac-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:\!oac-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .lg\:oac-self-stretch {
    align-self: stretch;
  }
  .lg\:oac-rounded {
    border-radius: 3px;
  }
  .lg\:oac-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .lg\:oac-rounded-r {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .lg\:oac-border {
    border-width: 1px;
  }
  .lg\:oac-border-l-3 {
    border-left-width: 3px;
  }
  .lg\:oac-border-none {
    border-style: none;
  }
  .lg\:oac-border-blue {
    border-color: var(--blue);
  }
  .lg\:oac-border-transparent {
    border-color: transparent;
  }
  .lg\:oac-border-blue-50 {
    border-color: var(--blue-50);
  }
  .lg\:oac-border-blue-10 {
    border-color: var(--blue-10);
  }
  .lg\:oac-bg-blue-5 {
    background-color: var(--blue-5);
  }
  .lg\:oac-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .lg\:oac-bg-transparent {
    background-color: transparent;
  }
  .lg\:oac-bg-blue-20 {
    background-color: var(--blue-20);
  }
  .lg\:oac-bg-blue-10 {
    background-color: var(--blue-10);
  }
  .lg\:oac-bg-\[url\(\'\/img\/support\/support-bg\@1024\.png\'\)\] {
    background-image: url(/img/support/support-bg@1024.png);
  }
  .lg\:oac-p-6 {
    padding: 30px;
  }
  .lg\:oac-p-8 {
    padding: 40px;
  }
  .lg\:oac-p-1 {
    padding: 5px;
  }
  .lg\:oac-p-0 {
    padding: 0;
  }
  .lg\:oac-py-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:oac-py-16 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg\:oac-px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg\:oac-py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .lg\:oac-px-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:oac-py-20 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:oac-py-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg\:oac-px-8 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:oac-py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:oac-px-12 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:oac-py-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg\:oac-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:oac-px-\[34px\] {
    padding-left: 34px;
    padding-right: 34px;
  }
  .lg\:oac-py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .lg\:oac-px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .lg\:oac-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:oac-px-16 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .lg\:oac-px-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg\:oac-py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .lg\:oac-py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .lg\:\!oac-px-\[calc\(\(100vw-850px\)\/2\)\] {
    padding-left: calc((100vw - 850px) / 2) !important;
    padding-right: calc((100vw - 850px) / 2) !important;
  }
  .lg\:oac-py-1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lg\:oac-pb-16 {
    padding-bottom: 80px;
  }
  .lg\:oac-pl-6 {
    padding-left: 30px;
  }
  .lg\:oac-pb-6 {
    padding-bottom: 30px;
  }
  .lg\:oac-pt-4 {
    padding-top: 20px;
  }
  .lg\:oac-pt-16 {
    padding-top: 80px;
  }
  .lg\:oac-pt-12 {
    padding-top: 60px;
  }
  .lg\:oac-pt-0 {
    padding-top: 0;
  }
  .lg\:oac-pb-\[242px\] {
    padding-bottom: 242px;
  }
  .lg\:oac-pb-0 {
    padding-bottom: 0;
  }
  .lg\:oac-pt-20 {
    padding-top: 100px;
  }
  .lg\:oac-pr-\[400px\] {
    padding-right: 400px;
  }
  .lg\:oac-pt-\[100px\] {
    padding-top: 100px;
  }
  .lg\:oac-pb-12 {
    padding-bottom: 60px;
  }
  .lg\:oac-pr-6 {
    padding-right: 30px;
  }
  .lg\:oac-pt-\[150px\] {
    padding-top: 150px;
  }
  .lg\:oac-pb-\[165px\] {
    padding-bottom: 165px;
  }
  .lg\:oac-pt-8 {
    padding-top: 40px;
  }
  .lg\:oac-pb-2 {
    padding-bottom: 10px;
  }
  .lg\:oac-pr-\[16px\] {
    padding-right: 16px;
  }
  .lg\:oac-pt-2 {
    padding-top: 10px;
  }
  .lg\:oac-pt-24 {
    padding-top: 120px;
  }
  .lg\:oac-pt-7 {
    padding-top: 35px;
  }
  .lg\:oac-pb-\[45px\] {
    padding-bottom: 45px;
  }
  .lg\:oac-pl-\[114px\] {
    padding-left: 114px;
  }
  .lg\:oac-text-left {
    text-align: left;
  }
  .lg\:oac-text-center {
    text-align: center;
  }
  .lg\:oac-align-top {
    vertical-align: top;
  }
  .lg\:oac-text-16 {
    font-size: 16px;
    line-height: 24px;
  }
  .lg\:oac-text-24 {
    font-size: 24px;
    line-height: 32px;
  }
  .lg\:oac-text-18 {
    font-size: 18px;
    line-height: 26px;
  }
  .lg\:oac-text-14 {
    font-size: 14px;
    line-height: 22px;
  }
  .lg\:oac-text-40 {
    font-size: 40px;
    line-height: 48px;
  }
  .lg\:\!oac-text-16 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .lg\:oac-text-72 {
    font-size: 72px;
    line-height: 108px;
  }
  .lg\:oac-text-36 {
    font-size: 36px;
    line-height: 44px;
  }
  .lg\:oac-text-32 {
    font-size: 32px;
    line-height: 40px;
  }
  .lg\:oac-text-20 {
    font-size: 20px;
    line-height: 28px;
  }
  .lg\:\!oac-text-20 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .lg\:oac-text-\[80px\] {
    font-size: 80px;
  }
  .lg\:oac-text-28 {
    font-size: 28px;
    line-height: 36px;
  }
  .lg\:oac-text-\[54px\] {
    font-size: 54px;
  }
  .lg\:\!oac-text-32 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .lg\:\!oac-text-24 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .lg\:oac-font-bold {
    font-weight: 700;
  }
  .lg\:oac-font-medium {
    font-weight: 500;
  }
  .lg\:oac-leading-\[35px\] {
    line-height: 35px;
  }
  .lg\:oac-leading-\[70px\] {
    line-height: 70px;
  }
  .lg\:oac-text-blue {
    color: var(--blue);
  }
  .lg\:oac-shadow-s {
    --tw-shadow: var(--shadow-s);
    --tw-shadow-colored: var(--shadow-s);
  }
  .lg\:oac-shadow-none,
  .lg\:oac-shadow-s {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:oac-shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
  }
  .lg\:first\:oac-mt-0:first-child {
    margin-top: 0;
  }
  .lg\:last\:oac-mb-0:last-child {
    margin-bottom: 0;
  }
  .lg\:last\:oac-mr-0:last-child {
    margin-right: 0;
  }
  .hover\:lg\:oac-h-\[428px\]:hover {
    height: 428px;
  }
  .lg\:hover\:\!-oac-translate-y-3:hover {
    --tw-translate-y: -15px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .lg\:hover\:oac-border-blue-50:hover {
    border-color: var(--blue-50);
  }
  .lg\:hover\:oac-bg-blue-5:hover {
    background-color: var(--blue-5);
  }
  .lg\:hover\:oac-shadow-l:hover {
    --tw-shadow: var(--shadow-l);
    --tw-shadow-colored: var(--shadow-l);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:active\:oac-bg-blue-20:active {
    background-color: var(--blue-20);
  }
  .lg\:active\:oac-text-blue-120:active {
    color: var(--blue-120);
  }
}
@media (min-width: 1260px) {
  .xl\:oac-pointer-events-none {
    pointer-events: none;
  }
  .xl\:oac-static {
    position: static;
  }
  .xl\:oac-absolute {
    position: absolute;
  }
  .xl\:oac-sticky {
    position: sticky;
  }
  .xl\:oac-top-\[104px\] {
    top: 104px;
  }
  .xl\:-oac-top-6 {
    top: -30px;
  }
  .xl\:-oac-right-8 {
    right: -40px;
  }
  .xl\:-oac-left-8 {
    left: -40px;
  }
  .xl\:oac-right-0 {
    right: 0;
  }
  .xl\:oac-bottom-7 {
    bottom: 35px;
  }
  .xl\:oac-bottom-4 {
    bottom: 20px;
  }
  .xl\:oac-top-\[22\.2\%\] {
    top: 22.2%;
  }
  .xl\:oac-left-\[17\.6\%\] {
    left: 17.6%;
  }
  .xl\:oac-top-\[19\.3\%\] {
    top: 19.3%;
  }
  .xl\:oac-left-\[12\.5\%\] {
    left: 12.5%;
  }
  .xl\:oac-top-\[13\.9\%\] {
    top: 13.9%;
  }
  .xl\:oac-left-\[18\.4\%\] {
    left: 18.4%;
  }
  .xl\:oac-top-\[17\%\] {
    top: 17%;
  }
  .xl\:oac-left-\[21\.1\%\] {
    left: 21.1%;
  }
  .xl\:\!oac-left-1\/2 {
    left: 50% !important;
  }
  .xl\:oac-top-\[21\.9\%\] {
    top: 21.9%;
  }
  .xl\:oac-left-\[16\.8\%\] {
    left: 16.8%;
  }
  .xl\:oac-top-4 {
    top: 20px;
  }
  .xl\:oac-left-auto {
    left: auto;
  }
  .xl\:-oac-right-\[980px\] {
    right: -980px;
  }
  .xl\:oac-top-\[33px\] {
    top: 33px;
  }
  .xl\:oac-bottom-6 {
    bottom: 30px;
  }
  .xl\:oac-bottom-16 {
    bottom: 80px;
  }
  .xl\:-oac-bottom-6 {
    bottom: -30px;
  }
  .xl\:-oac-bottom-2 {
    bottom: -10px;
  }
  .xl\:oac-left-\[50\%\] {
    left: 50%;
  }
  .xl\:oac-top-\[123px\] {
    top: 123px;
  }
  .xl\:oac-right-\[calc\(\(100vw-950px\)\/2\+1454px\)\] {
    right: calc((100vw - 950px) / 2 + 1454px);
  }
  .xl\:oac-top-\[846px\] {
    top: 846px;
  }
  .xl\:oac-left-\[calc\(\(100vw-1000px\)\/2\+1062px\)\] {
    left: calc((100vw - 1000px) / 2 + 1062px);
  }
  .xl\:oac-top-\[1628px\] {
    top: 1628px;
  }
  .xl\:oac-left-\[calc\(\(100vw-400px\)\/2\+821px\)\] {
    left: calc((100vw - 400px) / 2 + 821px);
  }
  .xl\:oac-top-\[1237px\] {
    top: 1237px;
  }
  .xl\:oac-right-\[calc\(\(100vw-650px\)\/2\+1610px\)\] {
    right: calc((100vw - 650px) / 2 + 1610px);
  }
  .xl\:oac-top-\[1914px\] {
    top: 1914px;
  }
  .xl\:-oac-top-\[70px\] {
    top: -70px;
  }
  .xl\:oac-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:oac-mx-4 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .xl\:oac-mx-6 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .xl\:oac-my-20 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .xl\:oac-mt-0 {
    margin-top: 0;
  }
  .xl\:oac-ml-6 {
    margin-left: 30px;
  }
  .xl\:oac-mt-\[90px\] {
    margin-top: 90px;
  }
  .xl\:oac-mt-12 {
    margin-top: 60px;
  }
  .xl\:oac-mr-8 {
    margin-right: 40px;
  }
  .xl\:oac-mb-1 {
    margin-bottom: 5px;
  }
  .xl\:oac-mt-20 {
    margin-top: 100px;
  }
  .xl\:oac-mb-20 {
    margin-bottom: 100px;
  }
  .xl\:oac-mb-12 {
    margin-bottom: 60px;
  }
  .xl\:oac-mr-0 {
    margin-right: 0;
  }
  .xl\:oac-mt-6 {
    margin-top: 30px;
  }
  .xl\:\!oac-mb-4 {
    margin-bottom: 20px !important;
  }
  .xl\:-oac-mt-\[83px\] {
    margin-top: -83px;
  }
  .xl\:oac-mt-2 {
    margin-top: 10px;
  }
  .xl\:oac-mb-4 {
    margin-bottom: 20px;
  }
  .xl\:oac-mt-10 {
    margin-top: 50px;
  }
  .xl\:oac-mt-16 {
    margin-top: 80px;
  }
  .xl\:oac-mr-16 {
    margin-right: 80px;
  }
  .xl\:oac-ml-16 {
    margin-left: 80px;
  }
  .xl\:oac-mt-4 {
    margin-top: 20px;
  }
  .xl\:oac-mr-4 {
    margin-right: 20px;
  }
  .xl\:oac-ml-\[90px\] {
    margin-left: 90px;
  }
  .xl\:oac-mt-\[-270px\] {
    margin-top: -270px;
  }
  .xl\:oac-mt-8 {
    margin-top: 40px;
  }
  .xl\:oac-ml-4 {
    margin-left: 20px;
  }
  .xl\:-oac-mt-1 {
    margin-top: -5px;
  }
  .xl\:oac-mt-3 {
    margin-top: 15px;
  }
  .xl\:oac-mr-6 {
    margin-right: 30px;
  }
  .xl\:oac-mb-16 {
    margin-bottom: 80px;
  }
  .xl\:oac-mt-\[160px\] {
    margin-top: 160px;
  }
  .xl\:oac-mb-8 {
    margin-bottom: 40px;
  }
  .xl\:\!oac-mt-3 {
    margin-top: 15px !important;
  }
  .xl\:oac-mb-10 {
    margin-bottom: 50px;
  }
  .xl\:-oac-mb-8 {
    margin-bottom: -40px;
  }
  .xl\:oac-ml-8 {
    margin-left: 40px;
  }
  .xl\:-oac-mr-12 {
    margin-right: -60px;
  }
  .xl\:oac-mr-12 {
    margin-right: 60px;
  }
  .xl\:-oac-mr-4 {
    margin-right: -20px;
  }
  .xl\:-oac-ml-3 {
    margin-left: -15px;
  }
  .xl\:oac-block {
    display: block;
  }
  .xl\:oac-inline-block {
    display: inline-block;
  }
  .xl\:oac-flex {
    display: flex;
  }
  .xl\:oac-grid {
    display: grid;
  }
  .xl\:oac-hidden {
    display: none;
  }
  .xl\:oac-h-\[524px\] {
    height: 524px;
  }
  .xl\:oac-h-full {
    height: 100%;
  }
  .xl\:oac-h-8 {
    height: 40px;
  }
  .xl\:oac-h-\[484px\] {
    height: 484px;
  }
  .xl\:\!oac-h-\[210px\] {
    height: 210px !important;
  }
  .xl\:\!oac-h-\[154px\] {
    height: 154px !important;
  }
  .xl\:oac-h-\[540px\] {
    height: 540px;
  }
  .xl\:oac-h-\[154px\] {
    height: 154px;
  }
  .xl\:oac-h-\[320px\] {
    height: 320px;
  }
  .xl\:oac-h-\[1144px\] {
    height: 1144px;
  }
  .xl\:oac-h-\[300px\] {
    height: 300px;
  }
  .xl\:oac-h-12 {
    height: 60px;
  }
  .xl\:oac-h-\[394px\] {
    height: 394px;
  }
  .xl\:oac-h-\[210px\] {
    height: 210px;
  }
  .xl\:oac-h-\[350px\] {
    height: 350px;
  }
  .xl\:oac-h-\[580px\] {
    height: 580px;
  }
  .xl\:oac-h-\[165px\] {
    height: 165px;
  }
  .xl\:oac-h-20 {
    height: 100px;
  }
  .xl\:oac-h-\[541px\] {
    height: 541px;
  }
  .xl\:oac-h-\[395px\] {
    height: 395px;
  }
  .xl\:\!oac-h-\[240px\] {
    height: 240px !important;
  }
  .xl\:oac-h-\[430px\] {
    height: 430px;
  }
  .xl\:oac-h-\[100px\] {
    height: 100px;
  }
  .xl\:oac-h-\[360px\] {
    height: 360px;
  }
  .xl\:oac-h-\[400px\] {
    height: 400px;
  }
  .xl\:oac-h-\[543px\] {
    height: 543px;
  }
  .xl\:oac-h-\[32px\] {
    height: 32px;
  }
  .xl\:oac-h-\[1587px\] {
    height: 1587px;
  }
  .xl\:oac-h-\[723px\] {
    height: 723px;
  }
  .xl\:oac-h-\[330px\] {
    height: 330px;
  }
  .xl\:oac-h-\[60px\] {
    height: 60px;
  }
  .xl\:oac-h-auto {
    height: auto;
  }
  .xl\:oac-h-\[83px\] {
    height: 83px;
  }
  .xl\:oac-h-\[617px\] {
    height: 617px;
  }
  .xl\:\!oac-h-8 {
    height: 40px !important;
  }
  .xl\:\!oac-h-\[56px\] {
    height: 56px !important;
  }
  .xl\:oac-min-h-\[151px\] {
    min-height: 151px;
  }
  .xl\:oac-w-\[1200px\] {
    width: 1200px;
  }
  .xl\:oac-w-\[520px\] {
    width: 520px;
  }
  .xl\:oac-w-\[760px\] {
    width: 760px;
  }
  .xl\:oac-w-0 {
    width: 0;
  }
  .xl\:\!oac-w-\[1058px\] {
    width: 1058px !important;
  }
  .xl\:oac-w-\[1000px\] {
    width: 1000px;
  }
  .xl\:oac-w-\[640px\] {
    width: 640px;
  }
  .xl\:oac-w-\[380px\] {
    width: 380px;
  }
  .xl\:oac-w-\[154px\] {
    width: 154px;
  }
  .xl\:oac-w-\[2508px\] {
    width: 2508px;
  }
  .xl\:oac-w-\[265px\] {
    width: 265px;
  }
  .xl\:oac-w-\[525px\] {
    width: 525px;
  }
  .xl\:oac-w-\[350px\] {
    width: 350px;
  }
  .xl\:oac-w-\[150px\] {
    width: 150px;
  }
  .xl\:oac-w-\[500px\] {
    width: 500px;
  }
  .xl\:oac-w-\[1920px\] {
    width: 1920px;
  }
  .xl\:oac-w-20 {
    width: 100px;
  }
  .xl\:oac-w-\[460px\] {
    width: 460px;
  }
  .xl\:oac-w-\[160px\] {
    width: 160px;
  }
  .xl\:oac-w-\[480px\] {
    width: 480px;
  }
  .xl\:oac-w-\[165px\] {
    width: 165px;
  }
  .xl\:oac-w-\[784px\] {
    width: 784px;
  }
  .xl\:oac-w-\[100px\] {
    width: 100px;
  }
  .xl\:oac-w-\[938px\] {
    width: 938px;
  }
  .xl\:oac-w-\[242px\] {
    width: 242px;
  }
  .xl\:oac-w-\[600px\] {
    width: 600px;
  }
  .xl\:oac-w-full {
    width: 100%;
  }
  .xl\:oac-w-\[32px\] {
    width: 32px;
  }
  .xl\:oac-w-\[1587px\] {
    width: 1587px;
  }
  .xl\:\!oac-w-\[1200px\] {
    width: 1200px !important;
  }
  .xl\:oac-w-\[250px\] {
    width: 250px;
  }
  .xl\:oac-w-\[400px\] {
    width: 400px;
  }
  .xl\:oac-w-\[420px\] {
    width: 420px;
  }
  .xl\:oac-w-\[620px\] {
    width: 620px;
  }
  .xl\:oac-w-\[77px\] {
    width: 77px;
  }
  .xl\:\!oac-w-\[112px\] {
    width: 112px !important;
  }
  .xl\:oac-w-\[485px\] {
    width: 485px;
  }
  .xl\:oac-w-\[300px\] {
    width: 300px;
  }
  .xl\:\!oac-w-\[56px\] {
    width: 56px !important;
  }
  .xl\:oac-max-w-\[1220px\] {
    max-width: 1220px;
  }
  .xl\:oac-max-w-\[485px\] {
    max-width: 485px;
  }
  .xl\:oac-flex-1 {
    flex: 1 1 0%;
  }
  .xl\:oac-flex-shrink-0,
  .xl\:oac-shrink-0 {
    flex-shrink: 0;
  }
  .xl\:oac-grow {
    flex-grow: 1;
  }
  .xl\:-oac-translate-x-\[700px\] {
    --tw-translate-x: -700px;
  }
  .xl\:-oac-translate-x-\[700px\],
  .xl\:oac-translate-x-0 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:oac-translate-x-0 {
    --tw-translate-x: 0;
  }
  .xl\:\!-oac-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .xl\:oac-translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:oac-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:oac-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:oac-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:oac-grid-rows-none {
    grid-template-rows: none;
  }
  .xl\:oac-flex-row {
    flex-direction: row;
  }
  .xl\:oac-flex-row-reverse {
    flex-direction: row-reverse;
  }
  .xl\:oac-flex-col {
    flex-direction: column;
  }
  .xl\:oac-flex-wrap {
    flex-wrap: wrap;
  }
  .xl\:oac-items-start {
    align-items: flex-start;
  }
  .xl\:oac-items-center {
    align-items: center;
  }
  .xl\:oac-justify-end {
    justify-content: flex-end;
  }
  .xl\:oac-justify-center {
    justify-content: center;
  }
  .xl\:oac-gap-8 {
    gap: 40px;
  }
  .xl\:oac-gap-12 {
    gap: 60px;
  }
  .xl\:oac-gap-4 {
    gap: 20px;
  }
  .xl\:oac-gap-y-8 {
    row-gap: 40px;
  }
  .xl\:oac-gap-x-12 {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .xl\:oac-gap-y-10 {
    row-gap: 50px;
  }
  .xl\:oac-gap-x-10 {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .xl\:oac-gap-y-5 {
    row-gap: 25px;
  }
  .xl\:oac-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:oac-space-x-12 > :not([hidden]) ~ :not([hidden]),
  .xl\:oac-space-x-\[60px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:oac-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:oac-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }
  .xl\:oac-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0 * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0 * var(--tw-space-y-reverse));
  }
  .xl\:oac-space-x-\[70px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:oac-space-x-\[40px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:oac-space-x-\[45px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45px * var(--tw-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:oac-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .xl\:oac-bg-blue-5 {
    background-color: var(--blue-5);
  }
  .xl\:oac-p-4 {
    padding: 20px;
  }
  .xl\:oac-p-6 {
    padding: 30px;
  }
  .xl\:oac-p-12 {
    padding: 60px;
  }
  .xl\:oac-p-3 {
    padding: 15px;
  }
  .xl\:oac-p-8 {
    padding: 40px;
  }
  .xl\:\!oac-p-4 {
    padding: 20px !important;
  }
  .xl\:oac-py-20 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .xl\:oac-px-24 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .xl\:oac-px-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .xl\:oac-px-12 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .xl\:oac-py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .xl\:oac-px-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xl\:oac-py-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xl\:oac-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:oac-px-16 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .xl\:oac-py-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .xl\:oac-px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xl\:oac-py-\[28px\] {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .xl\:oac-px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .xl\:oac-py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .xl\:oac-py-16 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .xl\:oac-py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .xl\:oac-px-8 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xl\:oac-px-10 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .xl\:oac-px-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xl\:oac-py-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xl\:\!oac-py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .xl\:oac-pt-20 {
    padding-top: 100px;
  }
  .xl\:oac-pr-6 {
    padding-right: 30px;
  }
  .xl\:oac-pb-20 {
    padding-bottom: 100px;
  }
  .xl\:oac-pb-\[305px\] {
    padding-bottom: 305px;
  }
  .xl\:oac-pl-4 {
    padding-left: 20px;
  }
  .xl\:oac-pt-12 {
    padding-top: 60px;
  }
  .xl\:oac-pb-8 {
    padding-bottom: 40px;
  }
  .xl\:oac-pb-16 {
    padding-bottom: 80px;
  }
  .xl\:oac-pb-0 {
    padding-bottom: 0;
  }
  .xl\:oac-pt-10 {
    padding-top: 50px;
  }
  .xl\:oac-pt-\[160px\] {
    padding-top: 160px;
  }
  .xl\:oac-pb-12 {
    padding-bottom: 60px;
  }
  .xl\:oac-pt-\[163px\] {
    padding-top: 163px;
  }
  .xl\:oac-pl-10 {
    padding-left: 50px;
  }
  .xl\:oac-pr-8 {
    padding-right: 40px;
  }
  .xl\:oac-pl-\[200px\] {
    padding-left: 200px;
  }
  .xl\:oac-text-left {
    text-align: left;
  }
  .xl\:oac-indent-3 {
    text-indent: 15px;
  }
  .xl\:oac-text-36 {
    font-size: 36px;
    line-height: 44px;
  }
  .xl\:oac-text-44 {
    font-size: 44px;
    line-height: 52px;
  }
  .xl\:oac-text-32 {
    font-size: 32px;
    line-height: 40px;
  }
  .xl\:oac-text-16 {
    font-size: 16px;
    line-height: 24px;
  }
  .xl\:oac-text-24 {
    font-size: 24px;
    line-height: 32px;
  }
  .xl\:oac-text-28 {
    font-size: 28px;
    line-height: 36px;
  }
  .xl\:\!oac-text-44 {
    font-size: 44px !important;
    line-height: 52px !important;
  }
  .xl\:oac-text-18 {
    font-size: 18px;
    line-height: 26px;
  }
  .xl\:oac-text-20 {
    font-size: 20px;
    line-height: 28px;
  }
  .xl\:\!oac-text-24 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .xl\:oac-text-40 {
    font-size: 40px;
    line-height: 48px;
  }
  .xl\:\!oac-text-28 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .xl\:oac-text-\[68px\] {
    font-size: 68px;
  }
  .xl\:oac-text-48 {
    font-size: 48px;
    line-height: 56px;
  }
  .xl\:\!oac-text-16 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .xl\:\!oac-text-36 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  .xl\:\!oac-font-bold {
    font-weight: 700 !important;
  }
  .xl\:\!oac-font-medium {
    font-weight: 500 !important;
  }
  .xl\:oac-leading-\[52px\] {
    line-height: 52px;
  }
  .xl\:oac-leading-\[76px\] {
    line-height: 76px;
  }
  .xl\:oac-opacity-100 {
    opacity: 1;
  }
  .xl\:first\:oac-mt-0:first-child {
    margin-top: 0;
  }
  .xl\:last\:oac-mb-0:last-child {
    margin-bottom: 0;
  }
  .ease-in-menu .menu-item.xl\:hover\:menu-item-selected:hover {
    border-color: var(--blue);
    color: var(--blue);
  }
  .ease-in-menu .menu-item.xl\:hover\:menu-item-selected:hover .menu-item-icon {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .ease-in-menu .menu-item.xl\:hover\:menu-item-selected:hover .ease-in-panel {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 100vh;
  }
  .ease-in-menu
    .menu-item.xl\:hover\:menu-item-selected:hover
    .ease-in-panel
    > div {
    opacity: 1;
    height: auto;
    pointer-events: all;
  }
  .ease-in-menu
    .menu-item.xl\:hover\:menu-item-selected:hover
    .ease-in-panel
    .ease-in-title {
    opacity: 1;
    transform: translateY(0);
  }
  .ease-in-menu
    .menu-item.xl\:hover\:menu-item-selected:hover
    .ease-in-panel
    .ease-in-submenu {
    opacity: 1;
    transform: translateX(0);
  }
  .hover\:xl\:oac-h-\[540px\]:hover {
    height: 540px;
  }
  .xl\:hover\:oac-bg-blue-5:hover {
    background-color: var(--blue-5);
  }
  .xl\:hover\:oac-shadow-m:hover {
    --tw-shadow: var(--shadow-m);
    --tw-shadow-colored: var(--shadow-m);
  }
  .xl\:hover\:oac-shadow-m:hover,
  .xl\:hover\:oac-shadow-s:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .xl\:hover\:oac-shadow-s:hover {
    --tw-shadow: var(--shadow-s);
    --tw-shadow-colored: var(--shadow-s);
  }
}
@media (min-width: 1920px) {
  .xxl\:oac-left-0 {
    left: 0;
  }
  .xxl\:oac-top-\[23\.1\%\] {
    top: 23.1%;
  }
  .xxl\:oac-left-\[6\.1\%\] {
    left: 6.1%;
  }
  .xxl\:oac-top-\[20\.3\%\] {
    top: 20.3%;
  }
  .xxl\:oac-left-\[1\.3\%\] {
    left: 1.3%;
  }
  .xxl\:oac-top-\[14\.9\%\] {
    top: 14.9%;
  }
  .xxl\:oac-left-\[7\%\] {
    left: 7%;
  }
  .xxl\:oac-top-\[18\%\] {
    top: 18%;
  }
  .xxl\:oac-left-\[9\.6\%\] {
    left: 9.6%;
  }
  .xxl\:oac-top-\[22\.7\%\] {
    top: 22.7%;
  }
  .xxl\:oac-left-\[5\.5\%\] {
    left: 5.5%;
  }
  .xxl\:-oac-top-8 {
    top: -40px;
  }
  .xxl\:oac-left-auto {
    left: auto;
  }
  .xxl\:-oac-right-\[1100px\] {
    right: -1100px;
  }
  .xxl\:oac-block {
    display: block;
  }
  .xxl\:oac-h-\[2200px\] {
    height: 2200px;
  }
  .xxl\:oac-h-\[1640px\] {
    height: 1640px;
  }
  .xxl\:oac-w-\[2200px\] {
    width: 2200px;
  }
  .xxl\:oac-w-\[1640px\] {
    width: 1640px;
  }
  .xxl\:oac-translate-x-0 {
    --tw-translate-x: 0;
  }
  .xxl\:oac-scale-125,
  .xxl\:oac-translate-x-0 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xxl\:oac-scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }
}
.shadow {
  box-shadow: 0 0 transparent, 0 0 transparent,
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.rounded {
  border-radius: 1.5rem;
}
.wrapper {
  width: 100%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #374151;
  width: 100%;
}
#welcome {
  margin-top: 2.5rem;
}
#welcome h1 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}
#welcome span {
  display: block;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
#hero {
  align-items: center;
  background-color: #143157;
  border: none;
  box-sizing: border-box;
  color: #374151;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 3.5rem;
}
#hero .text-container {
  color: #fff;
  padding: 3rem 2rem;
}
#hero .text-container h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
}
#hero .text-container h2 svg {
  color: #44bb97;
  height: 2rem;
  left: -0.25rem;
  position: absolute;
  top: 0;
  width: 2rem;
}
#hero .text-container h2 span {
  margin-left: 2.5rem;
}
#hero .text-container a {
  background-color: #fff;
  border-radius: 0.75rem;
  color: #374151;
  display: inline-block;
  margin-top: 1.5rem;
  padding: 1rem 2rem;
  text-decoration: inherit;
}
#hero .logo-container {
  display: none;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
#hero .logo-container svg {
  color: #fff;
  width: 66.666667%;
}
#middle-content {
  align-items: flex-start;
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr;
  margin-top: 3.5rem;
}
#learning-materials {
  padding: 2.5rem 2rem;
}
#learning-materials h2 {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
  line-height: 1.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.list-item-link {
  align-items: center;
  border-radius: 0.75rem;
  display: flex;
  margin-top: 1rem;
  padding: 1rem;
  width: 100%;
}
.list-item-link,
.list-item-link svg:first-child {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.list-item-link svg:first-child {
  margin-right: 1rem;
  height: 1.5rem;
  width: 1.5rem;
}
.list-item-link > span {
  font-weight: 400;
}
.list-item-link > span,
.list-item-link > span > span {
  flex-grow: 1;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.list-item-link > span > span {
  color: #6b7280;
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1rem;
}
.list-item-link svg:last-child {
  height: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  width: 1rem;
}
.list-item-link:hover {
  color: #fff;
  background-color: #44bb97;
}
.list-item-link:hover > span > span {
  color: #f3f4f6;
}
.list-item-link:hover svg:last-child {
  transform: translateX(0.25rem);
}
.button-pill {
  padding: 1.5rem 2rem;
  transition-duration: 0.3s;
  align-items: center;
  display: flex;
}
.button-pill,
.button-pill svg {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button-pill svg {
  transition-duration: 0.15s;
  flex-shrink: 0;
  width: 3rem;
}
.button-pill > span {
  letter-spacing: -0.025em;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.button-pill span span {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
}
.button-pill:hover,
.button-pill:hover svg {
  color: #fff !important;
}
#nx-console:hover {
  background-color: #007acc;
}
#nx-console svg {
  color: #007acc;
}
#nx-repo:hover {
  background-color: #181717;
}
#nx-repo svg {
  color: #181717;
}
#nx-cloud {
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: 2.5rem 2rem;
}
#nx-cloud > div {
  align-items: center;
  display: flex;
}
#nx-cloud > div svg {
  border-radius: 0.375rem;
  flex-shrink: 0;
  width: 3rem;
}
#nx-cloud > div h2 {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
#nx-cloud > div h2 span {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
}
#nx-cloud p {
  font-size: 1rem;
  line-height: 1.5rem;
}
#nx-cloud p,
#nx-cloud pre {
  margin-top: 1rem;
}
#nx-cloud a {
  color: #6b7280;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 1.5rem;
  text-align: right;
}
#nx-cloud a:hover {
  text-decoration: underline;
}
#commands {
  padding: 2.5rem 2rem;
  margin-top: 3.5rem;
}
#commands h2 {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
#commands p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}
#commands p,
details {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
details {
  align-items: center;
  display: flex;
  width: 100%;
}
details pre > span {
  color: #b5b5b5;
  display: block;
}
summary {
  border-radius: 0.5rem;
  display: flex;
  font-weight: 400;
  padding: 0.5rem;
  cursor: pointer;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
summary:hover {
  background-color: #f3f4f6;
}
summary svg {
  height: 1.5rem;
  margin-right: 1rem;
  width: 1.5rem;
}
#love {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 3.5rem;
  opacity: 0.6;
  text-align: center;
}
#love svg {
  color: #fca5a5;
  width: 1.25rem;
  height: 1.25rem;
  display: inline;
  margin-top: -0.25rem;
}
@media screen and (min-width: 768px) {
  #hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #hero .logo-container {
    display: flex;
  }
  #middle-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.help-search-suggestion-result-item em {
  font-style: normal;
  font-weight: inherit;
  color: var(--red);
}
@media (min-width: 360px) {
  #udesk_panel {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    margin-bottom: 0 !important;
    z-index: 10000 !important;
  }
}
@media (min-width: 768px) {
  #udesk_panel {
    left: auto !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    margin-bottom: 0 !important;
    width: 364px !important;
    height: 572px !important;
    z-index: 10000 !important;
  }
}
@media (min-width: 1024px) {
  #udesk_panel {
    left: auto !important;
    top: auto !important;
    right: 92px !important;
    bottom: 0 !important;
    margin-bottom: 10px !important;
    z-index: 99 !important;
  }
}
.PhotoView-Portal {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  touch-action: none;
  width: 100%;
  z-index: 2000;
}
@keyframes PhotoView__rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes PhotoView__delayIn {
  0%,
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.PhotoView__Spinner {
  animation: PhotoView__delayIn 0.4s linear both;
}
.PhotoView__Spinner svg {
  animation: PhotoView__rotate 0.6s linear infinite;
}
.PhotoView__Photo {
  cursor: grab;
  max-width: none;
}
.PhotoView__Photo:active {
  cursor: grabbing;
}
.PhotoView__icon {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.PhotoView__PhotoBox,
.PhotoView__PhotoWrap {
  bottom: 0;
  direction: ltr;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  touch-action: none;
  width: 100%;
}
.PhotoView__PhotoWrap {
  overflow: hidden;
  z-index: 10;
}
.PhotoView__PhotoBox {
  transform-origin: left top;
}
@keyframes PhotoView__fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,
.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,
.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,
.PhotoView-Slider__clean .PhotoView-Slider__Overlay,
.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover {
  opacity: 0;
}
.PhotoView-Slider__Backdrop {
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition-property: background-color;
  width: 100%;
  z-index: -1;
}
.PhotoView-Slider__fadeIn {
  animation: PhotoView__fade linear both;
  opacity: 0;
}
.PhotoView-Slider__fadeOut {
  animation: PhotoView__fade linear reverse both;
  opacity: 0;
}
.PhotoView-Slider__BannerWrap {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  height: 44px;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-out;
  width: 100%;
  z-index: 20;
}
.PhotoView-Slider__BannerWrap:hover {
  opacity: 1;
}
.PhotoView-Slider__Counter {
  font-size: 14px;
  opacity: 0.75;
  padding: 0 10px;
}
.PhotoView-Slider__BannerRight {
  align-items: center;
  display: flex;
  height: 100%;
}
.PhotoView-Slider__toolbarIcon {
  fill: #fff;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0.75;
  padding: 10px;
  transition: opacity 0.2s linear;
}
.PhotoView-Slider__toolbarIcon:hover {
  opacity: 1;
}
.PhotoView-Slider__ArrowLeft,
.PhotoView-Slider__ArrowRight {
  align-items: center;
  bottom: 0;
  cursor: pointer;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: auto;
  opacity: 0.75;
  position: absolute;
  top: 0;
  transition: opacity 0.2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 70px;
  z-index: 20;
}
.PhotoView-Slider__ArrowLeft:hover,
.PhotoView-Slider__ArrowRight:hover {
  opacity: 1;
}
.PhotoView-Slider__ArrowLeft svg,
.PhotoView-Slider__ArrowRight svg {
  fill: #fff;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: content-box;
  height: 24px;
  padding: 10px;
  width: 24px;
}
.PhotoView-Slider__ArrowLeft {
  left: 0;
}
.PhotoView-Slider__ArrowRight {
  right: 0;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.module_title_module-title-large__7B8Xv {
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
@media (min-width: 768px) {
  .module_title_module-title-large__7B8Xv {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1260px) {
  .module_title_module-title-large__7B8Xv {
    max-width: 1260px;
    line-height: 56px;
  }
}
.module_title_module-title-default__R2v_p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .module_title_module-title-default__R2v_p {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .module_title_module-title-default__R2v_p {
    font-size: 36px;
    line-height: 44px;
  }
}
.module_title_module-title-small__XaEih {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 360px) {
  .module_title_module-title-small__XaEih {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .module_title_module-title-small__XaEih {
    font-size: 24px;
    line-height: 32px;
  }
}
.module_title_module-subtitle-large__QqdOR {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .module_title_module-subtitle-large__QqdOR {
    font-size: 16px;
    line-height: 24px;
  }
  .module_title_module-subtitle-default__fvnEX {
    font-size: 14px;
    line-height: 22px;
  }
}
.module_title_module-subtitle-small__lF8zv {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .module_title_module-subtitle-small__lF8zv {
    font-size: 16px;
    line-height: 24px;
  }
}
.preview_image_preview-image-container__dLHz_ .preview_image_mask__nXVWU {
  background: rgba(37, 40, 42, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: zoom-in;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preview_image_preview-image-container__dLHz_:hover .preview_image_mask__nXVWU {
  opacity: 1;
}
.responsive_image_image__JDhlM {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: var(--responsive-image-width);
}
@media (min-width: 768px) {
  .responsive_image_image__JDhlM {
    width: var(--responsive-image-width-md);
  }
}
@media (min-width: 1024px) {
  .responsive_image_image__JDhlM {
    width: var(--responsive-image-width-lg);
  }
}
@media (min-width: 1260px) {
  .responsive_image_image__JDhlM {
    width: var(--responsive-image-width-xl);
  }
}
.input_password_caps-lock-icon__xymln {
  background: url(https://cdn4.ones-ai.cn/_next/static/media/caps_lock.5870edab.svg)
    no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}
.footer_subscribe_banner_subscribe-button__WNtd8 {
  background-image: linear-gradient(90deg, #ff6a4c, #f24e24);
  transition-property: none;
}
.footer_subscribe_banner_subscribe-button__WNtd8:hover {
  background: #ff6a4c;
}
.footer_subscribe_banner_subscribe-button__WNtd8:active {
  background: linear-gradient(90deg, #f24e24, #d93b0b);
}
@media (min-width: 1260px) {
  .menu_blog-bg__06GSF {
    background: rgba(242, 247, 255, 0.5);
  }
}
.menu_header-bottom-button__cwgEK {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 34%);
}
.expert_banner_expert-bg-wrapper___dm2S {
  background: linear-gradient(
    3deg,
    #e6edfa -2.44%,
    hsla(0, 0%, 100%, 0) 79.03%
  );
}
.expert_banner_expert-bg__dW1i8 {
  background-image: url(https://cdn4.ones-ai.cn/_next/static/media/expert-banner-bg-mobile.1fa3a042.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
@media (min-width: 768px) {
  .expert_banner_expert-bg__dW1i8 {
    background-image: url(https://cdn4.ones-ai.cn/_next/static/media/expert-banner-bg.8de3b392.png);
  }
}
.expert_banner_expert-bg2__jyVYV {
  background: url(https://cdn4.ones-ai.cn/_next/static/media/expert-banner-bg2.4d699545.png)
    no-repeat 50%;
  background-size: cover;
}
.who_is_using_who-is-using-container__RFlFk {
  background: linear-gradient(1turn, #fff, rgba(245, 250, 255, 0) 153.2%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.who_is_using_who-is-using-mask__xHJd5 {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: -10px;
  bottom: -20px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(
    270deg,
    #fff 0.55%,
    rgba(245, 250, 255, 0) 21.52%,
    rgba(247, 251, 255, 0.194) 77.63%,
    #fff 104.27%
  );
}
.who_is_using_custom-logo-card__YwuRS .who_is_using_log-box__HbXFf {
  opacity: 1;
}
.who_is_using_custom-logo-card__YwuRS .who_is_using_logo-tips__EHHXD {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.who_is_using_custom-logo-card__YwuRS:hover .who_is_using_log-box__HbXFf {
  opacity: 0;
}
.who_is_using_custom-logo-card__YwuRS:hover .who_is_using_logo-tips__EHHXD {
  opacity: 1;
}
.banner_module_custom-logo-box__0r53_ {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 5px 15px 0 rgba(141, 170, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.case_card_module_case-card-bg-left__yPy9w,
.case_card_module_case-card-bg-right__QyvbJ {
  display: none;
}
@media (min-width: 768px) {
  .case_card_module_case-card-bg-left__yPy9w,
  .case_card_module_case-card-bg-right__QyvbJ {
    display: block;
  }
}
.case_card_module_case-card-bg-left__yPy9w,
.case_card_module_case-card-bg-right__QyvbJ {
  background: linear-gradient(
    178.53deg,
    #deefff 1.25%,
    rgba(222, 239, 255, 0) 98.81%
  );
  position: absolute;
  border-radius: 50%;
}
.case_card_module_case-card-bg-left__yPy9w {
  left: -100px;
  bottom: 40px;
}
@media (min-width: 1024px) {
  .case_card_module_case-card-bg-left__yPy9w {
    left: -125px;
    bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .case_card_module_case-card-bg-left__yPy9w {
    left: -60px;
  }
}
@media (min-width: 1920px) {
  .case_card_module_case-card-bg-left__yPy9w {
    left: 200px;
  }
}
.case_card_module_case-card-bg-left__yPy9w {
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 250px;
  height: 250px;
  z-index: 0;
}
.case_card_module_case-card-bg-right__QyvbJ {
  right: -150px;
}
@media (min-width: 1024px) {
  .case_card_module_case-card-bg-right__QyvbJ {
    right: -125px;
  }
}
@media (min-width: 1260px) {
  .case_card_module_case-card-bg-right__QyvbJ {
    right: -60px;
  }
}
@media (min-width: 1920px) {
  .case_card_module_case-card-bg-right__QyvbJ {
    right: 150px;
  }
}
.case_card_module_case-card-bg-right__QyvbJ {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 400px;
  height: 400px;
  top: 120px;
  z-index: 0;
}
.info_tech_innovation_entrance_entrance-container__cdAoW {
  position: relative;
  width: 84px;
  height: 32px;
  align-items: center;
  padding-left: 12px;
  background: linear-gradient(270deg, #7de0ff -32.86%, #0064ff 99.04%);
  box-shadow: inset 0 0 8px 0 hsla(0, 0%, 100%, 0.5);
  color: #fff;
}
.info_tech_innovation_entrance_entrance-container__cdAoW:hover {
  background: linear-gradient(270deg, #7dffef -23.66%, #0085ff 99.04%);
  color: #fff;
}
.info_tech_innovation_entrance_entrance-container__cdAoW:active {
  background: linear-gradient(270deg, #61bcfe -5.38%, #0045f5 99.04%);
  color: #fff;
}
.info_tech_innovation_entrance_entrance-container__cdAoW:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url(https://cdn4.ones-ai.cn/_next/static/media/star.9daa22a2.svg)
    no-repeat;
  top: 2px;
  right: 7px;
}
.header_ones-cn-header__iSRAV {
  --header-top: 0px;
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  border-bottom-width: 1px;
  border-color: var(--gray-10);
  padding-left: 0;
  padding-right: 0;
}
.header_ones-cn-header__iSRAV .header_ones-menu-item__YMBkm {
  padding: 0 !important;
}
.header_ones-cn-header-home__VBg48 {
  background-color: #fff !important;
  background: linear-gradient(
    90.64deg,
    rgba(230, 237, 250, 0.3) 14.94%,
    rgba(230, 237, 250, 0.3) 63.33%
  );
}
.header_ones-cn-header-home__VBg48:hover {
  background: #fff !important;
}
.udesk_light-circle__khdr5 {
  width: 68px;
  height: 68px;
  opacity: 0.5;
  background-color: #a6c9ff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  border-radius: 50%;
  z-index: -2;
  transform-origin: center;
  animation: udesk_lightCircle__sP8zy 1s linear 0s infinite normal both running;
  pointer-events: none;
}
@keyframes udesk_lightCircle__sP8zy {
  0% {
    opacity: 0.5;
    transform: translateX(-50%) scale(100%);
  }
  55% {
    opacity: 0;
    transform: translateX(-50%) scale(147%);
  }
  to {
    opacity: 0;
    transform: translateX(-50%) scale(147%);
  }
}
.udesk_dot-left__uMP0r {
  width: 8px;
  position: absolute;
  left: -10px;
  top: 35px;
  animation: udesk_dotLeftEnter__OupoW 0.5s linear 0s 1 normal none running,
    udesk_dotLeftRunning__CkS5s 1.5s linear 0.5s infinite normal forwards
      running;
  pointer-events: none;
}
.udesk_slider-slogan__zwnox {
  width: 43px;
  height: 20px;
  position: absolute;
  left: -25px;
  top: 5px;
  pointer-events: none;
  animation: udesk_sloganEnter__TmJ0y 1s linear 0s 1 normal both running,
    udesk_sloganRunning__JWBeM 2s linear 1s 7 normal forwards running,
    udesk_sloganOut__XLeiA 0.5s linear 15s 1 normal forwards running;
}
.udesk_dot-right-top__tOlbl {
  width: 6px;
  position: absolute;
  right: 5px;
  top: 5px;
  animation: udesk_dotRightTopEnter__HWZtl 0.5s linear 0s 1 normal none running,
    udesk_dotRightTopRunning__RFgBU 1.5s linear 0.5s infinite normal forwards
      running;
  pointer-events: none;
}
.udesk_dot-right-bottom__dNeHn {
  width: 5px;
  position: absolute;
  right: 5px;
  top: 55px;
  animation: udesk_dotRightBottomEnter__Ti4pN 0.5s linear 0s 1 normal none
      running,
    udesk_dotRightBottomRunning__q0jYy 1.5s linear 0.5s infinite normal forwards
      running;
  pointer-events: none;
}
@keyframes udesk_fadeOutBottomRight__3MBZ8 {
  0% {
    opacity: 1;
    width: 43px;
    transform: translate(0);
  }
  to {
    opacity: 0;
    width: 20px;
    transform: translate(100%, 100%);
  }
}
@keyframes udesk_dotLeftEnter__OupoW {
  0% {
    opacity: 0;
    transform: translate(30px, -10px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes udesk_dotLeftRunning__CkS5s {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-2.5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(2.5px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes udesk_dotRightTopEnter__HWZtl {
  0% {
    opacity: 0;
    transform: translate(-30px, 20px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes udesk_dotRightTopRunning__RFgBU {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(2.5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-2.5px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes udesk_dotRightBottomEnter__Ti4pN {
  0% {
    opacity: 0;
    transform: translate(-30px, -20px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes udesk_dotRightBottomRunning__q0jYy {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(2.5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-2.5px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes udesk_sloganEnter__TmJ0y {
  0% {
    opacity: 0;
    transform: translateX(10px) scale(0);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes udesk_sloganRunning__JWBeM {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(2.5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-2.5px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes udesk_sloganOut__XLeiA {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateX(10px) scale(0);
  }
}
.udesk_back-to-top__FLq7h {
  position: fixed;
  height: 40px;
  width: 40px;
  padding: 12px;
  box-shadow: 0 3px 12px 0 rgba(48, 48, 48, 0.08),
    0 4px 8px 0 rgba(48, 48, 48, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 50%;
  right: 10px;
  bottom: 70px;
  bottom: calc(70px + env(safe-area-inset-bottom));
  cursor: pointer;
  z-index: 90;
}
.udesk_back-to-top__FLq7h:hover {
  background-color: #fafbfc;
}
@media (min-width: 1024px) {
  .udesk_back-to-top__FLq7h {
    right: 32px;
    bottom: 32px;
  }
}
.layout_container__eI5jo {
  background-color: #fff;
}
.layout_container__eI5jo .layout_title__UjW0h {
  font-size: 20px;
  font-weight: 500;
  color: red;
}
