#page-contact .section-hero .background img, #page-contact .section-hero .background::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-contact .section-hero a.background::before {
  text-indent: -999px;
  overflow: hidden;
}

#page-contact .section-hero button.background::before {
  text-indent: -999px;
  overflow: hidden;
}

#page-contact .section-hero {
  position: relative;
  height: 100vh;
  min-height: 810rem;
  display: flex;
  align-items: center;
  background-color: #19181c;
  z-index: 3;
}
@media (max-width: 1023px) {
  #page-contact .section-hero {
    height: auto;
  }
}
#page-contact .section-hero .background {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 205rem);
  height: 100%;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .background {
    width: 100%;
    height: 350rem;
  }
}
#page-contact .section-hero .background::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#page-contact .section-hero .background img {
  -o-object-position: right;
  object-position: right;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .background img {
    -o-object-position: right top;
    object-position: right top;
  }
}
#page-contact .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-contact .section-hero .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper {
    flex-direction: column;
    padding: 120rem 0 20rem;
  }
}
#page-contact .section-hero .flex-wrapper .left {
  position: relative;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left {
    width: 100%;
  }
}
#page-contact .section-hero .flex-wrapper .left-title {
  color: white;
  font-size: 48rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.01em;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left-title {
    font-size: 35rem;
  }
}
#page-contact .section-hero .flex-wrapper .left-navigation {
  margin-top: 55rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left-navigation {
    margin-top: 40rem;
  }
}
#page-contact .section-hero .flex-wrapper .left-navigation ul li {
  position: relative;
  width: 155rem;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-hero .flex-wrapper .left-navigation ul li:not(:last-child) {
  margin-bottom: 50rem;
}
#page-contact .section-hero .flex-wrapper .left-navigation ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-hero .flex-wrapper .left-navigation ul li a:hover {
  color: white;
}
#page-contact .section-hero .flex-wrapper .left-navigation ul li.active::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -350rem;
  transform: translateY(-50%);
  width: 313rem;
  background-color: #969bb0;
  height: 1rem;
  transform-origin: 0% 50%;
  transform: translateY(-50%) scaleX(0);
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left-navigation ul li.active::before {
    right: -320rem;
  }
}
@media (max-width: 767px) {
  #page-contact .section-hero .flex-wrapper .left-navigation ul li.active::before {
    right: -110rem;
    width: 100rem;
  }
}
#page-contact .section-hero .flex-wrapper .left-navigation ul li.active a {
  color: white;
}
#page-contact .section-hero .flex-wrapper .left-contact {
  margin-top: 240rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left-contact {
    margin-top: 90rem;
  }
}
#page-contact .section-hero .flex-wrapper .left-contact ul li {
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-hero .flex-wrapper .left-contact ul li:not(:last-child) {
  margin-bottom: 15rem;
}
#page-contact .section-hero .flex-wrapper .left-contact ul li a {
  display: inline-flex;
  align-items: center;
}
#page-contact .section-hero .flex-wrapper .left-contact ul li a span {
  margin-left: 10rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14rem;
  font-weight: 300;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-hero .flex-wrapper .left-contact ul li a span strong {
  font-size: 20rem;
  font-weight: 300;
}
#page-contact .section-hero .flex-wrapper .left-contact ul li a:hover span {
  color: white;
}
#page-contact .section-hero .flex-wrapper .right {
  width: 770rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .right {
    width: 100%;
    margin-top: 60rem;
  }
}
#page-contact .section-hero .flex-wrapper .right-form > *:not(:last-child) {
  margin-bottom: 20rem;
}
#page-contact .section-hero .flex-wrapper .right-form .field-group {
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-hero .flex-wrapper .right-form .field-group .label {
  color: white;
  font-size: 12rem;
  font-weight: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  pointer-events: none;
  margin-bottom: 15rem;
}
#page-contact .section-hero .flex-wrapper .right-form .field-group .label strong {
  color: #eb6161;
  font-weight: 350;
}
#page-contact .section-hero .flex-wrapper .right-form .field-group .field-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -5;
}
#page-contact .section-hero .flex-wrapper .right-form .field-group .field {
  width: 100%;
  height: 64rem;
  padding: 0 16rem;
  border-radius: 4px;
  background-color: #29282c;
  color: white;
  font-size: 16rem;
  font-weight: normal;
  border: 1px solid transparent;
  transition-property: border;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-hero .flex-wrapper .right-form .field-group .field:focus {
  border: 1px solid white;
}
#page-contact .section-hero .flex-wrapper .right-form .field-group .field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#page-contact .section-hero .flex-wrapper .right-form .field-group .field::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#page-contact .section-hero .flex-wrapper .right-form .field-group textarea.field {
  padding: 20rem 16rem;
  height: 130rem;
  border-radius: 4px;
  resize: none;
}
#page-contact .section-hero .flex-wrapper .right-form .field-group .file-cta {
  background-color: #29282c;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 64rem;
  padding: 0 16rem;
  cursor: pointer;
  border-radius: 4px;
}
#page-contact .section-hero .flex-wrapper .right-form .field-group .file-cta svg {
  flex-shrink: 0;
}
#page-contact .section-hero .flex-wrapper .right-form .field-group .file-cta span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16rem;
  font-weight: normal;
  display: inline-block;
}
#page-contact .section-hero .flex-wrapper .right-form .field-group svg {
  position: absolute;
  bottom: 26rem;
  right: 16rem;
  pointer-events: none;
}
#page-contact .section-hero .flex-wrapper .right-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16rem;
  grid-row-gap: 24rem;
}
@media (max-width: 767px) {
  #page-contact .section-hero .flex-wrapper .right-form .form-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-contact .section-hero .flex-wrapper .right-form .form-flex {
  margin-top: 18rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 767px) {
  #page-contact .section-hero .flex-wrapper .right-form .form-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-contact .section-hero .flex-wrapper .right-form .form-flex .terms-option button {
  background-color: transparent;
  padding-left: 27rem;
  border: none;
  position: relative;
}
#page-contact .section-hero .flex-wrapper .right-form .form-flex .terms-option button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15rem;
  height: 15rem;
  border-radius: 4px;
  border: 2px solid #969bb0;
  transition-property: background-color, border-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
