@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.woff2') format('woff2'), url('../fonts/Oswald-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.woff2') format('woff2'), url('../fonts/Lato-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html,
body,
.SF-INT_Main-container,
.SF-201902_video-wrapper iframe {
  margin: 0;
  overflow: hidden;
}

.SF-INT_Main-container ul {
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.SF-INT_Main-container ul::before,
.SF-INT_Main-container ul::after {
  content: '';
  display: block;
}

.SF-201902_header-background {
  background-color: rgba(255, 255, 255, 0.65);
}

.SF-201902_video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.SF-201902_video-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.SF-201902_video-wrapper {
  background: url('../img/load_image.png') center center no-repeat;
  background-size: cover;
}

.SF-202008_logo {
  width: 180px;
  margin: 0 100px;
}

.SF-202008_logo_mobile {
  display: none;
}

.SF-201902_responsiv-elements {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 40px 0;
}

.SF-202008_welcome,
.SF-201902_country {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.SF-202008_welcome > img {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.SF-202008_select {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  color: #004695;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.SF-201902_country ul img {
  width: 35px;
  height: 35px;
}

.SF-202008_studio {
  display: flex;
  align-items: center;
  margin: 40px 0;
}

.SF-202008_studio_logo {
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #004695;
  text-transform: uppercase;
  margin-right: 20px;
}

.SF-202008_studio > div {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #004695;
  text-transform: uppercase;
}

.SF-202008_studio > div > div {
  text-align: center;
  font-size: 21px;
}

.SF-202008_studio > div > a {
  display: inline-block;
  font-size: 21px;
  text-decoration: none;
  color: #004695;
  padding: 0 20px;
  border: 2px solid #004695;
  border-radius: 20px;
}

@media only screen and (max-width: 1164px) {
  .SF-202008_logo {
    width: 150px;
  }
}

@media only screen and (max-width: 900px) {
  .SF-202008_logo {
    margin: 50px 0;
  }

  .SF-201902_header-background {
    width: 100%;
  }

  .SF-201902_responsiv-elements {
    flex-direction: column;
  }
}

@media only screen and (max-width: 500px) {
  .SF-201902_responsiv-elements {
    padding: 30px 0;
  }

  .SF-201902_header-background {
    bottom: 0;
    position: fixed;
  }

  .SF-202008_logo {
    display: none;
  }

  .SF-202008_logo_mobile {
    width: 150px;
    margin-top: -130px;
    margin-bottom: 20px;
    display: block;
  }

  .SF-202008_welcome {
    margin-bottom: 20px;
  }

  .SF-202008_welcome > img {
    width: 150px;
  }

  .SF-202008_studio {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .SF-202008_select {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .SF-202008_studio_logo {
    font-size: 34px;
    margin-right: 10px;
  }

  .SF-202008_studio > div > div,
  .SF-202008_studio > div > a {
    font-size: 18px;
  }

  .SF-202008_studio > div > a {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 500px) and (max-height: 360px) {
  .SF-201902_header-background {
    bottom: auto;
    position: unset;
  }
}
