.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 35vw;
  margin-bottom: 40px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  display: inline;
  max-width: 100%;
}

.logo.oscarono {
  display: inline;
  width: 167%;
  margin-top: 5px;
  padding-top: 10px;
}

.logo.siematic {
  display: block;
  width: 70%;
  max-width: 70%;
  margin-right: auto;
  text-align: right;
}

.logolink {
  display: inline;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  cursor: pointer;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footercont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.div-block-3 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-block-4 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.copyright {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: none;
}

.section-2 {
  position: static;
  display: block;
  height: 100vh;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-2 {
  display: block;
  max-width: 35vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-5 {
  width: 35vw;
}

.heading {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  line-height: 51px;
  font-weight: 400;
  text-transform: uppercase;
}

.successcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: #f5f5f5;
  color: #000;
}

.successcont.margin {
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.form {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.label-d {
  margin-bottom: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.input {
  width: 70%;
  height: 45px;
  margin-bottom: 30px;
  border: 1px solid #000;
}

.required {
  color: #d13232;
}

.submitbutton {
  width: 23%;
  height: 40px;
  background-color: #000;
  text-transform: uppercase;
}

.oscaronolink {
  display: inline-block;
  width: 75%;
  padding-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  cursor: pointer;
}

.div-block-7 {
  display: block;
}

.div-block-8 {
  display: none;
}

.successheading {
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 44px;
  text-transform: uppercase;
}

.discount {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Oswald, sans-serif;
  color: #708472;
  font-size: 25px;
}

.code {
  width: 50%;
  max-width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 30px 10px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #708472;
  font-size: 46px;
  text-align: center;
}

.successfooter {
  margin-bottom: 20px;
  margin-left: 40px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}

.smalltext {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 10px;
  text-align: left;
}

.div-block-10 {
  display: block;
  width: 35%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-11 {
  padding-left: 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-left: 1px solid #000;
}

.text-block {
  margin-left: 40px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24.6px;
}

.mail {
  color: #000;
  text-decoration: none;
}

.text-block-2 {
  font-family: Oswald, sans-serif;
  color: #708472;
  font-size: 26px;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.contactfooter {
  margin-top: 40px;
}

.bold-text {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 70vw;
  }

  .logo {
    width: 90%;
    max-width: 90%;
  }

  .logolink {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-2 {
    display: block;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 70vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-5 {
    width: 70vw;
  }

  .heading {
    font-size: 35px;
    line-height: 47px;
  }

  .successcont {
    position: static;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .oscaronolink {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-7 {
    display: block;
  }

  .div-block-8 {
    display: none;
  }

  .code {
    width: 60%;
    max-width: 60%;
  }

  .contactfooter {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo {
    max-width: 88%;
  }

  .logolink {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footercont {
    display: block;
  }

  .div-block-3 {
    display: none;
  }

  .div-block-4 {
    display: block;
  }

  .copyright {
    text-align: center;
  }

  .section-2 {
    overflow: auto;
  }

  .container-2 {
    max-width: 70vw;
  }

  .heading {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 38px;
  }

  .oscaronolink {
    width: 98%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .brand {
    text-align: center;
  }

  .link-block-4 {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
  }

  .div-block-7 {
    display: block;
  }

  .div-block-8 {
    display: block;
  }

  .code {
    width: 100%;
    max-width: 100%;
  }

  .div-block-10 {
    width: 46%;
  }

  .div-block-11 {
    padding-left: 27px;
  }

  .contactfooter {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .logo {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .logo.oscarono {
    width: 91%;
    max-width: 100%;
  }

  .logo.siematic {
    width: 76%;
    max-width: 100%;
  }

  .logolink {
    display: block;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 9vh;
  }

  .footercont {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-3 {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-4 {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .copyright {
    width: 100%;
    text-align: center;
  }

  .section-2 {
    height: 100vh;
  }

  .container-2 {
    max-width: none;
  }

  .div-block-5 {
    width: 100vw;
  }

  .heading {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 29px;
    line-height: 35px;
  }

  .successcont {
    padding: 20px;
  }

  .label-d {
    color: #000;
    font-size: 14px;
    line-height: 20px;
  }

  .input {
    height: 45px;
  }

  .submitbutton {
    width: 32%;
  }

  .oscaronolink {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .brand {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
  }

  .link-block-4 {
    display: block;
  }

  .div-block-7 {
    display: block;
  }

  .div-block-8 {
    display: block;
  }

  .discount {
    padding-bottom: 20px;
    font-size: 25px;
    text-align: center;
  }

  .code {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    padding: 20px 40px;
    font-size: 35px;
    text-align: center;
  }

  .successfooter {
    font-size: 14px;
  }

  .div-block-10 {
    padding-bottom: 5px;
  }

  .div-block-11 {
    padding-left: 13px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .contactfooter {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}