/* -- VARIAVEIS -- */
/* -- GERAL -- */
html, body {
  width: 100%;
  font-family: "CeraPro-Light";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #363835;
  background-color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  html, body {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991px) {
  html, body {
    font-size: 18px;
    line-height: 26px;
  }
}

.f-size-big {
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (max-width: 1600px) {
  .f-size-big {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-big {
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .f-size-big {
    font-size: 16px;
    line-height: 20px;
  }
}

.f-size-title {
  font-size: 68px;
  line-height: 74px;
}
@media only screen and (max-width: 1200px) {
  .f-size-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .f-size-title {
    font-size: 24px;
    line-height: 28px;
  }
}

a {
  text-decoration: none;
  color: #363835;
}
a:hover {
  font-family: "CeraPro-Medium";
}

strong {
  font-family: "CeraPro-Bold";
}

.dark-button {
  background-color: #363835;
  color: #fff;
  font-family: "CeraPro-Bold";
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  box-shadow: 0px 8px 15px -3px rgba(0, 0, 0, 0.12);
}
.dark-button:hover {
  font-family: "CeraPro-Bold";
}

.gradient-button {
  background: #21DACF;
  background: linear-gradient(90deg, rgb(33, 218, 207) 0%, rgb(38, 219, 138) 100%);
  color: #fff;
  font-family: "CeraPro-Bold";
  display: inline-block;
  padding: 10px 25px;
  border-radius: 40px;
  box-shadow: 0px 8px 8px -3px rgba(0, 0, 0, 0.12);
}
.gradient-button:hover {
  font-family: "CeraPro-Bold";
}

.big-button {
  font-size: 34px;
  line-height: 34px;
  padding: 20px 50px;
  border-radius: 50px;
}
@media only screen and (max-width: 1600px) {
  .big-button {
    font-size: 28px;
    line-height: 28px;
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .big-button {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 40px;
  }
}

.main {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.main .middle-align {
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .main .middle-align {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .main .middle-align {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .main .middle-align {
    margin: 0 15px;
  }
}
.main .main-header {
  width: 100%;
  height: 85px;
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 10px 10px -2px rgba(0, 0, 0, 0.08);
  z-index: 99;
}
.main .main-header .middle-align {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .main-header .middle-align .logo {
  width: 191px;
  height: 100%;
  background: url(../img/logo-voxme.png) no-repeat center center;
  text-indent: -9999px;
  background-size: 100% auto;
}
@media only screen and (max-width: 1200px) {
  .main .main-header .middle-align .logo {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .main .main-header .middle-align .logo {
    width: 100px;
  }
}
.main .main-header .middle-align .right-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .main-header .middle-align .right-side nav {
  margin-right: 30px;
}
.main .main-header .middle-align .right-side nav ul {
  display: flex;
  align-items: center;
}
.main .main-header .middle-align .right-side nav ul li {
  margin: 0 25px;
}
.main .main-header .middle-align .right-side nav ul li a.active {
  font-family: "CeraPro-Medium";
}
@media only screen and (max-width: 1400px) {
  .main .main-header .middle-align .right-side nav {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .main-header .middle-align .right-side nav {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .main .main-header .middle-align .right-side nav {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .main .main-header .middle-align .right-side .gradient-button {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .main-header .middle-align .right-side .gradient-button {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .main .main-header .middle-align .right-side .gradient-button {
    display: none;
  }
}
.main .main-header .middle-align .right-side .btn-menu {
  display: none;
  height: 20px;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .main .main-header .middle-align .right-side .btn-menu {
    display: block;
  }
}
.main .main-header .menu-mobile {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  left: -100%;
  top: 0;
  background-color: #fff;
  z-index: 999;
  transition: left 0.5s ease;
}
.main .main-header .menu-mobile .inner-area {
  width: 93%;
  height: 100%;
  background-color: #fff;
  box-shadow: 5px 0px 4px 0px rgba(66, 68, 90, 0.12);
}
.main .main-header .menu-mobile .inner-area .top-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.main .main-header .menu-mobile .inner-area .top-menu-header .logo {
  display: block;
  width: 200px;
  height: auto;
}
.main .main-header .menu-mobile .inner-area .top-menu-header .close {
  width: 25px;
  height: auto;
  display: block;
}
.main .main-header .menu-mobile .inner-area .assistent-bar {
  width: 100%;
  background-color: #363835;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.main .main-header .menu-mobile .inner-area .assistent-bar span {
  display: block;
  padding: 10px 0 10px 20px;
}
.main .main-header .menu-mobile .inner-area nav .menu {
  padding: 20px 20px 10px 20px;
}
.main .main-header .menu-mobile .inner-area nav .menu li {
  font-size: 20px;
  line-height: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #9d9d9d;
}
.main .main-header .menu-mobile .inner-area nav .menu li a {
  font-family: "CeraPro-Bold";
  display: block;
}
.main .main-header .menu-mobile .inner-area nav .menu li a:hover {
  font-family: "CeraPro-Bold";
}
.main .main-header .menu-mobile .inner-area nav .menu li.item-sub {
  background: url(../img/icos/open-menu.png) no-repeat right 15px;
  background-size: 20px auto;
}
.main .main-header .menu-mobile .inner-area nav .menu li:last-child {
  border-bottom: 0;
}
.main .main-header .menu-mobile .inner-area nav .menu li .submenu {
  padding: 15px 0 0;
  display: none;
}
.main .main-header .menu-mobile .inner-area nav .menu li .submenu li {
  border-top: 1px solid #9d9d9d;
  border-bottom: 0;
  padding: 10px 0 10px 20px;
}
.main .main-header .menu-mobile .inner-area nav .menu li .submenu li a {
  font-family: "CeraPro-Light";
}
.main .main-header .menu-mobile .inner-area nav .menu li .submenu li:last-child {
  padding-bottom: 0;
}
.main .main-header .menu-mobile .inner-area nav .menu li.active {
  background-image: url(../img/icos/close-menu.png);
}
.main .main-header .menu-mobile .inner-area nav .menu li.active .submenu {
  display: block;
}
.main .main-header .menu-mobile .inner-area .gradient-button {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 0 20px;
}
.main .main-header .menu-mobile .inner-area .contact .title {
  padding: 30px 0 10px 20px;
  margin-right: 20px;
  border-bottom: 1px solid #9d9d9d;
}
.main .main-header .menu-mobile .inner-area .contact .links {
  margin-top: 40px;
}
.main .main-header .menu-mobile .inner-area .contact .links li {
  display: flex;
  align-items: center;
  margin: 10px 80px 0 20px;
}
.main .main-header .menu-mobile .inner-area .contact .links li .ico {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .main .main-header .menu-mobile .inner-area .contact .links li .ico {
    margin-right: 10px;
    width: 18px;
    height: auto;
  }
}
.main .main-header .menu-mobile .inner-area .contact .links li a {
  color: #363835;
}
@media only screen and (max-width: 767px) {
  .main .main-header .menu-mobile .inner-area .contact .links li {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .main .main-header .menu-mobile .inner-area .contact .links {
    margin-top: 20px;
  }
}
.main .main-header .menu-mobile .inner-area .contact .redes {
  display: flex;
  align-items: center;
  margin: 30px 0 0 20px;
}
.main .main-header .menu-mobile .inner-area .contact .redes strong {
  font-size: 14px;
}
.main .main-header .menu-mobile .inner-area .contact .redes ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.main .main-header .menu-mobile .inner-area .contact .redes ul li {
  margin: 0 3px;
}
.main .main-header .menu-mobile .inner-area .contact .redes ul li img {
  display: block;
  width: 28px;
  height: auto;
}
.main .main-header.opened {
  position: unset;
}
.main .main-header.opened .menu-mobile {
  left: 0;
}
@media only screen and (max-width: 991px) {
  .main .main-header {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .main .main-header {
    height: 50px;
  }
}
.main .home {
  height: 90vh;
  max-height: 640px;
  background: #21DACF;
  background: linear-gradient(90deg, rgb(33, 218, 207) 0%, rgb(38, 219, 138) 100%);
}
.main .home .middle-align {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .home .middle-align .title {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 38px;
  padding-top: 60px;
}
.main .home .middle-align .title strong {
  font-size: 52px;
  line-height: 56px;
}
@media only screen and (max-width: 1200px) {
  .main .home .middle-align .title strong {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .main .home .middle-align .title strong {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .main .home .middle-align .title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .home .middle-align .title {
    font-size: 28px;
    line-height: 28px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .main .home .middle-align .title {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .main .home .middle-align .title {
    font-size: 16px;
    line-height: 18px;
    padding: 0;
  }
}

/* Hero Title Container */
.main .home .middle-align .hero-title-container {
  margin-bottom: 15px;
}

.main .home .middle-align .hero-title-container .title {
  margin-bottom: 8px;
  padding-top: 60px;
}

.main .home .middle-align .hero-subtitle-main {
  font-size: 28px;
  line-height: 32px;
  color: #333;
  margin: 0;
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
  .main .home .middle-align .hero-title-container .title {
    padding-top: 60px;
  }
  
  .main .home .middle-align .hero-subtitle-main {
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .main .home .middle-align .hero-subtitle-main {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .main .home .middle-align .hero-title-container .title {
    padding: 0;
    margin-bottom: 5px;
  }
  
  .main .home .middle-align .hero-subtitle-main {
    font-size: 14px;
    line-height: 16px;
  }
}
.main .home .middle-align .subtitle {
  max-width: 630px;
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  .main .home .middle-align .subtitle {
    max-width: 500px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .main .home .middle-align .subtitle {
    text-align: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main .home .middle-align .subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.main .home .middle-align .dark-button {
  position: absolute;
  bottom: -40px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .home .middle-align .dark-button .arrow {
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .main .home .middle-align .dark-button {
    position: relative;
    bottom: 0;
    width: fit-content;
    padding: 20px 50px;
    margin: 40px auto;
  }
  .main .home .middle-align .dark-button img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main .home .middle-align .dark-button {
    font-size: 18px;
    line-height: 18px;
  }
}
.main .home .middle-align .mobile-area {
  position: absolute;
  width: 60%;
  height: 85vh;
  left: 40%;
  top: 80px;
}
.main .home .middle-align .mobile-area img {
  width: 70%;
  height: auto;
  display: block;
}
.main .home .middle-align .mobile-area img.mobile {
  display: none;
}
.main .home .middle-align .mobile-area video {
  margin-top: -100px;
  margin-left: 100px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent !important;
  background-color: transparent !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

/* Garantir fundo transparente em todos os dispositivos */
.main .home .middle-align .mobile-area,
.main .home .middle-align .mobile-area video,
.main .home .middle-align .mobile-area video:before,
.main .home .middle-align .mobile-area video:after {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Configurações específicas para os vídeos */
#video-home-desktop,
#video-home-mobile {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

/* Vídeo hero com fundo transparente - compatibilidade cross-browser */
.video-hero {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  /* Garante que o canal alpha seja preservado */
  background: transparent;
  /* Otimizações para performance */
  will-change: transform;
  transform: translateZ(0);
}

/* Configurações específicas para desktop (acima de 991px) */
@media only screen and (min-width: 992px) {
  .main .home .middle-align .mobile-area video {
    background: transparent !important;
    background-color: transparent !important;
    object-fit: contain !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}

/* Media queries específicas para o vídeo */
@media only screen and (min-width: 1400px) {
  .main .home .middle-align .mobile-area video {
    margin-top: -80px;
    margin-left: -150px;
    height: 100%;
    width: 200%;
  }
}

@media only screen and (max-width: 1400px) {
  .main .home .middle-align .mobile-area video {
    margin-top: -80px;
    margin-left: -150px;
    height: 100%;
    width: 200%;
  }
}

@media only screen and (max-width: 1200px) {
  .main .home .middle-align .mobile-area video {
    margin-top: -140px;
    margin-left: -150px;
    height: 100%;
    width: 200%;
  }
}

@media only screen and (max-width: 1100px) {
  .main .home .middle-align .mobile-area video {
    margin-left: -150px;
    margin-top: -80px;
    height: 90%;
    width: 200%;
  }
}

@media only screen and (max-width: 991px) {
  .main .home .middle-align .mobile-area video {
    margin-top: 310px;
    height: 100%;
    margin-left: -350px;
    width: 200%;
    background: transparent !important;
    background-color: transparent !important;
  }
}

@media only screen and (max-width: 767px) {
  .main .home .middle-align .mobile-area video {
    margin-top: 250px;
    height: 100%;
    margin-left: -260px;
    background: transparent !important;
    background-color: transparent !important;
  }
}

@media only screen and (max-width: 576px) {
  .main .home .middle-align .mobile-area video {
    margin-top: 250px;
    margin-left: -220px;
    width: 200%;
    height: 100%;
    background: transparent !important;
    background-color: transparent !important;
  }
}

@media only screen and (max-width: 480px) {
  .main .home .middle-align .mobile-area video {
        margin-left: -190px;
        height: 100%;
        width: 210%;
  }
}

@media only screen and (max-width: 1400px) {
  
}


@media only screen and (max-width: 1100px) {
  .main .home .middle-align .mobile-area {
    width: 85%;
    height: 80vh;
    left: 7.5%;
    top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .main .home .middle-align .mobile-area {
    top: 120px;
    width: 90%;
    height: 75vh;
    left: 5%;
    margin-left: 0;
  }
  .main .home .middle-align .mobile-area img {
    width: 580px;
  }
  .main .home .middle-align .mobile-area img.desk {
    display: none;
  }
  .main .home .middle-align .mobile-area img.mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .main .home .middle-align .mobile-area {
    top: 100px;
    width: 95%;
    height: 70vh;
    margin-left: 0;
    left: 2.5%;
  }
}
@media only screen and (max-width: 991px) {
  .main .home .middle-align {
    justify-content: flex-start;
    align-items: center;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .main .home .middle-align {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .home {
    max-height: 580px;
  }
}
@media only screen and (max-width: 991px) {
  .main .home {
    max-height: 100%;
    height: 940px;
  }
}
@media only screen and (max-width: 767px) {
  .main .home {
    height: 780px;
  }
}
.main .products {
  text-align: center;
  padding-top: 180px;
}
.main .products .title {
  font-size: 43px;
  line-height: 50px;
}
@media only screen and (max-width: 991px) {
  .main .products .title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .title {
    font-size: 20px;
    line-height: 26px;
  }
}
.main .products .subtitle {
  font-size: 26px;
  line-height: 32px;
  max-width: 850px;
  margin: 40px auto 120px;
}
@media only screen and (max-width: 1200px) {
  .main .products .subtitle {
    font-size: 28px;
    line-height: 38px;
    max-width: 800px;
    margin: 40px auto 250px;
  }
}
@media only screen and (max-width: 1100px) {
  .main .products .subtitle {
    margin: 40px auto 120px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .subtitle {
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .subtitle {
    font-size: 16px;
    line-height: 20px;
    max-width: 320px;
  }
}
.main .products .catalog .item {
  position: relative;
  margin-bottom: 50px;
}
.main .products .catalog .item .over-elements {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  z-index: 2;
}
.main .products .catalog .item .over-elements .box-image {
  width: 670px;
  height: 350px;
  position: relative;
}
.main .products .catalog .item .over-elements .box-image .image {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.main .products .catalog .item .over-elements .box-image .degrade-bg {
  width: 100%;
  height: 100%;
  background: #21DACF;
  border-radius: 50px;
  background: linear-gradient(0deg, rgb(33, 218, 207) 0%, rgb(38, 219, 138) 100%);
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item .over-elements .box-image .degrade-bg {
    height: 200px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item .over-elements .box-image {
    width: 50%;
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item .over-elements .box-image {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item .over-elements .box-image {
    height: 200px;
    border-radius: 20px;
  }
}
.main .products .catalog .item .over-elements .box-info {
  width: 530px;
  height: 220px;
  margin-top: 10px;
  text-align: left;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: inset 0px -4px 15px -3px rgba(0, 0, 0, 0.08);
}
.main .products .catalog .item .over-elements .box-info.mt-item2 {
  margin-top: 180px;
}
.main .products .catalog .item .over-elements .box-info.mt-item3 {
  margin-top: 180px;
}
.main .products .catalog .item .over-elements .box-info.mt-item4 {
  margin-top: 30px;
}
.main .products .catalog .item .over-elements .box-info.mt-item5 {
  margin-top: 60px;
}
.main .products .catalog .item .over-elements .box-info.mt-item6 {
  margin-top: 110px;
}
.main .products .catalog .item .over-elements .box-info .align-space {
  padding: 30px 30px 0 40px;
}
.main .products .catalog .item .over-elements .box-info .align-space .tit {
  font-size: 30px;
  line-height: 36px;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item .over-elements .box-info .align-space .tit {
    font-size: 26px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item .over-elements .box-info .align-space .tit {
    font-size: 16px;
    line-height: 20px;
  }
}
.main .products .catalog .item .over-elements .box-info .align-space .tit.tit-small {
  font-size: 25px;
  line-height: 35px;
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item .over-elements .box-info .align-space .tit.tit-small {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item .over-elements .box-info .align-space .tit.tit-small {
    font-size: 14px;
    line-height: 18px;
  }
}
.main .products .catalog .item .over-elements .box-info .align-space .desc {
  font-size: 20px;
  line-height: 26px;
  display: block;
  padding-top: 10px;
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item .over-elements .box-info .align-space .desc {
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item .over-elements .box-info .align-space .desc {
    font-size: 13px;
    line-height: 16px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .main .products .catalog .item .over-elements .box-info .align-space {
    padding: 35px 40px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item .over-elements .box-info .align-space {
    padding: 15px 40px 0 40px;
  }
}
@media only screen and (max-width: 1600px) {
  .main .products .catalog .item .over-elements .box-info {
    width: 550px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item .over-elements .box-info {
    height: fit-content;
    padding-bottom: 40px;
    border-radius: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item .over-elements .box-info.mt-item2 {
    margin-top: 0;
  }
  .main .products .catalog .item .over-elements .box-info.mt-item3 {
    margin-top: 0;
  }
  .main .products .catalog .item .over-elements .box-info.mt-item4 {
    margin-top: 0;
  }
  .main .products .catalog .item .over-elements .box-info.mt-item5 {
    margin-top: 0;
  }
  .main .products .catalog .item .over-elements .box-info.mt-item6 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item .over-elements .box-info {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item .over-elements {
    flex-direction: column;
  }
}
.main .products .catalog .item .dashed-lines {
  width: 452px;
  height: 280px;
  background: url(../img/dashed-lines.png) no-repeat;
  background-size: 100% 100%;
}
.main .products .catalog .item:hover .dashed-lines {
  --position: calc(100% + var(--size));
}
.main .products .catalog .item.align-left .over-elements .box-image .degrade-bg {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.main .products .catalog .item.align-left .over-elements .box-image .image {
  right: 0;
}
.main .products .catalog .item.align-left .over-elements .box-image .image.phone1 {
  width: 374px;
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item.align-left .over-elements .box-image .image.phone1 {
    width: 100%;
  }
}
.main .products .catalog .item.align-left .over-elements .box-image .image.phone3 {
  width: 258px;
  right: 180px;
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item.align-left .over-elements .box-image .image.phone3 {
    width: 60%;
    right: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.align-left .over-elements .box-image .image.phone3 {
    width: 60%;
    right: 20px;
  }
}
.main .products .catalog .item.align-left .over-elements .box-image .image.phone5 {
  width: 350px;
  right: 40px;
  bottom: -45px;
}
@media only screen and (max-width: 1600px) {
  .main .products .catalog .item.align-left .over-elements .box-image .image.phone5 {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item.align-left .over-elements .box-image .image.phone5 {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.align-left .over-elements .box-image .image.phone5 {
    width: 60%;
    bottom: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.align-left .over-elements .box-image .image.phone5 {
    width: 60%;
    bottom: -20px;
    right: 20px;
  }
}
.main .products .catalog .item.align-left .over-elements .box-image .image.phone7 {
  width: 336px;
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item.align-left .over-elements .box-image .image.phone7 {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.align-left .over-elements .box-image .image.phone7 {
    right: 20px;
  }
}
.main .products .catalog .item.align-left .over-elements .box-info {
  border-top-left-radius: 0;
  margin-left: 90px;
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item.align-left .over-elements .box-info {
    margin-left: 50px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.align-left .over-elements .box-info {
    margin: 30px 0 0 10%;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.align-left .over-elements .box-info {
    width: 90%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.main .products .catalog .item.align-left .dashed-lines {
  margin: 0 0 0 450px;
}
.main .products .catalog .item.align-left .dashed-lines.ml-2 {
  margin-left: 400px;
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.align-left .dashed-lines.ml-2 {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.align-left .dashed-lines {
    width: 95%;
    margin: 0 0;
    background-size: 62% auto;
    background-position: right 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.align-left .dashed-lines {
    width: 98%;
  }
}
.main .products .catalog .item.align-right {
  display: flex;
  justify-content: flex-end;
}
.main .products .catalog .item.align-right .over-elements {
  flex-direction: row-reverse;
}
.main .products .catalog .item.align-right .over-elements .box-image .degrade-bg {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.main .products .catalog .item.align-right .over-elements .box-image .image {
  left: 0;
}
.main .products .catalog .item.align-right .over-elements .box-image .image.phone2 {
  width: 220px;
  left: 80px;
  top: -40px;
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item.align-right .over-elements .box-image .image.phone2 {
    width: 240px;
    left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.align-right .over-elements .box-image .image.phone2 {
    left: 30px;
    top: 20px;
    width: 100px;
  }
}
.main .products .catalog .item.align-right .over-elements .box-image .image.phone4 {
  width: 230px;
  left: 30px;
  top: -40px;
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item.align-right .over-elements .box-image .image.phone4 {
    width: 250px;
    top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.align-right .over-elements .box-image .image.phone4 {
    width: 100px;
    top: 20px;
  }
}
.main .products .catalog .item.align-right .over-elements .box-image .image.phone6 {
  bottom: -20px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.align-right .over-elements .box-image .image.phone6 {
    height: 125%;
    right: 0;
  }
}
.main .products .catalog .item.align-right .over-elements .box-info {
  border-top-right-radius: 0;
  margin-right: 110px;
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item.align-right .over-elements .box-info {
    margin-right: 50px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.align-right .over-elements .box-info {
    margin: 30px 10% 0 0;
    width: 80%;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    border-top-left-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.align-right .over-elements .box-info {
    width: 90%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.align-right .over-elements {
    flex-direction: column;
    align-items: flex-end;
  }
}
.main .products .catalog .item.align-right .dashed-lines {
  margin: 0 450px 0 0;
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.align-right .dashed-lines {
    margin: 0;
    width: 95%;
    margin: 0 0;
    background-size: 62% auto;
    background-position: left 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.align-right .dashed-lines {
    width: 98%;
  }
}
.main .products .catalog .item.dash-center {
  margin-top: 120px;
}
.main .products .catalog .item.dash-center .over-elements {
  top: -60px;
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.dash-center .over-elements {
    top: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.dash-center .over-elements {
    top: -100px;
  }
}
.main .products .catalog .item.dash-center .dashed-lines {
  background-position: center 0;
}
.main .products .catalog .item.dash-center.dash-center-2 {
  margin-top: 220px;
}
@media only screen and (max-width: 1600px) {
  .main .products .catalog .item.dash-center {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item.dash-center {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.dash-center {
    margin-top: 400px;
  }
  .main .products .catalog .item.dash-center.dash-center-2 {
    margin-top: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.dash-center {
    margin-top: 80px;
  }
  .main .products .catalog .item.dash-center.dash-center-2 {
    margin-top: 120px;
  }
}
.main .products .catalog .item.dash-top .over-elements {
  top: 20px;
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.dash-top .over-elements {
    top: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.dash-top .over-elements {
    top: -120px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.dash-top {
    margin-top: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.dash-top {
    margin-top: 190px;
  }
}
.main .products .catalog .item.dash-top-2 {
  margin-top: 100px;
}
.main .products .catalog .item.dash-top-2 .over-elements {
  top: 30px;
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.dash-top-2 .over-elements {
    top: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.dash-top-2 .over-elements {
    top: -120px;
  }
}
.main .products .catalog .item.dash-top-2 .dashed-lines {
  background-position: center 0;
}
@media only screen and (max-width: 1600px) {
  .main .products .catalog .item.dash-top-2 {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.dash-top-2 {
    margin-top: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.dash-top-2 {
    margin: 130px 0 0 0;
  }
}
.main .products .catalog .item.dash-bottom {
  margin-top: 220px;
}
.main .products .catalog .item.dash-bottom .over-elements {
  top: -150px;
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.dash-bottom .over-elements {
    top: -230px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.dash-bottom .over-elements {
    top: -120px;
  }
}
@media only screen and (max-width: 1600px) {
  .main .products .catalog .item.dash-bottom {
    margin-top: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.dash-bottom {
    margin-top: 410px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.dash-bottom {
    margin-top: 100px;
  }
}
.main .products .catalog .item.dash-bottom-2 {
  margin-top: 180px;
}
.main .products .catalog .item.dash-bottom-2 .over-elements {
  top: -150px;
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.dash-bottom-2 .over-elements {
    top: -230px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.dash-bottom-2 .over-elements {
    top: -120px;
  }
}
.main .products .catalog .item.dash-bottom-2 .dashed-lines {
  background-position: center 0;
}
@media only screen and (max-width: 1600px) {
  .main .products .catalog .item.dash-bottom-2 {
    margin-top: 240px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item.dash-bottom-2 {
    margin-top: 250px;
  }
}
@media only screen and (max-width: 1100px) {
  .main .products .catalog .item.dash-bottom-2 {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.dash-bottom-2 {
    margin-top: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.dash-bottom-2 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.dash-bottom-3 .over-elements {
    top: -280px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.dash-bottom-3 .over-elements {
    top: -165px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .products .catalog .item.dash-bottom-3 {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products .catalog .item.dash-bottom-3 {
    margin-top: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item.dash-bottom-3 {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products .catalog .item {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .products {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .main .products {
    padding-top: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .main .products {
    padding-top: 100px;
  }
}
.main .promos {
  height: 142px;
  background-color: #363835;
  margin: 200px 0 60px;
}
.main .promos .middle-align {
  height: 100%;
}
.main .promos .middle-align .embla {
  height: 100%;
  --slide-size: 50%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .main .promos .middle-align .embla {
    --slide-size: 100%;
  }
}
.main .promos .middle-align .embla .embla__viewport {
  overflow: hidden;
  height: 100%;
}
.main .promos .middle-align .embla .embla__viewport .embla__container {
  display: flex;
  height: 100%;
  touch-action: pan-y pinch-zoom;
}
.main .promos .middle-align .embla .embla__viewport .embla__container .embla__slide {
  height: 100%;
  display: flex;
  align-items: center;
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
  color: #fff;
}
.main .promos .middle-align .embla .embla__viewport .embla__container .embla__slide .center-border {
  height: 70%;
  border-left: 20px solid #21dacf;
  display: flex;
  align-items: center;
}
.main .promos .middle-align .embla .embla__viewport .embla__container .embla__slide .center-border .ico {
  width: 53px;
  height: auto;
  display: block;
  margin: 0 35px;
}
@media only screen and (max-width: 767px) {
  .main .promos .middle-align .embla .embla__viewport .embla__container .embla__slide .center-border .ico {
    width: 43px;
    margin: 0 25px;
  }
}
.main .promos .middle-align .embla .embla__viewport .embla__container .embla__slide .center-border .info-text .big-txt {
  font-size: 68px;
  line-height: 68px;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .main .promos .middle-align .embla .embla__viewport .embla__container .embla__slide .center-border .info-text .big-txt {
    font-size: 56px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .main .promos .middle-align .embla .embla__viewport .embla__container .embla__slide .center-border .info-text .big-txt {
    font-size: 50px;
    line-height: 50px;
  }
}
.main .promos .middle-align .embla .embla__viewport .embla__container .embla__slide .center-border .info-text .small-txt {
  font-size: 26px;
  line-height: 29px;
  display: block;
}
@media only screen and (max-width: 1600px) {
  .main .promos .middle-align .embla .embla__viewport .embla__container .embla__slide .center-border .info-text .small-txt {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .promos .middle-align .embla .embla__viewport .embla__container .embla__slide .center-border .info-text .small-txt {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .main .promos .middle-align .embla .embla__viewport .embla__container .embla__slide .center-border .info-text .small-txt {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .promos .middle-align .embla .embla__viewport .embla__container .embla__slide .center-border {
    border-left: 10px solid #21dacf;
  }
}
@media only screen and (max-width: 767px) {
  .main .promos .middle-align .embla .embla__viewport .embla__container .embla__slide .center-border {
    border-left: 7px solid #21dacf;
  }
}
.main .promos .middle-align .embla .embla__controls {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  bottom: 25px;
  left: 0;
  width: 100%;
}
.main .promos .middle-align .embla .embla__controls .embla__buttons .embla__button {
  background-color: transparent;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .main .promos .middle-align .embla .embla__controls .embla__buttons .embla__button img {
    width: 18px;
    height: auto;
    display: block;
  }
}
.main .promos .middle-align .embla .embla__controls .embla__buttons .embla__button.embla__button--prev {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main .promos .middle-align .embla .embla__controls {
    bottom: 10px;
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .main .promos {
    margin: 0 0 60px;
    height: 100px;
  }
}
.main .cards {
  height: 580px;
  margin: 0 0 200px 0;
}
.main .cards .embla {
  height: 100%;
  --slide-size: 22%;
  --slide-spacing: 1rem;
  position: relative;
}
@media only screen and (max-width: 1700px) {
  .main .cards .embla {
    --slide-size: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .main .cards .embla {
    --slide-size: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .main .cards .embla {
    --slide-size: 80%;
  }
}
.main .cards .embla .embla__viewport {
  overflow: hidden;
  height: 100%;
}
.main .cards .embla .embla__viewport .embla__container {
  display: flex;
  height: 100%;
  touch-action: pan-y pinch-zoom;
}
.main .cards .embla .embla__viewport .embla__container .embla__slide {
  display: flex;
  justify-content: center;
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
}
.main .cards .embla .embla__viewport .embla__container .embla__slide .card {
  width: 100%;
  height: 98%;
  background-color: #f1f1f1;
  border-radius: 50px;
  box-shadow: 0px 10px 5px -3px rgba(25, 28, 24, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .cards .embla .embla__viewport .embla__container .embla__slide .card .degrade-box {
  width: 94%;
  height: 70%;
  margin: 3% 0 0;
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.main .cards .embla .embla__viewport .embla__container .embla__slide .card .degrade-box .over-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .cards .embla .embla__viewport .embla__container .embla__slide .card .degrade-box .over-info .selo {
  width: 25%;
  height: auto;
  display: block;
  margin: 10px 0 0 10px;
}
.main .cards .embla .embla__viewport .embla__container .embla__slide .card .degrade-box .over-info .tit-label {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  padding: 20px 10px 20px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media only screen and (max-width: 1200px) {
  .main .cards .embla .embla__viewport .embla__container .embla__slide .card .degrade-box .over-info .tit-label {
    font-size: 25px;
    line-height: 25px;
  }
}
.main .cards .embla .embla__viewport .embla__container .embla__slide .card .degrade-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
/* Imagens dos cards agora usam object-fit: cover para cobrir completamente o card */
@media only screen and (max-width: 1400px) {
  .main .cards .embla .embla__viewport .embla__container .embla__slide .card .degrade-box {
    border-radius: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .cards .embla .embla__viewport .embla__container .embla__slide .card .degrade-box {
    margin: 3% 0 0;
  }
}
.main .cards .embla .embla__viewport .embla__container .embla__slide .card .tit {
  flex: 1;
  display: flex;
  align-items: center;
  font-family: "CeraPro-Medium";
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  padding: 0 20px 0;
}
@media only screen and (max-width: 1600px) {
  .main .cards .embla .embla__viewport .embla__container .embla__slide .card .tit {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .main .cards .embla .embla__viewport .embla__container .embla__slide .card .tit {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .main .cards .embla .embla__viewport .embla__container .embla__slide .card {
    border-radius: 40px;
  }
}
.main .cards .embla .embla__controls {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
}
.main .cards .embla .embla__controls .middle-align {
  display: flex;
  justify-content: flex-end;
}
.main .cards .embla .embla__controls .middle-align .embla__buttons .embla__button {
  background-color: transparent;
  border: 0;
}
@media only screen and (max-width: 1200px) {
  .main .cards .embla .embla__controls .middle-align .embla__buttons .embla__button img {
    display: block;
    width: 54px;
    height: auto;
  }
}
.main .cards .embla .embla__controls .middle-align .embla__buttons .embla__button:disabled {
  opacity: 0.3;
  cursor: default;
}
@media only screen and (max-width: 1200px) {
  .main .cards .embla .embla__controls {
    bottom: -100px;
  }
}
@media only screen and (max-width: 1600px) {
  .main .cards {
    height: 480px;
  }
}
@media only screen and (max-width: 1400px) {
  .main .cards {
    height: 430px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .cards {
    height: 390px;
    margin: 0 0 120px 0;
  }
}
.main .meta-partner {
  box-shadow: 0px 10px 10px -2px rgba(0, 0, 0, 0.12);
  margin: 0 0 50px;
}
.main .meta-partner .middle-align {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.main .meta-partner .middle-align .info-text {
  border-left: 15px solid #21dacf;
  padding: 30px 0 30px 45px;
  font-size: 32px;
  line-height: 38px;
}
@media only screen and (max-width: 991px) {
  .main .meta-partner .middle-align .info-text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .main .meta-partner .middle-align .info-text {
    font-size: 13px;
    line-height: 20px;
    padding: 20px 0 20px 10px;
    border-left: 10px solid #21dacf;
  }
  .main .meta-partner .middle-align .info-text br {
    display: none;
  }
}
.main .meta-partner .middle-align .logo {
  display: block;
}
@media only screen and (max-width: 991px) {
  .main .meta-partner .middle-align .logo {
    width: 150px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .main .meta-partner .middle-align .logo {
    width: 90px;
  }
}
.main .tools .middle-align .title {
  text-align: center;
}
.main .tools .middle-align .subtitle {
  padding: 40px 0 60px;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .main .tools .middle-align .subtitle {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .tools .middle-align .subtitle {
    padding: 30px 0;
  }
}
.main .tools .middle-align .list-view {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
}
.main .tools .middle-align .list-view .col {
  width: 49%;
  height: 980px;
  background-color: #fff;
  border: 1px solid #c6c6c8;
  border-radius: 20px;
  overflow: hidden;
}
.main .tools .middle-align .list-view .col.degrade {
  background: #5F5F61;
  background: linear-gradient(180deg, rgb(95, 95, 97) 0%, rgb(136, 136, 136) 100%);
}
.main .tools .middle-align .list-view .col .header-col {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
.main .tools .middle-align .list-view .col .header-col.green {
  background-color: #56bf9d;
}
.main .tools .middle-align .list-view .col .header-col.gray {
  background-color: #838384;
}
.main .tools .middle-align .list-view .col .header-col img {
  width: 60%;
  display: block;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .main .tools .middle-align .list-view .col .header-col img {
    width: 60%;
  }
}
.main .tools .middle-align .list-view .col .header-col strong {
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .main .tools .middle-align .list-view .col .header-col strong {
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .main .tools .middle-align .list-view .col .header-col {
    height: 60px;
  }
}
.main .tools .middle-align .list-view .col .list {
  padding: 0 20px 20px 20px;
}
.main .tools .middle-align .list-view .col .list li {
  padding: 20px 0;
  border-bottom: 1px solid #c6c6c8;
}
.main .tools .middle-align .list-view .col .list li:last-child {
  border: 0;
}
.main .tools .middle-align .list-view .col .list li .tit {
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-family: "CeraPro-Medium";
}
.main .tools .middle-align .list-view .col .list li .tit.f-black {
  font-size: 28px;
  line-height: 32px;
  font-family: "CeraPro-Black";
}
@media only screen and (max-width: 991px) {
  .main .tools .middle-align .list-view .col .list li .tit.f-black {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .main .tools .middle-align .list-view .col .list li .tit {
    font-size: 11px;
    line-height: 14px;
  }
}
.main .tools .middle-align .list-view .col .list li .price {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .tools .middle-align .list-view .col .list li .price .small-label {
  font-size: 20px;
  line-height: 22px;
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  .main .tools .middle-align .list-view .col .list li .price .small-label {
    font-size: 14px;
    line-height: 14px;
  }
}
.main .tools .middle-align .list-view .col .list li .price img {
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .main .tools .middle-align .list-view .col .list li .price.dollar img {
    width: 12px;
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .main .tools .middle-align .list-view .col .list li .price.check img {
    width: 15px;
    height: auto;
    display: block;
  }
}
.main .tools .middle-align .list-view .col .list li .price.dollar-small img {
  width: 15px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .main .tools .middle-align .list-view .col .list li .price.dollar-small img {
    width: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .main .tools .middle-align .list-view .col .list li {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .tools .middle-align .list-view .col .list {
    padding: 0 10px 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .main .tools .middle-align .list-view .col {
    height: 820px;
    border-radius: 10px;
  }
}
.main .tools .middle-align .gradient-button {
  margin: 40px auto 0;
  display: block;
  width: fit-content;
}
.main .schedule {
  margin: 320px 0 150px;
  position: relative;
}
.main .schedule .middle-align {
  background: #21DACF;
  background: linear-gradient(90deg, rgb(33, 218, 207) 0%, rgb(38, 219, 138) 100%);
  border-radius: 50px;
  padding: 100px 0;
}
.main .schedule .middle-align .title {
  padding: 0 0 0 100px;
}
@media only screen and (max-width: 1600px) {
  .main .schedule .middle-align .title {
    font-size: 66px;
    line-height: 70px;
    padding: 0 0 0 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .schedule .middle-align .title {
    font-size: 56px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .main .schedule .middle-align .title {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    padding: 0;
  }
  .main .schedule .middle-align .title strong {
    font-size: 52px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .main .schedule .middle-align .title {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    padding: 0;
  }
  .main .schedule .middle-align .title strong {
    font-size: 37px;
    line-height: 40px;
  }
}
.main .schedule .middle-align .desc {
  max-width: 700px;
  padding: 50px 0 60px 100px;
}
@media only screen and (max-width: 1700px) {
  .main .schedule .middle-align .desc {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1600px) {
  .main .schedule .middle-align .desc {
    font-size: 32px;
    line-height: 38px;
    max-width: 600px;
    padding: 50px 0 60px 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .schedule .middle-align .desc {
    font-size: 24px;
    line-height: 30px;
    max-width: 450px;
    padding: 50px 0 60px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .main .schedule .middle-align .desc {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    max-width: 60%;
    padding: 50px 0 60px 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .main .schedule .middle-align .desc {
    font-size: 21px;
    line-height: 24px;
    max-width: 80%;
    padding: 30px 0 20px 0;
    margin: 0 auto;
  }
}
.main .schedule .middle-align .button-schedule {
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: fit-content;
  padding-right: 80px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0px 8px 8px -3px rgba(0, 0, 0, 0.12);
}
.main .schedule .middle-align .button-schedule .ico {
  padding: 0 20px 0 100px;
  display: block;
}
@media only screen and (max-width: 1600px) {
  .main .schedule .middle-align .button-schedule .ico {
    padding: 0 20px 0 50px;
  }
}
@media only screen and (max-width: 991px) {
  .main .schedule .middle-align .button-schedule .ico {
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .schedule .middle-align .button-schedule .ico {
    width: 14px;
    height: auto;
    padding: 0 10px 0 0;
  }
}
.main .schedule .middle-align .button-schedule .label {
  font-size: 34px;
  line-height: 34px;
}
@media only screen and (max-width: 1200px) {
  .main .schedule .middle-align .button-schedule .label {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .main .schedule .middle-align .button-schedule .label {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .schedule .middle-align .button-schedule {
    height: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .main .schedule .middle-align .button-schedule {
    border-radius: 0;
    width: auto;
    justify-content: center;
    padding: 0;
    height: 40px;
  }
}
.main .schedule .middle-align .image {
  position: absolute;
  right: 0;
  bottom: -100px;
  max-width: 750px;
}
@media only screen and (max-width: 1600px) {
  .main .schedule .middle-align .image {
    width: 45%;
  }
}
@media only screen and (max-width: 1400px) {
  .main .schedule .middle-align .image {
    bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .main .schedule .middle-align .image {
    width: 75%;
    top: -80px;
  }
}
@media only screen and (max-width: 991px) {
  .main .schedule .middle-align {
    padding: 640px 0 100px;
    border-radius: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .main .schedule .middle-align {
    padding: 280px 0 60px;
  }
}
@media only screen and (max-width: 1600px) {
  .main .schedule {
    margin: 170px 0 100px;
  }
}
@media only screen and (max-width: 1400px) {
  .main .schedule {
    margin: 100px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .main .schedule {
    margin: 150px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .main .schedule {
    margin: 130px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .main .solutions .middle-align .title {
    text-align: center;
  }
}
.main .solutions .middle-align .embla {
  margin: 60px 0;
  height: 100%;
  --slide-size: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main .solutions .middle-align .embla {
    --slide-size: 100%;
  }
}
.main .solutions .middle-align .embla .embla__viewport {
  overflow: hidden;
  height: 100%;
}
.main .solutions .middle-align .embla .embla__viewport .embla__container {
  display: flex;
  height: 100%;
  touch-action: pan-y pinch-zoom;
}
.main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide {
  height: 100%;
  display: flex;
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
}
.main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .thumb {
  width: 40%;
}
.main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .thumb img {
  width: 100%;
  display: block;
  height: auto;
}
.main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .thumb img.mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .thumb img.desk {
    display: none;
  }
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .thumb img.mob {
    display: block;
  }
}
.main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text {
  flex: 1;
  padding: 10px 0 30px 65px;
}
.main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .name {
  font-size: 59px;
  line-height: 59px;
  color: #21dace;
}
@media only screen and (max-width: 1600px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .name {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1400px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .name {
    font-size: 55px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .name {
    font-size: 38px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .name {
    font-size: 21px;
    line-height: 21px;
  }
}
.main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .desc {
  font-size: 26px;
  line-height: 32px;
  padding: 40px 0 0;
}
.main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .desc .tit {
  font-size: 29px;
  line-height: 32px;
}
.main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .desc .tit.break {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .desc .tit.break {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1400px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .desc .tit {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .desc .tit {
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .desc .tit {
    font-size: 18px;
    line-height: 24px;
  }
}
.main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .desc .mob {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .desc {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .desc {
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .desc {
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .desc {
    padding-top: 10px;
  }
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .desc .desk {
    display: none;
  }
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .desc .mob {
    display: block;
  }
}
.main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .gradient-button {
  margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .gradient-button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .gradient-button {
    display: none;
  }
}
.main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .ico-button {
  display: none;
}
@media only screen and (max-width: 991px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .ico-button {
    display: block;
    position: absolute;
    right: 0;
    top: 18px;
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text .ico-button {
    top: 10px;
    width: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text {
    padding: 10px 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide .info-text {
    padding: 10px 0 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container .embla__slide.border-bt-mob {
    border-bottom: 1px solid #000;
    padding: 0 0 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .main .solutions .middle-align .embla .embla__viewport .embla__container {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .main .solutions .middle-align .embla .embla__viewport {
    overflow: visible;
    height: auto;
  }
}
.main .solutions .middle-align .embla .embla__controls {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  top: 25px;
  left: 0;
  width: 100%;
}
.main .solutions .middle-align .embla .embla__controls .embla__buttons .embla__button {
  background-color: transparent;
  border: 0;
}
@media only screen and (max-width: 1200px) {
  .main .solutions .middle-align .embla .embla__controls .embla__buttons .embla__button img {
    width: 43px;
  }
}
@media only screen and (max-width: 1400px) {
  .main .solutions .middle-align .embla .embla__controls {
    top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .main .solutions .middle-align .embla .embla__controls {
    top: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .main .solutions .middle-align .embla .embla__controls {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .main .solutions .middle-align .embla {
    height: auto;
    margin: 40px 0 0;
  }
}
.main .faq {
  background-color: #cacaca;
  padding-top: 30px;
}
.main .faq .middle-align {
  display: flex;
  justify-content: space-between;
  color: #373a36;
}
.main .faq .middle-align .title {
  flex: 1;
  font-size: 10vw;
  line-height: 1em;
}
@media only screen and (max-width: 991px) {
  .main .faq .middle-align .title {
    flex: none;
    font-size: 10vw;
  }
}
.main .faq .middle-align .faq-list {
  width: 55%;
}
.main .faq .middle-align .faq-list .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #373a36;
}
.main .faq .middle-align .faq-list .item header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.main .faq .middle-align .faq-list .item header .text-side {
  flex: 1;
  display: flex;
  margin-right: 20px;
}
.main .faq .middle-align .faq-list .item header .text-side strong.number {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .main .faq .middle-align .faq-list .item header .text-side strong.number {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .main .faq .middle-align .faq-list .item header .text-side {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .main .faq .middle-align .faq-list .item header .text-side {
    font-size: 18px;
    line-height: 22px;
    margin-right: 20px;
  }
}
.main .faq .middle-align .faq-list .item header .arrow {
  width: 39px;
  height: 39px;
  display: block;
  background: url(../img/arrows/acordion-open.png) no-repeat;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .main .faq .middle-align .faq-list .item header .arrow {
    width: 16px;
    height: 16px;
    background-size: 100% auto;
  }
}
.main .faq .middle-align .faq-list .item section {
  padding: 30px 0 0 42px;
  margin-top: 25px;
  border-top: 1px solid #373a36;
  display: none;
}
.main .faq .middle-align .faq-list .item section p {
  padding: 10px 0;
}
@media only screen and (max-width: 991px) {
  .main .faq .middle-align .faq-list .item section {
    padding: 30px 0 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  .main .faq .middle-align .faq-list .item section {
    padding: 10px 0 0 25px;
    font-size: 13px;
    line-height: 18px;
  }
}
.main .faq .middle-align .faq-list .item.active {
  border-bottom: 2px solid #373a36;
}
.main .faq .middle-align .faq-list .item.active header .arrow {
  background: url(../img/arrows/acordion-close.png) no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .main .faq .middle-align .faq-list .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .main .faq .middle-align .faq-list {
    width: auto;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .main .faq .middle-align {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .main .faq {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main .faq {
    padding-top: 30px;
  }
}
.main .form-view {
  padding: 85px 0;
}
.main .form-view .middle-align .title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .main .form-view .middle-align .title {
    margin-bottom: 0;
  }
}
.main .form-view .middle-align .info-text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.main .form-view .middle-align .info-text p {
  padding: 20px 0;
}
@media only screen and (max-width: 1400px) {
  .main .form-view .middle-align .info-text {
    max-width: 650px;
  }
}
@media only screen and (max-width: 991px) {
  .main .form-view .middle-align .info-text {
    max-width: 550px;
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .main .form-view .middle-align .info-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.main .form-view .middle-align .form-area .line-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 30px auto 10px;
}
.main .form-view .middle-align .form-area .line-inputs input {
  width: 49%;
  color: #373a36;
  border: 2px solid #373a36;
  border-radius: 40px;
  font-size: 28px;
  line-height: 28px;
  padding: 10px 0;
  font-family: "CeraPro-Light";
  text-indent: 40px;
}
@media only screen and (max-width: 1200px) {
  .main .form-view .middle-align .form-area .line-inputs input {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .main .form-view .middle-align .form-area .line-inputs input {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .form-view .middle-align .form-area .line-inputs {
    flex-direction: column;
    margin: 0;
  }
}
.main .form-view .middle-align .form-area .check-terms {
  padding: 60px 0 0;
  max-width: 700px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
}
.main .form-view .middle-align .form-area .check-terms label {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
.main .form-view .middle-align .form-area .check-terms label input {
  margin-top: -25px;
}
@media only screen and (max-width: 767px) {
  .main .form-view .middle-align .form-area .check-terms label input {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .main .form-view .middle-align .form-area .check-terms label {
    grid-template-columns: 1.2em auto;
  }
  .main .form-view .middle-align .form-area .check-terms label span {
    font-size: 14px;
    line-height: 16px;
  }
}
.main .form-view .middle-align .form-area .check-terms.safari label input {
  margin: 5px 0 0;
}
@media only screen and (max-width: 1200px) {
  .main .form-view .middle-align .form-area .check-terms {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .form-view .middle-align .form-area .check-terms {
    padding: 20px 0 0;
  }
}
.main .form-view .middle-align .form-area .dark-button {
  margin: 60px auto 0;
  display: block;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .main .form-view .middle-align .form-area .dark-button {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .form-view {
    padding: 40px 0;
  }
}
.main .main-footer {
  background-color: #363835;
  padding: 80px 0;
}
.main .main-footer .middle-align {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  position: relative;
}
.main .main-footer .middle-align .logo {
  width: 354px;
  height: 70px;
  background: url(../img/logo-voxme-footer.png) no-repeat;
  background-size: 100% auto;
  display: block;
  text-indent: -999px;
}
@media only screen and (max-width: 767px) {
  .main .main-footer .middle-align .logo {
    width: 216px;
    height: 43px;
  }
}
.main .main-footer .middle-align .tit {
  font-size: 28px;
  line-height: 30px;
  margin: 30px 0 40px;
}
@media only screen and (max-width: 767px) {
  .main .main-footer .middle-align .tit {
    font-size: 16px;
    line-height: 16px;
  }
}
.main .main-footer .middle-align .redes {
  display: flex;
  justify-content: center;
}
.main .main-footer .middle-align .redes li {
  margin: 0 20px;
}
.main .main-footer .middle-align .redes li img {
  width: 60px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 991px) {
  .main .main-footer .middle-align .redes li img {
    width: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .main .main-footer .middle-align .redes li img {
    width: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .main .main-footer .middle-align .redes li {
    margin: 0 15px;
  }
}
.main .main-footer .middle-align .center-infos {
  width: 100%;
  margin-top: 40px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 80px 0 60px;
  display: flex;
  justify-content: space-between;
}
.main .main-footer .middle-align .center-infos .col .links {
  margin-top: 40px;
}
.main .main-footer .middle-align .center-infos .col .links li {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.main .main-footer .middle-align .center-infos .col .links li .ico {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .main .main-footer .middle-align .center-infos .col .links li .ico {
    margin-right: 10px;
    width: 18px;
    height: auto;
  }
}
.main .main-footer .middle-align .center-infos .col .links li a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .main .main-footer .middle-align .center-infos .col .links li {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .main .main-footer .middle-align .center-infos .col .links {
    margin-top: 20px;
  }
}
.main .main-footer .middle-align .center-infos .col.space-right {
  margin-right: 100px;
}
.main .main-footer .middle-align .center-infos .col.help {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .main .main-footer .middle-align .center-infos .col {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .main-footer .middle-align .center-infos .col {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .main .main-footer .middle-align .center-infos .col {
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 40px 0;
  }
  .main .main-footer .middle-align .center-infos .col.help {
    display: block;
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .main-footer .middle-align .center-infos .col {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  .main .main-footer .middle-align .center-infos {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin-top: 60px;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .main-footer .middle-align .center-infos {
    margin-top: 30px;
  }
}
.main .main-footer .middle-align .bottom-infos {
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  margin: 50px 0 0;
}
.main .main-footer .middle-align .bottom-infos .desk-text {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .main .main-footer .middle-align .bottom-infos .desk-text {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .main .main-footer .middle-align .bottom-infos {
    margin-top: 0;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main .main-footer .middle-align .bottom-infos {
    font-size: 14px;
  }
}
.main .main-footer .middle-align .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .main .main-footer .middle-align .arrow {
    width: 37px;
    height: auto;
    bottom: -50px;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
}
@keyframes fadeLeftRight {
  0% {
    opacity: 0;
    transform: translate(-3rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeRightLeft {
  0% {
    opacity: 0;
    transform: translate(3rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeOutRightLeft {
  0% {
    opacity: 1;
    transform: translate(3rem, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes maskLeftRight {
  0% {
    opacity: 0;
    transform: translate(3rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes maskLeftRight {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes maskRightLeft {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .in-view.fadeup {
    animation: fade 1.5s 0s both;
  }
  .in-view.fadeLeftRight {
    animation: fadeLeftRight 1.5s 0s both;
  }
  .in-view.fadeRightLeft {
    animation: fadeRightLeft 1.5s 0s both;
  }
  .in-view.maskLeftRight {
    animation: maskLeftRight 1s 0.4s both;
  }
  .in-view.maskRightLeft {
    animation: maskRightLeft 1s 0.4s both;
  }
  .not-in-view {
    opacity: 0;
  }
}
/*# sourceMappingURL=styles.css.map */
