.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #f5f7fa;
  font-family: Montserrat, sans-serif;
  color: #051931;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

h2 {
  font-size: 33px;
  line-height: 40px;
  font-weight: 600;
}

h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

h4 {
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
}

h5 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

p {
  margin-bottom: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-top: 10px;
}

.container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cta {
  background-color: #fafbfc;
}

.container.cta.small {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.small {
  min-height: auto;
}

.container.head {
  padding-bottom: 0px;
}

.container.ser {
  padding-top: 150px;
  padding-bottom: 0px;
}

.container.ser.last {
  padding-bottom: 80px;
}

.container.sm-mar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper {
  max-width: 64em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section.blue {
  background-color: #0038ff;
  color: #fafbfc;
}

.section.relative {
  position: relative;
}

.section.relative.monile {
  display: none;
}

.section.black {
  background-color: #001d85;
  color: #fafbfc;
}

.colors {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-div {
  background-color: #0038ff;
}

.color-div._2 {
  background-color: #f5f7fa;
}

.color-div._3 {
  background-color: #fafbfc;
}

.color-div._4 {
  background-color: #408cff;
}

.color-div._5 {
  background-color: #80b2ff;
}

.color-div._6 {
  background-color: #e0edff;
}

.color-div._7 {
  background-color: #051931;
}

.color-div._8 {
  background-color: #828a94;
}

.color-div._9 {
  background-color: #ffcd1a;
}

.color-div._10 {
  background-color: #bc0000;
}

.color-div._11 {
  background-color: #00903a;
}

.color-div._12 {
  background-color: silver;
}

.text {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.paragraph {
  font-size: 16px;
}

.paragraph.blue {
  color: #0065ff;
  font-weight: 500;
}

.label {
  font-size: 14px;
  line-height: 20px;
}

.label.light {
  color: #828a94;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fafbfc;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  color: #051931;
  text-decoration: none;
}

.box.blue {
  background-color: #e0edff;
}

.elements {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #ffcd1a;
  border-radius: 5px;
  background-color: #ffcd1a;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  color: #051931;
  font-weight: 600;
  text-decoration: none;
}

.button:hover {
  background-color: #ffd642;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.button:active {
  border-color: #ffbb01;
  background-color: #ffbb01;
}

.button.stroke {
  border-style: solid;
  border-width: 3px;
  border-color: #ffcd1a;
  background-color: transparent;
}

.button.blue {
  border-width: 1px;
  border-color: #bad5ff;
  background-color: #e0edff;
}

.button.blue:hover {
  background-color: #f5f9ff;
}

.button.nav {
  margin-left: 10px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 33px;
  line-height: 40px;
  font-weight: 600;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
}

.h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 19px;
  line-height: 26px;
  font-weight: 600;
}

.h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.h6.light {
  color: #0437df;
}

.text-link {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #051931;
  font-weight: 600;
}

.text-link.grey {
  color: #49515a;
}

.btn-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-icon.sp-d {
  margin-bottom: 10px;
}

.btn-icon.yelloe {
  color: #408cff;
}

.name-w {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-im {
  width: 100px;
  margin-top: 0px;
  margin-right: 10px;
}

.nav-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-container {
  padding: 12px 60px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.05);
}

.nav-container.second {
  padding-top: 16px;
  padding-bottom: 16px;
}

.hero {
  height: 88vh;
}

.hero-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25))), url('../images/artboard-1.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), url('../images/artboard-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-title {
  font-family: 'Marck Script', sans-serif;
  font-size: 69px;
  line-height: 60px;
}

.about-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-cntent-w {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.two-btn-w {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.prices-w {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-content {
  display: -ms-grid;
  display: grid;
  width: 260px;
  padding: 20px;
  justify-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.price-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 116px;
  height: 116px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 6px;
  border-color: #f5f7fa;
  border-radius: 50%;
  background-color: #0038ff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
  color: #fafbfc;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.time-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: -20px;
  margin-left: -20px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f7fa;
}

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

.tabs-menu {
  display: -ms-grid;
  display: grid;
  width: 50%;
  padding-left: 40px;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  padding-right: 40px;
}

.question-grid {
  padding: 40px 180px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.question-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-w.link {
  color: #408cff;
  text-decoration: none;
}

.f-cta-w {
  display: -ms-grid;
  display: grid;
  padding: 30px 160px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.f-link-grid {
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-link-w {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.link {
  color: #051931;
}

.link:hover {
  color: #3360ff;
}

.link.w--current {
  color: #0038ff;
  font-weight: 600;
}

.name-w.center {
  text-align: center;
}

.name-w.center.mobile {
  display: none;
}

.service-title {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.service-heder {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 260px;
  grid-template-columns: 1fr 260px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info-inbox {
  padding: 40px;
}

.ser-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ser-icon {
  height: 28px;
  margin-right: 10px;
  color: #0038ff;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #fafbfc;
}

.aboutme-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.am-hwad-w {
  overflow: hidden;
  border-radius: 5px;
}

.am-head-im {
  width: 100%;
  margin-top: 0px;
}

.am-content-w {
  display: -ms-grid;
  display: grid;
  padding: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #e0edff;
}

.am-quest-w {
  text-align: center;
}

.am-quest-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.am-quest-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.am-cta-w {
  display: -ms-grid;
  display: grid;
  padding-right: 160px;
  padding-left: 160px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.in {
  padding-right: 0px;
}

.insta-images-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  margin-top: 20px;
  margin-bottom: 20px;
}

.insta-im {
  width: 320px;
  height: 400px;
  margin-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.am-in-social-w {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-im {
  width: 40px;
}

.social-im._2 {
  width: 50px;
}

.contact-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-info-w {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-sect {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.form-w {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.field {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #80b2ff;
  border-radius: 5px;
}

.field.com {
  height: 110px;
}

.field.kk {
  height: 100px;
}

.nav-link {
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
}

.nav-link:hover {
  color: #0038ff;
}

.nav-link.w--current {
  font-weight: 600;
}

.nav-link.btn {
  margin-left: 10px;
  border-radius: 5px;
  background-color: #ffcd1a;
  font-weight: 500;
}

.nav-link.second {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fafbfc;
}

.am-image {
  width: 100%;
  margin-top: 0px;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f5f7fa;
  font-weight: 600;
  text-align: center;
}

.tab-link.w--current {
  border-style: solid;
  border-width: 5px;
  border-color: #ffcd1a;
  background-color: #ffcd1a;
}

.tab-image {
  width: 54px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.problems-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.problem-bg-1 {
  background-image: url('../images/text-tab.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-attachment: scroll;
}

.problem-bg-2 {
  background-color: #0038ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 37, 167, 0.7)), to(rgba(0, 37, 167, 0.7))), url('../images/text-tab.jpg');
  background-image: linear-gradient(180deg, rgba(0, 37, 167, 0.7), rgba(0, 37, 167, 0.7)), url('../images/text-tab.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.tabs-heading {
  margin-bottom: 40px;
  margin-left: 40px;
  padding-left: 50%;
  color: #fafbfc;
}

.decorative {
  width: 50px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
}

.decorative.last {
  margin-bottom: 20px;
}

.decorative-w {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.decorative-w.last {
  margin-bottom: 20px;
}

.decorative-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #051931;
}

.bg-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 690px;
  padding: 60px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(250, 251, 252, 0.4);
  box-shadow: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  text-align: center;
}

.social-icons-w {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr auto 40px 40px auto 1fr;
  grid-template-columns: 1fr auto 40px 40px auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.icon-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f5f7fa;
  cursor: pointer;
}

.icon-placeholder:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.social-big-im {
  width: 68px;
  margin-top: 0px;
}

.second-header {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 5;
  background-color: #2575d7;
  background-image: linear-gradient(309deg, rgba(0, 0, 0, 0.2), transparent);
  color: #fafbfc;
}

.second-nav-w {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link {
  font-weight: 500;
  text-decoration: underline;
}

.center-text-w {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sheme-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-form {
  background-color: transparent;
  color: #bc0000;
  font-weight: 500;
}

.ser-links-w {
  display: none;
}

.link-f {
  color: #051931;
  text-decoration: none;
}

.link-f:hover {
  font-weight: 600;
}

.link-f.w--current {
  color: #0038ff;
  font-weight: 500;
}

.success-form {
  border-radius: 10px;
  background-color: #d7fce5;
  font-size: 18px;
  line-height: 35px;
}

.link-in-text {
  color: #0065ff;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.insta-link-block {
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ser-easy-pay-image {
  width: 80px;
  height: 80px;
}

.hero-image {
  position: absolute;
  left: 0%;
  top: -10px;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .container {
    padding: 40px;
  }

  .button.nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-menu {
    padding: 20px 40px 40px;
    background-color: #f5f7fa;
  }

  .nav-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .about-grid {
    grid-column-gap: 40px;
  }

  .two-btn-w {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .price-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .price-content {
    width: auto;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .question-grid {
    padding-right: 140px;
    padding-left: 140px;
  }

  .am-quest-grid {
    grid-column-gap: 20px;
  }

  .form-w {
    padding: 24px;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 400;
  }

  .nav-link.second {
    font-size: 15px;
  }

  .tab-link {
    padding: 10px;
  }

  .burger-menu.w--open {
    background-color: #e0edff;
    color: #051931;
  }

  .second-header {
    top: 83px;
  }

  .second-nav-w {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 12px;
  }

  .center-text-w {
    justify-items: center;
    text-align: center;
  }

  .sheme-image {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 23px;
    line-height: 28px;
  }

  h4 {
    font-size: 19px;
    line-height: 26px;
  }

  h5 {
    font-size: 17px;
    line-height: 24px;
  }

  .container {
    padding: 40px 30px;
  }

  .container.ser {
    padding-top: 100px;
  }

  .wrapper {
    max-width: 100%;
  }

  .section.relative.dekstop {
    display: none;
  }

  .section.relative.monile {
    display: block;
  }

  .h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .h3 {
    font-size: 23px;
    line-height: 28px;
  }

  .h4 {
    font-size: 19px;
    line-height: 25px;
  }

  .h5 {
    font-size: 17px;
    line-height: 24px;
  }

  .h6.ul {
    text-decoration: underline;
  }

  .btn-icon {
    margin-bottom: 4px;
  }

  .nav-menu {
    padding: 30px;
  }

  .nav-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-content {
    padding: 40px;
  }

  .hero-text {
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 48px;
  }

  .about-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-cntent-w {
    padding-right: 20px;
    padding-left: 20px;
    justify-items: center;
    grid-row-gap: 20px;
    text-align: center;
  }

  .two-btn-w {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .prices-w {
    grid-row-gap: 20px;
  }

  .price-grid {
    width: 100%;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .price-content {
    grid-row-gap: 20px;
  }

  .tabs {
    display: none;
  }

  .tabs.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .tabs-menu {
    width: auto;
    margin-bottom: 40px;
    padding-left: 0px;
    grid-row-gap: 20px;
  }

  .tabs-content {
    width: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .question-grid {
    padding: 30px;
    text-align: center;
  }

  .question-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .f-cta-w {
    padding: 20px;
  }

  .f-link-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .name-w.center.mobile {
    display: block;
  }

  .name-w.center.footer {
    display: none;
  }

  .service-heder {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .info-inbox {
    text-align: center;
  }

  .aboutme-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .am-content-w {
    justify-items: center;
  }

  .am-quest-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .am-cta-w {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-info-w {
    justify-items: center;
    text-align: center;
  }

  .contact-sect {
    justify-items: center;
  }

  .cont-info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-w {
    justify-items: stretch;
    text-align: center;
  }

  .tab-link {
    height: 130px;
  }

  .problems-bg {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 640px;
    grid-template-rows: 640px;
  }

  .problem-bg-1 {
    height: 100%;
    background-position: 50% 100%;
  }

  .problem-bg-2 {
    height: 100%;
  }

  .tabs-heading {
    margin-left: 0px;
    padding-left: 0%;
    text-align: center;
  }

  .tabs-heading.mobile-small {
    display: none;
  }

  .decorative {
    display: none;
    margin-right: 10px;
    margin-left: 10px;
  }

  .bg-card {
    width: auto;
    padding: 35px;
  }

  .social-icons-w {
    max-width: 100%;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr auto auto auto auto 1fr;
    grid-template-columns: 1fr auto auto auto auto 1fr;
    text-align: center;
  }

  .icon-placeholder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .arrow {
    position: absolute;
    left: 44%;
    top: 547px;
    right: 0%;
    bottom: 0%;
    z-index: 4;
    display: none;
    width: 60px;
    height: 60px;
  }

  .arrow-moile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    padding-top: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 4px;
    border-color: #ffcd1a;
    border-radius: 50%;
    background-color: #fafbfc;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 0 8px 0 rgba(0, 0, 0, 0.4);
    opacity: 0;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .second-header {
    display: none;
  }

  .ser-links-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ser-link {
    display: -ms-grid;
    display: grid;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    color: #051931;
  }

  .check-icon {
    height: 24px;
    color: #0038ff;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding: 30px 24px;
  }

  .wrapper {
    text-align: center;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .h3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .name-w.nav {
    display: none;
  }

  .logo.w--current {
    padding-left: 0px;
  }

  .logo-im {
    width: 80px;
  }

  .nav-menu {
    padding: 24px;
  }

  .nav-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-content {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 237, 255, 0.24)), to(rgba(224, 237, 255, 0.24))), url('../images/artboard-1.jpg');
    background-image: linear-gradient(180deg, rgba(224, 237, 255, 0.24), rgba(224, 237, 255, 0.24)), url('../images/artboard-1.jpg');
    background-position: 0px 0px, 39% 50%;
  }

  .about-cntent-w {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .two-btn-w {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .prices-w {
    grid-row-gap: 20px;
  }

  .tabs-menu {
    width: 100%;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tabs-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .info-inbox {
    padding: 14px;
  }

  .ser-icon {
    display: none;
  }

  .am-content-w {
    padding: 14px;
  }

  .am-quest-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .insta-im {
    width: 260px;
    height: 300px;
  }

  .am-in-social-w {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .tab-link {
    font-size: 15px;
  }

  .tab-image {
    width: 40px;
  }

  .problems-bg {
    -ms-grid-rows: 670px;
    grid-template-rows: 670px;
  }

  .tabs-heading {
    display: none;
  }

  .tabs-heading.mobile-small {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .social-icons-w {
    -ms-grid-columns: 1fr auto 20px 20px auto 1fr;
    grid-template-columns: 1fr auto 20px 20px auto 1fr;
  }

  .icon-placeholder {
    margin-bottom: 16px;
    padding: 8px;
  }

  .social-big-im {
    width: 50px;
    height: 50px;
  }

  .burger-menu {
    padding: 10px;
  }
}

#w-node-_16ed4462-859c-56f7-6668-e7bd05088fc7-8adc20ae {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5c7885ed-4b90-e9a3-2561-d02320a6217e-8adc20ae {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c7385fa9-8af3-71e1-7f33-ad0933c319a2-8adc20ae {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_11421c52-e3d3-2e55-f1fd-7f9a5bfb7a5a-8adc20ae {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_52bd413a-5fc6-7035-3dbf-91b1b9e54711-8adc20ae {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_66030457-64ae-79d2-5cc6-72b24a0029d1-8adc20ae {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-fe8ed9c5-a534-3ca6-63c9-76e085f0712f-8adc20ae {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-aa18110a-e9c5-6863-69a4-3a494450fd64-8adc20ae {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_02f3999e-f653-970a-c423-714e0c81a29a-8adc20ae {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_8e0ae487-83a7-0610-08e4-25e816d33538-16d3352b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8e0ae487-83a7-0610-08e4-25e816d33541-16d3352b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-af3e01df-06ae-a506-16a3-c2f272468c7f-72468c7b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-af3e01df-06ae-a506-16a3-c2f272468c81-72468c7b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-af3e01df-06ae-a506-16a3-c2f272468c83-72468c7b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-af3e01df-06ae-a506-16a3-c2f272468c87-72468c7b {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-af3e01df-06ae-a506-16a3-c2f272468c89-72468c7b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-af3e01df-06ae-a506-16a3-c2f272468c8b-72468c7b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-af3e01df-06ae-a506-16a3-c2f272468c8d-72468c7b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-af3e01df-06ae-a506-16a3-c2f272468c93-72468c7b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-af3e01df-06ae-a506-16a3-c2f272468c95-72468c7b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7c643094-08d4-dd3d-3bea-3f372b09c534-d5a1e432 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_4ccc24e8-b28a-f88d-b4d7-37fffe2d29bc-d5a1e432 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_88950029-e826-d17d-eb5d-b11bec21c8b0-d5a1e432 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_464f4349-adcd-2cf4-f3da-ea319ef83419-d5a1e432 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_775a3f37-1de5-e0c9-229d-ad34c9ab867e-d5a1e432 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_04506113-f727-ba81-04dd-46722a811d6b-d5a1e432 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_36372f78-4240-32e2-7d87-0c093fb53277-d5a1e432 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ff63552a-ddcb-08e8-9f44-8208ead00327-d5a1e432 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1f50e4a6-9e0e-cf37-365e-9f207cf62dd3-4066704d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c42a624b-8293-c0ee-99c9-a0cf5eb77861-4066704d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c42a624b-8293-c0ee-99c9-a0cf5eb7786b-4066704d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c42a624b-8293-c0ee-99c9-a0cf5eb77875-4066704d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_0af041cd-93dd-8a2c-4bd5-98f6ec6eba53-239be0d8 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ec376697-702f-fb05-c679-1920b7957d05-239be0d8 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17491da6-3474-68c1-93a6-cabda84cea9c-3cbf914f {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_16ed4462-859c-56f7-6668-e7bd05088fc7-8adc20ae {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_52bd413a-5fc6-7035-3dbf-91b1b9e54711-8adc20ae {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_66030457-64ae-79d2-5cc6-72b24a0029d1-8adc20ae {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_16ed4462-859c-56f7-6668-e7bd05088fc7-8adc20ae {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5c7885ed-4b90-e9a3-2561-d02320a6217e-8adc20ae {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c7385fa9-8af3-71e1-7f33-ad0933c319a2-8adc20ae {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_52bd413a-5fc6-7035-3dbf-91b1b9e54711-8adc20ae {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_66030457-64ae-79d2-5cc6-72b24a0029d1-8adc20ae {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-af3e01df-06ae-a506-16a3-c2f272468c7f-72468c7b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-af3e01df-06ae-a506-16a3-c2f272468c81-72468c7b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-af3e01df-06ae-a506-16a3-c2f272468c83-72468c7b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-af3e01df-06ae-a506-16a3-c2f272468c87-72468c7b {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-af3e01df-06ae-a506-16a3-c2f272468c89-72468c7b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-af3e01df-06ae-a506-16a3-c2f272468c8b-72468c7b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-af3e01df-06ae-a506-16a3-c2f272468c8d-72468c7b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-af3e01df-06ae-a506-16a3-c2f272468c93-72468c7b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-af3e01df-06ae-a506-16a3-c2f272468c95-72468c7b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_0af041cd-93dd-8a2c-4bd5-98f6ec6eba53-239be0d8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_17491da6-3474-68c1-93a6-cabda84cea9c-3cbf914f {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16ed4462-859c-56f7-6668-e7bd05088fc7-8adc20ae {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-c7385fa9-8af3-71e1-7f33-ad0933c319a2-8adc20ae {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}