@font-face {
  font-family: "suisse_intlbook";
  src: url("../style/fonts/suisseintl-book-webfont-webfont.woff2")
      format("woff2"),
    url("../style/fonts/suisseintl-book-webfont-webfont.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Canada";
  src: url("../style/fonts/canada-font/Canada-Bold.woff2") format("woff2"),
    url("../style/fonts/canada-font/Canada-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #dbdbdd;
  margin: 0;
  padding: 0;
}

.icon {
  max-width: 500px;
  padding-bottom: 30px;
  padding-top: 30px;
}

#mc_embed_signup {
  background-color: transparent !important;
}

#bg {
  position: fixed;
  background-size: cover;
  z-index: -2;
  top: 0;
  right: 0;
  left: 0;
  min-width: 50%;
  min-height: 100%;
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom center;
}
.video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/video-static.png") no-repeat;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "suisse_intlbook", sans-serif;
  margin-top: 0;
  letter-spacing: 0.04em;
  font-size: 28pt;
  font-weight: 500;
}

.inner {
  padding: 10px 60px;
}

.inner img {
  width: 200px;
  margin: 0px;
}

.columns {
  margin-top: 20px;
  text-align: center;
}

p {
  margin-bottom: 20px;
  font-family: "suisse_intlbook", sans-serif;
  font-size: 12pt;
  color: #000000;
}

.textCentered {
  text-align: center;
}

h1.textCentered {
  color: #f50014;
  font-family: "Canada", sans-serif;
  font-size: 35px;
  margin: 0px 0;
}

p.textCentered {
  line-height: 30px;
}

.bg {
  position: relative;
}

.bg-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    90deg,
    #f50014,
    rgba(245, 0, 20, 0.7) 7%,
    rgba(245, 0, 20, 0) 20%
  );
  z-index: -1;
}

.container {
  position: relative;
  background-color: #ffffffe6;
  width: 60%;
  max-width: 60rem;
  min-height: 100vh;
  margin: 0 auto;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe {
  margin: auto;
  text-align: center;
}

button[type="submit"] {
  min-width: 145px;
  min-height: 40px;
  background: #f50014;
  color: #fff;
  font-family: "suisse_intlbook", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #f50014;
  border-radius: 20px;
  padding: 0 30px;
  transition: all 0.3s ease;
  margin: 10px 5px;
  letter-spacing: 1px;
}

button[type="submit"]:hover {
  background: #911f1d;
  border: 1px solid #911f1d;
  text-decoration: underline;
}

.language-select {
  position: absolute;
  top: 1rem;
  right: 2rem;
}

button.language-select-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 36px;
  background-color: transparent;
  border: 2px solid #ececec;
  padding: 0.5rem;
  margin-left: auto;
  cursor: pointer;
  transition: 0.15s;
}

button.language-select-trigger:hover {
  background-color: #ececec;
}

.language-select-dropdown {
  display: none;
  background-color: #ececec;
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 0;
  margin-top: 0.5rem;
  color: black;
  font-weight: bold;
}

.language-select-dropdown.open {
  display: block;
}

.language-select-dropdown li {
  display: flex;
  list-style-type: none;
  font-family: "suisse_intlbook", cursive;
  font-size: 14px;
  padding: 0.25rem 1rem;
  margin: 0.5rem 0;
  cursor: pointer;
}

.language-select-dropdown li:hover {
  color: #f50014;
}

.language-select-dropdown li img {
  margin-right: 1rem;
}

.flag {
  width: 25px;
  object-fit: contain;
}

@media only screen and (max-width: 1024px) {
  #bg {
    min-width: 100%;
  }
  .container {
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
  }

  .inner {
    padding: 30px 60px;
  }

  .columns {
    -webkit-columns: auto auto; /* Chrome, Safari, Opera */
    -moz-columns: auto auto; /* Firefox */
    columns: auto auto;
  }
}

#mc-embedded-subscribe {
  min-width: 145px;
  min-height: 40px;
  background: #f50014;
  color: #fff;
  font-family: "suisse_intlbook", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #f50014;
  border-radius: 20px;
  padding: 0 30px;
  transition: all 0.3s ease;
  margin: 10px 5px;
  letter-spacing: 1px;
}

#mc-embedded-subscribe:hover {
  background: #911f1d;
  border: 1px solid #911f1d;
  text-decoration: underline;
}

.content__gdpr p {
  font-size: 12px;
  font-family: "suisse_intlbook", sans-serif;
}

.content__gdprLegal p {
  font-size: 12px;
  font-family: "suisse_intlbook", sans-serif;
}

@media only screen and (max-width: 480px) {
  .inner {
    padding: 30px 30px 10px 30px;
  }

  .container {
    border-right-width: 10px;
    border-left-width: 10px;
  }

  button[type="submit"] {
    display: block;
    margin-top: 15px;
  }
}
