body {
  position: relative;
  overflow-x: hidden;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  background: #f8f7f5;
}

ul,
ol,
li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.25;
}

p {
  margin: 0;
}

b,
strong {
  font-weight: 500;
}

a {
  display: inline-block;
  color: #353d4a;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #353d4a;
}
a:active {
  color: #353d4a;
}

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

picture {
  display: block;
}

img {
  max-width: 100%;
}

svg {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1010px;
  width: 100%;
}

.c-language {
  position: relative;
  z-index: 100;
}
@media screen and (hover: none) {
  .c-language.is--active .c-language__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    pointer-events: all;
  }
}
.c-language__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 6px 14px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.c-language__trigger > img {
  display: block;
  overflow: hidden;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-language__trigger > * + * {
  margin-left: 8px;
}
.c-language__trigger:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .c-language__trigger:hover {
    color: #FFFFFF;
  }
  .c-language__trigger:hover ~ .c-language__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    pointer-events: all;
  }
}
.c-language__dropdown {
  position: absolute;
  top: 100%;
  right: -6px;
  z-index: 100;
  -webkit-transform: scale(0.99) translateY(-0.7em);
      -ms-transform: scale(0.99) translateY(-0.7em);
          transform: scale(0.99) translateY(-0.7em);
  display: block;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  padding: 14px;
  min-width: 290px;
  width: 290px;
  background: #090f1e;
  border-radius: 0 0 4px 4px;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  pointer-events: none;
  will-change: opacity, transform;
}
@media screen and (hover: hover) {
  .c-language__dropdown:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    pointer-events: all;
  }
}
@media screen and (max-width: 767px) {
  .c-language__dropdown {
    min-width: auto;
    width: calc(100vw - 60px);
  }
}
.c-language__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-language__item {
  width: calc(50% - 6px);
}
.c-language__item:nth-child(2n) {
  margin-left: 12px;
}
.c-language__item:nth-child(n+3) {
  margin-top: 24px;
}
.c-language__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.c-language__btn > img {
  display: block;
  overflow: hidden;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-language__btn > * + * {
  margin-left: 8px;
}
.c-language__btn:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .c-language__btn:hover {
    color: #0cd189;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__item:last-child .breadcrumb__link {
  color: #858fa0;
}
.breadcrumb__item:last-child .breadcrumb__link:hover {
  color: #858fa0;
}
.breadcrumb__item + .breadcrumb__item::before {
  content: ">";
  display: block;
  margin: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: normal;
}
.breadcrumb__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (hover: hover) {
  .breadcrumb__link:hover {
    color: #0cd189;
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  background: #090f1e;
}
.header__wrapper {
  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;
}
@media screen and (max-width: 767px) {
  .header__wrapper {
    padding: 13px 0;
  }
}
.header__logotype {
  display: block;
  overflow: hidden;
  min-width: 173px;
  width: 173px;
  height: 36px;
}
.header__logotype img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__btn {
  display: block;
  margin-left: auto;
  padding: 8px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  background: #00b779;
  border: none;
  border-radius: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header__btn:focus {
  outline: none;
}
.header__btn:hover {
  color: #FFFFFF;
  background: #08d791;
}
@media screen and (max-width: 767px) {
  .header__btn {
    display: none;
  }
}
.header__btn + .header__nav {
  margin-left: 8px;
}
.header__nav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__language {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .header__language {
    margin-left: auto;
    margin-right: 10px;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .nav__item {
    width: 100%;
  }
}
.nav__link {
  display: block;
  padding: 18px 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  border-bottom: 2px solid transparent;
}
.nav__link:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .nav__link:hover {
    color: #0cd189;
    border-color: #0cd189;
  }
}
@media screen and (max-width: 767px) {
  .nav__link {
    padding: 10px 20px;
    width: 100%;
  }
}

.hamburger {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0;
  min-width: 36px;
  width: 36px;
  height: 36px;
  font-size: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hamburger:focus {
  outline: none;
}
.hamburger.is--active .hamburger__inner:first-child {
  top: 17px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.is--active .hamburger__inner:nth-child(2) {
  opacity: 0;
}
.hamburger.is--active .hamburger__inner:last-child {
  top: 17px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger__inner {
  position: absolute;
  left: 4px;
  z-index: 1;
  display: block;
  width: 28px;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hamburger__inner:first-child {
  top: 10px;
}
.hamburger__inner:nth-child(2) {
  top: 18px;
}
.hamburger__inner:last-child {
  top: 26px;
}

.footer {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 40px;
  }
}
.footer__wrapper {
  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;
  padding: 26px 0;
}
@media screen and (max-width: 1023px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    -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;
    text-align: center;
  }
}
.footer__logotype {
  display: block;
  overflow: hidden;
  min-width: 32px;
  width: 32px;
  height: 32px;
}
.footer__logotype img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .footer__logotype {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .footer__logotype + .footer__copyright, .footer__copyright + .footer__logotype {
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logotype + .footer__copyright, .footer__copyright + .footer__logotype {
    margin-top: 12px;
  }
}
.footer__copyright {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: normal;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .footer__list {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .footer__item + .footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 12px;
  }
  .footer__item + .footer__item::before {
    content: "|";
    margin-right: 12px;
    font-size: 14px;
    font-weight: normal;
    color: #c8d0dc;
  }
}
@media screen and (max-width: 767px) {
  .footer__item + .footer__item {
    margin-top: 12px;
  }
}
.footer__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (hover: hover) {
  .footer__link:hover {
    color: #0cd189;
  }
}
@media screen and (max-width: 767px) {
  .footer__link {
    text-align: center;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  left: 0;
  z-index: 590;
  -webkit-transform: translate(0, -104%);
      -ms-transform: translate(0, -104%);
          transform: translate(0, -104%);
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100dvh;
  width: 100%;
  color: #FFFFFF;
  background: #090f1e;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.menu.is--active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.menu.is--active .menu__wrap {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out 0.15s;
  transition: all 0.25s ease-in-out 0.15s;
}
.menu__wrap {
  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;
  padding: 72px 0 16px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .menu__nav {
    width: 100%;
  }
}
.menu__btn {
  display: block;
  margin: 10px 20px 0;
  padding: 10px 12px;
  width: calc(100% - 40px);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  background: #0cd189;
  border: none;
  border-radius: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.menu__btn:focus {
  outline: none;
}
.menu__btn:hover {
  color: #FFFFFF;
}

.scroll-disabled {
  overflow: hidden;
}

.bg-light-white {
  background: #f6f6f6;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 62px;
  }
}
.wrapper__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.section-indent {
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-indent {
    margin-top: 25px;
    padding-top: 25px;
  }
}

.section-indent-sm {
  margin-top: 15px;
  padding-top: 15px;
}

.section-heading {
  position: relative;
  z-index: 1;
  margin: 0 auto 40px;
  padding: 0 32px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.section-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 100%;
  height: 3px;
  background: #1d2024;
}
@media screen and (max-width: 767px) {
  .section-heading {
    padding: 0 20px 16px;
  }
}
.section-heading__title {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  font-weight: bold;
  color: #1d2024;
}
.section-title_chat {
  display: block;
  margin: 10px auto 0;
  width: 100%;
  text-align:center;
  font-size: 24px;
  font-weight: bold;
  color: #1d2024;
}
@media screen and (max-width: 767px) {
  .section-heading__title {
    font-size: 26px;
  }
}

.section-details {
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.section-details__title {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 36px;
  font-weight: bold;
  color: #1d2024;
}
@media screen and (max-width: 767px) {
  .section-details__title {
    font-size: 32px;
  }
}
.section-details__description {
  display: block;
  margin: 14px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  color: #1d2024;
}

.section-inner__breadcrumb {
  margin: 0 auto;
  padding: 30px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section-inner__head {
  margin-bottom: 30px;
}

.content {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #353d4a;
}
.content > * {
  margin-bottom: 26px;
}
.content > *:last-child {
  margin-bottom: 0;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: 6px;
  font-weight: bold;
}
.content h1:not(:first-child), .content h2:not(:first-child), .content h3:not(:first-child), .content h4:not(:first-child), .content h5:not(:first-child), .content h6:not(:first-child) {
  margin-top: 6px;
}
.content h1 {
  font-size: 36px;
}
.content h2 {
  font-size: 24px;
}
.content h3, .content h4, .content h5, .content h6 {
  font-size: 18px;
}
.content i {
  color: #6e7786;
}
.content a:not([class]) {
  display: inline;
  text-decoration: underline;
  color: #0cd189;
}
.content a:not([class]):hover {
  text-decoration: none;
  color: #0cd189;
}
.content ul:not([class]) > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content ul:not([class]) > li::before {
  content: "";
  display: block;
  margin-top: 10px;
  margin-right: 12px;
  min-width: 8px;
  width: 8px;
  height: 8px;
  background: #353d4a;
  border-radius: 50%;
}
.content ul:not([class]) > li:not([class]) + li:not([class]) {
  margin-top: 8px;
}
.content .float-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.content .float-right img {
  display: block;
  max-height: 100%;
  border-radius:20px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .content .float-right {
    width: 240px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content .float-right {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .content .float-right {
    width: 115px;
    height: 115px;
  }
}
.content .float-left img {
  display: block;
  max-height: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .content .float-left {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 308px;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .content .float-left {
    width: 150px;
    height: 150px;
  }
}

.chatgpt5-home {
  padding: 28px 0;
  color: #FFFFFF;
  background: url(../assets/img/home-bg.png) center #181d2c;
}
.chatgpt5-home__heading {
  display: block;
  margin: 0 auto 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}
.chatgpt5-home__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .chatgpt5-home__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.chatgpt5-home__left {
  margin-right: 24px;
  max-width: 407px;
  min-width: 407px;
}
@media screen and (max-width: 1023px) {
  .chatgpt5-home__left {
    margin-right: 0;
    margin-bottom: 25px;
    max-width: none;
    min-width: auto;
    width: 100%;
  }
  .chatgpt5-home__left {
    display:none
  }
}
.chatgpt5-home__right {
  max-width: calc(100% - 407px - 24px);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .chatgpt5-home__right {
    max-width: none;
  }
}
.chatgpt5-home__img {
  display: block;
  width: 100%;
  height: auto;
}
.chatgpt5-home__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .chatgpt5-home__img {
    margin: 0 auto;
  }
}
.chatgpt5-home__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 35px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.chatgpt5-home__control {
  display: block;
  width: auto;
  height: 50px;
}
.chatgpt5-home__control img {
  display: block;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.chatgpt5-home__control + .chatgpt5-home__control {
  margin-left: 20px;
}
.chatgpt5-home__description {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  color: #f5f8ff;
}
@media screen and (max-width: 1023px) {
  .chatgpt5-home__description {
    text-align: center;
  }
}
.chatgpt5-home__btn {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 20px;
  padding: 16px 20px;
  min-width: 208px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  background: #0cd189;
  border: none;
  border-radius: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.chatgpt5-home__btn::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: -1;
  display: block;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border: 8px solid rgba(24, 195, 137, 0.2);
  border-radius: 24px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}
.chatgpt5-home__btn:focus {
  outline: none;
}
.chatgpt5-home__btn:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .chatgpt5-home__btn:hover::before {
    border: 8px solid rgba(24, 195, 137, 0.4);
  }
}
@media screen and (max-width: 1023px) {
  .chatgpt5-home__btn {
    margin-right: auto;
    margin-left: auto;
  }
}
.chatgpt5-home__banner {
  display: block;
  margin-top: 50px;
  width: 100%;
  height: 180px;
}
.chatgpt5-home__banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chatgpt5-home__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}
.chatgpt5-home__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chatgpt5-text__content {
  width: 100%;
}

.chatgpt5-how-to__wrapper {
  counter-reset: how-to-counter;
}
.chatgpt5-how-to__item {
  position: relative;
  z-index: 1;
  width: 50%;
}
.chatgpt5-how-to__item::before {
  content: "";
  counter-increment: how-to-counter;
  content: counter(how-to-counter);
  position: absolute;
  top: 0;
  z-index: 1;
  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;
  min-width: 54px;
  width: 54px;
  height: 51px;
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  background: #0cd189;
  border-radius: 20px;
}
.chatgpt5-how-to__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 66px;
  z-index: 1;
  display: block;
  height: calc(100% - 51px - 12px - 10px);
  opacity: 0.5;
  border-left: 3px dashed #8ecbb6;
}
@media screen and (min-width: 768px) {
  .chatgpt5-how-to__item:nth-child(odd)::before {
    right: -27px;
  }
  .chatgpt5-how-to__item:nth-child(odd)::after {
    right: -2px;
  }
  .chatgpt5-how-to__item:nth-child(odd) .chatgpt5-how-to__title {
    margin-left: auto;
    text-align: right;
  }
  .chatgpt5-how-to__item:nth-child(odd) .chatgpt5-how-to__description {
    text-align: right;
  }
  .chatgpt5-how-to__item:nth-child(even) {
    margin-left: auto;
  }
  .chatgpt5-how-to__item:nth-child(even)::before {
    left: -26px;
  }
  .chatgpt5-how-to__item:nth-child(even)::after {
    left: -1px;
  }
  .chatgpt5-how-to__item:nth-child(even) .chatgpt5-how-to__elem {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .chatgpt5-how-to__item {
    padding-left: 60px;
    width: 100%;
  }
  .chatgpt5-how-to__item::before {
    left: 0;
    min-width: 44px;
    width: 44px;
    height: 41px;
    font-size: 26px;
    border-radius: 15px;
  }
  .chatgpt5-how-to__item::after {
    left: 20px;
  }
  .chatgpt5-how-to__item:not(:last-child)::after {
    height: calc(100% - 51px - 12px - 4px);
  }
}
.chatgpt5-how-to__item + .chatgpt5-how-to__item {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .chatgpt5-how-to__item + .chatgpt5-how-to__item {
    margin-top: 20px;
  }
}
.chatgpt5-how-to__elem {
  padding-top: 12px;
  max-width: 440px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .chatgpt5-how-to__elem {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .chatgpt5-how-to__elem {
    padding-top: 0;
    max-width: none;
  }
}
.chatgpt5-how-to__title {
  display: block;
  margin-bottom: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  font-weight: bold;
  color: #1d2024;
}
@media screen and (max-width: 767px) {
  .chatgpt5-how-to__title {
    font-size: 20px;
  }
}
.chatgpt5-how-to__content {
  display: block;
  padding: 24px 20px;
  background: #eeebe3;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .chatgpt5-how-to__content {
    padding: 16px;
  }
}
.chatgpt5-how-to__description {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .chatgpt5-how-to__description {
    font-size: 16px;
  }
}
.chatgpt5-how-to__img {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  width: 100%;
  height: 261px;
  background: #FFFFFF;
}
.chatgpt5-how-to__img img {
  display: block;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .chatgpt5-how-to__img {
    height: 161px;
  }
}

.chatgpt5-faq__item + .chatgpt5-faq__item {
  margin-top: 24px;
}

.accordeon {
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.accordeon.is--open .accordeon__trigger::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.accordeon__trigger {
  position: relative;
  z-index: 1;
  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;
  margin: 0;
  width: 100%;
  padding: 24px 64px 24px 24px;
  font-size: 22px;
  font-weight: bold;
  color: #1d2024;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.accordeon__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  min-width: 27px;
  width: 27px;
  height: 19px;
  background-image: url(../assets/img/sprite.svg#icon-caret);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
@media screen and (max-width: 767px) {
  .accordeon__trigger {
    font-size: 20px;
  }
}
.accordeon__wrapper {
  display: none;
  padding: 0 24px 24px;
}
.accordeon__content {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #3f4a5a;
}
.accordeon__content ul li {
  position: relative;
  z-index: 1;
  padding-left: 21px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.75;
  color: #3f4a5a;
}
.accordeon__content ul li::before {
  content: "";
  position: absolute;
  top: 10.5px;
  left: 0;
  z-index: 1;
  display: block;
  width: 11px;
  height: 11px;
  background: #3f4a5a;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .accordeon__content {
    font-size: 16px;
  }
  .accordeon__content ul li {
    font-size: 16px;
  }
  .accordeon__content ul li::before {
    top: 9px;
    width: 10px;
    height: 10px;
  }
}

.chatgpt5-features__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.chatgpt5-features__item {
  display: block;
  overflow: hidden;
  padding: 16px 20px 22px;
  background: #FFFFFF;
  border-radius: 15px;
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.12));
}
@media screen and (min-width: 1024px) {
  .chatgpt5-features__item {
    width: calc(33.333333333% - 14.6666666667px);
  }
  .chatgpt5-features__item:nth-child(3n), .chatgpt5-features__item:nth-child(3n-1) {
    margin-left: 22px;
  }
  .chatgpt5-features__item:nth-child(n+4) {
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .chatgpt5-features__item {
    width: calc(50% - 11px);
  }
  .chatgpt5-features__item:nth-child(2n) {
    margin-left: 22px;
  }
  .chatgpt5-features__item:nth-child(n+3) {
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .chatgpt5-features__item {
    width: 100%;
  }
  .chatgpt5-features__item:nth-child(n+2) {
    margin-top: 22px;
  }
}
.chatgpt5-features__img {
  display: block;
  overflow: hidden;
  margin: 8px auto 18px;
  min-width: 100px;
  width: 100px;
  height: 100px;
}
.chatgpt5-features__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.chatgpt5-features__body {
  text-align: center;
}
.chatgpt5-features__title {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #1d2024;
}
.chatgpt5-features__description {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #353d4a;
}

.chatgpt5-models__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .chatgpt5-models__item {
    width: calc(50% - 20px);
  }
  .chatgpt5-models__item:nth-child(2n) {
    margin-left: 40px;
  }
  .chatgpt5-models__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .chatgpt5-models__item {
    width: 100%;
  }
  .chatgpt5-models__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.chatgpt5-models-card {
  display: block;
  overflow: hidden;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.12));
}
.chatgpt5-models-card__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  font-weight: bold;
  color: #1d2024;
}
.chatgpt5-models-card__title sup {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  vertical-align: super;
  color: #0cd189;
}
.chatgpt5-models-card__description {
  display: block;
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6666666667;
  color: #353d4a;
}
.chatgpt5-models-card__btn {
  display: block;
  margin-top: 14px;
  padding: 12.5px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  background: #0cd189;
  border: none;
  border-radius: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.chatgpt5-models-card__btn:focus {
  outline: none;
}
.chatgpt5-models-card__btn:hover {
  color: #FFFFFF;
  background: #0ba973;
}
@media screen and (max-width: 767px) {
  .chatgpt5-models-card__btn {
    padding: 15px 22px;
    font-size: 16px;
  }
}

.chatgpt5-app {
  margin-top: 70px;
  padding: 25px 0 20px;
  background: #d7f1e8;
}
@media screen and (max-width: 767px) {
  .chatgpt5-app {
    margin-top: 50px;
  }
}
.chatgpt5-app__wrapper {
  text-align: center;
}
.chatgpt5-app__btn {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  padding: 16px 20px;
  min-width: 204px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  background: #0cd189;
  border: none;
  border-radius: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.chatgpt5-app__btn::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: -1;
  display: block;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border: 8px solid rgba(24, 195, 137, 0.2);
  border-radius: 24px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}
.chatgpt5-app__btn:focus {
  outline: none;
}
.chatgpt5-app__btn:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .chatgpt5-app__btn:hover::before {
    border: 8px solid rgba(24, 195, 137, 0.4);
  }
}
.chatgpt5-app__help {
  display: block;
  margin: 18px auto 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: normal;
  color: #4f6b62;
}
.chatgpt5-app__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.chatgpt5-app__control {
  display: block;
  width: auto;
  height: 50px;
}
.chatgpt5-app__control img {
  display: block;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.chatgpt5-app__control + .chatgpt5-app__control {
  margin-left: 20px;
}

.chatgpt5-rating__select {
  margin: 0 auto 10px;
}
.chatgpt5-rating__group {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.chatgpt5-rating__value {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #1d2024;
}
.chatgpt5-rating__help {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #8692a4;
}

.chatgpt5-rating-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.chatgpt5-rating-select__input {
  display: none;
}
.chatgpt5-rating-select__input:hover ~ .chatgpt5-rating-select__label::before {
  opacity: 0;
}
.chatgpt5-rating-select__input:hover ~ .chatgpt5-rating-select__label::after {
  opacity: 1;
}
.chatgpt5-rating-select__input:checked ~ .chatgpt5-rating-select__label::before {
  opacity: 0;
}
.chatgpt5-rating-select__input:checked ~ .chatgpt5-rating-select__label::after {
  opacity: 1;
}
.chatgpt5-rating-select__label {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0 5px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.chatgpt5-rating-select__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-image: url(../assets/img/sprite.svg#icon-star);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.chatgpt5-rating-select__label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  opacity: 0;
  background-image: url(../assets/img/sprite.svg#icon-star-filled);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.not-found__wrap {
  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;
  padding: 60px 0;
  min-height: calc(100dvh - 84px - 70px);
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .not-found__wrap {
    min-height: calc(100dvh - 124px - 70px);
  }
}
@media screen and (max-width: 767px) {
  .not-found__wrap {
    min-height: calc(100dvh - 252px - 40px);
  }
}
.not-found__heading {
  margin-bottom: 30px;
  font-size: 300px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  -webkit-filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.07));
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .not-found__heading {
    font-size: 280px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .not-found__heading {
    font-size: 160px;
  }
}
@media screen and (max-width: 374px) {
  .not-found__heading {
    font-size: 130px;
  }
}
.not-found__title {
  display: block;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #1d2024;
}
.not-found__btn {
  display: block;
  margin: 50px auto 0;
  padding: 12.5px 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background: #0cd189;
  border: none;
  border-radius: 40px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.not-found__btn:focus {
  outline: none;
}
.not-found__btn:hover {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .not-found__btn {
    padding: 15px 22px;
    font-size: 16px;
  }
}