.mobile-only{display:none;}
.desktop-only{display:block;}

.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;
}

.section_1-landing {
  position: relative;
  height: 100%;
}

.sec_1-bganim {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100%;
}

.sec_1-header {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: none;
  padding-top: 0px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_1-headertext {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 15vh;
  margin-right: 15vw;
  margin-left: 15vw;
  float: left;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  text-align-last: center;
}

.sec_1-headerparagraph {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  margin-right: -1vw;
  margin-left: -1vw;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
text-align-last: center;
}

.sec_1-scrolldown {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  width: 100vw;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
text-align-last: center;
}

.sec_1-scrolldownimg {
  position: relative;
}

.section_2-point1 {
  position: relative;
  z-index: 20;
  height: 120vh;
  background-color: #fff;
  text-align: center;
	text-align-last: center;
}

.sec_2-header {
  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;
}

.sec_2-headertext {
  margin-top: 5%;
  margin-bottom: 0px;
  padding: 10px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #e55243;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
}

.sec_2-contentgrid {
  height: auto;
  margin-top: 5%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2" "Area Area-3" "Area Area-4";
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.sec_2-text {
  margin-right: 20%;
  font-family: Atletico, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
text-align-last: left;
}

.sec_2-lottiewords {
  width: 300px;
  height: 100px;
}

.sec_2-text2 {
  margin-right: 10%;
  font-family: Atletico, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
text-align-last: left;
}

.page-contents {
  margin-top: 58px;
  opacity: 1;
}

.sec_9-headertext {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 10px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e55243;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
	text-align-last: center;
}

.body {
  display: block;
  height: auto;
  max-width: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_8-point7 {
  height: 100%;
}

.sec_8-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 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;
  opacity: 1;
}

.back {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  margin-top: 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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  text-align: center;
}

.front {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.text-block-9 {
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d1e1ff;
  opacity: 1;
}

.sec_8-imgoverlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-template-areas: "Area Area-2 Area-3 Area-4";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sec_8-textcontainer {
  position: relative;
  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;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
	text-align-last: center;
}

.sec_8-paragraph1 {
  margin-top: 30px;
  margin-right: 20vw;
  margin-left: 20vw;
  font-family: Atletico, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
text-align-last: left;
}

.sec_8-paragraph3 {
  margin: 37px 20vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Atletico, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.section_6-point5 {
  height: 100%;
  text-align: left;
}

.sec_6-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec_6-imggird {
  position: relative;
  display: block;
  overflow: visible;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.page-contents2 {
  height: auto;
}

.sec_5-buttons {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-6 Area-2 Area-3 Area-4 Area-5";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sec_5-btn1 {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #50a2a8;
  border-radius: 20px;
  background-color: transparent;
  font-family: Atletico, sans-serif;
  color: #50a2a8;
  line-height: 14px;
  text-align: center;
}

.sec_5-btn1:hover {
  background-color: #50a2a8;
  color: #fff;
}


.sec_5-btn1:focus {
 background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;

}
.sec_5-btn2:active {
  background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;
}
.sec_5-btn1:focus-visible {
 background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;

}
.active-btn{  background-color: #e55243;
  color: #fff;
}
.sec_5-btn1:visited {
  background-color: #50a2a8;
  color: #fff;
}

.sec_5-btn2 {
  height: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #51a2a9;
  border-radius: 20px;
  background-color: transparent;
  font-family: Atletico, sans-serif;
  color: #50a2a9;
  line-height: 14px;
  text-align: center;
}

.sec_5-btn2:hover {
  background-color: #50a2a9;
  color: #fff;
}
.sec_5-btn2:active {
  background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;
}
.sec_5-btn2:focus {
  background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;
}
.sec_5-btn2:focus-visible {
 background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;

}
.sec_5-btn2:visited {
  background-color: transparent;
  color: #50a2a9;
}

.sec_5-btn3 {
  border-style: solid;
  border-width: 3px;
  border-color: #50a2a9;
  border-radius: 20px;
  background-color: transparent;
  font-family: Atletico, sans-serif;
  color: #50a2a9;
  line-height: 14px;
  text-align: center;
}

.sec_5-btn3:hover {
  background-color: #50a2a9;
  color: #fff;
}
.sec_5-btn3:active{
 background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;
}
.sec_5-btn3:focus {
  background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;
}
.sec_5-btn3:focus-visible {
 background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;

}

.sec_5-btn3:visited {
  background-color: transparent;
  color: #50a2a9;
}

.sec_5-btn4 {
  border-style: solid;
  border-width: 3px;
  border-color: #50a2a9;
  border-radius: 20px;
  background-color: transparent;
  font-family: Atletico, sans-serif;
  color: #50a2a9;
  line-height: 14px;
  text-align: center;
}

.sec_5-btn4:hover {
  background-color: #50a2a9;
  color: #fff;
}
.sec_5-btn4:active {
 background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;
}
.sec_5-btn4:focus {
 background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;
}
.sec_5-btn4:focus-visible {
 background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;

}
.sec_5-btn4:visited {
  background-color: transparent;
  color: #50a2a9;
}

.sec_5-btn5 {
  border-style: solid;
  border-width: 3px;
  border-color: #50a2a9;
  border-radius: 20px;
  background-color: transparent;
  font-family: Atletico, sans-serif;
  color: #50a2a9;
  line-height: 14px;
  text-align: center;
}

.sec_5-btn5:hover {
  background-color: #50a2a9;
  color: #fff;
}
.sec_5-btn5:active {
 background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;
}
.sec_5-btn5:focus {
 background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;
}
.sec_5-btn5:focus-visible {
 background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;

}

.sec_5-btn5:visited {
  background-color: transparent;
  color: #50a2a9;
}

.sec_5-btn6 {
  border-style: solid;
  border-width: 3px;
  border-color: #50a2a9;
  border-radius: 20px;
  background-color: transparent;
  font-family: Atletico, sans-serif;
  color: #50a2a9;
  line-height: 14px;
  text-align: center;
}

.sec_5-btn6:hover {
  background-color: #50a2a9;
  color: #fff;
}

.sec_5-btn6:active {
 background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;
}
.sec_5-btn6:focus {
 background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;
}
.sec_5-btn6:focus-visible {
 background-color: #e55243 !important;
  color: #fff !important;
border-color:#e55243;

}

.sec_5-btn6:visited {
  background-color: #50a2a9;
  color: #fff;
}

.sec6-bgimg1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.sec6-bgimg3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sec6-bgimg2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sec6-bgimg4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sec6-bgimg5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sec6-bgimg6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sec6-bgimg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.section6-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: block;
  height: 70vh;
  opacity: 1;
}

._1_sa_slider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 60vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  text-align: left;
}

._2_ca_slider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: block;
  height: 60vh;
  opacity: 0;
}

._3_sea_slider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 60vh;
  opacity: 0;
}

.slideca {
  position: relative;
  background-image: url('../images/00Start_Map_Web.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0;
  text-align: center;
}

.sec6-bgimg1-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.sec6-bgimg2-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.sec6-bgimg3-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.sec6-bgimg4-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.sec6-bgimg5-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.sec6-bgimg6-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
}

._4_eu_slider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 60vh;
  opacity: 0;
}

._5_africa_slider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 60vh;
  opacity: 0;
}

._6_me_slider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 60vh;
  opacity: 0;
}

