p {
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  padding-top: 19%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  background-color: rgba(0, 0, 0, .61);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 25, 11, .43)), to(rgba(40, 25, 11, .43))), url('../images/fundo.jpg');
  background-image: linear-gradient(180deg, rgba(40, 25, 11, .43), rgba(40, 25, 11, .43)), url('../images/fundo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .62)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .62));
}

.link_base {
  font-size: 21px;
  text-decoration: none;
}

.link_base:hover {
  border-bottom: 1px solid #000;
}

.base {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid hsla(0, 0%, 100%, .1);
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.base:hover {
  border-bottom: 3px solid #fff;
}

.heading {
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.heading-2 {
  margin-bottom: 44px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 63px;
  line-height: 61px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.div-block-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 7;
  width: 100vw;
  height: 50px;
  padding-top: 19px;
  padding-left: 19px;
  cursor: pointer;
}

.container {
  padding-right: 100px;
  padding-left: 100px;
}

.section-2 {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 46px;
  background-color: transparent;
}

.paragraph {
  margin-top: 41px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.columns {
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(0, 0, 0, .24);
  border-bottom: 1px none #000;
}

.heading-3 {
  margin-bottom: 36px;
  color: #000;
  font-size: 26px;
  line-height: 40px;
  text-transform: uppercase;
}

.section-3 {
  padding-top: 82px;
  padding-bottom: 160px;
  background-color: #1a1a1a;
}

.bold-text {
  font-family: 'Titillium Web', sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-transform: none;
}

.text-block {
  font-family: 'Titillium Web', sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-4 {
  padding: 0px 75px 79px;
  background-color: hsla(27.391304347826093, 57.75%, 5.49%, 1.00);
}

.section-4._2 {
  padding-top: 105px;
  padding-bottom: 134px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 18px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 13px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 13px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  margin-right: 12px;
  float: right;
}

.white {
  margin-bottom: 19px;
  color: #fff;
  text-transform: none;
}

.heading-4 {
  font-family: 'Titillium Web', sans-serif;
  color: hsla(27.391304347826093, 48.94%, 81.57%, 1.00);
  font-size: 31px;
  font-weight: 300;
  text-transform: none;
}

.grid {
  grid-column-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, 0.25fr);
  grid-template-rows: minmax(auto, 0.25fr);
}

.link-block {
  width: 100%;
  height: 250px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  -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: 1px;
  border-color: hsla(27.391304347826093, 48.94%, 81.57%, 1.00);
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.columns-2 {
  margin-bottom: 57px;
  padding-bottom: 0px;
}

.image-2 {
  min-width: 250px;
  margin: 29px 40px 29px 29px;
  float: right;
}

.heading-5 {
  margin-bottom: 40px;
  float: left;
  font-family: 'Titillium Web', sans-serif;
  color: hsla(31.30434782608699, 43.40%, 89.61%, 1.00);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 27px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-2 {
  padding-right: 81px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.titulo {
  display: block;
  margin-top: 17px;
  margin-bottom: 2px;
  color: #c3a283;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.columns-3 {
  margin-top: 0px;
  margin-bottom: 66px;
  padding-top: 58px;
  padding-bottom: 82px;
  border-top: 1px none hsla(29.03225806451613, 32.63%, 62.75%, 1.00);
}

.image-3 {
  margin: 12px 21px 12px 0px;
}

.div-block-3 {
  height: 300px;
  margin: 20px;
}

.text-block-3 {
  margin-top: 13px;
  margin-bottom: 67px;
  font-family: 'Titillium Web', sans-serif;
  color: hsla(28.524590163934423, 30.65%, 60.98%, 1.00);
}

.columns-4 {
  margin-top: 88px;
  margin-bottom: 59px;
}

.div-block-4 {
  width: 100%;
  height: 500px;
}

.div-block-4._2 {
  background-image: url('../images/namibia_-_copyright_scott_n_ramsay_-_scottnramsaygmail.com-4_1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._3 {
  height: 500px;
  background-image: url('../images/tucker-tangeman-584468-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._4 {
  height: 450px;
  background-image: url('../images/hoanib-skeleton-coast-camp-namibia-safaris-credit-caroline-culbert-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._5 {
  height: 400px;
  background-image: url('../images/david-clode-791871-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-4._6 {
  height: 400px;
  background-image: url('../images/serengeti-pioneer-camp-room-tent-exterior-03-cropped.jpeg');
  background-position: 50% 50%;
  background-size: 960px;
}

.div-block-4._7 {
  height: 500px;
  background-image: url('../images/shutterstock_229468738.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-4._8 {
  height: 600px;
  background-image: url('../images/Tree-House-Lit-Inside-at-Tarangire-Tops-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._9 {
  height: 365px;
  background-image: url('../images/Captura-de-Tela-2019-03-17-às-04.08.31.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-4._10 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._11 {
  height: 300px;
  background-image: url('../images/2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-4._12 {
  height: 400px;
  background-image: url('../images/4.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-4._13 {
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._15 {
  height: 400px;
  background-image: url('../images/z-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._16 {
  background-image: url('../images/z-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._17 {
  height: 800px;
  background-image: url('../images/z-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-4._18 {
  background-image: url('../images/z-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._19 {
  background-image: url('../images/r-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._20 {
  height: 400px;
  background-image: url('../images/r-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._21 {
  background-image: url('../images/u-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._22 {
  height: 450px;
  background-image: url('../images/u-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._23 {
  background-image: url('../images/e-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._24 {
  background-image: url('../images/e-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._25 {
  background-image: url('../images/elephants-heading-back.jpg');
  background-position: 70% 50%;
  background-size: cover;
}

.div-block-4._26 {
  background-image: url('../images/jabulani-main-lodge-lounge-sunrays.jpg');
  background-position: 90% 50%;
  background-size: cover;
}

.div-block-4._28 {
  background-image: url('../images/peru_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._27 {
  background-image: url('../images/jabulani-suite-interior-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4._29 {
  background-image: url('../images/peru_4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-4._30 {
  background-image: url('../images/peru_3.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-5 {
  height: 50vw;
  margin-bottom: 76px;
  background-image: url('../images/alan-j-hendry-1100229-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5._2 {
  background-image: url('../images/sutirta-budiman-560096-unsplash-1.jpg');
  background-size: cover;
}

.div-block-5._3 {
  height: 60vw;
  margin-bottom: 19px;
  background-image: url('../images/loisaba-tented-camp-laikipia-pool-2-1.jpg');
  background-size: cover;
}

.div-block-5._4 {
  height: 54vw;
  background-image: url('../images/mike-holford-274691-unsplash-1.jpg'), url('../images/alan-j-hendry-1100229-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
}

.div-block-5._5 {
  margin-bottom: 16px;
  background-image: url('../images/3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-5._6 {
  background-image: url('../images/z-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5._7 {
  height: 83vh;
  margin-bottom: 10px;
  background-image: url('../images/r-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5._8 {
  margin-bottom: 16px;
  background-image: url('../images/u-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5._9 {
  background-image: url('../images/e-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5._10 {
  background-image: url('../images/camp_jabulani_zindoga_villa_patio_05WF-1200x675.jpg');
  background-size: cover;
}

.div-block-5._12 {
  margin-bottom: 20px;
  background-image: url('../images/peru_2.jpg');
  background-size: cover;
}

.image-4 {
  margin-bottom: 59px;
}

.column-4 {
  padding-right: 20px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 20px;
}

.column-6 {
  padding-top: 18px;
}

.column-7 {
  padding-top: 8px;
}

.button {
  margin-top: 30px;
  padding: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .24);
  background-color: hsla(29.0625, 34.78%, 63.92%, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Titillium Web', sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  cursor: pointer;
}

.button:hover {
  background-color: hsla(29.0625, 34.78%, 63.92%, 0.00);
}

.button._2 {
  margin-top: 19px;
  float: right;
  font-size: 15px;
  line-height: 23px;
}

.heading-6 {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 39px;
  font-weight: 300;
  text-align: right;
}

.columns-5 {
  margin-top: 0px;
  margin-bottom: 52px;
  padding-top: 58px;
  padding-bottom: 22px;
  border-top: 1px solid #d0b89f;
}

.text-block-4 {
  font-family: 'Titillium Web', sans-serif;
  color: hsla(31.764705882352935, 34.69%, 71.18%, 1.00);
  font-size: 18px;
  text-align: right;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.div-block-6 {
  width: 100%;
  height: 374px;
  margin: 16px;
  background-color: #303030;
}

.div-block-6._1 {
  background-image: url('../images/1_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-6._2 {
  background-image: url('../images/2_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-6._3 {
  background-image: url('../images/3_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-6._4 {
  background-image: url('../images/4_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-6._5 {
  background-image: url('../images/5_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-2 {
  margin-top: 20px;
  color: hsla(31.83673469387758, 28.99%, 66.86%, 1.00);
  text-align: right;
}

.text-block-5 {
  margin-top: 25px;
  margin-bottom: 56px;
  font-family: 'Titillium Web', sans-serif;
  color: hsla(32.50000000000002, 44.44%, 89.41%, 1.00);
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.body {
  overflow: auto;
}

.section-6 {
  height: 80px;
  background-color: hsla(29.61038961038961, 24.10%, 37.07%, 1.00);
}

.column-8 {
  padding-top: 24px;
}

.text-block-16 {
  margin-top: 23px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  text-align: right;
}

.columns-6 {
  margin-top: 13px;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .26)), to(rgba(0, 0, 0, .26))), url('../images/shutterstock_229468738.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url('../images/shutterstock_229468738.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  cursor: pointer;
}

.link-block-3:hover {
  box-shadow: inset 0 0 0 1px #fff;
  opacity: 0.78;
}

.link-block-3.namibia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/alan-j-hendry-1100229-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/alan-j-hendry-1100229-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-transform: uppercase;
}

.link-block-3.namibia:hover {
  opacity: 0.8;
}

.link-block-3.quenia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .32)), to(rgba(0, 0, 0, .32))), url('../images/sutirta-budiman-560096-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/sutirta-budiman-560096-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-3.botsuana {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .29)), to(rgba(0, 0, 0, .29))), url('../images/2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  text-transform: uppercase;
}

.link-block-3.tanzania {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .26)), to(rgba(0, 0, 0, .26))), url('../images/shutterstock_229468738.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url('../images/shutterstock_229468738.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-3.zimbabue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .26)), to(rgba(0, 0, 0, .26))), url('../images/z-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url('../images/z-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-3.ruanda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .15)), to(rgba(0, 0, 0, .15))), url('../images/r-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/r-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-3.uganda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/u-2.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/u-2.jpg');
  background-position: 0px 0px, 35% 40%;
  background-size: auto, cover;
}

.link-block-3.etiopia {
  height: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .39)), to(rgba(0, 0, 0, .39))), url('../images/iStock-697529054-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .39), rgba(0, 0, 0, .39)), url('../images/iStock-697529054-2.jpg');
  background-position: 0px 0px, 66% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.link-block-3.africa_sul {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .28)), to(rgba(0, 0, 0, .28))), url('../images/5912a5a2cd8044dc620a1a399e60cd59.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/5912a5a2cd8044dc620a1a399e60cd59.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 640px;
}

.link-block-3.peru {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .17)), to(rgba(0, 0, 0, .17))), url('../images/peru.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .17), rgba(0, 0, 0, .17)), url('../images/peru.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-7 {
  width: 100%;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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: #545454;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 40px;
}

.section-7.namibia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .35)), to(hsla(26.25, 57.14%, 5.49%, 1.00))), url('../images/Namibia-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), hsla(26.25, 57.14%, 5.49%, 1.00)), url('../images/Namibia-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1784px;
}

.section-7.quenia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .27)), color-stop(73%, rgba(18, 10, 5, .85)), to(hsla(26.25, 57.14%, 5.49%, 1.00))), url('../images/Quenia-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .27), rgba(18, 10, 5, .85) 73%, hsla(26.25, 57.14%, 5.49%, 1.00)), url('../images/Quenia-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-7.tanzania {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .19)), to(hsla(26.25, 57.14%, 5.49%, 1.00))), url('../images/Tanzania-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .19), hsla(26.25, 57.14%, 5.49%, 1.00)), url('../images/Tanzania-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-7.zimbabue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .24)), to(hsla(26.25, 57.14%, 5.49%, 1.00))), url('../images/Zimbabue-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .24), hsla(26.25, 57.14%, 5.49%, 1.00)), url('../images/Zimbabue-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-7.botsuana {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .45)), to(hsla(26.25, 57.14%, 5.49%, 1.00))), url('../images/iStock-149074625.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), hsla(26.25, 57.14%, 5.49%, 1.00)), url('../images/iStock-149074625.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.section-7.ruanda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .47)), to(hsla(26.25, 57.14%, 5.49%, 1.00))), url('../images/Uganda-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .47), hsla(26.25, 57.14%, 5.49%, 1.00)), url('../images/Uganda-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-7.uganda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .39)), to(hsla(26.25, 57.14%, 5.49%, 1.00))), url('../images/Ruanda-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .39), hsla(26.25, 57.14%, 5.49%, 1.00)), url('../images/Ruanda-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-7.etiopia {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .23)), to(hsla(26.25, 57.14%, 5.49%, 1.00))), url('../images/shutterstock_607906124-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .23), hsla(26.25, 57.14%, 5.49%, 1.00)), url('../images/shutterstock_607906124-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-7.africa {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(28.235294117647058, 62.96%, 5.29%, 0.00)), to(#160d06)), url('../images/5912a5a2cd8044dc620a1a399e60cd59.jpg');
  background-image: linear-gradient(180deg, hsla(28.235294117647058, 62.96%, 5.29%, 0.00), #160d06), url('../images/5912a5a2cd8044dc620a1a399e60cd59.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-7.peru {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(28.235294117647058, 62.96%, 5.29%, 0.00)), to(#160d06)), url('../images/peru_5.jpg');
  background-image: linear-gradient(180deg, hsla(28.235294117647058, 62.96%, 5.29%, 0.00), #160d06), url('../images/peru_5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.name_travel {
  font-size: 51px;
  font-weight: 400;
  letter-spacing: 2px;
}

.columns-7 {
  margin-bottom: 40px;
}

.text-block-17 {
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
}

.div-block-8 {
  margin-left: 29px;
  text-align: left;
}

.text-block-18 {
  font-family: 'Titillium Web', sans-serif;
  color: hsla(27.391304347826093, 48.94%, 81.57%, 1.00);
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-block-9 {
  width: 100%;
  height: 1px;
  margin-top: 11px;
  border-bottom: 1px solid hsla(27.272727272727284, 34.92%, 75.29%, 0.26);
}

.columns-8 {
  margin-top: 40px;
  margin-bottom: 33px;
}

.text-block-19 {
  margin-bottom: 11px;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 4px;
}

.image-9 {
  margin-bottom: 16px;
}

.bold-text-2 {
  font-weight: 600;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -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: hsla(26.25, 32.54%, 10.06%, 1.00);
}

.text-block-20 {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 27px;
}

.text-block-21 {
  line-height: 16px;
}

.div-block-10 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100vh;
  padding-top: 146px;
  padding-right: 144px;
  padding-left: 58px;
  -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: hsla(26.25, 24.79%, 14.42%, 1.00);
}

.column-10 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Titillium Web', sans-serif;
  color: hsla(25.71428571428572, 75.57%, 72.71%, 1.00);
  text-align: right;
  text-decoration: none;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 81px;
  margin-right: 0px;
  margin-bottom: 37px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: hsla(25.71428571428572, 75.55%, 78.18%, 1.00);
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.columns-9 {
  margin-top: 24px;
  padding-top: 38px;
  border-top: 1px none hsla(0, 0%, 100%, .34);
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  border: 1px none #000;
}

.link-2 {
  margin-right: 0px;
  margin-bottom: 21px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
}

.div-block-11 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 60px;
  height: 60px;
  padding: 18px;
}

.image-11 {
  display: none;
}

.div-block-12 {
  display: none;
}

.heading-7 {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 76px;
  line-height: 58px;
  text-align: center;
  letter-spacing: -1px;
}

._2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
}

._3 {
  float: none;
  color: hsla(0, 0%, 100%, .46);
  font-size: 29px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 0px;
}

.seta {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 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;
  border-right: 1px solid #747474;
  border-bottom: 1px solid #747474;
  background-color: rgba(0, 0, 0, .39);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.seta:hover {
  background-color: #8f8f8f;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-left: 23px;
  background-color: transparent;
}

.menu-button {
  z-index: 1;
  padding: 11px;
  background-color: rgba(0, 0, 0, .08);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}

.menu-button:hover {
  background-color: rgba(0, 0, 0, .26);
}

.menu-button.w--open {
  z-index: 6;
  background-color: rgba(82, 82, 82, .32);
}

.brand {
  padding-top: 12px;
}

.nav-menu {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 0px;
  padding: 6px 33px 33px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #28221a;
}

.text-block-22 {
  margin-top: 20px;
  margin-bottom: 43px;
  font-family: 'Titillium Web', sans-serif;
  color: #d1d1d1;
  font-size: 19px;
  font-weight: 600;
}

.nav-link {
  width: 100%;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 7px;
  border-top: 2px solid hsla(32, 32%, 67%, .1);
  border-bottom: 1px none #c6ad90;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Titillium Web', sans-serif;
  color: #c6ad90;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  color: #fff3e5;
}

.sub {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 46px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Titillium Web', sans-serif;
  color: hsla(0, 0%, 100%, .55);
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}

.sub:hover {
  color: hsla(0, 0%, 100%, .94);
}

.sub.w--current {
  color: #fff;
}

.div-block-13 {
  width: 700px;
}

.heading-9 {
  display: none;
}

.image-12 {
  width: 145px;
}

@media (max-width: 991px) {
  .section {
    padding-top: 22%;
  }
  .div-block {
    padding-bottom: 15px;
  }
  .base {
    font-size: 13px;
    text-align: center;
  }
  .section-2 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-4 {
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
  }
  .heading-4 {
    line-height: 35px;
  }
  .div-block-4._5 {
    height: 200px;
    margin-top: 51px;
  }
  .div-block-4._9 {
    width: 50%;
  }
  .div-block-4._17 {
    height: 100vh;
  }
  .div-block-4._18 {
    display: none;
  }
  .div-block-4._22 {
    margin-bottom: 58px;
  }
  .column-4 {
    padding-right: 0px;
  }
  .column-5 {
    padding-left: 0px;
  }
  .text-block-5 {
    line-height: 33px;
  }
  .div-block-13 {
    width: 550px;
  }
}

@media (max-width: 767px) {
  .section {
    width: auto;
    height: auto;
    padding-top: 90px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block {
    padding-top: 53px;
  }
  .container {
    margin-top: 57px;
    padding-right: 71px;
    padding-left: 71px;
  }
  .button._2 {
    padding-right: 34px;
    padding-left: 36px;
    float: left;
  }
  .heading-6 {
    text-align: left;
  }
  .text-block-4 {
    text-align: left;
  }
  .div-block-6 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-6._3 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-6._4 {
    margin-bottom: -8px;
  }
  .paragraph-2 {
    text-align: left;
  }
  .image-8 {
    margin-left: 17px;
  }
  .link-block-3.namibia {
    margin-bottom: 15px;
  }
  .link-block-3.quenia {
    margin-bottom: 15px;
  }
  .link-block-3.botsuana {
    margin-bottom: 15px;
  }
  .link-block-3.zimbabue {
    margin-bottom: 15px;
  }
  .link-block-3.ruanda {
    margin-bottom: 15px;
  }
  .heading-7 {
    font-size: 66px;
    line-height: 47px;
  }
  ._2 {
    font-size: 37px;
  }
  .column-12 {
    display: none;
  }
  .div-block-13 {
    width: auto;
    padding-right: 45px;
    padding-left: 45px;
  }
}

@media (max-width: 479px) {
  .section {
    width: 100%;
    height: auto;
    padding-top: 13%;
  }
  .div-block {
    padding-top: 45px;
    -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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(62%, rgba(0, 0, 0, .62)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .62) 62%);
  }
  .base {
    margin-bottom: 12px;
    border-bottom-color: hsla(0, 0%, 100%, .18);
  }
  .heading-2 {
    font-size: 55px;
    line-height: 55px;
  }
  .div-block-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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;
  }
  .container {
    display: block;
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-2 {
    padding-bottom: 10px;
  }
  .paragraph {
    width: auto;
  }
  .section-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-4._2 {
    padding-bottom: 38px;
  }
  .image {
    margin-bottom: 17px;
    float: left;
  }
  .column-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-4._9 {
    width: 100%;
  }
  .div-block-4._23 {
    height: 300px;
    margin-bottom: 28px;
  }
  .div-block-4._24 {
    height: 300px;
  }
  .div-block-5._9 {
    margin-bottom: -9px;
  }
  .button._2 {
    margin-bottom: 12px;
    float: left;
  }
  .heading-6 {
    font-size: 27px;
  }
  .columns-5 {
    margin-bottom: 40px;
    padding-top: 27px;
  }
  .div-block-6 {
    height: 200px;
  }
  .text-block-5 {
    margin-bottom: 28px;
  }
  .section-6 {
    height: auto;
    padding-bottom: 22px;
    background-color: hsla(29.61038961038961, 34.53%, 39.64%, 1.00);
  }
  .column-8 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-8 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-9 {
    text-align: center;
  }
  .text-block-16 {
    margin-top: 11px;
    text-align: center;
  }
  .link-block-3 {
    margin-bottom: 19px;
  }
  .link-block-3.etiopia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-17 {
    font-size: 17px;
  }
  .div-block-8 {
    margin-left: 0px;
  }
  .div-block-9 {
    display: none;
  }
  .section-8 {
    -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;
  }
  .text-block-20 {
    line-height: 37px;
    text-align: center;
  }
  .image-10 {
    max-width: 18%;
    margin-bottom: 13px;
  }
  .text-block-21 {
    text-align: center;
  }
  .heading-7 {
    display: none;
    font-size: 62px;
  }
  ._2 {
    font-size: 34px;
    line-height: 49px;
  }
  .seta {
    z-index: 1000;
    background-color: #161616;
  }
  .navbar {
    padding-left: 6px;
  }
  .brand {
    padding-top: 16px;
  }
  .nav-menu {
    width: 100%;
    padding-right: 17px;
    padding-left: 15px;
  }
  .nav-link {
    margin-top: 13px;
    padding-top: 18px;
  }
  .div-block-13 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-8 {
    text-align: center;
  }
  .heading-9 {
    display: block;
    margin-top: 51px;
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    font-size: 57px;
    line-height: 51px;
    text-align: center;
  }
}

#w-node-d589bcb1f488-19c504b5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

