@font-face {
  font-family: "ABC Favorit Mono";
  src: url("fonts/ABCFavoritMono-Regular.woff2") format("woff2"), url("fonts/ABCFavoritMono-Regular.woff") format("woff");
}
@font-face {
  font-family: "Favorit Std";
  src: url("fonts/FavoritStd-Bold.woff2") format("woff2"), url("fonts/FavoritStd-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Favorit Std";
  src: url("fonts/FavoritStd-Regular.woff2") format("woff2"), url("fonts/FavoritStd-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Favorit Std";
  src: url("fonts/FavoritStd-Medium.woff2") format("woff2"), url("fonts/FavoritStd-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Favorit Std";
  src: url("fonts/FavoritStd-Light.woff2") format("woff2"), url("fonts/FavoritStd-Light.woff") format("woff");
  font-weight: 300;
}
body, body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-moz-placeholder {
  font-family: "Favorit Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}

::placeholder {
  font-family: "Favorit Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #000;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}

input:-moz-autofill {
  background-color: transparent !important;
}

body {
  background-color: #F7F3ED;
  color: #000;
  font-family: "Favorit Std";
  overflow-x: hidden;
}
body .container {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1167px;
  margin: 0 auto;
  padding: 57px 15px 80px;
}
body .container .bg-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
}
body .container h2 {
  color: #000;
  font-family: "Favorit Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 18px;
}
body .container h3 {
  font-family: "Favorit Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 20px;
}
body .container h3 strong {
  font-weight: 700;
}
body .container h4 {
  font-family: "Favorit Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 18px;
}
body .container h4 strong {
  font-weight: 700;
}
body .container h5 {
  font-family: "Favorit Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 18px;
}
body .container h5 strong {
  font-weight: 700;
}
body .container p {
  font-family: "Favorit Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 10px;
}
body .container p strong {
  font-weight: 700;
}
body .container p.no-margin {
  margin-bottom: 3px;
}
body .container .line {
  width: 100%;
  height: 1px;
  background-color: #7D746C;
  margin: 20px 0;
}
body .container ul {
  font-family: "Favorit Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  list-style-position: inside;
  margin-bottom: 10px;
  padding-left: 8px;
}
body .container .bg {
  position: absolute;
  z-index: -1;
  width: 104.4558697515%;
  top: 84px;
  left: 12.7%;
}
body .container .car-front {
  position: absolute;
  z-index: 0;
  left: 47%;
  top: 293px;
  width: 582px;
}
body .container .car-back {
  position: absolute;
  z-index: 0;
  left: 68%;
  top: 120px;
  width: 575px;
}
body .container .logo-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 57px;
  left: 0;
  text-align: right;
  padding-right: 10px;
}
body .container .logo-container .logo {
  width: 93px;
  height: 93px;
}
body .container .header {
  position: relative;
  z-index: 0;
  padding: 0px 0 96px;
}
body .container .header .headline {
  width: 573px;
  margin-bottom: 37px;
}
body .container .header .header-img {
  width: 540px;
  display: block;
}
body .container .header .header-img-mobile {
  display: none;
}
body .container .header .place, body .container .header .date {
  color: #fff;
  font-family: "Favorit Std";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  position: absolute;
  z-index: 1;
  top: -5px;
}
body .container .header .place span, body .container .header .date span {
  font-family: "Favorit Std";
  color: #7D746C;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}
body .container .header .place .place-text, body .container .header .place .date-text, body .container .header .date .place-text, body .container .header .date .date-text {
  margin-top: 9px;
}
body .container .header .place {
  left: 61.6%;
  transform: translateX(-50%);
}
body .container .header .date {
  left: 79%;
  transform: translateX(-50%);
}
body .container .header h3 {
  margin-top: 40px;
  max-width: 492px;
}
body .agenda {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1.2;
}
body .agenda .title {
  font-size: 40px;
  line-height: 1;
  color: #7D746C;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  margin-bottom: 20px;
}
body .agenda .agenta-point {
  padding: 28px 0;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
body .agenda .agenta-point .hour {
  font-size: 32px;
  line-height: 1;
  color: #7D746C;
  font-weight: 500;
  margin-bottom: 10px;
}
body .agenda .agenta-point p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
}
body .agenda .agenta-point p strong {
  font-weight: 700;
}
body .agenda .agenta-point.border-bottom {
  border-bottom: 1px solid #7D746C;
}
body .press {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 100px 0 100px;
}
body .press .title {
  font-size: 40px;
  line-height: 1;
  color: #7D746C;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  margin-bottom: 30px;
}
body .press .button {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  max-width: 256px;
  padding: 12px 25px;
  background-color: #7D746C;
  color: #fff;
  text-align: center;
  font-family: "Favorit Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2px;
  transition: background-color 0.3s;
  text-decoration: none;
}
body .press .button:hover {
  background-color: #9a8f86;
}
body .thanks {
  font-weight: 500;
  color: #000;
  text-align: center;
  font-size: 23px;
}
body .thanks .thanks-img {
  width: 400px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1300px) {
  body .container .car-front {
    width: 45vw;
    left: 73%;
    transform: translateX(-50%);
  }
  body .container .car-back {
    width: 45vw;
    left: 93%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1080px) {
  body .container {
    padding: 37px 15px 80px;
  }
  body .container .logo-container {
    top: 35px;
    padding-right: 15px;
  }
  body .container .logo-container .logo {
    width: 73px;
    height: 73px;
  }
  body .container .car-front {
    width: 45vw;
    left: 76%;
    top: 300px;
  }
  body .container .car-back {
    width: 48vw;
    left: 88%;
    top: 100px;
  }
  body .container .header {
    padding: 0px 0 35px;
  }
  body .container .header .headline {
    width: 480px;
  }
  body .container .header .header-img {
    margin-bottom: 20px;
  }
  body .container .header h3 {
    max-width: 40%;
  }
  body .container .bg {
    top: 184px;
  }
  body .container .cars {
    top: 640px;
    left: 72%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 980px) {
  body .container .car-front {
    top: 340px;
  }
}
@media screen and (max-width: 764px) {
  body .container {
    padding: 15px 15px 60px;
    overflow-x: hidden;
  }
  body .container .logo-container {
    top: 0;
    position: relative;
    padding-right: 0px;
  }
  body .container .header {
    padding: 30px 0 50px;
  }
  body .container .header .header-img {
    display: none;
  }
  body .container .header .header-img-mobile {
    display: block;
    width: 90%;
  }
  body .container .header .headline {
    width: 100%;
  }
  body .container .header h3 {
    max-width: 50%;
  }
  body .container .bg {
    top: 0;
    width: 130vw;
    left: 50%;
    transform: translateX(-50%);
  }
  body .container .car-front {
    display: block;
    position: static;
    width: 115%;
    transform: translateX(-10%);
  }
  body .container .car-back {
    width: 90%;
    top: calc(153px + 38vw - 30px + 20vw - 30px + 76px);
    transform: translate(-42%, -50%);
  }
  body .container .agenda {
    font-size: 16px;
  }
  body .container .agenda .title {
    font-size: 32px;
  }
  body .container .agenda .agenta-point .hour {
    font-size: 26px;
  }
  body .container .agenda .agenta-point p {
    font-size: 15px;
  }
  body .container .press {
    padding: 60px 0 80px;
  }
  body .container .press .title {
    font-size: 32px;
  }
  body .container .thanks {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  body .container .logo-container .logo {
    width: 53px;
    height: 53px;
  }
  body .container .header {
    padding: 15px 0 50px;
  }
  body .container .header h3 {
    max-width: 100%;
  }
  body .container .car-back {
    top: 0;
    transform: translate(0, 0);
    position: relative;
    left: 30%;
    width: 120%;
  }
  body .container .car-front {
    margin-top: -5vw;
  }
  body .container .thanks .thanks-img {
    width: 250px;
  }
}/*# sourceMappingURL=style-agenda.css.map */