@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time, img {
  display: block;
}

input,
textarea,
select,
button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

body {
  line-height: 1;
  position: relative;
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
}

html {
  scroll-padding-top: 140px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Sans", sans-serif;
}

h1 {
  font-size: 40px;
  line-height: 110%;
  color: #000000;
}
h1.lg {
  font-size: 80px;
}

h1 .so-accent {
  display: inline !important;
  margin-top: 0 !important;
  white-space: normal;
}

h2 {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.64px;
  color: #000000;
  font-weight: 600;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 6px;
  font-family: "DM Sans", sans-serif;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
  border-width: 1px;
  line-height: 1.4;
  font-size: 12px;
  margin: 20px 0 0;
  font-family: "DM Sans", sans-serif;
  padding: 8px 15px;
  border-color: #2f52ff;
}

.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: red;
}

span.so-label {
  font-size: 16px;
  background: linear-gradient(to left, #4A80FF 0%, #1038FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 120%;
  letter-spacing: 1.28px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  width: fit-content;
}

h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}

h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 130%;
}

p {
  font-size: 16px;
  line-height: 140%;
  color: #929292;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
}
p.black {
  color: #000000;
}

.so-text p {
  margin-bottom: 20px;
}
.so-text p:last-child {
  margin-bottom: 0;
}

span.black {
  color: #000000;
}

li, li a, a {
  font-family: "DM Sans", sans-serif;
}

a {
  color: #000000;
}

.so-accent {
  color: #2F52FF;
}

.so-badge-new {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #D1DEFF;
  color: #2F52FF;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  padding: 2px 8px;
}
.so-badge-new::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("img/new-icon.svg") no-repeat center/10px 10px;
}

.so-text.black p, .so-text.black a, .so-text.black li {
  color: #000000;
}

.so-text ul, .so-text ol {
  color: #6F6F6F;
  font-weight: 300;
  margin-left: 25px;
  padding-bottom: 20px;
}
.so-text ul li, .so-text ol li {
  padding-left: 3px;
  line-height: 1.4;
  text-align: start;
}
.so-text ul li::marker, .so-text ol li::marker {
  font-size: 12px;
}
.so-text ul {
  list-style: disc;
}
.so-text blockquote {
  margin-bottom: 20px;
  margin-top: 20px;
}
.so-text blockquote p {
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.36 !important;
  letter-spacing: -0.66px !important;
  color: #000;
}
.so-text strong {
  color: #000;
}

.so-button-white {
  background: #fff;
  color: #000000;
  border: 1px solid #929292;
}
.so-button-white:hover {
  background: #000000;
  color: #fff;
}

.so-button-black {
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
}
.so-button-black:hover {
  background: #fff;
  color: #000000;
}

.so-button {
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px 14px 20px;
  box-sizing: border-box;
  border-radius: 6px;
  transition: 0.3s ease;
  text-align: center;
  width: fit-content;
  font-family: "DM Sans", sans-serif;
}
.so-button .so-button-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  color: inherit;
  justify-content: center;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}
