@import url(https://fonts.googleapis.com/css2?family=Lato:wght@700&amp;display=swap);

@font-face {
  font-family: 'Metropolis';
  font-display: swap;
  src: url('../metropolis-regular.html') format('woff2'),
    url('../woff/metropolis-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  font-display: swap;
  src: url('../metropolis-medium.html') format('woff2'),
    url('../woff/metropolis-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  font-display: swap;
  src: url('../metropolis-semibold.html') format('woff2'),
    url('../woff/metropolis-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  font-display: swap;
  src: url('../metropolis-bold.html') format('woff2'),
    url('../woff/metropolis-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

:focus-visible {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  height: 100%;
  min-width: 320px;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #050e1a;
  line-height: 1;
  font-family: 'Metropolis';
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: 'Metropolis';
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

body.lock {
  -ms-touch-action: none;
  touch-action: none;
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.wrapper > * {
  min-width: 0;
}

.container {
  max-width: 1372px;
  margin: 0 auto;
  padding: 0 16px;
}

.container-1 {
  max-width: 1122px;
  margin: 0 auto;
  padding: 0 16px;
}

.container-2 {
  max-width: 652px;
  margin: 0 auto;
  padding: 0 16px;
}

.page {
  padding-top: 74px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:checked + .checkbox__label::after {
  opacity: 1;
  visibility: visible;
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 0.625rem;
  color: #415166;
}

.checkbox__label:before {
  content: '';
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #97a9be;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.4s ease 0s;
  -o-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
}

.checkbox__label::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  position: absolute;
  background: #2f80ed url('../svg/check-white.svg') center/18px 14px no-repeat;
  font-size: 1.25rem;
  line-height: 140%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.modal__window {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem 0.625rem;
  visibility: hidden;
  -webkit-transition: visibility 0.8s ease 0s, background-color 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s, background-color 0.8s ease 0s;
  transition: visibility 0.8s ease 0s, background-color 0.8s ease 0s;
  pointer-events: none;
  z-index: 10012;
}

.modal_open {
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.modal_open .modal__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  cursor: auto;
}

.modal__body {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.modal__content {
  position: relative;
  padding: 2.5rem;
  width: 100%;
  max-width: 60.5rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: visibility 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, visibility 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s, opacity 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  background-color: transparent;
  border-radius: 0.9375rem;
}

.modal__content#download-guide-container {
  background-color: #fff;
}

.modal__content#download-guide-container .modal__exit {
  right: 20px;
  top: 20px;
}

.modal__content#download-guide-container .modal__exit svg {
  fill: #2f80ed;
}

.modal__content#download-guide-container .modal__exit:hover svg {
  fill: #013a85;
}

.modal__exit {
  position: absolute;
  right: 10px;
  top: 10px;
}

.modal__exit svg {
  fill: #fff;
  -webkit-transition: fill 0.4s ease 0s;
  -o-transition: fill 0.4s ease 0s;
  transition: fill 0.4s ease 0s;
}

.modal__exit:hover svg {
  fill: #2f80ed;
}

h4 {
  font-weight: 400;
  font-size: 36px;
  line-height: 122%;
  letter-spacing: -0.01em;
}

.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.button-primary {
  padding: 30px 50px;
  background: #2f80ed;
  color: #fff;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: 0;
  font-size: 18px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.button-primary:focus,
.button-primary:hover {
  background: #4091ff;
  -webkit-box-shadow: 0 6px 24px -12px rgba(45, 134, 255, 0.8);
  box-shadow: 0 6px 24px -12px rgba(45, 134, 255, 0.8);
  border-radius: 50px;
}

.button-primary:active {
  background: #2d79e0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pure-g {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.pure-u-1-24 {
  width: 4.1667%;
}

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
}

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
}

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
}

.pure-u-1-5 {
  width: 20%;
}

.pure-u-5-24 {
  width: 20.8333%;
}

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
}

.pure-u-7-24 {
  width: 29.1667%;
}

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
}

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
}

.pure-u-2-5 {
  width: 40%;
}

.pure-u-10-24,
.pure-u-5-12 {
  width: 41.6667%;
}

.pure-u-11-24 {
  width: 45.8333%;
}

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
}

.pure-u-13-24 {
  width: 54.1667%;
}

.pure-u-14-24,
.pure-u-7-12 {
  width: 58.3333%;
}

.pure-u-3-5 {
  width: 60%;
}

.pure-u-15-24,
.pure-u-5-8 {
  width: 62.5%;
}

.pure-u-16-24,
.pure-u-2-3 {
  width: 66.6667%;
}

.pure-u-17-24 {
  width: 70.8333%;
}

.pure-u-18-24,
.pure-u-3-4 {
  width: 75%;
}

.pure-u-19-24 {
  width: 79.1667%;
}

.pure-u-4-5 {
  width: 80%;
}

.pure-u-20-24,
.pure-u-5-6 {
  width: 83.3333%;
}

.pure-u-21-24,
.pure-u-7-8 {
  width: 87.5%;
}

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
}

.pure-u-23-24 {
  width: 95.8333%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-24-24,
.pure-u-5-5 {
  width: 100%;
}

.pure-button {
  display: inline-block;
  zoom: 1;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: 0;
  border: none;
  font-family: inherit;
  padding: 0.5em 1em;
  color: #000;
  background-color: #e6e6e6;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 110%;
}

.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pure-button-disabled,
.pure-button-disabled:active,
.pure-button-disabled:focus,
.pure-button-disabled:hover,
.pure-button[disabled] {
  border: none;
  background-image: none;
  filter: alpha(opacity=40);
  opacity: 0.4;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.pure-button-hidden {
  display: none;
}

.pure-form input[type='color'],
.pure-form input[type='date'],
.pure-form input[type='datetime-local'],
.pure-form input[type='datetime'],
.pure-form input[type='email'],
.pure-form input[type='month'],
.pure-form input[type='number'],
.pure-form input[type='password'],
.pure-form input[type='search'],
.pure-form input[type='tel'],
.pure-form input[type='text'],
.pure-form input[type='time'],
.pure-form input[type='url'],
.pure-form input[type='week'],
.pure-form select,
.pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
}

.pure-form input[type='color'] {
  padding: 0.2em 0.5em;
}

.pure-form input:not([type]):focus,
.pure-form input[type='color']:focus,
.pure-form input[type='date']:focus,
.pure-form input[type='datetime-local']:focus,
.pure-form input[type='datetime']:focus,
.pure-form input[type='email']:focus,
.pure-form input[type='month']:focus,
.pure-form input[type='number']:focus,
.pure-form input[type='password']:focus,
.pure-form input[type='search']:focus,
.pure-form input[type='tel']:focus,
.pure-form input[type='text']:focus,
.pure-form input[type='time']:focus,
.pure-form input[type='url']:focus,
.pure-form input[type='week']:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  border-color: #129fea;
}

.pure-form input[type='checkbox']:focus,
.pure-form input[type='file']:focus,
.pure-form input[type='radio']:focus {
  outline: #129fea auto 1px;
}

.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}

