.wpcf7.screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #f9f9f9;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-weight: 400;
  src: url(../../../themes/angle2/assets/fonts/new/urbanist-v8-latin-regular.woff2)
      format("woff2"),
    url(../../../themes/angle2/assets/fonts/new/urbanist-v8-latin-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../../../themes/angle2/assets/fonts/new/urbanist-v8-latin-regular.woff)
      format("woff"),
    url(../../../themes/angle2/assets/fonts/new/urbanist-v8-latin-regular.ttf)
      format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-weight: 600;
  src: url(../../../themes/angle2/assets/fonts/new/urbanist-v8-latin-600.woff2)
      format("woff2"),
    url(../../../themes/angle2/assets/fonts/new/urbanist-v8-latin-600.eot?#iefix)
      format("embedded-opentype"),
    url(../../../themes/angle2/assets/fonts/new/urbanist-v8-latin-600.woff)
      format("woff"),
    url(../../../themes/angle2/assets/fonts/new/urbanist-v8-latin-600.ttf)
      format("truetype");
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  -webkit-border-radius: 0;
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
a:active {
  outline: 0;
}
a:focus {
  outline: 0;
}
label {
  margin: 0;
}
button,
input,
textarea {
  outline: 0;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}
button:active,
input:active,
textarea:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:focus,
input:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:invalid,
input:invalid,
textarea:invalid {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:required,
input:required,
textarea:required {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body,
html {
  height: 100%;
}
a,
a:hover,
a:visited {
  text-decoration: none;
}
.hidden {
  display: none;
}
address,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
strong,
ul {
  font-weight: 400;
  margin: 0;
  list-style: none;
  padding: 0;
  font-style: normal;
}
li > ul {
  margin: 0;
}
body {
  background-color: #00223a;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  font-weight: 400;
  line-height: 1.2;
  font-family: Urbanist, sans-serif;
  color: #fff;
}
body.blog .section-white-background .section__blog {
  margin-top: 0;
  background-color: #004f6c;
}
.body_menu {
  overflow: hidden;
}
.container {
  -webkit-transition: max-width 0.4s;
  -o-transition: max-width 0.4s;
  transition: max-width 0.4s;
  max-width: 1256px;
  margin: 0 auto;
  width: 100%;
  padding: 0 50px;
}
@media (max-width: 1200px) {
  .container {
    max-width: 980px;
  }
}
@media (max-width: 998px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 580px;
  }
}
@media (max-width: 580px) {
  .container {
    max-width: 100%;
  }
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  background-image: url(../../../themes/angle2/assets/img/new/main-bg2.jpg);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: top center;
}
.main > :first-child {
  margin-top: 0;
  padding-top: 180px;
}
@media (max-width: 768px) {
  .main > :first-child {
    padding-top: 116px;
  }
}
.grecaptcha-badge {
  display: none !important;
}
.wpcf7-form.preload.failed .wpcf7-response-output {
  display: none !important;
}
.wpcf7-form.preload.failed .wpcf7-spinner {
  visibility: visible !important;
}
.g-button {
  display: inline-block;
  color: #00bcdc;
  border: 2px solid #00bcdc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding: 9px 20px 11px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: 0 0;
  cursor: pointer;
  text-align: center;
}
.g-button_min {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 16px 8px;
  font-size: 12px;
  line-height: 1.33;
}
.g-button_fill {
  color: #fff;
  background: #007290;
  border-color: #00bcdc;
}
.g-button_duration {
  color: rgba(255, 255, 255, 0.7) !important;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-color: transparent;
  display: block !important;
}
.g-button_duration span {
  color: #fff;
}
.g-button_timeline {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-color: transparent;
  display: block !important;
}
.g-button:hover {
  color: #fff !important;
  background: #003f5b!important;
  border-color: #00bcdc !important;
}
.g-button_orange {
  color: #00bcdc !important;
  border-color: #00bcdc;
}
.g-button_orange:hover {
  color: #fff !important;
  background: #00bcdc !important;
  border-color: #00bcdc !important;
}
.g-post {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.g-post__img {
  width: 100%;
  overflow: hidden;
  height: 280px;
  display: block;
}
.g-post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.g-post__img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-post__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
.g-post__head-img {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.g-post__head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.g-post__head-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px 0;
}
.g-post__head-title {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
.g-post__head-title span {
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
}
.g-post__head-title span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -1px;
  width: 1px;
  height: 10px;
  background: rgba(26, 12, 39, 0.2);
}
.g-post__head-date {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.01em;
  color: rgba(26, 12, 39, 0.4);
  mix-blend-mode: normal;
}
.g-post__head-date span {
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
}
.g-post__head-date span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -1px;
  width: 1px;
  height: 10px;
  background: rgba(26, 12, 39, 0.2);
}
.g-post__content {
  padding: 24px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0083a3;
}
.g-post__title {
  margin-top: 12px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #00bcdc !important;
  text-decoration: underline !important;
  -webkit-text-decoration-color: transparent !important;
  text-decoration-color: transparent !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.g-post__title:hover {
  -webkit-text-decoration-color: #00bcdc !important;
  text-decoration-color: #00bcdc !important;
}
.g-post__description {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
}
.g-post__more {
  margin-top: 12px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #00bcdc !important;
  text-decoration: underline !important;
  -webkit-text-decoration-color: transparent !important;
  text-decoration-color: transparent !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.g-post__more:hover {
  -webkit-text-decoration-color: #00bcdc !important;
  text-decoration-color: #00bcdc !important;
}
@media (max-width: 768px) {
  .g-post .mobile_hidden {
    display: none;
  }
}
.g-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 16px;
}
.g-tags .g-button {
  margin-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.g-tags .g-button:not(a) {
  pointer-events: none;
}
.g-breadcrumbs .breadcrumbs__item {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.01em;
  color: #fff;
}
.g-breadcrumbs .breadcrumbs__link {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
}
.g-breadcrumbs .breadcrumbs__link a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.g-breadcrumbs .breadcrumbs__link a:hover {
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.7);
  text-decoration-color: rgba(255, 255, 255, 0.7);
}
.g-breadcrumbs .breadcrumbs__separator {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
}
.section-white-background {
  color: #00bcdc;
}
.section-white-background .g-button {
  border: 2px solid #00bcdc;
  color: #00bcdc;
}
.section-white-background .g-button_fill {
  color: #fff;
  background: #9e58f3;
  border-color: #9e58f3;
}
.section-white-background .g-button_duration {
  color: rgba(26, 12, 39, 0.7) !important;
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.section-white-background .g-button_duration span {
  color: #00bcdc !important;
}
.cookies-banner {
  position: fixed;
  right: 35px;
  bottom: 35px;
  width: 400px;
  background: #31243d;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 32px 32px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: none;
  z-index: 99;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .cookies-banner {
    width: auto;
    right: 10px;
    left: 10px;
    bottom: 10px;
    padding: 15px 15px 15px;
  }
}
.cookies-banner .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .cookies-banner .title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.cookies-banner .text {
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .cookies-banner .text {
    font-size: 12px;
    line-height: 1.4;
  }
}
.cookies-banner .text a {
  color: #c28eff;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 600;
}
.cookies-banner .text a:hover {
  -webkit-text-decoration-color: #c28eff;
  text-decoration-color: #c28eff;
}
.cookies-banner .g-button {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .cookies-banner .g-button {
    margin-top: 18px;
  }
}
.cookies-banner_white {
  background: #fff;
  border: 1px solid rgba(26, 12, 39, 0.2);
}
.cookies-banner_white .text,
.cookies-banner_white .title {
  color: #00bcdc;
}
.cookies-banner_white .g-button_orange {
  color: #9e58f3 !important;
  border-color: #9e58f3;
}
.cookies-banner_white .g-button_orange:hover {
  color: #fff !important;
  background: #9e58f3 !important;
  border-color: #9e58f3 !important;
}
.gdpr-banner {
  position: fixed;
  left: 0;
  bottom: 30px;
  display: none;
  width: 100%;
  z-index: 999;
}
@media (max-width: 768px) {
  .gdpr-banner {
    bottom: 10px;
  }
}
.gdpr-settings {
  position: fixed;
  left: 0;
  bottom: 30px;
  display: none;
  width: 100%;
  z-index: 999;
}
@media (max-width: 768px) {
  .gdpr-settings {
    bottom: 10px;
  }
}
.gdpr-banner .content,
.gdpr-settings .content {
  -webkit-overflow-scrolling: auto;
  width: 100%;
  background: #31243d;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 32px 32px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
@media (max-width: 768px) {
  .gdpr-banner .content,
  .gdpr-settings .content {
    padding: 15px 15px 15px;
  }
}
.gdpr-banner .content .simplebar-scrollbar:before,
.gdpr-settings .content .simplebar-scrollbar:before {
  background: #fff;
}
.gdpr-banner .content .title,
.gdpr-settings .content .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .gdpr-banner .content .title,
  .gdpr-settings .content .title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.gdpr-banner .content .text,
.gdpr-settings .content .text {
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .gdpr-banner .content .text,
  .gdpr-settings .content .text {
    font-size: 10px;
    line-height: 1.4;
  }
}
.gdpr-banner .content .text a,
.gdpr-banner .content .text span,
.gdpr-settings .content .text a,
.gdpr-settings .content .text span {
  color: #c28eff;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 600;
  cursor: pointer;
}
.gdpr-banner .content .text a:hover,
.gdpr-banner .content .text span:hover,
.gdpr-settings .content .text a:hover,
.gdpr-settings .content .text span:hover {
  -webkit-text-decoration-color: #c28eff;
  text-decoration-color: #c28eff;
}
.gdpr-banner .content .text p,
.gdpr-settings .content .text p {
  margin: 5px 0;
}
.gdpr-banner .content .text :first-child,
.gdpr-settings .content .text :first-child {
  margin-top: 0;
}
.gdpr-banner .content .text :last-child,
.gdpr-settings .content .text :last-child {
  margin-bottom: 0;
}
.gdpr-banner .content .buttons,
.gdpr-settings .content .buttons {
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
@media (max-width: 768px) {
  .gdpr-banner .content .buttons,
  .gdpr-settings .content .buttons {
    gap: 5px 5px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .gdpr-banner .content .g-button,
  .gdpr-settings .content .g-button {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px;
    font-size: 10px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.gdpr-banner .content .settings,
.gdpr-settings .content .settings {
  margin-top: 30px;
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 768px) {
  .gdpr-banner .content .settings,
  .gdpr-settings .content .settings {
    margin-top: 20px;
  }
}
.gdpr-banner .content .settings .setting,
.gdpr-settings .content .settings .setting {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gdpr-banner .content .settings .setting .name,
.gdpr-settings .content .settings .setting .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
@media (max-width: 768px) {
  .gdpr-banner .content .settings .setting .name,
  .gdpr-settings .content .settings .setting .name {
    font-size: 16px;
    line-height: 1.4;
  }
}
.gdpr-banner .content .settings .setting .checkbox input,
.gdpr-settings .content .settings .setting .checkbox input {
  display: none;
}
.gdpr-banner .content .settings .setting .checkbox input:checked + label,
.gdpr-settings .content .settings .setting .checkbox input:checked + label {
  background: #00bcdc;
}
.gdpr-banner .content .settings .setting .checkbox input:checked + label:before,
.gdpr-settings
  .content
  .settings
  .setting
  .checkbox
  input:checked
  + label:before {
  left: 30px;
  background: #fff;
}
@media (max-width: 768px) {
  .gdpr-banner
    .content
    .settings
    .setting
    .checkbox
    input:checked
    + label:before,
  .gdpr-settings
    .content
    .settings
    .setting
    .checkbox
    input:checked
    + label:before {
    left: 24px;
  }
}
.gdpr-banner .content .settings .setting .checkbox label,
.gdpr-settings .content .settings .setting .checkbox label {
  cursor: pointer;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 70px;
  height: 44px;
  background: 0 0;
  position: relative;
  border: 2px solid #00bcdc;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .gdpr-banner .content .settings .setting .checkbox label,
  .gdpr-settings .content .settings .setting .checkbox label {
    width: 50px;
    height: 30px;
  }
}
.gdpr-banner .content .settings .setting .checkbox label:before,
.gdpr-settings .content .settings .setting .checkbox label:before {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 4px;
  left: 4px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #00bcdc;
}
@media (max-width: 768px) {
  .gdpr-banner .content .settings .setting .checkbox label:before,
  .gdpr-settings .content .settings .setting .checkbox label:before {
    width: 20px;
    height: 20px;
    top: 3px;
    left: 3px;
  }
}
.gdpr-banner .content .settings .setting .checkbox_disabled,
.gdpr-settings .content .settings .setting .checkbox_disabled {
  opacity: 0.7;
  pointer-events: none;
}
.gdpr-label {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  border: 0;
  background: 0 0;
}
.gdpr-label svg {
  fill: #31243d;
}
.gdpr-label #star {
  fill: #fff;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
  overflow: hidden;
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

  background-position: center;
  background-size: cover;
  opacity: 1;
  filter: brightness(110%);
  transition: 0.2s;
}

.header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  backdrop-filter: blur(3px);
  transition: 0.2s;
}
/* Setelah scroll: before menghilang, after muncul */
.header.scrolled:before {
  opacity: 0;
}

.header.scrolled:after {
  opacity: 1;
}
.header__main {
  position: relative;
  z-index: 4;
  padding: 24px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__main .mobile-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  display: none;
}
@media (max-width: 998px) {
  .header__main .mobile-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.header__main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header__main .logo {
  width: 120px;
}
.header__main .logo img,
.header__main .logo svg {
  max-width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__main .logo img path,
.header__main .logo svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__main .menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
@media (max-width: 998px) {
  .header__main .menu {
    display: none;
  }
}
.header__main .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 40px;
}
.header__main .menu li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__main .menu li a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__main .menu li a:hover {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__main .g-button {
  margin-left: 20px;
  max-width: 100px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 998px) {
  .header__main .g-button {
    display: none;
  }
}
.header__main .burger {
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__main .burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__main .burger span:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 7px);
  left: 0;
  width: 70%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__main .burger span:after {
  content: "";
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__main .burger:hover span:before {
  width: 100%;
}
.header__mobile-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  overflow: scroll;
  z-index: 3;
  padding: 24px 0 64px;
  display: none;
  background-color: rgba( 0,34,58,0.9); /* biru tua dengan 50% transparansi */
}

.header__mobile-content-center {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  gap: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__mobile-content .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px 0;
}
.header__mobile-content .menu ul li {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #00bcdc;
}
.header__mobile-content .menu ul li a {
  color: #00bcdc;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__mobile-content .menu ul li a:hover {
  -webkit-text-decoration-color: #00bcdc;
  text-decoration-color: #00bcdc;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__mobile-content .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px 73px;
}
.header_bg .header__main {
  padding: 14px 0;
}
@media (max-width: 998px) {
  .header_bg .header__main {
    padding: 24px 0;
  }
}
.header_bg:before {
  opacity: 0.9;
}
.header_bg:after {
  opacity: 1;
}
.header_filled .header__main {
  background-color: rgba(255, 255, 255, 0.9);
}
.header_filled .header__main .logo path,
.header_filled .header__main .logo svg {
  fill: #00bcdc;
}
.header_filled .header__main .menu li {
  color: #00bcdc;
}
.header_filled .header__main .menu li a {
  color: #00bcdc;
}
.header_filled .header__main .menu li a:hover {
  -webkit-text-decoration-color: #00bcdc;
  text-decoration-color: #00bcdc;
}
.header_filled .header__main .g-button {
  color: #00bcdc;
  border: 2px solid #00bcdc;
}
.header_filled .header__main .burger {
  width: 32px;
  height: 32px;
  position: relative;
}
.header_filled .header__main .burger span {
  background: #00bcdc;
}
.header_filled .header__main .burger span:before {
  background: #00bcdc;
}
.header_filled .header__main .burger span:after {
  background: #00bcdc;
}
.header_filled .header__main .burger:hover span:before {
  width: 100%;
}
.header_black .header__main .logo path,
.header_black .header__main .logo svg {
  fill: #00bcdc;
}
.header_black .header__main .menu li {
  color: #00bcdc;
}
.header_black .header__main .menu li a {
  color: #00bcdc;
}
.header_black .header__main .menu li a:hover {
  -webkit-text-decoration-color: #00bcdc;
  text-decoration-color: #00bcdc;
}
.header_black .header__main .g-button {
  color: #9e58f3;
  border-color: #9e58f3;
}
.header_black .header__main .burger {
  width: 32px;
  height: 32px;
  position: relative;
}
.header_black .header__main .burger span {
  background: #00bcdc;
}
.header_black .header__main .burger span:before {
  background: #00bcdc;
}
.header_black .header__main .burger span:after {
  background: #00bcdc;
}
.header_black .header__main .burger:hover span:before {
  width: 100%;
}
.body_mobile-menu {
  overflow: hidden;
}
.body_mobile-menu .header {
  min-height: 100%;
}
.body_mobile-menu .header:after {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.body_mobile-menu .header .burger {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.body_mobile-menu .header .burger span:before {
  opacity: 0;
}
.body_mobile-menu .header .burger span:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer {
  margin: 96px 0 0;
  padding-bottom: 75px;
}
.footer .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 40px;
}
@media (max-width: 1200px) {
  .footer .container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.footer .container .column:nth-child(3n) {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .footer .container .column:nth-child(3n) {
    padding-left: 0;
  }
}
.footer .logo-with-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 12px 15px;
}
@media (max-width: 768px) {
  .footer .logo-with-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 100px;
  }
}
.footer .logo-with-text .logo {
  width: 120px;
}
.footer .logo-with-text .logo img {
  max-width: 100%;
}
.footer .logo-with-text .text {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
}
.footer .chevrons {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 16px;
}
.footer .chevrons__item {
  height: 56px;
}
.footer .chevrons__item img {
  height: 100%;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  will-change: transform;
  width: auto;
}
.footer .chevrons a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 32px;
}
@media (max-width: 768px) {
  .footer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer .menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
@media (max-width: 768px) {
  .footer .menu ul {
    gap: 12px 26px;
  }
}
.footer .menu a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline !important;
  -webkit-text-decoration-color: transparent !important;
  text-decoration-color: transparent !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer .menu a:hover {
  color: #fff;
  -webkit-text-decoration-color: #fff !important;
  text-decoration-color: #fff !important;
}
.footer .menu #menu-new-footer-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer .menu .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer .menu .links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 26px;
  }
}
.footer .socials-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px 0;
}
@media (max-width: 1200px) {
  .footer .socials-with-icon {
    gap: 24px 0;
  }
}
.footer .socials-with-icon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .socials-with-icon__item .img {
  width: 24px;
}
.footer .socials-with-icon__item .img img {
  width: 100%;
}
.footer .socials-with-icon__item .text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: underline !important;
  -webkit-text-decoration-color: transparent !important;
  text-decoration-color: transparent !important;
}
@media (max-width: 768px) {
  .footer .socials-with-icon__item .text {
    font-size: 12px;
    line-height: 16px;
  }
}
.footer .socials-with-icon__item:hover .text {
  color: #fff;
  -webkit-text-decoration-color: #fff !important;
  text-decoration-color: #fff !important;
}
.footer .copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.4);
}
.footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .footer .socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px 32px;
  }
}
.footer .socials a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline !important;
  -webkit-text-decoration-color: transparent !important;
  text-decoration-color: transparent !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer .socials a:hover {
  color: #fff;
  -webkit-text-decoration-color: #fff !important;
  text-decoration-color: #fff !important;
}
@media (max-width: 1200px) {
  .footer .mobile-socials-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 32px;
  }
}
@media (max-width: 768px) {
  .footer .mobile-socials-section {
    gap: 12px 26px;
  }
}
@media (max-width: 1200px) {
  .footer .mobile_hidden {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer .mobile_visible {
    display: none;
  }
}
.section-title {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.17;
  text-align: center;
  color: rgb(0, 188, 220);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
    line-height: 1.33;
  }
}
.section-title span {
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section-title_h3 {
    font-size: 24px;
    line-height: 1.33;
  }
}
.section-text {
  margin-top: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .section-text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
  }
}
.section-text_left {
  margin-top: 64px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .section-text_left {
    margin-top: 16px;
  }
}
.section-text span {
  font-weight: 600;
  color: #fff;
}
@media (max-width: 768px) {
  .section-text span {
    font-weight: 400;
  }
}
.section-text_w1006 {
  max-width: 1006px;
}
.section-white-background {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: white;
}
.section-white-background .section-title {
  color: #00bcdc;
}
.section-white-background .section-text {
  color: #00bcdc;
}
.section-white-background .section__four-columns-cards_type2 .item .text {
  color: #00bcdc !important;
}
@media (min-width: 768px) {
  .section-white-background > :first-child {
    margin-top: 170px;
  }
  .section-white-background > :last-child {
    margin-bottom: 170px;
  }
}
.section__hero {
  margin: 180px 0 200px;
}
@media (max-width: 768px) {
  .section__hero {
    margin: 116px 0 120px;
  }
}
.section__hero .container {
  display: block;
}
.section__hero .subtitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 1008px;
  font-style: normal;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section__hero .subtitle {
    font-size: 24px;
    line-height: 1.33;
  }
}
.section__hero .title {
  position: relative;
  z-index: 2;
  max-width: 1008px;
  font-style: normal;
  font-weight: 600;
  font-size: 72px;
  line-height: 1.11;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .section__hero .title {
    font-size: 36px;
    line-height: 1.33;
  }
}
.section__hero .title span {
  color: #00bcdc;
}
.section__hero .text {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .section__hero .text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 16px;
  }
}
.section__hero .text b,
.section__hero .text span {
  color: #fff;
}
.section__hero .text b.orange,
.section__hero .text span.orange {
  color: #00bcdc;
}
@media (max-width: 1200px) {
  .section__hero .text .hidden-mobile {
    display: none;
  }
}
.section__hero .text br.separator {
  display: block;
  margin: 9px 0;
  content: " ";
}
.section__hero .g-button {
  position: relative;
  z-index: 2;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section__hero .g-button {
    margin-top: 32px;
  }
}
.section__hero .right-side-bg {
  position: absolute;
  left: 5px;
  top: 114px;
  opacity: 0.4;
}
@media (max-width: 1200px) {
  .section__hero .right-side-bg {
    opacity: 0.3;
  }
}
.section__hero .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.section__hero_with-chevrons {
  margin: 180px 0 96px;
}
@media (max-width: 768px) {
  .section__hero_with-chevrons {
    margin: 116px 0 64px;
  }
}
.section__hero_right-image .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px 85px;
}
@media (max-width: 998px) {
  .section__hero_right-image .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section__hero_right-image .container .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 998px) {
  .section__hero_right-image .container .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.section__hero_right-image .container .content .text,
.section__hero_right-image .container .content .title {
  text-align: left;
}
@media (max-width: 998px) {
  .section__hero_right-image .container .content .text,
  .section__hero_right-image .container .content .title {
    text-align: center;
  }
}
.section__hero_right-image .container > .img {
  width: 435px;
  max-width: 100%;
}
@media (max-width: 998px) {
  .section__hero_right-image .container > .img {
    width: 80%;
    max-width: 480px;
  }
}
.section__hero_right-image .container > .img img {
  width: calc(100% + 45px);
}
@media (max-width: 998px) {
  .section__hero_right-image .container > .img img {
    width: 100%;
  }
}
.section__chevrons {
  margin: 96px 0 200px;
}
@media (max-width: 768px) {
  .section__chevrons {
    margin: 64px 0 120px;
  }
}
.section__chevrons .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 30px;
}
.section__chevrons .item {
  min-width: 140px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section__chevrons .item img {
  height: 100%;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: auto;
}
.section__chevrons a.item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.section__timeline {
  margin: 200px 0 200px;
}
@media (max-width: 768px) {
  .section__timeline {
    margin: 120px 0 112px;
  }
}
.section__timeline .timeline {
  padding: 0 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px 0;
  margin-top: 64px;
}
@media (max-width: 1200px) {
  .section__timeline .timeline {
    padding: 0 100px;
  }
}
@media (max-width: 768px) {
  .section__timeline .timeline {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .section__timeline .timeline {
    gap: 32px 0;
    margin-top: 56px;
  }
}
.section__timeline .timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section__timeline .timeline__item:first-child .item_number:before {
  display: none;
}
.section__timeline .timeline__item:last-child .item_number:after {
  display: none;
}
.section__timeline .timeline__item:last-child .item_line:before {
  display: none;
}
.section__timeline .timeline__item_active {
  background: rgba(255, 255, 255, 0.1);
}
.section__timeline .timeline__item_active .content,
.section__timeline .timeline__item_active .img,
.section__timeline .timeline__item_active .number {
  opacity: 1 !important;
}
.section__timeline .timeline__item_active .item_line {
  opacity: 1 !important;
}
.section__timeline .timeline__item_active .item_img img {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .section__timeline .timeline__item {
    background: rgba(255, 255, 255, 0.1);
  }
  .section__timeline .timeline__item .content,
  .section__timeline .timeline__item .img,
  .section__timeline .timeline__item .number {
    opacity: 1 !important;
  }
  .section__timeline .timeline__item .item_line {
    opacity: 1 !important;
  }
  .section__timeline .timeline__item .item_img img {
    opacity: 1 !important;
  }
}
.section__timeline .item {
  background: rgba(255, 255, 255, 0.04);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px 32px;
  padding: 32px 32px 32px;
  position: relative;
}
@media (max-width: 998px) {
  .section__timeline .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .section__timeline .item {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section__timeline .item .number {
  position: absolute;
  top: 50%;
  right: calc(100% + 40px);
  width: 48px;
  height: 48px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1.5px solid #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
  opacity: 0.4;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media (max-width: 768px) {
  .section__timeline .item .number {
    display: none;
  }
}
.section__timeline .item .number__week {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section__timeline .item .img {
  width: 160px;
  opacity: 0.4;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.section__timeline .item .img img {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.section__timeline .item .img_mob {
  display: none;
}
@media (max-width: 768px) {
  .section__timeline .item .img_mob {
    display: block;
  }
}
.section__timeline .item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  max-width: 100%;
}
.section__timeline .item .content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 998px) {
  .section__timeline .item .content .title {
    font-size: 24px;
    line-height: 1.33;
  }
}
.section__timeline .item .content .text {
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
}
@media (max-width: 998px) {
  .section__timeline .item .content .text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.section__timeline .item .content .text h3 {
  margin-top: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
}
.section__timeline .item .content .link {
  margin-top: 24px;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #c28eff;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section__timeline .item .content .link:hover {
  -webkit-text-decoration-color: #c28eff;
  text-decoration-color: #c28eff;
}
.section__timeline .item_number:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(50% - 15px);
  top: -25px;
  right: calc(100% + 40px + 23px);
  background: #766d7d;
}
@media (max-width: 768px) {
  .section__timeline .item_number:before {
    display: none;
  }
}
.section__timeline .item_number:after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(50% - 15px);
  bottom: -25px;
  right: calc(100% + 40px + 23px);
  background: #766d7d;
}
@media (max-width: 768px) {
  .section__timeline .item_number:after {
    display: none;
  }
}
.section__timeline .item_line {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.4;
}
.section__timeline .item_line:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 50px);
  top: -25px;
  right: calc(100% + 40px + 23px);
  background: #766d7d;
}
@media (max-width: 768px) {
  .section__timeline .item_line:before {
    display: none;
  }
}
.section__timeline .item_img {
  background: 0 0;
  opacity: 1;
}
@media (max-width: 768px) {
  .section__timeline .item_img {
    display: none;
  }
}
.section__timeline .item_img img {
  max-width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.4;
}
.section__timeline_process .section-title {
  padding: 0 208px;
  text-align: left;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .section__timeline_process .section-title {
    padding: 0 100px;
  }
}
@media (max-width: 768px) {
  .section__timeline_process .section-title {
    padding: 0;
    text-align: center;
  }
}
.section__timeline_process .item {
  padding: 0;
  width: calc(100% + 208px);
}
@media (max-width: 1200px) {
  .section__timeline_process .item {
    width: calc(100% + 100px);
  }
}
@media (max-width: 768px) {
  .section__timeline_process .item {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
}
.section__timeline_process .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 998px) {
  .section__timeline_process .item .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section__timeline_process .item .content__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  background: rgba(255, 255, 255, 0.1);
  padding: 32px 32px 32px;
}
@media (max-width: 998px) {
  .section__timeline_process .item .content__left {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
@media (max-width: 768px) {
  .section__timeline_process .item .content__left {
    padding: 24px 24px 24px;
  }
}
.section__timeline_process .item .content__right {
  width: 312px;
  max-width: 100%;
  padding: 32px 32px 32px;
}
@media (max-width: 768px) {
  .section__timeline_process .item .content__right {
    padding: 24px 24px 24px;
  }
}
.section__timeline_process .item .content__right .title {
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section__timeline_process .item .content__right .title {
    font-size: 32px;
    line-height: 1.25;
  }
}
.section__timeline_process .item .content__right .list {
  margin-top: 8px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px 0;
}
.section__timeline_process .item .content__right .list li {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  position: relative;
}
.section__timeline_process .item .content__right .list li:before {
  content: "";
  position: absolute;
  top: 10px;
  right: calc(100% + 11px);
  width: 2px;
  height: 2px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
}
.section__timeline_process .number-mobile {
  display: none;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .section__timeline_process .number-mobile {
    display: block;
  }
}
.section__timeline_process .number-mobile img {
  max-width: 100%;
}
.section__timeline_process .timeline__item {
  background: 0 0 !important;
}
@media (max-width: 768px) {
  .section__timeline_process .timeline__item .content,
  .section__timeline_process .timeline__item .img,
  .section__timeline_process .timeline__item .number {
    opacity: 1 !important;
  }
  .section__timeline_process .timeline__item .item_img,
  .section__timeline_process .timeline__item .item_line {
    opacity: 1 !important;
  }
}
.section__timeline_cases .g-tags {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .section__timeline_cases .timeline {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .section__timeline_cases .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 24px 24px;
    gap: 24px 0;
  }
  .section__timeline_cases .content .title {
    text-align: center;
  }
  .section__timeline_cases .g-tags {
    display: inline-block;
    margin-top: 8px;
    text-align: center;
  }
  .section__timeline_cases .g-tags .g-button {
    display: inline-block !important;
    width: auto;
    height: auto;
    padding: 0;
    background: 0 0;
    color: rgba(255, 255, 255, 0.7) !important;
    padding-left: 6px;
    position: relative;
  }
  .section__timeline_cases .g-tags .g-button:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -1px;
    width: 2px;
    height: 2px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #d9d9d9;
  }
  .section__timeline_cases .g-tags .g-button:first-child {
    padding-left: 0;
  }
  .section__timeline_cases .g-tags .g-button:first-child:before {
    display: none;
  }
}
.section__content-img {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 132px 0 116px;
}
@media (max-width: 768px) {
  .section__content-img {
    margin: 112px 0;
  }
}
.section__content-img .section-text {
  margin-bottom: 128px;
}
@media (max-width: 768px) {
  .section__content-img .section-text {
    margin-bottom: 70px;
  }
}
.section__content-img .content-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 120px 0;
}
@media (max-width: 998px) {
  .section__content-img .content-items-container {
    gap: 80px 0;
  }
}
.section__content-img .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px 136px;
}
@media (max-width: 1200px) {
  .section__content-img .content-item {
    gap: 48px 50px;
  }
}
@media (max-width: 998px) {
  .section__content-img .content-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
.section__content-img .content-item_reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.section__content-img .content-item_font-reduce .content .title {
  font-size: 32px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .section__content-img .content-item_font-reduce .content .title {
    font-size: 24px;
    line-height: 1.33;
  }
}
.section__content-img .content-item_font-reduce .content .text {
  font-size: 16px;
  line-height: 1.5;
}
.section__content-img .content-item_minify-padding {
  gap: 48px 37px;
}
.section__content-img .content-item_title-instead-of-image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 48px 33px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 998px) {
  .section__content-img .content-item_title-instead-of-image {
    gap: 16px 33px;
  }
  .section__content-img .content-item_title-instead-of-image > .img {
    width: 100%;
  }
}
.section__content-img .content-item_decrease-width .content {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  width: 384px;
}
@media (max-width: 998px) {
  .section__content-img .content-item_decrease-width .content {
    width: 100% !important;
  }
}
@media (max-width: 998px) {
  .section__content-img .content-item_decrease-width .content .title {
    text-align: left;
  }
}
.section__content-img .content-item_decrease-width .img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.section__content-img .content-item_vat {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section__content-img .content-item_vat .content {
  width: 280px;
}
@media (max-width: 998px) {
  .section__content-img .content-item_reverse-mob {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section__content-img .content-item_reverse-mob .img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section__content-img .content-item_img-mob .img-desk {
    display: none;
  }
}
.section__content-img .content-item_img-mob .img-mob {
  display: none;
}
@media (max-width: 768px) {
  .section__content-img .content-item_img-mob .img-mob {
    display: block;
  }
}
@media (max-width: 1200px) {
  .section__content-img .content-item_type3 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.section__content-img .content-item_type3 .content {
  width: 383px;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
}
@media (max-width: 1200px) {
  .section__content-img .content-item_type3 .content {
    width: 100%;
  }
}
.section__content-img .content-item_type3 .img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
@media (max-width: 1200px) {
  .section__content-img .content-item_type3 .img {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
}
.section__content-img .content-item_type3 .img img {
  width: auto;
  max-width: unset;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .section__content-img .content-item_type3 .img img {
    max-width: 100%;
  }
}
.section__content-img .content-item_type5 .title span {
  color: rgba(26, 12, 39, 0.4) !important;
}
.section__content-img .content-item_type5.content-item_reversed .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section__content-img .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.section__content-img .content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  color: #00223a;
}
@media (max-width: 768px) {
  .section__content-img .content .title {
    font-size: 36px;
    line-height: 1.33;
    text-align: center;
  }
}
.section__content-img .content .title span {
  color: #00bcdc;
}
.section__content-img .content .text {
  margin-top: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #00223a;
}
.section__content-img .content .text p {
  margin: 10px 0 10px;
}
.section__content-img .content .text blockquote {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  padding: 0 0 0 69px;
  margin: 32px 0 32px;
}
@media (max-width: 768px) {
  .section__content-img .content .text blockquote {
    padding: 0 0 0 30px;
    font-size: 24px;
  }
}
.section__content-img .content .text blockquote p {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
.section__content-img .content .text > :first-child {
  margin-top: 0;
}
.section__content-img .content .text > :last-child {
  margin-bottom: 0;
}
.section__content-img .content .text strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #00223a;
}
.section__content-img .content .g-button {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section__content-img .content .g-button {
    margin-top: 24px;
  }
}
.section__content-img .content > :first-child {
  margin-top: 0;
}
.section__content-img .img {
  width: 488px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .section__content-img .img {
    width: 400px;
  }
}
@media (max-width: 998px) {
  .section__content-img .img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.section__content-img .img img {
  max-width: 100%;
  height: auto;
}
.section__content-img .img .title {
  font-weight: 600;
  font-size: 72px;
  line-height: 1.1;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section__content-img .img .title {
    font-size: 36px;
    line-height: 1.33;
  }
}
.section__content-img .img .title span {
  color: #00bcdc;
}
.section__content-img .images-list {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 83px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .section__content-img .images-list {
    gap: 20px 20px;
  }
}
.section__content-img .images-list .item {
  width: 132px;
}
@media (max-width: 768px) {
  .section__content-img .images-list .item {
    width: calc(50% - 10px);
  }
}
.section__content-img .images-list .item img {
  width: 100%;
}
.section__content-img_bottom-margin {
  margin-bottom: 96px;
}
.section__content-img_bottom-margin + .section__four-columns-cards {
  margin-top: 96px;
}
.section__content-img .gbutton-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section__content-img .gbutton-container .g-button {
  margin-top: 64px;
  min-width: 178px;
}
.section__content-img .section-title {
  width: 100%;
  margin-bottom: 112px;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .section__content-img .section-title {
    margin-bottom: 75px;
  }
}
.section__content-img_disable-title-margin .section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section__content-img_disable-title-margin .section-title {
    margin-bottom: 24px;
  }
}
.section__recent-projects {
  overflow: hidden;
  margin: 200px 0 200px;
}
@media (max-width: 998px) {
  .section__recent-projects {
    margin: 160px 0;
  }
}
@media (max-width: 768px) {
  .section__recent-projects {
    margin: 112px 0;
  }
}
.section__recent-projects .section-title + .list {
  margin-top: 160px;
}
@media (max-width: 998px) {
  .section__recent-projects .section-title + .list {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .section__recent-projects .section-title + .list {
    margin-top: 56px;
  }
}
.section__recent-projects .section-text + .list {
  margin-top: 160px;
}
@media (max-width: 998px) {
  .section__recent-projects .section-text + .list {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .section__recent-projects .section-text + .list {
    margin-top: 56px;
  }
}
.section__recent-projects .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 160px 0;
}
@media (max-width: 998px) {
  .section__recent-projects .list {
    gap: 120px 0;
  }
}
@media (max-width: 768px) {
  .section__recent-projects .list {
    gap: 56px 0;
  }
}
.section__recent-projects .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px 64px;
}
@media (max-width: 998px) {
  .section__recent-projects .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.section__recent-projects .item .img {
  width: 560px;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .section__recent-projects .item .img {
    width: 420px;
  }
}
@media (max-width: 998px) {
  .section__recent-projects .item .img {
    width: 500px;
  }
}
.section__recent-projects .item .img img {
  width: calc(100% + 160px);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 1200px) {
  .section__recent-projects .item .img img {
    width: calc(100% + 70px);
  }
}
@media (max-width: 998px) {
  .section__recent-projects .item .img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section__recent-projects .item .img img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}
.section__recent-projects .item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.section__recent-projects .item .content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 768px) {
  .section__recent-projects .item .content .title {
    font-size: 24px;
    line-height: 1.33;
  }
}
.section__recent-projects .item .content .g-tags {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .section__recent-projects .item .content .g-tags {
    margin-top: 24px;
  }
}
.section__recent-projects .item .content .text {
  margin-top: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
}
.section__recent-projects .item .content .g-button {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section__recent-projects .item .content .g-button {
    margin-top: 32px;
  }
}
.section__recent-projects .item_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 998px) {
  .section__recent-projects .item_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.section__recent-projects .item_right .img img {
  left: -160px;
}
@media (max-width: 1200px) {
  .section__recent-projects .item_right .img img {
    left: -70px;
  }
}
@media (max-width: 998px) {
  .section__recent-projects .item_right .img img {
    left: 0;
  }
}
.section__recent-projects .item a.title {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section__recent-projects .item a.title:hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
.section__recent-projects .text-button {
  margin-top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .section__recent-projects .text-button {
    margin-top: 72px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.section__recent-projects .text-button .text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .section__recent-projects .text-button .text {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
}
.section__recent-projects .text-button .text span {
  font-weight: 600;
  color: #fff;
}
@media (max-width: 768px) {
  .section__recent-projects .text-button .text span {
    font-weight: 400;
  }
}
.section__recent-projects .text-button .g-button {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .section__recent-projects .text-button .g-button {
    margin-top: 32px;
  }
}
.section__recent-projects_white-background .item .content .title {
  color: rgba(26, 12, 39, 0.7);
  font-size: 48px;
  line-height: 1.17;
}
@media (max-width: 768px) {
  .section__recent-projects_white-background .item .content .title {
    color: #00bcdc;
    font-size: 24px;
    line-height: 1.33;
  }
}
.section__recent-projects_white-background .item .content .text {
  color: #00bcdc;
}
.section__recent-projects_white-background .text-button .text {
  color: rgba(26, 12, 39, 0.7);
}
.section__recent-projects_white-background .text-button .text span {
  color: #00bcdc;
}
.section__services-list {
  margin: 160px 0 200px;
}
@media (max-width: 768px) {
  .section__services-list {
    margin: 112px 0 140px;
  }
}
.section__services-list .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section__services-list .items {
  width: 100%;
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 32px;
}
@media (max-width: 998px) {
  .section__services-list .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .section__services-list .items {
    grid-template-columns: 1fr;
  }
}
.section__services-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 32px 20px 40px;
}
.section__services-list .item .img {
  text-align: center;
}
.section__services-list .item .img img {
  max-width: 100%;
}
.section__services-list .item .title {
  margin-top: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
}
.section__services-list .item .title span {
  font-weight: 600;
}
.section__services-list .item .text {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
}
.section__services-list .item .link {
  margin-top: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section__services-list .item .link1 {
  margin-top: 20px;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0.01em;
  color: #ffffff;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section__services-list .item .link:hover {
  -webkit-text-decoration-color: #9e58f3;
  text-decoration-color: #9e58f3;
}
.section__services-list .g-button {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section__services-list .g-button {
    margin-top: 56px;
  }
}
.section__services-list_white-bg .item {
  background: #fff;
}
.section__services-list_white-bg .item .title {
  color: #00bcdc;
}
.section__services-list_white-bg .item .link {
  color: #9e58f3;
}
.section__content-img2 {
  margin: 160px 0 160px;
}
@media (max-width: 998px) {
  .section__content-img2 {
    margin: 140px 0 140px;
  }
}
.section__content-img2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px 84px;
}
@media (max-width: 998px) {
  .section__content-img2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.section__content-img2 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 998px) {
  .section__content-img2 .content {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section__content-img2 .content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 72px;
  line-height: 1.11;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section__content-img2 .content .title {
    font-size: 36px;
    line-height: 1.33;
  }
}
.section__content-img2 .content .text {
  margin-top: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: rgba(26, 12, 39, 0.4);
}
@media (max-width: 768px) {
  .section__content-img2 .content .text {
    font-size: 20px;
    line-height: 1.6;
    color: #00bcdc;
    font-weight: 400;
  }
}
.section__content-img2 .content .text p {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0 0;
}
@media (max-width: 768px) {
  .section__content-img2 .content .text p {
    margin: 15px 0;
  }
}
.section__content-img2 .content .text > :first-child {
  margin-top: 0;
}
.section__content-img2 .content .text > :last-child {
  margin-bottom: 0;
}
.section__content-img2 .content .g-button {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section__content-img2 .content .g-button {
    margin-top: 24px;
  }
}
.section__content-img2 .img {
  width: 384px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section__content-img2 .img img {
  max-width: 100%;
}
.section__numbers {
  margin: 160px 0 200px;
}
@media (max-width: 768px) {
  .section__numbers {
    margin: 140px 0 112px;
  }
}
.section__numbers .grid {
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 0;
}
@media (max-width: 768px) {
  .section__numbers .grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
    position: relative;
  }
  .section__numbers .grid:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #00bcdc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -6px;
    right: calc(50% - 6px);
    z-index: 10;
  }
  .section__numbers .grid:after {
    content: "";
    width: 88px;
    height: 1px;
    background: #00bcdc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.section__numbers .item {
  padding: 48px 56px 48px 64px;
  border-top: 1px solid #00bcdc;
  position: relative;
}
@media (max-width: 1400px) {
  .section__numbers .item {
    padding: 48px 30px 48px;
  }
}
@media (max-width: 998px) {
  .section__numbers .item {
    padding: 28px 20px 28px;
  }
}
@media (max-width: 768px) {
  .section__numbers .item {
    border-top: unset;
    text-align: center;
    padding: 24px 20px 24px;
  }
  .section__numbers .item:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #00bcdc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    bottom: -6px;
    right: calc(50% - 6px);
    z-index: 10;
  }
  .section__numbers .item:after {
    content: "";
    width: 208px;
    height: 1px;
    background: #00bcdc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section__numbers .item:last-child:after {
    width: 88px;
  }
}
.section__numbers .item__container {
  gap: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .section__numbers .item__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px 0;
  }
}
.section__numbers .item .number {
  font-weight: 600;
  font-size: 136px;
  line-height: 0.88;
  color: #00bcdc;
}
@media (max-width: 1400px) {
  .section__numbers .item .number {
    font-size: 116px;
  }
}
@media (max-width: 1200px) {
  .section__numbers .item .number {
    font-size: 90px;
  }
}
@media (max-width: 998px) {
  .section__numbers .item .number {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .section__numbers .item .number {
    font-size: 88px;
    line-height: 96px;
  }
}
.section__numbers .item .text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
@media (max-width: 1200px) {
  .section__numbers .item .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section__numbers .item .text {
    font-size: 20px;
    line-height: 32px;
  }
}
.section__numbers .item .text span {
  color: rgba(26, 12, 39, 0.4);
}
.section__numbers .item .line {
  font-size: 0;
}
@media (min-width: 768px) {
  .section__numbers .item:nth-child(3n-2):before {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #00bcdc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 10;
  }
  .section__numbers .item:nth-child(3n-2):after {
    content: "";
    width: 1px;
    height: 240px;
    background: #00bcdc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section__numbers .item:nth-child(3n-2) span:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #00bcdc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 10;
  }
  .section__numbers .item:nth-child(3n-2) span:after {
    content: "";
    width: 1px;
    height: 116px;
    background: #00bcdc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section__numbers .item:nth-child(3n-1):before {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #00bcdc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 10;
  }
  .section__numbers .item:nth-child(3n-1):after {
    content: "";
    width: 1px;
    height: 336px;
    background: #00bcdc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 998px) {
  .section__numbers .item:nth-child(3n-1):after {
    height: 236px;
  }
}
@media (min-width: 768px) {
  .section__numbers .item:nth-child(3n):before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #00bcdc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 10;
  }
  .section__numbers .item:nth-child(3n):after {
    content: "";
    width: 1px;
    height: 116px;
    background: #00bcdc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section__numbers .item_first {
    border-top: unset;
  }
  .section__numbers .item_first:before {
    display: none;
  }
  .section__numbers .item_first:after {
    display: none;
  }
  .section__numbers .item_first .line:before {
    display: none;
  }
  .section__numbers .item_first .line:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .section__numbers .item_empty {
    display: none;
  }
}
.section__feedbacks {
  overflow: hidden;
  margin: 200px 0 160px;
}
@media (max-width: 768px) {
  .section__feedbacks {
    margin: 112px 0 140px;
  }
}
.section__feedbacks .slider {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .section__feedbacks .slider {
    margin-top: 56px;
  }
}
.section__feedbacks .slider .swiper {
  overflow: visible;
}
.section__feedbacks .slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.section__feedbacks .slider .swiper-slide {
  height: auto;
}
.section__feedbacks .slider .swiper-pagination {
  position: relative;
  margin: 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 16px;
}
@media (max-width: 768px) {
  .section__feedbacks .slider .swiper-pagination {
    margin: 56px 0 0;
  }
}
.section__feedbacks .slider .swiper-pagination-bullet {
  margin: 0 !important;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
}
.section__feedbacks .slider .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.4);
}
.section__feedbacks .slide {
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 32px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section__feedbacks .slide__img {
  background-image: url(../../../themes/angle2/assets/img/new/person-img-bg.svg);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 20px;
}
.section__feedbacks .slide__img img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.section__feedbacks .slide__title {
  margin-top: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
}
.section__feedbacks .slide__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 18px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.55);
}
.section__feedbacks .slide__info {
  margin-top: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
}
@media (max-width: 998px) {
  .section__feedbacks .slide__info {
    margin-top: 26px;
  }
}
.section__feedbacks .slide__info span {
  margin-right: 16px;
  font-weight: 600;
}
.section__feedbacks .g-button {
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.section__about {
  margin: 160px 0 200px;
}
@media (max-width: 768px) {
  .section__about {
    margin: 140px 0 112px;
  }
}
.section__about .founders {
  margin-top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 56px 32px;
}
@media (max-width: 998px) {
  .section__about .founders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .section__about .founders {
    margin-top: 140px;
  }
}
.section__about .founders__title {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  color: #fff;
  width: 384px;
  max-width: 100%;
}
@media (max-width: 998px) {
  .section__about .founders__title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .section__about .founders__title {
    font-size: 36px;
    line-height: 48px;
  }
}
.section__about .founders__title span {
  color: #00bcdc;
}
.section__about .founders__items {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr;
  gap: 88px 32px;
}
@media (max-width: 768px) {
  .section__about .founders__items {
    grid-template-columns: 1fr;
  }
}
.section__about .founders .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section__about .founders .item__img {
  padding: 35px;
  background-image: url(../../../themes/angle2/assets/img/new/person-img-bg.svg);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section__about .founders .item__img img {
  max-width: 100%;
  width: 210px;
  height: auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 560px) {
  .section__about .founders .item__img img {
    max-width: 100%;
  }
}
.section__about .founders .item__title {
  margin-top: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  color: #fff;
}
.section__about .founders .item__text {
  margin-top: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
}
.section__awards {
  margin: 200px 0 160px;
}
@media (max-width: 768px) {
  .section__awards {
    margin: 112px 0 140px;
  }
}
.section__awards .grid {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 32px;
}
@media (max-width: 768px) {
  .section__awards .grid {
    margin-top: 56px;
  }
}
.section__awards .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.3333333333% - 64px);
  flex: 0 0 calc(33.3333333333% - 64px);
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding: 32px 20px 40px;
}
@media (max-width: 998px) {
  .section__awards .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .section__awards .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.section__awards .item__img img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  will-change: transform;
}
.section__awards .item__title {
  margin-top: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
.section__awards .item__text {
  margin-top: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.01em;
  color: rgba(26, 12, 39, 0.7);
}
.section__awards a.item:hover .item__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.section__related-news {
  margin: 160px 0 200px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section__related-news {
    margin: 140px 0 112px;
  }
}
.section__related-news .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .section__related-news .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section__related-news .content {
  width: 384px;
}
@media (max-width: 1200px) {
  .section__related-news .content {
    text-align: center;
    width: 100%;
  }
}
.section__related-news .content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section__related-news .content .title {
    font-size: 36px;
    line-height: 48px;
  }
}
.section__related-news .content .text {
  margin-top: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section__related-news .content .text {
    font-size: 20px;
    line-height: 32px;
    margin-top: 16px;
  }
}
.section__related-news .content .g-button {
  margin-top: 48px;
}
.section__related-news .news {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}
.section__related-news .slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 1200px) {
  .section__related-news .slider {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.section__related-news .slider .swiper {
  width: 100%;
  overflow: visible;
}
.section__related-news .slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.section__related-news .slider .swiper-slide {
  height: auto;
}
.section__related-news .slider .swiper-pagination {
  position: relative;
  margin: 56px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 16px;
}
.section__related-news .slider .swiper-pagination-bullet {
  margin: 0 !important;
  width: 16px;
  height: 16px;
  background: rgba(158, 88, 243, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
}
.section__related-news .slider .swiper-pagination-bullet-active {
  background: rgba(158, 88, 243, 0.4);
}
@media (max-width: 1200px) {
  .section__related-news .mobile_hidden {
    display: none;
  }
}
.section__related-news .mobile_visible {
  display: none;
}
@media (max-width: 1200px) {
  .section__related-news .mobile_visible {
    display: block;
  }
}
.section__contact-form {
  margin: 160px 0 120px;
}
@media (max-width: 768px) {
  .section__contact-form {
    margin: 112px 0 112px;
  }
}
.section__contact-form .container:not(.container_head) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px 32px;
}
@media (max-width: 1200px) {
  .section__contact-form .container:not(.container_head) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section__contact-form .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  padding-top: 25px;
}
@media (max-width: 1200px) {
  .section__contact-form .content {
    padding-top: 0;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (max-width: 768px) {
  .section__contact-form .content {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.section__contact-form .content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 0.88;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section__contact-form .content .title {
    font-size: 72px;
    line-height: 80px;
  }
}
.section__contact-form .content .text {
  margin-top: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  max-width: 417px;
}
@media (max-width: 768px) {
  .section__contact-form .content .text {
    margin-top: 32px;
    font-size: 24px;
    line-height: 32px;
  }
}
.section__contact-form .content .text span {
  color: #00bcdc;
}
.section__contact-form .content .form-line {
  display: inline;
  position: relative;
  margin-left: 14px;
}
@media (max-width: 1200px) {
  .section__contact-form .content .form-line {
    display: none;
  }
}
.section__contact-form .content .form-line span {
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #00bcdc;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.section__contact-form .content .form-line span:before {
  opacity: 0;
  content: "";
  background: #00bcdc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(50%) rotate(45deg);
  transform: translateY(-50%) translateX(50%) rotate(45deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.section__contact-form .content .form-line_active span:before {
  opacity: 1;
}
.section__contact-form .form {
  width: 592px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 48px 48px 48px;
  position: relative;
}
@media (max-width: 768px) {
  .section__contact-form .form {
    padding: 48px 24px 48px;
  }
}
.section__contact-form .form p {
  position: relative;
}
.section__contact-form .form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  margin-bottom: 24px;
  width: 100%;
}
.section__contact-form .form .wpcf7-form-control-wrap input:not(.wpcf7-submit) {
  border: unset;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 16px;
  height: 48px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1.5px solid transparent;
}
.section__contact-form
  .form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit):focus {
  border-color: #00bcdc;
}
.section__contact-form
  .form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit):hover {
  border-color: #00bcdc;
}
.section__contact-form
  .form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit)[data-autocompleted] {
  background-color: transparent !important;
}
.section__contact-form
  .form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit)::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.section__contact-form
  .form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit)::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.section__contact-form
  .form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit)::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.section__contact-form
  .form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit)::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.section__contact-form .form .wpcf7-form-control-wrap textarea {
  border: unset;
  padding: 11px 16px 13px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-height: 96px;
  height: 96px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1.5px solid transparent;
}
.section__contact-form .form .wpcf7-form-control-wrap textarea:focus {
  border-color: #00bcdc;
}
.section__contact-form .form .wpcf7-form-control-wrap textarea:hover {
  border-color: #00bcdc;
}
.section__contact-form
  .form
  .wpcf7-form-control-wrap
  textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.section__contact-form
  .form
  .wpcf7-form-control-wrap
  textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.section__contact-form
  .form
  .wpcf7-form-control-wrap
  textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.section__contact-form .form .wpcf7-form-control-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.section__contact-form .form .wpcf7-submit {
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  padding: 9px 20px 11px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: 0 0;
}
@media (max-width: 768px) {
  .section__contact-form .form .wpcf7-submit {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .section__contact-form .form .wpcf7-submit {
    color: #00bcdc;
    border-color: #00bcdc;
  }
}
.section__contact-form .form .wpcf7-submit:hover {
  color: #fff;
  background: #00bcdc;
  border-color: #00bcdc;
}
.section__contact-form .form .wpcf7-submit_active {
  color: #00bcdc;
  border-color: #00bcdc;
}
.section__contact-form .form .wpcf7-response-output {
  margin: 24px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  border: 2px solid #00bcdc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 10px 17px;
  text-align: center;
  width: 100%;
}
.section__contact-form .form .wpcf7-spinner {
  position: relative;
  top: 8px;
  background-color: #ff9534;
}
@media (max-width: 768px) {
  .section__contact-form .form .wpcf7-spinner {
    background-color: #ff8515;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.section__contact-form .form .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #cb423b;
}
.section__contact-form .form .wpcf7 {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section__contact-form .form__popup {
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section__contact-form .form__popup .subtitle {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 5px;
}
.section__contact-form .form__popup .title {
  font-weight: 600;
  color: #00bcdc;
  font-size: 48px;
  line-height: 1.25;
}
.section__contact-form .form__popup .text {
  margin-top: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  font-size: 32px;
  line-height: 1.25;
}
.section__contact-form .form_send .form__popup {
  visibility: visible;
  opacity: 1;
}
.section__contact-form .form_send .wpcf7 {
  opacity: 0;
}
.section__contact-form .form_send .wpcf7-response-output {
  display: none;
}
.section__contact-form_type2 .section-title {
  font-size: 72px;
  line-height: 1.11;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section__contact-form_type2 .section-title {
    font-size: 36px;
    line-height: 1.33;
  }
}
.section__contact-form_type2 .section-text {
  font-weight: 600;
}
.section__contact-form_type2 .container:not(.container_head) {
  gap: 32px 129px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .section__contact-form_type2 .container:not(.container_head) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section__contact-form_type2 .container_head {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .section__contact-form_type2 .container_head {
    margin-bottom: 48px;
  }
}
.section__contact-form_type2 .content {
  padding-top: 0;
}
@media (max-width: 768px) {
  .section__contact-form_type2 .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section__contact-form_type2 .content .img img {
  max-width: 100%;
}
.section__contact-form_type2 .content .wys {
  margin-top: 40px;
}
.section__two-columns-cards {
  margin: 200px 0 200px;
}
@media (max-width: 768px) {
  .section__two-columns-cards {
    margin: 112px 0 112px;
  }
}
.section__two-columns-cards .section-title {
  text-align: left;
  max-width: unset;
  padding-right: 250px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .section__two-columns-cards .section-title {
    padding-right: 0;
  }
}
.section__two-columns-cards .grid {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  .section__two-columns-cards .grid {
    grid-template-columns: 1fr;
  }
}
.section__two-columns-cards .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section__two-columns-cards .item .img img {
  max-width: 100%;
}
.section__two-columns-cards .item .title {
  margin-top: 48px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #00bcdc;
}
.section__two-columns-cards .item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
.section__two-columns-cards .item .g-button {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section__two-columns-cards .item .g-button {
    margin-top: 24px;
  }
}
.section__four-columns-cards {
  margin: 200px 0 160px;
}
@media (max-width: 768px) {
  .section__four-columns-cards {
    margin: 112px 0 112px;
  }
}
.section__four-columns-cards .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px 33px;
  margin-bottom: 96px;
}
@media (max-width: 998px) {
  .section__four-columns-cards .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section__four-columns-cards .head__title {
  width: 488px;
  max-width: 100%;
  font-weight: 600;
  font-size: 72px;
  line-height: 1.11;
  color: #fff;
}
@media (max-width: 768px) {
  .section__four-columns-cards .head__title {
    font-size: 36px;
    line-height: 1.33;
  }
}
.section__four-columns-cards .head__title span {
  color: #00bcdc;
}
.section__four-columns-cards .head__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fff;
}
@media (max-width: 768px) {
  .section__four-columns-cards .head__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.section__four-columns-cards .section-title {
  text-align: left;
  margin-left: 0;
}
.section__four-columns-cards .section-text {
  text-align: left;
  max-width: 800px;
  width: 100%;
  margin-left: 0;
}
.section__four-columns-cards .grid {
  margin-top: 64px;
  display: grid;
  gap: 50px 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .section__four-columns-cards .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .section__four-columns-cards .grid {
    grid-template-columns: 1fr;
  }
}
.section__four-columns-cards .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .section__four-columns-cards .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section__four-columns-cards .item .img img {
  max-width: 100%;
}
.section__four-columns-cards .item .text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section__four-columns-cards .item .text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}
.section__four-columns-cards .item .text b {
  font-weight: 600;
}
.section__four-columns-cards_type2 .section-title {
  max-width: 800px;
}
.section__four-columns-cards_type2 .section-text {
  max-width: 800px;
}
.section__four-columns-cards_type2 .item .text {
  font-weight: 600;
  color: #fff;
}
.section__two-columns-icons {
  margin: 160px 0 123px;
}
@media (max-width: 768px) {
  .section__two-columns-icons {
    margin: 112px 0 112px;
  }
}
.section__two-columns-icons .section-title {
  text-align: left;
  margin-left: 0;
}
.section__two-columns-icons .section-text {
  text-align: left;
  max-width: 800px;
  width: 100%;
  margin-left: 0;
}
.section__two-columns-icons .grid {
  margin-top: 64px;
  display: grid;
  gap: 48px 32px;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  .section__two-columns-icons .grid {
    grid-template-columns: 1fr;
  }
}
.section__two-columns-icons .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 32px;
}
.section__two-columns-icons .item .img {
  width: 72px;
  padding-top: 6px;
}
.section__two-columns-icons .item .img img {
  max-width: 100%;
}
.section__two-columns-icons .item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
.section__about-us-team {
  margin: 200px 0 200px;
}
@media (max-width: 768px) {
  .section__about-us-team {
    margin: 112px 0 112px;
  }
}
.section__about-us-team .section-title {
  margin-left: 0;
  text-align: left;
  margin-bottom: 64px;
}
.section__about-us-team .founders .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px 136px;
}
@media (max-width: 998px) {
  .section__about-us-team .founders .grid {
    grid-template-columns: 1fr;
  }
}
.section__about-us-team .founders + .team {
  margin-top: 96px;
}
.section__about-us-team .founders .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section__about-us-team .founders .person__img {
  padding: 20px;
  background-image: url(../../../themes/angle2/assets/img/new/person-img-bg.svg);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section__about-us-team .founders .person__img img {
  max-width: 100%;
  width: 120px;
  height: auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 560px) {
  .section__about-us-team .founders .person__img img {
    max-width: 100%;
  }
}
.section__about-us-team .founders .person__name {
  margin-top: 16px;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  color: #fff;
}
.section__about-us-team .founders .person__position {
  margin-top: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
}
.section__about-us-team .founders .person__text {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 16px;
  padding-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  opacity: 0.7;
}
.section__about-us-team .founders .person__text .separator {
  display: block;
  margin: 9px 0;
  content: " ";
}
.section__about-us-team .team .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 96px 32px;
}
@media (max-width: 998px) {
  .section__about-us-team .team .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .section__about-us-team .team .grid {
    grid-template-columns: 1fr;
    gap: 48px 32px;
  }
}
.section__about-us-team .team .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section__about-us-team .team .person__img {
  padding: 20px;
  background-image: url(../../../themes/angle2/assets/img/new/person-img-bg.svg);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section__about-us-team .team .person__img img {
  max-width: 100%;
  width: 120px;
  height: auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 560px) {
  .section__about-us-team .team .person__img img {
    max-width: 100%;
  }
}
.section__about-us-team .team .person__name {
  margin-top: 16px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
}
.section__about-us-team .team .person__position {
  margin-top: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
}
.section__process-hero {
  margin: 180px 0 200px;
}
@media (max-width: 768px) {
  .section__process-hero {
    margin: 116px 0 120px;
  }
}
.section__process-hero .container {
  display: block;
}
.section__process-hero .section-title {
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
  max-width: 1008px;
  font-style: normal;
  font-weight: 600;
  font-size: 72px;
  line-height: 1.11;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .section__process-hero .section-title {
    font-size: 36px;
    line-height: 1.33;
    margin-bottom: 24px;
  }
}
.section__process-hero .section-title span {
  color: #00bcdc;
}
.section__process-hero .content-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px 111px;
}
@media (max-width: 998px) {
  .section__process-hero .content-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section__process-hero .content-img .img {
  width: 513px;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .section__process-hero .content-img .img {
    width: 353px;
  }
}
@media (max-width: 998px) {
  .section__process-hero .content-img .img {
    width: 513px;
    max-width: 100%;
  }
}
.section__process-hero .content-img .img img {
  max-width: 100%;
}
.section__process-hero .content-img .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
@media (max-width: 998px) {
  .section__process-hero .content-img .content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.section__process-hero .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}
@media (max-width: 768px) {
  .section__process-hero .title {
    font-size: 24px;
    line-height: 1.33;
  }
}
.section__process-hero .text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 2;
  margin-top: 24px;
  font-style: normal;
}
@media (max-width: 768px) {
  .section__process-hero .text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 16px;
  }
}
.section__process-hero .text b,
.section__process-hero .text span {
  color: #fff;
}
.section__process-hero .text b.orange,
.section__process-hero .text span.orange {
  color: #00bcdc;
}
@media (max-width: 1200px) {
  .section__process-hero .text .hidden-mobile {
    display: none;
  }
}
.section__process-hero .text br.separator {
  display: block;
  margin: 9px 0;
  content: " ";
}
.section__process-hero .g-button {
  position: relative;
  z-index: 2;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section__process-hero .g-button {
    margin-top: 32px;
  }
}
.section__process-hero .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.section__clutch {
  margin: 200px 0 160px;
}
@media (max-width: 768px) {
  .section__clutch {
    margin: 112px 0 112px;
  }
}
.section__clutch .section-title {
  margin-bottom: 20px;
  color: #00bcdc;
}
.section__clutch .content {
  padding: 50px 0 25px;
  background: #fafafa;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.section__faq {
  margin: 200px 0 160px;
}
@media (max-width: 768px) {
  .section__faq {
    margin: 112px 0 112px;
  }
}
.section__faq .wrap {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 420px);
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 1200px) {
  .section__faq .wrap {
    width: 100%;
  }
}
.section__faq .wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.section__faq .wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.section__faq .section-title {
  text-align: left;
  margin: 0 0 40px;
}
.section__faq .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px 0;
}
@media (max-width: 768px) {
  .section__faq .items {
    gap: 24px 0;
  }
}
.section__faq .item__head {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.25;
  color: #fff;
  padding-right: 70px;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .section__faq .item__head {
    font-size: 22px;
    padding-right: 50px;
  }
}
.section__faq .item__head:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 23px;
  top: 0;
  background-image: url(../../../themes/angle2/assets/img/icon-faq.svg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .section__faq .item__head:before {
    right: 8px;
  }
}
.section__faq .item__head:hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
.section__faq .item__body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  padding: 16px 24px 8px;
  display: none;
}
@media (max-width: 768px) {
  .section__faq .item__body {
    padding: 8px 14px;
    font-size: 14px;
  }
}
.section__faq .item__body a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #c28eff;
}
.section__faq .item__body a:hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
.section__faq .item_active .item__head:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.section__big-numbers {
  margin: 160px 0 200px;
}
@media (max-width: 998px) {
  .section__big-numbers {
    margin: 140px 0 140px;
  }
}
@media (max-width: 768px) {
  .section__big-numbers {
    margin: 104px 0 104px;
  }
}
.section__big-numbers .section-title {
  max-width: 100%;
  text-align: left;
  font-size: 72px;
}
@media (max-width: 1200px) {
  .section__big-numbers .section-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .section__big-numbers .section-title {
    font-size: 36px;
  }
}
.section__big-numbers .section-title span {
  color: #00bcdc;
}
.section__big-numbers .items {
  margin-top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 120px 0;
  padding-right: 250px;
}
@media (max-width: 1200px) {
  .section__big-numbers .items {
    padding-right: 0;
  }
}
@media (max-width: 998px) {
  .section__big-numbers .items {
    margin-top: 80px;
    gap: 60px 0;
  }
}
@media (max-width: 768px) {
  .section__big-numbers .items {
    margin-top: 60px;
    gap: 50px 0;
  }
}
.section__big-numbers .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 72px;
}
@media (max-width: 998px) {
  .section__big-numbers .item {
    gap: 0 48px;
  }
}
@media (max-width: 768px) {
  .section__big-numbers .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px 48px;
  }
}
@media (max-width: 998px) {
  .section__big-numbers .item__img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .section__big-numbers .item__img {
    width: 120px;
  }
}
.section__big-numbers .item__img img {
  max-width: 100%;
}
.section__big-numbers .item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.section__big-numbers .item__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  color: #00bcdc;
}
@media (max-width: 998px) {
  .section__big-numbers .item__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section__big-numbers .item__title {
    font-size: 28px;
  }
}
.section__big-numbers .item__text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
@media (max-width: 998px) {
  .section__big-numbers .item__text {
    font-size: 16px;
  }
}
.section__blog {
  margin: 160px 0 160px;
}
@media (max-width: 768px) {
  .section__blog {
    margin: 112px 0 112px;
  }
}
.section__blog .section-title {
  font-size: 72px;
  line-height: 1.1;
  max-width: 100%;
}
@media (max-width: 768px) {
  .section__blog .section-title {
    font-size: 36px;
    line-height: 1.33;
  }
}
.section__blog .grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 32px;
}
@media (max-width: 1200px) {
  .section__blog .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .section__blog .grid {
    grid-template-columns: 1fr;
    gap: 32px 32px;
    margin-top: 32px;
  }
}
.section__blog .grid:first-child {
  margin-top: 96px;
}
.section__blog .g-button {
  margin-top: 48px;
}
.section-cases__hero {
  position: relative;
}
@media (max-width: 768px) {
  .section-cases__hero {
    margin-bottom: 64px;
  }
}
.section-cases__hero .container {
  position: relative;
  padding-bottom: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 105px;
}
@media (max-width: 768px) {
  .section-cases__hero .container {
    padding-bottom: 0 !important;
  }
}
.section-cases__hero .content {
  position: relative;
  z-index: 10;
  max-width: 494px;
  width: 100%;
}
.section-cases__hero .g-breadcrumbs {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .section-cases__hero .g-breadcrumbs {
    display: none;
  }
}
.section-cases__hero .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.11;
  color: #fff;
}
@media (max-width: 768px) {
  .section-cases__hero .title {
    font-size: 36px;
  }
}
.section-cases__hero .g-tags {
  margin-top: 16px;
}
.section-cases__hero .text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
}
@media (max-width: 768px) {
  .section-cases__hero .text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.section-cases__hero .img {
  position: relative;
}
@media (max-width: 1200px) {
  .section-cases__hero .img {
    opacity: 0.2;
    bottom: -150px;
    left: 35%;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .section-cases__hero .img {
    display: none;
  }
}
.section-cases__hero .img img {
  position: absolute;
  top: -112px;
  left: 0;
}
@media (max-width: 1200px) {
  .section-cases__hero .img img {
    top: unset;
    position: relative;
  }
}
.section-cases__hero .img_mob {
  display: none;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section-cases__hero .img_mob {
    display: block;
  }
}
.section-cases__hero .img_mob img {
  width: auto;
  max-width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: auto;
}
.section-cases__hero_pb .container {
  padding-bottom: 240px;
}
.section-cases__hero_pl .container {
  gap: 0 74px;
}
.section-cases__hero_img-pt .container {
  padding-bottom: 186px;
}
.section-cases__hero_img-pt .img img {
  top: 45px;
}
.section-cases__hero_img-overflow .img {
  z-index: 10;
}
.section-cases__hero-simple {
  margin: 280px 0 280px !important;
  padding-top: 0 !important;
}
@media (max-width: 998px) {
  .section-cases__hero-simple {
    margin: 115px 0 64px !important;
  }
}
.section-cases__hero-simple .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-cases__hero-simple .title {
  font-weight: 600;
  font-size: 72px;
  line-height: 1.11;
  text-align: center;
  color: #fff5ec;
  max-width: 800px;
}
@media (max-width: 768px) {
  .section-cases__hero-simple .title {
    font-size: 36px;
    line-height: 1.33;
  }
}
.section-cases__hero-simple .title span {
  color: #00bcdc;
}
.section-cases__hero-simple .text {
  margin-top: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
}
@media (max-width: 768px) {
  .section-cases__hero-simple .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
}
.section-cases__table-of-contents {
  margin: 120px 0 127px !important;
}
@media (max-width: 768px) {
  .section-cases__table-of-contents {
    margin: 64px 0 64px !important;
  }
}
.section-cases__table-of-contents .section-title {
  text-align: left;
  max-width: 100%;
}
.section-cases__table-of-contents .grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 32px;
}
@media (max-width: 768px) {
  .section-cases__table-of-contents .grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.section-cases__table-of-contents .grid-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px 0;
}
@media (max-width: 768px) {
  .section-cases__table-of-contents .grid-column {
    gap: 32px 0;
  }
}
.section-cases__table-of-contents .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 32px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-cases__table-of-contents .item {
    gap: 0 16px;
  }
}
.section-cases__table-of-contents .item__img {
  width: auto;
}
@media (max-width: 768px) {
  .section-cases__table-of-contents .item__img {
    width: 48px;
  }
}
.section-cases__table-of-contents .item__img img {
  max-width: 100%;
}
.section-cases__table-of-contents .item__text {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #9e58f3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .section-cases__table-of-contents .item__text {
    font-size: 20px;
    line-height: 1.6;
  }
}
.section-cases__table-of-contents .item:hover .item__text {
  -webkit-text-decoration-color: #9e58f3;
  text-decoration-color: #9e58f3;
}
.section-cases__onboarding-and-research {
  margin: 200px 0 200px;
}
@media (max-width: 768px) {
  .section-cases__onboarding-and-research {
    margin: 112px 0 112px;
  }
}
.section-cases__onboarding-and-research .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px 33px;
}
@media (max-width: 998px) {
  .section-cases__onboarding-and-research .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-cases__onboarding-and-research .head__title {
  width: 488px;
  max-width: 100%;
  font-weight: 600;
  font-size: 72px;
  line-height: 1.11;
  color: #fff;
}
@media (max-width: 768px) {
  .section-cases__onboarding-and-research .head__title {
    font-size: 36px;
    line-height: 1.33;
  }
}
.section-cases__onboarding-and-research .head__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fff;
}
@media (max-width: 768px) {
  .section-cases__onboarding-and-research .head__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.section-cases__onboarding-and-research .swiper {
  margin-top: 88px;
  overflow: visible;
}
@media (max-width: 768px) {
  .section-cases__onboarding-and-research .swiper {
    margin-top: 40px;
  }
}
.section-cases__onboarding-and-research .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.section-cases__onboarding-and-research .swiper-slide {
  height: auto;
}
.section-cases__onboarding-and-research .swiper-pagination {
  position: relative;
  margin: 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 16px;
}
@media (max-width: 768px) {
  .section-cases__onboarding-and-research .swiper-pagination {
    margin: 38px 0 0;
  }
}
.section-cases__onboarding-and-research .swiper-pagination-bullet {
  margin: 0 !important;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
}
.section-cases__onboarding-and-research .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.4);
}
.section-cases__onboarding-and-research .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.section-cases__onboarding-and-research .slide__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  background: rgba(255, 255, 255, 0.1);
  padding: 32px 32px 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100%;
}
@media (max-width: 768px) {
  .section-cases__onboarding-and-research .slide__content {
    padding: 24px 24px 32px;
  }
}
.section-cases__onboarding-and-research .slide__right {
  width: 417px;
  max-width: 100%;
  padding: 32px 32px 52px;
}
.section-cases__onboarding-and-research .slide__title {
  margin-top: 24px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 768px) {
  .section-cases__onboarding-and-research .slide__title {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 16px;
  }
}
.section-cases__onboarding-and-research .slide__title span {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .section-cases__onboarding-and-research .slide__title span {
    color: #fff;
  }
}
.section-cases__onboarding-and-research .slide__img {
  background-image: url(../../../themes/angle2/assets/img/new/person-img-bg.svg);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 16px 16px;
  width: auto;
}
.section-cases__onboarding-and-research .slide__img img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .section-cases__onboarding-and-research .slide__img img {
    width: 90px;
    height: 90px;
  }
}
.section-cases__onboarding-and-research .slide__wys {
  margin-top: 8px;
}
.section-cases__onboarding-and-research .slide__subtitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #00bcdc;
}
.section-cases__onboarding-and-research .slide__grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0 24px;
}
.section-cases__onboarding-and-research .slide__grid_type3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.section-cases__onboarding-and-research .slide__list {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px 0;
}
.section-cases__onboarding-and-research .slide__list li {
  padding-left: 22px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.01em;
  color: #fff;
}
.section-cases__onboarding-and-research .slide__list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 9px;
  width: 2px;
  height: 2px;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.section-cases__onboarding-and-research .slide__list_fw600 li {
  font-weight: 600;
}
@media (max-width: 998px) {
  .section-cases__onboarding-and-research .slide .mobile-hidden {
    display: none;
  }
}
.section-cases__onboarding-and-research .slide .tabs {
  margin-top: 32px;
  display: none;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 998px) {
  .section-cases__onboarding-and-research .slide .tabs {
    display: block;
  }
}
.section-cases__onboarding-and-research .slide .tabs__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 28px;
  width: 100%;
  overflow: auto;
  position: relative;
  padding-bottom: 0;
}
@media (max-width: 380px) {
  .section-cases__onboarding-and-research .slide .tabs__head {
    gap: 0 10px;
  }
}
.section-cases__onboarding-and-research .slide .tabs__head:before {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
}
.section-cases__onboarding-and-research .slide .tabs__head-item {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.22;
  color: #00bcdc;
  position: relative;
  padding: 0 8px 2px;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.section-cases__onboarding-and-research .slide .tabs__head-item:before {
  height: 1px;
  background: #00bcdc;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section-cases__onboarding-and-research .slide .tabs__head-item_active {
  opacity: 1;
}
.section-cases__onboarding-and-research .slide .tabs__head-item_active:before {
  opacity: 1;
}
.section-cases__onboarding-and-research .slide .tabs__body {
  margin-top: 24px;
}
.section-cases__onboarding-and-research .slide .tabs__body-item {
  display: none;
}
.section-cases__onboarding-and-research .slide .tabs__body-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px 0;
}
.section-cases__onboarding-and-research .slide .tabs__body-item ul li {
  padding-left: 22px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.01em;
  color: #fff;
}
.section-cases__onboarding-and-research .slide .tabs__body-item ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 9px;
  width: 2px;
  height: 2px;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.section-cases__onboarding-and-research .button-container {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-cases__product-map {
  margin: 200px 0 175px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-cases__product-map {
    margin: 112px 0 78px;
  }
}
@media (max-width: 768px) {
  .section-cases__product-map .section-text {
    text-align: left;
  }
}
.section-cases__product-map .map {
  margin-top: 102px;
}
@media (max-width: 1200px) {
  .section-cases__product-map .map {
    margin-left: 0;
  }
  .section-cases__product-map .map img {
    max-width: 100%;
    min-width: 546px;
  }
}
@media (max-width: 768px) {
  .section-cases__product-map .map {
    margin-top: 40px;
  }
}
.section-cases__product-map .map .map-desk {
  display: block;
  max-width: 100%;
  min-width: unset;
}
@media (max-width: 998px) {
  .section-cases__product-map .map .map-desk {
    display: none !important;
  }
}
.section-cases__product-map .map .map-mob {
  display: none;
  max-width: 100%;
  min-width: unset;
}
@media (max-width: 998px) {
  .section-cases__product-map .map .map-mob {
    display: block;
  }
}
.section-cases__product-map .map img {
  height: auto;
}
@media (min-width: 1200px) {
  .section-cases__product-map_map-bg .container {
    position: relative;
  }
  .section-cases__product-map_map-bg .content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 488px;
  }
  .section-cases__product-map_map-bg .section-title {
    text-align: left;
  }
  .section-cases__product-map_map-bg .section-text {
    text-align: left;
  }
  .section-cases__product-map_map-bg .map {
    margin-top: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .section-cases__product-map_map-bg2 .container {
    position: relative;
  }
  .section-cases__product-map_map-bg2 .content {
    position: absolute;
    bottom: 220px;
    right: 10px;
    width: 600px;
  }
  .section-cases__product-map_map-bg2 .section-title {
    text-align: left;
  }
  .section-cases__product-map_map-bg2 .section-text {
    text-align: left;
  }
  .section-cases__product-map_map-bg2 .map {
    margin-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-cases__product-map_center-map .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-cases__product-map_center-map .map img {
  max-width: unset;
  min-width: unset;
}
@media (max-width: 1200px) {
  .section-cases__product-map_center-map .map img {
    height: auto;
    max-width: 100%;
  }
}
.section-cases__wireframes {
  margin: 175px 0 175px;
}
@media (max-width: 768px) {
  .section-cases__wireframes {
    margin: 112px 0 112px;
  }
}
.section-cases__wireframes .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px 32px;
}
@media (max-width: 1200px) {
  .section-cases__wireframes .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section-cases__wireframes .head__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .section-cases__wireframes .head__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section-cases__wireframes .head__content .section-title {
  text-align: left;
  width: 100%;
}
@media (max-width: 768px) {
  .section-cases__wireframes .head__content .section-title {
    text-align: center;
  }
}
.section-cases__wireframes .head__content .wys {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .section-cases__wireframes .head__content .wys {
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .section-cases__wireframes .head__content .wys {
    margin-top: 30px;
  }
}
.section-cases__wireframes .head__content .g-button {
  margin-top: 48px;
}
.section-cases__wireframes .head__img {
  width: 480px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .section-cases__wireframes .head__img {
    max-width: 80%;
  }
}
.section-cases__wireframes .head__img img {
  max-width: 100%;
}
.section-cases__wireframes .grid {
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 32px;
  width: calc(100% + 420px);
  margin-left: -210px;
}
@media (max-width: 768px) {
  .section-cases__wireframes .grid {
    margin-top: 112px;
    width: 100%;
    margin-left: 0;
    gap: 16px 16px;
  }
}
.section-cases__wireframes .grid__item {
  overflow: hidden;
  mix-blend-mode: luminosity;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: calc((100% - 242px) / 2);
}
@media (max-width: 768px) {
  .section-cases__wireframes .grid__item {
    width: 100%;
  }
}
.section-cases__wireframes .grid__item img {
  width: 100%;
  height: auto;
  image-rendering: optimizequality;
}
.section-cases__wireframes .grid__separator {
  width: 178px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .section-cases__wireframes .grid__separator {
    display: none;
  }
}
.section-cases__ui-design {
  margin: 200px 0 160px;
}
@media (max-width: 768px) {
  .section-cases__ui-design {
    margin: 112px 0 64px;
  }
}
.section-cases__ui-design .content {
  position: relative;
  z-index: 2;
  width: 592px;
  max-width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .section-cases__ui-design .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section-cases__ui-design .content .section-title {
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .section-cases__ui-design .content .section-title {
    text-align: center;
  }
}
.section-cases__ui-design .content .section-text {
  width: 100%;
  text-align: left;
}
.section-cases__ui-design .content .g-button {
  margin-top: 48px;
}
.section-cases__ui-design .img {
  margin-top: -272px;
  width: 100%;
}
@media (max-width: 998px) {
  .section-cases__ui-design .img {
    margin-top: -120px;
  }
}
@media (max-width: 768px) {
  .section-cases__ui-design .img {
    margin-top: -48px;
    width: 140%;
  }
}
.section-cases__ui-design .img img {
  height: auto;
  width: 100%;
}
.section-cases__ui-design_type2 .img {
  margin-top: -172px;
  width: 100%;
}
@media (max-width: 998px) {
  .section-cases__ui-design_type2 .img {
    margin-top: -120px;
  }
}
@media (max-width: 768px) {
  .section-cases__ui-design_type2 .img {
    margin-top: -48px;
    width: 140%;
  }
}
.section-cases__ui-design .img_mob img {
  height: auto;
}
.section-cases__how-we-created {
  margin: 160px 0 200px !important;
}
@media (max-width: 768px) {
  .section-cases__how-we-created {
    margin: 64px 0 112px !important;
  }
}
.section-cases__how-we-created .section-title {
  text-align: left;
  max-width: 800px;
  margin-left: 0;
}
.section-cases__how-we-created .section-text {
  text-align: left;
  max-width: 800px;
  margin-left: 0;
}
.section-cases__how-we-created .grid {
  position: relative;
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 32px;
}
@media (max-width: 998px) {
  .section-cases__how-we-created .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .section-cases__how-we-created .grid {
    margin-top: 40px;
  }
}
.section-cases__how-we-created .grid-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px 0;
}
@media (max-width: 998px) {
  .section-cases__how-we-created .grid-column {
    gap: 32px 0;
  }
}
.section-cases__how-we-created .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 32px;
}
@media (max-width: 768px) {
  .section-cases__how-we-created .item {
    gap: 0 24px;
  }
}
.section-cases__how-we-created .item__img {
  width: auto;
}
.section-cases__how-we-created .item__text {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .section-cases__how-we-created .item__text {
    font-size: 16px;
    line-height: 1.5;
    padding-right: 0;
  }
}
.section-cases__how-we-created .img img {
  margin-top: -250px;
  width: 100%;
  height: auto;
}
@media (max-width: 998px) {
  .section-cases__how-we-created .img img {
    margin-top: -100px;
  }
}
.section-cases__how-we-created_pb0 {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .section-cases__how-we-created_pb0 {
    margin-bottom: 0 !important;
  }
}
.section-cases__ui-styles {
  margin: 200px 0 200px;
}
@media (max-width: 768px) {
  .section-cases__ui-styles {
    margin: 112px 0 112px;
  }
}
.section-cases__ui-styles .section-title span {
  color: rgba(255, 255, 255, 0.4) !important;
}
@media (max-width: 768px) {
  .section-cases__ui-styles .section-title {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .section-cases__ui-styles .section-text {
    text-align: left;
  }
}
.section-cases__ui-styles .grid {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 138px;
}
@media (max-width: 1200px) {
  .section-cases__ui-styles .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .section-cases__ui-styles .grid {
    margin-top: 40px;
  }
}
.section-cases__ui-styles .column {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.section-cases__ui-styles .column__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .section-cases__ui-styles .column__title {
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 24px;
  }
}
.section-cases__ui-styles .column__subtitle {
  margin-top: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
}
@media (max-width: 768px) {
  .section-cases__ui-styles .column__subtitle {
    font-size: 12px;
    line-height: 1.33;
  }
}
.section-cases__ui-styles .column__colors {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 30px;
}
@media (max-width: 768px) {
  .section-cases__ui-styles .column__colors {
    grid-template-columns: 1fr;
  }
}
.section-cases__ui-styles .column__colors .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .section-cases__ui-styles .column__colors .color {
    gap: 0 24px;
  }
}
.section-cases__ui-styles .column__colors .color__img {
  width: 109px;
  height: 109px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-cases__ui-styles .column__colors .color__img {
    width: 80px;
    height: 80px;
  }
}
.section-cases__ui-styles .column__colors .color__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.section-cases__ui-styles .column__colors .color__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
}
.section-cases__ui-styles .column__colors .color__hex {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.section-cases__ui-styles .column__colors .color__rgb {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
}
.section-cases__ui-styles .column__colors2 {
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.section-cases__ui-styles .column__colors2 .color {
  width: 109px;
  height: 109px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin-left: -48px;
}
@media (max-width: 768px) {
  .section-cases__ui-styles .column__colors2 .color {
    width: 80px;
    height: 80px;
    margin-left: -26px;
  }
}
.section-cases__ui-styles .column_width {
  width: 487px;
  max-width: 100%;
}
.section-cases__ui-styles .column__img img {
  max-width: 100%;
  height: auto;
}
.section-cases__ui-styles .column__img .img-mob {
  display: none;
}
@media (max-width: 768px) {
  .section-cases__ui-styles .column__img .img-mob {
    display: block;
  }
}
@media (max-width: 768px) {
  .section-cases__ui-styles .column__img .img-desk {
    display: none;
  }
}
.section-cases__content-with-image {
  margin: 112px 0 140px;
}
@media (max-width: 998px) {
  .section-cases__content-with-image {
    margin: 112px 0 140px;
  }
}
.section-cases__content-with-image .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 20px;
}
@media (max-width: 998px) {
  .section-cases__content-with-image .container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.section-cases__content-with-image .container .content {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-top: -100px;
}
@media (max-width: 998px) {
  .section-cases__content-with-image .container .content {
    margin-top: 0;
  }
}
.section-cases__content-with-image .container .content .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  color: #fff;
}
@media (max-width: 768px) {
  .section-cases__content-with-image .container .content .title {
    text-align: left;
    font-size: 24px;
    line-height: 1.33;
  }
}
.section-cases__content-with-image .container .content .title span {
  color: rgba(255, 255, 255, 0.4);
}
.section-cases__content-with-image .container .content .wys {
  margin-top: 24px;
}
.section-cases__content-with-image .container .img {
  width: 645px;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .section-cases__content-with-image .container .img {
    width: 445px;
  }
}
.section-cases__content-with-image .container .img img {
  width: calc(100% + 110px);
  position: relative;
  left: calc(50vw - 111%);
}
@media (max-width: 1200px) {
  .section-cases__content-with-image .container .img img {
    left: calc(50vw - 129%);
  }
}
@media (max-width: 998px) {
  .section-cases__content-with-image .container .img img {
    width: 100%;
    left: calc(50vw - 50%);
  }
}
.section-cases__content-with-image_reversed .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.section-cases__content-with-image_reversed .container .img img {
  left: unset !important;
  right: calc(50vw - 111% + 110px);
}
@media (max-width: 1200px) {
  .section-cases__content-with-image_reversed .container .img img {
    right: calc(50vw - 129% + 110px);
  }
}
@media (max-width: 998px) {
  .section-cases__content-with-image_reversed .container .img img {
    right: calc(50vw - 50%);
  }
}
.section-cases__results {
  margin: 200px 0 200px;
}
@media (max-width: 768px) {
  .section-cases__results {
    margin: 112px 0 112px !important;
  }
}
.section-cases__results .items {
  margin-top: 96px;
  gap: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section-cases__results .items {
    margin-top: 48px;
    gap: 24px 0;
  }
}
.section-cases__results .img {
  width: 100%;
  padding: 0 100px;
}
@media (max-width: 768px) {
  .section-cases__results .img {
    padding: 0;
  }
}
.section-cases__results .img img {
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.section-cases__results .img2 {
  width: 100%;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 32px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .section-cases__results .img2 {
    gap: 0 24px;
  }
}
.section-cases__results .img2 img {
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.section-cases__results_decrease-title .section-title {
  font-size: 28px;
  line-height: 1.43;
}
.section-cases__results_decrease-title .section-text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section-cases__results_decrease-title .section-text {
    text-align: left;
  }
}
.section-cases__three-columns-cards {
  margin: 200px 0 160px;
}
@media (max-width: 768px) {
  .section-cases__three-columns-cards {
    margin: 112px 0 112px;
  }
}
.section-cases__three-columns-cards .section-title {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .section-cases__three-columns-cards .section-title {
    margin-bottom: 56px;
  }
}
.section-cases__three-columns-cards .grid {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 998px) {
  .section-cases__three-columns-cards .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .section-cases__three-columns-cards .grid {
    gap: 40px 30px;
    grid-template-columns: 1fr;
  }
}
.section-cases__three-columns-cards .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-cases__three-columns-cards .item .img img {
  max-width: 100%;
}
.section-cases__three-columns-cards .item .title {
  margin-top: 32px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section-cases__three-columns-cards .item .title {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.22;
  }
}
.section-cases__three-columns-cards .item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section-cases__three-columns-cards .item .text {
    font-size: 14px;
    line-height: 1.43;
  }
}
.section-cases__three-columns-cards .item .text b {
  font-weight: 700;
}
.section-cases__three-columns-cards_two-columns .grid {
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  width: 840px;
  max-width: 100%;
  gap: 100px 70px;
}
@media (max-width: 768px) {
  .section-cases__three-columns-cards_two-columns .grid {
    grid-template-columns: 1fr;
    gap: 50px 70px;
  }
}
.section-cases__client-feedback {
  margin: 160px 0 200px;
}
@media (max-width: 768px) {
  .section-cases__client-feedback {
    margin: 112px 0 112px;
  }
}
.section-cases__client-feedback .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 48px 37px;
}
@media (max-width: 998px) {
  .section-cases__client-feedback .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-cases__client-feedback .title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  text-align: left;
  font-weight: 600;
  font-size: 72px;
  line-height: 1.11;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section-cases__client-feedback .title {
    font-size: 36px;
    line-height: 1.33;
  }
}
.section-cases__client-feedback .title span {
  color: #00bcdc;
}
.section-cases__client-feedback .card {
  width: 693px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .section-cases__client-feedback .card {
    width: 493px;
  }
}
@media (max-width: 998px) {
  .section-cases__client-feedback .card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-cases__client-feedback .card {
    padding: 24px;
  }
}
.section-cases__client-feedback .card__img {
  background-image: url(../../../themes/angle2/assets/img/new/person-img-bg2.svg);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 20px;
  width: auto;
}
.section-cases__client-feedback .card__img img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.section-cases__client-feedback .card__text {
  margin-top: 32px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section-cases__client-feedback .card__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.section-cases__client-feedback .card__bottom {
  margin-top: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
.section-cases__client-feedback .card__bottom span {
  font-weight: 400;
  margin-left: 10px;
}
.section-cases__title-with-text {
  margin: 280px 0 160px;
}
@media (max-width: 768px) {
  .section-cases__title-with-text {
    margin: 112px 0 112px;
  }
}
.section-cases__title-with-text .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px 33px;
}
@media (max-width: 998px) {
  .section-cases__title-with-text .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-cases__title-with-text .container .title {
  width: 488px;
  max-width: 100%;
  font-weight: 600;
  font-size: 72px;
  line-height: 1.11;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section-cases__title-with-text .container .title {
    font-size: 36px;
    line-height: 1.33;
  }
}
.section-cases__title-with-text .container .title span {
  color: #00bcdc;
}
.section-cases__title-with-text .container .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(26, 12, 39, 0.7);
}
@media (max-width: 768px) {
  .section-cases__title-with-text .container .text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.section-cases__content-with-img4 {
  margin: 200px 0 200px;
}
@media (max-width: 768px) {
  .section-cases__content-with-img4 {
    margin: 112px 0 112px;
  }
}
.section-cases__content-with-img4 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px 33px;
}
@media (max-width: 998px) {
  .section-cases__content-with-img4 .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-cases__content-with-img4 .head__title {
  width: 488px;
  max-width: 100%;
  font-weight: 600;
  font-size: 72px;
  line-height: 1.11;
  color: #fff;
}
@media (max-width: 768px) {
  .section-cases__content-with-img4 .head__title {
    font-size: 36px;
    line-height: 1.33;
  }
}
.section-cases__content-with-img4 .head__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fff;
}
@media (max-width: 768px) {
  .section-cases__content-with-img4 .head__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.section-cases__content-with-img4 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 88px;
}
@media (max-width: 768px) {
  .section-cases__content-with-img4 .img {
    margin-top: 40px;
  }
}
.section-cases__content-with-img4 .img img {
  max-width: 100%;
}
.section-cases__content-with-img4 .img .img-mob {
  display: none;
}
@media (max-width: 768px) {
  .section-cases__content-with-img4 .img .img-mob {
    display: block;
  }
}
.section-cases__content-with-img4 .img .img-desk {
  display: block;
}
@media (max-width: 768px) {
  .section-cases__content-with-img4 .img .img-desk {
    display: none;
  }
}
.section-cases__content-with-img4 .center-button {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-cases__content-with-img4 .center-button {
    margin-top: 40px;
  }
}
.section-cases__patterns {
  margin: 160px 0 200px;
}
@media (max-width: 768px) {
  .section-cases__patterns {
    margin: 80px 0 112px;
  }
}
.section-cases__patterns .section-title {
  font-size: 32px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .section-cases__patterns .section-title {
    font-size: 24px;
    line-height: 1.33;
  }
}
.section-cases__patterns .section-title span {
  color: rgba(26, 12, 39, 0.4);
}
.section-cases__patterns .section-text {
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .section-cases__patterns .section-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.section-cases__patterns .grid {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 40px 40px;
}
@media (max-width: 998px) {
  .section-cases__patterns .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .section-cases__patterns .grid {
    margin-top: 40px;
  }
}
.section-cases__patterns .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 998px) {
  .section-cases__patterns .item {
    width: 100% !important;
  }
}
.section-cases__patterns .item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #00bcdc;
  margin-bottom: 16px;
  text-align: left;
  padding-left: 360px;
}
@media (max-width: 998px) {
  .section-cases__patterns .item__title {
    text-align: left;
    padding-left: 0;
  }
}
.section-cases__patterns .item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.section-cases__patterns .item:first-child {
  width: 420px;
}
.section-cases__patterns .item:first-child .item__img {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-cases__patterns .item:first-child .item__title {
  padding-left: 0;
}
@media (max-width: 998px) {
  .section-cases__patterns .item:first-child .item__title {
    text-align: right;
  }
}
.section-cases__patterns .item img {
  width: auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-height: 100%;
}
.wys {
  color: #fff;
}
.wys > :first-child {
  margin-top: 0 !important;
}
.wys > :last-child {
  margin-bottom: 0 !important;
}
.wys p {
  margin: 20px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.wys p b,
.wys p strong {
  font-weight: 700;
}
.wys h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: rgba(26, 12, 39, 0.7);
  margin: 20px 0;
}
@media (max-width: 768px) {
  .wys h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0;
  }
}
.wys blockquote {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  padding: 0 0 0 69px;
  margin: 32px 0 32px;
}
.wys blockquote p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media (max-width: 768px) {
  .wys blockquote {
    padding: 0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    margin: 16px 0;
  }
}
.wys_20 p {
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .wys_20 p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .wys_mob-grey p {
    font-size: 12px;
    line-height: 1.33;
    color: rgba(255, 255, 255, 0.7);
  }
}
.section-white-background .wys {
  color: #00bcdc;
}
.g-wys img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.g-wys .wp-caption {
  max-width: 100%;
  width: 100% !important;
}
.g-wys h1,
.g-wys h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  color: #00bcdc;
  margin: 48px 0 16px;
}
@media (max-width: 768px) {
  .g-wys h1,
  .g-wys h2 {
    font-size: 28px;
    margin: 28px 0 12px;
  }
}
.g-wys h1 span,
.g-wys h1 strong,
.g-wys h2 span,
.g-wys h2 strong {
  font-weight: inherit;
}
.g-wys h3,
.g-wys h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #00bcdc;
  margin: 48px 0 16px;
}
@media (max-width: 768px) {
  .g-wys h3,
  .g-wys h4 {
    font-size: 20px;
    margin: 28px 0 12px;
  }
}
.g-wys h3 span,
.g-wys h3 strong,
.g-wys h4 span,
.g-wys h4 strong {
  font-weight: inherit;
}
.g-wys p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #00bcdc;
  margin: 16px 0;
}
@media (max-width: 768px) {
  .g-wys p {
    font-size: 14px;
    margin: 12px 0;
  }
}
.g-wys p img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.g-wys b,
.g-wys strong {
  font-weight: 700;
}
.g-wys ul {
  margin: 16px 0;
}
@media (max-width: 768px) {
  .g-wys ul {
    margin: 16px 0;
  }
}
.g-wys ul > li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #00bcdc;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .g-wys ul > li {
    font-size: 14px;
  }
}
.g-wys ul > li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 12px;
  width: 2px;
  height: 2px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #00bcdc;
}
.g-wys ol {
  margin: 16px 0;
  counter-reset: section;
}
@media (max-width: 768px) {
  .g-wys ol {
    margin: 12px 0;
  }
}
.g-wys ol > li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #00bcdc;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .g-wys ol > li {
    font-size: 14px;
  }
}
.g-wys ol > li:before {
  content: counter(section) ".";
  position: absolute;
  counter-increment: section;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #00bcdc;
  top: 0;
  right: calc(100% - 18px);
}
.g-wys .ol_alphabet {
  list-style-type: lower-alpha;
  padding-left: 25px;
}
.g-wys .ol_alphabet > li {
  padding-left: 3px;
}
.g-wys .ol_alphabet > li:before {
  display: none;
}
.g-wys .ol_alphabet > li::marker {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
.g-wys blockquote {
  margin: 48px 0 48px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 48px 48px 48px 248px;
  position: relative;
}
@media (max-width: 768px) {
  .g-wys blockquote {
    margin: 28px 0 28px;
    padding: 18px 18px 18px 68px;
  }
}
.g-wys blockquote:before {
  position: absolute;
  top: 50%;
  left: 48px;
  width: 152px;
  height: 120px;
  background-image: url(../../../themes/angle2/assets/img/new/quote.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .g-wys blockquote:before {
    width: 37px;
    height: 30px;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    top: 26px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    left: 16px;
  }
}
.g-wys blockquote p {
  margin: 0 !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: rgba(26, 12, 39, 0.7);
}
@media (max-width: 768px) {
  .g-wys blockquote p {
    font-size: 16px;
  }
}
.g-wys > :first-child {
  margin-top: 0 !important;
}
.g-wys > :last-child {
  margin-bottom: 0 !important;
}
.g-wys a:not(.g-button) {
  color: #9e58f3;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.g-wys a:not(.g-button):hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
.g-wys .wp-block-table {
  overflow: auto;
}
.g-wys table {
  min-width: 100%;
}
.g-wys table tbody,
.g-wys table td,
.g-wys table tfoot,
.g-wys table th,
.g-wys table thead,
.g-wys table tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
}
.g-wys table td {
  padding: 10px;
}
.g-wys .content-table {
  margin: 48px 0 48px;
  padding: 24px 0 24px;
  border-top: 1px solid rgba(26, 12, 39, 0.4);
  border-bottom: 1px solid rgba(26, 12, 39, 0.4);
}
@media (max-width: 768px) {
  .g-wys .content-table {
    margin: 28px 0 28px;
  }
}
.g-wys .content-table__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .g-wys .content-table__title {
    font-size: 28px;
  }
}
.g-wys .content-table__items {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.g-wys .content-table__item {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #00bcdc !important;
  padding-left: 30px;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .g-wys .content-table__item {
    font-size: 16px;
  }
}
.g-wys .content-table__item:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  width: 2px;
  height: 2px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #00bcdc;
}
.g-wys .content-table__item:hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
.g-wys .conversion-form {
  padding: 48px 48px 80px;
  margin: 48px 0 48px;
  background-image: url(../../../themes/angle2/assets/img/new/conversion-form__bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .g-wys .conversion-form {
    margin: 28px 0 28px;
    padding: 28px 28px 40px;
    background-position: left center;
  }
}
.g-wys .conversion-form__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #19223d;
  max-width: 400px;
}
@media (max-width: 768px) {
  .g-wys .conversion-form__title {
    font-size: 20px;
    max-width: 300px;
  }
}
.g-wys .conversion-form .g-button {
  width: auto;
}
.g-wys .faq {
  margin: 93px 0 32px;
  padding: 32px 0 32px;
  border-top: 1px solid rgba(26, 12, 39, 0.4);
  border-bottom: 1px solid rgba(26, 12, 39, 0.4);
}
@media (max-width: 768px) {
  .g-wys .faq {
    margin: 60px 0 24px;
  }
}
.g-wys .faq__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  color: #00bcdc;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .g-wys .faq__title {
    font-size: 28px;
  }
}
.g-wys .faq__body {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px 0;
}
.g-wys .faq__item {
  width: 100%;
}
.g-wys .faq__item-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #19233c;
  padding-right: 64px;
  position: relative;
  width: 100%;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .g-wys .faq__item-title {
    font-size: 20px;
    padding-right: 50px;
  }
}
.g-wys .faq__item-title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  background-image: url(../../../themes/angle2/assets/img/new/faq-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .g-wys .faq__item-title:before {
    right: 0;
  }
}
.g-wys .faq__item-title:hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
.g-wys .faq__item-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #19233c;
  padding: 16px 24px 8px 24px;
  display: none;
}
@media (max-width: 768px) {
  .g-wys .faq__item-body {
    font-size: 14px;
    padding: 12px 14px 6px 14px;
  }
}
.g-wys .faq__item_active .faq__item-title:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-wys .wp-block-image {
  margin: 48px 0 48px;
}
@media (max-width: 768px) {
  .g-wys .wp-block-image {
    margin: 28px 0 28px;
  }
}
.g-wys .wp-block-image img {
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.g-wys .wp-block-image figcaption {
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .g-wys .wp-block-image figcaption {
    font-size: 12px;
  }
}
.page--404 {
  margin: 180px 0 177px;
}
@media (max-width: 768px) {
  .page--404 {
    margin: 116px 0 116px;
  }
}
.page--404 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px 144px;
}
@media (max-width: 1200px) {
  .page--404 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.page--404 .content {
  padding-top: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
@media (max-width: 1200px) {
  .page--404 .content {
    text-align: center;
    padding-top: 0;
  }
}
.page--404 .content .section-title {
  text-align: left;
}
@media (max-width: 1200px) {
  .page--404 .content .section-title {
    text-align: center;
  }
}
.page--404 .content .links {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 0;
}
@media (max-width: 768px) {
  .page--404 .content .links {
    gap: 16px 0;
  }
}
.page--404 .content .links li {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #c28eff;
}
@media (max-width: 768px) {
  .page--404 .content .links li {
    font-size: 16px;
    line-height: 1.5;
  }
}
.page--404 .content .links li a {
  color: #c28eff;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page--404 .content .links li a:hover {
  -webkit-text-decoration-color: #c28eff;
  text-decoration-color: #c28eff;
}
.page--404 .img {
  width: 480px;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .page--404 .img {
    max-width: 80%;
    left: -2%;
    position: relative;
  }
}
.page--404 .img img {
  max-width: 100%;
}
.page--cases {
  margin: 180px 0 320px;
}
@media (max-width: 768px) {
  .page--cases {
    margin: 116px 0 116px;
  }
}
.page--cases__head .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page--cases__head .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.11;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .page--cases__head .title {
    font-size: 36px;
    line-height: 1.33;
  }
}
.page--cases__head .filters {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px 20px;
  max-width: 750px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .page--cases__head .filters {
    gap: 12px 10px;
    margin-top: 30px;
  }
}
.page--cases__head .filters li {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #ffbc57;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  padding: 11px 20px 13px;
  border: 2px solid #ffbc57;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .page--cases__head .filters li {
    font-size: 14px;
    padding: 5px 10px 6px;
  }
}
.page--cases__head .filters li.active {
  background: #ffbc57;
  color: #00bcdc;
}
.page--cases__list {
  margin-top: 120px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page--cases__list {
    margin-top: 80px;
  }
}
.section-cases__ui-design .remove_margin_top {
  margin-top: -90px !important;
}
@media (max-width: 768px) {
  .section-cases__ui-design .img {
    display: none;
  }
}
.section-cases__ui-design .img_mob {
  display: none;
}
@media (max-width: 768px) {
  .section-cases__ui-design .img_mob {
    display: block;
  }
}
.section-cases__ui-design .img_mob img {
  width: 100%;
  max-width: 100%;
}
.add_margin_top {
  margin-top: -320px !important;
}
@media (max-width: 1200px) {
  .add_margin_top {
    margin-top: -260px !important;
  }
}
@media (max-width: 768px) {
  .add_margin_top {
    margin-top: -185px !important;
  }
}
@media (max-width: 560px) {
  .add_margin_top {
    margin-top: -64px !important;
  }
}
.section-cases__title-with-text .text p strong {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .section-cases__title-with-text .text p strong {
    font-size: 18px;
    line-height: 1.22;
  }
}
.section__content-img .content-item_type3 .img {
  margin-right: -300px;
}
@media (max-width: 1200px) {
  .section__content-img .content-item_type3 .img {
    margin-right: 0;
  }
}
.section__content-img .content-item_type3 .img img {
  max-width: 100%;
  width: 100%;
}
.section__content-img .content-item_type3.content-item_reversed .img {
  margin-left: -300px;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .section__content-img .content-item_type3.content-item_reversed .img {
    margin-left: 0;
  }
}
.section-cases__wireframes .wys h2 strong,
.section-cases__wireframes .wys h3 strong,
.section-cases__wireframes .wys h4 strong,
.section-cases__wireframes .wys h5 strong,
.section-cases__wireframes .wys h6 strong {
  font-weight: 600;
}
.section-cases__wireframes .remove_space_before_quote blockquote {
  padding: 0 !important;
}
.section-cases__wireframes .decrease_space_before_images {
  margin-top: 92px;
}
.section-cases__wireframes .reduce_width {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.section__timeline_cases .text {
  max-width: 910px;
  width: 100%;
  margin: 25px auto 110px auto;
}
@media (max-width: 998px) {
  .section__timeline_cases .text {
    margin: 25px auto 60px auto;
  }
}
.section__timeline_cases .text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (max-width: 998px) {
  .section__timeline_cases .text p {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .section__timeline_cases .text p {
    font-size: 16px;
  }
}
.section__timeline_cases .big_image {
  max-width: 1112px;
  width: 100%;
  margin: 0 auto;
}
.section__timeline_cases .big_image img {
  max-width: 1112px;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-cases__wireframes_2 {
  margin: 150px 0 200px;
}
@media (max-width: 768px) {
  .section-cases__wireframes_2 {
    margin: 112px 0 112px;
  }
}
.section-cases__wireframes_2 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px 20px;
}
@media (max-width: 1200px) {
  .section-cases__wireframes_2 .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section-cases__wireframes_2 .head__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .section-cases__wireframes_2 .head__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section-cases__wireframes_2 .head__content .section-title {
  width: 100%;
}
@media (max-width: 768px) {
  .section-cases__wireframes_2 .head__content .section-title {
    text-align: center;
  }
}
.section-cases__wireframes_2 .head__content .wys {
  margin-top: 56px;
}
@media (max-width: 1200px) {
  .section-cases__wireframes_2 .head__content .wys {
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .section-cases__wireframes_2 .head__content .wys {
    margin-top: 24px;
  }
}
.section-cases__wireframes_2 .grid {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px 20px;
  width: calc(100% + 420px);
  margin-left: -210px;
}
@media (max-width: 768px) {
  .section-cases__wireframes_2 .grid {
    margin-top: 60px;
    width: 100%;
    margin-left: 0;
    gap: 16px 16px;
  }
}
.section-cases__wireframes_2 .grid__item {
  overflow: hidden;
  mix-blend-mode: luminosity;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: calc((100% - 242px) / 3);
}
@media (max-width: 768px) {
  .section-cases__wireframes_2 .grid__item {
    width: 100%;
  }
}
.section-cases__wireframes_2 .grid__item img {
  width: 100%;
  height: auto;
  image-rendering: optimizequality;
}
.section-cases__wireframes_2 .grid__separator {
  width: 178px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .section-cases__wireframes_2 .grid__separator {
    display: none;
  }
}
.section-cases__content-with-image_padding-bottom {
  padding-bottom: 200px;
}
@media (max-width: 998px) {
  .section-cases__content-with-image_padding-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 560px) {
  .section-cases__content-with-image_padding-bottom {
    padding-bottom: 60px;
  }
}
.section-cases__quote {
  margin: 112px 0 200px 0;
}
.section-cases__quote .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .section-cases__quote .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-cases__quote .flex-wrapper .title {
  margin-right: 50px;
  max-width: 350px;
  width: 100%;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  color: #00bcdc;
}
.section-cases__quote .flex-wrapper .title span {
  color: #00bcdc;
}
@media (max-width: 1200px) {
  .section-cases__quote .flex-wrapper .title {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    text-align: center;
    font-size: 43px;
  }
}
@media (max-width: 768px) {
  .section-cases__quote .flex-wrapper .title {
    font-size: 30px;
  }
}
.section-cases__quote .flex-wrapper .white-card {
  max-width: 745px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .section-cases__quote .flex-wrapper .white-card {
    max-width: 100%;
    padding: 35px;
  }
}
@media (max-width: 768px) {
  .section-cases__quote .flex-wrapper .white-card {
    padding: 30px;
  }
}
@media (max-width: 560px) {
  .section-cases__quote .flex-wrapper .white-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.section-cases__quote .flex-wrapper .white-card .mini-icon {
  margin-right: 48px;
  max-width: 152px;
  width: 100%;
}
@media (max-width: 768px) {
  .section-cases__quote .flex-wrapper .white-card .mini-icon {
    max-width: 100px;
    margin-right: 30px;
  }
}
@media (max-width: 560px) {
  .section-cases__quote .flex-wrapper .white-card .mini-icon {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 80px;
  }
}
.section-cases__quote .flex-wrapper .white-card img,
.section-cases__quote .flex-wrapper .white-card svg {
  max-width: 152px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .section-cases__quote .flex-wrapper .white-card img,
  .section-cases__quote .flex-wrapper .white-card svg {
    max-width: 100px;
  }
}
@media (max-width: 560px) {
  .section-cases__quote .flex-wrapper .white-card img,
  .section-cases__quote .flex-wrapper .white-card svg {
    max-width: 80px;
  }
}
.section-cases__quote .flex-wrapper .white-card .quote_text {
  max-width: 449px;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: rgba(26, 12, 39, 0.7);
}
@media (max-width: 1200px) {
  .section-cases__quote .flex-wrapper .white-card .quote_text {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .section-cases__quote .flex-wrapper .white-card .quote_text {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .section-cases__quote .flex-wrapper .white-card .quote_text {
    font-size: 16px;
    max-width: 100%;
  }
}
.page--single {
  padding: 180px 0 176px;
}
@media (max-width: 768px) {
  .page--single {
    padding: 110px 0 110px;
  }
}
.page--single__head .title {
  font-weight: 600;
  font-size: 72px;
  line-height: 1.11;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .page--single__head .title {
    font-size: 36px;
  }
}
.page--single__head .banner {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .page--single__head .banner {
    margin-top: 30px;
  }
}
.page--single__head .banner img {
  width: 100%;
  height: 424px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .page--single__head .banner img {
    height: auto;
  }
}
.page--single__body {
  margin: 0 !important;
}
.page--single__body .info {
  margin: 84px 0 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
@media (max-width: 768px) {
  .page--single__body .info {
    margin: 34px 0 28px;
  }
}
.page--single__body .info__img {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.page--single__body .info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page--single__body .info__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px 0;
}
.page--single__body .info__title {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
.page--single__body .info__title a {
  color: #00bcdc !important;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page--single__body .info__title a:hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
.page--single__body .info__title span {
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
}
.page--single__body .info__title span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -1px;
  width: 1px;
  height: 10px;
  background: rgba(26, 12, 39, 0.2);
}
.page--single__body .info__text {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.01em;
  color: rgba(26, 12, 39, 0.4);
  mix-blend-mode: normal;
}
.page--single__body .info__text span {
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
}
.page--single__body .info__text span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -1px;
  width: 1px;
  height: 10px;
  background: rgba(26, 12, 39, 0.2);
}
@media (max-width: 768px) {
  .page--single__body .info .mobile_hidden {
    display: none;
  }
}
.page--single__body .content-with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 32px;
}
@media (max-width: 998px) {
  .page--single__body .content-with-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.page--single__body .content-with-sidebar .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.page--single__body .content-with-sidebar .content__bottom {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 44px 0 44px;
}
@media (max-width: 768px) {
  .page--single__body .content-with-sidebar .content__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 20px;
    padding: 10px 0 10px;
  }
}
.page--single__body .content-with-sidebar .content__bottom .rating {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.page--single__body .content-with-sidebar .content__bottom .post-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px 24px;
}
@media (max-width: 768px) {
  .page--single__body .content-with-sidebar .content__bottom .post-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.page--single__body .content-with-sidebar .content__bottom .post-rating__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
.page--single__body .content-with-sidebar .content__bottom .post-rating__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 16px;
}
.page--single__body
  .content-with-sidebar
  .content__bottom
  .post-rating__stars_active
  > * {
  pointer-events: none;
}
.page--single__body .content-with-sidebar .content__bottom .post-rating__star {
  width: 24px;
  height: 24px;
  background-image: url(../../../themes/angle2/assets/img/new/rating-star.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}
.page--single__body
  .content-with-sidebar
  .content__bottom
  .post-rating__star:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../themes/angle2/assets/img/new/rating-star2.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page--single__body
  .content-with-sidebar
  .content__bottom
  .post-rating__star_active:before {
  opacity: 1;
}
.page--single__body
  .content-with-sidebar
  .content__bottom
  .post-rating__star:hover:before {
  opacity: 1;
}
.page--single__body .content-with-sidebar .content__bottom .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px 24px;
}
@media (max-width: 768px) {
  .page--single__body .content-with-sidebar .content__bottom .share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.page--single__body .content-with-sidebar .content__bottom .share__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
.page--single__body .content-with-sidebar .content__bottom .share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
.page--single__body .content-with-sidebar .content__bottom .share__list a img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page--single__body
  .content-with-sidebar
  .content__bottom
  .share__list
  a:hover
  img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.page--single__body .content-with-sidebar .sidebar {
  width: 384px;
  max-width: 100%;
  will-change: min-height;
}
@media (max-width: 998px) {
  .page--single__body .content-with-sidebar .sidebar {
    width: 100%;
    margin-top: 40px;
  }
  .page--single__body .content-with-sidebar .sidebar .inner-wrapper-sticky {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page--single__body .content-with-sidebar .sidebar {
    margin-top: 40px;
  }
}
.page--single__body .content-with-sidebar .sidebar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
@media (max-width: 768px) {
  .page--single__body .content-with-sidebar .sidebar__inner {
    gap: 30px 0;
  }
}
.page--single__body .content-with-sidebar .sidebar .top-posts {
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 24px 24px 24px;
}
.page--single__body .content-with-sidebar .sidebar .top-posts__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: rgba(26, 12, 39, 0.7);
}
@media (max-width: 768px) {
  .page--single__body .content-with-sidebar .sidebar .top-posts__title {
    font-size: 20px;
  }
}
.page--single__body .content-with-sidebar .sidebar .top-posts__items {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px 0;
}
.page--single__body .content-with-sidebar .sidebar .top-posts__items li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(26, 12, 39, 0.7);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .page--single__body .content-with-sidebar .sidebar .top-posts__items li a {
    font-size: 14px;
  }
}
.page--single__body .content-with-sidebar .sidebar .top-posts__items li a img {
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-left: 1px;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .top-posts__items
  li
  a:hover {
  color: #9e58f3;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .top-posts__items
  li
  a:hover
  .top-posts__arrow:before {
  opacity: 1;
}
.page--single__body .content-with-sidebar .sidebar .top-posts__arrow {
  padding-right: 21px;
  position: relative;
  display: inline-block;
}
.page--single__body .content-with-sidebar .sidebar .top-posts__arrow:before {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../../../themes/angle2/assets/img/new/sidebar-link.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.page--single__body .content-with-sidebar .sidebar .subscribe-form {
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 48px 48px;
}
@media (max-width: 768px) {
  .page--single__body .content-with-sidebar .sidebar .subscribe-form {
    padding: 24px 24px;
  }
}
.page--single__body .content-with-sidebar .sidebar .subscribe-form__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: rgba(26, 12, 39, 0.7);
}
@media (max-width: 768px) {
  .page--single__body .content-with-sidebar .sidebar .subscribe-form__title {
    font-size: 20px;
  }
}
.page--single__body .content-with-sidebar .sidebar .subscribe-form__form {
  margin-top: 24px;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .form__hidden {
  display: none;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit) {
  border: unset;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #00bcdc;
  background: #fff5ec;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 16px;
  height: 48px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1.5px solid transparent;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit):focus {
  border-color: #00bcdc;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit):hover {
  border-color: #00bcdc;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit)[data-autocompleted] {
  background-color: transparent !important;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit)::-webkit-input-placeholder {
  color: rgba(26, 12, 39, 0.7);
  opacity: 1;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit)::-moz-placeholder {
  color: rgba(26, 12, 39, 0.7);
  opacity: 1;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit)::-ms-input-placeholder {
  color: rgba(26, 12, 39, 0.7);
  opacity: 1;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  input:not(.wpcf7-submit)::placeholder {
  color: rgba(26, 12, 39, 0.7);
  opacity: 1;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  textarea {
  border: unset;
  padding: 11px 16px 13px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-height: 96px;
  height: 96px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1.5px solid transparent;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  textarea:focus {
  border-color: #00bcdc;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  textarea:hover {
  border-color: #00bcdc;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-form-control-wrap
  textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-submit {
  width: 100%;
  margin-top: 16px;
  display: inline-block;
  border: 2px solid #9e58f3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #9e58f3;
  padding: 9px 20px 11px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: 0 0;
}
@media (max-width: 768px) {
  .page--single__body
    .content-with-sidebar
    .sidebar
    .subscribe-form__form
    .wpcf7-submit {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page--single__body
    .content-with-sidebar
    .sidebar
    .subscribe-form__form
    .wpcf7-submit {
    color: #00bcdc;
    border-color: #00bcdc;
  }
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-submit:hover {
  color: #fff !important;
  background: #c28eff !important;
  border-color: #c28eff !important;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-submit_active {
  color: #00bcdc;
  border-color: #00bcdc;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-response-output {
  margin: 24px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(26, 12, 39, 0.7);
  border: 2px solid #00bcdc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 10px 17px;
  text-align: center;
  width: 100%;
}
.page--single__body .content-with-sidebar .sidebar .subscribe-form__form p {
  position: relative;
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-spinner {
  position: absolute;
  top: calc(50% + 8px);
  left: 10px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page--single__body
  .content-with-sidebar
  .sidebar
  .subscribe-form__form
  .wpcf7-not-valid-tip {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #cb423b;
}
.page--single__body .content-with-sidebar .disabled .inner-wrapper-sticky {
  position: relative !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  left: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
}
.page--author {
  margin: 180px 0 200px;
}
@media (max-width: 768px) {
  .page--author {
    margin: 120px 0 112px;
  }
}
.page--author__title {
  font-weight: 600;
  font-size: 72px;
  line-height: 1.11;
  text-align: center;
}
@media (max-width: 768px) {
  .page--author__title {
    font-size: 36px;
    line-height: 1.33;
  }
}
.page--author .author {
  margin-top: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 136px;
}
@media (max-width: 1200px) {
  .page--author .author {
    gap: 40px 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 998px) {
  .page--author .author {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .page--author .author {
    margin-top: 40px;
  }
}
.page--author .author .img {
  width: 384px;
  height: 384px;
  padding: 48px 48px;
  background-image: url(../../../themes/angle2/assets/img/new/person-img-bg3.svg);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center;
}
@media (max-width: 1200px) {
  .page--author .author .img {
    width: 200px;
    height: 200px;
    padding: 20px;
  }
}
.page--author .author .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.page--author .author .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.page--author .author .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .page--author .author .title {
    font-size: 24px;
  }
}
.page--author .author .subtitle {
  margin-top: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(26, 12, 39, 0.4);
}
.page--author .author .text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .page--author .author .text {
    font-size: 16px;
  }
}
.page--author .author .text p {
  margin: 20px 0;
}
@media (max-width: 768px) {
  .page--author .author .text p {
    margin: 15px 0;
  }
}
.page--author .author .text :first-child {
  margin-top: 0;
}
.page--author .author .text :last-child {
  margin-bottom: 0;
}
.page--author .author .grid {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px 70px;
}
@media (max-width: 998px) {
  .page--author .author .grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}
@media (max-width: 768px) {
  .page--author .author .grid {
    grid-template-columns: 1fr;
    gap: 20px 70px;
    margin-top: 30px;
  }
}
.page--author .author .grid .item__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
.page--author .author .grid .item__text {
  margin-top: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #00bcdc;
}
.page--author__subtitle {
  margin-top: 140px;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  text-align: center;
  color: #00bcdc;
}
@media (max-width: 768px) {
  .page--author__subtitle {
    font-size: 28px;
    margin-top: 80px;
  }
}
.page--author__grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 32px;
}
@media (max-width: 1200px) {
  .page--author__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .page--author__grid {
    grid-template-columns: 1fr;
    gap: 32px 32px;
    margin-top: 32px;
  }
}
.page--author__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page--author__button-container .g-button {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .page--author__button-container .g-button {
    grid-template-columns: 1fr;
    gap: 32px 32px;
    margin-top: 32px;
  }
}
.page-default .page--single__head {
  margin-top: 0;
}
.page-default .page--single__body .content {
  margin-top: 40px;
}
.page-default .page--single__publish-date {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.01em;
  color: rgba(26, 12, 39, 0.4);
  mix-blend-mode: normal;
  margin-bottom: 30px;
}
.angle2-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.angle2-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.angle2-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.angle2-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.angle2-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}
.angle2-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-bg {
  background-color: rgba(25, 35, 60, 0.8) !important;
}
.mfp-wrap {
  overflow: auto;
}
.popup-form {
  width: 656px;
  max-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 24px 84px 0 rgba(17, 47, 131, 0.1),
    0 10px 24px -10px rgba(17, 47, 131, 0.07);
  box-shadow: 0 24px 84px 0 rgba(17, 47, 131, 0.1),
    0 10px 24px -10px rgba(17, 47, 131, 0.07);
  padding: 64px 72px 48px;
  margin: 15px auto;
  position: relative;
}
@media (max-width: 768px) {
  .popup-form {
    padding: 64px 30px 48px;
  }
}
@media (max-width: 768px) {
  .popup-form {
    padding: 50px 20px 35px;
  }
}
.popup-form .form-control {
  position: relative;
  min-height: 72px;
}
.popup-form .form-control.error input,
.popup-form .form-control.error textarea {
  border-color: #e8452a;
}
.popup-form .form-control.error .error-message {
  opacity: 1;
}
.popup-form .form-control.error .custon-select__wrapper .custon-select__list {
  border-color: #e8452a;
}
.popup-form .form-control.valid input,
.popup-form .form-control.valid textarea {
  border-color: rgba(25, 35, 60, 0.7);
}
.popup-form .form-control input,
.popup-form .form-control textarea {
  width: 100%;
  height: 48px;
  border: solid 1px rgba(25, 35, 60, 0.2);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #19233c;
  padding: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 24px;
}
.popup-form .form-control input:hover,
.popup-form .form-control textarea:hover {
  border: solid 1px rgba(25, 35, 60, 0.7);
}
.popup-form .form-control input:focus,
.popup-form .form-control textarea:focus {
  border: solid 1px rgba(25, 35, 60, 0.7);
}
.popup-form .form-control input::-webkit-input-placeholder,
.popup-form .form-control textarea::-webkit-input-placeholder {
  color: #19233c;
  opacity: 0.5;
}
.popup-form .form-control input::-moz-placeholder,
.popup-form .form-control textarea::-moz-placeholder {
  color: #19233c;
  opacity: 0.5;
}
.popup-form .form-control input:-ms-input-placeholder,
.popup-form .form-control textarea:-ms-input-placeholder {
  color: #19233c;
  opacity: 0.5;
}
.popup-form .form-control input:-moz-placeholder,
.popup-form .form-control textarea:-moz-placeholder {
  color: #19233c;
  opacity: 0.5;
}
.popup-form .form-control textarea {
  height: 96px;
  resize: none;
}
.popup-form .form-control .custon-select {
  margin-bottom: 24px;
}
.popup-form .form-control .error-message {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e8452a;
  position: absolute;
  left: 0;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.popup-form .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  height: 48px;
  background: 0 0;
  border: none;
  min-width: 160px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 267px;
  max-width: 100%;
  background-color: #e8452a;
}
.popup-form .btn:hover {
  -webkit-box-shadow: 0 8px 32px 0 rgba(190, 37, 12, 0.7);
  box-shadow: 0 8px 32px 0 rgba(190, 37, 12, 0.7);
  background-color: #f8583e;
}
.popup-form .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #cf3319;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.popup-form .btn.btn-fill {
  background-color: #dc3545;
}
.popup-form .btn.btn-arrow {
  background-color: #dc3545;
}
.popup-form .btn.btn-arrow:hover {
  -webkit-box-shadow: 0 8px 32px 0 rgba(190, 37, 12, 0.7);
  box-shadow: 0 8px 32px 0 rgba(190, 37, 12, 0.7);
  background-color: #f8583e;
}
.popup-form .btn.btn-arrow:hover i::before {
  -webkit-animation: buttonArrow 2s ease infinite;
  animation: buttonArrow 2s ease infinite;
}
.popup-form .btn.btn-arrow:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #cf3319;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.popup-form .btn.btn-arrow i {
  display: block;
  width: 40px;
  height: 1px;
  position: relative;
  margin-left: 10px;
}
.popup-form .btn.btn-arrow i::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.popup-form .btn.btn-arrow i::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 2px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: -2px;
  right: -2px;
}
.popup-form.form-wrap .back {
  z-index: 1;
  opacity: 0;
}
.popup-form.form-wrap .front {
  z-index: 2;
  position: relative;
}
.popup-form.form-wrap_active .front {
  opacity: 0;
}
.popup-form.form-wrap_active .back {
  opacity: 1;
  z-index: 10;
}
.popup-form h2 {
  font-size: 48px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #19223d;
}
@media (max-width: 768px) {
  .popup-form h2 {
    font-size: 26px;
  }
}
.popup-form .homepage__start_form {
  margin-top: 32px;
}
.popup-form .submit,
.popup-form .yes {
  text-align: center;
}
.popup-form .submit .btn,
.popup-form .yes .btn {
  width: 267px;
  max-width: 100%;
}
.popup-form .back {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.popup-form .yes {
  margin-top: 20px;
}
@font-face {
  font-display: swap;
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0%;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

label, select {
    font-size: 18px;
  }
select {
    padding: 8px 12px;
    margin-top: 10px;
    border-radius: 8px;
    border: 2px solid #00bcdc;
    outline: none;
    background-color: #fff;

  }
  thead {
    background-color: #00223a;
    color: white;
  }

  th, td {
    padding: 14px 20px;
    text-align: left;
  }

  tr:hover {
    background-color: #004f6c;
  }
#produk {
  width: 100%;
  max-width: 100%;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  box-sizing: border-box;
}

/* Tabel umum */
#tabelHasil {
  width: 100%;
  background: #003f5b;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  margin: 30px auto 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  min-width: 300px;
  background-color: #003f5b;
  border: 2px solid #00bcdc;
}

#tabelHasil th,
#tabelHasil td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
@media (max-width: 430px) {
  /* Bungkus tabel di HTML dengan div overflow-x:auto agar bisa geser */
  #tabelHasil {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-spacing: 0;
    box-sizing: border-box;
  }

  #tabelHasil th,
  #tabelHasil td {
    font-size: 13px;
    padding: 10px;
    word-break: break-word;
    white-space: nowrap; /* agar tidak terpotong */
  }
}



.header__mobile-content {
  display: none;
  transition: all 0.3s ease;
}

.header__mobile-content.menu-open {
  display: block;
}

/* Optional: animasi burger */
.burger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #000;
  margin: 5px 0;
  transition: 0.3s;
}
.header__mobile-content {
  overflow-y: auto;
  max-height: 100vh;
}
body.lock-scroll {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: var(--scroll-y);
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  background-color: #f8f8f8;
  cursor: pointer;
  transition: background-color 0.3s;
}

.faq-item:hover {
  background-color: #e0f7fa;
}

.faq-answer {
  display: none;
  margin-top: 8px;
  padding-left: 10px;
  color: #333;
  font-size: 14px;
}


@media (max-width: 580px) {
  footer .container {
    padding: 0 16px;
    flex-direction: column;
    align-items: center;
   
  }

  footer .container > * {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 320px) {
  footer {
    padding: 16px 12px;
    overflow-x: hidden;
  }

  footer .container {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .container > * {
    width: 100%;
    margin-bottom: 10px;
    word-break: break-word;
  }

  footer img,
  footer svg {
    max-width: 100%;
    height: auto;
  }

  .g-button {
    font-size: 12px;
    padding: 6px 10px;
  }
}

/* Header Styles for Thoyokem Indonesia */
.header_white {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.header__logo {
  flex-shrink: 0;
}

.header__logo img {
  height: 50px;
  width: auto;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.header__nav-item {
  margin: 0;
}

.header__nav-link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
  position: relative;
}

.header__nav-link:hover {
  color: #007bff;
}

.header__nav-link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #007bff;
  transition: width 0.3s ease;
}

.header__nav-link:hover::after {
  width: 100%;
}

.header__mobile {
  display: none;
}

.mobileMenuHandler {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobileMenuHandler span {
  width: 25px;
  height: 3px;
  background: #333;
  transition: all 0.3s ease;
}

.header__mobile-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.header__mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__mobile-nav-item {
  margin: 10px 0;
}

.header__mobile-nav-link {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

/* Footer Styles */
.footer {
  background: #1a1a1a;
  color: white;
  padding: 60px 0 30px;
  margin-top: 80px;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer__top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer__section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__logo img {
  height: 60px;
  width: auto;
}

.footer__description {
  color: #ccc;
  line-height: 1.6;
  margin: 0;
}

.footer__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: white;
}

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__links a:hover {
  color: white;
}

.footer__contact p {
  margin: 5px 0;
  color: #ccc;
}

.footer__social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.footer__social-link img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.footer__social-link:hover img {
  transform: scale(1.1);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #333;
}

.footer__copyright {
  color: #999;
  margin: 0;
}

.footer__certificates {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer__certificates img {
  height: 40px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.footer__certificates img:hover {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
  
  .header__mobile {
    display: block;
  }
  
  .header__mobile-content.menu-open {
    display: block;
  }
  
  .footer__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer__bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

/* Main content spacing */
.main {
  margin-top: 100px;
  min-height: calc(100vh - 100px - 400px);
}