.so-button-blue, .so-button-blue-arrow {
  color: #fff;
  border: 1px solid #96B4FF;
  background: linear-gradient(175deg, #386AFF 0%, #1038FF 100%);
  overflow: hidden;
  isolation: isolate;
}
.so-button-blue::after, .so-button-blue-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(175deg, #0024DB 0%, #1139F5 100%);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.so-button-blue:hover::after, .so-button-blue-arrow:hover::after {
  opacity: 1;
}
.so-button-blue-arrow .so-button-label {
  gap: 9px;
}
.so-button-blue-arrow .so-button-label::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("img/Icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.so-button-blue-arrow:hover .so-button-label::after {
  transform: translateX(3px);
}
.so-button-dark-arrow {
  background: #fff;
  color: #000;
  border: 1px solid #d8e5ff;
}
.so-button-dark-arrow .so-button-label {
  gap: 9px;
}
.so-button-dark-arrow .so-button-label::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("img/Icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  filter: brightness(0) saturate(100%);
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.so-button-dark-arrow:hover .so-button-label::after {
  transform: translateX(3px);
  filter: brightness(0) saturate(100%) invert(24%) sepia(95%) saturate(3567%) hue-rotate(230deg) brightness(100%) contrast(102%);
}
.so-button-dark-arrow:hover .so-button-label {
  color: #2F52FF;
}

strong {
  font-weight: 600;
}

.so-content {
  text-align: center;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:active, a:link {
  text-decoration: none;
}

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, button {
  -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number],
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=number]:active {
  all: unset;
}

.so-row {
  max-width: 1440px;
  width: 100%;
  display: inline-block;
  margin: auto;
  text-align: left;
  box-sizing: border-box;
  padding: 0 20px;
}

button {
  cursor: pointer;
  outline: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
}

button:focus-visible {
  outline: none;
}

ol {
  list-style: auto;
}

video {
  max-width: 100%;
  width: 100%;
}

div.so-text a {
  color: #fff;
  transition: 0.3s ease;
  font-weight: 600;
}
div.so-text a:hover {
  opacity: 0.7;
}
div.so-text ul, div.so-text ol {
  list-style: revert;
  margin-bottom: 25px;
  margin-left: 20px;
}
div.so-text li {
  padding-left: 5px;
}

.so-page {
  border-bottom: 1px solid #D8E5FF;
}
.so-page .so-row {
  padding: 0px 20px;
}
.so-page p {
  color: #6F6F6F;
  margin-bottom: 15px;
}
.so-page p:last-child {
  margin-bottom: 0;
}
.so-page strong {
  color: #000;
}
.so-page blockquote {
  margin-bottom: 20px;
  margin-top: 20px;
}
.so-page blockquote p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: -0.66px;
  color: #000;
}
.so-page ul, .so-page ol {
  color: #6F6F6F;
  font-weight: 300;
  margin-left: 25px;
  padding-bottom: 20px;
}
.so-page ul li, .so-page ol li {
  padding-left: 3px;
  line-height: 1.4;
}
.so-page ul li::marker, .so-page ol li::marker {
  font-size: 12px;
}
.so-page ul {
  list-style: disc;
}
.so-page .so-post-content {
  max-width: 690px;
  width: 100%;
}
.so-page .so-post-content h2 {
  margin-top: 55px;
  margin-bottom: 20px;
  scroll-margin-top: 140px;
}
.so-page .so-post-content h2:first-child {
  margin-top: 0;
}
.so-page .so-post-content .wp-block-image.alignfull,
.so-page .so-post-content .wp-block-image .alignfull,
.so-page .so-post-content figure.wp-block-image.alignfull {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.so-page .so-post-content .wp-block-image.alignfull img,
.so-page .so-post-content .wp-block-image .alignfull img,
.so-page .so-post-content figure.wp-block-image.alignfull img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #D8E5FF;
}
.so-page .so-post-content .wp-block-image.alignfull figure,
.so-page .so-post-content .wp-block-image .alignfull,
.so-page .so-post-content figure.wp-block-image.alignfull {
  margin: 0;
}
.so-page .is-layout-flex {
  gap: 20px;
}
.so-page .so-post-layout {
  position: relative;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 36px;
  align-items: flex-start;
  justify-items: center;
  padding-top: 60px;
  padding-bottom: 90px;
}
.so-page .so-post-layout::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 258px;
  width: 1px;
  background: #D8E5FF;
}
.so-page .so-post-layout.is-no-toc {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.so-page .so-post-layout.is-no-toc::after {
  display: none;
}
.so-page .so-post-layout.is-no-toc .so-post-content {
  margin: 0 auto;
}
.so-page .so-post-toc-wrap {
  position: sticky;
  top: 150px;
  align-self: start;
}
.so-page .so-post-toc {
  padding: 24px 18px;
  background: #fff;
}
.so-page .so-post-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
}
.so-page .so-post-toc a {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #6F6F6F;
  text-decoration: none !important;
  font-weight: 400;
  transition: all 0.25s ease;
}
.so-page .so-post-toc a:hover {
  transform: translateY(-2px);
}
.so-page .so-post-toc a.is-active {
  color: #2F52FF;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  section .so-content,
  section .so-row {
    overflow-x: hidden;
  }
}
.so-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #D8E5FF;
  transition: box-shadow 0.25s ease;
}
.so-header.is-submenu-open {
  box-shadow: 0 16px 40px rgba(47, 82, 255, 0.22);
}
.so-header .so-header-main {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}
.so-header .so-header-announcement {
  background: #000;
  border-bottom: 1px solid rgba(216, 229, 255, 0.45);
}
.so-header .so-header-announcement-link {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  text-decoration: none;
  padding: 11px 20px;
  transition: opacity 0.25s ease;
}
.so-header .so-header-announcement-link span,
.so-header .so-header-announcement-link img, .so-header .so-header-announcement-link::after {
  transition: margin-top 0.25s ease;
}
.so-header .so-header-announcement-link {
  box-sizing: border-box;
}
.so-header .so-header-announcement-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: margin-top 0.25s ease, margin-top 0.25s ease;
  margin-top: 0;
}
.so-header .so-header-announcement-link:hover span,
.so-header .so-header-announcement-link:hover img, .so-header .so-header-announcement-link:hover::after {
  margin-top: -3px;
}
.so-header .so-header-announcement-link:hover::after {
  margin-top: -3px;
}
.so-header .so-header-announcement-link img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.so-header .so-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1280px;
  padding: 20px;
}
.so-header .so-header-logo img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
.so-header .so-header-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.so-header .so-header-arena-label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
}
.so-header .so-header-menu-list {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.so-header .so-header-menu-list > ul {
  display: flex;
  align-items: stretch;
  gap: 38px;
  list-style: none;
  position: static;
}
.so-header .so-header-menu-list > ul > li {
  position: static;
  display: flex;
  align-items: stretch;
  transition: transform 0.25s ease;
}
.so-header .so-header-menu-list > ul > li > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
  position: relative;
  z-index: 3;
}
.so-header .so-header-menu-list > ul > li > a > span:first-child {
  display: inline-block;
  transition: transform 0.25s ease;
}
.so-header .so-header-menu-list > ul > li:hover > a > span:first-child {
  transform: translateY(-2px);
}
.so-header .so-header-caret {
  width: 7px;
  height: 7px;
  border-right: 2px solid #272727;
  border-bottom: 2px solid #272727;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.25s ease, margin-top 0.25s ease;
  margin-top: 0;
}
.so-header .so-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.so-header .so-header-login:hover .so-button-label:after {
  filter: invert(1);
}
.so-header .so-header-login .so-button-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.so-header .so-header-login .so-button-label::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url("img/icon-user.svg") center center/contain no-repeat;
  transition: 0.3s ease;
}
.so-header .so-menu-trigger {
  display: none;
  width: 46px;
  height: 46px;
  background: #fff;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
.so-header .so-menu-trigger span {
  width: 16px;
  height: 2px;
  background: #000;
  display: block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.so-header.is-mob-open .so-menu-trigger span:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
}
.so-header.is-mob-open .so-menu-trigger span:nth-child(2) {
  transform: translateY(-5px) rotate(-45deg);
}
.so-header .so-header-mob-panel {
  display: none;
}
.so-header .menu-item-has-children > .so-header-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-top: 1px solid #D8E5FF;
  border-bottom: 1px solid #D8E5FF;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.so-header .menu-item-has-children:hover > a .so-header-caret {
  margin-left: 0;
  margin-top: 0;
}
.so-header .menu-item-has-children:hover > .so-header-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.so-header .menu-item-has-children.is-mega-open > a .so-header-caret {
  transform: rotate(-135deg) translateY(1px);
}
.so-header .menu-item-has-children.is-mega-open > .so-header-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.so-header .so-header-mega-col {
  min-height: 350px;
  border-right: 1px solid #D8E5FF;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.so-header .so-header-mega-col:last-child {
  border-right: 0;
}
.so-header .so-header-mega-head {
  padding: 20px 40px;
  border-bottom: 1px solid #D8E5FF;
}
.so-header .so-header-mega-card-list {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.so-header .so-header-mega-card {
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 0;
  border-bottom: 1px solid #D8E5FF;
}
.so-header .so-header-mega-card:last-child {
  border-bottom: 0;
}
.so-header .so-header-mega-card p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #252525;
}
.so-header .so-header-mega-card-title {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: transform 0.25s ease;
  width: fit-content;
  text-decoration: none;
  color: inherit;
}
.so-header .so-header-mega-card-title:hover {
  transform: translateY(-5px);
}
.so-header .so-header-mega-card-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.so-header .so-header-mega-card-icon.is-enterprise {
  background-image: url("img/icon-lock.svg");
}
.so-header .so-header-mega-card-icon.is-developers {
  background-image: url("img/icon-data.svg");
}
.so-header .so-header-mega-arrow {
  width: 14px;
  height: 12px;
  display: inline-block;
  background: url("img/Icon-arrow-right.svg") center center/contain no-repeat;
}
.so-header .so-header-mega-links .sub-menu {
  padding: 40px 40px 25px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.so-header .so-header-mega-links .sub-menu a, .so-header .so-header-mega-links .sub-menu > li > span {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.so-header .so-header-mega-links .sub-menu a {
  text-decoration: none;
}
.so-header .so-header-mega-item-icon {
  width: 34px;
  height: 34px;
  border: 2px solid #3b5eff;
  border-radius: 8px;
  position: relative;
  flex: 0 0 34px;
}
.so-header .so-header-mega-item-icon::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #3b5eff;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.so-header .so-header-mega-item-icon-image {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.so-header .so-header-mega-quote {
  background: #1a2c8f url("img/header_bg_img.jpg") center center/cover no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.so-header .so-header-mega-quote-inner {
  height: 100%;
  padding: 20px;
  display: flex;
  gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  max-width: 370px;
  margin: auto;
}
.so-header .so-header-mega-quote .so-text p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
.so-header .so-header-quote-author {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}
.so-header .so-header-quote-author img {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  object-fit: cover;
}
.so-header .so-header-quote-name {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
.so-header .so-header-quote-role {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}

.page-template-arena .so-header .so-header-menu-list.is-hidden {
  display: none;
}

html.so-mob-menu-open,
body.so-mob-menu-open {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

@media screen and (max-width: 1024px) {
  .so-header .so-row {
    gap: 20px;
    padding: 20px 10px;
  }
  .so-header .so-row .so-header-menu-list > ul {
    gap: 15px;
  }
  .so-header .so-row .so-button {
    padding: 14px 15px;
  }
  .so-header .so-header-mega-card {
    padding: 30px 20px;
  }
  .so-header .so-header-mega-links .sub-menu {
    padding: 40px 20px 25px 30px;
  }
  .so-header .so-header-mega-quote-inner {
    padding: 40px;
  }
  .so-header .menu-item-has-children > .so-header-mega {
    grid-template-columns: 1fr 1.2fr 1.3fr;
  }
}
@media screen and (max-width: 800px) {
  .page-template-arena .so-header .so-header-mob-panel {
    top: 85px;
  }
  .so-header {
    background: #fff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .so-header .so-header-main {
    background: #fff;
  }
  .so-header .menu-item-has-children:hover > a .so-header-caret {
    transform: rotate(-45deg);
    margin-top: 0;
  }
  .so-header .so-header-menu-list {
    display: none;
  }
  .so-header .so-header-actions {
    display: none;
  }
  .so-header .so-menu-trigger {
    display: inline-flex;
    margin-left: auto;
  }
  .so-header .so-header-mob-panel {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 125px;
    bottom: 0;
    z-index: 120;
    background: #fff;
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 0px 20px 40px;
    box-sizing: border-box;
    box-shadow: none;
  }
  .so-header.is-mob-open .so-header-mob-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .so-header .so-header-mob-menu > ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
  }
  .so-header .so-header-mob-menu > ul > li {
    border-bottom: 1px solid #D8E5FF;
    padding: 0;
  }
  .so-header .so-header-mob-menu > ul > li:last-child {
    border-bottom: 0;
  }
  .so-header .so-header-mob-menu > ul > li > a {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    font-weight: 500;
    color: #000;
  }
  .so-header .so-header-mob-menu > ul > li > a .so-header-caret {
    transform: rotate(-45deg);
    margin-top: 0;
    right: 10px;
    position: relative;
  }
  .so-header .so-header-mob-menu > ul > li.menu-item-has-children.is-open > a .so-header-caret {
    transform: rotate(-135deg) translateY(1px);
  }
  .so-header .so-header-mob-menu .so-header-mob-mega {
    display: none;
    margin-bottom: 18px;
    background: #EEF3FF;
    border: 1px solid #D8E5FF;
  }
  .so-header .so-header-mob-menu .so-header-mob-mega .so-header-mega-head {
    padding: 20px 20px 0;
    border-bottom: 0;
  }
  .so-header .so-header-mob-menu .so-header-mob-mega .so-header-mega-card-list {
    border-top: 0;
  }
  .so-header .so-header-mob-menu .so-header-mob-mega .so-header-mega-card {
    padding: 20px 0px;
    margin: 0 20px;
    border-bottom: 1px solid #D8E5FF;
  }
  .so-header .so-header-mob-menu .so-header-mob-mega .so-header-mega-card-title {
    width: 100%;
    gap: 12px;
    transform: none !important;
  }
  .so-header .so-header-mob-menu .so-header-mob-mega .sub-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }
  .so-header .so-header-mob-menu .so-header-mob-mega .sub-menu span {
    display: flex;
    gap: 15px;
  }
  .so-header .so-header-mob-menu .so-header-mob-mega .sub-menu span img {
    width: 15px;
    height: 15px;
  }
  .so-header .so-header-mob-menu > ul > li.menu-item-has-children.is-open .so-header-mob-mega {
    display: block;
  }
  .so-header .so-header-mob-actions {
    margin-top: 30px;
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
  .so-header .so-header-mob-actions .so-button {
    width: 100%;
  }
}
.so-sign-up-section {
  background: #F0F5FF;
  border-top: 1px solid #D8E5FF;
  border-bottom: 1px solid #D8E5FF;
  padding: 40px 0;
  position: relative;
}
.so-sign-up-section .so-row {
  padding: 0 0px;
}
.so-sign-up-section .so-sign-up-content {
  max-width: 760px;
  width: 100%;
}
.so-sign-up-section .so-sign-up-content h2 {
  margin-bottom: 16px;
}
.so-sign-up-section .so-sign-up-content p {
  color: #6F6F6F;
  max-width: 720px;
}
.so-sign-up-section .so-sign-up-form-wrap {
  max-width: 400px;
  width: 100%;
}
.so-sign-up-section .so-sign-up-form-wrap .so-signup-form {
  display: flex;
  gap: 6px;
  flex-direction: row;
  width: 100%;
}
.so-sign-up-section .so-sign-up-form-wrap input[type=email],
.so-sign-up-section .so-sign-up-form-wrap input[type=text] {
  height: 54px;
  border-radius: 6px;
  border: 1px solid #D8E5FF;
  background: #fff;
  padding: 14px 22px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  font-family: "DM Sans", sans-serif;
  width: auto;
  max-width: 285px;
}
.so-sign-up-section .so-sign-up-form-wrap input[type=email]::placeholder,
.so-sign-up-section .so-sign-up-form-wrap input[type=text]::placeholder {
  color: #6F6F6F;
}
.so-sign-up-section .so-sign-up-form-wrap .wpcf7-submit:hover {
  background: linear-gradient(175deg, #0024DB 0%, #1139F5 100%);
}
.so-sign-up-section .wpcf7-submit {
  cursor: pointer;
}
.so-sign-up-section .wpcf7-form-control-wrap span {
  font-family: "DM Sans", sans-serif;
  margin-top: 10px;
  font-size: 14px;
  margin-left: 15px;
  text-align: start;
}
.so-sign-up-section .wpcf7 form.invalid .wpcf7-response-output, .so-sign-up-section .wpcf7 form.unaccepted .wpcf7-response-output, .so-sign-up-section .wpcf7 form.payment-required .wpcf7-response-output {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  border-width: 1px;
  text-align: start;
  line-height: 1.35;
  color: #6F6F6F;
  font-weight: 500;
}
.so-sign-up-section .wpcf7 form .wpcf7-response-output {
  border-color: #2F52FF;
}

.so-footer {
  background: #fff;
  padding: 90px 0 80px;
}
.so-footer .so-row {
  max-width: 1200px;
}
.so-footer .so-content {
  overflow: hidden;
}
.so-footer .so-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 40px;
}
.so-footer .so-footer-brand {
  max-width: 520px;
}
.so-footer .so-footer-logo {
  display: inline-block;
}
.so-footer .so-footer-logo img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
.so-footer .so-footer-text {
  margin-top: 30px;
  font-size: 12px;
}
.so-footer .so-footer-social {
  margin-top: 55px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.so-footer .so-footer-social a {
  display: inline-flex;
  transition: transform 0.3s ease;
}
.so-footer .so-footer-social a:hover {
  transform: translateY(-4px);
}
.so-footer .so-footer-social img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.so-footer .so-footer-menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.so-footer .so-footer-menu-col h3 {
  margin-bottom: 24px;
}
.so-footer .so-footer-menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.so-footer .so-footer-menu-list a {
  color: #737373;
  font-size: 12px;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.so-footer .so-footer-menu-list a:hover {
  color: #2F52FF;
}

@media screen and (max-width: 1279px) {
  .so-sign-up-section .so-sign-up-form-wrap {
    max-width: 190px;
  }
  .so-sign-up-section .so-sign-up-content {
    max-width: 408px;
  }
  .so-sign-up-section .so-sign-up-content p {
    font-size: 16px;
  }
  .so-sign-up-section .so-sign-up-form-wrap input[type=email], .so-sign-up-section .so-sign-up-form-wrap input[type=text] {
    max-width: 100%;
  }
  .so-sign-up-section .wpcf7-submit {
    width: 100%;
  }
  .so-sign-up-section .so-sign-up-form-wrap .so-signup-form {
    flex-direction: column;
    gap: 12px;
  }
  .so-footer .so-row {
    max-width: 680px;
  }
  .so-footer .so-row .so-footer-main {
    grid-template-columns: auto 1fr;
  }
  .so-footer .so-row .so-footer-brand {
    max-width: 150px;
  }
  .so-footer .so-row .so-footer-menus {
    justify-items: center;
  }
  #mlb2-39728659.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
    grid-template-columns: 1.5fr 1fr;
  }
  #mlb2-39728659.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    float: right !important;
    max-width: 190px;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal, #mlb2-39728659.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .so-footer {
    padding: 40px 0;
  }
  .so-footer .so-row .so-footer-brand {
    max-width: 100%;
  }
  .so-footer .so-footer-logo {
    display: block;
  }
  .so-footer .so-footer-logo img {
    margin: auto;
  }
  .so-footer .so-footer-menu-list {
    gap: 30px;
    align-items: center;
  }
  .so-footer .so-footer-menu-col h3 {
    margin-bottom: 30px;
    text-align: center;
  }
  .so-footer .so-footer-social {
    justify-content: space-evenly;
    margin-top: 20px;
  }
  .so-footer .so-footer-text {
    text-align: center;
  }
  .so-footer .so-row .so-footer-main {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  #mlb2-39728659.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
    grid-template-columns: 1fr !important;
    justify-items: center;
    gap: 20px !important;
    padding: 0 0px !important;
  }
  #mlb2-39728659.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
    max-width: 100%;
    width: 100%;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    max-width: 100% !important;
  }
  #mlb2-39728659.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h2, #mlb2-39728659.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h2, #mlb2-39728659.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p, #mlb2-39728659.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
    text-align: center !important;
  }
  .so-sign-up-section {
    padding: 60px 0;
  }
  .so-sign-up-section #mlb2-39728659 .ml-mobileButton-horizontal button {
    font-size: 16px !important;
    padding: 14px !important;
    font-weight: 600 !important;
    font-family: "DM Sans", sans-serif !important;
  }
}
.page-template-about .so-intro {
  padding: 70px 0;
}
.page-template-about .so-try-it-section .so-try-it-list {
  border-top: 1px solid #D8E5FF;
}
.page-template-about .so-try-it-section .so-try-it-visual {
  justify-content: center;
}
.page-template-about .so-benefits-section .so-benefits-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.page-template-about .so-about-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #fff;
  border: 1px solid #D8E5FF;
  width: 100%;
  max-width: 560px;
}
.page-template-about .so-about-metrics .so-about-metrics-item {
  border-right: 1px solid #D8E5FF;
  border-bottom: 1px solid #D8E5FF;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.page-template-about .so-about-metrics .so-about-metrics-item:nth-child(2n) {
  border-right: 0;
}
.page-template-about .so-about-metrics .so-about-metrics-item:nth-last-child(-n+2) {
  border-bottom: 0;
}
.page-template-about .so-about-metrics .so-about-metrics-value {
  font-size: 32px;
  font-weight: 600;
  color: #2F52FF;
}
.page-template-about .so-about-metrics .so-about-metrics-label {
  margin-top: 20px;
  color: #6F6F6F;
  font-weight: 300;
}
.page-template-about .so-team-section {
  padding: 40px 0 60px;
  background: #fff;
}
.page-template-about .so-team-section .so-row {
  max-width: 1200px;
}
.page-template-about .so-team-section .so-team-head {
  text-align: center;
  margin-bottom: 40px;
}
.page-template-about .so-team-section .so-team-head h2 {
  margin-top: 20px;
}
.page-template-about .so-team-section .so-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #D8E5FF;
}
.page-template-about .so-team-section .so-team-item {
  border-left: 1px solid #D8E5FF;
  border-bottom: 1px solid #D8E5FF;
  display: flex;
  flex-direction: column;
  background: #Fff;
}
.page-template-about .so-team-section .so-team-item:nth-child(3n), .page-template-about .so-team-section .so-team-item:last-child {
  border-right: 1px solid #D8E5FF;
}
.page-template-about .so-team-section .so-team-image {
  border-bottom: 1px solid #D8E5FF;
}
.page-template-about .so-team-section .so-team-image img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  display: block;
}
.page-template-about .so-team-section .so-team-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
}
.page-template-about .so-team-section .so-team-content h3 {
  font-weight: 500;
}
.page-template-about .so-team-section .so-team-main {
  width: 100%;
  padding-bottom: 20px;
}
.page-template-about .so-team-section .so-team-role {
  margin-top: 8px;
  color: #929292;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}
.page-template-about .so-team-section .so-team-bio {
  margin-top: 20px;
  color: #6F6F6F;
  line-height: 1.4;
  font-weight: 300;
}
.page-template-about .so-team-section .so-team-linkedin {
  margin-top: auto;
  width: 36px;
  height: 36px;
  border: 1px solid #D8E5FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}
.page-template-about .so-team-section .so-team-linkedin:hover {
  transform: translateY(-2px);
}
.page-template-about .so-team-section .so-team-linkedin img {
  width: 20px;
  height: 20px;
}
.page-template-about .so-advisor-section {
  background: #F0F5FF;
  border-top: 1px solid #D8E5FF;
}
.page-template-about .so-career-section .so-try-it-item {
  border-bottom: 0;
}
.page-template-about .so-career-section .so-try-it-content {
  padding: 60px 60px 30px;
  justify-content: flex-start;
}
.page-template-about .so-career-section .so-try-it-content .so-text {
  max-width: 560px;
}
.page-template-about .so-career-section .so-try-it-content .so-intro-text-list {
  margin-top: 30px;
  margin-bottom: 0;
  color: #6F6F6F;
  font-weight: 300;
  gap: 13px;
  margin-bottom: 20px;
}
.page-template-about .so-career-section .so-try-it-content .so-intro-text-list li::before {
  width: 18px;
  height: 18px;
  background-size: 12px 12px;
}
.page-template-about .so-career-section .so-career-cta {
  padding-top: 30px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  position: relative;
}
.page-template-about .so-career-section .so-career-cta:before {
  content: "";
  height: 1px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #D8E5FF;
  position: absolute;
  top: 0;
  user-select: none;
}
.page-template-about .so-career-section .so-career-cta .so-button {
  padding: 14px 28px;
  white-space: nowrap;
}
.page-template-about .so-career-section .so-career-cta-text p {
  font-weight: 300;
  margin-top: 6px;
  color: #6F6F6F;
}
.page-template-about .so-career-section .so-try-it-visual {
  padding: 56px 34px 50px;
  justify-content: flex-start;
}
.page-template-about .so-career-section .so-career-visual {
  max-width: 450px;
  margin: 0 auto;
}
.page-template-about .so-career-section .so-career-visual .so-label {
  display: block;
  text-align: center;
  margin: auto;
}
.page-template-about .so-career-section .so-career-roles {
  margin-top: 28px;
}
.page-template-about .so-career-section .so-career-role {
  display: block;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 16px 18px 14px;
  transition: transform 0.25s ease;
  border: 1px solid #D8E5FF;
}
.page-template-about .so-career-section .so-career-role + .so-career-role {
  margin-top: -1px;
}
.page-template-about .so-career-section .so-career-role:hover {
  transform: translateY(-2px);
  z-index: 2;
}
.page-template-about .so-career-section .so-career-role.so_anim.so_anim_up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.page-template-about .so-career-section .so-career-role.so_anim.so_anim_up.so_anim_visible {
  opacity: 1;
  transform: translateY(0);
}
.page-template-about .so-career-section .so-career-role.so_anim.so_anim_up.so_anim_visible:hover {
  transform: translateY(-2px);
  z-index: 2;
}
.page-template-about .so-career-section .so-career-role-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  line-height: 1.4;
  font-weight: 500;
}
.page-template-about .so-career-section .so-career-role-title::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("img/Icon-arrow-right.svg") no-repeat center/16px 16px;
  flex: 0 0 16px;
}
.page-template-about .so-career-section .so-career-role-list {
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.page-template-about .so-career-section .so-career-role-tag {
  display: inline-flex;
  align-items: center;
  padding: 4.5px 8px;
  border-radius: 4px;
  background: #F2F2F2;
  color: #6F6F6F;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
}
.page-template-about .so-benefits-section {
  border-bottom: 1px solid #D8E5FF;
}
.page-template-about .so-try-it-section .so-row {
  display: block;
}
.page-template-about .so-intro .so-text {
  max-width: 600px;
}

.single-open-role .so-intro .so-intro-head .so-career-role-list {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.single-open-role .so-intro .so-intro-head .so-career-role-tag {
  display: inline-flex;
  align-items: center;
  padding: 4.5px 8px;
  border-radius: 4px;
  background: #F2F2F2;
  color: #6F6F6F;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (max-width: 1279px) {
  .page-template-about .so-team-section .so-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-template-about .so-team-section .so-team-item {
    border-right: 0;
  }
  .page-template-about .so-team-section .so-team-item:nth-child(3n) {
    border-right: 0;
  }
  .page-template-about .so-team-section .so-team-item:nth-child(2n), .page-template-about .so-team-section .so-team-item:last-child {
    border-right: 1px solid #D8E5FF;
  }
  .page-template-about .so-about-metrics {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 260px !important;
  }
  .page-template-about .so-about-metrics .so-about-metrics-item:nth-last-child(-n+2) {
    border-bottom: 1px solid #D8E5FF;
  }
  .page-template-about .so-about-metrics .so-about-metrics-item:last-child {
    border-bottom: 0;
  }
  .page-template-about .so-about-metrics .so-about-metrics-item {
    align-items: center;
    padding: 20px;
    border-right: 0;
  }
  .page-template-about .so-career-section .so-try-it-visual {
    justify-content: center;
  }
  .page-template-about .so-career-section .so-try-it-content {
    padding: 40px 40px 30px 40px;
  }
  .page-template-about .so-career-section .so-try-it-content .so-career-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .page-template-about .so-career-section .so-try-it-content .so-career-cta .so-button {
    margin-top: 10px;
  }
  .page-template-about .so-benefits-section {
    padding: 40px 0;
  }
  .page-template-about .so-benefits-section .so-row {
    padding: 0 30px;
  }
  .page-template-about .so-benefits-section .so-benefits-head p {
    max-width: 600px;
  }
  .page-template-about .so-benefits-section .so-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 800px) {
  .page-template-about .so-about-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100% !important;
  }
  .page-template-about .so-about-metrics .so-about-metrics-item {
    text-align: center;
  }
  .page-template-about .so-about-metrics .so-about-metrics-item:nth-child(odd) {
    border-right: 1px solid #D8E5FF;
  }
  .page-template-about .so-about-metrics .so-about-metrics-item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .page-template-about .so-try-it-item-action .so-try-it-visual {
    padding: 30px 24px 30px;
  }
  .page-template-about .so-team-section .so-team-grid {
    grid-template-columns: 1fr;
  }
  .page-template-about .so-team-section .so-team-item {
    border-right: 0;
    border-left: 0;
  }
  .page-template-about .so-team-section .so-row {
    padding: 0;
  }
  .page-template-about .so-team-section .so-team-head {
    padding: 0 20px;
  }
  .page-template-about .so-team-section .so-team-content {
    align-items: center;
    text-align: center;
  }
  .page-template-about .so-career-section .so-career-cta {
    flex-direction: column;
    text-align: start;
  }
  .page-template-about .so-career-section .so-try-it-visual {
    padding: 30px 20px;
  }
  .page-template-about .so-career-section .so-career-cta .so-button {
    width: 100%;
    margin-top: 50px !important;
  }
  .page-template-about .so-benefits-section .so-row {
    padding: 0;
  }
  .page-template-about .so-benefits-section .so-benefits-grid {
    grid-template-columns: 1fr;
  }
}
.so-intro {
  position: relative;
  isolation: isolate;
  padding: 140px 0 90px;
  background: #fff;
  overflow: hidden;
}
.so-intro .so-intro-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.so-intro .so-content {
  position: relative;
  z-index: 2;
}
.so-intro .so-row {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.so-intro .so-intro-head {
  max-width: 900px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6901960784) 60%, transparent 200%);
}
.so-intro .so-accent {
  display: block;
  margin-top: 4px;
}
.so-intro .so-text {
  margin: auto;
  margin-top: 30px;
  max-width: 760px;
}
.so-intro .so-text p, .so-intro .so-text li, .so-intro .so-text a {
  font-size: 18px;
  line-height: 1.36;
  font-weight: 300;
}
.so-intro .so-intro-buttons {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.so-intro .so-intro-text-list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  background: #fff;
}