.pure-form input:not([type])[disabled],
.pure-form input[type='color'][disabled],
.pure-form input[type='date'][disabled],
.pure-form input[type='datetime-local'][disabled],
.pure-form input[type='datetime'][disabled],
.pure-form input[type='email'][disabled],
.pure-form input[type='month'][disabled],
.pure-form input[type='number'][disabled],
.pure-form input[type='password'][disabled],
.pure-form input[type='search'][disabled],
.pure-form input[type='tel'][disabled],
.pure-form input[type='text'][disabled],
.pure-form input[type='time'][disabled],
.pure-form input[type='url'][disabled],
.pure-form input[type='week'][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background-color: #eee;
  color: #777;
  border-color: #ccc;
}

.pure-form input:focus:invalid,
.pure-form select:focus:invalid,
.pure-form textarea:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

.pure-form input[type='checkbox']:focus:invalid:focus,
.pure-form input[type='file']:focus:invalid:focus,
.pure-form input[type='radio']:focus:invalid:focus {
  outline-color: #e9322d;
}

.pure-form select {
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: #fff;
}

.pure-form select[multiple] {
  height: auto;
}

.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li {
  position: relative;
}

.nav_horizontal {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

.nav_justify {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

.nav_justify li {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.text-left {
  text-align: left;
}

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

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

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.hidden {
  display: none;
}

.pure-u-static {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.pure-u-fluid {
  -ms-flex: 1 1 0px;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}

.pure-form .pure-input-1 {
  width: 100%;
}

.pure-form .pure-input-3-4 {
  width: 75%;
}

.pure-form .pure-input-2-3 {
  width: 66%;
}

.pure-form .pure-input-1-2 {
  width: 50%;
}

.pure-form .pure-input-1-3 {
  width: 33%;
}

.pure-form .pure-input-1-4 {
  width: 25%;
}

.paper-form {
  background: #fff;
  -webkit-box-shadow: 0 12px 24px -6px rgba(8, 35, 71, 0.12);
  box-shadow: 0 12px 24px -6px rgba(8, 35, 71, 0.12);
  padding: 50px;
}

.paper-form h4 {
  margin: 0 0 30px;
}

.paper-form .button-primary {
  margin: 0 0 0 auto;
}

.paper-form .form-group {
  margin: 0 0 35px;
  position: relative;
}

.paper-form .form-group input,
.paper-form .form-group textarea {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 20px;
  color: #415166;
  background: #f7f8fa;
  border: 1px solid #f0f2f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

.paper-form .form-group input::-webkit-input-placeholder,
.paper-form .form-group textarea::-webkit-input-placeholder {
  color: #97a9be;
}

.paper-form .form-group input::-webkit-input-placeholder,
.paper-form .form-group textarea::-webkit-input-placeholder {
  color: #97a9be;
}

.paper-form .form-group input::-moz-placeholder,
.paper-form .form-group textarea::-moz-placeholder {
  color: #97a9be;
}

.paper-form .form-group input:-ms-input-placeholder,
.paper-form .form-group textarea:-ms-input-placeholder {
  color: #97a9be;
}

.paper-form .form-group input::-ms-input-placeholder,
.paper-form .form-group textarea::-ms-input-placeholder {
  color: #97a9be;
}

.paper-form .form-group input::placeholder,
.paper-form .form-group textarea::placeholder {
  color: #97a9be;
}

.paper-form .form-group input:focus,
.paper-form .form-group textarea:focus {
  border: 1px solid #97a9be;
}

.paper-form .form-group input:-webkit-autofill,
.paper-form .form-group input:-webkit-autofill:focus,
.paper-form .form-group input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #f7f8fa inset;
  -webkit-text-fill-color: #415166;
}

.paper-form .form-group textarea {
  resize: none;
}

.paper-form .form-group.has-danger .custom-select-opener,
.paper-form .form-group.has-danger input {
  border: 1px solid #de4244;
}

.paper-form .form-group .text-help {
  position: absolute;
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 16px;
}

.paper-form .form-group .text-help.pristine-error {
  color: #de4244;
}

.paper-form .form-group .pristine-error {
  display: none;
}

.paper-form .form-group.has-danger .pristine-error {
  display: block;
}

.snackbar {
  z-index: 99;
  -webkit-animation: fadeIn 0.2s, fadeOut 0.2s 2.85s;
  animation: fadeIn 0.2s, fadeOut 0.2s 2.85s;
  position: fixed;
  left: 3.5%;
  background: #121212;
  bottom: 25px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 30px;
  display: none;
}

.snackbar p {
  font-size: 18px;
  line-height: 156%;
  margin: 0;
  color: #fff;
}

.snackbar.active {
  display: block;
}

.snackbar.error {
  background: #de4244;
}

.snackbar.success {
  background: #13966e;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.cookies_popup {
  z-index: 98;
  -webkit-animation: fadeIn 0.2s ease-in;
  animation: fadeIn 0.2s ease-in;
  position: fixed;
  left: 3.5%;
  background: #121212;
  bottom: 25px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 15px;
  display: none;
}

.cookies_popup p {
  margin: 0;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
}

.cookies_popup > div {
  margin-right: 15px;
}

.cookies_popup a {
  text-decoration: none;
  color: #2f80ed;
}

.cookies_popup button {
  padding: 10px 25px;
  font-weight: 500;
  outline: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  background: #121212;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
}

.title-section {
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.04em;
  margin-bottom: 75px;
}

.title-section--left {
  text-align: start;
  margin-bottom: 20px;
}

.padding-section-small {
  padding: 80px 0;
}

.padding-section {
  padding: 120px 0;
}

.fw-medium {
  font-weight: 500;
  color: #050e1a;
}

.go-to-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 75px;
}

.go-to-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.go-to-list__btn span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 111.1111111111%;
  color: #2f80ed;
  -webkit-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}

.go-to-list__btn svg path {
  stroke: #2f80ed;
  -webkit-transition: stroke 0.4s ease 0s;
  -o-transition: stroke 0.4s ease 0s;
  transition: stroke 0.4s ease 0s;
}

.go-to-list__btn:hover span {
  color: #325789;
}

.go-to-list__btn:hover svg path {
  stroke: #325789;
}

.accent {
  color: #2f80ed;
}

.pc {
  display: none;
}

.mb {
  display: none;
}

.clr-mahogany {
  color: #de4244;
}

.text-link {
  text-decoration: underline !important;
  color: #2f80ed;
  -webkit-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}

.text-link:hover {
  color: #325789;
}

.btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 111.1111111111%;
  padding: 30px 50px;
  color: #ffffff;
  background-color: #2f80ed;
  border-radius: 50px;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.btn:hover {
  color: #2f80ed;
  background-color: transparent;
  border-color: #2f80ed;
}

.btn-transparent {
  background-color: transparent;
  color: #2f80ed;
  border-color: #2f80ed;
}

.btn-transparent:hover {
  color: #fff;
  background-color: #2f80ed;
}

.bg-solitude {
  background-color: #f0f2f5;
}

/*HEADER*/

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: 0px 1px 0px #f0f2f5;
  box-shadow: 0px 1px 0px #f0f2f5;
  background: #ffffff;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 74px !important;
  padding: 10px 15px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: 0;
  top: 0;
  z-index: 3;
}

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

.menu__item {
  margin-left: 30px;
}

.menu__item--submenu {
  position: relative;
  left: 0;
  top: 0;
}

.submenu__list {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transform: translateY(15px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  min-width: 220px;
  -webkit-box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.12);
  border: 1px solid #f0f2f4;
  background: #fff;
}

.submenu__item {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.submenu__item:last-child {
  margin-bottom: 0;
}

.submenu__link {
  display: block;
  padding: 10px 10px;
  line-height: 20px;
  color: #415166;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.submenu__link.active {
  color: #2f80ed;
}

.menu__item--submenu:hover .submenu__list {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

.menu__link {
  line-height: 20px;
  color: #415166;
  background: transparent;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu__link.active {
  color: #050e1a;
  text-shadow: 0 0 0.1px #050e1a, 0 0 0.1px #050e1a;
}

.menu__call {
  margin-left: 30px;
  padding: 20px 30px;
  font-weight: 500;
  line-height: 14px;
  color: #2f80ed;
  background: rgba(47, 128, 237, 0.1);
  border-radius: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.header__burger {
  display: none;
}

.footer {
  background-color: #fff;
}

.footer__body {
  padding: 50px 0;
}

.footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

.footer-lists__title {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #050e1a;
}

.footer__link {
  line-height: 20px;
  color: #050e1a;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer__locations {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 420px;
  flex: 0 1 420px;
}

.footer__item {
  margin-bottom: 20px;
  line-height: 20px;
  color: #050e1a;
}

.footer__item:last-child {
  margin: 0;
}

.footer__bottom {
  padding: 20px 0;
  border-top: 1px solid #f0f2f5;
}

.footer-bottom__body {
  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;
}

.bottom-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  color: #050e1a;
}

.bottom-footer__left span {
  display: block;
}

.vertical-line {
  height: 10px;
  width: 1px;
  background: #000;
  margin: 0 15px;
}

.bottom-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  line-height: 20px;
  color: #415166;
}

.bottom-footer__right span {
  display: block;
  line-height: 20px;
  color: #97a9be;
}

.bottom-footer__link {
  line-height: 20px;
  color: #415166;
}

.hero {
  padding: 125px 0 22px;
}

.hero .container-1 {
  max-width: 895px;
}

.hero__title {
  min-height: 64px;
  font-family: 'Metropolis';
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -3px;
  color: #050e1a;
}

.hero__title span {
  color: #2f80ed;
}

.hero__subtitle {
  margin: 20px auto;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  color: #415166;
  max-width: 574px;
}

.hero__buttons {
  margin: 50px auto 166px;
  display: flex;
  justify-content: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-row-gap: 30px;
  -moz-row-gap: 30px;
  row-gap: 30px;
}

.hero__buttons-wrap {
  position: relative;
}

.hero__button-sign {
  position: absolute;
  top: 100%;
  margin-top: 18px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #415166;
}

.hero__button {
  display: block;
  padding: 29px 50.3px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background: #2f80ed;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.hero__button--transparent {
  background-color: transparent;
  color: #2f80ed;
  border: 1px solid #2f80ed;
}

.list-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}

.list-logo li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chatbots {
  background: #f0f2f5;
}

.chatbots__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px;
}

.chatbots__body form button {
  display: block;
}

.chatbots__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
}

