@font-face {
  font-family: "Montserrat";
  src: url('fonts/Montserrat-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url('fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url('fonts/Montserrat-SemiBoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  margin: 0 !important;
}
body, a, button, input, select {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #111111;
}

input {
  border: #666666 1px solid;
}

.title {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
}

h1 {
  text-align: center;
  font-size: 40px;
}

.subtitle {
  font-size: 20px;
  text-align: center;
}

.container {
  margin: 50px 100px;
}

form {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}

select, input, .submit-button {
  padding: 20px
}

.autocomplete-wrapper, select {
  margin-right: 15px
}

.autocomplete-wrapper {
  width: 30vw;
}

input {
  width: 100%;
  box-sizing: border-box;
}

select {
  width: 20vw;
  height: fit-content;
}

.submit-button {
  width: 10vw;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  background-color: #FF7110;
  border: none;
  color: #fff;
  cursor: pointer;
  height: fit-content;
}

.submit-button:hover {
  box-shadow: 0 7px 16px -7px rgba(0, 0, 0, 0.4);
}
h2 {
  font-size: 28px;
}

.wrapper {
  padding: 30px 22px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 4px 7px 21px;
}

h4 {
  text-transform: uppercase;
  font-style: italic;
  margin: 0;
  font-size: 14px
}

.intro {
  display: flex;
  align-items: center;
}
.intro div:first-child {
  margin-right: 50px;
}

.intro img {
  max-width: 800px;
}

.link:last-child span {
  margin-right: 13px !important;
}

.first-subtitle {
  margin: auto;
  text-align: center;
  width: 70%;
  font-size: 18px;
}


.dropdown {
  display: flex;
  justify-content: flex-end;
}

.dropdown button {
  background-color: transparent;
  min-width: 130px;
  width: max-content;
  height: 40px;
  border-radius: 5px;
  color: #000;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  justify-content: space-evenly;
}

.dropdown button img {
  margin: 0 5px 0 0;
}

.dropdown button img,
.dropdown-content li img {
  width: 28px;
}

.dropdown button,
.dropdown-content li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.arrow-down {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  margin: 0 0 0 5px;
}

.dropdown button:hover {
  cursor: pointer;
  background-color: transparent;
}

.dropdown:focus-within .dropdown-content {
  display: block;
}

header {
  background-color: #ff7110;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.header-container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
}

.img-wrapper {
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 40px;
  width: 250px;
  text-align: left;
  margin-left: 0;
  display: block;
  margin-right: auto;
  line-height: 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.menu-nav, #menu-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#menu-main-menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important;
}

#menu-main-menu li {
  margin-top: 8px;
  padding-left: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-right: 11px;
  line-height: 1em;
}

#menu-main-menu li a {
  padding-bottom: 8px;
  font-weight: 700;
  font-style: italic;
  color: #FFFFFF !important;
  letter-spacing: 1.6px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 14px;
}

.nav li:hover, .footer-menu-nav a:hover {
  visibility: inherit;
}

#menu-main-menu li a:hover, .footer-menu-nav a:hover {
  opacity: .7;
}

