@font-face {
  font-family: Grendb;
  src: url('../fonts/GRENDB__.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --neutral-2: #ecedef;
  --shadow: #59595966;
  --neutral-1: #60595a;
  --black: black;
  --brand-c-1-darken: #4b4c48;
  --font2: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --brand-c-1: black;
  --dim-grey-2\<deleted\|variable-58fd9f35\>: #464646;
  --transparent-white\<deleted\|variable-fb39eb75\>: #ffffff57;
  --radius: 0rem;
  --transparent: #fff0;
  --light-grey: #e8edeb;
  --brand-c-3: #656114;
  --brand-c-2-hl: #e8b407;
  --shadow-border: 5px;
  --border: #80808157;
  --brand-c-3-hl: #f7fff0;
  --bramd-c-2: #e2a000;
  --footerlink: #e8edebd9;
  --navbarbg: white;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

h3 {
  color: #676770;
  font-size: 25px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  padding-top: 0;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.3rem;
}

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

.image.absolute {
  filter: blur(3px);
  background-color: #1c7fb3;
  display: none;
  position: absolute;
  inset: 0%;
}

.image.origin {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/img-company2.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.image.origin._2 {
  background-image: url('../images/img-company1.webp');
  background-position: 100%;
}

.navtop-paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
}

.navcontainer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navcontainer.navtopc {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center end;
  display: flex;
}

.dropdown-list-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--neutral-2);
  box-shadow: 0 10px 17px -13px var(--shadow);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1.15rem;
  padding: 1.1rem 1.6rem 1.2rem;
  display: grid;
}

.dropdown-list-wrapper.w--open {
  background-color: #f5f7fa;
  margin-top: 30px;
  padding: 30px 20px;
  line-height: 1em;
  right: -150px;
  box-shadow: 0 1px 9px #0907180d, 0 24px 38px #1208501a;
}

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

