/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*  Tags  */
html {
  font-size: 16px;
}
@media (max-width: 1439px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1279px) {
  html {
    font-size: 14px;
  }
}

body {
  width: 100%;
  background-color: #fff;
}

section, footer {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

img {
  width: 100%;
  display: block;
}

/* Typography */
h1, h2, h3, h4, h5 {
  color: #00111A;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin: 0;
}

h1, h2 {
  font-size: 3.125rem;
  line-height: 1.08em;
  letter-spacing: 0.15em;
  color: #00111A;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  h1, h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  h1, h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 600px) {
  h1, h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 479px) {
  h1, h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 2.375rem;
  line-height: 1.105em;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  h3 {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  h3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 1.4rem;
  }
}

h4 {
  font-size: 1.188rem;
  line-height: 1.1em;
  letter-spacing: 0em;
}
@media (max-width: 1439px) {
  h4 {
    font-size: 1.063rem;
    line-height: 1em;
    letter-spacing: 0em;
  }
}
@media (max-width: 1023px) {
  h4 {
    font-size: 1.286rem;
  }
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.063rem;
  line-height: 1.647em;
  letter-spacing: 0em;
  color: #818181;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  p {
    font-size: 1rem;
    line-height: 1.4em;
    letter-spacing: 0em;
  }
}

a {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: all .2s ease-in;
  color: #fff;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  list-style-type: none;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 1.063rem;
  line-height: 1.647em;
  letter-spacing: 0em;
  color: #00111A;
  padding: 0;
  margin: 0;
}