.chatbots__title {
  max-width: 420px;
  font-family: 'Metropolis';
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.04em;
  color: #050e1a;
}

.chatbots__title span {
  display: block;
  color: #2f80ed;
}

.chatbots__info {
  margin: 50px 0;
  font-size: 24px;
  line-height: 32px;
  color: #415166;
}

.chatbots__info span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.chatbots__awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chatbots__forma {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
  padding: 50px;
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 24px -6px rgba(8, 35, 71, 0.12);
  box-shadow: 0px 12px 24px -6px rgba(8, 35, 71, 0.12);
}

.forma-chatbots__title {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #050e1a;
}

.forma-chatbots__input {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 30px;
}

.forma-chatbots__input span {
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: #fd6062;
}

.forma-chatbots__input.error .empty {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.forma-chatbots__input.error .empty span.empty {
  display: block;
}

.forma-chatbots__input.error .empty span.empty span.error {
  display: none;
}

.forma-chatbots__input.error span.error {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.forma-chatbots__input input {
  display: block;
  width: 100%;
  padding: 16px;
  background: #f7f8fa;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 20px;
  color: #415166;
}

.forma-chatbots__input input.error {
  border: 1px solid #fd6062;
}

.forma-chatbots__input input:focus {
  border: 1px solid #97a9be;
}

.forma-chatbots__input input::-webkit-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__input input::-moz-placeholder {
  color: #97a9be;
}

.forma-chatbots__input input:-ms-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__input input::-ms-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__input input::placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea {
  margin-bottom: 30px;
}

.forma-chatbots__textarea textarea {
  padding: 16px;
  background: #f7f8fa;
  border: 1px solid transparent;
  resize: none;
  width: 100%;
  height: 152px;
  font-size: 16px;
  line-height: 20px;
  color: #415166;
}

.forma-chatbots__textarea textarea:focus {
  border: 1px solid #97a9be;
}

.forma-chatbots__textarea textarea::-webkit-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea textarea::-moz-placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea textarea:-ms-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea textarea::-ms-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea textarea::placeholder {
  color: #97a9be;
}

.forma-chatbots__button {
  display: block;
  margin: 0 auto;
  padding: 30px 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background: #2f80ed;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.s-approach {
  background-color: #f1f6fd;
}

.s-approach__title {
  max-width: 840px;
}

.s-approach__groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.s-approach__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 30px;
  padding: 80px 0;
}

.s-approach__group:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.s-approach__group--4 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s-approach__group--4 h3 {
  margin-top: 22px;
}

.s-approach__group:first-child {
  padding-top: 0;
}

.s-approach__group:last-child {
  padding-bottom: 0;
}

.s-approach__group:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.s-approach-group__img img {
  max-width: 100%;
  height: auto;
}

.s-approach-group__img--1 img {
  margin-top: -90px;
}

.s-approach-group__img--2 {
  margin-right: -110px;
}

.s-approach-group__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
}

.s-approach-group__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #050e1a;
}

.s-approach-group__text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #415166;
}

.s-approach-group__text--additional {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.s-approach-group__text-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #2f80ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  margin: 16px 0 8px;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.s-approach-group__text-more svg path {
  -webkit-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}

.anim-chat {
  padding: 120px 0 80px;
  position: relative;
  background-color: #f5f5f5;
}

.anim-chat__container {
  max-width: 892px;
  margin: 0 auto;
  padding: 0 16px;
}

.anim-chat__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  pointer-events: none;
}

