body {
  overflow-x: hidden;
  touch-action: none;
  touch-action: pan-y;
  -ms-touch-action: none;
  -ms-touch-action: pan-y;
  font-family: "DM Sans", sans-serif;
}
body a:focus, body a:focus-visible,
body button:focus,
body button:focus-visible {
  outline: none;
}

.banner-title {
  line-height: clamp(45px, 5vw, 70px);
  max-width: 626px;
}

.banner-desc {
  line-height: clamp(24px, 2.5vw, 28px);
  max-width: 626px;
}

.button-style {
  width: auto !important;
}
.button-style a {
  transition: background 0.2s ease-out;
}
.button-style:hover a {
  background-color: var(--white-color) !important;
  color: var(--primary-color) !important;
}

.banner-section {
  position: relative;
}
.banner-section:before {
  content: "";
  position: absolute;
  background-image: url("../icons/banner-vector.svg");
  background-repeat: no-repeat;
  bottom: -1px;
  background-size: cover;
  width: 100%;
  z-index: 2;
  height: 130px;
  left: 0;
}
.banner-section.mobile {
  display: none;
}

.title-logo {
  position: relative;
  padding-inline-end: 120px;
  display: inline-block;
}
.title-logo:after {
  content: "";
  width: 116px;
  height: 58px;
  background-image: url("../icons/logo.png");
  background-repeat: no-repeat;
  position: absolute;
  inset-inline-end: -10px;
  top: -9px;
}

.icon-text-title {
  color: var(--dark-blue);
  line-height: 28.8px;
  font-size: clamp(18px, 4vw, 24px);
}

