body {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: auto;
  margin-bottom: auto;
  color: #000;
  font-size: 40px;
  line-height: 45px;
  font-style: normal;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #414147;
  font-size: 17px;
  line-height: 25px;
}

a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

blockquote {
  margin-bottom: 10px;
  padding: 0px 20px 0px 30px;
  border-left: 2px solid #ffc527;
  font-family: 'Playfair Display', sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.copyright {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.paragraph-white {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 600;
}

.info-sub-text {
  margin-bottom: 2px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.info-sub-text.biger {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 500;
}

.info-sub-text.service-title {
  margin-bottom: 15px;
  font-size: 19px;
}

.left-margin {
  margin-right: 30px;
}

.left-margin.right {
  margin-right: 0px;
  margin-left: 30px;
}

.page-content {
  margin-right: auto;
  margin-left: auto;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #b2b2c0;
  background-image: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon.darker {
  overflow: hidden;
  background-color: transparent;
}

.social-icon.darker:hover {
  opacity: 1;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-width: 600px;
  padding: 25px 50px;
  -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: transparent;
}

.logo {
  color: #000;
  font-size: 32px;
  line-height: 33px;
  font-weight: 800;
  text-decoration: none;
}

.coppyright-text {
  color: #fff;
  font-size: 8px;
  font-weight: 600;
}

.copyright-wrapper {
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
}

.slider-content {
  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;
}

.top-title {
  position: relative;
  z-index: 2;
  font-size: 32px;
  line-height: 50px;
}

.smooth-loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  background-color: #fff;
}

.line-divider {
  width: 70%;
  height: 1px;
  margin: 80px auto;
  background-color: #ddd;
  background-image: linear-gradient(97deg, #fff, #e1e1e1 53%, #fff 101%);
}

.block-quote {
  width: 80%;
  border-left-color: #fff;
  color: #fff;
  font-size: 35px;
  font-style: italic;
}

.section-title {
  margin-top: 15px;
  font-size: 44px;
  line-height: 50px;
}

.icon-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-flex.no-left {
  margin-right: 0px;
}

.icon-flex.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-flex.breakpoint-1280px {
  display: none;
}

.info-content {
  position: relative;
  display: block;
  overflow: hidden;
}

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

.top-margin-20._80px {
  margin-top: 80px;
}

.top-margin-20._40px {
  margin-top: 40px;
  font-family: 'Playfair Display', sans-serif;
  color: #414147;
  font-size: 17px;
  line-height: 25px;
}

.left-copyright-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.last-grid {
  display: block;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.small-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 250px 5% 180px 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/icons8-worker-512.png'), linear-gradient(60deg, rgba(26, 6, 255, 0.16) 47%, #fff), url('../images/Noble-Logo-Redesigned-no-CnJ.jpg.png');
  background-position: 7% 50%, 0px 0px, 100% 90%;
  background-size: 10%, auto, 600px;
  background-repeat: repeat-y, repeat, no-repeat;
}

.banner.sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 220px 5% 180px;
  -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-image: linear-gradient(60deg, #1a06ff, rgba(173, 166, 255, 0.69) 22%, rgba(26, 6, 255, 0.54) 26%, rgba(26, 6, 255, 0.13) 47%, rgba(195, 189, 255, 0.77) 72%, #fff), linear-gradient(96deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.85)), url('../images/N.E.C-from-LOGO.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, auto 65%;
  background-repeat: repeat, repeat, no-repeat;
}

._80-div {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.services-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quote-name {
  color: #fff;
  font-size: 17px;
}

.error-message {
  color: #fc493e;
  font-weight: 500;
  text-align: center;
}

.nav-text {
  font-size: 16px;
  font-weight: 700;
}

.nav-text.smaller {
  font-size: 15px;
}

.left-arrow-slide {
  width: 50px;
  height: 50px;
  background-color: #000;
  font-size: 19px;
  font-weight: 900;
}

.left-arrow-slide:hover {
  border-color: #7567f8;
  background-color: #ffc527;
}

.footer-gird {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.team-wrapper-second {
  position: relative;
  width: 100%;
}

.button {
  display: inline-block;
  min-width: 160px;
  padding: 16px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #07ad2b;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.black {
  background-color: #000;
}

.button.black:hover {
  background-color: #424242;
}

.video-lightbox {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/FB-Pics-0001.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.video-lightbox.photo-2 {
  height: auto;
  background-image: none;
}

.slide-content {
  position: relative;
  overflow: visible;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
}

.section {
  position: relative;
  padding: 100px 5%;
  background-color: #fff;
}

.section.logo {
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 35px;
  background-color: #dad7ff;
}

.section.gray {
  background-color: #f7f8fc;
}

.section.gray.overflow {
  overflow: hidden;
  padding-bottom: 120px;
}

.section.yellow {
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #4441eb 41%, #c6d0e5);
}

.slide {
  overflow: visible;
  width: 500px;
}

.info-left-wrapper {
  position: relative;
  width: 600px;
  max-width: 600px;
  padding: 60px 80px 35px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.03);
}

.team-photo {
  position: relative;
  min-height: 350px;
  background-image: url('../images/t1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-photo._2 {
  background-image: url('../images/FB-Pics-0003.jpg');
  background-position: 50% 50%;
  background-size: 75%;
}

.left-arrow-service {
  position: absolute;
  left: -13px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 13px 25px 0px;
  border-color: transparent #ffc527 transparent transparent;
}

.left-arrow-service.right {
  left: auto;
  right: -13px;
  border-right-width: 0px;
  border-right-color: transparent;
  border-left-width: 13px;
  border-left-color: #ffc527;
}

.left-arrow-service.right.second-right {
  right: -15px;
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-left-width: 15px;
}

.left-arrow-service.second {
  left: -15px;
  border-top-width: 30px;
  border-right-width: 15px;
  border-bottom-width: 30px;
}

.top-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.small-text-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.small-text-links.left-margin {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 15px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  font-weight: 600;
}

.small-text-links.left-margin:hover {
  opacity: 0.73;
  color: #fff;
}

.sub-text-title {
  color: #000;
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sub-text-title.white {
  color: #fff;
  text-align: center;
}

.sub-text-title.white.left {
  font-family: Merriweather, serif;
  color: #00ff37;
  font-size: 850%;
  line-height: 30%;
  text-align: left;
}

.logo-wrapper {
  width: 100%;
  padding: 20px 3%;
  background-color: #fff;
}

.features-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: transparent;
}

.nav-line {
  position: relative;
  top: 2px;
  width: 100%;
  height: 2px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #ffc527;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  padding: 15px 12px 15px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5% 30px;
  -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: #111;
}

.slide-nav {
  margin-bottom: -50px;
  font-size: 11px;
}

.algin-center {
  position: relative;
  text-align: center;
}

.algin-center.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: left;
}

.free-quote-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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;
}

.quote-button-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  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;
}

.team-grid {
  display: block;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-template-areas: ". Area";
  -ms-grid-columns: 10.5fr;
  grid-template-columns: 10.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 50px;
  margin-right: 30px;
  float: left;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ffc527;
}

.info-icon.x2 {
  width: 40px;
  height: 60px;
}

.icon-grid {
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-title {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.copyright-link {
  color: #fff;
  text-decoration: none;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-title-wrapper.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-wrapper {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.social-wrapper.left {
  float: right;
}

.social-wrapper.left.in-footer {
  margin-left: 40px;
}

.mask {
  overflow: visible;
  width: 100%;
}

.go-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.go-top:hover {
  background-color: #424242;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.sub-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Pacifico, sans-serif;
  color: #4441eb;
  font-size: 60px;
  line-height: 50px;
  font-style: italic;
  text-align: center;
}

.legal-wrapper {
  width: 80%;
  margin-right: auto;
  margin-left: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.protect-title {
  margin-bottom: 30px;
}

.text-field {
  height: 49px;
  font-family: 'Playfair Display', sans-serif;
}

._70 {
  width: 70%;
}

._70.center {
  margin-right: auto;
  margin-left: auto;
}

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 15%;
  margin-right: 15px;
  margin-bottom: 10px;
}

.logo-liceisng {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.color-div {
  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;
  background-color: #ffc527;
}

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

.changelog {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr 1fr 1fr;
  grid-template-columns: 0.75fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licens-grid {
  display: -ms-grid;
  display: grid;
  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;
}

.slider-wrapper {
  padding: 65px 40px;
  border-left: 3px solid #ffc527;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 14%;
  line-height: 20%;
}

.slide-sub-title {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 49px;
  line-height: 53px;
  font-weight: 600;
}

.banner-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block {
  font-family: 'Berkshire Swash', sans-serif;
  color: #1601fd;
  font-size: 34px;
  line-height: 38px;
}

.text-block-2 {
  font-family: 'Great Vibes', cursive;
  color: #0004f8;
  font-size: 120%;
  line-height: 100%;
  text-align: center;
}

.bold-text {
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}

.pm-title {
  font-family: Pacifico, sans-serif;
  color: #1601fd;
  font-size: 500%;
  text-align: center;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  color: #875fc0;
  font-size: 225%;
  line-height: 100%;
  text-align: center;
}

.pv-q {
  margin-top: 12px;
  margin-left: -60px;
  font-family: 'Great Vibes', cursive;
  color: red;
  font-size: 240%;
  line-height: 50px;
}

.pv-a {
  margin-bottom: 50px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 225%;
  line-height: 50px;
}

.nc-title {
  font-family: Pacifico, sans-serif;
  color: #1601fd;
  font-size: 500%;
  text-align: center;
}

.bold-text-3 {
  font-family: 'Berkshire Swash', sans-serif;
  color: #b7f737;
  font-size: 100%;
  line-height: 50px;
}

.heading {
  font-size: 300%;
  text-align: center;
}

.text-block-7 {
  font-family: 'PT Serif', serif;
  font-size: 200%;
  line-height: 120%;
  text-align: justify;
}

.link {
  color: #2600ff;
}

.section-2 {
  margin-bottom: 50px;
}

.section-3 {
  margin-bottom: 50px;
}

.section-4 {
  margin-bottom: 50px;
}

.pm-slide-title {
  margin-top: 32px;
  font-family: Lobster, sans-serif;
  color: #4441eb;
  font-size: 200%;
  line-height: 50%;
  text-align: center;
}

.fsc-slide-title {
  margin-top: 32px;
  font-family: Lobster, sans-serif;
  color: #4441eb;
  font-size: 200%;
  line-height: 50%;
  text-align: center;
}

.nc-slide-title {
  margin-top: 32px;
  font-family: Lobster, sans-serif;
  color: #4441eb;
  font-size: 200%;
  line-height: 50%;
  text-align: center;
}

.link-2 {
  color: #fffcfc;
  font-size: 17px;
}

.paragraph-2 {
  font-family: 'Playfair Display', sans-serif;
  color: #414147;
  font-size: 17px;
  line-height: 25px;
}

.italic-text-2 {
  color: #000;
}

.italic-text-3 {
  color: #000;
}

.heading-2 {
  margin-top: auto;
  margin-bottom: auto;
}

.heading-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-heading {
  margin-bottom: 49px;
}

.paragraph-2-copy {
  color: #414147;
}

.heading-5 {
  font-family: 'Playfair Display', sans-serif;
}

@media screen and (min-width: 1280px) {
  .copyright {
    overflow: visible;
  }

  .paragraph-white {
    font-size: 150%;
  }

  .info-sub-text {
    font-family: 'Varela Round', sans-serif;
    color: #1601fd;
    text-align: center;
  }

  .info-sub-text.biger {
    text-align: center;
  }

  .social-icon.darker {
    overflow: visible;
  }

  .coppyright-text {
    overflow: visible;
  }

  .smooth-loading {
    display: none;
  }

  .icon-flex.none {
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .icon-flex.breakpoint-1280px {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .top-margin-20._40px {
    font-size: 150%;
    line-height: 80%;
  }

  .small-title {
    color: #1601fd;
  }

  .banner {
    padding-right: 10%;
    padding-left: 0%;
    background-color: transparent;
    background-image: url('../images/icons8-worker-512.png'), linear-gradient(60deg, rgba(27, 6, 255, 0.16) 47%, #fff), url('../images/Noble-Logo-Redesigned-no-CnJ.jpg.png');
    background-position: 15% 100%, 0px 0px, 90% 140px;
    background-size: 10%, auto, auto 80%;
    background-repeat: repeat-y, repeat, no-repeat;
  }

  .banner.sub {
    padding-bottom: 168px;
  }

  .button {
    background-color: #24991b;
    font-size: 90%;
  }

  .video-lightbox {
    background-image: url('../images/FB-Pics-0001.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section.yellow {
    background-color: transparent;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #4441eb 4%, #c9cbf0 95%, #c9cbf0);
  }

  .left-arrow-service {
    background-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .left-arrow-service.right {
    background-color: transparent;
  }

  .sub-text-title.white.left {
    font-family: Merriweather, serif;
    color: #00ff37;
    font-size: 105%;
    line-height: 75%;
  }

  .info-icon {
    background-color: #ffc527;
  }

  .copyright-link {
    overflow: visible;
  }

  .utility-page-content {
    margin: -496px -630px 147px 88px;
    border-style: solid;
    border-width: 2px;
    border-color: #071fd1;
    border-radius: 20px;
    box-shadow: 8px 8px 12px 12px #2d07da;
  }

  .slider-wrapper {
    border-style: solid solid none;
    border-width: 1px;
    border-color: #000;
    box-shadow: 18px 0 20px -20px #000;
    font-size: 100%;
    line-height: 20%;
  }

  .slide-sub-title {
    font-size: 350%;
    line-height: 50px;
  }

  .text-block {
    font-family: 'Berkshire Swash', sans-serif;
    font-size: 38px;
  }

  .paragraph {
    text-align: left;
  }

  .text-block-2 {
    font-style: italic;
    text-decoration: underline;
  }

  .pm-title {
    color: #0c0094;
  }

  .text-block-4 {
    font-family: 'Berkshire Swash', sans-serif;
    color: #6900ff;
  }

  .nc-title {
    color: #1500ff;
  }

  .heading {
    margin-bottom: 122px;
  }

  .body {
    background-image: url('../images/Noble-Logo-Redesigned-No-CnJ.jpg');
    background-position: 0% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .paragraph-2 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 17px;
    line-height: 25px;
  }

  .link-block {
    margin-left: -659px;
  }

  .bold-text-7 {
    font-size: 150%;
    line-height: 150%;
  }

  .main-heading {
    margin-top: -68px;
    margin-bottom: 68px;
  }

  .bold-text-8 {
    font-style: italic;
  }

  .paragraph-2-copy {
    font-size: 17px;
    line-height: 25px;
  }

  .text-block-8 {
    color: #000003;
    font-style: italic;
  }
}

@media screen and (max-width: 991px) {
  .copyright {
    margin-bottom: 0px;
  }

  .info-sub-text.biger {
    text-align: center;
  }

  .left-margin {
    margin-right: 0px;
  }

  .page-content {
    padding-left: 0px;
  }

  .logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .top-title {
    font-size: 32px;
    line-height: 40px;
  }

  .block-quote {
    width: 100%;
  }

  .icon-flex.breakpoint-1280px {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .left-copyright-flex {
    padding-left: 0px;
  }

  .top-flex {
    padding: 19px 3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-button {
    padding: 14px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 4px;
    font-size: 26px;
  }

  .menu-button.w--open {
    background-color: #ffc527;
  }

  .banner {
    padding-bottom: 83px;
    background-position: 7% 50%, 0px 0px, 100% 100%;
    background-size: 10%, auto, auto 70%;
  }

  .banner.sub {
    padding: 242px 3% 147px;
    background-size: auto, auto, auto 50%;
  }

  .left-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  ._80-div {
    width: 100%;
  }

  .services-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .team-wrapper-second {
    width: 100%;
  }

  .button {
    margin-bottom: 20px;
  }

  .section {
    padding: 80px 3%;
  }

  .top-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .small-text-links.left-margin {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
  }

  .sub-text-title.white.left {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 700%;
    line-height: 20px;
  }

  .logo-wrapper {
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .features-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    margin-top: 20px;
    padding: 8px 3%;
    border-top: 1px solid #ededed;
    background-color: #fff;
  }

  .nav-line {
    display: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navbar-flex-div {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .team-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .icon-grid {
    width: 100%;
  }

  .container {
    position: relative;
    z-index: 2;
  }

  .legal-wrapper {
    width: 100%;
  }

  ._70 {
    width: 100%;
  }

  .licens-image {
    margin-bottom: 15px;
  }

  .slider-wrapper {
    margin-right: 333px;
    padding: 0px;
    border-left-color: transparent;
  }

  .slide-sub-title {
    font-size: 29px;
    line-height: 50px;
  }

  .banner-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block {
    margin-right: auto;
    padding-left: 135px;
    font-family: 'Berkshire Swash', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
  }

  .pm-title {
    font-size: 250%;
  }

  .container-2 {
    padding-left: 51px;
  }

  .nc-title {
    font-size: 400%;
  }

  .heading {
    margin-left: -46px;
  }

  .text-block-7 {
    margin-left: -60px;
  }
}

@media screen and (max-width: 767px) {
  .copyright {
    margin-bottom: 5px;
  }

  .slider {
    max-width: 500px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .top-title {
    font-size: 26px;
    line-height: 30px;
  }

  .add-margin-device {
    margin-bottom: 30px;
  }

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

  .top-flex {
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner {
    padding-top: 426px;
    font-size: 14%;
  }

  .banner.sub {
    padding-top: 240px;
    padding-bottom: 150px;
    background-position: 0px 0px, 0px 0px, 50% 100%;
    background-size: auto, auto, auto 60%;
  }

  .services-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-gird {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .team-wrapper-second {
    margin-bottom: 30px;
  }

  .video-lightbox {
    margin-top: 20px;
  }

  .section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .slide {
    width: 500px;
  }

  .info-left-wrapper {
    width: 100%;
  }

  .team-photo {
    min-height: 270px;
  }

  .top-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .small-text-links.left-margin {
    margin: 5px 0px;
  }

  .sub-text-title.white.left {
    font-size: 5px;
    line-height: 50px;
  }

  .logo-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-menu {
    margin-top: 0px;
  }

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

  .info-icon {
    display: none;
  }

  .icon-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .social-wrapper.left.in-footer {
    margin-top: 20px;
    margin-left: 0px;
    float: none;
    -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;
  }

  .sub-title {
    font-size: 40px;
    line-height: 40px;
  }

  .slider-wrapper {
    display: none;
  }

  .text-block {
    margin-left: -79px;
    font-size: 80%;
    line-height: 100%;
  }

  .pm-title {
    font-size: 2000%;
  }

  .pv-q {
    margin-left: -43px;
  }

  .nc-title {
    font-size: 2000%;
  }

  .heading {
    margin-left: -45px;
  }

  .text-block-7 {
    margin-right: 11px;
    margin-left: -46px;
    font-size: 150%;
  }
}

@media screen and (max-width: 479px) {
  .info-sub-text.biger {
    text-align: center;
  }

  .left-margin {
    margin-right: 0px;
  }

  .left-margin.right {
    margin-left: 0px;
  }

  .slider {
    max-width: 280px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo {
    font-size: 28px;
    line-height: 30px;
  }

  .top-title {
    margin-bottom: 9px;
  }

  .line-divider {
    width: 100%;
  }

  .section-title {
    margin-right: 5px;
    margin-left: 5px;
  }

  .icon-flex {
    margin-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .icon-flex.align-top {
    margin-right: 0px;
    margin-left: 20px;
  }

  .info-content.none {
    display: none;
  }

  .left-copyright-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-flex {
    padding: 13px 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .banner {
    padding-top: 338px;
    background-image: linear-gradient(60deg, rgba(26, 6, 255, 0.16) 47%, #fff), url('../images/Noble-Logo-Redesigned-no-CnJ.jpg.png');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, auto 70%;
    background-repeat: repeat, no-repeat;
  }

  .banner.sub {
    padding-bottom: 74px;
    background-position: 0px 0px, 0px 0px, 50% 100%;
    background-size: auto, auto, auto 45%;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .navbar {
    margin-top: 0px;
    padding: 5px 5%;
  }

  .video-lightbox {
    height: 300px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide {
    width: 280px;
  }

  .info-left-wrapper {
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .top-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
  }

  .small-text-links.left-margin {
    margin-left: 0px;
  }

  .logo-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-menu {
    z-index: 9999;
    margin-top: 0px;
  }

  .slide-nav {
    margin-bottom: -70px;
  }

  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-title-wrapper {
    margin-bottom: 15%;
    -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;
  }

  .go-top {
    display: none;
  }

  .sub-title {
    font-size: 36px;
    line-height: 38px;
  }

  .slider-wrapper {
    padding: 20px;
  }

  .slide-sub-title {
    font-size: 32px;
    line-height: 37px;
  }

  .text-block {
    margin-right: 0%;
    margin-left: 0px;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 60%;
  }

  .pm-title {
    font-size: 1200%;
  }

  .text-block-4 {
    margin-top: -44px;
    margin-bottom: -81px;
    font-size: 85%;
  }

  .container-2 {
    padding-left: 2px;
  }

  .pv-q {
    padding-left: 20px;
    font-size: 200%;
    text-align: center;
  }

  .pv-a {
    font-size: 140%;
  }

  .nc-title {
    font-size: 1300%;
  }

  .bold-text-3 {
    margin-left: 29px;
  }

  .heading {
    font-size: 100%;
  }

  .text-block-7 {
    margin-left: 11px;
    font-size: 100%;
  }

  .pm-slide-title {
    line-height: 100%;
  }
}

#w-node-_2491d098-4d06-9ad6-f4a0-3d5e95fb9b37-95fb9b34 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2491d098-4d06-9ad6-f4a0-3d5e95fb9b72-95fb9b34 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_2491d098-4d06-9ad6-f4a0-3d5e95fb9b37-95fb9b34 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2491d098-4d06-9ad6-f4a0-3d5e95fb9b72-95fb9b34 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2491d098-4d06-9ad6-f4a0-3d5e95fb9b72-95fb9b34 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