/*  Containers  */
.content-wrap {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.cont {
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cont {
    padding: 0 20px;
  }
}

.cont_lg {
  max-width: 1780px;
}

.cont_ft {
  max-width: 1350px;
  position: relative;
  z-index: 2;
}

.cont_md {
  max-width: 1600px;
}
@media (max-width: 767px) {
  .cont_md {
    max-width: 600px;
  }
}

.cont_sm {
  max-width: 1290px;
}
@media (max-width: 767px) {
  .cont_sm {
    max-width: 600px;
  }
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*  General Classes */
/*Buttons*/
.btn {
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  background: #FF3B18;
  padding: 1.4em 1.2em 1.4em 2.5em;
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  .btn {
    padding: 1.5em 3em;
  }
}
.btn .btn_icon {
  font-size: 150%;
  margin: 0 0 0 1.8em;
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 300;
  width: 20px;
  height: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn .btn_icon:before {
  color: #00111A;
  display: block;
  content: "\ea2e";
  font-size: 1.1em;
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn .btn_icon:after {
  display: block;
  content: "\ea2d";
  font-size: 1.04em;
  font-family: "fontello";
  position: absolute;
  right: 0;
  margin-top: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.btn:hover {
  background-color: #00111A;
}
.btn:hover .btn_icon:before {
  color: #FF3B18;
}
.btn.black_btn {
  background-color: #00111A;
}
.btn.black_btn:hover {
  background-color: #FF3B18;
}
.btn.black_btn .btn_icon:before {
  color: #FF3B18;
}
.btn.black_btn:hover .btn_icon:before {
  color: #00111A;
}

.sub {
  margin-top: .9em;
}
@media (max-width: 1023px) {
  .sub {
    margin-top: .7em;
  }
}

.sup {
  font-family: "Playfair Display", serif;
  font-size: 0.813rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #FF3B18;
}
@media (max-width: 1023px) {
  .sup {
    font-size: .858rem;
  }
}

.center {
  text-align: center;
}
.center h2 {
  margin-top: 0;
}

/*  Loader  */
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#loader:before,
#loader:after {
  content: '';
  width: 80px;
  height: 80px;
  border: 2px solid #FF3B18;
  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;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 40px 0;
}
@media (max-width: 767px) {
  header {
    padding: 30px 0;
  }
}
@media (max-width: 1023px) {
  header .btn {
    display: none;
  }
}
header .item {
  flex: 0 1 auto;
}
header .logo {
  display: inline-block;
  max-width: 180px;
}
@media (max-width: 1279px) {
  header .logo {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  header .logo {
    max-width: 120px;
  }
}

@media (min-width: 1680px) {
  nav {
    padding-left: 4em;
  }
}
nav li {
  display: inline-block;
}
nav li + li {
  margin-left: 1.6em;
}
nav a {
  font-size: 0.813rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #00111A;
  position: relative;
  padding: 0;
  z-index: 1;
}
nav a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 5px;
  background: #FF3B18;
  width: 2.77778rem;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: opacity .2s ease;
  opacity: 0;
  z-index: -1;
}
nav a:hover:after {
  opacity: 1;
}
@media (max-width: 1023px) {
  nav a {
    color: #fff;
  }
}
nav .btn_mob {
  display: none;
}

/* MOBILE_MENU */
.scroll-hidden {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 400px;
    text-align: center;
    margin-top: 0;
    padding: 0;
    background-color: #00111A;
    border-radius: 0;
    overflow: hidden;
    z-index: 1000;
    will-change: width, transform, transition, border-radius;
    transform: translateY(-100%);
    -webkit-transition: all 0.8s ease;
    transition: all 0.5s ease;
  }
  .nav.is-active {
    border-radius: 0;
    transform: translateY(0);
    overflow: visible;
    overflow-y: auto;
  }
  .nav.is-active .menu {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .nav.is-active .menu a:after {
    background: #fff;
  }
  .nav li {
    display: block;
  }
  .nav li a {
    font-size: 1rem;
  }
  .nav li + li {
    margin: 15px 0;
  }
  .nav .btn_mob {
    display: inline-block;
  }
  .nav .btn_mob a {
    font-size: 1.25rem;
    padding: 1.1em 3em 1.2em;
    display: inline-block;
  }
  .nav .btn_mob a:after {
    display: none;
  }
  .nav .btn_mob a:hover {
    color: #FF3B18;
    background: #fff;
  }
}

/*  Hamburger   */
.hamburger {
  display: none;
}
@media (max-width: 1023px) {
  .hamburger {
    display: block;
    position: relative;
    z-index: 1001;
    line-height: 0.5em;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .hamburger {
    right: 0;
    padding-right: 0;
  }
}
.hamburger .hamburger-box {
  width: 35px;
}

#nav-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 30px;
  will-change: transform;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 767px) {
  #nav-icon {
    right: 20px;
    left: auto;
  }
}
@media (max-width: 479px) {
  #nav-icon {
    right: 15px;
  }
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #00111A;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#nav-icon span:nth-child(1) {
  top: 0;
}
#nav-icon span:nth-child(2) {
  top: 7px;
}
#nav-icon span:nth-child(3) {
  top: 14px;
}
#nav-icon.open span {
  background: #fff;
}
#nav-icon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: 60px;
}
#nav-icon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.hero {
  height: 990px;
  background-image: url("../img/hero/bg.jpg");
}
@media (max-width: 1679px) {
  .hero {
    height: 880px;
  }
}
@media (max-width: 1439px) {
  .hero {
    height: 780px;
  }
}
@media (max-width: 1279px) {
  .hero {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 550px;
  }
}
@media (max-width: 600px) {
  .hero {
    height: 100vh;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hero .cont_lg,
.hero .cont_md {
  height: 100%;
}
.hero .content-wrap {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 674px;
  height: 100%;
}
.hero .scroll {
  position: absolute;
  left: 0;
  bottom: 3.1rem;
  z-index: 10;
}
.hero .scroll a {
  color: #00111A;
  font-style: normal;
  font-size: 0.938rem;
  line-height: 1em;
  letter-spacing: 0em;
}
.hero .scroll a:hover {
  color: #FF3B18;
}
.hero .scroll a i {
  font-size: 1.35em;
  position: relative;
}
.hero .scroll a i:before {
  transform: rotate(90deg);
  margin-left: 12px;
}
.hero .sub {
  color: #818181;
  font-size: 1.125rem;
  line-height: 1.1em;
  letter-spacing: 0em;
  margin: 1.8em 0 2.2em;
}
@media (max-width: 767px) {
  .hero .sub {
    margin: 1em 0 1.5em;
  }
}
@media (max-width: 479px) {
  .hero .sub {
    margin-bottom: 2em;
  }
}
.hero .img_wrap {
  margin-top: 5.7em;
}

.back {
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .back {
    display: none;
  }
}
.back img:not(.iphone) {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.back img.iphone {
  filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.09));
}
.back .elm-grid {
  height: 100%;
  width: 68.4%;
  max-width: 1125px;
  margin-left: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media (max-width: 1679px) {
  .back .elm-grid {
    width: 60%;
  }
}
.back .elm-grid .col:nth-of-type(1) {
  flex: 0 0 59%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: -1.6%;
}
.back .elm-grid .col:nth-of-type(1) .row:nth-of-type(1) .img-wrap {
  width: 50%;
  max-width: 329px;
  margin-left: auto;
}
.back .elm-grid .col:nth-of-type(1) .row:nth-of-type(2) {
  margin-top: 10%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-end;
}
.back .elm-grid .col:nth-of-type(1) .row:nth-of-type(2) .img-wrap:nth-of-type(1) {
  flex: 0 0 59%;
}
.back .elm-grid .col:nth-of-type(1) .row:nth-of-type(2) .img-wrap:nth-of-type(2) {
  flex: 0 0 25%;
  padding-right: 3%;
  position: relative;
  bottom: -3%;
}
.back .elm-grid .col:nth-of-type(2) {
  flex: 0 0 41%;
  padding-left: 65px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1439px) {
  .back .elm-grid .col:nth-of-type(2) {
    padding-left: 30px;
  }
}
.back .elm-grid .col:nth-of-type(2) div + div {
  margin-top: 15%;
}

#scene {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #scene {
    display: none !important;
  }
}
#scene > div {
  position: absolute;
  display: inline-block;
}
#scene > div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
#scene > div:nth-child(-n+2) > div {
  transform: rotate(45deg);
}
#scene > div:nth-child(n+3) > div {
  transform: rotate(-45deg);
}
#scene > div:nth-of-type(1) {
  position: absolute !important;
  width: 23%;
  max-width: 432px;
  left: -8.8% !important;
  top: auto !important;
  bottom: 9.8% !important;
}
@media (max-width: 1023px) {
  #scene > div:nth-of-type(1) {
    display: none !important;
  }
}
#scene > div:nth-of-type(2) {
  width: 23%;
  max-width: 432px;
  left: 6.6% !important;
  bottom: -31.5% !important;
  top: auto !important;
}
#scene > div:nth-of-type(2) .badge {
  transform: rotate(-45deg) translate(0%, -40%);
  left: 0;
}
@media (max-width: 1023px) {
  #scene > div:nth-of-type(2) {
    bottom: -14% !important;
    left: -3% !important;
  }
}
@media (max-width: 767px) {
  #scene > div:nth-of-type(2) {
    display: none !important;
  }
}
#scene > div:nth-of-type(3) {
  width: 23%;
  max-width: 432px;
  right: 6.6% !important;
  left: auto !important;
  bottom: -31.5% !important;
  top: auto !important;
}
@media (max-width: 1023px) {
  #scene > div:nth-of-type(3) {
    display: none !important;
  }
}
#scene > div:nth-of-type(4) {
  width: 23%;
  max-width: 432px;
  right: -8.8% !important;
  left: auto !important;
  top: auto !important;
  bottom: 9.8% !important;
}
@media (max-width: 1279px) {
  #scene > div:nth-of-type(4) {
    bottom: 6% !important;
    right: -13% !important;
  }
}
@media (max-width: 1023px) {
  #scene > div:nth-of-type(4) {
    bottom: -14% !important;
    right: -3% !important;
  }
}
@media (max-width: 767px) {
  #scene > div:nth-of-type(4) {
    display: none !important;
  }
}
#scene > div:nth-of-type(4) .badge {
  transform: rotate(45deg) translate(-60%, 0%);
  left: 0;
}
#scene > div .badge {
  position: absolute;
  top: 0;
  width: 95px;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1279px) {
  #scene > div .badge {
    width: 80px;
  }
}