.anim-chat__body {
  background: #f1f6fd;
  -webkit-box-shadow: 54px 108px 48px rgba(25, 61, 107, 0.01),
    30px 61px 41px rgba(25, 61, 107, 0.05), 13px 27px 30px rgba(25, 61, 107, 0.09),
    3px 7px 17px rgba(25, 61, 107, 0.1), 0px 0px 0px rgba(25, 61, 107, 0.1);
  box-shadow: 54px 108px 48px rgba(25, 61, 107, 0.01), 30px 61px 41px rgba(25, 61, 107, 0.05),
    13px 27px 30px rgba(25, 61, 107, 0.09), 3px 7px 17px rgba(25, 61, 107, 0.1),
    0px 0px 0px rgba(25, 61, 107, 0.1);
  border-radius: 14.8797px;
  padding: 32px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.init .anim-chat-wrap__message .anim-chat-message__icon {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.init .anim-chat-wrap__message .anim-chat-message__text {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1;
}

.init .anim-chat-wrap__message:nth-child(1) .anim-chat-message__icon {
  -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

.init .anim-chat-wrap__message:nth-child(1) .anim-chat-message__text {
  -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  -o-transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
}

.init .anim-chat-wrap__message:nth-child(2) .anim-chat-message__icon {
  -webkit-transition: opacity 0.4s ease 0.9s, -webkit-transform 0.4s ease 0.9s;
  transition: opacity 0.4s ease 0.9s, -webkit-transform 0.4s ease 0.9s;
  -o-transition: opacity 0.4s ease 0.9s, transform 0.4s ease 0.9s;
  transition: opacity 0.4s ease 0.9s, transform 0.4s ease 0.9s;
  transition: opacity 0.4s ease 0.9s, transform 0.4s ease 0.9s, -webkit-transform 0.4s ease 0.9s;
}

.init .anim-chat-wrap__message:nth-child(2) .anim-chat-message__text {
  -webkit-transition: opacity 0.5s ease 1.3s, -webkit-transform 0.5s ease 1.3s;
  transition: opacity 0.5s ease 1.3s, -webkit-transform 0.5s ease 1.3s;
  -o-transition: transform 0.5s ease 1.3s, opacity 0.5s ease 1.3s;
  transition: transform 0.5s ease 1.3s, opacity 0.5s ease 1.3s;
  transition: transform 0.5s ease 1.3s, opacity 0.5s ease 1.3s, -webkit-transform 0.5s ease 1.3s;
}

.init .anim-chat-wrap__message:nth-child(3) .anim-chat-message__icon {
  -webkit-transition: opacity 0.4s ease 1.8s, -webkit-transform 0.4s ease 1.8s;
  transition: opacity 0.4s ease 1.8s, -webkit-transform 0.4s ease 1.8s;
  -o-transition: opacity 0.4s ease 1.8s, transform 0.4s ease 1.8s;
  transition: opacity 0.4s ease 1.8s, transform 0.4s ease 1.8s;
  transition: opacity 0.4s ease 1.8s, transform 0.4s ease 1.8s, -webkit-transform 0.4s ease 1.8s;
}

.init .anim-chat-wrap__message:nth-child(3) .anim-chat-message__text {
  -webkit-transition: opacity 0.5s ease 2.2s, -webkit-transform 0.5s ease 2.2s;
  transition: opacity 0.5s ease 2.2s, -webkit-transform 0.5s ease 2.2s;
  -o-transition: transform 0.5s ease 2.2s, opacity 0.5s ease 2.2s;
  transition: transform 0.5s ease 2.2s, opacity 0.5s ease 2.2s;
  transition: transform 0.5s ease 2.2s, opacity 0.5s ease 2.2s, -webkit-transform 0.5s ease 2.2s;
}

.init .anim-chat-wrap__message:nth-child(4) .anim-chat-message__icon {
  -webkit-transition: opacity 0.4s ease 2.7s, -webkit-transform 0.4s ease 2.7s;
  transition: opacity 0.4s ease 2.7s, -webkit-transform 0.4s ease 2.7s;
  -o-transition: opacity 0.4s ease 2.7s, transform 0.4s ease 2.7s;
  transition: opacity 0.4s ease 2.7s, transform 0.4s ease 2.7s;
  transition: opacity 0.4s ease 2.7s, transform 0.4s ease 2.7s, -webkit-transform 0.4s ease 2.7s;
}

.init .anim-chat-wrap__message:nth-child(4) .anim-chat-message__text {
  -webkit-transition: opacity 0.5s ease 3.1s, -webkit-transform 0.5s ease 3.1s;
  transition: opacity 0.5s ease 3.1s, -webkit-transform 0.5s ease 3.1s;
  -o-transition: transform 0.5s ease 3.1s, opacity 0.5s ease 3.1s;
  transition: transform 0.5s ease 3.1s, opacity 0.5s ease 3.1s;
  transition: transform 0.5s ease 3.1s, opacity 0.5s ease 3.1s, -webkit-transform 0.5s ease 3.1s;
}

.init .anim-chat-wrap__message:nth-child(5) .anim-chat-message__icon {
  -webkit-transition: opacity 0.4s ease 3.6s, -webkit-transform 0.4s ease 3.6s;
  transition: opacity 0.4s ease 3.6s, -webkit-transform 0.4s ease 3.6s;
  -o-transition: opacity 0.4s ease 3.6s, transform 0.4s ease 3.6s;
  transition: opacity 0.4s ease 3.6s, transform 0.4s ease 3.6s;
  transition: opacity 0.4s ease 3.6s, transform 0.4s ease 3.6s, -webkit-transform 0.4s ease 3.6s;
}

.init .anim-chat-wrap__message:nth-child(5) .anim-chat-message__text {
  -webkit-transition: opacity 0.5s ease 4s, -webkit-transform 0.5s ease 4s;
  transition: opacity 0.5s ease 4s, -webkit-transform 0.5s ease 4s;
  -o-transition: transform 0.5s ease 4s, opacity 0.5s ease 4s;
  transition: transform 0.5s ease 4s, opacity 0.5s ease 4s;
  transition: transform 0.5s ease 4s, opacity 0.5s ease 4s, -webkit-transform 0.5s ease 4s;
}

.init .anim-chat-wrap__message:nth-child(6) .anim-chat-message__icon {
  -webkit-transition: opacity 0.4s ease 4.5s, -webkit-transform 0.4s ease 4.5s;
  transition: opacity 0.4s ease 4.5s, -webkit-transform 0.4s ease 4.5s;
  -o-transition: opacity 0.4s ease 4.5s, transform 0.4s ease 4.5s;
  transition: opacity 0.4s ease 4.5s, transform 0.4s ease 4.5s;
  transition: opacity 0.4s ease 4.5s, transform 0.4s ease 4.5s, -webkit-transform 0.4s ease 4.5s;
}

.init .anim-chat-wrap__message:nth-child(6) .anim-chat-message__text {
  -webkit-transition: opacity 0.5s ease 4.9s, -webkit-transform 0.5s ease 4.9s;
  transition: opacity 0.5s ease 4.9s, -webkit-transform 0.5s ease 4.9s;
  -o-transition: transform 0.5s ease 4.9s, opacity 0.5s ease 4.9s;
  transition: transform 0.5s ease 4.9s, opacity 0.5s ease 4.9s;
  transition: transform 0.5s ease 4.9s, opacity 0.5s ease 4.9s, -webkit-transform 0.5s ease 4.9s;
}

.init .anim-chat-wrap__message:nth-child(7) .anim-chat-message__icon {
  -webkit-transition: opacity 0.4s ease 5.4s, -webkit-transform 0.4s ease 5.4s;
  transition: opacity 0.4s ease 5.4s, -webkit-transform 0.4s ease 5.4s;
  -o-transition: opacity 0.4s ease 5.4s, transform 0.4s ease 5.4s;
  transition: opacity 0.4s ease 5.4s, transform 0.4s ease 5.4s;
  transition: opacity 0.4s ease 5.4s, transform 0.4s ease 5.4s, -webkit-transform 0.4s ease 5.4s;
}

.init .anim-chat-wrap__message:nth-child(7) .anim-chat-message__text {
  -webkit-transition: opacity 0.5s ease 5.9s, -webkit-transform 0.5s ease 5.9s;
  transition: opacity 0.5s ease 5.9s, -webkit-transform 0.5s ease 5.9s;
  -o-transition: transform 0.5s ease 5.9s, opacity 0.5s ease 5.9s;
  transition: transform 0.5s ease 5.9s, opacity 0.5s ease 5.9s;
  transition: transform 0.5s ease 5.9s, opacity 0.5s ease 5.9s, -webkit-transform 0.5s ease 5.9s;
}

.init .anim-chat-wrap__message:nth-child(8) .anim-chat-message__icon {
  -webkit-transition: opacity 0.4s ease 6.4s, -webkit-transform 0.4s ease 6.4s;
  transition: opacity 0.4s ease 6.4s, -webkit-transform 0.4s ease 6.4s;
  -o-transition: opacity 0.4s ease 6.4s, transform 0.4s ease 6.4s;
  transition: opacity 0.4s ease 6.4s, transform 0.4s ease 6.4s;
  transition: opacity 0.4s ease 6.4s, transform 0.4s ease 6.4s, -webkit-transform 0.4s ease 6.4s;
}

.init .anim-chat-wrap__message:nth-child(8) .anim-chat-message__text {
  -webkit-transition: opacity 0.5s ease 6.8s, -webkit-transform 0.5s ease 6.8s;
  transition: opacity 0.5s ease 6.8s, -webkit-transform 0.5s ease 6.8s;
  -o-transition: transform 0.5s ease 6.8s, opacity 0.5s ease 6.8s;
  transition: transform 0.5s ease 6.8s, opacity 0.5s ease 6.8s;
  transition: transform 0.5s ease 6.8s, opacity 0.5s ease 6.8s, -webkit-transform 0.5s ease 6.8s;
}

.anim-chat-wrap__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #050e1a;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.anim-chat-wrap__title img {
  display: block;
  margin-top: -4px;
}

.anim-chat-wrap__list {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
}

.anim-chat-wrap__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.anim-chat-wrap__message:nth-child(odd) {
  margin-right: 95px;
}

.anim-chat-wrap__message:nth-child(odd) .anim-chat-message__text {
  border: 1px solid #f76f64;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.anim-chat-wrap__message:first-child {
  margin-right: 60px;
}

.anim-chat-wrap__message:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: 95px;
}

.anim-chat-wrap__message:nth-child(even) .anim-chat-message__text {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  border: 1px solid #2f80ed;
}

.anim-chat-message__icon {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.anim-chat-message__text {
  background-color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #050e1a;
  padding: 8px;
  border-radius: 12px;
  position: relative;
  opacity: 0;
}

.s-white-solution__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 75px;
  align-content: flex-start;
}

.s-white-solution__card {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
  padding: 50px;
  transition: background-color 0.3s ease;
}
.s-white-solution__card:nth-child(odd) {
  flex-direction: row-reverse;
}
.s-white-solution__card:nth-child(even) .white-solution-card__image-wrapper {
  margin: -50px 0 -50px -50px;
}
.s-white-solution__card:nth-child(odd) .white-solution-card__image-wrapper {
  margin: -50px -50px -50px 0;
}
.s-white-solution__card.card-green {
  background-color: #f3f8f3;
}
.s-white-solution__card.card-green:hover {
  background-color: #dfeedf;
}
.s-white-solution__card.card-blue {
  background-color: #f1f6fd;
}
.s-white-solution__card.card-blue:hover {
  background-color: #e1edfd;
}
.s-white-solution__see-all {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
.s-white-solution__see-all a {
  color: #2f80ed;
  transition: color 0.3s ease;
}
.s-white-solution__see-all a:hover {
  color: #011837;
}
.white-solution-card__image-wrapper {
  flex: 0 1 49.9%;
  padding: 60px 50px 0;
}

.white-solution-card__image {
  position: relative;
  height: 100%;
  padding-bottom: 36.7%;
}
.white-solution-card__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.white-solution-card__content {
  flex: 0 1 44.5%;
}

.white-solution-card__sign {
  color: #97a9be;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.white-solution-card__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #050e1a;
  max-width: 450px;
  margin: 10px 0 20px;
}

.white-solution-card__text {
  color: #415166;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.white-solution-card__link {
  display: inline-flex;
  border-color: #050e19;
  color: #050e19;
}
.white-solution-card__link:hover {
  border-color: #fff;
  color: #050e19;
  background-color: #fff;
}

@media (max-width: 1023px) {
  .s-white-solution__card {
    row-gap: 50px;
    padding: 30px;
  }
  .white-solution-card__image-wrapper {
    padding: 0 30px 0;
  }
  .s-white-solution__card,
  .s-white-solution__card:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .s-white-solution__card:nth-child(even) .white-solution-card__image-wrapper {
    margin: 0 -30px -30px;
  }
  .s-white-solution__card:nth-child(odd) .white-solution-card__image-wrapper {
    margin: 0 -30px -30px;
  }
  .white-solution-card__image {
    padding-bottom: 50%;
  }
  .white-solution-card__title {
    max-width: 100%;
    letter-spacing: -0.02em;
    font-size: 32px;
    line-height: 36px;
  }
  .s-white-solution__body {
    gap: 45px;
  }
}

@media (max-width: 575px) {
  .white-solution-card__image {
    padding-bottom: 80%;
  }
  .white-solution-card__text{
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 568px) {
  .text-left-sm {
    text-align: left;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-center-sm {
    text-align: center;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .hidden-sm {
    display: none;
  }

  .visible-sm {
    display: block;
  }

  .visible-inline-sm {
    display: inline;
  }

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

  .pure-u-sm-static {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .pure-u-sm-fluid {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  .pure-u-sm-1-24 {
    width: 4.1667%;
  }

  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
  }

  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5%;
  }

  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
  }

  .pure-u-sm-1-5 {
    width: 20%;
  }

  .pure-u-sm-5-24 {
    width: 20.8333%;
  }

  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
  }

  .pure-u-sm-7-24 {
    width: 29.1667%;
  }

  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
  }

  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5%;
  }

  .pure-u-sm-2-5 {
    width: 40%;
  }

  .pure-u-sm-10-24,
  .pure-u-sm-5-12 {
    width: 41.6667%;
  }

  .pure-u-sm-11-24 {
    width: 45.8333%;
  }

  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
  }

  .pure-u-sm-13-24 {
    width: 54.1667%;
  }

  .pure-u-sm-14-24,
  .pure-u-sm-7-12 {
    width: 58.3333%;
  }

  .pure-u-sm-3-5 {
    width: 60%;
  }

  .pure-u-sm-15-24,
  .pure-u-sm-5-8 {
    width: 62.5%;
  }

  .pure-u-sm-16-24,
  .pure-u-sm-2-3 {
    width: 66.6667%;
  }

  .pure-u-sm-17-24 {
    width: 70.8333%;
  }

  .pure-u-sm-18-24,
  .pure-u-sm-3-4 {
    width: 75%;
  }

  .pure-u-sm-19-24 {
    width: 79.1667%;
  }

  .pure-u-sm-4-5 {
    width: 80%;
  }

  .pure-u-sm-20-24,
  .pure-u-sm-5-6 {
    width: 83.3333%;
  }

  .pure-u-sm-21-24,
  .pure-u-sm-7-8 {
    width: 87.5%;
  }

  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
  }

  .pure-u-sm-23-24 {
    width: 95.8333%;
  }

  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-24-24,
  .pure-u-sm-5-5 {
    width: 100%;
  }
}

