.hero.for-inner {
  background-color: var(--main);
  place-items: center;
  min-height: auto;
  padding-top: 162px;
  padding-bottom: 69px;
  display: flex
;
}
.hero > .wp-block-group__inner-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--main);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 95vh;
  padding-top: 84px;
  display: grid
;
  position: relative;
  overflow: hidden;
}.hero-grid.inner {
  display: block;
}
.section.blue {
  background-color: var(--main);
}
.ceo-grid > .wp-block-group__inner-container  {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid
;
}
#w-node-d616d537-2a16-44f8-5124-1b1df4b4db8f-16a22c68, #w-node-d616d537-2a16-44f8-5124-1b1df4b4db9b-16a22c68, #w-node-deb90fa0-8837-c630-80c1-3f50d8ecde92-f178e012, #w-node-deb90fa0-8837-c630-80c1-3f50d8ecde97-f178e012 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.image-overlay {
  z-index: 1;
  background-color: var(--main);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}
.cover-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.line-divider.white-light {
  background-color: var(--white);
  opacity: .06;
}
.subhead.small.color {
  opacity: 1;
  color: var(--white);
  border-color: #ffffff57;
  margin-bottom: 16px;
}
.w-form {
  margin: 0 0 15px;
}
.form-grid {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid
;
  position: relative;
}
.label.dark {
  color: var(--white);
  text-transform: uppercase;
  max-width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
}
p {
  opacity: .69;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}
.input {
  color: var(--main);
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
#w-node-deb90fa0-8837-c630-80c1-3f50d8ecdebc-f178e012, #w-node-deb90fa0-8837-c630-80c1-3f50d8ecdec2-f178e012 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.text-area {
  color: var(--main);
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 15px 20px 35px;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}
textarea.w-input, textarea.w-select {
  height: auto;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
.button {
  border: 2px solid var(--main);
  color: var(--main);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 6px;
  align-items: center;
  padding: 15px 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}
input.w-button {
  -webkit-appearance: button;
}
.button.white {
  border-color: var(--white);
  color: var(--white);
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}
.success-message {
  color: var(--blue);
  background-color: #f1f4ff;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
}
.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}
.error-message {
  color: #fe0000;
  text-align: center;
  background-color: #ffeaea;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}
.circle-absolute-main {
    opacity: .37;
    mix-blend-mode: overlay;
    width: 900px;
    position: absolute;
    inset: 329px auto 0% -400px;
}
.display-2.white {
  font-size: 38px;
}

@media screen and (max-width: 991px) {
  .hero.for-inner {
      padding-top: 175px;
      padding-bottom: 61px;
  }.hero-grid {
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    display: flex
;
}
.hero-w-width {
  max-width: 100%;
}
.lines.second.inner {
  right: 299px;
}
.section, .section.gray._80px {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ceo-grid > .wp-block-group__inner-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: stretch;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex
;
}
.line-divider {
  display: none;
}
}
@media screen and (max-width: 767px) {
  .hero.for-inner {
      padding: 145px 31px 47px;
  }
  .hero-w-width {
    margin-left: 0;
}
.display-1.white.small {
  font-size: 40px;
}
.form-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr;
}
}
@media screen and (max-width: 479px) {
  .hero.for-inner {
      padding-top: 126px;
      padding-bottom: 40px;
  }
  .hero-grid {
    grid-row-gap: 40px;
}
  .display-1.white.small {
    font-size: 27px;
  }
  .shape-full {
    background-position: 50% 150px;
  }
  .lines.second.inner {
    right: 91px;
}
.ceo-grid > .wp-block-group__inner-container {
  max-width: 100%;
}
.contact-form-left-side {
  padding-left: 0;
  padding-right: 0;
}
}