.so-intro-text-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #929292;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  text-align: start;
}
.so-intro-text-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #D8E5FF;
  background-image: url("img/icon-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  display: inline-block;
  margin-top: -1px;
}

.so_anim {
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.so_anim.so_anim_no_transition {
  transition: none !important;
}

.so_anim.so_anim_fade {
  opacity: 0;
}

.so_anim.so_anim_fade.so_anim_visible {
  opacity: 1;
}

.so-cta-section.so_anim.so_anim_fade {
  transform: translateY(10px);
}

.so-cta-section.so_anim.so_anim_fade.so_anim_visible {
  transform: translateY(0);
}

.so_anim.so_anim_right {
  opacity: 0;
  transform: translateX(36px);
}

.so_anim.so_anim_right.so_anim_visible {
  opacity: 1;
  transform: translateX(0);
}

.so_anim.so_anim_left {
  opacity: 0;
  transform: translateX(-36px);
}

.so_anim.so_anim_left.so_anim_visible {
  opacity: 1;
  transform: translateX(0);
}

.so_anim.so_anim_up {
  opacity: 0;
  transform: translateY(8px);
}

.so_anim.so_anim_up.so_anim_visible {
  opacity: 1;
  transform: translateY(0);
}

.so-blocks-item.so_anim.so_anim_fade.so_anim_visible:hover {
  transform: translateY(-5px);
}

.so-latest-item.so_anim.so_anim_fade.so_anim_visible:hover {
  transform: translateY(-5px);
}

.so-intro-benefits-section .so-row {
  max-width: 100%;
  padding: 0;
}
.so-intro-benefits-section .so-benefits-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D8E5FF;
  border-right: 0;
  background: #fff;
  max-width: 1280px;
  margin: auto;
}
.so-intro-benefits-section .so-benefits-item {
  width: 100%;
}
.so-intro-benefits-section p {
  letter-spacing: -0.2px;
  font-weight: 400;
}
.so-intro-benefits-section .so-intro-benefits-button {
  margin-top: 10px;
}

.so-benefits-item {
  min-height: 140px;
  box-sizing: border-box;
  padding: 40px 25px;
  border-right: 1px solid #D8E5FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  background: #fff;
}
.so-benefits-item .so-benefits-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.so-benefits-item p.sm {
  max-width: 260px;
  font-size: 12px;
  font-weight: 400;
}