@media (min-width: 651px) {
  .hero__buttons-wrap:first-child {
    justify-self: flex-end;
  }

  .hero__buttons-wrap:last-child {
    justify-self: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .text-left-md {
    text-align: left;
  }

  .text-right-md {
    text-align: right;
  }

  .text-center-md {
    text-align: center;
  }

  .nav_horizontal-md {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }

  .nav_justify-md {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }

  .nav_justify-md li {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .hidden-md {
    display: none;
  }

  .visible-md {
    display: block;
  }

  .visible-inline-md {
    display: inline;
  }

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

  .pure-u-md-static {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .pure-u-md-fluid {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  .pure-g-md {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .pure-u-md-1-24 {
    width: 4.1667%;
  }

  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
  }

  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5%;
  }

  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
  }

  .pure-u-md-1-5 {
    width: 20%;
  }

  .pure-u-md-5-24 {
    width: 20.8333%;
  }

  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
  }

  .pure-u-md-7-24 {
    width: 29.1667%;
  }

  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
  }

  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5%;
  }

  .pure-u-md-2-5 {
    width: 40%;
  }

  .pure-u-md-10-24,
  .pure-u-md-5-12 {
    width: 41.6667%;
  }

  .pure-u-md-11-24 {
    width: 45.8333%;
  }

  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
  }

  .pure-u-md-13-24 {
    width: 54.1667%;
  }

  .pure-u-md-14-24,
  .pure-u-md-7-12 {
    width: 58.3333%;
  }

  .pure-u-md-3-5 {
    width: 60%;
  }

  .pure-u-md-15-24,
  .pure-u-md-5-8 {
    width: 62.5%;
  }

  .pure-u-md-16-24,
  .pure-u-md-2-3 {
    width: 66.6667%;
  }

  .pure-u-md-17-24 {
    width: 70.8333%;
  }

  .pure-u-md-18-24,
  .pure-u-md-3-4 {
    width: 75%;
  }

  .pure-u-md-19-24 {
    width: 79.1667%;
  }

  .pure-u-md-4-5 {
    width: 80%;
  }

  .pure-u-md-20-24,
  .pure-u-md-5-6 {
    width: 83.3333%;
  }

  .pure-u-md-21-24,
  .pure-u-md-7-8 {
    width: 87.5%;
  }

  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
  }

  .pure-u-md-23-24 {
    width: 95.8333%;
  }

  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-24-24,
  .pure-u-md-5-5 {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .pc {
    display: block;
  }
}

