.main-child {
  font-family: "Heebo";
  direction: rtl;
}
.main-child * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Heebo";
}
.main-child .container {
  max-width: min(90%, 1360px) !important;
  width: 100%;
}
@media (max-width: 575px) {
  .main-child .container {
    max-width: 100% !important;
  }
}
.main-child .btn {
  border-radius: 100px;
  font-size: clamp(14px, 1.34vw, 18px);
  font-weight: 700;
  height: clamp(47px, 5vw, 67px);
  padding: 0;
}
.main-child .btn-primary {
  background-color: #22A7F0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 22.4px -10px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 22.4px -10px rgba(0, 0, 0, 0.2509803922);
}
.main-child .btn-primary:hover {
  background-color: #017FC4;
}
.main-child .btn__icon {
  margin-right: clamp(10px, 1.19vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-child .btn__icon svg {
  width: clamp(18px, 1.79vw, 24px);
}
.main-child .section-title {
  font-size: clamp(25px, 2.99vw, 40px);
  font-weight: 700;
  margin: 0;
  padding: 0;
  letter-spacing: 0em;
}

#site-title, .site-title, #site-title a, .site-title a, .entry-title, .entry-title a, h1, h2, h3, h4, h5, h6, .widget-title, .elementor-heading-title {
  font-family: "Heebo" !important;
}

body {
  font-family: "Heebo" !important;
}
body footer {
  font-family: "Heebo";
}

body .popup-body {
  font-family: "Heebo";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15.92%, #FFFFFF), color-stop(73.47%, #E9F2FF), color-stop(114.72%, #DAE9FF));
  background: linear-gradient(360deg, #FFFFFF 15.92%, #E9F2FF 73.47%, #DAE9FF 114.72%);
  padding: clamp(53px, 5.9vw, 79px) clamp(25px, 2.76vw, 37px) clamp(31px, 4.55vw, 61px) 25px;
  border-radius: 20px;
  max-width: 57em;
}
body .popup-body .close-btn {
  top: 29px;
  right: clamp(25px, 2.76vw, 37px);
}
@media (max-width: 991px) {
  body .popup-body .close-btn {
    top: 20px;
  }
}
body .popup-body__wrapper {
  gap: 28px;
}
body .popup-body__video {
  width: 392px;
  aspect-ratio: 392/268;
  height: 100%;
  position: relative;
  border-radius: 23px;
  overflow: hidden;
}
body .popup-body__video iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body .popup-body__video {
    width: 340px;
  }
}
@media (max-width: 767px) {
  body .popup-body__video {
    width: 100%;
  }
}
body .popup-body__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .popup-body__video-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body .popup-body__video-overlay {
  background: url("../images/popup-overlay.png") no-repeat center center/cover;
}
body .popup-body__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: 0;
  cursor: pointer;
}
body .popup-body__play svg {
  width: clamp(54px, 5.82vw, 78px);
  height: clamp(54px, 5.82vw, 78px);
}
body .popup-body__content {
  width: calc(100% - 392px - 28px);
}
@media (max-width: 991px) {
  body .popup-body__content {
    width: calc(100% - 340px - 28px);
  }
}
@media (max-width: 767px) {
  body .popup-body__content {
    width: 100%;
  }
}
body .popup-body__title {
  margin-bottom: 10px;
  padding: 0;
  font-size: clamp(30px, 2.76vw, 37px);
  font-weight: 900;
  line-height: 1.14;
  color: #002A70;
  letter-spacing: 0em;
}
body .popup-body__text {
  line-height: 1.27;
  color: #002A70;
  font-size: clamp(14px, 1.19vw, 16px);
  letter-spacing: 0em;
}
@media (min-width: 768px) {
  body .popup-body__text {
    margin-bottom: 22px;
  }
}
body .popup-body__btn {
  background: #22A7F0;
  border-radius: 6px;
  color: #fff;
  height: 52px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  font-family: "Heebo";
  min-width: 220px;
  letter-spacing: 0em;
}
body .popup-body__btn:hover {
  background-color: #017FC4 !important;
}
body .error-page {
  padding: clamp(40px, 6.19vw, 119px) 0;
  background: rgb(255, 255, 255);
}
body .error-page .row {
  margin-bottom: 0;
}
body .error-page__wrapper {
  border-radius: 46px;
  background: rgb(11, 26, 64);
  padding: clamp(30px, 6.19vw, 109px) clamp(10px, 9.7vw, 131px) clamp(40px, 7.46vw, 108px) clamp(10px, 6.87vw, 92px);
  color: #fff;
}
@media (max-width: 1450px) {
  body .error-page__wrapper {
    padding: clamp(30px, 6.19vw, 90px) clamp(10px, 9.7vw, 60px) clamp(40px, 7.46vw, 90px) clamp(10px, 6.87vw, 60px);
  }
}
@media (max-width: 1365px) {
  body .error-page__wrapper {
    padding: clamp(30px, 6.19vw, 80px) clamp(10px, 9.7vw, 30px) clamp(40px, 7.46vw, 80px) clamp(10px, 6.87vw, 30px);
  }
}
body .error-page__number {
  margin-bottom: clamp(20px, 3.21vw, 27px);
}
body .error-page__number svg {
  width: 100%;
  aspect-ratio: 440/190;
  max-width: clamp(130px, 32.84vw, 440px);
  height: auto;
}
body .error-page__title {
  font-size: clamp(20px, 1.87vw, 25px);
  font-weight: 700;
  line-height: 1.28;
  color: #fff;
  letter-spacing: 0;
  font-family: "Heebo";
  padding: 0;
  margin: 0 0 22px;
}
body .error-page__text {
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.27;
  color: #fff;
  letter-spacing: 0;
  font-family: "Heebo";
  margin-bottom: clamp(20px, 3.21vw, 40px);
  max-width: 515px;
}
body .error-page__image {
  margin-bottom: 30px;
}
body .error-page__image svg {
  width: 100%;
  aspect-ratio: 361/386;
  max-width: clamp(130px, 26.94vw, 361px);
  height: auto;
}
body .error-page .btn {
  border-radius: 6px;
  font-size: clamp(14px, 1.34vw, 18px);
  font-weight: 800;
  height: clamp(47px, 5vw, 52px);
  padding: 0 22px;
  font-family: "Heebo";
}
body .error-page .btn-primary {
  background-color: #22A7F0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 22.4px -10px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 22.4px -10px rgba(0, 0, 0, 0.2509803922);
}
body .error-page .btn-primary:hover {
  background-color: #017FC4;
}
@media (max-width: 991px) {
  body .error-page__image {
    margin-bottom: 30px;
  }
  body .error-page__image svg {
    max-width: clamp(130px, 32.84vw, 220px);
  }
}
@media (max-width: 479px) {
  body .error-page .container {
    width: 90%;
  }
}