.mask {
  position: relative;
  top: auto;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.slide-2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/*.cnalogo {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 45px;
  height: 42px;
  margin-top: 55px;
  margin-right: 5%;
  float: right;
  clear: none;
}
*/
.story-link{color:#333;text-decoration: none;display: inline;}
.cnalogo {
    position: fixed;
    left: auto;
    /* top: 0%; */
    right: 1%;
    bottom: 0%;
    z-index: 1000;
    width: 45px;
    height: 42px;
    margin-bottom: 35px;
    /* margin-right: 5%; */
    float: right;
    clear: none;
}
.image-3 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
}

.sec_2-img {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 150%;
  margin-right: 0px;
  text-align: center;
}

.sec_6-containertext {
  margin-right: 20vw;
  margin-left: 20vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Atletico, sans-serif;
  text-align: left;
}

.sec_7-text {
  margin-top: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Atletico, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

.sec_6-rockettext {
  margin-top: 20px;
  font-family: Atletico, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.sec_6-numberimg {
  display: none;
  max-width: none;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
}

.sec_6-rocketimg {
  margin-top: 20px;
}

.sec_8-img {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
}

.sec_8-imagecontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.sec_8-image1overylay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sec_8-image1overylaytext {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100% 55px;
  -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;
  font-family: Atletico, sans-serif;
  color: #000;
  text-align: center;
}

.sec_8-image2overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sec_8-image2overlaytext {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100% 55px;
  -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;
  font-family: Atletico, sans-serif;
  color: #000;
  text-align: center;
}

.sec_8-image3overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sec_8-image3overlaytext {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100% 55px;
  -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;
  opacity: 1;
  font-family: Atletico, sans-serif;
  color: #000;
  text-align: center;
}

.sec_8-image4overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sec_8-image4overlaytext {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100% 55px;
  -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;
  font-family: Atletico, sans-serif;
  color: #000;
  text-align: center;
}

.section_9-point8 {
  position: relative;
  height: 200vh;
}

.sec_9-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec_9-bg {
  position: relative;
  top: 0px;
  height: 220vh;
  margin-top: 0px;
}

.sharebtn {
  display: none;
  margin-top: 23px;
  margin-bottom: 23px;
  padding-right: 38px;
  padding-left: 38px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  font-family: Atletico, sans-serif;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
}

.sec_10-sharebtncontainer {
  margin-top: -66px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f36053;
}

.section_11-credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec_11-containergrid {
  margin: 49px 343px 44px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-areas: "Area Area" "Area-2 Area-3" ". ." "Area-5 Area-5" "Area-6 Area-6";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto 33px auto auto;
  grid-template-rows: auto auto 33px auto auto;
}

.sec_11-text1 {
  font-family: Atletico, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.sec_11-text2 {
  font-family: Atletico, sans-serif;
  color: #eb5543;
  font-size: 15px;
  font-weight: 300;
  text-align: right;
}

.sec_11-text3 {
  font-family: Atletico, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.sec_11-text4 {
  font-family: Atletico, sans-serif;
  font-size: 15px;
}

.sec_11-text5 {
  font-family: Atletico, sans-serif;
  color: #eb5543;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.section_12 {
  position: relative;
  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;
  background-color: #eb5543;
  background-image: url('../images/CTA_BG.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec_12-linkbtncontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.sec_12-text {
  position: relative;
  display: block;
  margin: 48px 182px 45px;
  -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: Atletico, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.sec_12-textcontainer {
  position: relative;
  margin-top: 43px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.sec_9-lottiedam {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.sec_3-containergrid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100vh;
  -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;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mapoverlays {
  position: relative;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hovermaps {
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.bgmaps {
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.bgmapimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.slide-3 {
  margin-right: auto;
  margin-left: auto;
}

.sec_5-text {
  display: block;
  margin-top: 91px;
  margin-right: 353px;
  margin-left: 353px;
  font-family: Atletico, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.sec_13-title {
  margin-top: 39px;
  margin-bottom: 28px;
  font-family: Atletico, sans-serif;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

.sec_13-containergrid {
  margin-bottom: 67px;
  grid-template-areas: "Area Area-2 Area-4 Area-5" "Area Area-3 Area-4 Area-6";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sec_13-img2text2 {
  font-family: Atletico, sans-serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}

.sec_13-img2text1 {
  font-family: Atletico, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.sec-13-img1text2 {
  font-family: Atletico, sans-serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}

.sec_13-img1text1 {
  font-family: Atletico, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.sectiion_14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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-color: #eb5543;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: #757575;
  opacity: 1;
}

.loading {
  display: block;
  -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;
}

.text-block-28 {
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

.sec_1-spacing {
  position: relative;
  display: block;
  width: auto;
  height: 100vh;
  max-height: 120vh;
  -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;
}

.sec_14-backtotopbtn {
  width: 89px;
  height: 80px;
  margin-top: 39px;
  background-color: transparent;
  background-image: url('../images/Icn_BTTop_1Icn_BTTop.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec_10-sharebtninnercontainer {
  height: 200px;
}

.share-button {
  z-index: 1;
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  font-family: Atletico, sans-serif;
  font-size: 20px;
  text-align: center;
}

.wrap-block__inner-fw {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  margin-top: -61px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-sticky__outer-wrap {
  position: relative;
  width: 100vw;
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap._w-custom.w60-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.wrap__sticky {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
}

.wrap__sticky.sticky {
  position: relative;
  height: 100vh;
  background-color: #d1d1d1;
}

.wrap__sticky.sticky.sticky-5 {
  background-color: transparent;
}

.section-sticky {
  position: relative;
  overflow: visible;
  width: 100vw;
  margin-top: -88px;
}

.section-sticky__wrap {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 300vh;
}

.section-sticky__wrap.section-sticky__wrap-progress {
  z-index: 0;
  overflow: visible;
  height: 600vh;
}

.section-sticky__wrap.section-sticky__wrap-small {
  position: relative;
  display: block;
  overflow: visible;
  height: 10vh;
  padding-bottom: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-sticky__wrap.section-sticky__wrap-small.bottom {
  display: none;
  height: 1vh;
  padding-top: 30vh;
  padding-bottom: 0vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 1;
}

.section-triggers {
  position: absolute;
  left: 0px;
  top: 0vh;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.section-triggers.section-triggers__scroll-down {
  position: absolute;
  left: 0px;
  top: 0vh;
  right: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
}

.section-trigger {
  position: relative;
  height: 1px;
}

.section-trigger.section-trigger__2 {
  position: absolute;
  top: 40%;
  z-index: 999;
  width: 1px;
  height: 1px;
  background-color: transparent;
}

.section-trigger.section-trigger__1 {
  position: absolute;
  top: 20%;
  z-index: 999;
  width: 1px;
  height: 1px;
  background-color: transparent;
}

.section-trigger.section-trigger__4 {
  position: absolute;
  top: 80%;
  z-index: 999;
  width: 1px;
  background-color: transparent;
}

.section-trigger.section-trigger__3 {
  position: absolute;
  top: 60%;
  z-index: 999;
  width: 1px;
  height: 1px;
  background-color: transparent;
}

.section_3-point2 {
  position: relative;
  display: block;
}

.section_4-point3 {
  position: relative;
  display: block;
  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;
  opacity: 1;
}

.seciton_5-point4 {
  position: relative;
  z-index: 10;
  display: block;
  width: 100vw;
  height: 100vh;
}

.sec_8-graphimgmobile {
  display: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sec_8-slidermobile {
  display: none;
}

.sec_5-headers {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100vw;
  margin-top: 50px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  line-height: 25px;
}

.sec_9-lottiedammobile {
  display: none;
}

.sec5-headertext {
  margin-top: 29px;
  padding: 5px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e55243;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
}

.linkbtn {
  display: block;
  margin-top: 23px;
  margin-bottom: 61px;
  padding-right: 38px;
  padding-left: 38px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  font-family: Atletico, sans-serif;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
}

.sec_10-lottiemobile {
  display: none;
}

.sec_12-filterdiv {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
  opacity: 0.7;
  -webkit-filter: brightness(157%);
  filter: brightness(157%);
}

.sec_7-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec_7-headertext {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 10px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e55243;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
}

.image-12 {
  margin-right: auto;
  margin-left: auto;
}

.sec_7-img-mobile {
  position: relative;
  display: none;
  width: 100vw;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sec_7-textcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20vw;
  margin-left: 20vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec_7-img--web {
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sec_1-headertext2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 0vh;
  margin-right: 15vw;
  margin-left: 15vw;
  float: left;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.sec_1-bgvideo {
  height: 100vh;
}

.spacingdiv {
  display: block;
  height: 10vh;
  opacity: 1;
}

.html-embed-2 {
  opacity: 1;
}

.sed_7-graphimg {
  max-width: none;
}

.sec_6-containerimg {
  margin-top: 34px;
  margin-bottom: 28px;
}

.sec_2-imgmobile {
  display: none;
}

.sec_3-lottieanim {
  position: absolute;
  left: 0%;
  top: -16%;
  right: -2%;
  bottom: auto;
}

.sec_3-lottieanimmobile {
  display: none;
}

.sec_4-containergrid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100vh;
  margin-top: 57px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sec_4-lottieanim {
  position: absolute;
  left: -7%;
  top: -28%;
  right: -3%;
  bottom: auto;
}

.sec_4-lottieanimmobile {
  display: none;
}

.sec_6_2-slide1text {
  position: absolute;
  left: 46%;
  top: 20%;
  right: 0%;
  bottom: auto;
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.sec_6_2-slide1bg1 {
  display: block;
  height: 60vh;
}

.sec_6_2-slidetext {
  position: absolute;
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: 0%;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: Atletico, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.slide2ca {
  background-image: url('../images/02CA_2_ChinaGasPipe_Web.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec_6_2-slide2text {
  position: absolute;
  left: 62%;
  top: 14%;
  right: 0%;
  bottom: auto;
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.sec_6_3-slide1text {
  position: absolute;
  left: 46%;
  top: 10%;
  right: 0%;
  bottom: auto;
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.sec_6_3-slide1bg1 {
  height: 60vh;
}

.sec_6_2-slide1bg1mobile {
  display: none;
}

.sec_6_3-slide1bg1mobile {
  display: none;
}

.sec_6_3-slide2bg2 {
  height: 60vh;
}

.sec_6_3-slide2bg2mobile {
  display: none;
}

.sec_6_3-slide2text {
  position: absolute;
  left:30%;
  top: 10%;
  right: 0%;
  bottom: auto;
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}
 .slide2sea {
    background-image: url('../images/Kuantan-Port-SE-Asia.jpg');
    background-position: 50% 0%;
    background-size: 100vw;
    font-size: 9px;
    line-height: 20px;
  }
.slide3sea {
  background-image: url('../images/06SEA_3_KyaukphyuPort_Web.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec_6_3-slide3text {
  position: absolute;
  left: 58%;
  top: 7%;
  right: 0%;
  bottom: auto;
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}
.slide1eu {
  background-image: url('../images/Pireaus-Port.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.slide2eu {
  background-image: url('../images/03Europe_2_YiwuLondon_Web.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.sec_6_4-slide1bg1 {
  height: 60vh;
}

.sec_6_4-slide1bg1mobile {
  display: none;
}

.sec_6_4-slide1text {
  position: absolute;
  left: 46%;
  top: 20%;
  right: 0%;
  bottom: auto;
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.sec_6_4-slide2text {
  position: absolute;
  left: 13%;
  top: 41%;
  right: 0%;
  bottom: auto;
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.slide3eu {
  background-image: url('../images/03Europe_3_Italy_Web.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.sec_6_4-slide3text {
  position: absolute;
  left: 49%;
  top: 11%;
  right: 0%;
  bottom: auto;
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.sec_6_5-slide1bg1 {
  height: 60vh;
}

.sec_6_5-slide1bg1mobile {
  display: none;
}

.sec_6_5-slide1text {
  position: absolute;
  left: 46%;
  top: 20%;
  right: 0%;
  bottom: auto;
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.slide2africa {
  background-image: url('../images/01Africa_2_BagamoyoPort_Web.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec_6_5-slide2text {
  position: absolute;
  left: 49%;
  top: 11%;
  right: 0%;
  bottom: auto;
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.sec_6_6-slide1bg1 {
  height: 60vh;
}

.sec_6_6-slide1bg1mobile {
  display: none;
}

.sec_6_6-slide1text {
  position: absolute;
  left: 38%;
  top: 15%;
  right: 0%;
  bottom: auto;
  width: 500px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.sec_6_6-slide3bg1 {
  height: 60vh;
}

.sec_6_6-slide3bg1mobile {
  display: none;
}

.sec_6_6-slide3text {
  position: absolute;
  left: 44%;
  top: 20%;
  right: 0%;
  bottom: auto;
  width: 500px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  text-align: left;
}

.slide2me {
  background-image: url('../images/04ME_2_Duqm_Web.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.sec_6_6-slide2text {
  position: absolute;
  left: 49%;
  top: 19%;
  right: 0%;
  bottom: auto;
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.sec_7--graphtitlecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20vw;
  margin-left: 20vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec_7-graphtitle {
  margin-top: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Atletico, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.sec_8-paragraph2 {
  margin-top: 30px;
  margin-right: 20vw;
  margin-left: 20vw;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Atletico, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.text-block-29 {
  font-family: Atletico, sans-serif;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}

.sec_3-scrolldown {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  width: 100vw;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sec_3-scrolldownimg {
  position: relative;
}

.sec_4-scrolldown {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 6%;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  width: 100vw;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.slide1sa {
  background-image: url('../images/05SA_1_HighwayChinaPakistan_Web..png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.sec_6_1-slide1text {
  position: absolute;
  left: 58%;
  top: 14%;
  right: 0%;
  bottom: auto;
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.sec_6_1-slide2bg1 {
  display: block;
  height: 60vh;
}

.sec_6_1-slide2bg1mobile {
  display: none;
}

.sec_6_1-slide2text {
  position: absolute;
  left: 46%;
  top: 4%;
  right: 0%;
  bottom: auto;
  width: 500px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.slide3sa {
  background-image: url('../images/05SA_3_ColomboPort_Web.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.sec_6_1-slide3text {
  position: absolute;
  left: 25%;
  top: 3%;
  right: 0%;
  bottom: auto;
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Atletico, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.superscript {
  position: relative;
  bottom: 6px;
  display: inline-block;
  font-size: 10px;
  text-align: left;
}

.sec_5-text2 {
  display: block;
  margin-top: 50px;
  margin-right: 353px;
  margin-left: 353px;
  font-family: Atletico, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 1680px) {
.mobile-only{display:none;}
}

@media (max-width: 991px) {
	.slide2sea {
    background-image: url('../images/Kuantan-Port-SE-Asia-mobile.jpg');
    background-position: 50% 0%;
    background-size: 100vw;
    font-size: 9px;
    line-height: 20px;
  }
.mobile-only{display:none;}
  .sec_1-headertext {
    margin-top: 17vh;
    font-size: 30px;
    line-height: 35px;
    font-weight: 200;
  }
  .sec_1-headerparagraph {
    margin-right: 25vw;
    margin-left: 25vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-weight: 200;
  }
  .section_2-point1 {
    height: 100%;
  }
  .sec_2-headertext {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sec_2-text2 {
    margin-bottom: 50px;
  }
  .page-contents {
    opacity: 1;
  }
  .sec_8-imgoverlay {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sec_8-paragraph1 {
    text-align: left;
  }
  .sec_6-header {
    opacity: 1;
  }
  .page-contents2 {
    opacity: 1;
  }
  .sec_5-buttons {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .sec_5-btn1 {
    font-size: 12px;
  }
  .sec_5-btn2 {
    font-size: 12px;
  }
  .sec_5-btn3 {
    font-size: 12px;
  }
  .sec_5-btn4 {
    font-size: 12px;
  }
  .sec_5-btn5 {
    font-size: 12px;
  }
  .sec_5-btn6 {
    font-size: 12px;
  }
  .image {
    display: inline-block;
    width: 100vw;
    height: auto;
  }
  .section6-1 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 500;
    display: block;
    height: 60vh;
    opacity: 1;
  }
  ._1_sa_slider {
    height: 60vh;
    opacity: 0;
  }
  ._2_ca_slider {
    z-index: 500;
    opacity: 0;
  }
  ._3_sea_slider {
    height: 60vh;
  }
  .sec_2-img {
    display: none;
  }
  .sec_8-imagecontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_8-image1overylay {
    opacity: 0;
    text-align: left;
  }
  .sec_8-image1overylaytext {
    top: 35%;
    display: block;
    margin-right: 5%;
    margin-left: 5%;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: Atletico, sans-serif;
    text-align: center;
  }
  .sec_8-image2overlay {
    opacity: 0;
    text-align: left;
  }
  .sec_8-image2overlaytext {
    top: 35%;
    display: block;
    margin-right: 5%;
    margin-left: 5%;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: Atletico, sans-serif;
    text-align: center;
  }
  .sec_8-image3overlay {
    opacity: 0;
    text-align: left;
  }
  .sec_8-image3overlaytext {
    top: 35%;
    display: block;
    margin-right: 5%;
    margin-left: 5%;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: Atletico, sans-serif;
    text-align: center;
  }
  .sec_8-image4overlay {
    opacity: 0;
    text-align: left;
  }
  .sec_8-image4overlaytext {
    top: 35%;
    display: block;
    margin-right: 5%;
    margin-left: 5%;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: Atletico, sans-serif;
    text-align: center;
  }
  .sec_9-header {
    position: relative;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec_9-bg {
    height: 200vh;
    margin-top: 0px;
  }
  .sec_12-linkbtncontainer {
    margin-bottom: 51px;
  }
  .sec_12-text {
    margin-top: 0px;
    margin-right: 114px;
    margin-left: 114px;
    text-align: left;
  }
  .sec_12-textcontainer {
    margin-top: 68px;
  }
  .sec_3-containergrid {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 57px;
  }
  .mapoverlays {
    width: 100vw;
    height: auto;
  }
  .bgmapimage {
    width: 100vw;
    height: auto;
  }
  .sec_5-text {
    margin-top: 76px;
    margin-right: 219px;
    margin-left: 219px;
  }
  .sec_13-img2text2 {
    font-size: 25px;
  }
  .sec_13-img2text1 {
    font-size: 15px;
  }
  .sec-13-img1text2 {
    font-size: 25px;
  }
  .sec_13-img1text1 {
    font-size: 15px;
  }
  .sec_1-spacing {
    max-height: none;
  }
  .wrap-block__inner-fw {
    height: 100vh;
  }
  .wrap {
    width: 645px;
  }
  .wrap._w-custom.w60-60 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-sticky {
    overflow: visible;
    opacity: 1;
  }
  .section-sticky__wrap.section-sticky__wrap-small.bottom {
    opacity: 1;
  }
  .section_3-point2 {
    left: -30px;
    display: block;
  }
  .section_4-point3 {
    left: -40px;
    display: block;
    width: auto;
    height: auto;
    margin-left: 0px;
  }
  .seciton_5-point4 {
    display: block;
    margin-left: -41px;
    -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;
  }
  .sec_8-grqphimg {
    width: 70vw;
    max-width: none;
    margin-top: 27px;
  }
  .sec_8-graphimgmobile {
    margin-top: 27px;
  }
  .sec_8-slidermobile {
    display: none;
  }
  .sec_5-headers {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sec_7-img--web {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .sec_1-headertext2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
  }
  .spacingdiv {
    position: relative;
    display: block;
    opacity: 1;
  }
  .sec_2-imgmobile {
    display: block;
    max-width: 100%;
    margin-right: 0px;
  }
  .sec_3-lottieanim {
    display: none;
  }
  .sec_3-lottieanimmobile {
    display: block;
  }
  .sec_4-lottieanim {
    top: 0%;
    display: block;
  }
  .sec_4-lottieanimmobile {
    position: absolute;
    top: -130px;
    display: none;
    margin-top: 0px;
  }
  .sec_6_2-slide1bg1 {
    z-index: 500;
  }
  .sec_6_2-slide2text {
    left: 62%;
    top: 28%;
    width: 300px;
    font-size: 15px;
    line-height: 20px;
  }
  .slide1ca {
    opacity: 1;
  }
  .sec_6_3-slide3text {
    left: 51%;
    top: 13%;
    width: 300px;
    font-size: 15px;
    line-height: 20px;
  }
  .sec_6_4-slide1text {
    left: 38%;
  }
  .sec_6_4-slide2text {
    left: 12%;
    top: 43%;
    width: 300px;
    font-size: 15px;
    line-height: 20px;
  }
  .sec_6_4-slide3text {
    left: 12%;
    top: 19%;
    width: 300px;
    font-size: 15px;
    line-height: 20px;
  }
  .sec_6_5-slide1text {
    left: 38%;
  }
  .sec_6_5-slide2text {
    left: 48%;
    top: 19%;
    width: 300px;
    font-size: 15px;
    line-height: 20px;
  }
  .sec_6_6-slide1text {
    left: 9%;
  }
  .sec_6_6-slide3text {
    left: 11%;
    top: 41%;
  }
  .slide2me {
    background-size: cover;
  }
  .sec_6_6-slide2text {
    left: 48%;
    top: 19%;
    width: 300px;
    font-size: 15px;
    line-height: 20px;
  }
  .sec_8-paragraph2 {
    text-align: center;
  }
  .sec_3-scrolldown {
    bottom: 6%;
  }
  .sec_4-scrolldown {
    bottom: 6%;
  }
  .slide1sa {
    height: 60vh;
  }
  .sec_6_1-slide1text {
    left: 55%;
    top: 23%;
    width: 300px;
    font-size: 15px;
    line-height: 20px;
  }
  .slide2sa {
    height: 60vh;
  }
  .sec_6_1-slide2bg1 {
    z-index: 500;
  }
  .sec_6_1-slide2text {
    left: 15%;
    top: 2%;
    z-index: 500;
    width: 450px;
    font-size: 16px;
  }
  .sec_6_1-slide3text {
    left: 10%;
    top: 7%;
    width: 300px;
    font-size: 15px;
    line-height: 20px;
  }
  .sec_5-text2 {
    margin-top: 43px;
    margin-right: 219px;
    margin-left: 219px;
  }
}

@media (max-width: 767px) {
	.slide2sea {
    background-image: url('../images/Kuantan-Port-SE-Asia-mobile.jpg');
    background-position: 50% 0%;
    background-size: 100vw;
    font-size: 9px;
    line-height: 20px;
  }
  .sec_1-headertext {
    margin-top: 20vh;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
  }
  .sec_1-headerparagraph {
    margin-right: 18vw;
    margin-left: 18vw;
    font-size: 20px;
    line-height: 25px;
    font-weight: 200;
  }
  .section_2-point1 {
    height: 100%;
  }
  .sec_2-headertext {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sec_2-contentgrid {
    margin-bottom: 30px;
    grid-template-areas: "Area Area" "Area-2 Area-2" "Area-3 Area-3" "Area-4 Area-4";
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .sec_2-text {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 9px;
    padding-right: 60px;
    padding-left: 60px;
    text-align: left;
  }
  .sec_2-text2 {
    margin: 14px 10px 36px;
    padding-right: 59px;
    padding-left: 59px;
    text-align: left;
  }
  .sec_9-headertext {
    margin-bottom: 11px;
  }
  .sec_8-imgoverlay {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-template-areas: "Area Area-5" "Area-2 Area-6";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .sec_8-textcontainer {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: "Area" "Area-2" "Area-3" "Area-4";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .sec_8-paragraph1 {
    margin-right: 15vw;
    margin-left: 15vw;
  }
  .sec_8-paragraph3 {
    margin-right: 15vw;
    margin-left: 15vw;
  }
  .sec_5-buttons {
    grid-column-gap: 0px;
    grid-template-areas: "Area-7 Area-7 Area Area Area-2 Area-2" "Area-4 Area-4 Area-5 Area-5 Area-6 Area-6";
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .section6-1 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -3%;
    z-index: 500;
    height: 60vh;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 1;
  }
  ._1_sa_slider {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    opacity: 0;
  }
  ._2_ca_slider {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    height: 60vh;
    opacity: 0;
  }
  ._3_sea_slider {
    height: 60vh;
  }
  .slideca {
    opacity: 1;
  }
  .cnalogo {
    /*margin-top: 3%;*/
    margin-right: 1%;
  }
  .sec_2-img {
    margin-top: 12px;
    margin-bottom: 18px;
  }
  .sec_7-text {
    margin-right: -5px;
    margin-bottom: 47px;
    margin-left: -5px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
	 text-align-last: left;
  }
  .sec_6-rockettext {
    margin-top: 35px;
    text-align: left;
  }
  .sec_6-numberimg {
    margin-top: 17px;
  }
  .sec_8-imagecontainer {
    display: none;
  }
  .section_9-point8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 230vh;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sec_9-bg {
    height: 150vh;
    margin-top: 0px;
  }
  .sharebtn {
    display: none;
  }
  .sec_12-linkbtncontainer {
    margin-bottom: 43px;
  }
  .sec_12-text {
    margin-top: 0px;
    margin-right: 34px;
    margin-left: 34px;
    text-align: left;
  }
  .sec_12-textcontainer {
    margin-top: 76px;
  }
  .sec_9-lottiedam {
    display: none;
  }
  .sec_3-containergrid {
    margin-left: -20px;
  }
  .mapoverlays {
    display: block;
    margin-top: 191px;
  }
  .bgmapimage {
    text-align: left;
  }
  .sec_5-text {
    display: block;
    margin-top: 119px;
    margin-right: 69px;
    margin-left: 69px;
    text-align: left;
  }
  .sec_13-containergrid {
    grid-template-areas: "Area Area-2" "Area Area-3" "Area-4 Area-5" "Area-4 Area-6";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .sec_10-sharebtninnercontainer {
    padding-right: 55px;
    padding-left: 55px;
  }
  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrap._w-custom.w60-60 {
    padding: 50px 20px 30px;
  }
  .section_3-point2 {
    left: auto;
    display: block;
    height: 100%;
  }
  .section_4-point3 {
    left: -20px;
    display: block;
  }
  .seciton_5-point4 {
    z-index: 10;
    display: block;
    margin-left: -20px;
  }
  .sec_8-grqphimg {
    display: none;
  }
  .sec_8-graphimgmobile {
    display: block;
    width: 70vw;
    margin-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .sec_8-slidermobile {
    display: block;
    height: 150vh;
  }
  .sec_8-slide1 {
    height: auto;
  }
  .sec_5-headers {
    margin-top: 25px;
  }
  .sec_9-lottiedammobile {
    display: block;
  }
  .sec5-headertext {
    margin-top: 33px;
  }
  .sec_10-lottieweb {
    display: none;
  }
  .sec_10-lottiemobile {
    display: block;
  }
  .sec_7-headertext {
    margin-bottom: 11px;
  }
  .image-12 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .sec_7-img-mobile {
    display: none;
    width: auto;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sec_7-img--web {
    display: block;
    margin-top: 19px;
  }
  .sec_1-headertext2 {
    margin-top: 0vh;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
  }
  .sed_7-graphimg {
    width: 70vw;
  }
  .sec_6-containerimg {
    margin-top: 63px;
    font-size: 14px;
  }
  .sec_3-lottieanimmobile {
    position: absolute;
  }
  .sec_4-lottieanim {
    display: none;
  }
  .sec_4-lottieanimmobile {
    top: -20px;
    display: block;
    margin-top: 0px;
  }
  .sec_6_2-slide1text {
    left: 36%;
    top: 10%;
    width: 250px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
  }
  .sec_6_2-slide1bg1 {
    display: none;
    height: 60vh;
  }
  .sec_6_2-slidetext {
    width: 450px;
  }
  .slide2ca {
    background-image: url('../images/02CA_2_ChinaGasPipe_Mobile.png');
    background-position: 50% 0%;
    background-size: 100vw;
    font-size: 9px;
    line-height: 20px;
  }
  .sec_6_2-slide2text {
    left: 7%;
    top: 2%;
    width: 400px;
    font-size: 12px;
    line-height: 20px;
  }
  .sec_6_3-slide1text {
    left: 36%;
    width: 250px;
    font-size: 12px;
    line-height: 20px;
  }
  .sec_6_3-slide1bg1 {
    display: none;
  }
  .sec_6_2-slide1bg1mobile {
    display: block;
    height: 70vh;
  }
  .sec_6_3-slide1bg1mobile {
    display: block;
    height: 70vh;
  }
  .sec_6_3-slide2bg2 {
    display: none;
    height: 60vh;
  }
  .sec_6_3-slide2bg2mobile {
    display: block;
    height: 70vh;
  }
  .sec_6_3-slide2text {
    left: 36%;
    top: 8%;
    width: 250px;
    font-size: 15px;
    line-height: 20px;
  }
.slide2sea {
    background-image: url('../images/Kuantan-Port-SE-Asia-mobile.jpg');
    background-position: 50% 0%;
    background-size: 100vw;
    font-size: 9px;
    line-height: 20px;
  }
  .slide3sea {
    background-image: url('../images/06SEA_3_KyaukphyuPort_Mobile.png');
    background-position: 50% 0%;
    background-size: 100vw;
    font-size: 9px;
    line-height: 20px;
  }
  .sec_6_3-slide3text {
    left: 0%;
    top: 7%;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 20px;
  }
  .slide2eu {
    background-image: url('../images/03Europe_2_YiwuLondon_Mobile.png');
  }
  .sec_6_4-slide1bg1 {
    display: none;
  }
  .sec_6_4-slide1bg1mobile {
    display: block;
    height: 70vh;
  }
  .sec_6_4-slide1text {
    left: 36%;
    width: 250px;
    font-size: 15px;
    line-height: 20px;
  }
  .sec_6_4-slide2text {
    left: 0%;
    top: 7%;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 20px;
  }
  .slide3eu {
    background-image: url('../images/03Europe_3_Italy_Mobile.png');
  }
  .sec_6_4-slide3text {
    left: 0%;
    top: 7%;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 20px;
  }
  .sec_6_5-slide1bg1 {
    display: none;
  }
  .sec_6_5-slide1bg1mobile {
    display: block;
    height: 70vh;
  }
  .sec_6_5-slide1text {
    left: 36%;
    width: 250px;
    font-size: 15px;
    line-height: 20px;
  }
  .slide2africa {
    background-image: url('../images/01Africa_2_BagamoyoPort_Mobile.png');
  }
  .sec_6_5-slide2text {
    left: 29%;
    top: 17%;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 20px;
  }
  .sec_6_6-slide1bg1 {
    display: none;
  }
  .sec_6_6-slide1bg1mobile {
    display: block;
    height: 70vh;
  }
  .sec_6_6-slide1text {
    left: 36%;
    width: 250px;
    font-size: 15px;
    line-height: 20px;
  }
  .sec_6_6-slide3bg1 {
    display: none;
  }
  .sec_6_6-slide3bg1mobile {
    display: block;
    height: 70vh;
  }
  .sec_6_6-slide3text {
    left: 18%;
    width: 400px;
    font-size: 15px;
    line-height: 20px;
  }
  .slide2me {
    background-image: url('../images/04ME_2_Duqm_Mobile.png');
    background-size: cover;
  }
  .sec_6_6-slide2text {
    left: 29%;
    top: 17%;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 20px;
  }
  .sec_7-graphtitle {
    margin-right: -5px;
    margin-bottom: 0px;
    margin-left: -5px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
	font-weight: 500;
  }
  .sec_8-paragraph2 {
    margin-right: 15vw;
    margin-left: 15vw;
  }
  .text-block-29 {
    font-size: 40px;
  }
  .sec_3-scrolldown {
    bottom: 4%;
  }
  .sec_4-scrolldown {
    bottom: 4%;
  }
  .slide1sa {
    background-image: url('../images/05SA_1_HighwayChinaPakistan_Mobile.png');
    background-position: 50% 10%;
    background-size: cover;
    background-attachment: scroll;
    font-size: 9px;
    line-height: 20px;
  }
  .sec_6_1-slide1text {
    left: 7%;
    top: 3%;
    width: 230px;
    font-size: 13px;
    line-height: 20px;
  }
  .sec_6_1-slide2bg1 {
    display: none;
    height: 60vh;
  }
  .sec_6_1-slide2bg1mobile {
    display: block;
    height: 70vh;
  }
  .sec_6_1-slide2text {
    left: 20%;
    top: 2%;
    width: 300px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
  }
  .slide3sa {
    background-image: url('../images/05SA_3_ColomboPort_Mobile.png');
    background-position: 50% 0%;
    background-size: 100vw;
    font-size: 9px;
    line-height: 20px;
  }
  .sec_6_1-slide3text {
    left: 16%;
    top: 5%;
    width: 400px;
    font-size: 13px;
    line-height: 20px;
  }
  .sec_5-text2 {
    display: block;
    margin-top: 46px;
    margin-right: 69px;
    margin-left: 69px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .sec_1-bganim {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: auto;
    margin-left: 2px;
  }
  .sec_1-headertext {
    margin: 25vh 4vw 0px;
    font-size: 20px;
    line-height: 25px;
  }
  .sec_1-headerparagraph {
    margin-top: 10px;
    margin-right: 6vw;
    margin-left: 6vw;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
  }
  .sec_2-headertext {
    font-size: 20px;
    line-height: 25px;
  }
  .sec_2-text {
    padding-right: 45px;
    padding-left: 45px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-align: left;
  }
  .sec_2-lottiewords {
    margin-left: 0px;
  }
  .sec_2-text2 {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 45px;
    padding-left: 45px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-align: left;
  }
  .sec_9-headertext {
    padding-right: 26px;
    padding-left: 26px;
    font-size: 20px;
    line-height: 25px;
  }
  .sec_8-imgoverlay {
    margin-right: 0%;
    margin-left: 0%;
  }
  .sec_8-paragraph1 {
    margin-right: 10vw;
    margin-bottom: 0px;
    margin-left: 10vw;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
  }
  .sec_8-paragraph3 {
    margin: 0px 10vw 20px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
  }
  .sec_5-buttons {
    width: 100vw;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-areas: "Area-6 Area-6 Area Area Area-2 Area-2" "Area-3 Area-3 Area-4 Area-4 Area-5 Area-5";
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 10px 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .sec_5-btn1 {
    font-size: 10px;
    line-height: 10px;
  }
  .sec_5-btn2 {
    font-size: 10px;
    line-height: 10px;
  }
  .sec_5-btn3 {
    font-size: 10px;
    line-height: 10px;
  }
  .sec_5-btn4 {
    font-size: 10px;
    line-height: 10px;
  }
  .sec_5-btn5 {
    font-size: 10px;
    line-height: 10px;
  }
  .sec_5-btn6 {
    font-size: 10px;
    line-height: 10px;
  }
  .sec6-bgimg {
    display: block;
  }
  .section6-1 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -5%;
    z-index: 500;
    height: 70vh;
    margin-bottom: 0px;
  }
  ._1_sa_slider {
    height: 70vh;
    opacity: 0;
  }
  ._2_ca_slider {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 70vh;
    opacity: 0;
  }
  ._3_sea_slider {
    height: 70vh;
    opacity: 0;
  }
  ._4_eu_slider {
    height: 70vh;
  }
  ._5_africa_slider {
    height: 70vh;
  }
  ._6_me_slider {
    height: 70vh;
  }
  .cnalogo {
    /*margin-top: 9vw;*/
    margin-right: 2vh;
  }
  .sec_2-img {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 450px;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .sec_6-containertext {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .sec_7-text {
    margin-right: 7vw;
    margin-left: 9vw;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
  }
  .sec_6-rockettext {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
  }
  .sec_6-numberimg {
    position: relative;
    display: none;
    height: auto;
    max-width: 90%;
    margin-top: 35px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    float: none;
    clear: none;
    text-align: left;
  }
  .sec_6-rocketimg {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .sec_8-imagecontainer {
    display: none;
  }
  .section_9-point8 {
    height: 100%;
  }
  .sec_9-bg {
    height: 120vh;
    margin-top: 63px;
  }
  .sharebtn {
    display: none;
    margin-top: 0px;
    margin-bottom: 76px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #3a4f8e;
    font-size: 15px;
    line-height: 20px;
  }
  .sec_10-sharebtncontainer {
    position: relative;
    z-index: 40;
  }
  .sec_11-containergrid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .sec_11-text4 {
    font-size: 15px;
    font-weight: 400;
  }
  .sec_11-text5 {
    font-size: 15px;
  }
  .section_12 {
    background-position: 50% 50%;
    background-size: auto 100vh;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .sec_12-linkbtncontainer {
    padding: 15px 26px 0px;
  }
  .sec_12-text {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
  }
  .sec_12-textcontainer {
    margin-top: 67px;
  }
  .sec_9-lottiedam {
    display: none;
  }
  .sec_3-containergrid {
    display: block;
    margin-top: 57px;
    margin-left: -1px;
  }
  .mapoverlays {
    display: block;
    margin-top: 372px;
  }
  .hovermaps {
    display: block;
  }
  .bgmaps {
    display: block;
  }
  .sec_5-text {
    display: block;
    margin-top: 93px;
    margin-right: 28px;
    margin-left: 28px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
  }
  .sec_13-containergrid {
    margin-right: 21px;
    margin-left: 21px;
  }
  .sec_13-img2text2 {
    font-size: 14px;
    line-height: 25px;
  }
  .sec-13-img1text2 {
    font-size: 14px;
    line-height: 25px;
  }
  .sec_10-sharebtninnercontainer {
    display: block;
    height: 100%;
    margin-top: 56px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .share-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 15px;
  }
  .wrap._w-custom.w60-60 {
    padding: 30px 16px 60px;
  }
  .section_3-point2 {
    left: -16px;
    display: block;
  }
  .section_4-point3 {
    left: -16px;
    top: -60px;
    display: block;
  }
  .seciton_5-point4 {
    display: block;
    margin-left: -16px;
  }
  .sec_8-grqphimg {
    display: none;
    width: 100vw;
    max-width: none;
    padding: 50px 14px 59px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .sec_8-graphimgmobile {
    display: block;
    width: 80vw;
    max-width: none;
    margin: 10px 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .sec_8-slidermobile {
    height: 90vh;
  }
  .sec_5-headers {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 61px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    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;
  }
  .sec_13-img2 {
    width: 160px;
    height: 160px;
    max-width: none;
  }
  .sec_13-img1 {
    width: 160px;
    height: 160px;
    max-width: none;
  }
  .sec_9-lottiedammobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    width: auto;
    height: auto;
  }
  .sec5-headertext {
    margin-top: 16px;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 20px;
    line-height: 25px;
  }
  .linkbtn {
    display: block;
    margin-top: 0px;
    margin-bottom: 47px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: transparent;
    font-size: 15px;
    line-height: 20px;
  }
  .sec_7-headertext {
    padding-right: 26px;
    padding-left: 26px;
    font-size: 20px;
    line-height: 25px;
  }
  .image-12 {
    width: 70vw;
    max-width: none;
    margin-top: 25px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .sec_7-img-mobile {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .sec_7-textcontainer {
    margin-right: 32px;
    margin-left: 32px;
  }
  .sec_7-img--web {
    display: none;
    padding-right: 9px;
    padding-left: 9px;
  }
  .sec_1-headertext2 {
    margin-top: 0vh;
    margin-right: 4vw;
    margin-left: 4vw;
    font-size: 20px;
  }
  .sed_7-graphimg {
    max-width: none;
    margin-right: 14px;
    margin-left: 14px;
  }
  .sec_6-containerimg {
    width: auto;
    margin: 41px auto 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .sec_3-lottieanimmobile {
    position: absolute;
    left: -46%;
    top: 0%;
    right: -47%;
    bottom: 0%;
  }
  .sec_4-lottieanimmobile {
    position: absolute;
    left: -36%;
    top: -4%;
    right: -25%;
    bottom: -11%;
    margin-top: 0px;
    margin-left: 35px;
  }
  .sec_6_2-slide1text {
    left: 20%;
    top: 10%;
    width: 200px;
    color: #000;
    font-size: 12px;
    line-height: 15px;
  }
  .sec_6_2-slidetext {
    width: 300px;
  }
  .sec_6_2-slide2text {
    left: 6%;
    top: 58%;
    width: 200px;
    font-size: 12px;
    line-height: 15px;
  }
  .sec_6_3-slide1text {
    left: 20%;
    top: 22%;
    width: 200px;
    font-size: 12px;
    line-height: 15px;
  }
  .sec_6_2-slide1bg1mobile {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .sec_6_3-slide2text {
    left: 20%;
    top: 24%;
    width: 200px;
    font-size: 12px;
    line-height: 15px;
  }
  .sec_6_3-slide3text {
    left: 5%;
    top: 6%;
    right: 5%;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 15px;
  }
  .sec_6_4-slide1text {
    left: 20%;
    top: 48%;
    width: 200px;
    font-size: 12px;
    line-height: 15px;
  }
  .sec_6_4-slide2text {
    left: 5%;
    top: 55%;
    right: 5%;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 15px;
  }
  .sec_6_4-slide3text {
    left: 5%;
    top: 56%;
    right: 5%;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 15px;
  }
  .sec_6_5-slide1text {
    left: 20%;
    top: 48%;
    width: 200px;
    font-size: 12px;
    line-height: 15px;
  }
  .sec_6_5-slide2text {
    left: 5%;
    top: 56%;
    right: 5%;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 15px;
  }
  .sec_6_6-slide1bg1 {
    height: 60vh;
  }
  .sec_6_6-slide1text {
    left: 20%;
    top: 48%;
    width: 200px;
    font-size: 12px;
    line-height: 15px;
  }
  .sec_6_6-slide3text {
    left: 20%;
    top: 25%;
    width: 200px;
    font-size: 12px;
    line-height: 15px;
  }
  .slide2me {
    background-size: cover;
  }
  .sec_6_6-slide2text {
    left: 5%;
    top: 56%;
    right: 5%;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 15px;
  }
  .sec_7--graphtitlecontainer {
    margin-right: 32px;
    margin-left: 32px;
  }
  .sec_7-graphtitle {
    margin-right: 14px;
    margin-bottom: 0px;
    margin-left: 14px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    text-align: left;
  }
  .sec_8-paragraph2 {
    margin-right: 10vw;
    margin-bottom: 0px;
    margin-left: 10vw;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
  }
  .text-block-29 {
    font-size: 26px;
  }
  .sec_3-scrolldown {
    bottom: -1%;
  }
  .sec_4-scrolldown {
    bottom: -10%;
  }
  .slide1sa {
    height: 70vh;
    background-position: 50% 0%;
    opacity: 0;
  }
  .sec_6_1-slide1text {
    left: 5%;
    top: 70%;
    width: 250px;
    background-color: transparent;
    font-size: 14px;
    line-height: 15px;
  }
  .slide2sa {
    height: 70vh;
  }
  .sec_6_1-slide2bg1 {
    height: 70vh;
  }
  .sec_6_1-slide2bg1mobile {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .sec_6_1-slide2text {
    left: 20%;
    top: 10%;
    width: 200px;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
  }
  .slide3sa {
    height: 70vh;
    background-position: 50% 0%;
  }
  .sec_6_1-slide3text {
    left: 19%;
    top: 14%;
    width: 200px;
    font-size: 14px;
    line-height: 15px;
  }
  .sec_5-text2 {
    display: block;
    margin-top: 36px;
    margin-right: 28px;
    margin-left: 28px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
  }
}

#w-node-e011c32247b5-81c12a60 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c0d5a5244a07-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: Area;
}

.sec_8-imgoverlay>#w-node-c0d5a5244a07-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.sec_5-buttons>#w-node-c0d5a5244a07-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.sec_11-containergrid>#w-node-c0d5a5244a07-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.sec_3-containergrid>#w-node-c0d5a5244a07-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.sec_13-containergrid>#w-node-c0d5a5244a07-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.sec_4-containergrid>#w-node-c0d5a5244a07-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-06965323f35e-81c12a60 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-e14c61581312-81c12a60 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fd18e59deef1-81c12a60 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

.sec_8-imgoverlay>#w-node-fd18e59deef1-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.sec_5-buttons>#w-node-fd18e59deef1-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.sec_13-containergrid>#w-node-fd18e59deef1-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

#w-node-84042389d85a-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.sec_8-imgoverlay>#w-node-84042389d85a-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.sec_5-buttons>#w-node-84042389d85a-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.sec_11-containergrid>#w-node-84042389d85a-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.sec_3-containergrid>#w-node-84042389d85a-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.sec_13-containergrid>#w-node-84042389d85a-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.sec_4-containergrid>#w-node-84042389d85a-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-9744b393cbb6-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.sec_8-imgoverlay>#w-node-9744b393cbb6-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.sec_5-buttons>#w-node-9744b393cbb6-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.sec_11-containergrid>#w-node-9744b393cbb6-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.sec_3-containergrid>#w-node-9744b393cbb6-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.sec_13-containergrid>#w-node-9744b393cbb6-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.sec_4-containergrid>#w-node-9744b393cbb6-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-0be72306151b-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: Area;
}

.sec_8-imgoverlay>#w-node-0be72306151b-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.sec_5-buttons>#w-node-0be72306151b-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.sec_11-containergrid>#w-node-0be72306151b-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.sec_3-containergrid>#w-node-0be72306151b-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.sec_13-containergrid>#w-node-0be72306151b-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.sec_4-containergrid>#w-node-0be72306151b-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-79542737d287-81c12a60 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-7eb358b15655-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-6;
}

.sec_11-containergrid>#w-node-7eb358b15655-81c12a60 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.sec_13-containergrid>#w-node-7eb358b15655-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
}

#w-node-03b58b0ce937-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-2;
}

.sec_8-imgoverlay>#w-node-03b58b0ce937-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.sec_5-buttons>#w-node-03b58b0ce937-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.sec_11-containergrid>#w-node-03b58b0ce937-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.sec_13-containergrid>#w-node-03b58b0ce937-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-27989a3f381b-81c12a60 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-3;
}

.sec_8-imgoverlay>#w-node-27989a3f381b-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.sec_5-buttons>#w-node-27989a3f381b-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.sec_11-containergrid>#w-node-27989a3f381b-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.sec_13-containergrid>#w-node-27989a3f381b-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#w-node-c5962ea7d198-81c12a60 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-4;
}

.sec_8-imgoverlay>#w-node-c5962ea7d198-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.sec_5-buttons>#w-node-c5962ea7d198-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.sec_13-containergrid>#w-node-c5962ea7d198-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

#w-node-9d10ed139a04-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-5;
}

.sec_11-containergrid>#w-node-9d10ed139a04-81c12a60 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.sec_13-containergrid>#w-node-9d10ed139a04-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
}

#w-node-7b49dd953032-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: Area;
}

.sec_8-imgoverlay>#w-node-7b49dd953032-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.sec_5-buttons>#w-node-7b49dd953032-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.sec_11-containergrid>#w-node-7b49dd953032-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.sec_3-containergrid>#w-node-7b49dd953032-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.sec_13-containergrid>#w-node-7b49dd953032-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.sec_4-containergrid>#w-node-7b49dd953032-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-e9220d4388b6-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.sec_8-imgoverlay>#w-node-e9220d4388b6-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.sec_5-buttons>#w-node-e9220d4388b6-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.sec_11-containergrid>#w-node-e9220d4388b6-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.sec_13-containergrid>#w-node-e9220d4388b6-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-302f2f6d5805-81c12a60 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

.sec_8-imgoverlay>#w-node-302f2f6d5805-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.sec_5-buttons>#w-node-302f2f6d5805-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.sec_11-containergrid>#w-node-302f2f6d5805-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.sec_13-containergrid>#w-node-302f2f6d5805-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#w-node-7b654dcad95e-81c12a60 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

.sec_8-imgoverlay>#w-node-7b654dcad95e-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.sec_5-buttons>#w-node-7b654dcad95e-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.sec_13-containergrid>#w-node-7b654dcad95e-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

#w-node-c3650d88580c-81c12a60 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e072b2395474-81c12a60 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f39415d38a02-81c12a60 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-17506b16e585-81c12a60 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

.sec_8-imgoverlay>#w-node-17506b16e585-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.sec_5-buttons>#w-node-17506b16e585-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.sec_13-containergrid>#w-node-17506b16e585-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

#w-node-29d773b4b666-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: end;
  justify-self: end;
}

.sec_8-imgoverlay>#w-node-29d773b4b666-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.sec_5-buttons>#w-node-29d773b4b666-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.sec_11-containergrid>#w-node-29d773b4b666-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.sec_3-containergrid>#w-node-29d773b4b666-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.sec_13-containergrid>#w-node-29d773b4b666-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.sec_4-containergrid>#w-node-29d773b4b666-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-7ad7ca0f0ec2-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.sec_8-imgoverlay>#w-node-7ad7ca0f0ec2-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.sec_5-buttons>#w-node-7ad7ca0f0ec2-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.sec_11-containergrid>#w-node-7ad7ca0f0ec2-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.sec_13-containergrid>#w-node-7ad7ca0f0ec2-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-cfeb77d8d9fb-81c12a60 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

.sec_8-imgoverlay>#w-node-cfeb77d8d9fb-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.sec_5-buttons>#w-node-cfeb77d8d9fb-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.sec_11-containergrid>#w-node-cfeb77d8d9fb-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.sec_13-containergrid>#w-node-cfeb77d8d9fb-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#w-node-0d4d4fdcead8-81c12a60 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-column-align: end;
  justify-self: end;
}

.sec_8-imgoverlay>#w-node-0d4d4fdcead8-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.sec_5-buttons>#w-node-0d4d4fdcead8-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.sec_13-containergrid>#w-node-0d4d4fdcead8-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

#w-node-30247b5bd707-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
  grid-area: Area-5;
}

.sec_11-containergrid>#w-node-30247b5bd707-81c12a60 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.sec_13-containergrid>#w-node-30247b5bd707-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
}

#w-node-b2384d7867ab-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

.sec_11-containergrid>#w-node-b2384d7867ab-81c12a60 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.sec_13-containergrid>#w-node-b2384d7867ab-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
}

#w-node-4c566ad24f9d-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area;
}

.sec_8-imgoverlay>#w-node-4c566ad24f9d-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.sec_5-buttons>#w-node-4c566ad24f9d-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.sec_11-containergrid>#w-node-4c566ad24f9d-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.sec_3-containergrid>#w-node-4c566ad24f9d-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.sec_13-containergrid>#w-node-4c566ad24f9d-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.sec_4-containergrid>#w-node-4c566ad24f9d-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-d624636e7d59-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -ms-grid-column-align: end;
  justify-self: end;
}

.sec_8-imgoverlay>#w-node-d624636e7d59-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.sec_5-buttons>#w-node-d624636e7d59-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.sec_11-containergrid>#w-node-d624636e7d59-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.sec_13-containergrid>#w-node-d624636e7d59-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-0e0f9b59ed22-81c12a60 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-3;
  -ms-grid-column-align: start;
  justify-self: start;
}

.sec_8-imgoverlay>#w-node-0e0f9b59ed22-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.sec_5-buttons>#w-node-0e0f9b59ed22-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.sec_11-containergrid>#w-node-0e0f9b59ed22-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.sec_13-containergrid>#w-node-0e0f9b59ed22-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#w-node-b8c23acea724-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
  grid-area: Area-5;
}

.sec_11-containergrid>#w-node-b8c23acea724-81c12a60 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.sec_13-containergrid>#w-node-b8c23acea724-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
}

#w-node-819eeb8ac243-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

.sec_11-containergrid>#w-node-819eeb8ac243-81c12a60 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.sec_13-containergrid>#w-node-819eeb8ac243-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
}

@media screen and (max-width: 991px) {
  #w-node-c0d5a5244a07-81c12a60 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
	.desktop-only{display:none;}
	.mobile-only{display:block;}
  #w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area;
  }
  .sec_8-imgoverlay>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .sec_5-buttons>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .sec_11-containergrid>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_3-containergrid>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_13-containergrid>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_4-containergrid>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-06965323f35e-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area-2;
  }
  .sec_8-imgoverlay>#w-node-06965323f35e-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sec_5-buttons>#w-node-06965323f35e-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .sec_11-containergrid>#w-node-06965323f35e-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #w-node-e14c61581312-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  .sec_8-imgoverlay>#w-node-e14c61581312-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .sec_5-buttons>#w-node-e14c61581312-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .sec_11-containergrid>#w-node-e14c61581312-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #w-node-fd18e59deef1-81c12a60 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-79542737d287-81c12a60 {
    grid-area: Area-7;
  }
  #w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    grid-area: Area;
  }
  .sec_8-imgoverlay>#w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .sec_5-buttons>#w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .sec_11-containergrid>#w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_3-containergrid>#w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_13-containergrid>#w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_4-containergrid>#w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-2;
  }
  .sec_8-imgoverlay>#w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sec_5-buttons>#w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .sec_11-containergrid>#w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: Area-4;
  }
  .sec_8-imgoverlay>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .sec_5-buttons>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  #w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
    grid-area: Area-5;
  }
  .sec_11-containergrid>#w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-6;
  }
  .sec_11-containergrid>#w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #w-node-c3650d88580c-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    grid-area: Area;
  }
  .sec_8-imgoverlay>#w-node-c3650d88580c-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .sec_5-buttons>#w-node-c3650d88580c-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .sec_11-containergrid>#w-node-c3650d88580c-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_3-containergrid>#w-node-c3650d88580c-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_13-containergrid>#w-node-c3650d88580c-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_4-containergrid>#w-node-c3650d88580c-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-e072b2395474-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    grid-area: Area;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
  .sec_8-imgoverlay>#w-node-e072b2395474-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .sec_5-buttons>#w-node-e072b2395474-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .sec_11-containergrid>#w-node-e072b2395474-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_3-containergrid>#w-node-e072b2395474-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_13-containergrid>#w-node-e072b2395474-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_4-containergrid>#w-node-e072b2395474-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-f39415d38a02-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  .sec_8-imgoverlay>#w-node-f39415d38a02-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sec_5-buttons>#w-node-f39415d38a02-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .sec_11-containergrid>#w-node-f39415d38a02-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

.sec_13-containergrid>#w-node-f39415d38a02-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.sec_13-containergrid>#w-node-9d10ed139a04-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
}

.sec_13-containergrid>#w-node-c5962ea7d198-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
}

.sec_13-containergrid>#w-node-27989a3f381b-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.sec_13-containergrid>#w-node-03b58b0ce937-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.sec_13-containergrid>#w-node-e14c61581312-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.sec_13-containergrid>#w-node-06965323f35e-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

@media screen and (max-width: 479px) {
  #w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: center;
    align-self: center;
    grid-area: Area;
  }
  .sec_8-imgoverlay>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .sec_5-buttons>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .sec_11-containergrid>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_3-containergrid>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_13-containergrid>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_4-containergrid>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-e14c61581312-81c12a60 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-79542737d287-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-6;
  }
  .sec_11-containergrid>#w-node-79542737d287-81c12a60 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-3;
  }
  .sec_8-imgoverlay>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .sec_5-buttons>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .sec_11-containergrid>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: Area-4;
  }
  .sec_8-imgoverlay>#w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .sec_5-buttons>#w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  #w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
    grid-area: Area-5;
  }
  .sec_11-containergrid>#w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #w-node-29d773b4b666-81c12a60 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-7ad7ca0f0ec2-81c12a60 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  #w-node-0d4d4fdcead8-81c12a60 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-30247b5bd707-81c12a60 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  #w-node-0e0f9b59ed22-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-3;
  }
  .sec_8-imgoverlay>#w-node-0e0f9b59ed22-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .sec_5-buttons>#w-node-0e0f9b59ed22-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .sec_11-containergrid>#w-node-0e0f9b59ed22-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #w-node-b8c23acea724-81c12a60 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  #w-node-819eeb8ac243-81c12a60 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

.sec_13-containergrid>#w-node-0e0f9b59ed22-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

@media (max-width: 767px) {
  #w-node-c0d5a5244a07-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-c0d5a5244a07-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-c0d5a5244a07-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-c0d5a5244a07-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-c0d5a5244a07-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-fd18e59deef1-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-textcontainer>#w-node-fd18e59deef1-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-fd18e59deef1-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-fd18e59deef1-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-84042389d85a-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-84042389d85a-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-84042389d85a-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-84042389d85a-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-84042389d85a-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-9744b393cbb6-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-9744b393cbb6-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-9744b393cbb6-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-9744b393cbb6-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-9744b393cbb6-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-0be72306151b-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-0be72306151b-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-0be72306151b-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-0be72306151b-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-0be72306151b-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-textcontainer>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_13-containergrid>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-textcontainer>#w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-7b49dd953032-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-7b49dd953032-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-7b49dd953032-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-7b49dd953032-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-7b49dd953032-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-e9220d4388b6-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-e9220d4388b6-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-e9220d4388b6-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-e9220d4388b6-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-e9220d4388b6-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-302f2f6d5805-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-textcontainer>#w-node-302f2f6d5805-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_13-containergrid>#w-node-302f2f6d5805-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-7b654dcad95e-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-textcontainer>#w-node-7b654dcad95e-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-7b654dcad95e-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-7b654dcad95e-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-17506b16e585-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-textcontainer>#w-node-17506b16e585-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-17506b16e585-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-17506b16e585-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-29d773b4b666-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-29d773b4b666-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-29d773b4b666-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-29d773b4b666-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-29d773b4b666-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-7ad7ca0f0ec2-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-7ad7ca0f0ec2-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-7ad7ca0f0ec2-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-7ad7ca0f0ec2-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-7ad7ca0f0ec2-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-cfeb77d8d9fb-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-textcontainer>#w-node-cfeb77d8d9fb-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_13-containergrid>#w-node-cfeb77d8d9fb-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-0d4d4fdcead8-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-textcontainer>#w-node-0d4d4fdcead8-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-0d4d4fdcead8-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-0d4d4fdcead8-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-30247b5bd707-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-30247b5bd707-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-30247b5bd707-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-b2384d7867ab-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-b2384d7867ab-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-b2384d7867ab-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-4c566ad24f9d-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-4c566ad24f9d-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-4c566ad24f9d-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-4c566ad24f9d-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-4c566ad24f9d-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-d624636e7d59-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-d624636e7d59-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-d624636e7d59-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-d624636e7d59-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-d624636e7d59-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-0e0f9b59ed22-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-textcontainer>#w-node-0e0f9b59ed22-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_13-containergrid>#w-node-0e0f9b59ed22-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-b8c23acea724-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-b8c23acea724-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-b8c23acea724-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-819eeb8ac243-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-819eeb8ac243-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-819eeb8ac243-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-06965323f35e-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-06965323f35e-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-06965323f35e-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-06965323f35e-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-06965323f35e-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-e14c61581312-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-textcontainer>#w-node-e14c61581312-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_13-containergrid>#w-node-e14c61581312-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-79542737d287-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-textcontainer>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-c3650d88580c-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-c3650d88580c-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-c3650d88580c-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-c3650d88580c-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-c3650d88580c-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-e072b2395474-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-e072b2395474-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-e072b2395474-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-e072b2395474-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-e072b2395474-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-f39415d38a02-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-f39415d38a02-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-f39415d38a02-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-f39415d38a02-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-f39415d38a02-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-imgoverlay>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_8-textcontainer>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-79542737d287-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-79542737d287-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-79542737d287-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-textcontainer>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_13-containergrid>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-textcontainer>#w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_5-buttons>#w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_13-containergrid>#w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #w-node-0e0f9b59ed22-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .sec_8-textcontainer>#w-node-0e0f9b59ed22-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec_13-containergrid>#w-node-0e0f9b59ed22-81c12a60 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}

@media (max-width: 479px) {
  .sec_5-buttons>#w-node-c0d5a5244a07-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-fd18e59deef1-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-84042389d85a-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-9744b393cbb6-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-0be72306151b-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  #w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  #w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-7b49dd953032-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-e9220d4388b6-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-302f2f6d5805-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-7b654dcad95e-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-17506b16e585-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-29d773b4b666-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-7ad7ca0f0ec2-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-cfeb77d8d9fb-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-0d4d4fdcead8-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  #w-node-30247b5bd707-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  #w-node-b2384d7867ab-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-4c566ad24f9d-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-d624636e7d59-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-0e0f9b59ed22-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #w-node-b8c23acea724-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  #w-node-819eeb8ac243-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-06965323f35e-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-e14c61581312-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-7eb358b15655-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-03b58b0ce937-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  #w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  #w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-c3650d88580c-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-e072b2395474-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-f39415d38a02-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-e011c32247b5-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  #w-node-79542737d287-81c12a60 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-27989a3f381b-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-c5962ea7d198-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  #w-node-9d10ed139a04-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .sec_5-buttons>#w-node-0e0f9b59ed22-81c12a60 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

.sec_13-containergrid>#w-node-9d10ed139a04-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
}

.sec_13-containergrid>#w-node-c5962ea7d198-81c12a60 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.sec_13-containergrid>#w-node-27989a3f381b-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.sec_13-containergrid>#w-node-79542737d287-81c12a60 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
}

@font-face {
  font-family: 'Atletico';
  src: url('../fonts/Atletico-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Atletico';
  src: url('../fonts/Atletico-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Atletico';
  src: url('../fonts/Atletico-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Atletico';
  src: url('../fonts/Atletico-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Atletico';
  src: url('../fonts/Atletico-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Atletico';
  src: url('../fonts/Atletico-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
