.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 {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}.tp-landingpage .image {
  position: relative;
  z-index: 3;
  display: block;
  max-width: 37%;
  margin: 0px auto -17%;
}.tp-landingpage .bold-text {
  font-family: 'Uni sans', sans-serif;
}.tp-landingpage .heading {
  position: relative;
  z-index: 5;
  margin-top: 5%;
  margin-right: 2%;
  font-family: 'Uni sans', sans-serif;
  color: #fff;
  font-size: 85px;
  line-height: 80px;
  font-weight: 700;
  text-align: right;
  text-shadow: 4px 4px 6px #000;
}.tp-landingpage .grid {
  margin-top: 60px;
}.tp-landingpage .heading-2 {
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  text-align: center;
}.tp-landingpage .heading-2.unten {
  position: relative;
  z-index: 5;
  margin-top: 100px;
  margin-bottom: 30px;
  text-transform: uppercase;
}.tp-landingpage .list {
  width: 75%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .list-item {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  list-style-type: square;
}.tp-landingpage .list-item-2 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
  list-style-type: square;
}.tp-landingpage .list-item-4 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
  list-style-type: square;
}.tp-landingpage .list-item-3 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
  list-style-type: square;
}.tp-landingpage .grid-2 {
  width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .text-block {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
}.tp-landingpage .div-block {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .list-2 {
  margin-top: 0px;
}.tp-landingpage .list-item-5 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}.tp-landingpage .slider {
  width: auto;
  height: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  background-color: transparent;
}.tp-landingpage .slide {
  width: 35%;
  height: auto;
}.tp-landingpage .slide-2 {
  width: 65%;
}.tp-landingpage .div-block-2 {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-bottom: 40px;
  background-color: #faf222;
}.tp-landingpage .image-2 {
  border-style: none solid none none;
  border-width: 1px 5px 1px 1px;
  border-color: #000 #fff #000 #000;
}.tp-landingpage .image-3 {
  border-left: 5px solid #fff;
}.tp-landingpage .div-block-3 {
  height: 80%;
}.tp-landingpage .mask {
  height: 500px;
}.tp-landingpage .gallery-wrapper {
  position: relative;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .section-title {
  margin-top: 75px;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 60px;
}.tp-landingpage .cms-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}.tp-landingpage .collection-item {
  padding-right: 15px;
  padding-left: 15px;
}.tp-landingpage .prev_next {
  position: absolute;
  left: auto;
  top: 6px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}.tp-landingpage .prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  -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: 2px solid #fd665e;
  background-color: #f2f2f2;
  cursor: pointer;
}.tp-landingpage .prev:hover {
  background-color: rgba(253, 102, 94, 0.44);
}.tp-landingpage .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -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: 2px solid #fd665e;
  background-color: #f2f2f2;
  cursor: pointer;
}.tp-landingpage .next:hover {
  background-color: rgba(253, 102, 94, 0.44);
}.tp-landingpage .text-subwrapper {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}.tp-landingpage .text-big-2 {
  display: inline-block;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 48px;
  line-height: 52px;
  font-weight: 800;
  text-transform: uppercase;
}.tp-landingpage .right-arrow {
  right: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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: 5px;
  border-color: #faf222;
  border-radius: 200px;
  background-color: #333;
}.tp-landingpage .slide-3._2 {
  background-image: url('../images/AdobeStock_72067695_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}.tp-landingpage .slide-3._1 {
  background-image: url('../images/AdobeStock_229550328_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}.tp-landingpage .slide-3._3 {
  background-image: url('../images/AdobeStock_372920927_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}.tp-landingpage .text-small {
  display: inline-block;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
}.tp-landingpage .slider-subwrapper {
  position: relative;
  display: block;
  width: 90%;
  height: 75%;
  max-width: 1150px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}.tp-landingpage .text-wrapper-yosemite {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 2%;
  z-index: 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fff;
}.tp-landingpage .text-wrapper-grand-canyon {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 2%;
  z-index: 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fff;
}.tp-landingpage .slider-2 {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}.tp-landingpage .slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  margin-top: -83px;
  margin-bottom: -2%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}.tp-landingpage .text-big-1 {
  display: inline-block;
  padding: 10px 20px 2px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: 'Uni sans', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  text-transform: uppercase;
}.tp-landingpage .slide-nav {
  width: 100px;
  margin-bottom: -50px;
  font-size: 11px;
}.tp-landingpage .text-wrapper-sequoia {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 2%;
  z-index: 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fff;
}.tp-landingpage .left-arrow {
  left: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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: 5px;
  border-color: #faf222;
  border-radius: 200px;
  background-color: #333;
}.tp-landingpage .arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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-radius: 2000px;
  background-color: #333;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}.tp-landingpage .arrow-wrapper:hover {
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
}.tp-landingpage .arrow-wrapper.right:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}.tp-landingpage .arrow-wrapper.left {
  width: 50px;
  height: 50px;
  border-radius: 0px;
}.tp-landingpage .icon {
  color: #faf222;
  font-size: 25px;
}.tp-landingpage .icon-2 {
  color: #faf222;
}.tp-landingpage .slide-4 {
  background-image: url('../images/AdobeStock_279301728_01.jpg');
  background-position: 0px 0px;
  background-size: auto;
}.tp-landingpage .text-wrapper-4 {
  position: absolute;
  left: 5%;
  bottom: 2%;
  z-index: 2;
  display: none;
}.tp-landingpage .heading-3 {
  text-align: center;
}.tp-landingpage .text-block-2 {
  width: 80%;
}.tp-landingpage .text-block-3 {
  width: 80%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}.tp-landingpage .text-block-3.nelson {
  text-align: center;
}.tp-landingpage .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -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 .slider-3 {
  width: 90%;
  height: auto;
  margin: 0% auto 0px;
}.tp-landingpage .left-arrow-2 {
  left: -35px;
  width: 70px;
  height: 70px;
  border-style: solid;
  border-width: 5px;
  border-color: #faf222;
  border-radius: 200px;
  background-color: #333;
}.tp-landingpage .right-arrow-2 {
  right: -35px;
  width: 70px;
  height: 70px;
  border-style: solid;
  border-width: 5px;
  border-color: #faf222;
  border-radius: 200px;
  background-color: #333;
}.tp-landingpage .slide-nav-2 {
  top: auto;
  bottom: auto;
  display: inline-block;
  max-width: 100px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 11px;
}.tp-landingpage .columns-2 {
  width: 50%;
  margin: 0px auto;
}.tp-landingpage .image-4 {
  position: relative;
  z-index: 3;
  display: block;
  width: 25%;
  margin: 40px auto -67px;
}.tp-landingpage .grid-3 {
  height: auto;
  margin-bottom: 0px;
}.tp-landingpage .image-5 {
  height: 819.3125px;
}.tp-landingpage .mask-2 {
  width: auto;
  height: auto;
}.tp-landingpage .grid-4 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}.tp-landingpage .div-block-4 {
  width: 70%;
  margin-right: 5%;
  margin-left: auto;
}.tp-landingpage .image-7 {
  width: 80%;
}.tp-landingpage .div-block-5 {
  width: 70%;
  height: 100%;
  margin-left: 5%;
  background-image: url('../images/AdobeStock_103409070-01.jpg');
  background-position: 6% 0%;
  background-size: auto;
}.tp-landingpage .slider-4 {
  width: auto;
  height: auto;
  background-color: transparent;
}.tp-landingpage .image-8 {
  display: block;
}.tp-landingpage .left-arrow-3 {
  display: none;
}.tp-landingpage .right-arrow-3 {
  display: none;
}.tp-landingpage .slide-nav-3 {
  display: none;
}.tp-landingpage .heading-4 {
  position: relative;
  z-index: 6;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  font-family: 'Uni sans', sans-serif;
  color: #ffed00;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 9px #000;
}.tp-landingpage .text-span {
  font-size: 30px;
}.tp-landingpage .text-span-2 {
  font-weight: 300;
}.tp-landingpage .bold-text-4 {
  font-weight: 300;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 991px) {.tp-landingpage .image {
    max-width: 45%;
    margin-bottom: -24%;
  }.tp-landingpage .heading {
    margin-top: 2%;
    font-size: 57px;
  }.tp-landingpage .heading-2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .list {
    width: 80%;
  }.tp-landingpage .div-block {
    width: 60%;
  }.tp-landingpage .section-title {
    margin-top: 0px;
    margin-left: 0%;
  }.tp-landingpage .right-arrow {
    right: -35px;
  }.tp-landingpage .slider-wrapper {
    margin-bottom: -8%;
  }.tp-landingpage .grid-3 {
    height: 500px;
    background-position: 100% 0%;
    background-size: cover;
  }.tp-landingpage .bold-text-2 {
    text-transform: uppercase;
  }.tp-landingpage .div-block-4 {
    width: 80%;
  }.tp-landingpage .div-block-5 {
    width: 80%;
    background-size: cover;
  }.tp-landingpage .heading-4 {
    margin-right: auto;
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {.tp-landingpage .heading {
    margin-right: 5%;
    margin-left: auto;
    font-size: 40px;
    text-align: center;
  }.tp-landingpage .heading-2 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 40px;
  }.tp-landingpage .heading-2.unten {
    margin-top: 60px;
    margin-bottom: 20px;
  }.tp-landingpage .grid-2 {
    width: 100%;
  }.tp-landingpage .section-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 38px;
  }.tp-landingpage .prev_next {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -75px;
    width: 100%;
  }.tp-landingpage .prev {
    width: 50%;
  }.tp-landingpage .next {
    width: 50%;
  }.tp-landingpage .text-big-2 {
    padding-right: 10px;
    padding-left: 10px;
  }.tp-landingpage .right-arrow {
    left: auto;
    top: auto;
    right: 10%;
    bottom: -35px;
  }.tp-landingpage .right-arrow:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }.tp-landingpage .text-small {
    padding-right: 10px;
    padding-left: 10px;
  }.tp-landingpage .slider-subwrapper {
    width: 85%;
  }.tp-landingpage .text-wrapper-yosemite {
    bottom: 12%;
  }.tp-landingpage .text-wrapper-grand-canyon {
    bottom: 12%;
  }.tp-landingpage .slider-wrapper {
    margin-top: -108px;
  }.tp-landingpage .text-big-1 {
    padding-right: 10px;
    padding-left: 10px;
  }.tp-landingpage .text-wrapper-sequoia {
    bottom: 12%;
  }.tp-landingpage .left-arrow {
    left: 10%;
    top: auto;
    right: auto;
    bottom: -35px;
  }.tp-landingpage .left-arrow:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }.tp-landingpage .text-block-3 {
    text-align: justify;
  }.tp-landingpage .text-block-3.nelson {
    width: 90%;
  }.tp-landingpage .slider-3 {
    width: 85%;
  }.tp-landingpage .left-arrow-2 {
    left: 10%;
    top: auto;
    right: auto;
    bottom: -35px;
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .right-arrow-2 {
    left: auto;
    top: auto;
    right: 10%;
    bottom: -35px;
  }.tp-landingpage .image-4 {
    width: 35%;
    margin-bottom: -32px;
  }.tp-landingpage .grid-3 {
    height: 400px;
    background-position: 100% 0%;
  }.tp-landingpage .grid-4 {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }.tp-landingpage .div-block-4 {
    width: 100%;
    padding-left: 15%;
  }.tp-landingpage .div-block-5 {
    width: 100%;
  }.tp-landingpage .heading-4 {
    width: 80%;
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage .image {
    max-width: 70%;
    margin-bottom: -38%;
  }.tp-landingpage .heading {
    width: 80%;
    font-size: 45px;
    line-height: 40px;
    text-align: right;
  }.tp-landingpage .heading-2 {
    width: 90%;
    margin-top: 60px;
    font-size: 35px;
    line-height: 30px;
  }.tp-landingpage .heading-2.unten {
    width: 90%;
    line-height: 35px;
  }.tp-landingpage .list {
    width: 90%;
  }.tp-landingpage .div-block {
    width: 70%;
  }.tp-landingpage .prev {
    width: 50%;
  }.tp-landingpage .next {
    width: 50%;
  }.tp-landingpage .text-big-2 {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 32px;
    line-height: 36px;
  }.tp-landingpage .slide-3._3 {
    background-position: 50% 50%;
    background-size: cover;
  }.tp-landingpage .text-small {
    display: none;
    padding-right: 2px;
    padding-left: 2px;
  }.tp-landingpage .slider-subwrapper {
    width: 90%;
  }.tp-landingpage .text-wrapper-yosemite {
    display: none;
  }.tp-landingpage .text-big-1 {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 32px;
    line-height: 39px;
  }.tp-landingpage .slide-4 {
    background-position: 50% 50%;
    background-size: cover;
  }.tp-landingpage .text-block-3 {
    width: 90%;
  }.tp-landingpage .columns {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }.tp-landingpage .slider-3 {
    width: 90%;
  }.tp-landingpage .image-4 {
    width: 50%;
  }.tp-landingpage .grid-3 {
    height: 280px;
    background-position: 80% 0%;
  }.tp-landingpage .bold-text-2 {
    font-size: 30px;
    line-height: 30px;
  }.tp-landingpage .bold-text-3 {
    font-size: 35px;
    line-height: 35px;
  }.tp-landingpage .image-6 {
    margin-top: 40px;
  }.tp-landingpage .column {
    padding-right: 0px;
    padding-left: 0px;
  }.tp-landingpage .grid-4 {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }.tp-landingpage .div-block-4 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5%;
  }.tp-landingpage .div-block-5 {
    display: none;
    width: 85%;
    margin-left: auto;
    background-position: 25% 50%;
  }.tp-landingpage .heading-4 {
    margin: 0px auto 10% 0px;
    font-size: 20px;
    line-height: 20px;
  }.tp-landingpage .grid-5 {
    margin-bottom: 100px;
  }
}.tp-landingpage #w-node-a3f80346-8740-df97-f012-1bd3198d964f-01ba5602 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}.tp-landingpage #w-node-a16bdd5f-aa85-331c-0890-c76c92636cb4-01ba5602 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
}.tp-landingpage #w-node-_8b76fa29-1db5-8339-39ee-c0fb740cafcb-01ba5602 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}.tp-landingpage #w-node-_831b867c-e502-0778-7e12-c0795a5dc643-01ba5602 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}.tp-landingpage #w-node-_8566bded-976d-ca73-1edf-9a78634fcacf-01ba5602 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}.tp-landingpage #w-node-_3e142cfa-7e25-c080-c921-b482a43ae2c1-01ba5602 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}.tp-landingpage #w-node-_0868d1f6-5a99-82b9-b727-98ad2dd3e6e0-01ba5602 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}.tp-landingpage #w-node-_4ea29527-2240-a047-aeb7-8af7f82aac74-01ba5602 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}.tp-landingpage #w-node-a287f5b1-1f4e-fd9c-6949-b844feba165a-01ba5602 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}.tp-landingpage #w-node-_43227343-e7be-d4c9-d7e8-419c82f769c5-01ba5602 {
  -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: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}.tp-landingpage #w-node-_349c366a-8d5b-f472-a809-e865626f10b4-01ba5602 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 767px) {.tp-landingpage #w-node-_43227343-e7be-d4c9-d7e8-419c82f769c5-01ba5602 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage #w-node-_0868d1f6-5a99-82b9-b727-98ad2dd3e6e0-01ba5602 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }.tp-landingpage #w-node-_43227343-e7be-d4c9-d7e8-419c82f769c5-01ba5602 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans book';
  src: url('../fonts/Uni-Sans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans book';
  src: url('../fonts/Uni-Sans-Book-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}