.demo {
  padding: 9.9rem 0 4.6rem;
}
@media (max-width: 1279px) {
  .demo {
    padding: 7rem 0 3em;
  }
}
@media (max-width: 600px) {
  .demo {
    padding: 5rem 0 1em;
  }
}
.demo .grid {
  margin-top: 3.1em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 67px 80px;
  justify-items: stretch;
}
@media (max-width: 1439px) {
  .demo .grid {
    grid-gap: 30px 30px;
    margin-top: 2.5em;
  }
}
@media (max-width: 767px) {
  .demo .grid {
    margin-top: 2em;
    grid-gap: 20px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .demo .grid {
    grid-template-columns: 1fr;
  }
}
.demo .grid .item a {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.demo .grid .item a:after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid #FF3B18;
  opacity: 0;
  transition: opacity .3s ease;
}
.demo .grid .item a:hover:after {
  opacity: 1;
}
@media (max-width: 767px) {
  .demo .grid .item:last-of-type {
    display: none;
  }
}
.demo h4 {
  margin-top: 2em;
}
@media (max-width: 1279px) {
  .demo h4 {
    margin-top: 1.5em;
  }
}
@media (max-width: 600px) {
  .demo h4 {
    margin-top: 1em;
  }
}

/* Basic */
.block .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 767px) {
  .block .grid {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.block h3 {
  margin: .5em 0 .75em;
}
@media (max-width: 1279px) {
  .block h3 {
    margin: .3em 0 .4em;
  }
}
@media (max-width: 480px) {
  .block h3 {
    margin: .5em 0 .7em;
  }
}
.block .btn {
  margin-top: 2em;
}
@media (max-width: 1279px) {
  .block .btn {
    margin-top: 1.5em;
  }
}
@media (max-width: 479px) {
  .block .btn {
    margin-top: 2.5em;
  }
}
.block .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.block p {
  max-width: 530px;
}
.block ul {
  flex: 0 0 50%;
  margin-top: 1.8em;
}
@media (max-width: 880px) {
  .block ul {
    margin-top: 10px;
  }
}
@media (max-width: 880px) {
  .block ul {
    flex: 0 0 100%;
  }
}
.block li + li {
  margin-top: 17px;
}
@media (max-width: 1439px) {
  .block li + li {
    margin-top: 10px;
  }
}
.block li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 33px;
}
@media (max-width: 1023px) {
  .block li {
    font-size: 1rem;
    padding-left: 25px;
  }
}
.block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: url(../img/check.png) center no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .block li::before {
    width: 15px;
    height: 15px;
  }
}
.block li span {
  flex: 0 0 auto;
}
.block li .text {
  margin-top: 4px;
}
.block .img-wrap {
  position: relative;
}
.block .content-wrap {
  max-width: 520px;
}
@media (max-width: 1023px) {
  .block .content-wrap {
    max-width: 100%;
  }
}
.block img:not(:first-of-type) {
  position: absolute;
}
.block img:first-of-type {
  position: relative;
}

