    /* TABLE OF CONTENTS:
    1. Default tag's settings
    2. Buttons
    3. Slider
    4. Header
    5. Sections
      5.1 section.first-section
      5.2 section.demo
      5.3 section.start-selling
      5.4 section.easy-editing
      5.5 section.blog-layouts
      5.6 section.features

    6. Footer
    7. Loader
    -------------------------------------------------------------- */

    /* 1. Default tag's settings
    -------------------------------------------------------------- */

    html {
        box-sizing: border-box;
        font-size: 14px;
    }
    html, body {
        width: 100%;
        margin: 0;
    }
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "Nunito", sans-serif;
    }
    .subtitile, h1, h2, h3, h4, h5, h6, figcaption {
        font-family: "Raleway", sans-serif;
    }
    .text {
        font-family: 'Hind', sans-serif;
        font-size: 1.42rem;
        line-height: 1.6em;
        color: #70655C;
        font-weight: 400;
        margin: 0;
        -webkit-text-size-adjust: 100%
    }
    .subtitile {
        display: block;
        font-size: 1.42rem;
        font-weight: 700;
        font-style: normal;
        color: #82C341;
        line-height: 1.21em;
        margin: 1.6rem 0 0;
    }
    h1 {
        font-weight: 800;
    }
    h1, h2, h3, h4 {
        word-break: break-word;
    }
    h3 {
        font-weight: 700;
        font-style: normal;
        line-height: 1;
        font-size: 4.28rem;
        line-height: 1.25em;
        color: #3E2B1A;
        margin: 0;
    }
    a {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        text-decoration: none;
    }
    .container {
        max-width: 1480px;
        margin: 0 auto;
        width: 100%;
    }
    .columns-wrap {
        font-size: 0;
        display: block;
        margin-right: 0px;
    }
    .columns-wrap>[class*="column-"] {
        display: inline-block;
        vertical-align: top;
        padding-right: 0px;
        box-sizing: border-box;
        word-break: break-word;
    }
    .column-1_2 {
        width: 50%;
        display: inline-block;
        position: relative;
    }
    .column-2_4 {
        width: 50%;
        display: inline-block;
    }
    .column-1_3 {
        width: 33.33%;
        display: inline-block;
    }
    .column-3_4 {
        width: 37.5%;
        display: inline-block;
    }
    .column-1_4 {
        width: 25%;
        display: inline-block;
    }
    .columns-wrap.columns-padding-bottom>[class*="column-"] {
        margin-bottom: 60px;
        padding-right: 60px;
    }
    .columns-wrap>[class*="column-"].vertical-middle {
        vertical-align: middle;
    }
    .columns-wrap>[class*="column-"].vertical-bottom {
        vertical-align: bottom;
    }
    .columns-wrap>[class*="column-"] img {
        max-width: 100%;
    }
    #scene {
        max-width: 100%;
        height: 100%;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        opacity: 1;
    }
/* 2-------------------------------------------------------------- 
2 Buttons
-------------------------------------------------------------- */

.btn {
    position: relative;
    font-family: "Sunnydino", sans-serif;
    font-size: 2.85rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1em;
    display: inline-block;
    z-index: 10;
    overflow: hidden;
    border-radius: 5px;
    padding: 1.6rem 2.5rem 1.5rem
}
.btn-header {
    font-size: 2.14rem;
    color: #FFFFFF;
    background: #80B500;
}
.btn-header:hover {
    background: #FF7D09;
}
.btn-orange {
    background: #FF7D09;
    color: #FFFFFF;
}
.btn-orange:hover {
    background: #80B500;
}
.btn-dark {
    background: #3E2B1A;
    color: #FFFFFF;
}
.btn-dark:hover {
    background: #FF7D09;
}
.btn-green {
    background: #82C341;
    color: #FFFFFF;
}
.btn-green:hover {
    background: #FF7D09;
}
/* 2-------------------------------------------------------------- 
3 Slider
-------------------------------------------------------------- */

