:root {
  --brand-color: #9ab6d3;
  --white: white;
  --dark-blue: #374854;
  --black: #000;
}

body {
  color: #404e59;
  font-family: Ptsans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 0;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.padding-global {
  padding: 6rem 5%;
}

.hero_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero_image {
  z-index: -1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
}

.content-right {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  padding-left: 6rem;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  color: var(--brand-color);
  letter-spacing: 3px;
  font-size: 2.375rem;
  line-height: 1;
}

.max-width-medium {
  max-width: 34rem;
}

.content-block_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.heading_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading_vector {
  width: 1rem;
}

.contact_link {
  color: #404e59;
  text-decoration: none;
}

.max-width-small {
  max-width: 26rem;
}

.logo {
  width: 12rem;
}

.content_left {
  position: relative;
}

.coming_text {
  background-color: var(--white);
  color: var(--dark-blue);
  letter-spacing: 7px;
  text-transform: uppercase;
  padding: .5rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0);
}

.coming_text.soon {
  background-color: var(--brand-color);
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
}

.coming_soon-title {
  color: var(--white);
  padding-right: 2rem;
  position: absolute;
  top: 44%;
  right: 0;
}

@media screen and (max-width: 991px) {
  .section {
    height: auto;
  }

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

  .hero_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .hero_image {
    width: 100%;
    height: 60vh;
    top: 0;
  }

  .hero_image.hide-tablet {
    display: none;
  }

  .content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 6rem;
    padding-left: 0;
  }

  .logo {
    width: 10rem;
  }

  .content_left {
    height: calc(60vh - 5rem);
  }

  .coming_text {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%);
  }

  .coming_text.soon {
    inset: 0 50% auto auto;
  }

  .coming_soon-title {
    padding-right: 0;
    top: auto;
    bottom: 10%;
    right: 50%;
    transform: translate(50%);
  }
}

@media screen and (max-width: 479px) {
  .padding-global {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero_image {
    height: 40vh;
  }

  .logo {
    width: 7rem;
  }

  .content_left {
    height: calc(40vh - 3rem);
  }

  .coming_soon-title {
    bottom: 16%;
  }
}

#w-node-_1f685344-5d19-a195-9bc8-92b8d93dfc04-612fc616 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f548ef8e-29ef-e84b-b724-83f1a16011eb-612fc616 {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_1f685344-5d19-a195-9bc8-92b8d93dfc04-612fc616 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}