/*    Elementor    */
.elm {
  padding: 4rem 0 4rem;
}
@media (min-width: 1680px) {
  .elm .content-wrap {
    padding-bottom: 2%;
  }
}
@media (min-width: 768px) {
  .elm .content-wrap {
    padding-right: 30px;
    max-width: 580px;
  }
}
.elm .img-wrap {
  padding: 7% 12% 13.5% 0;
  margin-left: -1%;
}
@media (max-width: 1439px) {
  .elm .img-wrap {
    padding-right: 30px;
    margin-left: 0;
  }
}
.elm .img-wrap > img:nth-of-type(1) {
  z-index: 1;
  margin-left: auto;
  width: 90%;
  max-width: 520px;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.07);
}
.elm .img-wrap > img:nth-of-type(2) {
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 58%;
  max-width: 362px;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.07);
}
@media (min-width: 1280px) {
  .elm .img-wrap > img:nth-of-type(2) {
    left: -4.7%;
  }
}
.elm .img-wrap > img:nth-of-type(3) {
  z-index: 2;
  margin-left: auto;
  top: 38.4%;
  left: 41.5%;
  width: 19%;
  max-width: 118px;
}
.elm .img-wrap > img:nth-of-type(4) {
  z-index: 2;
  margin-left: auto;
  top: 41%;
  left: 0;
  width: 35%;
  max-width: 226px;
}
@media (min-width: 1280px) {
  .elm .img-wrap > img:nth-of-type(4) {
    left: -4.7%;
  }
}
.elm .img-wrap > img:nth-of-type(5) {
  top: 1%;
  left: 13%;
  width: 20%;
  max-width: 88px;
}
.elm .img-wrap .elm-grid {
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
  max-width: 240px;
  z-index: 4;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .elm .img-wrap .elm-grid {
    right: 0;
  }
}
.elm .img-wrap .elm-grid .col {
  flex: 0 0 47%;
}
.elm .img-wrap .elm-grid img {
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.06);
  margin-bottom: 14% !important;
  position: relative;
}

