/* Suisse Int'l Regular */
@font-face {
  font-family: 'Suisse Int\'l';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/SuisseIntl-Regular-WebS.eot');
  src: url('../fonts/SuisseIntl-Regular-WebS.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SuisseIntl-Regular-WebS.woff2') format('woff2'),
  url('../fonts/SuisseIntl-Regular-WebS.woff') format('woff'),
  url('../fonts/SuisseIntl-Regular-WebS.ttf') format('truetype'),
  url('../fonts/SuisseIntl-Regular-WebS.svg#SuisseIntlRegular') format('svg');
}
/* Suisse Int'l Thin */
@font-face {
  font-family: 'Suisse Int\'l';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/SuisseIntl-Thin-WebS.eot');
  src: url('../fonts/SuisseIntl-Thin-WebS.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SuisseIntl-Thin-WebS.woff2') format('woff2'),
  url('../fonts/SuisseIntl-Thin-WebS.woff') format('woff'),
  url('../fonts/SuisseIntl-Thin-WebS.ttf') format('truetype'),
  url('../fonts/SuisseIntl-Thin-WebS.svg#SuisseIntlThin') format('svg');
}
/* Suisse Sign */
@font-face {
  font-family: 'Suisse Sign';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/SuisseSign-Regular-WebS.eot');
  src: url('../fonts/SuisseSign-Regular-WebS.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SuisseSign-Regular-WebS.woff2') format('woff2'),
  url('../fonts/SuisseSign-Regular-WebS.woff') format('woff'),
  url('../fonts/SuisseSign-Regular-WebS.ttf') format('truetype'),
  url('../fonts/SuisseSign-Regular-WebS.svg#SuisseSignThin') format('svg');
}
.brand {
  display: flex;
  align-items: flex-end;
  /*background: url(../../layouts/login/images/logo_en.png);*/
  /*width: 428px;*/
  /*height: 116px;*/
  /*background-size: cover;*/
  gap: 18px;
  text-decoration: none;
}

.brand img {
  min-width: 115px;
}

.brand .brand--text {
  font-family: 'Suisse Int\'l';
  line-height: 1;
}
.brand .brand--text__main {
  color: #5793CA;
  display: block;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.brand .brand--text__subtext {
  color: #7a7a7a;
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
  letter-spacing: -0.05em;
  font-weight: 400;
}

@media (max-width: 600px){
  .login-box .brand .brand--text__main {
    font-size: 24px;
  }
}

@media (max-width: 500px){
  .login-box .brand img {
    max-width: 70px;
    min-width: unset;
  }
  .login-box .brand .brand--text__main {
    font-size: 18px;
  }
  .login-box .brand .brand--text__subtext {
    font-size: 12px;
  }
}