.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1080px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container {
  position: relative;
  overflow: hidden;
  width: 900px;
  height: 90%;
  background-color: #fff;
}

.body {
  background-color: #2c2c2c;
}

.lionwrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lion-svg {
  position: absolute;
  left: 0%;
  top: -19%;
  right: 0%;
  bottom: 0%;
  max-width: none;
}

.lion-svg.section6 {
  left: -39%;
}

.coverwindow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: -4px 25px -63px -275px;
  border-style: solid;
  border-width: 150px;
  border-color: #e3173e;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.coverwindow.straight {
  margin: 50px 58px -70px -266px;
  border-width: 200px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.coverwindow.straight.section6 {
  background-color: #e3173e;
}

.coverwindow.section6 {
  margin-top: -3px;
  margin-right: -351px;
  margin-left: 22px;
  background-color: #e3173e;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.coverwrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.coverwrapper.section2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 500px;
}

.coverwrapper.section3 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 200px;
}

.coverwrapper.section4 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 400px;
}

.typewrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -113px;
  margin-left: 115px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.typewrapper.section2 {
  margin-top: 50px;
  margin-left: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.typewrapper.section3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 650px;
  margin-top: 0px;
  margin-left: 0px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.typewrapper.sectoin1 {
  margin-top: 84px;
  margin-left: 42px;
}

.typegrid {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 350px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr;
  grid-template-columns: 0.75fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.typegrid.section4 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.texta {
  margin-top: -14px;
}

.heading3 {
  position: static;
  font-family: futura-pt-bold, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 50px;
  font-weight: 700;
}

.heading3.margin2 {
  margin-bottom: -5px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 3px;
}

.heading3.color1 {
  margin-bottom: -20px;
  color: #e3173e;
}

.shade {
  position: absolute;
  left: -1%;
  top: 8%;
  right: 17%;
  bottom: 3%;
  background-color: hsla(0, 0%, 100%, 0.93);
}

.heading5 {
  position: static;
  font-family: futura-pt-bold, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.heading5.margin-1 {
  padding-left: 6px;
}

.heading5.margin-1.color1 {
  margin-top: 24px;
  color: #e3173e;
  line-height: 30px;
}

.heading5.margin-1.color2 {
  margin-top: 24px;
  color: #000;
}

.heading5.margin3 {
  margin-left: 30px;
}

.heading5.size1 {
  padding-left: 7px;
  font-size: 20px;
  line-height: 22px;
}

.heading5.margin7 {
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 7px;
}

.heading2 {
  position: static;
  font-family: futura-pt-bold, sans-serif;
  color: #000;
  font-size: 115px;
  font-weight: 700;
}

.rowimg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: none;
  margin-top: 195px;
  margin-left: -330px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.rowimg.section3 {
  margin-left: -533px;
}

.text1 {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.decorationwrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.bannerbg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  max-width: 600px;
  margin-bottom: 131px;
  margin-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e3173e;
}

.bannertext {
  margin-left: 20px;
  font-family: futura-pt-bold, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

.borderline {
  position: absolute;
  left: 3%;
  top: 3%;
  right: 3%;
  bottom: 3%;
  z-index: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #e3173e;
}

.margin6 {
  margin-left: 3px;
}

.typegrid-2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 650px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr;
  grid-template-columns: 0.75fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.typegrid-3 {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 660px;
  margin-top: 24px;
  padding-right: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.typesubwrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  margin-top: 45px;
  margin-left: 0px;
}

.lineart {
  height: 7px;
  background-color: #000;
}

.lineart.red {
  height: 7px;
  background-color: #e3173e;
}

.blackmhub {
  color: #000;
}

.textgrid {
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.textgridsub {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}

.rowing-mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  height: 102%;
  margin-right: -56px;
  border-left: 100px solid #fff;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.exellent {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 150%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.exellent.section3 {
  margin-left: -533px;
}

.exellent.normal {
  max-width: 150%;
  margin-top: -30px;
  margin-left: -13px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.exellent.section5 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  max-width: 192%;
  margin-top: 0px;
  margin-left: -90px;
}

.rowimg-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: none;
  margin-top: 195px;
  margin-left: -330px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.rowimg-copy.section3 {
  margin-left: -533px;
}

.section6text {
  font-family: futura-pt, sans-serif;
  color: #000;
  font-size: 65px;
  line-height: 55px;
  font-weight: 700;
}

.outlined {
  color: #fff;
  font-size: 67px;
}

.logowrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.logowrapper.body {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.image {
  margin-right: 59px;
  margin-bottom: 6px;
}

.image.body {
  margin-top: 70px;
  margin-right: 0px;
  padding: 5px;
  border-radius: 3px;
  background-color: rgba(227, 23, 62, 0.72);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.partnerswrap {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 419px;
  margin-left: -329px;
}

.partnertext {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: futura-pt, sans-serif;
  color: #555;
  font-size: 80px;
  font-weight: 800;
}

.partnerstexsub {
  font-size: 50px;
}

.hubredsub {
  color: rgba(227, 23, 62, 0.72);
  font-size: 50px;
}

.partnerswrapcontain {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 173px;
  margin-right: -20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.partnertextcontain {
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
}

.sectionend {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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;
}

.downloadwrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 150;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.downlaod {
  display: none;
  margin-bottom: 13px;
  font-family: futura-pt, sans-serif;
  color: #868686;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.button {
  border-radius: 3px;
  background-color: rgba(227, 23, 62, 0.72);
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button:hover {
  background-color: #868686;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 2%;
  right: 0%;
  bottom: auto;
  z-index: 150;
  display: block;
  background-color: transparent;
}

.navtext {
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 300ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 300ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 17px;
}

.navtext:hover {
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  color: #e3173e;
  font-weight: 400;
}

.navtainer {
  max-width: 100vw;
  padding-right: 25px;
  padding-left: 25px;
}

.brand {
  margin-top: 10px;
}

.contact-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.contactf {
  width: 50vw;
}

.bgintro {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  background-color: #2c2c2c;
}

.contac-form {
  height: 500px;
  max-width: 100%;
}

.lightleak {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(227, 23, 62, 0.3)));
  background-image: linear-gradient(180deg, transparent, rgba(227, 23, 62, 0.3));
}

.body-2 {
  background-color: #2c2c2c;
}

.sectionboarding {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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;
}

.partnerlogowrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 110;
  margin-bottom: 60px;
  margin-left: 30px;
}

.partnerlogowrap.body {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.partnerlogowrap.hide {
  display: none;
}

.partnerswrap-copy {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 419px;
  margin-left: -329px;
}

.downloadwrap-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 150;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partnerlogo.body {
  margin-top: 70px;
  margin-right: 0px;
  padding: 5px;
  border-radius: 3px;
  background-color: rgba(227, 23, 62, 0.72);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.successwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.successtext {
  font-family: futura-pt, sans-serif;
  color: hsla(0, 0%, 100%, 0.84);
  font-size: 26px;
}

.newform {
  margin-top: 45px;
  border-radius: 4px;
  background-color: #e3173e;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (min-width: 1920px) {
  .typewrapper.section3 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 700px;
    margin-top: 20px;
    margin-right: -20px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .coverwrapper.section2 {
    width: 400px;
  }

  .typewrapper.section3 {
    width: 550px;
  }

  .typegrid.section4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading5.margin7 {
    font-size: 22px;
    line-height: 30px;
  }

  .typegrid-2 {
    width: 530px;
  }

  .typegrid-3 {
    width: 530px;
  }

  .partnerswrap {
    margin-left: -311px;
  }

  .partnertext {
    font-size: 9vw;
  }

  .navbar {
    display: block;
  }

  .navtext {
    color: #fff;
  }

  .contactf {
    width: 70vw;
  }

  .icon {
    color: #e3173e;
    font-size: 30px;
    line-height: 30px;
  }

  .nav-menu {
    background-color: #3f2c2c;
  }

  .menu-button {
    border-radius: 13px;
    background-color: #3f2c2c;
  }

  .partnerswrap-copy {
    margin-left: -311px;
  }
}

@media screen and (max-width: 767px) {
  .coverwrapper.section2 {
    width: 250px;
  }

  .coverwrapper.section3 {
    width: 100px;
  }

  .coverwrapper.section4 {
    width: 230px;
  }

  .typewrapper.section2 {
    margin-top: 30px;
    margin-left: 30px;
  }

  .typewrapper.section3 {
    width: 80vw;
  }

  .typewrapper.section6 {
    margin-left: 52px;
  }

  .typegrid {
    width: 50vw;
  }

  .heading3 {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 35px;
  }

  .heading3.margin2 {
    font-size: 40px;
    line-height: 30px;
  }

  .heading3.color1 {
    font-size: 40px;
    line-height: 35px;
  }

  .heading5 {
    font-size: 20px;
    line-height: 15px;
  }

  .heading5.margin-1 {
    font-size: 20px;
    line-height: 10px;
  }

  .heading5.margin-1.color1 {
    line-height: 20px;
  }

  .heading5.margin-1.color2 {
    line-height: 20px;
  }

  .heading5.margin3 {
    line-height: 20px;
  }

  .heading5.size1 {
    line-height: 23px;
  }

  .heading2 {
    margin-top: 11px;
    font-size: 80px;
    line-height: 20px;
  }

  .rowimg {
    margin-left: -403px;
  }

  .typegrid-2 {
    width: 80vw;
  }

  .typegrid-3 {
    width: 80vw;
    grid-row-gap: 5px;
  }

  .typesubwrap {
    margin-top: 20px;
    margin-left: 6px;
  }

  .textgrid {
    font-size: 14px;
    line-height: 15px;
  }

  .partnerswrap {
    margin-left: -194px;
  }

  .partnertext {
    font-size: 8vw;
  }

  .partnerstexsub {
    font-size: 6vw;
  }

  .hubredsub {
    font-size: 6vw;
  }

  .partnertextcontain {
    font-size: 30px;
  }

  .menu-button {
    padding: 13px;
  }

  .partnerlogowrap {
    margin-bottom: 75px;
  }

  .partnerswrap-copy {
    margin-left: -194px;
  }

  .partnerlogo {
    width: 12vw;
  }

  .partnerlogo.csy {
    width: 15vw;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 100vh;
  }

  .section.long {
    height: 430vw;
  }

  .container {
    z-index: 5;
    width: 100vw;
    height: 90%;
  }

  .coverwrapper.section2 {
    width: 38vw;
  }

  .coverwrapper.section3 {
    width: 20vw;
  }

  .coverwrapper.section4 {
    width: 50vw;
  }

  .typewrapper.section2 {
    margin-left: 20px;
  }

  .typewrapper.section6 {
    margin-top: -91px;
  }

  .typewrapper.sectoin1 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 0px;
    padding-left: 10px;
    background-color: #fff;
  }

  .typegrid {
    width: 60vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .typegrid.section4 {
    width: 50vw;
  }

  .texta {
    margin-top: -16px;
  }

  .heading3 {
    font-size: 9vw;
    line-height: 8vw;
  }

  .heading3.margin2 {
    font-size: 9vw;
    line-height: 7vw;
  }

  .heading3.margin2.color1 {
    margin-top: 2vw;
    font-size: 10vw;
  }

  .heading3.color1 {
    margin-top: 3vw;
    font-size: 9vw;
    line-height: 8vw;
  }

  .heading5 {
    font-size: 5.7vw;
    line-height: 3vw;
  }

  .heading5.margin-1 {
    padding-left: 3px;
    font-size: 4vw;
    line-height: 3vw;
  }

  .heading5.margin-1.color1 {
    line-height: 5vw;
  }

  .heading5.margin-1.color2 {
    line-height: 5vw;
  }

  .heading5.margin3 {
    margin-left: 14px;
    line-height: 5vw;
  }

  .heading5.size1 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading5.margin7 {
    padding-right: 10px;
    font-size: 5vw;
    line-height: 7vw;
  }

  .heading2 {
    margin-top: 3vw;
    font-size: 17vw;
    line-height: 3vw;
  }

  .rowimg {
    margin-top: 56px;
    margin-left: -526px;
    padding: 76px;
  }

  .rowimg.section3 {
    margin-left: -567px;
  }

  .text1.wrap1 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .bannerbg.mbm-multiply {
    height: 75px;
    margin-right: 30px;
    margin-bottom: 53px;
    margin-left: 0px;
  }

  .bannertext {
    margin-left: 10px;
    font-size: 5vw;
    line-height: 9vw;
  }

  .borderline {
    left: 2%;
    top: 2%;
    right: 2%;
    bottom: 2%;
    border-width: 4px;
    border-radius: 8px;
  }

  .margin6 {
    padding-right: 15px;
  }

  .typegrid-3 {
    padding-right: 10px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .typesubwrap {
    margin-left: 0px;
  }

  .lineart {
    height: 5px;
  }

  .lineart.red {
    height: 5px;
  }

  .textgrid {
    font-size: 4vw;
    line-height: 5vw;
  }

  .rowing-mask {
    margin-right: -50px;
  }

  .exellent.section4 {
    max-width: 167%;
    margin-left: -12px;
  }

  .exellent.section5 {
    margin-left: -40px;
  }

  .section6text {
    font-size: 55px;
  }

  .outlined {
    font-size: 59px;
  }

  .logowrapper.body {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .image {
    width: 200px;
    margin-right: 49px;
  }

  .image.body {
    margin-top: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .partnerswrap {
    margin-bottom: 310px;
    margin-left: -186px;
    padding-right: 6vw;
    padding-left: 72px;
  }

  .partnertext {
    padding: 35px;
    font-size: 14vw;
    line-height: 13vw;
  }

  .partnerstexsub {
    font-size: 11vw;
  }

  .hubredsub {
    font-size: 11vw;
  }

  .partnerswrapcontain {
    margin-top: 114px;
    margin-right: -31px;
  }

  .downloadwrap {
    margin-bottom: 45px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navtainer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-wrap {
    margin-top: 163px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contactf {
    width: 97vw;
  }

  .contac-form {
    height: 300px;
  }

  .icon {
    font-size: 25px;
    line-height: 25px;
  }

  .partnerlogowrap.body {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .partnerswrap-copy {
    margin-bottom: 310px;
    margin-left: -186px;
    padding-right: 6vw;
    padding-left: 72px;
  }

  .downloadwrap-copy {
    margin-bottom: 45px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .partnerlogo.body {
    margin-top: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .partnerlogo.csy {
    width: 28vw;
  }

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

  .successtext {
    font-size: 8vw;
    line-height: 10vw;
  }

  .newform {
    font-size: 5vw;
    line-height: 8vw;
  }
}