/*    WOOC    */
.wooc {
  padding: 4.7em 0 8.7em;
  position: relative;
}
@media (max-width: 1279px) {
  .wooc {
    padding: 3em 0 7em;
  }
}
@media (max-width: 600px) {
  .wooc {
    padding: 1em 0 5em;
  }
}
.wooc .content-wrap {
  position: relative;
  z-index: 5;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .wooc .content-wrap {
    padding-top: 6%;
    max-width: 532px;
    margin-left: auto;
    margin-right: -2%;
  }
}
@media (max-width: 1679px) {
  .wooc .item:nth-of-type(2) {
    padding-top: 0;
    margin-right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .wooc .item:nth-of-type(2) {
    margin-left: 0;
    padding: 0;
  }
}
.wooc .img-wrap {
  padding: 8% 8.6% 8.5% 0;
}
.wooc img:nth-of-type(1) {
  width: 88%;
  max-width: 520px;
  z-index: 2;
  margin-left: auto;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .wooc img:nth-of-type(1) {
    max-width: 100%;
  }
}
.wooc img:nth-of-type(2) {
  z-index: 3;
  right: 0;
  bottom: 2%;
  width: 38%;
  max-width: 245px;
  -webkit-box-shadow: 0 3px 70px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 3px 70px rgba(0, 0, 0, 0.09);
  box-shadow: 0 3px 70px rgba(0, 0, 0, 0.09);
}
@media (min-width: 1440px) {
  .wooc img:nth-of-type(2) {
    right: -2.5%;
  }
}
.wooc img:nth-of-type(3) {
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 26.2%;
  max-width: 169px;
  filter: drop-shadow(0 3px 26px rgba(0, 0, 0, 0.3));
  -webkit-border-radius: 9%;
  -moz-border-radius: 9%;
  -ms-border-radius: 9%;
  border-radius: 9%;
}
.wooc img:nth-of-type(4) {
  z-index: 4;
  right: 1.1%;
  top: 0;
  width: 18%;
  max-width: 114px;
}
@media (max-width: 767px) {
  .wooc img:nth-of-type(4) {
    right: -2%;
  }
}
.wooc img:nth-of-type(5) {
  z-index: 4;
  left: -9%;
  top: 21%;
  width: 19%;
  max-width: 117px;
}
@media (max-width: 1439px) {
  .wooc img:nth-of-type(5) {
    left: 0;
    top: 0;
  }
}
.wooc img:nth-of-type(6) {
  z-index: 1;
  left: 12%;
  top: 2%;
  width: 14%;
  max-width: 88px;
}
.wooc img:nth-of-type(7) {
  z-index: 5;
  left: -5%;
  top: 27%;
  width: 16%;
  max-width: 100px;
}
@media (max-width: 767px) {
  .wooc img:nth-of-type(7) {
    left: -1%;
  }
}

/*  Blog */
.blog {
  padding: 8.625rem 0 8rem;
}
@media (max-width: 1279px) {
  .blog {
    padding: 7rem 0;
  }
}
@media (max-width: 600px) {
  .blog {
    padding: 5rem 0;
  }
}
.blog .grid {
  grid-template-columns: 45% 55%;
}
@media (max-width: 767px) {
  .blog .grid {
    grid-template-columns: 1fr;
  }
}
.blog .content-wrap p span {
  display: inline-block;
}
.blog .content-wrap p span + span {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .blog .content-wrap p span + span {
    margin-top: 15px;
  }
}
@media (min-width: 1680px) {
  .blog .content-wrap {
    padding-bottom: 5%;
  }
}
.blog .img-wrap {
  padding-bottom: 7%;
}
.blog .img-wrap img:nth-of-type(1) {
  width: 100%;
  max-width: 100%;
  filter: drop-shadow(0 30px 20px rgba(0, 0, 0, 0.3));
}
.blog .img-wrap img:nth-of-type(2) {
  width: 35%;
  max-width: 250px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 24%;
}
@media (min-width: 1680px) {
  .blog .img-wrap img:nth-of-type(2) {
    left: -1%;
  }
}
.blog .img-wrap img:nth-of-type(3) {
  width: 40%;
  max-width: 279px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  right: 17.5%;
  bottom: 0;
  z-index: 2;
}
.blog .img-wrap img:nth-of-type(4) {
  width: 40%;
  max-width: 279px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 25%;
}
.blog .img-wrap img:nth-of-type(5) {
  width: 20%;
  max-width: 117px;
  box-shadow: none;
  left: 1%;
  top: 8%;
}

.slider-wrap {
  text-align: center;
  background: #1E1E1E;
  padding: 8.5em 0 9rem;
}
@media (max-width: 1279px) {
  .slider-wrap {
    padding: 7em 0;
  }
}
@media (max-width: 600px) {
  .slider-wrap {
    padding: 5em 0;
  }
}
.slider-wrap * {
  color: #fff;
}
.slider-wrap .content-wrap {
  padding: 0 20px;
}

.swiper-container {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1439px) {
  .swiper-container {
    margin-top: 2.5rem;
  }
}

.slider {
  transition-timing-function: linear;
}
.slider .slider-content {
  max-width: 600px;
  margin-left: 12px;
  margin-right: 12px;
}
@media (max-width: 1439px) {
  .slider .slider-content {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .slider .slider-content {
    max-width: 220px;
  }
}
@media (max-width: 479px) {
  .slider .slider-content {
    max-width: 280px;
  }
}
.slider .slider-content a {
  width: 100%;
  display: inline-block;
}
.slider .slider-content a img {
  width: 100%;
}

.progress {
  max-width: 1270px;
  margin: 4.8em auto 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 6em;
  overflow: hidden;
  background-color: #353535;
  background-image: linear-gradient(to right, #FF3B18, #FF3B18);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
}
@media (max-width: 1370px) {
  .progress {
    max-width: 80%;
    margin: 3em auto 0;
  }
}
@media (max-width: 600px) {
  .progress {
    max-width: 90%;
    margin: 2em auto 0;
  }
}
.progress .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

footer.plugin {
  padding-top: 4.4em;
}
@media (max-width: 1279px) {
  footer.plugin {
    padding-top: 3em;
  }
}
footer.plugin .grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 123px);
  gap: 30px;
  justify-content: space-around;
}
@media (max-width: 1279px) {
  footer.plugin .grid {
    grid-template-columns: 100px 100px 100px 100px 100px 100px;
  }
}
@media (max-width: 1023px) {
  footer.plugin .grid {
    grid-template-columns: 80px 80px 80px 80px 80px 80px;
  }
}
@media (max-width: 767px) {
  footer.plugin .grid {
    grid-template-columns: 80px 80px 80px;
  }
}
@media (max-width: 479px) {
  footer.plugin .grid {
    grid-template-columns: 60px 60px 60px;
    justify-content: center;
    gap: 20px;
  }
}

.feature {
  background-color: inherit;
  padding: 0 0 8.5em;
  position: relative;
}
@media (max-width: 1279px) {
  .feature {
    padding-bottom: 7rem;
  }
}
@media (max-width: 600px) {
  .feature {
    padding-bottom: 5rem;
  }
}
.feature h3 {
  margin: .5em 0 .75em;
}
.feature p {
  max-width: 420px;
  margin: 0 auto;
}
.feature .grid {
  margin-top: 3.7em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px 30px;
  justify-content: space-around;
}
@media (max-width: 1279px) {
  .feature .grid {
    margin-top: 3em;
    grid-gap: 30px 30px;
  }
}
@media (max-width: 1023px) {
  .feature .grid {
    grid-template-columns: repeat(2, 250px);
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .feature .grid {
    grid-template-columns: repeat(2, 200px);
  }
}
@media (max-width: 479px) {
  .feature .grid {
    grid-template-columns: repeat(1, 260px);
  }
}
.feature .grid .item {
  padding: 0 .5em;
}
@media (max-width: 1679px) {
  .feature .grid .item {
    padding: 0;
  }
}
.feature .grid img {
  width: 76px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .feature .grid img {
    width: 70px;
  }
}
.feature .grid h4 {
  margin: 2em 0 .8em;
}
@media (max-width: 1279px) {
  .feature .grid h4 {
    margin: 1.5em 0 .6em;
  }
}
.feature .grid p {
  font-size: 0.938rem;
  line-height: 1.6em;
  letter-spacing: 0em;
}
@media (max-width: 1279px) {
  .feature .grid p {
    font-size: 0.838rem;
    line-height: 1.4em;
    letter-spacing: 0em;
  }
}
@media (max-width: 1023px) {
  .feature .grid p {
    font-size: 1rem;
  }
}

.footer * {
  color: #fff;
}
.footer .top {
  padding: 9.9em 0 8.8em;
  background-image: url("../img/footer/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1279px) {
  .footer .top {
    padding: 7rem 0;
  }
}
@media (max-width: 600px) {
  .footer .top {
    padding: 5rem 0;
  }
}
.footer .top .inner {
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .footer .top .inner {
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  .footer .top .inner {
    padding: 0 15px;
  }
}
.footer .top p {
  margin: 1em 0 1.9em;
}
@media (max-width: 1279px) {
  .footer .top p {
    margin: .8em 0 1.5em;
  }
}
@media (max-width: 479px) {
  .footer .top p {
    margin-bottom: 2em;
  }
}
.footer .btn:hover {
  background-color: #fff;
}
.footer .btn:hover span {
  color: #00111A;
}
.footer .btn:hover .btn_icon:after {
  color: #00111A;
}
.footer .btn span {
  transition: color .3s ease;
}

/* ScrollTop */
.scrollTop {
  width: 43px;
  height: 43px;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background: #00111A;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
  cursor: pointer;
  opacity: 0;
  transform: translateY(100px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1679px) {
  .scrollTop {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .scrollTop {
    width: 45px;
    height: 45px;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .scrollTop {
    right: 15px;
    bottom: 15px;
  }
}
.scrollTop:hover {
  background: #FF3B18;
}
.scrollTop i {
  color: #fff;
  font-size: 20px;
  font-family: 'fontello';
  content: '\e92c';
  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;
}
.scrollTop.showBtn {
  opacity: 1;
  transform: translateY(0);
}

/* ChatGPT */
.chatgpt {
  padding: 4rem 0 4rem;
}
.chatgpt .content {
  max-width: 1237px;
}
@media (max-width: 1024px) {
  .chatgpt .content {
    max-width: 960px;
  }
}
.chatgpt .chatgpt__header {
  text-align: center;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header {
    margin: 0 auto 25px;
  }
}
.chatgpt .chatgpt__header .title {
  margin: 26px auto 0;
  max-width: 930px;
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__header .title {
    max-width: 780px;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__header .title {
    max-width: 100%;
  }
}
.chatgpt .chatgpt__header .description {
  margin-top: 20px;
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__header .description {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header .description {
    margin-top: 1em;
  }
}
.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 p span {
  color: #191919;
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__content p {
    margin-top: 20px;
  }
}
.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;
}
@media (max-width: 1024px) {
  .chatgpt .chatgpt__content .video .video-header {
    padding: 14px;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__content .video .video-header {
    padding: 10px;
  }
}
.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: #FF3B18;
}
@media (max-width: 1024px) {
  .chatgpt .chatgpt__content .video .video-content {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__content .video .video-content {
    padding: 10px;
  }
}
.chatgpt .chatgpt__content .video .video-content video {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .chatgpt .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 479px) {
  .chatgpt .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*    AI - images    */
.ai-images {
  padding: 4rem 0 4rem;
  overflow: visible;
  z-index: 2;
}
@media (max-width: 600px) {
  .ai-images {
    padding: 1rem 0 1rem;
  }
}
.ai-images .section_title {
  margin: 0 auto;
  max-width: 780px;
}
@media (max-width: 1439px) {
  .ai-images .section_title {
    max-width: 730px;
  }
}
@media (max-width: 1279px) {
  .ai-images .section_title {
    max-width: 655px;
  }
}
@media (max-width: 767px) {
  .ai-images .section_title {
    max-width: 570px;
  }
}
@media (max-width: 479px) {
  .ai-images .section_title {
    max-width: 335px;
  }
}
.ai-images .img-wrap {
  max-width: 878px;
  margin: 3.4em auto 2.5em;
}
@media (max-width: 767px) {
  .ai-images .img-wrap {
    margin-top: 1.5em;
  }
}
.ai-images .img-wrap img:nth-of-type(1) {
  width: 100%;
  z-index: 2;
  max-width: 750px;
  margin: 0 auto;
}
.ai-images .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: -0.5%;
  bottom: -9%;
  width: 42%;
  max-width: 288px;
}
@media (max-width: 1439px) {
  .ai-images .img-wrap img:nth-of-type(2) {
    left: 0;
  }
}
.ai-images .img-wrap img:nth-of-type(3) {
  z-index: 3;
  right: 9%;
  top: -8.7%;
  width: 23%;
  max-width: 128px;
}
@media (max-width: 900px) {
  .ai-images .img-wrap img:nth-of-type(3) {
    right: 0;
  }
}

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