@media (min-width: 960px) {
  .submenu__item:hover {
    background-color: #2f80ed;
  }

  .submenu__item:hover .submenu__link {
    color: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .text-left-lg {
    text-align: left;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-center-lg {
    text-align: center;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .hidden-lg {
    display: none;
  }

  .visible-lg {
    display: block;
  }

  .visible-inline-lg {
    display: inline;
  }

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

  .pure-u-lg-static {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .pure-u-lg-fluid {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  .pure-g-lg {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .pure-u-lg-1-24 {
    width: 4.1667%;
  }

  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
  }

  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5%;
  }

  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
  }

  .pure-u-lg-1-5 {
    width: 20%;
  }

  .pure-u-lg-5-24 {
    width: 20.8333%;
  }

  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
  }

  .pure-u-lg-7-24 {
    width: 29.1667%;
  }

  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
  }

  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5%;
  }

  .pure-u-lg-2-5 {
    width: 40%;
  }

  .pure-u-lg-10-24,
  .pure-u-lg-5-12 {
    width: 41.6667%;
  }

  .pure-u-lg-11-24 {
    width: 45.8333%;
  }

  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
  }

  .pure-u-lg-13-24 {
    width: 54.1667%;
  }

  .pure-u-lg-14-24,
  .pure-u-lg-7-12 {
    width: 58.3333%;
  }

  .pure-u-lg-3-5 {
    width: 60%;
  }

  .pure-u-lg-15-24,
  .pure-u-lg-5-8 {
    width: 62.5%;
  }

  .pure-u-lg-16-24,
  .pure-u-lg-2-3 {
    width: 66.6667%;
  }

  .pure-u-lg-17-24 {
    width: 70.8333%;
  }

  .pure-u-lg-18-24,
  .pure-u-lg-3-4 {
    width: 75%;
  }

  .pure-u-lg-19-24 {
    width: 79.1667%;
  }

  .pure-u-lg-4-5 {
    width: 80%;
  }

  .pure-u-lg-20-24,
  .pure-u-lg-5-6 {
    width: 83.3333%;
  }

  .pure-u-lg-21-24,
  .pure-u-lg-7-8 {
    width: 87.5%;
  }

  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
  }

  .pure-u-lg-23-24 {
    width: 95.8333%;
  }

  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-24-24,
  .pure-u-lg-5-5 {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .menu__link:hover {
    color: #050e1a;
    text-shadow: 0 0 0.1px #050e1a, 0 0 0.1px #050e1a;
  }
}

