@font-face {
  font-family: "HKGroteskWide";
  src: url("../fonts/HKGroteskWide_2020D/OTF/HKGroteskWide-Black.otf")
    format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "HKGroteskWide";
  src: url("../fonts/HKGroteskWide_2020D/OTF/HKGroteskWide-ExtraBold.otf")
    format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "HKGroteskWide";
  src: url("../fonts/HKGroteskWide_2020D/OTF/HKGroteskWide-Bold.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HKGroteskWide";
  src: url("../fonts/HKGroteskWide_2020D/OTF/HKGroteskWide-SemiBold.otf")
    format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "HKGroteskWide";
  src: url("../fonts/HKGroteskWide_2020D/OTF/HKGroteskWide-Medium.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HKGroteskWide";
  src: url("../fonts/HKGroteskWide_2020D/OTF/HKGroteskWide-Regular.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HKGroteskWide";
  src: url("../fonts/HKGroteskWide_2020D/OTF/HKGroteskWide-Light.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
}
:root {
  --primary-color: #00474e;
}
html {
  font-size: 16px;
}

body {
  font-family: "DM Sans", sans-serif;
  line-height: 1.4;
  color: var(--primary-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "HKGroteskWide";
  line-height: 1.2;
  font-weight: 400;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}

.text-primary {
  color: var(--primary-color);
}
.text-white {
  color: white;
}

.py-large {
  padding-block: clamp(64px, 9.1667vw, 94px);
}

.container-ml-0 > .e-con-inner {
  margin-inline-start: 0;
}

.container-mr-0 > .e-con-inner {
  margin-inline-end: 0;
}
.rounded-br-large {
  border-bottom-right-radius: max(6.52vw, 96px);
}
.rounded-bl-large {
  border-bottom-left-radius: max(6.667vw, 96px);
}
.rounded-tl-large {
  border-top-left-radius: max(6.667vw, 96px);
}
.rounded-tr-large {
  border-top-right-radius: max(6.667vw, 96px);
}

.header-wrap {
  padding-block-start: 23px;
  padding-block-end: 20px;
  padding-inline-start: max(10px, (50vw - 570px));
  padding-inline-end: max(10px, (50vw - 652px));
}
.hero-banner {
  padding-block-start: 45px;
  padding-block-end: 45px;
  padding-inline-start: max(10px, (50vw - 570px));
  padding-inline-end: max(10px, (50vw - 652px));
}
.footer-wrap > .e-con-inner {
  padding-block-start: 31px;
  padding-block-end: 25px;
}

.email-wrap {
  overflow-wrap: anywhere;
  word-break: keep-all;
  white-space: normal;
}
.elementor-icon-wrapper {
  line-height: 1;
}

input::placeholder,
textarea::placeholder {
  color: var(--primary-color) !important;
  opacity: 1 !important;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] select,
textarea {
  width: 100%;
  border: none;
  border-block-end: 1px solid;
  border-color: var(--primary-color);
  border-radius: 0;
  padding: 16px 16px !important;
  background-color: transparent;
  color: var(--primary-color);
  outline: none !important;
  font-size: 1rem;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
  padding-top: 0 !important;
}
textarea {
  background-color: #28949b1f;
  border: none;
  min-height: 140px;
}

input[type="date"]:hover,
input[type="date"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border-color: #00b580;
}
form .gform-footer {
  justify-content: flex-end;
}

@media screen and (min-width: 641px) {
  .gform_wrapper.gravity-theme .gform_fields {
    row-gap: clamp(30px, 4.9vw, 71px);
    column-gap: clamp(30px, 5.48vw, 79px);
  }

  input[type="date"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"] select,
  textarea {
    padding: 20px 30px !important;
  }
}

@media screen and (min-width: 768px) {
  input[type="date"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  select,
  textarea {
    font-size: 18px;
  }

}