.so-try-it-section {
  padding: 0;
  background: #fff;
}
.so-try-it-section .so-text p, .so-try-it-section .so-text a, .so-try-it-section .so-text li {
  color: #6F6F6F;
}
.so-try-it-section .so-row {
  max-width: 1280px;
  padding: 0;
  display: block;
}
.so-try-it-section .so-try-it-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  border-bottom: 1px solid #D8E5FF;
}
.so-try-it-section .so-try-it-list {
  overflow: hidden;
  position: relative;
  max-width: 1650px;
  margin: auto;
  border-right: 1px solid #D8E5FF;
  border-left: 1px solid #D8E5FF;
}
.so-try-it-section .so-try-it-list:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #D8E5FF;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  z-index: 2;
}
.so-try-it-section .so-try-it-content {
  padding: 84px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.so-try-it-section .so-try-it-content h2 {
  margin-top: 15px;
}
.so-try-it-section .so-try-it-content .so-text {
  margin-top: 20px;
  max-width: 520px;
}
.so-try-it-section .so-try-it-content .so-button {
  margin-top: 20px;
}
.so-try-it-section .so-try-it-content .so-intro-text-list {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: transparent;
}
.so-try-it-section .so-try-it-content .so-intro-text-list li {
  gap: 10px;
  color: #6F6F6F;
}
.so-try-it-section .so-try-it-content .so-intro-text-list li::before {
  margin-top: 0;
}
.so-try-it-section .so-try-it-content .so-try-it-actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.so-try-it-section .so-try-it-content .so-try-it-actions .so-button {
  margin-top: 0;
}
.so-try-it-section .so-try-it-visual {
  position: relative;
  padding: 50px 30px 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
}
.so-try-it-section .so-try-it-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff url("img/dots-background.svg") center center;
  opacity: 1;
  z-index: 1;
  background-size: cover;
}
.so-try-it-section .so-try-it-visual > * {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 560px;
}
.so-try-it-section .so-try-it-visual img {
  width: 100%;
  display: block;
  max-width: 420px;
  height: auto;
  object-fit: contain;
}
.so-try-it-section .so-try-it-item.is-visual-left .so-try-it-content {
  order: 2;
}
.so-try-it-section .so-try-it-item.is-visual-left .so-try-it-visual {
  order: 1;
}
.so-try-it-section .so-try-it-item.is-visual-left .so-try-it-visual::before {
  transform: scaleX(-1);
}
.so-try-it-section .so-try-it-item-partners .so-try-it-visual {
  gap: 40px;
  padding: 50px 30px 50px;
}
.so-try-it-section .so-try-it-item-partners .so-try-it-visual img {
  max-width: 390px;
}
.so-try-it-section .so-try-it-item-partners .so-try-it-content {
  padding: 40px 50px;
  justify-content: flex-start;
}
.so-try-it-section .so-try-it-item-partners .so-text {
  margin-top: 40px;
  max-width: 530px;
  font-weight: 400;
}
.so-try-it-section .so-try-it-item-partners .so-text p, .so-try-it-section .so-try-it-item-partners .so-text li, .so-try-it-section .so-try-it-item-partners .so-text a {
  font-size: 18px;
}
.so-try-it-section .so-try-it-item-partners .so-label {
  text-align: center;
}
.so-try-it-section .so-try-it-item-partners .so-customer {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.so-try-it-section .so-try-it-item-partners .so-customer img {
  width: 26px;
  height: 26px;
  object-fit: cover;
  border-radius: 5px;
}
.so-try-it-section .so-try-it-item-partners .so-customer-meta {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.so-try-it-section .so-try-it-item-partners .so-customer-meta .so-name {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.so-try-it-section .so-try-it-item-partners .so-customer-meta span {
  color: #929292;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
}
.so-try-it-section .so-try-it-item-action .so-try-it-visual img {
  transition: transform 0.3s ease;
}
.so-try-it-section .so-try-it-item-action .so-try-it-visual img:hover {
  transform: translateY(-5px);
}
.so-try-it-section .so-code-widget {
  border-radius: 0;
  border: 1px solid #d9e0ff;
  background: #fff;
  overflow: hidden;
  padding: 25px 15px;
  box-sizing: border-box;
}
.so-try-it-section .so-code-tabs {
  display: flex;
  gap: 10px;
  padding: 0 0 25px;
  border-bottom: 0;
  background: transparent;
  justify-content: center;
}
.so-try-it-section .so-code-tabs .so-button-label {
  font-size: 12px;
  font-weight: 400;
}
.so-try-it-section .so-code-tabs .so-button-black .so-button-label {
  font-weight: 600;
}
.so-try-it-section .so-code-tabs .so-button-white:hover {
  background: #D8E5FF;
  color: #000;
}
.so-try-it-section .so-code-tabs .so-button-black:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.so-try-it-section .so-code-panels {
  padding: 0;
}
.so-try-it-section .so-code-file-name {
  font-family: "DM Mono", monospace;
  font-size: 14px;
  line-height: 1.4;
  padding: 20px 30px;
  color: #6279D1;
  border: 1px solid #D8E5FF;
  background: #F1F5FE;
  border-bottom: 0;
}
.so-try-it-section .so-code-panel {
  display: none;
}
.so-try-it-section .so-code-panel.is-active {
  display: block;
}
.so-try-it-section .so-code-panel pre,
.so-try-it-section .so-code-panel pre[class*=language-] {
  margin: 0;
  white-space: pre;
  overflow: auto;
  font-family: "DM Mono", monospace;
  font-size: 13px;
  line-height: 1.55;
  background: transparent;
  padding: 0;
}
.so-try-it-section .so-code-panel code {
  display: block;
  font-family: "DM Mono", monospace;
  font-size: 13px;
  line-height: 1.55;
  color: #1f2534;
}
.so-try-it-section .so-code-panel code[class*=language-] {
  font-family: "DM Mono", monospace;
  font-size: 13px;
  line-height: 1.55;
  color: #1f2534;
}
.so-try-it-section .so-code-panel .so-code-line {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: baseline;
}
.so-try-it-section .so-code-panel .so-code-ln {
  color: #929292;
  font-size: 12px;
  text-align: start;
  user-select: none;
}
.so-try-it-section .so-code-panel .so-code-code {
  white-space: pre;
  text-wrap: wrap;
  color: #1f2534;
}
.so-try-it-section .so-code-panel .line-numbers .line-numbers-rows {
  border-right: 1px solid #2a3152;
  left: -54px;
  width: 42px;
}
.so-try-it-section .so-code-panel .line-numbers-rows > span:before {
  color: #929292;
  font-size: 12px;
}
.so-try-it-section .so-code-panel .token.comment,
.so-try-it-section .so-code-panel .token.prolog,
.so-try-it-section .so-code-panel .token.doctype,
.so-try-it-section .so-code-panel .token.cdata {
  color: #9aa3b5;
}
.so-try-it-section .so-code-panel .token.punctuation {
  color: #2d3548;
}
.so-try-it-section .so-code-panel .token.property,
.so-try-it-section .so-code-panel .token.tag,
.so-try-it-section .so-code-panel .token.number,
.so-try-it-section .so-code-panel .token.constant,
.so-try-it-section .so-code-panel .token.symbol,
.so-try-it-section .so-code-panel .token.deleted {
  color: #2f58ff;
}
.so-try-it-section .so-code-panel .token.selector,
.so-try-it-section .so-code-panel .token.attr-name,
.so-try-it-section .so-code-panel .token.string,
.so-try-it-section .so-code-panel .token.char,
.so-try-it-section .so-code-panel .token.builtin,
.so-try-it-section .so-code-panel .token.inserted {
  color: #2f58ff;
}
.so-try-it-section .so-code-panel .token.operator,
.so-try-it-section .so-code-panel .token.entity,
.so-try-it-section .so-code-panel .token.url,
.so-try-it-section .so-code-panel .language-css .token.string,
.so-try-it-section .so-code-panel .style .token.string {
  color: #2d3548;
}
.so-try-it-section .so-code-panel .token.atrule,
.so-try-it-section .so-code-panel .token.attr-value,
.so-try-it-section .so-code-panel .token.keyword {
  color: #7a5cff;
}
.so-try-it-section .so-code-panel .token.function,
.so-try-it-section .so-code-panel .token.class-name,
.so-try-it-section .so-code-panel .token.variable {
  color: #55a5f6;
}
.so-try-it-section .so-code-panel .token.boolean,
.so-try-it-section .so-code-panel .token.method {
  color: #252c3c;
}
.so-try-it-section .so-code-panel .token.path {
  color: #dd5c69;
}

.so-models-section {
  padding: 40px 0 80px;
  background: #F0F5FF;
}
.so-models-section .so-row {
  max-width: 1164px;
}
.so-models-section .so-models-head {
  text-align: center;
}
.so-models-section .so-models-head h2 {
  margin-top: 20px;
}
.so-models-section .so-models-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.so-models-section .so-models-card {
  background: #fff;
  border: 1px solid #D8E5FF;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  box-sizing: border-box;
}
.so-models-section .so-models-card-media img {
  width: 48px;
  height: 48px;
  border: 1px solid #D8E5FF;
  border-radius: 6px;
  background: #fff;
}
.so-models-section .so-models-card-content {
  min-width: 0;
}
.so-models-section .so-models-card-content h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.so-models-section .so-models-provider {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 4px;
  background: #f0f0f0;
  color: #6f6f6f;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -0.4px;
}
.so-models-section .so-models-meta {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.so-models-section .so-models-meta .so-models-provider {
  margin-top: 0;
}
.so-models-section .so-models-card-link {
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.so-models-section .so-models-card-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px #D8E5FF, 0 12px 24px rgba(47, 82, 255, 0.08);
}
.so-models-section .so-models-card-desc {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6f6f6f;
}
.so-model-overview-link {
  color: inherit;
  text-decoration: none;
}
.so-model-overview-link:hover {
  color: #2F52FF;
  text-decoration: underline;
}
.so-models-section .so-models-actions {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.so-blocks-section {
  background: #F0F5FF;
}
.so-blocks-section #for-enterprise,
.so-blocks-section #for-dev {
  scroll-margin-top: 0px;
}
.so-blocks-section .so-row {
  max-width: 1200px;
  padding: 0;
}
.so-blocks-section .so-blocks-head {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}
.so-blocks-section .so-blocks-head h2 {
  margin-top: 20px;
}
.so-blocks-section .so-blocks-head p {
  color: #6F6F6F;
  margin-top: 20px;
}
.so-blocks-section .so-blocks-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid #D8E5FF;
}
.so-blocks-section .so-blocks-item {
  padding: 40px 60px;
  border-right: 1px solid #D8E5FF;
  border-top: 1px solid #D8E5FF;
  border-bottom: 1px solid #D8E5FF;
  background: #fff;
  transition: transform 0.3s ease;
}
.so-blocks-section .so-blocks-item:hover {
  transform: translateY(-5px);
}
.so-blocks-section .so-blocks-item h2 {
  margin-top: 16px;
}
.so-blocks-section .so-blocks-item p {
  margin-top: 16px;
  color: #6F6F6F;
}
.so-blocks-section .so-blocks-item .so-intro-text-list {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: transparent;
}
.so-blocks-section .so-blocks-item .so-intro-text-list li {
  gap: 14px;
  color: #6F6F6F;
}
.so-blocks-section .so-blocks-item .so-intro-text-list li::before {
  width: 18px;
  height: 18px;
  background-size: 12px 12px;
}
.so-blocks-section .so-blocks-item .so-button {
  margin-top: 35px;
}
.so-blocks-section .so-blocks-item:nth-child(even) {
  background: #000;
  border-right: 0;
}
.so-blocks-section .so-blocks-item:nth-child(even) .so-label {
  background: linear-gradient(to left, #4A80FF 0%, #4362FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.so-blocks-section .so-blocks-item:nth-child(even) h2 {
  color: #fff;
}
.so-blocks-section .so-blocks-item:nth-child(even) .so-intro-text-list li {
  color: #929292;
}
.so-blocks-section .so-blocks-item:nth-child(even) > .so-text {
  color: #929292;
}
.so-blocks-section .so-blocks-item:nth-child(even) .so-intro-text-list li::before {
  background-color: #0c0f15;
  filter: brightness(1.7);
}

.so-latest-section {
  padding: 40px 0 60px;
  background: #F0F5FF;
}
.so-latest-section .so-row {
  max-width: 1200px;
}
.so-latest-section .so-latest-head {
  text-align: center;
}
.so-latest-section .so-latest-head h2 {
  margin-top: 20px;
}
.so-latest-section .so-latest-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 0;
}
.so-latest-section .so-latest-item {
  border-right: 1px solid #D8E5FF;
  border-top: 1px solid #D8E5FF;
  border-bottom: 1px solid #D8E5FF;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, opacity 0.6s ease;
}
.so-latest-section .so-latest-item:nth-child(3n+1) {
  border-left: 1px solid #D8E5FF;
}
.so-latest-section .so-latest-item:hover {
  transform: translateY(-5px);
}
.so-latest-section .so-latest-image {
  display: block;
  height: 168px;
  border-bottom: 0;
}
.so-latest-section .so-latest-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.so-latest-section .so-latest-body {
  padding: 18px 22px 14px;
}
.so-latest-section .so-latest-body .so-text {
  margin-top: 12px;
}
.so-latest-section .so-latest-body .so-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.so-latest-section .so-latest-body h3 a {
  line-height: 1.4;
}
.so-latest-section .so-latest-meta {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.4;
  color: #929292;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}
.so-latest-section .so-latest-action {
  border-top: 1px solid #D8E5FF;
  padding: 16px 22px;
  text-align: center;
}
.so-latest-section .so-latest-action .so-button {
  margin: 0 auto;
  border: 0;
  padding: 0;
}

.so-cta-section {
  position: relative;
  overflow: hidden;
  min-height: 325px;
}
.so-cta-section .so-cta-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: none;
  object-position: center 34%;
  z-index: 1;
}
.so-cta-section .so-cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(22, 55, 240, 0.55);
  z-index: 2;
}
.so-cta-section .so-content {
  position: relative;
  z-index: 3;
}
.so-cta-section .so-row {
  max-width: 1240px;
}
.so-cta-section .so-cta-inner {
  min-height: 325px;
  box-sizing: border-box;
  padding: 48px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.so-cta-section h2 {
  color: #fff;
  max-width: 450px;
  margin: 0;
}
.so-cta-section p {
  margin-top: 16px;
  color: #fff;
}
.so-cta-section .so-cta-actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.so-benefits-section {
  padding: 40px 0;
  background: #F0F5FF;
}
.so-benefits-section .so-row {
  max-width: 1200px;
}
.so-benefits-section .so-benefits-head {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px;
}
.so-benefits-section .so-benefits-head h2 {
  margin-top: 20px;
}
.so-benefits-section .so-benefits-head p {
  margin-top: 20px;
}
.so-benefits-section .so-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.so-benefits-section .so-benefits-item {
  text-align: start;
  align-items: flex-start;
  border-top: 1px solid #d8e5ff;
  border-bottom: 1px solid #d8e5ff;
  padding: 40px 30px 40px 40px;
  justify-content: flex-start;
}
.so-benefits-section .so-benefits-item:nth-child(1), .so-benefits-section .so-benefits-item:nth-child(5), .so-benefits-section .so-benefits-item:nth-child(10) {
  border-left: 1px solid #d8e5ff;
}
.so-benefits-section .so-benefits-item h3 {
  margin-top: 14px;
}
.so-benefits-section .so-benefits-item:nth-child(n+5) {
  border-top: 0;
}
.so-benefits-section .so-benefits-actions {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.page-template-homepage .so-benefits-section .so-benefits-item:nth-child(1),
.page-template-homepage .so-benefits-section .so-benefits-item:nth-child(5),
.page-template-homepage .so-benefits-section .so-benefits-item:nth-child(10) {
  border-left: 0;
}
.page-template-homepage .so-benefits-section .so-benefits-item:nth-child(3n+1) {
  border-left: 1px solid #d8e5ff;
}
.page-template-homepage .so-benefits-section .so-benefits-item:nth-child(n+4) {
  border-top: 0;
}

/* Adaptive */
@media screen and (max-width: 1279px) {
  body:not(.page-template-homepage) .so-benefits-section .so-benefits-item:nth-child(n+3) {
    border-top: 0;
  }
  .so-intro {
    padding: 120px 0 120px;
  }
  .so-intro h1.lg {
    font-size: 60px;
  }
  .so-intro .so-intro-buttons {
    margin-top: 30px;
  }
  .so-try-it-section .so-try-it-item-partners .so-text {
    margin-top: 20px;
  }
  .so-try-it-section .so-try-it-visual {
    justify-content: center;
  }
  .so-try-it-section .so-try-it-content {
    padding: 40px;
  }
  .so-try-it-section .so-code-panel code {
    font-size: 10px;
  }
  .so-try-it-section .so-try-it-item.so-try-it-item-code .so-try-it-visual {
    min-height: 330px;
  }
  .so-benefits-section .so-row {
    padding: 0;
  }
  .so-benefits-section .so-benefits-head {
    margin: 0 auto 30px;
  }
  .so-benefits-section .so-benefits-head p {
    max-width: 420px;
    margin: auto;
    margin-top: 20px;
  }
  .so-benefits-section .so-benefits-item {
    padding: 30px;
    gap: 5px;
  }
  .so-models-section {
    padding: 40px 0;
  }
  .so-models-section .so-models-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .so-blocks-section .so-blocks-item {
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .so-latest-section .so-latest-image {
    height: 120px;
  }
  .so-latest-section .so-latest-body .so-text {
    margin-top: 6px;
  }
  .so-latest-section .so-latest-body .so-text p {
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width: 799px) {
  .so-intro {
    padding: 70px 0 40px;
  }
  .so-intro h1.lg {
    font-size: 45px;
  }
  .so-intro .so-intro-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .so-intro .so-intro-buttons a {
    width: 100%;
  }
  .so-intro .so-intro-text-list {
    gap: 10px 20px;
  }
  .so-intro-benefits-section .so-benefits-grid {
    flex-direction: column;
    padding: 50px 30px;
    gap: 20px;
  }
  .so-intro-benefits-section .so-benefits-item {
    width: 100%;
    border-right: 0;
    padding: 0;
    min-height: auto;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 6px;
    align-items: start;
    text-align: left;
  }
  .so-intro-benefits-section .so-benefits-item .so-benefits-icon {
    grid-column: 1;
    grid-row: 1/span 2;
  }
  .so-intro-benefits-section .so-benefits-item h3,
  .so-intro-benefits-section .so-benefits-item p {
    grid-column: 2;
    margin-top: 0;
  }
  .so-intro-benefits-section .so-benefits-item .so-benefits-icon img {
    width: 20px;
    height: 20px;
  }
  .so-try-it-section .so-try-it-item-partners .so-try-it-visual {
    gap: 20px;
    padding: 40px 30px 40px;
  }
  .so-models-section .so-models-grid {
    grid-template-columns: 1fr;
  }
  .so-blocks-section .so-blocks-grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }
  .so-blocks-section .so-blocks-item {
    border-right: 0;
    border-left: 0;
    align-items: center;
    text-align: center;
    padding: 50px 40px;
  }
  .so-blocks-section .so-blocks-item .so-button {
    width: 100%;
  }
  .so-latest-section .so-latest-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .so-latest-section .so-latest-head {
    padding: 0 10px;
  }
  .so-latest-section .so-latest-image {
    height: 150px;
  }
  .so-latest-section .so-latest-item {
    border-left: 1px solid #D8E5FF;
  }
  .page-template-homepage .so-try-it-section .so-try-it-item-code .so-try-it-visual {
    justify-content: flex-start !important;
    min-height: 430px !important;
  }
  .so-cta-section .so-cta-video {
    object-fit: cover;
    object-position: center;
  }
  .so-try-it-section {
    overflow-x: hidden;
  }
  .so-try-it-section .so-try-it-list {
    max-width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .so-try-it-section .so-try-it-list::before {
    display: none;
  }
  .so-try-it-section .so-try-it-item {
    display: flex;
    flex-direction: column-reverse;
    min-width: 0;
  }
  .so-try-it-section .so-try-it-item.so-try-it-item-partners .so-try-it-visual img {
    max-width: 275px;
  }
  .so-try-it-section .so-try-it-item .so-try-it-content {
    align-items: center;
    text-align: center;
    padding: 50px 20px;
  }
  .so-try-it-section .so-try-it-item .so-try-it-content .so-try-it-actions {
    width: 100%;
  }
  .so-try-it-section .so-try-it-item .so-try-it-content .so-try-it-actions a {
    width: 100%;
  }
  .so-try-it-section .so-try-it-item-partners .so-customer {
    margin-top: 20px;
  }
  .so-try-it-section .so-try-it-item.is-visual-left .so-try-it-content {
    order: 1 !important;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .so-try-it-section .so-try-it-visual {
    order: 2 !important;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    gap: 20px;
    border-bottom: 1px solid #D8E5FF;
  }
  .so-try-it-section .so-try-it-visual > * {
    max-width: 100%;
  }
  .so-try-it-section .so-code-widget,
  .so-try-it-section .so-code-file-name,
  .so-try-it-section .so-code-tabs {
    max-width: 100%;
    box-sizing: border-box;
  }
  .so-try-it-section .so-try-it-item-partners .so-customer-meta {
    flex-wrap: wrap;
  }
  .so-benefits-section .so-benefits-grid {
    grid-template-columns: 1fr;
    border: 0;
  }
  .so-benefits-section .so-benefits-icon img {
    width: 20px;
  }
  .so-benefits-section .so-benefits-item {
    border-top: 0;
    border-right: 0;
    padding: 30px 20px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 8px;
    align-items: start;
    text-align: left;
  }
  .so-benefits-section .so-benefits-item .so-benefits-icon {
    grid-column: 1;
    grid-row: 1/span 2;
    margin-top: 2px;
  }
  .so-benefits-section .so-benefits-item h3 {
    grid-column: 2;
    margin-top: 0;
  }
  .so-benefits-section .so-benefits-item p {
    grid-column: 2;
    margin-top: 0;
  }
  .so-benefits-section .so-benefits-item:nth-child(1) {
    border-top: 1px solid #d8e5ff;
  }
  .so-benefits-section .so-benefits-head {
    padding: 0 25px;
  }
  .so-models-section {
    padding: 10px 0 40px;
  }
  .so-models-section .so-row {
    padding: 0;
  }
  .so-models-section .so-models-card {
    padding: 18px 13px;
  }
  .so-models-section .so-models-head {
    padding: 0 20px;
  }
  .so-cta-section .so-cta-inner {
    padding: 60px 0;
  }
  .so-cta-section .so-cta-actions {
    flex-direction: column;
    width: 100%;
  }
  .so-cta-section .so-cta-actions a {
    width: 100%;
  }
  .so-sign-up-section .so-row {
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
  }
  .so-sign-up-section .so-sign-up-form-wrap {
    max-width: 100%;
  }
}
.page-template-platform .so-intro-benefits-section .so-benefits-item {
  gap: 4px;
}
.page-template-platform .so-intro-benefits-section .so-benefits-item-link {
  cursor: pointer;
}
.page-template-platform .so-intro-benefits-section .so-benefits-icon {
  margin-bottom: 6px;
}
.page-template-platform .so-intro-benefits-section p.black {
  font-size: 20px;
}
.page-template-platform .so-intro-benefits-section p.sm {
  font-size: 14px;
  font-weight: 300;
}
.page-template-platform .so-intro {
  padding: 70px 0 60px;
}
.page-template-platform .so-intro .so-text {
  max-width: 600px;
}
.page-template-platform .so-try-it-section .so-try-it-visual {
  justify-content: center;
}
.page-template-platform .so-try-it-section .so-try-it-visual img {
  max-width: 100%;
}
.page-template-platform .so-try-it-section .so-intro-text-list li::before {
  width: 18px;
  height: 18px;
  background-size: 12px 12px;
}
.page-template-platform .so-comparison-section {
  background: #F0F5FF;
  padding: 40px 0 60px;
}
.page-template-platform .so-comparison-section .so-row {
  max-width: 1200px;
}
.page-template-platform .so-comparison-section .so-comparison-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.page-template-platform .so-comparison-section .so-comparison-head h2 {
  margin-top: 14px;
  margin-bottom: 20px;
}
.page-template-platform .so-comparison-section .so-comparison-table-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding-top: 44px;
}
.page-template-platform .so-comparison-section .so-comparison-mobile {
  display: none;
}
.page-template-platform .so-comparison-section .so-comparison-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #F0F5FF;
  font-family: "DM Sans", sans-serif;
}
.page-template-platform .so-comparison-section .so-comparison-table th,
.page-template-platform .so-comparison-section .so-comparison-table td {
  border: 1px solid #D8E5FF;
  padding: 14px 22px;
  text-align: center;
  vertical-align: middle;
}
.page-template-platform .so-comparison-section .so-comparison-table thead th {
  background: #fff;
  padding: 0;
  font-size: 34px;
  font-weight: 600;
}
.page-template-platform .so-comparison-section .so-comparison-table .so-comparison-corner {
  background: transparent;
  border-left: 0;
  border-top: 0;
  border-bottom: 1px solid #D8E5FF;
}
.page-template-platform .so-comparison-section .so-comparison-table .so-comparison-head-cell {
  padding: 0;
  background: #fff;
  position: relative;
  overflow: visible;
}
.page-template-platform .so-comparison-section .so-comparison-table .so-comparison-head-cell.has-badge .so-comparison-head-title {
  font-weight: 600;
}
.page-template-platform .so-comparison-section .so-comparison-table .so-comparison-badge {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  color: #fff;
  background: linear-gradient(to left, #4A80FF 0%, #1038FF 100%);
  position: absolute;
  left: -1px;
  right: -1px;
  top: -40px;
  border: 1px solid #D8E5FF;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.page-template-platform .so-comparison-section .so-comparison-table .so-comparison-head-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 15px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.page-template-platform .so-comparison-section .so-comparison-table .so-comparison-head-title img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.page-template-platform .so-comparison-section .so-comparison-table tbody th {
  background: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.page-template-platform .so-comparison-section .so-comparison-table tbody td {
  background: #F0F5FF;
}
.page-template-platform .so-comparison-section .so-comparison-table .so-comparison-best-for {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 2px 8px;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  border: 1px solid #CDDEFF;
}
.page-template-platform .so-comparison-section .so-comparison-table .so-comparison-best-for.is-dark {
  background: #000;
  color: #fff;
}
.page-template-platform .so-comparison-section .so-comparison-table .so-comparison-best-for-row td:nth-of-type(2) span {
  background: #D8E5FF;
}
.page-template-platform .so-comparison-section .so-comparison-table .so-comparison-check {
  width: 16px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background: url("img/icon-check.svg") center center/contain no-repeat;
}
.page-template-platform .so-comparison-section .so-comparison-table .so-comparison-text {
  font-size: 12px;
  color: #000;
  font-weight: 400;
}
.page-template-platform .so-comparison-section .so-comparison-table .so-comparison-empty {
  display: inline-block;
  width: 1px;
  height: 22px;
  opacity: 0;
}
.page-template-platform .so-comparison-section .so-comparison-table .so-comparison-cta-row th {
  background: transparent;
  border-left: 0;
  border-bottom: 0;
}
.page-template-platform .so-comparison-section .so-comparison-table .so-comparison-cta-row td {
  background: #fff;
  padding: 24px 16px;
}
.page-template-platform {
  /* Adaptive */
}
@media screen and (max-width: 1279px) {
  .page-template-platform .so-comparison-section .so-row {
    max-width: 100%;
  }
  .page-template-platform .so-comparison-section .so-comparison-head {
    margin-bottom: 34px;
  }
  .page-template-platform .so-comparison-section .so-comparison-table-wrap {
    padding-top: 36px;
  }
  .page-template-platform .so-comparison-section .so-comparison-table {
    min-width: 0;
  }
  .page-template-platform .so-comparison-section .so-comparison-table th:first-child,
  .page-template-platform .so-comparison-section .so-comparison-table td:first-child {
    width: 230px;
    min-width: 230px;
    max-width: 230px;
  }
  .page-template-platform .so-comparison-section .so-comparison-table thead th:not(:first-child),
  .page-template-platform .so-comparison-section .so-comparison-table tbody td {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
  }
  .page-template-platform .so-comparison-section .so-comparison-table.is-two-columns thead th:not(:first-child),
  .page-template-platform .so-comparison-section .so-comparison-table.is-two-columns tbody td {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .page-template-platform .so-comparison-section .so-comparison-table th,
  .page-template-platform .so-comparison-section .so-comparison-table td {
    padding: 11px 10px;
  }
  .page-template-platform .so-comparison-section .so-comparison-table thead th {
    font-size: 28px;
  }
  .page-template-platform .so-comparison-section .so-comparison-table .so-comparison-head-title {
    gap: 6px;
    padding: 14px 8px;
    min-height: 76px;
    flex-direction: column;
  }
  .page-template-platform .so-comparison-section .so-comparison-table .so-comparison-badge {
    height: 34px;
    top: -34px;
    font-size: 12px;
    letter-spacing: 0.96px;
  }
  .page-template-platform .so-comparison-section .so-comparison-table tbody th {
    padding-left: 12px;
  }
  .page-template-platform .so-comparison-section .so-comparison-table .so-comparison-best-for {
    font-size: 12px;
    padding: 2px 8px;
  }
  .page-template-platform .so-comparison-section .so-comparison-table .so-comparison-text {
    font-size: 12px;
  }
  .page-template-platform .so-comparison-section .so-comparison-table .so-comparison-check {
    width: 14px;
    height: 10px;
  }
  .page-template-platform .so-comparison-section .so-comparison-table .so-comparison-cta-row td {
    padding: 14px 10px;
  }
  .page-template-platform .so-comparison-section .so-comparison-table .so-comparison-cta-row .so-button {
    min-width: 150px;
    height: 40px;
    padding: 8px 16px;
  }
  .page-template-platform .so-comparison-section .so-comparison-table .so-comparison-cta-row .so-button-label {
    font-size: 16px;
  }
}

@media screen and (max-width: 799px) {
  .page-template-platform .so-comparison-section .so-row {
    padding: 0;
  }
  .page-template-platform .so-comparison-section .so-comparison-head {
    padding: 0 20px;
  }
  .page-template-platform .so-comparison-section .so-comparison-table-wrap {
    padding-top: 0;
    overflow: visible;
  }
  .page-template-platform .so-comparison-section .so-comparison-table-desktop {
    display: none;
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile-card {
    background: #fff;
    border-top: 1px solid #D8E5FF;
    border-bottom: 1px solid #D8E5FF;
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile-badge {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.28px;
    color: #fff;
    background: linear-gradient(to left, #4A80FF 0%, #1038FF 100%);
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile-head {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    border-bottom: 1px solid #D8E5FF;
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile-head img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile-title {
    font-size: 17px;
    line-height: 1.25;
    font-weight: 500;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile-rows {
    padding: 8px 15px;
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 8px 15px;
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile-label {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 400;
    color: #000000;
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile-value {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile-value .so-comparison-best-for {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 2px 8px;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    border: 1px solid #CDDEFF;
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile-value .so-comparison-best-for.is-dark {
    background: #000;
    color: #fff;
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile-value .so-comparison-text {
    font-size: 12px;
    line-height: 1.3;
    text-align: right;
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile-card:nth-child(2) .so-comparison-mobile-row:first-child .so-comparison-best-for {
    background: #D8E5FF;
  }
  .page-template-platform .so-comparison-section .so-comparison-mobile-card .so-button {
    width: -webkit-fill-available;
    min-width: 0;
    margin: 20px 30px;
    box-sizing: border-box;
  }
  .page-template-platform .so-intro-benefits-section .so-benefits-icon img {
    width: 30px;
    height: 30px;
  }
  .page-template-platform .so-intro-benefits-section .so-benefits-item {
    column-gap: 20px;
  }
  .page-template-platform .so-intro-benefits-section .so-benefits-grid {
    padding: 40px 30px;
    gap: 40px;
  }
}
.page-template-models .so-intro {
  padding: 70px 0;
}
.page-template-models .so-intro .so-text {
  max-width: 600px;
}
.page-template-models .so-intro h1 {
  max-width: 450px;
  margin: auto;
}
.page-template-models .so-benefits-section {
  padding: 60px 0;
}
.page-template-models .so-benefits-section .so-benefits-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.page-template-models .so-benefits-section .so-benefits-head {
  max-width: 900px;
}
.page-template-models .so-try-it-section .so-try-it-item-code.is-visual-left .so-try-it-content {
  order: 1;
}
.page-template-models .so-try-it-section .so-try-it-item-code.is-visual-left .so-try-it-visual {
  order: 2;
}
.page-template-models .so-try-it-section .so-try-it-item-code.is-visual-left .so-try-it-visual::before {
  transform: none;
}
.page-template-models .so-try-it-section .so-try-it-list {
  border-top: 1px solid #D8E5FF;
}
.page-template-models .so-try-it-section .so-try-it-item {
  border-bottom: 0;
}
.page-template-models .so-try-it-section .so-try-it-visual {
  justify-content: center;
}
.page-template-models .so-try-it-section .so-try-it-visual img {
  max-width: 100%;
}
.page-template-models .so-try-it-section .so-intro-text-list li::before {
  width: 18px;
  height: 18px;
  background-size: 12px 12px;
}
.page-template-models .so-intro .so-intro-buttons .so-button-white .so-button-label,
.page-template-models .so-try-it-content .so-button-white .so-button-label,
.page-template-models .so-benefits-section .so-button-white .so-button-label {
  gap: 9px;
}
.page-template-models .so-intro .so-intro-buttons .so-button-white .so-button-label:after,
.page-template-models .so-try-it-content .so-button-white .so-button-label:after,
.page-template-models .so-benefits-section .so-button-white .so-button-label:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(img/Icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  transform: rotate(315deg);
  transition: all 0.3s ease;
  filter: brightness(0);
}
.page-template-models .so-intro .so-intro-buttons .so-button-white:hover .so-button-label:after,
.page-template-models .so-try-it-content .so-button-white:hover .so-button-label:after,
.page-template-models .so-benefits-section .so-button-white:hover .so-button-label:after {
  filter: brightness(1);
}
.page-template-models {
  /* Adaptive */
}
@media screen and (max-width: 1279px) {
  .page-template-models .so-models-page-sections {
    display: flex;
    flex-direction: column;
  }
  .page-template-models .so-models-page-sections .so-benefits-section {
    order: 2;
  }
  .page-template-models .so-models-page-sections .so-models-catalog-section {
    order: 3;
  }
  .page-template-models .so-models-page-sections .so-try-it-section {
    order: 4;
  }
  .page-template-models .so-benefits-section .so-benefits-actions {
    margin-top: 30px;
  }
  .page-template-models .so-benefits-section {
    padding: 40px 0;
  }
  .page-template-models .so-benefits-section .so-row {
    padding: 0 30px;
  }
  .page-template-models .so-benefits-section .so-benefits-head p {
    max-width: 600px;
  }
  .page-template-models .so-benefits-section .so-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-template-models .so-models-catalog-section .so-models-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-template-models .so-models-catalog-section .so-row {
    padding: 30px 20px 60px;
    border-bottom: 0;
  }
  .page-template-models .so-models-catalog-section .so-models-catalog-toolbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .page-template-models .so-models-catalog-section .so-models-catalog-search-wrap {
    width: 100%;
    max-width: 720px;
    display: flex;
    justify-content: center;
    border: 1px solid #D8E5FF;
    background: #fff;
  }
  .page-template-models .so-models-catalog-section .so-models-catalog-search-wrap::before {
    left: 50%;
    margin-left: -175px;
  }
  .page-template-models .so-models-catalog-section .so-models-catalog-search {
    height: 60px;
    width: 100%;
    max-width: 386px;
    margin: 0 auto;
    text-align: left;
    padding: 0 24px 0 50px;
    border: 0;
    outline: 0;
    box-shadow: none;
  }
  .page-template-models .so-models-catalog-section .so-models-catalog-filters {
    position: static;
    width: 100%;
    justify-content: center;
  }
  .page-template-models .so-models-catalog-section .so-models-catalog-results {
    text-align: center;
  }
}

.so-models-catalog-section {
  background: #F0F5FF;
  border-top: 1px solid #D8E5FF;
}
.so-models-catalog-section .so-row {
  padding: 80px 20px 70px;
  max-width: 1160px;
  font-family: "DM Sans", sans-serif;
  border-bottom: 1px solid #96B4FF;
}
.so-models-catalog-section .so-models-catalog-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.so-models-catalog-section .so-models-catalog-head h2 {
  margin-top: 14px;
}
.so-models-catalog-section .so-models-catalog-head p {
  margin-top: 14px;
  color: #6F6F6F;
}
.so-models-catalog-section .so-models-catalog-toolbar {
  margin-top: 60px;
  position: relative;
}
.so-models-catalog-section .so-models-catalog-search-wrap {
  position: relative;
}
.so-models-catalog-section .so-models-catalog-search-wrap::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url(img/icon-search.svg) no-repeat center/18px 18px;
  pointer-events: none;
  z-index: 1;
}
.so-models-catalog-section .so-models-catalog-search {
  width: 100%;
  height: 69px;
  border: 1px solid #D8E5FF;
  padding: 0 58px;
  font-size: 16px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: #000;
  background: #fff;
  padding-right: 430px;
}
.so-models-catalog-section .so-models-catalog-filters {
  position: absolute;
  top: 23px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.so-models-catalog-section .so-model-capability {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 23px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "DM Sans", sans-serif;
}
.so-models-catalog-section .so-model-capability::before {
  content: "";
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.so-models-catalog-section .so-models-catalog-show-all {
  background: #F2F2F2;
  color: #7D7D7D;
  gap: 4px;
}
.so-models-catalog-section .so-models-catalog-show-all::before {
  display: none;
}
.so-models-catalog-section .so-models-catalog-show-all::after {
  content: "×";
  font-size: 16px;
  line-height: 1;
  margin-bottom: 3px;
}
.so-models-catalog-section .so-models-catalog-filter {
  cursor: pointer;
  transition: all 0.25s ease;
}
.so-models-catalog-section .so-models-catalog-filter:hover, .so-models-catalog-section .so-models-catalog-filter.is-active {
  border-color: rgba(37, 37, 37, 0.24);
  transform: translateY(-2px);
}
.so-models-catalog-section .so-model-capability-functions {
  background: #D1F4FF;
  color: #29768E;
}
.so-models-catalog-section .so-model-capability-functions::before {
  background-image: url(img/icon-functions.svg);
}
.so-models-catalog-section .so-model-capability-tool-choice {
  background: #DFE8FF;
  color: #3559C7;
}
.so-models-catalog-section .so-model-capability-tool-choice::before {
  background-image: url(img/icon-functions.svg);
}
.so-models-catalog-section .so-model-capability-reasoning {
  background: #FFE1D1;
  color: #8D4B27;
}
.so-models-catalog-section .so-model-capability-reasoning::before {
  background-image: url(img/icon-reasoning.svg);
}
.so-models-catalog-section .so-model-capability-audio {
  background: #FFF5D1;
  color: #7F7037;
}
.so-models-catalog-section .so-model-capability-audio::before {
  background-image: url(img/icon-audio.svg);
}
.so-models-catalog-section .so-model-capability-coding {
  background: #E5FFD1;
  color: #476F29;
}
.so-models-catalog-section .so-model-capability-coding::before {
  background-image: url(img/icon-coding.svg);
}
.so-models-catalog-section .so-model-capability-vision {
  background: #EAD1FF;
  color: #7438A7;
}
.so-models-catalog-section .so-model-capability-vision::before {
  background-image: url(img/icon-vision.svg);
}
.so-models-catalog-section .so-models-catalog-results {
  margin-top: 34px;
  color: #6F6F6F;
  font-size: 12px;
  line-height: 1.4;
}
.so-models-catalog-section .so-models-catalog-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.so-models-catalog-section .so-models-catalog-card {
  position: relative;
  background: #fff;
  border: 1px solid #D8E5FF;
  padding: 18px;
}
.so-models-catalog-section .so-models-catalog-featured-star {
  position: absolute;
  top: 15px;
  right: 15px;
  min-width: 22px;
  height: 22px;
  padding: 0 4px;
  border-radius: 999px;
  border: 1px solid #D8E5FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F0F5FF;
  color: #2F52FF;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  box-sizing: border-box;
}
.so-models-catalog-section .so-models-catalog-card.so_anim.so_anim_up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease-out, transform 0.55s ease-out;
}
.so-models-catalog-section .so-models-catalog-card.so_anim.so_anim_up.so_anim_visible {
  opacity: 1;
  transform: translateY(0);
}
.so-models-catalog-section .so-models-catalog-card-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8E5FF;
}
.so-models-catalog-section .so-models-catalog-card-head h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 270px;
}
.so-models-catalog-section .so-models-catalog-card-content {
  min-width: 0;
  padding-right: 25px;
}
.so-models-catalog-section .so-models-catalog-card-logo img {
  width: 48px;
  height: 48px;
  border: 1px solid #D8E5FF;
  border-radius: 8px;
  background: #fff;
}
.so-models-catalog-section .so-models-catalog-meta {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.so-models-catalog-section .so-models-catalog-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  background: #F2F2F2;
  color: #6F6F6F;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  padding: 2px 8px;
}
.so-models-catalog-section .so-models-catalog-prices {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.so-models-catalog-section .so-models-catalog-price-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #252525;
  font-size: 12px;
  line-height: 1.5;
}
.so-models-catalog-section .so-models-catalog-capabilities {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.so-models-catalog-section .so-models-catalog-pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
.so-models-catalog-section .so-models-page {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #D8E5FF;
  background: #fff;
  color: #252525;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}
.so-models-catalog-section .so-models-page:hover, .so-models-catalog-section .so-models-page.is-active {
  background: #2f58ff;
  border-color: #2f58ff;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .page-template-models .so-intro {
    padding: 30px 0 30px;
  }
  .page-template-models .so-models-catalog-section {
    padding: 10px 0 0px;
  }
  .page-template-models .so-models-catalog-section .so-models-catalog-grid {
    grid-template-columns: 1fr;
  }
  .page-template-models .so-models-catalog-section .so-row {
    padding: 30px 0px 40px;
    border-bottom: 1px solid #96B4FF;
  }
  .page-template-models .so-try-it-section .so-try-it-item {
    flex-direction: column;
  }
  .page-template-models .so-try-it-section .so-try-it-item .so-try-it-visual {
    border-bottom: 0;
    border-top: 1px solid #D8E5FF;
  }
  .page-template-models .so-benefits-section .so-row {
    padding: 0;
  }
  .page-template-models .so-benefits-section .so-row .so-benefits-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .page-template-models .so-benefits-section .so-row .so-benefits-icon img {
    width: 30px;
  }
  .page-template-models .so-models-page-sections .so-benefits-section {
    order: 3;
  }
  .page-template-models .so-models-page-sections .so-models-catalog-section {
    order: 2;
  }
  .page-template-models .so-models-page-sections .so-models-catalog-section .so-models-catalog-filters {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .page-template-models .so-models-page-sections .so-models-catalog-section .so-models-catalog-search-wrap::before {
    left: 25px;
    margin-left: 0;
  }
  .page-template-models .so-models-page-sections .so-models-catalog-section .so-models-catalog-search {
    padding: 0 20px 0 60px;
  }
  .page-template-models .so-models-page-sections .so-models-catalog-section .so-models-catalog-results {
    margin-top: 20px;
  }
  .page-template-models .so-models-page-sections .so-models-catalog-section .so-models-catalog-head {
    padding: 0 20px;
  }
  .page-template-models .so-models-page-sections .so-models-catalog-section .so-models-catalog-card {
    border-right: 0;
    border-left: 0;
    padding: 18px 13px;
  }
  .page-template-models .so-models-page-sections .so-try-it-section {
    order: 4;
  }
}
.page-template-pricing .so-intro {
  padding: 60px 0;
}
.page-template-pricing .so-intro-benefits-section p.black {
  font-size: 20px;
}
.page-template-pricing .so-intro-benefits-section p.sm {
  font-weight: 300;
  font-size: 14px;
}
.page-template-pricing .so-pricing-models-section {
  padding: 40px 0 65px;
  background: #fff;
  overflow: hidden;
}
.page-template-pricing .so-pricing-models-section .so-row {
  max-width: 1200px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-head {
  text-align: center;
  padding-bottom: 40px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-head h2 {
  margin-top: 14px;
  color: #000000;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-head p {
  margin-top: 20px;
  color: #929292;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-top {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #D8E5FF;
  background: #fff;
  align-items: center;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-info {
  padding: 46px 40px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-info p {
  margin-top: 16px;
  color: #6f6f6f;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-info .so-intro-text-list {
  margin-top: 27px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-info .so-intro-text-list li {
  color: #6F6F6F;
  gap: 13px;
  margin-bottom: 10px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-info .so-intro-text-list li::before {
  width: 18px;
  height: 18px;
  background-size: 12px 12px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-info .so-button {
  margin-top: 27px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator {
  position: relative;
  border-left: 1px solid #D8E5FF;
  padding: 58px 60px 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff url("img/dots-background.svg") center center;
  background-size: cover;
  z-index: 1;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  border: 1px solid #D8E5FF;
  background: #fff;
  padding: 30px;
  overflow: hidden;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-result {
  padding-bottom: 30px;
  position: relative;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-result:before {
  content: "";
  height: 1px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #D8E5FF;
  position: absolute;
  bottom: 0;
  user-select: none;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-percent {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  background: linear-gradient(to left, #4A80FF 0%, #1038FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-note {
  margin-top: 10px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields {
  margin-top: 20px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: #6F6F6F;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields select,
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields input,
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields .selectric {
  width: 100%;
  height: 42px;
  border: 1px solid #d8e5ff;
  background: #F0F5FF;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields .selectric {
  padding: 0;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields .selectric .button {
  background: transparent;
  width: 42px;
  height: 40px;
  right: 0;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields .selectric .button::after {
  display: none;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields .selectric .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #272727;
  border-bottom: 2px solid #272727;
  transform: translate(-50%, -60%) rotate(45deg);
  transition: transform 0.25s ease, margin-top 0.25s ease;
  margin-top: 0;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields .selectric .button b {
  display: none;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields .selectric-wrapper.selectric-open .selectric .button::before {
  transform: translate(-50%, -35%) rotate(-135deg);
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields .selectric-items {
  border: 1px solid #D8E5FF;
  border-top: 0;
  box-shadow: 0 2px 10px 0px rgba(16, 56, 255, 0.12);
  overflow: hidden;
  background: #fff;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields .selectric-items ul {
  max-height: 300px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields .selectric-items li {
  padding: 12px 14px;
  border-top: 1px solid #EEF3FF;
  color: #252525;
  font-size: 14px;
  line-height: 1.4;
  transition: background 0.2s ease, color 0.2s ease;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields .selectric-items li:first-child {
  border-top: 0;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields .selectric-items li.highlighted,
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields .selectric-items li:hover {
  background: #F4F7FF;
  color: #000;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-fields .selectric-items li.selected {
  background: #E6EDFF;
  color: #1038FF;
  font-weight: 500;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-token-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-hint {
  margin-top: 9px;
  color: #929292;
  font-size: 12px;
  font-weight: 300;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-compare {
  margin-top: 34px;
  padding-top: 17px;
  position: relative;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-compare:before {
  content: "";
  height: 1px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #D8E5FF;
  position: absolute;
  top: 0;
  user-select: none;
}
.page-template-pricing .so-pricing-models-section .so-pricing-calculator-compare h4 {
  margin-bottom: 14px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-compare-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 1.6;
  color: #6F6F6F;
}
.page-template-pricing .so-pricing-models-section .so-pricing-compare-row.is-save span {
  color: #000;
  font-weight: 600;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table-wrap {
  border: 1px solid #D8E5FF;
  border-top: 0;
  background: #fff;
  border-bottom: 0;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table-wrap .so-pricing-models-table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table-wrap .so-models-catalog-toolbar {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #D8E5FF;
  padding-right: 20px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table-wrap .so-models-catalog-search-wrap {
  position: relative;
  flex: 1 1 auto;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table-wrap .so-models-catalog-search-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url(img/icon-search.svg) no-repeat center/18px 18px;
  pointer-events: none;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table-wrap .so-models-catalog-search {
  height: 69px;
  padding: 0 58px;
  font-weight: 300;
  width: 100%;
  color: #000;
  background: #fff;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table-wrap .so-models-catalog-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #E6EDFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  background-image: linear-gradient(45deg, transparent 43%, #4A63B3 43%, #4A63B3 57%, transparent 57%), linear-gradient(-45deg, transparent 43%, #4A63B3 43%, #4A63B3 57%, transparent 57%);
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table-wrap [data-so-pricing-pagination] {
  padding: 14px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-count {
  color: #6f6f6f;
  font-weight: 300;
  white-space: nowrap;
}
.page-template-pricing .so-pricing-models-section .selectric .label {
  color: #000;
  font-size: 16px;
  margin: 0 38px 0 14px;
  height: 40px;
  line-height: 40px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table th,
.page-template-pricing .so-pricing-models-section .so-pricing-models-table td {
  padding: 10px 10px;
  border-bottom: 1px solid #d8e5ff;
  text-align: left;
  font-size: 12px;
  vertical-align: middle;
  white-space: nowrap;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table td:first-child,
.page-template-pricing .so-pricing-models-section .so-pricing-models-table td:nth-child(2) {
  white-space: normal;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table th:nth-child(n+3),
.page-template-pricing .so-pricing-models-section .so-pricing-models-table td:nth-child(n+3) {
  text-align: center;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table th:nth-child(n+3) button {
  justify-content: center;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table thead {
  background: #F0F5FF;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table thead th,
.page-template-pricing .so-pricing-models-section .so-pricing-models-table thead th button {
  font-size: 16px;
  font-weight: 500;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table thead th {
  padding: 22px 10px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table th:first-child,
.page-template-pricing .so-pricing-models-section .so-pricing-models-table td:first-child {
  padding: 4px 10px;
  padding-left: 20px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table th:last-child,
.page-template-pricing .so-pricing-models-section .so-pricing-models-table td:last-child {
  padding-right: 20px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table th button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table th button::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(img/icon-sort.svg) no-repeat center/20px 20px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-table th button.is-name-sort::after {
  width: 7px;
  height: 7px;
  border-right: 2px solid #2F58FF;
  border-bottom: 2px solid #2F58FF;
  background: transparent;
  transform: rotate(225deg) translateY(-2px);
  margin-left: 6px;
  transition: transform 0.25s ease, margin-top 0.25s ease;
  margin-top: 0;
}
.page-template-pricing .so-pricing-models-section .so-pricing-model-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-template-pricing .so-pricing-models-section .so-pricing-model-cell img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid #D8E5FF;
}
.page-template-pricing .so-pricing-models-section .so-pricing-model-cell span {
  font-weight: 600;
}
.page-template-pricing .so-pricing-models-section .so-pricing-provider {
  display: inline-flex;
  padding: 2px 8px;
  border-radius: 4px;
  background: #f2f2f2;
  color: #6f6f6f;
  font-size: 12px;
  line-height: 1.6;
}
.page-template-pricing .so-pricing-models-section .so-pricing-description {
  display: inline-block;
  max-width: 250px;
  color: #6F6F6F;
  white-space: normal;
  line-height: 1.4;
}
.page-template-pricing .so-pricing-models-section .so-pricing-input-price {
  color: #6F6F6F;
}
.page-template-pricing .so-pricing-models-section .so-pricing-models-footnote {
  margin-top: 25px;
  padding: 0;
  color: #6F6F6F;
  font-size: 11px;
  line-height: 1.4;
}
.page-template-pricing .so-models-catalog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-pricing .so-models-catalog-pagination button {
  transition: 0.3s;
}
.page-template-pricing .so-models-catalog-pagination button:hover {
  color: #2F52FF;
}
.page-template-pricing .so-models-catalog-pagination button.is-active {
  font-weight: 600;
}
.page-template-pricing .so-blocks-section .so-row {
  padding: 40px 20px 60px;
}
.page-template-pricing .so-blocks-section .so-button .so-button-label::after {
  display: none;
}
.page-template-pricing .so-blocks-section .so-blocks-item:nth-child(even) {
  border-color: #96B4FF;
  background: #F0F5FF;
  border: 1px solid #96B4FF;
}
.page-template-pricing .so-blocks-section .so-blocks-item:nth-child(even) h2 {
  color: #000;
}
.page-template-pricing .so-blocks-section .so-blocks-item:nth-child(even) .so-intro-text-list li {
  color: #6F6F6F;
}
.page-template-pricing .so-blocks-section .so-blocks-item:nth-child(even) .so-intro-text-list li:before {
  background-color: #D8E5FF;
}
.page-template-pricing .so-blocks-section .so-blocks-item:nth-child(even) .so-button {
  background: #fff;
  color: #000;
  border-color: #929292;
}
.page-template-pricing .so-blocks-section .so-blocks-item:nth-child(even) .so-button::after {
  display: none;
}
.page-template-pricing .so-blocks-section .so-blocks-item:nth-child(even) .so-button:hover {
  background: #000;
  color: #fff;
}
.page-template-pricing h1 {
  max-width: 450px;
  margin: auto;
}
.page-template-pricing .so-intro-benefits-section .so-row {
  display: block;
}

/* Adaptive */
@media screen and (max-width: 1279px) {
  .page-template-pricing .so-blocks-section .so-row {
    padding: 40px 0px 60px;
  }
  .page-template-pricing .so-blocks-section .so-row .so-blocks-item h2 {
    margin-top: 0;
  }
  .page-template-pricing .so-pricing-models-section {
    padding: 40px 0 25px;
  }
  .page-template-pricing .so-pricing-models-section .so-row {
    padding: 0;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-models-head {
    padding: 0 20px 40px;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-models-head p {
    max-width: 500px;
    margin: auto;
    margin-top: 20px;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-models-info {
    padding: 46px 30px;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-calculator {
    padding: 48px 30px 48px;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-models-footnote {
    padding: 0 20px;
  }
  .so-pricing-models-section .so-pricing-models-top {
    grid-template-columns: 1fr;
  }
  .so-pricing-models-section .so-pricing-calculator {
    border-left: 0;
    border-top: 1px solid #d8e5ff;
    padding: 36px 20px 24px;
  }
}
@media screen and (max-width: 800px) {
  .page-template-pricing .so-intro-benefits-section .so-benefits-item {
    display: flex;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #D8E5FF;
    padding: 40px 30px;
  }
  .page-template-pricing .so-intro-benefits-section .so-benefits-item:last-child {
    border-bottom: 0;
  }
  .page-template-pricing .so-intro-benefits-section .so-benefits-item .so-button {
    width: 100%;
  }
  .page-template-pricing .so-intro-benefits-section .so-benefits-grid {
    padding: 0;
  }
  .page-template-pricing .so-blocks-section .so-blocks-head {
    padding: 0 35px;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-models-top {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-models-table-wrap .so-models-catalog-toolbar {
    padding-right: 0;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-models-table-wrap .so-models-catalog-search {
    max-width: 100%;
    width: 100%;
    padding-right: 20px;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-models-count {
    display: none;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-models-info {
    padding: 46px 30px 34px;
    text-align: center;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-models-info ul {
    text-align: start;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-models-info .so-button {
    width: 100%;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-hint {
    font-size: 8px;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-calculator {
    border-bottom: 1px solid #D8E5FF;
    max-width: -webkit-fill-available;
    padding: 48px 25px 48px;
  }
  .page-template-pricing .so-pricing-models-section .so-pricing-calculator .so-pricing-calculator-inner {
    padding: 20px 20px 10px;
  }
  .page-template-pricing .so-blocks-section .so-row {
    padding: 40px 0px 0px;
  }
  .page-template-pricing .so-blocks-section .so-blocks-item:nth-child(even) {
    border-top: 0;
  }
  .page-template-pricing .so-blocks-section .so-blocks-item:last-child {
    border-bottom: 0;
  }
}
.page-template-blog .so-intro {
  padding: 70px 0 60px;
}
.page-template-blog .so-latest-section .so-latest-grid {
  gap: 0;
}
.page-template-blog .so-latest-section .so-latest-item {
  border: 0;
  border-right: 1px solid #D8E5FF;
  border-bottom: 1px solid #D8E5FF;
}
.page-template-blog .so-latest-section .so-latest-item:nth-child(3n+1) {
  border-left: 1px solid #D8E5FF;
}
.page-template-blog .so-latest-section .so-latest-item:nth-child(-n+3) {
  border-top: 1px solid #D8E5FF;
}
.page-template-blog .so-models-catalog-pagination-wrap {
  margin-top: 20px;
}
.page-template-blog .so-models-catalog-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
.page-template-blog .so-models-page {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #D8E5FF;
  background: #fff;
  color: #252525;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}
.page-template-blog .so-models-page:hover, .page-template-blog .so-models-page.is-active {
  background: #2f58ff;
  border-color: #2f58ff;
  color: #fff;
}

.single-post .so-post-intro-section .so-row,
.page-template-default .so-post-intro-section .so-row {
  padding: 70px 0px 0px;
}
.single-post .so-post-intro-section .so-post-intro-head,
.page-template-default .so-post-intro-section .so-post-intro-head {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}
.single-post .so-post-intro-section h1,
.page-template-default .so-post-intro-section h1 {
  margin: 0;
}
.single-post .so-post-intro-section .so-post-intro-meta,
.page-template-default .so-post-intro-section .so-post-intro-meta {
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.4;
  color: #000;
  font-weight: 300;
}
.single-post .so-post-intro-section .so-blog-featured-visual,
.page-template-default .so-post-intro-section .so-blog-featured-visual {
  margin-top: 60px;
  padding: 35px;
  background: #fff url("img/dots-background.svg") center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #D8E5FF;
  border-bottom: 1px solid #D8E5FF;
}
.single-post .so-post-intro-section .so-blog-featured-image,
.page-template-default .so-post-intro-section .so-blog-featured-image {
  width: 100%;
  max-width: 850px;
}
.single-post .so-post-intro-section .so-blog-featured-image img,
.page-template-default .so-post-intro-section .so-blog-featured-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.single-post .so-page a,
.page-template-default .so-page a {
  text-decoration: underline;
  transition: 0.3s ease;
}
.single-post .so-page a:hover,
.page-template-default .so-page a:hover {
  opacity: 0.7;
}

.page-template-default .so-page .so-post-content h3, .page-template-default .so-page .so-post-content h4, .page-template-default .so-page .so-post-content h5, .page-template-default .so-page .so-post-content h6, .open-role-template-default .so-page .so-post-content h3, .open-role-template-default .so-page .so-post-content h4, .open-role-template-default .so-page .so-post-content h5, .open-role-template-default .so-page .so-post-content h6 {
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
}
.page-template-default .so-page .so-post-content h3:first-child, .page-template-default .so-page .so-post-content h4:first-child, .page-template-default .so-page .so-post-content h5:first-child, .page-template-default .so-page .so-post-content h6:first-child, .open-role-template-default .so-page .so-post-content h3:first-child, .open-role-template-default .so-page .so-post-content h4:first-child, .open-role-template-default .so-page .so-post-content h5:first-child, .open-role-template-default .so-page .so-post-content h6:first-child {
  margin-top: 0;
}
.page-template-default .so-page .so-post-content h3, .open-role-template-default .so-page .so-post-content h3 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 40px;
}
.page-template-default .so-page .so-post-content h4, .open-role-template-default .so-page .so-post-content h4 {
  font-size: 24px;
  margin-top: 30px;
}
.page-template-default .so-page .so-post-content h5, .open-role-template-default .so-page .so-post-content h5 {
  font-size: 18px;
  margin-top: 20px;
}
.page-template-default .so-page .so-post-content h6, .open-role-template-default .so-page .so-post-content h6 {
  font-size: 16px;
  margin-top: 20px;
}
.page-template-default .so-page .so-post-content h3 + p,
.page-template-default .so-page .so-post-content h4 + p,
.page-template-default .so-page .so-post-content h5 + p,
.page-template-default .so-page .so-post-content h6 + p, .open-role-template-default .so-page .so-post-content h3 + p,
.open-role-template-default .so-page .so-post-content h4 + p,
.open-role-template-default .so-page .so-post-content h5 + p,
.open-role-template-default .so-page .so-post-content h6 + p {
  margin-top: 0;
}
.page-template-default h1, .open-role-template-default h1 {
  margin-bottom: 20px;
}
.page-template-default .so-post-intro-section .so-row, .open-role-template-default .so-post-intro-section .so-row {
  padding: 70px 0;
  border-bottom: 1px solid #D8E5FF;
}
.page-template-default .so-page, .open-role-template-default .so-page {
  border-bottom: 0;
}

.post-template-default .so-page .so-post-content h3, .post-template-default .so-page .so-post-content h4, .post-template-default .so-page .so-post-content h5, .post-template-default .so-page .so-post-content h6 {
  margin-bottom: 16px;
}

.open-role-template-default .so-page .so-post-content {
  margin: auto;
  padding-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #D8E5FF;
}
.open-role-template-default .so-intro {
  padding: 70px 0 60px;
}

@media screen and (max-width: 1279px) {
  .open-role-template-default .so-page .so-post-content {
    margin: auto;
    padding-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid #D8E5FF;
  }
  .open-role-template-default .so-page .so-post-content {
    max-width: 700px;
  }
  .open-role-template-default .so-intro {
    padding: 50px 0 40px;
  }
}
.so-blog-featured-section {
  border-top: 1px solid #D8E5FF;
  border-bottom: 1px solid #D8E5FF;
}
.so-blog-featured-section .so-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}
.so-blog-featured-section .so-blog-featured-content {
  padding: 40px 60px 40px;
  border-right: 1px solid #D8E5FF;
}
.so-blog-featured-section .so-blog-featured-content h2 {
  margin-top: 20px;
}
.so-blog-featured-section .so-blog-featured-content .so-text {
  margin-top: 20px;
}
.so-blog-featured-section .so-blog-featured-content .so-text p {
  color: #6F6F6F;
}
.so-blog-featured-section .so-blog-featured-content .so-blog-featured-meta {
  margin-top: 20px;
  font-size: 12px;
  color: #6F6F6F;
  font-weight: 300;
}
.so-blog-featured-section .so-blog-featured-content .so-button {
  margin-top: 40px;
}
.so-blog-featured-section .so-blog-featured-visual {
  padding: 60px 35px;
  background: #fff url("img/dots-background.svg") center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.so-blog-featured-section .so-blog-featured-image {
  width: 100%;
  max-width: 580px;
}
.so-blog-featured-section .so-blog-featured-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.wp-block-image img {
  border: 1px solid #D8E5FF;
}

.so-page .is-layout-flex figure {
  margin-top: 30px;
}

@media screen and (max-width: 1279px) {
  .so-page .is-layout-flex figure {
    margin-top: 0px;
  }
  .so-blog-featured-section {
    overflow: hidden;
  }
  .so-blog-featured-section .so-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .so-blog-featured-section .so-blog-featured-content {
    position: relative;
    padding: 40px 0px;
    border-right: 0;
    text-align: center;
    max-width: 600px;
    margin: auto;
  }
  .so-blog-featured-section .so-blog-featured-content:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    left: -20px;
    height: 1px;
    background: #D8E5FF;
  }
  .so-blog-featured-section .so-blog-featured-content h2 {
    max-width: 450px;
    margin: auto;
    margin-top: 20px;
  }
  .so-blog-featured-section .so-blog-featured-visual {
    padding: 35px 20px;
  }
  .page-template-blog .so-latest-section .so-latest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 0;
  }
  .page-template-blog .so-latest-section .so-latest-item {
    border-right: 1px solid #D8E5FF;
    border-left: 0;
    border-top: 1px solid #D8E5FF;
    border-bottom: 1px solid #D8E5FF;
  }
  .page-template-blog .so-latest-section .so-latest-item:nth-child(3n+1) {
    border-left: 1px solid #D8E5FF;
  }
  .single-post .so-post-intro-section .so-post-intro-head,
  .page-template-default .so-post-intro-section .so-post-intro-head {
    max-width: 740px;
  }
  .single-post .so-post-intro-section .so-blog-featured-visual,
  .page-template-default .so-post-intro-section .so-blog-featured-visual {
    padding: 40px 0px;
  }
  .single-post .so-post-intro-section .so-blog-featured-visual img,
  .page-template-default .so-post-intro-section .so-blog-featured-visual img {
    max-width: 600px;
    margin: auto;
  }
  .so-page .so-post-content {
    max-width: 420px;
  }
  .so-page .is-layout-flex {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 30px;
  }
  .so-page .is-layout-flex .wp-block-image {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .single-post .so-post-intro-section .so-row,
  .page-template-default .so-post-intro-section .so-row {
    padding: 30px 0 0px;
  }
  .single-post .so-post-intro-section .so-blog-featured-visual,
  .page-template-default .so-post-intro-section .so-blog-featured-visual {
    padding: 0;
  }
  .so-page .so-post-layout::after {
    display: none;
  }
  .so-page .so-post-content {
    max-width: 500px;
  }
  .so-page .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }
  .so-page .is-layout-flex {
    gap: 50px;
  }
  .so-page .so-post-toc ul {
    max-width: 315px;
    margin: auto;
  }
  .so-page .so-post-layout {
    grid-template-columns: 1fr;
    padding-top: 40px;
    gap: 60px;
  }
  .so-page .so-post-toc-wrap {
    position: relative;
    top: auto;
    width: 100%;
  }
  .so-page .so-post-toc {
    padding: 0;
  }
  .page-template-blog .so-latest-section .so-latest-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    justify-items: center;
  }
  .page-template-blog .so-latest-section .so-latest-grid .so-latest-item {
    max-width: 435px;
    border-left: 1px solid #D8E5FF;
  }
  .so-blog-featured-section .so-blog-featured-visual {
    padding: 30px 0px;
  }
  .so-blog-featured-section .so-button {
    width: 100%;
    max-width: 340px;
  }
  .so-blog-featured-section .so-blog-featured-content h2 {
    max-width: 300px;
  }
  .page-template-default .so-post-intro-section .so-row {
    padding: 50px 0;
  }
}
.so-contact-section {
  position: relative;
  isolation: isolate;
  border-top: 1px solid #D8E5FF;
  border-bottom: 1px solid #D8E5FF;
  overflow: hidden;
  background: #1038FF;
}
.so-contact-section .so-content {
  overflow: hidden;
}
.so-contact-section .so-contact-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  object-position: 80% 60%;
  object-fit: none;
}
.so-contact-section .so-row {
  position: relative;
  z-index: 2;
  padding: 50px 20px;
  max-width: 1200px;
}
.so-contact-section .so-contact-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.so-contact-section .so-contact-left {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.so-contact-section .so-contact-steps {
  padding: 40px 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.so-contact-section .so-contact-steps h2 {
  color: #fff;
  margin-bottom: 40px;
}
.so-contact-section .so-contact-steps-list {
  display: grid;
  gap: 15px;
}
.so-contact-section .so-contact-step {
  display: flex;
  align-items: center;
  gap: 16px;
}
.so-contact-section .so-contact-step p {
  color: #fff;
}
.so-contact-section .so-contact-step-number {
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  background: #000000;
}
.so-contact-section .so-contact-talk {
  padding: 20px 60px 20px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.so-contact-section .so-contact-talk h2 {
  color: #fff;
  margin-bottom: 30px;
}
.so-contact-section .so-contact-talk .so-button {
  min-width: 360px;
}
.so-contact-section .so-contact-talk .so-button .so-button-label {
  gap: 5px;
}
.so-contact-section .so-contact-talk .so-contact-button-label-email {
  display: inline;
  color: #2F52FF;
}
.so-contact-section .so-contact-talk .so-contact-button-label-at {
  display: inline;
}
.so-contact-section .so-contact-form-wrap {
  background: #fff;
  padding: 30px 30px 45px;
}
.so-contact-section .so-contact-form-wrap .so-form {
  max-width: 560px;
  margin: 0 auto;
}
.so-contact-section .so-contact-form-wrap .so-form > h2 {
  text-align: center;
}
.so-contact-section .so-contact-form-wrap .so-form > p {
  margin: auto;
  margin-top: 14px;
  text-align: center;
  color: #6F6F6F;
  max-width: 300px;
}
.so-contact-section .so-contact-form-wrap .so-form .so-form-content {
  margin-top: 22px;
}
.so-contact-section .so-contact-form-wrap .so-form .so-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
.so-contact-section .so-contact-form-wrap .so-form .so-form-row-full {
  margin-bottom: 24px;
}
.so-contact-section .so-contact-form-wrap .so-form .so-form-field p {
  margin: 0;
  color: #000000;
}
.so-contact-section .so-contact-form-wrap .so-form .so-form-field label {
  display: block;
  margin-bottom: 8px;
  color: #252525;
  font-size: 12px;
  line-height: 1.4;
}
.so-contact-section .so-contact-form-wrap .so-form input[type=text],
.so-contact-section .so-contact-form-wrap .so-form input[type=email],
.so-contact-section .so-contact-form-wrap .so-form textarea,
.so-contact-section .so-contact-form-wrap .so-form .selectric {
  width: 100%;
  background: #EEF3FF;
  border: 1px solid #D8E5FF;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 12px;
  color: #272727;
}
.so-contact-section .so-contact-form-wrap .so-form input[type=text],
.so-contact-section .so-contact-form-wrap .so-form input[type=email],
.so-contact-section .so-contact-form-wrap .so-form .selectric {
  height: 37px;
  padding: 10px 14px;
}
.so-contact-section .so-contact-form-wrap .so-form textarea {
  max-height: 75px;
  resize: none;
  padding: 19px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
}
.so-contact-section .so-contact-form-wrap .so-form input::placeholder,
.so-contact-section .so-contact-form-wrap .so-form textarea::placeholder {
  color: #6F6F6F;
  opacity: 1;
  font-size: 12px;
  line-height: 1.4;
}
.so-contact-section .so-contact-form-wrap .so-form .selectric-wrapper {
  width: 100%;
}
.so-contact-section .so-contact-form-wrap .so-form .selectric {
  display: flex;
  align-items: center;
}
.so-contact-section .so-contact-form-wrap .so-form .selectric .label {
  margin: 0;
  color: #6F6F6F;
  font-size: 12px;
}
.so-contact-section .so-contact-form-wrap .so-form .selectric .button {
  background: transparent;
  width: 36px;
  height: 35px;
  right: 0;
}
.so-contact-section .so-contact-form-wrap .so-form .selectric .button::after {
  display: none;
}
.so-contact-section .so-contact-form-wrap .so-form .selectric .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #6F6F6F;
  border-bottom: 1.5px solid #6F6F6F;
  transform: translate(-50%, -60%) rotate(45deg);
  transition: transform 0.25s ease, margin-top 0.25s ease;
  margin-top: 0;
}
.so-contact-section .so-contact-form-wrap .so-form .selectric .button b {
  display: none;
}
.so-contact-section .so-contact-form-wrap .so-form .selectric-wrapper.selectric-open .selectric .button::before {
  transform: translate(-50%, -35%) rotate(-135deg);
}
.so-contact-section .so-contact-form-wrap .so-form .selectric-items {
  border: 1px solid #D8E5FF;
  background: #fff;
  margin-top: 0;
  border-radius: 0;
  border-top: 0;
}
.so-contact-section .so-contact-form-wrap .so-form .selectric-items li {
  color: #272727;
  padding: 10px 14px;
  transition: 0.3s ease;
}
.so-contact-section .so-contact-form-wrap .so-form .selectric-items li:hover {
  background: #EEF3FF;
}
.so-contact-section .so-contact-form-wrap .so-form .selectric-items li.selected,
.so-contact-section .so-contact-form-wrap .so-form .selectric-items li.highlighted {
  background: #d7e5ff;
  color: #272727;
}
.so-contact-section .so-contact-form-wrap .so-form .selectric-items li:first-child {
  display: none;
}
.so-contact-section .so-contact-form-wrap .so-form .wpcf7-submit {
  min-width: 250px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border: 1px solid #96B4FF;
  color: #fff;
  background-image: url("img/Icon-arrow.svg"), linear-gradient(175deg, #386AFF 0%, #1038FF 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% + 56px) 50%, center;
  background-size: 14px 14px, cover;
  padding-right: 38px;
  transition: background-position 0.3s ease, background-image 0.3s ease;
}
.so-contact-section .so-contact-form-wrap .so-form .wpcf7-submit:hover {
  background-image: url("img/Icon-arrow.svg"), linear-gradient(175deg, #0024DB 0%, #1139F5 100%);
  background-position: calc(50% + 59px) 50%, center;
}
.so-contact-section .so-contact-form-wrap .so-form .wpcf7-spinner {
  display: none;
}
.so-contact-section .so-contact-form-wrap .so-form .text-sm {
  margin-top: 17px;
  text-align: center;
  color: #6F6F6F;
  font-size: 12px;
  max-width: unset;
}
.so-contact-section .so-contact-form-wrap .so-form .text-sm a {
  color: #6F6F6F;
  text-decoration: underline;
}

.page-template-contact .so-benefits-section .so-benefits-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.page-template-contact .so-intro {
  padding: 70px 0 70px;
}

@media screen and (max-width: 1279px) {
  .page-template-contact .so-contact-steps,
  .page-template-contact .so-contact-talk {
    padding: 35px 30px;
    height: 100%;
    align-items: center;
  }
  .page-template-contact .so-contact-talk .so-button {
    min-width: 0;
    width: 100%;
  }
  .page-template-contact .so-contact-talk .so-contact-button-label-email,
  .page-template-contact .so-contact-talk .so-contact-button-label-at {
    display: none;
  }
  .page-template-contact .so-contact-section .so-contact-form-wrap .so-form textarea {
    max-height: 92px;
  }
  .page-template-contact .so-contact-section .so-contact-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .page-template-contact .so-contact-section .so-contact-form-wrap {
    padding: 20px 20px 30px;
  }
  .page-template-contact .so-benefits-section .so-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-template-contact .so-benefits-section .so-row {
    padding: 0 30px 20px;
  }
}
@media screen and (max-width: 800px) {
  .page-template-contact .so-contact-section .so-row {
    padding: 0 0 0px;
  }
  .page-template-contact .so-contact-section {
    border: 0;
  }
  .page-template-contact .so-contact-main {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    border: 0;
    border-top: 1px solid #D8E5FF;
  }
  .page-template-contact .so-contact-section .so-contact-talk h2 {
    max-width: 300px;
    text-align: center;
  }
  .page-template-contact .so-contact-left {
    border-right: 0;
  }
  .page-template-contact .so-contact-section .so-contact-steps h2 {
    margin-bottom: 20px;
  }
  .page-template-contact .so-contact-form-wrap .so-form .so-form-row {
    margin-bottom: 30px;
  }
  .page-template-contact .so-contact-form-wrap .so-form .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }
  .page-template-contact .so-contact-section .so-contact-form-wrap .so-form > p {
    max-width: 100%;
  }
  .page-template-contact .so-contact-section .so-contact-form-wrap {
    padding: 40px 30px 40px;
  }
  .page-template-contact .so-benefits-section .so-benefits-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .page-template-contact .so-benefits-section .so-row {
    padding: 0;
  }
}
.page-template-arena .so-models-section {
  padding: 30px 0 30px;
}
.page-template-arena .so-arena-models-section {
  background: #F0F5FF;
  border-top: 1px solid #D8E5FF;
}
.page-template-arena .so-arena-models-section .so-row {
  max-width: 1180px;
  padding: 0px 20px 0px;
  border-bottom: 0;
}
.page-template-arena .so-arena-models-section .so-models-head h2 {
  margin-top: 0;
}
.page-template-arena .so-arena-models-section .so-arena-count {
  color: #929292;
  font-weight: 300;
}
.page-template-arena .so-arena-models-section .so-arena-picker {
  margin-top: 26px;
}
.page-template-arena .so-arena-models-section .so-models-catalog-empty {
  margin-top: 20px;
}
.page-template-arena .so-arena-models-section .so-arena-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #D8E5FF;
  padding: 22px 20px;
  border-bottom: 1px solid #D8E5FF;
}
.page-template-arena .so-arena-models-section .so-arena-top-picks {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 45px;
}
.page-template-arena .so-arena-models-section .so-arena-top-picks::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url("img/trophy-icon.svg") no-repeat center/24px 24px;
}
.page-template-arena .so-arena-models-section .so-arena-top-picks h3 {
  font-weight: 500;
}
.page-template-arena .so-arena-models-section .so-arena-top-picks p {
  color: #6F6F6F;
}
.page-template-arena .so-arena-models-section .so-arena-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.page-template-arena .so-arena-models-section .so-models-grid {
  margin-top: 0;
  gap: 0;
  border-left: 1px solid #D8E5FF;
  border-top: 1px solid #D8E5FF;
  margin-left: -1px;
  margin-top: -1px;
  overflow: visible;
}
.page-template-arena .so-arena-models-section .so-models-card {
  border: 0;
  border-right: 1px solid #D8E5FF;
  border-bottom: 1px solid #D8E5FF;
  border-radius: 0;
  padding: 14px 10px 14px 12px;
  gap: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  z-index: 1;
}
.page-template-arena .so-arena-models-section .so-models-card:hover {
  transform: translateY(-2px);
  z-index: 3;
  box-shadow: 0 0 0 1px #D8E5FF;
}
.page-template-arena .so-arena-models-section .so-models-card.is-selected {
  background: #F0F5FF;
}
.page-template-arena .so-arena-models-section .so-models-card-media img {
  width: 34px;
  height: 34px;
}
.page-template-arena .so-arena-models-section .so-models-card-content {
  flex: 1 1 auto;
}
.page-template-arena .so-arena-models-section .so-models-meta {
  margin-top: 3px;
}
.page-template-arena .so-arena-models-section .so-models-provider {
  font-size: 11px;
  padding: 2px 8px;
}
.page-template-arena .so-arena-models-section .so-arena-check {
  position: relative;
  width: 21px;
  min-width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-template-arena .so-arena-models-section .so-arena-check input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}
.page-template-arena .so-arena-models-section .so-arena-check-mark {
  width: 21px;
  height: 21px;
  border-radius: 4px;
  border: 1px solid #A9BEFF;
  background: #fff;
  transition: all 0.2s ease;
  position: relative;
  box-sizing: border-box;
}
.page-template-arena .so-arena-models-section .so-arena-check-mark::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
  left: 6px;
  top: 2px;
  opacity: 0;
}
.page-template-arena .so-arena-models-section .so-arena-check-mark:hover {
  border-color: #2F52FF;
}
.page-template-arena .so-arena-models-section .so-arena-check input:checked + .so-arena-check-mark {
  background: linear-gradient(175deg, #386AFF 0%, #1038FF 100%);
  border-color: #2F52FF;
}
.page-template-arena .so-arena-models-section .so-arena-check input:checked + .so-arena-check-mark::after {
  opacity: 1;
}
.page-template-arena .so-arena-models-section .so-arena-check input:disabled + .so-arena-check-mark {
  opacity: 0.25;
}
.page-template-arena .so-arena-models-section .so-models-actions {
  margin-top: 18px;
}
.page-template-arena .so-arena-models-section .so-arena-note {
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
  color: #6F6F6F;
}
.page-template-arena .so-intro-benefits-section .so-benefits-grid {
  border-bottom: 0;
}
.page-template-arena .so-models-catalog-section .so-models-catalog-pagination {
  margin-bottom: 20px;
}
.page-template-arena .so-intro {
  padding: 70px 0 60px;
}
.page-template-arena .so-intro .so-text {
  margin-top: 20px;
}
.page-template-arena .so-intro .so-text p, .page-template-arena .so-intro .so-text li, .page-template-arena .so-intro .so-text a {
  font-size: 16px;
}
.page-template-arena .so-header .so-header-login .so-button-label::after {
  display: none;
}

@media screen and (max-width: 1279px) {
  .page-template-arena .so-arena-models-section .so-arena-top {
    flex-direction: column;
    align-items: center;
  }
  .page-template-arena .so-arena-models-section .so-models-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-template-arena .so-arena-models-section .so-row {
    max-width: 700px;
  }
}
@media screen and (max-width: 800px) {
  .so-models-section .so-models-card-content h4 {
    white-space: normal;
  }
  .page-template-arena .so-arena-models-section .so-row {
    padding: 0;
  }
  .page-template-arena .so-arena-models-section .so-arena-top-picks {
    display: block;
  }
  .page-template-arena .so-arena-models-section .so-arena-top-picks p {
    margin-top: 4px;
  }
  .page-template-arena .so-arena-models-section .so-models-grid {
    grid-template-columns: 1fr;
  }
  .page-template-arena .so-arena-models-section .so-models-actions .so-button {
    width: 100%;
    margin: 0 20px;
  }
  .page-template-arena .so-arena-models-section .so-arena-note {
    padding: 0 20px;
  }
  .page-template-arena .so-intro-benefits-section .so-benefits-grid {
    padding: 0;
    gap: 0;
  }
  .page-template-arena .so-intro-benefits-section .so-benefits-grid .so-benefits-item {
    padding: 20px 30px;
    border-bottom: 1px solid #D8E5FF;
    column-gap: 20px;
  }
  .page-template-arena .so-intro-benefits-section .so-benefits-grid .so-benefits-item:last-child {
    border-bottom: 0;
  }
  .page-template-arena .so-intro-benefits-section .so-benefits-grid .so-benefits-item .so-benefits-icon img {
    width: 30px;
    height: 30px;
  }
}
.page-template-arena .so-models-section {
  padding: 30px 0 30px;
}
.page-template-arena .so-arena-models-section {
  background: #F0F5FF;
  border-top: 1px solid #D8E5FF;
}
.page-template-arena .so-arena-models-section .so-row {
  max-width: 1180px;
  padding: 0px 20px 0px;
  border-bottom: 0;
}
.page-template-arena .so-arena-models-section .so-models-head h2 {
  margin-top: 0;
}
.page-template-arena .so-arena-models-section .so-arena-count {
  color: #929292;
  font-weight: 300;
}
.page-template-arena .so-arena-models-section .so-arena-picker {
  margin-top: 26px;
}
.page-template-arena .so-arena-models-section .so-models-catalog-empty {
  margin-top: 20px;
}
.page-template-arena .so-arena-models-section .so-arena-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #D8E5FF;
  padding: 22px 20px;
  border-bottom: 1px solid #D8E5FF;
}
.page-template-arena .so-arena-models-section .so-arena-top-picks {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 45px;
}
.page-template-arena .so-arena-models-section .so-arena-top-picks::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url("img/trophy-icon.svg") no-repeat center/24px 24px;
}
.page-template-arena .so-arena-models-section .so-arena-top-picks h3 {
  font-weight: 500;
}
.page-template-arena .so-arena-models-section .so-arena-top-picks p {
  color: #6F6F6F;
}
.page-template-arena .so-arena-models-section .so-arena-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.page-template-arena .so-arena-models-section .so-models-grid {
  margin-top: 0;
  gap: 0;
  border-left: 1px solid #D8E5FF;
  border-top: 1px solid #D8E5FF;
  margin-left: -1px;
  margin-top: -1px;
  overflow: visible;
}
.page-template-arena .so-arena-models-section .so-models-card {
  border: 0;
  border-right: 1px solid #D8E5FF;
  border-bottom: 1px solid #D8E5FF;
  border-radius: 0;
  padding: 14px 10px 14px 12px;
  gap: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  z-index: 1;
}
.page-template-arena .so-arena-models-section .so-models-card:hover {
  transform: translateY(-2px);
  z-index: 3;
  box-shadow: 0 0 0 1px #D8E5FF;
}
.page-template-arena .so-arena-models-section .so-models-card.is-selected {
  background: #F0F5FF;
}
.page-template-arena .so-arena-models-section .so-models-card-media img {
  width: 34px;
  height: 34px;
}
.page-template-arena .so-arena-models-section .so-models-card-content {
  flex: 1 1 auto;
}
.page-template-arena .so-arena-models-section .so-models-meta {
  margin-top: 3px;
}
.page-template-arena .so-arena-models-section .so-models-provider {
  font-size: 11px;
  padding: 2px 8px;
}
.page-template-arena .so-arena-models-section .so-arena-check {
  position: relative;
  width: 21px;
  min-width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-template-arena .so-arena-models-section .so-arena-check input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}
.page-template-arena .so-arena-models-section .so-arena-check-mark {
  width: 21px;
  height: 21px;
  border-radius: 4px;
  border: 1px solid #A9BEFF;
  background: #fff;
  transition: all 0.2s ease;
  position: relative;
  box-sizing: border-box;
}
.page-template-arena .so-arena-models-section .so-arena-check-mark::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
  left: 6px;
  top: 2px;
  opacity: 0;
}
.page-template-arena .so-arena-models-section .so-arena-check-mark:hover {
  border-color: #2F52FF;
}
.page-template-arena .so-arena-models-section .so-arena-check input:checked + .so-arena-check-mark {
  background: linear-gradient(175deg, #386AFF 0%, #1038FF 100%);
  border-color: #2F52FF;
}
.page-template-arena .so-arena-models-section .so-arena-check input:checked + .so-arena-check-mark::after {
  opacity: 1;
}
.page-template-arena .so-arena-models-section .so-arena-check input:disabled + .so-arena-check-mark {
  opacity: 0.25;
}
.page-template-arena .so-arena-models-section .so-models-actions {
  margin-top: 18px;
}
.page-template-arena .so-arena-models-section .so-arena-note {
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
  color: #6F6F6F;
}
.page-template-arena .so-intro-benefits-section .so-benefits-grid {
  border-bottom: 0;
}
.page-template-arena .so-models-catalog-section .so-models-catalog-pagination {
  margin-bottom: 20px;
}
.page-template-arena .so-intro {
  padding: 70px 0 60px;
}
.page-template-arena .so-intro .so-text {
  margin-top: 20px;
}
.page-template-arena .so-intro .so-text p, .page-template-arena .so-intro .so-text li, .page-template-arena .so-intro .so-text a {
  font-size: 16px;
}
.page-template-arena .so-header .so-header-login .so-button-label::after {
  display: none;
}

@media screen and (max-width: 1279px) {
  .page-template-arena .so-arena-models-section .so-arena-top {
    flex-direction: column;
    align-items: center;
  }
  .page-template-arena .so-arena-models-section .so-models-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-template-arena .so-arena-models-section .so-row {
    max-width: 700px;
  }
}
@media screen and (max-width: 800px) {
  .so-models-section .so-models-card-content h4 {
    white-space: normal;
  }
  .page-template-arena .so-arena-models-section .so-row {
    padding: 0;
  }
  .page-template-arena .so-arena-models-section .so-arena-top-picks {
    display: block;
  }
  .page-template-arena .so-arena-models-section .so-arena-top-picks p {
    margin-top: 4px;
  }
  .page-template-arena .so-arena-models-section .so-models-grid {
    grid-template-columns: 1fr;
  }
  .page-template-arena .so-arena-models-section .so-models-actions .so-button {
    width: 100%;
    margin: 0 20px;
  }
  .page-template-arena .so-arena-models-section .so-arena-note {
    padding: 0 20px;
  }
  .page-template-arena .so-intro-benefits-section .so-benefits-grid {
    padding: 0;
    gap: 0;
  }
  .page-template-arena .so-intro-benefits-section .so-benefits-grid .so-benefits-item {
    padding: 20px 30px;
    border-bottom: 1px solid #D8E5FF;
    column-gap: 20px;
  }
  .page-template-arena .so-intro-benefits-section .so-benefits-grid .so-benefits-item:last-child {
    border-bottom: 0;
  }
  .page-template-arena .so-intro-benefits-section .so-benefits-grid .so-benefits-item .so-benefits-icon img {
    width: 30px;
    height: 30px;
  }
}

/*# sourceMappingURL=style.css.map */

/* Mobile footer nav: centre every line (including wrapped ones) under its
   column heading and tighten the item gap (Craig, 10 Jun mobile review). */
@media screen and (max-width: 800px) {
  .so-footer .so-footer-menu-col { text-align: center; }
  .so-footer .so-footer-menu-list { gap: 14px; }
  .so-footer .so-footer-menu-list li { text-align: center; width: 100%; }
}

/* Mobile: tables inside page/post content (cookie inventory, sub-processor
   list) forced the layout grid wider than the viewport, clipping body text.
   Clamp the grid column and let tables scroll within their own box. */
@media screen and (max-width: 800px) {
  .so-page .so-post-layout { grid-template-columns: minmax(0, 1fr); }
  .so-page .so-post-layout table { display: block; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}
