.body {
  font-family: 'Open Sans', sans-serif;
  color: #646464;
  font-size: 18px;
  line-height: 1.6;
}

.navbartop {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 99;
  height: 37px;
  max-width: 100%;
  min-width: 100%;
  background-color: #a8dbba;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-width: 95%;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.nav-container.navtop-container {
  position: relative;
  top: 17px;
  height: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navtop-paragraph {
  margin-bottom: 0px;
  color: #646464;
  font-size: 13px;
  text-align: center;
}

.navtop-paragraph.left {
  margin-left: 2vw;
}

.navtop-paragraph.middledivider {
  margin-right: 0.7vw;
  margin-left: 0.7vw;
  color: #9e9e9e;
}

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

.navmenu {
  background-color: transparent;
}

.header-arrow {
  display: inline-block;
  font-size: 1.1vw;
}

.dropdown-list {
  top: 100%;
  background-color: transparent;
}

.navbarlinkwrapper {
  position: relative;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.headernav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -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;
  list-style-type: none;
}

.dropdown-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  background-color: #fff;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.4);
}

.dropdown-list-wrapper.w--open {
  right: -150px;
  margin-top: 30px;
  padding: 30px 20px;
  background-color: #f5f7fa;
  box-shadow: 0 1px 9px 0 rgba(9, 7, 24, 0.05), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
  line-height: 1em;
}

.dropdown-list-wrapper.w--open:hover {
  font-style: normal;
  font-weight: 400;
}

.new-item-wrapper {
  margin-right: 1vw;
  margin-left: 1vw;
}

.new-item-wrapper.button-mobile {
  display: none;
}

.dropdown-link-4 {
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #7a7a7a;
  font-size: 1.2vw;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-link-4:hover {
  color: #000;
}

.dropdown-link-4.w--current {
  color: #7a7a7a;
}

.nav-link-drop-down {
  position: static;
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #6d768d;
  text-decoration: none;
}

.nav-link-drop-down:hover {
  color: #0b98dc;
  font-style: italic;
  font-weight: 700;
}

.nav-link-drop-down.dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-drop-down.dropdown:hover {
  font-style: normal;
  font-weight: 400;
}

.text-block-2 {
  line-height: 1.6;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  width: 100%;
  height: 110px;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f7f7f7;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  -webkit-perspective: 3000px;
  perspective: 3000px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: height 300ms ease, background-color 300ms ease;
  transition: height 300ms ease, background-color 300ms ease;
}

.navbarlink {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #474747;
  font-size: 1.3vw;
  text-decoration: none;
  white-space: nowrap;
}

.navbarlink.w--current {
  color: #f5056d;
  font-weight: 700;
}

.navbarlink.dropdpwn {
  display: inline-block;
}

.navbarlink.dropdpwn:hover {
  font-style: normal;
}

.homes1 {
  position: relative;
  overflow: hidden;
}

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -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;
}

.bg.banner {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 20px;
  background-color: rgba(245, 5, 109, 0.4);
}

.bg.cross {
  left: auto;
  top: -30%;
  right: auto;
  width: 35%;
}

.bg.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bg.image.p1 {
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.bg.black {
  background-color: rgba(247, 248, 248, 0.37);
}

.bg.navbarlinkicon {
  left: -13px;
  top: -5px;
  right: auto;
  display: none;
  width: 25px;
  height: 25px;
  max-width: none;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.bg.blackcover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent);
}

.bg.footergrad {
  width: 100%;
  background-color: rgba(172, 9, 80, 0.8);
  opacity: 0.85;
}

.bg.blue {
  background-color: rgba(240, 195, 209, 0.51);
}

