.item-content[data-v-df408fd4] {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.item-content[data-v-df408fd4]:hover {
  color: #269386;
}
.item-content:hover .arrow-icon[data-v-df408fd4] {
  filter: grayscale(0%);
}
.item-content:hover .item-icon[data-v-df408fd4] {
  color: #269386;
  filter: grayscale(0%) opacity(100%);
}
.item-text[data-v-df408fd4] {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 192%;
}
.item-icon[data-v-df408fd4] {
  margin-right: 10px;
  color: #cfcfcf;
  filter: grayscale(100%) opacity(40%);
  transition: background-color 0.3s ease;
}
.careers-position[data-v-df408fd4] {
  position: absolute;
  top: -1px;
  left: 10px;
  display: flex;
  align-items: center;
  width: 15px;
  height: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(267.87deg, #ff7426 0%, #ff5f21 100%);
  border-radius: 50%;
}
.number-position[data-v-df408fd4] {
  margin: 0 auto;
  padding-top: 1px;
}.item-content[data-v-4147feb6] {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.item-content[data-v-4147feb6]:hover {
  color: #269386;
}
.item-content:hover .arrow-icon[data-v-4147feb6] {
  filter: grayscale(0%);
}
.item-content:hover .item-icon[data-v-4147feb6] {
  color: #269386;
  filter: grayscale(0%) opacity(100%);
}
.item-icon[data-v-4147feb6] {
  margin-right: 10px;
  color: #cfcfcf;
  filter: grayscale(100%) opacity(40%);
  transition: background-color 0.3s ease;
}
.item-text[data-v-4147feb6] {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 192%;
}
.arrow-icon[data-v-4147feb6] {
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  filter: grayscale(100%);
}
@media (max-width: 539px) {
.arrow-icon[data-v-4147feb6] {
    position: relative;
    margin-left: 20px;
}
}
.category-list[data-v-4147feb6] {
  display: flex;
  margin-top: 16px;
  margin-left: 25px;
}
.category-list[data-v-4147feb6]:hover {
  color: #269386;
}
.category-list:hover .item-icon[data-v-4147feb6] {
  filter: grayscale(0%) opacity(100%);
}
.open-category[data-v-4147feb6] {
  transform: rotate(270deg);
}.item[data-v-400e3af4] {
  display: block;
  width: 500px;
  margin: 0 auto;
  padding-top: 24px;
  transition: color 0.3s ease;
}
@media (max-width: 539px) {
.item[data-v-400e3af4] {
    max-width: 350px;
}
}
.item-title[data-v-400e3af4] {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
}
.item-grid[data-v-400e3af4] {
  display: grid;
  gap: 16px;
  padding-bottom: 24px;
}
@media (max-width: 539px) {
.item-grid[data-v-400e3af4] {
    grid-template-columns: 1fr;
}
}.v-button[data-v-6744d8f1] {
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  /** Props => Disabled */
}
.v-button[data-v-6744d8f1]:disabled {
  color: #8287a6;
  background-color: #f7f8fa;
  border-color: #f7f8fa;
  pointer-events: none;
}
.text[data-v-6744d8f1] {
  z-index: 3;
}
.is-icon.rounded[data-v-6744d8f1] {
  border-radius: 50%;
}
.regular[data-v-6744d8f1] {
  min-height: 50px;
  padding: 15.5px 36px;
  font-size: 16px;
  line-height: 19px;
}
.small[data-v-6744d8f1] {
  min-height: 42px;
  padding: 12.5px 24px;
  font-size: 14px;
  line-height: 17px;
}
.basic[data-v-6744d8f1] {
  color: #383a4c;
  background: #ffffff;
  border: 2px solid #535568;
  box-shadow: 0px 1px 4px rgba(0, 12, 118, 0.08);
}
.basic[data-v-6744d8f1]:hover {
  background: #fafafd;
}
.basic[data-v-6744d8f1]:active {
  background: #edeff9;
}
.primary[data-v-6744d8f1] {
  position: relative;
  background: linear-gradient(180deg, #23a494 0%, #1d8a7d 100%);
}
.primary[data-v-6744d8f1]:active {
  background: linear-gradient(180deg, #1d8a7d 0%, #23a494 100%);
}
.outline[data-v-6744d8f1] {
  position: relative;
  color: white;
  background: transparent;
  border: 2px solid #535568;
  box-shadow: 0px 1px 4px rgba(0, 12, 118, 0.08);
}
.outline[data-v-6744d8f1]:hover {
  color: white !important;
  border: 2px solid transparent;
}
.outline[data-v-6744d8f1]:active {
  color: white !important;
  background: linear-gradient(180deg, #1d8a7d 0%, #23a494 100%);
  border: 1px solid transparent;
}
.primary[data-v-6744d8f1]:before,
.outline[data-v-6744d8f1]:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(180deg, #23a494 0%, #3accba 0%, #229c8e 100%);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  content: "";
}
.primary[data-v-6744d8f1]:hover::before,
.outline[data-v-6744d8f1]:hover::before {
  opacity: 1;
}
.primary[data-v-6744d8f1]:active::before,
.outline[data-v-6744d8f1]:active::before {
  background-image: linear-gradient(180deg, #1d8a7d 0%, #23a494 100%);
  opacity: 1;
}.nav-mobile[data-v-288a4a7c] {
  display: none;
  width: 30px;
  height: 30px;
}
@media (max-width: 899px) {
.nav-mobile[data-v-288a4a7c] {
    display: flex;
    align-items: center;
    justify-content: center;
}
}
.list[data-v-288a4a7c] {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  width: 100vw;
  height: calc(100vh - 60px);
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #222435;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0);
  transform: translateY(-100%);
  transition: all 0.8s ease-out;
}
@media (max-width: 539px) {
.list[data-v-288a4a7c] {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 20px;
    border-radius: 0;
}
}
.list[data-v-288a4a7c]::-webkit-scrollbar {
  width: 2px;
  margin-right: 5px;
  padding: 2px;
}
.list[data-v-288a4a7c]::-webkit-scrollbar-thumb {
  background-color: #cfcfcf;
  outline: 1px solid #cfcfcf;
}
.opened[data-v-288a4a7c] {
  transform: translateY(0%);
}
.cross[data-v-288a4a7c] {
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: transparent;
}
.grid[data-v-288a4a7c] {
  display: grid;
  grid-template-rows: max-content;
}
.grid .buttons[data-v-288a4a7c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  margin: auto;
}
.grid .buttons a[data-v-288a4a7c] {
  width: 50%;
  margin: 5px;
}
@media (max-width: 539px) {
.grid .buttons a[data-v-288a4a7c] {
    width: 70%;
}
}
@media (max-width: 539px) {
.grid .buttons[data-v-288a4a7c] {
    flex-direction: column;
}
}
.how-it-works[data-v-288a4a7c] {
  display: flex;
  align-items: center;
  width: 500px;
  margin: 0 auto;
  padding-bottom: 24px;
  color: #7d7f82;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 539px) {
.how-it-works[data-v-288a4a7c] {
    max-width: 350px;
}
}
.coming-soon[data-v-288a4a7c] {
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding: 8px 16px;
  background: #f2f4f5;
  border-radius: 16px;
}
.text[data-v-288a4a7c] {
  margin-left: 10px;
  color: #000000;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
}
.bottom-link[data-v-288a4a7c] {
  width: 500px;
  margin: 0 auto;
  padding-top: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  transition: 0.3s color ease;
}
.bottom-link[data-v-288a4a7c]:hover {
  color: #269386;
}
@media (max-width: 539px) {
.bottom-link[data-v-288a4a7c] {
    max-width: 350px;
}
}.item[data-v-8815c88e] {
  position: relative;
  display: flex;
  max-width: 400px;
  padding: 16px 40px 16px 20px;
  border-radius: 5px;
}
.item:hover .icon-wrap[data-v-8815c88e]:not(.static) {
  background-color: #269386;
}
.item:hover .icon.change-color[data-v-8815c88e] {
  filter: brightness(100);
}
.icon-wrap[data-v-8815c88e] {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  background-color: #dff3f1;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.info[data-v-8815c88e] {
  align-self: center;
}
.icon[data-v-8815c88e] {
  transition: color 0.3s ease;
}
.title[data-v-8815c88e] {
  display: flex;
  color: #303030;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  border-radius: 20px;
}
.description[data-v-8815c88e] {
  margin-top: 5px;
  color: #7d7f82;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.arrow-icon[data-v-8815c88e] {
  position: absolute;
  top: 50%;
  right: 25px;
  bottom: 50%;
  filter: grayscale(100%);
}
.read-more[data-v-8815c88e] {
  max-width: 63px;
  margin-top: 12px;
  color: #ff5f21;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  border-bottom: 1px solid #ff5f21;
}
.careers-position[data-v-8815c88e] {
  position: absolute;
  top: -3px;
  right: -5px;
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(267.87deg, #ff7426 0%, #ff5f21 100%);
  border-radius: 50%;
}
.number-position[data-v-8815c88e] {
  margin: 0 auto;
  padding-top: 1px;
}.desktop-item[data-v-f3aa8536] {
  position: relative;
}
.desktop-item:nth-child(2) .navigation[data-v-f3aa8536] {
  display: block;
}
.head[data-v-f3aa8536] {
  padding: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  transition: 0.3s color ease;
}
.head[data-v-f3aa8536]:hover {
  color: #269386;
}
.list-wrap[data-v-f3aa8536] {
  position: absolute;
  left: -100px;
  z-index: 2;
  padding-top: 25px;
}
.list[data-v-f3aa8536] {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(max-content, 360px));
  padding: 15px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}
.list[data-v-f3aa8536]:before {
  position: absolute;
  top: -2px;
  left: 120px;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
  content: "";
}
.arrow[data-v-f3aa8536] {
  margin-left: 5px;
  transform: rotate(90deg);
  transition: transform 0.3s ease, color 0.3s ease;
}
.active[data-v-f3aa8536] {
  color: #269386;
}
.wrapper[data-v-f3aa8536] {
  display: grid;
}
.open-categories[data-v-f3aa8536] {
  grid-template-columns: repeat(1, minmax(max-content, 360px));
}
.navigation[data-v-f3aa8536] {
  display: grid;
  grid-template-columns: repeat(1, minmax(max-content, 360px));
}
.subcategory-items[data-v-f3aa8536] {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #e9eaeb;
}
.active-item[data-v-f3aa8536] {
  background-color: #fafafa;
}
.active-item[data-v-f3aa8536] .arrow-icon {
  filter: grayscale(0%);
}
.active-item[data-v-f3aa8536] .icon-wrap {
  background-color: #269386;
}
.active-item[data-v-f3aa8536] .icon-wrap .icon {
  filter: brightness(100);
}
.subcategory-item[data-v-f3aa8536] {
  margin: 5px;
}
.subcategory-item[data-v-f3aa8536]:hover {
  background-color: #fafafa;
}
.subcategory-item[data-v-f3aa8536]:hover .arrow-icon {
  filter: grayscale(0%);
}.desktop-nav[data-v-ae1ad58a] {
  display: grid;
  grid-auto-flow: column;
  gap: 33px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 899px) {
.desktop-nav[data-v-ae1ad58a] {
    display: none;
}
}
.item[data-v-ae1ad58a] {
  padding: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  transition: 0.3s color ease;
}
.item[data-v-ae1ad58a]:hover {
  color: #269386;
}.header[data-v-62b6fd26] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: flex;
  height: 60px;
  color: #fff;
  background-color: #222435;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.h-logo[data-v-62b6fd26] {
  display: flex;
  align-items: center;
}
.h-logo span[data-v-62b6fd26] {
  height: 24px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 24px;
}
.h-container[data-v-62b6fd26] {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: max-content max-content minmax(0, 300px) max-content;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1310px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  background-color: #222435;
}
@media (max-width: 1189px) {
.h-container[data-v-62b6fd26] {
    grid-auto-columns: max-content;
    grid-template-columns: auto;
}
}
@media (max-width: 539px) {
.h-container[data-v-62b6fd26] {
    gap: 10px;
}
}
.h-spacer[data-v-62b6fd26] {
  display: flex;
  flex: 1;
  justify-self: stretch;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.grid-block[data-v-62b6fd26] {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  gap: 15px;
  align-items: center;
}
@media (max-width: 899px) {
.grid-block .v-button[data-v-62b6fd26] {
    display: none;
}
}
.navigation[data-v-62b6fd26] {
  margin-left: 35px;
}.title[data-v-2843b107] {
  margin-bottom: 24px;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.item[data-v-2843b107] {
  position: relative;
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  cursor: pointer;
  transition: color 0.3s ease;
}
.item[data-v-2843b107]:not(:last-child) {
  margin-bottom: 16px;
}
.item[data-v-2843b107]:hover {
  color: #269386;
}
.title-link[data-v-2843b107] {
  display: flex;
  align-items: center;
}
.careers-position[data-v-2843b107] {
  position: absolute;
  top: -6px;
  left: 52px;
  display: flex;
  align-items: center;
  width: 15px;
  height: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(267.87deg, #ff7426 0%, #ff5f21 100%);
  border-radius: 50%;
}
.number-position[data-v-2843b107] {
  margin: 0 auto;
  padding-top: 1px;
}@media (max-width: 899px) {
.navigation[data-v-4d89aee8] {
    margin-left: 0;
}
}
.footer-navigation[data-v-4d89aee8] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 70px;
}
.footer-navigation .title[data-v-4d89aee8] {
  margin-bottom: 24px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s color ease;
}
.footer-navigation .title[data-v-4d89aee8]:hover {
  color: #269386;
}
@media (max-width: 899px) {
.footer-navigation[data-v-4d89aee8] {
    display: grid;
    grid-template-rows: 1fr 0.7fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
}
}
@media (max-width: 539px) {
.footer-navigation[data-v-4d89aee8] {
    grid-template-rows: 1fr 0.8fr;
    margin-bottom: 40px;
}
}.card[data-v-2a150e81] {
  display: flex;
  margin: 15px;
}
.card .image-wrapper[data-v-2a150e81] {
  display: flex;
  justify-items: center;
  align-items: flex-end;
  width: 150px;
  height: 150px;
  border-radius: 10px;
  background: #269386;
}
.card .image-wrapper img[data-v-2a150e81] {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 539px) {
.card .image-wrapper[data-v-2a150e81] {
    width: 130px;
    height: 130px;
}
}
.card .info[data-v-2a150e81] {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  width: 335px;
  border: 1px solid #ced4de;
  border-radius: 10px;
}
.card .info .left[data-v-2a150e81] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.card .info .left .name[data-v-2a150e81] {
  font-weight: 700;
  font-size: 20.8696px;
  line-height: 25px;
}
.card .info .left ul[data-v-2a150e81] {
  list-style: inside;
}
.card .info .left ul li[data-v-2a150e81] {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 21px;
  color: #727485;
}
.card .info .left ul li[data-v-2a150e81]::marker {
  color: #269386;
}
.card .info .right[data-v-2a150e81] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
}
.card .info .right .belkins[data-v-2a150e81] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card .info .right .belkins img[data-v-2a150e81] {
  margin-right: 5px;
}
.card .info .right .belkins p[data-v-2a150e81] {
  font-weight: 600;
}
.card .info .right .v-button[data-v-2a150e81] {
  min-width: 96px;
  min-height: 24px;
  padding: 0;
  border-radius: 8px;
  background: #222435;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
@media (max-width: 539px) {
.card .info[data-v-2a150e81] {
    width: 260px;
}
}.start-for-free[data-v-531dac10] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 80px auto;
  padding: 0 80px;
  overflow: hidden;
}
.start-for-free .dream-customer[data-v-531dac10] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 40%;
  margin: 0px 70px 50px 70px;
}
.start-for-free .dream-customer .title[data-v-531dac10] {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}
.start-for-free .dream-customer .body[data-v-531dac10] {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.start-for-free .dream-customer .v-button[data-v-531dac10] {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 899px) {
.start-for-free .dream-customer .v-button[data-v-531dac10] {
    margin: auto;
}
}
@media (max-width: 899px) {
.start-for-free .dream-customer[data-v-531dac10] {
    width: 85%;
}
}
.start-for-free .cards[data-v-531dac10] {
  display: flex;
  flex-direction: column;
}
@media (max-width: 899px) {
.start-for-free[data-v-531dac10] {
    flex-direction: column;
    padding: 0px;
}
}.footer-top[data-v-d3b1aec4] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footer-top .h-logo[data-v-d3b1aec4] {
  display: flex;
  align-items: center;
}
.footer-top .h-logo span[data-v-d3b1aec4] {
  margin-left: 10px;
  color: #fff;
  font-weight: 800;
  font-size: 28px;
}
.footer-top .compliant[data-v-d3b1aec4] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-top .compliant .social[data-v-d3b1aec4] {
  display: flex;
  margin: 0px 5px;
}
.footer-top .compliant .social[data-v-d3b1aec4]:first-child {
  margin-left: 0px;
}
@media (max-width: 539px) {
.footer-top[data-v-d3b1aec4] {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.footer-top > *[data-v-d3b1aec4] {
    margin: 5px 0px;
}
}.footer-bottom[data-v-6f6a49e3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 539px) {
.footer-bottom[data-v-6f6a49e3] {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
}
.footer-bottom > *[data-v-6f6a49e3] {
    margin: 5px 0px;
}
}
.copyright[data-v-6f6a49e3] {
  margin: 0px 10px;
  color: #b1b2b4;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  transition: 0.3s color ease;
}
.copyright[data-v-6f6a49e3]:hover {
  color: #fff;
}
.copyright[data-v-6f6a49e3]:first-child {
  margin-left: 0px;
}
.service[data-v-6f6a49e3] {
  margin: 0px 5px;
}
.service[data-v-6f6a49e3]:first-child {
  margin-left: 0px;
}.footer[data-v-635aa1be] {
  padding: 56px 0 40px;
  background-color: #25273a;
}
@media (max-width: 899px) {
.footer[data-v-635aa1be] {
    padding: 36px 0 36px;
}
}
@media (max-width: 539px) {
.footer[data-v-635aa1be] {
    padding: 32px 0 32px;
}
}
.footer-container[data-v-635aa1be] {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 899px) {
.footer-container[data-v-635aa1be] {
    padding: 0 32px;
}
}
.footer-middle[data-v-635aa1be] {
  display: flex;
  justify-content: space-between;
}
.footer-middle .title[data-v-635aa1be] {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: 0.3s color ease;
}
.footer-middle .title[data-v-635aa1be]:hover {
  color: #269386;
}.page-enter-active,
.page-leave-active {
  transition: opacity 0.5s;
}

.page-enter-from,
.page-leave-to {
  opacity: 0;
}

@media (max-width: 899px) {
  .page-enter-active,
.page-leave-active {
    transition: none;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.fade-in-enter-active, .fade-in-leave-active {
  transition: all 0.4s ease-in-out;
}

.fade-in-enter-from {
  transform: translateY(0);
  opacity: 0;
}

.fade-in-enter-to {
  transform: translateY(0);
  opacity: 1;
}

.fade-in-leave-from {
  transform: translateY(0);
  opacity: 1;
}

.fade-in-leave-to {
  transform: translateY(20px);
  opacity: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
}

html,
body {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

input,
button {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  border: unset;
  outline: none;
}

a {
  color: unset;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

img[lazy=loaded] {
  animation: fadeIn 0.5s ease-in;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-size: 1em; /* 2 */
  font-family: monospace; /* 1 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-size: 1em; /* 2 */
  font-family: monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  font-family: inherit; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}