@font-face {
  font-family: "SF Pro Display";
  src:
    url("../woff2/sfprodisplay-regular.woff2") format("woff2"),
    url("../woff/sfprodisplay-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src:
    url("../woff2/sfprodisplay-medium.woff2") format("woff2"),
    url("../woff/sfprodisplay-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src:
    url("../woff2/sfprodisplay-bold.woff2") format("woff2"),
    url("../woff/sfprodisplay-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Rounded";
  src:
    url("../woff2/sf-pro-rounded-regular.woff2") format("woff2"),
    url("../woff/sf-pro-rounded-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
a {
  text-decoration: none !important;
}
html {
  font-size: 14px;
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
}
.form-group.invalid .form-control {
  border-color: #f33a58;
}
.form-group.invalid .form-error {
  color: #f33a58;
  margin-bottom: 3px;
  margin-top: 5px;
  font-size: 15px;
  margin-left: 5px;
  text-align: left;
}
body {
  background: #ffffff;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: normal;
  height: 100%;
  margin: 0;
  color: #121131;
}
.header-bg {
  /* background-image: url("../img/baner.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; */
  height: 700px;
}
.banner_etw {
  bottom: 20%;
}
.elsa-by-number {
  background-image: url(../png/section-ai.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 868px;
  margin-top: 64px;
  position: relative;
}
.section-5__animation {
  position: absolute;
  right: 0px;
  top: 40px;
  animation: rollingball linear 4s infinite;
  animation-direction: alternate;
}
@keyframes rollingball {
  from {
    transform: translate3d(0px, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(50px, 0, 0) rotate(20deg);
  }
}
#body-section {
  overflow: hidden;
}
.mobile {
  display: none;
}
.desktop {
  display: flex;
}
.text-size-16 {
  font-size: 16px;
  line-height: 28px;
}
.text-size-18 {
  font-size: 18px;
  line-height: 28px;
}
.text-size-20 {
  font-size: 20px;
  line-height: 32px;
}
.text-size-22 {
  font-size: 22px;
  line-height: 32px;
}
.text-size-24 {
  font-size: 24px;
  line-height: 36px;
}
.text-size-32 {
  font-size: 32px;
  line-height: 48px;
}
.text-size-36 {
  font-size: 36px;
  line-height: 48px;
}
.text-size-40 {
  font-size: 40px;
  line-height: 48px;
}
.text-size-48 {
  font-size: 48px;
  line-height: 72px;
}

.text-white {
  color: #ffffff;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-400 {
  font-weight: 400;
}
a {
  color: #ffffff;
}
.btn {
  border: 0px solid transparent;
}
.section-9-request-3 {
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 123px;
  padding: 4px 29px !important;
  margin: -2px 30px;
}
.menu-header {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-top: 37px;
}
.content-header .menu-header {
  padding-top: 0px;
}
.content-header .logo {
  padding-left: 5%;
}
.nav-link {
  border: none;

  padding: 0px 40px;
}
button.nav-link {
  background: #fff;
  outline: none;
}
button.nav-link:focus {
  outline: none;
}

.language-icon {
  padding: 0px;
}

.label-header {
  margin-left: 0%;
  margin-top: 5%;
}
.button-blue {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  background: linear-gradient(180deg, #29f4ff -46.11%, #5257ff 151.97%);
  border-radius: 123px;
}

.button-green {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  background: linear-gradient(180deg, #2cf1db 0%, #2fe995 100%) !important;
  color: #000 !important;
}

.button-green:hover {
  text-decoration: none;
  color: #000;
}

.nav-top-fixed {
  position: fixed;
  background-color: white;
  z-index: 999999;
  width: 100%;
  padding: 0px 10rem;
  top: 0;
}
.button-white {
  font-size: 18px;
  line-height: 24px;
  background: #fff;
  color: #478dff;
  border-radius: 123px;
  padding: 14px 40px;
}
.trust-label {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0px;

  color: #000000;
  mix-blend-mode: darken;
  text-align: center;
  margin: 0px 16% 0px;
}
.meet-elsa-sec {
  padding-top: 78px;
}
.description-text {
  color: #121131;
  mix-blend-mode: normal;
  opacity: 0.8;
}
.section-4-title {
  margin-top: -120px;
}
.section-4-des {
  text-align: left;
  margin-bottom: 32px;
}
.section-4-des > p {
  margin-bottom: 8px;
}

.section-4-des-item {
  background: url(../svg/icon-list.svg) no-repeat 0px 3px transparent;
  list-style-type: none;
  margin: 0 0 12px 0;
  padding: 0px 0px 1px 40px;
  line-height: 32px;
  text-align: left;
}
.margin-left {
  margin-left: 19%;
}
.margin-left-30 {
  margin-left: 30%;
}
.margin-right {
  margin-right: 19%;
}
.line-1 {
  width: 296px;
  padding-top: 10px;
  margin-left: 258px;
  margin-bottom: -60px;
}
.line-2 {
  width: 460px;
  margin-top: 0px;
  margin-right: 55px;
  margin-bottom: -104px;
}

.line-3 {
  width: 570px;
  margin-right: 47px;
  margin-bottom: 32px;
}
#slider .carousel-item {
  /* height: 350px; */
  /* width: 391px; */
  display: flex;
  justify-content: center;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.carousel-indicators {
  bottom: -110px;
}
.carousel-indicators li {
  background-color: #e6e6e6;
}
.carousel-indicators .active {
  background-color: #478dff;
}
.item-slide-width {
  max-width: 560px;
  cursor: pointer;
}
.title-active {
  color: #478dff;
}
.title-inactive {
  color: #121131;
}
.back-ground-active {
  background: rgba(71, 141, 255, 0.1);
  border-radius: 24px;
}
.see-plan {
  background-image: url("../svg/see_plan.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 261px;
}
.see-plan p {
  padding-top: 66px;
}
#carouselPartner .carousel-control-next,
#carouselPartner .carousel-control-prev {
  width: 5%;
}
#carouselPartner .carousel-control-next {
}
.elsa-for-manufacturing {
  background-color: #f4f4f4;
  background-size: cover;
  background-position: center;
  height: 872px;
  margin-top: 192px;
}
.title-features {
  padding-top: 64px;
  padding-bottom: 64px;
  max-width: 720px;
}
.card-feature {
  padding-left: 152px;
  background-color: #f4f4f4;
  width: 1448px;
}
.feature-box {
  width: 369px;
  padding-right: 32px;
  border-right: 1px solid #478dff80;
  background-color: #f4f4f4;
}
.feature-img {
  text-align: left;
  width: 336px;
  height: 252px;
  margin-bottom: 24px;
  object-fit: cover;
  border-radius: 16px;
}
.feature-title {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.feature-button {
  border: 10px solid linear-gradient(180deg, #29f4ff -46.11%, #5257ff 151.97%);
  background: #f4f4f4;

  border-radius: 43px;
  width: 134px;
  height: 42px;

  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  /* identical to box height, or 157% */

  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
}
.owl-prev,
.owl-next {
  position: absolute;
  bottom: -42px;
}

.owl-prev {
  left: 45%;
}
.owl-next {
  right: 45%;
}

.fa-arrow-circle-left,
.fa-arrow-circle-right {
  font-size: 50px;
  color: #c4c4c4;
  transition: all 0.3s;
}
.fa-arrow-circle-left:active,
.fa-arrow-circle-right:active {
  color: #478dff;
}
.section-2-desc {
  margin: auto;
}
/* SECTION SERVICE */
#section-service {
  padding: 0px 10px 64px;
}
.service__tittle {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;

  text-align: center;
  color: #478dff;
  margin: auto;
}
.service__description {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;

  text-align: center;
  color: #121131;
  max-width: 446px;
  margin: 34px auto;
}
.customized__description {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;

  text-align: center;
  color: #121131;
  max-width: 519px;
  margin: 34px auto;
}
.service__body {
  display: flex;
  justify-content: center;
  margin-left: 8%;
}
.service__body__content {
  margin-top: 38px;
  margin-left: 64px;
}
.service__content li {
  background: url(../svg/check.svg) no-repeat -5px 2px transparent;
  list-style-type: none;
  margin: 0 0 12px 0;
  padding: 0px 0px 1px 40px;
  line-height: 32px;
  text-align: left;

  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.label__content {
  margin-bottom: 32px;
}
.label__content li {
  background: url(../svg/check.svg) no-repeat -5px 2px transparent;
  list-style-type: none;
  margin: 0 0 12px 0;
  padding: 0px 0px 1px 40px;
  line-height: 32px;
  text-align: left;

  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
#section-1 {
  width: 100%;
  height: 100%;
}
/* SECTION-AWARD */
#section-award {
  position: relative;
}
.award__img {
  position: absolute;
  top: 80px;
  padding: 0px 0px;
}
.award__title__text {
  margin-top: 80px;
  margin-bottom: 54px;
  padding-top: 128px;
  color: #fff;
}
.award__number-box {
  background: #ffffff;
  box-shadow: -1px 0px 22px rgb(0 0 0 / 8%);
  border-radius: 16px;
  padding: 60px 20px 30px;
  height: 340px;
}
.award__logo {
  height: 150px;
  object-fit: contain;
}
/* SECTION 10 */
#section-10 {
  background-image: url("../png/demo-background.png");
  background-position: top;
  background-size: auto 420px;
  background-repeat: no-repeat;
  padding-bottom: 64px;
}
.booking-title {
  margin-bottom: 56px;
}
.section-10-text-heading-1 {
  width: 534px;
  font-family: SF Pro Display;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0px;
}
.section-10-des {
  margin-left: 98px;
}
.section-10-text-box-1 {
  background: url(../svg/check-icon.svg) 0px 3px no-repeat transparent;
  list-style-type: none;
  margin: 0px 0px 12px;
  padding: 0px 0px 1px 40px;
  line-height: 32px;
  text-align: left;
}
.section-10-content {
  padding: 77px 0 0 !important;
}
.request-form {
  margin: auto;
  width: 540px;
  padding: 48px;
  background-color: white;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.1));
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
.request-form input {
  height: 54px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 16px;
}

.request-form textarea {
  height: 134px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 16px;
}

.request-form .form-group {
  margin-bottom: 16px;
}
select.custom-selected {
  height: 54px;
  color: #121131;
  padding: 15px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 16px;
}
.iti {
  width: 100%;
}

.iti__flag {
  display: none;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: unset;
}

.iti__arrow {
  border: none;
}

.iti__selected-dial-code {
  padding-top: 1px;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-family: "SF Pro Display";
  font-size: 16px;
  line-height: 24px;
}
.form-image {
  margin: 10% 0 0 0;
}

#section-faq {
  background: url(../png/faq-background.png) top center / cover no-repeat;
  padding-bottom: 200px;
}
.faq-content {
  margin-left: 225px;
}
.faq-title {
  font-family: SF Pro Display;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;

  color: #121131;
  padding-top: 64px;
  padding-bottom: 32px;
}
.faq-image {
  margin-top: 230px;
  width: 100%;
  object-fit: cover;
}
.menu-list {
  padding-left: 0;
  display: block;
  width: 100%;
  max-width: 709px;
  z-index: 999;
  /* overflow-y: auto;
  overflow-x: hidden; */
  margin-right: 64px;
}
.faq-item-question,
.faq-item-answer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px;
  font-size: 16px;

  background: #ffffff;
  margin: 10px 0px;
}
.faq-item-question {
  border-radius: 20px 20px 20px 0px;
}
.faq-item-answer {
  border-radius: 0px 20px 20px 20px;
}
.faq-icon {
  margin-right: 12px;
  margin-top: 4px;
  width: 25px;
  height: 25px;
}
.menu-link,
.head {
  margin: 0px;
  text-align: left;

  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
}
.head {
  color: #222326;
  opacity: 0.8;
}
.accordion-toggle,
.accordion-content {
  cursor: pointer;
  font-size: 16px;
  position: relative;
  letter-spacing: 1px;
}

.accordion-content {
  display: none;
}

.accordion-toggle.active-tab {
  transition: all 0.3s ease;
}
.list-logo-business {
  /* display: flex; */
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0px 5% 0px;
}
.item-logo-business {
  object-fit: contain;
  height: 132px;
  max-width: 260px;
  margin-inline: 32px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  color: transparent;
  z-index: 99;
}

.slick-arrow::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 10px;
  border-bottom: 1px solid #aaa;
}

.slick-prev {
  left: -60px;
}

.slick-prev::after {
  right: 0;
  border-left: 1px solid #aaa;
  transform: rotate(45deg);
}

.slick-next {
  right: -60px;
}

.slick-next::after {
  left: 0;
  border-right: 1px solid #aaa;
  transform: rotate(-45deg);
}

.banner .slick-prev {
  left: 0;
}

.banner .slick-next {
  right: 0;
}

#section-customized {
  padding: 48px 0;
}
#section-customized-vi {
  padding: 48px 0;
}
.tab {
  float: left;
  width: 36%;
}

/* Style the divs inside the tab */
.tab div {
  /* display: flex;
  align-items: center; */

  background-color: inherit;
  color: black;
  padding: 20px 5px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;

  font-family: SF Pro Display;
  font-size: 18px;
  line-height: 28px;

  border-bottom: 1px solid rgba(71, 141, 255, 0.5);
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
svg {
  margin-right: 13px;
}
/* Change background color of divs on hover */

/* Create an active/current "tab div" class */
.tab div.active {
  color: #478dff;
}
.tab div.active path {
  fill: #478dff;
}
/* Style the tab content */
.tabcontent {
  float: left;
  margin-right: 64px;
  margin-top: 10px;
  border-left: none;
}
.custom-toggle {
  display: none !important;
}
@media (max-width: 1370px) {
  .booking-title {
    margin-bottom: 164px;
  }
  .section-10-text-heading-1 {
    text-align: left;
  }
  .section-10-text-box-1 {
    text-align: left;
  }
  .request-form {
    max-width: 520px;
    margin-bottom: 54px;
  }
  .request-form input {
    height: 64px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 16px;
  }

  .request-form textarea {
    height: 134px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 16px;
  }

  .request .form-group {
    margin-bottom: 18px;
  }
  .iti__selected-flag {
    padding: 15px 0 15px 15px;
    height: 64px;
  }

  .iti__selected-dial-code {
    padding-top: unset;
  }
  .faq-content {
    margin-left: 100px;
  }
  .faq-image {
    width: 460px;
    margin-left: 50px;
  }
  .menu-link,
  .head {
    font-size: 18px;
  }
  .dash_board {
    margin-left: 0px !important;
  }
  select.custom-selected {
    height: 64px;
  }
  .tab {
    width: 42%;
  }
}
@media (max-width: 576px) {
  .section-4-title {
    margin-top: 0px;
  }
  #section-10 {
    background-image: url("../png/demo-banner-mb.png");
    background-size: contain;
  }
  .section-10-text-heading-1 {
    width: 95%;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    margin-left: 0;
  }
  .section-10-text-heading-1-vi {
    font-size: 34px;
  }
  .section-10-des {
    margin-left: 18px;
  }
  .section-10-text-box-1 {
    width: 343px;
    margin: auto;
  }
  .request-form {
    width: 343px;
    padding: 20px;
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.1));
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
  }
  .form-image {
    width: 100%;
    object-fit: contain;
  }
  .button-white {
    font-size: 16px;
    padding: 16px 30px;
    margin: 0px 13px;
  }
  .menu-list {
    width: 348px;
  }
  .btn-meetelsa {
    margin-left: 36px;
  }
  .service__body {
    flex-wrap: wrap;
  }
  .service__body__content {
    margin-left: 0px;
  }
  .service__body {
    margin-left: 0px;
    padding: 0px 10px;
  }
  .service__image {
    object-fit: contain;
    width: 90%;
  }
  .service__tittle {
    font-size: 24px;
    line-height: 1.4;
  }
  #section__button {
    font-size: 16px;
  }
  .award__title__text {
    color: #111;
    padding: 0px;
  }
  .booking-title {
    margin-bottom: 24px;
    margin-left: 0;
  }
  .form-image {
    width: 100%;
    object-fit: contain;
    margin: 0;
  }
  .section-5__animation {
    display: none;
  }
  .tabcontent,
  .tablinks {
    display: none !important;
  }
  #section-customized {
    height: auto;
  }
  #section-customized-vi {
    height: auto;
  }
  .custom-tab {
    display: flex;
    flex-direction: column;
  }
  .custom-toggle {
    display: initial !important;
  }
  .custom-content {
    display: none;
  }
  .custom-toggle {
    width: 100% !important;
    padding: 0px;
    font-size: 14px !important;
    font-weight: 500;
  }
  .custom-content img {
    width: 100%;
  }
  .menu-list {
    margin-right: 0px;
  }
  .card-deck {
    margin: 0;
  }
}
@media (max-width: 343px) {
  .request-form {
    width: 100%;
  }
  .section-10-text-box-1 {
    width: 100%;
  }
}

