:root {
  --peru: #000957;
  --white: white;
  --shadow2: rgba(0, 3, 33, .2);
  --shadow: rgba(0, 3, 33, .35);
  --black: black;
  --gainsboro: #efefef;
  --yellow: #185adb;
  --silver: #a46ec6;
  --old-lace: #f2f4ff;
  --border: rgba(242, 244, 255, .46);
  --footertext: rgba(255, 255, 255, .9);
  --steel-blue: #ffed47;
  --midnight-blue: #efe7c3;
  --dark-grey: #83848c;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

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

.dropdown-list-wrapper {
  background-color: var(--white);
  box-shadow: 0 1px 5px -1px var(--shadow2), 0 1px 20px -10px var(--shadow);
  border-radius: .1rem;
  flex-direction: column;
  align-items: stretch;
  margin-top: .5rem;
  display: flex;
  overflow: hidden;
}

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

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

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  top: 100%;
  bottom: auto;
  left: auto;
  right: auto;
}

.dropdown-list.w--open {
  display: block;
}

.headernav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navmenu {
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdownlink {
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: .625rem 1.4rem .8rem;
  font-size: 1.35vw;
  line-height: 1.5;
  text-decoration: none;
  transition: color .15s;
}

.dropdownlink:hover {
  color: var(--peru);
}

.dropdownlink.first {
  padding-bottom: .4rem;
}

.brand {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80%;
  margin-bottom: .1rem;
  margin-right: auto;
  display: flex;
}

.nav-link-drop-down {
  color: #6d768d;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: inline;
  position: static;
}

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

.nav-link-drop-down.dropdown {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

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

.new-item-wrapper.main {
  align-items: center;
  margin-left: 1vw;
  display: flex;
}

.navmenuwrapper {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 93%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
}

.navbarlink {
  color: var(--black);
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.55vw;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: color .35s;
  display: block;
  position: relative;
}

.navbarlink:hover {
  color: var(--yellow);
}

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

.navbarlink.copy {
  margin-right: -.8rem;
  padding-right: 1.2rem;
}

.link {
  text-decoration: none;
}

.navbarlinkwrapper {
  flex-direction: row;
  align-items: center;
  padding: .125rem 1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 99;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  height: 5.2rem;
  margin-top: 1.5rem;
  transition: height .3s, background-color .3s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}

.pagewrapper {
  overflow: hidden;
}

.pagewrapper.padding {
  padding-top: 6.5rem;
}

.div-block-6 {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2.5rem;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 88vw;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.homes1c {
  max-width: none;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 9.2rem;
  margin-bottom: 5rem;
  padding-top: 3vw;
  padding-bottom: 2vw;
  display: flex;
}

.paragraph {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: .3125rem;
  margin-bottom: .3125rem;
}

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

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

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

.bg.image.herobg {
  object-position: 20% 80%;
  max-width: none;
  transform: rotate(0);
}

.bg.image.section-bg1 {
  opacity: .25;
  background-image: url('../images/img_companybg1_1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bg.image.gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, rgba(228, 242, 250, .15) 7%, var(--old-lace) 64%, var(--old-lace));
}

.bg.herobgg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(to right, rgba(4, 0, 5, .51) 39%, rgba(0, 0, 0, .06));
}

.bg.topsectionbg {
  opacity: .25;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg.sidebar-img-cover {
  background-color: var(--peru);
  transform-origin: 100%;
  border-radius: .1rem;
  width: 100%;
  height: 100%;
  display: none;
}

.title_m {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.45;
}

.title_m.format2 {
  color: var(--silver);
  margin-bottom: .6rem;
}

.title_m.format3 {
  font-weight: 600;
  line-height: 1.35;
}

.title_m.format4 {
  font-weight: 600;
}

.title_m.format5 {
  margin-bottom: .1rem;
  font-weight: 700;
}

.title_m.format6 {
  color: var(--peru);
  font-weight: 700;
  line-height: 1.35;
}

.section_xl {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section_xl.formsection, .section_xl.sepcial1 {
  padding-bottom: 0;
}

.section_xl.special2 {
  position: relative;
}

.div-block-16 {
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: flex-start;
  justify-items: start;
  width: 56%;
  margin-left: 5%;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  width: 89%;
  display: grid;
  position: relative;
}

.title_xl {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.2;
}

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

.title_xl.center {
  text-align: center;
}

.title_xl.format1 {
  margin-bottom: .2rem;
}

.title_xl.special1 {
  flex-direction: column;
  display: flex;
}

.image-6 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-18 {
  background-color: var(--white);
  box-shadow: 0 1px 5px -1px var(--shadow2), 0 1px 35px -16px var(--shadow);
  border-radius: .1rem;
  align-items: center;
  padding: 2.1rem 1.7rem 2.1rem 1.6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-3 {
  margin-bottom: 0;
}

.footerheader {
  z-index: 4;
  border-bottom: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  width: 88%;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.footermenu:hover {
  color: var(--white);
}

.footermain {
  background-color: var(--peru);
  background-image: linear-gradient(to bottom, var(--shadow), var(--shadow));
  box-shadow: none;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.space {
  font-size: 10px;
}

.footer-content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 23vw;
  display: flex;
}

.footer-content-block.special {
  min-width: 20vw;
}

.container-4 {
  flex-direction: column;
  width: 88vw;
  max-width: 105rem;
  display: flex;
}

.container-4.footerc {
  z-index: 3;
  grid-column-gap: 4vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  width: 88%;
  padding-top: 2.4rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.footer {
  color: var(--footertext);
  flex-direction: column;
  display: flex;
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footeritemwrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footerbrand {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-right: auto;
  padding-right: 1rem;
  display: flex;
}

.servicecontentwrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  min-width: 250px;
  max-width: 270px;
  margin-left: 30px;
  display: grid;
}

.serviceimgaewrapper {
  justify-content: center;
  width: 30vw;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.div-block-39 {
  background-color: var(--white);
  padding: 10px;
  display: flex;
}

.text-block-6 {
  color: #89c240;
  font-size: 16px;
  font-weight: 500;
}

.text-block-6.check {
  width: auto;
  margin-right: 8px;
  font-weight: 600;
}

.form-content-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-item {
  font-size: 1.07rem;
  list-style-type: disc;
}

.list-item.title {
  margin-top: .5rem;
  margin-bottom: .4rem;
  margin-left: -1.05rem;
  list-style: none;
}

.list-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  min-width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.05rem;
  line-height: 1.5;
  display: grid;
}

.arrow {
  display: inline-block;
}

.paragraph-23 {
  text-align: center;
  margin-top: .625rem;
  margin-bottom: 1.25rem;
}


.iframecode.hide {
  display: block;
}

.jobdescriptiondropdownwrapper {
  z-index: 5;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: flex;
  position: relative;
}

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

.h3.faq-title {
  color: var(--black);
  align-items: center;
  height: 2.8125rem;
  min-height: 45px;
  margin-bottom: 0;
  margin-right: 3.4375rem;
  font-size: 1.375rem;
  display: flex;
}

.formwrapper {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  margin-top: .8rem;
  position: relative;
}

.formwrapper.padding {
  margin-top: 2.7rem;
}

.jobcontent {
  z-index: 2;
  width: 100%;
  margin-top: 5px;
  position: relative;
}

.list-item-3 {
  margin-bottom: 0;
}

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

.jobheader {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.jobcomtent {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.trfwrapper {
  background-color: var(--white);
  box-shadow: 0 2px 50px -15px var(--shadow);
  flex-direction: column;
  width: 100%;
  margin-top: -2rem;
  padding: 1.875rem 1.875rem 2rem;
}

.div-block-65 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

.text-span-18 {
  margin-top: 1.1rem;
  font-weight: 700;
  display: inline-block;
}

.mapcontainer {
  grid-column-gap: 6vw;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: start;
  justify-items: start;
  width: 88vw;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.mapcontentwrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mapsection {
  background-color: var(--old-lace);
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.paragraph-20 {
  text-align: left;
  background-color: rgba(255, 255, 255, .3);
}

.div-block-46 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-67 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
}

.title_l {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.3;
}

.hero-bg {
  z-index: 100;
  background-color: var(--white);
  perspective-origin: 100%;
  transform-origin: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-bg.color2 {
  background-color: var(--peru);
  transform-style: preserve-3d;
  transform: scale3d(0, 1, 1);
}

.hero-bg.color1 {
  background-color: var(--white);
  transform-style: preserve-3d;
  background-image: linear-gradient(rgba(0, 3, 33, .19), #fff);
  transform: scale3d(0, 1, 1);
}

.paragraph-27 {
  margin-bottom: 0;
  font-size: 1rem;
}

.text-block-10 {
  margin-bottom: 3px;
  margin-left: 10px;
  font-size: 1.0625rem;
}

.paragraph-29 {
  margin-bottom: .9375rem;
}

.dropdowniconwrapper {
  background-color: var(--white);
  box-shadow: 0 0 4px -1px var(--shadow2), 0 2px 30px -11px var(--shadow);
  cursor: pointer;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  min-width: 2.8125rem;
  min-height: 2.8125rem;
  display: flex;
  position: absolute;
  top: .625rem;
  bottom: auto;
  left: auto;
  right: .625rem;
  overflow: hidden;
}

.dropdowncontent {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.line-icon-1 {
  background-color: var(--black);
  width: 3px;
  min-height: 1.125rem;
  position: absolute;
}

.line-icon-2 {
  background-color: var(--black);
  width: 1.125rem;
  min-height: 3px;
  position: absolute;
}

.jobdescriptionwrapper {
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
}

.herotitle {
  color: var(--white);
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.herotitle.slidertext {
  color: var(--steel-blue);
  text-align: left;
  margin-top: 0;
}

.herotitle.slidetext_front {
  flex: none;
  margin-top: 0;
  margin-right: .625rem;
  display: none;
}

.herotitle.large {
  text-transform: uppercase;
  margin-bottom: 1.1rem;
  font-size: 2.7rem;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  max-width: 60vw;
  max-height: 5rem;
}

.left-arrow, .right-arrow {
  display: none;
}

.textslider {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.mapwrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35vw;
  max-width: 420px;
  margin-top: 0;
  padding-left: 1vw;
  padding-right: 2vw;
  display: none;
  position: relative;
}

.div-block-68 {
  border-radius: 1000px;
  flex: none;
  width: 86.9%;
  height: 66%;
  display: none;
  position: absolute;
  top: .7%;
  bottom: auto;
  left: 1%;
  right: auto;
  overflow: hidden;
}

.div-block-68.mapblur {
  background-color: rgba(255, 255, 255, .42);
}

.button_wrapper {
  background-color: var(--yellow);
  color: var(--white);
  text-transform: uppercase;
  border-radius: .2rem;
  align-items: center;
  padding: .8rem 1.5rem;
  font-size: 1.07rem;
  text-decoration: none;
  transition: padding-right .3s, color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_wrapper:hover {
  padding-right: 2.8rem;
}

.button_wrapper.herobtn {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-size: 1.2rem;
}

.button_wrapper.herobtn:hover {
  padding-right: 2.9rem;
}

.btn_bg {
  background-color: var(--silver);
  white-space: nowrap;
  border-radius: .2rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 100%;
}

.btn_bg.origin {
  background-color: var(--shadow2);
  background-image: linear-gradient(to right, var(--peru), transparent);
  opacity: 0;
  right: 0%;
}

.btn_bg.origin.dc1 {
  background-image: linear-gradient(to right, var(--yellow), transparent);
}

.btn_bg.moving.dc1 {
  background-color: var(--midnight-blue);
  filter: saturate(200%);
}

.button-text {
  z-index: 1;
  position: relative;
}

.paragraph-30 {
  margin-top: .5rem;
  margin-bottom: .7rem;
}

.paragraph-30.format1 {
  white-space: nowrap;
  margin-bottom: .3rem;
  line-height: 1.5;
  transition: padding .25s;
}

.paragraph-30.format1:hover {
  padding-left: .5rem;
}

.diff-font {
  color: var(--yellow);
  font-size: 3.5rem;
  line-height: 1.1;
  display: block;
}

.div-block-71 {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.divider-1 {
  background-color: var(--silver);
  width: 90%;
  height: .1rem;
  margin-bottom: 2rem;
  display: none;
}

.service-bg-wrapper {
  width: 46%;
  max-width: 31rem;
  height: 100%;
  margin-right: 3%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-10 {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  min-width: 28rem;
  height: 85%;
  min-height: 65%;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: -4%;
  right: auto;
}

.circle-img {
  object-fit: contain;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animewrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31vw;
  min-width: 21.4rem;
  max-width: 26rem;
  height: 31vw;
  min-height: 21.4rem;
  max-height: 26rem;
  margin-bottom: 5.5rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 23%;
  right: 1%;
}

.div-block-72 {
  grid-column-gap: 0px;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.iconwrapper-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  margin-right: 1.8rem;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation {
  width: 100%;
  position: absolute;
  top: -8.2rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top {
  width: 100%;
  height: 0;
  position: absolute;
}

.narbarbg {
  background-color: var(--white);
  box-shadow: 0 1px 10px -2px var(--shadow2), 2px 2px 45px -20px var(--shadow);
  border-radius: .1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footertitle-2 {
  color: var(--footertext);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

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

.link-5 {
  color: var(--white);
  text-decoration: none;
  transition: color .4s;
}

.link-5:hover {
  color: var(--white);
  text-decoration: underline;
}

.footerparagraph {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.07rem;
  line-height: 1.4;
  text-decoration: none;
}

.footerparagraph.payment {
  margin-bottom: .25rem;
}

.footerparagraph.footermenu {
  color: var(--footertext);
  margin-bottom: .35rem;
  font-weight: 700;
  transition: color .3s;
}

.footerparagraph.footermenu:hover {
  color: var(--white);
}

.footerparagraph.footermenu.sub {
  font-size: 1.03rem;
  font-weight: 400;
  line-height: 1.3;
}

.footerparagraph.footermenu.sub.last {
  margin-bottom: .5rem;
}

.footerparagraph.footermenu.title {
  margin-bottom: .3rem;
}

.footerparagraph.footermenu.title:hover {
  color: var(--footertext);
}

.subfootertext-2 {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .9rem;
  display: inline-block;
}

.dot-2 {
  opacity: .8;
  filter: brightness(200%);
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/symbol_bullet1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: .3rem;
  margin-left: .8rem;
  margin-right: .4rem;
  display: inline-block;
}

.footerlink-2 {
  color: var(--footertext);
  text-decoration: none;
  transition: color .3s;
}

.footerlink-2:hover {
  color: var(--white);
}

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

.paymenticon-2 {
  object-fit: contain;
  border-radius: 3px;
  height: 1.6875rem;
  margin-top: .375rem;
  margin-right: .375rem;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .35);
}

.subfooterwrapper-2 {
  z-index: 1;
  border-top: 1px solid var(--border);
  text-align: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 2.5rem;
  padding-top: .8rem;
  padding-bottom: .75rem;
  display: flex;
  position: relative;
}

.indicator {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.indicator.top {
  top: 0%;
}

.indicator.buttom {
  top: auto;
  bottom: -5%;
  left: 0%;
  right: 0%;
}

.arrowspan {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon_cross1_2.png');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1rem;
  margin-right: .5rem;
  display: inline-block;
}

.navbarlinkwrapper-2 {
  padding: .1rem .55rem;
  position: relative;
  overflow: hidden;
}

.navbar_dec {
  width: 100%;
  height: 2px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.homefeaturewrapper {
  perspective: 1000px;
  cursor: pointer;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  height: 19.9rem;
  transition: transform 1s;
  display: flex;
  position: relative;
}

.text-block-11 {
  color: var(--yellow);
  text-align: center;
  letter-spacing: .5px;
  text-shadow: -1px 1px rgba(0, 9, 87, .81);
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-11.align {
  color: var(--white);
  text-align: left;
}

.text-span-27 {
  letter-spacing: 0;
  font-size: 1.65rem;
}

.header-arrow {
  justify-content: center;
  align-items: center;
  width: .6vw;
  height: 1.8rem;
  display: flex;
  position: relative;
  top: .1rem;
}

.circle-wording-wrapper {
  object-fit: contain;
  background-image: none;
  width: 95%;
  height: 95%;
  position: absolute;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.slide-2 {
  width: 100%;
  height: 100%;
}

.circle-img-wording {
  object-fit: contain;
  background-image: none;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-10deg);
}

.circle-img-wording._2 {
  transform: rotate(-15deg);
}

.mask-2 {
  width: 100%;
  height: 100%;
}

.circle-img-wrapper {
  object-fit: contain;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.buttonarrow {
  transform-origin: 0%;
  object-fit: contain;
  width: .9rem;
  height: 97%;
  position: absolute;
  top: 0%;
  bottom: 5%;
  left: auto;
  right: 1.2rem;
}

.topsection {
  background-color: #f3f6f7;
  padding-top: 10rem;
  padding-bottom: 10vw;
  position: relative;
  overflow: hidden;
}

.image-9 {
  width: 3.2rem;
  margin-right: 2rem;
}

.paragraph-25 {
  margin-top: .3rem;
  margin-bottom: 0;
}

.paragraph-25.padding {
  margin-top: .7rem;
  margin-bottom: 0;
}

.paragraph-25.last {
  margin-bottom: 2.7rem;
}

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

.div-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 100%;
  display: grid;
}

.div-block-82 {
  border-radius: .1rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  border-radius: .1rem;
  width: 100%;
  height: 20vw;
  max-height: 15rem;
  position: relative;
}

.bold-text-3 {
  -webkit-text-stroke-width: .2px;
  margin-bottom: .2rem;
  font-weight: 400;
  display: inline-block;
}

.div-block-851 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-852 {
  grid-column-gap: 5.5vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  display: grid;
  position: relative;
}

.itemboxes {
  border: 2px solid var(--shadow2);
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.itemboxes:hover {
  color: #fff;
  background-color: #0b3165;
  box-shadow: 1px 1px 5px -1px rgba(5, 22, 46, .35);
}

.itemboxes.fomat1 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -2px;
  padding: 2rem 1.8rem;
}

.itemboxes.fomat1:hover {
  box-shadow: none;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-847 {
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.para_s {
  margin-bottom: 0;
  font-size: 1.07rem;
}

.para_s.feature-p {
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.5;
  position: relative;
}

.para_s.format1 {
  color: var(--silver);
  margin-bottom: .5rem;
  font-style: italic;
}

.para_s.format2 {
  color: var(--dark-grey);
  margin-top: 1rem;
  font-style: italic;
  text-decoration: none;
}

.para_s.side-card-p-1 {
  margin-bottom: .4rem;
  font-style: italic;
  font-weight: 700;
}

.para_s.format3 {
  color: var(--peru);
  font-style: italic;
  text-decoration: none;
  display: none;
}

.para_s.format4 {
  color: rgba(0, 0, 0, .73);
  margin-bottom: .5rem;
  line-height: 1.5;
  display: inline-block;
}

.div-block-850 {
  flex-direction: column;
  display: flex;
}

.sidebarwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  border-radius: .1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 23.5rem;
  min-width: 30vw;
  max-width: 38vw;
  margin-top: -10rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  bottom: .25rem;
  overflow: hidden;
}

.div-block-81 {
  background-color: var(--old-lace);
  border-radius: .1rem;
  flex-direction: column;
  align-items: stretch;
  padding: 1.55rem;
  display: flex;
}

.div-block-81.whitebg {
  border: 1px solid var(--shadow2);
  background-color: #fff;
}

.div-block-8 {
  width: 100%;
  margin-top: 5rem;
  display: none;
}

.section_xxl {
  padding-top: 6.5rem;
  padding-bottom: 7.25rem;
}

.sub_button_wrapper {
  background-color: var(--yellow);
  color: var(--white);
  text-transform: uppercase;
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  padding: .7rem 1.3rem;
  font-size: 1.03rem;
  text-decoration: none;
  transition: padding-right .3s, color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sub_button_wrapper.dc1 {
  background-color: var(--midnight-blue);
  color: var(--black);
}

.sub_button_wrapper.navbtn {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.35vw;
}

.div-block-84 {
  width: 100%;
}

.servicelistwrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.check {
  color: #004aad;
  margin-right: .875rem;
}

.div-block-83 {
  width: 100%;
  display: none;
}

.paragraph-32 {
  text-align: center;
  margin-top: 1.4rem;
}

.link-7 {
  color: var(--white);
  text-decoration: none;
}

.link-7:hover {
  text-decoration: underline;
}

.div-block-853 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-854 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.review-wrapper {
  width: 100%;
  margin-bottom: 2rem;
}

.div-block-855 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: .7rem;
  display: flex;
}

.image-12 {
  opacity: .9;
  height: 1rem;
  margin-top: .25rem;
  margin-right: .8rem;
}

.image-14 {
  width: 1.3rem;
  margin-right: 1rem;
}

.service-list-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-5 {
  color: var(--dark-grey);
}

.div-block-857 {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.div-block-858 {
  grid-column-gap: .2rem;
  flex-wrap: wrap;
  margin-top: .5rem;
  display: flex;
}

.paragraph-33 {
  width: 83%;
  margin-top: 1.4rem;
}

.text-span-29 {
  color: var(--yellow);
  text-decoration: underline;
}

.text-span-30 {
  padding-left: .2rem;
  padding-right: .2rem;
}

.div-block-859 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
}

.space-1 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 4.7rem;
  display: flex;
  position: relative;
}

.div-block-860 {
  grid-column-gap: 5.5vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 32vw 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-861 {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-862 {
  grid-column-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.image-15 {
  background-color: var(--silver);
  box-shadow: none;
  object-fit: contain;
  width: 4.3rem;
  height: 4rem;
  padding: .7rem .8rem;
}

.image-7 {
  object-fit: cover;
  background-image: url('../images/driver104.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .1rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-88 {
  border-radius: .1rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.text-block-1 {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-shadow: -1px 1px rgba(0, 9, 87, .81);
  max-width: 88vw;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.text-span-2 {
  letter-spacing: 0;
  font-size: 2.6rem;
}

.text-span-31 {
  display: inline;
}

.title_xxl {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  line-height: 1.2;
}

.div-block-863 {
  flex-direction: row;
  width: 100%;
  display: none;
}

.topsection-space {
  flex: none;
  width: 23.5rem;
  min-width: 30vw;
  max-width: 38vw;
  margin-right: 5.5vw;
}

.check-after-title {
  display: none;
}

.bold-text-4 {
  color: #1550c2;
}

.text-block-12 {
  text-align: center;
  width: 100%;
}

.link-8 {
  font-size: 1.3rem;
  white-space: nowrap;
}

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

  .dropdownlink {
    border-radius: 0;
    font-size: 1.07rem;
    line-height: 1.6;
  }

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

  .navbarlink {
    font-size: 1.125rem;
  }

  .body {
    font-size: 1.2rem;
  }

  .container.special1 {
    max-width: 85rem;
  }

  .div-block-16 {
    width: 52%;
  }

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

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

  .diff-font {
    font-size: 3.7rem;
    display: block;
  }

  .service-bg-wrapper {
    width: 40%;
  }

  .image-10 {
    bottom: -1%;
  }

  .animewrapper {
    max-width: 28rem;
    max-height: 25em;
    margin-bottom: 8rem;
    bottom: 15%;
    right: 8%;
  }

  .sub_button_wrapper.navbtn {
    font-size: 1.07rem;
  }

  .paragraph-33 {
    margin-top: 1.8rem;
    font-size: 1.35rem;
  }
}

@media screen and (min-width: 1920px) {
  .dropdown-list-wrapper {
    margin-top: 1.5rem;
  }

  .dropdownlink {
    padding: 1.1rem 2.8rem;
    font-size: 1.65rem;
  }

  .dropdownlink.first {
    padding-bottom: .2rem;
  }

  .navbarlink {
    font-size: 1.75rem;
  }

  .navbar {
    height: 7.5rem;
    margin-top: 2.5rem;
  }

  .body {
    font-size: 1.75rem;
  }

  .pagewrapper.padding {
    padding-top: 9.1rem;
  }

  .div-block-6 {
    padding-bottom: 3rem;
  }

  .div-block-2 {
    margin-top: 13.6rem;
    margin-bottom: 6rem;
  }

  .title_m {
    font-size: 2.3rem;
  }

  .title_m.format2 {
    margin-bottom: 1.5rem;
  }

  .section_xl {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .div-block-16 {
    grid-row-gap: 4rem;
    width: 61%;
    margin-left: 0%;
  }

  .div-block-17 {
    grid-row-gap: 2.25rem;
  }

  .title_xl {
    font-size: 3.2rem;
  }

  .title_xl.format1 {
    margin-bottom: 1.6rem;
  }

  .div-block-18 {
    padding: 2.7rem 3rem 2.7rem 2.7rem;
  }

  .footerheader {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }

  .container-4.footerc {
    padding-top: 3.7rem;
  }

  .list-item {
    font-size: 1.6rem;
  }

  .list-copy {
    grid-column-gap: 3rem;
    padding-left: 1.6rem;
  }

  .paragraph-23 {
    margin-bottom: 1.85rem;
  }

  .h3.faq-title {
    font-size: 2rem;
  }

  .formwrapper {
    margin-top: 1.2rem;
  }

  .formwrapper.padding {
    margin-top: 4.9rem;
  }

  .trfwrapper {
    padding: 2.5rem 2.5rem 3.2rem;
  }

  .mapcontainer {
    grid-column-gap: 5.5vw;
    grid-row-gap: 2.5rem;
  }

  .mapsection {
    padding-top: 6rem;
    padding-bottom: 6.4rem;
  }

  .div-block-67 {
    margin-top: 8.1rem;
  }

  .title_l {
    font-size: 2.9rem;
  }

  .paragraph-27 {
    font-size: 1.4rem;
  }

  .text-block-10 {
    font-size: 1.55rem;
  }

  .dropdowniconwrapper {
    width: 3.7rem;
    min-width: 3.7rem;
    min-height: 3.7rem;
  }

  .line-icon-1 {
    min-height: 1.5rem;
  }

  .line-icon-2 {
    width: 1.5rem;
  }

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

  .herotitle {
    font-size: 3rem;
  }

  .herotitle.slidetext_front {
    margin-right: 1rem;
  }

  .herotitle.large {
    margin-bottom: 1.9rem;
    font-size: 5rem;
  }

  .slider {
    max-height: 8rem;
  }

  .button_wrapper {
    padding: 1rem 2.5rem;
    font-size: 1.6rem;
  }

  .button_wrapper:hover {
    padding-right: 4.4rem;
  }

  .button_wrapper.herobtn {
    padding: 1.2rem 2.9rem;
    font-size: 1.8rem;
  }

  .button_wrapper.herobtn:hover {
    padding-right: 4.6rem;
  }

  .btn_bg {
    border-width: 3px;
  }

  .diff-font {
    font-size: 5.2rem;
  }

  .service-bg-wrapper {
    width: 42%;
    max-width: 45rem;
  }

  .animewrapper {
    max-width: 35rem;
    height: 34vw;
    max-height: 35em;
    bottom: 31%;
    right: 4%;
  }

  .div-block-72 {
    grid-row-gap: 6.75rem;
  }

  .iconwrapper-2 {
    width: 5rem;
    margin-right: 2.5rem;
  }

  .navigation {
    top: -12rem;
  }

  .footertitle-2 {
    margin-bottom: 2rem;
    font-size: 2.7rem;
  }

  .footerparagraph {
    margin-bottom: .7rem;
    font-size: 1.65rem;
  }

  .footerparagraph.footermenu {
    margin-bottom: .5rem;
  }

  .footerparagraph.footermenu.sub {
    font-size: 1.53rem;
  }

  .footerparagraph.footermenu.sub.last {
    margin-bottom: .7rem;
  }

  .footerparagraph.footermenu.title {
    margin-bottom: .4rem;
  }

  .subfootertext-2 {
    font-size: 1.3rem;
  }

  .dot-2 {
    width: .45rem;
    margin-left: 1.2rem;
    margin-right: .6rem;
  }

  .paymenticon-2 {
    height: 2.5rem;
    margin-top: .6rem;
    margin-right: .5rem;
  }

  .subfooterwrapper-2 {
    margin-top: 3.5rem;
    padding-top: .9rem;
    padding-bottom: .9rem;
  }

  .navbarlinkwrapper-2 {
    padding: .2rem .95rem;
  }

  .homefeaturewrapper {
    height: 23rem;
  }

  .text-span-27 {
    font-size: 2.3rem;
  }

  .buttonarrow {
    width: 1.5rem;
    right: 1.9rem;
  }

  .topsection {
    padding-top: 14.5rem;
  }

  .image-9 {
    width: 4.7rem;
    margin-right: 3rem;
  }

  .paragraph-25 {
    margin-top: .8rem;
  }

  .paragraph-25.padding {
    margin-top: .4rem;
  }

  .paragraph-25.last {
    margin-bottom: 3.7rem;
  }

  .div-block-4 {
    grid-row-gap: 2rem;
  }

  .image-4 {
    max-height: 21rem;
  }

  .bold-text-3 {
    margin-bottom: .4rem;
  }

  .itemboxes.fomat1 {
    padding: 2.7rem 2.8rem;
  }

  .para_s {
    font-size: 1.65rem;
  }

  .sidebarwrapper {
    width: 35rem;
    margin-top: -11.3rem;
  }

  .div-block-81 {
    padding: 2.35rem;
  }

  .div-block-8 {
    margin-top: 7rem;
  }

  .section_xxl {
    padding-top: 9rem;
    padding-bottom: 9.4rem;
  }

  .sub_button_wrapper {
    padding: .8rem 2.1rem;
    font-size: 1.6rem;
  }

  .sub_button_wrapper.navbtn {
    font-size: 1.65rem;
  }

  .servicelistwrapper {
    grid-row-gap: 2.5rem;
  }

  .check {
    margin-right: 1.1rem;
  }

  .paragraph-32 {
    margin-top: 2.2rem;
  }

  .image-12 {
    height: 1.6rem;
    margin-top: .4rem;
    margin-right: 1.2rem;
  }

  .image-14 {
    width: 1.8rem;
    margin-right: 1.4rem;
  }

  .paragraph-33 {
    width: 82%;
    margin-top: 2.1rem;
    font-size: 1.88rem;
  }

  .div-block-859 {
    margin-top: 2.4rem;
    margin-bottom: 4rem;
  }

  .div-block-861 {
    grid-row-gap: 3rem;
  }

  .div-block-862 {
    grid-column-gap: 3rem;
  }

  .image-15 {
    width: 6.7rem;
    height: 6rem;
    padding: 1.1rem;
  }

  .text-block-1 {
    transform: scale(1.6);
  }

  .title_xxl {
    font-size: 3.8rem;
  }

  .bold-text-4 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 991px) {
  .hearder-button-line-medium {
    background-color: var(--peru);
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-11 {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-top: auto;
    padding-left: .625rem;
    padding-right: .625rem;
    display: grid;
  }

  .dropdown-list-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: .3125rem;
  }

  .dropdown-list-wrapper.w--open {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    padding: 25px 10px;
    display: flex;
    position: static;
  }

  .navbuttonicons {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 60%;
    min-height: 1.125rem;
    display: flex;
  }

  .dropdown-list {
    position: relative;
    top: 0%;
    left: auto;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .nav-menu-button {
    z-index: 10;
    perspective: 10000px;
    color: #fff;
    width: 2.8rem;
    min-width: 2.8rem;
    min-height: 2.8rem;
    margin-right: -.3rem;
    padding: 0;
    font-size: 30px;
    transition: background-color .3s, transform .3s;
  }

  .nav-menu-button:hover {
    transform: scale(.96);
  }

  .nav-menu-button.w--open {
    background-color: var(--white);
    box-shadow: 0 1px 8px -1px rgba(0, 3, 33, .2), 0 1px 30px -16px var(--shadow);
  }

  .button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-4 {
    text-transform: none;
    margin-bottom: .625rem;
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .text-block-4.spaceholder {
    opacity: 0;
    color: rgba(0, 0, 0, 0);
    height: 1.2rem;
    margin-bottom: 0;
  }

  .headernav {
    flex-direction: column;
    flex: none;
    align-items: stretch;
    margin-bottom: 50px;
  }

  .navmenu {
    background-color: var(--gainsboro);
    box-shadow: 0 1px 9px -4px var(--shadow), 0 0 20px -10px var(--shadow);
    flex: none;
    width: auto;
    height: 100vh;
    margin-top: -1.3rem;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: hidden;
  }

  .dropdownlink {
    text-align: center;
    white-space: normal;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-style: none;
    padding: .1rem 0 .2rem;
    font-size: 1.07rem;
  }

  .dropdownlink:hover {
    color: var(--yellow);
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdownlink.w--current:hover {
    color: var(--silver);
  }

  .dropdownlink.first {
    padding-bottom: .2rem;
  }

  .nav-link-drop-down {
    font-size: 25px;
  }

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

  .new-item-wrapper {
    flex: none;
    justify-content: center;
    padding: .3125rem 0;
    display: flex;
  }

  .new-item-wrapper.main {
    margin-top: .5rem;
    margin-left: 0;
  }

  .hearder-button-line-bottom {
    background-color: var(--peru);
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navmenuwrapper {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    width: 60vw;
    height: 100vh;
    max-height: 100vh;
    padding-top: 2.1rem;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    position: relative;
  }

  .nav-container {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .hearder-button-line-top {
    background-color: var(--peru);
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbarlink {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .navbarlink.dropdpwn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link.navcontactlink {
    color: var(--black);
    font-size: 1.07rem;
    line-height: 1.4;
  }

  .navbar {
    height: 4.9rem;
    margin-top: 1.3rem;
  }

  .pagewrapper.padding {
    padding-top: 5.8rem;
  }

  .div-block-2 {
    margin-top: 8.1rem;
  }

  .bg.herobgg {
    background-image: linear-gradient(rgba(0, 0, 0, .4) 41%, rgba(0, 0, 0, .14));
  }

  .title_m.format3 {
    font-size: 1.3rem;
  }

  .div-block-16 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-left: 0%;
  }

  .div-block-17 {
    width: 100%;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.9rem;
    padding-left: 2rem;
    padding-right: 1.9rem;
  }

  .div-block-18.format1 {
    width: 60vw;
    height: 35vw;
    display: none;
  }

  .footer-content-block {
    text-align: left;
  }

  .container-4.footerc {
    grid-column-gap: 2vw;
    grid-row-gap: 2.75rem;
    grid-template-columns: auto auto;
    justify-items: stretch;
  }

  .servicecontentwrapper {
    max-width: 88vw;
  }

  .div-block-38 {
    min-width: 230px;
  }

  .serviceimgaewrapper {
    width: 100%;
    height: 37vw;
    max-height: none;
  }

  .list-copy {
    grid-template-columns: auto 1fr;
    max-width: 85%;
  }

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

  .jobcontentwrapper {
    padding-top: 0;
  }

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

  .mapcontainer {
    grid-template-columns: 1fr;
  }

  .herotitle {
    font-size: 1.8rem;
  }

  .herotitle.large {
    font-size: 2.6rem;
  }

  .slider {
    max-width: 85vw;
  }

  .mapwrapper {
    width: 45vw;
    max-width: 350px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-30.format1.sub {
    max-width: 57%;
  }

  .diff-font {
    font-size: 3.3rem;
    display: inline;
  }

  .div-block-71 {
    margin-bottom: 2rem;
  }

  .service-bg-wrapper {
    min-width: 22rem;
    height: 58%;
    margin-right: 0%;
    right: -2%;
  }

  .image-10 {
    min-width: 0;
    top: auto;
    bottom: 0%;
    left: auto;
  }

  .animewrapper {
    width: 35vw;
    min-width: 0;
    height: 35vw;
    min-height: 0;
    top: 5%;
    bottom: auto;
    right: 37%;
  }

  .iconwrapper-2 {
    width: 3.4rem;
    margin-bottom: 1.4rem;
    margin-right: 0;
  }

  .footertitle-2 {
    margin-bottom: 20px;
  }

  .subfooterwrapper-2 {
    margin-top: 0;
  }

  .homefeaturewrapper {
    height: 15rem;
  }

  .text-span-27 {
    font-size: 1.6rem;
  }

  .circle-img-wording._2 {
    transform: rotate(-20deg);
  }

  .image-9 {
    margin-top: .2rem;
  }

  .paragraph-25.padding {
    margin-bottom: 0;
  }

  .image-4 {
    height: 25vw;
  }

  .div-block-852 {
    grid-column-gap: 2.1875rem;
    grid-row-gap: 3.4375rem;
  }

  .itemboxes {
    padding-top: 1.4rem;
    padding-bottom: 1.6rem;
  }

  .sidebarwrapper {
    width: 33vw;
    min-width: 17.2rem;
  }

  .div-block-8 {
    margin-top: 1rem;
  }

  .section_xxl {
    padding-top: 5.2rem;
    padding-bottom: 6rem;
  }

  .sub_button_wrapper.navbtn {
    font-size: 1.07rem;
  }

  .paragraph-33 {
    width: 100%;
  }

  .div-block-859 {
    margin-top: 2rem;
    margin-bottom: 3.2rem;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .space-1 {
    height: 3rem;
  }

  .div-block-860 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .div-block-88 {
    width: 93%;
    height: 25vw;
  }

  .text-span-31 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-list-wrapper.w--open {
    text-align: left;
    margin-left: 0;
  }

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

  .text-block-4 {
    margin-bottom: 10px;
    font-size: 1.07rem;
  }

  .headernav {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .navmenu {
    flex-direction: row;
    align-items: stretch;
  }

  .dropdownlink {
    padding-top: .25rem;
    padding-bottom: .1875rem;
    font-size: 1rem;
  }

  .brand {
    padding-left: 0;
  }

  .navmenuwrapper {
    padding-left: 7%;
    padding-right: 7%;
  }

  .nav-container {
    max-width: 90%;
  }

  .navbarlink {
    font-size: 1.07rem;
  }

  .link.navcontactlink {
    font-size: 1rem;
  }

  .body {
    font-size: 1.07rem;
    line-height: 1.5;
  }

  .div-block-6 {
    text-shadow: 1px 1px 100px var(--shadow);
  }

  .container {
    width: 84vw;
  }

  .div-block-2 {
    width: 95%;
  }

  .paragraph {
    font-size: 1rem;
  }

  .bg.image.herobg {
    object-position: 40% 50%;
  }

  .bg.image.section-bg1 {
    background-image: url('../images/img_companybg1.webp');
  }

  .title_m {
    font-size: 1.4rem;
  }

  .title_m.format2 {
    margin-bottom: .8rem;
  }

  .section_xl {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .div-block-17 {
    width: 100%;
  }

  .title_xl {
    font-size: 2rem;
  }

  .footerheader {
    width: 84%;
  }

  .space {
    font-size: 5px;
  }

  .footer-content-block {
    min-width: 40%;
  }

  .footer-content-block.last {
    margin-bottom: 0;
  }

  .container-4 {
    width: 84vw;
  }

  .container-4.footerc {
    grid-row-gap: 2.1875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 84%;
  }

  .footerbrand {
    justify-content: flex-start;
    padding-left: 0;
  }

  .div-block-38 {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .serviceimgaewrapper {
    height: 40vw;
  }

  .list-item {
    font-size: 1.05rem;
  }

  .list-copy {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .paragraph-23 {
    margin-bottom: 1.5625rem;
  }

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

  .h3.faq-title {
    margin-right: 3.125rem;
  }

  .formwrapper {
    width: 90vw;
  }

  .jobcontentwrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: auto;
  }

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

  .trfwrapper {
    width: 88vw;
    padding-left: 1.05rem;
    padding-right: 1.05rem;
  }

  .mapcontainer {
    width: 84vw;
  }

  .mapsection {
    padding-bottom: 4rem;
  }

  .div-block-67 {
    margin-top: 4rem;
  }

  .title_l {
    font-size: 1.8rem;
  }

  .paragraph-29 {
    margin-bottom: .625rem;
  }

  .dropdowncontent {
    margin-top: .4rem;
  }

  .herotitle {
    font-size: 1.4rem;
  }

  .herotitle.slidertext {
    line-height: 1.3;
  }

  .herotitle.large {
    font-size: 2.5rem;
  }

  .slider {
    max-width: 100vw;
    max-height: 4.1rem;
  }

  .mapwrapper {
    width: 80%;
    max-width: 23rem;
    margin-top: .7rem;
  }

  .button_wrapper {
    padding-top: .65rem;
    padding-bottom: .65rem;
    font-size: 1.03rem;
  }

  .button_wrapper.herobtn {
    font-size: 1.15rem;
  }

  .paragraph-30.format1.sub {
    max-width: none;
  }

  .diff-font {
    font-size: 3rem;
  }

  .div-block-71 {
    margin-bottom: .5rem;
  }

  .divider-1 {
    height: .7px;
  }

  .service-bg-wrapper {
    width: 75%;
    min-width: 0;
    max-width: 500px;
    height: auto;
    margin-top: 2vw;
    margin-right: auto;
    display: none;
    position: relative;
  }

  .image-10 {
    object-fit: cover;
    object-position: 50% 0%;
    width: auto;
    min-width: 20rem;
    max-width: none;
    height: 52vw;
    min-height: 0%;
    max-height: 350px;
    position: relative;
    left: 24%;
  }

  .animewrapper {
    width: 62vw;
    height: 32vw;
    top: -5%;
    left: -14%;
  }

  .div-block-72 {
    grid-row-gap: 4rem;
  }

  .footertitle-2 {
    margin-bottom: .9375rem;
    font-size: 1.8rem;
  }

  .footerparagraph {
    margin-bottom: .35rem;
    font-size: 1.03rem;
  }

  .footerparagraph.payment {
    margin-top: .25rem;
  }

  .footerparagraph.footermenu {
    margin-bottom: .3rem;
  }

  .footerparagraph.footermenu.sub {
    font-size: .99rem;
  }

  .footerparagraph.footermenu.title {
    margin-bottom: .25rem;
  }

  .subfootertext-2 {
    flex: 1;
  }

  .paymenticon-2 {
    height: 1.625rem;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

  .arrowspan {
    width: 1rem;
  }

  .navbar_dec {
    height: 2.4px;
  }

  .homefeaturewrapper {
    height: 17rem;
  }

  .text-span-27 {
    font-size: 1.55rem;
  }

  .topsection {
    border-bottom-style: none;
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .image-9 {
    width: 3rem;
    margin-right: 1.7rem;
  }

  .paragraph-25.padding {
    line-height: 1.6;
  }

  .paragraph-25.last {
    margin-bottom: 0;
  }

  .div-block-82 {
    max-width: 25rem;
  }

  .image-4 {
    height: 44vw;
    max-height: 17rem;
  }

  .bold-text-3 {
    margin-bottom: .4rem;
    font-size: 1.07rem;
  }

  .div-block-852 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .itemboxes.fomat1 {
    padding-left: 1.5rem;
  }

  .para_s {
    font-size: 1.03rem;
    line-height: 1.5;
  }

  .para_s.format4 {
    line-height: 1.3;
  }

  .sidebarwrapper {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 0;
    position: relative;
    bottom: auto;
  }

  .div-block-8 {
    margin-top: 0;
  }

  .section_xxl {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }

  .sub_button_wrapper {
    font-size: 1rem;
  }

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

  .servicelistwrapper {
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
  }

  .check {
    margin-right: .5rem;
  }

  .div-block-83 {
    margin-bottom: .8rem;
    display: block;
  }

  .image-12 {
    height: 1rem;
    margin-top: .22rem;
    margin-right: .7rem;
  }

  .image-14 {
    width: 1.1rem;
    margin-right: .9rem;
  }

  .paragraph-33 {
    width: 93%;
  }

  .div-block-859 {
    margin-top: 1.5rem;
    margin-bottom: 2.7rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .space-1 {
    margin-bottom: .5rem;
  }

  .div-block-88 {
    height: 44vw;
    max-height: 17rem;
  }

  .text-block-1 {
    transform: scale(.9);
  }

  .text-span-31 {
    display: inline;
  }

  .title_xxl {
    font-size: 2.15rem;
  }

  .div-block-863 {
    margin-top: 6vw;
    margin-bottom: 3vw;
    display: flex;
  }

  .topsection-space {
    display: none;
  }

  .bold-text-4 {
    font-size: 1.18rem;
  }

  .text-block-12 {
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-list-wrapper.w--open {
    padding-top: 30px;
  }

  .navmenu {
    margin-top: -1.1rem;
  }

  .dropdownlink {
    white-space: normal;
  }

  .brand {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-bottom: .05rem;
    padding-left: 0;
    padding-right: 0;
  }

  .navmenuwrapper {
    width: 75vw;
  }

  .nav-container {
    justify-content: space-between;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbarlink {
    text-align: center;
  }

  .navbar {
    height: 4.5rem;
    margin-top: 1.1rem;
  }

  .pagewrapper.padding {
    padding-top: 5.1rem;
  }

  .div-block-2 {
    width: 100%;
    margin-top: 7.4rem;
    margin-bottom: 4.5rem;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .title_m {
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .title_m.format3 {
    font-size: 1.15rem;
  }

  .title_m.format6 {
    color: var(--yellow);
  }

  .section_xl {
    padding-top: 4.3rem;
    padding-bottom: 4.3rem;
  }

  .section_xl.formsection {
    padding-bottom: 0;
  }

  .div-block-16 {
    grid-row-gap: 2.5rem;
    align-items: center;
  }

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

  .title_xl {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1.8rem;
    padding-left: 1.6rem;
    padding-right: 1.55rem;
  }

  .div-block-18.format1 {
    width: 100%;
    height: 49vw;
  }

  .footerheader {
    grid-row-gap: 1.25rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .container-4.footerc {
    grid-template-columns: 1fr;
  }

  .footerbrand {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .servicecontentwrapper {
    width: 100%;
  }

  .serviceimgaewrapper {
    height: 55vw;
  }

  .list-copy {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .paragraph-23 {
    margin-bottom: 1.25rem;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

  .h3.faq-title {
    height: 2.5rem;
    min-height: 40px;
    font-size: 1.25rem;
  }

  .formwrapper {
    width: 100vw;
  }

  .formwrapper.padding {
    margin-top: 2rem;
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

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

  .trfwrapper {
    width: 94vw;
    padding: 1.7rem 4vw 1.8rem;
  }

  .div-block-65 {
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .text-span-18 {
    margin-top: 0;
  }

  .mapsection {
    padding-top: 3.5rem;
  }

  .div-block-67 {
    margin-top: 3.2rem;
  }

  .title_l {
    font-size: 1.5rem;
  }

  .hero-bg, .hero-bg.color2 {
    z-index: 10;
  }

  .paragraph-27 {
    font-size: .95rem;
  }

  .text-block-10 {
    margin-left: 5px;
    font-size: 1.03125rem;
  }

  .dropdowniconwrapper {
    width: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    top: .4375rem;
  }

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

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

  .jobdescriptionwrapper {
    padding-top: .45rem;
    padding-bottom: .45rem;
  }

  .herotitle {
    font-size: 1.3rem;
  }

  .herotitle.slidetext_front {
    margin-top: .6rem;
    margin-bottom: .2rem;
    margin-right: .5rem;
  }

  .herotitle.large {
    font-size: 8.5vw;
  }

  .slider {
    max-width: 100%;
    max-height: 5.3rem;
  }

  .textslider {
    flex-direction: column;
    max-width: 90vw;
  }

  .mapwrapper {
    margin-top: .5rem;
  }

  .paragraph-30.format1 {
    margin-top: .3rem;
    margin-bottom: .2rem;
  }

  .diff-font {
    font-size: 2.6rem;
  }

  .div-block-71 {
    margin-bottom: -.5rem;
  }

  .service-bg-wrapper {
    margin-top: 14vw;
    display: block;
    left: -1%;
    right: auto;
  }

  .image-10 {
    min-width: 0;
    height: 65vw;
    left: 27%;
  }

  .animewrapper {
    width: 65vw;
    height: 65vw;
    top: -18%;
    left: 0%;
    right: auto;
  }

  .iconwrapper-2 {
    width: 3rem;
  }

  .footertitle-2 {
    font-size: 1.65rem;
  }

  .footerparagraph {
    font-size: 1.03rem;
  }

  .footerparagraph.payment {
    margin-bottom: .1rem;
  }

  .footerparagraph.footermenu.sub {
    font-size: .95rem;
  }

  .subfootertext-2 {
    font-size: .84rem;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

  .homefeaturewrapper {
    height: 14rem;
  }

  .text-span-27 {
    font-size: 1.4rem;
  }

  .topsection {
    padding-top: 7.5rem;
  }

  .image-9 {
    margin-bottom: 1.1rem;
  }

  .image-4 {
    height: 50vw;
  }

  .div-block-852 {
    grid-row-gap: 2rem;
  }

  .itemboxes {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .itemboxes.fomat1 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.5rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .div-block-847 {
    grid-row-gap: .75rem;
  }

  .para_s.side-card-p-1 {
    margin-bottom: .3rem;
  }

  .section_xxl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .servicelistwrapper {
    grid-template-columns: 1fr;
  }

  .paragraph-32 {
    margin-top: 1rem;
  }

  .image-14 {
    margin-top: .3rem;
    margin-bottom: .7rem;
    display: none;
  }

  .div-block-857 {
    align-items: flex-start;
  }

  .space-1 {
    height: 0;
  }

  .image-15 {
    width: 3.9rem;
    height: 3.6rem;
  }

  .div-block-88 {
    height: 50vw;
  }

  .text-block-1 {
    font-size: 1.7rem;
  }

  .text-span-2 {
    font-size: 2.2rem;
  }

  .title_xxl {
    font-size: 1.85rem;
    line-height: 1.3;
  }

  .div-block-863 {
    margin-top: 7vw;
    margin-bottom: 4vw;
  }

  .check-after-title {
    color: rgba(0, 0, 0, 0);
    background-image: url('../images/symbol_check2.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: .9rem;
    margin-right: .5rem;
    display: inline-block;
  }
}

#w-node-_6e7c8e94-0fca-c8ff-4e5c-241e0402d1d2-3c0b2698, #w-node-_1d3ba94f-e827-917a-c0a8-bb188ecaedaa-3c0b2698 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb556b49-80a4-379f-055a-787c4dc6037e-3c0b2698 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9bcecf9-d8e3-543c-d4af-8a3d2344f639-3c0b2698, #w-node-beb33b96-81da-5c70-14a7-6872b64a3cbc-3c0b2698, #w-node-c502b275-2a10-3001-6b96-99244c28b4fd-3c0b2698 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#area.w-node-_14efd5fc-55f3-d491-f089-8ca560557057-3c0b2698 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d506-3c0b2698 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d50a-3c0b2698 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f97f5cb1-ab5f-0c51-5beb-81c51820399e-3c0b2698, #w-node-f97f5cb1-ab5f-0c51-5beb-81c5182039a4-3c0b2698, #w-node-_3e244402-7619-6c90-ac45-3a52fbafe329-3c0b2698 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bf9858e2-1c14-ac75-bfc2-bddf7f67c0a6-3c0b2698 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d52d-3c0b2698 {
  justify-self: center;
}

#w-node-_008137d0-bfb5-4c8f-1da3-7c77e2e8e3d9-13b7405f {
  justify-self: start;
}

#contact.w-node-_008137d0-bfb5-4c8f-1da3-7c77e2e8e406-13b7405f {
  justify-self: end;
}

#w-node-_008137d0-bfb5-4c8f-1da3-7c77e2e8e422-13b7405f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f0aa1c74-8372-5c90-d8d3-4abf031ea6fa-3c0b2699 {
  align-self: start;
}

#w-node-f0aa1c74-8372-5c90-d8d3-4abf031ea6fd-3c0b2699, #w-node-f0aa1c74-8372-5c90-d8d3-4abf031ea6fe-3c0b2699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0aa1c74-8372-5c90-d8d3-4abf031ea702-3c0b2699 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0380e708-11ef-9c7a-9c17-9bfe16ee6c7e-16ee6c7c {
  grid-area: 1 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_0380e708-11ef-9c7a-9c17-9bfe16ee6c80-16ee6c7c, #w-node-_0380e708-11ef-9c7a-9c17-9bfe16ee6c81-16ee6c7c, #w-node-_0380e708-11ef-9c7a-9c17-9bfe16ee6c85-16ee6c7c, #w-node-_0380e708-11ef-9c7a-9c17-9bfe16ee6c8e-16ee6c7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce3fa80b-319e-c649-7210-c2bcb72c2fc5-3c0b269e {
  align-self: start;
}

#w-node-ce3fa80b-319e-c649-7210-c2bcb72c2fc8-3c0b269e, #w-node-ce3fa80b-319e-c649-7210-c2bcb72c2fc9-3c0b269e, #w-node-e8755060-2bd1-bc1f-bfe4-6b66af84d99e-3c0b269e, #w-node-fa17cc0d-9dc6-9428-71f7-29e31c46ef56-8505534e, #w-node-_8bded474-2ea1-b0f5-983f-c1bdcec4ed2c-8505534e, #w-node-_88d95aaf-41b4-0125-5e76-6fc64715c88e-8505534e, #w-node-_88d95aaf-41b4-0125-5e76-6fc64715c893-8505534e, #w-node-_6479702b-eaf6-c3de-c340-9b5050d98bf2-8505534e, #w-node-_6479702b-eaf6-c3de-c340-9b5050d98bf7-8505534e, #w-node-_98d14f9e-1cb2-30e8-edd9-ec77db029142-8505534e, #w-node-_98d14f9e-1cb2-30e8-edd9-ec77db029147-8505534e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce3fa80b-319e-c649-7210-c2bcb72c2fc5-cea9ef9c {
  align-self: start;
}

#w-node-ce3fa80b-319e-c649-7210-c2bcb72c2fc8-cea9ef9c, #w-node-ce3fa80b-319e-c649-7210-c2bcb72c2fc9-cea9ef9c, #w-node-e8755060-2bd1-bc1f-bfe4-6b66af84d99e-cea9ef9c, #w-node-_4cc752a8-f820-ea07-2525-73e8a4cd6b87-a4cd6b86, #w-node-_4cc752a8-f820-ea07-2525-73e8a4cd6b8c-a4cd6b86, #w-node-_4cc752a8-f820-ea07-2525-73e8a4cd6b8e-a4cd6b86, #w-node-_4cc752a8-f820-ea07-2525-73e8a4cd6b93-a4cd6b86, #w-node-_4cc752a8-f820-ea07-2525-73e8a4cd6b95-a4cd6b86, #w-node-_4cc752a8-f820-ea07-2525-73e8a4cd6b9a-a4cd6b86, #w-node-_4cc752a8-f820-ea07-2525-73e8a4cd6b9c-a4cd6b86, #w-node-_4cc752a8-f820-ea07-2525-73e8a4cd6ba1-a4cd6b86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_1d3ba94f-e827-917a-c0a8-bb188ecaedaa-3c0b2698 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0aa1c74-8372-5c90-d8d3-4abf031ea6fe-3c0b2699, #w-node-ce3fa80b-319e-c649-7210-c2bcb72c2fc9-3c0b269e, #w-node-ce3fa80b-319e-c649-7210-c2bcb72c2fc9-cea9ef9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_171120c4-0df9-c1de-13cf-e8b8ac5adfe8-3c0b2698 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dbdff9f6-885a-7002-73b1-53c450238eaa-3c0b2698 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1d3ba94f-e827-917a-c0a8-bb188ecaedaa-3c0b2698 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cb556b49-80a4-379f-055a-787c4dc6037e-3c0b2698 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d506-3c0b2698 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f97f5cb1-ab5f-0c51-5beb-81c51820399e-3c0b2698, #w-node-f97f5cb1-ab5f-0c51-5beb-81c5182039a4-3c0b2698, #w-node-_3e244402-7619-6c90-ac45-3a52fbafe329-3c0b2698 {
    grid-column: span 2 / span 2;
  }

  #w-node-bf9858e2-1c14-ac75-bfc2-bddf7f67c0a6-3c0b2698 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d52d-3c0b2698 {
    grid-column: span 1 / span 1;
  }

  #w-node-_008137d0-bfb5-4c8f-1da3-7c77e2e8e3d9-13b7405f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_008137d0-bfb5-4c8f-1da3-7c77e2e8e3e0-13b7405f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #contact.w-node-_008137d0-bfb5-4c8f-1da3-7c77e2e8e406-13b7405f {
    justify-self: start;
  }

  #w-node-_008137d0-bfb5-4c8f-1da3-7c77e2e8e422-13b7405f {
    grid-column: span 2 / span 2;
  }

  #w-node-_0380e708-11ef-9c7a-9c17-9bfe16ee6c7e-16ee6c7c {
    grid-row-end: 3;
    align-self: end;
  }

  #w-node-e8755060-2bd1-bc1f-bfe4-6b66af84d99e-3c0b269e, #w-node-e8755060-2bd1-bc1f-bfe4-6b66af84d99e-cea9ef9c {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_171120c4-0df9-c1de-13cf-e8b8ac5adfe8-3c0b2698 {
    grid-column: span 1 / span 1;
  }

  #w-node-_008137d0-bfb5-4c8f-1da3-7c77e2e8e3d9-13b7405f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_008137d0-bfb5-4c8f-1da3-7c77e2e8e3ef-13b7405f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #contact.w-node-_008137d0-bfb5-4c8f-1da3-7c77e2e8e406-13b7405f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: auto;
  }

  #w-node-_008137d0-bfb5-4c8f-1da3-7c77e2e8e422-13b7405f {
    grid-column: span 1 / span 1;
  }

  #w-node-f0aa1c74-8372-5c90-d8d3-4abf031ea6fa-3c0b2699 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-f0aa1c74-8372-5c90-d8d3-4abf031ea702-3c0b2699 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0380e708-11ef-9c7a-9c17-9bfe16ee6c7e-16ee6c7c {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-ce3fa80b-319e-c649-7210-c2bcb72c2fc5-3c0b269e {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-e8755060-2bd1-bc1f-bfe4-6b66af84d99e-3c0b269e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ce3fa80b-319e-c649-7210-c2bcb72c2fc5-cea9ef9c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-e8755060-2bd1-bc1f-bfe4-6b66af84d99e-cea9ef9c {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f97f5cb1-ab5f-0c51-5beb-81c51820399e-3c0b2698, #w-node-f97f5cb1-ab5f-0c51-5beb-81c5182039a4-3c0b2698, #w-node-_3e244402-7619-6c90-ac45-3a52fbafe329-3c0b2698 {
    grid-column: span 1 / span 1;
  }

  #w-node-_008137d0-bfb5-4c8f-1da3-7c77e2e8e3d9-13b7405f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_008137d0-bfb5-4c8f-1da3-7c77e2e8e3e0-13b7405f {
    grid-column: span 1 / span 1;
  }

  #w-node-f0aa1c74-8372-5c90-d8d3-4abf031ea6fa-3c0b2699, #w-node-ce3fa80b-319e-c649-7210-c2bcb72c2fc5-3c0b269e, #w-node-ce3fa80b-319e-c649-7210-c2bcb72c2fc5-cea9ef9c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }
}