.slick-track {
    padding: 4.5em 0 4.8em 0;
}
.slick-slide {
    margin: 0 15px;
    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 2px 10px rgb(0, 0, 0, 0.11);
}
.slick-slide a {
    outline: none!important;
}
.slick-slide img {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 858px;
    border-radius: 6px;
}
.slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 0;
}
.slick-dots li {
    width: 167px;
    margin: 0;
    height: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.slick-dots li button {
    height: 3px;
    padding: 0;
    background-color: #eaebe5;
    opacity: .7;
    width: 100%;
}
.slick-dots li button:before {
    width: 167px!important;
    height: 3px!important;
    padding: 0!important;
    background-color: #F2F2F2!important;
    opacity: 1!important;
    content: '';
}
.slick-dots li button:after {
    content: '';
    display: block;
    padding: 1rem 0;
    height: 20px;
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    transform: translateY(-50%);
}
li.slick-active button {
    opacity: 0!important;
}
.slick-dots li.slick-active button:before {
    opacity: 0!important;
}
.slick-dots .slick-active {
    background-color: #3945A7;
}
/* 2-------------------------------------------------------------- 
4 Header
-------------------------------------------------------------- */

header {
    position: absolute;
    z-index: 99;
    width: 100%;
    box-sizing: border-box;
    padding: 2.2rem 3.5rem 0;
}
header .column-1_2:last-child {
    text-align: right;
}
.logo {
    margin-top: 1rem;
}
.logo img {
    width: 148px;
    height: auto;
}
.header-menu {
    display: inline-block;
}
header .header-menu ul {
    margin: 0;
    height: 100%;
    padding-inline-start: 0px;
    margin-left: 1em;
}
header .header-menu ul li {
    display: inline-block;
    list-style: none;
    height: auto;
    font-size: 14px;
}
header .header-menu ul li:not(:last-child) {
    margin-right: 2.8em;
}
header .header-menu ul li a {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.28rem;
    color: #3F2803;
}
header .header-menu ul li.menu-btn a {
    font-family: "Sunnydino", sans-serif;
}
header .header-menu ul li a:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #82c341;
}
a.btn.btn-header:hover {
    color: white;
}
header .header-menu ul li a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.header-btn-wrap {
    text-align: right;
}
.button-header {
    text-align: left;
    vertical-align: top!important;
    margin-top: 1.5rem;
}
header .column-1_4 {
    text-align: center;
}
/* 2-------------------------------------------------------------- 
5 Sections
-------------------------------------------------------------- */

/* section.first-section*/

.first-wrap {
    overflow: hidden;
}
section.first-section {
    background-image: url(../img/first-section-bg-clear.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    text-align: center;
    padding: 16.3em 0 0;
    position: relative;
    overflow: visible;
}
.first-compiled {
    display: none;
    width: 60%;
}
#scene .absolute-1 {
    position: absolute!important;
    bottom: 0%!important;
    left: 0!important;
    z-index: 2;
}
#scene .absolute-2 {
    position: absolute!important;
    left: 2.3%!important;
    top: 60.5%!important;
}
#scene .absolute-3 {
    position: relative!important;
    right: 0!important;
    left: -3.6%!important;
    top: 0!important;
    z-index: 1;
}
#scene .absolute-4 {
    position: absolute!important;
    left: auto!important;
    right: 7.15%!important;
    bottom: 26%!important;
    z-index: 3;
}
section.first-section .absolute-1, section.first-section .absolute-2, section.first-section .absolute-3, section.first-section .absolute-4 {
    width: auto;
    z-index: 20;
}
section.first-section .column-1_2:last-child img {
    max-width: 110%;
    width: 110%;
}
section.first-section .column-1_2:last-child {
    margin-left: -1rem;
}
/* end-section.first-section*/

/* section.demo*/