/* Check box */
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  font-family: SF Pro Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-checkbox {
  display: grid;
  grid-template-columns: auto auto;
}

@media (max-width: 1028px) {
}
/* FOOTER */
.footer-bg {
  background-image: url("../png/footer_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 340px;
}
.footer .nav {
  display: inline-flex;
}
.footer .contact-info {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.8;
  padding-left: 17%;
}
.footer .list-group-item {
  background-color: transparent;
}
.meet-elsa-img {
  width: 642px;
}
.access_lesson_img {
  width: 691px;
}
.personnalize_learning_img {
  width: 767px;
  margin-left: 70px;
}
.dash_board {
  width: 700px;
  margin-left: 6%;
}
.elsa-with-number {
  color: #fff;
}
.elsa-with-number .title-number {
  margin-top: 80px;
  margin-bottom: 24px;
}
.elsa-with-number .title-number-2 {
  background: -webkit-linear-gradient(
    0deg,
    rgb(92, 229, 121),
    rgb(87, 156, 254)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 623px;
  margin: 72px auto 50px;
}
.text-number {
  width: 560px;
}
.text-number-vi {
  width: 512px;
}
.group-image-num {
  margin: auto;
}
.image-number {
  height: 241px;
  margin-left: -25px;
}
.slider-block {
  padding-left: 100px;
}
#carouselPartner {
  width: 1110px;
}
#carouselPartner .carousel-inner {
  width: 720px;
}
.appstore,
.googleplay {
  height: 64px;
}
.menu-header img {
  width: 143px;
}
.horizontal-scrollable {
  margin-top: -100px;
}
.horizontal-scrollable > .card-number {
  display: inline-block;
  float: none;
}
a:hover {
  color: #478dff;
}
.button-blue:hover {
  background: linear-gradient(180deg, #23dfe9 -46.11%, #3539d0 151.97%);
}
.elsa-org-sec {
  padding-top: 48px;
}
.title-space {
  margin-bottom: 16px !important;
}
.title-partner {
  padding-bottom: 24px;
}
.bulllet-slice-sec {
  padding-top: 40px;
}
.line-height-partner {
  line-height: 36px !important;
}
.elsa_number_text {
  margin-top: 65px;
  padding: 0 14%;
}
.mtop-100 {
  margin-top: 100px !important;
}
.improve-communica {
  padding-top: 64px;
}
.improve-communica p {
  max-width: 750px;
}
.improve-communica .description-text {
  width: 620px;
}
.see-plan-sec {
  padding-top: 48px;
}
.number-box {
  background: #ffffff;
  box-shadow: -1px 0px 22px rgb(0 0 0 / 8%);
  border-radius: 16px;
  color: #121131;
  padding: 24px 24px;
  height: 231px;
}
.number-box .percentage {
  background: -webkit-linear-gradient(
    0deg,
    rgb(92, 229, 121),
    rgb(87, 156, 254)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  line-height: 58px;
  margin: 24px 0px !important;
}
.number-box .icon {
  width: 42px;
}

@media (min-width: 1601px) {
  .header-bg {
    height: 920px;
  }
}
@media (min-width: 1801px) {
  .header-bg {
    height: 1200px;
  }
}
@media (min-width: 1400px) {
  .pt-md-personalize {
    padding-top: 80px;
    margin-left: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .elsa_number_text {
    padding: 0 10% !important;
  }
  .pt-md-personalize {
    padding-top: 60px;
    margin-left: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .elsa_number_text {
    padding: 0 6% !important;
  }
}
@media (min-width: 1200px) {
  .title-number-48 {
    font-size: 48px;
  }
  .section-10-text-heading-1-vi {
    margin-left: 30px !important;
    width: 586px !important;
  }
  .section-2-desc-vi {
    max-width: 591px !important;
  }
  .section-2-desc {
    max-width: 514px;
    padding-bottom: 15px;
    text-align: center;
  }
  .grow-business-vi {
    max-width: 498px !important;
  }
  .custom-tab-vi div {
    font-size: 16px !important;
    width: 130%;
  }
  .grow-business {
    max-width: 708px;
    margin-bottom: 0px;
  }
  .drive-business {
    max-width: 436px;
    padding-bottom: 10px;
    opacity: 0.8;
  }
  .mt-md-access {
    margin-top: 107px;
  }
  .pt-md-measure {
    margin-top: 100px;
  }
  .mt-md-dashboard {
    margin-top: -90px;
  }
  .section-10-content {
    padding: 42px 0 0 !important;
  }
}
@media (max-width: 992px) {
  .nav-link {
    padding: 10px 20px;
  }
  .content-header .logo {
    padding-left: 1%;
  }
  .text-number {
    width: 315px;
  }
  .card-feature {
    padding-left: 20px;
  }
  .feature-box {
    border: none;
  }
  .personnalize_learning_img {
    margin-left: 0px;
  }
  .section-5__animation {
    display: none;
  }
}
@media (max-width: 992px) {
  .elsa-by-number {
    background-image: url(../png/section-ai.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1250px;
    margin-top: 0px;
  }
  .drive-business {
    max-width: 436px;
    margin-bottom: 24px;
    opacity: 0.8;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  p {
    line-height: 24px;
  }
  .text-size-m-14 {
    font-size: 14px;
    line-height: 16px;
  }
  .text-size-m-16 {
    font-size: 16px;
    line-height: 24px;
  }
  .text-size-m-18 {
    font-size: 18px;
    line-height: 28px;
  }
  .text-size-m-20 {
    font-size: 20px;
    line-height: 32px;
  }
  .text-size-m-24 {
    font-size: 24px;
    line-height: 36px;
  }
  .text-size-m-28 {
    font-size: 28px;
    line-height: 40px;
  }
  .font-weight-m-700 {
    font-weight: 700;
  }
  .font-weight-m-500 {
    font-weight: 500;
  }
  .font-weight-m-400 {
    font-weight: 400;
  }
  .label-header {
    margin-top: 178px;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .trust-label {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 32px;
    text-align: center;
    margin: 0px auto 20px;
  }
  .margin-left,
  .margin-right {
    margin-left: 15px;
    margin-right: 15px;
  }
  .meet-elsa-img {
    width: 344px;
  }
  .access_lesson_img {
    width: 345px;
  }
  .personnalize_learning_img {
    width: 330px;
  }
  .dash_board {
    width: 345px;
    margin-left: 0px;
  }
  .elsa-with-number {
    color: #fff;
    /* margin-left: 15px; */
  }
  .margin-left-30 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .slider-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  #slider.carousel {
    width: 311px;
    margin: auto;
  }
  .carousel-item .w-image {
    width: 265px;
  }
  .carousel-indicators {
    bottom: -57px;
  }
  #carouselBulletImage .carousel-indicators {
    bottom: -35px;
  }
  #carouselPartner {
    width: 100%;
  }
  #carouselPartner .carousel-inner {
    width: 90%;
  }
  .footer-bg {
    background-image: url("../png/footer_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 687px;
  }
  .appstore,
  .googleplay {
    height: 45px;
  }
  .footer .contact-info {
    padding-left: 15px;
  }
  .nav-link {
    padding: 10px 0px;
  }
  .menu-header {
    padding-top: 25px;
  }
  .menu-header img {
    width: 112px;
  }
  .horizontal-scrollable {
    margin-top: -100px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .scroll-container {
    width: 100%;
    overflow: auto;
    position: absolute;
    margin-top: 162px;
  }
  .meet-elsa-sec {
    padding-top: 51px;
  }
  .title-space {
    margin-bottom: 8px;
  }
  .line-mar-t {
    padding-top: 32px;
  }
  .line-mar-b {
    margin-bottom: 32px;
  }
  .see-plan {
    background-image: url("../svg/see_plan.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 172px;
  }
  .see-plan p {
    padding-top: 32px;
  }
  .line-height-partner {
    line-height: 28px !important;
  }
  .elsa_number_text {
    margin-top: 20px;
  }
  .improve-communica p {
    max-width: 100%;
  }
  .improve-communica .description-text {
    width: 100%;
  }
  .improve-communica {
    padding-top: 32px;
  }
  .see-plan-sec {
    padding-top: 55px;
  }
  .pt-md-personalize {
    margin: auto;
  }
  .pt-md-measure {
    margin: auto;
  }
  .image-number {
    height: 172px;
    margin-left: 0px;
  }
  .group-image-num {
    padding-top: 20px;
  }
  .mt-md-access {
    margin: auto;
  }
  .carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: transform 2s ease, opacity 0.7s ease-out;
  }

  .carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
  }
  .number-box {
    background: #ffffff;
    box-shadow: -1px 0px 22px rgb(0 0 0 / 8%);
    border-radius: 16px;
    color: #121131;
    padding: 23px 23px;
    height: 178px;
    margin-bottom: 16px;
  }
  .number-box .percentage {
    font-size: 48px;
    line-height: 36px;
  }
  .number-box .icon {
    width: 32px;
  }
}
@media (max-width: 767px) {
  .header__content{
    width: 100%;
  }
  .banner_etw{
    bottom: 8%;
  }
  .fa-arrow-circle-left,
  .fa-arrow-circle-right {
    display: none;
  }
  .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  .label__content li {
    font-size: 16px;
  }

  .owl-dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    margin: 0 5px;
    background-color: #fff !important;
    border: none;
    transition: all 0.3s ease;
  }

  .owl-dot:hover,
  .owl-dot.active {
    background-color: #478dff !important;
  }
  .nav-top-fixed {
    padding: 0px 1rem !important;
  }
  .header-bg {
    background-color: #000e42;
    height: 900px;
  }
  .header-bg .label-header {
    margin: 300px 15px 22px;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .button-app-header {
    top: 11vw;
  }
}
.footer .contact-info {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.8;
  padding-left: 150px;
}

.desktop {
  display: flex;
}

.menu-header {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-top: 37px;
}

.content-header .menu-header {
  padding-top: 0px;
}

.menu-header img {
  width: 143px;
}

.footer .nav-link {
  padding: 8px 0px !important;
}

.footer-bg {
  background-image: url("../png/footer_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 340px;
}

.appstore,
.googleplay {
  height: 64px;
}

.text-size-16 {
  font-size: 16px;
  line-height: 28px;
}

.footer .text-size-18 {
  font-size: 18px;
  line-height: 28px;
}

.footer .text-size-20 {
  font-size: 20px;
  line-height: 32px;
}

.footer .text-size-22 {
  font-size: 22px;
  line-height: 32px;
}

.footer .text-size-24 {
  font-size: 24px;
  line-height: 36px;
}

.text-size-32 {
  font-size: 32px;
  line-height: 48px;
}

.text-size-36 {
  font-size: 36px;
  line-height: 48px;
}

a {
  color: #ffffff;
}

.align-left {
  padding-left: 150px;
}

.align-right {
  padding-right: 150px;
}

@media (max-width: 992px) {
  .nav-link {
    padding: 0px 20px;
  }
}

@media (max-width: 991px) {
  .menu-header {
    padding-top: 25px;
  }

  .menu-header img {
    width: 112px;
  }

  .desktop {
    display: none;
  }

  .nav-link {
    padding: 10px 0px;
  }

  .footer .contact-info {
    padding-left: 15px;
  }

  .footer-bg {
    background-image: url("../png/footer_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 475px;
  }

  .appstore,
  .googleplay {
    height: 45px;
  }

  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-center {
    text-align: center !important;
  }

  .text-size-m-16 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-size-m-18 {
    font-size: 18px;
    line-height: 28px;
  }

  .text-size-m-22 {
    font-size: 22px;
    line-height: 32px;
  }

  .text-size-m-24 {
    font-size: 24px;
    line-height: 36px;
  }

  .text-size-m-28 {
    font-size: 28px;
    line-height: 40px;
  }

  .align-left {
    padding-left: 15px;
  }

  .align-right {
    padding-right: 15px;
  }
}

#section-9 {
  margin-top: 120px;
  margin-bottom: 54px;
}
.pricing-header {
  max-width: 700px;
  margin-bottom: 52px;
}

.pricing-header .lead {
  max-width: 539px;
  margin: auto;
}

.billing-circle {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.billing-circle__label {
  border: 2px solid #4294ff;
  font-weight: 400;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 16px;
  background: #f4f8ff;
  line-height: 1.2;
}
.plans__card-group .plan {
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 22px 34px 10px rgba(0, 0, 0, .05);
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 15px;
}
.plan__header {
  border-bottom: 1px solid #dfdbdb;
  min-height: 115px;
  margin-bottom: 20px;
}
.plan .plan__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.plan .plan__name {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
}
.plan__title span {
  display: block;
  font-size: 15px;
  color: #999;
}
.plan .plan__price {
  font-size: 18px;
}
.plan .plan__price span {
  font-size: 20px;
  font-weight: bold;
}
.plan .plan__price-total {
  font-size: 16px;
}
.plan .plan__infos {
  margin-bottom: 15px;
  text-align: left;
}
.plan .plan__price a {
  color: #2196F3;
}
.plan__infos .benefit {
  font-size: 15px;
  margin-bottom: 6px;
  color: #555;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.plan__purchase .button {
  background: linear-gradient(180deg, #29f4ff -46.11%, #5257ff 151.97%);
  color: #fff;
  display: inline-block;
  border: 0;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 30px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .billing-circle {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .plan .plan__price span {
    font-size: 22px;
  }
  .billing-circle__label, .plan .plan__price-total {
    font-size: 18px;
  }
  .plan__header {
    min-height: 130px;
  }
  .plans__card-group {
    display: flex;
    justify-content: center;
    gap: 0 30px;
  }
  .plans__card-group .plan {
    display: flex;
    flex-direction: column;
    width: 400px;
    max-width: calc(50% - 30px);
  }
  .plan .plan__name {
    font-size: 22px;
  }
  .plan__title span {
    font-size: 16px;
  }
  .plan .plan__infos {
    margin-bottom: 20px;
  }
  .plan__infos .benefit {
    font-size: 16px;
  }
  .plan__purchase {
    margin-top: auto;
  }
  .plan__purchase .button {
    font-size: 20px;
    line-height: 1.4;
  }
  .carousel-item .w-image {
    /* width: 391px; */
    height: 780px;
  }
}

.card-deck .card {
  min-width: 350px;
  margin-bottom: 10px;
}

.card-header:first-child {
  border-radius: 24px 24px 0 0;
}

.card-header {
  padding: 40px;
  border: none;
  color: #ffffff;
}

.card-header h4 {
  border: none;
  color: #ffffff;
  letter-spacing: 1px;
}

.card-header h4 a:hover {
  color: #ffffff;
  opacity: 0.9;
}

.card {
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 24px 24px 0 0;
}

.card-body,
.card-body p {
  font-size: 16px;
  line-height: 24px;
  min-height: 96px;
}

.card-body ul li {
  text-align: left;
}

.card-image {
  padding: 20px;
}

.bg-blue {
  background: linear-gradient(180deg, #29f4ff -46.11%, #5257ff 151.97%);
}

.bg-yellow {
  background: linear-gradient(180deg, #fff35c -54.1%, #ef7b32 100%);
}

.bg-dark {
  background-color: #121131 !important;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-32 {
  font-size: 32px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-36 {
  line-height: 36px;
}

.icon-check {
  background-image: url(../svg/check.svg);
  min-width: 28px;
  /* width: 28px; */
  height: 28px;
  background-repeat: no-repeat;
}

.icon-close {
  background-image: url(../svg/close.svg);
  /* width: 28px; */
  min-width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
.secondary {
  opacity: 0.5;
}

.card-body-content {
  margin: 16px 0;
}
.btn {
  border-radius: 123px;
  font-weight: 600;
}

.btn-warning {
  color: #fff;
  background-color: #f3923b;
}
.btn-warning:hover {
  color: #fff;
}

.btn-dark {
  background-color: #121131;
  -webkit-appearance: none;
}

.badge {
  border-radius: 8px;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: initial;
}

.badge-success {
  color: #0ebf2c;
  background: #edfbf0;
  max-height: 28px;
  max-width: 150px;
  font-weight: 700;
}

.contact-sales {
  height: 86px;
}

#section-9-request-3 {
  height: 50px;
  width: 100%;
  line-height: 35px;
}
.prettydropdown > ul {
  max-height: 28px !important;
}

.prettydropdown > ul > li {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  max-height: 28px !important;
}

.input-group {
  max-height: 28px;
}

#section-9 .badge-success {
  margin-top: 12px;
  margin-bottom: 24px;
}

.card-body button {
  height: 50px;
}
.card {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.card-body {
  padding: 24px 17px;
}

@media (max-width: 768px) {
  #section-9 {
    margin-top: 100px !important;
    max-width: 343px;
    margin: auto;
  }
  .pricing-header {
    max-width: initial;
    margin-bottom: 32px;
  }

  .container {
    padding: 0;
    margin: 0;
  }

  .font-m-24 {
    font-size: 24px;
  }

  .font-m-20 {
    font-size: 20px;
  }

  .font-m-16 {
    font-size: 16px;
  }

  .font-m-14 {
    font-size: 14px;
  }

  .line-m-28 {
    line-height: 28px;
  }

  .line-m-24 {
    line-height: 24px;
  }

  .line-m-36 {
    line-height: 36px;
  }

  .prettydropdown > ul > li {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000000;
    max-height: 28px !important;
  }

  .card-body p {
    padding-bottom: 10px;
    min-height: auto;
  }

  .card-deck .card {
    margin-bottom: 32px;
  }

  .card-header {
    padding: 24px 91px;
  }

  .card-body li {
    margin: 8px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .contact-sales {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 24px;
  }
}


.etw-banner {
  background: url("../baner.html") no-repeat center / cover;
  width: 100%;
  margin-top: 90px;
}

.etw-banner-nova {
  background: url("../banner-nova.html") no-repeat center right / cover;
}

.etw-banner .banner__contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 calc((100vw - 1340px) / 2);
  min-height: 722px;
  width: 60%;
}
.banner__contain .title span {
  color: #efb84d;
}
.etw-banner .banner__title {
  max-width: 100%;
}
.etw-banner-nova .title {
  background: linear-gradient(180deg, #2cf1db 0%, #2fe995 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner__contain .title {
  color: #fff;
  margin-top: 32px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
}
.etw-banner .banner__content {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 15px;
  bottom: 15%;
  color: #fff;
}

.banner-th .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.etw-banner .banner__des {
  list-style-type: none;
  width: fit-content;
  margin: 22px 0 0;
}

.banner-th.etw-banner .banner__des {
  margin: 20px 0 0;
}

.banner__des li {
  background: url("../svg/icon-check-green.svg") no-repeat left center/contain transparent;
  margin-bottom: 14px;
  padding: 0px 0px 1px 40px;
  font-size: 1.25rem;
  line-height: 2;
  color: #fff;
  text-align: left;
}

.banner-th .banner__des li {
  background: url("../check.html") no-repeat -2px -1px transparent;
  font-size: 20px;
}

.etw-banner .banner__button {
  margin-top: 32px;
}
.etw-banner .btn-green {
  display: inline-flex;
  height: 56px;
  min-width: 264px;
  padding: .25rem 1rem;
  border-radius: 123px;
  font-weight: 600;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2cf1db 0%, #2fe995 100%);
  color: #000;
  text-transform: uppercase;
}

.btn-blue {
  display: inline-flex;
  height: 56px;
  width: 264px;
  padding: .25rem .5rem;
  border-radius: 123px;
  font-weight: 600;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
}

.btn-blue:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.banner-th .banner__button {
  text-align: left;
}

.etw-banner .btn-green:hover {
  text-decoration: none;
}

.banner__content .banner__description {
  font-size: 1.125rem;
}

.elsa-by-number.nova {
  background-image: url(../jpg/bg-ai-nova.jpg);
}

@media (max-width: 767px) {
  .etw-banner {
    margin-top: 60px;
    background-image: url("../banner-mb-new.html");
  }

  .etw-banner-nova {
    margin-top: 60px;
    background-image: url("../banner-nova-mb.html");
    background-position: top center;
  }

  .etw-banner .banner__button,
  .etw-banner .banner__description {
    text-align: center;
  }


  .elsa-by-number.nova {
    background-image: url(../jpg/bg-ai-nova-mb.jpg);
  }

  .banner-th.etw-banner {
    background: top / contain no-repeat url("../baner_1-mb.html");
    background-color: #000e42;
  }
  .etw-banner .banner__contain {
    min-height: 750px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 30px;
    width: 100%;
    position: relative;
  }

  .banner-th.etw-banner .banner__contain {
    min-height: 650px;
    align-items: center;
    justify-content: center;
    padding: 10px 15px 30px;
    width: 100%;
  }

  .banner-th.etw-banner .banner__content {
    margin-top: 60%;
  }

  .banner__contain .title {
    font-size: 2rem;
    text-align: center;
  }

  .banner-th .title {
    font-size: 30px;
  }

  .etw-banner .banner__des {
    margin-top: 14px;
    margin-inline: auto;
  }
  .banner__des li {
    font-size: 1rem;
  }
  .etw-banner .banner__button {
    margin-top: 20px;
  }

  .banner-th .banner__des li {
    font-size: 18px;
  }

  .banner-th .btn-blue {
    width: 100%;
  }
  .slick-arrow {
    top: 120%;
  }
  .banner .slick-arrow {
    top: 50%;
  }
  .slick-prev {
    left: 25%;
  }

  .slick-next {
    right: 25%;
  }

  .faq-image {
    margin: 0;
  }

  .award__img {
    height: 50%;
  }

  .award__title__text {
    color: #fff;
    margin-top: 110px;
  }

  .faq-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .etw-banner .banner__content {
    padding: 0;
    position: static;
  }
  .etw-banner .banner__contain .title {
    font-size: 2rem;
  }
  .etw-banner-nova .banner__contain .title {
    font-size: 3.5rem;
  }
  .etw-banner .banner__description {
    font-size: 1.5rem;
  }
}