@media (min-width: 1200px) {
  .anim-chat__bg--pc {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .text-left-xl {
    text-align: left;
  }

  .text-right-xl {
    text-align: right;
  }

  .text-center-xl {
    text-align: center;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .hidden-xl {
    display: none;
  }

  .visible-xl {
    display: block;
  }

  .visible-inline-xl {
    display: inline;
  }

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

  .pure-u-xl-static {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .pure-u-xl-fluid {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  .pure-g-xl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .pure-u-xl-1-24 {
    width: 4.1667%;
  }

  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
  }

  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5%;
  }

  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
  }

  .pure-u-xl-1-5 {
    width: 20%;
  }

  .pure-u-xl-5-24 {
    width: 20.8333%;
  }

  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
  }

  .pure-u-xl-7-24 {
    width: 29.1667%;
  }

  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
  }

  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5%;
  }

  .pure-u-xl-2-5 {
    width: 40%;
  }

  .pure-u-xl-10-24,
  .pure-u-xl-5-12 {
    width: 41.6667%;
  }

  .pure-u-xl-11-24 {
    width: 45.8333%;
  }

  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
  }

  .pure-u-xl-13-24 {
    width: 54.1667%;
  }

  .pure-u-xl-14-24,
  .pure-u-xl-7-12 {
    width: 58.3333%;
  }

  .pure-u-xl-3-5 {
    width: 60%;
  }

  .pure-u-xl-15-24,
  .pure-u-xl-5-8 {
    width: 62.5%;
  }

  .pure-u-xl-16-24,
  .pure-u-xl-2-3 {
    width: 66.6667%;
  }

  .pure-u-xl-17-24 {
    width: 70.8333%;
  }

  .pure-u-xl-18-24,
  .pure-u-xl-3-4 {
    width: 75%;
  }

  .pure-u-xl-19-24 {
    width: 79.1667%;
  }

  .pure-u-xl-4-5 {
    width: 80%;
  }

  .pure-u-xl-20-24,
  .pure-u-xl-5-6 {
    width: 83.3333%;
  }

  .pure-u-xl-21-24,
  .pure-u-xl-7-8 {
    width: 87.5%;
  }

  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
  }

  .pure-u-xl-23-24 {
    width: 95.8333%;
  }

  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-24-24,
  .pure-u-xl-5-5 {
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .text-left-xxl {
    text-align: left;
  }

  .text-right-xxl {
    text-align: right;
  }

  .text-center-xxl {
    text-align: center;
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .hidden-xxl {
    display: none;
  }

  .visible-xxl {
    display: block;
  }

  .visible-inline-xxl {
    display: inline;
  }

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

  .pure-u-xxl-static {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .pure-u-xxl-fluid {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  .pure-g-xxl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .pure-u-xxl-1-24 {
    width: 4.1667%;
  }

  .pure-u-xxl-1-12,
  .pure-u-xxl-2-24 {
    width: 8.3333%;
  }

  .pure-u-xxl-1-8,
  .pure-u-xxl-3-24 {
    width: 12.5%;
  }

  .pure-u-xxl-1-6,
  .pure-u-xxl-4-24 {
    width: 16.6667%;
  }

  .pure-u-xxl-1-5 {
    width: 20%;
  }

  .pure-u-xxl-5-24 {
    width: 20.8333%;
  }

  .pure-u-xxl-1-4,
  .pure-u-xxl-6-24 {
    width: 25%;
  }

  .pure-u-xxl-7-24 {
    width: 29.1667%;
  }

  .pure-u-xxl-1-3,
  .pure-u-xxl-8-24 {
    width: 33.3333%;
  }

  .pure-u-xxl-3-8,
  .pure-u-xxl-9-24 {
    width: 37.5%;
  }

  .pure-u-xxl-2-5 {
    width: 40%;
  }

  .pure-u-xxl-10-24,
  .pure-u-xxl-5-12 {
    width: 41.6667%;
  }

  .pure-u-xxl-11-24 {
    width: 45.8333%;
  }

  .pure-u-xxl-1-2,
  .pure-u-xxl-12-24 {
    width: 50%;
  }

  .pure-u-xxl-13-24 {
    width: 54.1667%;
  }

  .pure-u-xxl-14-24,
  .pure-u-xxl-7-12 {
    width: 58.3333%;
  }

  .pure-u-xxl-3-5 {
    width: 60%;
  }

  .pure-u-xxl-15-24,
  .pure-u-xxl-5-8 {
    width: 62.5%;
  }

  .pure-u-xxl-16-24,
  .pure-u-xxl-2-3 {
    width: 66.6667%;
  }

  .pure-u-xxl-17-24 {
    width: 70.8333%;
  }

  .pure-u-xxl-18-24,
  .pure-u-xxl-3-4 {
    width: 75%;
  }

  .pure-u-xxl-19-24 {
    width: 79.1667%;
  }

  .pure-u-xxl-4-5 {
    width: 80%;
  }

  .pure-u-xxl-20-24,
  .pure-u-xxl-5-6 {
    width: 83.3333%;
  }

  .pure-u-xxl-21-24,
  .pure-u-xxl-7-8 {
    width: 87.5%;
  }

  .pure-u-xxl-11-12,
  .pure-u-xxl-22-24 {
    width: 91.6667%;
  }

  .pure-u-xxl-23-24 {
    width: 95.8333%;
  }

  .pure-u-xxl-1,
  .pure-u-xxl-1-1,
  .pure-u-xxl-24-24,
  .pure-u-xxl-5-5 {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .s-approach-group__img--2 {
    margin-right: -40px;
  }
}

@media (max-width: 1199px) {
  .anim-chat {
    padding: 120px 0 140px;
  }

  .anim-chat__title {
    display: none;
  }
}

@media (max-width: 1140px) {
  .s-approach-group__img--1 img {
    margin-top: -65px;
  }
}

@media (max-width: 1100px) {
  .menu__item {
    margin-left: 15px;
  }
}

@media (max-width: 1024px) {
  .title-section {
    font-size: 50px;
    letter-spacing: -0.02em;
    margin-bottom: 60px;
  }

  .padding-section {
    padding: 100px 0;
  }
}

@media all and (max-width: 1023px) {
  .paper-form {
    margin: 30px 0 0;
    padding: 30px;
  }

  h4 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 10px;
  }

  .button-primary {
    padding: 20px 30px;
  }

  .snackbar {
    bottom: 0;
    left: 0;
    width: 100%;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cookies_popup {
    bottom: 0;
    left: 0;
    width: 100%;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 1023px) {
  .header {
    z-index: 10002;
  }
  .header__burger {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 10002;
    margin-right: 10px;
    cursor: pointer;
  }

  .header__burger span {
    background-color: #000;
  }

  .header__burger span:nth-child(1),
  .header__burger span:nth-child(2),
  .header__burger span:nth-child(3),
  .header__burger span:nth-child(4),
  .header__burger span:nth-child(5) {
    position: absolute;
    height: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger span:nth-child(1) {
    top: 0;
    left: 0;
    width: 50%;
  }

  .header__burger span:nth-child(2) {
    top: 0;
    right: 0;
    width: 50%;
  }

  .header__burger span:nth-child(3) {
    left: 0;
    top: 9px;
    width: 100%;
  }

  .header__burger span:nth-child(4) {
    left: 0;
    bottom: 0;
    width: 50%;
  }

  .header__burger span:nth-child(5) {
    right: 0;
    bottom: 0;
    width: 50%;
  }

  .menu-open .header__burger span {
    background-color: #fff;
  }

  .menu-open .header__burger span:nth-child(1) {
    top: 4px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-open .header__burger span:nth-child(2) {
    top: 4px;
    right: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-open .header__burger span:nth-child(3) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .menu-open .header__burger span:nth-child(4) {
    bottom: 5px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-open .header__burger span:nth-child(5) {
    bottom: 5px;
    right: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-open .header__menu {
    opacity: 1;
    left: 0;
  }

  .menu__call {
    display: none;
  }

  .header__menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease, left 0.4s ease;
    display: block;
    background-color: #121212;
    padding: 60px 10px 20px 40px;
    overflow: auto;
    z-index: 10002;
  }

  .menu__list {
    position: relative;
    display: block;
  }

  .menu__list li {
    margin: 0px 0px 30px 0px;
    text-align: left;
  }

  .menu__list li:last-child {
    margin: 0;
  }

  .menu__link {
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
  }

  .menu__link.active {
    color: #2f80ed;
  }

  .menu__link--button {
    display: inline-flex;
    gap: 20px;
    align-items: center;
  }
  .menu__link--button::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    color: red;
    transform: rotate(180deg);
    background: url(../svg/menu-arrow.svg) 0 0/ 24px 24px no-repeat;
  }
  .menu__link--button.active::after {
    background: url(../svg/menu-arrow-blue.svg) 0 0/ 24px 24px no-repeat;
  }
  .submenu__list-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
  }
  .submenu__list-overflow {
    overflow: hidden;
  }

  .submenu__list {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0);
    position: relative;
    border: none;
    background: transparent;
    margin-top: 30px;
  }
  .menu__item--submenu.is-open .submenu__list-wrapper {
    grid-template-rows: 1fr;
  }
  .menu__item--submenu.is-open .menu__link--button::after {
    transform: rotate(0);
  }

  .submenu__link {
    padding: 0;
    line-height: 100%;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
  }

  .footer__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero {
    padding: 50px 0 75px;
  }

  .hero__title {
    font-size: 41px;
    line-height: 50px;
  }

  .hero__subtitle {
    margin: 10px auto;
    font-size: 20px;
    line-height: 28px;
  }

  .hero__buttons {
    margin: 50px auto 100px;
  }

  .hero__button {
    padding: 30px 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .chatbots__body form button {
    margin: 0 auto !important;
    width: 50%;
  }

  .chatbots__body {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .chatbots__title {
    font-size: 36px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.02em;
  }

  .chatbots__info {
    margin: 30px 0;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .chatbots__awards {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .chatbots__forma {
    padding: 25px;
  }

  .forma-chatbots__title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .forma-chatbots__button {
    padding: 30px 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .s-approach-group__title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.02em;
  }

  .s-approach-group__text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .s-approach__group--4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .s-approach__group {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    padding: 25px 0;
  }

  .s-approach-group__img--1 img {
    margin-top: 0;
  }

  .s-approach-group__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .s-approach-group__text-more {
    display: none;
  }
}

@media (max-width: 768px) {
  .title-section {
    font-size: 37px;
    line-height: 108.1081081081%;
    margin-bottom: 50px;
  }

  .title-section--left {
    margin-bottom: 50px;
  }

  .padding-section-small {
    padding: 75px 0;
  }

  .padding-section {
    padding: 75px 0;
  }

  .go-to-list {
    margin-top: 50px;
  }

  .mb {
    display: block;
  }

  .btn {
    padding: 20px 35px;
  }
}

@media all and (max-width: 767px) {
  .paper-form {
    padding: 30px 16px;
  }
}

@media (max-width: 767px) {
  .anim-chat__body {
    padding: 20px 16px 16px;
  }

  .anim-chat-wrap__title img {
    width: 11px;
    height: auto;
  }

  .anim-chat-wrap__title {
    font-size: 23.3316px;
    line-height: 26px;
    letter-spacing: -0.04em;
  }

  .anim-chat-wrap__list {
    gap: 16px;
  }

  .anim-chat-wrap__message:nth-child(odd) {
    margin-right: 0;
  }

  .anim-chat-wrap__message:first-child {
    margin-right: 0;
  }

  .anim-chat-wrap__message:nth-child(even) {
    margin-left: 0;
  }

  .anim-chat-wrap__message {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }

  .anim-chat-message__icon {
    width: 18px;
    height: 18px;
  }

  .anim-chat-message__icon img {
    max-width: 100%;
  }

  .anim-chat-message__text {
    font-size: 11.0969px;
    line-height: 16px;
  }
}

@media (max-width: 731px) {
  .modal__content#bookcall-content iframe {
    min-height: 605px !important;
    height: auto !important;
  }
}

@media (max-width: 650px) {
  .footer-bottom__body {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .bottom-footer__left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero__buttons {
    margin: 50px auto 75px;
  }

  .hero__buttons {
    flex-direction: column;
  }

  .hero__button-sign {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    position: relative;
    top: auto;
    display: block;
    margin-top: 14px;
  }

  .hero__button {
    width: 100%;
  }

  .chatbots__title {
    text-align: start;
  }

  .chatbots__title span {
    display: inline-block;
  }

  .chatbots__info {
    text-align: start;
  }
}

@media (max-width: 575px) {
  .modal__window {
    padding-left: 0;
    padding-right: 0;
  }

  .modal__content#bookcall-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .modal__content#download-guide-container {
    padding: 1.25rem;
  }
}

@media all and (max-width: 567px) {
  .paper-form .button-primary {
    width: 100%;
  }
}

@media (max-width: 379px) {
  .anim-chat {
    padding: 145px 0 80px;
  }

  .anim-chat__bg {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    width: auto;
  }

  .anim-chat__bg--mb-sm {
    display: block;
  }
}

@media (max-width: 371px) {
  .footer__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer__locations {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media (max-width: 1199px) and (min-width: 380px) {
  .anim-chat__bg--mb {
    display: block;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}

@media (any-hover: hover) {
  .menu__call:hover {
    background: rgba(47, 128, 237, 0.2);
  }

  .footer__link:hover {
    text-shadow: 0 0 0.1px #050e1a, 0 0 0.1px #050e1a;
  }

  .hero__button-sign {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    pointer-events: none;
  }

  .hero__button:hover {
    background: #4091ff;
    -webkit-box-shadow: 0 6px 24px -12px #2d86ff;
    box-shadow: 0 6px 24px -12px #2d86ff;
  }

  .hero__button:hover + span {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .hero__button--transparent:hover {
    background-color: #2f80ed;
    color: #fff;
  }

  .forma-chatbots__button:hover {
    background: #4091ff;
    -webkit-box-shadow: 0 6px 24px -12px #2d86ff;
    box-shadow: 0 6px 24px -12px #2d86ff;
  }

  .s-approach-group__text-more:hover {
    color: #011837;
  }

  .s-approach-group__text-more:hover svg path {
    fill: #011837;
  }
}

.gpt-banner__container {
  max-width: 1200px;
  margin: 0 auto;
}

.gpt-banner__body {
  border-radius: 24px;
  position: relative;
  background: url('../jpg/banner-bg.jpg') center / cover no-repeat;
  overflow: hidden;
  isolation: isolate;
  padding: 96px 82px 86px;
}

.gpt-banner__body::before {
  content: '';
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
}

.gpt-banner__body-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 1;
  color: #000;
}

.gpt-banner__content {
  max-width: 467px;
}
.gpt-banner__image {
  max-width: 100%;
  margin-bottom: 24px;
}

.gpt-banner__text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5px;
  max-width: 495px;
  display: grid;
  grid-template-columns: 1fr;
  align-self: flex-start;
  gap: 24px;
}
.gpt-banner__text ol {
  display: grid;
  grid-template-columns: 1fr;
  align-self: flex-start;
  gap: 24px;
  counter-reset: my-counter;
}
.gpt-banner__text ol li {
  list-style: none;
  position: relative;
  counter-increment: my-counter;
}
.gpt-banner__text ol li::before {
  content: counter(my-counter) '/';
  font-weight: 600;
}
.gpt-banner__text ol li span {
  font-weight: 600;
}

.gpt-banner__title {
  font-weight: 700;
  font-size: 36px;
  max-width: 450px;
  line-height: 36px;
  letter-spacing: -1.5px;
  color: #000;
}
.gpt-banner__title span {
  color: #3b43fe;
}

.gpt-banner__subtitle {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5px;
  color: #373f49;
}

.gpt-banner__btn {
  margin-top: 32px;
  position: relative;
  background-color: #3b43fe;
  display: inline-block;
  text-align: center;
}
.gpt-banner__btn:hover {
  border-color: #3b43fe;
  color: #3b43fe;
}

@media (max-width: 1200px) {
  .gpt-banner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .gpt-banner__body {
    border-radius: 0;
  }
}

@media (max-width: 1023px) {
  .gpt-banner__body {
    padding: 75px 16px;
  }

  .gpt-banner__btn {
    display: block;
    margin: 32px auto 0;
  }
}
@media (max-width: 767px) {
  .gpt-banner__body {
    background: url('../jpg/banner-bg-mb.jpg') center / cover no-repeat;
  }
  .gpt-banner__body-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .gpt-banner__title {
    margin-bottom: 50px;
  }

  .gpt-banner__content {
    max-width: 100%;
  }

  .gpt-banner__text {
    max-width: 100%;
    font-size: 18px;
  }

  .gpt-banner__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
