.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;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

 

.btn.back-card {
  position: relative;
  z-index: 30;
  margin-top: 4vh;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.btn.back-card:hover {
  background-color: #fff;
  color: #0c2340;
}

.btn.back-card.blue {
  border-color: #0c2340;
  color: #0c2340;
}

.btn.back-card.blue:hover {
  background-color: #0c2340;
  color: #fff;
}

.btn.back-card.second {
  border-color: #dba527;
  background-color: transparent;
  color: #dba527;
}

.btn.back-card.second:hover {
  background-color: #dba527;
  color: #fff;
}

.btn.top-40 {
  margin-top: 40px;
}

.btn.submit {
  border-color: #0c2340;
  color: #0c2340;
}

.btn.submit:hover {
  background-color: #0c2340;
  color: #fff;
}

.btn.mob-nav {
  display: none;
}

.btn.white {
  border-color: #fff;
  color: #fff;
}

.btn.white:hover {
  border-color: #0c2340;
  background-color: #0c2340;
}

.btn.small {
  padding-top: 10.5px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 1.4;
}

.brand-img {
  width: 140px;
}

.brand-img.secondary {
  position: absolute;
}

.nav-brand-wrapper {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

 

.section.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 738px;
  padding-bottom: 100px;
}

. 

.cards-wrapper {
  width: 100%;
  margin-top: 120px;
}

.cards-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.card-front {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 30px 30px 50px 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: Avenirltstd, sans-serif;
  font-size: 55px;
  font-weight: 900;
  text-transform: uppercase;
}

.card-front.blue {
  background-color: #0c2340;
  color: #fff;
}

.card-front.white {
  background-color: #fff;
}

.card-front.orange {
  background-color: #dba527;
}

.card-img {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 55%;
  margin-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-img.light {
  opacity: 0.3;
}

.card-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 25%;
  margin-right: 1vw;
  margin-bottom: 1vw;
}

.card-no {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-left: -3%;
  font-family: Avenirltstd, sans-serif;
  font-size: 12vw;
  line-height: 0.78;
  font-weight: 900;
}

.card-no.white {
  color: #fff;
}

.card-no.two {
  color: #ccc;
}

.card-no.tab {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-left: 0%;
}

.card-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Avenirltstd, sans-serif;
  font-size: 2.4vw;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.card-heading.orange {
  color: #dba527;
}

.card-heading.white {
  color: #fff;
}

.values-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  margin-left: -48px;
  padding-right: 40px;
  padding-left: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.values-wrapper.model-p {
  margin-top: 0px;
  margin-bottom: 80px;
}

.value-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #dcdcdc;
  font-size: 70px;
  line-height: 1;
  text-transform: uppercase;
}

.value-title._3rd {
  margin-left: 31vw;
}

.value-title._2nd {
  margin-left: 18vw;
}

.value-title._3rd-model-pg {
  margin-right: -40px;
}

.pillars-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 20px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Avenirltstd, sans-serif;
  color: #fff;
  font-size: 90px;
  font-weight: 900;
}

.tab_link.w--current {
  background-color: transparent;
  color: #dba527;
}

.tab_link._2nd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 630px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs-arrow {
  width: 160px;
}

.tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-link-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-p-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content {
  margin-top: -36px;
  margin-bottom: -282px;
}

.pillar-img {
  width: 1000px;
}

