.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.body {
  font-family: Qanelas, sans-serif;
  color: #1b1a1a;
  font-weight: 300;
}

.main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/bg-img-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bg-img-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.main-section.pozos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/bg-img-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bg-img-6.jpg');
  background-repeat: repeat, no-repeat;
}

.main-section.slim-section {
  min-height: auto;
  padding-top: 200px;
  padding-bottom: 80px;
  background-color: #636363;
  background-image: none;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  -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;
}

.nav-link {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #aaa7a7;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  color: #fff;
  text-decoration: underline;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link.pc-hide {
  display: none;
}

.nav-links-div {
  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: 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;
}

.nav-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  width: 100%;
  height: 100vh;
  padding-bottom: 100px;
  -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: #1b1a1a;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.right-nav-col {
  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;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 990;
  width: 100%;
  background-color: rgba(27, 27, 27, 0);
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.nav-logo-img {
  width: 200px;
}

.nav-logo-link {
  z-index: 950;
  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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-btn {
  z-index: 950;
  padding: 0px;
}

.menu-btn.w--open {
  background-color: transparent;
}

.menu-btn.in-nav-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.menu-btn-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 8px;
  -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;
}

.nav-contacts-block {
  position: relative;
  z-index: 950;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
}

.nav-contact-link:hover {
  text-decoration: underline;
}

.nav-contact-link.like-btn {
  margin-left: 20px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
  transition: background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
  transition: transform 100ms ease, background-color 200ms ease, color 200ms ease;
  transition: transform 100ms ease, background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
}

.nav-contact-link.like-btn:hover {
  background-color: #fff;
  color: #1b1a1a;
  text-decoration: none;
}

.nav-contact-link.like-btn:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.nav-contact-link.mobile-hide.w--current {
  text-decoration: underline;
}

.nav-lang-dd {
  display: none;
  margin-right: 10px;
  margin-left: 10px;
}

.lang-dd-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 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;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.dd-icon {
  position: relative;
  margin: 0px 0px 0px 5px;
  font-size: 14px;
}

.menu-btn-icon {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.gray-bg {
  background-color: #f3f3f5;
}

.section.cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #636363;
}

.section.bg-img-1 {
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/bg-img-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bg-img-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.bg-img-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/bg-img-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bg-img-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.big-cta-section {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, transparent), color-stop(56%, #636363), to(#636363)), url('../images/bg-img-4.jpg'), -webkit-gradient(linear, left top, left bottom, from(#636363), to(#636363));
  background-image: linear-gradient(90deg, transparent 40%, #636363 56%, #636363), url('../images/bg-img-4.jpg'), linear-gradient(180deg, #636363, #636363);
  background-position: 0px 0px, -50px 50%, 0px 0px;
  background-size: auto, auto 100%, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.section.cta-section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/bg-img-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bg-img-5.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section.no-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container {
  position: relative;
  z-index: 10;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container.slim-container {
  max-width: 960px;
}

.navbar-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 0%;
  background-color: #1b1a1a;
}

.h1-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.button {
  position: relative;
  overflow: hidden;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease, -webkit-transform 100ms ease;
  transition: color 200ms ease, background-color 200ms ease, -webkit-transform 100ms ease;
  transition: transform 100ms ease, color 200ms ease, background-color 200ms ease;
  transition: transform 100ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 100ms ease;
  color: #1b1a1a;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #1b1a1a;
  color: #fff;
}

.button:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.button.black-btn {
  border-style: solid;
  border-width: 1px;
  border-color: #1b1a1a;
  background-color: #1b1a1a;
  color: #fff;
}

.button.black-btn:hover {
  background-color: #fff;
  color: #1b1a1a;
}

.button.right-align {
  float: right;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 70px;
  line-height: 78px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h1-subtitle {
  margin-bottom: 60px;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}

.ripple-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.ripple {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.2);
  opacity: 0;
}

.ripple.black-color {
  background-color: rgba(27, 27, 27, 0.2);
}

.bg-logo-w {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  opacity: 0.7;
  color: #fff;
  font-size: 400px;
  line-height: 400px;
  font-weight: 800;
  text-transform: uppercase;
}

.h2-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -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;
  text-align: center;
}

.h2-div.white-text {
  color: #fff;
}

.h2-div.white-text.left-align {
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.h2-div.white-text.left-align.no-margin {
  max-width: 960px;
  margin-bottom: 0px;
}

.h2-div.white-text.right-align {
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.h2-div.left-align {
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.h2 {
  max-width: 860px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 54px;
  text-transform: uppercase;
}

.h2.more-w {
  max-width: 960px;
}

.h2.add-indent {
  margin-bottom: 20px;
}

.h2-divider {
  width: 20%;
  height: 1px;
  max-width: 250px;
  margin-top: 30px;
  background-color: #1b1a1a;
}

.h2-divider.white-color {
  background-color: #fff;
}

.paragraph {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.paragraph.add-margin {
  margin-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: default;
}

.paragraph-div {
  margin-bottom: 30px;
}

.paragraph-div.no-margin {
  margin-bottom: 0px;
}

.slim-content-block {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.h2-subheader {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
}

.h2-subheader.bold-text {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.text-block-div {
  margin-bottom: 30px;
}

.big-form-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.big-form-grid.vert-align {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.form-block {
  margin-bottom: 0px;
}

.text-block {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.checkbox-label {
  font-weight: 300;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ripple-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.3);
  opacity: 0;
}

.text-field {
  height: 52px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-size: 16px;
  font-weight: 400;
}

.text-field:hover {
  border-color: #414141;
}

.text-field:focus {
  border-color: #1b1a1a;
}

.text-field::-webkit-input-placeholder {
  color: #b1b1b1;
}

.text-field:-ms-input-placeholder {
  color: #b1b1b1;
}

.text-field::-ms-input-placeholder {
  color: #b1b1b1;
}

.text-field::placeholder {
  color: #b1b1b1;
}

.text-field.gray-bg {
  border-color: rgba(20, 20, 20, 0.2);
  background-color: #f6f5f5;
}

.text-field.gray-bg:hover {
  border-color: #141414;
  background-color: #fff;
}

.text-field.gray-bg:active {
  border-color: #2343ee;
}

.form-w {
  padding-top: 0px;
  padding-bottom: 0px;
}

.submit-button {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
  transition: background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
  transition: transform 100ms ease, background-color 200ms ease, color 200ms ease;
  transition: transform 100ms ease, background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.submit-button:hover {
  color: #1b1a1a;
}

.submit-button:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.submit-button-w {
  position: relative;
  overflow: hidden;
  height: 52px;
  border: 1px solid #000;
  background-color: #1b1a1a;
  -webkit-transition: background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
  transition: background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
  transition: transform 100ms ease, background-color 200ms ease, color 200ms ease;
  transition: transform 100ms ease, background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
  cursor: pointer;
}

.submit-button-w:hover {
  background-color: #fff;
  color: #1b1a1a;
}

.submit-button-w:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0px;
  margin-right: 7px;
  margin-left: 0px;
  border-color: #b1b1b1;
  border-radius: 0px;
}

.checkbox:hover {
  border-color: #141414;
}

.checkbox.w--redirected-checked {
  border-color: #141414;
  background-color: #141414;
  background-size: contain;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(35, 67, 238, 0.3);
}

.form-text {
  margin-top: 15px;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.form-text.right-align {
  text-align: right;
}

.services-w {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-grid-w {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.btn-text {
  position: relative;
  z-index: 5;
}

.service-grid-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.service-bg-w {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.service-bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/service-img-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-bg-img.img-2 {
  background-image: url('../images/service-img-2.jpg');
}

.service-bg-img.img-3 {
  background-image: url('../images/service-img-3.jpg');
}

.service-bg-img.img-4 {
  background-image: url('../images/service-img-4.jpg');
}

.service-bg-img.img-5 {
  background-image: url('../images/service-img-5.jpg');
}

.service-bg-img.img-6 {
  background-image: url('../images/service-img-6.jpg');
}

.service-item-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(27, 27, 27, 0.7);
  color: #fff;
}

.service-item-heading {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  cursor: default;
}

.service-item-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-divider-w {
  position: relative;
  overflow: hidden;
  width: 40%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.link-block:hover {
  text-decoration: none;
}

.service-divider {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.white-block {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 90px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  text-align: center;
}

.icons-grid {
  display: -ms-grid;
  display: grid;
  margin-top: -10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.icon-item-w {
  margin-top: 65px;
  padding: 40px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f3f3f5;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.item-icon {
  width: 90px;
  height: 90px;
}

.item-icon.left-align {
  margin-right: 30px;
  margin-bottom: 0px;
}

.numbers-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.number-item {
  padding-bottom: 50px;
  padding-left: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
}

.number-text {
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
  font-size: 68px;
  line-height: 70px;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.testimonials-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content {
  width: 100%;
}

.tab-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 40px 0px;
  -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-top: 2px solid #ddd;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}

.tab-btn:hover {
  border-top-color: #636363;
}

.tab-btn.w--current {
  border-top-color: #636363;
  background-color: transparent;
}

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

.testimonial-block {
  position: relative;
  max-width: 650px;
  margin: 40px auto 100px;
}

.quote-left {
  position: relative;
  left: -10px;
  top: 20px;
  display: inline-block;
  overflow: visible;
  margin-top: 0px;
  font-family: 'Droid Serif', serif;
  font-size: 60px;
  line-height: 20px;
}

.quote-left.right {
  left: auto;
  top: auto;
  right: -10px;
  bottom: -20px;
  display: inline;
  line-height: 0px;
}

.testimonial-name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.big-cta-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.big-cta-col {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.parthers-grid-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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: #1b1a1a;
  color: #fff;
  font-size: 16px;
}

.partner-logo {
  height: 75px;
}

.footer-container {
  position: relative;
  z-index: 10;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.footer-top-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom-block {
  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;
  color: #838383;
  font-size: 13px;
  line-height: 14px;
}

.footer-logo-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-logo {
  width: 220px;
}

.footer-col {
  max-width: 25%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-col-heading {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.footer-col-divider {
  width: 80%;
  height: 1px;
  max-width: 80px;
  margin-top: 15px;
  margin-bottom: 25px;
  background-color: #636363;
}

.footer-main-link {
  display: inline-block;
  margin-bottom: 15px;
  background-image: url('../images/right-arrow-angle.svg');
  background-position: -100% 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #bdbdbd;
  text-decoration: none;
  cursor: pointer;
}

.footer-main-link:hover {
  padding-left: 20px;
  background-position: 0% 50%;
  background-size: auto 14px;
  color: #fff;
  text-decoration: underline;
}

.footer-links-div {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo-link {
  margin-bottom: 40px;
}

.created-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.designed-by-logo {
  width: 80px;
}

.designed-bg-link {
  margin-top: 2px;
  margin-left: 8px;
  opacity: 0.5;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

.designed-bg-link:hover {
  opacity: 1;
}

.lang-dd-list {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1b1a1a;
}

.lang-dd-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #a7a7a7;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.lang-dd-link:hover {
  color: #fff;
  text-decoration: underline;
}

.bg-logo-img {
  width: 2200px;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.big-col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-col-container {
  width: 95%;
  max-width: 600px;
  padding-right: 80px;
}

.big-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -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;
  background-color: #f3f3f5;
}

.right-col-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 600px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.steps-w {
  position: relative;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.step-item {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.step-item.last-step {
  margin-bottom: 0px;
  background-color: #f3f3f5;
}

.step-dot-w {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.step-dot-circle {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1b1a1a;
}

.step-dot-bg {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 180%;
  height: 180%;
  margin-top: -40%;
  margin-left: -40%;
  border-radius: 50%;
  background-color: rgba(27, 27, 27, 0.5);
}

.paragraph-2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
}

.h5.add-margin {
  margin-top: 20px;
  line-height: 24px;
}

.steps-line-w {
  position: absolute;
  left: 7px;
  top: 10px;
  z-index: 2;
  width: 2px;
  height: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #1b1a1a;
}

.icon-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

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

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

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

.typed-h1-text {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 70px;
  line-height: 78px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-text {
  position: relative;
}

.cta-text-w {
  width: 100%;
  margin-bottom: 35px;
  color: #fff;
  text-align: left;
}

.submit-button-2 {
  height: 46px;
  margin-bottom: 15px;
  margin-left: -2px;
  padding: 14px 30px 14px 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #202c4a;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
}

.submit-button-2:hover {
  background-color: #fff;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #2b73de;
}

.close-popup-btn {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 9px;
  -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: 3px;
  background-color: transparent;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

.close-popup-btn:hover {
  padding: 8px;
  background-color: #1b1a1a;
}

.text-field-2 {
  height: 46px;
  margin-bottom: 0px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  font-size: 16px;
}

.text-field-2:hover {
  border-color: #fff;
}

.text-field-2:active {
  border-color: #ffd451;
}

.text-field-2:focus {
  border-color: #ffe43f;
}

.text-field-2::-webkit-input-placeholder {
  color: #dbe9ff;
}

.text-field-2:-ms-input-placeholder {
  color: #dbe9ff;
}

.text-field-2::-ms-input-placeholder {
  color: #dbe9ff;
}

.text-field-2::placeholder {
  color: #dbe9ff;
}

.popup-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.cta-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cta-form.vert-align {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-row.fool-w {
  width: 100%;
  margin-bottom: 20px;
}

.popup-form-block {
  width: 100%;
  max-width: 760px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 44px;
  line-height: 54px;
  font-weight: 900;
}

.link-2 {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.link-2:hover {
  text-decoration: none;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3 {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
}

.paragraph-3.white-color {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
}

.success-message {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #ffd451;
  color: #202c4a;
  font-size: 16px;
}

.popup-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  overflow: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(27, 27, 27, 0.7);
  opacity: 0;
}

.btn-cross {
  width: 100%;
  height: 100%;
}

.popup-container {
  position: relative;
  z-index: 10;
  width: 95%;
  max-width: 560px;
  margin: 3% auto 5%;
  padding: 65px;
  border-radius: 5px;
  background-color: #636363;
}

.form-checkbox-block {
  margin-top: 20px;
  color: #ccc;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.5px;
}

.form-checkbox-block.bottom-indent {
  margin-top: 0px;
  margin-bottom: 15px;
}

.error-message {
  border-radius: 5px;
  background-color: #ffabab;
  color: #c21d1d;
  font-size: 14px;
  text-align: center;
}

.label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.checkbox-2 {
  width: 18px;
  height: 18px;
  margin-top: 0px;
  margin-right: 6px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #eef4fa;
  border-radius: 0px;
}

.checkbox-2:hover {
  background-color: rgba(32, 44, 74, 0.1);
}

.checkbox-2.w--redirected-checked {
  border-color: #1b1a1a;
  border-radius: 0px;
  background-color: #1b1a1a;
  background-position: 50% 50%;
  background-size: contain;
}

.checkbox-2.w--redirected-focus {
  border-radius: 0px;
  box-shadow: 0 0 3px 1px hsla(0, 0%, 100%, 0.6);
}

.success-message-2 {
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.error-message-2 {
  padding-left: 20px;
  color: #d33d3d;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

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

.footer-text {
  margin-bottom: 15px;
  color: #bdbdbd;
}

.footer-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
  transition: background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
  transition: transform 100ms ease, background-color 200ms ease, color 200ms ease;
  transition: transform 100ms ease, background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.footer-btn:hover {
  background-color: #fff;
  color: #1b1a1a;
  text-decoration: none;
}

.footer-btn:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.footer-btn.like-btn {
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
  transition: background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
  transition: transform 100ms ease, background-color 200ms ease, color 200ms ease;
  transition: transform 100ms ease, background-color 200ms ease, color 200ms ease, -webkit-transform 100ms ease;
}

.footer-btn.like-btn:hover {
  background-color: #fff;
  color: #1b1a1a;
  text-decoration: none;
}

.footer-btn.like-btn:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.copyright-block {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pp-links-div {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pp-footer-link {
  margin-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #838383;
  text-decoration: none;
  cursor: pointer;
}

.pp-footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.pp-footer-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.item-icon-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 115px;
  height: 115px;
  margin: -90px auto 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: 1px solid #636363;
  border-radius: 100px;
  background-color: #fff;
}

.item-icon-2 {
  width: 60px;
  height: 60px;
  margin-right: 25px;
}

.item-icon-2.left-align {
  margin-right: 30px;
  margin-bottom: 0px;
}

.typed-h1-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
}

.typed-h1-1 {
  overflow: hidden;
}

.typed-cursor {
  width: 2px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.typed-h1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.typed-h1-3 {
  overflow: hidden;
}

.check-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.check-icon {
  width: 16px;
  margin-top: 5px;
  margin-right: 8px;
}

.main-section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/bg-img-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bg-img-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.main-section-copy.pozos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/bg-img-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bg-img-6.jpg');
  background-repeat: repeat, no-repeat;
}

.main-section-copy.slim-section {
  min-height: auto;
  padding-top: 200px;
  padding-bottom: 80px;
  background-color: #636363;
  background-image: none;
}

.pp-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 80px;
  -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: #636363;
}

.pp-section.pozos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/bg-img-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bg-img-6.jpg');
  background-repeat: repeat, no-repeat;
}

.pp-section.slim-section {
  min-height: auto;
  padding-top: 200px;
  padding-bottom: 80px;
  background-color: #636363;
  background-image: none;
}

.container-2 {
  z-index: 5;
  width: 95%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.container-2.slim-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}

.link {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #2b73de;
  text-decoration: underline;
  cursor: pointer;
}

.link:hover {
  text-decoration: none;
}

.list {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  list-style-type: lower-alpha;
}

.list.dots {
  list-style-type: disc;
}

.list.dots.no-margin {
  margin-bottom: 0px;
}

.list.numbers {
  list-style-type: decimal;
}

.list.numbers.no-margin {
  margin-bottom: 0px;
}

.h5-2 {
  margin-top: 20px;
  color: #081c3a;
  font-size: 20px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 26px;
    line-height: 26px;
  }

  .nav-links-div {
    overflow: auto;
    padding-top: 50px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-menu {
    padding-bottom: 0px;
  }

  .nav-logo-img {
    width: 160px;
  }

  .menu-btn-div {
    width: 42px;
    height: 42px;
    padding: 5px;
  }

  .nav-contacts-block {
    margin-right: 20px;
  }

  .nav-contact-link {
    margin-right: 0px;
    font-size: 15px;
    line-height: 16px;
  }

  .nav-contact-link.like-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.bg-img-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-img-2 {
    padding-bottom: 50px;
  }

  .section.big-cta-section {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(50%, #636363), to(#636363)), url('../images/bg-img-4.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent 15%, #636363 50%, #636363), url('../images/bg-img-4.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 50% -45px, 0px 0px;
    background-size: auto, 100%, auto;
  }

  .h1-div {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button {
    padding: 18px 30px;
    font-size: 15px;
    line-height: 18px;
  }

  .h1 {
    font-size: 52px;
    line-height: 64px;
    letter-spacing: 1px;
  }

  .h1-subtitle {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .h2-div {
    margin-bottom: 50px;
  }

  .h2-div.white-text.left-align.no-margin {
    margin-bottom: 15px;
  }

  .h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .h2-divider {
    margin-top: 20px;
  }

  .paragraph {
    font-size: 17px;
    line-height: 26px;
  }

  .paragraph.add-margin {
    margin-bottom: 20px;
  }

  .paragraph-div {
    margin-bottom: 20px;
  }

  .h2-subheader {
    margin-top: 15px;
    font-size: 17px;
    line-height: 26px;
  }

  .h2-subheader.bold-text {
    font-size: 22px;
    line-height: 28px;
  }

  .big-form-grid {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .big-form-grid.vert-align {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-field {
    height: 50px;
    padding-left: 12px;
    font-size: 15px;
  }

  .submit-button {
    font-size: 15px;
    line-height: 18px;
  }

  .submit-button-w {
    height: 50px;
  }

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

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

  .white-block {
    padding: 70px 80px;
  }

  .icon-item-w {
    margin-top: 60px;
    padding: 30px 25px;
    font-size: 15px;
    line-height: 20px;
  }

  .item-icon {
    width: 80px;
    height: 80px;
  }

  .number-item {
    padding-bottom: 40px;
    padding-left: 20px;
    font-size: 17px;
    line-height: 22px;
  }

  .number-text {
    margin-bottom: 15px;
    font-size: 56px;
    line-height: 52px;
  }

  .testimonial-block {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .big-cta-grid {
    margin-top: 220px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .parthers-grid-w {
    margin-top: -10px;
    margin-bottom: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer {
    padding-top: 70px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 18px;
  }

  .partner-logo {
    width: 32%;
    height: 64px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-top-block {
    margin-bottom: 40px;
  }

  .footer-bottom-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
  }

  .footer-logo-col {
    margin-right: 10px;
  }

  .footer-logo {
    width: 160px;
  }

  .footer-col {
    max-width: 33%;
  }

  .footer-col-heading {
    font-size: 18px;
    line-height: 20px;
  }

  .footer-col-divider {
    margin-bottom: 20px;
  }

  .created-block {
    margin-top: 5px;
    margin-left: 0px;
  }

  .designed-by-logo {
    width: 72px;
  }

  .designed-bg-link {
    margin-left: 6px;
  }

  .bg-logo-img {
    width: 1400px;
  }

  .left-col-container {
    padding-right: 50px;
  }

  .right-col-container {
    padding-left: 50px;
  }

  .icon-text {
    font-size: 15px;
    line-height: 20px;
  }

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

  .typed-h1-text {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 52px;
    line-height: 56px;
    letter-spacing: 1px;
  }

  .cta-text-w {
    margin-bottom: 30px;
  }

  .submit-button-2 {
    height: 42px;
    padding-right: 25px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .close-popup-btn {
    width: 28px;
    height: 28px;
  }

  .text-field-2 {
    height: 42px;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 16px;
  }

  .form-row.fool-w {
    margin-right: 0px;
    margin-bottom: 15px;
  }

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

  .checkbox-field-2 {
    font-size: 12px;
    line-height: 1.2em;
  }

  .paragraph-3 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6em;
  }

  .paragraph-3.white-color {
    margin-top: 15px;
  }

  .success-message {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 16px;
  }

  .popup-section {
    overflow: auto;
  }

  .popup-container {
    max-width: 500px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px 50px 50px;
  }

  .form-checkbox-block {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.3em;
  }

  .error-message {
    font-size: 13px;
    line-height: 16px;
  }

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

  .checkbox-2 {
    width: 16px;
    height: 16px;
  }

  .form {
    width: auto;
  }

  .footer-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .copyright-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pp-footer-link {
    margin-left: 20px;
  }

  .item-icon-w {
    width: 100px;
    height: 100px;
    margin-top: -80px;
  }

  .item-icon-2 {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .typed-h1-w {
    margin-left: 0px;
  }

  .check-list-item {
    font-size: 17px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .main-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 22px;
  }

  .nav-link.pc-hide {
    display: block;
  }

  .nav-links-div {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .nav-logo-img {
    width: 130px;
  }

  .nav-logo-link {
    padding-left: 0px;
  }

  .menu-btn-div {
    width: 36px;
    height: 36px;
  }

  .nav-contacts-block {
    margin-right: 15px;
  }

  .nav-contact-link {
    padding: 10px;
    font-size: 13px;
    line-height: 14px;
  }

  .nav-contact-link.like-btn {
    margin-left: 10px;
    padding: 10px 12px;
  }

  .nav-contact-link.mobile-hide {
    display: none;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.bg-img-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.bg-img-2 {
    padding-top: 50px;
  }

  .h1-div {
    margin-bottom: 50px;
  }

  .button {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 16px;
  }

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

  .h1-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .h2-div {
    margin-bottom: 40px;
  }

  .h2-div.white-text.left-align {
    margin-bottom: 40px;
  }

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

  .h2.add-indent {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-div {
    margin-bottom: 15px;
  }

  .h2-subheader {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .h2-subheader.bold-text {
    font-size: 20px;
    line-height: 26px;
  }

  .big-form-grid {
    grid-column-gap: 15px;
  }

  .text-field {
    height: 48px;
    font-size: 14px;
    line-height: 18px;
  }

  .submit-button {
    font-size: 14px;
    line-height: 16px;
  }

  .submit-button-w {
    height: 48px;
  }

  .services-grid-w {
    margin-bottom: 40px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .service-item-content {
    padding: 30px 30px 20px;
  }

  .link-block {
    font-size: 14px;
  }

  .white-block {
    padding: 50px 60px;
  }

  .icons-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .icon-item-w {
    margin-top: 50px;
    padding: 25px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .numbers-grid {
    margin-top: 30px;
    padding-bottom: 10px;
  }

  .number-item {
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .number-text {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 46px;
  }

  .tabs-content {
    overflow: visible;
  }

  .tab-btn {
    padding-top: 12px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 18px;
  }

  .testimonial-block {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .quote-left {
    left: -7px;
    font-size: 50px;
  }

  .testimonial-name {
    font-size: 16px;
    line-height: 22px;
  }

  .big-cta-grid {
    margin-top: 180px;
  }

  .footer {
    padding-top: 50px;
    font-size: 14px;
  }

  .partner-logo {
    height: 58px;
  }

  .footer-top-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 11px;
  }

  .footer-logo-col {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-col {
    max-width: 50%;
  }

  .footer-col-heading {
    font-size: 17px;
    line-height: 18px;
  }

  .footer-col-divider {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .footer-main-link {
    margin-bottom: 12px;
  }

  .footer-logo-link {
    margin-bottom: 0px;
  }

  .created-block {
    margin-top: 0px;
  }

  .designed-by-logo {
    width: 66px;
  }

  .designed-bg-link {
    margin-top: 0px;
  }

  .bg-logo-img {
    width: 1200px;
  }

  .big-col-left {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .big-col-right {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .step-item {
    margin-bottom: 35px;
  }

  .step-dot-w {
    width: 14px;
    height: 14px;
    margin-right: 20px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .h5 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .steps-line-w {
    left: 6px;
    height: 80%;
  }

  .icon-text {
    font-size: 14px;
  }

  .h4 {
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 24px;
  }

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

  .typed-h1-text {
    font-size: 40px;
    line-height: 42px;
  }

  .cta-text-w {
    margin-bottom: 20px;
  }

  .submit-button-2 {
    height: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
  }

  .close-popup-btn {
    width: 24px;
    height: 24px;
    padding: 7px;
  }

  .close-popup-btn:hover {
    padding: 6px;
  }

  .text-field-2 {
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .form-row.fool-w {
    margin-bottom: 12px;
  }

  .h2-2 {
    font-size: 26px;
    line-height: 34px;
  }

  .checkbox-field-2 {
    font-size: 11px;
  }

  .paragraph-3 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6em;
  }

  .paragraph-3.white-color {
    margin-top: 5px;
  }

  .success-message {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    line-height: 14px;
  }

  .popup-container {
    max-width: 450px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 30px 40px;
  }

  .form-checkbox-block {
    font-size: 11px;
    line-height: 1.2em;
  }

  .error-message {
    font-size: 12px;
    line-height: 13px;
  }

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

  .checkbox-2 {
    width: 18px;
    height: 18px;
  }

  .copyright-block {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pp-links-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .pp-footer-link {
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .item-icon-w {
    width: 90px;
    height: 90px;
    margin-top: -65px;
    margin-bottom: 15px;
  }

  .item-icon-2 {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }

  .check-list-item {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .check-icon {
    width: 14px;
    margin-top: 4px;
    margin-right: 7px;
  }

  .main-section-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pp-section {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 1.3em;
  }

  .list {
    padding-left: 15px;
    font-size: 14px;
  }

  .h5-2 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .main-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .nav-link {
    padding: 15px 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .nav-links-div {
    padding-top: 60px;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-container {
    -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;
  }

  .right-nav-col {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-logo-img {
    width: 120px;
  }

  .nav-contacts-block {
    margin-right: 15px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-contact-link {
    margin-left: 0px;
    font-size: 12px;
    line-height: 12px;
  }

  .section.bg-img-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.big-cta-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(38%, #636363), to(#636363)), url('../images/bg-img-4.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, #636363 38%, #636363), url('../images/bg-img-4.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 65% 0%, 0px 0px;
    background-size: auto, 140%, auto;
  }

  .section.no-padding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .h1-div {
    margin-bottom: 40px;
  }

  .button {
    padding: 14px 15px;
    font-size: 13px;
    line-height: 15px;
  }

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

  .h1-subtitle {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 20px;
  }

  .h2-div.white-text.left-align {
    margin-bottom: 30px;
  }

  .h2-div.white-text.left-align.no-margin {
    margin-bottom: 25px;
  }

  .h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .h2.add-indent {
    font-size: 22px;
    line-height: 28px;
  }

  .h2-divider {
    width: 40%;
    margin-top: 15px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 22px;
  }

  .h2-subheader {
    font-size: 15px;
    line-height: 22px;
  }

  .h2-subheader.bold-text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .big-form-grid {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .big-form-grid.vert-align {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .text-field {
    height: 46px;
  }

  .submit-button {
    font-size: 14px;
  }

  .submit-button-w {
    height: 46px;
  }

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

  .service-grid-item {
    height: auto;
    min-height: 300px;
  }

  .service-item-block {
    overflow: visible;
  }

  .link-block {
    font-size: 13px;
  }

  .white-block {
    padding: 40px 30px;
  }

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

  .item-icon {
    width: 70px;
    height: 70px;
  }

  .numbers-grid {
    margin-top: 20px;
    padding-bottom: 0px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .number-item {
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }

  .number-text {
    margin-bottom: 8px;
    font-size: 38px;
    line-height: 44px;
  }

  .tab-btn {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
  }

  .testimonial-block {
    margin-bottom: 30px;
  }

  .quote-left {
    left: -5px;
    font-size: 44px;
  }

  .testimonial-name {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
  }

  .big-cta-grid {
    margin-top: 160px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .partner-logo {
    width: 30%;
    height: 50px;
  }

  .footer-top-block {
    margin-bottom: 50px;
  }

  .footer-bottom-block {
    font-size: 10px;
  }

  .footer-logo {
    width: 140px;
  }

  .footer-col-heading {
    font-size: 16px;
    font-weight: 600;
  }

  .footer-main-link {
    background-size: auto 12px;
  }

  .footer-main-link:hover {
    padding-left: 15px;
    background-size: auto 12px;
  }

  .big-col-left {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .left-col-container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .big-col-right {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .right-col-container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .step-dot-w {
    width: 12px;
    height: 12px;
    margin-right: 18px;
  }

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

  .h5.add-margin {
    font-size: 16px;
    line-height: 20px;
  }

  .steps-line-w {
    left: 5px;
  }

  .h4 {
    font-size: 22px;
  }

  .typed-h1-text {
    font-size: 32px;
    line-height: 32px;
  }

  .cta-text-w {
    margin-bottom: 20px;
  }

  .submit-button-2 {
    padding: 11px 15px 11px 10px;
    font-size: 13px;
  }

  .close-popup-btn {
    width: 22px;
    height: 22px;
    padding: 6px;
  }

  .text-field-2 {
    height: 40px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 10px;
    font-size: 13px;
  }

  .form-row {
    width: 100%;
    margin-right: 0px;
  }

  .h2-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .checkbox-field-2 {
    font-size: 10px;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 1.6em;
  }

  .paragraph-3.white-color {
    margin-top: 5px;
  }

  .success-message {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .popup-container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 35px 25px 30px;
  }

  .form-checkbox-block {
    font-size: 10px;
  }

  .error-message {
    padding: 8px 10px;
    font-size: 11px;
  }

  .label {
    font-size: 13px;
  }

  .checkbox-2 {
    width: 16px;
    height: 16px;
  }

  .footer-btn {
    padding: 10px 13px;
  }

  .copyright-block {
    margin-bottom: 8px;
  }

  .pp-footer-link {
    margin-right: 15px;
  }

  .item-icon-w {
    width: 80px;
    height: 80px;
  }

  .item-icon-2 {
    width: 44px;
    height: 44px;
    margin-right: 18px;
  }

  .typed-h1-w {
    margin-top: 5px;
  }

  .check-list-item {
    font-size: 15px;
    line-height: 22px;
  }

  .main-section-copy {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .pp-section {
    padding-top: 160px;
    padding-bottom: 50px;
  }

  .paragraph-2 {
    font-size: 13px;
    line-height: 1.3em;
  }

  .list {
    font-size: 13px;
  }

  .h5-2 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }
}

#w-node-a0e0d0be-e722-a4ce-3d41-4a264ca755c2-5c911378 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_89d79609-dfbe-2758-e38d-00a6e4834026-5c911378 {
  -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;
}

#w-node-_9be3d6c4-8525-fe88-bfa0-94550e0ae8f6-5c911378 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c3638b1f-49df-5c9a-9d4b-4c9d4ee05793-5c911378 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_26fa42ae-58a5-a17f-a04e-e33006f04184-5c911378 {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-da5b23b2-4b13-510b-5cea-a512f29bc4d0-5c911378 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
}

#w-node-_4649f7b6-1730-5a1d-f082-582eff9b90c2-5c911378 {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c6cd30b1-a905-8ca9-8ec8-5b9b930a41a9-5c911378 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e0ae64ee-1a41-22dc-d053-4445c5c476e2-5c911378 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2e05db08-63df-818f-401e-aaa05f606f67-5c911378 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_391600bd-5ef8-d152-6091-7b1f676a61de-5c911378 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_29b30951-f57f-db10-f700-de9b14752f27-5c911378 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26c58f97-6702-61d2-ee62-45ce024bf8bd-5c911378 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_87d142b1-a5d7-31a0-aad8-15f3a4a6af81-5c911378 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9c82e9db-729b-6b03-3cb7-39716ed52b1f-5c911378 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c5cd1ae2-172a-47c8-74ef-b167dba1ae4e-dba1ae3d {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-da5b23b2-4b13-510b-5cea-a512f29bc4d0-5c911378 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-c6cd30b1-a905-8ca9-8ec8-5b9b930a41a9-5c911378 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_89d79609-dfbe-2758-e38d-00a6e4834026-5c911378 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_9be3d6c4-8525-fe88-bfa0-94550e0ae8f6-5c911378 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-c3638b1f-49df-5c9a-9d4b-4c9d4ee05793-5c911378 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_26fa42ae-58a5-a17f-a04e-e33006f04184-5c911378 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }

  #w-node-da5b23b2-4b13-510b-5cea-a512f29bc4d0-5c911378 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_4649f7b6-1730-5a1d-f082-582eff9b90c2-5c911378 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 0;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }
}

@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/QanelasHeavy.otf') format('opentype'), url('../fonts/QanelasBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/QanelasSemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/QanelasLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/QanelasMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/QanelasBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/QanelasExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/QanelasThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/QanelasRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}