@font-face {
  font-family: "metropolis",sans-serif;
  src: url(../fonts/Metropolis-Thin.otf); }
body {
  font-family: "metropolis", sans-serif; }

img {
  width: 100%; }

figure {
  margin-bottom: 0; }

::-webkit-scrollbar {
  display: none; }

.subtitle {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4.8px; }

.maintitle {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4.8px; }

.subsubtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4.8px; }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center; }

.text-right {
  text-align: right; }

.horizonatal-line-left {
  background: #fff;
  width: 120px;
  height: 2px;
  margin-bottom: 20px;
  display: none;
  position: relative; }

.horizonatal-line-right {
  background: #fff;
  width: 120px;
  height: 2px;
  margin-left: auto;
  margin-top: 20px;
  display: none;
  position: relative; }

.mobile-line-134 {
  background: #fff;
  width: 2px;
  height: 134px;
  margin: 0 auto;
  display: none; }

.mobile-line-31 {
  background: #fff;
  width: 2px;
  height: 31px;
  margin: 0 auto;
  display: none; }

.formobile {
  display: none; }

@media (max-width: 767px) {
  .fordesktop {
    display: none; }

  .formobile {
    display: block; }

  .subtitle {
    font-size: 20px; }

  .maintitle {
    font-size: 22px; }

  .subsubtitle {
    font-size: 16px; }

  .horizonatal-line-left {
    display: block; }

  .horizonatal-line-right {
    display: block; }

  .mobile-line-134 {
    display: block; }

  .mobile-line-31 {
    display: block; } }

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