#page-contact .section-hero .flex-wrapper .right-form .form-flex .terms-option button span {
  color: white;
  font-size: 16rem;
  text-align: left;
  font-weight: normal;
  display: inline-block;
}
#page-contact .section-hero .flex-wrapper .right-form .form-flex .terms-option.active button::before {
  background-color: #969bb0;
  border-color: #969bb0;
}
@media (max-width: 767px) {
  #page-contact .section-hero .flex-wrapper .right-form .form-flex .form-submit {
    margin-top: 30rem;
  }
}
#page-contact .section-hero.appear .flex-wrapper .left-title, #page-contact .section-hero.appear .flex-wrapper .left-navigation ul li, #page-contact .section-hero.appear .flex-wrapper .left-contact ul li {
  opacity: 1;
  transform: translateY(0);
}
#page-contact .section-hero.appear .flex-wrapper .left-navigation ul li:nth-child(0) {
  transition-delay: 0.1s;
}
#page-contact .section-hero.appear .flex-wrapper .left-navigation ul li:nth-child(0)::before {
  transform: translateY(-50%) scaleX(1);
  transition-delay: 0.4s;
}
#page-contact .section-hero.appear .flex-wrapper .left-navigation ul li:nth-child(1) {
  transition-delay: 0.2s;
}
#page-contact .section-hero.appear .flex-wrapper .left-navigation ul li:nth-child(1)::before {
  transform: translateY(-50%) scaleX(1);
  transition-delay: 0.5s;
}
#page-contact .section-hero.appear .flex-wrapper .left-navigation ul li:nth-child(2) {
  transition-delay: 0.3s;
}
#page-contact .section-hero.appear .flex-wrapper .left-navigation ul li:nth-child(2)::before {
  transform: translateY(-50%) scaleX(1);
  transition-delay: 0.6s;
}
#page-contact .section-hero.appear .flex-wrapper .left-navigation ul li:nth-child(3) {
  transition-delay: 0.4s;
}
#page-contact .section-hero.appear .flex-wrapper .left-navigation ul li:nth-child(3)::before {
  transform: translateY(-50%) scaleX(1);
  transition-delay: 0.7s;
}
#page-contact .section-hero.appear .flex-wrapper .left-contact ul li:nth-child(0) {
  transition-delay: 0.3s;
}
#page-contact .section-hero.appear .flex-wrapper .left-contact ul li:nth-child(1) {
  transition-delay: 0.4s;
}
#page-contact .section-hero.appear .flex-wrapper .left-contact ul li:nth-child(2) {
  transition-delay: 0.5s;
}
#page-contact .section-hero.appear .flex-wrapper .left-contact ul li:nth-child(3) {
  transition-delay: 0.6s;
}
#page-contact .section-hero.appear .flex-wrapper .right-form .field-group {
  opacity: 1;
  transform: translateY(0);
}
#page-contact .section-hero.appear .flex-wrapper .right-form .field-group:nth-child(0) {
  transition-delay: 0.5s;
}
#page-contact .section-hero.appear .flex-wrapper .right-form .field-group:nth-child(1) {
  transition-delay: 0.6s;
}
#page-contact .section-hero.appear .flex-wrapper .right-form .field-group:nth-child(2) {
  transition-delay: 0.7s;
}
#page-contact .section-hero.appear .flex-wrapper .right-form .field-group:nth-child(3) {
  transition-delay: 0.8s;
}
#page-contact .section-hero.appear .flex-wrapper .right-form .field-group:nth-child(4) {
  transition-delay: 0.9s;
}
#page-contact .section-hero.appear .flex-wrapper .right-form .field-group:nth-child(5) {
  transition-delay: 1s;
}
#page-contact .section-hero.appear .flex-wrapper .right-form .field-group:nth-child(6) {
  transition-delay: 1.1s;
}
#page-contact .section-hero.appear .flex-wrapper .right-form .field-group:nth-child(7) {
  transition-delay: 1.2s;
}
#page-contact .section-hero.appear .flex-wrapper .right-form .form-flex {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
/*# sourceMappingURL=contact.min.css.map */