.icon-text-desc {
  color: var(--dark-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}

.icon-col {
  border-right-color: transparent;
  padding: 0;
}

.media-text-section {
  position: relative;
}
.media-text-section .wp-block-media-text__media {
  z-index: 2;
}
.media-text-section .media-text-overlay {
  margin: 0;
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  z-index: 1;
}
.media-text-section .media-text-overlay img {
  width: 900px;
  height: 741px;
}
.media-text-section .wp-block-media-text__content {
  padding: 0 15%;
}

.contact-form-section p {
  margin: 0;
}
.contact-form-section h3 {
  padding-bottom: 10px;
  padding-top: 12px;
}
.contact-form-section input {
  width: 100%;
  padding: 14px 12px 14px 23px;
  color: #6C757D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 12px;
}
.contact-form-section textarea {
  width: 100%;
  padding: 14px 12px 14px 23px;
  color: #6C757D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #DEDEDE;
  font-family: "DM Sans", sans-serif;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 15px;
}
.contact-form-section input {
  margin-bottom: 24px;
}
.contact-form-section input:focus, .contact-form-section input:focus-visible,
.contact-form-section textarea:focus,
.contact-form-section textarea:focus-visible {
  outline: none;
  border: 2px solid var(--primary-color) !important;
}
.contact-form-section input::-moz-placeholder, .contact-form-section textarea::-moz-placeholder {
  font-family: "DM Sans", sans-serif;
  color: #6C757D !important;
  opacity: 1;
  font-size: 16px;
}
.contact-form-section input::placeholder,
.contact-form-section textarea::placeholder {
  font-family: "DM Sans", sans-serif;
  color: #6C757D !important;
  opacity: 1;
  font-size: 16px;
}
.contact-form-section input::-webkit-input-placeholder, .contact-form-section input:-moz-placeholder, .contact-form-section input::-moz-placeholde, .contact-form-section input:-ms-input-placeholder,
.contact-form-section textarea::-webkit-input-placeholder,
.contact-form-section textarea:-moz-placeholder,
.contact-form-section textarea::-moz-placeholde,
.contact-form-section textarea:-ms-input-placeholder {
  color: #6C757D !important;
}
.contact-form-section input[name=your-phone] {
  margin-bottom: 29px;
}
.contact-form-section .wpcf7-submit {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  padding: 17px 30px;
  border-radius: 100px;
  border: none !important;
  background: linear-gradient(90deg, #0291D6 0%, #05BFE5 100%);
  margin-top: 20px;
  width: 100%;
  transition: background 0.2s ease-out;
  cursor: pointer;
  margin-bottom: 0;
}
.contact-form-section .wpcf7-submit:hover {
  background: #fff !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.contact-form-section .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -30px;
  font-size: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: transparent !important;
  text-align: center;
  font-size: 20px;
  margin: 0;
}

.how-it-works-section .subtitle {
  font-size: 15px;
}
.how-it-works-section .inner-title {
  font-size: clamp(20px, 2.5vw, 32px);
  line-height: 38.4px;
}
.how-it-works-section .inner-desc {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.how-it-works-section .check-prices-trigger {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  cursor: pointer;
}
.how-it-works-section .number {
  background: var(--white-color);
  padding: 7px 0;
  border-radius: 1px;
  border-color: var(--white-color);
  font-weight: 400;
  display: inline-block;
  width: 50px;
  text-align: center;
  padding: 7px 0;
}

header {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
}
header .header-section {
  padding: 20px 60px 20px 60px !important;
}
header .header-section .right-col {
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
header .header-section .right-col .wp-block-navigation-item {
  color: #19326A;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
  margin-right: 40px;
}
header .header-section .right-col .wp-block-navigation-item:last-child {
  margin-right: 0;
}
header .header-section .right-col .wp-block-navigation-item .wp-block-navigation-item__content:focus, header .header-section .right-col .wp-block-navigation-item .wp-block-navigation-item__content:focus-visible {
  outline: none;
}

.wa__widget_container {
  margin-block-start: 0 !important;
}

footer {
  max-width: 100% !important;
}
footer .is-layout-flex {
  justify-content: flex-end !important;
}
footer .designed-by {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .designed-by a {
  text-decoration: none;
  transition: all 0.2s ease-in;
}
footer .designed-by a:hover {
  color: #00BEEB;
}
footer .designed-by a:focus, footer .designed-by a:focus-visible {
  outline: none;
}
footer .social-media-col img {
  width: 100%;
}
footer .social-media-col a:focus, footer .social-media-col a:focus-visible {
  outline: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent !important;
  margin: 0 !important;
  font-size: 20px !important;
}

.wa__popup_intro {
  display: none !important;
}

.how-it-works-mobile {
  display: none;
}

.wp-block-navigation__responsive-container-close {
  top: 30px !important;
  right: 30px !important;
}

@media only screen and (max-width: 1440px) {
  .footer-cols {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 1100px) {
  .media-text-section .media-text-overlay {
    display: none;
  }
}
@media only screen and (max-width: 781px) {
  footer .social-media-col img {
    width: auto;
  }
  .start-now-btn {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section {
    display: none;
  }
  .banner-section:before {
    display: none;
  }
  .banner-section.mobile {
    display: block;
  }
  .hidden-col {
    display: none !important;
  }
  .how-it-works-mobile {
    display: block;
  }
  .how-it-works-desktop {
    display: none;
  }
  .banner-title {
    font-size: 30px !important;
    line-height: 33px !important;
    font-weight: 400 !important;
  }
  .banner-desc {
    font-size: 15px !important;
  }
  .inner-desc.equal-height {
    height: auto !important;
  }
}
@media only screen and (max-width: 600px) {
  #modal-1-content {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .media-text-section .wp-block-media-text__content {
    padding: 40px 25px;
  }
  header .header-section {
    padding: 20px 60px 20px 20px !important;
  }
  header .header-section .right-col {
    position: absolute;
    right: 16px;
    z-index: 1000;
    top: 40px;
  }
  header .header-section .wp-block-navigation__container {
    justify-content: flex-start;
  }
  .wp-block-navigation__responsive-container {
    background: #ECF3F6;
  }
  .wp-block-navigation__responsive-container .wp-block-navigation__container {
    padding-top: 100px;
  }
  .wp-block-navigation__responsive-container .wp-block-navigation__container .wp-block-navigation-item {
    margin-bottom: 30px;
  }
  .wp-block-navigation__responsive-container .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
    color: #19326A;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.5px;
  }
  footer .footer-group .is-layout-flex {
    justify-content: flex-start !important;
  }
  #how-it-works {
    aspect-ratio: auto !important;
  }
  #how-it-works .wp-block-cover__image-background {
    height: 100% !important;
  }
  .icon-col .wp-block-image img {
    width: 40px !important;
  }
  .title-logo:after {
    top: -11px;
    background-size: 83px !important;
  }
}
@media screen and (max-height: 700px) {
  .banner-title {
    font-size: 30px !important;
    line-height: 33px !important;
    font-weight: 400 !important;
  }
  .banner-desc {
    font-size: 15px !important;
  }
}
:root {
  --primary-color: #00BEEB;
  --secondary-color: #ED1C24;
  --white-color: #FFF;
  --dark-blue: #0D1031;
}/*# sourceMappingURL=index.css.map */