.menu-header {
  text-align: left;
  padding-top: 9px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.menu-container {
  display: block;
  position: relative;
  text-align: left;
}

.menu-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
  text-align: left;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.btn-calendly {
  background: #111;
  color: #ffffff;
  padding: 16px 40px;
  font-weight: 700;
  width: 153px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 1.2em;
  margin-right: 26px;
  font-style: italic;
  text-decoration: none;
}

.header-button-wrapper {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2em;
  display: flex;
  justify-content: flex-end;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.header-column1, .header-column3 {
  float: left;
  position: relative;
  z-index: 2;
  min-height: 1px;
  mix-blend-mode: unset !important;
  line-height: 1.7em;
  height: fit-content;
}

.header-column2 {
  z-index: 3;
  min-height: 1px;
  position: relative;
  float: left;
  line-height: 1.7em;
  height: fit-content;
}

@media (min-width: 981px) {
  .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2% 0;
  }

  .header-column1 {
    width: 20%;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header-column2 {
    width: 60%;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header-column3 {
    width: 20%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0 !important;
  }
}

.footer-section {
  display: none;
}

.footer {
  background-image: linear-gradient(85deg, #ff7110 0%, #ff700f 100%) !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  position: relative;
  background-color: #fff;
  background-position: 50%;
  background-size: cover;
  margin: 0;
}

.footer-row1 {
  z-index: 3;
  padding-bottom: 19px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1500px;
  position: relative;
  display: flex;
}

.footer-column-logo {
  float: left;
  position: relative;
  z-index: 2;
  min-height: 1px;
  margin: 0;
}

.footer-column-menu {
  z-index: 3;
  min-height: 1px;
  position: relative;
  float: left;
  margin: 0;
}

.footer-logo-wrapper {
  width: 35%;
  text-align: left;
  margin-left: 0;
  display: block;
  margin-right: auto;
  line-height: 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  position: relative;
}

.footer-logo-wrapper img {
  position: relative;
  max-width: 100%;
  height: auto;
}

.footer-menu-nav {
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
  justify-content: flex-end;
}

.footer-menu-nav ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 !important;
  flex-wrap: wrap;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 1.7em;
  list-style: none;
  margin: 0;
}

.footer-menu-nav li {
  margin-top: 8px;
  padding-left: 50px;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  padding-right: 11px;
  line-height: 1em;
  font-size: 14px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}

.footer-menu-nav a {
  padding-bottom: 8px;
  font-weight: 600;
  font-style: italic;
  font-size: 0.88rem;
  color: #FFFFFF !important;
  letter-spacing: 1.4px;
  word-wrap: break-word;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-decoration: none;
  display: block;
  position: relative;
}

.footer-row2 {
  padding-top: 3px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1500px;
  position: relative;
}

.footer-row2:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}

.menu-footer-menu {
  margin-top: 0;
}

.footer-divider-wrapper {
  margin: 0;
  position: relative;
  box-sizing: content-box;
  height: 13px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.footer-divider {
  display: inline-block;
  width: 100%;
}

.footer-divider-wrapper:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.footer-divider-wrapper:after {
  content: "";
  display: table;
}

.footer-divider-container {
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}

.footer-row3 {
  margin-top: -44px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1500px;
  position: relative;
  display: flex;
  margin-bottom: 10px;
}

.footer-row3-column1, .footer-row3-column2 {
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}

.footer-text-wrapper {
  color: #FFFFFF !important;
  text-align: left;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1.2px;
  word-wrap: break-word;
  font-size: 12px;
  padding-bottom: 0;
  position: relative;
  line-height: 1.7em;
}

.footer-text-wrapper p {
  margin: 0;
}

.footer-hyperzone-container {
  color: #FFFFFF !important;
  font-weight: 600;
  font-style: italic;
  font-size: 0.88rem;
  letter-spacing: 1.2px;
  word-wrap: break-word;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.hyperzone-text {
  text-align: right;
  margin: 0;
  padding-bottom: 0;
}

.menu-mobile, .mobile-free-demo-container {
  display: none;
}

.mobile_menu_bar {
  transform: translateY(3%);
  position: relative;
  display: block;
  line-height: 0;
  color: #fff;
}

@media (min-width: 981px) {
  .footer {
    padding: 4% 0;
  }

  .footer-row1, .footer-row2, .footer-row3 {
    width: 100%;
    padding: 2% 0;
  }

  .footer-column-logo, .footer-row3-column1 {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .footer-column-menu, .footer-row3-column2 {
    margin-right: 0 !important;
    width: 47.25%;
  }

  .footer-logo-wrapper {
    margin-bottom: 0;
  }

  .footer-divider-container {
    margin-right: 0 !important;
    width: 100%;
  }

  .footer-hyperzone-container, .footer-column-menu div {
    margin-bottom: 5.82%;
  }
}

@media only screen and (max-width: 980px) {
  .footer {
    padding: 50px 0;
  }

  .footer-column-logo, .footer-row3-column1, .footer-hyperzone-container {
    margin-bottom: 30px;
  }

  .footer-row1, .footer-row3 {
    width: 90%;
    flex-direction: column;
    padding: 30px 0;
  }

  .footer-logo-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }

  .footer-divider-container {
    width: 100%;
  }

  .footer-column-menu, .footer-divider-container, .footer-row3-column2 {
    margin-bottom: 0;
  }

  .footer-menu-nav, #menu-footer-menu, #menu-footer-menu li {
    display: block;
  }

  .footer-row2 {
    width: 90%;
    padding: 30px 0;
  }

  .footer-text-wrapper p {
    margin: 0 20px;
  }

  .hyperzone-text, .footer-menu-nav, #menu-footer-menu, #menu-footer-menu li, .footer-text-wrapper p {
    text-align: center;
  }

  .footer-menu-nav li {
    padding: 0;
    margin-top: 0;
  }

  .footer-menu-nav a {
    font-size: 14px;
  }

  .header-container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
  }

  .menu, .header-column3 {
    display: none;
  }

  .menu-mobile {
    margin: 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img-wrapper {
    padding: 0;
    margin-left: 30px !important;
    margin-right: auto;
  }

  .menu-header {
    padding-top: 0;
  }

  .mobile-free-demo-container {
    position: fixed !important;
    width: 100%;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    z-index: 10;
  }

  .curvebtn.btn-calendly {
    border-radius: 50px;
    width: auto;
  }

  .mobile-free-demo-container {
    top: auto;
    left: auto;
    transform: translateX(0px) translateY(0px);
    position: fixed;
    bottom: 20px;
    right: 10px;
    font-size: 16px;
    line-height: 1.2em;
    display: flex;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 960px) {
  .mobile_menu_bar {
    padding-right: 20px;
    width: min-content;
  }
}

@media only screen and (max-width: 767px) {
  .footer-divider-wrapper {
    width: 89%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 479px) {
  .footer-column-logo, .footer-column-menu, .footer-divider-container, .footer-row3-column1, .footer-row3-column2,
  .header-container {
    width: 100% !important;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-content {
  animation: slideIn 0.3s ease-out;
}

@media (max-width: 640px) {
  h1 {
    font-size: 35px;
  }

  h3 {
    margin: 0 20px 0 0;
    font-size: 20px !important;
  }

  form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .autocomplete-wrapper {
    width: 80vw !important;
  }

  .submit-button {
    width: 32vw !important;
  }

  .title-wrapper, .icon-wrapper {
    display: flex;
  }
  .container {
    margin: 25px 15px !important;
  }
  .wrapper {
    padding: 18px 10px !important;
  }
  .calendly-inline-widget {
    min-width: 250px !important;
    height: 400px !important;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 35px;
  }

  h3 {
    margin: 0 20px 0 0;
    font-size: 24px;
  }

  .subtitle {
    font-size: 18px;
  }

  .container {
    margin: 50px 25px;
  }
  .autocomplete-wrapper {
    margin: 0 0 30px 0
  }

  .autocomplete-wrapper {
    width: 50vw;
  }

  .autocomplete-wrapper {
    margin-right: 15px
  }

  .submit-button {
    width: 20vw;
  }
  h2 {
    font-size: 28px;
  }

  .wrapper {
    padding: 25px 15px;
  }

  .intro {
    display: block;
  }

  .title-wrapper, .icon-wrapper {
    display: flex;
  }

   .title-wrapper, .icon-wrapper {
    flex-wrap: wrap;
  }

  .intro div:first-child {
    margin-right: 0
  }

  .intro img {
    width: 100%;
    height: auto;
  }
}