:root {
  --black: black;
  --white: white;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.brand {
  position: absolute;
}

.brand.w--current {
  position: relative;
}

.main-nav-link {
  color: #e6e7e8;
  text-align: left;
  padding-left: 20px;
  font-family: Lato, sans-serif;
}

.navbar {
  background-color: #040a77;
  margin-bottom: 0;
}

.image {
  padding-top: 6px;
}

.container {
  text-align: center;
  font-size: 100%;
  line-height: 100%;
  display: block;
}

.home-slider {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.section {
  min-width: 100%;
  min-height: 100vh;
  font-size: 14vw;
  line-height: 20vh;
  position: relative;
}

.slider-homepage-01 {
  float: none;
  clear: none;
  object-fit: contain;
  background-image: url('../images/slider-h01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 100vh;
  min-height: 0;
  max-height: none;
  padding-bottom: 0;
  padding-right: 0;
  overflow: auto;
}

.right-arrow {
  object-fit: fill;
  max-width: none;
}

.slider-01 {
  text-align: left;
  background-image: url('../images/slider-h01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slisder-2 {
  object-fit: cover;
  overflow: visible;
}

.mask {
  min-width: 0;
  min-height: 0;
}

.slider-h02 {
  background-image: url('../images/slider-h02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-h01 {
  object-fit: cover;
  background-image: url('../images/slider-h01.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/slider-h02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section---slider {
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  transition: opacity .2s ease-in-out;
  display: block;
  position: relative;
}

.slider-hpic, .slide-3 {
  background-image: url('../images/slider-h01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-h01 {
  background-image: url('../images/slider-h01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #014d14;
  border-radius: 0;
  height: 100vh;
}

.slider-h03 {
  background-image: url('../images/slider-h03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow-2 {
  overflow: hidden;
}

.container-3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.slider-h-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 90vh;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.div-block {
  width: 80vw;
  height: 80vh;
}

.image-2 {
  z-index: auto;
  float: none;
  clear: left;
  text-align: left;
  object-fit: none;
  max-width: 100%;
  position: relative;
  inset: 0% auto auto 0%;
  transform: translate(0);
  box-shadow: 1px 1px 3px #000;
}

.logo-homepage {
  background-color: #0000;
  align-self: center;
  width: 100vw;
  padding: 0 10px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #059c30;
  border: 5px solid #013015;
  border-radius: 20px;
  align-self: center;
  margin-top: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.text-span {
  font-weight: 400;
}

.slide-nav {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.left-arrow {
  height: 50vh;
  overflow: visible;
}

.right-arrow-3 {
  height: 50vh;
}

.section-2 {
  background-image: linear-gradient(#2b2d35, #2b2d35);
  border: 1px #000;
  position: relative;
}

.h1 {
  color: #f7eabd;
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  display: block;
  position: relative;
  bottom: 0;
}

.h2 {
  color: #ccc;
  border: 1px #000;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.bold-text {
  color: #fff;
}

.columns {
  height: 200px;
  margin-left: 0;
  margin-right: 0;
}

.section-products {
  background-image: linear-gradient(#2b2d35, #2b2d35);
  position: relative;
}

.div-block-2 {
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  background-image: linear-gradient(#f74215, #f74215);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100px;
  height: 2px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: auto;
}

.underline-01 {
  background-image: linear-gradient(#f74215, #f74215);
  justify-content: center;
  align-items: flex-start;
  width: 150px;
  height: 2px;
  margin: 10px auto;
  padding-top: 0;
  display: block;
  position: relative;
}

.section---header-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: block;
  position: relative;
}

.header-block-01 {
  position: relative;
}

.column-01 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 0 30px 20px;
}

.column-2, .column-3 {
  height: 200px;
  padding-right: 10px;
}

.row-cells {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.div-block-3 {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: auto;
  margin-top: 10px;
  position: relative;
}

.div-block-4 {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: auto;
  margin-top: 8px;
}

.h4 {
  color: #fff;
  justify-content: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  display: flex;
  position: relative;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.h {
  color: #ccc;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.h2 {
  color: #f7eabd;
  margin-top: 10px;
  font-size: 20px;
}

.sub-heading-01 {
  color: #ccc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.h3 {
  color: #f7eabd;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.product-image {
  opacity: 1;
  cursor: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-top: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.text-block {
  color: #ccc;
  justify-content: center;
  display: flex;
}

.div-block-5 {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 20px;
}

.row-01 {
  margin-left: -18px;
  margin-right: -4px;
  position: relative;
}

.section---spacer {
  height: auto;
  position: relative;
}

.div-block---spacer {
  background-image: linear-gradient(#2b2d35, #2b2d35);
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.image-4, .container-5, .div-block-7 {
  position: relative;
}

.section---content {
  background-image: linear-gradient(#2b2d35, #2b2d35);
  padding-bottom: 40px;
  position: relative;
}

.form {
  width: 100vw;
  display: block;
}

.form-block {
  justify-content: center;
  width: 1624vw;
  display: block;
  position: relative;
}

.field-label {
  justify-content: flex-start;
  display: block;
  position: relative;
}

.div-block-8 {
  justify-content: center;
  display: block;
  position: relative;
}

.container-6 {
  padding: 20px;
  display: block;
}

.section-3 {
  background-image: linear-gradient(#2b2d35, #2b2d35);
}

.section---body {
  background-image: linear-gradient(#2b2d35, #2b2d35);
  position: relative;
}

.container-7, .columns-2 {
  position: relative;
}

.div-block-9 {
  background-image: linear-gradient(#fff, #fff);
  border: 3px solid #f74125;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  left: auto;
}

.sub-heading-02 {
  color: #f7eabd;
  justify-content: center;
  display: flex;
  position: relative;
}

.column-4 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.column-6, .column-7 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-5 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-11 {
  align-self: center;
}

.image-6, .image-7, .image-8 {
  margin: auto;
  position: absolute;
  inset: 0%;
}

.sub-heading-contact-label {
  color: #ccc;
  width: 120px;
}

.div-block-12 {
  height: auto;
  padding-top: 40px;
}

.text-field {
  width: 400px;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-2 Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field---email {
  object-fit: none;
  background-color: #2b2d35;
  border-top: 0 #000;
  border-bottom: 1px solid #ccc;
  border-left: 0 #000;
  border-right: 1px #000;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: inline-block;
  position: relative;
}

.text-field-3 {
  color: #ccc;
  background-color: #2b2d35;
  border: 0 #000;
  border-bottom: 1px solid #ccc;
  width: 45%;
  margin-left: 40px;
}

.form-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin: auto;
  padding: 10px 0;
  display: block;
  position: relative;
}

.textarea {
  width: 100vw;
}

.container-8 {
  justify-content: center;
  display: block;
  position: relative;
}

.form-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.recaptcha {
  position: relative;
  left: auto;
}

.submit-button {
  margin-top: 40px;
}

.form-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
                 ". ." minmax(0, 1fr)
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.text-field---contact-us {
  background-image: linear-gradient(#2b2d35, #2b2d35);
  border-top: 0 #2b2d35;
  border-bottom: 1px solid #ccc;
  border-left: 0 #2b2d35;
  border-right: 1px #000;
}

.submit-button-2 {
  background-color: #035f17;
  border-radius: 20px;
  width: 120px;
  margin-top: 20px;
}

.recaptcha-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h5 {
  color: #f7eabd;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-style: italic;
}

.paragraph {
  color: #fff;
}

.paragraph-01 {
  color: #fff;
  margin-bottom: 0;
}

.column-8, .column-9 {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-4 {
  background-image: url('../images/Experience_1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.mask-2 {
  margin-top: 40px;
}

.div-block-13 {
  height: 40px;
}

.paragraph-02 {
  color: #f7eabd;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.link-block, .link-block-2, .link-block-3 {
  width: 160px;
  height: 160px;
}

.success-message {
  opacity: 1;
  color: #fff;
  background-color: #035f17;
  width: auto;
  max-width: none;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.text-block-2 {
  font-family: Oswald, sans-serif;
}

.text-block-3 {
  color: #fff;
  overflow: visible;
}

.error-message {
  background-color: #a80505;
  margin-left: 40px;
  margin-right: 40px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.section-4 {
  background-image: linear-gradient(#2b2d35, #2b2d35);
}

.slider-h04 {
  background-image: url('../images/slider-h04.png'), url('../images/slider-h03.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.slider-h05 {
  background-image: url('../images/slider-h05.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-h06 {
  background-image: url('../images/slider-h06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-h07 {
  background-image: url('../images/slider-h07.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-h08 {
  background-image: url('../images/slider-h08.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-h09 {
  background-image: url('../images/slider-h09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-h10 {
  background-image: url('../images/slider-h10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-h11 {
  background-image: url('../images/slider-h11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-h12 {
  background-image: url('../images/slider-h12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-h13 {
  background-image: url('../images/slider-h13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-h14 {
  background-image: url('../images/slider-h14.png'), url('../images/slider-h03.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.slide-5 {
  background-image: url('../images/Comittment.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Experience.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.columns-3 {
  margin-bottom: 40px;
}

.container-9 {
  object-fit: fill;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
  overflow: visible;
}

.container-10 {
  background-image: url('../images/IGX-Website-Divider.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.testimony-01 {
  opacity: 1;
  color: #000;
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  margin: 20px 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.div-block-14 {
  opacity: .6;
  background-image: linear-gradient(#fff, #fff);
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
}

.testimony-02 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
}

.section-services, .section-expertise, .section-contact-us {
  background-image: linear-gradient(#2b2d35, #2b2d35);
  position: relative;
}

.h7 {
  opacity: .8;
  color: #000;
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 20px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  display: block;
  position: relative;
  bottom: 0;
}

.div-block-15 {
  opacity: 1;
  background-image: linear-gradient(#333, #333);
  align-self: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-block-5 {
  color: #000;
  text-align: center;
  justify-content: center;
  width: 60vw;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 700;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  width: 80vw;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  position: static;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  width: 80vw;
  margin: auto;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  position: static;
}

.button-2 {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #f74215;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 15px;
  margin-top: 20px;
  margin-left: 87.5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-2:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #2b2d35;
  background-clip: border-box;
  position: static;
}

.button-2.hover {
  background-color: #f74215;
}

.div-block-16 {
  line-height: 28px;
}

.image-9 {
  padding-top: 0;
}

.slider-2 {
  margin-top: 40px;
}

.div-block-17 {
  margin-left: -9px;
}

.div-block-18 {
  margin-left: -26px;
}

.div-block-19 {
  margin-left: 26px;
}

.div-block-20 {
  margin-left: -4px;
}

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

.div-block-22 {
  padding-left: 18px;
}

.div-block-23 {
  margin-left: 24px;
}

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

.bold-text-2:hover {
  color: #fff;
}

.bold-text-3 {
  color: var(--black);
  border: 1px solid #fff0;
}

.bold-text-3:hover {
  color: var(--white);
}

.button-2-copy {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #f74215;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 15px;
  margin-top: 20px;
  margin-left: 87.5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
}

.button-2-copy:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #2b2d35;
  background-clip: border-box;
  position: static;
}

.button-2-copy.hover {
  background-color: #f74215;
}

.bold-text-4 {
  margin-left: 11px;
}

.div-block-21-copy {
  margin-top: 0;
  margin-left: -18px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.section---header-01-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: block;
  position: relative;
}

@media screen and (max-width: 991px) {
  .home-slider {
    width: 100vw;
    height: 100vh;
  }

  .slider-h01 {
    height: auto;
  }

  .right-arrow-2 {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .container-2 {
    display: flex;
  }

  .column-01 {
    height: auto;
    margin-top: auto;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    background-color: #040a77;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .button-2 {
    margin-left: 315px;
  }

  .div-block-17 {
    margin-left: -23px;
  }

  .div-block-21 {
    margin-left: -38px;
  }

  .div-block-22 {
    margin-left: -20px;
  }

  .div-block-23 {
    margin-left: -4px;
  }

  .div-block-24 {
    margin-left: -3px;
  }

  .button-2-copy {
    margin-left: 315px;
  }

  .div-block-21-copy {
    margin-left: -38px;
  }
}

@media screen and (max-width: 767px) {
  .slider-h01 {
    height: auto;
  }

  .h1 {
    margin-bottom: 0;
  }

  .section-products {
    position: relative;
  }

  .underline-01 {
    margin-top: 0;
  }

  .div-block-3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .h {
    margin-top: 0;
  }

  .h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .sub-heading-01 {
    color: #ccc;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
  }

  .section---content {
    position: relative;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .section-services, .section-expertise, .section-contact-us {
    position: relative;
  }

  .h7 {
    margin-bottom: 0;
  }

  .button-2, .button-2-copy {
    margin-left: 225px;
  }
}

@media screen and (max-width: 479px) {
  .slider-h01 {
    height: auto;
  }

  .logo-homepage {
    box-shadow: none;
    border: 1px #000;
  }

  .h1 {
    text-align: center;
    object-fit: fill;
    flex-wrap: nowrap;
    justify-content: center;
    display: flex;
  }

  .h2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    z-index: auto;
    float: none;
    clear: none;
    max-width: none;
    margin: auto;
    display: block;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .div-block-10 {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    height: 80px;
    display: block;
    position: relative;
    inset: auto;
    overflow: hidden;
  }

  .image-7 {
    margin: auto;
    position: absolute;
    inset: 0%;
  }

  .form-4 {
    grid-template-areas: ". Area";
    display: block;
  }

  .submit-button-2 {
    width: 60vw;
  }

  .testimony-01 {
    opacity: 1;
    background-image: none;
  }

  .testimony-02 {
    opacity: 1;
  }

  .h7 {
    text-align: center;
    object-fit: fill;
    flex-wrap: nowrap;
    justify-content: center;
    display: flex;
  }

  .button-2 {
    margin-left: 101px;
  }

  .div-block-17 {
    margin-left: -18px;
  }

  .div-block-21 {
    margin-left: -21px;
  }

  .div-block-22 {
    margin-left: -16px;
  }

  .div-block-23 {
    margin-left: 3px;
  }

  .button-2-copy {
    margin-left: 101px;
  }

  .div-block-21-copy {
    margin-left: -21px;
  }
}

#Full-Name.w-node-_01c73adf-6039-6c99-0623-f0d7bb7cbee7-2b4a0d8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Email.w-node-_01c73adf-6039-6c99-0623-f0d7bb7cbee8-2b4a0d8f {
  grid-area: Area;
}

#Subject.w-node-_01c73adf-6039-6c99-0623-f0d7bb7cbee9-2b4a0d8f, #Message.w-node-_01c73adf-6039-6c99-0623-f0d7bb7cbeea-2b4a0d8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01c73adf-6039-6c99-0623-f0d7bb7cbeeb-2b4a0d8f, #w-node-_01c73adf-6039-6c99-0623-f0d7bb7cbeec-2b4a0d8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}