.tab-link-title {
  margin-top: 20px;
  font-family: Avenir, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.tab-link-title.mob {
  display: none;
}

.tab-para {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Helveticaneue, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
}

.tab-para.mob {
  display: none;
  max-width: none;
}

.grid-prop-2x {
  padding-right: 20px;
  padding-left: 20px;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-prop-2x.second {
  margin-bottom: 200px;
}

.grid-prop-2x.second.slide {
  margin-top: 0px;
  margin-bottom: 0px;
}

.grid-prop-2x.second.hide {
  display: none;
}

.grid-image-wrapper.second {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid-image-wrapper.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rge-img {
  width: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.rge-img.partners {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 35vw;
  height: 440px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0c2340), to(#0c2340));
  background-image: linear-gradient(180deg, #0c2340, #0c2340);
  color: #dba527;
}

.rge-img.choose {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 38vw;
  height: 520px;
}

.img-grid-building {
  position: relative;
  z-index: 2;
  width: 550px;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-grid-building._2 {
  width: auto;
  height: auto;
  margin-top: 100px;
  margin-bottom: -59px;
  margin-left: -69px;
  border-radius: 0px;
}

.av-20 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Avenirltstd roman';
  font-size: 20px;
  line-height: 1;
}

.av-20.cap {
  margin-top: 30px;
  text-transform: uppercase;
}

.para-18 {
  font-size: 18px;
  line-height: 1.4;
}

.para-18.top-25 {
  margin-top: 25px;
  margin-bottom: 0px;
}

.orange-subtitle {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Baskerville, sans-serif;
  color: #dba527;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.card-wrapper {
  height: 62vh;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.card {
  position: relative;
  height: 100%;
}

.card-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 5vw;
  -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: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-back.orange {
  background-color: #dba527;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  font-size: 20px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-back.white {
  background-color: #fff;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-back.blue {
  background-color: #0c2340;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
 

.swiper-container {
  overflow: hidden;
  width: 100%;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3720px;
  margin-top: -4px;
  padding: 0px 20px 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-wrapper.test1 {
  margin-left: -338px;
}

.swiper-slide {
  width: 342px;
  margin-right: 30px;
}

.swiper-slide.place-holder {
  height: 0px;
}

.model-s-card {
  width: 100%;
}

.model-c-top {
  padding: 46px 28px;
  border-top-right-radius: 30px;
  background-color: #0c2340;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Avenirltstd, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.model-c-top:hover {
  background-color: #dba527;
}

.model-c-btm {
  height: 255px;
  padding: 44px 28px 60px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 20px;
}

.model-slider-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 590px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mdoel-ani-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 379px;
  height: 379px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

.m-circle {
  width: 18px;
  height: 18px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}

.m-circle.od {
  position: absolute;
  left: auto;
  top: 2.5px;
  right: 112px;
  bottom: auto;
}

.m-circle.am {
  position: absolute;
  left: auto;
  top: auto;
  right: -9px;
  bottom: 180.5px;
}

.m-circle.ba {
  position: absolute;
  left: auto;
  top: auto;
  right: 112px;
  bottom: 3px;
}

.m-circle.ac {
  position: absolute;
  left: 17px;
  top: auto;
  right: auto;
  bottom: 80px;
}

.m-circle.ma {
  position: absolute;
  left: 20px;
  top: 75px;
  right: auto;
  bottom: auto;
}

.m-circle-content-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 0%;
  font-family: Avenirltstd, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 28px;
  font-weight: 900;
  text-decoration: none;
}

.m-circle-content-wrap.od {
  left: 10px;
  top: auto;
  right: auto;
  bottom: 20px;
}

.m-circle-content-wrap.am {
  left: 25px;
  top: auto;
  right: auto;
  bottom: -25px;
}

.m-circle-content-wrap.be {
  left: 21px;
  top: auto;
  right: auto;
  bottom: -61px;
}

.m-circle-content-wrap.ac {
  right: 20px;
  bottom: -30px;
}

.m-circle-para {
  position: absolute;
  margin-bottom: 0px;
  padding-left: 12px;
  border-left: 2px solid #fff;
  font-family: Helveticaneue, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.m-circle-para.ma {
  left: auto;
  top: -20px;
  right: 170px;
  bottom: auto;
  width: 227px;
  padding-right: 12px;
  padding-left: 0px;
  border-style: none solid none none;
  border-width: 1px 2px 1px 1px;
  border-color: #000 #fff #000 #000;
  text-align: right;
}

.m-circle-para.od {
  left: 205px;
  top: auto;
  right: auto;
  bottom: -18px;
  width: 270px;
}

.m-circle-para.am {
  left: 205px;
  top: auto;
  right: auto;
  bottom: -27px;
  width: 220px;
}

.m-circle-para.be {
  left: 170px;
  top: auto;
  right: auto;
  bottom: -30px;
  width: 267px;
}

.m-circle-para.ac {
  left: auto;
  top: -20px;
  right: 233px;
  bottom: auto;
  width: 227px;
  padding-right: 12px;
  padding-left: 0px;
  border-style: none solid none none;
  border-width: 1px 2px 1px 1px;
  border-color: #000 #fff #000 #000;
  text-align: right;
}

.m-circle-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Avenir, sans-serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: 900;
}

.mid-blue-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: 340px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 20px solid #061029;
  border-radius: 100%;
  font-family: Avenirltstd, sans-serif;
  color: #dba527;
  font-size: 70px;
  line-height: 1;
  font-weight: 900;
}

.model-bg-text {
  position: absolute;
  font-family: Avenirltstd, sans-serif;
  font-size: 160px;
  line-height: 1;
  font-weight: 900;
}

.tabs-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sol-tab-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 3vw;
  padding-right: 2vw;
  padding-left: 3vw;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.3);
  opacity: 0.6;
}

.sol-tab-link.w--current {
  opacity: 1;
}

.sol-tab-link._2 {
  background-color: #fff;
}

.sol-tab-link._3 {
  background-color: #dba527;
}

.sol-tab-link._1 {
  background-color: #0c2340;
}

.tabs-2 {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 0px;
}

.s-panel-inner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-panel-inner-top.blue {
  background-color: #0c2340;
  color: #fff;
}

.s-panel-inner-top.orange {
  background-color: #dba527;
}

.s-panel-inner-top.white {
  background-color: #fff;
  color: #dba527;
}

.s-panel-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1087px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-panel-container.btm-pad-180 {
  padding-bottom: 180px;
}

.s-panel-heading-wrapper {
  position: relative;
}

.s-panel-heading {
  position: absolute;
  left: 0%;
  top: 130px;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Avenirltstd, sans-serif;
  font-size: 55px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.s-tab-cards-grid {
  margin-bottom: -166px;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.s-tab-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 24px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
}
 

.adv-board-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 94px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #0c2340;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.team-grid {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-c-div {
  position: relative;
  height: 100%;
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.member-name {
  margin-top: 0px;
  font-family: Avenirltstd, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.av-medium-22 {
  font-family: Avenir, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.member-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Avenir, sans-serif;
  color: #dba527;
  font-size: 22px;
  font-weight: 500;
}

.para-17 {
  font-size: 17px;
}

.triangle-arrow {
  position: absolute;
  left: auto;
  top: 41%;
  right: -42px;
  bottom: 0%;
  width: 44px;
  height: 44px;
  border-style: solid none solid solid;
  border-width: 40px;
  border-color: transparent transparent transparent #fff;
}

.triangle-arrow.left {
  left: -42px;
  right: auto;
  border-color: transparent #fff transparent transparent;
  border-right-style: solid;
  border-left-style: none;
}

.team-img-wrapper {
  width: 100%;
  height: 100%;
}

.team-bg-dots {
  position: absolute;
  left: 0%;
  top: 3%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  height: 95%;
}

.team-bg-dots-rt {
  position: absolute;
  left: auto;
  top: 3%;
  right: 0px;
  bottom: 0%;
  z-index: 0;
  height: 95%;
}

.mouse-scroll-ani {
  position: absolute;
  left: 49%;
  top: auto;
  right: 0%;
  bottom: 10%;
  width: 3%;
}

 
 
.sticky-c-div {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 320px;
}

.contact-content-inner {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-left: 0px;
}

.contact-c-wrapper {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.sticky-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 50px;
}
 
.calendly-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 220px;
  -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;
}

.calendly-bg-title {
  position: absolute;
  bottom: 28.5px;
  z-index: 0;
  opacity: 0.2;
  font-size: 11vw;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.calendly-bg-title.white {
  opacity: 0.5;
}

.heading-error {
  font-family: Avenirltstd, sans-serif;
  color: #dcdcdc;
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  text-align: left;
}

.div-block-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
  color: #0c2340;
  font-size: 55px;
  line-height: 1;
  font-weight: 900;
  text-align: left;
}

.paragraph {
  width: 530px;
  color: #dba527;
  text-align: left;
}

._404-img {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 50vw;
}

.div-block-3 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.overlay-tab-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-top-left-radius: 26px;
  border-bottom-right-radius: 26px;
  background-color: rgba(219, 165, 39, 0.3);
}

.overlay-tab-img.blue {
  background-color: rgba(12, 35, 64, 0.3);
}

.overlay-tab-img.white {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.overlay-tab-img._2 {
  border-radius: 0px 26px;
}

.slider-2 {
  height: 600px;
  margin-top: 300px;
  margin-bottom: 200px;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.section-overflow {
  overflow: hidden;
  height: 100vh;
}

.div-block-4 {
  width: 95%;
  max-width: 1290px;
  min-height: 50px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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-span {
  text-decoration: none;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #0c2340;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 35, 64, 0.7)), to(rgba(12, 35, 64, 0.7))), url("https://uploads-ssl.webflow.com/5fbacbfd9ab3ff21966965b2/6021bd2b4dcc46652fd1a2b2_RGE%20Solutions%20-%20Beyond%20a%20Contractor.jpeg");
  background-image: linear-gradient(180deg, rgba(12, 35, 64, 0.7), rgba(12, 35, 64, 0.7)), url("https://uploads-ssl.webflow.com/5fbacbfd9ab3ff21966965b2/6021bd2b4dcc46652fd1a2b2_RGE%20Solutions%20-%20Beyond%20a%20Contractor.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-6 {
  width: 95%;
  max-width: 1200px;
  min-height: 50px;
}

.heading {
  color: #fff;
}

.paragraph-2 {
  color: #fff;
}

.grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

 