.tp-landingpage .w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}.tp-landingpage .heading {
  height: 100%;
  margin-top: 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2562a6), to(#3fc0ee));
  background-image: linear-gradient(180deg, #2562a6, #3fc0ee);
  color: #2562a6;
  font-size: 52px;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}.tp-landingpage .button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 50px;
  margin-top: 0px;
  margin-left: 30%;
  -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;
  border-style: solid;
  border-width: 3px;
  border-color: #033771;
  background-color: transparent;
  color: #033771;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}.tp-landingpage .button-4:hover {
  background-color: #033771;
  color: #fff;
}.tp-landingpage .button-4.links {
  margin-right: 5%;
  margin-left: 50%;
}.tp-landingpage .button-4.rechts {
  margin-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}.tp-landingpage .columns {
  margin-top: 5%;
}.tp-landingpage .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}.tp-landingpage .button-5 {
  display: none;
  width: 50%;
  height: 50px;
  margin-top: 5%;
  margin-left: 25%;
  -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;
  border-style: solid;
  border-width: 3px;
  border-color: #033771;
  background-color: transparent;
  color: #033771;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}.tp-landingpage .button-5:hover {
  background-color: #033771;
  color: #fff;
}.tp-landingpage .image {
  width: 80%;
  margin-top: -8%;
  color: #57aad2;
}.tp-landingpage {
  padding-left: 0%;
  background-color: #2f84c0;
  text-align: center;
}.tp-landingpage .text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Avenirnext, sans-serif;
  color: #fff;
  font-size: 18px;
}.tp-landingpage .text-block.oben {
  margin-top: 4%;
  font-family: Avenirnext, sans-serif;
  color: #fff;
}.tp-landingpage .text-block.oben.zwei {
  display: none;
  margin-top: 0%;
  padding-right: 25%;
  padding-left: 25%;
  font-weight: 700;
  text-align: left;
  text-shadow: 1px 1px 6px #3eb0e5;
}.tp-landingpage .heading-2 {
  margin-top: 5%;
  font-family: Avenirnext, sans-serif;
  color: #fff1f1;
  font-size: 52px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #3eb0e5;
}.tp-landingpage .button {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #000;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}.tp-landingpage .button:hover {
  background-color: #000;
  color: #fff;
}.tp-landingpage .button._1 {
  width: 60%;
  margin-top: 32px;
  margin-bottom: 42px;
  margin-left: 18%;
  text-transform: uppercase;
}.tp-landingpage .button._1:hover {
  border-color: #950013;
  background-color: #950013;
}.tp-landingpage .button._1.style {
  display: block;
  width: 80%;
  margin-left: auto;
  font-family: Avenirnext, sans-serif;
}.tp-landingpage .button._1.style:hover {
  border-style: solid;
  border-color: #033771;
  background-color: #033771;
}.tp-landingpage .image-19 {
  width: auto;
  height: 250px;
}.tp-landingpage .slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 25%;
  margin-right: auto;
  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: 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;
  background-color: transparent;
}.tp-landingpage .slider.herren {
  margin-top: 10%;
}.tp-landingpage .image-15 {
  width: 80%;
}.tp-landingpage .icon {
  margin-top: 68.5px;
  padding-left: 0px;
  color: #000;
}.tp-landingpage .icon.links {
  margin-left: 0px;
  padding-left: 0px;
}.tp-landingpage .icon.rechts {
  margin-right: 0px;
}.tp-landingpage .slide-3 {
  width: 33%;
}.tp-landingpage .mask {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .div-block-20 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}.tp-landingpage .slide-4 {
  width: 33%;
}.tp-landingpage .div-block-18 {
  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;
}.tp-landingpage .column-2 {
  margin-top: 0%;
}.tp-landingpage .columns-2 {
  margin-top: 15%;
}.tp-landingpage .columns-2.oben {
  margin-top: 5%;
}.tp-landingpage .columns-2.oben.eins {
  padding-right: 5%;
}.tp-landingpage .columns-2.zwei {
  display: block;
  padding-left: 5%;
}.tp-landingpage .image-20 {
  display: none;
  width: 100%;
  margin-top: 8%;
}.tp-landingpage .button-8-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 50px;
  margin: 5% auto 60px 37%;
  -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;
  border-style: none;
  border-width: 2px;
  border-color: #000;
  border-radius: 0px;
  background-color: #e7197e;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}.tp-landingpage .button-8-5:hover {
  margin-bottom: 0px;
}.tp-landingpage .button-8-5.gesamt {
  width: 90%;
  margin-top: 0%;
  margin-bottom: 10%;
  margin-left: 5%;
}.tp-landingpage .button-8-5.gesamt:hover {
  color: #000;
}.tp-landingpage .button-8-5.gesamt.oben {
  width: 60%;
  margin-top: 5%;
  margin-bottom: 0%;
  margin-left: 20%;
  background-color: #033771;
}.tp-landingpage .button-8-5.gesamt.oben:hover {
  border-style: solid;
  border-color: #fff;
  background-color: transparent;
}.tp-landingpage .button-8-5.gesamt.oben.drinnen {
  display: none;
  width: 90%;
  margin-bottom: 10%;
  margin-left: 0%;
}.tp-landingpage .button-8-5.gesamt.oben.drinnen.rechts {
  margin-left: 10%;
}.tp-landingpage .button-8-5.gesamt.oben.drinnen.rechts.doppel {
  display: block;
  width: 70%;
  margin-left: 15%;
}.tp-landingpage .button-8-5.gesamt.oben.unten {
  margin-top: 2%;
}.tp-landingpage .text-button-b8-7 {
  position: relative;
  z-index: 1;
  padding-top: 5px;
  font-family: Avenirnext, sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
}.tp-landingpage .bold-text-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Avenirnext, sans-serif;
}.tp-landingpage .bg-mask-b8-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 0px;
  height: 900px;
  background-color: #0056b7;
  background-image: url('../images/musternewnew.png');
  background-position: 50% 50%;
  background-size: auto;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
}.tp-landingpage .image-67 {
  display: block;
  width: 80%;
  height: auto;
  max-width: none;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .image-68 {
  width: 100%;
}.tp-landingpage .grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}.tp-landingpage .mann {
  width: 50%;
}.tp-landingpage .button1-3 {
  position: relative;
  z-index: 3;
  display: block;
  overflow: hidden;
  width: 90%;
  height: 50px;
  margin-bottom: 25%;
  padding: 15px 45px;
  border: 2px none #000;
  background-color: #3eb0e5;
  color: #000;
  text-decoration: none;
}.tp-landingpage .button1-text-3 {
  position: relative;
  z-index: 1;
  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;
  font-family: Avenirnext, sans-serif;
  color: #033771;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}.tp-landingpage .button1-bubble-3 {
  position: static;
  z-index: 0;
  width: 50px;
  height: 50px;
  margin-top: -35px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 200px;
  background-color: #033771;
}.tp-landingpage .button1-4 {
  position: relative;
  z-index: 3;
  display: block;
  overflow: hidden;
  width: 90%;
  height: 50px;
  margin-bottom: 25%;
  padding: 15px 45px;
  border: 2px none #000;
  background-color: #3eb0e5;
  color: #000;
  text-decoration: none;
}.tp-landingpage .image-69 {
  width: auto;
  height: 200px;
}.tp-landingpage .image-70 {
  width: auto;
  height: 200px;
}.tp-landingpage .image-71 {
  display: block;
  width: auto;
  height: 200px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .text-block-2 {
  margin-top: 10%;
  font-family: Avenirnext, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #3eb0e5;
}.tp-landingpage .text-block-3 {
  text-align: left;
}.tp-landingpage .text-block-4 {
  margin-top: 10%;
  padding-left: 10%;
  font-family: Avenirnext, sans-serif;
  color: #fdfdfd;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #3eb0e5;
}.tp-landingpage .column-3 {
  margin-top: 0%;
}.tp-landingpage .columns-3 {
  margin-top: 10%;
}.tp-landingpage .text-block-5 {
  font-family: Avenirnext, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}.tp-landingpage .image-72 {
  display: none;
}.tp-landingpage .video {
  width: 100%;
  height: 300px;
  margin-right: 0%;
  margin-left: 0%;
}

@media screen and (max-width: 991px) {.tp-landingpage .button._1 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }.tp-landingpage .button._1.style {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .image-19 {
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .slider {
    display: block;
    margin-top: 5%;
  }.tp-landingpage .icon {
    margin-top: 82.562px;
  }.tp-landingpage .button-8-5 {
    width: 50%;
    margin-left: 25%;
  }.tp-landingpage .button-8-5.gesamt {
    width: 60%;
    margin-left: 20%;
  }.tp-landingpage .text-button-b8-7 {
    font-size: 14px;
  }.tp-landingpage .bg-mask-b8-3 {
    background-image: url('../images/muster.jpg');
    color: #000;
  }.tp-landingpage .button1-3 {
    width: 80%;
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }.tp-landingpage .button1-text-3 {
    font-size: 14px;
  }.tp-landingpage .button1-4 {
    width: 80%;
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }.tp-landingpage .image-69 {
    height: 100px;
  }.tp-landingpage .image-70 {
    height: 100px;
  }.tp-landingpage .image-71 {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {.tp-landingpage .button-4 {
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .button-5 {
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .image {
    display: inline-block;
    width: 60%;
    margin-bottom: 5%;
  }.tp-landingpage .button {
    width: 150%;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .slide-3 {
    width: 50%;
  }.tp-landingpage .slide-4 {
    width: 50%;
  }.tp-landingpage .columns-2.oben.eins {
    padding-right: 5%;
    padding-left: 5%;
  }.tp-landingpage .button-8-5 {
    width: 70%;
    margin-left: 15%;
  }.tp-landingpage .text-button-b8-7 {
    font-size: 18px;
  }.tp-landingpage .bold-text-6 {
    font-size: 16px;
    text-align: center;
  }.tp-landingpage .mann {
    width: 40%;
  }.tp-landingpage .button1-3 {
    margin-top: 0%;
    margin-bottom: 9%;
    padding-right: 10px;
    padding-left: 10px;
  }.tp-landingpage .button1-text-3 {
    font-size: 12px;
  }.tp-landingpage .button1-4 {
    margin-top: 0%;
    margin-bottom: 9%;
  }.tp-landingpage .image-69 {
    height: 150px;
  }.tp-landingpage .image-70 {
    height: 150px;
  }.tp-landingpage .image-71 {
    height: 150px;
  }.tp-landingpage .text-block-5 {
    padding-right: 15%;
    padding-left: 15%;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage .text-block {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 14px;
  }.tp-landingpage .text-block.oben {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 14px;
  }.tp-landingpage .heading-2 {
    font-size: 32px;
    line-height: 35px;
  }.tp-landingpage .button {
    margin-top: 20px;
  }.tp-landingpage .button._1 {
    margin-top: 10px;
  }.tp-landingpage .slider {
    display: block;
    width: 100%;
    margin-top: 10%;
  }.tp-landingpage .slide-3 {
    width: 100%;
  }.tp-landingpage .slide-4 {
    width: 100%;
  }.tp-landingpage .button-8-5 {
    width: 80%;
    margin-bottom: 20px;
  }.tp-landingpage .button-8-5.gesamt {
    width: 90%;
    margin-left: 5%;
  }.tp-landingpage .button-8-5.gesamt.oben {
    width: 90%;
    margin-left: 5%;
  }.tp-landingpage .text-button-b8-7 {
    width: auto;
    font-size: 14px;
  }.tp-landingpage .bold-text-6 {
    width: auto;
    font-size: 14px;
  }.tp-landingpage .image-67 {
    width: 100%;
  }.tp-landingpage .grid {
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }.tp-landingpage .button1-3 {
    width: 90%;
    margin-top: 15%;
    border-style: solid;
    border-color: #033771;
  }.tp-landingpage .button1-3.eins {
    margin-bottom: 5%;
  }.tp-landingpage .button1-4 {
    width: 90%;
    margin-top: 10%;
    border-style: solid;
    border-color: #033771;
  }.tp-landingpage .button1-4.zwei {
    margin-top: 0%;
    margin-bottom: 10%;
  }.tp-landingpage .image-71 {
    width: 40%;
  }.tp-landingpage .text-block-2 {
    font-size: 30px;
    line-height: 30px;
  }.tp-landingpage .text-block-4 {
    font-size: 30px;
    line-height: 38px;
  }.tp-landingpage .text-block-5 {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 14px;
  }.tp-landingpage .image-72 {
    display: block;
  }.tp-landingpage .image-73 {
    display: none;
  }
}.tp-landingpage #w-node-_7ee91f5b-6ce6-9dc0-bbce-dd127c4dd6c8-f8dee521 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}.tp-landingpage #w-node-_665bc0c6-d1bc-a8ba-62b3-7ec72c466349-f8dee521 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}.tp-landingpage #w-node-_158c417a-01c0-cb95-cd09-9f61cc092385-f8dee521 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}.tp-landingpage #w-node-c28f0fc2-523d-1b3e-9c75-4ce1a91fc10b-f8dee521 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}.tp-landingpage #w-node-_74e505cc-a91e-fd97-71e9-24d01b38b022-f8dee521 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

@media screen and (max-width: 767px) {.tp-landingpage #w-node-_665bc0c6-d1bc-a8ba-62b3-7ec72c466349-f8dee521 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 3;
    grid-column-start: 3;
  }.tp-landingpage #w-node-_158c417a-01c0-cb95-cd09-9f61cc092385-f8dee521 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage #w-node-_665bc0c6-d1bc-a8ba-62b3-7ec72c466349-f8dee521 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }.tp-landingpage #w-node-_158c417a-01c0-cb95-cd09-9f61cc092385-f8dee521 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-DemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}