@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Gibson";
  src: url("../fonts/Gibson/Gibson-SemiBold.woff2") format("woff2"), url("../fonts/Gibson/Gibson-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gibson";
  src: url("../fonts/Gibson/Gibson-Bold.woff2") format("woff2"), url("../fonts/Gibson/Gibson-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gibson";
  src: url("../fonts/Gibson/Gibson-BoldItalic.woff2") format("woff2"), url("../fonts/Gibson/Gibson-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gibson";
  src: url("../fonts/Gibson/Gibson-Regular.woff2") format("woff2"), url("../fonts/Gibson/Gibson-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gibson";
  src: url("../fonts/Gibson/Gibson-RegularItalic.woff2") format("woff2"), url("../fonts/Gibson/Gibson-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.blur-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  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;
}
.blur-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 121, 220, 0.7);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
.blur-modal__body {
  position: relative;
  z-index: 1;
  width: 890px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 32px 92px;
  background-color: #3b79dc;
  -webkit-box-shadow: 0 0 20px 10px rgba(7, 37, 103, 0.6);
          box-shadow: 0 0 20px 10px rgba(7, 37, 103, 0.6);
}
.blur-modal__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 20px;
  font-family: "Assistant", sans-serif;
  color: #fff;
}
.blur-modal__title-wrapper {
  width: 300px;
}
.blur-modal__subtitle {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 16px;
  font-family: "Assistant", sans-serif;
  color: #fff;
}
.blur-modal__text {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 16px;
  letter-spacing: 0.2px;
  font-family: "Assistant", sans-serif;
  color: #fff;
}
.blur-modal__text-wrapper {
  width: 428px;
}
.blur-modal__btn {
  width: 300px;
  line-height: 42px;
  font-weight: 700;
  background-color: #fff;
  font-size: 20px;
  color: #1d333b;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  display: inline-block;
  cursor: pointer;
  font-family: "Assistant", sans-serif;
}
.blur-modal__btn:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(29, 51, 59, 0.7);
}
.blur-modal__close {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.87 34.87'%3E%3Cpolygon fill='%23fff' points='34.87 1.22 33.65 0 17.43 16.22 1.22 0 0 1.22 16.22 17.43 0 33.65 1.22 34.87 17.43 18.65 33.65 34.87 34.87 33.65 18.65 17.43 34.87 1.22'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
  .blur-modal__body {
    width: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 68px 20px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .blur-modal__title-wrapper {
    width: 100%;
  }
  .blur-modal__subtitle {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .blur-modal__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .blur-modal__text-wrapper {
    width: 100%;
  }
  .blur-modal__btn {
    width: 100%;
    max-width: 450px;
  }
}
.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.regular {
  font-weight: 400;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.color-primary {
  color: #0b638a;
}

.color-primary-dark {
  color: #007999;
}

.color-text {
  color: #133f49;
}

.color-text-2 {
  color: #1D333B;
}

.color-gray {
  color: #919191;
}

.color-white {
  color: #fff;
}

.color-primary-light {
  color: #98e0f9;
}

.nowrap {
  white-space: nowrap;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fg-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.m-0 {
  margin: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mr-6 {
  margin-right: 6px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mb-5 {
  margin-bottom: 40px;
}

.mb-6 {
  margin-bottom: 48px;
}

.mb-7 {
  margin-bottom: 56px;
}

.mb-8 {
  margin-bottom: 64px;
}

.mb-9 {
  margin-bottom: 72px;
}

.ml-1 {
  margin-left: 8px;
}

.ml-2 {
  margin-left: 16px;
}

.ml-3 {
  margin-left: 24px;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 16px;
}

.mr-3 {
  margin-right: 24px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-72 {
  padding-bottom: 72px;
}

.py-6 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-7 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.pt-4 {
  padding-top: 32px;
}

.pt-6 {
  padding-top: 48px;
}

.mobile {
  display: none;
}

.transparent {
  background-color: transparent;
}

.primary-light {
  background-color: #98e0f9;
}

.bg-dark {
  background-color: #48484a;
}

.bg-gray {
  background-color: #d8d8d8;
}

.bg-green {
  background-color: #9fe27f;
}

.bg-cyan {
  background-color: #6fdef7;
}

.txt-green {
  color: #9fe27f;
}

.txt-cyan {
  color: #6fdef7;
}

.o-hidden {
  overflow: hidden;
}

.mw-492 {
  max-width: 492px;
}

.mw-428px {
  max-width: 428px;
}

.mw-320 {
  max-width: 320px;
}

.mw-320 {
  max-width: 320px;
}

.mnw-0 {
  min-width: 0;
}

.mnh-272 {
  min-height: 272px;
}

.w-100p {
  width: 100%;
}

.zi-11 {
  z-index: 11;
}

.bs-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 940px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-none {
    display: none;
  }
}
/*# sourceMappingURL=blur-modal.css.map */