.demo-wrap {
    text-align: center;
    background-image: url(../img/demo-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.demo-wrap .btn {
    font-size: 2.85rem;
    padding: 1.85rem 4.3rem 1.65rem;
    margin-top: 2.3rem
}
section.choose-demo {
    padding: 15.1rem 0 10.7rem;
    z-index: 10;
    position: relative;
    text-align: center;
}
section.choose-demo .columns-wrap {
    font-size: 0;
    display: block;
    max-width: 1800px;
    margin: 0 auto!important;
    padding-top: 4.6rem;
}
section.choose-demo figcaption {
    display: inline-block;
    padding: .7rem 2rem;
    border-radius: 5px;
    font-size: 1.14rem;
    margin-top: 2.1rem;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #FD7B24;
    transition: all .3s;
}
section.choose-demo a:hover figcaption {
    background-color: #80B500;
}
.homes .column-1_3 {
    text-align: center;
}
section.choose-demo a img {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transition: .3s ease;
}
section.choose-demo a:hover img {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
section.choose-demo a {
    display: block;
}
section.choose-demo .columns-wrap>[class*="column-"].vertical-middle {
    text-align: center;
}
/* end-section.demo*/

/* section.start-selling*/

section.start-selling {
    padding: 11rem 0 14rem;
    background-image: url(../img/selling-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.start-selling .fit {
    padding: 3.3rem 10rem 0 0;
}
section.start-selling .subtitile {
    margin: 0 0 1.9rem;
    display: inline-block;
    padding: .7rem 1.5rem;
    border-radius: 5px;
    font-size: 14px;
    color: #82C341;
    font-weight: 700;
    background-color: #FFFFFF;
}
section.start-selling h3 {
    margin: 0 0 0.6em;
    color: #FFFFFF;
}
section.start-selling .text {
    color: #FFFFFF;
}
section.start-selling .btn {
    margin: 1.6em 0 0;
}
section.start-selling img:nth-child(1) {
    position: relative;
    top: 0;
    left: -1rem;
    z-index: 1;
}
section.start-selling img:nth-child(2) {
    position: absolute;
    top: .6rem;
    right: .8rem;
    z-index: 4;
}
section.start-selling img:nth-child(3) {
    position: absolute;
    top: 4.1rem;
    right: 2.4rem;
    z-index: 2;
}
section.start-selling img:nth-child(4) {
    position: absolute;
    bottom: 2.8rem;
    right: 9.3rem;
    z-index: 3;
}
section.start-selling .assembled {
    display: none;
}
/* end-section.start-selling*/

/* section.easy-editing*/

section.easy-editing {
    padding: 10.71rem 0 7.1rem;
    background-color: #FFFFFF;
}
section.easy-editing .subtitile {
    margin: 0 0 1.9rem;
    display: inline-block;
    padding: .7rem 1.5rem;
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #3E2B1A;
}
section.easy-editing .fit {
    padding: 2.6rem 0rem 0 13.7rem;
}
section.easy-editing h3 {
    margin: 0 0 0.6em;
    color: #3E2B1A;
}
section.easy-editing .text {
    color: #70655C;
}
section.easy-editing .btn {
    margin: 4.8rem 0 0;
}
section.easy-editing img:nth-child(1) {
    position: relative;
    top: 0;
    left: 3.1rem;
    z-index: 2;
}
section.easy-editing img:nth-child(2) {
    position: absolute;
    top: 2.7rem;
    right: 3.8rem;
    z-index: 3;
}
section.easy-editing img:nth-child(3) {
    position: absolute;
    top: 8.7rem;
    right: -1rem;
    z-index: 1;
}
section.easy-editing img:nth-child(4) {
    position: absolute;
    bottom: 11.3rem;
    right: .6rem;
    z-index: 5;
}
section.easy-editing img:nth-child(5) {
    position: absolute;
    bottom: 5.8rem;
    right: 4.6rem;
    z-index: 4;
}
section.easy-editing .assembled {
    display: none;
}
/* end-section.easy-editing*/

/* section.blog-layouts*/

section#icons {
    padding: 4.64rem 0 0;
    margin: 12.7rem 0 0;
    border-top: 4px solid #FFFFFF;
}
section.blog-layouts {
    padding: 10.71rem 0 4rem;
    background-image: url(../img/blog-layouts-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}
section.blog-layouts p:first-of-type {
    margin: 0 0 2.5rem;
}
section.blog-layouts .fit {
    padding: 2.05rem 16rem 0 0;
}
section.blog-layouts .subtitile {
    margin: 0 0 1.9rem;
    display: inline-block;
    padding: .7rem 1.5rem;
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #3E2B1A;
}
section.blog-layouts h3 {
    margin: 0 0 2.4rem;
}
section.blog-layouts .btn {
    margin: 1.6em 0 0;
}
section.blog-layouts .column-1_2>img:nth-child(1) {
    position: relative;
    top: 6.7rem;
    right: -1.1rem;
    z-index: 1;
}
section.blog-layouts img:nth-child(2) {
    position: absolute;
    top: 4.2rem;
    left: -.8rem;
    z-index: 3;
}
section.blog-layouts img:nth-child(3) {
    position: absolute;
    top: 14.1rem;
    right: -0.5rem;
    z-index: 3;
}
section.blog-layouts img:nth-child(4) {
    position: absolute;
    top: 18.7rem;
    left: 0.4rem;
    z-index: 3;
}
section.blog-layouts img:nth-child(5) {
    position: absolute;
    bottom: -6.4rem;
    right: 8.1rem;
    z-index: 3;
}
section.blog-layouts .assembled {
    display: none;
    margin-top: 6rem;
}
/* end-section.start-selling*/

/* icons */

section#icons .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
section#icons .icons-item {
    text-align: center;
}
section#icons .min-height__icon-img img {
    height: 50px;
}
section#icons figcaption {
    font-size: 1.21rem;
    margin-top: 1.1rem;
    color: #0D0D0D;
}
/* end-icons */

/* section.features*/

.features {
    padding: 11.5rem 0 17.7rem;
    text-align: center;
    background-image: url(../img/features-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.features .features-wraper {
    margin: 5rem 0 0;
}
.features h3 {
    margin: 0;
    color: #FFFFFF;
}
.features .subtitile {
    margin: 1.1rem 0 0;
    color: #FFFFFF;
}
.features-wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.features-item {
    text-align: center;
    background-image: url(../img/features-item-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24.5%;
    margin-bottom: 2.14rem;
    padding: 3.86rem 0;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(0px);
}
.features .features-item:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}
.features-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.features-item img {
    height: 100px;
}
figure {
    margin: 0;
}
.features-item figcaption {
    color: #3E2B1A;
    font-size: 1.71rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.25em;
    margin: 3.4rem 0 0;
    display: inline-block;
}
/* end-section.features*/

/* -------------------------------------------------------------
6. Footer
-------------------------------------------------------------- */

/* section.last-section*/

.last-section {
    background-image: url(../img/blog-layouts-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    opacity: 1;
    padding: 10.92rem 0;
    text-align: center;
    z-index: 2;
}
.last-section img {
    margin-bottom: .8rem;
}
.last-section .subtitile {
    font-family: 'Hind', sans-serif;
    color: #3E2B1A;
    font-size: 1.57rem;
    line-height: 1.45em;
    font-weight: 400;
    margin: 1.2rem 0 0;
}
footer .btn {
    margin-top: 2.9rem;
    font-size: 2.14rem;
    background-color: #80B500;
}
footer .btn:hover {
    margin-top: 2.9rem;
    font-size: 2.14rem;
    background-color: #FF7D09;
}
/* end-section.last-section*/

/* -------------------------------------------------------------
7. ScrollTop
-------------------------------------------------------------- */

.scrollTop {
    width: 52px;
    height: 52px;
    bottom: 32px;
    right: 32px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    z-index: 9999;
    font-size: 0;
    color: transparent;
    background: #82c341;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    cursor: pointer;
    opacity: 0;
}
.scrollTop:hover {
    background: #8bcf4f;
}
.scrollTop:after {
    color: white;
    content: '\e800';
    font-size: 1.14rem;
    font-family: 'fontello';
    text-align: center;
    display: block;
    position: absolute;
    line-height: 42px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
/*<!-- MOBILE MENU-->*/

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.hamburger {
    display: none;
    margin-left: auto;
    padding: 15px 15px;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    background-color: #101214;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #101214;
}
.hamburger--elastic .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 0.275s;
    transition-duration: 0.275s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
header .header-menu ul li.menu-btn {
    display: none;
}
header .header-menu ul li.menu-btn a {
    margin-top: 15px;
    font-size: 2rem;
}
.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
header .header-menu ul li.menu-btn {
    display: none;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    height: 3px;
}
.first {
    position: relative;
}
.slide-item__image {
    display: none;
}
.middle-img-wrap {
    position: absolute;
    bottom: -7rem;
    left: 50%;
    transform: translateX(-50%);
}

/*Loader*/

#loader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
    transition: 0.3s ease opacity;
}
#loader:before,
#loader:after {
    content: '';
    width: 80px;
    height: 80px;
    border: 2px solid #82C341;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: loaderCircleAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#loader:after {
  animation-delay: 1s;
}
@keyframes loaderCircleAnim {
  0% {
      width: 0;
      height: 0;
      opacity: 0;
  }
  10% {
      width: 10px;
      height: 10px;
      opacity: 1;
  }
  80% {
      width: 60px;
      height: 60px;
      opacity: 0.1;
  }
  100% {
      width: 70px;
      height: 70px;
      opacity: 0;
  }
}

/* ChatGPT */
.chatgpt {
    padding: 9rem 0;
}

.chatgpt .content {
	max-width: 1237px;
    padding: 0 20px;
}

.chatgpt .chatgpt__header {
	text-align: center;
	margin-bottom: 39px;
}

.chatgpt .chatgpt__header .title {
	margin: 26px auto 0;
	line-height: 1.1em;
	letter-spacing: -0.02em;
	max-width: 735px;
}

.chatgpt .chatgpt__header .description {
	margin-top: 20px;
    font-weight: 700;
	letter-spacing: -0.01em;
}

.chatgpt .chatgpt__header span {
	color: #ffffff;
}

.chatgpt .chatgpt__header .chatgpt_logo {
	max-width: 160px;
	margin: 0 auto;
}

.chatgpt .chatgpt__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.chatgpt .chatgpt__content p {
	margin-top: 34px;
	max-width: 450px;
	text-align: center;
	letter-spacing: 0;
	color: #626672;
}

.chatgpt .chatgpt__content span {
	color: #191919;
}

.chatgpt .chatgpt__content .video {
	max-width: 100%;
	overflow: hidden;
}

.chatgpt .chatgpt__content .video .video-header {
	padding: 14px 14px 13px;
	font-size: 0;
	background-color: #07121A;
}

.chatgpt .chatgpt__content .video .video-header .control {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
}

.chatgpt .chatgpt__content .video .video-header .control:not(:first-child) {
	margin-left: 3px;
}

.chatgpt .chatgpt__content .video .video-header .control:nth-child(1) {
	background-color: #FF625A;
}

.chatgpt .chatgpt__content .video .video-header .control:nth-child(2) {
	background-color: #FFBE2F;
}

.chatgpt .chatgpt__content .video .video-header .control:nth-child(3) {
	background-color: #29CE42;
}

.chatgpt .chatgpt__content .video .video-content {
	padding: 30px;
	background-color: #77BF8D;
}

.chatgpt .chatgpt__content .video .video-content video {
	display: block;
	max-width: 100%;
	overflow: hidden;
}

/*    AI - images    */

.ai-images {
    padding: 0 0 9rem;
    overflow: visible;
    z-index: 2;
}
  
.ai-images .section_title {
	margin: 0 auto;
	line-height: 1.1em;
	letter-spacing: -0.02em;
	max-width: 620px;
	text-align: center;
}
  
.ai-images .img-wrap {
	position: relative;
	max-width: 878px;
	margin: 3.4em auto 2em;
}
.ai-images .img-wrap img:nth-of-type(1) {
	display: flex;
	width: 100%;
	z-index: 2;
	max-width: 750px;
	margin: 0 auto;
}
  
.ai-images .img-wrap img:nth-of-type(2) {
	position: absolute;
	z-index: 3;
	left: -0.5%;
	bottom: -9%;
	width: 42%;
	max-width: 288px;
}
  
.ai-images .img-wrap img:nth-of-type(3) {
	position: absolute;
	z-index: 3;
	right: 9%;
	top: -8.7%;
	width: 23%;
	max-width: 128px;
}