.start-view {
  background: #000;
  color: #F7F2EA;
}
.body-start-view {
  width: 100%;
  display: inline-block;
  min-height: 100vh;
  padding: 60px 0;
}
.body-start-view .home-nav-beam,
.body-start-view .home-main-content,
.body-start-view .home-menu,
.body-start-view .home-menu-small {
  width: 100%;
  display: inline-block;
}
.body-start-view .home-nav-beam .home-logo {
  color: #EDC348;
  text-decoration: none;
}
.body-start-view .home-nav-beam .home-logo .name {
  display: inline-block;
  padding-left: 6px;
}
.body-start-view .home-main-content {
  padding: 64px 0 60px 0;
}
.body-start-view .home-main-content .title,
.body-start-view .home-main-content .description {
  margin-bottom: 0;
}
.body-start-view .home-menu .menu-name {
  width: 100%;
  display: inline-block;
  margin-bottom: 28px;
}
.body-start-view .home-menu .menu {
  width: 100%;
  display: grid;
}
.body-start-view .home-menu a {
  text-decoration: none;
}
.body-start-view .home-menu a:hover .link-item {
  color: #F7F2EA;
}
.body-start-view .home-menu a .link-item {
  color: #EDC348;
  position: relative;
  width: fit-content;
  display: block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.body-start-view .home-menu a .link-item .arrow {
  display: inline-block;
  position: relative;
}
.body-start-view .home-menu a .link-item .arrow:after,
.body-start-view .home-menu a .link-item .arrow:before {
  content: "";
  display: block;
  position: absolute;
  right: -54px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.body-start-view .home-menu a .link-item .arrow:after {
  top: -9px;
  width: 32px;
  height: 2px;
  background: #F7F2EA;
}
.body-start-view .home-menu a .link-item .arrow:before {
  top: -14px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #F7F2EA;
  border-right: 2px solid #F7F2EA;
  transform: rotate(45deg);
}
.body-start-view .stretch-column {
  display: flex;
  flex-direction: column;
}
.body-start-view .stretch-column .home-menu-small {
  margin-top: auto;
  margin-bottom: 16px;
}
.body-start-view .home-menu-small a,
.body-start-view .home-menu-small .separator {
  display: inline-block;
}
.body-start-view .home-menu-small a {
  text-decoration: none;
}
.body-start-view .home-menu-small a:hover .link-item {
  color: #EDC348;
}
.body-start-view .home-menu-small a .link-item {
  color: #F7F2EA;
}
.body-start-view .home-menu-small .separator {
  width: 1px;
  height: 12px;
  background: #F7F2EA;
  margin: 0 12px -2px 12px;
  position: relative;
}
.description-view {
  background: #f7f7f7;
}
.body-description-view {
  width: 100%;
  display: inline-block;
  min-height: 100vh;
  padding: 60px 0;
}
.body-description-view .description-nav-beam,
.body-description-view .description-main-content {
  width: 100%;
  display: inline-block;
}
.body-description-view .description-nav-beam .home-logo {
  color: #000;
  text-decoration: none;
}
.body-description-view .description-nav-beam .home-logo .name {
  display: inline-block;
  padding-left: 6px;
}
.page-title-beam {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 70px 0 60px 0;
}
.page-content-beam {
  width: 100%;
  display: inline-block;
  padding: 50px 0;
}
.page-content-beam h1,
.page-content-beam h2,
.page-content-beam h3,
.page-content-beam h4,
.page-content-beam h5,
.page-content-beam h6 {
  font-weight: 400;
  margin-bottom: 30px;
}
.page-content-beam h1 b,
.page-content-beam h2 b,
.page-content-beam h3 b,
.page-content-beam h4 b,
.page-content-beam h5 b,
.page-content-beam h6 b,
.page-content-beam h1 strong,
.page-content-beam h2 strong,
.page-content-beam h3 strong,
.page-content-beam h4 strong,
.page-content-beam h5 strong,
.page-content-beam h6 strong {
  font-weight: 700;
}
.main-beam {
  padding: 100px 0;
}
.main-title,
.slim-title {
  width: 100%;
  display: inline-block;
}
.main-title.center,
.slim-title.center {
  text-align: center;
}
.main-title {
  margin-bottom: 48px;
}
.slim-title {
  margin-bottom: 0;
}
.slim-title .title {
  margin-bottom: 0;
}
.hero-app {
  width: 100%;
  display: inline-block;
  padding: 20px 0 60px 0;
}
.hero-app .main-box,
.hero-app .app-box {
  width: 100%;
  display: inline-block;
}
.hero-app .main-box .title {
  margin-bottom: 15px;
}
.hero-app .main-box .separator {
  display: block;
  margin: 10px 0 32px 0;
  width: 178px;
  height: 1px;
  background: #d2cec7;
}
.hero-app .app-box {
  max-width: 87%;
  margin: 0 0 0 auto;
  display: block;
  text-align: center;
  padding: 45px 60px 60px 60px;
  border-radius: 15px;
}
.hero-app .app-box .description {
  width: 100%;
  display: inline-block;
  margin: 20px 0 10px 0;
}
.hero-app .app-box .cta-app {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}
.hero-app .app-box .cta-app .btn-app {
  margin-left: 0;
  margin-right: 0;
}
.cta-redirect {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  padding: 25px 40px;
}
.cta-redirect .title {
  color: #FFF;
}
.cta-redirect .btn-main {
  white-space: nowrap;
  position: relative;
}
.cta-redirect .btn-main:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0px;
  margin-left: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.cta-redirect .btn-main:hover:after {
  border-top-color: #000;
  border-right-color: #000;
}
.sticky-box-desktop {
  width: 200px;
  padding: 30px 20px 35px 20px;
  background: #000;
  color: #FFF;
  position: fixed;
  top: 200px;
  right: 0;
  border-radius: 20px 0 0 20px;
  text-align: center;
}
.sticky-box-desktop .qrcode {
  margin: 25px 0 22px 0;
}
.sticky-box-desktop .cta-app {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sticky-box-desktop .cta-app a {
  display: inline-block;
}
.sticky-box-desktop .cta-app img {
  max-width: 75px;
  height: auto;
  display: block;
}
.sticky-box {
  width: 100%;
  display: inline-block;
  position: fixed;
  bottom: 10px;
  left: 0;
  z-index: 100;
  display: none;
}
.sticky-redirect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 13px 20px;
  border-radius: 10px;
  background: #000;
  color: #FFF;
}
.sticky-redirect .title {
  font-weight: 700;
}
.sticky-redirect .cta-app a {
  display: none;
}
.sticky-redirect .cta-app a.active {
  display: block;
}
.sticky-redirect .cta-app .btn-web {
  font-family: "Zilla Slab", serif;
  font-weight: 700;
}
.icons-beam {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 40px 0 100px 0;
}
.icons-beam.packages {
  gap: 30px;
}
.icons-beam.packages .icon-box {
  width: calc(33.3333% - 20px);
  border-radius: 15px;
  gap: 0;
  padding: 15px 32px;
}
.icons-beam.packages .icon-box::before,
.icons-beam.packages .icon-box::after {
  display: none;
}
.icons-beam.packages .icon-box .icon-title {
  margin-bottom: 22px;
}
.icons-beam .icon-box {
  display: flex;
  width: 33.3333%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  padding: 20px 50px;
  position: relative;
}
.icons-beam .icon-box::before,
.icons-beam .icon-box::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #d2cec7;
}
.icons-beam .icon-box::before {
  left: -1px;
}
.icons-beam .icon-box::after {
  right: 0;
}
.icons-beam .icon-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 136px;
  border-radius: 68px;
}
.text-images {
  width: 100%;
  display: inline-block;
  padding: 40px 0;
}
.text-image {
  width: 100%;
  display: flex;
  padding: 40px 80px;
  position: relative;
}
.text-image:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d2cec7;
  position: absolute;
  left: 0;
  bottom: 140px;
}
.text-image.image-position-left .text-area {
  order: 2;
  padding-right: 0;
  padding-left: 6%;
}
.text-image.image-position-left .image-area {
  order: 1;
  justify-content: start;
}
.text-image .text-area,
.text-image .image-area {
  float: left;
}
.text-image .text-area {
  display: inline-block;
  width: 60%;
  padding-top: 24px;
  padding-right: 6%;
}
.text-image .image-area {
  display: flex;
  justify-content: end;
  width: 40%;
  position: relative;
  z-index: 1;
}
.text-image .image-area img {
  max-width: 275px;
}
.teams-beam {
  width: 100%;
  display: inline-block;
  padding: 80px 0;
}
.team-item {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0 24px;
}
.team-item .team-thumb {
  width: 136px;
  height: 136px;
  border-radius: 68px;
  margin: 0 auto 40px auto;
}
.team-item .team-thumb img {
  width: 136px;
  height: 136px;
  border-radius: 68px;
  object-fit: cover;
}
.team-item .name {
  font-weight: 700;
  margin-top: 8px;
}
.faq-items {
  width: 100%;
  display: inline-block;
  margin: 40px 0;
  border-bottom: 1px solid #d2cec7;
}
.faq-items .accordion-item {
  color: #000;
  background: none;
  border: none;
  border-top: 1px solid #d2cec7;
  padding: 32px 0 32px 0;
}
.faq-items .accordion-header {
  position: relative;
}
.faq-items .accordion-header:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(-45deg);
}
.faq-items .accordion-header.collapsed:after {
  transform: rotate(135deg);
}
.faq-items .accordion-body {
  padding: 16px 40px 0 0;
}
.faq-items .accordion-body h1,
.faq-items .accordion-body h2,
.faq-items .accordion-body h3,
.faq-items .accordion-body h4,
.faq-items .accordion-body h5,
.faq-items .accordion-body h6 {
  font-weight: 400;
}
.modal-dialog {
  min-width: 640px;
}
.modal-body {
  padding: 40px;
}
.modal-body .btn-close {
  margin: 0 0 24px auto;
  display: block;
}
.modal-body .download-box {
  margin-top: 0;
}
.download-app-beam {
  width: 100%;
  display: inline-block;
  padding: 60px 0 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.download-app-beam .data-app {
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
}
.download-app-beam .data-app .qrcode {
  width: 130px;
  height: auto;
  margin: 15px 0 30px 0;
}
.download-app-beam .data-app .cta-app {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 0;
}
.download-app-beam .image-app {
  height: 100%;
  display: flex;
}
.download-app-beam .image-app img {
  margin: auto 0 0 auto;
}
.download-app-beam .image-app .mobile-app {
  display: none;
}
.text-columns {
  width: 100%;
  display: inline-block;
  padding: 84px 0 20px 0;
}
.text-columns .column-left,
.text-columns .column-right {
  width: 50%;
  display: inline-block;
  float: left;
}
.text-columns .column-left h1,
.text-columns .column-right h1,
.text-columns .column-left h2,
.text-columns .column-right h2,
.text-columns .column-left h3,
.text-columns .column-right h3,
.text-columns .column-left h4,
.text-columns .column-right h4,
.text-columns .column-left h5,
.text-columns .column-right h5,
.text-columns .column-left h6,
.text-columns .column-right h6 {
  font-weight: 400;
}
.text-columns .column-left .description,
.text-columns .column-right .description {
  width: 100%;
  display: inline-block;
  margin-top: 28px;
}
.text-columns .column-left .description ul,
.text-columns .column-right .description ul {
  padding-left: 0;
  margin-bottom: 0;
}
.text-columns .column-left .description ul li,
.text-columns .column-right .description ul li {
  display: list-item;
  list-style: none;
  position: relative;
  padding-left: 1.2em;
}
.text-columns .column-left .description ul li::before,
.text-columns .column-right .description ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 4px;
}
.text-columns .column-left .description ul h5,
.text-columns .column-right .description ul h5 {
  margin-bottom: 0;
}
.text-columns .column-left {
  padding-right: 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.text-columns .column-right {
  padding-left: 80px;
}
/*Desctop: 1200*/
@media (max-width: 1439px) {
  .sticky-box-desktop {
    top: 170px;
    width: 180px;
    padding: 24px 16px 28px 16px;
  }
  .sticky-box-desktop .qrcode {
    margin: 18px 0 20px 0;
  }
  .sticky-box-desktop .cta-app img {
    max-width: 69px;
  }
}
/*992*/
@media (max-width: 1199px) {
  .hero-app {
    padding: 20px 0 60px 0;
  }
  .hero-app .main-box .separator {
    margin: 4px 0 40px 0;
  }
  .hero-app .app-box {
    max-width: 92%;
  }
  .sticky-box-desktop {
    display: none;
  }
  .sticky-box {
    display: inline-block;
  }
  .text-image {
    padding: 40px 40px;
  }
  .text-image .image-area img {
    max-width: 255px;
  }
  .icons-beam {
    padding: 40px 0 100px 0;
  }
  .icons-beam.packages .icon-box .icon-title {
    margin-bottom: 16px;
  }
}
/*768*/
@media (max-width: 991px) {
  .body-start-view {
    padding: 60px 0 50px 0;
  }
  .body-start-view .home-menu .menu-name {
    margin-bottom: 36px;
  }
  .body-start-view .stretch-column .home-menu-small {
    margin-top: 160px;
    margin-bottom: 0;
  }
  .hero-app .app-box {
    max-width: 100%;
    margin: 40px 0 0 0;
  }
  .text-image {
    padding: 40px 0;
  }
  .text-image.image-position-left .text-area {
    padding-left: 20px;
  }
  .faq-items .accordion-item {
    padding: 32px 0 32px 0;
  }
  .modal-dialog {
    max-width: 90%;
    min-width: unset;
    margin: 0 auto;
  }
  .download-app-beam {
    padding: 10px 0 60px 0;
  }
  .download-app-beam .data-app .subtitle,
  .download-app-beam .data-app .qrcode,
  .download-app-beam .data-app .cta-app {
    display: none;
  }
  .download-app-beam .image-app {
    width: 100%;
    display: inline-block;
  }
  .download-app-beam .image-app img {
    margin: 0;
  }
  .download-app-beam .image-app .mobile-app {
    width: 100%;
    display: inline-block;
    padding-top: 24px;
    text-align: center;
  }
  .download-app-beam .image-app .mobile-app .cta-app {
    display: grid;
    gap: 16px;
    margin-top: 28px;
  }
  .download-app-beam .image-app .mobile-app .cta-app a {
    display: block;
  }
}
/*576*/
@media (max-width: 767px) {
  .body-start-view {
    padding: 30px 0 50px 0;
  }
  .body-start-view .home-main-content {
    padding: 44px 0 60px 0;
  }
  .body-description-view {
    padding: 30px 0 50px 0;
  }
  .page-title-beam {
    padding: 50px 0 25px 0;
  }
  .page-content-beam {
    padding: 40px 0;
  }
  .cta-redirect {
    display: inline-block;
  }
  .cta-redirect .title {
    margin-bottom: 20px;
  }
  .icons-beam {
    display: block;
    padding: 40px 0 78px 0;
  }
  .icons-beam.packages .icon-box {
    width: 100%;
    margin-bottom: 24px;
    border-bottom: none;
  }
  .icons-beam .icon-box {
    width: 100%;
    border-bottom: 1px solid #d2cec7;
    padding: 50px 0;
  }
  .icons-beam .icon-box:before,
  .icons-beam .icon-box:after {
    display: none;
  }
  .text-images {
    padding: 20px 0 40px 0;
  }
  .text-image {
    display: grid;
    text-align: center;
    border-bottom: 1px solid #d2cec7;
    padding-bottom: 60px;
    margin-bottom: 24px;
  }
  .text-image:before {
    display: none;
  }
  .text-image .text-area,
  .text-image .image-area {
    width: 100%;
  }
  .text-image .text-area {
    order: 2 !important;
  }
  .text-image .image-area {
    display: inline-block;
    order: 1 !important;
    justify-content: center !important;
    margin-bottom: 24px;
  }
  .text-image .image-area .title {
    margin-bottom: 48px;
  }
  .teams-beam {
    padding: 50px 0 60px 0;
  }
  .team-item {
    padding: 10px 0 36px 0;
  }
  .team-item .team-thumb {
    margin: 0 auto 25px auto;
  }
  .faq-items .accordion-header {
    padding-right: 24px;
  }
  .text-columns {
    padding: 68px 0 20px 0;
  }
  .text-columns .column-left,
  .text-columns .column-right {
    width: 100%;
    padding: 0;
  }
  .text-columns .column-left .description ul li,
  .text-columns .column-right .description ul li {
    padding-left: 16px;
  }
  .text-columns .column-left .description ul li:before,
  .text-columns .column-right .description ul li:before {
    top: 2px;
  }
  .text-columns .column-left {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
  .testimonials-section {
    margin-top: 40px;
  }
  .testimonials-section .team-item {
    padding: 0;
    margin-bottom: 32px;
  }
}
/*425*/
@media (max-width: 575px) {
  .download-app-beam {
    border-bottom: none;
    padding: 10px 0 30px 0;
  }
  .download-app-beam.bottom-section {
    padding-bottom: 180px;
  }
  .download-app-beam .title {
    text-align: center;
  }
  .text-columns .column-left,
  .text-columns .column-right {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .text-columns .column-left:after,
  .text-columns .column-right:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    border-bottom: 1px solid #000;
  }
  .text-columns .column-left {
    border-bottom: none;
    margin-bottom: 55px;
  }
}
/*320*/
@media (max-width: 424px) {
  .hero-app {
    padding: 20px 0 42px 0;
  }
  .hero-app .main-box .separator {
    margin: 0 0 37px 0;
  }
  .hero-app .app-box {
    padding: 45px 30px 60px 30px;
  }
  .hero-app .app-box .cta-app {
    display: inline-block;
    margin-top: 15px;
  }
  .hero-app .app-box .cta-app a {
    display: block;
    margin: 14px 8px 0 8px;
  }
  .hero-app .app-box .cta-app a img {
    height: 60px;
    width: auto;
  }
  .icons-beam {
    padding: 12px 0 60px 0;
  }
  .text-image {
    padding-bottom: 44px;
    margin-bottom: 16px;
  }
  .teams-beam {
    padding: 60px 0;
  }
  .download-app-beam .image-app img {
    min-width: 200px;
  }
  .text-columns {
    padding: 47px 0 20px 0;
  }
  .text-columns h4 {
    font-size: 36px;
    line-height: 45px;
  }
}
