@import url("fonts-v2.css?v=01072021045");
@import url("navigation-v2.css?v=01072021045");
@import url("buttons-v2.css?v=01072021045");
@import url("forms-v2.css?v=01072021045");
@import url("content-v2.css?v=01072021045");
@import url("footer-v2.css?v=01072021045");
@import url("head-v2.css?v=01072021045");
@import url("semantic.custom.css?v=01072021045");

html,
body {
  font-size: 100%;
  font-family: "PP Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.35;
  letter-spacing: 0.75px;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #161616;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

main {
  overflow-x: clip;
}

* {
  -webkit-tap-highlight-color: transparent;
  /* -webkit-backface-visibility: hidden; */
}

.strong,
.bold {
  font-weight: 600;
}

.text-tiny {
  font-size: 14px;
}

.text-orange {
  color: #e75400 !important;
}

.custom-btn,
.custom-btn:active,
.custom-btn:visited,
.custom-btn:hover {
  color: #fff;
}

.custom-btn:hover {
  color: #d75d12;
}

.fixed-width-large {
  display: inline-block;
  width: 160px;
}

.main-headline {
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
  font-size: 40px;
}

.main-headline.small {
  font-size: 30px;
}

.strong.italic,
.bold.italic {
  font-style: italic;
}

.thin {
  font-weight: 200;
}

a:not(.button):not(.custom-btn):not(.custom_btn),
a:not(.button):not(.custom-btn):not(.custom_btn):active,
a:not(.button):not(.custom-btn):not(.custom_btn):visited {
  text-decoration: none !important;
  color: #67a4db;
  border-bottom: 1px solid rgba(104, 166, 220, 0.15);
  padding-bottom: 2px;
  -webkit-transition: color 0.25s, border 0.25s;
  transition: color 0.25s, border 0.25s;
  animation-timing-function: ease;
}

a:not(.button):not(.custom-btn):not(.custom_btn):hover {
  color: #205a8d;
  border-bottom: 1px solid rgba(104, 166, 220, 0.65);
  padding-bottom: 2px;
}

.headline_container {
  display: block;
  margin-top: 100px;
}

h1 {
  font-family: "PP Neue Montreal", sans-serif;
  display: inline-block;
  font-weight: 800;
  font-size: 42px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 10px;
  padding-bottom: 15px;
  position: relative;
}

h2 {
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 100;
  font-size: 35px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h2.bold {
  font-weight: 500;
}

h3 {
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #e75400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.centered {
  text-align: center;
}

.info {
  font-size: 13px;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

p.list_block a {
  display: inline-block;
  margin-bottom: 5px;
}

.hyphen {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section-top {
  margin-top: 15px;
}

.section-top-large {
  margin-top: 25px;
}

.section-block {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-left {
  margin-left: 10px;
}

.section-right {
  margin-right: 10px;
}

.element_hidden,
.element-hidden {
  visibility: hidden !important;
  display: none !important;
}

.mobile-only {
  display: none;
}

.computer-only {
  display: block;
}

span.fixed-width {
  display: inline-block;
  width: 80px;
}

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

@media screen and (max-width: 991px) {
  .mobile-hyphen {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  .mobile_hide {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .computer-only {
    display: none;
    content: none;
    width: 0px;
    height: 0px;
    visibility: hidden;
  }

  h1 {
    font-size: 32px;
    display: block;
    line-height: 1.1;
  }

  h2 {
    font-size: 28px;
    display: block;
    line-height: 1.2;
  }

  h3 {
    font-size: 22px;
  }
}

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