h2 {
  font-family: "Host Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: 0; }
  @media only screen and (max-width: 1000px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-family: "Host Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 0;
  font-weight: 700;
  margin-block: 0 20px; }

.center {
  text-align: center; }

.narrow {
  max-width: 950px;
  margin-inline: auto; }

.secondary-hero {
  display: -ms-grid;
  display: grid;
  /*min-height: 600px;*/
  padding-block: clamp(180px, 15vw, 270px) clamp(120px, 12.8vw, 230px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  background: #1f2b2d;
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
  gap: clamp(20px, 4vw, 60px);
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1100px) {
    .secondary-hero {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      min-height: initial;
      padding-block: 160px 140px; } }
  @media only screen and (max-width: 800px) {
    .secondary-hero {
      padding-block: 60px 80px; } }
  .secondary-hero .hero-heading-wrap {
    -webkit-animation: slideInLeftHeading 1.5s cubic-bezier(0, 0, 0, 1) forwards;
    animation: slideInLeftHeading 1.5s cubic-bezier(0, 0, 0, 1) forwards;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
    @media only screen and (min-width: 1101px) {
      .secondary-hero .hero-heading-wrap.full {
        -ms-grid-column-span: 2;
        grid-column: span 2; } }
    .secondary-hero .hero-heading-wrap.full p {
      color: #a5aaab; }
      .secondary-hero .hero-heading-wrap.full p a:not(.btn) {
        color: #13a89e; }
    .secondary-hero .hero-heading-wrap.full ul {
      padding-left: 15px; }
      .secondary-hero .hero-heading-wrap.full ul li {
        color: #a5aaab;
        margin-bottom: 5px; }
        .secondary-hero .hero-heading-wrap.full ul li a {
          color: #13a89e; }
    .secondary-hero .hero-heading-wrap h1 {
      text-transform: uppercase;
      font-family: "Host Grotesk", sans-serif;
      color: #ffffff;
      font-size: clamp(36px, 4.7vw, 80px);
      line-height: 1;
      margin-bottom: 20px;
      margin-top: 0;
      text-wrap: balance; }
    .secondary-hero .hero-heading-wrap span {
      text-transform: uppercase;
      font-family: "Host Grotesk", sans-serif;
      color: #13a89e;
      font-size: clamp(15px, 1.5vw, 20px);
      line-height: 1;
      font-weight: 700; }
  .secondary-hero .hero-content-wrap {
    -webkit-animation: slideInRight 1.5s cubic-bezier(0, 0, 0, 1) forwards;
    animation: slideInRight 1.5s cubic-bezier(0, 0, 0, 1) forwards;
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
    .secondary-hero .hero-content-wrap p {
      color: #a5aaab; }
    .secondary-hero .hero-content-wrap *:last-child {
      margin-bottom: 0; }
    .secondary-hero .hero-content-wrap .btn-wrap {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .secondary-hero .bars {
    position: absolute;
    width: 33%;
    left: 0;
    bottom: 0; }
    @media only screen and (max-width: 1750px) {
      .secondary-hero .bars {
        width: 40%; } }
    @media only screen and (max-width: 1500px) {
      .secondary-hero .bars {
        width: 50%; } }
    @media only screen and (max-width: 750px) {
      .secondary-hero .bars {
        width: 70%; } }
    @media only screen and (max-width: 500px) {
      .secondary-hero .bars {
        width: 100%; } }
    .secondary-hero .bars .bar {
      background: #13a89e;
      opacity: .08;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-animation: slideInLeft 1.5s cubic-bezier(0, 0, 0, 1) forwards;
      animation: slideInLeft 1.5s cubic-bezier(0, 0, 0, 1) forwards; }
      .secondary-hero .bars .bar.bar-one {
        aspect-ratio: 40/3;
        width: 100%;
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      .secondary-hero .bars .bar.bar-two {
        aspect-ratio: 30/6;
        width: 75%;
        -webkit-animation-delay: 0.33s;
        animation-delay: 0.33s; }
      .secondary-hero .bars .bar.bar-three {
        aspect-ratio: 20/9;
        width: 50%;
        -webkit-animation-delay: 0.66s;
        animation-delay: 0.66s; }
      .secondary-hero .bars .bar.bar-four {
        aspect-ratio: 10/9;
        width: 25%;
        -webkit-animation-delay: 0.99s;
        animation-delay: 0.99s; }
      .secondary-hero .bars .bar.bar-five {
        aspect-ratio: 30/3;
        width: 75%;
        -webkit-animation-delay: 0.33s;
        animation-delay: 0.33s; }
      .secondary-hero .bars .bar.bar-six {
        aspect-ratio: 20/6;
        width: 50%;
        -webkit-animation-delay: 0.66s;
        animation-delay: 0.66s; }
      .secondary-hero .bars .bar.bar-seven {
        aspect-ratio: 10/3;
        width: 25%;
        opacity: .3;
        -webkit-animation-delay: 0.99s;
        animation-delay: 0.99s; }

.split-section {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  background: #f3f3f2; }
  @media only screen and (max-width: 1100px) {
    .split-section {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
  .split-section .content-wrap {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center; }
    @media only screen and (max-width: 1100px) {
      .split-section .content-wrap {
        padding-block: clamp(60px, 8.25vw, 100px); } }
    .split-section .content-wrap *:last-child {
      margin-bottom: 0; }
  .split-section .image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px; }
    @media only screen and (max-width: 1100px) {
      .split-section .image-wrap {
        min-height: initial;
        aspect-ratio: 5/3; } }
    .split-section .image-wrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.img-list {
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.5vw, 40px);
  margin-block: 60px 0;
  position: relative; }
  @media only screen and (max-width: 1000px) {
    .img-list {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 475px) {
    .img-list {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
  .img-list.light {
    margin-block: 40px 60px; }
    .img-list.light li span {
      color: #ffffff; }
  .img-list li {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    position: relative; }
    .img-list li img {
      width: 100%;
      height: auto;
      display: block; }
    .img-list li span {
      text-wrap: balance;
      text-transform: uppercase;
      font-size: clamp(15px, 1.5vw, 20px);
      color: #162128;
      font-family: "Host Grotesk", sans-serif;
      display: block;
      font-weight: 900;
      bottom: clamp(15px, 1.5vw, 30px);
      left: clamp(15px, 1.5vw, 30px);
      width: calc(100% - 60px);
      position: absolute; }

.dark-bg {
  background: #1f2b2d; }
  .dark-bg h2, .dark-bg h3 {
    color: #ffffff; }
  .dark-bg p {
    color: #a5aaab; }

.list-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-block: 60px 40px; }
  @media only screen and (max-width: 1200px) {
    .list-grid {
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      gap: 20px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .list-grid div {
    height: 100%;
    background: #172022;
    padding: 30px;
    border-radius: 20px; }
    .list-grid div h3 {
      font-weight: 500; }
    .list-grid div ul {
      padding-left: 0;
      margin-block: 0;
      list-style-type: none;
      display: -ms-grid;
      display: grid;
      gap: 10px; }
      .list-grid div ul li {
        color: #a5aaab;
        padding-left: 15px;
        position: relative; }
        .list-grid div ul li:after {
          position: absolute;
          left: 0;
          top: 5px;
          height: 8px;
          width: 8px;
          background: #a5aaab;
          content: '';
          display: block;
          border-radius: 50%; }

.why-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(50% - 15px);
  grid-template-columns: 1fr calc(50% - 15px);
  gap: clamp(40px, 6.5vw, 100px);
  margin-bottom: 100px; }
  @media only screen and (max-width: 1000px) {
    .why-section {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 40px; } }
  .why-section.space-top {
    margin-top: 70px; }
  .why-section .image-wrap {
    position: relative;
    height: 100%; }
    .why-section .image-wrap img {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      border-radius: 20px;
      width: 100%;
      height: auto;
      display: block; }

.icon-list {
  list-style-type: none;
  padding-left: 0;
  margin-block: 80px 0; }
  @media only screen and (max-width: 1000px) {
    .icon-list {
      margin-block: 40px 0; } }
  .icon-list li {
    display: -ms-grid;
    display: grid;
    border-top: 2px solid #13a89e;
    padding: 40px 30px;
    -ms-grid-columns: 35px 1fr;
    grid-template-columns: 35px 1fr;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase; }
    @media only screen and (max-width: 600px) {
      .icon-list li {
        padding: 25px 15px;
        -ms-grid-columns: 27px 1fr;
        grid-template-columns: 27px 1fr;
        gap: 20px;
        font-size: 16px; } }
    .icon-list li:last-of-type {
      border-bottom: 2px solid #13a89e; }
    .icon-list li img {
      width: 100%;
      height: auto;
      display: block; }

.industries-list h2 {
  margin-block: clamp(30px, 3.5vw, 60px);
  padding-inline: clamp(30px, 5vw, 100px); }

.industries-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }
  @media only screen and (max-width: 550px) {
    .industries-list ul {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  .industries-list ul li {
    position: relative; }
    @media only screen and (min-width: 551px) {
      .industries-list ul li.mobile {
        display: none; } }
    .industries-list ul li img {
      width: 100%;
      height: auto;
      display: block; }
    .industries-list ul li h3 {
      position: absolute;
      display: block;
      padding: clamp(20px, 3.15vw, 50px);
      bottom: 0;
      left: 0;
      color: #ffffff;
      margin: 0; }
      @media only screen and (max-width: 800px) {
        .industries-list ul li h3 {
          font-size: 15px; } }

.scroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: clip; }
  .scroll-wrapper .more {
    font-size: clamp(50px, 17.3vw, 340px);
    font-family: "Host Grotesk", sans-serif;
    text-transform: uppercase;
    margin-block: 0 60px;
    font-weight: 700;
    color: #afe1df;
    display: block;
    width: 100vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    text-align: center;
    -webkit-animation: scroll-left 15s linear infinite;
    animation: scroll-left 15s linear infinite; }
  @media only screen and (max-width: 550px) {
    .scroll-wrapper {
      display: none; } }

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.contact-body {
  padding-block: 160px 120px;
  background: #1f2b2d;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 800px) {
    .contact-body {
      padding-block: 60px; } }
  .contact-body .inner {
    position: relative;
    z-index: 1;
    display: -ms-grid;
    display: grid; }
    .contact-body .inner.contact-inner {
      -ms-grid-columns: 1fr 550px;
      grid-template-columns: 1fr 550px;
      gap: 40px; }
      @media only screen and (max-width: 1300px) {
        .contact-body .inner.contact-inner {
          -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr; } }
      @media only screen and (max-width: 1000px) {
        .contact-body .inner.contact-inner {
          -ms-grid-columns: 100%;
          grid-template-columns: 100%; } }
      .contact-body .inner.contact-inner .contact-content {
        height: 100%;
        border-radius: 20px;
        background: #161e1f;
        display: -ms-grid;
        display: grid;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        position: relative;
        z-index: 1;
        overflow: hidden; }
        .contact-body .inner.contact-inner .contact-content .content-inner {
          background: #161e1f;
          padding: 40px;
          padding-top: 10px;
          position: relative; }
          .contact-body .inner.contact-inner .contact-content .content-inner:before {
            content: '';
            position: absolute;
            height: 25vw;
            width: 100%;
            display: block;
            background: -webkit-gradient(linear, left bottom, left top, from(#161e1f), to(rgba(22, 30, 31, 0)));
            background: -webkit-linear-gradient(bottom, #161e1f 0%, rgba(22, 30, 31, 0) 100%);
            background: -o-linear-gradient(bottom, #161e1f 0%, rgba(22, 30, 31, 0) 100%);
            background: linear-gradient(0deg, #161e1f 0%, rgba(22, 30, 31, 0) 100%);
            left: 0;
            bottom: 100%; }
          .contact-body .inner.contact-inner .contact-content .content-inner h1 {
            text-transform: uppercase;
            font-family: "Host Grotesk", sans-serif;
            color: #ffffff;
            font-size: clamp(36px, 4.7vw, 80px);
            line-height: 1;
            margin-bottom: 20px;
            margin-top: 0;
            text-wrap: balance; }
          .contact-body .inner.contact-inner .contact-content .content-inner p {
            color: #a5aaab;
            max-width: 860px; }
          .contact-body .inner.contact-inner .contact-content .content-inner .contact-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            gap: 30px 60px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .contact-body .inner.contact-inner .contact-content .content-inner .contact-info .btn {
              width: 280px; }
            .contact-body .inner.contact-inner .contact-content .content-inner .contact-info p {
              margin: 0; }
              .contact-body .inner.contact-inner .contact-content .content-inner .contact-info p .has-icon {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                text-decoration: none;
                color: #ffffff;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 10px;
                line-height: 1.2;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease; }
                .contact-body .inner.contact-inner .contact-content .content-inner .contact-info p .has-icon svg {
                  fill: #13a89e;
                  height: 20px;
                  width: 20px; }
                .contact-body .inner.contact-inner .contact-content .content-inner .contact-info p .has-icon:hover, .contact-body .inner.contact-inner .contact-content .content-inner .contact-info p .has-icon:focus, .contact-body .inner.contact-inner .contact-content .content-inner .contact-info p .has-icon:active {
                  color: #13a89e; }
        .contact-body .inner.contact-inner .contact-content img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          z-index: -1; }
          @media only screen and (max-width: 1000px) {
            .contact-body .inner.contact-inner .contact-content img {
              position: relative; } }
      .contact-body .inner.contact-inner .contact-form-wrapper {
        border-radius: 20px;
        background: #161e1f;
        padding: 40px; }
        @media only screen and (max-width: 1000px) {
          .contact-body .inner.contact-inner .contact-form-wrapper {
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-row: 1/2; } }
        @media only screen and (max-width: 500px) {
          .contact-body .inner.contact-inner .contact-form-wrapper {
            padding: 20px; } }
        .contact-body .inner.contact-inner .contact-form-wrapper h2 {
          color: #ffffff;
          font-size: clamp(28px, 3vw, 40px); }
    .contact-body .inner.quote-inner {
      -ms-grid-columns: 1fr 60%;
      grid-template-columns: 1fr 60%;
      gap: 60px; }
      @media only screen and (max-width: 1300px) {
        .contact-body .inner.quote-inner {
          -ms-grid-columns: 100%;
          grid-template-columns: 100%; } }
      .contact-body .inner.quote-inner .quote-content h1 {
        text-transform: uppercase;
        font-family: "Host Grotesk", sans-serif;
        color: #ffffff;
        font-size: clamp(28px, 3vw, 40px);
        line-height: 1.2;
        margin-bottom: 20px;
        margin-top: 0;
        text-wrap: balance; }
      .contact-body .inner.quote-inner .quote-content p {
        color: #a5aaab; }
      .contact-body .inner.quote-inner .quote-form-wrapper {
        border-radius: 20px;
        background: #161e1f;
        padding: 40px; }
        @media only screen and (max-width: 1300px) {
          .contact-body .inner.quote-inner .quote-form-wrapper {
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-row: 1/2; } }
        @media only screen and (max-width: 500px) {
          .contact-body .inner.quote-inner .quote-form-wrapper {
            padding: 20px; } }
        .contact-body .inner.quote-inner .quote-form-wrapper h2 {
          color: #ffffff;
          font-size: clamp(28px, 3vw, 40px);
          margin-bottom: 10px; }
  .contact-body .bars {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }
    .contact-body .bars .bar {
      background: #13a89e;
      opacity: .08;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-animation: slideInLeft 1.5s cubic-bezier(0, 0, 0, 1) forwards;
      animation: slideInLeft 1.5s cubic-bezier(0, 0, 0, 1) forwards; }
      .contact-body .bars .bar.bar-one {
        aspect-ratio: 10/12;
        width: 33%;
        -webkit-animation-delay: 0.99s;
        animation-delay: 0.99s; }
      .contact-body .bars .bar.bar-two {
        aspect-ratio: 30/6;
        width: 100%;
        -webkit-animation-delay: 0.33s;
        animation-delay: 0.33s; }
      .contact-body .bars .bar.bar-three {
        aspect-ratio: 20/9;
        width: 66%;
        -webkit-animation-delay: 0.66s;
        animation-delay: 0.66s; }
      .contact-body .bars .bar.bar-four {
        aspect-ratio: 10/9;
        width: 33%;
        -webkit-animation-delay: 0.99s;
        animation-delay: 0.99s; }
      .contact-body .bars .bar.bar-five {
        aspect-ratio: 30/3;
        width: 100%;
        -webkit-animation-delay: 0.33s;
        animation-delay: 0.33s; }
      .contact-body .bars .bar.bar-six {
        aspect-ratio: 20/6;
        width: 66%;
        -webkit-animation-delay: 0.66s;
        animation-delay: 0.66s; }
      .contact-body .bars .bar.bar-seven {
        aspect-ratio: 10/3;
        width: 33%;
        opacity: .3;
        -webkit-animation-delay: 0.99s;
        animation-delay: 0.99s; }

/* Default */
#ContactForm .two-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px; }
  @media only screen and (max-width: 850px) {
    #ContactForm .two-column {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 0; } }

#ContactForm label {
  display: block;
  font-family: "Geist Mono", sans-serif;
  color: #ffffff;
  margin-block: 20px 4px;
  font-size: 16px; }
  #ContactForm label.error {
    display: inline-block;
    color: #fc2c2c;
    margin-block: 5px 0;
    font-size: 14px; }

#ContactForm input, #ContactForm textarea, #ContactForm select {
  width: 100%;
  font-size: 16px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #326067;
  padding: 15px 20px;
  color: #ffffff;
  outline: none; }
  @media only screen and (max-width: 500px) {
    #ContactForm input, #ContactForm textarea, #ContactForm select {
      font-size: 14px; } }
  #ContactForm input::-webkit-input-placeholder, #ContactForm textarea::-webkit-input-placeholder, #ContactForm select::-webkit-input-placeholder {
    color: #326067; }
  #ContactForm input:-ms-input-placeholder, #ContactForm textarea:-ms-input-placeholder, #ContactForm select:-ms-input-placeholder {
    color: #326067; }
  #ContactForm input::-ms-input-placeholder, #ContactForm textarea::-ms-input-placeholder, #ContactForm select::-ms-input-placeholder {
    color: #326067; }
  #ContactForm input::placeholder, #ContactForm textarea::placeholder, #ContactForm select::placeholder {
    color: #326067; }
  #ContactForm input:focus, #ContactForm input:focus-visible, #ContactForm textarea:focus, #ContactForm textarea:focus-visible, #ContactForm select:focus, #ContactForm select:focus-visible {
    border: 1px solid #13a89e; }
  #ContactForm input.error, #ContactForm textarea.error, #ContactForm select.error {
    border: 1px solid #d51616;
    color: #162128;
    background-color: #ded5d5; }

#ContactForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/Content/images/chevron.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 13px 8px;
  padding-right: 45px; }
  #ContactForm select option {
    background-color: #333;
    color: #ffffff;
    font-size: 16px;
    padding: 10px; }
    @media only screen and (max-width: 500px) {
      #ContactForm select option {
        font-size: 13px; } }
  #ContactForm select:invalid {
    color: #326067; }

#ContactForm textarea {
  height: 150px;
  resize: none;
  line-height: 1.5; }
  @media only screen and (max-width: 700px) {
    #ContactForm textarea {
      height: 200px; } }
  @media only screen and (max-width: 500px) {
    #ContactForm textarea {
      height: 250px; } }

#ContactForm button {
  margin-top: 40px;
  cursor: pointer; }

#ContactForm hr {
  margin-block: 30px;
  border-color: #162128;
  border-bottom: none; }

#ContactForm .uploadContent {
  border-bottom: 1px solid #162128;
  line-height: 1.6;
  margin-bottom: 20px; }
  #ContactForm .uploadContent span {
    display: block;
    color: #a5aaab;
    margin-top: 10px; }

#ContactForm .upload-wrapper {
  border-radius: 10px;
  border: 1px solid #326067;
  padding: 15px 20px; }
  #ContactForm .upload-wrapper .upload {
    position: relative;
    cursor: pointer;
    background: #254145;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 15px 30px;
    width: 220px;
    color: #ffffff;
    gap: 15px; }
    #ContactForm .upload-wrapper .upload svg {
      fill: #13a89e;
      height: 20px;
      width: 20px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #ContactForm .upload-wrapper .upload:hover {
      background: #13a89e; }
      #ContactForm .upload-wrapper .upload:hover svg {
        fill: #ffffff; }
  #ContactForm .upload-wrapper .fileUploadWrap {
    position: relative;
    border: solid 1px #254145;
    border-radius: 5px;
    margin: 10px 0;
    border-radius: 5px;
    padding: 5px; }
    #ContactForm .upload-wrapper .fileUploadWrap input {
      position: absolute;
      visibility: hidden; }
    #ContactForm .upload-wrapper .fileUploadWrap label {
      cursor: pointer;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      min-height: 35px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      margin: 0; }
      #ContactForm .upload-wrapper .fileUploadWrap label .filePreview {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 75px;
        height: 50px;
        background: transparent; }
        #ContactForm .upload-wrapper .fileUploadWrap label .filePreview img {
          max-width: 100%;
          max-height: 100%;
          margin: auto; }
      #ContactForm .upload-wrapper .fileUploadWrap label .fileName {
        display: table-cell;
        width: calc(100% - 50px);
        padding: 0 15px;
        vertical-align: middle; }
  #ContactForm .upload-wrapper .removeButton {
    pointer-events: all;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 2px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }

#ContactForm .request-btn {
  width: 305px;
  justify-self: flex-end; }
  @media only screen and (max-width: 600px) {
    #ContactForm .request-btn {
      width: 100%; } }

#ContactForm .split-img-inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 350px;
  grid-template-columns: 1fr 350px;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }
  @media only screen and (max-width: 1515px) {
    #ContactForm .split-img-inputs {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 1300px) {
    #ContactForm .split-img-inputs {
      -ms-grid-columns: 1fr 350px;
      grid-template-columns: 1fr 350px; } }
  @media only screen and (max-width: 920px) {
    #ContactForm .split-img-inputs {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 700px) {
    #ContactForm .split-img-inputs {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 20px; } }
  #ContactForm .split-img-inputs .input-wrapper {
    margin-top: 20px; }
    #ContactForm .split-img-inputs .input-wrapper .vertical-radio {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 15px; }
      #ContactForm .split-img-inputs .input-wrapper .vertical-radio label {
        border-radius: 10px;
        border: 1px solid #326067;
        height: 50px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 30px 1fr;
        grid-template-columns: 30px 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        cursor: pointer;
        padding-inline: 20px; }
        #ContactForm .split-img-inputs .input-wrapper .vertical-radio label input[type="radio"] {
          -moz-appearance: none;
          appearance: none;
          -webkit-appearance: none;
          position: absolute;
          opacity: 0;
          cursor: pointer; }
        #ContactForm .split-img-inputs .input-wrapper .vertical-radio label .radio-mark {
          width: 20px;
          height: 20px;
          border: 1px solid #326067;
          border-radius: 50%;
          position: relative;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        #ContactForm .split-img-inputs .input-wrapper .vertical-radio label input[type="radio"]:checked + .radio-mark {
          border-color: #fff; }
        #ContactForm .split-img-inputs .input-wrapper .vertical-radio label input[type="radio"]:checked + .radio-mark::after {
          content: "";
          width: 10px;
          height: 10px;
          background-color: #fff;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  #ContactForm .split-img-inputs .img-wrapper {
    position: relative; }
    #ContactForm .split-img-inputs .img-wrapper .accordion-toggle {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      background: none;
      border: none;
      padding: 12px 0;
      text-align: left;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      opacity: .8;
      text-decoration: underline;
      text-underline-offset: 6px;
      text-decoration-thickness: 2px;
      margin-top: 0;
      margin-inline: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 5px; }
      @media only screen and (min-width: 701px) {
        #ContactForm .split-img-inputs .img-wrapper .accordion-toggle {
          display: none; } }
      #ContactForm .split-img-inputs .img-wrapper .accordion-toggle svg {
        fill: currentColor;
        height: 10px;
        width: 10px;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      #ContactForm .split-img-inputs .img-wrapper .accordion-toggle.active svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    #ContactForm .split-img-inputs .img-wrapper .accordion-content {
      display: block; }
      @media only screen and (max-width: 700px) {
        #ContactForm .split-img-inputs .img-wrapper .accordion-content {
          display: none; }
          #ContactForm .split-img-inputs .img-wrapper .accordion-content.active {
            display: block; } }
    #ContactForm .split-img-inputs .img-wrapper img {
      margin-top: 20px;
      width: 100%;
      height: auto;
      display: block; }
      @media only screen and (max-width: 700px) {
        #ContactForm .split-img-inputs .img-wrapper img {
          max-width: 350px;
          margin-inline: auto;
          margin-bottom: 20px; } }

@-webkit-keyframes slideInLeftHeading {
  0% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slideInLeftHeading {
  0% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