.dropdown-list-wrapper.padding {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.nav-link-drop-down {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: color .35s;
}

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

.dropdownlink {
  color: var(--neutral-1);
  letter-spacing: 0;
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .2rem 1.25rem;
  font-size: 1.3vw;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
}

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

.navbarlinkwrapper {
  overflow: hidden;
}

.navbarlink {
  font-family: var(--font2);
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 3px 0 0;
  font-size: 1.3vw;
  font-weight: 700;
  text-decoration: none;
  transition: color .35s;
  display: block;
}

.navbarlink:hover {
  color: #ffffffb3;
}

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

.headernav.landscape {
  display: none;
}

.spaceblock {
  font-size: 4.5px;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 1.17rem;
  font-weight: 300;
  line-height: 1.6;
}

.footer {
  background-color: var(--brand-c-1);
  color: var(--dim-grey-2\<deleted\|variable-58fd9f35\>);
  background-image: none;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.bg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg.herobg {
  transform-origin: 0 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.bg.herobg.p1 {
  object-position: 50% 15%;
}

.bg.herobg.p2 {
  object-position: 50% 63%;
}

.bg.herobgwrapper {
  background-color: var(--brand-c-1-darken);
  perspective: 1000px;
  transform-origin: 0 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: flex;
  left: auto;
  overflow: hidden;
}

.bg.servicecover {
  border-radius: var(--radius);
  background-color: #0e0e0eb5;
  background-image: linear-gradient(180deg, var(--transparent) 21%, var(--brand-c-1-darken));
}

.bg.herobgslider {
  transform-origin: 0 100%;
  background-color: #0000;
  height: 100%;
}

.bg.image.servicesbg {
  opacity: .25;
  background-image: url('../images/img-fleet.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.bg.herobgg {
  z-index: 1;
  background-image: linear-gradient(#0f113114 31%, #121e2a8c);
}

.bg.herobgg.color1 {
  background-image: linear-gradient(180deg, var(--transparent) 20%, #06082a40 91%);
}

.bg.topsectiongradient {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #141425c9;
  background-image: linear-gradient(#fff0 16%, #2d350e42);
}

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

.bg.topsectiongradient {
  background-color: #141425c9;
  background-image: linear-gradient(#fff0 16%, #2d350e42);
}

.homefeaturewrapper {
  perspective: 1000px;
  cursor: pointer;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 27.5vw;
  height: 32vw;
  max-height: 350px;
  margin: 12px 1vw;
  transition: transform 1s;
  display: flex;
  position: relative;
}

.slideitem {
  z-index: 2;
  perspective: 1000px;
  background-image: linear-gradient(#69b9ff4d, #69b9ff4d), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333vw;
  height: 20vw;
  padding: 15px 10px;
  transition: background-color .7s;
  display: flex;
  position: relative;
}

.slideitem:hover {
  z-index: 4;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #81c4ee;
  box-shadow: 0 20px 10px -10px #0000004d;
}

.pagewrapper {
  margin-top: 10.7rem;
  overflow: hidden;
}

.pagewrapper.format1 {
  background-color: var(--white);
  position: relative;
}

.div-block-21 {
  z-index: 2;
  grid-column-gap: 2.2rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: -3rem;
  display: grid;
  position: relative;
}

.link-block {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem 1.25rem 2.0625rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.homefeaturewrapper-2 {
  perspective: 1000px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  width: 28vw;
  height: 31.693vw;
  transition: transform 1s;
  display: flex;
  position: relative;
}

.yellowbutton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #ffd103;
  border-radius: 1000px;
  padding: 10px 35px;
  transition: background-color .3s, transform .3s;
  position: relative;
  overflow: hidden;
}

.yellowbutton:hover {
  background-color: #0f2b5a;
  transform: scale3d(.96, .96, 5);
  box-shadow: 0 0 3px #0f2b5ae6, inset 0 0 0 2px #ffd103;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container.heroc {
  width: 95vw;
  max-width: none;
  margin-right: 0;
}

.container.relative {
  position: relative;
}

.section_xl {
  transform-origin: 50% 100%;
  padding-top: 6.2rem;
  padding-bottom: 7rem;
  position: relative;
}

.section_xl.format1 {
  background-color: var(--light-grey);
  padding-bottom: 0;
}

.imagewrappper1 {
  border-radius: var(--radius);
  box-shadow: 5px 5px 0 0 var(--shadow);
  perspective: 1000px;
  transform-origin: 0 100%;
  flex: none;
  width: 33vw;
  max-width: 40rem;
  height: 100%;
  min-height: 15rem;
  max-height: 22rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  overflow: hidden;
}

.div-block-38 {
  grid-column-gap: 7vw;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  width: 100%;
  display: grid;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.homeau {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 1.4rem;
  display: flex;
}

.paragraph-22 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.s1subheading {
  color: #d22b2b;
  margin-bottom: 40px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
}

.homes1 {
  background-color: var(--white);
  min-height: 90vh;
  position: relative;
  overflow: hidden;
}

.div-block-33 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 90vh;
  display: flex;
}

.homes1contentwrapper {
  z-index: 3;
  grid-column-gap: 4.7rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.45fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  align-items: end;
  width: 100%;
  margin-top: 7vw;
  padding-top: 14rem;
  display: grid;
  position: relative;
}

.button {
  background-color: var(--black);
  box-shadow: 0 5px 8px -3px var(--shadow);
  color: var(--white);
  text-align: center;
  letter-spacing: .05rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 1rem 1.6rem;
  font-family: Teko;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .3s cubic-bezier(.39, .575, .565, 1), transform .32s, box-shadow .32s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #ecf0f1;
  transform: translate(2px);
  box-shadow: 0 11px 19px -5px #0000003d;
}

.button:active {
  transform: translate(0);
  box-shadow: 0 7px 15px -5px #0000003d;
}

.iframecode, .iframecode.hide {
  display: block;
}

.s1subheading1 {
  color: var(--white);
  font-weight: 400;
  line-height: 1.55;
}

.title_l {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.title_l.format1 {
  transform-origin: 50% 100%;
  color: var(--white);
  flex-direction: column;
  width: 90%;
  min-height: 3.5rem;
  margin-top: 0;
  margin-bottom: .94rem;
  display: flex;
}

.title_l.format3 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.title_l.format4 {
  margin-top: auto;
  margin-bottom: auto;
}

.title_l.format5 {
  font-family: var(--font2);
  text-transform: uppercase;
}

.navbartop {
  z-index: 101;
  background-color: var(--brand-c-1-darken);
  background-image: none;
  min-width: 100%;
  max-width: 100%;
  height: 2.7rem;
  position: sticky;
  inset: 0% 0% auto;
}

.navtopwrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: .1rem;
  text-decoration: none;
  display: grid;
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

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

.slide {
  overflow: hidden;
}

.section_l {
  padding-top: 4.375rem;
  padding-bottom: 5.55rem;
  position: relative;
}

.section_l.underc {
  width: 100%;
  position: relative;
}

.formwrapper {
  z-index: 2;
  min-width: 100%;
  margin-bottom: .8rem;
  position: relative;
}

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

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

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

.title_xl.herot {
  font-family: var(--font2);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 7px #0d0f2f40, 0 2px 70px #030924ba;
  padding-bottom: 2rem;
  font-size: 3.3rem;
  font-weight: 600;
  position: relative;
}

.title_xl.herot.is-back {
  -webkit-text-stroke-width: 15px;
  -webkit-text-stroke-color: var(--brand-c-1);
}

.title_xl.herot.is-back-2 {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--neutral-1);
  top: 1px;
  left: 1px;
}

.title_xl.format1 {
  margin-top: 1.7rem;
}

.homefeaturewrapper-3 {
  perspective: 1000px;
  cursor: pointer;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 19rem;
  height: 19.2rem;
  margin: .75rem 1rem;
  transition: transform 1s;
  display: flex;
  position: relative;
}

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

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

.content-block.centera {
  justify-items: center;
}

.content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  place-items: start;
  width: 100%;
  margin-bottom: 1rem;
  transition: background-color .2s;
  display: grid;
}

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

.div-block-1 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.para_s.format2 {
  color: var(--white);
  max-width: 93%;
  margin-bottom: auto;
  padding-bottom: 2.5rem;
  line-height: 1.7;
  position: relative;
}

.para_s.format3 {
  font-size: 1rem;
}

.para_s.navtoptext {
  font-weight: 400;
}

.para_s.format1 {
  font-style: italic;
  line-height: 1.2;
}

.list-no-padding {
  grid-column-gap: 4rem;
  grid-row-gap: .1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.wordingdivider {
  background-color: var(--white);
  width: 1px;
  height: 60%;
}

.code-outline {
  display: none;
}

.div-block-92 {
  background-color: #4c483e80;
  background-image: repeating-radial-gradient(circle farthest-corner at 0% 0%, var(--transparent), #fff6d426 45%, #f1d36736 57%, var(--transparent) 72%, #fff6d426 102%);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-top-left-radius: 1em;
  padding: 2rem 5vw 2rem 2.3rem;
}

.div-block-93 {
  grid-column-gap: 16px;
  grid-row-gap: 8rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.mainbutton {
  background-color: var(--brand-c-2-hl);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 3.125rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mainbutton.hide {
  display: none;
}

.fontawesome-button-check {
  opacity: 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}

.background-circle-button {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 100%;
  display: flex;
  position: relative;
  top: auto;
  right: 0;
}

.fontawesome-button {
  color: #0000;
  cursor: pointer;
  background-image: url('../images/arrow_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 25%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.button-text {
  z-index: 10;
  color: #fff;
  text-align: left;
  cursor: pointer;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.confirmed-state {
  z-index: 20;
  background-color: #49dc80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0 -100%;
}

.button-arrow-bg {
  background-color: #a7000e80;
  position: absolute;
  inset: 0%;
}

.background-circle-button-small {
  z-index: 1;
  background-color: #fff3;
  border-radius: 10000px;
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  right: auto;
}

.fontawesome-container-button {
  z-index: 3;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-12 {
  object-fit: contain;
  height: 5.4rem;
  margin-bottom: 2rem;
  position: relative;
}

.text-span-29 {
  font-family: var(--font2);
  font-size: 1.4rem;
  font-weight: 300;
}

.div-block-94 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.image-13 {
  border-radius: var(--radius);
  box-shadow: var(--shadow-border) var(--shadow-border) 0 0 var(--shadow);
  object-fit: cover;
  background-image: url('../images/img-nemt1.webp');
  background-position: 50% 31%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-13._2 {
  background-image: url('../images/img-pt1.webp');
}

.div-block-95 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.socialmediawrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .625rem;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-2 {
  width: 1.8rem;
  height: 1.8rem;
}

.image-14 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: filter .3s;
}

.image-14:hover {
  filter: saturate(150%) brightness(200%);
}

.service-content-wrapper {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  place-items: start center;
  width: 100%;
  margin-bottom: 1rem;
  transition: background-color .2s;
  display: grid;
}

.service-content-wrapper.format1 {
  grid-column-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.service-content-wrapper.format2 {
  grid-column-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.div-block-99 {
  border-bottom: 1px solid var(--border);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
}

.listitem_s {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  font-size: 1.07rem;
}

.paragraph-38 {
  margin-bottom: .5rem;
}

.paragraph-38.bp1 {
  margin-bottom: 2rem;
}

.div-block-100 {
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-39 {
  font-family: var(--font2);
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.div-block-101 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.subbutton {
  background-color: var(--brand-c-3-hl);
  color: var(--brand-c-3);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.05rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subbutton.dc1 {
  background-color: var(--brand-c-1);
  color: var(--light-grey);
}

.sub-button-text {
  z-index: 10;
  cursor: pointer;
  font-size: .95rem;
  font-weight: 700;
}

.div-block-102 {
  border-radius: var(--radius);
  background-color: var(--light-grey);
  flex-direction: column;
  width: 100%;
  padding: 2.3rem;
  display: flex;
}

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

.div-block-104 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-15 {
  object-fit: contain;
  width: 5rem;
  margin-bottom: 1rem;
}

.yelplinkwrapper {
  border-radius: var(--radius);
  background-color: var(--brand-c-1);
  width: 7rem;
  margin-top: 1rem;
  padding: .5rem 1.6rem .7rem;
  transition: background-color .3s;
}

.yelplinkwrapper:hover {
  background-color: var(--brand-c-1-darken);
}

.div-block-106 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.paragraph-40.firsr {
  margin-top: .8rem;
}

.paragraph-40.hide {
  display: none;
}

.div-block-107 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 1rem;
  display: grid;
}

.lightbox-link {
  width: 100%;
}

.image-17 {
  border-radius: var(--radius);
  box-shadow: var(--shadow-border) var(--shadow-border) 0 0 var(--shadow);
  object-fit: cover;
  width: 100%;
  height: 25vw;
}

.paragraph-41 {
  text-align: center;
}

.link-12 {
  color: var(--black);
  text-decoration: none;
}

.link-12:hover {
  color: var(--brand-c-1);
  text-decoration: underline;
}

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

.div-block-9 {
  border-radius: var(--radius);
  background-color: var(--transparent-white\<deleted\|variable-fb39eb75\>);
  box-shadow: var(--shadow-border) var(--shadow-border) 0 0 var(--shadow);
  color: var(--bramd-c-2);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  transition: transform .3s, box-shadow .5s;
  display: flex;
  overflow: hidden;
}

.div-block-9:hover {
  box-shadow: 0 1px 15px 1px var(--shadow);
  transform: scale(1.02);
}

.image-1 {
  object-fit: cover;
  width: 100%;
  height: 18vw;
  margin-bottom: 1rem;
  position: relative;
}

.div-block-7 {
  border-bottom-width: 1px;
  border-bottom-color: var(--border);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
}

.list-1 {
  grid-column-gap: 4rem;
  grid-row-gap: .1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list-1._2col {
  grid-template-columns: 1fr 1fr;
}

.div-block-108 {
  height: 1rem;
}

.space_l {
  height: 5rem;
}

.title_m {
  font-family: var(--font2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.title_m.format6 {
  color: var(--bramd-c-2);
}

.service-tab {
  grid-row-gap: 1.2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-110 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: column;
  margin-bottom: .5rem;
  display: flex;
}

.div-block-111 {
  aspect-ratio: 2.39;
  flex-flow: column;
  flex: none;
  align-items: flex-start;
  width: 35vw;
  display: flex;
}

.div-block-112 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: wrap;
  align-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-bb {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  border: 2px solid var(--brand-c-3);
  border-radius: var(--radius);
  box-shadow: 4px 4px 0 0 var(--brand-c-3);
  align-items: center;
  padding: .7rem 1.9rem .7rem 1.4rem;
  font-size: 1rem;
  display: flex;
}

.i-check {
  background-image: url('../images/i-check.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2.4rem;
}

.divider {
  background-color: var(--border);
  width: 95%;
  height: .5px;
}

.text-span-30 {
  color: var(--brand-c-1);
}

.image-19 {
  height: 9rem;
}

.div-block-113 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.div-block-114 {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.div-block-115 {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.div-block-116 {
  width: 100px;
  max-width: 20vw;
  position: relative;
}

.image-20 {
  width: 100%;
}

.image-21 {
  filter: brightness(118%);
  object-fit: contain;
  background-image: linear-gradient(#170e038a, #170e038a);
  width: 100%;
  height: 100%;
  padding-left: 31%;
  padding-right: 39%;
  position: absolute;
  inset: 0%;
}

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

.navigation {
  width: 100%;
  position: absolute;
  inset: -8.2rem 0% auto;
}

.div-block-118 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  place-content: flex-start center;
  display: flex;
}

.navtop-paragraph-2 {
  color: var(--brand-c-3);
  margin-top: .15rem;
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.3;
}

.contact-icon {
  mix-blend-mode: difference;
  object-fit: contain;
  width: 100%;
  position: relative;
}

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

.navcontainer-2.navtopc {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center flex-end;
  place-items: center end;
  height: 6.5rem;
  display: flex;
  position: relative;
}

.navcontainer-2.navbarcontainer {
  background-color: var(--brand-c-1);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 4.5rem;
}

.link-block-3 {
  opacity: .9;
  background-color: #edf2f0;
  justify-content: center;
  align-items: center;
  height: 1.7rem;
  padding: .4rem .5rem;
  transition: opacity .35s;
  display: flex;
}

.link-block-3:hover {
  opacity: 1;
}

.link-13 {
  color: var(--brand-c-1-darken);
  text-decoration: none;
}

.link-13.sub {
  font-size: 1rem;
}

.socialmediawrapper-2 {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: none;
  position: relative;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navtop-item-wrapper {
  grid-column-gap: 1.3vw;
  color: #374654;
  border-radius: .7rem;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: .1rem;
  padding-bottom: .1rem;
  display: flex;
  position: relative;
}

.navbar-bg {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 1px 40px -15px #0d0e2240;
}

.dropdown-list-2 {
  display: none;
  position: absolute;
  top: 100%;
}

.dropdown-list-2.w--open {
  background-color: #f5f7fa;
  margin-top: 26px;
  padding: 30px 20px;
  display: block;
  position: absolute;
  left: -30px;
  box-shadow: 0 1px 9px #0907180d, 0 24px 38px #1208501a;
}

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

.sub-button-text-2 {
  z-index: 10;
  font-family: var(--font2);
  cursor: pointer;
  margin-top: 10%;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.3;
}

.navmenu {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
  top: .1rem;
}

.navbar-2 {
  z-index: 100;
  background-color: var(--transparent);
  perspective: 3000px;
  transform-origin: 50% 0;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  transition: background-color .3s;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -3px 7px #0409111a, 0 1px 50px -25px #0d0e2240;
}

.navbar_line-2 {
  background-color: #374654;
  width: 100%;
  height: 1.5px;
  margin-top: -2px;
  display: none;
}

.brand-2 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 70%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.subbutton-2 {
  color: #fff;
  cursor: pointer;
  background-color: #121219;
  background-image: linear-gradient(90deg, #fff0, #082196 40% 60%, #fff0);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1.2rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subbutton-2:hover {
  background-color: #263991;
}

.subbutton-2.navb {
  color: var(--brand-c-1-darken);
  text-align: center;
  background-color: #fff;
  background-image: none;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: 2vw;
}

.navtopwrapper-2 {
  grid-column-gap: 2vw;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: grid;
  position: relative;
}

.navbuttomspace {
  display: none;
}

.logoimage-2 {
  object-fit: contain;
  max-width: none;
  height: 100%;
}

.logoimage-2.wording {
  height: 35%;
  margin-top: .4rem;
  margin-left: 1vw;
  display: none;
}

.new-item-wrapper-2 {
  margin-bottom: 0;
  margin-left: .5vw;
  margin-right: 2vw;
}

.new-item-wrapper-2.main, .new-item-wrapper-2.landscapev {
  margin-right: 0;
  padding: .4375rem .8rem;
}

.contact-icon-wraper {
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff0 29%, var(--brand-c-3-hl));
  object-fit: contain;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 3.1rem;
  height: 3.1rem;
  padding: .7rem .5rem;
  display: flex;
  position: relative;
}

.navbar-c-bg {
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.navbarlink-2 {
  color: #121219;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.3vw;
  font-weight: 700;
  text-decoration: none;
  transition: color .35s;
  display: block;
}

.navbarlink-2:hover {
  color: #221d5e;
}

.image-11 {
  filter: brightness(74%) hue-rotate(15deg);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-11:hover {
  filter: brightness() hue-rotate(15deg);
}

.anime_nav {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.navbarbase {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.navbarbase-scroll {
  z-index: 100;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.black-1 {
  background-color: #000;
  border-radius: 999em;
  width: 4em;
  height: 15em;
  position: absolute;
  top: -5em;
  right: 41%;
  transform: rotate(39deg);
}

.orange {
  background-color: var(--brand-c-2-hl);
  border-radius: 999em;
  width: 4em;
  height: 10em;
  margin-left: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 37%;
  transform: rotate(40deg);
}

.gradient-wrapper {
  background-color: var(--brand-c-1);
  opacity: .87;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gradient-wrapper.dc1 {
  background-color: var(--brand-c-1);
  opacity: .39;
}

.black {
  background-color: #000;
  border-radius: 999em;
  width: 4em;
  height: 15em;
  position: absolute;
  top: -5em;
  right: 88%;
  transform: rotate(39deg);
}

.button-link {
  z-index: 1;
  color: var(--neutral-2);
  cursor: pointer;
  border: 2px solid #e2df3657;
  border-radius: 999999px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link.dc1 {
  color: var(--light-grey);
  border-color: #ded8ff2e;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(14px);
  mix-blend-mode: overlay;
}

.purple-2 {
  background-color: #a3ced6;
  border-radius: 999em;
  width: 7em;
  height: 6em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 10%;
  right: auto;
  transform: rotate(40deg);
}

.shapes-wrapper {
  filter: blur(10px);
}

.text {
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: color;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.orange-1 {
  background-color: #7ef300;
  border-radius: 999em;
  width: 9em;
  height: 7em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 49%;
}

.blue-1 {
  background-color: #e0caa0;
  border-radius: 999em;
  width: 10em;
  height: 5em;
  margin-left: auto;
  position: absolute;
  top: auto;
  right: 44%;
  transform: rotate(60deg);
}

.green {
  background-color: #998c6b;
  border-radius: 999em;
  width: 8em;
  height: 10em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  right: 40%;
  transform: rotate(29deg);
}

.blue {
  background-color: #a38f5d;
  border-radius: 999em;
  width: 8em;
  height: 11em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 -73px 19%;
}

.purple-1 {
  background-color: #f8ed6e;
  border-radius: 999em;
  width: 7em;
  height: 7em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 auto -4%;
}

.background-noise {
  z-index: 0;
  opacity: .24;
  cursor: pointer;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-2-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.purple {
  background-color: #4e8bc3;
  border-radius: 999em;
  width: 8em;
  height: 10em;
  position: absolute;
  top: 0%;
  left: 18%;
  right: 0;
  transform: rotate(-28deg);
}

.text-wrapper {
  z-index: 1;
  pointer-events: none;
  text-shadow: 1px 1px 5px var(--brand-c-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.space_s {
  height: 2rem;
}

.div-block-4 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.link-1 {
  color: var(--brand-c-1);
}

.link-1:hover {
  color: var(--brand-c-1);
  text-decoration: underline;
}

.image-22 {
  object-fit: contain;
  border-radius: .3rem;
}

.subfooterwrapper {
  z-index: 1;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  text-align: center;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sub-footer-2 {
  z-index: 4;
  border-top: 1px solid #ececf5bf;
  width: 85%;
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

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

.footeritemwrapper-2.last {
  margin-bottom: 1.5rem;
}

.footerbrand {
  height: 3.9rem;
  margin-bottom: 2rem;
}

.social-link-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .35rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
  display: none;
}

.footerwrapper {
  z-index: 5;
  grid-column-gap: 4vw;
  grid-row-gap: 2rem;
  color: #121219;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: start;
  width: 85%;
  margin-top: 6%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.footer-content-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 21vw;
  text-decoration: none;
  display: flex;
}

.footer-content-block-2.special {
  background-color: var(--light-grey);
  color: #121219;
  text-align: center;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  min-width: 16vw;
  margin-top: 2.3rem;
  padding-bottom: 3rem;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.footer-content-block-2.hide {
  display: none;
}

.footer-content-block-2.special1 {
  border-top: 1px solid #bfcccc;
  min-width: 15vw;
  margin-top: 2.6rem;
  margin-left: 7vw;
}

.footerparagraph-2 {
  margin-bottom: .4rem;
  padding-left: 0;
  font-size: 1.0625rem;
  line-height: 1.4;
}

.footerparagraph-2.special {
  margin-bottom: 0;
}

.footertitle-2 {
  margin-top: 2rem;
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s;
}

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

.footertitle-2.sp {
  color: #edf2f0;
}

.div-block-119 {
  grid-column-gap: .5rem;
  display: none;
}

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

.link-4:hover {
  color: #fff;
  text-decoration: underline;
}

.socialmediawrapper-3 {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block-4 {
  opacity: .9;
  justify-content: center;
  align-items: center;
  height: 1.7rem;
  transition: opacity .35s;
  display: flex;
}

.link-block-4:hover {
  opacity: 1;
}

.div-block-40 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch start;
  display: flex;
}

.footer_icon {
  opacity: .85;
  height: .95rem;
  margin-top: .24rem;
  margin-right: .85rem;
}

.flex-block {
  grid-column-gap: 6vw;
  grid-row-gap: 1rem;
  flex-direction: column;
}

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

.image-24:hover {
  filter: saturate(120%) brightness(120%);
}

.paymenticon-2 {
  object-fit: contain;
  border-radius: 5px;
  height: 1.7rem;
  margin-top: .15rem;
  margin-bottom: .3125rem;
  margin-right: .3125rem;
  overflow: hidden;
  box-shadow: 1px 1px 4px #00000045;
}

.logoimage-3 {
  filter: contrast(200%);
  object-fit: contain;
  max-width: none;
  height: 100%;
}

.footerparagraph-3 {
  color: var(--footerlink);
  margin-bottom: .8rem;
  font-size: .95rem;
  line-height: 1.5;
}

.footerparagraph-3.dc1 {
  color: #121219;
}

.footerparagraph-3.paymentp {
  margin-bottom: .4rem;
}

.footerparagraph-3.format1 {
  margin-bottom: 1rem;
}

.footerparagraph-3.footermenu {
  text-decoration: none;
}

.footerparagraph-3.footermenu:hover {
  color: #fff;
}

.footerparagraph-3.footermenu.dc1 {
  color: var(--brand-c-1);
}

.space-2 {
  height: 2rem;
}

.subfootertext-4 {
  color: var(--light-grey);
  margin-bottom: 0;
  padding-left: 0;
  font-size: .8rem;
  line-height: 1.4;
  display: inline-block;
}

.subfootertext-4.left {
  text-align: right;
}

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

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

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

.review-link {
  width: 11vw;
}

.topsectioncontentwrapper-2 {
  perspective: 1000px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.topsection-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  padding-top: 6.5rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-120 {
  grid-column-gap: 1rem;
  border: .5px solid var(--shadow);
  box-shadow: 5px 5px 0 0 var(--shadow);
  color: var(--brand-c-1-darken);
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  height: 3rem;
  margin-top: 6rem;
  margin-bottom: -1.5rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  display: flex;
}

.topsection-n-icon-svg {
  z-index: 2;
  background-color: var(--brand-c-2-hl);
  color: #fff0;
  cursor: pointer;
  background-image: none;
  background-position: 0 0;
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .8rem;
  min-width: 10px;
  height: .7rem;
  min-height: 10px;
  padding-top: .1rem;
  display: flex;
  position: relative;
  top: .1rem;
}

.title_xxxl {
  color: #121219;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}

.title_xxxl.sectiont-t {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
}

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

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

.list-5 {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.list-5.dc2f {
  margin-top: 0;
}

.list-item-6 {
  margin-bottom: .6rem;
  line-height: 1.4;
}

.list-item-6.last {
  margin-bottom: 0;
}

.div-block-58 {
  grid-column-gap: 4vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.image-25 {
  background-image: url('../images/img-company2.webp');
  background-position: 50% 85%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.anime-fading {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.anime-fading.center-a {
  justify-content: flex-start;
  align-items: center;
}

.imagewrapper2, .imagewrapper3 {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.paragraph-42 {
  margin-top: 2rem;
}

.paragraph-42.last {
  margin-top: .9rem;
}

.firstsection-padding {
  height: 1.7rem;
  padding-bottom: 0;
}

.formwrapper-special {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  min-height: 100px;
  padding: 2rem 2rem 2.6rem;
  box-shadow: 0 1px 50px -20px #0d0e2240;
}

.div-block-15 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-122 {
  grid-column-gap: 7vw;
  grid-row-gap: 3rem;
  border-bottom: 1px solid var(--light-grey);
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1.3fr);
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 5rem;
  display: grid;
}

.formcontainer-wrapper {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.arrow {
  display: inline-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;
}

.jobformcontentwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: .5rem;
  display: grid;
  position: relative;
}

.list-2 {
  margin-left: .625rem;
  padding-left: 1.875rem;
  line-height: 1.4;
}

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

.h3-2.faq-title {
  color: #121219;
  align-items: center;
  height: 2.8125rem;
  margin-bottom: 0;
  margin-right: 3.4375rem;
  font-size: 1.375rem;
  display: flex;
}

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

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

.line-icon-2 {
  background-color: #edf2f0;
  width: 1.125rem;
  min-height: 3px;
  position: absolute;
}

.jobdescriptionwrapper {
  background-color: var(--light-grey);
  box-shadow: none;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
}

.line-icon-1 {
  background-color: #edf2f0;
  width: 3px;
  min-height: 1.125rem;
  position: absolute;
}

.dropdowniconwrapper {
  background-color: var(--brand-c-1);
  cursor: pointer;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  min-width: 2.8125rem;
  min-height: 2.8125rem;
  display: flex;
  position: absolute;
  inset: .625rem .625rem auto auto;
  overflow: hidden;
  box-shadow: 0 1px 3px -1px #0d0e2240;
}

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

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

.paragraph-32 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

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

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

.longstring-breaker {
  width: 0;
  max-width: 0;
  display: inline-block;
}

@media screen and (min-width: 1440px) {
  body {
    --white: white;
    --neutral-2: #ecedef;
    --shadow: #59595966;
    --neutral-1: #60595a;
    --brand-c-1-darken: #4b4c48;
    --font2: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    --brand-c-1: black;
    --transparent-white\<deleted\|variable-fb39eb75\>: #ffffff57;
    --radius: 0rem;
    --transparent: #fff0;
    --light-grey: #e8edeb;
    --brand-c-3: #656114;
    --brand-c-2-hl: #e8b407;
    --shadow-border: 12px;
    --border: #80808157;
    --brand-c-3-hl: #f7fff0;
    --bramd-c-2: #e2a000;
    --footerlink: #e8edebd9;
  }

  .nav-link-drop-down {
    display: inline-block;
  }

  .dropdownlink {
    font-size: 1.07rem;
  }

  .imagewrappper1 {
    min-height: 17rem;
  }

  .homes1, .div-block-33 {
    min-height: 85vh;
  }

  .homes1contentwrapper {
    grid-column-gap: 5rem;
    padding-top: 15.6rem;
  }

  .s1subheading1 {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .title_xl.herot {
    line-height: 1.3;
  }

  .div-block-92 {
    padding-left: 3.1rem;
  }

  .div-block-93 {
    grid-row-gap: 10rem;
  }

  .div-block-112 {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    max-width: 650px;
  }

  .navtop-paragraph-2 {
    font-size: 1.02rem;
  }

  .navbarlink-2 {
    font-size: 1.07rem;
  }

  .space_s {
    height: 3rem;
  }

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

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

@media screen and (min-width: 1920px) {
  ul {
    padding-left: 2rem;
  }

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

  .dropdown-list-wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-top: 1.55rem;
    padding: 2rem;
  }

  .dropdown-list-wrapper.padding {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .dropdownlink {
    padding: .3rem 1.6rem .3rem 2rem;
    font-size: 1.6rem;
  }

  .navbarlink {
    font-size: 1.6rem;
  }

  .body {
    font-size: 1.8rem;
  }

  .pagewrapper {
    margin-top: 15rem;
  }

  .div-block-21 {
    grid-column-gap: 3.5rem;
    margin-top: 3rem;
    margin-bottom: -4rem;
  }

  .link-block {
    padding-top: 3.8rem;
    padding-bottom: 4rem;
  }

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

  .imagewrappper1 {
    box-shadow: 10px 10px 0 0 var(--shadow);
    min-height: 20rem;
    max-height: 30rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .homeau {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .homes1 {
    min-height: 85vh;
  }

  .homes1contentwrapper {
    grid-column-gap: 7vw;
    padding-top: 22rem;
  }

  .button {
    padding: 1.4rem 2.3rem;
  }

  .s1subheading1 {
    font-size: 1.75rem;
  }

  .title_l {
    font-size: 2.2rem;
  }

  .title_l.format1 {
    min-height: 6.1rem;
  }

  .title_l.format3 {
    margin-bottom: 3rem;
  }

  .navbartop {
    height: 3.8rem;
  }

  .navtopwrapper {
    grid-column-gap: .75rem;
  }

  .section_l {
    padding-top: 6rem;
    padding-bottom: 7.5rem;
  }

  .title_xl {
    font-size: 3.2rem;
  }

  .title_xl.herot {
    padding-bottom: 4rem;
    font-size: 4.3rem;
  }

  .title_xl.herot.is-back, .title_xl.herot.is-back-2 {
    -webkit-text-stroke-width: 18px;
  }

  .title_xl.format1 {
    margin-top: 2.2rem;
  }

  .homefeaturewrapper-3 {
    width: 30rem;
    height: 30.5rem;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .content-block {
    grid-row-gap: 5rem;
  }

  .content-wrapper {
    grid-row-gap: 1.8rem;
  }

  .para_s {
    font-size: 1.55rem;
  }

  .para_s.format2 {
    padding-bottom: 3rem;
  }

  .para_s.format3 {
    font-size: 1.5rem;
  }

  .list-no-padding {
    grid-column-gap: 6rem;
  }

  .wordingdivider {
    width: 2px;
  }

  .div-block-92 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 4.8rem;
  }

  .mainbutton {
    height: 4rem;
  }

  .background-circle-button {
    width: 4rem;
  }

  .fontawesome-button {
    font-size: 1.7rem;
  }

  .button-text {
    padding-left: 1.85rem;
    padding-right: 1.85rem;
    font-size: 1.4rem;
  }

  .image-12 {
    height: 7.5rem;
    margin-bottom: 3rem;
  }

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

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

  .div-block-95 {
    margin-bottom: 1.7rem;
  }

  .socialmediawrapper {
    grid-column-gap: .7rem;
  }

  .link-block-2 {
    width: 2.6rem;
    height: 2.6rem;
  }

  .service-content-wrapper.format2 {
    grid-row-gap: 5rem;
  }

  .listitem_s {
    background-size: auto 1.3rem;
    font-size: 1.6rem;
  }

  .subbutton {
    height: 4rem;
  }

  .sub-button-text {
    padding-left: 1.85rem;
    padding-right: 1.85rem;
    font-size: 1.4rem;
  }

  .div-block-102 {
    padding: 3.2rem 3.5rem;
  }

  .image-15 {
    width: 7.3rem;
  }

  .yelplinkwrapper {
    width: 10rem;
    padding: .6rem 2rem 1.2rem;
  }

  .div-block-9 {
    padding-bottom: 2rem;
  }

  .image-1 {
    margin-bottom: 1.4rem;
  }

  .list-1 {
    grid-column-gap: 6rem;
  }

  .space_l {
    height: 8.6rem;
  }

  .title_m {
    font-size: 1.7rem;
  }

  .service-tab {
    grid-row-gap: 1.4rem;
  }

  .div-block-110 {
    margin-bottom: 1.2rem;
  }

  .div-block-112 {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.1rem;
    max-width: none;
  }

  .feature-bb {
    padding: 1.2rem 2.3rem 1.2rem 2rem;
    font-size: 1.6rem;
  }

  .i-check {
    width: 2.7rem;
    height: 3rem;
  }

  .image-19 {
    height: 11.9rem;
  }

  .div-block-116 {
    flex: none;
    width: 150px;
  }

  .navigation {
    top: -12rem;
  }

  .navtop-paragraph-2 {
    font-size: 1.4rem;
  }

  .contact-icon {
    height: 3.5rem;
  }

  .navcontainer-2.navtopc {
    height: 10rem;
  }

  .navcontainer-2.navbarcontainer {
    height: 6.1rem;
  }

  .link-block-3 {
    height: 2.6rem;
    padding: .6rem 1.1rem;
  }

  .link-13.sub {
    font-size: 1.45rem;
  }

  .socialmediawrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-8 {
    grid-column-gap: 2.5rem;
  }

  .sub-button-text-2 {
    padding-left: 1.85rem;
    padding-right: 1.85rem;
    font-size: 1.4rem;
  }

  .subbutton-2 {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .subbutton-2.navb {
    width: 6.7rem;
    height: 6.6rem;
  }

  .navtopwrapper-2 {
    grid-column-gap: 3vw;
  }

  .new-item-wrapper-2.main, .new-item-wrapper-2.landscapev {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .contact-icon-wraper {
    width: 4.5rem;
    height: 4.5rem;
    padding: 1.1rem .8rem;
  }

  .navbarlink-2 {
    font-size: 1.6rem;
  }

  .button-link {
    padding: 1.4rem 3rem;
  }

  .text {
    font-size: 1.6rem;
  }

  .space_s {
    height: 4rem;
  }

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

  .sub-footer-2 {
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footerbrand {
    height: 6.1rem;
  }

  .social-link-wrapper {
    grid-column-gap: .7rem;
  }

  .footerwrapper {
    margin-top: 6%;
  }

  .footer-content-block-2.special, .footer-content-block-2.special1 {
    margin-top: 3rem;
  }

  .footerparagraph-2 {
    font-size: 1.5rem;
  }

  .footertitle-2 {
    margin-top: 3.4rem;
    margin-bottom: 1.9rem;
    font-size: 2rem;
  }

  .socialmediawrapper-3 {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .link-block-4 {
    height: 2.4rem;
  }

  .footer_icon {
    height: 1.5rem;
    margin-top: .35rem;
    margin-right: 1rem;
  }

  .paymenticon-2 {
    height: 2.6rem;
    margin-top: .3rem;
    margin-right: .5rem;
  }

  .footerparagraph-3 {
    margin-bottom: 1.1rem;
    font-size: 1.45rem;
  }

  .footerparagraph-3.paymentp {
    margin-bottom: .4rem;
  }

  .footerparagraph-3.format1 {
    margin-bottom: 2rem;
  }

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

  .topsection-2 {
    padding-top: 8.5rem;
  }

  .div-block-120 {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    height: 4.6rem;
    margin-top: 7.5rem;
    margin-bottom: -2.3rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .topsection-n-icon-svg {
    width: 1.1rem;
    height: .7rem;
    font-size: 1.7rem;
  }

  .title_xxxl {
    font-size: 3.2rem;
  }

  .title_xxxl.sectiont-t {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 4.2rem;
    bottom: -2.9rem;
  }

  .list-5 {
    padding-left: 1.7rem;
  }

  .list-item-6 {
    margin-bottom: .9rem;
  }

  .anime-fading {
    grid-row-gap: 2.5rem;
  }

  .firstsection-padding {
    height: 3.3rem;
  }

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

  .formcontainer-wrapper {
    margin-top: -3rem;
  }

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

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

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

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

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

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

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

@media screen and (max-width: 991px) {
  .button-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .dropdown-list-wrapper {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    padding: .5rem 0 .2rem;
  }

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

  .dropdown-list-wrapper.padding {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .nav-link-drop-down.dropdown {
    text-align: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .dropdownlink {
    color: var(--brand-c-1-darken);
    text-align: center;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: 1rem;
  }

  .dropdownlink:hover {
    color: var(--brand-c-1-darken);
  }

  .navbuttonicons {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 1.5625rem;
    height: 1.25rem;
    display: flex;
  }

  .navbarlink {
    color: var(--brand-c-1-darken);
    letter-spacing: 0;
    font-size: 1.1rem;
  }

  .navbarlink:hover {
    color: var(--brand-c-1);
  }

  .headernav {
    flex-direction: column;
    flex: none;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .headernav.landscape {
    z-index: 4;
    flex-direction: row;
    margin-right: .5rem;
    display: flex;
    position: relative;
  }

  .footer {
    position: relative;
  }

  .bg.herobg {
    border-radius: 0;
  }

  .bg.herobgwrapper {
    height: 50vw;
    position: relative;
    left: 0%;
  }

  .bg.herobgslider {
    border-radius: 0;
  }

  .homefeaturewrapper {
    width: 40vw;
    height: 34vw;
    max-height: 280px;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }

  .pagewrapper {
    margin-top: 9.3rem;
  }

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

  .homefeaturewrapper-2 {
    width: 40vw;
    height: 45.276vw;
  }

  .container.heroc {
    width: 100vw;
  }

  .section_xl {
    padding-top: 4.5rem;
    padding-bottom: 5.5rem;
  }

  .imagewrappper1 {
    width: 63vw;
    height: 36vw;
  }

  .div-block-38 {
    flex-direction: column;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .div-block-39 {
    margin-left: 0;
  }

  .homeau {
    padding-top: 0;
  }

  .s1subheading {
    line-height: 1.4;
  }

  .div-block-33 {
    min-height: 0;
    margin-top: -29.1vw;
  }

  .homes1contentwrapper {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .s1subheading1 {
    text-align: center;
    letter-spacing: -.3px;
    text-shadow: none;
  }

  .title_l {
    min-height: 0;
  }

  .title_l.format1 {
    min-height: 0;
  }

  .section_l {
    padding-bottom: 5rem;
  }

  .title_xl.herot {
    color: #f2f3ff;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    height: 29vw;
    max-height: 29vw;
    padding: 1.7rem 7vw 1.5rem;
    display: flex;
  }

  .content-block {
    flex-direction: column;
  }

  .content-wrapper {
    grid-column-gap: 10px;
  }

  .para_s.navtoptext {
    font-size: 1rem;
  }

  .list-no-padding {
    justify-content: center;
    padding-left: 0;
  }

  .div-block-92 {
    background-color: var(--brand-c-3);
    border-top-left-radius: 0;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .image-13 {
    height: 27vw;
  }

  .div-block-95 {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    flex-flow: column;
  }

  .service-content-wrapper {
    grid-column-gap: 2.2rem;
    grid-template-columns: 1fr;
  }

  .service-content-wrapper.format1, .service-content-wrapper.format2 {
    grid-template-columns: 1fr;
  }

  .div-block-102 {
    text-align: center;
  }

  .div-block-9 {
    max-width: 22rem;
  }

  .image-1 {
    height: 25vw;
  }

  .list-1 {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    padding-left: 0;
  }

  .title_m {
    min-height: 0;
  }

  .div-block-111 {
    width: 50vw;
  }

  .div-block-112 {
    margin-top: .5rem;
  }

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

  .div-block-114 {
    border: 1px solid var(--shadow);
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    padding-top: .2rem;
  }

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

  .div-block-117 {
    justify-content: flex-start;
    align-items: center;
  }

  .navtop-paragraph-2 {
    font-size: .9rem;
  }

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

  .navcontainer-2 {
    padding-right: 3vw;
  }

  .navcontainer-2.navtopc {
    z-index: 4;
    height: 5.6rem;
  }

  .navcontainer-2.navbarcontainer {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .link-block-3 {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .link-13.sub {
    font-size: .9rem;
  }

  .socialmediawrapper-2 {
    margin-left: 0;
    margin-right: auto;
  }

  .nav-menu-button-2 {
    z-index: 4;
    perspective: 10000px;
    transform-origin: 100%;
    width: 3.125rem;
    min-width: 3.125rem;
    min-height: 3.125rem;
    margin-right: -.8rem;
    padding: 0;
    transition: transform .3s;
  }

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

  .nav-menu-button-2.w--open {
    background-color: var(--brand-c-1);
  }

  .nav-menu-button-2.w--open:hover {
    background-image: none;
  }

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

  .dropdown-list-2.w--open {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    margin-top: 15px;
    padding: 13px 20px;
    display: block;
    position: static;
  }

  .sub-button-text-2 {
    margin-top: 0%;
    position: relative;
  }

  .navmenu {
    z-index: 1;
    background-color: #fff;
    flex: none;
    width: 80vw;
    max-width: 100%;
    height: auto;
    max-height: 70vh;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem 0 .5rem;
    position: absolute;
    inset: 100% 0% auto;
    overflow: hidden;
    box-shadow: 0 -3px 15px #0409111a, 0 2px 70px -25px #0d0e2240;
  }

  .navbar_line-2 {
    height: 1.5px;
    margin-top: -1.5px;
  }

  .brand-2 {
    z-index: 4;
    height: 68%;
  }

  .subbutton-2.navb {
    display: none;
  }

  .subbutton-2.navb.landscapev {
    border-radius: var(--radius);
    background-color: var(--brand-c-3-hl);
    width: auto;
    height: auto;
    display: flex;
  }

  .navtopwrapper-2 {
    grid-template-columns: auto auto;
  }

  .navbuttomspace {
    color: #0000;
    height: 1rem;
    display: block;
  }

  .logoimage-2.wording {
    margin-left: .8rem;
  }

  .new-item-wrapper-2 {
    flex: none;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: .375rem 0 .625rem;
    display: flex;
  }

  .new-item-wrapper-2.main {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .new-item-wrapper-2.main.landscape {
    background-color: #221d5e;
    display: flex;
  }

  .new-item-wrapper-2.main.landscape.hide {
    display: none;
  }

  .new-item-wrapper-2.landscapev {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-c-bg {
    z-index: 2;
    background-color: var(--brand-c-1);
    box-shadow: none;
    display: block;
  }

  .navbarlink-2 {
    letter-spacing: 0;
    font-size: 1.1rem;
  }

  .navbarlink-2.majorlanscape {
    color: #fff;
    font-size: 1.05rem;
  }

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

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

  .orange {
    top: 22em;
  }

  .gradient-wrapper {
    font-size: 1.3vh;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .purple {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .sub-footer-2 {
    margin-top: 3.5rem;
  }

  .footerwrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 4rem;
    grid-template-columns: auto;
    justify-content: start;
    margin-top: 7%;
  }

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

  .footer-content-block-2.special {
    min-width: 85%;
    max-width: 95%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 3rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-content-block-2.special1 {
    border-top-style: none;
    margin-top: 0;
    margin-left: 0;
  }

  .footertitle-2, .footertitle-2.sp {
    margin-top: 0;
  }

  .socialmediawrapper-3 {
    margin-left: 0;
    margin-right: auto;
  }

  .flex-block {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .review-link {
    width: 8rem;
  }

  .title_xxxl.sectiont-t {
    font-size: 2.8rem;
    bottom: -1.8rem;
  }

  .list-5 {
    width: 100%;
  }

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

  .anime-fading {
    grid-row-gap: 1rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .imagewrapper2, .imagewrapper3 {
    width: 80%;
    max-width: 520px;
    height: 45vw;
    max-height: 360px;
  }

  .formwrapper-special {
    margin-bottom: .5rem;
  }

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

  .jobdescriptiondropdownwrapper {
    grid-auto-columns: 1fr;
    display: flex;
  }

  .jobformcontentwrapper {
    padding-top: 0;
  }

  .list-2 {
    line-height: 1.5;
  }

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

@media screen and (max-width: 767px) {
  ul {
    padding-left: 1.2rem;
  }

  .dropdown {
    background-color: #2e80b6;
    display: block;
  }

  .image {
    inset: 0% 0% auto;
  }

  .image.origin {
    background-position: 85%;
  }

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

  .nav-link-drop-down.dropdown {
    background-color: #0000;
  }

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

  .headernav.landscape {
    margin-right: .7rem;
  }

  .spaceblock {
    font-size: 3px;
  }

  .body {
    padding-bottom: 0;
    font-size: 1.12rem;
    line-height: 1.5;
  }

  .bg.herobgwrapper {
    height: 60vw;
  }

  .bg.herobgg.color1 {
    background-image: linear-gradient(180deg, var(--transparent) 20%, #02020d5e 79%);
  }

  .homefeaturewrapper {
    width: 400px;
    height: 220px;
  }

  .slideitem {
    width: 100vw;
    height: 45vw;
    margin-bottom: 0;
    padding-top: 1.3vh;
    padding-bottom: 1.3vh;
  }

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

  .pagewrapper {
    margin-top: 8.8rem;
  }

  .div-block-21 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .homefeaturewrapper-2 {
    width: 80vw;
    height: 90.55vw;
  }

  .imagewrappper1 {
    max-width: 28rem;
    max-height: 16rem;
  }

  .div-block-39 {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    padding-right: 20px;
  }

  .s1subheading {
    font-size: 18px;
  }

  .div-block-33 {
    margin-top: -42vw;
  }

  .title_l {
    font-size: 1.35rem;
  }

  .title_l.format3 {
    margin-bottom: 1.5rem;
  }

  .title_l.format5 {
    margin-bottom: 1.1rem;
  }

  .navtopwrapper {
    text-align: right;
    flex-direction: column;
  }

  .section_l {
    padding-top: 3.2rem;
    padding-bottom: 4.5rem;
  }

  .formwrapper {
    min-width: 84vw;
    margin-left: -8vw;
    margin-right: -8vw;
  }

  .formwrapper.padding {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .title_xl {
    font-size: 2.1rem;
  }

  .title_xl.herot {
    text-shadow: 1px 1px 7px #0d0f2f40, 0 2px 50px #030924;
    height: 42vw;
    max-height: 42vw;
    font-size: 2.5rem;
  }

  .title_xl.herot.is-back {
    -webkit-text-stroke-width: 10px;
  }

  .homefeaturewrapper-3 {
    width: 23rem;
    height: 16rem;
  }

  .content-wrapper {
    grid-template-columns: 1fr;
  }

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

  .para_s.format3 {
    font-size: .9rem;
  }

  .list-no-padding {
    width: 100%;
  }

  .div-block-93 {
    grid-row-gap: 6rem;
  }

  .button-text {
    font-size: 15px;
  }

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

  .image-13 {
    height: 32vw;
  }

  .service-content-wrapper {
    grid-template-columns: 1fr;
  }

  .sub-button-text {
    font-size: 15px;
  }

  .div-block-102 {
    padding: 1.4rem;
  }

  .div-block-107 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .image-1 {
    height: 30vw;
    margin-bottom: .8rem;
  }

  .list-1, .list-1._2col {
    grid-template-columns: 1fr;
  }

  .title_m {
    font-size: 1.12rem;
  }

  .div-block-111 {
    width: 60vw;
  }

  .feature-bb {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }

  .i-check {
    height: 2rem;
  }

  .navtop-paragraph-2 {
    margin-top: .3rem;
    line-height: 1.4;
  }

  .contact-icon {
    height: 2.4rem;
  }

  .navcontainer-2 {
    padding-left: 3.5vw;
    padding-right: 3.8vw;
  }

  .navcontainer-2.navtopc {
    height: 5rem;
  }

  .link-block-3 {
    height: 1.9rem;
  }

  .navtop-item-wrapper {
    grid-column-gap: 3vw;
  }

  .navtop-item-wrapper.hide {
    display: none;
  }

  .nav-menu-button-2 {
    width: 2.8125rem;
    min-width: 2.8125rem;
    min-height: 2.8125rem;
  }

  .dropdown-list-2.w--open {
    text-align: left;
    margin-top: 8px;
    margin-left: 0;
    padding: 5px 15px;
  }

  .sub-button-text-2 {
    font-size: .93rem;
  }

  .navmenu {
    width: 90vw;
    max-height: 60vh;
  }

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

  .navtopwrapper-2 {
    text-align: right;
    flex-direction: column;
    grid-template-columns: auto;
  }

  .logoimage-2.wording {
    max-width: 32vw;
  }

  .new-item-wrapper-2.main {
    background-color: #fff;
  }

  .new-item-wrapper-2.main.landscape {
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .new-item-wrapper-2.dropdown {
    background-color: #0000;
  }

  .contact-icon-wraper {
    width: 2.9rem;
    height: 2.9rem;
  }

  .navbarlink-2.majorlanscape {
    font-size: 16px;
  }

  .gradient-wrapper {
    filter: saturate(150%);
  }

  .purple {
    width: 30em;
    height: 100em;
  }

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

  .subfooterwrapper {
    flex-flow: column;
    height: auto;
  }

  .footerbrand {
    height: 3.4rem;
    margin-bottom: 1.5rem;
  }

  .social-link-wrapper {
    margin-top: 1rem;
    margin-bottom: .5rem;
  }

  .footerwrapper {
    grid-row-gap: 2.75rem;
    flex-direction: column;
    margin-top: 9%;
  }

  .footer-content-block-2.special {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem 1.5rem;
  }

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

  .footer_icon {
    margin-top: .2rem;
  }

  .footerparagraph-3 {
    font-size: .93rem;
  }

  .footerparagraph-3.format1 {
    margin-bottom: 2rem;
  }

  .subfootertext-4, .subfootertext-4.left {
    text-align: left;
  }

  .review-link {
    width: 7rem;
  }

  .topsection-2 {
    padding-top: 4.8rem;
  }

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

  .title_xxxl {
    font-size: 2.1rem;
  }

  .title_xxxl.sectiont-t {
    font-size: 2.5rem;
  }

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

  .anime-fading {
    grid-row-gap: 1.5rem;
  }

  .formwrapper-special {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .dropdown {
    background-color: #192024;
  }

  .navtop-paragraph {
    font-size: .8rem;
  }

  .navcontainer {
    justify-content: center;
    max-width: 90%;
  }

  .navcontainer.navtopc {
    align-content: space-around;
  }

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

  .dropdownlink {
    white-space: normal;
  }

  .headernav {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .headernav.landscape {
    display: none;
  }

  .bg.herobg.p1 {
    object-position: 75% 15%;
  }

  .bg.herobgwrapper {
    height: 100vw;
  }

  .bg.herobgslider {
    object-position: 50% 50%;
  }

  .bg.topbgimg {
    object-position: 50% 100%;
  }

  .homefeaturewrapper {
    width: 80vw;
    height: 58vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .slideitem {
    height: 48vw;
    padding-bottom: 10px;
  }

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

  .pagewrapper {
    margin-top: 7.3rem;
  }

  .link-block {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .white-box.transparent {
    padding-left: 0;
    padding-right: 0;
  }

  .homefeaturewrapper-2 {
    width: 90vw;
    height: 101.87vw;
  }

  .yellowbutton {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .imagewrappper1 {
    width: 99%;
    height: 48vw;
  }

  .div-block-39 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .s1subheading {
    margin-bottom: 30px;
    font-size: 17px;
  }

  .div-block-33 {
    margin-top: -59vw;
  }

  .button {
    padding: 13px 25px 12px;
  }

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

  .navbartop {
    height: 2.5rem;
  }

  .navtopwrapper {
    flex-direction: row;
    align-items: center;
  }

  .section_l {
    padding-top: 2.5rem;
    padding-bottom: 3.4rem;
  }

  .formwrapper {
    min-width: 100vw;
  }

  .formwrapper.padding {
    margin-top: -1rem;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .title_xl {
    font-size: 1.7rem;
  }

  .title_xl.herot {
    text-shadow: 1px 1px 7px #0d0f2f40, 0 2px 40px #030924;
    height: 59vw;
    max-height: 59vw;
    font-size: 2rem;
  }

  .homefeaturewrapper-3 {
    width: 20rem;
    max-width: 80vw;
    height: 20rem;
  }

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

  .content-wrapper {
    grid-row-gap: 10px;
    text-align: left;
    grid-template-columns: 1fr;
  }

  .div-block-93 {
    grid-row-gap: 22vw;
  }

  .image-13 {
    width: 100%;
    height: 50vw;
  }

  .link-block-2 {
    width: 1.7rem;
    height: 1.7rem;
  }

  .service-content-wrapper {
    text-align: left;
    grid-template-columns: 1fr;
  }

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

  .div-block-102 {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .div-block-103 {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .div-block-104 {
    align-items: center;
  }

  .image-15 {
    width: 4rem;
    margin-bottom: .7rem;
  }

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

  .lightbox-link {
    padding-right: 5px;
  }

  .image-17 {
    height: 55vw;
  }

  .image-1 {
    width: 100%;
    height: 50vw;
  }

  .div-block-111 {
    width: 94%;
  }

  .feature-bb {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .i-check {
    width: 1.6rem;
  }

  .image-19 {
    height: 7.5rem;
  }

  .div-block-113 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navtop-paragraph-2 {
    margin-top: 0;
    font-size: .85rem;
  }

  .contact-icon {
    height: 2rem;
  }

  .navcontainer-2 {
    justify-content: center;
    padding-left: 4.5vw;
    padding-right: 5vw;
  }

  .navcontainer-2.navtopc {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    place-content: space-around start;
    place-items: center start;
    height: auto;
    padding-top: 1rem;
    padding-bottom: .5rem;
    padding-left: 5vw;
    display: grid;
    top: 0;
  }

  .navcontainer-2.navbarcontainer {
    background-color: var(--transparent);
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 3.3rem;
    margin-top: -3.3rem;
  }

  .socialmediawrapper-2 {
    margin-top: .7rem;
    display: none;
  }

  .div-block-8 {
    grid-column-gap: .5rem;
    flex-direction: row;
    align-items: center;
    margin-top: .2rem;
  }

  .navtop-item-wrapper {
    grid-column-gap: 4vw;
    margin-top: .7rem;
  }

  .nav-menu-button-2 {
    background-color: var(--brand-c-1);
    margin-right: -.5rem;
    bottom: 2px;
    transform: scale(.95);
  }

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

  .dropdown-list-2.w--open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navmenu {
    width: auto;
    max-height: 91vh;
  }

  .brand-2 {
    max-width: 100%;
    height: 3.4rem;
    margin-right: 0;
  }

  .navtopwrapper-2 {
    flex-direction: row;
    grid-template-columns: auto;
    align-items: center;
  }

  .logoimage-2 {
    max-width: 75vw;
  }

  .logoimage-2.wording {
    max-width: 38vw;
  }

  .new-item-wrapper-2.main, .new-item-wrapper-2.landscapev {
    background-color: #fff;
    width: 100%;
  }

  .contact-icon-wraper {
    width: 1.6rem;
    height: 1.6rem;
    padding: .4rem .1rem;
  }

  .navbar-c-bg {
    background-color: var(--transparent);
  }

  .orange {
    top: 30.7em;
  }

  .subfooterwrapper {
    flex-direction: column;
  }

  .sub-footer-2 {
    width: 82%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .footerwrapper {
    grid-row-gap: 2rem;
    grid-template-columns: auto;
    width: 82%;
    margin-top: 15%;
  }

  .footer-content-block-2.special {
    text-align: left;
    align-items: flex-start;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .footerparagraph-2 {
    font-size: 1rem;
  }

  .div-block-40 {
    grid-auto-columns: 1fr;
  }

  .footer_icon {
    margin-right: .7rem;
  }

  .paymenticon-2 {
    max-width: 18vw;
    height: 1.65rem;
  }

  .logoimage-3 {
    max-width: 75vw;
  }

  .subfootertext-4.left {
    text-align: left;
  }

  .div-block-120 {
    grid-column-gap: .8rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .title_xxxl {
    font-size: 1.7rem;
  }

  .title_xxxl.sectiont-t {
    font-size: 2.1rem;
  }

  .div-block-58 {
    flex-direction: column;
  }

  .anime-fading {
    grid-row-gap: 1rem;
  }

  .imagewrapper2, .imagewrapper3 {
    width: 100%;
    height: 53vw;
  }

  .formwrapper-special {
    width: 100vw;
    margin-left: -9vw;
    margin-right: -9vw;
    padding-top: 2.2rem;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

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

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

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

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

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

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

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

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

#w-node-_93e3c0b2-c2b8-7115-7cf8-3f50120850d4-48cc62e7, #w-node-_0d88c4a2-6944-acff-12c4-380cfba03fe0-48cc62e7, #w-node-_2089824c-0eaa-5154-7fed-ffdefe717618-48cc62e7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9f5efb6a-b880-d1fd-82b9-f02b439e9296-48cc62e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93e3c0b2-c2b8-7115-7cf8-3f50120850d8-48cc62e7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_59e6a2a9-174b-448b-3e83-f36be46be0eb-878d6ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59e6a2a9-174b-448b-3e83-f36be46be10a-878d6ff6 {
  grid-area: 2 / 2 / 2 / 3;
}

#contact.w-node-_59e6a2a9-174b-448b-3e83-f36be46be110-878d6ff6, #w-node-c8a175a5-d301-5bd6-545b-85f46420b006-6420afe4, #w-node-f3879176-d98a-d672-bbab-398cc39999c4-48cc62e9, #w-node-f3879176-d98a-d672-bbab-398cc39999c6-48cc62e9, #w-node-_932bb73d-54a2-c133-f1f4-f25a14381b29-48cc62ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#jobform.w-node-_932bb73d-54a2-c133-f1f4-f25a14381b31-48cc62ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a8564648-9438-2ccf-00e2-ba9f73486382-73486382, #w-node-a8564648-9438-2ccf-00e2-ba9f73486383-73486382, #w-node-a8564648-9438-2ccf-00e2-ba9f73486385-73486382, #w-node-a8564648-9438-2ccf-00e2-ba9f73486387-73486382, #w-node-e99e61a5-2348-0ed6-5ed7-24c4309a31c5-309a31c5, #w-node-bf58a3e5-135b-cfac-0a4a-9256c09f0a70-48cc62ec, #w-node-bf58a3e5-135b-cfac-0a4a-9256c09f0a73-48cc62ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf58a3e5-135b-cfac-0a4a-9256c09f0a82-48cc62ec {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_131e1315-c252-3099-f482-9c6066aadd6d-66aadd6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_131e1315-c252-3099-f482-9c6066aadd6e-66aadd6d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_131e1315-c252-3099-f482-9c6066aadd70-66aadd6d {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_131e1315-c252-3099-f482-9c6066aadd72-66aadd6d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_131e1315-c252-3099-f482-9c6066aadd74-66aadd6d, #w-node-_131e1315-c252-3099-f482-9c6066aadd79-66aadd6d, #w-node-_131e1315-c252-3099-f482-9c6066aadd7e-66aadd6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_131e1315-c252-3099-f482-9c6066aadd83-66aadd6d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_488c08f8-8a4f-4fd6-0328-deaa6f8d7e76-6f8d7e75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_488c08f8-8a4f-4fd6-0328-deaa6f8d7e7f-6f8d7e75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_488c08f8-8a4f-4fd6-0328-deaa6f8d7e80-6f8d7e75, #w-node-_488c08f8-8a4f-4fd6-0328-deaa6f8d7e8a-6f8d7e75, #w-node-_488c08f8-8a4f-4fd6-0328-deaa6f8d7e8c-6f8d7e75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_488c08f8-8a4f-4fd6-0328-deaa6f8d7e90-6f8d7e75 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_488c08f8-8a4f-4fd6-0328-deaa6f8d7e91-6f8d7e75, #w-node-_976ac1fb-8b75-0965-1c95-15be68b2fdeb-48cc62ed, #w-node-_976ac1fb-8b75-0965-1c95-15be68b2fdee-48cc62ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_976ac1fb-8b75-0965-1c95-15be68b2fdfd-48cc62ed {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_976ac1fb-8b75-0965-1c95-15be68b2fe0d-48cc62ed, #w-node-d22f9e12-79ca-4c76-3d8a-71f9769491a9-48cc62ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd6344ad-422b-20e3-2545-1833cc8a8aa6-48cc62ef, #w-node-_591be8c5-b2f6-3a2f-aaa8-fbb56eb9b62a-48cc62f1 {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_806189e3-a6cb-3054-4282-55784fbca26b-48cc62e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b2f7405a-3ae2-28c1-bf82-19558cf65c98-48cc62e7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_59e6a2a9-174b-448b-3e83-f36be46be0f8-878d6ff6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_59e6a2a9-174b-448b-3e83-f36be46be10a-878d6ff6 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #contact.w-node-_59e6a2a9-174b-448b-3e83-f36be46be110-878d6ff6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_932bb73d-54a2-c133-f1f4-f25a14381b29-48cc62ea {
    grid-area: 1 / 1 / 2 / 2;
  }

  #jobform.w-node-_932bb73d-54a2-c133-f1f4-f25a14381b31-48cc62ea {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf58a3e5-135b-cfac-0a4a-9256c09f0a82-48cc62ec {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_131e1315-c252-3099-f482-9c6066aadd6e-66aadd6d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_131e1315-c252-3099-f482-9c6066aadd70-66aadd6d {
    grid-row: 2 / 3;
  }

  #w-node-_131e1315-c252-3099-f482-9c6066aadd72-66aadd6d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_131e1315-c252-3099-f482-9c6066aadd83-66aadd6d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_488c08f8-8a4f-4fd6-0328-deaa6f8d7e76-6f8d7e75 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_488c08f8-8a4f-4fd6-0328-deaa6f8d7e7f-6f8d7e75 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_488c08f8-8a4f-4fd6-0328-deaa6f8d7e90-6f8d7e75 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_976ac1fb-8b75-0965-1c95-15be68b2fdfd-48cc62ed {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_806189e3-a6cb-3054-4282-55784fbca26b-48cc62e7 {
    grid-column: span 1 / span 1;
  }

  #w-node-c8a175a5-d301-5bd6-545b-85f46420afec-6420afe4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_52cc916f-66a9-61b6-4238-39c79072e0f5-48cc62e9, #w-node-_52cc916f-66a9-61b6-4238-39c79072e0fa-48cc62e9, #w-node-_488c08f8-8a4f-4fd6-0328-deaa6f8d7e79-6f8d7e75, #w-node-_488c08f8-8a4f-4fd6-0328-deaa6f8d7e94-6f8d7e75 {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_59e6a2a9-174b-448b-3e83-f36be46be10a-878d6ff6 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c8a175a5-d301-5bd6-545b-85f46420afec-6420afe4, #w-node-_131e1315-c252-3099-f482-9c6066aadd74-66aadd6d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_131e1315-c252-3099-f482-9c6066aadd79-66aadd6d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_131e1315-c252-3099-f482-9c6066aadd7e-66aadd6d {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Grendb';
  src: url('../fonts/GRENDB__.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}