.gd-section--hero-search-form {
  position: relative;
  padding-top: var(--space-margin-header);
  background: var(--color-blue);
  background: linear-gradient(143deg, var(--color-blue) 0%, var(--color-teal) 100%);
}
@media (max-width: 767px) {
  .gd-section--hero-search-form {
    padding-top: var(--space-margin-header-mobile);
  }
}
@media (max-width: 767px) {
  .gd-section--hero-search-form {
    overflow-x: hidden;
  }
}
.gd-section--hero-search-form:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-background);
  transition: all 0.3s ease-in-out;
}
.gd-section--hero-search-form .container {
  z-index: 2;
  position: relative;
}
.gd-section--hero-search-form .hero-content {
  color: var(--color-white);
}
.gd-section--hero-search-form .hero-meta {
  margin-bottom: var(--space-x-small);
  font-weight: var(--font-semi-bold);
  font-size: var(--font-size-h5);
  line-height: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 1199px) {
  .gd-section--hero-search-form .hero-meta {
    margin-bottom: var(--space-regular);
  }
}
.gd-section--hero-search-form .hero-title {
  display: flex;
  align-items: center;
  gap: var(--space-x-small);
  font-weight: var(--font-medium);
  font-size: var(--font-size-display-1);
  line-height: var(--line-height-heading);
}
@media (max-width: 1199px) {
  .gd-section--hero-search-form .hero-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media (max-width: 1199px) {
  .gd-section--hero-search-form .hero-title {
    font-size: calc(0.65 * var(--font-size-display-1));
  }
}
.gd-section--hero-search-form .hero-title span {
  flex-shrink: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gd-section--hero-search-form .hero-title .hero-words-slider {
  font-weight: var(--font-bold);
}
.gd-section--hero-search-form .hero-title .hero-words-slider .words.slick-initialized {
  display: block !important;
}
.gd-section--hero-search-form .hero-title .hero-words-slider .slick-slide {
  overflow: hidden;
  white-space: nowrap;
}
.gd-section--hero-search-form #hero-search {
  margin-top: var(--space-large);
}
.gd-section--hero-search-form .fake-input,
.gd-section--hero-search-form .keyword-wrapper {
  height: 60px;
  border-radius: 100px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background: #fff;
  display: -moz-flex;
  display: flex;
  padding: 0 10px 0 20px;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: var(--space-x-small);
}
@media (min-width: 768px) {
  .gd-section--hero-search-form .fake-input,
  .gd-section--hero-search-form .keyword-wrapper {
    height: 80px;
    padding: 0 50px;
  }
}
.gd-section--hero-search-form .fake-input {
  font-size: 16px;
  color: var(--color-green);
  font-weight: 600;
  max-width: 1000px;
  line-height: 60px;
}
@media (min-width: 768px) {
  .gd-section--hero-search-form .fake-input {
    line-height: 80px;
  }
}
@media (min-width: 768px) {
  .gd-section--hero-search-form .fake-input {
    font-size: 18px;
  }
}
.gd-section--hero-search-form .fake-input:after {
  content: "";
  background: url(../../img/icon-search.svg) no-repeat center center;
  background-size: 16px auto;
  border: 0 none;
  width: 64px;
  height: 100%;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .gd-section--hero-search-form .fake-input:after {
    background-size: 28px auto;
  }
}
.gd-section--hero-search-form form {
  max-width: 1000px;
  display: none;
}
.gd-section--hero-search-form form .keyword-wrapper {
  position: relative;
}
.gd-section--hero-search-form form .keyword-wrapper .close {
  opacity: 0;
  position: absolute;
  top: -50px;
  right: 10px;
}
.gd-section--hero-search-form form .keyword-wrapper .close .tag {
  display: -moz-flex;
  display: flex;
  align-items: center;
}
.gd-section--hero-search-form form .keyword-wrapper .close .tag svg {
  margin-right: 9px;
}
.gd-section--hero-search-form form .keyword-wrapper .autoComplete_wrapper {
  min-width: 80%;
  height: 80px;
}
.gd-section--hero-search-form form .keyword-wrapper .autoComplete_wrapper p {
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 20px;
}
.gd-section--hero-search-form form .keyword-wrapper .autoComplete_wrapper ul {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .gd-section--hero-search-form form .keyword-wrapper .autoComplete_wrapper ul {
    width: calc(100% + 40px);
  }
}
.gd-section--hero-search-form form .keyword-wrapper .autoComplete_wrapper ul li {
  margin-bottom: 15px;
}
.gd-section--hero-search-form form .keyword-wrapper .autoComplete_wrapper ul li a {
  color: var(--color-green);
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  width: 100%;
}
.gd-section--hero-search-form form .keyword-wrapper input[type=text] {
  border: 0 none;
  background: transparent;
  font-size: 16px;
  color: var(--color-green);
  font-weight: 600;
  min-width: 80%;
  font-family: Montserrat, Helvetica, Arial, Helvetica, sans-serif;
  height: 100%;
}
@media (max-width: 767px) {
  .gd-section--hero-search-form form .keyword-wrapper input[type=text] {
    height: 60px;
    width: 100%;
  }
}
.gd-section--hero-search-form form .keyword-wrapper input[type=text]::-webkit-input-placeholder {
  color: var(--color-green);
  font-weight: 600;
}

.gd-section--hero-search-form form .keyword-wrapper input[type=text]:-moz-placeholder {
  color: var(--color-green);
  font-weight: 600;
}

.gd-section--hero-search-form form .keyword-wrapper input[type=text]::-moz-placeholder {
  color: var(--color-green);
  font-weight: 600;
}

.gd-section--hero-search-form form .keyword-wrapper input[type=text]:-ms-input-placeholder {
  color: var(--color-green);
  font-weight: 600;
}

@media (min-width: 768px) {
  .gd-section--hero-search-form form .keyword-wrapper input[type=text] {
    font-size: 18px;
    width: 100%;
  }
}
.gd-section--hero-search-form form .keyword-wrapper input[type=text]:focus {
  outline: none;
}
.gd-section--hero-search-form form .keyword-wrapper input[type=submit] {
  background: url(../../img/icon-search.svg) no-repeat center center;
  background-size: 16px auto;
  border: 0 none;
  width: 64px;
  height: 100%;
  -webkit-appearance: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gd-section--hero-search-form form .keyword-wrapper input[type=submit] {
    background-size: 28px auto;
  }
}
.gd-section--hero-search-form form .selectric-wrapper.selectric-open .selectric {
  border-radius: 35px 35px 0 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.gd-section--hero-search-form form .selectric-wrapper .selectric {
  border-radius: 100px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 0 20px;
}
@media (min-width: 768px) {
  .gd-section--hero-search-form form .selectric-wrapper .selectric {
    padding: 0 50px;
  }
}
.gd-section--hero-search-form form .selectric-wrapper .selectric .label {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .gd-section--hero-search-form form .selectric-wrapper .selectric .label {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .gd-section--hero-search-form form .selectric-wrapper .selectric .button {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .gd-section--hero-search-form form .selectric-wrapper .selectric .button {
    right: 40px;
  }
}
.gd-section--hero-search-form form .selectric-wrapper .selectric-items {
  top: 95%;
  padding-top: 3px;
  border-radius: 0 0 35px 35px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.gd-section--hero-search-form form .selectric-wrapper .selectric-items ul li {
  padding: 10px 50px;
}
.gd-section--hero-search-form form .selectric-wrapper .selectric-items ul li:last-child {
  border-radius: 0 0 0 35px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.gd-section--hero-search-form form .popular-categories {
  --animate-delay: 3s;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .gd-section--hero-search-form form .popular-categories {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.gd-section--hero-search-form form .popular-categories h3 {
  color: #fff;
  font-size: 28px;
}
.gd-section--hero-search-form form .popular-categories .categories ul {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
.gd-section--hero-search-form form .popular-categories .categories ul li {
  margin: 0 10px 10px 0;
  flex-shrink: 0;
}
.gd-section--hero-search-form form .popular-categories .categories ul li a {
  display: block;
  border-radius: 4px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.gd-section--hero-search-form form .popular-categories .categories ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.gd-section--hero-search-form .popular-keywords {
  display: none;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .gd-section--hero-search-form .popular-keywords {
    height: calc(100vh - 300px);
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .gd-section--hero-search-form .popular-keywords ul {
    margin: 0 50px;
  }
}
.gd-section--hero-search-form .popular-keywords ul li {
  margin-bottom: 30px;
}
.gd-section--hero-search-form .popular-keywords ul li a {
  color: var(--color-green);
  font-size: 22px;
  font-weight: 600;
}
.gd-section--hero-search-form #autocomplete-loading img {
  width: 150px;
  margin: 0 auto;
}

body.hero-open .gd-section--hero-search-form {
  height: auto;
}
@media (min-width: 768px) {
  body.keyword-active {
    overflow: hidden;
  }
}
body.keyword-active #header {
  background: var(--color-blue);
}
body.keyword-active .gd-section--hero-search-form {
  min-height: 200vh;
}
body.keyword-active .gd-section--hero-search-form:after {
  opacity: 1;
}
body.keyword-active .gd-section--hero-search-form .hero-title,
body.keyword-active .gd-section--hero-search-form .hero-meta {
  opacity: 0;
}
body.keyword-active .gd-section--hero-search-form form .close {
  opacity: 1;
}
.scam-announcement {
  padding: var(--space-small) 0;
}
.scam-announcement .headlines {
  margin-bottom: var(--space-xx-small) !important;
  text-align: center !important;
}
.scam-announcement .headlines .h3 {
  font-size: var(--font-size-h5) !important;
  text-transform: uppercase;
}
.scam-announcement p {
  margin-top: 0 !important;
  text-align: center;
}
.scam-announcement .more-link {
  margin-top: var(--space-x-small) !important;
  text-align: center !important;
}

body.rtl .gd-section--hero-search-form form .keyword-wrapper input[type=text] {
  text-align: right;
}
@media (min-width: 768px) {
  body.rtl .gd-section--hero-search-form form .selectric-wrapper .selectric .button {
    right: auto;
    left: 40px;
  }
}/*# sourceMappingURL=hero_search_form.css.map */