.bg.topsbg {
  left: -2.5%;
  top: -2.5%;
  width: 105%;
  height: 105%;
  max-width: none;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.footerimage {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.buttonbg {
  border-radius: 7px;
  background-color: #f5056d;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1350px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.container.formcontainer {
  position: relative;
  z-index: 5;
  display: block;
  max-width: 90vw;
  margin-top: -10px;
  padding-top: 35px;
  padding-bottom: 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;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 15px 27px -20px #3d011b;
}

.container._84 {
  padding-right: 8vw;
  padding-left: 8vw;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f6f6fc;
  line-height: 1.3;
  text-align: center;
}

.slider {
  height: 550px;
  min-height: 550px;
  min-width: 100vw;
}

.slide {
  overflow: hidden;
  height: 100%;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slidewrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 5vw;
  margin-left: 5vw;
  padding-top: 190px;
  padding-bottom: 110px;
  -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;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 60px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider {
  width: 20vw;
  height: 5px;
  border-radius: 15px;
  background-color: rgba(245, 5, 109, 0.78);
}

.paragraph {
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fffcfd;
  font-size: 45px;
  line-height: 0.9;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.redbutton {
  position: relative;
  overflow: hidden;
  padding: 10px 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: #f5056d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fffcfd;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.redbutton:hover {
  margin-top: -3px;
  margin-bottom: 3px;
  box-shadow: 0 5px 5px -5px rgba(61, 1, 27, 0.8);
}

.redbutton.navbarbutton {
  margin-left: 0.7vw;
  padding: 8px 20px;
}

.redbutton.mobile {
  display: none;
}

.redbutton.hero {
  background-color: #ac0950;
  font-size: 16px;
  line-height: 1.3;
}

.buttontext {
  position: relative;
  margin-bottom: 0px;
  white-space: nowrap;
}

.buttontext.sub {
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.subfooterwrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.container-2 {
  z-index: 1;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-2._84vw {
  position: relative;
  padding-right: 8vw;
  padding-left: 8vw;
  background-color: transparent;
}

.button {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

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

.pagewrapper {
  overflow: hidden;
  background-color: #fff;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.trianglebutton {
  position: relative;
  display: none;
  width: 55px;
  height: 55px;
  max-height: 90%;
  margin-left: 1.5vw;
  background-image: url('../images/warnningsign.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.trianglebutton:hover {
  -webkit-transform: scale3d(0.96, 0.96, 5);
  transform: scale3d(0.96, 0.96, 5);
}

.div-block-13 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 23vw;
  bottom: auto;
  z-index: 1000;
  display: none;
  padding: 10px 12px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fffaa0;
  box-shadow: 0 1px 8px 0 #000;
}

.text-span-12 {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-14 {
  margin-bottom: 0px;
  text-align: center;
}

.homeserviceswrapper {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: 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;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.homeservicewrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 35vw;
  height: 100%;
  padding-bottom: 20px;
  -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;
  border-radius: 20px;
}

._8070_4550 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 70px;
}

.homefeaturewrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 330px;
  margin: 12px 16px;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  cursor: pointer;
}

.homefeaturecontentwrapper {
  position: relative;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homefeatureswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-top: 10px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.featurefront {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2.position {
  border-radius: 10px;
  -o-object-position: 19% 50%;
  object-position: 19% 50%;
}

.image-3 {
  position: relative;
  height: 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-15 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.5px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-15.back {
  padding: 10px 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.featureback {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  border-radius: 10px;
  background-color: #af1c5c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5056d), to(transparent));
  background-image: linear-gradient(180deg, #f5056d, transparent);
  box-shadow: 0 8px 13px -5px rgba(0, 0, 0, 0.74);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

._8080_6060 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f0c3d1;
}

.div-block-15 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.slideright {
  display: -ms-grid;
  display: grid;
  margin-bottom: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slideleft {
  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: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.servicetop {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}

.logo {
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.report_section {
  overflow: hidden;
  background-color: transparent;
}

.topbluesection {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #000;
}

.text-span-14 {
  color: #f5056d;
}

.div-block-30 {
  width: 90%;
}

.serviceimagewrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 30vw;
  -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-radius: 10px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: background-color 700ms ease;
  transition: background-color 700ms ease;
}

.text-span-20 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

._35_23 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #3d011b;
  font-size: 35px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

._35_23.maptitle {
  text-align: left;
}

._35_23.servicetopt {
  color: #f6f6fc;
  text-shadow: 1px 1px 6px #3d011b;
}

.navbarlinkwrapper-2 {
  position: relative;
}

.slideitemswrapper {
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slideitemtitlelarge {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f5056d;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.link-5 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: 0 1px 5px #000;
}

.slideitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 25px 30px 20px;
  -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: rgba(255, 252, 253, 0.66);
  letter-spacing: -0.7px;
}

.slideitemtitlesmall {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 1px 5px #0e0e0e;
}

.mask {
  height: 100%;
}

.slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -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;
}

.space-2 {
  font-size: 14px;
}

.div-block-20 {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer_icon-2 {
  height: 18px;
  margin-top: 4px;
  margin-right: 10px;
}

.div-block-21 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footertitle-2 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.footertitle-2.w--current {
  color: #000;
  font-weight: 500;
}

.footerparagraphy {
  margin-bottom: 3px;
  padding-left: 0px;
  color: #f6edf1;
  font-size: 17px;
  line-height: 1.5;
}

.footerparagraphy.payment {
  margin-bottom: 0px;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -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;
}

.footer-content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 23vw;
  margin-top: 0px;
  padding-bottom: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
}

.footer-content-block.widder {
  min-width: 30vw;
}

.link-6 {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #f6edf1;
  text-decoration: none;
}

.link-6:hover {
  color: #3d011b;
  text-decoration: underline;
}

.footeritemwrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sub-footer-3 {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 14px;
  background-color: #f5056d;
}

.footerwrapper {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 90%;
  padding-right: 16px;
  padding-left: 16px;
  -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: 4vw;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footerlink {
  display: inline-block;
  margin-bottom: 3px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e5e7e8;
  font-size: 17px;
  line-height: 1.5;
  text-decoration: none;
}

.footerlink:hover {
  color: #fff;
}

.footerlink.w--current {
  font-weight: 500;
}

.footerlink.nopadding {
  display: inline;
}

.subfootertext-2 {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fffcfd;
  font-size: 14px;
  line-height: 1.3;
  text-align: right;
}

.mainbutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50px;
  padding-right: 70px;
  padding-left: 20px;
  -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: #fad29a;
  text-decoration: none;
  cursor: pointer;
}

._32_23 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
}

._32_23.special {
  text-align: center;
}

.topp {
  max-width: 80vw;
  margin: 10px auto 0px;
  color: #fff;
  text-align: center;
}

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

.jobcontentwrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 5px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.jobapplyformwrapper {
  position: relative;
  z-index: 2;
  min-width: 90vw;
}

.jobsection {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}

.paragraph-7 {
  margin-bottom: 30px;
  padding-top: 5px;
  line-height: 1.6;
  text-align: center;
}

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

.h3 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #120850;
  font-size: 24px;
  line-height: 1.4em;
}

.h3.dropdowntitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-right: 55px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #282828;
  font-size: 22px;
}

.h3.dropdowntitle.small {
  min-height: 43px;
  font-size: 20px;
}

.h3.faq-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-right: 55px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3d011b;
  font-size: 22px;
}

.jobwrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
}

.dropdowncontent {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #3f3f3f;
}

.div-block-35 {
  width: 90vw;
}

.div-block-31 {
  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;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paymenticon {
  overflow: hidden;
  height: 30px;
  margin-top: 6px;
  margin-right: 5px;
  border-radius: 3px;
  -o-object-fit: contain;
  object-fit: contain;
}

.space_20 {
  height: 20px;
}

.burger-button-wrapper {
  padding: 10px;
  cursor: pointer;
}

.burger-line-top {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.burger-line-middle {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.burger-line-bottom {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  background-color: #fff;
}

.div-block-58 {
  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;
}

.image-11 {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-11.decoration {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-59 {
  display: -ms-grid;
  display: grid;
  width: 85%;
  -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-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-60 {
  display: -ms-grid;
  display: grid;
  margin-top: 5px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-span-5 {
  color: #000;
}

._8090_4550 {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #fdfdfd;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -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;
}

._35_21 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #002765;
  font-size: 35px;
  line-height: 1.3;
  text-align: center;
}

._35_21.special {
  text-align: left;
  letter-spacing: -0.5px;
}

.space {
  display: none;
}

.div-block-1 {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-5 {
  margin-top: 3px;
  margin-bottom: 0px;
  line-height: 1.6;
  text-align: center;
}



.text_body {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 17px;
}

.text-span-21 {
  color: #f5056d;
}

.card_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.96em;
  height: 3.96em;
  -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;
  border-radius: 1.41em;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14);
}

.cardtitle {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #333;
  font-size: 22px;
  line-height: 1.3;
}

.d-105-card-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 18vw;
  border-radius: 10px;
  background-color: #f6edf1;
  box-shadow: 0 23px 17px -23px #3d011b;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.d-105-text-wrapper {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 16vw;
  padding: 20px;
  -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;
}

.d-105-author-text {
  color: #333;
  font-size: 14px;
}

.cardimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 18vw;
  max-height: 100%;
  border-radius: 10px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.d-105-3d-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  border-radius: 10px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  text-decoration: none;
}

.text-span-22 {
  font-size: 12px;
}

.space_10 {
  height: 10px;
}

.paragraph-31 {
  margin-top: 10px;
}

.list-item-3 {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 30px;
  background-image: url('../images/d4.png');
  background-position: 0% 7px;
  background-size: auto 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 500ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 350ms cubic-bezier(.215, .61, .355, 1);
  transition: background-position 500ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 350ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 350ms cubic-bezier(.215, .61, .355, 1), background-position 500ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 350ms cubic-bezier(.215, .61, .355, 1), background-position 500ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 350ms cubic-bezier(.215, .61, .355, 1);
  font-size: 17px;
  list-style-type: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.list-item-3:hover {
  background-position: 0% 5px;
  background-size: auto 14px;
  -webkit-transform: translate3d(0px, -2px, 10px);
  transform: translate3d(0px, -2px, 10px);
}

.list-3 {
  margin-bottom: 0px;
  padding-left: 0px;
}

.serviceimage {
  width: 100%;
  height: 100%;
  max-width: 60vw;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mapsection {
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 80px;
  background-color: #f6edf1;
  color: #3f3f3f;
}

.div-block-62 {
  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;
  grid-template-rows: auto;
}

.sildeitem2 {
  width: 100%;
  border-radius: 7px;
  background-color: rgba(255, 252, 253, 0.7);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.slidetitlesmall {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 9px 20px 9px 50px;
  border-radius: 7px;
  background-color: #ac0950;
  background-image: url('../images/d1.png');
  background-position: 20px 10.5px;
  background-size: auto 19px;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.slidetitlesmall:hover {
  background-image: url('../images/d2.png');
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.text-span-25 {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
}

.dropdowniconwrapper-2 {
  position: absolute;
  left: auto;
  top: 5px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 43px;
  min-height: 43px;
  min-width: 43px;
  -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: 1000px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(31, 36, 50, 0.2);
  cursor: pointer;
}

.line-icon-3 {
  position: absolute;
  width: 18px;
  min-height: 3px;
  background-color: #ac0950;
}

.jobcomtent {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.arealist {
  position: relative;
  display: none;
  min-width: 100%;
  margin-bottom: 20px;
  padding: 5px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 10px 20px -10px rgba(16, 27, 34, 0.08);
}

.mapcontainer {
  display: -ms-grid;
  display: grid;
  max-width: 84%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.list-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.mainbutton-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50px;
  padding-right: 70px;
  padding-left: 20px;
  -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: #3a88fe;
  text-decoration: none;
  cursor: pointer;
}

.line-icon-4 {
  position: absolute;
  width: 3px;
  min-height: 18px;
  background-color: #ac0950;
}

.list-item-4 {
  min-width: 28%;
  margin-right: 30px;
  margin-bottom: 0px;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-span-26 {
  display: inline-block;
  margin-top: 10px;
}

.paragraph-23 {
  margin-bottom: 20px;
  text-align: left;
}

.buttontext2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 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-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.redbutton2 {
  position: relative;
  padding: 11px 25px 10px;
  border-radius: 7px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.redbutton2:hover {
  box-shadow: 0 6px 5px -5px rgba(61, 1, 27, 0.8);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.paragraph-25 {
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: center;
}

.div-block-54 {
  min-width: 90vw;
  padding: 10px;
}

.contactp {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}

.div-block-82 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -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;
}

.container-5 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

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

._4590_3540 {
  padding-top: 45px;
  padding-bottom: 90px;
}

.cuwrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 5px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-12 {
  height: 39px;
  margin-right: 15px;
  padding-bottom: 3px;
  -o-object-fit: contain;
  object-fit: contain;
}

.jobdescriptiondropdownwrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  text-decoration: none;
}

.paragraph-6 {
  margin-bottom: 15px;
  white-space: normal;
}

.text-block-9 {
  margin-bottom: 3px;
  margin-left: 10px;
  font-size: 17px;
  white-space: normal;
}

.dropdowniconwrapper {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45px;
  min-height: 45px;
  min-width: 45px;
  -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: 1000px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(31, 36, 50, 0.2);
  cursor: pointer;
}

.jobdescriptionwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5f7fa;
}

.line-icon-1 {
  position: absolute;
  width: 18px;
  min-height: 3px;
  background-color: #3d011b;
}

.list-item-2 {
  margin-bottom: 0px;
}

.arrow {
  display: inline-block;
}

.paragraph-8 {
  margin-bottom: 0px;
  font-size: 16px;
}

.line-icon-2 {
  position: absolute;
  width: 3px;
  min-height: 18px;
  background-color: #3d011b;
}

.list-5 {
  margin-left: 10px;
  padding-left: 30px;
}

.text-span-27 {
  white-space: nowrap;
}

.paragraph-32 {
  margin-bottom: 30px;
}

.text-span-28 {
  display: inline-block;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
}

.div-block-83 {
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (min-width: 1440px) {
  .dropdown-list:hover {
    font-style: normal;
    font-weight: 400;
  }

  .dropdown-list-wrapper:hover {
    font-style: normal;
    font-weight: 400;
  }

  .dropdown-link-4 {
    font-size: 17px;
  }

  .nav-link-drop-down {
    display: inline-block;
    margin-top: 4px;
  }

  .navbarlink {
    font-size: 18px;
  }

  .link-5 {
    font-family: 'Varela Round', sans-serif;
  }

  .mapcontainer {
    max-width: 75%;
  }

  ._4590_3540 {
    padding-bottom: 120px;
  }

  .jobdescriptiondropdownwrapper {
    display: inline-block;
    margin-top: 4px;
  }

  .list-5 {
    margin-top: 7px;
  }
}

@media screen and (max-width: 991px) {
  .nav-container.navtop-container {
    top: 13px;
  }

  .navmenu {
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-height: 80vh;
    max-width: 80vw;
    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;
    background-color: #fff;
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, 0.08), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
  }

  .header-arrow {
    font-size: 15px;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown-list.w--open {
    -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;
  }

  .nav-menu-button {
    margin-left: 1.5vw;
    padding: 0px;
    border-radius: 1000px;
    background-color: #000;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
    transition: background-color 300ms ease, -webkit-transform 300ms ease;
    transition: background-color 300ms ease, transform 300ms ease;
    transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 30px;
  }

  .nav-menu-button:hover {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }

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

  .navbarlinkwrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .headernav {
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .dropdown-list-wrapper {
    margin-top: 4px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.11);
    box-shadow: none;
  }

  .dropdown-list-wrapper.w--open {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    padding: 25px 10px;
    -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;
  }

  .new-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .new-item-wrapper.button-mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-link-4 {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 1.5;
  }

  .nav-link-drop-down.dropdown {
    width: 100%;
    text-align: center;
  }

  .navbarlink {
    font-size: 17.5px;
  }

  .container.formcontainer {
    padding: 30px 25px 25px;
  }

  .heading {
    font-size: 33px;
  }

  .slider {
    height: 530px;
    min-height: 530px;
  }

  .slidewrapper {
    padding-top: 170px;
  }

  .paragraph {
    font-size: 35px;
  }

  .redbutton.navbarbutton {
    font-size: 16px;
  }

  .redbutton.mobile {
    display: block;
    padding: 5px 25px;
  }

  .buttontext {
    font-size: 17px;
  }

  .subfooterwrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-10 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 100%;
    padding-top: 20px;
    -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;
  }

  .trianglebutton {
    margin-right: 20px;
    margin-left: 12px;
  }

  .div-block-13 {
    right: 30vw;
  }

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

  .homeservicewrapper {
    width: 43vw;
  }

  .homefeaturewrapper {
    width: 300px;
  }

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

  .div-block-15 {
    justify-items: start;
    grid-row-gap: 25px;
  }

  .slideright {
    margin-bottom: 25px;
    grid-column-gap: 25px;
  }

  .slideleft {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .serviceimagewrapper {
    height: 40vw;
  }

  .text-span-20 {
    font-size: 18px;
  }

  ._35_23 {
    font-size: 33px;
  }

  .slideitemtitlelarge {
    font-size: 25px;
  }

  .link-5 {
    font-size: 18px;
  }

  .slideitemtitlesmall {
    font-size: 19px;
  }

  .space-2 {
    font-size: 10px;
  }

  .footer-content-block {
    margin-bottom: 0px;
    text-align: left;
  }

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

  .footerlink {
    font-size: 17px;
  }

  .subfootertext-2 {
    text-align: right;
  }

  ._32_23 {
    font-size: 29px;
  }

  ._32_23.special {
    text-align: left;
  }

  .jobcontentwrapper {
    padding-top: 0px;
  }

  .jobsection {
    padding-top: 50px;
  }

  .paragraph-7 {
    padding-top: 10px;
  }

  .h3.dropdowntitle.small {
    color: #fff;
  }

  .jobwrapper {
    width: 90%;
  }

  .burger-button-wrapper {
    padding-right: 16px;
    padding-left: 16px;
    -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;
  }

  .div-block-59 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-60 {
    margin-left: 0px;
  }

  .div-block-61 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._35_21 {
    font-size: 33px;
  }

  .space {
    display: block;
  }

  .div-block-3 {
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-5 {
    margin-top: 0px;
    text-align: left;
  }

  .text_body {
    margin-top: 10px;
    margin-left: 0px;
  }

  .cardtitle {
    white-space: normal;
  }

  .d-105-card-wrapper {
    padding-top: 0vw;
    padding-left: 50%;
  }

  .d-105-text-wrapper {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    max-height: none;
    min-height: 30vw;
    padding: 55px 40px 52px;
  }

  .cardimage {
    width: 50%;
    height: 100%;
  }

  .dropdowniconwrapper-2 {
    top: 5px;
  }

  .arealist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    background-color: #f5056d;
    color: #fff;
  }

  .mapcontainer {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-copy {
    margin-bottom: 15px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-80 {
    display: none;
  }

  .list-item-4 {
    color: #ffe5ed;
  }

  .div-block-82 {
    width: 90%;
  }

  ._4590_3540 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .cuwrapper {
    padding-top: 0px;
  }

  .image-12 {
    margin-right: 20px;
  }

  .jobdescriptiondropdownwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    font-size: 25px;
  }

  .list-5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .nav-container.navtop-container {
    height: 20px;
  }

  .navmenu {
    max-height: 65vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .dropdown-list.w--open {
    text-align: left;
  }

  .nav-menu-button {
    background-color: #fff;
  }

  .brand {
    height: 100px;
    padding-left: 0px;
  }

  .headernav {
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .dropdown-list-wrapper {
    padding-bottom: 0px;
  }

  .dropdown-list-wrapper.w--open {
    margin-left: 0px;
    text-align: left;
  }

  .new-item-wrapper.button-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0vw;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-link-4 {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .navbar {
    height: 100px;
  }

  .navbarlink {
    font-size: 17px;
    line-height: 1.5;
  }

  .bg.banner {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container.formcontainer {
    max-width: 93vw;
    padding: 20px 12px 15px;
  }

  .heading {
    font-size: 26px;
  }

  .slider {
    height: 540px;
    min-height: 540px;
  }

  .slidewrapper {
    padding-top: 180px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block {
    top: 40px;
    overflow: visible;
  }

  .divider {
    width: 50vw;
  }

  .paragraph {
    font-size: 26px;
    line-height: 1.1;
  }

  .redbutton.navbarbutton {
    display: none;
  }

  .redbutton.mobile {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 9px;
    padding-bottom: 7px;
  }

  .redbutton.mobile:hover {
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: none;
  }

  .subfooterwrapper {
    height: auto;
  }

  .container-2 {
    height: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .button {
    font-size: 16px;
  }

  .trianglebutton {
    display: none;
  }

  .div-block-13 {
    top: 5vh;
    right: 15vw;
    padding: 5px 8px;
  }

  .text-span-12 {
    font-size: 17px;
  }

  .paragraph-14 {
    font-size: 13px;
  }

  .homeserviceswrapper {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .homeservicewrapper {
    width: 80vw;
    height: auto;
    max-width: 470px;
  }

  .homefeaturewrapper {
    width: 350px;
    height: 310px;
  }

  .homefeatureswrapper {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-3 {
    height: 60px;
  }

  .paragraph-15 {
    font-size: 25px;
  }

  .paragraph-15.back {
    font-size: 17px;
    line-height: 1.5;
  }

  ._8080_6060 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .div-block-15 {
    grid-row-gap: 10px;
  }

  .slideright {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .servicetop {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .serviceimagewrapper {
    height: 45vw;
  }

  .serviceimagewrapper:hover {
    padding-top: 1.25vh;
    padding-bottom: 1.35vh;
  }

  .text-span-20 {
    font-size: 17px;
  }

  ._35_23 {
    font-size: 29px;
  }

  .slideitemswrapper {
    margin-right: 7vw;
    margin-left: 7vw;
  }

  .slideitemtitlelarge {
    font-size: 23px;
  }

  .link-5 {
    font-size: 17px;
  }

  .footer_icon-2 {
    margin-top: 4px;
  }

  .footertitle-2 {
    margin-top: 40px;
    margin-bottom: 9px;
  }

  .footerparagraphy {
    margin-bottom: 2px;
  }

  .footer {
    padding-top: 20px;
  }

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

  .footerlink {
    margin-bottom: 1px;
  }

  .subfootertext-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  ._32_23 {
    font-size: 26px;
  }

  .jobcontentwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .jobsection {
    padding-bottom: 50px;
  }

  .h3 {
    margin-bottom: 13px;
    font-size: 22px;
  }

  .h3.dropdowntitle {
    margin-right: 50px;
  }

  .h3.faq-title {
    margin-right: 50px;
  }

  .div-block-35 {
    width: 90vw;
  }

  .space_20 {
    height: 15px;
  }

  .burger-line-top {
    background-color: #e53e3e;
  }

  .burger-line-middle {
    background-color: #e53e3e;
  }

  .burger-line-bottom {
    background-color: #e53e3e;
  }

  .div-block-59 {
    width: 90%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-60 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._8090_4550 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .div-block-61 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  ._35_21 {
    font-size: 28px;
  }

  .text_body {
    margin-top: 0px;
    margin-left: 20px;
  }

  .cardtitle {
    font-size: 20px;
  }

  .d-105-card-wrapper {
    padding-top: 40vw;
    padding-left: 0%;
  }

  .d-105-text-wrapper {
    height: auto;
    min-height: 0vw;
    padding: 20px 30px 25px;
  }

  .cardimage {
    width: 100%;
    height: 40vw;
  }

  .serviceimage {
    max-width: 90%;
  }

  .mapsection {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .div-block-62 {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slidetitlesmall {
    font-size: 17px;
  }

  .mapcontainer {
    grid-row-gap: 20px;
  }

  .list-copy {
    font-size: 17px;
  }

  .list-item-4 {
    min-width: 42%;
  }

  .paragraph-23 {
    margin-bottom: 15px;
  }

  .paragraph-25 {
    margin-bottom: 25px;
  }

  .container-5 {
    padding-right: 18px;
    padding-left: 18px;
  }

  ._4590_3540 {
    padding-top: 35px;
  }

  .cuwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .image-12 {
    height: 35px;
    margin-right: 15px;
  }

  .paragraph-6 {
    margin-bottom: 10px;
  }

  .list-5 {
    padding-left: 25px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 17px;
    line-height: 1.57;
  }

  .nav-container {
    height: 70px;
    max-width: 90%;
    padding-top: 10px;
  }

  .nav-container.navtop-container {
    top: 17px;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .navtop-paragraph.mobile {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .navtop-paragraph.middledivider {
    display: none;
  }

  .navmenu {
    max-height: 80vh;
    max-width: 100vw;
  }

  .nav-menu-button {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .nav-menu-button:hover {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .brand {
    height: 100px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .headernav {
    margin-right: 16px;
    margin-left: 16px;
  }

  .dropdown-list-wrapper {
    margin-top: 0px;
  }

  .dropdown-list-wrapper.w--open {
    padding-top: 30px;
  }

  .new-item-wrapper.button-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-link-4 {
    font-size: 15.5px;
    text-align: center;
    white-space: normal;
  }

  .navbar {
    height: 100px;
  }

  .bg.cross {
    top: -10%;
  }

  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.formcontainer {
    padding-right: 7px;
    padding-left: 7px;
    border-radius: 5px;
  }

  .heading {
    font-size: 23px;
  }

  .slidewrapper {
    padding-top: 160px;
  }

  .paragraph {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .redbutton {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 3.8vw;
  }

  .buttontext {
    font-size: 16px;
  }

  .subfooterwrapper {
    height: auto;
  }

  .container-2 {
    height: auto;
    padding-right: 11px;
    padding-left: 11px;
  }

  .button {
    margin-bottom: 0px;
  }

  .div-block-13 {
    top: 9vh;
    right: 20vw;
  }

  .text-span-12 {
    font-size: 3.5vw;
  }

  .paragraph-14 {
    font-size: 3vw;
  }

  .homeserviceswrapper {
    width: 90%;
    max-width: 95%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .homeservicewrapper {
    width: 90vw;
  }

  ._8070_4550 {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .homefeaturewrapper {
    width: 320px;
    height: 360px;
    max-height: 97vw;
    max-width: 87vw;
  }

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

  .paragraph-15 {
    font-size: 22px;
  }

  .paragraph-15.back {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.45;
  }

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

  .slideright {
    grid-row-gap: 20px;
  }

  .topbluesection {
    position: relative;
    z-index: 3;
  }

  .serviceimagewrapper:hover {
    padding-top: 9px;
    padding-bottom: 11px;
  }

  .text-span-20 {
    font-size: 16px;
  }

  ._35_23 {
    font-size: 23px;
  }

  .slideitemswrapper {
    margin-right: 3vw;
    margin-left: 3vw;
    grid-row-gap: 25px;
  }

  .slideitemtitlelarge {
    font-size: 22px;
  }

  .link-5 {
    font-size: 15.5px;
  }

  .slideitem {
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .slideitemtitlesmall {
    font-size: 17px;
  }

  .footerparagraphy {
    font-size: 16px;
  }

  .footerparagraphy.payment {
    margin-bottom: 3px;
  }

  .footer {
    padding-top: 20px;
  }

  .sub-footer-3 {
    margin-top: 40px;
  }

  .footerlink {
    font-size: 16px;
  }

  .subfootertext-2 {
    font-size: 12.5px;
  }

  ._32_23 {
    font-size: 23px;
    line-height: 1.3;
  }

  .topp {
    margin-top: 15px;
  }

  .jobcontentwrapper {
    grid-row-gap: 5px;
  }

  .jobapplyformwrapper {
    min-width: 97vw;
  }

  .jobsection {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .h3.dropdowntitle {
    min-height: 40px;
    font-size: 20px;
  }

  .h3.dropdowntitle.small {
    min-height: 40px;
    font-size: 18px;
  }

  .h3.faq-title {
    height: 40px;
    font-size: 20px;
  }

  .div-block-35 {
    width: 92vw;
  }

  .div-block-31 {
    padding-bottom: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .paymenticon {
    height: 28px;
  }

  .space_20 {
    height: 15px;
  }

  .div-block-60 {
    margin-top: 2vw;
    margin-bottom: 0vw;
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._8090_4550 {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  ._35_21 {
    font-size: 21px;
  }

  .div-block-1 {
    margin-top: -5px;
  }

  .cardtitle {
    line-height: 1.4;
  }

  .d-105-card-wrapper {
    padding-top: 45vw;
  }

  .d-105-text-wrapper {
    max-height: 45vw;
    padding-right: 27px;
    padding-left: 27px;
  }

  .cardimage {
    height: 45vw;
  }

  .list-item-3 {
    font-size: 16.5px;
  }

  .text-span-23 {
    display: none;
  }

  .slidetitlesmall {
    padding-left: 42px;
    background-position: 15px 11px;
    background-size: auto 18px;
    font-size: 17px;
  }

  .dropdowniconwrapper-2 {
    top: 7px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    box-shadow: 0 3px 10px 0 rgba(31, 36, 50, 0.2);
  }

  .line-icon-3 {
    width: 15px;
  }

  .arealist {
    margin-right: 0vw;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .mapcontainer {
    grid-row-gap: 15px;
  }

  .list-copy {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .line-icon-4 {
    min-height: 15px;
  }

  .div-block-81 {
    -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;
  }

  .div-block-54 {
    min-width: 93vw;
    padding: 7px;
  }

  .container-5 {
    padding-right: 11px;
    padding-left: 11px;
  }

  ._4590_3540 {
    padding-bottom: 40px;
  }

  .cuwrapper {
    grid-row-gap: 5px;
  }

  .image-12 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

  .paragraph-6 {
    margin-bottom: 10px;
  }

  .text-block-9 {
    margin-left: 5px;
    font-size: 16.54px;
  }

  .dropdowniconwrapper {
    top: 7px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .jobdescriptionwrapper {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .line-icon-1 {
    width: 15px;
  }

  .line-icon-2 {
    min-height: 15px;
  }

  .list-5 {
    margin-bottom: 5px;
    margin-left: 5px;
    padding-left: 20px;
  }

  .text-span-28 {
    font-size: 16px;
    line-height: 1.2;
  }

  .div-block-83 {
    width: 47px;
    height: 47px;
  }
}

#w-node-fab04923-6121-6afe-68a6-b0895b67113f-db1b7900 {
  -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-_6a8bd3f8-b044-3bc6-c44a-f7c9b01aa97b-db1b7900 {
  -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-node-_6a8bd3f8-b044-3bc6-c44a-f7c9b01aa982-db1b7900 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3f7952f-326d-438c-f98c-83bf239cb615-239cb5ee {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f321828c-dea8-8983-6627-bb91e327c66d-231b7905 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f321828c-dea8-8983-6627-bb91e327c66d-f61b7907 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6a8bd3f8-b044-3bc6-c44a-f7c9b01aa97b-db1b7900 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_6a8bd3f8-b044-3bc6-c44a-f7c9b01aa982-db1b7900 {
    -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-_1586a353-1488-928f-7af0-1f03c6eb36be-db1b7900 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4bd4213e-1b19-6c7a-e061-b95cb7bc4909-239cb5ee {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d3f7952f-326d-438c-f98c-83bf239cb615-239cb5ee {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6a8bd3f8-b044-3bc6-c44a-f7c9b01aa97b-db1b7900 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_1586a353-1488-928f-7af0-1f03c6eb36be-db1b7900 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4bd4213e-1b19-6c7a-e061-b95cb7bc4909-239cb5ee {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #contact.w-node-d3f7952f-326d-438c-f98c-83bf239cb5f1-239cb5ee {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_534748b9-edf5-2186-1f93-dee17a4fde0c-7a4fdde1 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-f321828c-dea8-8983-6627-bb91e327c66d-231b7905 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f321828c-dea8-8983-6627-bb91e327c66d-f61b7907 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

